@import url(bootstrap.css);
@import url(jquery.fancybox3.min.css);
@import url(settings.css);
body{
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
    font-weight: 300;
    color: #3e3e3e;
}
.bg-gray{
    background: #F1F1F1;
}
a:focus{
    border: none;
    outline:none;
}
a{
    text-decoration: none;
    
}
.text, .item-text, .subtitle{
    font-weight: 300;
    color:#4a4a4a;
}
.subtitle{
    font-family: 'Exo 2', sans-serif;
    color:#4a4a4a;
    font-size: 24px;
    line-height: normal;
}
.none{
    display: none;
}

p{
    margin-bottom: 20px;
}
h3,h2,h1{
    font-size: 50px;
    line-height: normal;
    margin: 0;
    position: relative;
    margin-bottom: 30px; 
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    color:#000;
}

h3, h4, h5, h6{
    color:#000;
    line-height: normal;
}
.content{
    font-size: 17px;
}
.page-title h1 {
    font-size: 40px;
     margin-bottom: 40px;
     text-align: center;
}
h2{
    font-size: 35px;
    margin-bottom: 30px;
}
h2{
    font-size: 35px;
    margin-bottom: 30px;
}
h3{
    font-size: 30px;
    margin-bottom: 20px;
}

.button{
	background: #3fc1e8;
	border-radius: 13px;
    padding: 10px 20px;
	font-size:17px;
	z-index: 10;
	color:#000;
	display: inline-block;
	border:1px solid #3fc1e8;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease-out;
}
.button:hover{
    color:#fff;
    background: #ff5168;
    border:1px solid #ff5168;
    text-decoration: none;
}
.btn{
    background: transparent;
    color:#FF5168;
    border:2px solid #FF5168;
}
.btn:hover{
    background: #FF5168;
    color:#fff;
    border:2px solid #FF5168;
}
a{
	transition: all 200ms ease-out;
}
a:hover{
	transition: all 200ms ease-out;
}
.main-wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.header-main-wrapper{
    
}
.main{
    flex-grow: 1;
}
.logo{
    width: 250px;
}
.logo img{
    max-width: 100%;
}
@media (max-width: 1229px){
    .content{
        font-size: 15px;
    }
}
@media (max-width: 991px){
    .page-title h1 {
        font-size: 35px;
         margin-bottom: 30px;
    }
    h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    h3{
        font-size: 25px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .page-title h1 {
        font-size: 30px;
         margin-bottom: 30px;
         margin-top: 20px;
    }
    h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content{
        font-size: 15px;
    }
}
@media (max-width: 467px){
    .subtitle{
        font-size: 18px;
    }
}

/*breadcrumb*/

.breadcrumb {
    margin: -10px 0 30px;
    padding: 0 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    position: relative;
    margin-right: 15px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.breadcrumb > li:first-child{
    position: relative;
    top: 10px;
}
.breadcrumb > li:first-child svg{
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
    top: 7px;
    fill: #000;
    left: 11px;
    transition: all 200ms ease-out;
}
.breadcrumb > li:first-child:hover svg{
    transition: all 200ms ease-out;
    fill: #ff6875;
}

.breadcrumb i{
    font-size: 14px;
}
.breadcrumb > li a {
    color: #000;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #ff6875;
}

.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
@media(max-width:991px){
    .breadcrumb{
        display: none;
    }
}
/*breadcrumb./*/

/* pagination */
.pagination ul{
    padding: 0;
}
.pagination-wrap{
    width: 100%;
}
.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 60px;
}
.pagination li{
    display: inline-block;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, .pagination .active > a:hover{
    background-color: #ff5168;
    color: #fff;
    border-color: #ff5168;
    cursor: default;
}
/* /. pagination */
/************************ mob-menu begin ************/
.menu-button{
    position: fixed;
    right: 20px;
    top: 22px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 2000;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    transition: transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #000  !important;
}
.menu-button.active .icon-menu-burger{
    transform: rotate(45deg);
    transition: transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    transform: rotate(90deg);
}
.icon-menu-burger:before {
    top: -9px;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger:before {
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    transition: bottom 0.2s linear;
    bottom: 0;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #3fc1e8;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.down{
	position: relative;
}
.mobile-menu .dropdown-button + ul {
	position: static;
	width: 100%;
	display: none;
}
.mobile-menu-inner ul{
    padding: 0;
    list-style: none;
}
.svg-icon{

}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    height: 28px;
    width: 48px;
    z-index: 10;
    transition: all 200ms ease-out;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all 300ms ease-out;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #000;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 7px !important;
    left: 17px;
    font-size: 16px;

}
.mobile-menu ul > li > ul > li a{
	color:#000;
    display: block;
}
.mobile-menu ul > li > ul > li{
	color: #000;
    margin-bottom: 1px;
}
.mobile-menu ul > li > ul > li a{
    padding: 10px 30px;
}
.mobile-menu ul > li > ul > li > ul > li a{
    padding: 5px 0px 5px 50px;
}
.dropdown-button{
    cursor:pointer;
}
.top-menu-wrapper-middle-min .active > .dropdown-button:before {
    border-color: #000;
}
.mobile-menu .active:before {
	transform: rotate(225deg);
	top: 14px;
}
.mobile-menu .logo-wrap{
	display: flex;
    align-items: center;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 10px;
}
.mobile-menu .logo-img-wrap{
	display: block;
	cursor: pointer;
    max-width: 200px;
    margin-right: 20px;
}
.mobile-menu .logo-wrap img{
	margin-right: 17px;
}
.mobile-menu .name-company{
	font-size: 17px;
    color: #fff;
}
.mobile-menu .name-company span{
	font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.mobile-contacts{
	color:#000;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile-contacts .contacts-wrap{
    width: calc(100% - 24px);
}
.mobile-contacts .header-request .button svg path{
    fill:transparent !important;
    stroke:#fff !important;
}
.header-request .button svg{
    width: 20px;
    height: 25px;
    margin-right: 11px;
}
.mobile-menu svg{
	width: 25px;
    height: 25px;	
    margin-right: 7px;
    fill: #fff;
}
.mobile-menu svg path{
    fill: #000 !important;
}
.mobile-menu  .header-phone svg{
    width: 22px;
    height: 22px;
    top: -3px;
    position: relative;
}
.mobile-menu  .phone-wrap span{
    display: inline-block;
    margin-bottom: 5px;
}
.mobile-menu span a{
	color: #000;
    font-weight: normal;
}
.mobile-menu span{
    color: #000;
    font-weight: normal;
}
.mobile-menu ul ul ul a{
    position: relative;
}
.mobile-menu ul ul ul a:before{
    content: "";
    position: absolute;
    top: 13px;
    left: 39px;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.8);
}
.mobile-menu .header-accreditation{
    margin-top: 10px;
}
.mobile-menu .header-request .button{
    padding: 11px 25px;
    font-size: 15px;
    background: #000;
    color: #fff;
    margin-top: 10px;
}
@media only screen and (max-width: 1259px){
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay{
        z-index: 600;
        opacity: 1;
    }
    .mobile-menu{
        padding-top: 65px;
    }
    .mobile-menu {
        overflow-y: scroll;
    }
    .mobile-menu > div > ul > li > a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 13px 20px 10px;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 1px;
        background: #ffffff36;
    }
}
    
/************************* mob-menu end *********************./*/


/************* header*************************/
.header-img-wrap > div:not(:first-of-type),
.case-slider > div:not(:first-of-type),
.comment-inner.comment-inner-slider > div:not(:first-of-type),
.certificate-wrapper.certificate-slider > div:not(:first-of-type),
.team-inner.team-slider > div:not(:first-of-type),
.brands > div:not(:first-of-type){
    display: none;
}
.header-slider{
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.header-slider-overflow{
    overflow: hidden;
}
.header-slider-wrapper{
    position: relative;
}
.top-menu ul{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-left: 0;
    margin: 0;
}
.top-menu ul > li > ul{
	list-style: none;
    padding: 5px 0;
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-end;
	flex-direction: column;
}
.header-wrapper{
    background: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
	min-height: 64px;
}
.header-wrapper-push{
    height: 65px;
}
.header{
    display:flex;
    align-items:center;
    min-height:64px;
    font-size: 17px;
}
.header-accreditation{
    margin:0 60px;
    white-space:nowrap;
}
.header-account{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    min-width: 180px;
    border: 2px solid #000;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
    transition: .2s;
}
.header-account:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}
.header-feed{
	color:#ff6875;
	display: flex;
    align-items: center;
}
.header-feed:hover{
    color:#000;
    text-decoration: none;
}
.header-feed:hover svg path{
    stroke:#000;
    transition: all 200ms ease-out;
}
.header-feed svg path{
    transition: all 200ms ease-out;
}
.header-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}
.inner-template .header-inner{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.logo-wrap{
	display: flex;
    align-items: center;
    min-width:330px;
    flex-shrink:0;
}
.header-contacts{
    display:flex;
    align-items:center;
    margin-left:auto;
    gap:60px;
}

.header-adress .contacts-wrap{
}
.header-phone{
    display:flex;
    align-items:flex-start;
}

.header-phone .phone-wrap{
    white-space:nowrap;
}
.header-request{
    margin-left:20px;
}

.header-request .button{
    text-align:center;
    display: flex;
    align-items: center;
}
.contacts-wrap, .phone-wrap{
    line-height: 1.2em;
}
.header-contacts i{
	font-size: 30px;
    margin-right: 15px;
}
.header-contacts span{
	color:#000;
	font-size: 19px;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: normal;
}
.header-contacts span a{
	color:#000;
	font-weight: normal;
}
.header-contacts span a:hover{
    color:#ff5168;
    text-decoration: none;
}
.header-feed{

}
.header-adress,  .header-phone, .header-schedule{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.header-schedule svg{
    width: 20px;
    height: 26px;
    margin-top: 0;
    margin-right: 9px;
}
.mobile-menu .header-adress, .mobile-menu .header-phone{
    grid-gap:10px;
}
.logo-img-wrap{
	display: block;
	cursor: pointer;
}
.logo-wrap img{
    max-width: 200px;
    margin-right: 20px;
}
.name-company{
	font-size: 17px;
	color: #9e9e9e;
}
.name-company span{
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.header-img-wrap{
    /*min-height: 640px!important;*/
    height: auto;
    margin:0 -10px;
}
.header-img{
	position: relative;
	width: 100%;
	min-height: 100%;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	color:#fff;
	display: flex;
    padding: 50px;
	align-items: center;
    background-size: cover;
    margin: 0 10px;
}

.header-img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	background: 

    linear-gradient(to right, rgba(0, 0, 0, 0.62) 37%, rgba(28, 142, 212, 0.6))
}
.header-img-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 60px 0;
    align-items: center;
}
.header-img h2{
	font-size: 50px;
    z-index: 10;
    margin: 0;
    text-align: left;
    line-height: normal;
    margin-bottom: 50px;
    color:#fff;
    text-align: center;
}
.header-img-wrap .container{
    height: 100%;
}
.header svg{
	width:20px;
	height: 22px;
	margin-right: 7px;
    transition: all 200ms ease-out;
}
.header svg path{
    stroke: #FF5168;
    fill:transparent;
}
.header svg line{
    stroke: #FF5168; 
}
.header-section svg{
	width: 25px;
    height: 25px;
    margin-right: 12px;
    fill: #FF5168;
    position: relative;
    top: -4px;
}
.header-section svg path{ 
    fill: #FF5168 !important;
}
.header-section .header-request svg{
    top: 0;
    width: 18px;
}
.header-section .header-request svg path{ 
    fill: transparent !important;
    stroke:#000;
}
.header-phone svg{
    width: 20px;
	height: 26px;
    margin-top: 0;
}
.header-phone svg{
    margin-right: 9px;
}
.header-phone  .cls-2 {
    fill: #FF5168!important;
}
.header-img .describtion{
    font-size: 24px;
    font-weight: 300;
    z-index: 10;
    margin-bottom: 60px;
    text-align: center;
}
.header-section  .button:hover{
	background: #ff5168;
	border-color: #ff5168;
	color:#fff;
	transition: all 200ms ease-out;
}
.header-section .header-request .button svg path{
    transition: 200ms ease-out;
}
.header-section .header-request .button:hover svg path{
    stroke: #FFF;
}
.button-wrapper{
	z-index: 10;
}

.top-menu .down{
	display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}
.top-menu .down > ul > .down > .dropdown-button{
    display: none;
}
.top-menu{
    flex:1;
}
.top-menu ul{
    justify-content:flex-start;
}
.top-menu ul > li{
    display: inline-block;
    margin-right:30px;
    margin-left:0;
    position: relative;
}
.top-menu ul > li > a{
    color: #000000;
}
.top-menu ul > li:hover > a{
    color:#ff5168;
    text-decoration: none;
}
.top-menu ul > li:first-of-type{
    margin-left: 0;
}
.top-menu ul > li > ul > li{
	margin-left: 0px;
	margin-bottom: 1px;
}

.top-menu ul > li:first-of-type{
    margin-left: 0;
}
.top-menu ul > li > ul{
    position: absolute;
    top: 35px;
    left: 0;
    width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
    display: flex;
    flex-direction: column;
    z-index: 300;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 12px 20px #00000017;
    padding-bottom: 20px;
    padding-top: 10px;
}
.top-menu ul > li > ul:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
	height: 14px;
    top: -14px;
    left: 0;
}


