html,
body {
	min-height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Gerbera", sans-serif;
	overflow-x: hidden;
	font-weight: 300;
	margin:0;
	background: #060606;
	color: #fff;
}

body.single-portfolio {
	position: relative;
	background-color: #0e0e0e;
	font-family: Gilroy, sans-serif;
}

body.error404 .top-box {
	padding-bottom: 0;
	background: none;
}

.message404 {
	flex: 1 1 auto;
}

.article-bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 800px;
	transform: translateX(-50%);
	z-index: 2;
	pointer-events: none;
	user-select: none;
}

.article-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgb(13 13 13 / 89%);
}

.article-bg::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 185px;
	background: linear-gradient(180deg, rgba(14, 14, 14, 0) 36.22%, #0E0E0E 100%);
}

.tarif-ot {margin-top: 265px!important;}
.tarif-back {background-color: #000000;border-radius: 10px 10px 0 0px;padding-bottom: 20px;}

#wrapper{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	min-height: inherit;
	position: relative;
	z-index: 1;
	background: url(../img/foot.jpg) 100% 100% no-repeat;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.loop-item a{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.loop-item a:after{
	content: '';
	border-radius: 10px;
  background: rgb(17, 17, 17, .5) url(../img/loupe.png) 50% no-repeat;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
}
.loop-item .t{
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
}
.loop-item .t span{
	color: #ff8d1e;
}

.top-box{
	padding-bottom: 250px;
	padding-top: 30px;
	background: url(../img/top.jpg) 50% 0 no-repeat;
}
.header {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.logo{
	float: left;
}
.phone-bx{
	margin-top: 9px;
	float: right;
	padding-left: 50px;
	background: url(../img/phone.png) 0 50% no-repeat;
}
.phone-bx .tel a{
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}
.phone-bx .sm{
	margin-top: 2px;
	font-size: 12px;
	color: #ff8d1e;
	margin-left: 5px;
}
.phone-bx .sm a{
	font-size: 18px;
	color: #ff8d1e;
	text-decoration: none;
}
.phone-bx .sm a:hover{
	text-decoration: underline;
}
.nav{
	position: absolute;
	top: 20px;
	left: 350px;
}
.nav li{
	margin-right: 20px;
	display: inline-block;
}
.nav a{
	text-decoration: none;
	color: #fff;
}
.nav a:hover{
	text-decoration: underline;
}
.tb-text{
	position: relative;
}
.tb-text .h1{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 50px;
	margin-top: 0;
}
.tb-text .h1 strong{
	font-weight: bold;
	color: #ff8d1e;
}
.tb-text .t1{
	font-weight: normal;
	margin-bottom: 35px;
	font-size: 18px;
}
.tb-text .list{
	font-size: 18px;
	margin-bottom: 50px;
}
.tb-text .list li {
	margin-bottom: 12px;
	padding-left: 35px;
	background: url(../img/li.png) 0 50% no-repeat;
}
.btn{
	position: relative;
	 border-radius: 15px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  box-shadow: 0px 0px 35px 0px rgba(255, 114, 0, 0.43);
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
 font-size: 18px;
  font-family: "Gilroy";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(209, 105, 29, 0.4);
  text-align: center;
  border: 0;
  cursor: pointer;
  transition: all ease 0.3s;
  padding: 23px 42px;
}
.btn_type_submit{
	position: relative;
	z-index: 1;
}
.btn_type_submit::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
	transition: visibility .35s, opacity .35s;
    border-radius: inherit;
	z-index: 1;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 0, rgba(255,255,255,.15) 25%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 50%,rgba(255,255,255,.15) 51%,rgba(255,255,255,.15) 75%,rgba(0,0,0,0) 76%);
    background-size: 22px 22px;
    animation: background-move 1s linear infinite;
}
.wpcf7-form.submitting .btn_type_submit {
	pointer-events: none;
	opacity: .8;
}
.wpcf7-form.submitting .btn_type_submit::before {
	visibility: visible;
	opacity: 1;
}
.btn-big{
	padding: 20px 37px;
	 font-size: 24px;
}
.btn> *{
	display: inline-block;
	vertical-align: middle;
}
.btn img{
	margin-right: 10px;
}
.btn:hover{
	opacity: 0.95;
}
.btn:disabled {
	opacity: .7;
}

@keyframes background-move {
	from {
		background-position-x: 0;
	}
	to {
		background-position-x: 22px;
	}
}

.tb-text .btn-bx .ost{
	font-size: 18px;
	margin-left: 40px;
	display: inline-block;
	vertical-align: middle;
}
.down-bx{
	text-align: center;
	margin-top: 90px;
}
.down-bx .t{
	 font-size: 13px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 2px;
}
.name-bx{
	position: absolute;
	right: -68px;
	top: 550px;
	text-align: center;
}
.name-bx .s1{
	font-family: "Gilroy";
	font-weight: bold;
	font-size: 36px;
	color: #ff8d1e;
	margin-bottom: 10px;
}
.name-bx .s2{
	font-family: "Gilroy";
	font-weight: 500;
	font-size: 15px;
}
.mess-text{
	position: absolute;
	text-align: right;
	font-family: "Gilroy";
	font-size: 12px;
	font-weight: 300;
	top: 42px;
	right: 210px;
	line-height: 20px;
}
.mess-text:after{
	content: '';
	width: 244px;
	height: 31px;
	position: absolute;
	bottom: -40px;
	right: 0;
	background: url(../img/top-line.png) no-repeat 0  0;
}
.works-box{
	padding-bottom: 156px;
	padding-top: 70px;
	background: url(../img/works.jpg) 50% 0 no-repeat;
}
.title-bx{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 150px;
}
.title-bx b{

}
.work-item{
	margin-bottom: 125px;
}
.work-item .text .h3{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 25px;
}
.work-item .text p{
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.563;
}
.work-item .btn-bx .sm{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 18px;
}
.work-item .btn-bx .sm *{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.quest-box{
	padding-top: 70px;
	padding-bottom: 130px;
	background: url(../img/bx.jpg) 50% 0 no-repeat;
}
.quest-box .title{
	font-size: 37px;
	margin-bottom: 60px;
	text-align: center;
}
.quest-box .title b{
	font-weight: bold;
	color: #ff8d1e;
}
.quest-box .btn-bx{
	text-align: center;
	margin-bottom: 60px;
}
.quest-box .btn-bx .btn {
	margin-bottom: 20px;
}
.quest-box .btn-bx .ost{
	font-size: 24px;
}
.ic-bx > *{
	display: inline-block;
	vertical-align: top;
}
.ic-bx .ico{
	margin-right: 20px;
}
.ic-bx .tt{
	width: calc(100% - 105px);
}
.ic-bx .t1{
	font-weight: 500;
	color: #ff8d1e;
	font-size: 18px;
	margin-bottom: 15px;
}
.ic-bx .t2{
	font-size: 16px;
}
.footer{
	margin-bottom: 0;
	padding: 40px 0;
	margin-top: 85px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer > div{
	position: relative;
}
.work-item .img{
	border-radius: 10px;
	overflow: hidden;
}
.popup{
	position: relative;
	max-width:570px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 33px 61px;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
	background-color: #111;
}
.mfp-bg{
	background-color:#000;
}
.mfp-container {
	padding: 0;
}
.mfp-content {
	padding: 30px 15px;
}

.mfp-lightbox .mfp-content {
	padding: 0;
}

.popup-mfp-zoom-in .popup {
	opacity: 0;
	transition: all 0.2s ease-in-out; 
	transform: scale(0.8); 
}
.popup-mfp-zoom-in.mfp-ready .popup {
	opacity: 1;
	transform: scale(1); 
}
.popup-mfp-zoom-in.mfp-removing .popup {
	transform: scale(0.8); 
	opacity: 0;
}
.popup-mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.popup-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.popup-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.popup .close{
	position: absolute;
	top: 16px;
    right: 15px;
}
.popup .close img{
	pointer-events: none;
	user-select: none;
}
.popup .h3{
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.38;
}
.popup .h3 span{
	color: #ff8d1e;
}
.pop-form{
	margin: 0 auto;
}
.pop-bx .wpcf7:not(:last-child){
	margin-bottom: 19px;
}
.pop-form .textarea{
	display: none;
}
.pop-form textarea{
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 15px;
	height: 100px !important;
	margin-bottom: 49px;
	padding: 0 0 19px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: "Gilroy";
	padding: 15px;
	background: none;
	width: 100% !important;
	overflow: auto;
	outline:none;
}
.pop-form input{
	border: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 49px;
	padding: 0 0 19px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: "Gilroy";
	transition: border .25s;
	background: none;
	width: 100%;
	outline:none;
}
.pop-form input.wpcf7-not-valid {
	border-bottom-color: #c73535;
}
.pop-form input::-webkit-input-placeholder {
	transition: color .25s; 
	color: rgba(255,255,255, .3);
}
.pop-form input:-moz-placeholder {
	transition: color .25s; 
	color: rgba(255,255,255, .3);
}
.pop-form input::-moz-placeholder {
	transition: color .25s; 
	color: rgba(255,255,255, .3);
}
.pop-form input:-ms-input-placeholder {  
	transition: color .25s; 
	color: rgba(255,255,255, .3);
}

.pop-form input.wpcf7-not-valid::-webkit-input-placeholder {
color:rgba(199,53,53, .7);}
.pop-form input.wpcf7-not-valid:-moz-placeholder {
color:rgba(199,53,53, .7);}
.pop-form input.wpcf7-not-valid::-moz-placeholder {
color:rgba(199,53,53, .7);}
.pop-form input.wpcf7-not-valid:-ms-input-placeholder {  
color:rgba(199,53,53, .7);}

.pop-form textarea::-webkit-input-placeholder {
color:rgba(255,255,255, .3);}
.pop-form textarea:-moz-placeholder {
color:rgba(255,255,255, .3);}
.pop-form textarea::-moz-placeholder {
color:rgba(255,255,255, .3);}
.pop-form textarea:-ms-input-placeholder {  
color:rgba(255,255,255, .3);}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.pop-form .btn{
	width: 100%;
	height: 89px;
	margin-top: -3px;
	padding: 0;
	border-radius: 5px;
	font-size: 24px;
}
.pop-bx .label{
	font-weight: 500;
	font-size: 24px;
}
.pop-bx .label:not(:last-child){
	margin-bottom: 23px;
}
.pop-bx .list{
	font-weight: 300;
	font-size: 18px;
}
.pop-bx .list li{
	position: relative;
	padding-left: 31px;
}
.pop-bx .list li:not(:last-child){
	margin-bottom: 18px;
}
.pop-bx .list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #ff8b11;
	border-radius: 50%;
}
.pop-bx .list li:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 9px;
	transform: rotate(45deg);
	border-right: 1px solid #ff8b11;
	border-bottom: 1px solid #ff8b11;
}
.tb-text-inner{
	padding-top: 120px;
}
.tb-text-inner .t1{
	margin-bottom: 30px;
}
.tb-text-inner .h1{
	margin-bottom: 30px;
}
.tb-text-inner .btn-bx .ost a{
	color: #df7c1d;
	text-decoration: underline;
}
.tb-text-inner .btn-bx .ost a:hover{
	text-decoration: none;
}
.tb-text-inner .mess-text{
	font-size: 18px;
}
.tb-text-inner .mess-text{
	top: 70px;
}
.tb-text-inner + .down-bx{
	margin-top: 180px;
}
.top-box-inner{
	padding-bottom: 175px;
}
.vid-box{
	margin-top: 0px;
	margin-bottom: 170px;
}
.vid-box .text{
	padding-left: 600px;
	position: relative;
}
.vid-box .text .h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.vid-box .text p{
	margin: 0 0 25px;
	font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.563;
}
.vid-box .text .img{
	position: absolute;
	left: -65px;
   top: -45px;
}
.vid-box .text .img .play{
	position: absolute;
	bottom: 0;
	right: 36px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.vid-box ul li {
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(../img/li2.png) 0 0 no-repeat;
}
.pdf-box{
	padding-top: 50px;
	background: url(../img/docs.jpg) 50% 0 no-repeat;
	padding-bottom: 50px;
}
.pdf-box .title-bx{
	margin-bottom: 15px;
}
.under{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}
.pdf-item{
	border-radius: 10px;
  background-color: rgb(17, 17, 17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  margin-bottom: 30px;
  text-align: center;
  padding: 60px 0;
}
.pdf-item img{
	margin-bottom: 50px;
}
.pdf-item .name{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
.pdf-item .load{
	font-size: 18px;
	color: #f39603;
	text-decoration: none;
}
.pdf-item .load:hover{
	text-decoration: underline;
}
.pdf-box .btn-bx{
	margin-top: 50px;
	text-align: center;
}

.mistake-box{
	padding: 50px 0;
}
.tnx-bx{
	display: none;
	text-align: center;
}
.tnx-bx .h3{
	margin: 0;
	font-weight: 700;
	font-size: 29px;
	line-height: 1.24;
}
.tnx-bx .h3:not(:last-child){
	margin-bottom: 20px;
}
.tnx-bx .desc {
	margin: 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.45;
}
.tnx-bx .desc:not(:last-child) {
	margin-bottom: 17px;
}
.tnx-bx .desc a {
	text-decoration: none;
	color: #ff9326;
}
.tnx-bx .desc a:hover,
.tnx-bx .desc a:focus {
	text-decoration: underline;
}
.tnx-bx .btn {
	width: 100%;
	margin-top: 18px;
	padding-top: 29px;
	padding-bottom: 29px;
	border-radius: 5px;
	font-size: 24px;
}
.foto{
	text-align: center;
	position: relative;
	display: none;
	margin-top: 60px;
}
/*.foto img{width: 280px;}*/
.mistake-box{
	background: url(../img/mist.jpg) 50% 0 no-repeat;
}
.mistake-box .title-bx{
	margin-bottom: 35px;
}
.mist-item{
	margin-bottom: 30px;
	text-align: center;
	padding: 40px 15px 20px;
	border-radius: 10px;
  background-color: rgb(17, 17, 17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
}
.mist-item .num{
	 font-size: 85px;
	 font-weight: bold;
	 line-height: 1;
	 text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
	 color: #0e0e0e;
	 margin-bottom: 10px;
}
.mist-item .name{
	font-size: 22px;
	color: #f49603;
	margin-bottom: 15px;
}
.mist-item p{
	font-size: 14px;
	color: #ffffff;
	margin: 0;
}
.mistake-box .btn-bx{
	margin-top: 50px;
}
.mistake-box .btn-bx .tt{
	font-size: 30px;
	font-weight: 500;
	font-family: "Gilroy";
}
.mistake-box .btn-bx .tt span{
	color: #f49603;
	font-weight: bold;
}
.mistake-box .bt-bx {
	text-align: right;
}

.slider-rev .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: 17px;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	background: url(../img/left.png) 0 0 no-repeat;
}
.slider-rev .owl-nav>div:hover{
	background: url(../img/left-a.png) 0 0 no-repeat;
}
.slider-rev .owl-nav>div:last-child{
	left: auto;
	right: -40px;
	transform: rotate(-180deg);
}
.review-box {
	padding-top: 70px;
	padding-bottom: 50px;
}
.review-box .title-bx{
	margin-bottom: 15px;
	font-size: 37px;
}
.vid-item a{
	display: block;
	position: relative;
}
.vid-item a:after{
	content: '';
	width: 119px;
	height: 119px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
	background: url(../img/play.png) 0 0 ;
}
.vid-item a:hover:after{
	opacity: 0.9;
}
.vid-item img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.slider-rev {
	margin-bottom: 60px;
}
.rev-item {
	padding: 35px 15px 30px;
	 border-radius: 10px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  text-align: center;
  background:rgb(17, 17, 17) url(../img/cite.png) 50% 15px no-repeat;
}
.rev-item p{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 20px;
}
.rev-item .name{
	font-size: 24px;
}
.rev-item .tag{
	margin-top: 5px;
	color: #f49603;
	font-size: 14px;
}
.btn-bigger {
	font-size: 33px;
	padding: 42px 33px;
}
.review-box .btn-bx{
	text-align: center;
}
.faq-box{
	background: url(../img/faq.jpg) 50% 0 no-repeat;
	padding-top: 50px;
	padding-bottom: 100px;
}
.faq-box .title-bx{
	margin-bottom: 40px;
}
.faq-item{
	margin-bottom: 30px;
}
.faq-item .tt{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
	display: none;
	padding: 15px;
	 background-color: rgb(17, 17, 17);
	 border-radius: 10px;
}

.faq-item .tt p{
	margin: 0;
}

.faq-item .tt p:not(:last-child){
	margin-bottom: 1em;
}

.faq-item .tt ul li {
	padding-left: 22px;
    background: url(../img/li2.png) no-repeat left 4px / 12px 12px;
}

.faq-item .tt ul li:not(:last-child) {
	margin-bottom: 6px;
}

.faq-item.opened .tt{
	display: block;
}
.faq-item .hh{
	cursor: pointer;
	position: relative;
	 border-radius: 10px;
  background-color: rgb(17, 17, 17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  padding: 15px;
  padding-right: 60px;
  font-size: 24px;
}
.faq-item .hh:after{
	content: '';
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(../img/open-a.png) 0 0 ;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	top: 50%;
}
.faq-item.opened .hh:after{
	background: url(../img/open.png) 0 0 ;
}
.audit-box .title-bx{
	margin-bottom: 25px;
}
.audit-box .under {
	margin-bottom: 50px;
}
.audit-box .btn-bx{
	text-align: center;
}
.audit-box {
	padding-top: 100px;
	padding-bottom: 100px;
}
.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 30px;
	display: none;
}
.owl-carousel .owl-dots>div{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 5px;
	border:1px solid #fff;
	border-radius: 8px;
}
.owl-carousel .owl-dots>div.active{
	background-color: #fff;
}
.mist-item .t2{
	font-size: 18px;
	min-height: 63px;
}
.tb-text-inner .space{
	height: 60px;
}
.tb-main{
	background: url(../img/tb-main.jpg) 50% 0 no-repeat;
}
.about-main{
	padding-bottom: 60px;
	background: url(../img/about.jpg) 50%   no-repeat;
}
.about-main .title-bx{
	margin-bottom: 70px;
}
.about-main .h3{
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #e58f08;
}
.about-main ul li{
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 35px;
	background: url(../img/li2.png) 0 0 no-repeat;
}
.about-main ul li a {
	color: #e58f09;
}
.vid-box .title-bx{
	padding-top: 50px;
	margin-bottom: 120px;
}
.vid-box .text2 .h3{
	color: #e58f08;
}
.big-bg-bx{
	background: url(../img/bg-big.jpg) 50%   no-repeat;
}
.big-bg-bx .vid-box{
	margin-bottom: 70px;
}
.case-box{
	padding-bottom: 70px;
}
.case-box__grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.case-box .title-bx{
	margin-bottom: 15px;
}
.case-box .under{
	margin-bottom: 70px;
	color: #ff9700;
}
.case-item .img img{
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	display: block;
}
.case-item {
	margin-bottom: 30px;
}
.case-item .t1{
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 18px;
}
.case-item .t2{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	margin-bottom: 20px;
}
.case-item .t3{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 16px;
}
.case-item .t4{
	margin-bottom: 20px;
	font-size: 14px;
}
.case-item .list{
	margin-bottom: 20px;
}
.case-item .list li{
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 0 5px 32px;
	background: url(../img/i1.png) 0 50% no-repeat;
}
.case-item .list li:nth-child(2){
	background: url(../img/i2.png) 0 50% no-repeat;
}
.case-item .btn{
	font-size: 16px;
	padding: 19px 10px;
}
.case-item {
	 border-radius: 10px;
  background-color: rgb(17, 17, 17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
}
.tb-main .phone-bx{
	margin-right: 100px;
}
.social{
	position: absolute;
	right: 0;
	top: 10px;
}
.social li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.social-box{
	padding: 50px 0;
	text-align: center;
}
.social-box .t1{
	font-size: 24px;
	margin-bottom: 30px;
}
.social-box .btn{
	margin-bottom: 30px;
}
.social-box .soc li{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 20px;
}
.social-box .soc img{
	margin-bottom: 20px;
	display: block;
}
.social-box .soc a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.under-text{
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0;
}
.adv-box1{
	padding: 70px 0;
	background: url(../img/about.jpg) 50% 0 no-repeat;
}
.adv-box1 .title-bx{
	margin-bottom: 100px;
}
.ico-item {
	height: 124px;
	margin-bottom: 50px;
}
.ico-item .ico{
	width: 120px;
	text-align: center;
	margin-right: 20px;
}
.ico-item .tt{
	width: calc(100% - 150px);
}
.ico-item .name{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ico-item p{
	margin: 0;
	font-size: 18px;
}
.ico-item > *{
	display: inline-block;
	vertical-align: middle;
}
.btns-bx_audit {padding-left:15px;padding-right:15px;padding-bottom: 120px;text-align: center;}
.btns-bx_audit .title-bx{
	margin-bottom: 40px;
}
.btns-bx_audit .under{
	margin-bottom: 40px;
}
.btns-bx_audit .t1{
	font-size: 23px;
	margin-top: 30px;
}
.btns-bx_audit .btn{
	font-size: 27px;
	padding: 44px 0;
	width: 470px;
	margin: 0 10px;
}
.btn-empty{
	color: #ff911d;
	background: none;
	border: 1px solid #ff911d;
}
.btn-empty:hover{
	background-image: -moz-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  color: #fff;
}
.price-block {
	padding-bottom: 50px;
}
.price-block .title-bx{
	margin-bottom: 15px;
}
.price-block .under{
	margin-bottom: 70px;
	line-height: 1.5;
}
.table-box{
	 border-radius: 10px;
  background-color: rgb(17, 17, 17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.33);
  position: relative;
  padding-left: 300px;
}
.aside-list {
	position: absolute;
	width: 300px;
	padding: 0 15px;
	top: 168px;
	left: 0;
}
.aside-list li{
	font-size: 16px;
	margin-bottom: 15px;
}
.alert-frame{
	position: relative;
	color: #ff6d26;
	cursor: pointer;
}
.alert-frame .alert-bx{
	position: absolute;
	top: 30px;
	left: 50%;
	width: 200px;
	font-size: 14px;
	z-index: 3;
	color: #000;
	padding: 10px;
	margin-left: -100px;
	background: #fff;
	display: none;
}
.alert-frame:hover .alert-bx{
	display: block;
}
.price-item{
	width: 33%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px;
	text-align: center;
}
.price-item .name{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.price-item .pr{
	font-size: 24px;
	font-weight: bold;
	color: #ff6d26;
	margin-bottom: 50px;
}
.price-item .list .tt{
	display: none;
}
.price-item .list .marker{
	font-size: 36px;
}
.price-item .list li{
	margin-bottom: 17px;
}
.price-item .list li:nth-child(7){
	margin-top: -17px;
	margin-bottom: 5px;
}
.price-item .list li:nth-child(8){
	margin-top: -2px;
	margin-bottom: -2px;
}
.price-item .list li:nth-child(9){
	margin-bottom:0;
}
.price-item .list li:nth-child(11){
	margin-bottom:4px;
}
.price-item .list .mt{
	font-size: 24px;
}
.price-item .btn{
	margin-top: 20px;
	padding: 20px 0;
	width: 100%;
}
.price-item-mid{
	background: #090909;
}

/*new*/
.tab-list {
	padding: 0px;
	margin: 0; 
}

.tab-list .js-tab-hidden{
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.tab-list .tab {
	display: block !important;
	opacity: 1;
	visibility: visible;
	position: static;
}
.tabset {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0;
	width: 100%;
	padding: 0;
	display: flex;
	width: 600px;
	background-color: rgb(17, 17, 17);
	border-radius: 10px;
}
.tabset li {
	width: 33.3333%;
}
.tabset a {
	text-align: center;
	display: flex;
	height: 60px;
	color: #000;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius: 10px;
}
.tabset a.active ,
.tabset a:hover {
	text-shadow: 0px 1px 0px rgba(209, 105, 29, 0.004);
	text-decoration: none;
	background-image: -moz-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,132,0) 0%, rgb(255,169,92) 100%, rgb(247,168,91) 100%);
  box-shadow: 0px 0px 35px 0px rgba(255, 114, 0, 0.43);
}
 
.review-box .title-bx{
	margin-bottom: 0;
}
.review-box .heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.wrk-item{
	padding: 30px;
	border-radius: 10px;
  background-color: rgb(17, 17, 17);
}
.wrk-item .vid-item{
	margin-bottom: 15px;
}
.wrk-item .tt{
	font-size: 16px;
}
.wrk-item .t1{
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
.wrk-item .t2{
	font-weight: 500;
	font-size: 24px;
	color: #ff8d1e;
	margin-bottom: 10px;
}
.wrk-item .t3{
	font-size: 16px;
	margin-bottom: 20px;
}
.wrk-item .site{
	font-size: 18px;
	color: #ff8d1e;
	text-decoration: none;
	display: flex;
	align-items: center;
	margin-top: -5px;
	margin-bottom: 20px;
}
.wrk-item .site span{
	text-decoration: underline;
}
.wrk-item .site img{
	margin-right: 10px;
	min-width: 23px;
	width: 23px;
}
.wrk-item .site:hover span{
	text-decoration: none;
}
.wrk-item .btn{
	width: 100%;
	display: block;
	padding: 23px 10px; 
}
.wrk-item .list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.wrk-item .list li{
	margin: 0 6px;
	width: calc(33.3333% - 12px);
	padding: 10px;
	color: #ff8d1e;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ff8d1e;
	border-radius: 10px;
	margin-bottom: 10px;
}
.case-slider .owl-item img{
	width: auto;
	display: inline-block;
}
.wrk-item .vid-item img{
	width: 100%;
	display: block;
}
.rv-item{
	display: flex;
	align-items: center;
}
.rv-item .img{
	width: 155px;
	min-width: 155px;
	border-radius: 10px;
	margin-right: 30px;
	overflow: hidden;
}
.tab-list .slider-rev {
	margin-bottom: 0;
}
.rv-item .img img{
	display: block;
	width: 100%;
}
.rv-item .t1{
	font-size: 26px;
	color: #ff8d1e;
	margin-bottom: 10px;
	font-weight: 500;
}
.rv-item .t2{
	font-size: 18px;
	margin-bottom: 15px;
}
.rv-item .t3{
	font-weight: 500;
	color: #ff8d1e;
}
.other-case-item.dark{
	background: #090909;
}
.other-case-item{
	background: #111111;
	border-radius: 10px;
	padding: 25px;
}
.other-case-item .t1{
	color: #ff8d1e;
	font-size: 36px;
	color: #ff8d1e;
	font-weight: bold;
	margin-bottom: 10px;
}
.other-case-item .t2{
	font-size: 18px;
	margin-bottom: 10px;
}
.other-case-item .t2 span{
	color: #ff8d1e;
}
.other-case-item  .list li{
	margin-bottom: 10px;
   padding-left: 35px;
   font-size: 16px;
   background: url(../img/li2.png) 0 no-repeat;
}
.other-case-item  .list{
	margin-bottom: 15px;
}
.other-case-item .pr-bx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.other-case-item .pr-bx .p1{
	font-size: 35px;
	color: #ff8826;
	font-weight: bold;
}
.other-case-item .pr-bx .p2{
	font-size: 18px;
}
.other-case-item .pr-bx .btn{
	padding: 20px 15px;
}
.other-case-item .t2{
	min-height: 65px;
}
.other-case-item .t3{
	font-size: 16px;
	margin-bottom: 0;
	min-height: 40px;
}
.other-cases-box{
	margin-bottom: 50px;
}

.wpcf7-form-control-wrap {
    position: relative;
	display: block;
}

.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: calc(100% + 13px);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .25);
    background-color: #c73535;
	font-weight: 300;
	font-size: 15px;
    color: #fff;
}

.wpcf7-not-valid-tip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #c73535;
}

.wpcf7 form .wpcf7-response-output {
	display: none;
}

/* Notyf styles */

.notyf__toast {
	padding: 0;
}

.notyf__wrapper {
	padding: 15px;
}

.notyf__message {
	line-height: normal;
}

/* Brand line */

.brand-line {
	position: relative;
	z-index: 5;
}

.brand-line__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	font-size: 14px;
}

.brand-line__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.brand-line__col_left {
	display: flex;
	align-items: center;
	gap: 9px;
}

.brand-line__col_right {
	display: flex;
	align-items: center;
	gap: 30px;
}

.brand-line__desc {
	max-width: 320px;
	margin: 0;
	padding-left: 21px;
	background: url('../img/close.svg') no-repeat left center / 12px 12px;
	font-weight: 600;
	line-height: 1.42;
}

.brand-line__link {
	border-bottom: 1px dashed #ff9400;
	transition: border .35s, color .35s;
	text-decoration: none;
	font-weight: 600;
	color: #ff9400;
}

.brand-line__link:hover,
.brand-line__link:focus {
	border-bottom-color: #fff;
	color: #fff;
}

.brand-line__link_phone {
	border-bottom: none;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
}

.brand-line__link_phone:hover,
.brand-line__link_phone:focus {
	color: #ff9400;
}

.brand-line__btn {
	min-width: 270px;
	padding: 18px 20px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
}

.brand-line_has_offset {
	padding: 48px 0;
}

/* Toc */

.toc {
	border: 1px solid #272727;
	border-radius: 10px;
	background-color: #0f0f0f;
}

.toc__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 29px;
	cursor: pointer;
}

.toc__title {
	margin: 0;
	font-weight: 800;
	font-size: 36px;
}

.toc__btn {
	padding: 8px;
	border-radius: 5px;
	line-height: 1;
}

.toc__btn svg {
	transition: transform .35s;
}

.toc__btn[aria-expanded="true"] svg {
	transform: rotate(-180deg)
}

.toc__list {
	display: none;
	padding: 0 30px 41px;
	font-weight: 500;
	font-size: 18px;
}

.toc__item {
	position: relative;
	padding-left: 23px;
}

.toc__item:not(:last-child) {
	margin-bottom: 13px;
}

.toc__item::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 13px;
	background: url('../img/bullet.svg') no-repeat center / contain;
}

.toc__link {
	transition: color .35s;
	text-decoration: none;
	border-bottom: 1px dashed #ff9400;
	color: #fff;
}

.toc__link:hover,
.toc__link:focus {
	color: #ff9400;
}

/* Work article */

.work-article {
	position: relative;
	z-index: 5;
	padding-top: 46px;
}

.work-article::before {
	display: none;
	content: 'Листай вниз';
	position: absolute;
	top: 479px;
	left: -294px;
	padding-right: 83px;
	transform: rotate(90deg);
	background: url('../img/long-arrow.svg') no-repeat right center / 78px 8px;
	letter-spacing: .32em;
	text-transform: uppercase;
	font-size: 14px;
}

.work-article__title {
	margin: 0 0 76px;
	font-weight: 800;
	font-size: 64px;
	line-height: 1.22;
}

.work-article__title + .work-article__excerpt {
	margin-top: -56px;
}

.work-article__excerpt {
	margin-bottom: 76px;
	padding-left: 15px;
	border-left: 4px solid #ff9400;
	letter-spacing: -.005em;
	font-size: 32px;
	line-height: 1.15;
}

.work-article__excerpt p {
	margin: 0;
}

.work-article__excerpt p:not(:last-child) {
	margin-bottom: 17px;
}

.work-article__author,
.work-article__user,
.work-article__links {
	display: flex;
	align-items: center;
}

.work-article__author {
	margin-bottom: 171px;
	justify-content: space-between;
}

.work-article__avatar {
	aspect-ratio: 126 / 140;
	max-width: 126px;
}

.work-article__avatar img {
	max-width: 100%;
	height: auto;
}

.work-article__meta:not(:first-child) {
	padding-left: 20px;
}

.work-article__name {
	display: block;
	font-size: 24px;
}

.work-article__name:not(:last-child) {
	margin-bottom: 5px;
}

.work-article__post {
	margin: 0;
	font-weight: 600;
	font-size: 14px;
}

.work-article__links {
	gap: 15px;
}

.work-article__link:hover .work-article__svg,
.work-article__link:focus .work-article__svg {
	fill: #ff9400;
}

.work-article__svg_telegram,
.work-article__svg_vk {
	display: block;
	transition: fill .35s;
	fill: #fff;
}

.work-article__content {
	margin-bottom: 40px;
	padding-top: 41px;
	font-weight: 500;
	font-size: 18px;
}

.work-article__content h2 {
	margin-top: 1.15em;
	margin-bottom: 0;
 	font-weight: 800;
	font-size: 36px;
}

.work-article__content h2:first-child {
	margin-top: 0;
}

.work-article__content p {
	margin-top: .6em;
	margin-bottom: 1.35em;
	line-height: 1.25;
}

.work-article__content ul {
	font-size: 16px;
}

.work-article__content ul li {
	position: relative;
	padding-left: 22px;
}

.work-article__content ul li:not(:last-child) {
	margin-bottom: 10px;
}

.work-article__content ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 13px;
	background: url('../img/bullet.svg') no-repeat center / contain;
}

