
picture{
    max-width: 100%;
    max-height: 100%;
}
img{
    max-width: 100%;
    height: auto;
}
#desc-header{
    max-height: 92px;
}

body{margin:0;padding:0;line-height:1.25;font-family:'Roboto', sans-serif !important;font-size:18px;position:relative;font-variant-numeric: tabular-nums;color: #383838;}
html{overflow-x:hidden !important;scroll-behavior: smooth;}
*{outline:0 !important;}
h2, .h2{font-size:47px; font-weight: normal;}
h1.pretty{
    margin-top: 20px;
    margin-bottom: 30px;
}
h3, .h3{
    font-size: 33px;
    margin-bottom: 20px;
}
.w100{width:100%;   }
.f14{font-size: 14px;}
.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mt100{margin-top:100px;}
.mt-20{margin-top:-20px;}
.mt-40{margin-top:-40px;}
.mt-60{margin-top:-60px;}
.mt-80{margin-top:-80px;}
.nopadding{padding:0px;}
.nopr{padding-right:0px;}
.nopl{padding-left:0px;}
.pinside10{padding:10px;}
.pinside20{padding:20px;}
.pinside30{padding:30px;}
.pinside40{padding:40px;}
.pinside50{padding:50px;}
.pinside60{padding:60px;}
.pinside80{padding:80px;}
.pinside130{padding:130px;}
.pdt10{padding-top:10px;}
.pdt20{padding-top:20px;}
.pdt30{padding-top:30px;}
.pdt40{padding-top:40px;}
.pdt60{padding-top:60px;}
.pdt80{padding-top:80px;}
.pdb10{padding-bottom:10px;}
.pdb20{padding-bottom:20px;}
.pdb30{padding-bottom:30px;}
.pdb40{padding-bottom:40px;}
.pdb60{padding-bottom:60px;}
.pdb80{padding-bottom:80px;}
.pdl10{padding-left:10px;}
.pdl20{padding-left:20px;}
.pdl30{padding-left:30px;}
.pdl40{padding-left:40px;}
.pdl60{padding-left:60px;}
.pdl80{padding-left:80px;}
.pdr10{padding-right:10px;}
.pdr20{padding-right:20px;}
.pdr30{padding-right:30px;}
.pdr40{padding-right:40px;}
.pdr60{padding-right:60px;}
.pdr80{padding-right:80px;}
.tac{text-align:center;}

.top-header{
    background: #F8F8F8;
    padding: 8px;
}
.top-header .header-flex, header .header-flex{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.top-header .header-flex p{
    margin-bottom: 0px;
    color: #7D7D7D;
    font-size: 13px;
    line-height: 13px;
}
.top-header .header-flex br{
    display: none;
}
.top-header .header-flex a{
    color: #7D7D7D;
    font-size: 13px;
    line-height: 13px;
}
.top-header .header-flex .header-soc{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-left: 0px;
    align-content: center;
}
.top-header .header-flex .header-soc li{
    list-style: none;
    margin-left: 15px;
}
.top-header .header-flex .header-soc li a{
    width: 24px;
    height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-decoration: none !important;
    transition: .4s;
}
.top-header .header-flex .header-soc li a:hover{
    transform: translateY(-3px);
}
.top-header .header-flex .header-soc li a i{
    color: #68c418;
        font-size: 20px;
}
.top-header .adres-time{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.top-header .adres-time>*{
    margin-right: 20px;
}
#search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-radius: 30px;
}
#search-form input[type="text"]{
        width: 500px;
        max-width: 100%;
    height: 40px;
    background: transparent;
border-radius: 30px;
    border: none;
    padding: 0px 70px 0 30px;
    border: 1px solid #DCDCDC;
}
#search-form input[type="submit"]{
    width: 70px;
    height: 38px;
    background-color: #F2F2F2;
border-radius: 30px;
    background-image: url(/img/svg/main-search.svg);
    background-size: 20px;
        border: none;
    font-size: 0px;
    background-position: center;
    background-repeat: no-repeat;
        position: absolute;
    right: 1px;
    top: 1px;

}
.search {
    position: relative;
    width: 250px;
}

.search .search-input {
    width: 210px;
}

.search .result-search {
    display: none;
}

.search .result-search {
    position: absolute;
    width: 100%;
    z-index: 5;
    display: none;
    top: 100%;
}

.search .result-search .preloader {
    width: 100%;
    display: none;
    background: #fff;
    border-top: none;
    border: 1px solid #eee;
}

