/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: border-box;
}

@font-face{
    font-family: 'TildaSansRegular';
    src: url('assets/fonts/TildaSans-Light.woff2') format('woff2'),
         url('assets/fonts/TildaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'TildaSansRegular';
    src: url('assets/fonts/TildaSans-Regular.woff2') format('woff2'),
         url('assets/fonts/TildaSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'TildaSansRegular';
    src: url('assets/fonts/TildaSans-Semibold.woff2') format('woff2'),
         url('assets/fonts/TildaSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'TildaSansRegular';
    src: url('assets/fonts/TildaSans-Bold.woff2') format('woff2'),
         url('assets/fonts/TildaSans-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



@font-face {
	font-family: 'TildaSansRegular';
	src: url('assets/fonts/TildaSans-Regular.eot');
	src:
	     url('assets/fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/TildaSans-Regular.woff2') format('woff2'),
	     url('assets/fonts/TildaSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body{
    overflow-x: hidden;
    font-family: 'TildaSansRegular';
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.title{
    font-size: 45px;
    line-height: 55px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    background: #FFC700;
    border-radius: 100px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    box-shadow: 0px 5px 10px rgba(255, 184, 0, 0.42);
    transition: all 0.3s;
}
.btn:hover{
    background: #81a447;
    box-shadow: 0px 5px 10px rgba(0, 118, 185, 0.42);
    color: #fff;
}
.scroll_trigger{
    position: absolute;
    top: 0;
}
.scroll{
    position: fixed;
    z-index: 4;
    background: #81a447;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    bottom: 50px;
    right: 20%;
    transition: all 0.3s;
    transform: scale(0);
}
.scroll.fixed{
    transform: scale(1);
}
.scroll span{
    position: absolute;
    width: 56px;
    height: 56px;
    display: block;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    background: rgba(0, 118, 185, 0.3);
    z-index: -2;
    border-radius: 50%;
    background-image: url(assets/img/scroll.svg);
    background-size: 15px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.header{
    z-index: 10;
    position: relative;
}
.popup_btn{
    cursor: pointer;
}
.header.fixed{
    padding-bottom: 68px;
}
.header.fixed .menu_wrappper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* animation: menu_fix 0.6s; */
}
/* @keyframes menu_fix{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
} */
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1820px;
    width: 100%;
    padding: 24px 15px 15px;
    margin: 0 auto;
    position: relative;
}
.header_wrapper-trigger{
    position: absolute;
    bottom: 0;
}
.header_logo{
    display: flex;
    width: 245px;
    position: relative;
    overflow: hidden;
    height: 102px;
}
.header_logo img{
   position: absolute;
   top: 50%;
   right: 50%;
   transform: translate(50%,-50%);
   width: 150px;
}
.header_info{
    line-height: 19px;
}
.header_info-item{
    margin-bottom: 8px;
    padding-left: 35px;
    position: relative;
    color: #000;
    transition: all 0.3s;font-size:20px;
}
a.header_info-item:hover{
    color: #FFC700;
}
.header_info-item::before{
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
}
.header_info-item.adres::before{
    background-image: url(assets/img/adres.svg);
    width: 20px;
    height: 20px;
}
.header_info-item.time::before{
    background-image: url(assets/img/time.svg);
    width: 23px;
    height: 23px;
}
.header_info-item.mail::before{
    background-image: url(assets/img/mail.svg);
    width: 20px;
    height: 19px;
}
.header_messanges{
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}
.header_messange{
    display: flex;
    margin: 0 8px;
    transition: all 0.3s;
}
.header_messange:hover{
    transform: scale(1.1);
}
.header_price{
    font-size: 18px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #81a447;
    position: relative;
    padding-left: 72px;
    line-height: 22px;
    transition: all 0.3s;
}
.header_price:hover{
    color: #FFC700;
}
.header_price::before{
    position: absolute;
    content: "";
    background-image: url(assets/img/price.png);
    background-size: cover;
    width: 65px;
    height: 59px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_chats-title{
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    font-size: 17px;
}
.header_chats-text{
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 18px;
}
.header_chats-text span{
    font-weight: 600;
    color: #81a447;
}
.header_chats{
    background: #F8F8F8;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    width: 266px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    position: relative;
    z-index: 10;
}
.header_chats::before{
    position: absolute;
    content: "";
    background-image: url(assets/img/header_chats-arrow.svg);
    background-size: cover;
    width: 23px;
    height: 11px;
    right: 24px;
    bottom: 22px;
}
.header_chats{
    position: relative;

}
.header_chats:hover .header_chats-items{
    opacity: 1;
    visibility: visible;
}
.header_chats-items{
    position: absolute;
    bottom: 0;  
    transform: translateY(100%);
    background: #F8F8F8;
    border: 1px solid #E1E1E1;
    width: calc(100% + 2px);
    left: -1px;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}
.header_chats-item{
    position: relative;
    padding: 15px 25px 12px 70px;
    display: flex;
    border-bottom: 1px solid #E1E1E1;
    flex-direction: column;
}
.header_chats-item:last-child{
    border-bottom: none;
}
.header_chats-item img{
    position: absolute;
    top: 8px;
    left: 40px;
    transform: translateX(-50%);width: 10%;
}
.header_chats-item_title{
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    font-size: 20px;
    transition: all 0.3s;
}
.header_chats-item:hover .header_chats-item_title{
    color: #FFC700;
}
.header_chats-item_text{
font-size: 13px;
line-height: 16px;
color: #000000;
}
.header_call{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header_number{
    font-weight: 700;
    line-height: 29px;
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 4px;
    transition: all 0.3s;
}
.header_number:hover{
    color: #FFC700;
}
.header_order{
    font-size: 16px;
    color: #474747;
    line-height: 19px;
    padding-left: 31px;
    position: relative;
    transition: all 0.3s;
}
.header_order:hover{
    color: #FFC700;
}
.header_order::before{
    position: absolute;
    content: "";
    background-image: url(assets/img/header_order.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC700;
    border-radius: 58px;
    width: 209px;
    height: 59px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
    transition: all 0.3s;
}
.header_btn:hover{
    background-color: #81a447;
    color: #fff;
}
.menu_wrappper{
    background: #81a447;
}
.menu{
    display: flex;
    padding: 23px ;
    justify-content: space-evenly;
}
.menu_link{
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.3s;
    font-size:20px;
}

/*.menu_link.active{
    color: #FFC700;
}*/

.current-menu-item.active a{color: #FFC700;}

.menu_link:hover{
    color: #FFC700;
}
.main{
    margin-bottom: 100px;
}
.main_slide{
    padding: 75px 0 155px;
    background-size: cover;
    background-position: center;
    height: initial;
}   
.main_slide .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_slide-title{
    font-weight: 700;
    color: #81a447;
    font-size: 53px;
    margin-bottom: 25px;
}
.main_slide-text{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.main_slide-subtitle{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 25px;
    position: relative;
    padding: 20px 40px 20px 0;
    z-index: 1;
    display: inline-block;
}
.main_slide-subtitle span{
    font-weight: 600;
    font-size: 24px;
    display: block;
}
.main_slide-subtitle::before{
    position: absolute;
    content: "";
    background: #FFC700;
    border-radius: 110px;
    width: 400%;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.main_slide-desc{
    font-weight: 700;
    line-height: 24px;
    color: #000;
    font-size: 24px;
}
.main_slide-desc span{
   
    color: #005280;
}
.main_slide-info{
    width: 55%;
}
.main_slide-form{
    background: rgba(255, 255, 255, 0.5);
    border-radius:40px 0px ;
    backdrop-filter: blur(26px);
    width: 375px;
    padding: 55px 40px 40px;
    border: 3px solid #00598B;
}
.main_form-inp{
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 58px;
    margin-bottom: 18px;
    padding-left: 25px;
}
.main_slide-wats{
    background: #FFFFFF;
    border: 2px solid #81a447;
    border-radius: 240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-size: 18px;
    color: #81a447;
    line-height: 22px;
    margin-bottom: 24px;
    transition: all 0.3s;
}
.main_slide-wats:hover{
    color: #fff;
    background-color: #81a447;
}
.main_slide-btn{
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    background: #FFC700;
    border-radius: 100px;
    box-shadow: 0px 5px 10px rgba(255, 184, 0, 0.42);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    border: none;
    cursor: pointer;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.main_slide-btn:hover{
    background: #81a447;
    box-shadow: 0px 5px 10px rgba(0, 118, 185, 0.42);
    color: #fff;
}
.main_ok{
    display: flex;
}
.main_ok-inp{
    display: none;
}
.main_ok-chek{
    background: #FFFFFF;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    display: block;
    margin-top: 4px;
    cursor: pointer;
    position: relative;
}
.main_ok-chek::before{
    position: absolute;
    content: "";
    background-image: url(assets/img/chek.svg);
    background-size: cover;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    opacity: 0;
}
.main_ok-text{
    font-size: 12px;
    color: #2F2F2F;
    line-height: 14px;
}
.main_ok-inp:checked + .main_ok-chek::before{
    opacity: 1;
}
.main_slider{
    position: relative;
}
.main .swiper-dots{
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}
.main .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
    background: #D8D8D8;
}
.main .swiper-pagination-bullet-active{
    background: #81a447;
}
.main .swiper_arrow{
    background: #E7E7E7;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    bottom: 40px;
    position: absolute;
    top: auto;
    background-size: 14px 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper_arrow{
    z-index: 1;
}
.main .container{
    position: relative;
}
.main  .swiper-button-next{
    background-image: url(assets/img/arrow_right.svg);
    right: 38%;
}
.main  .swiper-button-prev{
    background-image: url(assets/img/arrow_left.svg);
    left: 38%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.block_text{
    margin: 80px 0 50px;
}
.block_text p{
    line-height: 26px;
    margin-bottom: 30px;font-size: 20px;text-align: justify;
}
.block_text p:last-child{
    margin-bottom: 0;
}

.main_services{
    padding-bottom: 105px;
}
.main_services-title {
    margin-bottom: 50px;
}
.main_services-wrapper{
    display: flex;
    justify-content: space-between;
    height: 575px;
    margin-bottom: 50px;
}
.main_services-item{
    width: 25.7%;
    position: relative;
    background-size: cover;
    height: 100%;
}
.main_services-info{
    background: rgba(129, 164, 71, 0.9);;
    color: #fff;
    text-align: center;
    padding: 14px;
}
.main_services-subtitle{
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 7px;
}
.main_services-price{
    line-height: 19px;
}
.main_services-link{
    font-size: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    transition: all 0.3s;
}
.main_services-link:hover{
    color: #FFC700;
}
.main_services-left{
    width: 73%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main_services-items{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 48.5%;
}
.main_services-items .main_services-item{
    width: 35.2%;
}
.main_services-item.little{
    width: 30.5%;
}
.main_services-item.big{

    width: 63%;

}
.main_services-btn{
    width: 264px;
    height: 61px;
    margin: 0 auto;
}
.main_services-item.half{
    width: 398px;
}
.main_services-item.full{
    width: 100%;
}
.main_services.two_block .main_services-wrapper{
    height: 494px;
}
.main_form{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 105px;
    background-size: cover;
    background-position: center;
}
.main_form-wrapper{
    width: 53%;
    background: rgba(255, 255, 255, 0.8);
    border-radius:  0px 0px 0px 70px;
    backdrop-filter: blur(10px);
    border: 6px solid #00598B;
    padding: 70px 80px 60px;
}
.main_form-inner{
    width: 465px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_form-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin-bottom: 20px;
}
.main_form .main_form-inp{
    width: 291px;
    margin: 0 auto 20px;
}
.main_form-btn{
    width: 297px;
    height: 68px;
    margin-bottom: 24px;
}
.main_form .main_ok-text{
    width: 293px;
}

.how{
    padding: 110px 0 120px;
}
.how_title{
    margin-bottom: 45px;
}
.how_wrapper{
    display: flex;
    justify-content: space-between;
}
.how_item{
    width: 20%;
}
.how_item-img{
    height: 52px;
    margin-bottom: 32px;
}
.how_item-number{
    background-image: url(assets/img/how_item-number.svg);
    background-size: cover;
    width: 51px;
    height: 48px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
}
.how_item-info{
    background: #FFFFFF;
    margin-left: 17px;
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.06);
    padding: 8px 20px 60px;
    height: 168px;
}
.how_item-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.how_item-text{
    line-height: 19px;
}

.works{
    padding: 80px 0 180px;
    background: #F1F1F1;
}
.works_title{
    margin-bottom: 64px;
}
.works_slider{
    position: relative;
}
.works_slide{
    display: flex;
    justify-content: space-between;
}
.works_slide{
    opacity: 0!important;
}
.works_slide.swiper-slide-active{
    opacity: 1!important;
}
.works_slide-img{
    width: 55%;
    height: 420px;
    border-radius: 0px 30px;
    filter: drop-shadow(0px 13px 23px rgba(0, 0, 0, 0.25));
    overflow: hidden;
}
.works_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_slide-info{
    width: 40%;
}
.works_slide-item{
    margin-bottom: 40px;
}
.works_slide-item:last-child{
    margin-bottom: 0;
}
.works_slide-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.works_slide-text{
    line-height: 23px;
}
.works .swiper-dots{
    position: absolute;
    bottom: -75px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.works .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 1;
    background: #D8D8D8;
}
.works .swiper-pagination-bullet-active{
    background: #81a447;
}
.works .swiper_arrow{
    background: #E7E7E7;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    bottom: -90px;
    position: absolute;
    top: auto;
    background-size: 14px 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.works  .swiper-button-next{
    background-image: url(assets/img/arrow_right.svg);
    right: 38%;
}
.works  .swiper-button-prev{
    background-image: url(assets/img/arrow_left.svg);
    left: 38%;
}



.faq{
    padding: 70px 0 110px;
    
}
.faq .container{
    position: relative;
}
.faq_bef{
    position: absolute;
    top: 37px;
    right: 0;
    z-index: -1;
}
.faq_content{
    display: none;
}
.faq_title{
    margin-bottom: 30px;
}
.faq_item{
    max-width: 100%;
}
.faq_item:last-child{
    margin-bottom: 0;
}
.faq_item-title{
    cursor: pointer;
    font-size: 22px;
    padding: 30px 50px 30px 0;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}
.faq_item:last-child .faq_item-title{
    border-bottom: none;
}
.faq_item-title span{
    background: rgba(0, 118, 185, 0.3);
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq_item-title span::before{
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #000;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.faq_item-title span::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background-color: #000;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    transition: all 0.3s;
}
.faq_item-title.active span::after{
    transform: translate(50%,-50%) rotate(90deg);
}
.faq_content{
    padding: 15px;
    line-height: 24px;
}

.main_form.two {
    justify-content: flex-start;
}
.main_form.two .main_form-wrapper{
    border-radius: 0px 0px 70px  0px;   
    display: flex;
    justify-content: flex-end;

}

.footer{
    background-image: url(assets/img/footer_bg.jpg);
    background-size: cover;
    padding: 40px 0 50px;
    background-position: center;
}
.footer a{
    transition: all 0.3s;
}
.footer a:hover{
    color: #FFC700;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;

}
.footer_column{
    display: flex;
    flex-direction: column;
}
.footer_logo{
    display: flex;
    width: 246px;
    height: 101px;
    position: relative;
    overflow: hidden;
    margin-bottom: 19px;
}
.footer_logo img{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 55%;
}
.footer_menu-link{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.footer_column:nth-child(2),
.footer_column:nth-child(3){
    margin-top: 40px;
}
.footer_column:nth-child(2) .footer_menu,
.footer_column:nth-child(3) .footer_menu{
    font-size: 16px;
    line-height: 32px;
}
.footer_number{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 19px;
}
.footer_order{
    color: #474747;
    line-height: 19px;
    padding-left: 31px;
    position: relative;
    margin-bottom: 17px;
}
.footer_order::before{
    position: absolute;
    content: "";
    background-image: url(assets/img/header_order.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_viber{
    line-height: 19px;
    color: #474747;
    margin-bottom: 22px;
    position: relative;
    padding-left: 31px;
}
.footer_viber::before{
    position: absolute;
    content: "";
    background-size: cover;
    background-image: url(assets/img/footer_viber.svg);
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_item{
    margin-bottom: 16px;
    padding-left: 35px;
    position: relative;
    color: #000;
}
.footer_item::before{
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
}
.footer_item.adres::before{
    background-image: url(assets/img/adres.svg);
    width: 20px;
    height: 20px;
}
.footer_item.time::before{
    background-image: url(assets/img/time.svg);
    width: 23px;
    height: 23px;
}
.footer_item.mail::before{
    background-image: url(assets/img/mail.svg);
    width: 20px;
    height: 19px;
}
.footer_messanges{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer_messange{
    display: flex;
    margin-right: 17px;
    transition: all 0.3s;
}
.footer_messange:hover{
    transform: scale(1.1);
}
.footer_inner{
    display: flex;
}
.footer_inner-link{
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
    line-height: 18px;
    margin-right: 155px;
}

.popup_order{
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    max-width: 506px;
    width: 100%;
    background: #FFFFFF;
    padding: 50px 55px;
}
.popup_order .main_ok-chek{
    background: #E8E8E8;
}
.popup_order-title{
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
}
.popup_order-inp{
    background: #FFFFFF;
    border-radius: 100px;
    height: 66px;
    width: 100%;
    border: 1px solid #6DCAFF;
    padding-left: 33px;
    margin-bottom: 23px;
}
.popup_order-btn{
    width: 100%;
    height: 69px;
    margin-bottom: 34px;
}
.popup_order-text{
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #000000;
    font-size: 20px;
}

.services{
    margin-bottom: 95px;
}
.services_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.services_aside{
    margin-top: 107px;
    width: 210px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #D8F1FF;
    padding: 20px 10px 20px 25px;
    z-index:1; /*10;*/
}
.services_wrapper.fixed .services_aside{
    position: fixed;
    top: 0;
}
.services_wrapper.fixed  .services_inner{
    margin-left: 235px;
}
.services_aside-link{
    color: #454545;
    line-height: 25px;
}
.services_aside-link.active{
    font-weight: 700;
}
.services_inner{
    width: calc(100% - 235px);
}
.services_title{
    margin-bottom: 52px;
}
.services_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.services_item{
    width: 32.5%;
    margin-bottom: 10px;
    height: 280px;
    background-size: cover;
    position: relative;
}
.services_item-info{
    text-align: center;
    background: rgba(0, 118, 185, 0.9);
    padding: 14px;
    color: #fff;
}
.services_item-subtitle{
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 7px;
}
.services_item-link{
    font-size: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
}
.services_inner-btn{
    margin: 0 auto;
    width: 264px;
    height: 61px;
}
.dry_cleaning.services_inner-btn{
    margin: 0;
}
.services.two .services_item{
    width: 49%;
    height: 227px;
    margin-bottom: 15px;
}

.form_block{
    padding: 122px 0 131px;
    background-size: cover;
    background-position: center;
}
.form_block .main_ok-chek{
    background: #D8D8D8;
}
.form_block-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    margin-bottom: 58px;
}
.form_block-wrapper{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 70px;
    max-width: 825px;
    width: 100%;
    backdrop-filter: blur(5px);
    padding: 66px 100px 50px;
    border: 6px solid #00598B;
    margin: 0 auto;
}
.form_block.two .form_block-title{
    color: #000000;
}
.form_block.two .form_block-title span{
    color: #81a447;
}
.form_block-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.form_block-inp{
    background: #FFFFFF;
    border-radius: 180px;
    border: 1px solid #D9D9D9;
    height: 66px;
    width: 48%;
    padding-left: 25px;
}
.form_block-btn{
    height: 68px;
    width: 48%;
}

.services_inner-text{
    line-height: 25px;
    letter-spacing: 0.03em;
    margin-bottom: 57px;
}

.services_inner-text p {padding-top: 15px;font-size: 20px;text-align: justify;}

.services_card{
    display: flex;
    margin-bottom: 40px;
}
.services_card-left{
    width: 54%;
    padding-right: 40px;
    border-right: 1px solid #DEDEDE;
}
.services_card-title{
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 33px;
    font-size: 28px;
}
.services_card-top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.services_card-img{
    width: 207px;
    height: 125px;
    overflow: hidden;
    margin-right: 26px;
    border-radius: 20px 0px;
}
.services_card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_card-name{
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #13A9FF;
    font-size: 22px;
}
.services_card-item{
    margin-bottom: 25px;
}

.services_card-item:last-child{
    margin-bottom: 0;
}
.services_card-text{
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin-bottom: 20px;
}
.services_card-text:last-child{
    margin-bottom: 0;
}
.services_card-right{
    width: 46%;
    padding-left: 60px;
}
.services_card-subtitle{
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.03em;
    font-size: 20px;
    text-align: center;
    margin-bottom: 22px;
}
.services_card-slider{
    margin-bottom: 75px;
    position: relative;
}
.services_card-slider{
    overflow: hidden;
    margin: 0 auto 75px;
    padding: 0 40px;
}
.services_slide{
    height: 230px;
}
.services_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_card-none{
    border: 1px solid #A7DFFF;
    padding: 35px 10px 35px 15px;
    display: none;
}
.services_card-none_title{
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    font-size: 20px;
}
.services_card-none-item{
    line-height: 25px;
    margin-bottom: 13px;
    letter-spacing: 0.03em;
}
.services_card-slider .swiper_arrow{
    position: absolute;
    width: 14px;
    height: 25px;
    background-size: cover;
    top: 55%;
    transform: translateY(-50%);
}
.services_card-slider .swiper-button-next{
    background-image: url(assets/img/services_right.svg);
    right: 0;
}
.services_card-slider .swiper-button-prev{
    background-image: url(assets/img/services_left.svg);
    left: 0;
}

.block_text-items{
    display: flex;
    justify-content: space-between;
}
.block_text-item{
    width: 24%;
    margin-bottom: 10px;
    height: 250px;
    background-size: cover;
    position: relative;
}
.block_text-info{
    text-align: center;
    background: rgba(129, 164, 71, 0.9);
    padding: 14px 5px;
    color: #fff;
}
.block_text-items{
    margin-bottom: 70px;
}
.block_text-items:last-child{
    margin-bottom: 0;
}
.block_text-subtitle{
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 7px;
}
.block_text-link{
    font-size: 18px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
}
.services_inner-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.services_inner-info .services_inner-text{
    width: 67%;
    margin-bottom: 0;
}
.services_inner-imgs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_inner-img{
    width: 224px;
    height: 143px;  
    display: flex;
    margin-bottom: 10px;
}
.services_inner-img:last-child{
    margin-bottom: 0;
}
.services_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_imgs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
}
.services_imgs-img{
    width: 31%;
    height: 145px;
    display: flex;
}
.services_imgs-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_card-left .services_inner-btn{
    margin: 0;
}
.services.urgent .services_card-left{
    border-right: none;
}
.services.urgent{
    margin-bottom: 0;
}
.services_card-slider:last-child{
    margin-bottom: 0;
}
.services_works{
    margin-top: 70px;
}
.services_works-title{
    margin-bottom: 30px;
}
.services_works-items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.services_works-item{
    height: 185px;
    width: 18%;
}
.services_works-item img{
    width: 85%;
    height: 100%;
    object-fit: cover;
}
.services_works-btn{
    width: 296px;
    height: 61px;
    font-size: 16px;
    margin: 0 auto;
}
.block_text-items.dry_cleaning .block_text-item{
    height: 280px;
}


.reviews_page{
    padding-bottom: 145px;
    margin-top: 85px;
}
.reviews_page-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.reviews_page-video{
    width: 48%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}
.reviews_page-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_page-title{
    margin-bottom: 34px;    
}
.reviews_page-popup{
    padding: 40px;
    display: flex;
    width: 840px;
    height: 540px;
    background: none;
}
.reviews_page-popup iframe{
    width: 100%;
    height: 100%;
    display: flex;
}

.reviews_page-popup .fancybox-button svg path{
    fill: #fff;
}
.reviews_page-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.reviews_page-item{
    width: 48%;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 50px 30px 30px;
}
.reviews_page-item_title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 73px;
    position: relative;
}
.reviews_page-item_title::before{
    position: absolute;
    content: "";
    background-image: url(assets/img/reviews_page-item_title.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.reviews_page-item_text{
    line-height: 24px;
}
.reviews_page-btn{
    width: 291px;
    height: 66px;
    margin: 0 auto;
}

.about{
    margin-top: 85px;
    margin-bottom: 100px;
}
.about_titile{
    margin-bottom: 45px;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
}
.about_text{
    width: 745px;
    line-height: 26px;
}
.about_text p {padding-top: 15px;font-size: 20px;}
.about_img{
    border-radius: 40px 0px 0px 0px;
    overflow: hidden;
    width: 307px;
    height: 402px;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.workers{
    padding-bottom: 105px;
}
.workers_title{
    margin-bottom: 50px;
}
.workers_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.workers_item{
    width: 19%;
    height: 318px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
    text-align: center;
    color: #fff;
}
.workers_name{
    font-weight: 600;
    line-height: 26px;
    font-size: 22px;
}
.workers_prof{
    font-size: 18px;
}
.workers_btn{
    width: 342px;
    height: 66px;
    margin: 0 auto;
}

.works_page{
    margin: 85px 0 75px;
}
.works_page-title{
    margin-bottom: 35px;
}
.works_page-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.works_page-item{
    width: 48%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #C2E9FF;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
}
.works_page-item_img{
    width: 226px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.works_page-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_page-item_info{
    width: calc(100% - 226px);
    padding: 30px 25px;
}
.works_page-item_title{
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-size: 18px;
}
.works_page-item_text{
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.works_page-item_option{
    margin-bottom: 25px;
}
.works_page-item_option:last-child{
    margin-bottom: 0;
}
.works_page-btn{
    width: 291px;
    height: 66px;
    margin: 50px auto 0;
}


.contacts{
    margin-top: 85px;
}
.contacts_title{
    margin-bottom: 45px;
}
.contacts_inner{
    padding: 145px 0 150px;
    position: relative;
}
.contacts_wrapper{
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    max-width:490px; /*445px;*/
    padding: 60px 65px 60px 45px;/*70px;*/
    position: relative;
    z-index: 1;
}
.contacts_item{
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;/*18px;*/
    line-height: 44px;
}
.contacts_item a{
    color: #000;
}
.contacts_item-title{
    font-weight: 700;
    margin-right: 5px;
}
.contacts_item:last-child{
    margin-bottom: 0;
}
.map{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.map iframe{
    width: 100%;
    height: 100%;
}

.questions{
    margin-top: 85px;
    margin-bottom: 105px;
}
.questions_title{
    margin-bottom: 40px;
}
.questions_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 65px;
}
.questions_items{
    width: 550px;
}
.questions_item{
    padding: 30px 0;
    border-bottom: 1px solid #CBCBCB;
}
.questions_item-title{
    font-weight: 700;
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
}
.questions_item-text{
    font-size: 20px;
}
.questions_item-text span{
    font-weight: 700;
}
.questions_last{
    border: 1px solid #A9E0FF;
    width: 255px;
    min-height: 195px;
    padding: 35px 17px;
}
.questions_last-title{
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 23px;
}
.questions_last-item{
    line-height: 19px;
    margin-bottom: 13px;
}
.questions_pagin{
    display: flex;
    justify-content: center;
    align-items: center;
}
.questions_pagin-link{
    display: block;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #000000;
    margin: 0 3px;
    font-size: 30px;
}
.questions_pagin-link.active{
    border-bottom: 2px solid #000;
}
.questions_pagin-arrow{
    width: 42.69px;
    height: 42.69px;
    border-radius: 50%;
    background: #EBEBEB;
    display: block;
    background-size: 13px 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.questions_pagin-arrow.next{
    background-image: url(assets/img/arrow_right.svg);
    margin-left: 50px;
}
.questions_pagin-arrow.prev{
    background-image: url(assets/img/arrow_left.svg);
    margin-right: 50px;
}
.questions_form{
    padding: 90px 0;
    background-image: url(assets/img/questions_form.jpg);
    background-size: cover;
    background-position: center;
}
.questions_form-title{
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 45px;
}
.questions_form-inner{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 70px;
    backdrop-filter: blur(10px);
    max-width: 825px;
    margin: 0 auto;
    border: 6px solid #00598B;
    padding: 60px 70px 45px;
}
.questions_form-area{
    resize: none;
    background: #FFFFFF;
    border-radius: 180px;
    border: 1px solid #D9D9D9;
    height: 93px;
    width: 100%;
    padding: 20px 20px 10px;
    margin-bottom: 25px;
}
.questions_form-area::placeholder{
    text-align: center;
}
.questions_form-btn{
    width: 297px;
    height: 68px;
    margin: 0 auto 20px;
}
.questions_form .main_ok{
    width: 430px;
    margin: 0 auto;
}
.questions_form .main_ok-chek{
    background: #D8D8D8;
}

.sale{
    margin: 85px 0 95px;
}

.bread{
    margin: 25px 0 25px;
}

.sale_title{
    margin-bottom: 35px;
}
.sale_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sale_item{
    width: 48%;
    margin-bottom: 35px;
}
.sale_item-img{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 395px;
    margin-bottom: 20px;
}
.sale_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sale_item-title{
    font-weight: 700;
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 11px;
}
.sale_item-text{
    line-height: 21px;
}

.policy{
    margin: 85px 0 95px;
}
.policy_title{
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 58px;
}
.policy_text{
    line-height: 24px;
}
.agreement{
    margin: 85px 0 95px;
}
.agreement_title{
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 58px;
}
.agreement_text{
    line-height: 24px;
}

.error_page{
    padding: 170px 0;
    background-image: url(assets/img/error_page.jpg);
    background-size: cover;
    background-position: center;
}
.error_page-title{
    font-weight: 700;
    text-transform: uppercase;
    color: #81a447;
    font-family: 'TildaSansRegular';
    font-size: 100px;
    margin-bottom: 35px;
}
.error_page-text{
    max-width: 625px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}
.error_page-btn{
    width: 314px;
    height: 66px;
}
.calculator_title{
    margin-bottom: 64px;
}
.calculator_subtitle{
    background: #86CBF3;
    text-align: center;
    padding: 19px 0 14px;
    font-weight: 600;
    line-height: 26px;
    color: #FFFFFF;
    font-size: 22px;
    position: relative;
}
.calculator_subtitle span{
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    right: 18px;
    top: 20px;
    cursor: pointer;
}
.calculator_options-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 85px;
    margin-top: 32px;
    margin-bottom: 45px;
}
.calculator_options-item{
    width: 48%;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    padding-left: 39px;
    cursor: pointer;
    margin-bottom: 15px;
}
.calculator_options-item::before{
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.calculator_options-item::after{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #CBCBCB;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.calculator_content{
    display: none;
}
.calculator_content.active{
    display: block;
}
.calculator_options-item.active::after{
    background: #81a447;
}
.calculator_content-types{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 11px;
    margin-bottom: 45px;
}
.calculator_content-type{
    width: 150px;
    position: relative;
    cursor: pointer;
}
.calculator_content-type_title{
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
}
.calculator_content-type_inp{
    display: none;
}
.calculator_content-type_chek{
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #81a447;
    bottom: -13px;
    opacity: 0;
    transition: all 0.3s;
}
.calculator_content-type_inp:checked + .calculator_content-type_chek{
    opacity: 1;
}
.calculator_content-item{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.calculator_content-inps_title{
    font-weight: 600;
    line-height: 19px;
    color: #000000;
    font-size: 16px;
    width: 100px;
    margin-right: 10px;
}
.calculator_content-inps.top{
    margin-top: 30px;
}
.calculator_content-inp{
    width: 65px;
    border: 1px solid #DCDCDC;
    height: 35px;
    text-align: center;
    margin-right: 11px;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.calculator_content-lab{
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
}
.calculator_content-cheks{
    margin-top: 30px;
}
.calculator_content-check{
    display: none;
}
.calculator_content-span{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    position: relative;
    margin-right: 15px;
}
.calculator_content-span::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CBCBCB;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.calculator_content-wrapper{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-left: 5%;
}
.calculator_content-inps{
    margin-right: 60px;
}
.calculator_content-check:checked + .calculator_content-span::after{
    background-color: #81a447;
}
.calculator_additional-wrapper{
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    max-height: 9999999px;
    overflow: hidden;
}
.calculator_additional-wrapper.active{
    max-height: 0;
}
.calculator_additional-item{
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 25px;

    position: relative;
}
.additional-item_click{
    cursor: pointer;
    position: relative;
}
.additional-item_click.active::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 155px;
    top: 0;
    left: 0;
    border: 5px solid #18f004;
}
.calculator_additional-lab{
    position: absolute;
    width: 100%;
    height: 155px;
    left: 0;
    top: 0;
    cursor: pointer;
}

.calculator_additional-inp:checked + .calculator_additional-span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid #18f004;
}
.calculator_additional-item:nth-child(5n){
    margin-right: 0;
}
.calculator_additional-title{
    background: rgba(0, 118, 185, 0.9);
    min-height: 50px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}
.calculator_additional-img{
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 11px;    
    background-size: cover;
}
.calculator_additional-price{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center; 
    color: #FFFFFF;
    padding-bottom: 15px;
}
.calculator_additional-text{
    font-size: 18px;
    text-align: center;
    color: #000000;
    line-height: 22px;
}
.calculator_additional-labs{
    display: flex;
    justify-content: center;
    font-size: 18px;
}
.calculator_additional-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
}
.calculator_additional-inp{
    width: 85px;
    border: 1px solid rgb(220, 220, 220);
    height: 35px;
    text-align: center;
}
.calculator_additional-worker{
    width: 85px;
    border: 1px solid rgb(220, 220, 220);
    height: 35px;
    text-align: center;  
}
.calculator_additional-inner span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    right: 0px;
}
.calculator_content-item.level .calculator_content-inps_title{ 
    width: 170px;
    margin-right: 10px;
}
.calculator_dry-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px auto;
}
.calculator_dry-item{
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.calculator_dry-inp{
    width: 416px;
    border: 1px solid #C6C6C6;
    height: 50px;
    padding-left: 40px;
    margin-bottom: 45px;
}
.calculator_dry-fabric{
    width: 100%;
}
.calculator_dry-over{
    margin-left: 270px;
}
.calculator_content-weidth,
.calculator_content-height,
.calculator_content-size{
    margin-top: 40px;
    margin-right: 110px;
}
.calculator_content-weidth_title{
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 12px;
}
.calculator_content-pile{
    align-self: center;
    width: 400px;
}
.calculator_content-pile-text{
    border: 2px solid #FFC700;
    border-radius: 20px;
    padding: 40px 20px 40px 40px;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 35px;
}
.calculator_content-subtitle{
    width: 100%;
    font-weight: 600;
    line-height: 32px;
    margin-top: 35px;
    font-size: 20px;
}
.calculator_content-cheks.mattress{
    margin-left: 150px;
    align-self: center;
}
.calculator_windows{
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}
.calculator_window{
    width: 32%;
    margin-right: 2%;
    border: 1px solid #DDDDDD;
    margin-bottom: 35px;
}
.calculator_window:nth-child(3n){
    margin-right: 0;
}
.calculator_window-img{
    width: 100%;
    height: 205px;
    margin-bottom: 25px;
}
.calculator_window-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calculator_window-title{
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.calculator_window-value{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.calculator_window-value span{
    line-height: 19px;
    margin: 0 20px;
}
.calculator_window-value input{
    width: 67px;
    height: 34px;
    border: 1px solid #CFCFCF;
    text-align: center;
}
.calculator_window .calculator_content-lab{
    align-self: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 50px;
}
.calculator_inner:nth-child(2){
    margin-top: 75px;
}
.calculator_total{
    margin: 50px 0 100px;
    padding-top: 50px;
    border-top: 1px solid #C6C6C6;
}
.calculator_total-clean{
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 28px;
    cursor: pointer;
}
.calculator_total-min{
    font-weight: 600;
    line-height: 31px;
    text-align: center;
    color: #FF0000;
    font-size: 26px;
    margin-bottom: 34px;
}
.calculator_total-wrapper{
    width: 920px;
    border: 10px solid #81a447;
    border-radius: 20px;
    margin: 0 auto 40px;
    padding: 50px 140px 40px;
    position: relative;
}
.calculator_total-item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.calculator_total-item_title{
    width: 325px;
    text-align: right;
    margin-right: 30px;
    font-weight: 600;
    line-height: 34px;
    font-size: 28px;
}
.calculator_total-item_val{
    font-weight: 600;
    line-height: 34px;
    font-size: 28px;
    margin-left: 34px;
}
.calculator_total-item_inp{
    width: 131px;
    border: 1px solid #86CBF3;
    border-radius: 10px;
    height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.calculator_total-text{
    line-height: 19px;
    color: #4B4B4B;
    text-align: center;
    margin-bottom: 25px;
}
.calculator_total-item.little {
   margin-left: 90px;
}
.calculator_total-item.little .calculator_total-item_title{
    font-size: 18px;
    line-height: 22px;
    width: 305px;
    margin-right: 15px;
}
.calculator_total-item.little .calculator_total-item_val{
    font-size: 18px;
    line-height: 22px;
    margin-left: 15px;
}
.calculator_total-item.little .calculator_total-item_inp{
    width: 45px;
    height: 30px;
}
.calculator_btn{
    width: 296px;
    height: 61px;
    margin: 0 auto;
}
.popup_order-area{
    resize: none;
    width: 100%;
    height: 195px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #6DCAFF;
    margin-bottom: 25px;
    padding: 25px;
}
.menu_burger{
    display: none;
}
.popup_calc-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto 20px;
}
.popup_calc-title{
    width: 150px;
    font-size: 20px;
    line-height: 28px;
}
.popup_calc-item.price .popup_calc-title{
    font-weight: 600;
}
.popup_calc-item.price .popup_calc-inp{
    background: #9ADAFF;
}
.popup_calc-inp{
    text-align: center;
    border-radius: 8px;
    background: #E7F6FF;
    width: 297px;
    border: none;
    height: 55px;
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
}
#popup_calc{
    max-width: 700px;
}

.popup_calc-inps{
    display: flex;
    justify-content: space-between;
}
.popup_calc-tel{
    width: 48%;
    height: 66px;
    padding-left: 25px;
    background: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #6DCAFF;
}
.popup_calc-btn{
    width: 48%;
    height: 66px;
}


.popup_calc-prev{
    border: 1px solid #C6C6C6;
    width: 209px;
    height: 54px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
}





@media(max-width:1600px){
.header_info-item {font-size: 14px;}
.header_chats-item_title {font-size: 16px;}
    .header_info {
        width:275px; /*220px;*/
    }
    .header_number{
        font-size: 20px;
    }
    .header_chats{
        width: 240px;
    }
    .header_info-item.time{
        max-width: 180px;
    }
}
@media(max-width:1350px){
    .header_inks{
        display: none;
    }
    .header_info{
        display: none;
    }

}
@media (max-width: 1199.98px) {
    .container{
        max-width: 960px;
   }
   .header_chats{
    display: none;
}
.header_call{
    order: 1;
}
.header_logo{
    height: 70px;
    width: 195px;
}
.header_logo img{
    width:120px;
}
.header_wrapper{
    padding: 15px;
}
.main_services-wrapper{
    height: 500px;
}
.main_services-item.half{
    width: 49%;
}
.main_services-items{
    height: 49%;
}
.scroll{
    right: 15px;
}
.main_form-inner{
    width: 100%;
}
.main_form-wrapper{
    padding: 45px 30px;
}
.faq_bef{
    width: 390px;
}
.faq_bef img{
    width: 100%;
    height: 100%;
}
.works_page-item_info{
    padding: 20px 15px;
}
.works_page-item{
    width: 49%;
}
.services_aside{
    display: none;
}
.services_inner{
    width: 100%;
}
.about_text{
    width: 60%;
}
.workers_item{
    height: 280px;
}
.calculator_content-wrapper{
    margin-left: 0;
}
.calculator_options-items{
    padding: 0 5%;
}
.calculator_content-size{
    margin-right: 40px;
}
}
@media (max-width: 991.98px) {
    .container{
        max-width: 720px;
   } 
   .main_slide .container{
       flex-direction: column;
   }
   .main_slide-info{
       width: 80%;
       margin-bottom: 35px;
   }
   .main_slide{
       height: initial;
   }
   .main .swiper-button-next{
       right: 25%;
   }
   .main .swiper-button-prev{
       left: 25%;
   }
   .main_services-wrapper{
    height: 400px;
    }
    .main_services-info{
        padding: 10px 5px;
    }
    .main_services-subtitle{
        font-size: 16px;
        line-height: 1.2;
    }
    .main_services-link{
        bottom: 10px;
    }
    .main_services.two_block .main_services-wrapper{
        height: 400px;
    }
    .main_form{
        justify-content: center;
        padding: 40px 0;
    }
    .main_form-wrapper{
        width: 425px;
    }
    .how_wrapper{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .how_item {
        width: 32%;
        margin-bottom: 25px;
    }
    .works_slide{
        flex-direction: column;
    }
    .works_slide-img{
        width: 100%;
        margin-bottom: 35px;
    }
    .works_slide-info{
        width: 100%;
    }
    .works .swiper-button-next{
        right: 25%;
    }
    .works .swiper-button-prev{
        left: 25%;
    }
    .faq_bef{
        display: none;
    }
    .faq_item{
        max-width: 100%;
    }
    .main_form.two{
        justify-content: center;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_column:nth-child(4){
        order: -1;
    }
    .footer_column:nth-child(1){
        order: -2;
    }
    .footer_column{
        width: 50%;
    }
    .footer_inner{
        margin-top: 35px;
        justify-content: space-between;
    }
    .footer_inner-link{
        margin-right: 0;
    }
    .footer_messanges{
        margin-top: 0;
    }
    .works_page-item{
        width: 100%;
    }
    .works_page {
        margin: 160px 0 75px;
    }
    .services_inner-info{
        flex-direction: column;
    }
    .services_inner-info .services_inner-text{
        width: 100%;
        margin-bottom: 25px;
    }
    .services_inner-imgs{
        flex-direction: row;
    }
    .services_inner-img{
        width: 48%;
    }
    .services_card{
        flex-direction: column;
    }
    .services_card-left{
        width: 100%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 35px;
    }
    .services_card-right{
        width: 70%;
        padding-left: 0;
        margin: 0 auto;
    }
    .form_block{
        padding: 100px 0;
    }
    .form_block-wrapper{
        padding: 45px 25px;
    }
    .form_block-title{
        font-size: 38px;
    }
    .block_text-items{
        flex-wrap: wrap;
    }
    .block_text-item{
        width: 48%;
    }
    .block_text-subtitle{
        font-size: 18px;
    }
    .services_item{
        width: 49%;
    }
    .sale_item{
        width: 100%;
    }
    .reviews_page-inner{
        flex-direction: column;
    }
    .reviews_page-item{
        width: 100%;
        margin-bottom: 25px;
    }
    .questions_last{
        display: none;
    }
    .questions_items{
        width: 100%;
    }
    .questions_form-title{
        font-size: 34px;
    }
    .map{
        position: relative;
        height: 450px;
    }
    .contacts_inner{
        padding: 0 0 80px;
    }
    .contacts_wrapper{
        margin: 0 auto 40px;
    }
    .about_wrapper{
        flex-direction: column-reverse;
    }
    .about_text{
        width: 100%;
        margin-top: 40px;
    }
    .about_img{
        margin: 0 auto;
    }
    .workers_wrapper{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .workers_item{
        width: 32%;
        margin-bottom: 20px;
    }
    .calculator_window {
        width: 48%;
        margin-right:0;
    }
    .calculator_windows{
        justify-content: space-between;
    }
    .calculator_total-wrapper{
        width: 100%;
        padding: 40px;
    }
    .calculator_additional-item{
        width: 24%;
        margin-right: 1.3%;
    }
    .calculator_additional-item:nth-child(5n){
        margin-right: 1.3%; 
    }
    .calculator_additional-item:nth-child(4n){
        margin-right: 0%; 
    }
    .calculator_content-pile{
        margin-top: 45px;
    }
}

@media (max-width: 767.98px) {
    .header{
        position: fixed;
        width: 100%;
        z-index: 10;
        background-color: #fff;
        left: 0;
        top: 0;
    }
    .main{
        margin-top: 75px;
    }
    .container{
        max-width: 540px;
        margin: 0 auto;
    }
    .menu_wrappper{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        transition: all 0.6s;
    }
    .header.fixed .menu_wrappper{
        animation: none;
        right: -100%;
        left: auto;
    }
    .header.fixed{
        padding-bottom: 0;
    }
    .menu{
        flex-direction: column;
        align-items: center;
        padding: 100px 0 0;
    }
    .header.active   .menu_wrappper{
        right: 0;
    }
    .header_wrapper{
        padding: 10px 15px;
        position: relative;
    }
    .header_btn{
        position: absolute;
        right: -100%;
        transition: all 0.6s;
        transform: translateX(50%);
        top: 430px;
        z-index: 2;
        height: 50px;
    }
    .header.active .header_btn{
        right: 50%;
    
    }
    .header_logo{
        height: 55px;
        width: 145px;
    }
    .menu_link{
        font-size: 22px;
        margin-bottom: 25px;
        display: block;
    }
    .header_logo img {
        width: 120px;
    }
    .header_order{
        position: absolute;
        right: -100%;
        z-index: 2;
        color: #fff;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-left: 0;
        top: 500px;
        padding-left: 0;
        transition: all 0.6s;
    }
    .header_order::before{
        display: none;
    }
    .header.active .header_order{
        right: 0;
    }
    .header_number{
        margin-bottom: 0;
        font-size: 0;
        background-image: url(assets/img/header_order.png);
        width: 25px;
        height: 25px;
        background-size: cover;
        margin-right: 50px;
    }
    .menu_burger{
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 20px;
        z-index: 10;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #81a447;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #81a447;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #81a447;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 9px;
        background-color: #fff;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 9px;
        background-color: #fff;
    }
    .menu_burger.active span{
        transform: translateY(-50%) scale(0);
        background-color: #fff;
    }
    .main_services-wrapper {
        height: 350px;
    }
    .main_services.two_block .main_services-wrapper{
        height: 350px;
    }
    .how_item {
        width: 48%;
    }
    .works_slide-img{
        height: 320px;
    }
    .works .swiper-button-next{
        right: 15%;
    }
    .works .swiper-button-prev{
        left: 15%;
    }
    .footer_logo {
        width: 182px;
        height: 66px;
    }
    .footer_logo img {
        width: 240px;
    }
    .form_block-inp{
        width: 100%;
        margin-bottom: 20px;
    }
    .form_block-inner{
        flex-direction: column;
    }
    .form_block-btn{
        width: 100%;
    }
    .questions_form-title{
        font-size: 24px;
        line-height: 1.2;
    }
    .policy_title{
        line-height: 1.2;
    }
    .services_works-items{
        flex-wrap: wrap;
    }
    .services_works-item{
        width: 100%;
        margin-bottom: 25px;
    }
    .services_works-item:last-child{
        margin-bottom: 0;
    }
    .calculator_window-img{
        height: 155px;
    }
    .calculator_dry-item{
        width: 100%;
    }
    .calculator_dry-over{
        margin-left: 50px;
    }
    .calculator_content-weidth, .calculator_content-height, .calculator_content-size{
        margin-right: 50px;
    }
    .calculator_total-item_title{
        font-size: 22px;
    }
    .calculator_total-item.little{
        margin-left: 0;
    }
    .calculator_total-item.little .calculator_total-item_title{
        width: 255px;
    }
    .calculator_additional-item{
        width: 32%;
        margin-right: 2%;
    }
    .calculator_additional-item:nth-child(5n),
    .calculator_additional-item:nth-child(4n){
        margin-right: 2%; 
    }
    .calculator_additional-item:nth-child(3n){
        margin-right: 0;
    }
    .popup_calc-item{
        width: 100%;
    }
    .header_info-item.time{
        display: none;
    }
}
@media (max-width: 576px) {
    .container{
        max-width: 100%;
    } 
    .menu{
        padding-top: 80px;
    }
    .menu_link{
        margin-bottom: 20px;
    }
    .header_btn{
        top: 380px;
    }
    .header_order{
        top: 450px;
    }
    .main_slide{
        padding: 60px 0 100px;
    }
    .main_slide-title{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .main_slide-text{
        font-size: 22px;
    }
    .main_slide-subtitle{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .main_slide-subtitle span{
        font-size: 18px;
    }
    .main_slide-desc{
        font-size: 16px;
    }
    .main_slide-form{
        width: 290px;
        padding: 45px 20px 40px;
    }
    .main .swiper-button-next{
        right: 15px;
    }
    .main .swiper-button-prev{
        left: 15px;
    }
    .block_text{
        margin: 50px 0;
    }
    .main{
        margin-bottom:30px;
    }
    .main_services-item{
        width: 100%;
        height: 225px;
        margin-bottom: 20px;
    }
    .main_services-wrapper{
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 20px;
    }
    .main_services-left{
        width: 100%;
    }
    .main_services-items .main_services-item{
        width: 100%;
    }
    .main_services-items{
        flex-wrap: wrap;
        height: auto;
    }
    .main_services{
        padding-bottom: 50px;
    }
    .title {
        font-size: 28px;
        line-height: 1.2;
    }
    .main_services-title{
        margin-bottom: 30px;
    }
    .main_services.two_block .main_services-wrapper{
        height: auto;
    }
    .main_form-wrapper{
        width: 290px;
        padding: 25px 15px;
    }
    .main_form-title{
        font-size: 18px;
        line-height: 1.2;
    }
    .main_form .main_form-inp{
        width: 100%;
    }
    .main_form-btn{
        width: 100%;
        height: 51px;
    }
    .main_form .main_ok-text{
        width: auto;
    }
    .how_item {
        width: 100%;
    }
    .how{
        padding: 50px 0;
    }
    .how_title{
        margin-bottom: 25px;
    }
    .how_item-img{
        margin-bottom: 20px;
    }
    .works_slide-img{
        height: 200px;
    }
    .works{
        padding: 50px 0 150px;
    }
    .works_title{
        margin-bottom: 25px;
    }
    .works .swiper-button-next{
        right: 15px;
    }
    .works .swiper-button-prev{
        left: 15px;
    }
    .faq{
        padding: 50px 0;
    }
    .faq_item-title{
        padding: 15px 50px 15px 0;
        font-size: 18px;
    }
    .faq_content{
        padding: 15px 0;
    }
    .faq_item-title span{
        width: 36px;
        height: 36px;
    }
    .block_text p {
        line-height: 24px;
        margin-bottom: 20px;font-size: 20px;
    }
    .footer_column{
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_column:nth-child(2), .footer_column:nth-child(3){
        margin-top: 0;
    }
    .footer_inner{
        flex-direction: column;
        margin-top: 0;
    }
    .footer_inner-link{
        margin-bottom: 10px;
    }
    .works_page {
        margin: 110px 0 75px;
    }
    .works_page-item{
        flex-direction: column;
    }
    .works_page-item:last-child{
        margin-bottom: 0;
    }
    .works_page-item_img{
        width: 100%;
        height: 200px;
    }
    .works_page-item_info{
        width: 100%;
    }
    .services_title{
        margin-bottom: 25px;
    }
    .services_inner-info{
        margin-bottom: 10px;
    }
    .services_inner-img{
        height: 125px;
        width: 49%;
    }
    .services_imgs-img{
        height: 105px;
        width: 32%;
    }
    .services_card-title{
        margin-bottom: 25px;
    }
    .services_card-top{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .services_card-name{
        margin-bottom: 15px;
    }
    .services_card-img{
        width: 100%;
        height: 150px;
        margin-right: 0;
    }
    .services_card-right{
        width: 100%;
    }
    .services_card-slider{
        margin-bottom: 40px;
    }
    .services_slide{
        height: 180px;
    }
    .services{
        margin-bottom: 50px;
    }
    .form_block{
        padding: 50px 0;
    }
    .form_block-title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .form_block-wrapper {
        padding: 40px 15px 30px;
        border: 3px solid #00598B;
    }
    
    .form_block-btn{
        height: 51px;
    }
    .form_block-inner{
        margin-bottom: 15px;
    }
    .block_text-item{
        width: 100%;
    }
    .block_text-items{
        margin-bottom: 50px;
    }
    .services_item{
        width: 100%;
    }
    .services.two .services_item{
        width: 100%;    
    }
    .sale_title{
        margin-bottom: 20px;
    }
    .sale_item-img{
        height: 150px;
    }
    .sale_item-title{
        font-size: 20px;
        line-height: 1.2;
    }
    .sale_item:last-child{
        margin-bottom: 0;
    }
    .sale{
        margin: 100px 0 50px;
    }
    .reviews_page-video{
        width: 100%;
        margin-bottom: 20px;
    }
    .reviews_page {
        padding-bottom: 50px;
        margin-top: 105px;
    }
    .reviews_page-item{
        padding: 40px 10px 30px;
    }
    .reviews_page-inner{
        margin-bottom: 10px;
    }
    .questions_title{
        margin-bottom: 20px;
    }
    .questions{
        margin: 105px 0 50px;
    }
    .questions_item{
        padding: 15px 0;
    }
    .questions_item-title{
        font-size: 20px;
    }
    .questions_item-text {
        font-size: 16px;
    }
    .questions_wrapper{
        margin-bottom: 35px;
    }
    .questions_pagin-link{
        font-size: 20px;
        line-height: 26px;
    }
    .questions_form{
        padding: 50px 0;
    }
    .questions_form-title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .questions_form-title br{
        display: none;
    }
    .questions_form-inner{
        padding: 45px 15px 30px;
    }
    .questions_form-btn{
        width: 100%;
        height: 51px;
    }
    .questions_form .main_ok{
        width: 100%;
    }
    .policy_title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .policy{
        margin: 105px 0 50px;
    }
    .contacts{
        margin: 105px 0 50px;
    }
    .contacts_title{
        margin-bottom: 30px;
    }
    .contacts_wrapper{
        padding: 30px 20px 30px;
    }
    .contacts_item{
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .contacts_item-title{
        white-space: nowrap;
    }
    .map{
        height: 250px;
    }
    .contacts_inner{
        padding: 0;
    }
    .form_block-inp{
        height: 51px;
    }
    .services_title{
        font-size: 24px;
    }
    .workers_item{
        width: 48%;
        height: 215px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .workers_name{
        font-size: 18px;
    }
    .workers_prof {
        font-size: 14px;
    }
    .workers{
        padding-bottom: 50px;
    }
    .workers_wrapper{
        margin-bottom: 20px;
    }
    .about{
        margin-top: 105px;
        margin-bottom: 50px;
    }
    .workers_title,
    .about_titile{
        margin-bottom: 25px;
    }
    .workers_btn{
        max-width: 100%;
    }
    .about_img{
        width: 290px;
    }
    .error_page{
        padding: 110px 0 50px;
    }
    .error_page-title{
        text-align: center;
        font-size: 56px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .error_page-text{
        text-align: center;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    .error_page-btn{
        max-width: 100%;
    }
    .btn{
        max-width: 100%;
    }
    .calculator_title{
        margin-bottom: 25px;
    }
    .calculator_options-item{
        width: 100%;
    }
    .calculator_subtitle{
        font-size: 18px;
    }
    .calculator_options-items{
        padding: 0;
        margin: 20px 0;
    }
    .calculator_content-types{
        margin: 25px 0 20px;
        flex-wrap: wrap;
    }
    .calculator_content-type{
        width: 50%;
        margin-bottom: 20px;
    }
    .calculator_content-item.level .calculator_content-inps_title{
        width: 100px;
    }
    .calculator_window{
        width: 100%;
        margin-bottom: 15px;
    }
    .calculator_window .calculator_content-lab{
        margin: 25px 0;
    }
    .calculator_inner:nth-child(2){
        margin-top: 50px;
    }
    .calculator_additional-item{
        width: 48%;
        margin-right: 0;
    }
    .calculator_additional-item:nth-child(5n), .calculator_additional-item:nth-child(4n){
        margin-right: 0;
    }
    .calculator_additional-wrapper{
        justify-content: space-between;
    }
    .calculator_subtitle span{
        position: relative;
        top: auto;
        right: auto;
        margin-left: 10px;
        text-align: right;
        margin-right: -35px;
        font-size: 14px;
    }
    .calculator_content-size{
        margin-right: 0;
    }
    .calculator_content-weidth, .calculator_content-height {
        margin-right: 35px;
    }
    .calculator_content-cheks.mattress{
        margin-left: 0;
        width: 100%;
    }
    .calculator_total{
        margin-bottom: 50px;
    }
    .calculator_total-min{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .calculator_total{
        padding-top: 25px;
        margin-top: 25px;
    }
    .calculator_total-wrapper{
        padding: 20px;
    }
    .calculator_total-item{
        flex-wrap: wrap;
    }
    .calculator_total-item_title{
        font-size: 18px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }
    .calculator_total-item_val{
        font-size: 18px;
        margin-left: 15px;
    }
    .calculator_total-text{
        font-size: 14px;
        line-height: 1.2;
    }
    .calculator_total-item.little .calculator_total-item_title{
        width: 100%;
        margin-right: 0;
    }
    .popup_calc-item{
        flex-direction: column;
    }
    .popup_calc-inp{
        width: 100%;
    }
    .popup_order{
        padding: 45px 15px 30px;
    }
    .popup_calc-inps{
        flex-direction: column;
    }
    .popup_calc-tel{
        width: 100%;
        height: 51px;
        margin-bottom: 20px;
    }
    .popup_calc-btn{
        width: 100%;
        height: 51px;
    }
    .popup_calc-title{
        width: 100%;
        margin-bottom: 10px;
    }
    .popup_calc-prev{
        width: 100%;
        margin-top: 15px;
    }
}


.popup_order-btne {
    width: 100%;
    height: 69px;
    margin-bottom: 34px;
}

.popup_btne {
    cursor: pointer;
}

.list_decimal, .list_disk {
    padding: 10px 0;
    margin-left: 45px;
}

.list_disk li {
    list-style: disc;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    padding: 5px;
}

.list_disk li::marker {
    color: #81a447;
}

.list_decimal li {
    list-style: decimal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    padding: 5px;
}

.list_decimal li::marker {
    color: #81a447;
}

.swiper-wrapper img {width:100%;height:100%;}

.block_text-item {transition-duration: 0.5s;}
.block_text-item:hover {transform: scale(1.04) !important;}


#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: #000;
}

.cookie_accept{
    width:20%;font-size: 12px;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;z-index: 99999;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;z-index: 99999;
    }
    
    .cookie_accept {width: 100%;}
}


.breadcrumbs span a, .breadcrumb_last {color: #949494;border: 0;}

.breadcrumb_last {font-weight:bold;}