@import url(bootstrap.css);
@import url(jquery.fancybox3.min.css);
@import url(settings.css);
body{
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
    color: #666666;
}
.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;
}
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: 800;
    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: left;
}
h2{
    font-size: 35px;
    margin-bottom: 30px;
}
h2{
    font-size: 35px;
    margin-bottom: 30px;
}
h3{
    font-size: 30px;
    margin-bottom: 20px;
}

.button{
	background: #08675c;
	border-radius: 13px;
    padding: 10px 20px;
	font-size:17px;
	z-index: 10;
	color:#fff;
	display: inline-block;
	border:2px solid #08675c;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease-out;
}
.button:hover{
    color:#08675c;
    background: transparent;
    border:2px solid #08675c;
    text-decoration: none;
}
.btn{
    background: transparent;
    color:#08675c;
    border:2px solid #08675c;
}
.btn:hover{
    background: #08675c;
    color:#fff;
    border:2px solid #08675c;
}
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;
         text-align: left;
    }
    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;
         text-align: left;
         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: #15a387;
}

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

.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: #08675c;
    color: #fff;
    border-color: #08675c;
    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: #fff;
    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: #fff;
    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: #fff  !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: #08675c;
    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 #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 300ms ease-out;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -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:#fff;
    display: block;
}
.mobile-menu ul > li > ul > li{
	color: #fff;
    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:#fff;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 17px;
}
.mobile-contacts .contacts-wrap{
    width: calc(100% - 24px);
}
.mobile-menu svg{
	width: 25px;
    height: 25px;	
    margin-right: 7px;
    fill: #fff;
}
.mobile-menu svg path{
    fill: #fff !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: #fff;
    font-weight: bold;
}
.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(255, 255, 255, 0.8);
}
@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: #fff;
        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 .button:hover{
    color:#fff;
    border-color:#fff;
}
.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{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0;
	font-size: 17px;
}
.header-feed{
	color:#15a387;
	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-top: 30px;
}
.inner-template .header-inner{
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.logo-wrap{
	display: flex;
    align-items: center;
}
.header-contacts{
	display: flex;
    justify-content: flex-end;
	font-size: 14px;
	color: #9e9e9e;
    grid-gap: 20px;
}
.contacts-wrap, .phone-wrap{
    line-height: 1.2em;
}
.header-contacts i{
	font-size: 30px;
    margin-right: 15px;
}
.header-contacts span{
	color:#000;
	font-size: 21px;
    margin-bottom: 8px;
    display: inline-block;
}
.header-contacts span a{
	color:#000;
	font-weight: 500;
}
.header-contacts span a:hover{
    color:#08675c;
    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(90deg, rgb(0 0 0 / 50%) 37%, rgb(175 175 175 / 16%) 100%);
}
.header-img-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 60px 0;
}
.header-img h2{
	font-size: 50px;
    z-index: 10;
    margin: 0;
    text-align: left;
    line-height: normal;
    margin-bottom: 50px;
    color:#fff;
}
.header-img-wrap .container{
    height: 100%;
}
.header svg{
	width:20px;
	height: 22px;
	margin-right: 7px;
    transition: all 200ms ease-out;
}
.header svg path{
    stroke: #08675c;
}
.header svg line{
    stroke: #08675c; 
}
.header-section svg{
	width: 25px;
    height: 25px;
    margin-right: 7px;
    fill: #08675c;
    position: relative;
    top: -4px;
}
.header-section svg path{ 
    fill: #08675c !important;
}
.header-phone svg{
    width: 20px;
	height: 26px;
    margin-top: 0;
}
.header-phone svg{
    margin-right: 9px;
}
.header-phone  .cls-2 {
    fill: #08675c!important;
}
.header-img .describtion{
    font-size: 24px;
    font-weight: 300;
    z-index: 10;
    margin-bottom: 60px;
}
.header-section  .button:hover{
	background: transparent;
	border:2px solid #fff;
	color:#fff;
	transition: all 200ms ease-out;
}

