/*глобальное*/
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

:root{
    --global-white: #fff;
    --global-black: #242424;
    --global-red: #EB5757;
    --global-green: #06B471;
    --global-green-light: #0FD086;
    --global-green-gradient-to-right: linear-gradient(272deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    --global-green-gradient-to-left: linear-gradient(88deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    --global-gray-3: #B9B9B9;
    --global-gray-border: #EAEAEA;
    --global-gray-bg: #F6F7F7;
    --global-gray-text: #787878;
}

html{
    font-size: 16px;
}
@media (min-width: 1840px) {
    html{
        font-size: 18px;
    }
}
html, body{
    height: 100%;
    padding: 0;
}
body{
    font-weight: 400;
    line-height: 1.556;
    color: var(--global-gray-text);
    overflow-x: hidden;
    background-color: #fff;
}
/*------------------------------------------------------------Tags*/
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}
@media (min-width: 1840px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1587px;
    }
}
.h1, .h2, .h3,
h1, h2, h3 {
    font-weight: 500;
    line-height: 1.14;
    color: var(--global-black);
}

h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 400;
    color: var(--global-black);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 4rem; /*72px*/
    }

    h2, .h2 {
        font-size: 2.89rem; /*52px*/
    }

    h3, .h3 {
        font-size: 2.334rem; /*42px*/
    }

    h4, .h4 {
        font-size: 1.78rem; /*32px*/
        line-height: 1.19;
    }

    h5, .h5 {
        font-size: 1.223rem; /*22px*/
        line-height: 1.45;
    }

    h6, .h6 {
        font-size: 1.112rem; /*20px*/
        line-height: 1.5;
    }
}

img{
    max-width: 100%;
    height: auto;
}
table tr td{
    font-size: 1rem;
}
/*---------------------------------------------------------------Lists*/
ul, ol {
    list-style-position: inside;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}