.top-menu ul > li > ul > li > a{
    display: block;
    padding: 8px 33px 8px 20px;
    color: #0000009e;
    font-size: 15px;
    line-height: 1.35;
}
.top-menu ul > li > ul > li{
    position: relative;
    transition: all 200ms ease-out;
}
.top-menu ul > li > ul > li:hover > a{
    color: #FF5168;
    transition: all 200ms ease-out;
}

/* Расширенное и стилизованное выпадающее меню 3-го уровня */
.top-menu ul > li > ul > li > ul{
    position: absolute;
    width: 380px;
    min-width: 380px;
    left: 100%;
    top: -5px;
    padding: 12px 0;
    border-radius: 0 15px 15px 15px;
    box-shadow: 6px 8px 25px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

.top-menu ul > li > ul > li > ul > li > a{
    padding: 9px 24px;
    font-size: 14.5px;
    line-height: 1.4;
    color: #333333;
    white-space: normal;
    transition: background-color 150ms ease-out, color 150ms ease-out;
}

.top-menu ul > li > ul > li > ul > li:hover > a{
    background-color: #f8fafc;
    color: #FF5168;
}

.top-menu ul ul ul li:hover a{
    color:#FF5168;
}
.top-menu ul > li:hover > ul{
    visibility: visible;
    opacity: 1;
    background: #ffffff;
}

.top-menu .dropdown-button{
    display: block;
    position: absolute;
	top: 0px;
    right: -38px;
    height: 28px;
    width: 48px;
    z-index: 10;
    transition: all 200ms ease-out;
}
.top-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 16px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all 300ms ease-out;
}
.top-menu  .new-dropdown-button{
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 9px;
    height: 12px;
    width: 12px;
    z-index: 10;
    transition: all 200ms ease-out;
}
.top-menu .new-dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #0000009e;
    border-right: 1px solid #0000009e;
    transform: rotate(315deg);
    transition: all 300ms ease-out;
}
.top-menu .down:hover .dropdown-button:before{
	transform: rotate(225deg);
    top: 13px;
    border-color: #FF5168;
}

.top-menu .new_down:hover .new-dropdown-button:before{
    border-color: #FF5168;
}


/*******************header./***************************/

/*********************slider***************************/
.slick-prev:before, .slick-next:before{
    height: 10px;
    width: 10px; 
	transition: all 200ms ease-out;
}
.slick-prev:after, .slick-next:after{
    content: '';
    border-top: 3px solid #FF5168;
    border-right: 3px solid #FF5168;
	font-size: 14px;
	opacity: 0.7;
    height: 10px;
    width: 10px;
	transition: all 200ms ease-out;
}
.slick-prev:before, .slick-next:before{
	border-top: 3px solid #FF5168;
    border-right: 3px solid #FF5168;
	font-size: 14px !important;
	opacity: 1 !important;
	color:transparent !important;
}
.slick-prev, .slick-next{
	border: 3px solid #FF5168!important;
	border-radius: 100%;
    top: calc(50% - 25px) !important;
	width: 50px !important;
	height: 50px!important;
	transition: all 200ms ease-out;
}
.slick-prev{
	transform: rotate(225deg)!important;
	left: -70px!important;
    z-index: 2;
}

.slick-next{
	transform: rotate(45deg)!important;
	right: -70px!important;
}
.slick-next:before, .slick-prev:before{
	position: absolute;
    top: 15px;
    left: 19px;
}
.slick-next:after, .slick-prev:after{
    position: absolute;
    top: 21px;
    left: 13px;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    border-color:#000 !important;
	transition: all 200ms ease-out;

}
.slick-prev:hover:before, 
.slick-prev:focus:before, 
.slick-next:hover:before, 
.slick-next:focus:before,
.slick-prev:hover:after, 
.slick-prev:focus:after, 
.slick-next:hover:after, 
.slick-next:focus:after{
    border-top: 3px solid #000;
    border-right: 3px solid #000;
	transition: all 200ms ease-out;
}

.slick-dots li.slick-active button:before{
	opacity: 1!important;
    color: #ff5168!important;
}
.slick-dots li button:before{
	font-size: 14px!important;
}
.slick-dots li{
	margin: 0 2px!important;
}
.slick-dots{
	bottom: -12px!important;
    left: 0;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
	opacity: 0.75!important;
	color: #FF5168!important;
	transition: all 200ms ease-out;
}
.slick-dots li button:before, .slick-dots li button:before{
	transition: all 200ms ease-out;
}

/*********************slider***************************/

@media (max-width: 1979px){
   
}
@media (max-width: 1575px){
    .slick-prev, .slick-next{
		display: none!important;
	}
}
@media (max-width: 1351px) {

}
@media (max-width: 1259px) {
    .header-contacts{
        gap: 20px;
    }
    .header-img-inner{
        width: 100%;
    }
    .header-img-inner h2{
        width: 100%;
    }
    .header-img-inner .describtion{
        width: 100%;
    }
    .header-accreditation{
        margin: 0;
        margin-right: 30px;
    }
    .header-request .button{
        padding: 8px 15px;
        font-size: 15px;
    }
    .header-section .header-request svg{
        margin-right: 8px;
    }
}
@media (max-width: 1112px) {
    .phone-wrap a{
        font-size: 17px !important;
    }
    .header-contacts span{
        font-size: 17px;
    }
    .header{
        font-size: 16px;
    }
    .logo-wrap img{
        max-width: 80px;
        margin-right: 5px;
    }
    .name-company span{
        font-size: 18px;
    }
    .name-company{
        font-size: 15px;
    }
    .header-request{
        margin-left: 0;
    }
    
    .header-img h2{
        font-size: 40px;
    }
    .header-img .describtion{
        font-size: 20px;
    }
    
}
@media (max-width: 991px) {
	.header-img h2{
	    width: 100%;
	}
	.header-img .describtion{
	    width: 100%;
	}
	.header-img .button-wrapper .button{
	    flex-grow:1;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.header-img .button-wrapper .button br{
	    display: none;
	}
	.header-contacts{
		font-size: 14px;
	}
	.header-inner .header-adress{
		display: none;
	}
	.header-img-inner{
		width: 100%;
	}
    .header-feed{
		color:#000;
		font-size: 17px;
	}
	.header-wrapper{
		background: #3fc1e8;
	}
    .header svg path{
        stroke: #000;
        fill:transparent;
    }
    .header svg line{
        stroke: #000; 
    }

    .header .header-phone{
        display: flex !important;
        align-items: center;
        margin-left: 20px;
    }
    .header .header-phone path{
        fill: #000 !important;
    }
    .header .header-phone svg{
        top: -1px;
        position: relative;
        width: 15px;
        height: 15px;
        margin-right: 7px;
    }
    .header{
        justify-content: flex-start;
    }
    .header .phone-wrap a{
        font-size: 17px;
        font-weight: 300;
    }
    .header .phone-wrap{
        display: flex;
        align-items: center;
    }
    
}
@media (max-width: 884px) {
}
@media (max-width: 767px) {
    .header-slider .container{
        padding: 0;
    }
	.header-inner{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 0;
	}
	.inner-template .header-inner{
		padding-top: 50px;
	}
	.header-inner .header-phone{
		display: none;
	}
	.slick-dots {
		bottom: 10px !important;
	}
	.mobile-menu .logo-wrap img, .logo-wrap img{
		margin-right: 0px;
	}
    .header-img h2 {
        font-size: 26px;
    }
    .header-img-wrap{
        padding: 20px 0px;
    }
    .header-img, .header-img:before{
        border-radius: 0;
    }
    .header-img-inner{
        padding: 0;
    }
    .header-img .describtion{
        margin-bottom: 30px;
        font-size: 16px;
    }
    .header-img h2{
        margin-bottom: 30px!important;
    }
    .header-img-inner{
        width: 100%;
    }
    .logo-wrap{
        grid-gap: 20px;
    }
	.header-section .logo-wrap{
		display: flex;
		align-items: center;
		margin-right: 0;
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
		margin-bottom: 10px;
	}
    .header-img .button-wrapper {
        justify-content: center;
        gap: 20px;
    }
}
@media (max-width: 540px) {
   
}
@media (max-width: 511px) {
	.header-img-inner{
		text-align: center;
	}
    .header-img h2{
        font-size: 22px;
        text-align: center;
    }
    .header-img .describtion{
        font-size: 14px;
    }
	.header-img{
		padding: 50px 20px;
	}
    .button{
        font-size: 16px;
    }
    .header-img .button-wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 16px;
    }
    .header-img .button-wrapper .button {
        width: 100%;
        max-width: 320px;
        margin: 0;
        text-align: center;
    }
}
@media (max-width: 422px) {
    .header{
        font-size: 14px;
    }
    .header svg{
    }
    .header .phone-wrap a{
        font-size: 14px;
    }
    .header .header-phone svg{
        height: 14px;
    }
}
@media (max-width: 435px) {
	.header-img-inner{
		height: 100%;
	}
    .header{
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 0;
        flex-direction: column;
        grid-gap: 5px;
    }
    .header .header-phone{
        margin-left: 0;
    }
    .header-feed{
        order: 2;
    }
	.logo-wrap{
		display: flex;
		align-items: center;
		margin-right: 0;
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
		margin-bottom: 30px;
	}
}


.header-img .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 35px;
    justify-content: center;
}

.header-img .button-wrapper .button {
    margin: 0;
    padding: 17px 20px;
}
.header-img .button-wrapper .button br{
    display: none;
}
/* Fancybox */
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
    border-radius: 20px;
    text-align: center;
}
.fancybox-content {
    padding: 50px 40px;
}
.fancybox_modal_inner{
    background: #fff;
    padding: 35px 25px;
    animation-name: zoomIn;
    animation-timing-function: ease-out;
    font-size: 14px;
}
.fancybox_modal.fancybox_modal_big{
    width: 900px;
}
@media(min-width: 990px){
    .fancybox_modal.fancybox_modal_big{
        width: 960px;
    }
    .fancybox_modal.fancybox_modal_big .fancybox_modal_inner{
        padding: 50px;
    }
}


.form-control.error {
    border-color: #FF1A00;
}
.form-control{
    border-radius: 13px;
    margin-bottom: 8px;
}
textarea.form-control{
    min-height: 110px;
}
.form-group{
    margin-bottom: 5px;
}
.fancybox_modal .title-h3{
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 25px;
    color: #000;
}
.agreement{
    margin-bottom: 15px;
    margin-top: 20px;
}
/* /. Fancybox */

/* Agreement */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #838383;
    font-size: 14px;
    margin-bottom: 20px;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.agreement label {
    display: inline-block;
    position: relative;
    font-weight: 400;
    padding-left: 20px;
}

.agreement input+label:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0;
    margin-right: 2px;
    cursor: pointer;
    border: 1px solid #9f9f9f;
    border-radius: 3px;
    background-color: #fff;
}

.agreement input:checked+label:before {
    background: url(../images/check.svg) 0 0 no-repeat;
    background-size: 7px;
    background-position: center;
}

.agreement input.error+label {
    color: red;
}
.agreement a{
    color: #838383;
    text-decoration: underline;
}
.agreement a:hover{
    text-decoration: none;
}
#responseMessageTitle{
    font-size: 25px;
    line-height: normal;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    color: #000;
}
#responseMessage{
    display: none;
}
.fancyClose{
    color:#fff;
    text-decoration: none;
}
.fancybox-content{
   border-radius: 30px;
}
/* /. Agreement */
@media (max-width: 400px) {
    .fancybox-content {
        padding: 40px 20px;
    }
}
/*********************features-section************/
.features-section{
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: cover;
}
.features-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    opacity: 0.5;
    top: 0;
}
.features-section h2{
	margin-bottom: 80px;
}
.features-inner{
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.features-inner .item{
    color: #000;
    z-index: 50;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 15px;
    padding: 30px 30px 50px;
    width: calc(100% / 3 - 20px);
}
.features-inner .item-text{
    color: #b9b9b9;
    font-size: 17px;
}
.features-inner  svg{
    fill:#fff;
}
.features-inner .item-img{
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #3fc1e8;
    margin-top: -70px;
    flex-shrink: 0;
}
.features-inner .item-img:after{
    content: '';
    width: 95px;
    height: 95px;
    position: absolute;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 50%;
}
.features-inner .item-img img{
    width: 50px;
}
.features-inner .item-title{
    font-size: 20px;
    
    margin: 20px 0 5px;
}
@media (max-width: 991px) {
    .features-inner .item-img{
        margin-top: 0;
    }
    .features-inner .item-body{
        width: calc(100% - 80px);
    }
    .features-inner .item-title{
        margin-top: 0;
    }
    .features-inner .item-img img{
        width: 40px;
        height: 40px;
    }
    .features-inner .item {
        flex-direction: inherit;
        display: flex;
        grid-gap: 30px;
        text-align: left;
        padding: 30px;
        width: 100%;
        
    }
    .features-inner{
        grid-gap: 10px;
    }
    .features-section h2{
        margin-bottom: 50px!important;
    }
}
@media (max-width: 767px) {
    .features-inner .item{
        flex-direction: column;
        justify-items: center;
        grid-gap: 0;
    }
    .features-inner {
        grid-gap: 20px;
    }
    .features-inner .item-body{
        text-align: center;
    }
   
}
/*********************features-section***********./*/




/**********************services-section*************/


.services-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.services-inner .item{
    box-shadow: 0 0 14px #00000017;
    border-radius: 15px;
    position: relative;
}
.services-inner .item:hover img{
    transform: scale(1.2);
	transition: all 200ms ease-out;
}
.services-inner .button{
    z-index: 10;
    position: absolute;
    bottom: 20px;
}
.services-inner .item:hover .item-title{
    color: #ff5168;
	transition: all 200ms ease-out;
}
.services-inner .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}
.services-inner .item-body{
    padding: 30px 30px 80px;
}
.services-inner .item-text{
    font-size: 16px;
    color: #b9b9b9;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.services-inner .item-img{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1.5/1;
}