.search .result-search .preloader .loader {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

.search .result-search .result-search-list {
    width: 100%;
    display: none;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-top: none;
    border: 1px solid #eee;
    max-height: 250px;
}

.search .result-search .result-search-list .result_item {
    line-height: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-top: 10px;
}

.search .result-search .result-search-list .result_item:first-child{
    margin-top: 0;
}

.search .result-search .result-search-list .result_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.search .result-search .result-search-list .result_item a {
    color: #7c83a0;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search .result-search .result-search-list .result_item a>span{
    width: calc(100% - 70px);
        display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search .result-search .result-search-list .result_item a>span>div{
    width: 100%;
}
.search .result-search .result-search-list .result_item a>span {
    height: 100%;
    float: left;
    min-height: 50px;
}

.search .result-search .result-search-list .result_item p {
    line-height: 13px;
    font-size: 13px;
    color: #7c83a0;
    font-style: italic;
    background-color: white;
}
.search-price{
        color: #000 !important;
}
.search .result-search .result-search-list .result_item img {
    width: 60px;
    float: left;
    box-shadow: 0px 0px 10px #efefef;
    margin: 0 5px 5px 0;
    height: auto;
}
header{
    padding: 15px 15px;
    background-color: rgb(232, 232, 232);
    color: #333;
        position: sticky;
    top: 0;
    z-index: 4;
}
.phone-mail{
    display: flex;
    flex-direction: column;
}
.phone-mail a{
    text-decoration: none !important;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    color: #000;
    font-size: 15px;
    align-items: flex-end;

}
.phone-mail a i{
    color: #68c418;
    font-size: 23px;
    margin-right: 10px;
}
.phone-mail a span{
    font-size: 23px;
    line-height: 1;
    margin-left: 5px;
}
header .open-pop, .sticky-mob .open-pop {
    background: #68c418;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    transition: .4s;
        box-shadow: 0px 11px 5px -7px rgb(0 0 0 / 35%);
    border: none;
}
header .open-pop:hover, .sticky-mob .open-pop:hover{
    transform: translateY(-3px);
}
nav.header-nav{
    background: #F8F8F8;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}
#menu-main-menu{
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
}
#menu-main-menu .catalog-menu .fa-times{
    display: none;
}
#menu-main-menu>li{
    list-style: none;
    padding: 30px 10px;
}
#menu-main-menu>li>a, #menu-main-menu>li>p{
text-decoration: none !important;
font-size: 18px;
line-height: 16px;
/* identical to box height */
padding: 10px 15px;
text-align: center;
display: flex;
flex-wrap: wrap;
color: #000000;
margin-bottom: 0px;
}
#menu-main-menu>li.services>a, #menu-main-menu>li.services>p{
    position: relative;
    border-radius: 5px;
    border: 1px solid #68c418;
    cursor: pointer;
}
#menu-main-menu>li.services>a:after, #menu-main-menu>li.services>p:after{
    content: "\f107";
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    transition: .4s;
}
#menu-main-menu>li.services:hover>a:after{
    transform: rotate(180deg);
}
#menu-main-menu .sub-menu{
    display: none;
    list-style: none;
}
#menu-main-menu>li.catalog-menu{

}
#menu-main-menu>li.catalog-menu>a{
    padding: 15px 20px;
    background: rgba(0, 190, 187, 0.08);
    text-decoration: none !important;
}
#menu-main-menu>li.catalog-menu i{
    color: #68c418;
    margin-right: 5px;
}
footer{
    background: #edf1f4 !important;
    padding: 40px 0 20px;
}
.footer-h{
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.cont-footer{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.cont-footer i{
    color: #fff;
    font-size: 20px;
    width: 30px;
}
.cont-footer-block{
    display: flex;
    flex-direction: column;
}
.cont-footer-block a{
    color: #fff !important;
    display: flex;
    margin: 3px 0;
}
.cont-footer-block span{
    color: #fff !important;
}
.footer_menu{
    margin-bottom: 15px;
    padding-left: 0px;
}
.footer_menu li{
    list-style: none;
    margin-bottom: 10px;
}
.footer_menu li a{
    position: relative;
    padding-left: 25px;
    color: #fff;
}
.footer_menu li a:before{
    content: '';
    width: 16px;
    height: 1px;
    background: #fff;
    left: 0;
    position: absolute;
    top: 8px;
}
footer .formajax{

}
footer .formajax input{
    border: 1px solid #ACACAC;
    border-radius: 5px;
    padding: 10px 30px;
    background: transparent;
        color: #333;
        margin-bottom: 15px;
        max-width: 100%;
}
footer .formajax input[type="submit"]{
    background: #68c418;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    border: none;
}
.flex-footer{
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.beat{animation:heartbeat 2s infinite;margin:0 5px;}
@keyframes heartbeat{0%{transform:scale(1);}
10%{transform:scale(1.2);}
20%{transform:scale(1);}
30%{transform:scale(1.2);}
40%{transform:scale(1);}
100%{transform:scale(1);}
}
.flex-footer{
    color:  #fff;
}
.flex-footer .copur{
    margin-bottom: 0px;
}
.flex-footer .copur a{
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}
footer .header-soc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
}
footer .header-soc li{
    list-style: none;

}
footer .header-soc li a{
    margin-left: 15px;
    width: 54px;
    height: 54px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50px;
    text-decoration: none !important;
    transition: .4s;
}
footer .header-soc li a:hover{
    transform: translateY(-3px);
}
footer .header-soc li a i{
    font-size: 22px;
    color: #68c418;
}
.main-sldie{
    min-height: 600px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #edf1f4;
}
.main-sldie img{
    position: absolute;
    min-width: 60vw;
    max-width: inherit;
    min-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: auto;
    height: auto;

}
.main-sldie .text-slider-block{
    z-index: 1;
    padding: 40px 60px;
    width: 410px;
    max-width: 100%;
}
.main-sldie .for-slider-img{
    position: relative;
    height: 600px;
}
.main-sldie .block-left-sl{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 150px;
}
.main-sldie .slider-header{
    color: #333;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 40px;
    font-weight: bold;
}
.wpcf7-form br{
    display: none;
}
.wpcf7-form .wpcf7-form-control-wrap{
    margin-bottom: 20px;
}
.main-sldie .desc-slider{
    color: #333;
    margin-bottom: 40px;
    font-size: 18px;
}
.main-sldie .slide-link{
background: #68c418;
border-radius: 50px;
    width: max-content;
display: flex;
flex-wrap: wrap;
color: #fff;
padding: 8px 20px;
}
.main-slider .slick-dots{
    bottom: 50px;
    left: calc(50vw - 430px);
    width: 310px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.main-slider .slick-dots li{
        padding: 0;
    cursor: pointer;
    font-size: 0px;
    background: #d9d9d9;
    border-radius: 50px;
    transition: .4s;
    margin: 10px;
    width: 15px;
    height: 15px;
}
.main-slider .slick-dots li.slick-active{
    background: #b8b7b7;
}
.main-slider .slick-dots li button:before{
    color: #DCDCDC;
    opacity: 0 !important;
    transition: .4s;
    font-size: 14px
    
}
.main-slider .slick-dots li.slick-active button:before{

}
.main-slider .box-arrow-next{
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #68c418;
    border: 1px solid #d9d9d9;
    background: #f4f8fa;
    border-radius: 50px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: auto;
    transform: none;
    bottom: 40px;
    left: calc(50vw - 505px);
    right: auto;
}
.main-slider .slick-arrow i{
        margin-top: -3px;
    margin-left: 5px;
}
.main-slider .box-arrow-prev{
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #68c418;
    border: 1px solid #d9d9d9;
    background: #f4f8fa;
    border-radius: 50px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: auto;
    transform: none;
    bottom: 40px;
    left: calc(50vw - 577px);

}
.main-slider .box-arrow-prev i{
    margin-left: -5px;
}
.mini-cat-items {
    margin: 0 -10px;
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap
}
.mini-cat-sector {
display: flex;
    flex-direction: column;
    color: #fff!important;
    text-decoration: none!important;
    align-items: flex-start;
    margin: 0 10px 20px;
    width: 175px;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;

    transition: .4s;
    max-width: calc(50% - 20px);
    background: #DBEDF4;
    justify-content: space-between;
}
.mini-cat-sector:hover {
    box-shadow: 0 1px 4px rgb(0 0 0 / 8%), 0 4px 20px rgb(0 0 0 / 12%);
    transform: translateY(-3px)
}
.mini-cat-img{
width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    justify-content: space-between;
}
.mini-cat-img img {
    max-width: calc(100% - 60px);
    max-height: 100%;
    height: auto;
    width: auto;
}
.mini-cat-sector p {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    color: #000;
}
.mini-cat-sector span {
    font-size: 14px;
    margin: 10px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #68c418;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mini-cat-sector span:before {
    content: '';
    background: var(--bg-color);
    width: 133px;
    height: 133px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    top: 20px;
    right: -40px;
    transform: translateY(-50%)
}
.mini-cat-sector svg {
    z-index: 2
}
.box-arrow-next {
    position: absolute;
    right: -30px;
    background: transparent;
    color: #68c418;
    border: none;
    top: calc(50% - 33px);
    z-index: 3;
        width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: #68c418;
    border-radius: 50px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.box-arrow-prev {
    position: absolute;
    left: -30px;
    background: transparent;
    color: #68c418;
    border: none;
    top: calc(50% - 33px);
    z-index: 3;
        width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    background: #68c418;
    border-radius: 50px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.main-categories{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -15px;
}
.main-categories .main-category{
        text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: .4s;
}
.main-category .text-cat-block{

    transition: .4s;
}
.main-categories .main-category:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 10px #bebebe;
}

.main-category .text-cat-block img{

}
.main-category .slider-header{
    color: #373736;
    background: #f4f8fa;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    display: flex;
    margin: 0px;
    width: 100%;
}
.block-shadow{
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.16);
}
.sert-slider .slick-track{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sert-slider{
    padding: 0 50px;
}
.front-new-block{
    padding: 5px;
}
.front-new-block img{
    margin: 0 auto;
}
.main-otz{
    padding: 0 50px;
}
.main-otz-block{
    background: #F2F2F2;
    box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: 10px;
    padding: 15px;
}
.text-otz-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.text-otz-block p{
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 25px;
    text-align: left;
    margin-top: 10px;
}
#breadcrumbs{
    margin: 20px 0 0;
}
#breadcrumbs a{
    color: #68c418;
}
.back-center{
    background-position: center;
}
.map-block {
    min-height: 400px;
    width: 100%;
    border: 2px solid #68c418;
    border-radius: 5px;
}
.icon-html{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}
.icon-block{
    width: 44px;
    height: 44px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.icon-block img{

}
.html-block{
    width: calc(100% - 60px);
}
.html-block p{
    margin-bottom: 0px;
}
a.a1{
    padding-right: 35px;
    background-image: url('/img/a1.png');
        background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
a.mts{
    padding-right: 35px;
    background-image: url('/img/mts.png');
        background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.category-list{
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px;
}
.catalog-top-info{
        display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.category-list a{
    width: 270px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background: #F2F2F2;
    border-radius: 5px;
    overflow: hidden;
    transition: .4s;
    text-decoration: none !important;

}
.category-list a:hover{
    transform: translateY(-3px);
    box-shadow: 0px 0px 10px #bebebe;
}
.catalog-thumb{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    padding: 15px;
    height: 100%;
}
.catalog-thumb img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.catalog-title{
background: #68c418;
border-radius: 0px 0px 5px 5px;
color: #fff;
padding: 15px;
text-align: center;
}
.pop_up_container{position:fixed;display:none;width:100%;height:100%;background:black;top:0;left:0;opacity:0.8;z-index:999999;}
.call_pop_up{    border: 2px solid #68c418;position:fixed;left:0;right:0;top:50%;transform:translateY(-50%);margin:auto;min-width:320px;max-width:420px;background-color:#fff;padding:15px 15px 15px;animation:opacityOut 1s forwards;display:none;z-index:9991000;border-radius: 5px;}
.zakaz_pop_up{position:fixed;left:0;right:0;top:50%;transform:translateY(-50%);margin:auto;min-width:300px;max-width:340px;background-color:#f9f9f9;padding:0px 15px 5px;animation:opacityOut 1s forwards;display:none;z-index:9991000;border-radius:10px;font-size:15px;}
.close_pop_up{
  position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    height: 30px;
    
}
.call_pop_up .formajax input[type="text"], .call_pop_up .formajax input[type="tel"]{
    background: #FFFFFF;
border: 1px solid #68c418;
box-sizing: border-box;
border-radius: 5px;
padding: 14px 20px;
}
.call_pop_up .formajax input[type="submit"]{
    background: #68c418;
    box-shadow: 0px 0px 10px #bebebe;
    border-radius: 5px;
    color: #fff;
    border:none;
    padding:6px 46px;
    transition: .4s;
    border:2px solid #68c418;
}
.call_pop_up .formajax input[type="submit"]:hover{
    background: #fff;
    color: #68c418;
}
.proof{
    position: relative;
    display: flex;
    
    margin-bottom: 10px;
}
.proof input{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    opacity: 0;
    z-index: 3;
}
.proof div{
    width: calc(100% - 30px);
    font-size: 12px;
}
.proof div:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid;
    left: 0;
    top: 2px;
}
.proof input:checked~div:after{
content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #68c418;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    border: 1px solid #333;
}
footer .proof div{
    color: #ACACAC;
}
footer .proof input:checked~div:after{
    border: 1px solid #ACACAC;
}

.calc-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.calc-block>*{
    margin-top: 10px;
    margin-bottom: 10px;
}
.calc-input{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    width: 180px;

}
.calc-input span{
    font-weight: bold;
    margin-bottom: 10px;
}
.calc-input input{
    border: 1px solid #68c418;
    border-radius: 50px;
    background: transparent;
    padding: 13px 25px;
    text-align: center
    ;
}
.calc-block button{
    background: #68c418;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    transition: .4s;
    min-width: 180px;

}
.calc-block button:hover{
    transform: translateY(-3px);
}
#main-prods{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
    padding: 20px 0;
    justify-content: center;
}
.prod-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    padding: 15px;
    width: 365px;
    max-width: 100%;
    margin: 10px;
}
.img-prod{
        width: 50%;
    padding: 10px;

}
.img-prod img{
    max-width: 100%;
    height: auto;
}
.prod-calc{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
}
.prod-calc p{
    font-weight: bold;
    margin-bottom: 15px;
}
.prod-calc div{
    margin-bottom: 15px;
    font-size: 14px;
}
.prod-calc div span{
    font-weight: bold;
}
.prod-calc a{
        background: #68c418;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    transition: .4s;
    text-align: center;
    text-decoration: none;
}
.prod-calc a:hover{
    transform: translateY(-3px);
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.form-line:nth-child(odd) .wpcf7-form-control {
    border-radius: 5px;
}

.wpcf7-form-control {
 
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    color: #5b6c72;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    font-weight: normal;
    background: transparent;
}
.otz-header{
    color: #68c418;
    margin-bottom: 20px;
    font-size: 18px;
}
.wpcf7-form-control[type="submit"]{
        transition: .4s;
    border-color: #68c418;
    width: fit-content;
    color: #222;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450;
    border: 1px solid #68c418;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 14px;}
.wpcf7-form-control[type="submit"]:hover{
    transform: translateY(-3px);
}
.wpcf7-form-control.wpcf7-textarea{
    height: 132px;
    resize: none;
    line-height: 30px;
}
.wpcf7-form-control-wrap .demo-text {
    position: absolute;
    top: 13px;
    right: 20px;
    left: 16px;
    line-height: 1;
    color: #5b6c72;
    font-size: 13px;
    display: block;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: text;
    background: #fff;
    font-weight: normal;
}
.have_demo .wpcf7-form-control-wrap .wpcf7-form-control:focus, .have_demo .wpcf7-form-control-wrap .wpcf7-form-control.active {
    padding-top: 10px;
}
.have_demo .wpcf7-form-control-wrap .wpcf7-form-control:focus + .demo-text, .have_demo .wpcf7-form-control-wrap .wpcf7-form-control.active + .demo-text {
    top: 2px;
    font-size: 10px;
    opacity: .8;
}
.skupkaform-photos {
    height: 40px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    color: #5b6c72;
    font-size: 13px;
    line-height: 40px;
    width: 100%;
    display: block;
}
.skupkaform-photos:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAAkFBMVEVHcEzvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DM103WAAAAL3RSTlMAxg/aJfPb5uneASZSeBgJKILL4hWTe00G2D5aRR3u/Mixv0rD0znQo21yjTGppj7BGbkAAACfSURBVAjXNY1XEoMwEENlmguEjukJNZDK/W8Xg8P7kDSa2RWgEBdGKZMCB75rye0gslwf8EhZbn/KsqvBdb5etXOw3WzZpg97TwxU6U0CRpSYqkqOgoZIB+JVeb/Rs3jFRrEWQW/rkycWL6h4U4yJfsqi5f5xbL5W3Tm7NWnDRyM3UcfccRyTDoH4ioBkQBsq3Pc0qZWJpDjxszmeMx8/PcwVC1IjSMcAAAAASUVORK5CYII=);
    width: 16px;
    height: 14px;
    margin-right: 5px;
}
.skupkaform-photos * {
    cursor: pointer;
}
.skupkaform-photos .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
#main-zakaz-form .wpcf7{
        width: 400px;
    margin: 0px auto 0px;
    padding: 20px;
    max-width: 100%;
}

.wpcf7-form-control:focus, .wpcf7-form-control:active {
    border: 1px solid #68c418;
}
.have_demo{
    width: 100%;
}
.add_photos{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #68c418;
    margin-top: -5px;
    margin-bottom: 15px;
    position: relative;
}
.wpcf7-form-control.wpcf7-select{
    padding: 0 10px;
}
#main-zakaz-form input[type="submit"]{
    color: #fff;
    background: #68c418;
    border: 1px solid #68c418;
    border-radius: 30px;
    padding: 8px 20px;
    transition: .4s;
    width: max-content;
    color: #fff;
}

#main-zakaz-form input[type="submit"]:hover{
        text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
.photos-text{
    position: absolute;
    right: 0px;
    top: 100%;
}
#menu21+label  div {
    left: 0px;
  }
#menu21+label  div:nth-child(2):before {
    content: "";
    opacity: 0;
  }

.burger{
    display: none;
}
#menu21:checked+label  div:first-child {
    top: 10px;
    left: 0px;
    transform: rotate(-45deg);
  }