ul.menu{
    margin: 0;
}
ul.menu li a:hover,
ul.menu li a:focus{
    outline: none;
    background-color: transparent;
}
ul.clin-list{
    list-style: none;
}
ul.clin-list > li{
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0.2em;
}
ul.clin-list > li::before{
    content: "";
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--global-gray-3);
    margin-top: calc(0.25em + 5px);
    margin-right: 0.5em;
}
ul.clin-list-green > li::before{
    background-color: var(--global-green);
}
ol.clin-list{
    list-style-type: none;
    counter-reset: list;
}
ol.clin-list > li{
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0.2em;
}
ol.clin-list > li::before {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    counter-increment: list;
    content: counter(list)".";
    font-weight: 500;
    color: var(--global-gray-3);
    margin-right: 0.5em;
}
ol.clin-list-green > li::before {
    color: var(--global-green);
}
/*-------------------------------------------------------------//Lists*/
/*-----------------------------------------------------------Forms and Inputs*/
form.form-clin{
    margin: 0;
    padding-top: 1rem;
}
textarea {
    resize: none; /* Запрещаем изменять размер */
}
form.form-clin .form-control{
    font-weight: 400;
    font-size: 0.83rem;
    color: var(--global-black);
    border: 1px solid var(--global-green);
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 18px 20px;
}
form.form-clin input.form-control{
    background-color: transparent;
}
form.form-clin textarea.form-control{
    background-color: var(--global-white);
}
form.form-clin .form-control.is-valid{
    border: 1px solid var(--global-green);
}
form.form-clin .form-control.is-invalid{
    border: 1px solid var(--global-red);
}
form.form-clin input.form-control:invalid{
    /*border: 1px solid var(--global-red);*/
}
form.form-clin .form-check{
    display: flex;
    align-items: start;
    padding-left: 0;
    margin-bottom: 0;
}
form.form-clin .form-check .form-check-input{
    width: 1.3rem;
    height: 1.3rem;
    flex-shrink: 0;
    float: none;
    outline: none !important;
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid var(--global-green);
    margin-left: 0;
    margin-right: 0.78rem;
}
form.form-clin .form-check .form-check-input[type="checkbox"]{
    border-radius: 0;
}
form.form-clin .form-check .form-check-input:checked{
    background-color: transparent;
}
form.form-clin .form-check .form-check-input:checked[type="checkbox"]{
    background-image: url(/images/check_box_active.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.6rem 0.6rem;
}
input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.83rem;
    color: var(--global-black);
    opacity: 1;
}
input::-moz-placeholder {
    font-weight: 400;
    font-size: 0.83rem;
    color: var(--global-black);
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.83rem;
    color: var(--global-black);
    opacity: 1;
}
textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 0.83rem;
    color: var(--global-black);
    opacity: 1;
}
.form-clin__private{
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2;
}
.form-clin__private a{
    white-space: nowrap;
    color: var(--global-green);
}
.form-clin__private a:hover{
    color: var(--global-green-light);
}
/*-------------------------------------------Form for Module Расчет стоимости*/
.calc-form .label-block-area .radio{
    cursor: pointer;
}
.calc-form .label-block-area .radio input.radio-inp[type="radio"]{

}
.calc-form .radio-inp:checked ~ .radio-text{
    color: var(--global-white);
    background-color: var(--global-green);
    border-color: var(--global-green);
}
.calc-form .form-check-pills{
    position: relative;
    width: 100%;
}
.calc-form .form-check-pills .checkbox-text{
    position: relative;
    display: block;
    height: 34px;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.2;
    color: var(--global-gray-3);
    background-color: var(--global-gray-border);
    cursor: pointer;
    padding: 6px 10px;
}
.calc-form .form-check-pills .form-check-input:checked ~ .checkbox-text{
    color: var(--global-white);
    background-color: var(--global-green);
}
.calc-form .radio-soc{
    cursor: pointer;
}
.calc-form .radio-soc .radio-text{
    height: auto;
    font-size: 0.95rem;
    line-height: 1.2;
    color: var(--global-gray-3);
    background-color: var(--global-gray-border);
    padding: 0.5em 0.8em;
}
.calc-form .radio-soc .radio-inp:checked ~ .radio-text{
    color: var(--global-white);
    background-color: var(--global-black);
}
.calc-form .radio-soc .radio-text span{
    margin-left: 10px;
}
/*------------------------------------------//Form for Module Расчет стоимости*/
/*------------------------------------------------------//Forms and Inputs*/
a{
    outline: none !important;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: pointer;  /* устанавливаем курсор в виде стрелки */
}
a.link-green{
    color: var(--global-green);
}
a.link-green:hover{
    color: var(--global-green-light);
}
/*------------------------------------------------------------//Tags*/
/*-----------------------------------------------------------Class*/
/*-------------------------------------------Texts*/
.fw-light{
    font-weight: 300 !important;
}
.fw-regular{
    font-weight: 400 !important;
}
.fw-medium{
    font-weight: 500 !important;
}
.fw-semi-bold{
    font-weight: 600 !important;
}
.fs-17{
    font-size: 0.95rem; /*17px*/
}
/*-----------------------------------------//Texts*/
/*------------------------------------------Colors*/
.text-white{
    color: var(--global-white) !important;
}
.text-black{
    color: var(--global-black) !important;
}
.text-red{
    color: var(--global-red);
}
.text-green{
    color: var(--global-green);
}
.text-green-light{
    color: var(--global-green-light);
}
.text-gray{
    color: var(--global-gray-text);
}
.bg-gray{
    background-color: var(--global-gray-bg);
}
.bg-gray-medium{
    background-color: var(--global-gray-border);
}
.bg-gray-dark{
    background-color: var(--global-gray-3);
}
.bg-green{
    background-color: var(--global-green);
}
.bg-green-light{
    background-color: var(--global-green-light);
}
.bg-green-gradient-to-right{
    background: -o-linear-gradient(178deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    background: linear-gradient(272deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
}
.bg-green-gradient-to-left{
    background: -o-linear-gradient(2deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    background: linear-gradient(88deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
}
.bg-green-white-gradient-to-right{
    background: linear-gradient(90deg, var(--global-green-light) 0%, var(--global-white) 100%);
}
.bg-green-white-gradient-to-left{
    background: linear-gradient(90deg, var(--global-white) 100%, var(--global-green-light) 0%);
}
/*----------------------------------------//Colors*/
/*----------------------------------------Buttons*/
.btn-clin{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 74px;
    font-family: "Commissioner", sans-serif;
    font-size: 1.223rem; /*22px*/
    line-height: 1.45;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    padding: 20px 30px 22px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.btn-clin .bi{
    margin-right: 10px;
}
.btn-clin-small{
    height: 69px;
    font-size: 17px;
}
.btn-clin-outline{
    height: auto;
    font-size: 1rem;
    background-color: transparent;
    border: 1px solid;
    padding: 0.5em 1em;
}
.btn-clin-green{
    color: var(--global-white);
    background-color: var(--global-green);
}
.btn-clin-green:hover{
    color: var(--global-white);
    background-color: var(--global-green-light);
}
.btn-clin-gray{
    height: auto;
    font-size: 0.95rem;
    line-height: 1.2;
    color: var(--global-gray-3);
    background-color: var(--global-gray-border);
    padding: 0.5em 1em;
}
.btn-clin-gray:hover{
    color: var(--global-white);
    background-color: var(--global-green);
}
.btn-clin-outline-black{
    color: var(--global-black);
    border-color: var(--global-black);
}
.btn-clin-outline-black:hover{
    color: var(--global-white);
    background-color: var(--global-green);
    border-color: var(--global-green);
}
/*--------------------------------------//Buttons*/
.breadcrumb{
    position: relative;
    background-color: transparent;
}
.read-more__hiden{
    display: none;
}
td img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
/*----------------------------------------------------------//Class*/
/*------------------------------------------------------Header Area*/
.header{
    z-index: 20;
    background-color: #fff;
    border-bottom: 1px solid var(--global-gray-border);
}
.header + *{
    margin-top: 140px;
}
.header-container{
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
}
.scroll .header-container{
    padding-top: 0;
    padding-bottom: 0;
}
.header__logo{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.scroll .header__logo{
    padding-right: 60%;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .header + *{
        margin-top: 50px;
    }
    .header-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .header + *{
        margin-top: 50px;
    }
    .header-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-----------------------------------------------------//Header Area*/
/*--------------------------------------------------------Content Area*/
#content{
    position: relative;
    min-height: 80vh;
}
/*---------------------------------------Pages*/
.item-page__pervyj-ekran{
    min-height: 626px;
    padding-top: 10px;
}
.com-content-article__body a{
    color: var(--global-gray-3);
}
.com-content-article__body a:hover{
    color: var(--global-green);
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .item-page__pervyj-ekran{
        min-height: auto;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .item-page__pervyj-ekran{
        min-height: auto;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*---------------------------------------//Pages*/
/*------------------------------------Page О компании - Главная страница*/
.item-page__pervyj-ekran.item-page__pervyj-ekran_home{
    min-height: calc(95vh - 135px);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.00) 100%), url(/images/home-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom, left top;
    background-size: 100% 70%, 75% auto;
    padding-top: 100px;
}
@media (min-height: 1350px){
    .item-page__pervyj-ekran.item-page__pervyj-ekran_home {
        min-height: calc(70vh - 135px);
    }
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .item-page__pervyj-ekran.item-page__pervyj-ekran_home{
        min-height: auto;
        padding-top: 35px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .item-page__pervyj-ekran.item-page__pervyj-ekran_home{
        min-height: auto;
        padding-top: 35px;
    }
}
/*//iPhone 14 Pro Max portrait*/
.item-page__zagolovok-pervogo-ekrana.item-page__zagolovok-pervogo-ekrana_home{
    margin-bottom: 30px;
}
.item-page__zagolovok-pervogo-ekrana.item-page__zagolovok-pervogo-ekrana_home h1{
    margin-bottom: 0;
}
.item-page__kontent-pervogo-ekrana.item-page__kontent-pervogo-ekrana_home{
    font-size: 1.223rem; /*22px*/
    line-height: 1.45455;
    color: var(--global-black);
}
/*Block Home Presentation*/
.home-presentation__top{
    padding-top: 100px;
    margin-bottom: 110px;
}
.home-presentation__pictures{
    margin-bottom: 50px;
}
.home-presentation__pictures-content{
    position: relative;
    top: -100px;
    color: var(--global-white);
    background-color: var(--global-green);
    padding: 44px 65px 50px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .home-presentation__top{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .home-presentation__pictures{
        margin-bottom: 25px;
    }
    .home-presentation__pictures-content{
        top: 0;
        padding: 20px 30px 25px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .home-presentation__top{
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .home-presentation__pictures{
        margin-bottom: 25px;
    }
    .home-presentation__pictures-content{
        top: 0;
        padding: 20px 30px 25px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*//Block Home Presentation*/
/*-------------------------------------//Page О компании - Главная страница*/
/*--------------------------------------Pages Top Uslugi*/
.item-page__pervyj-ekran_top-uslugi{
    margin-bottom: 45px;
}

.item-page.dlya-doma .item-page__pervyj-ekran_top-uslugi{
    background-image: url(/images/pervyj-ekran_top-uslugi-center-bg.png), url(/images/pervyj-ekran_top-uslugi-bg.jpg);
    background-repeat: no-repeat;
    background-position: 55% center, left top;
    background-size: auto 80%, auto 100%;
}
.item-page.dlya-biznesa .item-page__pervyj-ekran_top-uslugi,
.item-page.khimchistka .item-page__pervyj-ekran_top-uslugi{
    background-image: url(/images/pervyj-ekran_top-uslugi-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
}

@media (min-width: 768px){
    .item-page__pervyj-ekran_top-uslugi-bg-img {
        padding-left: 0;
    }
}
@media (min-width: 992px){
    .item-page__pervyj-ekran_top-uslugi-bg-img {
        padding-left: 95px;
    }
}
@media (min-width: 1200px){
    .item-page__pervyj-ekran_top-uslugi-bg-img {
        padding-left: 110px;
    }
}
@media (min-width: 1400px){
    .item-page__pervyj-ekran_top-uslugi-bg-img {
        padding-left: 125px;
    }
}
@media (min-width: 1600px){
    .item-page__pervyj-ekran_top-uslugi-bg-img {
        padding-left: 136px;
    }
}
@media (min-width: 1840px) {
    .item-page__pervyj-ekran_top-uslugi-bg-img {
        padding-left: 142px;
    }
}

.item-page__kontent-pervogo-ekrana_top-uslugi{
    padding: 50px 60px;
    margin-bottom: -100px;
}
.item-page.dlya-doma .item-page__kontent-pervogo-ekrana_top-uslugi{
    background: -webkit-gradient(linear, right top, left top, from(#06B471), color-stop(0%, #6AD2AA), color-stop(49.79%, #E4F4EE), to(#FFF));
    background: -o-linear-gradient(right, #06B471 0%, #6AD2AA 0%, #E4F4EE 49.79%, #FFF 100%);
    background: linear-gradient(270deg, #06B471 0%, #6AD2AA 0%, #E4F4EE 49.79%, #FFF 100%);
}
.item-page.dlya-biznesa .item-page__kontent-pervogo-ekrana_top-uslugi,
.item-page.khimchistka .item-page__kontent-pervogo-ekrana_top-uslugi{
    background-color: var(--global-green);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .item-page__kontent-pervogo-ekrana_top-uslugi{
        padding: 25px;
        margin-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .item-page__kontent-pervogo-ekrana_top-uslugi{
        padding: 25px;
        margin-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-------------------------------------//Pages Top Uslugi*/
/*-----------------------------------Pages of Layout Usluga*/
.item-page__pervyj-ekran.item-page__pervyj-ekran_usluga{
    min-height: 666px;
    padding-top: 0;
}
.item-page__pervyj-ekran_usluga-bg-img::after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: -74px;
    bottom: 0;
    width: 447px;
    height: 351px;
    background-image: url(/images/tor-green_447.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.item-page__zagolovok-pervogo-ekrana.item-page__zagolovok-pervogo-ekrana_usluga{
    margin-bottom: 30px;
}
.item-page__zagolovok-pervogo-ekrana_usluga .usluga-prices{
    position: relative;
    display: inline-block;
    top: -0.2rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    color: var(--global-green);
    border-radius: 60px;
    border: 1px solid var(--global-green);
    padding: 5px 10px 7px 10px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .item-page__pervyj-ekran.item-page__pervyj-ekran_usluga{
        min-height: auto;
        margin-bottom: 45px;
    }
    .item-page__zagolovok-pervogo-ekrana_usluga h1{
        line-height: 1.5;
    }
    .item-page__zagolovok-pervogo-ekrana_usluga .usluga-prices{
        padding: 7px 10px 6px 10px;
    }
    .item-page__kontent-pervogo-ekrana_usluga{
        margin-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .item-page__pervyj-ekran.item-page__pervyj-ekran_usluga{
        min-height: auto;
        margin-bottom: 45px;
    }
    .item-page__zagolovok-pervogo-ekrana_usluga h1{
        line-height: 1.5;
    }
    .item-page__zagolovok-pervogo-ekrana_usluga .usluga-prices{
        padding: 7px 10px 6px 10px;
    }
    .item-page__kontent-pervogo-ekrana_usluga{
        margin-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*Block Что входит...*/
.section-oznakomtes .dots-block {
    position: relative;
    width: 100%;
}
.section-oznakomtes .dots-block .dots-block__img{
    z-index: 0;
}
.section-oznakomtes .dots-block .dots__wr{
    z-index: 1;
}
.section-oznakomtes .dots-block .dots__it{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #6d7a80;
    -webkit-transition: border-color .25s ease-in-out, background-color .25s ease-in-out;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out;
}
.section-oznakomtes .dots-block .dots__it::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #4ce86a;
    border-radius: 50%;
}
.section-oznakomtes .dots-block .dots__it::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -1px) rotate(45deg);
    transform: translate(-50%, -1px) rotate(45deg);
    background-color: #fff;
}
.dots-block .dots__it[data-dot-vert="top"]::after {
    top: 0;
    -webkit-transform: translate(-50%, 1px) rotate(45deg);
    transform: translate(-50%, 1px) rotate(45deg);
}
.section-oznakomtes .dots-block .dots__it .dots__it-wr{
    position: absolute;
    left: -9px;
    top: calc(100% - 6px);
    width: 300px;
    padding: 25px;
    background-color: #fff;
    text-align: left;
}
.section-oznakomtes .dots-block .dots__it[data-dot-hor="left"] .dots__it-wr {
    right: -9px;
    left: auto;
}
.section-oznakomtes .dots-block .dots__it[data-dot-vert="top"] .dots__it-wr {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 6px;
}
.section-oznakomtes .dots-block .dots__it-wr,
.section-oznakomtes .dots-block .dots__it::after {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .25s ease-in-out, pointer-events .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out, pointer-events .25s ease-in-out 0s;
}
.section-oznakomtes .dots-block .dots__it:hover .dots__it-wr,
.section-oznakomtes .dots-block .dots__it:hover::after,
.section-oznakomtes .dots-block .dots__it.hover .dots__it-wr,
.section-oznakomtes .dots-block .dots__it.hover::after{
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .25s ease-in-out, pointer-events .25s ease-in-out;
    transition: opacity .25s ease-in-out, pointer-events .25s ease-in-out;
}
.section-oznakomtes .dots-block .dots__it-name{
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.section-oznakomtes .dots-block .dots__it-descr{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}
@media only screen and (max-width: 1366px) {
    .section-oznakomtes .dots-block .dots__it{
        width: 38px;
        height: 38px;
    }
    .section-oznakomtes .dots-block .dots__it::before {
        width: 12px;
        height: 12px;
    }
    .section-oznakomtes .dots-block .dots__it .dots__it-wr{
        width: 238px;
        padding: 20px;
    }
    .section-oznakomtes .dots-block .dots__it-name {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .section-oznakomtes .dots-block .dots__it-descr{
        font-size: 13px;
        line-height: 1.3;
    }
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mobile .section-oznakomtes .dots-block-wrap{
        overflow-y: hidden;
    }
    .mobile .section-oznakomtes .dots-block-wrap .dots-block{
        min-width: 100%;
        margin-top: 50px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mobile .section-oznakomtes .dots-block-wrap{
        overflow-y: hidden;
    }
    .mobile .section-oznakomtes .dots-block-wrap .dots-block{
        min-width: 195%;
        margin-top: 50px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*//Block Что входит...*/
/*----------------------------------//Pages of Layout Usluga*/
/*---------------------------------------------Page Контакты*/
.kontakt-page-header{
    position: relative;
    margin-bottom: 50px;
}
.kontakty__item{
    position: relative;
    margin-bottom: 40px;
}
.kontakty__item-title{
    font-weight: 500;
    font-size: 14px; /*14px*/
    text-transform: uppercase;
    color: var(--global-gray-3);
    margin-bottom: 5px;
}
.kontakty__item-text{
    font-size: 20px;
    color: var(--global-black);
    margin-bottom: 0;
}
.kontakty__item-text a{
    text-decoration: none;
    color: var(--global-green);
}
.kontakty__item-text a:hover{
    text-decoration: underline;
    color: var(--global-green-light);
}
.kontakty__messagers > a{
    margin-right: 6px;
}
.kontakty__item-tel{
    margin-left: 8px;
}
.kontakty__social-links a{
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.kontakty__social-links a svg circle,
.kontakty__social-links a svg path{
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.kontakty__social-links a:hover svg circle{
    fill: var(--global-green);
    fill-opacity: 1;
}
.kontakty__social-links a:hover svg path{
    fill: white;
}
.kontakt-mapa{
    min-height: 626px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .kontakt-mapa{
        min-height: 400px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .kontakt-mapa{
        min-height: 400px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*--------------------------------------------//Page Контакты*/
/*-------------------------------------------------------//Content Area*/
/*--------------------------------------------------------------Footer Area*/
.footer{
    background: url(/images/ellipse_green_gradient_footer.png), linear-gradient(var(--global-green) 0, var(--global-green) 100%);
    background-repeat: no-repeat;
    background-position: calc(50% - 800px) center, right center;
    background-size: auto, 28% 100%;
}
.footer__content{
    padding-top: 69px;
    padding-bottom: 30px;
}
.copy-text,
.support-text{
    font-weight: 400;
    font-size: 0.834rem; /* 15px*/
    line-height: 1;
    color: var(--global-gray-3);
}
.copy-text a,
.support-text a{
    color: var(--global-gray-3);
}
.copy-text a:hover,
.support-text a:hover{
    color: var(--global-green);
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .footer{
        background: none;
        margin-top: 15px;
    }
    .footer__content{
        padding-top: 30px;
        padding-bottom: 15px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .footer{
        background: none;
        margin-top: 15px;
    }
    .footer__content{
        padding-top: 30px;
        padding-bottom: 15px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*------------------------------------------------------------//Footer Area*/
/*------------------------------------------------------------Modules and Blocks*/
.f-carousel__dots li{
    width: 20px;
    color: transparent !important;
    background-color: transparent !important;
    opacity: 1 !important;
    margin: 0 5px !important;
}
.f-carousel__dots li.is-current{
    width: 45px;
}
.f-carousel__dots li button{
    width: 100% !important;
    color: transparent !important;
    background-color: transparent !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.f-carousel__dots .f-carousel__dot{
    width: 20px;
    height: 2px;
    background-color: var(--global-gray-3) !important;
    border-radius: 0 !important;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.f-carousel__dots li.is-current .f-carousel__dot{
    width: 45px;
    background-color: var(--global-green-light) !important;
}
.f-button{
    -webkit-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}
.f-button svg{
    width: 40px;
    height: 40px;
    stroke: var(--global-gray-3) !important;
    -webkit-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
}
.f-button:hover svg{
    stroke: var(--global-green) !important;
}
/*--------------------------------------------------Module Хлебные крошки*/
.mod-breadcrumbs__wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mod-breadcrumbs__item{
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: "";
    position: relative;
    display: block;
    float: none;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background-image: url(/images/breadcrumb-divider.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}
.mod-breadcrumbs__item .pathway{
    text-decoration: none !important;
    color: var(--global-gray-text);
}
.mod-breadcrumbs__item > span{
    color: var(--global-black);
}
/*------------------------------------------------//Module Хлебные крошки*/
/*------------------------------------------------Block Вы можете нам доверять*/
.block-doveryat{
    background-image: url(/images/mission-ellipse-green-bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    padding-bottom: 70px;
}
.block-doveryat__top{
    padding-bottom: 90px;
}
.block-doveryat__item{
    position: relative;
    min-height: 376px;
}
.block-doveryat__item.bt{
    border-top: 1px solid var(--global-gray-border);
}
.block-doveryat__item.br{
    border-right: 1px solid var(--global-gray-border);
}
.block-doveryat__item-content{
    position: relative;
    padding: 60px 180px 0 60px;
}
.block-doveryat__item-title{
    margin-bottom: 20px;
}
.block-doveryat__item-ikon{
    position: absolute;
    z-index: 0;
    top: 40px;
    right: 40px;
}
.block-doveryat__item-ikon img{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
}
.block-doveryat__item-image{
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.block-doveryat__item:hover .block-doveryat__item-image{
    opacity: 1;
}
.block-doveryat__item-image img{
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .block-doveryat{
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .block-doveryat__top{
        padding-bottom: 40px;
    }
    .block-doveryat__item{
        min-height: auto;
    }
    .block-doveryat__item.bt,
    .block-doveryat__item.br{
        border: none;
    }
    .block-doveryat__item-content{
        padding: 30px 0 0;
    }
    .block-doveryat__item-title{
        margin-left: 40px;
    }
    .block-doveryat__item-ikon{
        top: 30px;
        left: 0;
        right: auto;
    }
    .block-doveryat__item-ikon img{
        width: 30px;
        height: 30px;
    }
    .block-doveryat__item-image{
        display: none;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .block-doveryat{
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .block-doveryat__top{
        padding-bottom: 0;
    }
    .block-doveryat__item{
        min-height: auto;
    }
    .block-doveryat__item.bt,
    .block-doveryat__item.br{
        border: none;
    }
    .block-doveryat__item-content{
        padding: 30px 0 0;
    }
    .block-doveryat__item-title{
        margin-left: 40px;
    }
    .block-doveryat__item-ikon{
        top: 30px;
        left: 0;
        right: auto;
    }
    .block-doveryat__item-ikon img{
        width: 30px;
        height: 30px;
    }
    .block-doveryat__item-image{
        display: none;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*--------------------------------------------------//Block Вы можете нам доверять*/
/*----------------------------------------------------Block section-uslugi (Идеальная чистота без усилий)*/
.section-uslugi{
    position: relative;
    padding-top: 96px;
    padding-bottom: 80px;
}
.section-uslugi::after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 475px;
    height: 475px;
    top: 152px;
    left: 75%;
    background-image: url(/images/shar_475.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-uslugi__title{
    text-align: center;
    margin-bottom: 20px;
}
.section-dopuslugi .section-uslugi__title{
    margin-bottom: 70px;
}
.section-uslugi .nav-pills{
    margin-bottom: 80px;
}
.section-uslugi .nav-pills .nav-link{
    color: var(--global-gray-text);
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--global-gray-border);
}
.section-uslugi .nav-pills .nav-link.active,
.section-uslugi .nav-pills .show > .nav-link{
    color: var(--global-green);
    border-bottom: 3px solid var(--global-green);
}
.section-uslugi__item{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
}
.section-uslugi__item::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: -10vw;
    top: 0;
    width: calc(100% + 10vw);
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(6, 180, 113, 0.20)), to(rgba(6, 180, 113, 0.00)));
    background: -o-linear-gradient(left, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    background: linear-gradient(90deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.section-uslugi__item:hover::before{
    opacity: 1;
}
.section-uslugi__item-number{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--global-gray-3);
    padding-right: 25px;
    margin-bottom: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.section-uslugi__item:hover .section-uslugi__item-number{
    color: var(--global-green);
}
.section-uslugi__item-content{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
    padding-right: 25px;
    margin-right: auto;
}
.section-uslugi__item-text{
    position: relative;
    opacity: 0;
    color: var(--global-black);
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.section-uslugi__item:hover .section-uslugi__item-text{
    opacity: 1;
}
.section-uslugi__item-price{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 33%;
    font-size: 0.95rem;
    line-height: 1;
    white-space: nowrap;
    color: var(--global-gray-text);
    border-radius: 60px;
    background-color: var(--global-gray-border);
    padding: 5px 10px 7px 10px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 15px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.section-uslugi__item:hover .section-uslugi__item-price{
    color: var(--global-white);
    background-color: var(--global-green);
}
.section-uslugi__item-link{
    color: var(--global-green);
    opacity: 0;
}
.section-uslugi__item-link .bi{
    color: var(--global-green);
}
.section-uslugi__item:hover .section-uslugi__item-link{
    opacity: 1;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .section-uslugi{
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .section-uslugi::after{
        display: none;
        background-image: none;
    }
    .section-uslugi .nav-pills{
        margin-bottom: 40px;
    }
    .section-uslugi .nav-pills.nav-justified .nav-item button{
        height: 100%;
    }
    .section-uslugi__item{
        flex-wrap: wrap;
        border-bottom: 1px solid var(--global-gray-border);
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .section-uslugi__item::before{
        left: 0;
        width: 100%;
        background: none;
    }
    .section-uslugi__item-number{
        width: 15%;
    }
    .section-uslugi__item-content{
        width: calc(85% - 25px);
        padding-right: 0;
    }
    .section-uslugi__item-text{
        opacity: 1;
    }
    .section-uslugi__item-price{
        max-width: 100%;
        margin-right: auto;
        margin-top: 15px;
    }
    .section-uslugi__item-link{
        width: 100%;
        font-size: 2rem;
        text-align: center;
        opacity: 1;
        margin-top: 15px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .section-uslugi{
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .section-uslugi::after{
        display: none;
        background-image: none;
    }
    .section-uslugi .nav-pills{
        margin-bottom: 40px;
    }
    .section-uslugi .nav-pills.nav-justified .nav-item button{
        height: 100%;
    }
    .section-uslugi__item{
        flex-wrap: wrap;
        border-bottom: 1px solid var(--global-gray-border);
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .section-uslugi__item::before{
        left: 0;
        width: 100%;
        background: none;
    }
    .section-uslugi__item-number{
        width: 15%;
    }
    .section-uslugi__item-content{
        width: calc(85% - 25px);
        padding-right: 0;
    }
    .section-uslugi__item-text{
        opacity: 1;
    }
    .section-uslugi__item-price{
        max-width: 100%;
        margin-right: auto;
        margin-top: 15px;
    }
    .section-uslugi__item-link{
        width: 100%;
        font-size: 2rem;
        text-align: center;
        opacity: 1;
        margin-top: 15px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*---------------------------------------------------//Block section-uslugi (Идеальная чистота без усилий)*/
/*----------------------------------------------------Block Как мы работаем?*/
.block-kakrabotajem{
    padding-top: 100px;
    padding-bottom: 60px;
}
.block-kakrabotajem__item{
    position: relative;
    border-bottom: 1px solid var(--global-gray-border);
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-kakrabotajem__item:last-of-type{
    border-bottom: 1px solid transparent;
}
.block-kakrabotajem__item-number{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 61px;
    height: 61px;
    line-height: 1;
    color: var(--global-green);
    background: -o-linear-gradient(178deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    background: linear-gradient(272deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%);
    margin-bottom: 26px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.block-kakrabotajem__item:hover .block-kakrabotajem__item-number{
    color: var(--global-white);
    background: var(--global-green);
}
.block-kakrabotajem__item-number::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
}
.block-kakrabotajem__item-number.block-kakrabotajem__item-number_1::after{
    background-image: url(/images/ikon-ellipse_left_top.svg);
    background-position: left top;
}
.block-kakrabotajem__item-number.block-kakrabotajem__item-number_2::after{
    background-image: url(/images/ikon-ellipse_right_top.svg);
    background-position: right top;
}
.block-kakrabotajem__item-number.block-kakrabotajem__item-number_3::after{
    background-image: url(/images/ikon-ellipse_right_bottom.svg);
    background-position: right bottom;
}
.block-kakrabotajem__item-number.block-kakrabotajem__item-number_4::after{
    background-image: url(/images/ikon-ellipse_left_bottom.svg);
    background-position: left bottom;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .block-kakrabotajem{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .block-kakrabotajem__item{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .block-kakrabotajem{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .block-kakrabotajem__item{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*----------------------------------------------------//Block Как мы работаем?*/
/*---------------------------------------------------Block Услуги для бизнеса - List of Links*/
ul.section-sevice-business__list > li{
    margin-bottom: 2rem;
}
.section-sevice-business__list a{
    text-decoration: none;
    color: var(--global-green);
}
.section-sevice-business__list a:hover{
    text-decoration: underline;
    color: var(--global-green-light);
}
.section-sevice-business__list a .bi::before{
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*---------------------------------------------------//Block Услуги для бизнеса - List of Links*/
/*-----------------------------------------------------Blocks of Forms*/
.forms-block{
    min-height: 400px;
    background-image: url(/images/tor-green_384.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.forms-block.forms-block-raschet{
    background-image: linear-gradient(80deg, rgba(6, 180, 113, 0.20) 0%, rgba(6, 180, 113, 0.00) 100%), url(/images/shar_475.png), url(/images/tor-green_384.png);
    background-repeat: no-repeat;
    background-position: center center, calc(50% - 900px) 35px, calc(100% - 30px) center;
    background-size: auto, 370px 370px, auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 200px;
    margin-bottom: 150px;
}
@media (min-width: 1840px) {
    .forms-block{
        background-position: calc(50% + 755px) center;
    }
    .forms-block.forms-block-raschet{
        background-position: center center, calc(50% - 900px) 35px, calc(50% + 755px) center;
    }
}
.forms-container{
    position: relative;
    background: -webkit-gradient(linear, right top, left top, from(#06B471), color-stop(0%, #6AD2AA), color-stop(49.79%, #E4F4EE), to(#FFF));
    background: -o-linear-gradient(right, #06B471 0%, #6AD2AA 0%, #E4F4EE 49.79%, #FFF 100%);
    background: linear-gradient(270deg, #06B471 0%, #6AD2AA 0%, #E4F4EE 49.79%, #FFF 100%);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
}
.forms-block.forms-block-raschet .forms-container{
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.forms-block.forms-block-raschet .forms-block__form{
    position: relative;
    background-color: var(--global-white);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    padding: 50px 65px;
    margin-top: -100px;
    margin-bottom: -100px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .forms-block{
        min-height: auto;
        background-image: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .forms-block__image{
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .forms-block__image img{
        height: auto !important;
    }
    .forms-block__content{
        margin-bottom: 15px;
    }
    .forms-block.forms-block-raschet{
        background-image: none;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .forms-block.forms-block-raschet .forms-block__form{
        padding: 5px 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .forms-block{
        min-height: auto;
        background-image: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .forms-block__image{
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .forms-block__image img{
        height: auto !important;
    }
    .forms-block__content{
        margin-bottom: 15px;
    }
    .forms-block.forms-block-raschet{
        background-image: none;
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .forms-block.forms-block-raschet .forms-block__form{
        padding: 5px 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*---------------------------------------------------//Blocks of Forms*/
/*---------------------------------------------------Module Телефон и Мессенджеры в Хедере*/
.mod-phone__messager a{
    position: relative;
    display: block;
    margin-right: 6px;
}
.mod-phone__tel{
    line-height: 1;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-phone__messager img{
        width: 18px;
        height: 18px;
    }
    .mod-phone__tel{
        font-size: 1.1rem;
        letter-spacing: 0.02em;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-phone__messager img{
        width: 18px;
        height: 18px;
    }
    .mod-phone__tel{
        font-size: 1.1rem;
        letter-spacing: 0.02em;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*--------------------------------------------------//Module Телефон и Мессенджеры в Хедере*/
/*----------------------------------------------------------------Module Слайдер Первого Экрана - Главная*/
.mod-home-slider{
    width: calc(100% + 12%);
    margin-right: -12%;
    margin-top: 70px;
}
.mod-home-slider__item{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--global-white);
    border: 2px solid var(--global-green);
    padding: 10px 10px 10px 30px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mod-home-slider__item:hover,
.f-carousel__slide.is-selected .mod-home-slider__item{
    color: var(--global-white);
    background-color: var(--global-green);
}
.mod-home-slider__item-price{
    position: relative;
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1;
    color: var(--global-white);
    background-color: var(--global-green);
    border-radius: 60px;
    padding: 4px 10px 6px;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mod-home-slider__item:hover .mod-home-slider__item-price,
.f-carousel__slide.is-selected .mod-home-slider__item .mod-home-slider__item-price{
    color: var(--global-green);
    background-color: var(--global-white);
}
.mod-home-slider__item-title{
    line-height: 1.18;
    color: var(--global-black);
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mod-home-slider__item-text{
    font-size: 0.95rem;
    color: var(--global-gray-text);
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mod-home-slider__item:hover .mod-home-slider__item-title,
.f-carousel__slide.is-selected .mod-home-slider__item .mod-home-slider__item-title,
.mod-home-slider__item:hover .mod-home-slider__item-text,
.f-carousel__slide.is-selected .mod-home-slider__item .mod-home-slider__item-text{
    color: var(--global-white);
}
.mod-home-slider__item-link{
    font-size: 26px;
    color: var(--global-white) !important;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-home-slider{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .mod-home-slider .f-carousel__dots{
        position: relative;
        top: 0;
        bottom: auto;
        margin-top: 15px !important;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-home-slider{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .mod-home-slider .f-carousel__dots{
        position: relative;
        top: 0;
        bottom: auto;
        margin-top: 15px !important;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*---------------------------------------------------------------//Module Слайдер Первого Экрана - Главная*/
/*-------------------------------------------------------------------------Module Клиенты (Логотипы)*/
.klients-container{
    position: relative;
    z-index: 1;
    top: -80px;
    margin-bottom: 0;
}
.klients-container.home-klients-container{
    top: -40px;
}
.klients-container.top-uslugi-klients-container{
    top: auto;
    bottom: -60px;
    margin-bottom: 0;
}
.mod-klienty{
    position: relative;
    width: 100%;
    background-color: var(--global-white);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    padding: 30px 60px;
}
.mod-klienty .ikons__precontent{
    border-right: 1px solid var(--global-gray-border);
}
.mod-klienty .ikons__item img{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.mod-klienty .ikons__item:hover img{
    -webkit-filter: none;
    filter: none;
}
.mod-klienty .is-horizontal .f-carousel__nav .f-button.is-prev{
    left: -2%;
}
.mod-klienty .is-horizontal .f-carousel__nav .f-button.is-next{
    right: -2%;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .klients-container,
    .klients-container.home-klients-container,
    .klients-container.top-uslugi-klients-container{
        top: 0;
        bottom: auto;
    }
    .mod-klienty{
        padding: 15px 0;
    }
    .mod-klienty .ikons__precontent{
        border-right: none;
        padding: 0 25px;
    }
    .mod-klienty .ikons__item img{
        -webkit-filter: none;
        filter: none;
    }
    .f-carousel__nav{
        display: none;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .klients-container,
    .klients-container.home-klients-container,
    .klients-container.top-uslugi-klients-container{
        top: 0;
        bottom: auto;
    }
    .mod-klienty{
        padding: 15px 0;
    }
    .mod-klienty .ikons__precontent{
        border-right: none;
        padding: 0 25px;
    }
    .mod-klienty .ikons__item img{
        -webkit-filter: none;
        filter: none;
    }
    .f-carousel__nav{
        display: none;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-------------------------------------------------------------------------//Module Клиенты (Логотипы)*/
/*-------------------------------------------------------------------------Module Наше оборудование*/
.mod-oborudovanije{
    position: relative;
    padding-top: 70px;
    margin-bottom: 80px;
}
.mod-oborudovanije .ikons__precontent{
    z-index: 1;
    color: var(--global-white);
    padding: 30px 10px 30px 25px;
}
.mod-oborudovanije__title{
    color: var(--global-white);
    margin-bottom: 40px;
}
.mod-oborudovanije__subtitle{
    font-size: 0.95rem;
}
.mod-oborudovanije .ikons__list{
    width: 112%;
    margin-left: -12%;
    padding-top: 70px;
    padding-bottom: 20px;
}
.mod-oborudovanije .ikons__list .f-carousel__slide{
    padding-top: 20px;
    padding-bottom: 40px;
}
.mod-oborudovanije .ikons__item{
    min-height: 100%;
    background-color: var(--global-white);
    padding: 20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.mod-oborudovanije .ikons__item:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06);
}
.mod-oborudovanije .ikons__item > img{
    max-height: 200px;
    margin-bottom: 15px;
}
.mod-oborudovanije .ikons__item .ikons__item-text{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.mod-oborudovanije .ikons__item:hover .ikons__item-text{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.mod-oborudovanije .f-carousel__nav_alt{
    position: absolute;
    z-index: 1;
    bottom: 13px;
}
.mod-oborudovanije .f-carousel__nav_alt .f-button{
    opacity: 0.5;
    margin: 0 7px;
}
.mod-oborudovanije .f-carousel__nav_alt .f-button:hover{
    opacity: 1;
}
.mod-oborudovanije .f-carousel__nav_alt .f-button svg{
    stroke: var(--global-white) !important;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-oborudovanije{
        padding-top: 35px;
        margin-bottom: 20px;
    }
    .mod-oborudovanije .ikons__precontent{
        padding: 20px 20px;
    }
    .mod-oborudovanije__title{
        margin-bottom: 20px;
    }
    .mod-oborudovanije .ikons__list{
        width: 100%;
        margin-left: 0;
        padding-top: 35px;
        padding-bottom: 0;
    }
    .mod-oborudovanije .ikons__list .f-carousel__slide{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .mod-oborudovanije .ikons__item{
        padding: 10px;
    }
    .mod-oborudovanije .ikons__item > img{
        max-height: 250px;
        margin-bottom: 30px;
    }
    .mobile .mod-oborudovanije .ikons__item .ikons__item-text{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    .mod-oborudovanije .f-carousel__nav_alt{
        position: relative;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    .mod-oborudovanije .f-carousel__nav_alt .f-button{
        opacity: 1;
        margin: 0 15px;
    }
    .mod-oborudovanije .f-carousel__nav_alt .f-button svg{
        stroke: var(--global-green) !important;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-oborudovanije{
        padding-top: 35px;
        margin-bottom: 20px;
    }
    .mod-oborudovanije .ikons__precontent{
        padding: 20px 20px;
    }
    .mod-oborudovanije__title{
        margin-bottom: 20px;
    }
    .mod-oborudovanije .ikons__list{
        width: 100%;
        margin-left: 0;
        padding-top: 35px;
        padding-bottom: 0;
    }
    .mod-oborudovanije .ikons__list .f-carousel__slide{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .mod-oborudovanije .ikons__item{
        padding: 10px;
    }
    .mod-oborudovanije .ikons__item > img{
        max-height: 250px;
        margin-bottom: 30px;
    }
    .mobile .mod-oborudovanije .ikons__item .ikons__item-text{
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    .mod-oborudovanije .f-carousel__nav_alt{
        position: relative;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    .mod-oborudovanije .f-carousel__nav_alt .f-button{
        opacity: 1;
        margin: 0 15px;
    }
    .mod-oborudovanije .f-carousel__nav_alt .f-button svg{
        stroke: var(--global-green) !important;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*--------------------------------------------------------------------------//Module Наше оборудование*/
/*------------------------------------------------------------------------Block for Otzivs - Блок Отзывов внизу сайта*/
.otzivs-wrap{
    background-color: var(--global-gray-bg);
    padding-top: 125px;
    padding-bottom: 140px;
}
.mod-otzivs-block__title{
    margin-bottom: 80px;
}
.mod-ozivi__reviews-card{
    position: relative;
    min-height: 300px;
    border: 2px solid var(--global-green);
    padding: 30px 40px 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mod-ozivi__reviews-card.mod-ozivi__reviews-card_bg{
    border: none;
}
.mod-ozivi__reviews-card:hover{
    background-color: var(--global-white);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
}
.mod-ozivi__reviews-card-image{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mod-ozivi__reviews-card-image img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.mod-ozivi__reviews-card.mod-ozivi__reviews-card_bg > a{
    position: relative;
    width: 73px;
    height: 73px;
    font-size: 1.5rem;
    color: var(--global-green);
    background-color: transparent;
    -webkit-box-shadow: 1px -1px 0 0 var(--global-white);
    box-shadow: 1px -1px 0 0 var(--global-white);
    margin-bottom: 30px;
}
.mod-ozivi__reviews-card.mod-ozivi__reviews-card_bg > a:hover{
    color: var(--global-white);
    background-color: var(--global-green);
}
.mod-ozivi__reviews-card-info{
    position: relative;
    margin-bottom: 1rem;
}
.mod-ozivi__reviews-card-avatar{
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.mod-ozivi__reviews-card-avatar img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.mod-ozivi__reviews-card-name{
    font-size: 15px;
    color: var(--global-black);
    margin-bottom: 0;
}
.mod-ozivi__reviews-card.mod-ozivi__reviews-card_bg .mod-ozivi__reviews-card-name{
    color: var(--global-white);
}
.mod-ozivi__reviews-card-date{
    font-size: 15px;
    color: var(--global-gray-3);
    margin-bottom: 0;
}
.mod-ozivi__reviews-card-raiting{
    position: relative;
    padding-top: 8px;
}
.mod-ozivi__reviews-card-raiting img{
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.mod-ozivi__reviews-card-descr{
    font-size: 15px;
    line-height: 1.2;
    color: var(--global-black);
}
.mod-ozivi__reviews-card-link{
    font-size: 15px;
    line-height: 1;
    text-decoration: none !important;
    color: var(--global-black);
}
.mod-ozivi__reviews-card-link .bi{
    font-size: 1.4em;
    color: var(--global-green);
}
.mod-ozivi__reviews-card-link:hover{
    color: var(--global-green);
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .otzivs-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mod-otzivs-block__title{
        margin-bottom: 40px;
    }
    .mod-ozivi__reviews-card {
        min-height: auto;
        background-color: var(--global-white);
        -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
        padding: 15px 20px 12px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .otzivs-wrap{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mod-otzivs-block__title{
        margin-bottom: 40px;
    }
    .mod-ozivi__reviews-card {
        min-height: auto;
        background-color: var(--global-white);
        -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
        padding: 15px 20px 12px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-------------------------------------------------------------------------Module Видеоотзывы*/
.mod-videootzivs .f-carousel__slide{
    text-align: center;
    color: #fff;
    background-color: transparent;
}
.mod-videootzivs .f-carousel__slide a{
    position: relative;
    display: block;
    height: 100%;
    pointer-events: none;
}
.mod-videootzivs .f-carousel__slide a img{
    opacity: .7;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.mod-videootzivs .f-carousel__slide.is-selected a img{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mod-videootzivs .f-carousel__slide.is-selected a{
    pointer-events: auto;
}
.mod-videootzivs .f-carousel__slide.is-selected a::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/youtube_play_video_icon.png) center center no-repeat;
    background-size: 60px auto;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mod-videootzivs .f-carousel__slide.is-selected:hover a::before{
    opacity: 1;
}
/*-------------------------------------------------------------------------//Module Видеоотзывы*/
/*----------------------------------------------------------------------//Block for Otzivs - Блок Отзывов внизу сайта*/
/*--------------------------------------------------------Module Почта и Кнопка в Футере*/
.mod-footer-mail{
    padding-top: 30px;
    margin-bottom: 40px;
}
.mod-footer-mail__poste{
    color: var(--global-green);
    margin-bottom: 30px;
}
.mod-footer-mail__poste a{
    text-decoration: none !important;
    color: var(--global-green) !important;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-footer-mail{
        text-align: center;
        padding-top: 15px;
        margin-bottom: 25px;
    }
    .mod-footer-mail__poste{
        margin-bottom: 20px;
    }
    .mod-footer-mail button{
        width: 100%;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-footer-mail{
        text-align: center;
        padding-top: 15px;
        margin-bottom: 25px;
    }
    .mod-footer-mail__poste{
        margin-bottom: 20px;
    }
    .mod-footer-mail button{
        width: 100%;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-----------------------------------------------------------//Module Почта и Кнопка в Футере*/
/*------------------------------------------------------------Module Реквизиты в Футере*/
.mod-footer-rekvizit{
    color: var(--global-gray-border);
    background-color: var(--global-green);
    padding: 35px 5px 100px 20px;
}
.mod-footer-rekvizit__content{
    font-size: 0.835rem; /*15px*/
    color: var(--global-gray-border);
    padding-top: 20px;
    padding-left: 15px;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    .mod-footer-rekvizit{
        padding: 20px 5px 20px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .mod-footer-rekvizit{
        padding: 20px 5px 20px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-----------------------------------------------------------//Module Реквизиты в Футере*/
/*----------------------------------------------------------//Modules and Blocks*/
/*----------------------------------------------------------Modals*/
.modal-header .btn-close {
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
/*---------------------------------------------------------//Modals*/