.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{
    height: 100%;
    display: flex;
    align-items: center;
}
.top-menu ul > li{
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.top-menu ul > li > a{
    color: #000000;
}
.top-menu ul > li:hover > a{
    color:#08675c;
    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-menuul > 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: 5px 33px 5px 20px;
    color: #0000009e;
}
.top-menu ul > li > ul > li{
    transition: all 200ms ease-out;
}
.top-menu ul > li > ul > li:hover > a{
    color:#08675c;
    transition: all 200ms ease-out;
}
.top-menu ul > li > ul > li > ul{
    box-shadow: 6px 1px 20px #00000017;
    left: 270px;
    top: 9px;
    border-radius: 0 15px 15px 15px;
}

.top-menu ul ul ul li:hover a{
    color:#08675c;
}
.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: #08675c;
}

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


/*******************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 #08675c;
    border-right: 3px solid #08675c;
	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 #08675c;
    border-right: 3px solid #08675c;
	font-size: 14px !important;
	opacity: 1 !important;
	color:transparent !important;
}
.slick-prev, .slick-next{
	border: 3px solid #08675c!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: #08675c!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: #08675c!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-img-inner{
        width: 70%;
    }
}
@media (max-width: 1112px) {
    .header-img-inner{
        width: 70%;
    }
    .header-img h2{
        font-size: 40px;
    }
    .header-img .describtion{
        font-size: 20px;
    }
}
@media (max-width: 991px) {
	
	.header-contacts{
		font-size: 14px;
	}
	.header-inner .header-adress{
		display: none;
	}
	.header-img-inner{
		width: 100%;
	}
    .header-feed{
		color:#fff;
	}
	.header-wrapper{
		background: #08675c;
	}
    .header svg path{
        stroke: #fff;
    }
    .header svg line{
        stroke: #fff; 
    }
	.header-img-inner{
        width: 70%;
    }
    .header .header-phone{
        display: flex !important;
        align-items: center;
        margin-left: 20px;
    }
    .header .header-phone path{
        fill: #fff !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: normal;
    }
    .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: 50px;
	}
	.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: 30px;
	}
}
@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;
    }
}
@media (max-width: 422px) {
    .header{
        font-size: 14px;
    }
    .header svg{
        width: 15px;
        height: 15px;
    }
    .header .phone-wrap a{
        font-size: 14px;
    }
    .header .header-phone svg{
        height: 14px;
    }
}
@media (max-width: 375px) {
	.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;
	}
}

/* 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;
}

.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: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.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;
}
.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 #08675c;
    margin-top: -70px;
}
.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: 40px;
}
.features-inner .item-title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}
@media (max-width: 991px) {
    .features-inner{
        grid-template-columns: 1fr;
    }
    .features-inner .item-img{
        margin-top: 0;
    }
    .features-inner .item-body{
        width: calc(100% - 80px);
    }
    .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;
        
    }
    .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: #08675c;
	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 h2{
    margin-bottom: 10px;
    text-align: left;
}

@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: 18px;
    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: #08675c;
    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;
}
@media (max-width: 991px){
    .about-section .img-wrap{
  
    }
    .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;
    }
   
}
@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;
    }
}
@media (max-width: 540px) {
    .nums-wrapper .item {
        width: 100%;
    }
}
@media (max-width: 467px) {
    .about-section h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-section .subtitle{
        font-size: 20px;
    }
    .about-section .text{
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .nums-inner{
        grid-template-columns: 1fr;
    }
    .nums-wrapper .item {
        width: 100%;
    }
}
@media (max-width: 340px) {
    .nums-wrapper .item {
        width: 70%;
    }
}
/**********************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: #08675c;
	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: #08675c;
	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%;
    }
}
/***********************services-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;
    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 #08675c;
    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: #fff;
}
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: 2px solid #fff;
    color:#fff;
}
.item.two{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.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: #08675c;
}
.item.two .menu-title:before{
    content: '';
    width: 30px;
    height: 1px;
    background: #a6a6a6;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.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: left;
    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.tiktok{
    background: #fff;
}
.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 .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{
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: #929292;
    display: inline-block;
    line-height: 2em;
    font-size: 17px;
    align-items: center;
    font-weight: 300;
}
.two ul .menu-title{
    
}
.two ul li a:hover{
    color: #08675c;
}

.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) {
   footer .item.two{
       display: none;
   }
}
@media (max-width: 1130px) {
   
}
@media (max-width: 991px) {
    .form-wrapper{
        width: 50%;
    }
    footer .contacts{
        align-items: flex-start;
    }
}
@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;
    }
   .menu-list{
        display: none;
    }
    .item-title-btn path{
        stroke: #fff;
    }
    .item-title-btn{
        display: block;
    }
}
@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:#08675c;
}

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



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

.certificate-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.certificate-header h2{
    margin-bottom: 10px;
    text-align: left;
}
.certificate-wrapper {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}
.certificate-wrapper.certificate-slider{
    margin: 0 -15px;
}
.certificate-wrapper.slick-initialized{
    display: block;
}
.certificate-wrapper .item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}
.certificate-wrapper.certificate-slider{
    padding-bottom: 40px;
}
.certificate-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;
}
.certificate-wrapper .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
	transition: all 200ms ease-out;
}

.certificate-wrapper .item:hover .plus{
    opacity: 1;
	transition: all 200ms ease-out;
}
.certificate-wrapper .item:hover  .plus svg{
    transform: scale(1.3);
	transition: all 200ms ease-out;
}
.certificate-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 270px;
}
.certificate-wrapper .img-wrapper{
    height: 100%;
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}
.certificate-wrapper.slick-slider .item{
    margin: 0 15px;
}
.certificate-wrapper .slick-track{
    display: flex;
}
.certificate-notslider{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.certificate-overflow{
    overflow: hidden;
}
@media (max-width: 1259px) {
    .certificate-wrapper {
        grid-gap: 10px;
    }
}
@media (max-width: 991px) {
    .certificate-wrapper {
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width: 767px) {
    .certificate-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .certificate-section h2 {
        margin-bottom: 10px;
        text-align: center;
    }
    .certificate-header{
        justify-content: center;
    }
}
@media (max-width: 520px) {
    .certificate-wrapper {
        grid-gap: 10px;
    }
    .certificate-wrapper .img-wrapper{
        padding: 20px;
    }
}
@media (max-width: 467px) {
    .certificate-wrapper h2{
        margin-bottom: 0!important;
    }

}
/***********************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: #08675c;
	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: #08675c;
	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: #08675c;
	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;
}

.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,
.aside-menu .active>a {
	color: #08675c !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 45px;
	font-weight: normal;
	font-size: 13px;
	position: relative;
}
.aside-menu>ul ul li:first-child a{
    border-radius: 0;
    padding: 15px 46px 15px 45px;
}
.aside-menu>ul ul li:last-child a{
     border-radius: 0;
     padding: 15px 46px 15px 45px;
}
.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: #08675c;
	position: relative;
	color: #fff;
}

.aside-menu-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	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.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: #08675c !important;
		border-color: #08675c !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 .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:#15a387;
}
.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:#15a387;
    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:#15a387;
    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;
}
.services-template .question-header h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.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;
}
@media (max-width: 767px) {
    .services-template .question-header{
        justify-content: space-between;
    }
    .services-template .question-header h2{
       text-align: left;
    }
}
@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;
    }
}
/*services-template./*/

/*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 #08675c;
    padding-right: 20px;
}
.news-template .aside-news .title{
    color:#000;
    margin-bottom: 25px;
}
.news-template .aside-news .link{
    color: #08675c;
    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: #08675cad;
}
.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: #08675c;
}
.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;
}
.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./*/

/**************************************************   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) {

}


.content ul,
.content ol {
    list-style-type: none; /* Убираем стандартные маркеры */
    padding-left: 20px; /* Отступ для пользовательских маркеров */
}

.content ul li,
.content ol li {
    margin-bottom: 14px; /* Добавляем отступ 14px снизу у каждого пункта списка */
}

.content ul li::before,
.content ol li::before {
    content: "•"; /* Используемая фигурка маркера */
    color: #15a387; /* Устанавливаем цвет маркера в зеленый */
    font-weight: bold; /* Жирность для большей выразительности */
    display: inline-block;
    width: 1em;
    margin-left: -1em; /* Выравнивание по левому краю */
}

.img-wrap video {
    width: 100%; /* Подстраивает видео под ширину контейнера */
    height: auto; /* Сохраняет пропорции видео */
}