#menu21:checked+label  div:nth-child(2) {
    top: 10px;
    left: 40px;
    width: 22px;
  }
#menu21:checked+label  div:nth-child(2):before {
    content: "";
    opacity: 1;
    transform: rotate(45deg);
    background: none;
    border-bottom: 5px solid #000000b5;
    border-left: 5px solid #000000b5;
    border-radius: 0px;
    height: 15px;
    width: 15px;
    top: -5px;
  }
#menu21:checked+label  div:nth-child(3) {
    top: 10px;
    left: 0px;
    transform: rotate(45deg);
  }

.burger input {
  display: none;
}
.burger b{
    display: none;
}
#menu21:checked ~ #for-mobile-block{
    left: 0;
}
label.mob-menu {
  position: relative;
  width: 50px;
  height: 40px;
  display: flex;
  cursor: pointer;
  margin: 1.7em;
  transition: all .5s;
  text-align: left;
  margin:0px;
}

label.mob-menu div,
label.mob-menu div:before,
label.mob-menu div:after {
  background: #000000b5;
  position: absolute;
  height: 5px;
  width: 50px;
  border-radius: 4px;
  transition: all .5s;
}
label.mob-menu  div:first-child {
    top: 0px;
  }
 label.mob-menu  div:nth-child(2) {
    top: 15px;
  }
 label.mob-menu  div:nth-child(3) {
    top: 30px;
  }