.work-article__content a {
	transition: color .35s;
	color: #ff9400;
}

.work-article__content a:hover,
.work-article__content a:focus {
	color: #ffa932;
}

.work-article__content .work-report {
	font-size: 20px;
}

.work-article__content .numbered,
.work-article__content .numbered + ul {
	padding-left: 70px;
}

.work-article__content .numbered {
	position: relative;
}

.work-article__content .numbered::before {
	content: '1';
	position: absolute;
	top: -3px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(180deg, #FFA95C 0%, #FF8400 100%);
	font-weight: 600;
	font-size: 24px;
}

.work-article__content .numbered_2::before {
	content: '2';
}

.work-article__content .numbered_3::before {
	content: '3';
}

.work-article__content .numbered_4::before {
	content: '4';
}

.work-article__content .numbered_5::before {
	content: '5';
}

.work-article__content .numbered_6::before {
	content: '6';
}

.work-article__content .numbered_7::before {
	content: '7';
}

.work-article__content .numbered_8::before {
	content: '8';
}

.work-article__content .numbered_9::before {
	content: '9';
}

.work-article__content .numbered_10::before {
	content: '10';
}

.work-article__content .wp-block-image {
	margin-top: 2.1em;
	margin-bottom: 2.1em;
}

.work-article__content .wp-block-image + .wp-block-image {
	margin-top: -1.05em;
}

.work-article__content .wp-block-image img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}