.services-inner .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.services-inner .item-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
	transition: all 200ms ease-out;
}
.services-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.services-header .inner{
    width: 100%;
}

.services-header h2{
    margin-bottom: 10px;
    text-align: center;
}
.buttons-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
@media (max-width: 1259px) {
    .services-inner{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .services-inner{
        grid-template-columns: 1fr;
    }
    .services-header h2{
        text-align: center;
    }
    .services-section .subtitle{
        text-align: center;
    }
    .services-header{
        justify-content: center;
    }
}
/***********************services-section************./*/

/**********************action-section******************/
.action-section{
    position: relative;
    background-size: cover;
    background-position: center;
}

.action-section .action{
    display: flex;
    padding: 50px 0;
    grid-gap: 50px;
    flex-wrap: wrap;
}
.action-section .left-block{
    order: 2;
    width: calc(100% - 480px - 50px);
    display: flex;
}
.action-wrapper{
    width: 100%;
}
.action-section .right-block{
     width: 480px;
     display: flex;
}    
.action-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
.action-inner{
    z-index: 10;
    position: relative;
    background: #000000b8;
    padding: 50px;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    height: 100%;
}
.action-section .img-wrap{
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}
.action-section .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.action-section h2{
    text-align: left;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px; 
    margin-bottom: 20px;
}
.action-section .subtitle{
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.action-header{
    margin-bottom: 20px;
}
.action-section .text{
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 1px;
}
.action-section .button{
    background:#fff;
    color: #000;
    border-color: #fff;
    font-size: 20px;
    padding: 10px 30px;
}
.action-section .button:hover{
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.services-template .question-section{
    background: #fff;
}
@media (max-width: 1229px){
    .action-section .left-block{
        width: calc(100% - 400px - 20px);
    }
    .action-section .action{
        grid-gap: 20px;
    }
    .action-section .right-block{
        width: 400px;
    }
}
@media (max-width: 991px){
    .action-section h2 {
        font-size: 40px;
    }
    .action-section .subtitle{
        font-size: 24px;
    }
    .action-section .text{
        letter-spacing: 0;
        line-height: 1.4em;
    }
    .action-wrapper{
    }
    .action-section .left-block{
        min-height: auto;
    }
    .action-section .action{
        flex-direction: column;
        align-items: center;
    }
    .action-section .left-block{
        width: 100%;
    }
    .action-section .right-block{
        display: none;
    }
}
@media (max-width: 767px) {
    .action-section .right-block{
        display: none;
    }
    .action-wrapper{
        width: 100%;
    }
    .action-inner{
        text-align: center;
    }
    .action-section h2{
        text-align: center;
    }
}
@media (max-width: 467px) {
    .action-section h2{
        font-size: 24px;
    }
    .action-section .subtitle{
        font-size: 20px;
    }
    .action-header {
        margin-bottom: 30px;
    }
    .action-section .text{
        font-size: 16px;
    }
    .action-inner{
        padding: 30px 20px;
    }
    .action-section .button{
        font-size: 15px;
        
    }
}
/**********************action-section*****************./*/



/**********************about-section*********************/
.about-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    position: relative;
    grid-gap: 40px;
}
.about-section{
    position: relative;
}
.about-section h2{
    text-align: left;
    margin-bottom: 15px
}
.about-section .subtitle{
    font-size: 24px;
    line-height: normal;
}
.about-header{
    margin-bottom: 40px;
}
.about-body{
    position: relative;
    font-size: 17px;
    line-height: 1.2em;
}
.about-body .text {
    margin-bottom: 40px;
    line-height: 1.4em;
}
.about-section .content{
    padding-right: 70px;
    padding-bottom: 50px;
    order: 2;
    position: relative;
}

.about-wrapper{
    border-bottom: 1px solid #d2d2d2;
}
.about-section .img-wrap{
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    max-height: 600px;
}
.about-section .img-wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-section .button{
    position: absolute;
    left: 0;
    bottom: 0;
}

.num{
    font-family: 'Exo 2', sans-serif;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #3fc1e8;
    line-height: normal;
}
.nums-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
.nums-wrapper .item{
    text-align: center;
    width: 70%;
    font-size: 19px;
}

.nums-header{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
}

.nums-header h2{
    margin-bottom: 0;
    text-align: center;
}

.nums-header .subtitle{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 15px;
}
.nums-inner-img{
    gap: 30px;
}
.nums-inner-img .item{
    text-align: center;
    width: 100%;
    font-size: 19px;
    padding: 30px;
    background: #c6c6c633;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nums-inner-img .item-img{
    padding: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 100%;
}
.nums-inner-img .item-img img{
    width: 70px;
}
.nums-inner-img .text{
    
}
@media (max-width: 1259px){
    .nums-inner-img .item{
        padding: 30px 20px;
    }
    .nums-inner-img{
        gap: 20px;
    }
    .nums-inner-img .item .text{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .about-section .img-wrap{
        display: none;
    }
    .about-inner{
        grid-template-columns: 1fr;
    }
    .about-section h1{
        font-size: 40px;
    }
    .about-section .content{
        padding-right: 0;
    }
    .nums-wrapper .item{
        width: 100%;
    }
    .nums-wrapper .item{
        width: 70%;
    }
    .about-section .subtitle{
        font-size: 24px;
    }
    .about-section .text{
        letter-spacing: 0;
        line-height: 1.4em;
    }
    .nums-inner-img {
        grid-template-columns: 1fr 1fr;
    }
    .nums-inner-img .item{
        padding: 30px 30px;
    }
    .nums-inner-img{
        gap: 30px;
    }
    .nums-inner-img .item .text{
        font-size: 19px;
    }
    .nums-inner-img .item{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .nums-inner{
        grid-template-columns: 1fr 1fr;
    }
    .about-wrapper{
        text-align: center;
    }
    .about-section h1{
        text-align: center;
    }
    .about-section .button{
        left: calc(50% - 67px);
    }
    .about-section h2{
        text-align: center;
    }
    .nums-inner-img{
        gap: 20px;
    }
}
@media (max-width: 540px) {
    .nums-wrapper .item {
        width: 100%;
    }
    .nums-inner-img .item{
        padding: 30px 20px;
    }
    .nums-inner-img .item .text {
        font-size: 17px;
    }
}
@media (max-width: 467px) {
    .nums-inner-img{
        grid-template-columns: 1fr;
    }
    .about-section h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-section .subtitle{
        font-size: 20px;
    }
    .about-section .text{
        font-size: 16px;
    }
    .nums-inner-img .item .text {
        font-size: 19px;
    }
}

@media (max-width: 375px) {
    .nums-inner{
        grid-template-columns: 1fr;
    }
    .nums-wrapper .item {
        width: 100%;
    }
}
@media (max-width: 340px) {
    .nums-wrapper .item {
        width: 70%;
    }
    .nums-inner-img .item{
        width: 100%;
    }
}
/**********************about-section*********************./*/

/**********************question-section********************/
.accordeon .item-body {
    display: none;
    font-weight: 300;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    line-height: normal;
    line-height: 1.6em;
    font-size: 18px;
    color:#4a4a4a;
}
.accordeon .item-head{
    min-height: 90px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 25px 30px;
    background: #fff;
    border-radius: 15px;
}
.accordeon .item-icon{
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    border-radius: 100px;
    background: #fffcfd;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 200ms ease-out;
}
.accordeon .item-icon:before{
    content:'';
    border-right:2px solid #000;
    border-bottom:2px solid #000;
    width: 8px;
    height: 8px;
    transition: all ease-out 200ms;
	transition: all 200ms ease-out;
}
.accordeon .item-head:hover .item-icon{
    background: #3fc1e8;
	transition: all 200ms ease-out;
}
.accordeon .item-head:hover .item-icon:before{
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
	transition: all 200ms ease-out;
}
.accordeon .item.active .item-icon{
    transform: rotate(225deg);
}
.accordeon .item.active .item-icon:before{
    margin-top: -1px;
    margin-right: 3px;
}
.question-section{
    background: #F1F1F1;
}
.accordeon .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.accordeon .item-title{
    font-weight: 500;
    line-height: 1.3;
    width: calc(100% - 60px);
    font-size: 20px;
    color:#000;
	transition: all 200ms ease-out;
}
.question-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.question-section .button{
    min-width: 160px;
}
.question-header h2{
    margin-bottom: 10px;
    text-align: left;
}
.question-section .subtitle{
    font-size: 24px;
    line-height: normal;
}
.accordeon .item{  
    margin-bottom: 3px;
}
.question{
    z-index: 1;
    position: relative;
}
.question-title {
    z-index: 1;
    position: relative;
}
@media (max-width: 991px) {
    .accordeon .item-title{
        font-size: 18px;
    }
    .accordeon .item-body {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .question-header h2{
        text-align: center;
    }
    .question-section .subtitle{
        text-align: center;
    }
    .question-header{
        justify-content: center;
    }
    .accordeon .item-body{
        padding-right: 0px;
        padding-left: 20px;
    }
}
@media (max-width: 467px){
    .question-section .subtitle{
        text-align: center;
        font-size: 20px;
    }
}
/**********************question-section*******************./*/

/**********************comment-section*************/

.comment-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.comment-header h2{
    margin-bottom: 10px;
    text-align: left;
}
.comment-section{
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: cover;
    background: #F1F1F1;
}
.comment-inner{
    margin: 30px -15px 30px -15px;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}
.comment-inner .item-wrapper > div{
    color: #000;
    z-index: 50;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding-bottom: 40px;
    border-radius: 15px;
    padding: 50px 30px 80px;
    margin: 0 15px;
    height: 100%;
    position: relative;
}
.comment-inner .item-text{
    font-size: 17px;
    color: #1a1a1a99;
}
.comment-inner  path{
    fill: #F1F1F1;
}
.comment-inner  svg{
    width: 40px;
    height: 40px;
}
.comment-inner .item-img{
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 10px solid #F1F1F1;
    margin-top: -100px;
    margin-bottom: 20px;
}
.comment-inner .slick-track{
    display:flex;
}
.comment-inner .slick-slide{
    height:auto;
    flex:0 0 auto;
}
.comment-inner .item-img img{
    width: 40px;
}
.comment-inner .item-title{
    font-size: 20px;
    margin: 20px 0 5px;
    position: absolute;
    bottom: 30px;
}
.comment-inner .slick-slide{
    padding-top: 40px;
}
.inner-template .comment-inner .item-wrapper{
    margin-bottom: 70px;
}
.inner-template .comment-inner .item-wrapper:last-child{
    margin-bottom: 0px;
}
.inner-template .comment-inner .item-wrapper > div{
    box-shadow: 0 0 13px #0000001c;
}
@media (max-width: 991px) {
    .comment-inner .slick-slide{
        height: max-content;
    }
    .comment-inner .item-body{
        width: 100% !important;
    }
    .comment-inner .item-img{
        width: 100px !important;
        height: 100px;
        display: flex !important;
    }
    .comment-inner .slick-slide > div{
        margin-bottom: 60px;
    }
    .comment-inner .slick-slide > div:last-child{
        margin-bottom: 20px;
    }
    .comment-inner{
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
   .comment-header{
        justify-content: center;
   }
   .comment-header h2{
        text-align: center;
   }
}
@media (max-width: 457px) {
    .comment-inner .slick-slide > div{
        padding: 50px 20px 80px;
    }
    .comment-inner .item-title{
        font-size: 16px;
    }
}

/***********************comment-section************./*/



/* tabs */
.box{
    position: fixed;
    top: -999999999px;
    left: -999999999px;
    opacity: 0;
    width: 1270px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.box.visible{
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}

ul.tabs li{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #333333;
    background: #fff;
  transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #d5d5d5;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;        
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}

ul.tabs{
    border-bottom: none;
}
ul.tabs li.current::after{
    display: none;
}
ul.tabs li{
    color: #2e2e2e;
    border: 1px solid #E7E7E7;
    border-left: none;
}
ul.tabs li:first-child {
    border-left: 1px solid #E7E7E7;
    border-radius: 3px 0 0 3px;
}
ul.tabs li:last-child{
    border-radius: 0 3px 3px 0;
}
ul.tabs li.current, 
ul.tabs li.current:hover {
    background: #e6007e;
    border-color: #e6007e;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #E6007E;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
        border-radius: 3px;
    }
    .mobile-tab-header.active{
        border-radius: 3px 3px 0 0;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current{
        display: none;
    } 
    ul.tabs li:last-of-type{
        border-radius: 0 0 3px 3px;
    }
    .mobile-tab-header.active + ul.tabs{
        display: block;
        margin: 0 -1px 0;
        width: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}
/* /. tabs */


/******************gallery-section************/

.gallery-section{

}
.lg-backdrop.in{
    opacity: 0.7!important;
}
.gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.gallery-wrapper .item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-wrapper .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.gallery-wrapper .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.gallery-wrapper .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.gallery-wrapper .item:hover  .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.gallery-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1259px) {
    .gallery-wrapper {
        grid-gap: 10px;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .gallery-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .gallery-section h2 {
        margin-bottom: 20px!important;
    }
}
@media (max-width: 520px) {
    .gallery-wrapper {
        grid-gap: 10px;
    }
}
/******************gallery-section***********./*/




/******************case-section*****************/
.case-section .case-inner{

}
.case-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.case-header h2{
    margin-bottom: 10px;
    text-align: left;
}

.case-section h2{
    margin-bottom: 5px;
}
.case-inner > .item{
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 55%;
    grid-gap: 40px;
    margin-bottom: 40px;
}
.case-inner > .item:nth-child(even){
    grid-template-columns: 55% 1fr;
}
.case-inner > .item .title{
    margin-bottom: 20px;
    line-height: 1.1em;
    font-size: 30px;
    font-weight: bold;
    color:#000;
}
.case-slider .slick-prev{
    left: 30px !important;
    background: #fff;
}
.case-slider .slick-next{
    right: 30px !important;
    background: #fff;
}
.case-slider .slick-dots{
    bottom: 20px !important;
}
.case-section .text{
    line-height: 1.5em;
    margin-bottom: 30px;
}
.case-section .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.case-section .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.case-section .slick-slider .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.case-section .slick-slider .item:hover  .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.сomponents{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.сomponents-item{
    display: grid;
    grid-template-columns: 40px 1fr; 
    grid-gap: 10px;   
}
.сomponents-item .img-wrap{
    width: 40px;
    height: 40px;
}
.case-inner > .item .сomponents-item .title{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: normal;
}

.сomponents-item  .img-wrap{

}
.case-section .content .button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.case-section .content{
    position: relative;
    padding-bottom: 30px;
    font-size: 15px;
    height: 100%;
}
.case-section .slick-slider{
    margin-bottom: 0 !important;
    border-radius: 30px;
    height: auto;
    aspect-ratio: 1.6/1;
    margin: 0 -7px;
}
.case-slider-overflow{
    overflow: hidden;
}
.case-section .slick-slider .item{
    position: relative;
    overflow:hidden;
    border-radius:30px;
    margin: 0 7px;
}
.case-inner > .item:nth-child(even) .content{
    order:2;
}

@media (max-width: 1440px) {
    .case-inner > .item{
        grid-template-columns: 50% 46%;
        padding: 40px;
        align-items: center;
    }
    .case-inner > .item:nth-child(even){
        grid-template-columns: 46% 50%;
    }
}
@media (max-width: 1259px) {
}
@media (max-width: 1115px) {
    .сomponents{
        grid-template-columns:1fr 1fr;
    }
    .case-section .сomponents-item > .content{
        padding-bottom: 0px;
    }
    .case-section .content{
        padding-bottom: 70px;
    }
    .case-inner > .item{
        align-items: start;   
    }
    .case-section .slick-slider .item{
        margin: 15px 0;
    }
    .case-section .slick-slider{
        margin: -15px 0;
    }
    .case-slider .slick-dots{
        top: calc(50% - 15px);
    }
}
@media (max-width: 991px) {
    .case-inner > .item{
        display: flex;
        flex-wrap: wrap;
    }
    .case-slider-wrapper{
        width: 100%;
    }
    .case-section .content{
        order: 2;
    }
    .case-slider-wrapper{
        width: 100%;
    }
    .case-inner > .item{
        width: 100%;
        margin: 0 auto 40px;
    }
    .case-header{
        margin-bottom: 50px;
        justify-content: center;
        text-align: center;
    }
    .case-section h2{
        text-align: center;
    }
    .case-section .slick-slider{
        aspect-ratio: auto;
        padding-bottom: 30px;
    }
    .case-slider .slick-dots{
        top:auto;
        bottom: 0px !important;
    }
    .case-section .slick-slider .item{
        margin: 0 7px;
    }
    .case-inner > .item{
        grid-gap: 20px;
    }
    .case-section .slick-slider{
        margin: 0 -7px;
    }
    .сomponents{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .case-inner > .item{
        width: 100%;
        padding: 30px;
    }
    .case-inner > .item .title{
        font-size: 20px;
    }
    .case-section .slick-slider{
        border-radius: 20px;
    }
}
@media (max-width: 600px) {
    .сomponents{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 520px) {
    .case-inner > .item{
        padding: 20px 20px 30px;
    }
}
@media (max-width: 467px) {
    .сomponents{
        grid-template-columns: 1fr;
    }
    .case-header{
        margin-bottom: 30px;
    }
}
/******************case-section***************./*/



/**********************news-section*************/


.news-inner{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.news-inner .item{
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    position: relative;
    display: grid;
    grid-template-columns: 600px 1fr;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    cursor: pointer;
}
.news-inner .item:hover img{
    transform: scale(1.2);
	transition: all 200ms ease-out;
}
.news-inner .button{
    z-index: 10;
}
.news-bottom{
    width: calc(100% - 80px);
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-date{
    color: #747474;
    font-size: 22px;
}
.news-inner .item:hover .item-title{
    color: #ff5168;
	transition: all 200ms ease-out;
}
.news-inner .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 10;
}
.news-inner .item-body{
    padding: 40px 40px 80px;
    position: relative;
}
.news-inner .item-text{
    font-size: 20px;
    color: #888;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.news-inner .item-img{
    overflow: hidden;
    height: 100%;
}

.news-inner .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.news-inner .item-title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3;
	transition: all 200ms ease-out;
}
.news-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.news-header h2{
    margin-bottom: 10px;
    text-align: left;
}

.news-inner .item {
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
}
.news-inner .item:nth-child(even) .item-img{
    order: 2;
}
@media (max-width: 991px){
    .news-inner .item{
        grid-template-columns: 1fr;
    }
    .news-inner .item:nth-child(even) .item-img{
        order: 0;
    }
    .news-inner{
        grid-template-columns: 1fr 1fr;
    }
    .news-bottom{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        grid-gap: 15px;
    }
    .news-inner .item-title{
        font-size: 23px;
    }
    .news-inner .item-img{
        height: auto;
        aspect-ratio: 1.4/1;
    }
     .news-inner .item-body{
        padding-bottom: 120px;
    }
    .news-inner .item{
        display: flex;
        flex-direction: column;
    }
    .news-inner .item-text{
        font-size: 16px;
    }
    .news-section .item:nth-child(3){
        display: none;
    }
    .news-date{
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .news-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: calc(100% - 80px);
    }
    .news-inner{
        grid-template-columns: 1fr;
    }
    .news-inner .item-body{
        padding: 40px 20px 80px;
    }
    .news-header h2{
        text-align: center;
    }
    .news-section .subtitle{
        text-align: center;
    }
    .news-bottom{
        width: calc(100% - 40px);
    }
    .news-header{
        justify-content: center;
    }
    .news-inner .item-text{
        font-size: 17px;
    }
    .news-inner .item-title{
        font-size: 20px;
    }
   
}
@media (max-width: 460px) {
    .news-inner .item-title{
        font-size: 21px;
    }
    .news-date{
        font-size: 21px;
    }
    .news-inner .item-title{
        font-size: 18px;
    }
    .news-date{
        font-size: 17px;
    }
    .news-inner .item-text{
        font-size: 15px;
    }
     .news-bottom{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .news-inner .item-body{
        padding: 40px 20px 120px;
    }
}
@media (max-width: 350px){
    .news-date{
        font-size: 14px;
    }
    .news-inner .item-img{
        height: 200px;
    }
    .news-inner .item-body{
        padding-bottom: 30px;
    }
    .news-bottom{
        position: relative;
        bottom: 0;
        align-items: flex-start;
        flex-direction: column-reverse;
        grid-gap: 10px;
        width: 100%;
    }
}
/***********************news-section************./*/



/***********************brands-section*************/
.brands-section{
    background: #F1F1F1;
}
.brands .item{
    width:328px;
} 
.brands.slick-slide .item{
    width:auto;
}
.brands-section .subtitle{
    text-align: center;
}
.brands-section h2{
    margin-bottom: 10px;
}
.brands-section .item{
    padding: 20px;
    margin: 0px 15px;
    background: #fff;
    filter: saturate(0);
    border-radius: 15px;
	transition: all 200ms ease-out;
    cursor: pointer;
}
.brands-section .item:hover{
    filter: saturate(1);
	transition: all 200ms ease-out;
}
.brands-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brands-inner{
    margin-top: 30px;
}
.brands{
    margin: 0px -15px;
}
.brands-wrapper{
    overflow: hidden;
}
/***********************brands-section************./*/

/***********************about-2-section*************/

.about-2-section .img-wrap{
    order: 2;
    height: 100%;
    max-height: 600px;
}
.about-2-section .content{
    order: 0;
    padding-right: 0;
    height: 100%;
}
.about-2-section img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.about-2-section  .about-inner{
    align-items: start;
}
.about-2-section .about-wrapper{
    border-bottom: none;
}
.about-2-section h2{
    text-align: left;
}
@media (max-width: 767px) {
    .about-2-section h2{
        text-align: center;
        margin-bottom: 10px;
    }
}
/***********************about-2-section************./*/



/***********************steps-section*************/
.steps-section{
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: cover;
    background: #F1F1F1;
}
.steps-header{
    margin-bottom: 40px;
}
.steps-section h2{
    margin-bottom: 10px;
}
.steps-section .subtitle{
    text-align: center;
}
.steps-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    top: 0;
}
.steps-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.steps-inner .item{
    color: #000;
    z-index: 50;
    text-align: left;
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    border-radius: 15px;
    padding: 30px 30px 50px;
    position: relative;
}
.steps-inner .item-text{
    color: #656565;
    font-size: 17px;
}
.steps-inner  svg{
    fill:#fff;
}
.steps-inner .item-img{
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #ff5168;
    margin-top: -70px;
}
.steps-inner .item-img:after{
    content: '';
    width: 95px;
    height: 95px;
    position: absolute;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 50%;
}
.steps-inner .item-img img{
    width: 40px;
}
.steps-inner .item-title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}
.steps-inner .item-num{
    font-weight: 900;
    font-size: 50px;
    font-family: 'Exo 2', sans-serif;
    color: #ccc;
}

.steps-inner .item-back{
    font-weight: 900;
    font-size: 150px;
    font-family: 'Exo 2', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.04;
}
@media (max-width: 1259px) {
    .steps-inner .item-back{
        font-size: 110px;
        width: 150px;
        height: 140px;
    }
}
@media (max-width: 991px) {
    .steps-inner{
        grid-template-columns: 1fr;
    }
    .steps-inner .item-img{
        margin-top: 0;
    }
    .steps-inner .item-img img{
        width: 40px;
        height: 40px;
    }
    .steps-inner .item {
        flex-direction: inherit;
        display: grid;
        grid-gap: 30px;
        text-align: left;
        padding: 30px;
    }
    .steps-inner{
        grid-gap: 10px;
    }
    .steps-inner{
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 467px) {
    .steps-inner {
        grid-template-columns: 1fr;
    }
}
/***********************steps-section************./*/

/***********************footer-section************./*/
.footer-wrapper{
    background: #292929;
    color:#fff;
    flex-shrink: 0;
}
.footer{
    min-height: 100px;
    padding: 40px 0;
    text-align: right;
}
.footer-push{
    height: 100px;
}
footer .agreement{
    margin-bottom: 0;
}
footer h3{
    color:#fff;
    font-size: 30px;
    line-height: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    position: relative;
    font-weight: 800;
    width: 100%;
    margin-bottom: 10px;
}
footer .subtitle {
    display: flex;
    vertical-align: top;
    position: relative;
    font-size: 20px;
    width: 100%;
    color: #929292;
}

.form-wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff17;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.input-wrapper{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
}
.input-wrapper .form-group{
    width: 100%;
}
.input-wrapper .form-control{
    margin-bottom: 10px;
}
.contacts .three svg{
    fill:#fff;
}
.contacts .phone-wrap path{
    fill:#fff !important;
}
.phone-wrap a{
    font-weight: 600;
    font-size: 19px;
    display: block;
    color: #000;
}
footer .agreement label{
    font-size: 14px;
    display: grid;
    grid-template-columns: 20px 1fr;
}
.form-wrap{

}
footer .contacts{
    display: flex;
    columns: 2;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff17;
}
.footer-inner .header-phone path{
    fill:#fff !important;
}
footer .contacts .button{
    margin-top: 10px;
    width: 100%;
}
footer .contacts .button:hover{
    border: 1px solid #fff;
    color:#fff;
}
.item.two{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    padding-right: 80px;
    width: 310px;
}
.item.two .menu-title{
    padding-bottom: 15px;
}
.item.two .menu-title, .item.two .menu-title a{
    color: #fff;
    font-size: 17px;
    display: block;
    position: relative;
}
.item.two .menu-title a:hover{
    color: #ff5168;
}
.item.two .menu-title:before{
    content: '';
    width: 30px;
    height: 1px;
    background: #a6a6a6;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.item.three{
    display: flex;
    flex-direction: column;
    gap:10px;
    font-size: 17px;
    justify-content: space-between;
    width: calc(100% - 320px - 460px);
}
.item.three a{
    color: #fff;
}
.item.three a:hover{
    color: #ff5168;
}
.three-item-links{
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: space-between;
}
.item.one{
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding-right: 40px;
}
.social{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.socials{
    display: flex;
    justify-content: space-between;
    grid-gap: 7px;
}
.socials .item{
    border: 1px solid #ffffff17;
    border-radius: 50%;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.socials .item:hover{
    filter: brightness(1.2);
}
.socials .item.youtube{
    background: #FF0100;
}
.socials .item.vk{
    background: #0077FE;
}
.socials .item.inst{
    background: #F700AD;
}
.socials .item.whatsapp{
    background: #2FB944;
}
.socials .item.viber{
    background: #735FF2;
}
.socials .item.tg{
    background: #239FDC;
}

.socials svg{
    fill: #ffffff;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
	transition: all 200ms ease-out;
}
.socials .item:hover svg{
    fill: #fff;
    text-align: center;
	transition: all 200ms ease-out;
}
.social .title{
    color: #ffffffa1;
}
footer .phone-wrap{
    line-height: 1.1em;
    font-size: 13px;
}
footer .phone-wrap a{
    font-size: 17px;
    position: relative;
    top: 5px;
}
footer .footer-schedule{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px; 
}
.footer-schedule svg{
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 9px;
    position: relative;
    top: -1px;
}
.contacts .item-wrap.phone{
    margin-bottom: 10px;
}
footer .contacts-wrap{
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}
footer .contacts-wrap br{
    display: none;
}
footer .name-company span{
    color: #fff;
}
footer .contacts-wrap span {
    color: #fff;
    font-size: 17px;
    margin-bottom:6px;
    display: inline-block;
}
footer .header-adress svg{
    width: 22px;
    height: 22px;
    position: relative;
    top: -3px;
    margin-right: 9px;
}
footer .header-adress svg path{
    fill:#fff;
}
footer .phone-wrap a{
    color: #fff;
}
footer .header-adress{
margin-bottom: 20px;
}
footer .email {
    color:#fff;
    text-decoration: none;
    position: relative;
    top: -3px;
}
footer ul{
    padding: 0;
    list-style: none;
}
footer .footer-email svg{
    fill: transparent !important;
    width: 22px;
    height: 14px;
    position: relative;
    top: 0px;
    margin-right: 9px;
}
footer .footer-email svg path {
    stroke: #ffff;
}
.item.one .button{
    font-size: 14px;
    border: 1px solid #fff;
    background: transparent;
}
.item.one .button:hover{
    background: #fff;
    color:#000;
}
.footer-email{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    color: #929292;
    grid-gap: 5px 20px;
    flex-wrap: wrap;
}
.two ul li a{
    color: #cbcbcb;
    display: inline-block;
    line-height: 2em;
    font-size: 19px;
    align-items: center;
    font-weight: 300;
}
.two ul .menu-title{
    
}
.two ul li a:hover{
    color: #ff5168;
}

.two ul li{
    position: relative;
}

.contacts .item-wrap{
    display: flex;
    grid-gap: 50px;
}
.support a{
    text-decoration: underline;
    color: #929292;
}
footer .form-header{
    margin-right: 40px;
    width: 50%;
}
.item-title-btn{
    display: none;
}
@media (max-width: 1259px) {
   
}
@media (max-width: 1130px) {
   .item.one{
       width: 360px;
   }
   .item.three{
       width: calc(100% - 320px - 270px);
   }
}
@media (max-width: 991px) {
    footer .item.two{
       display: none;
   }
    .form-wrapper{
        width: 50%;
    }
    .item.three{
        width: auto;
    }
    .item.one{
        width: 410px;
        padding-right: 80px;
    }
}
@media (max-width: 767px) {
    .form-wrapper{
        width: 100%;
    }
	.brands-section .item{
        margin: 0 7px;
    }
    .brands{
        margin: 0px -7px;
    }
    footer .contacts{
        flex-direction: column;
    }
    .item.one{
        margin-bottom: 40px;
        padding: 0;
    }
    footer .social{
        align-items: flex-start;
    }
    footer .fancyboxCallback{
        max-width: 300px;
    }
    .form-wrap{
        flex-direction: column;
    }
    footer .form-header{
        width: 100%;
    }
    footer .form-header{
        margin-bottom: 30px;
    }
    .contacts .item.two{
        display: none;
    }
    footer .contacts .item.two{
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        grid-gap: 0px;
        width: 100%;
   }
   .item.two .menu-title{
       width: 100%;
       display: flex;
       justify-content: space-between;
   }
   .item.two .menu-title:before{
       display: none;
   }
   .item-title-btn svg{
       transition: all 200ms ease-out;
   }
   footer .contacts .menu-item.active .item-title-btn svg {
        transform: rotate(45deg);
        transition: all 200ms ease-out;
    }

    .item-title-btn path{
        stroke: #fff;
    }
    .item-title-btn{
        display: block;
    }
    .item.one{
        width: 100%;
    }
    
}
@media (max-width: 467px) {
    .contacts .item.two{
        display: none;
    }
    footer h3{
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    .input-wrapper{
        flex-direction: column;
        grid-gap: 0px;
    }
    .form-wrapper .button{
        width: 100%;
        margin-bottom: 20px;
    }
}
footer a:hover{
    color:#ff5168;
}

/***********************footer-section************./*/



/***********************certificate-section***********/

.certificate-header{
    display:flex;
    justify-content:center;
    margin-bottom:50px;
    text-align:center;
}

.certificate-header h2{
    margin-bottom: 0;
}

.certificate-header .subtitle{
    max-width:900px;
    margin:0 auto;
    margin-top: 15px;
}

.certificate-wrapper{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
}

.certificate-wrapper.slick-initialized{
    display:block;
}

.certificate-wrapper.certificate-slider{
    margin:0 -15px;
    padding-bottom:20px;
}

.certificate-wrapper.slick-slider .item{
    margin:0 15px;
}

.certificate-wrapper .slick-track{
    display:flex;
    margin-bottom: 30px;
}

.certificate-overflow{
    overflow:hidden;
}
@media (max-width: 1355px) {
    .certificate-button{
        font-size: 1.3vw;
    }
}
@media (max-width: 991px) {
    .certificate-button{
        font-size: 1.5vw;
    }
}
@media (max-width: 767px) {
    .certificate-button{
        font-size: 1.9vw;
    }
}
@media (max-width: 600px) {
    .certificate-button{
        font-size: 2.9vw;
    }
}
@media (max-width: 375px) {
    .certificate-button {
        font-size: 3.7vw;
    }
    .certificate-wrapper.certificate-slider{
        padding-bottom: 40px;
    }
}
/* Карточка */

.certificate-wrapper .item{
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
}

/* Документ */

.certificate-wrapper .img-wrapper{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    aspect-ratio:0.72;

    padding:20px;

    border:1px solid #dcdcdc;
    border-radius:22px;

    background:#fff;

    overflow:hidden;

    text-decoration:none;
}

/* Изображение */

.certificate-wrapper .img-wrapper img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* Затемнение */

.certificate-wrapper .plus{
    position:absolute;
    inset:0;

    display:flex;
    justify-content:center;
    align-items:center;

    background:rgba(0,0,0,.35);

    opacity:0;

    transition:.25s;
}

.certificate-wrapper .plus svg{
    width:46px;
    height:46px;

    stroke:#fff;
    fill:none;

    transition:.25s;
}

.certificate-wrapper .img-wrapper:hover .plus{
    opacity:1;
}

.certificate-wrapper .img-wrapper:hover .plus svg{
    transform:scale(1.15);
}

/* Кнопка */

.certificate-button{
    width:100%;
    margin-top:18px;
    padding:14px 10px;
    border:1px solid #222;
    border-radius:10px;
    background:#fff;
    color:#222;
    text-align:center;
    text-decoration:none;
    transition:.25s;
}
.certificate-button:focus{
    border: 1px solid #222;
}
.certificate-button:hover{
    background:#3fc1e8;
    color:#000;
    border-color:#3fc1e8;
}

/* Без слайдера */

.certificate-notslider{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
}
.certificate-slider-wrapper{
    position: relative;
}

.certificate-arrows{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 5;
}

.certificate-arrows .slick-prev,
.certificate-arrows .slick-next{
    pointer-events: auto;
}

.certificate-arrows .slick-prev{
    left: -70px !important;
}

.certificate-arrows .slick-next{
    right: -70px !important;
}


/*********************** Adaptive ***********************/

@media (max-width:1200px){

    .certificate-wrapper{
        grid-template-columns:repeat(4,1fr);
    }

    .certificate-notslider{
        grid-template-columns:repeat(4,1fr);
    }

}

@media (max-width:991px){

    .certificate-wrapper{
        grid-template-columns:repeat(3,1fr);
    }

    .certificate-notslider{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:767px){

    .certificate-header{
        margin-bottom:30px;
    }

    .certificate-wrapper{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .certificate-notslider{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .certificate-wrapper .img-wrapper{
        padding:15px;
    }

}

@media (max-width:520px){

    .certificate-wrapper{
        grid-template-columns:1fr;
    }

    .certificate-notslider{
        grid-template-columns:1fr;
    }

}
/***********************certificate-section**********./*/



/**********************team-section*************/

.team-section{
    background: #F1F1F1;
}

.team-inner .slick-track{
    display: flex;
}
.team-inner{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.team-inner .slick-list{
    margin: 0 -15px;
}
.team-slider.slick-initialized {
    display: block;
}
.team-slider{
    padding-bottom: 50px;
    margin-bottom: 0 !important;
}
.slick-dots{
    bottom: -2px!important;
}
.team-inner .item{
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    position: relative;
    background: #fff;
    height: auto;
}

.team-inner.slick-slider .item{
    margin: 0 15px;
}
.team-inner .item .link:focus{
    border: 0;
}
.team-inner .item:hover img{
    transform: scale(1.2);
	transition: all 200ms ease-out;
}
.team-inner .item:hover .item-title{
    color: #ff5168;
	transition: all 200ms ease-out;
}
.team-inner .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}
.team-inner .item-body{
    padding: 30px 30px 30px;
    text-align: center;
}
.team-inner .item-text{
    font-size: 19px;
    color: #b9b9b9;
    line-height: 1.4em;
}
.team-inner .item-img{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    aspect-ratio:1/1;
    padding: 30px 30px 0;
    position: relative;
}
.team-inner .contact-team{
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #00000075;
    text-align: center;
    z-index: 10;
	transition: all 200ms ease-out;
}
.team-inner .item-contact{
    margin: 0 15px;
    padding: 20px 0;
}
.team-inner .item:hover .contact-team{
    bottom: 0px;
    text-align: center;
	transition: all 200ms ease-out;
}
.team-inner .contact-team svg{
    width: 25px;
    height: 25px;
    fill: #fff;
	transition: all 200ms ease-out;
}
.team-inner .contact-team svg:hover{
    fill: #ff5168;
	transition: all 200ms ease-out;
}
.team-inner .contact-team path{
    fill: #fff;
	transition: all 200ms ease-out;
}
.team-inner .contact-team svg:hover path{
    fill: #ff5168;
	transition: all 200ms ease-out;
}
.team-inner .item-img img{
    height: 100%;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
	transition: all 200ms ease-out;
}
.team-inner .item-title{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
	transition: all 200ms ease-out;
	color:#000;
}
.team-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.team-header h2{
    margin-bottom: 10px;
    text-align: left;
}
.team-notslider{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.team-overflow{
    overflow: hidden;
}
.team-wrapper{
    position: relative;
}
@media (max-width: 1259px) {
    .team-inner{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .team-inner{
        grid-template-columns: 1fr;
    }
    .team-header h2{
        text-align: center;
    }
    .team-section .subtitle{
        text-align: center;
    }
    .team-header{
        justify-content: center;
    }
}
@media (max-width: 467px) {
    .team-inner .item-title{
        font-size: 20px;
    }
    .team-inner .item-text{
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .team-inner .item-img{
        padding: 20px 20px 0;
    }
}
/***********************team-section************./*/

/*about-template*/
.about-template .img-wrap{
}
.about-template .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.about-template .about-main{
   
}
.about-template .nums-wrapper{
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
}
.content-text{
    line-height: 1.8;
    color: #79787F;
    font-size: 16px;
}
.about-template .content-text{
    line-height: 1.5;
    font-size: 17px;
}
.about-template .gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.about-template .about-main .item:first-child{
    width: 100%;
}
.about-template .about-main .item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-template .about-main .item .img-wrapper{
    width: 100%;
    aspect-ratio: 1.5/1;
}
.about-template .about-main .item .img-wrapper{
    
}
.about-template .about-main .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	transition: all 200ms ease-out;
}
.about-template .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}
.certificate-wrapper .plus svg{
    fill: transparent !important;
}
.about-template .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.about-template .item:hover .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.about-template .about-main .team-section{
    background: #fff;
}
.about-template  .content-text{
    width: 50%;
}
.services-template .gallery-wrapper{
    
}
.about-template  .content-img{
    width: 50%;
}
.about-template  .content-img img{
    border-radius: 15px;   
}
.about-template .content-block{
    display: flex;
    grid-gap: 40px;
}
.about-template .question-section{
    background: #fff;
}
.about-template .accordeon .item-head{
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
}
.about-template .accordeon .item-body{
    padding-top: 10px;
}
.about-template .certificate-notslider .item .img-wrapper{
    aspect-ratio: auto;
}
@media (max-width: 991px) {
    .about-template .content-block{
        flex-direction: column;
    }
    .about-template .content-text{
        width: 100%;
    }
    .about-template .content-img{
        width: auto;
        max-width: 100%;
    }
    .about-template .team-header{
        justify-content: center;
    }
    .about-template .team-header h2{
        text-align: center;
    }
    .about-template .team-header .subtitle{
        text-align: center;
    }
    .about-template .certificate-header{
        justify-content: center;
    }
    .about-template .certificate-header h2{
        text-align: center;
    }
    .about-template .certificate-header .subtitle{
        text-align: center;
    }
}
@media (max-width: 500px) {
    .about-template .content-text{
        font-size: 15px;   
    }
    .about-section .text{
        font-size: 15px;
    }
    .about-template .gallery-wrapper{
        grid-template-columns: 1fr 1fr;
    }
}
/*about-template./*/

.fancybox-thumbs{
    background: #000 !important;
}

/*services-template*/
.services-template .wrapper-content {
    display: flex;
}
.services-template .aside {
    width: 400px;
    padding: 0 0 40px;
}
.main-column {
    width: calc(100% - 400px);
    padding-right: 0;
    padding-left: 40px;
}
.services-template .img-wrap img{
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
}
@media (max-width: 991px) {
    .services-template .wrapper-content{
        flex-direction: column;
    }
    .services-template .aside{
        order: 2;
        width: 100%;
    }
    .main-column{
        width: 100%;
        padding-left: 0;
    }
    .services-template .img-wrap img{
        width: auto;
    }
}
/*aside-menu*/
.aside-menu {
	margin-bottom: 10px;
	transition: all 200ms ease;
}
.aside-menu a {
	display: block;
	text-decoration: none !important;
	color: #171717;
	padding: 15px 46px 15px 25px;
	font-size: 15px;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
}
.aside-menu li:hover>a,
.aside-menu .open>a{
	color: #FF5168 !important;
}
.aside-menu .active>a{
    color: #3fc1e8  !important;
}
.aside-menu>ul{
    list-style: none;
    padding: 0;
    box-shadow: 0 0 20px 0px #00000012;
    border-radius: 15px;
}
.aside-menu>ul ul {
	display: none;
	list-style: none;
	padding: 0;
}
.aside-menu>ul li:first-child a{
    border-radius: 15px 15px 0 0;
    padding: 25px 46px 15px 25px;
}
.aside-menu>ul li:last-child  > a{
     border-radius: 0 0 15px 15px;
     padding: 15px 46px 25px 25px;
}

.aside-menu .active>ul {
	display: block;
}

.aside-menu>ul li {
	position: relative;
}

.aside-menu>ul .dropdown-button {
	height: 53px;
	width: 36px;
	display: block;
	z-index: 20;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
}

.aside-menu>ul .dropdown-button:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 20px;
	right: 21px;
	border-bottom: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	transform: rotate(45deg);
	transition: all 200ms ease-out;
}

.aside-menu>ul .dropdown-button.active:after {
	transform: rotate(225deg);
	top: 24px;
}
.aside-menu>ul li:first-child .dropdown-button:after{
    top: 29px;
}
.aside-menu>ul li:first-child .dropdown-button.active:after{
    top: 33px;
}
.aside-menu>ul ul .dropdown-button {
	height: 37px;
}

.aside-menu>ul ul .dropdown-button:after {
	top: 12px;
}

.aside-menu>ul ul .dropdown-button.active:after,
.aside-menu>ul ul .active>a+.dropdown-button:after,
.aside-menu>ul ul .open>a+.dropdown-button:after {
	top: 16px;
}

.aside-menu ul ul a {
	padding: 15px 46px 15px 55px;
	font-weight: normal;
	font-size: 13px;
	position: relative;
}
.aside-menu>ul ul li:first-child a{
    border-radius: 0;
    padding: 15px 46px 15px 55px;
}
.aside-menu>ul ul li:last-child a{
     border-radius: 0;
     padding: 15px 46px 15px 55px;
}
.aside-menu>ul li:first-child ul li a{
    border-radius: 0;
    padding: 15px 46px 15px 55px;
}
.aside-menu ul ul>li>a:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
    top: 20px;
    left: 35px;
	background: #D5D5D5;
}

.aside-menu ul ul ul a {
	padding: 8px 36px 8px 30px;
}

.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
	display: none;
}

.aside-menu ul ul ul ul a {
	padding: 8px 36px 8px 40px;
}

.aside-menu ul ul ul ul ul a {
	padding: 8px 36px 8px 50px;
}

.aside-menu-title {
	padding: 15px 42px 15px 20px;
	background: #3fc1e8;
	position: relative;
	color: #000;
	border-radius: 15px;
	transition: all 200ms ease-out;
}

.aside-menu-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: -8px;
	transform: rotate(45deg);
	transition: all 200ms ease-out;
}

.active .aside-menu-title:after {
	transform: rotate(-135deg);
	margin-top: -3px;
}
@media (max-width: 991px) {
	.aside-menu>ul {
		display: none;
	}
	.aside-menu.active>ul {
		display: block;
	}
	.aside {
		border-right: none;
	}
	.aside-menu a {
		border-right: 1px solid #F5F5F5;
	}
	.aside-menu-title{
        border-radius: 15px;
	}
	.aside-menu .aside-menu-title{
	    border-radius: 15px;
	}
	
	.aside-menu.active .aside-menu-title{
	    border-radius: 15px 15px 0 0;
	}
	.aside-menu>ul{
        border-radius: 0 0 15px 15px;
	}
	.aside-menu>ul li:first-child a{
        border-radius: 0;
        padding: 15px 46px 15px 25px;
	}
	.aside-menu>ul li:first-child .dropdown-button.active:after{
        top: 23px;
	}
	.aside-menu>ul li:first-child .dropdown-button:after{
        top: 20px;
	}
	.aside-menu{
        margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.aside-menu>ul>li.active>a {
		color: #fff !important;
		background-color: #3fc1e8!important;
		border-color: #3fc1e8 !important;
	}
	.aside-menu>ul>li.active>.dropdown-button:after {
		border-color: #fff;
	}
}
/*aside-menu./*/
/*aside-contacts*/
.aside-form{
    box-shadow: 0 0 20px 0px #00000012;
    padding: 40px 30px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.aside-form h3{
    margin: 0;
    font-size: 25px;
    margin-bottom: 20px;
}
.aside-form br{
    display: none;
}
.aside-form .button{
    width: 100%;
}
.aside-contacts{
    position: sticky;
    top: 80px;
}
.aside-messengers{
    box-shadow: 0 0 20px 0px #00000012;
    border-radius: 15px;
    padding: 30px;
}
.aside-messengers h3{
    margin: 0;
    font-size: 25px;
    margin-bottom: 20px;
}
.aside-messengers .phone-wrap a{
    color: #000;
}
.aside-messengers .header-phone{
    margin-bottom: 20px;
}
.aside-messengers svg{
    width: 20px;
    height: 20px;
}
.aside-messengers svg path{
    stroke:#000;
}
.aside-messengers .socials {
    justify-content: flex-start;
    margin-top: 11px;
}
.aside-messengers .socials svg path{
    stroke:transparent;
}
.aside-messengers .socials .item{
    align-items: center;   
    margin: 0;
}
.aside-messengers .item{
    display: flex;
    grid-gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.aside-messengers .contacts-wrap a{
    color: #000;
    font-size: 20px;
    text-decoration: none;
    line-height: 17px;
}
.aside-messengers .contacts-wrap  span{
    display: block;
    margin-bottom: 5px;
}
.aside-messengers .contacts-wrap{
    font-size: 13px;
    line-height: 1.4;
}
.aside-messengers .contacts-wrap a:hover{
    color:#ff6875;
}
.aside-messengers .social .title {
    color: #ffffffa1;
}
@media (max-width: 991px) {
    .aside-contacts{
        display: flex;
        grid-gap: 20px;
    }
    .aside-form{
        margin-bottom: 0;
        width: 60%;
    }
    .aside-messengers{
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .aside-contacts{
        flex-direction: column;
    }
    .aside-form{
        width: 100%;
    }
    .aside-messengers{
        width: 100%;
        align-items: flex-start;
        grid-gap: 30px;
    }
    .aside-messengers .item{
        margin-bottom: 0;
    }
    .aside-messengers .socials{
        padding-left: 0;
    }
}
@media (max-width: 375px) {
    .aside-form{
        padding: 40px 20px;
    }
}
/*aside-contacts./*/
/*table*/
.tables-section h3{
    margin: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table tr:nth-child(even) {
}

table td,
table th {
	padding: 14px 20px;
	font-size: 14px;
	vertical-align: middle;
}

table th {
    font-weight: bold;
    background: #e9e9e9;
    color:#000;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

td {
  border: solid 1px #e7e7e7;
  border-style: none solid solid none;
  padding: 10px;
}
th:first-child { border-top-left-radius: 10px; border-left: 1px solid #e7e7e7;}
th:last-child { border-top-right-radius: 10px; border-right: 1px solid #e7e7e7;}
th { border-top: 1px solid #e7e7e7;  border-right: 1px solid #e7e7e7;}


tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }

tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; }
@media (max-width: 767px) {
	table td,
	table th {
		padding: 8px 10px;
		font-size: 12px;
	}
}

/*table./*/
/*docs*/

.docs-wrapper{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 20px;
}
.docs-wrapper .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.docs-wrapper .item-content{
    width: 100%;
}
.docs-wrapper .item-icon svg{
    width: 50px;
    height: 50px;
    position: relative;
    left: -7px;
}
.download:hover svg path{
    fill:#ff6875;
    transition: all 200ms ease-out;
}
.download svg path{
    transition: all 200ms ease-out;
}
.download{
    z-index: 10;
}
.docs-wrapper .item-title{
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    transition: all 200ms ease-out;
}
.docs-wrapper .item:hover .item-title{
    color:#ff6875;
    transition: all 200ms ease-out;
}
.docs-wrapper .item-body {
    display: flex;
}
.docs-wrapper .item-size {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .docs-wrapper{
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}
/*docs./*/

.services-template .accordeon .item{
    margin-bottom: 13px;
}
.services-template .accordeon .item:last-child{
    margin-bottom: 0;
}
.services-template .accordeon .item-head{
    border: 1px solid #d2d2d2;
}
.inner-template.services-template h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.inner-template.services-template .question-header{
    justify-content: center;
}
.services-template .question-section .subtitle{
    font-size: 18px;
}
.services-template .question-section .accordeon .item-title{
    font-size: 17px;
}
.services-template .question-section .accordeon .item-head{
    min-height: 70px;
}
.services-template .question-section .accordeon .item-body{
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 0px;
}
.inner-template.services-template .features-section{
    margin-bottom: 40px;
    margin-top: 60px;
}
.inner-template.services-template .features-section:before{
    display: none;
}
.inner-template.services-template .features-inner{
    grid-gap: 20px;
}
.inner-template.services-template .features-inner .item{
    box-shadow: 0 0 20px 0px #00000012;
    padding: 30px;
    width: calc(100% / 3 - 14px);
}
.inner-template.services-template .features-inner .item-title{
    font-size: 17px;
}
.inner-template.services-template .features-inner .item-text{
    font-size: 14px;
}
.main-column .intro{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
@media (max-width: 1165px) {
    .services-template .question-header{
        justify-content: space-between;
    }
    .inner-template.services-template .features-inner .item{
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 991px) {
    .inner-template.services-template .features-inner .item{
        width: calc(100% / 3 - 14px);
        flex-direction: column;
        display: flex;
        grid-gap: 0;
        text-align: center;
        padding: 30px;
    }
    .inner-template.services-template .features-inner .item-img{
        margin-top: -70px;
    }
    .inner-template.services-template .features-inner .item-body {
        width:100%;
    }
}
@media (max-width: 767px) {
    .services-template .question-header{
        justify-content: space-between;
    }
    .inner-template.services-template .features-inner .item{
        width: calc(100% / 2 - 10px);
    }
    .main-column .intro{
        font-size: 17px;
    }
    .inner-template.services-template .features-section{
        margin-top: 70px;
    }
}
@media (max-width: 578px) {
    .inner-template.services-template .features-inner .item{
        width: 100%;
    }
    .inner-template.services-template .features-inner .item{
        flex-direction: inherit;
        display: flex;
        grid-gap: 30px;
        text-align: left;
        padding: 30px;
        width: 100%;
    }
    .inner-template.services-template .features-inner .item-img {
        margin-top: 0;
    }
    .inner-template.services-template .features-inner .item-body {
        width: calc(100% - 80px);
        text-align: left;
    } 
    .inner-template.services-template .features-section{
        margin-top: 0;
    }
}
@media (max-width: 500px) {
    .services-template .question-header{
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 20px;
    }
    .services-template .question-header{
        margin-bottom: 20px;
    }
}
@media (max-width: 395px) {
    .inner-template.services-template .features-inner .item{
        flex-direction: column;
        align-items: center;
        gap:20px;
    }
    .inner-template.services-template .features-inner .item-body{
        text-align: center;
        width: 100%;
    }
}
/*services-template./*/
/*services-mini-section*/
.inner-template.services-template .services-mini-section h2{
    margin-bottom: 20px;
}
.services-mini{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.services-mini .item{
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    padding: 10px 18px;
    color: #000;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    font-size: 16px;
}
.services-mini .item:hover{
    background: #3fc1e8;
    border-color:#3fc1e8;
}
.services-mini .item-icon{
    width: 40px;
    height: 40px;
    transform: rotate(315deg);
    border-radius: 100px;
    background: #fffcfd;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 200ms ease-out;
	flex-shrink:0;
}
.services-mini .item-icon:before{
    content:'';
    border-right:2px solid #000;
    border-bottom:2px solid #000;
    width: 8px;
    height: 8px;
    transition: all ease-out 200ms;
	transition: all 200ms ease-out;
}
.services-mini .item:hover .item-icon{
    background: #ffffff;
	transition: all 200ms ease-out;
}
.services-mini .item:hover .item-icon:before{
    border-right:2px solid #000;
    border-bottom:2px solid #000;
	transition: all 200ms ease-out;
}
@media (max-width: 445px) {
    .services-mini .item{
        font-size: 14px;
    }
}
/*services-mini-section./*/

/*.inner-template.services-template steps-section*/
.inner-template.services-template .steps-section{
    background: transparent;
}
.inner-template.services-template .steps-inner .item{
    overflow: hidden;
    border: 1px solid #e2e2e2;
    width: calc(100% / 3 - 10px);
}
.inner-template.services-template .steps-inner{
    grid-gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-template.services-template .steps-inner .item-title{
    margin-top: 0;
    font-size: 17px;
}
.inner-template.services-template .steps-inner .item-text{
    font-size: 15px;
}
.inner-template.services-template .steps-inner .item-back{
    width: 70px;
    height: 130px;
    opacity: 0.06;
    font-size: 120px;
}
.inner-template.services-template .steps-header{
    margin-bottom: 30px;
}

@media (max-width: 1115px) {
    .inner-template.services-template .steps-inner .item{
        width: calc(100% / 2 - 10px);
        flex-grow:1;
    }
}

@media (max-width: 991px) {
    .inner-template.services-template .steps-inner .item{
        width: calc(100% / 3 - 10px);
        flex-grow:0;
    }
}
@media (max-width: 699px) {
    .inner-template.services-template .steps-inner .item{
        width: calc(100% / 2 - 10px);
        flex-grow:1;
    }
}
@media (max-width: 425px) {
    .inner-template.services-template .steps-inner .item{
        width: calc(100%);
    }
}
/*.inner-template.services-template steps-section./*/
/*news-template*/
.news-template .img-wrap img{
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
}
.news-template .wrapper-content{
    display: flex;
    margin-bottom: 30px;
}
.news-template .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
.news-template .aside{
    width: 400px;
    padding: 0 0 40px;
}
.news-template  .main-column{
    padding-right: 40px;
    padding-left: 0px;
}
.news-template .aside-news{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.news-template .aside-news .element{
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 15px;
    border-right: 5px solid #ff5168;
    padding-right: 20px;
}
.news-template .aside-news .title{
    color:#000;
    margin-bottom: 25px;
}
.news-template .aside-news .link{
    color: #ff5168;
    position: absolute;
    bottom: 0;
}
.news-template .aside-news .img-wrapper{
    overflow: hidden;
    border-radius:5px;
}
.news-template .aside-news img{
    transition: all 200ms ease-out;
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.news-template .aside-news img:hover{
    transform:scale(1.2);
    transition: all 200ms ease-out;
}
.page-share{
    margin-bottom: 50px;
    margin-top: 30px;
}
.page-share-title{
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
@media (max-width: 991px) {
  .news-template .wrapper-content{
      flex-wrap: wrap;
  }
  .news-template .aside{
      width: 100%;
  }
  .news-template .main-column{
      padding: 0;
  }
  .news-template .aside-news{
      display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 50px;
  }
}
@media (max-width: 767px) {
	.news-template .aside-news{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 520px) {
     .news-template .gallery-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    
}
@media (max-width: 375px) {
    .news-template .aside-news .element{
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
    }
    .news-template .aside-news .img-wrapper{
        width: 120px;
    }
    .news-template .aside-news .title{
        margin-bottom: 5px;
    }
}
/*news-template./*/

/*banners*/
.banners-wrapper{
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
}
.banners-wrapper .item{
    height: 310px;
    width: calc(50% - 7.5px );
}
.banners-wrapper img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 20px;
}
@media (max-width: 991px) {
    .banners-wrapper .item{
        height: auto;
        width: 100%;
    }
}
/*banners./*/
/*action-inner*/
.action-wrapper .news-date{
    margin-bottom: 10px;
    color: #ff5168ad;
}
.action-wrapper .item{
    box-shadow: 0 0 12px 0px #00000012;
    border:none;
    cursor: auto;
}
.action-wrapper .item:hover img {
    transform: none;
}
.action-wrapper .item:hover .item-title {
    color: #000;
}
@media (max-width: 991px) {
    .action-wrapper{
        grid-template-columns: 1fr 1fr;
    }
    .action-wrapper .item{
        grid-template-rows: 250px 1fr;
    }
    .action-wrapper .item-body{
        padding: 40px 30px 80px;
    }
}
@media (max-width: 767px) {
	.action-wrapper{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 350px) {
    .action-wrapper .item {
        
    }
     .action-wrapper .item-body{
        padding: 30px 20px 40px;
    }
}
/*action-inner./*/

/*contacts-wrapper*/
.contacts-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    border: 1px solid #0000002e;
    border-radius:30px;
    overflow: hidden;
}
.contacts-wrapper .left-part{
    background: #fff;
    padding: 50px;
}
.contacts-wrapper .page-title h1{
    margin-bottom: 20px;
}
.contacts-items .item{
    margin-bottom: 20px;
}
.contacts-items .item-title{
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
    grid-gap:10px;
    align-items: center;
}
.contacts-items .item-address br{
    display: none;
}
.contacts-items .schedule br{
    display: none;
}
.contacts-items .item-value{
    font-weight: 300;
    font-size: 19px;
}
.contacts-items a{
    color: #ff5168;
}
.contacts-items .item-title svg{
    width: 20px;
    height: 20px;
}
.contacts-items .item.director .item-title path{
    fill:#000;
}
.contacts-wrapper .socials{
    justify-content: flex-start;
}
.contacts-form{
    padding: 50px;
    background: #00000008;
    border-radius: 30px;
}
.contacts-wrapper .right-part .map iframe{
    height: 100%;
}
.contacts-wrapper .right-part .map{
    height: 100%;
    overflow: hidden;
}
.contacts-form .form-grid{
    display: grid;
    grid-gap:10px;
}
.contacts-form .form-group{
    margin-bottom: 0;
}
.contacts-form .form-control{
    margin-bottom: 0;
    height: 54px;
    border: none;
}
.contacts-form .form-grid .form-group:nth-child(1){
    grid-column: 1/2;
    grid-row: 1/2;
}
.contacts-form .form-grid .form-group:nth-child(2){
    grid-column: 1/2;
    grid-row: 2/3;
}
.contacts-form .form-grid .form-group:nth-child(3){
    grid-column: 2/3;
    grid-row: 1/3;
}
.contacts-form .inner-template h2{
    text-align: left;
}
.contacts-form .agreement br{
    display: none;
}
.contacts-form .form-button-wrapper{
    margin-top: 10px;
}
.contacts-form .page-title h2{
    text-align: left;
}
textarea{
    padding-top: 10px !important;
    resize: none;
}
.form-control:focus{
    border-color: #000;
    box-shadow:none;
}
@media (max-width: 991px) {
    .contacts-wrapper{
        grid-template-columns: 1fr;
    }
    .contacts-wrapper .right-part{
        height: 400px;
    }
}
@media (max-width: 767px) {
	.contacts-form .form-grid .form-group:nth-child(3){
        grid-row: 3/4;
        grid-column: 1/2;
	}
	.contacts-wrapper .page-title h1{
	    margin-top: 0;
	}
	.contacts-wrapper{
        margin-top: 40px;
	}
}
@media (max-width: 500px) {
    .contacts-wrapper{
        border: none;
        border-radius: 0;
    }
    .contacts-wrapper .left-part{
        padding: 0;
    }
    .contacts-wrapper .right-part .map{
        border-radius:30px;
        overflow: hidden;
    }
    .contacts-form{
        padding: 30px;
    }
    .contacts-items .item-value{
        font-size: 16px;
    }
    .contacts-items .item-title{
        font-size: 17px;
    }
    .contacts-form .page-title h2{
        font-size: 20px;
    }
}
/*contacts-wrapper./*/

.intro-text-bg{
    background-position: center;
    overflow: hidden;
}
.intro-section-inner{
    backdrop-filter: blur(5px);
    position: relative;
}
.intro-section-inner:before{
    content: '';
    background: #393939;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    position: absolute;
}
.intro-text-bg .subtitle{
    color: #fff;
    line-height: 1.6;
    z-index: 1;
    position: relative;
}

/* commercial-offer-section */
.commercial-offer-section{
    --co-accent: #3fc1e8;
    --co-accent-hover: #ff5168;
    --co-text: #000;
    --co-muted: #777;
    --co-border: #ffffff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}
.commercial-offer-section:before
 {
    content: '';
    background: #393939;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    position: absolute;
}
.commercial-offer{
    position: relative;
    z-index: 1;
}

.commercial-offer__header{
    max-width: 900px;
    margin: 0 auto 35px;
    text-align: center;
}

.commercial-offer__eyebrow{
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgb(63 193 232 / 36%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.commercial-offer__header h2{
    margin-bottom: 14px;
    color: #fff;
}

.commercial-offer__header .subtitle{
    max-width: 780px;
    margin: 0 auto;
    font-size: 20px;
    color: #cdcdcd;
}

.commercial-offer__card{
    position: relative;
    padding: 38px;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 30px;
    background: #ffffffd1;
    box-shadow: 0 18px 55px rgba(0,0,0,.08);
    backdrop-filter: blur(5px);
}
.commercial-offer__card .form-control{
    height: 54px;
    margin-bottom: 0;
}
.commercial-offer__card .form-group{
    margin-bottom: 0;
}
/* .commercial-offer__card:before{
    content: "";
    position: absolute;
    top: 0;
    left: 48px;
    width: 120px;
    height: 4px;
    border-radius: 0 0 5px 5px;
    background: var(--co-accent);
} */

.commercial-offer__card-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.commercial-offer__card-title{
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.commercial-offer__time{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #777;
    font-size: 14px;
}

.commercial-offer__time-icon{
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(63,193,232,.14);
}

.commercial-offer__time-icon svg{
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #198eaf;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.commercial-offer-form__contacts{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.commercial-offer-form .form-group{
    position: relative;
    margin: 0;
}

.commercial-offer-form .form-control{
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0 19px;
    border: 1px solid var(--co-border);
    border-radius: 13px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    transition:
        border-color 200ms ease-out,
        box-shadow 200ms ease-out,
        background 200ms ease-out;
}

.commercial-offer-form .form-control::placeholder{
    color: #8b8b8b;
    opacity: 1;
}

.commercial-offer-form .form-control:hover{
    border-color: #bdbdbd;
}

.commercial-offer-form .form-control:focus{
    border-color: var(--co-accent);
    outline: none;
    box-shadow: 0 0 0 4px rgba(63,193,232,.13);
}

.commercial-offer-form .form-control.error{
    border-color: #ff5168;
    box-shadow: 0 0 0 4px rgba(255,81,104,.08);
}

.commercial-offer-form__actions{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(245px, 330px);
    gap: 15px;
    margin-top: 15px;
}
.fancybox_modal .commercial-offer-form__actions{
    grid-template-columns: 1fr;
}
.fancybox_modal .commercial-file__title{
    text-align: left;
}
.commercial-file{
    position: relative;
    min-width: 0;
    margin: 0;
}

.commercial-file__input{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.commercial-file__label{
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 9px 54px 9px 17px;
    border: 1px dashed #b8c5c9;
    border-radius: 13px;
    background: #f8fbfc;
    cursor: pointer;
    transition:
        border-color 200ms ease-out,
        background 200ms ease-out,
        box-shadow 200ms ease-out;
}

.commercial-file__label:hover,
.commercial-file__input:focus + .commercial-file__label{
    border-color: var(--co-accent);
    background: rgba(63,193,232,.07);
    box-shadow: 0 0 0 4px rgba(63,193,232,.08);
}

.commercial-file.error .commercial-file__label{
    border-color: #ff5168;
    background: rgba(255,81,104,.04);
}

.commercial-file__icon{
    display: flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--co-accent);
}

.commercial-file__icon svg{
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #000;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.commercial-file__text{
    display: block;
    min-width: 0;
}

.commercial-file__title{
    display: block;
    margin-bottom: 2px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.commercial-file__names{
    display: block;
    overflow: hidden;
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commercial-file.has-files .commercial-file__names{
    color: #4a4a4a;
}

.commercial-file__clear{
    position: absolute;
    top: 50%;
    right: 13px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.11);
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background 200ms ease-out,
        transform 200ms ease-out;
}

.commercial-file__clear:hover{
    background: #ffedf0;
    transform: translateY(-50%) rotate(90deg);
}

.commercial-file__clear svg{
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #ff5168;
    stroke-width: 2;
    stroke-linecap: round;
}

.commercial-file__clear[hidden]{
    display: none !important;
}

.commercial-offer-form__submit{
    width: 100%;
    min-height: 58px;
    border: 1px solid var(--co-accent);
    border-radius: 13px;
    font-weight: 500;
    cursor: pointer;
}

.commercial-offer-form__agreement{
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    padding-left: 0;
}

.commercial-offer-form__agreement label{
    color: #777;
    font-size: 13px;
    line-height: 1.45;
}

.commercial-offer-form__agreement a{
    color: #555;
}

.commercial-offer-form__agreement a:hover{
    color: var(--co-accent-hover);
}

.commercial-offer-form .error-message{
    display: none;
    margin-top: 6px;
    color: #e34057;
    font-size: 12px;
    line-height: 1.3;
}

.commercial-offer-form .error-message.error,
.commercial-offer-form .error-message:not(:empty){
    display: block;
}

/* commercial-quote */

.commercial-quote{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    min-height: 260px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(0,0,0,.06);
}

.commercial-quote__content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 55px;
}

.commercial-quote__mark{
    position: absolute;
    top: 10px;
    left: 78px;
    color: rgba(63,193,232,.18);
    font-family: Georgia, serif;
    font-size: 140px;
    line-height: 1;
    pointer-events: none;
}

.commercial-quote blockquote{
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 0 24px;
    color: #111;
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
}

.commercial-quote__author{
    display: flex;
    align-items: center;
    gap: 13px;
    color: #666;
    font-size: 16px;
}

.commercial-quote__author-line{
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: var(--co-accent);
}

.commercial-quote__visual{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(63,193,232,.95), rgba(63,193,232,.48)),
        #3fc1e8;
}

.commercial-quote__visual:before,
.commercial-quote__visual:after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 50%;
}

.commercial-quote__visual:before{
    width: 240px;
    height: 240px;
    top: -75px;
    right: -80px;
}

.commercial-quote__visual:after{
    width: 150px;
    height: 150px;
    bottom: -65px;
    left: -55px;
}

.commercial-quote__circle{
    position: relative;
    z-index: 1;
    display: flex;
    width: 126px;
    height: 126px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    backdrop-filter: blur(6px);
}

.commercial-quote__circle span{
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: .05em;
}

.commercial-quote__portrait{
    position: relative;
    overflow: hidden;
    background: #dfeef2;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    margin-right: 40px;
    margin-top: 30px;
}

.commercial-quote__portrait img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 991px){
    .commercial-offer__card{
        padding: 30px;
    }

    .commercial-offer-form__contacts{
        grid-template-columns: 1fr 1fr;
    }

    .commercial-offer-form__contacts .form-group:last-child{
        grid-column: 1 / -1;
    }

    .commercial-offer-form__actions{
        grid-template-columns: minmax(0, 1fr) 250px;
    }

    .commercial-quote{
        grid-template-columns: minmax(0, 1fr) 190px;
    }

    .commercial-quote__content{
        padding: 42px 38px;
    }

    .commercial-quote blockquote{
        font-size: 25px;
    }
}

@media (max-width: 767px){
    .commercial-offer__header{
        margin-bottom: 25px;
    }

    .commercial-offer__header .subtitle{
        font-size: 18px;
    }

    .commercial-offer__card{
        padding: 27px 20px;
        border-radius: 22px;
    }

    .commercial-offer__card:before{
        left: 30px;
    }

    .commercial-offer__card-top{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .commercial-offer__card-title{
        font-size: 21px;
    }

    .commercial-offer-form__contacts,
    .commercial-offer-form__actions{
        grid-template-columns: 1fr;
    }

    .commercial-offer-form__contacts .form-group:last-child{
        grid-column: auto;
    }

    .commercial-offer-form__submit{
        min-height: 56px;
    }

    .commercial-quote{
        grid-template-columns: 1fr 145px;
        min-height: 230px;
        border-radius: 22px;
    }

    .commercial-quote__content{
        padding: 35px 28px;
    }

    .commercial-quote__mark{
        left: 20px;
    }

    .commercial-quote blockquote{
        font-size: 21px;
    }

    .commercial-quote__circle{
        width: 92px;
        height: 92px;
    }

    .commercial-quote__circle span{
        font-size: 30px;
    }
}

@media (max-width: 560px){
    .commercial-offer__eyebrow{
        font-size: 12px;
    }

    .commercial-offer__header .subtitle{
        font-size: 16px;
    }

    .commercial-file__names{
        max-width: calc(100vw - 165px);
    }

    .commercial-quote{
        display: block;
        min-height: auto;
    }

    .commercial-quote__content{
        padding: 38px 24px;
    }

    .commercial-quote__visual,
    .commercial-quote__portrait{
        display: none;
    }

    .commercial-quote blockquote{
        font-size: 20px;
    }
}

@media (max-width: 375px){
    .commercial-offer__card{
        padding-right: 15px;
        padding-left: 15px;
    }

    .commercial-file__label{
        padding-left: 12px;
    }

    .commercial-file__icon{
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .commercial-file__title{
        font-size: 14px;
    }
}



/* nums-wrapper--cards */

.nums-wrapper--cards{
    position: relative;
    background: #f1f1f178;
}


.nums-wrapper--cards .nums-header{
    display: flex;
    margin-bottom: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nums-wrapper--cards .nums-header h2{
    margin: 0;
    text-align: center;
}

.nums-wrapper--cards .nums-header .subtitle{
    max-width: 900px;
    margin: 12px auto 0;
    color: #777;
}


.nums-wrapper--cards .nums-inner-img{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-top: 42px;
}


.nums-wrapper--cards .nums-inner-img .item{
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 175px;
    padding: 65px 25px 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 0 #f4f4f4;
    text-align: center;
    transition:
        background-color 200ms ease-out,
        border-color 200ms ease-out,
        box-shadow 200ms ease-out,
        transform 200ms ease-out;
}


.nums-wrapper--cards .nums-inner-img .item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #ff5168;
    transform: translateX(-50%);
    transition: width 200ms ease-out;
}


.nums-wrapper--cards .nums-inner-img .item-img{
    position: absolute;
    top: -42px;
    left: 50%;
    display: flex;
    width: 84px;
    height: 84px;
    margin: 0;
    padding: 18px;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #ff5168; */
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 9px #fff;
    transform: translateX(-50%);
    transition:
        box-shadow 200ms ease-out,
        transform 200ms ease-out;
}

.nums-wrapper--cards .nums-inner-img .item-img img{
    display: block;
    width: 150px;
    height: 150px;
    max-width: 150px;
    object-fit: contain;
}


.nums-wrapper--cards .nums-inner-img .text{
    max-width: 245px;
    margin: 0 auto;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.45;
}


.nums-wrapper--cards .nums-inner-img .item:hover{
    border-color: rgba(255, 81, 104, 0.16);
    background: #fff;
    box-shadow: 0 0 14px #00000017;
    transform: translateY(-4px);
}

.nums-wrapper--cards .nums-inner-img .item:hover:after{
    width: 70px;
}

.nums-wrapper--cards .nums-inner-img .item:hover .item-img{
    box-shadow:
        0 0 0 9px #fff,
        0 7px 18px rgba(0, 0, 0, 0.09);
    transform: translateX(-50%) translateY(-3px);
}


@media (max-width: 991px){
    .nums-wrapper--cards .nums-inner-img{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 62px 20px;
    }

    .nums-wrapper--cards .nums-inner-img .item{
        min-height: 145px;
    }

    .nums-wrapper--cards .nums-inner-img .text{
        max-width: 310px;
        font-size: 17px;
    }
}


@media (max-width: 540px){
    .nums-wrapper--cards .nums-header{
        margin-bottom: 32px;
    }

    .nums-wrapper--cards .nums-inner-img{
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .nums-wrapper--cards .nums-inner-img .item{
        min-height: 135px;
        padding-right: 22px;
        padding-left: 22px;
    }

    .nums-wrapper--cards .nums-inner-img .text{
        max-width: 300px;
        font-size: 16px;
    }

    .nums-wrapper--cards .nums-inner-img .item:hover{
        transform: none;
    }
}
/**************************************************   MEDIA QUERIS   *****************************************************/

@media (max-width: 1259px) {
    
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
	
}
@media (max-width: 767px) {
	
}

@media (max-width: 444px) {
	
}
@media (max-width: 375px) {
	
}


@media (min-width: 768px) {

}
@media (min-width: 992px){

}
@media (min-width: 1260px) {

}


/**************************************************   new social style *****************************************************/
/* Новый блок социальных сетей */
/* Контейнер иконок */
.socials.socials-new {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    gap: 15px !important;

    width: auto !important;
    height: auto !important;

    margin: 20px 0 0 !important;
    padding: 0 !important;
}

/* Общий размер обеих кнопок */
.socials.socials-new .social-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 40px !important;

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    text-decoration: none !important;
    line-height: 1 !important;

    overflow: hidden !important;
    box-sizing: border-box !important;

    transition:
        transform 0.2s ease,
        opacity 0.2s ease !important;
}

/* Убираем старые элементы шаблона */
.socials.socials-new .social-item::before,
.socials.socials-new .social-item::after {
    display: none !important;
    content: none !important;
}

/* Круглая кнопка ВКонтакте */
.socials.socials-new .social-item-vk {
    background: #0077ff !important;
    border-radius: 50% !important;
}

/* Белый знак VK внутри круга */
.socials.socials-new .social-item-vk svg {
    display: block !important;

    width: 21px !important;
    height: 21px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: #ffffff !important;
}

/* Кнопка MAX */
.socials.socials-new .social-item-max {
    background: transparent !important;
    border-radius: 10px !important;
}

/* Оригинальная картинка MAX */
.socials.socials-new .max-logo-img {
    display: block !important;

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 10px !important;

    object-fit: contain !important;
    box-sizing: border-box !important;
}

.socials .item.max img{
    transform: scale(1.45);
}
/* Эффект при наведении */
.socials.socials-new .social-item:hover {
    transform: translateY(-2px) !important;
    opacity: 0.85 !important;
}

/* Мобильная версия */
@media (max-width: 600px) {

    .socials.socials-new {
        gap: 10px !important;
    }

    .socials.socials-new .social-item {
        flex-basis: 32px !important;

        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
    }

    .socials.socials-new .social-item-vk svg {
        width: 17px !important;
        height: 17px !important;
    }

    .socials.socials-new .social-item-max {
        border-radius: 8px !important;
    }

    .socials.socials-new .max-logo-img {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;

        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;

        border-radius: 8px !important;
    }
    
    .socials{
        display:flex;
        align-items:center;
        gap:12px;
        margin-top:10px;
    }
    
    .socials .item{
        display:flex;
        align-items:center;
        justify-content:center;
        width:24px;
        height:24px;
        flex:0 0 24px;
    }
    
    .socials .item img{
        display:block;
        width:24px;
        height:24px;
        object-fit:contain;
    }
    
    .socials .item:hover{
        opacity:.8;
    }

}
.aside-contacts .commercial-offer-form__actions
{grid-template-columns: 1fr; }
    
    .header-accreditation-link {
    color: inherit;
    font: inherit;
    text-decoration: none;
}

.header-accreditation-link:hover {
    color: inherit;
    text-decoration: none;
}