#for-mob-menu{
    position: fixed;
    top: 0;
    z-index: 101;
    left: -100%;
    width: calc(100% - 100px);
    background: #fafafa;
    padding: 0px 0px 0 0;
    box-shadow: 0px 0px 10px #bebebe;
    bottom: 0;
    overflow-y: scroll;
    transition: .4s;
    display: none;
}
#for-mob-menu.open{
    left: 0;
}
#mobile_menu{
    padding: 0;
    margin: 0;
        background: #68c418;
}
#mobile_menu a{
    color:  #fff !important;
}
#mobile_menu .sub-menu{
    display: none;
    list-style: none;
    font-size: 16px;
    width: 100%;
}
#mobile_menu>li{
    padding: 10px 0;
    border-bottom: 1px solid #fafafa;
}
#mobile_menu>li a, #mobile_menu>li p{
    width: 100%;
    padding: 0 15px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0px;
}
#mobile_menu li.menu-item-has-children{
    display: flex;
    flex-wrap: wrap;
}
#mobile_menu li.catalog-menu ul{    
    display: flex;
    flex-wrap: wrap;
    padding: 0px;

}
#mobile_menu li.catalog-menu ul li{
    display: flex;
    flex-direction: column;
    border: none !important;
    width: 100px;
    margin: 10px;
}
#mobile_menu li.catalog-menu ul li a{
width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0px;
    padding: 0px;
}
#mobile_menu li.catalog-menu ul li a div.select-item-menu{
height: 100px;
    width: 100px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