.work-article__content .wp-block-image > a {
	display: block;
}

.work-article__content .wp-block-image > a:not(:last-child),
.work-article__content .wp-block-image img:not(:last-child) {
	margin-bottom: 20px;
}

.work-article__content .wp-element-caption {
	text-align: center;
	font-size: 18px;
	color: #ababab;
}

/* Benefit */

.benefit {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 18px 13px;
	border: 1px solid #272727;
	border-radius: 10px;
	background-color: #131313;
}

.benefit__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 57px;
	height: 57px;
	flex-shrink: 0;
	border-radius: 50%;
	box-shadow: 0px 0px 15px rgba(255, 138, 14, 0.54);
	background: linear-gradient(180deg, #FFA95C 0%, #FF8400 100%);
}

.benefit__title {
	margin: 0 0 5px;
	font-size: 18px;
}

.benefit p {
	margin: 0;
	font-size: 14px;
	line-height: 1.15;
}

/* Order service */

.order-service {
	margin-bottom: 43px;
	padding: 50px 30px;
	border: 1px solid #272727;
	border-radius: 10px;
	background-color: #0f0f0f;
}

.order-service__row {
	display: flex;
	align-items: center;
}

.order-service__row:not(:last-child) {
	margin-bottom: 30px;
}

.order-service__col_left {
	flex: 1 1 auto;
	padding-right: 25px;
}

