body {
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    max-width: 100%;
}

h2 {
    font-size: 1.5em;
}

.mbtn {
    background-color: #00844b;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.show-item {
    display: none;
}

.mobile-zag {
    color: #46434a;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', 'Arial', sans-serif;
    text-align: center;
    padding: 40px 0px 10px;
}

.button-mobile {
    background-color: rgba(0, 132, 75, 0.7);
    color: #ffffff;
    min-width: 250px;
    display: inline-block;
    height: 55px;
    padding: 0 30px;
    overflow: hidden;
    font-weight: 700;
    line-height: 55px;
    text-overflow: clip;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 30px;
    font-size: calc(13px + 1 * (100vw / 1920));
    border-radius: 30px;
}

.zagolovki .button-mobile {
    text-shadow: none;
    text-transform: none;
    margin-top: calc(100vh - 400px);
}

.button-mobile:hover, .button-mobile:focus, .button-mobile:active {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 132, 75, 1);
}

.mbtn:hover {
    opacity: .9;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.mbtn {
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
}

a.mbtn:hover {
    display: inline-block;
    text-decoration: none;
}

.responsive-img {
    max-width: 100%;
}

.wraper {
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.header .header-fix1 {
    background-color: #fff;
    text-align: center;
    padding-bottom: 4px;
}

.header .header-fix1 .header-logo {
    padding-top: 7px;
}

.header .header-fix1 .header-logo img {
    max-width: 100%;
}

.header .header-fix1 .header-logo-social {
    margin-top: 3px;
}

.header .header-fix1 .header-logo-social a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .header-fix1 .header-logo-social a:hover {
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .header-fix1 .header-adres {
    font-size: 17px;
}

.header .header-fix1 .header-adres div {
    text-decoration: underline;
}

.header .header-fix1 .header-phone a, .phone_mobile a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.menubtn-wrap {
    display: none;
    text-align: right;
}

.menubtn-wrap .menubtn {
    cursor: pointer;
}

.menubtn-wrap .menubtn img {
    width: 32px;
}

.header-menu {
    z-index: -2;
}

.header-menu .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*-ms-flex-pack: distribute;*/
    justify-content: space-around;
    position: relative;
    margin: 0;
}

.header-menu__item {
    text-align: center;
    padding: 5px 2px;
    list-style: none;
    /*min-width: 135px;*/
    -webkit-transition: all .3s;
    transition: all .5s;
    flex-grow: 1;
}

.header-menu__item_wide {
    flex-grow: 2;
    min-width: 150px !important;
}

.header-menu__item:hover {
    background-color: #00844b;
}

.header-menu__item a {
    text-decoration: none;
    color: #000;
}

.header-menu__item:hover a {
    color: #fff;
}

.with_submenu {
    position: relative;
}

.with_submenu__menu {
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .5s;
    position: absolute;
    z-index: -1;
    padding: 5px;
    transform: translateY(-100%);
    opacity: 0;
    width: 100%;
}

.with_submenu:hover .with_submenu__menu {
    transform: translateY(0);
    opacity: 1;
}

.with_submenu__item {
    -webkit-transition: all .3s;
    transition: all .5s;
    list-style: none;
    text-align: left;
    padding: 2px 2px 2px 36px;
    cursor: pointer;
    margin: 5px;
    background-repeat: no-repeat;
}

.with_submenu__item:hover {
    /*background-color: #00844b;*/
    color: #669966;
    filter: hue-rotate(90deg);
}

.header-menu1 {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}


.header-menu2 {
    background-color: #00844b;
    position: relative;
}

.header-menu2 .vip-menu-wrap .vip-ssil {
    display: block;
    color: #fff;
    padding: 5px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-menu2 .vip-menu-wrap .vip-ssil:hover {
    background-color: #ccc;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-menu2 .vip-menu-wrap .vip-menu-block {
    background-color: #fff;
    position: fixed;
    right: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-menu2 .vip-menu-wrap .vip-menu-block .img img {
    max-width: 100%;
}

.header-menu2 .vip-menu-wrap .vip-menu-block .spis a {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: .5px solid #ccc;
    color: #00844b;
    text-decoration: none;
    padding-left: 10px;
}

.breadcrumbs_wrapper a {
    color: #00844b;
}

.header-menu2 .vip-menu-wrap .vip-menu-block .spis a:hover {
    background-color: #00844b;
    color: #fff;
}

.vip-menu-block {
    display: none;
}

.Discovery:hover .vip-menu-block {
    display: block;
}


#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    /*background: url(../img/banner2.jpg) no-repeat #94a233;*/
    background-size: cover;
    background-color: transparent;
    min-height: 862px;
}

.service-video #video-bg {
    position: fixed;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 862px;
    width: auto;
    height: 862px;
    background-color: transparent;
}

.img-bg {
    margin-top: 60px;
    width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #video-bg > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 862px;
        min-height: 862px;
        -o-object-fit: cover;
        object-fit: cover;
        background-color: transparent;
    }
}

.block1 {
    color: #fff;
    min-height: 712px;
}

.block1 .content {
    z-index: 2;
    position: relative;
    margin-top: 150px;
    height: 100%;
}

.block1 .content .zagolovki {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #000;
    padding-bottom: 20px;
}

.block1 .content .zagolovki h4 {
    font-size: 34px;
}

.pb2 h4 {
    color: gold;
}

.absolute_centered {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.block1 .content .pb1 {
    padding-bottom: 0;
}

.block1 .content .pb1 h4 {
    font-size: 37px;
}

.utp-wrap {
    margin-top: 10px;
}

.utp-wrap .utp {
    width: 100%;
    margin-left: 8%;
}

.utp-wrap .utp span {
    font-family: Roboto, Arial, sans-serif;
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    text-shadow: 2px 2px 2px #000;
    padding: 0 35px;
}

.utp .utp-wrap .utp span {
    color: #46434a;
    text-shadow: none;
    margin-bottom: 35px;
}

.utp-wrap .utp span:before {
    content: '';
    position: absolute;
    left: -40px;
    top: -4px;
    width: 50px;
    height: 50px;
}

.utp .utp-wrap .utp span:before {
    width: 60px;
    height: 60px;
}

.utp-wrap .utp .utp1:before {
    background: url(../img/garantia.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .utp2:before {
    background: url(../img/deshevle.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .utp3:before {
    background: url(../img/sohranenie-garantii.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .utp4:before {
    background: url(../img/diagnostic.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .utp5:before {
    background: url(../img/deteiling.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .utp6:before {
    background: url(../img/kuzov.svg) no-repeat center;
    background-size: cover;
}

/* brand utp*/
/*.utp-wrap .utp .brand-utp1:before {
    background: url(../img/garantia.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .brand-utp2:before {
    background: url(../img/deshevle.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .brand-utp3:before {
    background: url(../img/sohranenie-garantii.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .brand-utp4:before {
    background: url(../img/diagnostic.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .brand-utp5:before {
    background: url(../img/deteiling.svg) no-repeat center;
    background-size: cover;
}

.utp-wrap .utp .brand-utp6:before {
    background: url(../img/kuzov.svg) no-repeat center;
    background-size: cover;
}*/

.utp-brand {
    text-transform: uppercase;
    margin: 0px !important;

}

.utp-brand span {
    max-height: 92px;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    display: flex !important;
}

.brand-utp-img {
    max-width: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-content: center;
}

.brand-utp-img img {
    height: 60%;
    margin-bottom: auto;
    margin-top: auto;
}

.brand-buttons .hero__buttons .button {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.brand-buttons .hero__buttons .button-accent {
    color: #000000;
}

.utp-brand .utp-card {
    display: flex;
    align-items: center;
    min-height: 92px;
    width: 220px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 20px;
    background-color: rgba(0, 132, 75, 0.7);
}

.utp .utp-brand .utp-card {
    background-color: rgb(0, 132, 75);
}

.utp-brand .utp-header {
    font-size: 14px;
    font-weight: bold;
}

.utp-brand .utp-text {
    font-size: 12px;
}

/* end brand utp*/
.header_contact_form {
    display: flex;
    justify-content: center;
}

.header_contact_form input, .header_contact_form button {
    color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border-color: #00844b;
    padding: 5px 10px;
}

.header_contact_form input::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.header_contact_form .mbtn:hover {
    background-color: #00844b;
}

.pb1 {
    margin-top: 25px;
    padding-bottom: 0;
}

.block2 {
    padding-top: 60px;
}

.block2 .card {
    color: #46434a;
    min-height: 320px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: space-between;
}

.block2 .card-img-container {
    height: 126px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.block2 .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.block2 .card-header {
    height: 70px;
    font-size: 17px;
    padding: 15px 25px;
    background-color: #009933;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

.block2 .card-footer {
    min-height: 150px;
    padding: 10px 25px;
    background-color: #666666;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block2 .card-footer-description {
    font-size: 12px;
}

.block2 .slick-track {
    display: flex !important;
}

.block2 .slick-track .slick-slide {
    display: flex !important;
    height: auto;
}

.block2 .card p {
    font-size: 14px;
}

.stcena {
    display: block;
    padding: 0 5px;
    font-family: 'Roboto', 'Arial', sans-serif;
    position: relative;
    font-size: 15px;
}

.stcena:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #ccc;
}

.newcena {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 1;
}

.cena-wrap {
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.block2 .card-prices {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
}

.block2 .card .mbtn {
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    color: #009933;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.block2 .card .mbtn:hover {
    text-decoration: none;
}

.block2 .card-wrap .slick-prev {
    left: -15px;
}

.block2 .card-wrap .slick-next {
    right: -15px;
}

.block2 .card-wrap * {
    outline: none !important;
}

.blockakcii .card-wrap {
    /*height: 337.750px;*/
    height: auto;
}

.blockakcii .card, .blockakcii .card-img {
    border-radius: 20px;
    width: 100%;
}

.blockakcii .card-footer {
    border-radius: 0 0 20px 20px;
}

.offers-slider {
    background-color: #f4f4f4;
    padding: 15px;
}

.block3 {
    padding-top: 60px;
}

.block3 img {
    max-width: 100%;
}

.block3 .usluga-block {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

.block3 .usluga-btn {
    color: #00844b;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.block3 .usluga-btn img {
    display: inline-block;
    max-width: 30px;
}

.block3 .usluga-btn .usluga-icon {
    margin-right: 7px;
}

.block3 .usluga-btn .usluga-str {
    position: absolute;
    top: 13px;
    right: 0px;
}

.block3 .usluga-body {
    display: none;
    background-color: #f0f0f0;
    position: absolute;
    width: 330px;
    z-index: 2;
    top: 47px;
    right: 25px;
}

.block3 .usluga-body a {
    display: block;
    padding-right: 15px;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #00844b;
    border-bottom: .5px solid #ccc;
}

.block3 .usluga-body a:hover {
    background-color: #00844b;
    color: #fff;
    text-decoration: none;
}

a.choose-model {
    color: #00844b;
    margin: 5px 10px;
}

.chosen-model {
    font-weight: bold;
    margin: 5px 10px;
}

.choose-model-header {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #00844b;
    margin-bottom: 8px;
}

.block4 {
    margin-top: 40px;
    background-color: #333639;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    /*.text-block1:before{
      top: 29px;
    }
    .text-block3:before{
      top: 24px;
    }*/
}

.block4 .textzag {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
}

.block4 p {
    color: #f0f0f0;
}

.block4 .text-block {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.block4 .text-block:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: -40px;
    top: 18px;
    background: url(../img/check-v1.png) center no-repeat;
    background-size: cover;
}

.block4 .video * {
    outline: none !important;
}

.block4 .video video {
    max-width: 100%;
    outline: none !important;
}

.blackblockv2 .textzag {
    padding-top: 0;
    padding-bottom: 0;
}

.blackblockv2 .text-block {
    margin-bottom: 0;
}

.blackblockv2 .text-block:before {
    top: 10px;
}

.zag {
    color: #46434a;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Roboto', 'Arial', sans-serif;
    margin-bottom: 1em;
}

.mobile-zag {
    display: none;
    font-size: 1.5rem;
}

.slider-for1 * {
    outline: none !important;
}

.slider-for1 .img img {
    max-width: 100%;
}

.slider-for1 .slick-prev {
    left: 5px;
    opacity: 0;
}

.slider-for1 .slick-next {
    right: 5px;
    opacity: 0;
}

.slider-for1:hover .slick-prev {
    opacity: 1;
}

.slider-for1:hover .slick-next {
    opacity: 1;
}

.slider-nav1 .img {
    cursor: pointer;
}

.block5 {
    margin-top: 45px;
}

.block5 .zag {
    padding-bottom: 20px;
}

/* секции аккордеона */
.accordion .accordion_item {
    margin-bottom: 1px;
    position: relative;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
    font-size: 20px;
    cursor: pointer;
    padding: 10px 35px 10px 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    /*color: #fff;*/
    border-radius: 15px;
    /*background-color: #00844b;*/
    background-color: white;
    color: black;
    -webkit-box-shadow: 0 0 6px -1px rgb(0 0 0 / 25%);
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
}

.accordion .title_block svg {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.accordion .title_block svg path {
    fill: #00844b;
}

.accordion .active_block .title_block {
    color: white !important;
    background-color: #00844b !important;
}

.accordion .active_block .title_block svg path {
    fill: white;
}

.accordion .active_block .title_block:before {
    color: white !important;
}

.accordion .title_block:hover {
    opacity: .95;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.accordion .active_block .title_block:before {
    background: url(../img/service-arrow.svg) center no-repeat !important;
}

/* переключатель панелей, положение вниз */
.accordion .title_block:before {
    position: absolute;
    /*content: '\25b6';*/
    content: '';
    top: 22px;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/service-arrow_active.svg) center no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    color: #00844b;
}

/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

/* заголовок активного блока  */
.accordion .active_block .title_block {
    opacity: .95;
}

/* блоки с содержанием */
.accordion .info {
    /*display: none;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px -1px rgb(0 0 0 / 25%);
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 25%);
    padding: 0 12px;
    margin: 14px 0 14px 0;
    border-radius: 15px;
}

.accordion .info .info-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    transition: .5s background ease;
    padding: 5px 14px;
    border-bottom: 1px solid #bfbfbf;
}

.accordion .info .info-text-wrap :last-child {
    border-bottom: 1px solid #bfbfbf00;
}

.accordion .info .info-text-wrap:hover {
    background-color: rgba(0, 153, 102, .2);
}

.accordion .info .info-text-wrap .btn_zakaz {
    display: none;
    align-items: center;
}

.accordion .info .info-text-wrap:hover .btn_zakaz {
    display: flex !important;
}

.accordion .info .info-text-wrap .info-text {
    /*margin-left: 24px;*/
    position: relative;
    /*width: 80%;*/
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    font-size: 19px;
}

.accordion .info .info-text-wrap .info-text span {
    position: relative;
    z-index: 3;
    padding-right: 5px;
}

/*.accordion .info .info-text-wrap .info-text:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background-color: #00844b;*/
/*    border-radius: 50%;*/
/*    background-size: cover;*/
/*    left: -20px;*/
/*    top: 12px;*/
/*}*/
/*.accordion .info .info-text-wrap .info-text:after {*/
/*    display: inline-block;*/
/*    margin-right: -100%;*/
/*    content: '';*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    border-bottom: 1px dashed #a7a7a7;*/
/*}*/

.accordion .info .info-text-wrap .info-btn {
    /*width: 20%;*/
    /*text-align: center;*/
    /*position: relative;*/
    display: flex;
    align-items: center;
}

.accordion .info .info-text-wrap .info-btn span {
    display: inline-block;
    padding: 5px 13px;
    position: relative;
    cursor: pointer;
}

.accordion .info .info-text-wrap .info-btn span:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -25px;
    width: 23px;
    height: 15px;
    background: url(../img/arrow-right.png) center no-repeat;
}

.accordion .active_block .info {
    display: block;
}

.block6 {
    margin-top: 30px;
}

.promo_block {
    border-left: 5px solid #00844b;
    padding-left: 10px;
}

.promo_block .text1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.promo_block .text1 b {
    color: gold;
    font-size: 27px;
}

.promo_block .text2 {
    line-height: 1.2;
}

.promo_block .text2 b {
    color: #00844b;
    font-weight: bold;
    padding-left: 5px;
    font-size: 25px;
}

.scard-wrap {
    margin-top: 30px;
}

.scard-wrap .scard {
    text-align: left;
    color: #101011;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0 0 0 40px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 24px 25px -18px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 24px 25px -18px;
    background: #f4f4f4 none repeat scroll 0% 0% / auto padding-box border-box;
    min-height: 85px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

.scard-wrap .scard:hover {
    -webkit-box-shadow: 0 0 1px 5px rgba(0, 132, 75, 0.4), 0 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 5px rgba(0, 132, 75, 0.4), 0 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 1px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.scard-wrap .scard span {
    color: #00844b;
    font-size: 14px;
}

.scard-wrap .scard div {
    text-transform: uppercase;
    font: 400 20px/20px 'Roboto', Arial, sans-serif;
}

.scard-wrap .scard:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../img/speech-bubble2.svg) center no-repeat;
    background-size: cover;
    right: 25px;
    top: 23px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.block7 {
    margin-top: 60px;
}

.block7 .calc-head {
    border-top: 0.5px solid #00844b;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 50px;
}

.calc-wrap .container {
    box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 25px;
}

.block7 .calc-head-marka {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #00844b;
    cursor: pointer;
}

.block7 .calc-head-marka:hover {
    color: #000;
}

.block7 .calc-head .marka-activ {
    color: #000;
    font-weight: 700;
}

.block7 .calc-img img {
    width: 100%;
}

.block7 .calc-body * {
    outline: none !important;
}

.block7 .calc-body .zag {
    margin-bottom: 30px;
}

.block7 .calc-body select {
    height: 35px;
    font-size: 20px;
    display: block;
    width: 100%;
    outline: none !important;
    cursor: pointer;
    padding-left: 10px;
    border: 1px solid #a7a7a7;
    position: relative;
    border-radius: 10px;
}

.calc-godvipuska {
    min-width: 286px;
}

.block7 .calc-body select:focus {
    border: 1px solid #00844b;
}

.block7 .calc-body .calc-input {
    font-size: 20px;
    color: #46434a;
    margin-top: 30px;
    display: block;
    width: 100%;
}

.block7 .calc-body .calc-input input {
    display: inline-block;
    width: 110px;
    border-radius: 10px;
    border: 1px solid #a7a7a7;
    padding: 5px 10px;
    margin-left: 5px;
}

.block7 .calc-body .calc-input input:focus {
    border: 1px solid #00844b;
}

.block7 .calc-body .calc-polzunok {
    width: 540px;
    display: block;
    margin-top: 5px;
    position: absolute;
}

.block7 .calc-body .calc-polzunok input {
    width: 100%;
    display: block;
    color: red;
}

.block7 .calc-body .calc-polzunok input[type=range] {
    -webkit-appearance: none;
}

.block7 .calc-body .calc-polzunok input[type=range]::-webkit-slider-runnable-track {
    border-radius: 10px;
    height: 10px;
    border: 1px solid rgba(0, 132, 75, 0.8);
    background-color: rgba(0, 132, 75, 0.8);
    position: relative;
}

.block7 .calc-body .calc-polzunok input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #fff;
    border: 4px solid #00844b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
}

.block7 .calc-body .calc-polzunok input[type=range]::-moz-range-track {
    border-radius: 10px;
    height: 10px;
    border: 1px solid rgba(0, 132, 75, 0.8);
    background-color: rgba(0, 132, 75, 0.8);
}

.block7 .calc-body .calc-polzunok input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 4px solid #00844b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
}

.block7 .calc-body .calc-polzunok input[type="range"]::-ms-track {
    border-radius: 10px;
    height: 10px;
    border: 1px solid rgba(0, 132, 75, 0.8);
    background-color: rgba(0, 132, 75, 0.8);
}

.block7 .calc-body .calc-polzunok input[type="range"]::-ms-thumb {
    appearance: none;
    background-color: #fff;
    border: 4px solid #00844b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
}

.block7 .calc-body .calc-polzunok span {
    font-weight: bold;
    display: inline-block;
    padding-left: 3px;
    text-align: right;
    padding-bottom: 5px;
}

.block7 .calc-body .calc-polzunok .calc-span1 {
    position: absolute;
    right: 0;
    top: 0;
}

.block7 .calc-body .calc-select-wrap {
    margin-top: 80px;
}

.block7 .calc-body .calc-select-wrap .calc-godvipuska {
    width: 50%;
    display: inline-block;
    font-size: 18px;
}

.block7 .calc-body .calc-select-wrap .calc-tipdvig {
    display: inline-block;
    margin-left: 3%;
    width: 140px;
    font-size: 18px;
}

.block7 .calc-body .btn-wrap {
    display: block;
    margin-top: 30px;
}

.block7 .calc-body .btn-wrap .mbtn {
    font-size: 20px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
}

.block7 .calc-body .btn-wrap .mbtn:hover {
    color: #fff3cd;
    text-decoration: none;
}

/*.block7 .calc-body-wrap {
    border-bottom: 1px solid #00844b;
    padding-bottom: 40px;
}*/

/*Ярлык калькулятора.Начало*/
.baner_kalk_to {
    font: 14px 'Exo 2', sans-serif;
    line-height: 18px;
    background: rgb(0, 132, 75);
    box-shadow: 5px -5px 5px rgba(138, 136, 136, 0.29);
    position: fixed;
    right: -77px;
    top: 47%;
    color: white;
    transform: rotate(-90deg);
    font-size: 16px;
    z-index: 9999;
    border-top: #fff solid 1px;
    margin: 0;
    display: block;
}

.baner_kalk_to a {
    color: white;
    text-decoration: none;
}

.calc_to_button_wrapper {
    height: 100%;
    position: relative;
    padding: 16px;
    overflow: hidden;
}

.calc_to_button_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2em;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .8), rgba(255, 255, 255, .0)) no-repeat -2em 0%;
    background-size: 2em 100%;
    transform: skewX(-50deg);
    animation: move-light 8s linear infinite;
}

@keyframes move-light {
    0% {
        transform: translateX(-4em) skewX(-45deg);
    }
    30% {
        transform: translateX(10em) skewX(-45deg);
        background-position: 100% 0%;
    }
    100% {
        transform: translateX(20em) skewX(-45deg);
    }
}

/*Ярлык калькулятора.Конец*/


.block8 {
    margin-top: 50px;
}

.block8 .zag {
    margin-bottom: 20px;
}

.block8 .text-wrap p {
    line-height: 1.35;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

.preim-wrap {
    padding-top: 10px;
}

.preim-wrap span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

.preim-wrap span:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
    background: url(../img/check-v2.png) center no-repeat;
    background-size: cover;
}

.block9 {
    margin-top: 80px;
    text-align: center;
    color: #46434a;
}

.block9 .zag {
    text-align: left;
}

.block9 img {
    max-width: 100%;
}

.block9 .rabotniki-card {
    margin: 20px;
}

.rabotniki-card img {
    border-radius: 20px;
}

.block9 .img {
    position: relative;
}

.block9 .img .serts {
    position: absolute;
    bottom: -10px;
    left: -10px;
    border: 7px solid #00844b;
    width: 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
}

.block9 .img .serts:hover {
    width: 84px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.block9 .rabotniki-card b {
    display: block;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.block9 .rabotniki-card span {
    display: block;
    font-size: 16px;
}

.btn_all_review {
    text-align: center;
}

.btn_all_review a {
    margin: 50px auto 0 auto;
}

.block10 {
    margin-top: 80px;
}

.block10 .zag {
    margin-bottom: 20px;
}

.footslider {
    text-align: center;
}

.footslider * {
    outline: none !important;
}

.footslider-block {
    width: 292.5px;
    cursor: pointer;
}

.footslider-block img {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #00844b;
}

.footslider-block .text {
    padding-top: 10px;
    color: #46434a;
    font-weight: 700;
}

.bigslider-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    min-height: 100vh;
}

.bigslider-for {
    width: 40%;
    margin: auto;
    position: relative;
}

.bigslider-for * {
    outline: none;
}

.bigslider-for .slick-prev {
    height: 100%;
    top: 0;
}

.bigslider-for .slick-next {
    height: 100%;
    top: 0;
}

.bigslider-for img {
    width: 85%;
    display: block;
    margin: auto;
}

.bigslider-close {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    opacity: .5;
    color: #fff;
    font-size: 50px;
    padding-right: 25%;
    line-height: 1;
    font-weight: bold;
    text-align: right;
}

.bigslider-close:hover {
    opacity: .7;
}

.block11 {
    margin-top: 80px;
}

.block11 .zag {
    margin-bottom: 20px;
}

.rab-slider-block img {
    width: 85%;
    border: none;
}

.rab-slider .slick-prev {
    left: -10px;
}

.rab-slider .slick-next {
    right: -10px;
}

.bigslider-rab-for {
    width: 70%;
    margin: auto;
    position: relative;
}

.bigslider-rab-for img {
    width: 85%;
    display: block;
    margin: auto;
    max-width: 700px;
}

.bigslider-rab-close {
    padding-right: 10%;
}

.block12 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #46434a;
}

.block12 .zag {
    margin-bottom: 20px;
}

.block12 .zag2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.read-more-btn {
    font-weight: bold;
    /*color: #00844b;
    text-transform: uppercase;*/
    margin: 10px auto;
    width: 180px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.read-more-btn:hover {
    opacity: .9;
}

/*.read-more-btn:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/uslugi/arrow.png) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}*/

.footer {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: .5px solid #ccc;
    color: grey;
}

.footer-logo .mbtn {
    display: none;
}

.footer-logo img {
    max-width: 100%;
}

.footer-logo-social {
    margin-top: 3px;
}

.footer-logo-social a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-logo-social a:hover {
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-text {
    padding-top: 15px;
}

.footer-text span {
    font-size: 14px;
    display: block;
}

.footer-text small {
    font-size: 12px;
    display: block;
}

.footer-nav a {
    display: block;
    color: #46434a;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-nav a:hover {
    color: #00844b;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-form .footer-zag {
    text-transform: uppercase;
    font-weight: bold;
}

.footer-form * {
    outline: none;
}

.footer-form input {
    font-size: 18px;
    height: 55px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-form input:focus {
    border: 1px solid #00844b;
}

.footer-form .mbtn {
    border: 1px solid #00844b;
}

.block13 {
    margin-top: 60px;
}

.block13 .reiting-card {
    margin: 30px 2px 0;
    font-size: 20px;
    text-align: center;
    color: #46434a;
    padding: 15px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 50%);
}

.rating-item a:hover {
    text-decoration: none;
}

.rating-item {
    padding: 0;
}

.block13 .reiting-card .img {
    margin-bottom: 25px;
}

.block13 .reiting-card img {
    max-width: 100%;
}

.block13 .reiting-card b {
    display: block;
    padding-top: 7px;
}

/*Форма в Модальном окне*/
.mymodal-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 8;
    left: 0;
    top: 0;
    padding-top: 12%;
    display: none;
}

.mymodal-wrap .mymodal-body {
    margin: auto;
    position: relative;
    z-index: 5;
    width: 380px;
    top: calc(40% - 160px);
}

.mymodal-wrap .mymodal-body .mymodal-close {
    font-size: 40px;
    position: absolute;
    line-height: 1;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.mymodal-wrap .callback-form, .price-form {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    padding-top: 40px;
}

.mymodal-wrap .callback-form b, .price-form b {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
}

.mymodal-wrap .callback-form input, .price-form input {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0 15px;
    margin: 20px auto;
    height: 55px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.mymodal-wrap .callback-form textarea, .price-form textarea {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0 15px;
    margin: 20px auto;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#callback-text {
    display: none;
}

.agreement_row {
    display: flex;
    justify-content: center;
}

.callback-form .agreement_row input {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.agreement_row label {
    margin-bottom: .3rem;
}

.agreement_row label a {
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px;
}

.callback-form input:active {
    border: 0.5px solid #00844b;
}

.callback-form input:focus {
    border: 0.5px solid #00844b;
}

.callback-form .mbtn {
    border: none !important;
}

.header1 .header-adres {
    font-size: 16px !important;
}

.header1 .header-adres div {
    text-decoration: none !important;
}

.header1 .header-adres div a {
    text-decoration: underline;
    color: #46434a;
}

.header1-whatsapp {
    text-align: center;
}

.header1-whatsapp a {
    text-decoration: none;
    font-size: 18px;
    color: #46434a;
    font-weight: bold;
    display: block;
    line-height: 1;
    position: relative;
    border: 1px solid transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    padding-left: 32px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #00844b;
    margin-top: 4px;
}

.header1-whatsapp a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #00844b;
}

.header1-whatsapp a span {
    display: inline-block;
    text-align: center;
}

.header1-whatsapp a span:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 31px;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/wahatsapp.png) center no-repeat;
    background-size: cover;
}

.header2 .header-fix1 .header-phone .header2-whatsapp a {
    border: 1px solid #00844b;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 32px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header2 .header-fix1 .header-phone .header2-whatsapp a:hover {
    background: #00844b;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header2 .header-fix1 .header-phone .header2-whatsapp img {
    max-width: 25px;
}

.header2 .header-fix1 .header-phone .header2-whatsapp span {
    position: relative;
    font-size: 17px;
}

.header2 .header-fix1 .header-phone .header2-whatsapp span:after {
    content: '';
    position: absolute;
    width: 27px;
    height: 26px;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/wahatsapp.png) center no-repeat;
    background-size: cover;
}

.header3-whatsapp, .header3-calkuliator {
    text-align: center;
}

.header3-whatsapp a, .header3-calkuliator a {
    display: block;
    text-align: center;
    color: #46434a;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.header3-whatsapp a span, .header3-calkuliator a span {
    display: inline-block;
    line-height: 1;
}

.header3-whatsapp a img, .header3-calkuliator a img {
    width: 38px;
}

.red_border {
    border: solid 2px red !important;
}

.blockseo, .breakdowns_list, .seo_with_video {
    -webkit-transition: max-height .8s ease-in-out;
    -moz-transition: max-height .8s ease-in-out;
    -o-transition: max-height .8s ease-in-out;
    transition: max-height .8s ease-in-out;
    max-height: 2000px;
    overflow-y: hidden;
}


.blockseo.collapsed {
    max-height: 245px;
}

.blockseo-breakdown {
    overflow: hidden;
}

.blockseo-breakdown.collapsed {
    max-height: 345px;
}

.seo_with_video.collapsed {
    max-height: 650px;
    /*padding: 10px;
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 50%);*/
}

.block12 .container {
    padding: 10px;
    box-shadow: inset 0 0 5px 0 rgb(0 0 0 / 50%);
}

.seo-img img {
    max-width: 500px;
}

.breakdowns_list.collapsed {
    max-height: 120px;
}

.block-children-services-list {
    padding-top: 2em;
}

.gap {
    height: 30px;
}

.big-gap {
    height: 160px;
}

#divd {
    margin: 0 0.9em 0 0;
}

#map {
    margin-top: 40px;
}

.complete_wrapper {
    position: absolute;
    top: 30px;
    left: 0;
    height: 300px;
    width: 100%;
    background-color: #d1d1d1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.bold {
    font-weight: bold;
}

div.clr {
    clear: both;
}

div.news_infoos small.viewsa_news {
    background: url("../img/news_views_bgoo.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    margin-left: 15px;
    padding-left: 17px;
}

div#news_itemmssd_yye {
    margin-top: 31px;
    text-align: justify;
}

.header .header-fix1 .header-phone .link_to_map2 {
    text-decoration: underline;
    color: #46434a;
    font-weight: normal;
    display: block;
}

.mobile-menu-close {
    position: absolute;
    top: -19px;
    left: -3%;
    font-size: 42px;
    width: 100px;
    height: 100px;
    font-weight: bold;
    text-align: center;
    color: crimson;
    cursor: pointer;
    display: none;
}

.yellow {
    background-color: yellow;
}

.green {
    background-color: #00844b;
    color: #ffffff;
}

.offer-image {
    height: 320px;
    max-width: 100%;
    object-fit: cover;
}

.margin-top-no-video {
    margin-top: 250px;
}

.breakdown .item_wrapper {
    display: block;
    flex-direction: column;
    justify-content: space-between;
}

.seo-border, .breakdown .item_wrapper {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 25px;
}

.breakdown .item_wrapper img {
    width: 100%;
}

@media (max-width: 767px) {
    .margin-top-no-video {
        margin-top: 70px;
    }
}

@media (min-width: 725px) {
    .mobile_show {
        display: none !important;
    }

    .seo_with_video.collapsed {
        max-height: 100% !important;
    }

    .blockseo.collapsed {
        max-height: 100% !important;
    }
}



/*Swiper*/
.works .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.works .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    border-radius: 20px;
}

.news_image {
    max-width: 30%;
    float: left;
    margin: 5px 15px 15px 5px;
    border-radius: 5px;
}

@media screen and (max-width: 576px) {
    .news_image {
        max-width: 100%;
        float: none;
    }
}

.scard-wrap .scard:before {
    background: url(../img/fea-i3.png) center no-repeat;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    width: 52px;
    height: 45px;
}

@media screen and (max-width: 768px) {
    .scard-wrap .scard:before {
        width: 52px;
    }
}

/*Кнопки в шапке*/
.hero__buttons {
    margin-top: 4.2vw;
    text-align: center;
}

.hero__buttons .button {
    min-width: 250px;
    -o-text-overflow: clip;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: inline-block;
    height: 55px;
    padding: 0 30px;
    overflow: hidden;
    border: 2px solid #ff880a; /*border: 2px solid #00844b;*/
    border-radius: 30px;
    outline: none;
    background-color: transparent;
    color: #ff880a;
    color: #ffbe1a; /*color: #00844b;*/
    font-weight: 700;
    line-height: 55px;
    text-overflow: clip;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 16px;
    font-size: calc(13px + 1 * (100vw / 1920));
}

.hero__buttons .button:hover, .hero__buttons .button:focus, .hero__buttons .button:active {
    -webkit-box-shadow: 0px 4px 10px 2px #ff8208;
    box-shadow: 0px 4px 10px 2px #ff8208;
    color: #ffbe1a;
    /*-webkit-box-shadow: 0px 4px 10px 2px #00844b;
    ox-shadow: 0px 4px 10px 2px #00844b;
    color: #00444b;*/
    text-decoration: none;
}

.hero__buttons .button-accent:hover, .hero__buttons .button-accent:focus, .hero__buttons .button-accent:active {
    -webkit-box-shadow: 0px 4px 10px 2px #ff880a; /*#00844b*/
    box-shadow: 0px 4px 10px 2px #ff880a; /*#00844b*/
    color: #ffffff;
}

.hero__buttons .button-accent {
    padding: 0 50px;
    border: 0;
    background-color: #ff4747;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffc11b), to(#ff8208));
    background-image: -o-linear-gradient(left, #ffc11b 0%, #ff8208 100%);
    background-image: linear-gradient(to right, #ffc11b 0%, #ff8208 100%);
    /*background-color: #00844b;
    background-image: -webkit-gradient(linear, left top, right top, from(#00844b), to(#00444b));
    background-image: -o-linear-gradient(left,#00844b 0%, #00444b 100%);
    background-image: linear-gradient(to right, #00844b 0%, #00444b 100%);*/
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.service-video, .brand-video {
    min-height: 85vh;
}

.service-video #video-bg, .brand-video #video-bg {
    min-height: 100vh;
}

.service-video #video-bg video, .brand-video #video-bg video {
    min-height: 100vh;
}

.service-buttons .hero__buttons .button-accent {
    color: #ffffff !important;
    background-color: rgba(0, 132, 75, 0.7) !important;
    background-image: none !important;
}

.service-buttons .hero__buttons a.button-accent:hover, .service-buttons .hero__buttons a.button-accent:focus, .service-buttons .hero__buttons a.button-accent:active {
    background-color: #00844b !important;
    opacity: 1;
}

.service-buttons .hero__buttons .button:hover, .service-buttonsm .hero__buttons .button:focus, .service-buttons .hero__buttons .button:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .9;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.video-content-bottom {
    /*padding-top: 40px;
    padding-bottom: 40px;*/
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
}

.video-content-bottom .zagolovki {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #000;
    padding-bottom: 10px;
}

.service-video h1, .brand-video h1 {
    font-size: 37px;
}

.video-content-bottom .zagolovki h4 {
    font-size: 37px;
}

@media (max-width: 576px) {
    .hero__buttons {
        display: none;
    }

    .seo-img img {
        max-width: 100%;
    }
}

.success_send_popup_body {
    text-align: center;
    padding: 24px;
}

.success_send_popup_body p {
    font-size: 18px;
    text-align: left;
}

.success_send_popup_img {
    text-align: center;
    padding: 24px;
}

.success_send_popup_img img {
    width: 100%;
    max-width: 120px;
}

.success_send_down {
    text-align: right;
}

.success_send_down button {
    outline: none !important;
    background: none !important;
    cursor: pointer !important;
    padding: 5px 15px !important;
    margin: 0 !important;
    border: 2px solid #8bc34a !important;
    border-radius: 10px !important;
    color: black !important;
    position: unset !important;
    display: unset !important;
    width: unset !important;
    height: unset !important;
    line-height: 24px !important;
    font-size: 16px !important;
}

.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sa-icon.sa-success {
    border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, .5);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
    border-color: transparent \9;
}

.sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}

.sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.header_desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_desktop__item {
    margin: 0 6px;
    position: relative;
}

.header_desktop__item p {
    margin: 0;
}

.header_desktop__item a {
    display: block;
    text-decoration: none;
    color: black;
}

.header_desktop__item__social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_desktop__item__social a {
    margin: 0 5px;
}

.header_desktop__item__address {
    margin: 0 12px;
}

.header_desktop__item__address b {
    display: block;
}

.header_desktop__item__address a {
    display: block;
    text-decoration: none;
    color: black;
}

.header_desktop__item__address button {
    border: none;
    outline: none;
    background: none;
    color: black;
    position: relative;
}

.header_desktop__item__address__list {
    position: absolute;
    background-color: white;
    width: 90%;
    padding: 12px;
    box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 50%);
    border-radius: 10px;
    z-index: 380;
    left: 50%;
    transform: translate(-50%);
}

.header_desktop__item__address__line {
    max-width: 300px;
    margin: 12px auto;
    border-radius: 50%;
    border: 1px solid #adadad;
}

.header_desktop__item__address button:before {
    position: absolute;
    content: " ";
    background-image: url("../img/addr-str.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    right: -6px;
}

.header_desktop__item__flex {
    display: flex;
    justify-content: center;
}

.show_header_list_address {
    display: none;
}

.header_menu_button img {
    width: 32px;
    height: 32px;
}

#click_header_service_list {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 0 auto;
    font-size: 14px;
    padding-right: 10px;
}

#header_service_list {
    font-size: 14px;
}

#header_service_list b {
    font-size: 14px;
}

#header_service_list p {
    font-size: 14px;
}

#header_service_list a {
    font-size: 14px;
    color: black;
}

@media (max-width: 1200px) {
    .header_hide_mobile {
        display: none;
    }
}

@media (max-width: 1000px) {
    .hide_header_address {
        display: none;
    }

    .show_header_list_address {
        display: block;
    }
}

@media (max-width: 770px) {
    .header_desktop__item__social {
        display: none;
    }
}

@media (max-width: 540px) {
    .header_desktop__item__address {
        font-size: 12px;
    }

    .header_logo img {
        width: 130px !important;
    }
}

@media (max-width: 410px) {
    .header_logo img {
        width: 90px !important;
    }

    .header_menu_button img {
        width: 20px;
        height: 20px;
    }

    .header_desktop__item__address {
        font-size: 9px;
    }
}

.select_input {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 0 15px;
    margin: 20px auto;
    height: 55px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.header_desktop__item__address {
    position: relative;
    overflow: hidden;
}


.header_desktop__item__address {
    position: relative;
    overflow: hidden;
}


.mbtn-modile {
    background-color: #00844b;
    color: #fff;
    padding: 3px 2px 3px 5px;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    width: 100px;
    position: absolute;
    right: 0;
}

.to_hide {
    opacity: 0;
    transform: translateX(200px);
    transition: opacity .3s, all 1s;
}

.header_card_submenu {
    display: none;
    flex-direction: column;
    position: absolute;
    background: #fff;
    padding: 18px;
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

.header-submenu__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contacts_toggle {
    right: 10px;
}

.header-menu__item .header-submenu__item a {
    color: black;
}

.schema_faq {
    display: none;
}

@media screen and (max-width: 768px) {

    .mobile_hide {
        color: #00844b;
    }
    .video_win {
        width: 100%;
        height: 100%;
        min-height: unset;
        border-radius: 10px;
        object-fit: cover;
    }

    .block1 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 97px;
        min-height: unset !important;
    }
    .service-video #video-bg, .brand-video #video-bg {
        min-height: unset !important;
    }
    .service-video #video-bg {
        position: unset;
    }

    .service-video #video-bg video, .brand-video #video-bg video {
        min-height: unset;
    }

    .block1 .content {
        margin-top: 50px;
    }

    .video-content-bottom {
        position: unset;
    }

    .main-top-scroll {
        display: none;
    }
    #video-bg > video {
        position: unset;
        min-height: unset;
        min-width: unset;
        height: unset;


    }
    .service__preview__video {
        position: unset;
    }
}

@media (max-width: 725px) {
    .mobile_hide_map {
        display: none!important;
    }
    .zagolovki {
        display: none;
    }
    .breadcrumbs_wrapper {
        display: none;
    }
    .big-gap {
        height: 50px;
    }
}