#mobile_menu li.catalog-menu ul li a div.select-item-menu img{
    max-height: 80px;
}
#mobile_menu li.catalog-menu ul li a span{
    font-size: 12px;
    width: 100%;
    text-align: center;
}
#mobile_menu li.menu-item-has-children>a{
    width: calc(100% - 50px);
    
}
#mobile_menu>li.menu-item-has-children .toggle-sub{
width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #bebebe;

}
#mobile_menu>li.menu-item-has-children .toggle-sub i{
    transition: .4s;
}
#mobile_menu>li.menu-item-has-children .toggle-sub.active i{
    transform: rotate(180deg);
}
#mobile_menu .sub-menu a{
        padding: 5px 15px;
    border-bottom: 1px solid #e1e1e1;
    flex-wrap: nowrap;

}
#mobile_menu .sub-menu a i{
    margin-right: 10px;
    color: #009688;
}
#mobile_menu .sub-menu li:last-child a{
    border-bottom: 0px;
}
.sticky-mob ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.header-soc li:first-child {
    margin-left: 0px;
}
.sticky-mob li {
    list-style: none;
    margin-right: 10px;
}
.sticky-mob {
    position: sticky;
    z-index: 3;
    background: #fff;
    bottom: 0;
    padding: 15px;
    box-shadow: 3px -8px 10px #e3e3e3b8;
    display: flex;
    flex-direction: column;
}
.sticky-mob .open-pop{
    width: max-content;
    margin-bottom: 10px;
}
.sticky-mob ul{
    padding-left: 0px;

}
.sticky-mob li{
    list-style: none;
}
.sticky-mob a{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.sticky-mob>a{
    margin-bottom: 10px;
    display: flex;
}
.sticky-mob>a i{
    color: #68c418;
    margin-right: 10px;
}
.menu-phone span{
    color: #68c418;
    margin-left: 5px;
}
body.catalog-open .top-header, body.catalog-open header, body.catalog-open .main-single, body.catalog-open footer, body.catalog-open #breadcrumbs{
    filter:  blur(6px);
}
body.catalog-open .catalog-menu>.sub-menu{
    display: flex !important;
    position: absolute;
    flex-direction: column;
    z-index: 3;
    padding-left: 0px;
    list-style: none;
    background: #fff;
}
body.catalog-open .catalog-menu>.sub-menu>li{
    width: 270px;
}
body.catalog-open .catalog-menu>.sub-menu>li>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 20px 40px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transition: .4s;
    text-decoration: none !important;
}
body.catalog-open .catalog-menu>.sub-menu>li:hover>a{
    color: #68c418;
    background: #F3F3F3;
}
body.catalog-open .catalog-menu>.sub-menu>li:hover>a:after{
    color: #68c418;
}
body.catalog-open .catalog-menu>.sub-menu>li>a:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
        right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: .4s;

}
body.catalog-open .catalog-menu>.sub-menu>li .sub-menu{

}
body.catalog-open .catalog-menu>.sub-menu>li:hover .sub-menu{
    display: flex !important;
    flex-wrap: wrap;
    width: 900px;
    left: 270px;
    position: absolute;
    top: 0;
    padding: 10px;
    background: #fff;
    border-left: 0.7px solid #DCDCDC;
        box-shadow: 8px 8px 10px rgb(152 152 152 / 25%);
    border-radius: 0px 0px 5px 5px;
}
body.catalog-open .catalog-menu>.sub-menu>li .sub-menu li{
    list-style: none;
}
body.catalog-open .catalog-menu .fa-th-large{
    display: none;
}
body.catalog-open .catalog-menu .fa-times{
    display: block !important;
}
body.catalog-open .catalog-menu>.sub-menu>li .sub-menu li a{
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 150px;
    margin: 10px;
    justify-content: space-between;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    text-decoration: none !important;
    transition: .4s;
}
body.catalog-open .catalog-menu>.sub-menu>li .sub-menu li a:hover{
    color: #68c418;
    border: 1px solid #68c418;
}
body.catalog-open .catalog-menu>.sub-menu>li .sub-menu li a .select-item-menu{
    height: 88px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
body.catalog-open .catalog-menu>.sub-menu>li .sub-menu li a .select-item-menu img{
    max-height: 88px;
}
.news-block{
    display: flex;
    flex-direction: column;
}
.new-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none !important;
    color: #000000 !important;
}
.for-top-new{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.for-new-img{
    width: 40%;
}
.for-new-img:before{
    content: '';
}
.info-new-block{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 30px;
    width: calc(60% - 30px);
}
.info-new{
    display: flex;
    flex-direction: column;
}
.data-new{
    font-weight: 300;
font-size: 16px;
line-height: 16px;
/* identical to box height */


color: #000000;
}
.new-header{
    font-weight: 600;
font-size: 25px;
line-height: 28px;
margin: 15px 0;

color: #000000
}
.desc-new{
    margin-bottom: 10px;
}
.new-block .read{
    text-decoration: underline;
}
.new-block .read:hover{
    text-decoration: none;
}
.wpb_image_grid_ul{
    display: flex;
    flex-wrap: wrap;
}
.wpb_image_grid_ul li{
    padding: 10px;
}
.wpb_image_grid .wpb_image_grid_ul a{
    padding: 10px !important;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background-color: #fff !important;
        border: 1px solid rgba(51, 51, 51, 0.15) !important;
}
.vc_tta-tabs-container{
    width: 100% !important;
    border-left: 1px solid rgba(51, 51, 51, 0.15) !important;
    border-right: 1px solid rgba(51, 51, 51, 0.15) !important;
    
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after, .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a:before{
    display: none !important;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a{
    border-top: 1px solid #68c418 !important;
    background: none !important;
    color: #000 !important;
    padding: 10px 25px !important;
    transition: .4s;
   border: none !important;
   height: 100%;
        
}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a>span{
    display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 20px;
        transition: .4s;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a>span, .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab:hover>a>span{
    color: #68c418;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a>span span{
    font-weight: bold;
    margin-top: 10px;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a{
    padding: 10px 25px !important;
}
.wpb_image_grid .wpb_image_grid_ul img{
    border-radius: 5px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab{
    border-top: 3px solid #3333331a;
        margin-left: 0px !important;
        width: 25%;
            background-color: rgba(51, 51, 51, 0.05);
            transition: .4s;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active{
        color: #68c418;
    background-color: transparent;
    border-top-color: #68c418;
    border-bottom-color: transparent;
    background: #fff;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
display: flex !important;
    flex-wrap: wrap;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius: 0px !important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a svg{
    width: 50px;
    height: 50px;
}
.main-slider{
    height: 600px;
    overflow: hidden;
    transition: .4s;
    margin-bottom: 0px !important;
}
.main-slider.slick-initialized{
    height: auto;
}
.flex-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.flex-header .right-header>*{
    margin-left: 55px;
}
header p{
    color: #7a787d;
    margin-bottom: 0px;
}
.flex-header .right-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-header .right-header>.phones{
    display: flex;
    flex-direction: column;
}
.flex-header .right-header>.phones a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #7a787d;
    line-height: 24px;
}
.flex-header .right-header>.phones a:hover{
    color: #222;
}
.flex-header .right-header>.phones i{
    color: #68c418;
    font-size: 20px;
    margin-right: 10px;
}
.header-asres{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #7a787d;
    line-height: 24px;
}
.header-asres i{
    font-size: 20px;
    margin-right: 10px;
    color: #7a787d;
}
header a{
    transition: .4s;
    text-decoration: none !important;
}
header a:hover{
    color: #222;
}
p.logo{
    margin-bottom: 0px;
}
nav.logo-nav{
background: #f4f8fa;
    box-shadow: 6px 6px 10px #d5d5d5;
    position: sticky;
    z-index: 99;
    top: 0;
}
.flex-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
nav .open-pop{
        background: #68c418;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}
.main-menu-contianer{
    flex: 1;
        margin: 0 35px;
}
.main-single{
    min-height: 500px;
}

#menu-main-menu li.services>ul{
                width: 1170px;
                right: auto;
                left: -281px;
                padding: 30px 30px 0;
                display: flex;
                flex-direction: column;
                max-height: 470px;
                flex-wrap: wrap;
                visibility: hidden;
                opacity: 0;
                z-index: -2;

            }
            #menu-main-menu li.services>.sub-menu{
                display: flex;
                flex-wrap: wrap;
                position: absolute;
                left: -200vw;
                top: 100%;
                    background: #f4f8fa;
                flex-direction: column;
                width: 100%;
                transition: opacity .4s;
                box-shadow: 6px 6px 10px #e7e7e7;
            }
            #menu-main-menu li.services:hover>ul{
                display: flex;
                z-index: 1;
                opacity: 1;
                visibility: visible;
                top: 100%;
                left: 0;

            }
            #menu-main-menu li.services>ul>li{
                width: 350px;
                margin-bottom: 18px;
            }
            #menu-main-menu li.services>ul>li:hover .back-text-menu{
                color: #68c41896;
            }
            #menu-main-menu li.services>ul>li>a, #menu-main-menu li.services>ul>li>p{
                color: #4E4E4E;
                font-weight: 500;
                font-size: 15px;
                text-transform: uppercase;
                padding-left: 0px;
                width: fit-content;
                margin-left: 15px;
                padding-bottom: 0px;
                margin-bottom: 10px;
                transition: .4s;
                display: flex;
                flex-wrap: wrap;
                color: #68c418;
            }
            #menu-main-menu li.services>ul>li>a:hover, #menu-main-menu li.services>ul>li>p:hover{
                color: #222;
            }
            #menu-main-menu li.services>ul li ul{
                display: flex;
                flex-direction: column;
                position: relative;
                opacity: 1;
                z-index: 3;
                box-shadow: none;
                width: 100%;
                left: 0;
                visibility: visible;
                top: 0;
                padding: 0px !important;
            }
            #menu-main-menu li.services>ul li ul li{
                position: relative;
                padding-left: 5px;
                margin-bottom: 10px;
            }
            #menu-main-menu li.services>ul li ul li p{
                color: #68c418;
            }
            #menu-main-menu li.services>ul li ul li a:before, #menu-main-menu li.services>ul li ul li p:before{
               content: '';
                    background: #68c418;
                    width: 5px;
                    height: 5px;
                    display: flex;
                    border-radius: 50%;
                    top: 6px;
                    position: absolute;
                    left: 6px;
            }
            #menu-main-menu li.services a{
                text-decoration: none !important;
            }
            #menu-main-menu li.services>ul li ul li a, #menu-main-menu li.services>ul li ul li p{
                padding-top: 0px !important;
                padding-bottom: 0px !important;
                text-transform: none;
                position: relative;
                padding-left: 20px;
                transition: .4s;
                color: #222;
                display: flex;
                margin-bottom: 0px;
            }
            #menu-main-menu li.current-menu-item>p{
                color: #68c418 !important;
            }
            #menu-main-menu li.services>ul li ul li a:hover{
                transform: translateX(10px);
            }
            #menu-main-menu li.services ul a:after{
                display: none !important; 
            }
            #menu-main-menu li.services .back-text-menu{
                display: flex;
                position: absolute;
                z-index: -1;
                left: -20px;
                top: 0px;
                font-weight: bold;
                font-size: 18px;
                line-height: 21px;
            }
            #menu-main-menu li.services .back-text-menu{
                    padding: 0;
                font-weight: bold;
                font-size: 18px;
                line-height: 21px;
                color: #e5e5e596;
                transition: .4s;
            }
.slide-links{
    display: flex;
    flex-wrap: wrap;
}
.slide-links a{
    display: flex;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    text-decoration: none !important;
    transition: .4s;
}
.like-open-pop{
background: #68c418;
    color: #fff !important;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 10px auto;
    text-decoration: none !important;
    transition: .4s;
}
.like-open-pop:hover{
    transform: translateY(-3px);
}
.slide-links a:hover{
    transform: translateY(-3px);
}
.main-start{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -15px;
}
.start-block{

        margin-bottom: 20px;
}
.start-block .for-start-img{
    width: 80px;
    height: 80px;
    background: #68c418;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: -20px;
    z-index: 3;
    float: left;
    margin-left: 20px;
    box-shadow: 0px 0px 10px #bfbfbf;
}
.start-block.doc-block .for-start-img{
    background: #e3efe5;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    left: 0;
    right: 0;
    position: absolute;
    top: -75px;
    margin: auto;
    box-shadow: 0px 0px 10px #bfbfbf;
    overflow: hidden;
}
.start-block.doc-block .text-otz-block{ 
        padding-top: 60px;
        height: 100%;
            background: #edf1f4;
}
.start-block.doc-block .text-otz-block p.fio {
    font-size: 22px;
    margin-top: 30px;

}
.start-block.doc-block .text-otz-block p{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    margin-bottom: 5px;
}
.start-block.doc-block{
    margin-top: 75px;
    border-radius: 5px;
}
.start-block.doc-block .text-otz-block p.dolzh-doc{
    font-weight: 500;
}
.start-block.doc-block .text-otz-block p.carer-doc{
    color: #7a787d;
    font-weight: normal;
    margin-bottom: 0px;
}
.start-block .for-start-img img{

}
.text-otz-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: #f4f8fa;
    border-radius: 5px;
    z-index: 1;
    height: calc(100% - 60px);
}
.text-otz-block p{

}
.text-otz-block ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.text-otz-block ul li{
    margin-bottom: 10px !important;

}
.text-otz-block ul li a{
    color: #767479;
    text-decoration: none !important;
}
.text-otz-block ul li a:hover{
    color: #68c418;
}
.main-feeds{

}
.start-feeds{
width: 100%;
    margin-bottom: 20px;
    background: #edf1f4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.start-feeds p.feeds-title{
    font-size: 20px;
    font-weight: bold;
}
.start-feeds .feeds-text{
    font-size: 18px;
    margin-bottom: 0px;
}
.header-mess{
    padding: 0px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}