.order-service__col_right {
	flex: 0 0 370px;
}

.order-service__label,
.order-service__desc {
	font-size: 24px;
}

.order-service__label {
	margin: 0;
}

.order-service__title {
	margin: 0 0 27px;
	font-weight: 800;
	font-size: 34px;
}

.order-service__desc p,
.order-service__note p {
	margin: 0;
}

.order-service__desc:not(:last-child) {
	margin-bottom: 35px;
}

.order-service__desc p:not(:last-child),
.order-service__note p:not(:last-child) {
	margin-bottom: 9px;
}

.order-service__desc ul {
	font-size: 16px;
}

.order-service__desc ul li {
	position: relative;
	padding-left: 22px;
}

.order-service__desc ul li:not(:last-child) {
	margin-bottom: 10px;
}

.order-service__desc ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 13px;
	background: url('../img/bullet.svg') no-repeat center / contain;
}

.order-service__buy {
	display: flex;
	align-items: center;
	gap: 38px;
}

.order-service__price {
	font-weight: 800;
	font-size: 75px;
	line-height: 0;
	color: #ff9400;
}

.order-service__btn {
	padding: 18px 11px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 20px;
}

.order-service__benefits {
	display: grid;
	gap: 20px;
}

.order-service__note {
	font-weight: 500;
	font-size: 14px;
}

