@charset "UTF-8";
/*
Theme Name: Identico
Author: Identico team
Version: 1.0
Text Domain: identico

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 600;
    src:url('./assets/fonts/Mont-Regular.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 200;
    src:url('./assets/fonts/Mont-Thin.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: 'Mont';
    font-style: normal;
    font-weight: 800;
    src:url('./assets/fonts/Mont-Bold.woff2') format("woff2") ;
    font-display: swap;
}
/*@font-face {*/
/*    font-family: 'Mont';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src:url('./assets/fonts/Mont-Book.woff') format("woff") ;*/
/*    font-display: swap;*/
/*}*/
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background:white;
    font-family: 'Mont';
    color: #303030;
}
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    src:url('./assets/fonts/Circe-Bold.woff') format("woff") ;
    font-display: swap;
}
body{
    background-image: url("./assets/img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: 'Mont';
    font-style: normal;
    color: #303030;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
}

.height{
    height: 128px;
}
.header_top{
    background: rgba(110, 184, 172, 0.08);
    padding: 12px 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.overflow_class {
    height: 0;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
.burger{
    display: none;
}
.active_height {
    height: 83px;
    transition: 200ms linear;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper{
    padding: 0 120px;
}
.underline{
    position: relative;
}
.underline:before{
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0px;
    height: 1px;
    background:#6BB7AC;
    transition: all .3s ease;
}
.underline:hover:before{
    right: auto;
    left: 0;
    width: 0;
    transition: all .3s ease;
}
.underline_fix:before{
    right: 100%;
    left: 0;
    width: 0;
}

.underline_fix:hover:before{
    right: 0;
    width: 100%;
}
.call_btn{
    font-weight: 800;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6BB7AC;
    cursor: pointer;
}
.call_btn img{
    margin-right: 7px;
}
.call_btn:hover img{
    transform: rotate(45deg);
}
.header_phones{
    margin: 0 29px;
}
.phone,.header_info{
    font-weight: 800;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
    letter-spacing: 0.05em;

    text-transform: uppercase;
}
.phone{
    margin: 0 4px;
}
.phone img,.header_info img,.language_block img{
    margin-right: 7px;
    height: 11px;
}
.social_item{
    margin-left: 8px;
}
.social_item:hover{
    transform: scale(1.05);
}
.slash{
    display: block;
    margin: 0 4px;
}
.language_block{
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
    align-items: flex-start;
}
.lang-item{
    opacity: 0.3;
}
.lang-item.current-lang{
    opacity: 1;
}
.logo:hover{
    opacity: 0.8;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
header .menu-item,footer .menu-item{
    margin: 0 9px;
    padding: 8px 0;
}
header .menu-item a,footer .menu-item a{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #252728;
    position: relative;
}
header .menu-item a:after,footer .menu-item a:after{
    content: '';
    position: absolute;
    right: 100%;
    left: 0;
    width: 0;
    bottom: 0px;
    height: 1px;
    background: #6BB7AC;
    transition: all .3s ease;
}
.menu-item a:hover:after{
    right: 0;
    width: 100%;
}
.menu-item-has-children >a{
    position: relative;
}
.menu-item-has-children{
    position: relative;
}
header .menu-item-has-children >a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 9px;
    background-image: url("./assets/img/Vector.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header .menu-item-has-children >a{
    padding-right: 14px;
}
.header .sub-menu{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    z-index: 100;
    text-align: left;
    top: 33px;
    left: -50%;

    background-color: #fff;
    width: 260px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 30%);
    padding-top: 15px;
}
.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.header_bottom{
    border-bottom: 1px solid rgba(82, 195, 206, 0.2);
    padding: 5px 0 9px 0;
}
.btn{
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #6BB7AC;
    border: 1px solid #6BB7AC;
    box-shadow: 8px 8px 17px rgba(55, 141, 140, 0.14);
    border-radius: 6px;
    padding: 16px 40px;
    cursor: pointer;
}
.btn:hover{
    background: white;
    color: #6BB7AC;
}
.btn_border:hover{
    background:#a1d2cb;
    color: white;
}
.btn_wonder.btn_border:hover {
    background: white;
    opacity: .5;
}
.owl-carousel .owl-item .btn_wonder img{
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.banner_title{
    font-weight: 800;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 10px;
}
.banner_title.banner_title__small {
    font-size: 24px;
}
.banner_title.banner_title__small.banner_title__last {
    margin-bottom: 36px;
    font-size: 18px;
    margin-top: 6px;
}
.flex_btn{
    justify-content: flex-start;
    position: relative;
    z-index: 10;
}
.btn_border{
    border: 1px solid #6BB7AC;
    background: white;
    color: #6BB7AC;
display: flex;
    align-items: flex-end;
}
.flex_btn .btn_border{
    margin-left: 36px;
}
.features{
    margin-top: 48px;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 10;
}

.features_item {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 11px 11px 27px rgba(41, 125, 125, 0.12);
    backdrop-filter: blur(19px);
    border-radius: 6px;
    padding: 23px 7px 23px 11px;
    position: relative;
    margin-right: 1%;
    width: inherit;
}
.features_item:last-child{
    margin-right: 0;
}
.features_item:before{
    content: '';
    position: absolute;
    left: 0;
    background: #6BB7AC;
    width: 2px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_block{
    background-image: url("./assets/img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 700px;
    background-position: center;

}
.banner_block .wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom: 40px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.banner_block:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 0;
}
/*.banner_block:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    background-image: url("./assets/img/banner.png");*/
/*    background-position: right;*/
/*    background-repeat: no-repeat;*/

/*}*/
.banner_pos{
    position: absolute;
    left: 0;
    bottom: 0;
}
.section_subtitle{
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6BB7AC;
    margin-bottom: 12px;
    padding-left: 57px;
}
.section_subtitle:before{
    content: '';
    width: 45px;
    height: 4px;

    background: #6BB7AC;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section_title, .b-text h1, .b-text h2, .b-text h3, .b-text h4{
    font-weight: 800;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 18px;
}
.section_description{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #424242;
    margin-bottom: 60px;
    max-width: 970px;
}
.flex_section{}
.inner{
    padding-top: 120px;
}
.services_home.owl-carousel .owl-item img{
    width: auto;
}
.services_home .services_item {
    padding-top: 0;
}
.b-home .inner{
    max-height: 314px;
    overflow: hidden;
    position:relative;
    transition-duration: .3s;
}
.b-home .inner.opened{
    max-height: 5000px;
}
.b-home__button:hover{
    opacity: 0.5;
    cursor: pointer;
}
.b-home__button{
    transition-duration: .3s;
    color: #6cb7ac;
    margin-top: 20px;
}
/*.b-home .inner::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height: 50%;*/
/*    background: rgb(255,255,255);*/
/*    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);*/
/*    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);*/
/*    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
/*    transition-decoration:.3s;*/
/*}*/
/*.b-home .inner.opened::before{*/
/*    opacity: 0;*/
/*}*/
.services_home .services_img {
    left: 0;
    position: relative;
    top: 0;
    margin: 17px auto 17px auto;
}
.services_list.services_home{
    display: block;
}
.services_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}
.services_item{
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    border-radius: 6px;
    position: relative;
    padding: 40px 0px 18px 0px;
}
.services_img{
    position: absolute;
    left:17px ;
    top: -35px;
}
.services_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin-bottom: 26px;
    display: block;
    padding: 0px 25px 0px 25px;
    cursor: pointer;
}
.services_title:hover,.services_subitem:hover{
    color: #6BB7AC;
}
.services_subitem{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    color: #000000;
    display: block;
    margin-bottom: 14px;
    padding: 0px 9px 0px 25px;
}
.services_subitem:before{
    content: '';
    position: absolute;
    background: #6BB7AC;
    width: 17px;
    height: 4px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #FFFFFF;
}
.personal_img{
    border-radius: 6px;
    height: 374px;
    width: 100%;
    background-position: top;
    background-size: cover;
}
.personal_name{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
   margin: 13px 0;
    color: #000000;
    height: 44px;
}
.personal_position{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #6BB7AC;
    margin-bottom: 13px;
    min-height: 35px;
}
.personal_item .btn{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
.owl-nav{
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
 .owl-prev, .owl-next{
    margin: 0 4px;
     transition: all .3s ease;
}
.owl-prev:hover, .owl-next:hover{
    transform: scale(1.1);
    transition: all .3s ease;
}
.wrapper_fix{
    padding-right: 120px;
    flex-direction: row;
    align-items: stretch;
}
.personal_info .personal_name{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0;
    height: auto;
}
.personal_slider{
    margin-top: 60px;
}
.personal_page .personal_position.personal_specialization{
    font-size: 16px;
}
.personal_info .personal_position {
    font-size: 24px;
    line-height: 1.5;
    margin: 14px 0;
    min-height: auto;
}
.personal_position.personal_specialization {
    font-size: 18px;
    margin: 0 0 24px 0;
}
.personal_description{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #424242;
    max-height: 250px;
    overflow: hidden;
}
.personal_page .personal_description{
    max-height: none;
}
.personal_about li{
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 7px 0;
}
.personal_about li:before{
    content: '';
    position: absolute;
    background: #6BB7AC;
    width: 17px;
    height: 4px;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #FFFFFF;
}
.personal_label{
    background: #6BB7AC;
    border-radius: 6px;
    padding: 43px 38px 43px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #FFFFFF;

    position: absolute;
   width: 220px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    left: -138px;
    top: 50%;
    transform: translateY(-50%);
}
.personal_label strong{
    font-weight: 600;
    font-size: 71px;
    line-height: 1.2;
    margin-bottom: 7px;
}
.personal_img_big{
    width: 47%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius:  0 6px 6px 0;
}
.personal_info{
    width: 50%;
    position: relative;
}
.personal_about{
    position: relative;
    padding: 73px 0;
}
.personal_about ul{
    padding-left: 113px;
}
.personal_info .btn{
    display: inline-block;
}
.services_item.fix{
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(19px);
    border-radius: 6px;
    border: none;
    padding: 32px 0;
    filter: drop-shadow(-1px 4px 32px rgba(41, 125, 125, 0.14));
}
.services_item.fix .services_title{
margin-bottom: 32px;
    position: relative;
    text-align: left;
}
.services_item.fix .services_title:before{
    content: '';
    position: absolute;
    left: 0;
    background: #6BB7AC;
    width: 2px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.services_item.fix .btn{
    display: block;
    margin-left: 0;
    width: 100%;
}
.services_item.fix .services_subitem li{
    position: relative;
    padding:0 25px;
    margin-bottom: 14px;
}
.services_item.fix .services_subitem:hover,.services_item.fix .services_title:hover{
    color: #000000;

}
.services_item.fix .services_subitem:before{
    display: none;
}

.services_item.fix .services_subitem{
    padding: 0;
    position: static;
    margin: 0;
}
.services_item.fix .services_subitem li:before{
    position: absolute;
    background: #6BB7AC;
    width: 17px;
    height: 4px;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #FFFFFF;
    content: '';
}
.services_item.fix .flex_btn{
    padding: 0 25px;
    justify-content: center;
}
.reviews_item{
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #9D9D9D;
    box-shadow: 11px 11px 27px rgba(41, 125, 125, 0.12);
    backdrop-filter: blur(19px);
    border-radius: 6px;
    width: 786px;
    padding: 40px 65px;
    box-sizing: border-box;
}
.reviews_right{
    max-width: 600px;
    margin-left: 40px;
}
.reviews_name_big{
    background: #DCDCDC;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    font-weight: 600;
    font-size: 72px;
    line-height: 1.2;
display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.83);
}
.reviews_rating{
    margin: 27px auto;
    height: 15px;
}
.reviews_date{
    font-weight: 800;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6BB7AC;
    opacity: 0.64;
}
.reviews_name{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000000;
}
.reviews_text{
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5;
   margin: 27px 0;
    letter-spacing: 0.04em;
    overflow: hidden;
    color: #424242;
    max-height: 135px;
}
.reviews_right.active .reviews_text{
    max-height: none;
}
.reviews_more.active{
  display: none;
}
.reviews_more{
    color: #6BB7AC;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;

    cursor: pointer;
    display: inline-block;
}
.reviews_more.visible{
    display: inline-block;
}
.btn_border img{
    margin-left: 7px;
}
.form_img{
    background-image: url("./assets/img/banner.jpg");
    background-repeat: no-repeat;
    background-position:top;
    background-size: cover;
    width: 52%;
    border-radius: 6px;
}
.form_flex{
    align-items: stretch;
    position: relative;
    z-index: 1;
}
.form_block{
    background: linear-gradient(0deg, rgba(107, 183, 172, 0.97), rgba(107, 183, 172, 0.97)),url('./assets/img/form-bg1.jpg');
    box-shadow: 11px 11px 27px rgba(41, 125, 125, 0.12);
    border-radius: 6px;
    padding: 96px;
    position: relative;
}
.form_block:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 88%;
    background-image: url("./assets/img/form-bg.svg");
    background-size: cover;
    background-position: left;
}
.section_title.fix{
    font-weight: 800;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.form-group p{
    margin: 0;
}
.form-label{
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.form-control{
    border: 1px solid #FFFFFF;
    filter: drop-shadow(8px 8px 17px rgba(55, 141, 140, 0.14));
    border-radius: 6px;
    padding: 19px 20px 16px 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.56);
    margin-bottom: 24px;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
}
.form-control::placeholder{
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.56);
}
textarea.form-control::placeholder,textarea.form-control::-webkit-input-placeholder{
    font-size: 15px;
}
.panel textarea.form-control{
    filter: none;
    border: 1px solid #6BB7AC ;
}
.btn_form input{
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    background: #FFFFFF;
    text-transform: uppercase;
    color: #6BB7AC;
    padding: 16px 5px;
    box-shadow: 8px 8px 17px rgba(55, 141, 140, 0.14);
    border-radius: 6px;
    width: 100%;
}
.form_bottom{
    width: 43%;

}
textarea{
    resize: none;
    height: 120px;
}
.wpcf7-spinner{
    display: none!important;
}
.footer{
    background: rgba(110, 184, 172, 0.08);
    margin-top: 70px;
    padding-top: 70px;
}
.block_img{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}
.block_img img{
    width: 100%;
    max-width: 785px;
}
.why_title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 25px;
}
.why_text{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #424242;
    max-width: 280px;

}
.why{
    position: absolute;
    left: 0;
    top: 0;
}
.why:before{
    content: '';
    position: absolute;
    top: 40px;
    width: 118%;
    background-size: cover;
    height: 65%;
    background-repeat: no-repeat;
    background-position: right;
}
.why:after{
    content: '';
    background: #6BB7AC;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
}
.why_1:before{
    background-image: url("./assets/img/why1.svg");
}
.why_2:before{
    background-image: url("./assets/img/why2.svg");
    left: -10%;
    width: 110%;
    background-position: left;
}
.why_3:before{
    background-image: url("./assets/img/why3.svg");
    background-position: left;
    left: -8%;
}
.why_4:before{
    background-image: url("./assets/img/why4.svg");
    left: -11%;
    height: 72%;
}
.why_1:after{
    right: -23%;
}
.why_2:after{
    right: auto;
    left: -14%;
}
.why_3:after{
    right: -15%;
    top: 20%;
    bottom: auto;
}
.why_4:after{
    right: auto;
    top: 17%;
    left: -16%;
}
.why_1{
    top: 5%;
}
.why_2{
    right: 0%;
    left: auto;
    top: 12%;
}
.why_3{
    top: 70%;
    left: 2%;
}
.why_4{
    right: 4%;
    left: auto;
    top: 80%;
}
.footer_bottom{
    padding: 68px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.31);
}
.copyright{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 24px;
}
.footer_top{
    padding: 0px 0 68px 0;
    display: flex;
    justify-content: space-between;
}
#menu-to-edit{
    display: block;
}
.menu-item-depth-1 {
    margin-left: 30px;
}
.footer .social_item{
    width: 44px;
    height: 44px;
    display: block;
}
.footer .social_item img{
    width: 100%;
}
.development{
    display: flex;
    justify-content: center;
}
.development a:hover{
    opacity: 0.8;
}
.footer_col{
    display: flex;
    flex-direction: column;
}
.footer_phone{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Circe';
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-top: 24px;
    color: #252728;
}
.footer_phone:hover{
    color: #6BB7AC;
}

.footer_menu .menu-item:after{
background: #252728;
}
.footer_logo{
    margin-bottom: 4px;
}
.footer_logo:hover{
    opacity: 0.8;
}
.footer_menu .menu-item a{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #252728;
}
.footer_menu .menu-item{
    margin: 0 0 18px 0;
    padding: 0;
}
footer .footer_links a{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #252728;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.footer_links .menu-item{
    padding: 0;
    margin: 0 0 18px 0;
}
.footer_info{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.05em;

    color: #252728;
    margin-bottom: 18px;
}
.footer_mail{
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.05em;

    color: #6BB7AC;
    margin-top: 8px;
    display: inline-block;
}
.footer_mail:hover{
    opacity: 0.8;
}
.footer_menu .menu-item:last-child{
    margin-bottom: 0;
}
.footer .social_block{
    justify-content: flex-start;
    margin-top: 18px;
    display: flex;
}
.footer .social_item{
    margin: 0;
    margin-right: 16px;
}
.mob_btn{
    display: none;
}
.footer_info.mob{
    display: none;
}
.burger{
    position: absolute;
    top: 50%;
    height: 22px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    left: 30px;
    cursor: pointer;
    webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.line {
    left: 0;
    height: 2px;
    background-color: #6BB7AC;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
}
.line1{
    top: -1px;
    left: 0;
}
.line2{
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line3{
    bottom: -1px;
    left: 0;
    right: 10px;
}
.burger.active .line1{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
}
.burger.active .line2{
    display: none;
}

.burger.active .line3{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
}
.animation_class {
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.btn_form input:hover{
    opacity: 0.8;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.btn_form input{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.mob_menu{
    display: none;
}
body.wp-admin,body.wp-admin a,body.wp-admin td{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
}
.languages li:first-child{
    position: relative;
    margin-right: 10px;
}
.languages li:first-child:before{
    content: '/';
    margin: 0 4px;
    right: -11px;
    opacity: 1!important;
    position: absolute;
}
.languages ul{
    display: flex;
}
.popup_style{
    background: rgba(0, 0, 0, 0.6);
    z-index: 11111;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: perspective(900px) rotateX(-80deg);
    transform: perspective(900px) rotateX(-80deg);
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: perspective(900px) rotateX(0);
    transform: perspective(900px) rotateX(0);
    height: 100%;
}
.panel {
    width: 90%;
    max-width:527px;
    box-sizing: border-box;
    padding: 60px 68px;
    position: absolute;
    top: 50%;
    border-radius: 6px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;

}
/*.panel.active {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    -webkit-transition: .2s linear;*/
/*    -moz-transition: .2s linear;*/
/*    -ms-transition: .2s linear;*/
/*    -o-transition: .2s linear;*/
/*    transition: .2s linear;*/
/*    transition-delay: .4s;*/
/*}*/
.fn_frame .section_title{
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor: pointer;
}
.popup_close:before {
    content: '';
    position: absolute;
    background: #000000;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background: #000000;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.panel .form_block{
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.panel .form_block:before{
    display: none;
}
.panel .form-control{
    border-color:#6BB7AC ;
    color: #6BB7AC;
}
.panel .form-control::placeholder{
    color: #6BB7AC;
}
.panel .btn_form input{
 background: #6BB7AC;
    color: white;
}
.wpcf7-not-valid-tip {
    color: red!important;
    font-size: 12px!important;
    font-weight: 600!important;
    display: block;
    position: absolute;
    bottom: -35px;
}
.wpcf7 form .wpcf7-response-output{
    font-weight: 700!important;
    font-size: 12px!important;
    margin-bottom: 0;
}
.list_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:30px;
}
.nowrap{
    white-space: nowrap;
}
.personal_item{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_col_general{
    padding: 0 20px;
}
.footer_text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    max-width: 320px;
    /* text-align: justify; */
    opacity: .7;
    padding-right:20px;
}
.owl-carousel .btn{
    box-shadow: 8px 2px 17px rgba(55,141,140,0.14);
}
.services_descr li{


    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    display: block;
    margin-bottom: 14px;
    padding: 0px 9px 0px 25px;
}
.services_descr li a{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.services_descr li:before{
    content: '';
    position: absolute;
    background: #6BB7AC;
    width: 17px;
    height: 4px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #FFFFFF;
}
.services_descr li a:hover{
    color: #6BB7AC;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.green_bg{
    background: #6BB7AC;
    padding: 40px 0px;
    margin: 120px 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.page{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #424242;
}
.page h2,.page h1{
    font-weight: 800;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 25px;
}
.page .section_description{
    font-size: 16px;
    line-height: 1.8;
}
.flex_img .left_part,.flex_img div{
    width: 48%!important;
}
.flex_img img{
    border-radius: 6px;
    width: 100%;
}
.flex_img{
   margin: 40px 0;
}
.equipment_img{
    border-radius: 6px;
    margin-right: 40px;
    max-width: 360px;
    width: 100%;
}
.equipment_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 26px;
}
.equipment_item{
    margin: 40px 0;
}
.information_item .equipment_img{
  width: 50%;
    margin: 0;
    max-width: none;
}
.information_item:first-child{
    flex-direction: row-reverse;
}
.information_item .equipment_info{
    width: 48%;
}
.information_item{
    margin: 20px 0;
}
.equipment_info{
    font-size: 16px;
}
.blog-item__image{
    height: 250px;
    width: 100%;
    border-radius: 6px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blog-item__title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    display: block;
    margin: 20px 0 0px 0;
}
.blog-item__description{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    color: #000000;
}
.article_description{
    max-width: none;
    font-size: 16px;
    line-height: 1.8;
}
.article_description img{
    max-width: 650px;
    width: 100%;
    border-radius: 6px;
    margin: 0 auto 25px auto;
    display: block;
}
.btn_center{
    justify-content: center;
}
.list_grid.fix{
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
}
.contact_info{
    display: flex;
    flex-direction: column;
}
.contact_info iframe{
    width: 100%;
    margin: 25px  0;
}
.contact_info .phone{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    align-items: center;
}
.contact_info .social_item{
    display: inline-block;
    margin: 10px 10px 0 0;
}

.contact_info .social_item img{
    width: 40px;
}
.personal_page{
margin-top: 25px;
    align-items: flex-start;
}
.personal_point{

    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #424242;
}
.personal_width{
    width: 20%;
}
.personal_point p{
    margin: 0 0 20px 0;
}
.personal_page .personal_info{
    margin: 0 20px;
}
.personal_point strong{
    color: #6BB7AC;
    font-size: 30px;
    margin-bottom: 0;
    display: block;
}
.personal_page .personal_position{
    font-size: 21px;
    margin:  0 0 13px 0;
}
.personal_page .personal_about ul {
    padding-left: 10px;
}
.article_page .section_description{
    max-width: none;
    font-size: 16px;
    line-height: 1.8;
}
.gallery-item{
    margin: 0!important;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-item img{
    height: auto;
}
.gallery-columns-1{
    margin-top: 25px;
}
.personal_page .personal_img_big{
    min-height: 400px;
    background-position: top;
    /*border-radius: 6px;*/
    border-radius: 0;
    background-size: contain;
}
.personal_page .personal_about{
    padding: 10px 0 0 0;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 35px 0 25px 0;
}
.breadcrumb_slash{
    margin: 0 10px;
    color: #6BB7AC;
}
.breadcrumb_link{
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #6BB7AC;
    opacity: 0.8;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.breadcrumb_link.active{
    opacity: 1;
}
.breadcrumb_link:hover{
    opacity: 1;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.flex_mini_img{
    flex-direction: column;
    align-items: flex-start;
}
.mini_img img{
    width: 50px;
    margin-right: 15px;
}
.mini_img{
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    align-items: flex-start;
    font-weight: 600;
    color: #000000;
    justify-content: flex-start;
}
.mini_img_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #6BB7AC;
}
.tab_item{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.tab_item.active{
    opacity: 1;
    visibility: visible;
    position: relative;
}
.tabs_block{
    background: #FFFFFF;
    padding: 25px 0;
    margin: 40px auto;
    backdrop-filter: blur(19px);
    border-radius: 6px;
    filter: drop-shadow(-1px 4px 32px rgba(41, 125, 125, 0.14));
    max-width: 1200px;
    width: 100%;
}
.tabs_block .btn{
    display: inline-block;
}
.tabs{

    justify-content: center;
    border-bottom: 1px solid rgba(157, 157, 157, 0.42);
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}
.tab_link{
    margin: 0 10px;
    cursor: pointer;
    font-weight: 700;
    color: #6BB7AC;
    opacity: 0.5;
    text-align: center;
}
.tab_link.active{
    opacity: 1;
}
.tab_item{
    padding:25px 25px 0 25px;
    margin: 0;
}
.tab_name{
    color: #6BB7AC;
    font-weight: 700;
}
.tab_item img{
    width: 48%;
}
.article_page, .b-text{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #424242;
}
.small_title{
    font-weight: 800;
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 18px;
}
.steps_count{
    width: 50px;
    margin-right: 15px;
    font-weight: 800;
    font-size: 38px;
    line-height: 1;
    border-radius: 50%;
    height: 50px;
    background: #6BB7AC;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_img div.no-img{
    width:100%!important;
}
.flex_methods .mini_img{
    flex-direction: column;
    align-items: center;
width: 31%;
}
.flex_methods{
    align-items: flex-start;
}
.flex_methods .mini_img img{
    width: auto;
    height: 55px;
    margin: 0 0 15px 0;

}
.left_part span{
    background:#6BB7AC ;
    border-radius: 6px;
    padding: 25px 10px;
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin:  20px 0;
}
.seo_block img{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 6px;
    display: flex;
}
.panel .form-label{
    color: black;
}
.panel .form-control{
    padding: 12px 15px 12px 15px;
}
.panel textarea{
    height: 80px;

}
.seo_block ul{
    padding: 10px 0 10px 20px ;
}
.seo_block li{
    list-style: initial;
}
.sub-menu .menu-item a:hover:after{
    display: none;
}
.sub-menu .menu-item a:hover{
    color:#6BB7AC ;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.sub-menu .menu-item a{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.error_img{
    width: 100%;
    margin-bottom: 10px;
}
.sub-menu .menu-item a{
    font-size: 12px;
}
.sub-menu .menu-item {
    padding: 5px 0;
}
.page_info li{
    position: relative;
    padding-left: 45px;
}
.page_info li:before{
    content: '';
    position: absolute;
    background: #6BB7AC;
    width: 17px;
    height: 4px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #FFFFFF;
}
.green_bg.fix{
    margin-bottom: -120px;
}
.info_phone{
    display: flex;
    flex-direction: column;
}
.info_phone .phone{
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.2;
    margin-left: 0;
}
.menu_content::-webkit-scrollbar-track-piece {
    background-color: #6BB7AC;
}
.menu_content::-webkit-scrollbar-track {
    background-color: #6BB7AC;
}
.menu_content::-webkit-scrollbar-thumb {
    height: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
}
.menu_content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.logo{
    height: 70px;
}
.logo img{
    height: 70px;
}
input,textarea,button{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.section_title.new{
    font-size: 20px;
    line-height: 1.2;
}
.services_list.new{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services_list.new .services_item.fix{
    max-width: 85%;
    width: 100%;
}
.services_list.new .services_item.fix .services_subitem li{
    display: flex;
    justify-content: space-between;
}
.services_list.new .services_item.fix .services_subitem li strong{
    color: #6BB7AC;
    white-space: nowrap;
    padding-left: 10px;
}
.services_list.new .services_item.fix .services_subitem{
    font-size: 16px;
}
.services_list.new  .services_item.fix .services_title{
    text-align: center;
}
.reviews_list .reviews_item{
    max-width: 950px;
    margin: 20px auto;
    width: 100%;
    padding: 30px;
}
.reviews_list .reviews_left{
    display: flex;
    flex-direction: column;
}
.reviews_list .reviews_right{
    max-width: 730px;
}
.reviews_btn{
    justify-content: center;
    flex-wrap: wrap;
}
.reviews_btn .btn{
    margin: 10px;
}
.reviews_list{
    margin-top: 70px;
}
.phone_mob{
    position: absolute;
    cursor: pointer;
    left: 95px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.phone_mob_list{
    position: absolute;
    left: -44px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    width: 120px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 30%);
    padding: 10px;
}
.phone_mob img{
    width:25px ;
}
.phone_mob .phone{
    font-size: 13px;
    margin: 5px 0;
}
.phone_mob.active .phone_mob_list{
    opacity: 1;
    visibility: visible;
}
.phone_mob img:hover{
    transform: rotate(45deg);
}
.footer_mail.fix{
max-width: 200px;
    cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #6BB7AC!important;
}
bwchat#bwc-wrap #bwc-widget-action{
    bottom: 10px!important;
}