.header-mess li{
    list-style: none !important;
    margin: 0 10px 0 0 !important;
}
.header-mess li a{

}
.shadow-form{

}
.shadow-form form{
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bebebe;
}
.main-single a{
    color: #68c418;
    transition: .4s;
}
.main-single a:hover{
    color: #018328;
}
.main-single ul{
    padding-left: 0px;
}

.fotter-h {
    min-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.fotter-h p {
    position: relative;
    font-size: 20px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 0px;
}
.price-list{
    margin-bottom: 35px;
}
.price-list p {
    font-size: 18px;
    /* font-style: italic; */
    font-weight: 600;
}
.price-list ul li {
    background-color: #ecf2f5;
    border-radius: 5px;
    box-sizing: border-box;
    font-style: normal;
    height: auto;
    line-height: 16px;
    list-style: outside none none;
    margin-bottom: 2px;
    margin-left: 0;
    min-height: 32px;
    padding: 9px 150px 7px 10px;
    position: relative;
}
.price-list ul li span {
    background: linear-gradient(#68c418, #00962e) repeat scroll 0 0 transparent;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 -1px 0 #68c418 inset;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: 0 1px 0 rgb(0 0 0 / 51%);
    top: 0;
    width: 110px;
}
.price-list ul li span {
    background-color: #68c418;
}

.price-list .b-spr:before {
    content: "";
    display: block;
    position: absolute;
}
.price-list .b-spr:before {
    background-image: url(/img/sprite_old.png);
    background-repeat: no-repeat;
    background-position: -311px 0;
    height: 32px;
    left: -21px;
    width: 21px;
}
.main-single ol li{
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.main-single ol li:before {
    color: #ffffff;
    content: counter(item, decimal) " ";
    counter-increment: item;
    display: block;
    left: 7px;
    position: absolute;
    top: 1px;
    z-index: 2;
}
.main-single ol li:after {
    background: url(/img/sprite_old.png) no-repeat scroll -372px 0 transparent;
    color: #ffffff;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    top: 0;
    width: 22px;
}
.main-single ol{
    margin: 0 0 20px;
    list-style-position: inside;
    padding-left: 0px;
        counter-reset: item;
}
.border-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.border-footer .pol-block {
    width: 50%;
    min-width: 200px;
    padding: 0 10px;
    margin-bottom: 40px;
}
.phone-w, .adres-w, .email-w {
    font-size: 20px!important;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1;
}
.phone-w i, .adres-w i, .email-w i{
    color: #68c418;
    font-size: 20px;
    width: 20px;
    margin-right: 5px;
}
.footer-content p {
    color: #333;

}
footer .map-link {
    border-bottom: 1px dashed;
    display: flex;
    width: fit-content;
    text-decoration: none;
    margin-top: 5px;
}
footer .logo-footer{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.border-footer a{
    color: #333;
    font-size: 16px;
}
.border-footer p{
    font-size: 16px;
    color: #333;
}
.border-footer ul{
    margin: 0px;
    padding: 0px;
}
.border-footer ul li{
    list-style: none;
}
.b-footer__svg-wrap {
    margin: 0 5px;
}
.b-footer__svg-wrap {
    width: 44px;
    height: 44px;
    border: 1px solid #e0e5eb;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 5px;
    flex-shrink: 0;transition: .4s;
}
.b-footer__svg-wrap .icon {
    color: #a4abb2;
}
.icon-socials-odnoklassniki {
    font-size: 19px;
    width: 0.631578947368421em;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: .4s;
}
.icon-socials-vkontakte {
    font-size: 11px;
    width: 1.727272727272727em;
}
.icon-socials-facebook {
    font-size: 16px;
    width: 0.5625em;
}
.icon-socials-instagram {
    font-size: 18px;
    width: 1em;
}
.icon-socials-yandex-zen {
    font-size: 18px;
    width: 1em;
}
.icon-socials-youtube {
    font-size: 14px;
    width: 1.428571428571429em;
}
.b-footer__svg-wrap:hover {
    cursor: pointer;
    border: 1px solid #a3aab1;
}
.b-footer__svg-wrap:hover .icon{
    color: #313a43;
}
.footer-soc{
    margin: 10px -5px;
    display: flex;
    flex-wrap: wrap;
}
footer .copur{
    margin-bottom: 0px;
    padding-top: 20px;
    border-top: 1px solid #ACACAC;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .copur a{
    color: #68c418;
    margin-left: 5px;
    text-decoration: none !important;
}
.articles-wrap a {
    color: inherit;
    display: block;
    text-decoration: none;
        color: #333;
        margin-bottom: 30px;
}
.articles-wrap a .img {
    border: 1px solid transparent;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    padding: 3px;
    position: relative;
}
.articles-wrap a .img {
    margin-bottom: 20px;
}
.articles-wrap a:hover .img {
    border-color: #68c418;
}
.articles-wrap a .img img {
    border-radius: 5px;
}
.articles-wrap a time {
    border: 1px solid #68c418;
    border-radius: 5px;
    color: #68c418;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
}
.articles-wrap a .title {
    color: inherit;
    font-size: 22px;
    margin-bottom: 5px;
        display: block;
}
.articles-wrap a:hover .title {
    color: #68c418;
}
.articles-wrap a:hover .img:after {
    display: block;
    content: '';
    position: absolute;
}
.articles-wrap a .img:after {
    background-color: rgba(0, 167, 51, 0.3);
    border-radius: 5px;
    bottom: 3px;
    display: none;
    left: 3px;
    right: 3px;
    top: 3px;
    content: '';
    position: absolute;
}
.articles-wrap a div{
    color: #333 !important;
}
.navigation a.prev, .navigation a.next {
    height: 32px;
    width: 32px;
}

.nav-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.navigation a, .navigation span.current {
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    color: #c3c3c3;
    display: block;
    font-size: 16px;
    line-height: 31px;
    padding: 2px;
    text-decoration: none !important;
        width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
}
.navigation a:hover, .navigation span.current {
    
    border-color: #68c418;
    color: #68c418;
}
.navigator{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.navigation span.current{
        background: #68c418;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #68c418;
}
.reviews-wrap {
    font-size: 0;
    margin-bottom: 30px;
    margin-left: -2%;
    text-align: left;
}
.reviews-wrap > .reviews-item ,
.reviews-wrap > div {
    border: 1px solid #cad7dd;
    border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 10px;
    width: 48%;
    text-decoration: none;
    vertical-align: top;
}
.reviews-wrap > .reviews-item img,
.reviews-wrap > div img {
    /*border-radius: 5px;
    float: left;
    margin-right: 10px;
    border: 1px solid #cad7dd;*/
    max-width: 100%;
}
.reviews-wrap > .reviews-item .doctor-title,
.reviews-wrap > div .doctor-title,
.reviews-wrap > div span {
    color: #68c418;
    display: block;
    font-size: 18px;
    /*font-style: italic;*/
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}
/*
.reviews-wrap > .reviews-item .doctor-title:hover,
.reviews-wrap > div .doctor-title:hover{
    opacity: 0.7;
}
*/

a.reviews-item:hover{
    border-color: #68c418;
}
.reviews-item p{
    color: black;
}

.reviews-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
}

.reviews-wrap > .reviews-item {
    width: 100%;
    margin: 0 !important;
}
.doctor-stat-title{
    font-size: 14px;
    color: #a3b1b8;
}
.doctor-specialty{
    font-size: 14px;
    color: #a3b1b8;
    margin-bottom: 12px;
    display: block;
    /*font-style: italic;*/
    margin-top: -7px;
}
.doctor-cb-btn{
    width: 100%;
    margin:10px 0;
    box-sizing: border-box;
    text-align: center;
}

.review-img-wrap {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #cad7dd;
    border-radius: 5px;
    overflow: hidden;
}
.review-img-wrap::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,167,51,0.2);
    opacity: 0;
    transition: all 0.5s;
}
.review-img-wrap::after{
    content: '';
    position: absolute;
    display: block;
    width: 28px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -10px;
    background: url(/img/eye.png) center center no-repeat;
    opacity: 0;
    transition: all 0.5s;
}
/*
.reviews-item:hover .review-img-wrap::before,
.reviews-item:hover .review-img-wrap::after {
    opacity: 1;
}
*/
/*
.review-img-wrap:hover::after,
.review-img-wrap:hover::before{
    opacity: 1;
}
*/
table.pretty-table{
    width: 100%;
    
    margin: 10px auto;
}
table.pretty-table  tr:nth-child(odd) {
    background: #f4f4f4;
}
table.pretty-table tr td {
    padding: 10px 10px;
}
table.pretty-table tr td:first-child{
    max-width: 40%;
    vertical-align: text-top;
}
.round-img{

}
.round-img img{
        border-radius: 10px;
    border: 1px solid #cad7dd;
    overflow: hidden;
}
.header-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.for-logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.for-logo .adress{
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.for-logo .adress span{
    font-size: 14px;
}
.for-logo .adress p{
        font-size: 14px;
            margin-top: 2px;
    opacity: 0.5;
}
.header-burrons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}
.header-burrons a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(0, 167, 51, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #68c418;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #68c418;
    box-shadow: 0px 11px 5px -7px rgb(0 0 0 / 35%);
}
.header-burrons a img{
    margin-right: 10px;
    transition: .4s;
}

.header-burrons a span{
    width: calc(100% - 30px);
    font-size: 20px;
}
.header-burrons a i{
    font-size: 18px;
    margin-right: 7px;
}
.header-burrons a:hover{
    background-color: rgba(0, 167, 51, 0);
    border-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}
.header-burrons a:active{
    background-color: rgba(0, 167, 51, 0);
    border-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    box-shadow: inset 0px 11px 5px -7px rgb(0 0 0 / 35%);
}

header .phone-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.phone-form a{
        text-decoration: none;
    color: rgb(104 196 24);
    font-size: 16px;
    font-weight: 400;
        line-height: 1.4;
        background-image: url(/img/phone.png);
        padding-left: 30px;
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.phone-form a{

}
.phone-form button{
    background-color: #68c418;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(0, 134, 39);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    box-shadow: 0px 11px 5px -7px rgb(0 0 0 / 35%);
    border: none;
}
.phone-form button:hover{
    background-color: rgb(0, 150, 44);
    border-color: rgb(0, 107, 31);
    color: rgb(255, 255, 255);
}
.phone-form button:active{
    background-color: rgb(0, 150, 44);
    border-color: rgb(0, 120, 35);
    border-top-width: 3px;
    border-bottom-width: 1px;
    color: rgb(255, 255, 255);
    box-shadow: inset 0px 11px 5px -7px rgb(0 0 0 / 35%);
}
.first-screen{
    position: relative;
}
.first-screen .separatorbottom{
    display: none;
}
.first-screen .separatorbottom, .area .separatortop {
    width: 100%;
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
}
.first-screen .separatorbottom {
    bottom: 0;
}
.first-screen .separatorbottom svg{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.first-screen > .wrapper1 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat;
    color: #FFF;
}
.first-screen .h1{
    font-size: 60px;
    text-align: left;
    margin: 20px 0;
    line-height: 1.5;
    padding: 0 20px;
}
.first-screen .wrapper2 {
   
    padding-top: 26px;
    padding-bottom: 112px;
}
.screen-list{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}

.screen-list li{
        font-size: 32px;
    line-height: 1.5;
}
.screen-list ul{
    padding-left: 55px;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -15px;
}
.header-screen{
    display: flex;
    flex-wrap: wrap;
}
.links-screen{
        margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.links{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.links .or{
    margin: 0 50px;
}

.links button, .main-single .open-pop{
    background-color: #68c418;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(0, 134, 39);
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    box-shadow: 0px 11px 5px -7px rgb(0 0 0 / 35%);
    border: none;
    transition: .4s;
}
.links button:hover, .main-single .open-pop:hover{
    background-color: rgb(0, 150, 44);
    border-color: rgb(0, 107, 31);
    color: rgb(255, 255, 255);
}
.links button:active, .main-single .open-pop:active{
    background-color: rgb(0, 150, 44);
    border-color: rgb(0, 120, 35);
    border-top-width: 3px;
    border-bottom-width: 1px;
    color: rgb(255, 255, 255);
    box-shadow: inset 0px 11px 5px -7px rgb(0 0 0 / 35%);
}
.links-screen p{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
.faq-blocks{

}
.faq-block{
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    color: rgb(25, 25, 25);
    padding: 0 25px;
    margin-left: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.faq-blocks .faq-block:last-child{
    margin-bottom: 0px;
}
.faq-block.active{

}
.faq-block .spoiler1-toggle{

}
.faq-block.active .spoiler1-toggle{

}
.faq-text{
padding: 15px 5px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
        color: inherit;
    line-height: 1.4;
    word-wrap: break-word;
    margin: 0;
        display: flex;
    flex-wrap: wrap;
}
.faq-answer{
    display: none;
    padding: 20px 0;
    padding-top: 0;

}
#svg26 .st0 {
    fill: #68c418;
}
.faq-answer svg{
    width: 70px;
    height: 70px;
}
.faq-answer-text{
    width: calc(100% - 70px);
}
.spoiler1-toggle {
    position: absolute;
    top: 10px;
    left: -17px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #68c418;
    color: rgb(255, 255, 255);
    font-size: 16px;
    
    transition: transform 0.4s;
}
.flex-wrap-aic{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.spoiler1-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s;
    opacity: 1;
}
.faq-block.active .spoiler1-toggle i.fa-plus {
    opacity: 0;
}
.faq-block:not(.active) .spoiler1-toggle i.fa-minus {
    opacity: 0;
}
.faq-block.active .spoiler1-toggle {
    transform: rotate(-180deg);
}
.button-center .open-pop{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 35px;
}
.open-pop i{
        font-size: 27px;
    margin-right: 11px;
}
.number-html{
display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    height: calc(100% - 35px);
}
.one-height .vc_column-inner>.wpb_wrapper{
    height: 100%;
}
.number-block{
color: #68c418;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    font-size: 50px;
    line-height: 1;
    margin-right: 25px;
}
.number-html-block{
        width: calc(100% - 90px);
}
.number-html-block .number-header{
     font-size: 21px;
     line-height: 24px;
        font-weight: bold;
    
}
.number-html-block .number-content{
    color: inherit;
    line-height: 1.4;
    word-wrap: break-word;
    margin: 0;
    opacity: 0.9;
}
.info-block{
 background-color: rgb(255, 255, 255);
    color: #333;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}
.price-blocks{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}
.price-block{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    padding: 30px;
    color: #333;
    border-radius: 5px;
    background: #fff;
}
.price-header{
    color: inherit;
    line-height: 1.4;
    word-wrap: break-word;
    margin: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.price-title{
    font-size: 37px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.price-block button{
    width: 100%;
}
.price-block button i{

}
.price-block button span{

}
.vc_tta-tab .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition: .4s;
}

.vc_tta-tab.vc_active .st0, .vc_tta-tab:hover .st0{
    fill: none;
    stroke: #68c418;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.vc_tta-panel-body ul{
    padding-left: 0px;
}
.vc_tta-panel-body ul li{
        list-style-image: url(/img/li.png);
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 20px;
}
.read-more{
        position: relative;
    cursor: pointer;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
        display: flex;
    flex-wrap: wrap;
        color: rgb(137, 137, 137);
        font-weight: bold;

}

.read-more .toggle{
    transition: .4s;
    margin: 0 10px;
}
.read-more.active .toggle{
    transform: rotate(180deg);
}
.read-more~div{
    display: none;
}

.vc_tta-tab #svg83 path{
    stroke: #333;
}
.vc_tta-tab.vc_active #svg83 path, .vc_tta-tab:hover #svg83 path{
    stroke: #68c418;
}
.fio-otz{
    line-height: 1;
    letter-spacing: 0.1em;
        color: rgb(0, 201, 61);
        font-size: 14px;
        margin-top: 50px;
}
.main-slider-otz{
    margin-bottom: 50px;
    padding: 0 50px;
}
.main-slider-otz .img-right{
        border-right: 1px solid rgba(0, 167, 49, 0.5);
        padding-left: 30px;
}
.main-slider-vrach{
        padding: 0 50px;
        margin-bottom: 50px;
}
.vrach-more-content{
    display: none;
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vrach-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}
.main-slide-vrach.slick-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vrach-fio{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
}
.vrach-dolzh{
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.main-slide-vrach{
    margin: 0px 15px;
    padding: 15px;
}
.vrach-desc>p{
    margin-bottom: 0px;
}
.vrach-more{
        background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 6.666666666666667px 20px 0px rgb(0 0 0 / 10%);
    color: rgb(25, 25, 25);
    padding: 0 25px;
    margin-top: 10px;
}
.toggle-vrach{
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;

}
.toggle-vrach i{
    transition: .4s;
}
.toggle-vrach.active i{
    transform: rotate(180deg);
}
.toggle-vrach span{
    font-size: 12px;   
    font-weight: bold;
    color: rgb(172, 172, 172);
}

.button-center .open-pop span{
    max-width: calc(100% - 40px);
}
nav.logo-nav{
    display: none;
}
.vivod-html{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 50px;
}
.vivod-block{
    position: absolute;
    top: -28px;
    left: 20px;
}
.vivod-html-block{

}
.vivod-header{
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 80px;
    font-weight: bold;
    color: #383838;

}
.vivod-content{
    font-size: 16px;
}
.arrow-curs{
    position: relative;
}
.arrow-curs:after{
    content: '';
    width: 112px;
    height: 190px;
    background: url(/img/arrow.png);
    position: absolute;

    right: 50px;
    top: 15px;
}
.desk-hidden{
    display: none !important;
}







@media(max-width: 1199px){
    .arrow-curs:after{
        right: -10px;
    }
    #menu-main-menu>li>a, #menu-main-menu>li>p{
        font-size: 14px;
        padding: 8px 10px;
        margin-bottom: 0px;
    }
    .main-slider{
        margin-bottom: 25px;
    }
    .container{
        width: 100% !important;
    }
    .main-slider .box-arrow-prev{
        left: 15px;
    }
    .main-slider .box-arrow-next{
        left: 85px;
    }
    .main-slider .slick-dots{
        left: 160px;
    }
    .main-sldie img{
            transform: translateX(-50%);
        width: 200%;
        z-index: -1;
        filter: brightness(0.3);
    }
    .main-sldie .slider-header, .main-sldie .desc-slider{
        color: #fff;
    }
}
@media(max-width: 997px){
    .arrow-curs:after{
        display: none;
    }
    header{
        display: none;
    }
    nav.logo-nav{
        padding: 10px 0;
        display: block;
    }
    .main-menu-contianer{
        display: none;
    }
    .header-nav, .top-header{
        display: none;
    }
    .search.hidden-xs{
        display: none;
    }
    .burger{
        display: block;
    }
    .container{
        width: 100%;
    }
    #for-mob-menu{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
    }
    #wpadminbar{
        display: none;
    }
    .price-block{
            width: calc(100% - 30px);
    }
    .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a>span{
        font-size: 16px;
    }
    .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
        padding: 10px 10px !important;
    }
    .first-screen .h1{
        font-size: 40px;
    }
    .number-block{
        font-size: 50px;
        margin-right: 10px;
    }
    .number-html-block {
        width: calc(100% - 70px);
    }
}
@media(max-width: 768px){
    .faq-answer-text{
        width: 100%;
    }
    .desk-hidden{
        display: block !important;
    }
    .mob-hidden{
        display: none !important;
    }
    .main-slider-otz .img-right{
        border-right: 0px;
        margin-bottom: 20px;
    }
    .first-screen .h1{
        text-align: center;
    }
    .main-sldie .for-slider-img{
        position: absolute;
        height: auto;
        left: -200%;
        right: -200%;
        width: auto;
        min-height: 100%;

    }
    .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
        width: 50%;
    }
    .vc_tta-panel-title{
        display: none !important;
    }
    .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: block !important;
    }
    .main-sldie{
        
        min-height: auto;
    }
    .main-sldie .block-left-sl{
        height: auto;
        padding-top: 35px;
    }
    .main-sldie img{
        transform: none;
        width: auto;
    }
    .phone-mail{
        display: none;
    }
    .reviews-wrap .btn.a-spr, .btn.a-spr.show_more {
        display: inline-block;
    }
    .reviews-wrap > div {
        width:100%;
        margin:0 auto 7px;
    }
    .reviews-wrap {
        grid-template-columns: 1fr;
        grid-gap: 2% 2%;
    }
    span[style="font-size: 48px;"]{
        font-size: 26px !important;
    }
    span[style="font-size: 48px; color: #ffffff;"]{
        font-size: 26px !important;
    }
}
@media(max-width: 600px){
    h2, .h2{
        font-size: 33px;
    }
    h3, .h3{
        font-size: 23px;
    }
    header .open-pop{
        display: none;
    }
    .border-footer .pol-block{
        width: 100%;
    }
    .articles-wrap a div:not(.img){
        width: 100%;
        float: left;
    }
    .articles-wrap a{
        margin-bottom: 40px;
    }
    .articles-wrap a .img{
        margin-bottom: 10px;
    }
    .links{
        flex-direction: column;
    }
    .links .or{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 375px){
    nav .open-pop{
        display: none;
    }
}

.first-screen .img-back{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -200%;
    right: -200%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: max-content;
    margin: auto;
}






.main-single .vc_custom_1661150337018{
    background-image: -webkit-image-set(url(/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2022/08/back2-1.png.webp) 1x) !important;
}
.main-single .vc_custom_1661753520325{
    background-image: -webkit-image-set(url(/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2022/08/ddc7b8dc595a31821dca1f980c2bd233.png.webp) 1x) !important;
}
.main-single .vc_custom_1661429655404{
    background-image: -webkit-image-set(url(/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2022/08/c82e574e48933af5745a706c1f872887.png.webp) 1x) !important;
}
.main-single .vc_custom_1661347899998{
    background-image: -webkit-image-set(url(/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2022/08/Bez-imeni-3-1.png.webp) 1x) !important;
}
.main-single .vc_custom_1662033484817{
    background-image: -webkit-image-set(url(/wp-content/webp-express/webp-images/doc-root/wp-content/uploads/2022/09/kak.png.webp) 1x) !important;
}