/* Case card */

.case-card {
	display: flex;
	flex-direction: column;
	padding: 9px 9px 18px;
	border: 1px solid #252525;
	border-radius: 10px;
	background-color: #0f0f0f;
}

.case-card__thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 350 / 281;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #161616;
}

.case-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-card__thumb svg {
    fill: #303030;
}

.case-card__title {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
}

.case-card__title:not(:last-child) {
	margin-bottom: 15px;
}

.case-card__link {
	transition: color .35s;
	text-decoration: none;
	color: #fff;
}

.case-card__link:hover,
.case-card__link:focus {
	color: #ff9400;
}

.case-card__label {
	margin: 0 0 12px;
	font-weight: 500;
	font-size: 15px;
}

.case-card__list {
	font-size: 14px;
}

.case-card__list:not(:last-child) {
	margin-bottom: 17px;
}

.case-card__item {
	display: flex;
	align-items: center;
}

.case-card__item:not(:last-child) {
	margin-bottom: 6px;
}

.case-card__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	margin-right: 10px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #ff9400;
}

.case-card__svg {
	fill: #0f0f0f;
}

.case-card__btn {
	margin-top: auto;
	align-self: flex-start;
	padding: 16px 20px;
    box-shadow: 0 0 15px 0 rgba(255, 114, 0, 0.43);
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.125;
}

/* Related articles */

.related-articles {
	margin-bottom: 28px;
}

.related-articles__title {
	margin: 0 0 37px;
	font-weight: 800;
	font-size: 36px;
}

.related-articles__btn {
	position: absolute;
	top: 50%;
	width: 57px;
	height: 57px;
	padding: 0;
	transform: translateY(-50%);
	border-radius: 50%;
}

.related-articles__btn_prev {
	left: -87px;
}

.related-articles__btn_next {
	right: -87px;
}

.related-articles__btn_next svg {
	transform: rotate(180deg);
}

.related-articles .disabled .btn {
	opacity: .5;
	pointer-events: none;
}

.related-articles .disabled {
	cursor: default !important;
}