html {
    overflow-x: hidden;
}

body {
    font-family: 'Haval', sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    overflow-x: hidden;
    /*background: url(../img/bg_main.jpg) 50% 88px no-repeat;*/
}

.rub {
    font-family: Arial, sans-serif;
    font-style: normal;
    /* font-size: .9em; */
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
    overflow: auto !important;
}

.mob_br {
    display: none;
}

.row_toggle + .row_toggle_container {
    display: none;
}

div, span, font, select, input, button, font, a {
    box-sizing: border-box;
}

input[type=text],
input[type=phone],
input[type=tel],
select {
    font-family: 'Haval', sans-serif;
    color: black;
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000000;
}

input[type="text"]:-ms-input-placeholder {
    color: #000000;
}

input[type="text"]::-ms-input-placeholder {
    color: #000000;
}

input[type="text"]::placeholder {
    color: #000000;
}

sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/bg_select.png) 95% 50% no-repeat;
    border: 1px solid #b7b7b7;
}

a:hover {
    text-decoration: none;
}

.WebDMSServiceWidget{
    border: 0;
    overflow: hidden;
    margin: 20px auto 50px;
    max-width: 1200px;
}
.WebDMSServiceWidget iframe{border: 0;min-height: max(900px, 100vh);}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1222px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1222px;
        max-width: 100%;
    }
}

.row {
    position: relative;
    float: none;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
    padding: 5px 29px !important;
    padding-bottom: 15px !important;
}

.popup_container .agree_field {
    color: black;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.popup_container .agree_field a {
    color: black;
    text-decoration: underline;
    display: block;
}

input[type=checkbox] {
    display: block;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 20px;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 10px;
}

.popup_container .form-group input[type=text] {
    height: 60px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: 'Haval', sans-serif;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Haval', sans-serif;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.agree_field a {
    color: #ffffff;
}

.agree_field input {
    position: absolute;
    top: -2px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}


form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=text] {
    height: 50px;
    width: 100%;
    padding: 0px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    outline: none;
    font-family: 'Haval', sans-serif;
}

form .form-group button {
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: 'Haval', sans-serif;
}

.form_title {
    color: #000000;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    padding: 0px 0px 47px;
}

.form_title span {
    display: block;
    color: #aa2635;
    white-space: nowrap;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background: #d62230;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.btn:hover {
    background: #9b000c;
}

/***********HEADER***********/

header {
    background: #252525;
    padding: 11px 0;
}

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

.logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.top_addr {
    color: #ffffff;
    font-size: 11px;
}

.top_addr .worktime {
    font-size: 11px;
    color: #9b9b9b;
    padding-top: 5px;
}

.top_phone {
    font-size: 14px;
    color: #9e9e9e;
    display: block;
    text-decoration: none;
    position: relative;
    /*right: -75px;*/
}


header .btn {
    font-size: 11px;
    text-transform: uppercase;
    height: 40px;
    width: 200px;
}

header .m_btn {
    display: none;
}

.menu {
    background: #1c1c1c;
    margin-top: 0;
}

.menu_wrap {
    padding: 15px 0;
    border-top: 1px solid #636B70;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_item {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    transition: all .3s;
    box-sizing: border-box;
    text-transform: uppercase;
}

.menu_item:hover {
    color: #d62230;
}

.banner_slider {
    position: absolute !important;
    width: 100%;
    top: 110px;
}
.banner_slider + .container {
    pointer-events: none;
}

.banner_slider + .container .btn {pointer-events: all;}

.banner_slider .slick-slide {
    height: 674px !important;
    outline: none;
}

.banner_slider .slide1 {
    background: url("../img/slide1_ny.jpg?v=3") 50% 0 no-repeat;
}

.banner_slider .slide2 {
    background: url("../img/slide2_ny.jpg") 50% 0 no-repeat;
}

.banner_slider .slide3 {
    background: url("../img/slide3_ny.jpg") 50% 0 no-repeat;
}

.banner_slider .slide4 {
    background: url("../img/slide4.jpg") 50% 0 no-repeat;
}

.banner_slider .slide5 {
    background: url("../img/slide5.jpg") 50% 0 no-repeat;
}

.banner_slider .slide6 {
    background: url("../img/slide6.jpg") 50% 0 no-repeat;
}

.banner_slider .slide7 {
    background: url("../img/slide7.jpg") 50% 0 no-repeat;
}

.banner_slider .slide8 {
    background: url("../img/slide8.jpg") 50% 0 no-repeat;
}
.banner_slider .slide9 {
    background: url("../img/slide9.jpg") 50% 0 no-repeat;
}


.banner_slider .slick-prev {
    width: 23px !important;
    height: 43px !important;
    background: url("../img/prev.png") 50% no-repeat;
    z-index: 1;
    left: 35px !important;
}

.banner_slider .slick-next {
    width: 23px !important;
    height: 43px !important;
    background: url("../img/next.png") 50% no-repeat !important;
    z-index: 1;
    right: 35px !important;
}

.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
    display: none;
}

.title_container {
    height: 545px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
}


.title_container.slide2 {
    color:black;
    height: 586px;
}
.title_container.slide8 {
    color:black;
    height: 586px;
}

.title_container.slide9 {
    margin-top: 26px;
}


.title1 {
    font-size: 40px;
    font-weight: 900;
    padding-top: 80px;
    line-height: 130%;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    color: #000;
    /* text-align: center; */
}

/*
.title1 span {
    font-size: 70px;
}
*/

.title1 b {
    color: #d62230;
}

.title_comment {
    font-size: 42px;
    color: #000;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.banner_sales {
    margin-top: 170px;
}

.banner_sales .item {
    padding: 5px 0 5px 50px;
    font-size: 26px;
    background: url(../img/sale__ny.png) 0 100% no-repeat;
    margin-bottom: 10px;
    color: #000;
}

.banner_sales .item b {
    font-size: 30px;
}

.title_comment div {
    /* margin: 0 25px; */
}

.title_comment span {
    color: #d62230;
}

.title_comment b {
    /* font-weight: 900; */
    /* font-size: 130px; */
    /* color: #d62230; */
}

.title_props {
    margin-top: 35px;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
}

.title_props div {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 30px;
    background: url("../img/ttl_slash.png") 0 80% no-repeat;
    min-height: 33px;
    line-height: 120%;
}


.title2 {
    font-size: 38px;
    /*padding-top: 10px;*/
    display: inline-block;
    background: rgb(255, 255, 255);
    line-height: 130%;
    padding: 10px 40px 0;
}


.title2__slide9 { 
    color: #000000;
    padding: 16px;
    padding-right: 100px;
    margin-bottom: 22px;
}

.title_container.slide4 {
    margin-top: 41px;
}
.title_container.slide4 .title2 {
    color: #000000;
    text-transform: uppercase;
    line-height: 38px;
    padding: 18px 40px 16px;
}

.title3 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 65px;
    line-height: 130%;
}

.title4 {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 70px;
}

.title2 span {
}

.title3 span {
    background: #d62230;
    padding: 0px 10px;
    height: 60px;
    display: inline-block;
    line-height: 100%;
}

.title4 span {
    color: #d62230;
}

.title_precomment {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 16px;    
}

.title_comment2 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 380px;
    padding: 20px 20px 10px;
    border-left: 20px solid #d50000;
    display: inline-block;
    background: rgb(255, 255, 255);
    line-height: 130%;
}

.title_comment2__slide9 {
    margin-top: 0;
    max-width: 565px;
    margin-bottom: 8px;
    font-size: 16px;
    background: #FFFFFF33;
    backdrop-filter: blur(4px);
    padding: 20px;
    width: 100%;
}
.title_comment2__slide9 > div {
    position: relative;
    padding-left: 56px;
}
.title_comment2__slide9 > div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url(../img/title_ico1.svg) no-repeat;
}
.title_comment2__slide9.ico2 > div:before {
    background: url(../img/title_ico2.svg) no-repeat;
}
.title_comment2__slide9.ico3 > div:before {
    background: url(../img/title_ico3.svg) no-repeat;
}
.title_comment2__slide9.ico4 > div:before {
    background: url(../img/title_ico4.svg) no-repeat;
}

.title_comment3 {
    font-size: 40px;
    padding-left: 20px;
    border-left: 20px solid #d62230;
    margin-top: 60px;
}

.title_comment4 {
    color: #fff;
    line-height: 50px;
    padding: 10px 0;
    padding-left: 20px;
    border-left: 20px solid #d62230;
    margin-top: 100px;
}

.title_comment2 > div {
}

.title_comment3 > div {
}

.title_comment4 > div {
    font-size: 40px;
    text-transform: uppercase;
}

.title_comment2 span {
}

.title_comment2 b {
    font-size: 1.3em;
}

.title_comment3 span {
}

.title_comment3 b {
    font-size: 1.3em;
}

.title_comment4 span {
    color: #d62230;
    font-weight: 800;
}

.title_comment4 b {
    font-size: .75em;
}

.title_container.slide5 .title2 {
    background: none;
    font-size: 40px;
    color: #ffffff;
    padding-top: 120px;
}

.title_container.slide5 .title2 b {
    display: block;
    font-size: 70px;
    line-height: 95%;
    margin-top: 10px;
}

.title_container.slide5 .title2 span {
    display: block;
    font-weight: 700;
    font-size: 46px;
    padding: 15px 20px;
    background: #d62230;
    margin-top: 30px;
}

.benner_props {
    display: grid;
    row-gap: 14px;
    margin-top: 51px;
}
.benner_props div {
    position: relative;
    padding-left: 26px;
    color: #fff;
    font-size: 26px;
    display: grid;
}
.benner_props div:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 2px;
    background: #ffffff;
}
.benner_props div b {
    display: block;
    margin-top: 8px;
    font-size: 28px;
    color: #D62230;
}

.online_work {
    position: absolute;
    top: 187px;
    left: 15px;
    padding: 12px 25px 12px 100px;
    background: url(../img/online_work.png) 15px 50% no-repeat #fff;
    border: 2px solid #000;
    box-shadow: 0 0 0 6px #fff;
}

.online_work .content {

}

.online_work .text1 {
    font-size: 24px;

}

.online_work .text1 span {
    color: #d62230;
}

.online_work .text2 {
    font-size: 17px;
}

.title_form {
    width: 100%;
    max-width: 100%;
    margin-top: 110px;
    position: relative;
    padding: 31px 40px;
    background: #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.title_form:before {
    content: '';
    display: block;
    width: 64px;
    height: 82px;
    background: url("../img/title_form_ico.png") 50% no-repeat;
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 1;
}*/

.title_form_wrap {
    width: 49%;
    /*height: 100%;
    position: absolute;
    background: url("../img/spec_bg.png") 0 50% no-repeat;
    background-size: cover;*/
}

.title_form_name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 15px;
}

.title_form_name span {
    color: #d62230;
}

.title_form_props {
}

.title_form_props div {
    /*padding: 2px 0 2px 35px;*/
    font-weight: 400;
    font-size: 18px;
    /*background: url("../img/slash.png") 0 50% no-repeat;*/
}

.title_form_props div b {
    color: #d62230;
}

#form1 {
    width: 559px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#form1 .form-group {
    width: 49%;
    margin-bottom: 0;
}

#form1 .form-group input[type=text] {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
}

#form1 button {
    font-size: 16px;
}

#form1 .agree_field,
#form1 .agree_field a {
    color: #000000;
}

/************service_NG************/

.service_ng {
    background: url(../img/service_ng_bg.jpg) 0% 0% no-repeat;
    color: white;
    margin-top: 50px;
}

.service_ng .service_title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
}

.service_ng .service_title span {
    color: #f81a31;
}

.service_ng .service_profit {
    font-size: 16px;
    display: flex;
    padding-top: 15px;
}

.service_ng .service_profit div {
    display: flex;
    align-items: center;
}

.service_ng .service_profit div:last-child {
    margin-left: 30px;
}

.service_ng .service_profit span {
    font-size: 48px;
    font-weight: 700;
    color: #f81a31;
    position: relative;
    padding-left: 25px;
    display: block;
}

.service_ng .service_profit font {
    display: block;
    padding-left: 10px;
}

.service_ng .service_profit span:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background: #f81a31;
    height: 35px;
    width: 8px;
    transform: skewX(-25deg);
}

.service_ng .service_comment {
    font-size: 24px;
    font-weight: 700;
    padding-top: 15px;
}

.service_ng .service_list {
    font-size: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service_ng .service_list li {
    padding-left: 15px;
    position: relative;
    padding-top: 5px;
}

.service_ng .service_list li:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    background: #f81a31;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.service_ng .service_disclaimer {
    font-size: 12px;
    padding-top: 35px;
    padding-bottom: 35px;
}


/************service_NG END************/


/************OFFERS************/

.offers_block {
    padding: 36px 50px 42px;
    background: url(../img/offers_block_bg.jpg) no-repeat;
    background-size: auto 102%;
    background-position: 100% 0;
}
.offers_block_title1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 120%;
}
.offers_block_title1 span {
    padding: 8px 12px 4px;
    background: #9B000C;
}
.offers_block_title2 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}
.offers_block_props {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.offers_block_props > div {
    position: relative;
    padding-left: 57px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    min-width: 33%;
    min-height: 44px;
}
.offers_block_props > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 44px;
    height: 44px;
}
.offers_block_props > .ico1:before {
    background: url(../img/offers_block_props_ico1.svg) no-repeat;
}
.offers_block_props > .ico2:before {
    background: url(../img/offers_block_props_ico2.svg) no-repeat;
}
.offers_block_props > .ico3:before {
    background: url(../img/offers_block_props_ico3.svg) no-repeat;
}
.offers_block_props > .ico4:before {
    background: url(../img/offers_block_props_ico4.svg) no-repeat;
}
.offers_block_props > .ico5:before {
    background: url(../img/offers_block_props_ico5.svg) no-repeat;
}

.offers_title {
    padding-top: 120px;
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.offers_list {
    margin-top: 80px;
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-between; */
    gap: 2.8%;
}

.offers_item {
    margin-bottom: 95px;
    width: 22.88%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.offers_item:nth-child(4) {
    /* margin-left: 17%; */
}

.offers_item:nth-child(5) {
    /* margin-right: 17%; */
}

.offers_item .disc {
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #d52034;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: -10px;
    transform: skewX(-25deg);
}

.offers_item .disc span {
    transform: skewX(25deg);
}

.offer_text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 95px;
    line-height: 130%;
}

.offer_text br {
    /* display: none; */
}

.offer_text span {
    font-size: 0.8em;
    line-height: 1.2;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.offer_text b {
    color: #d62230;
}

.offer_text ul {
    margin: 0;
    padding: 5px 0 0 17px;
    text-align: left;
}

.offer_text ul li {
    font-size: 16px;
    text-transform: none;
}

.offers_item .btn {
    font-size: 14px;
}

.offers_item.big50 {
    width: 49%;
    /* justify-content: flex-start; */
    padding: 30px 35px;
}

.offers_item.big50 .offer_title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 130%;
}

.offers_item.big50 .offer_title span {
    color: #d62230;
    font-weight: 700;
}

.offers_item.big50 .offer_comment {
    font-size: 18px;
    color: #fff;
}

.offers_item.big50.big_offer1 {
    background: url(../img/img_offer50_1.jpg) 50% 0 no-repeat;
    background-size: 100%;
}

.offers_item.big50.big_offer2 {
    background: url(../img/img_offer50_2.jpg) 50% 0 no-repeat;
    background-size: 100%;
}

.offers_item.big50 .btn {
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;
}

.offers_item.quest {
    padding: 20px;
    background: url("../img/quest_bg.jpg") 50% no-repeat;
    background-size: 280%;
}

.offers_item.quest .offer_title {
    color: #d62230;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    padding-left: 45px;
    background: url(../img/slash.png) 0 40% no-repeat;
}

.offers_item.quest .offer_text {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

/************BEST_OFFER************/

.best_offer {
    margin-bottom: 90px;
}
.best_offer_cont {
    padding-top: 55px;
    padding-bottom: 44px;
    padding-right: 44px;
    display: grid;
    justify-content: right;
    position: relative;
    background: url(../img/best_offer_bg.jpg) no-repeat;
    min-height: 246px;
}
.best_offer_cont .item {
    text-align: right;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.best_offer_cont .title {
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.best_offer_cont:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    background: url(../img/best_offer_before.png) no-repeat;
}
.best_offer_cont:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, #E6E6E6 100%);
}
.best_offer_form {
    max-width: 624px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.best_offer_form #form2 input[type=text] {
    border: 2px solid #fff;
    background: #ffffff40;
    backdrop-filter: blur(4px);
}
.best_offer_form #form2 .form-group:nth-child(7) {
    width: 44%;
}
.best_offer_form #form2 .form-group:nth-child(8) {
    width: 54%;
}
/************SERVICES************/

.serv_title {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.serv_list {
    display: flex;
    justify-content: space-between;
}

.serv_column {
    width: 48.6%;
}

.serv_item {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.serv_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f3f2;
}

.serv_ico {
    background: #d62230;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.serv_name {
    font-weight: 700;
    font-size: 14px;
    width: 77%;
}

.serv_arrow {
    width: 50px;
    height: 50px;
    background: #e1d9d6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv_arrow img {
    transform: rotate(0deg);
    transition: all .3s;
}

.serv_arrow img.down {
    transform: rotate(-90deg);
}

.serv_item ul {
    display: none;
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

.serv_item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
}

.serv_item ul li i {
    flex-grow: 1;
    border-top: 1px dashed #000000;
    margin: 0 5px;
}

.serv_item ul li b {
    color: #000000;
    white-space: nowrap;
}


/************CALC_TO_NEW************/

.calc_to_new {
    margin-top: 70px;
    margin-bottom: 50px;
    background: url("../img/calc_to_bg.jpg") 50% 0 no-repeat;
    padding: 40px 40px;
    transition: all .3s;
}

.calc_title {
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.calc_wrap {
    position: relative;
    height: 400px;
}

.calc_wrap .calc_cont_name {
    text-align: center;
    padding-bottom: 30px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}


.calc_wrap .calc_cont_comment {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.calc_wrap .calc_cont_wrap {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.calc_cont1 .calc_cont_wrap {
    padding: 0;
}

.calc_wrap .calc_opt {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 17.1%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    text-align: center;
    margin: 10px;
    height: 135px;
    box-shadow: 0px 4px 15.2px 0.8px rgba(0, 7, 4, 0.08);
}

.calc_cont1 .calc_opt {
    font-weight: 700;
}

.calc_cont3 .calc_opt {
    height: 65px;
}

.calc_wrap .calc_opt img {
    margin-bottom: 10px;
}

.calc_back {
    position: absolute;
    left: 40px;
    bottom: 25px;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
}

.calc_back:before {
    content: '\27F5';
    margin-right: 5px;
}

.calc_cont_price {
    background: #ffffff;
    width: 52%;
    margin: 0 auto 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 35px 0;
}

.calc_cont_price i {
    font-style: normal;
}

.calc_cont_price span {
    display: block;
    padding-top: 15px;
    text-transform: none;
}

#calc_form {
    margin: 15px auto 0;
    width: 52%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#calc_form .form-group {
    width: 49%;
    margin-bottom: 0;
}

#calc_form .agree_field {
    margin: 0 auto;
}

#calc_form .agree_field a {
    color: #000000;
}

#calc_form input[type=text] {
    border: none;
}


.calc_cont2,
.calc_cont3,
.calc_cont4 {
    display: none;
}

.calc_cont4 {
    padding-top: 70px;
}

/************ADVANTAGES************/

#advantages {
    margin-bottom: 70px;
}

.ags_title {
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 40px;
}

.ags_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.ags_item {
    width: 18%;
    color: #000000;
    background: #e6e6e6 url("../img/slash.png") 20px 30px no-repeat;
    text-decoration: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 20px;
    height: 186px;
    position: relative;
    transition: all .3s;
    font-size: 12px;
    line-height: 130%;
}

.ags_item br {
    display: none;
}

.ags_item:hover {
    background: #d52034 url("../img/slash_hov.png") 20px 30px no-repeat;
    color: #ffffff;
}

.ags_item img {
    margin-bottom: 10px;
    margin-left: 35px;
    min-height: 48px;
    position: relative;
}

.ags_item img.hov {
    display: none;
}

.ags_item:hover img {
    display: none;
}

.ags_item:hover img.hov {
    display: block;
}

/************CONTACTS************/

.contacts {
    /*margin-top: 75px;*/
    background: url("../img/cont_bg.jpg") 0 0 no-repeat;
    background-size: 50.75%;
    background: #E6E6E6;
}

.cont_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
}

.cont_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #d62230;
    padding-bottom: 25px;
}

.bot_addr {
    /*color: #ffffff;*/
    font-size: 16px;
    padding-bottom: 20px;
}

.bot_worktime {
    font-size: 16px;
    color: #9b9b9b;
    padding-top: 10px;
}

.bot_phone {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.cont_form {
    width: 43%;
}

.cont_form_title {
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 25px;
}

#form2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#form2 .form-group {
    width: 49%;
    margin-bottom: 0;
}

#form2 input[type=text] {
    background: transparent;
}

#form2 .agree_field a {
    color: #000000;
}

#map1 {
    margin-left: auto;
    width: 100%;
    height: 346px;
    background: url("../img/map.jpg") 50% 0 no-repeat;
}

footer {
    background: #e6e6e6;
}

.disclamer_switch {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 20px 0;
}

.disclamer {
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}


/*------------------------------------------------------------------------------- */

@media (min-width: 1400px) {
    .calc_to {
        background-position: 30% 0;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .offers_block {
        background-size: auto 100%;
        background-position: 38% 0;
    }
    .offers_block_props > div {
        min-width: 48%;
    }

    .online_work {
        /* top: 155px; */
    }

    .service_ng {
        background: url(../img/service_ng_bg.jpg) 50% 0% no-repeat;
    }

    .top_phone {
        right: 0;
    }

    .menu_wrap {
        width: 100%;
    }

    .title1 {
        /*padding-top: 54px;*/
        font-size: 50px;
    }

    .title_comment {
        font-size: 44px;
    }

    .title_form {
        /* margin-top: 99px; */
    }

    .title_form_wrap {
        width: 53%;
    }

    .title_form_props {
    }

    .title_form_props div {
        font-size: 24px;
    }

    .title2 {
    }

    .title3 {
    }

    .title4 {
    }

    .title2 span {
    }

    .title3 span {
    }

    .title4 span {
    }

    .title_comment2 {
    }

    .title_comment3 {
    }

    .title_comment4 {
    }

    .title_comment2 > div {
    }

    .title_comment3 > div {
    }

    .title_comment4 > div {
    }

    .title_comment2 span {
    }

    .title_comment2 b {
    }

    .title_comment3 span {
    }

    .title_comment3 b {
    }

    .title_comment4 span {
    }

    .title_comment4 b {
    }

    .offer_text {
        min-height: unset;
    }

    .offers_item.big50 {
        padding-bottom: 0;
        width: 22.8%;
        padding: 0;
        padding-top: 127px;
    }

    .offers_item.big50 .offer_title {
        font-size: 18px;
        color: #000;
    }

    .offers_item.big50 .offer_title span {
    }

    .offers_item.big50 .offer_comment {
        color: #000;
    }

    .offers_item.big50.big_offer1 {
    }

    .offers_item.big50.big_offer2 {
    }

    .offers_item.big50 .btn {
        width: 100%;
        margin-top: 0;
    }

    .serv_name {
        width: 70%;
    }

    .ags_item {
        width: 18%;
        font-size: 14px;
    }

    .cont_form_title {
        font-size: 20px;
    }

    #map1 {
        width: 100%;
    }

    .serv_item ul li b {
        white-space: nowrap;
    }

    .serv_item ul li span {
        width: 65%;
    }

    .serv_item ul li i {
        display: none;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .online_work {
        /* top: 95px; */
    }

    .top_addr {
        display: none;
    }

    header .btn {
        width: 20%;
    }

    .calc_to_new {
        padding: 30px 0;
    }

    #calc_form {
        width: 70%;
    }

    .calc_wrap .calc_opt {
        width: 18%;
        font-size: 12px;
    }

    .title1 {
        font-size: 38px;
    }

    .title1 span {
        font-size: inherit;
    }

    .title_comment {
        font-size: 30px;
    }

    .title_comment b {
        /* font-size: 100px; */
    }

    .title2 {
    }

    .title3 {
    }

    .title4 {
    }

    .title2 span {
    }

    .title3 span {
    }

    .title4 span {
    }

    .title_comment2 {
    }

    .title_comment3 {
    }

    .title_comment4 {
    }

    .title_comment2 > div {
    }

    .title_comment3 > div {
    }

    .title_comment4 > div {
    }

    .title_comment2 span {
    }

    .title_comment2 b {
    }

    .title_comment3 span {
    }

    .title_comment3 b {
    }

    .title_comment4 span {
    }

    .title_comment4 b {
    }

    .menu {
        padding: 12px 0;
    }

    .menu_item {
        font-size: 12px;
    }

    .title_form {
        /*margin-top: 85px;*/
        flex-direction: column;
        align-items: flex-start;
    }

    .title_form_props {
        width: 70%;
    }

    .title_form_wrap {
        width: 75%;
    }

    #form1 {
        width: 100%;
        margin-top: 30px;
    }

    .offers_item {
        width: 48%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .offers_item.big50 {
        width: 48%;
        padding-top: 192px;
    }

    .serv_name {
        width: 62%;
        font-size: 14px;
    }

    .calc_cont1 .calc_cont_wrap {
        justify-content: center;
    }

    .ags_title {
        padding-top: 30px;
        font-size: 26px;
    }

    .ags_list {
        justify-content: space-around;
    }

    .ags_item {
        width: 30%;
        margin-bottom: 20px;
    }

    .contacts {
        background-size: 115%;
    }

    .cont_form_title {
        font-size: 16px;
        color: #ffffff;
    }
}
@media (max-width: 991px) {
    .offers_block {
        padding: 20px 20px 20px;
        background: url(../img/offers_block_bg_mob.jpg) no-repeat;
        background-size: auto 100%;
    }
    .offers_block_title1 {
        font-size: 5vw;
        text-transform: initial;
    }
    .offers_block_title1 span {
        padding: 0;
        background: transparent;
        color: #B91B23;
    }
    .offers_block_title2 {
        margin-top: 2vw;
        font-size: 3vw;
    }
    .offers_block_props {
        margin-top: 24px;
    }
    .offers_block_props {
        margin-top: 24px;
        row-gap: 10px;
    }
    .best_offer_cont {
        padding: 0;
    }
    .best_offer_cont .title {
        text-align: center;
        line-height: 136%;
    }
    .best_offer_cont .item {
        text-align: center;
        margin-top: 280px;
        margin-bottom: 18px;
    }
    .best_offer_cont .title {
        text-align: center;
    }
    .best_offer_cont:after {
        background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, #ffffff 100%);
    }
    .best_offer_form {
        margin-top: 30px;
    }
    .best_offer_form #form2 input[type=text] {
        border: 2px solid #000;
        background: #E6E6E6;
    }
}
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .mob_br {
        display: block;
    }
    .title_container.slide4 {
        padding-top: 60vw;
    }
    .title_container.slide4 .title2 {
        line-height: 5vw;
        font-size: 4vw;
    }
    .benner_props {
        display: grid;
        row-gap: 1vw;
        margin-top: 4vw;
        justify-content: center;
        text-align: center;
    }
    .benner_props div {
        padding-left: 0vw;
        color: #000;
        font-size: 3vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .benner_props div:before {
        content: '';
        position: relative;
        top: 1vw;
        left: -1vw;
        width: 2vw;
        height: 2px;
        background: #000000;
    }
    .benner_props div b {
        font-size: 5vw;
        width: 100%;
    }

    .online_work {
        position: static;
        margin-top: 15px;
        padding: 13px;
        text-align: center;
        background: none;
    }

    .online_work .text1,
    .online_work .text2 {
        font-size: 18px;
    }

    .service_ng {
        color: black;
        background-position: 100% 20%;
        background-size: 180%;
    }

    .service_ng .service_title {
        font-size: 20px;
        padding-top: 0;
    }

    .service_ng .service_profit {
        display: block;
        padding-top: 53%;
    }

    .service_ng .service_profit div:last-child {
        margin-left: 0;
    }

    .service_ng .service_profit span {
        font-size: 36px;
        padding-left: 17px;
    }

    .service_ng .service_profit span:before {
        top: 11px;
        height: 27px;
    }

    .service_ng .service_comment {
        font-size: 20px;
    }

    .service_ng .service_list {
        font-size: 16px;
    }

    .calc_to_new {
        padding: 20px 10px 50px;
        margin-top: 30px;
        background-size: cover;
    }

    .calc_wrap {
        height: auto;
    }

    #calc_form {
        width: 100%;
    }

    .calc_wrap .calc_opt {
        width: 43%;
    }

    .calc_cont_price {
        width: 100%;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: -26px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 30px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #d62230;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -100%;
        transition: all .3s linear;
        z-index: 2;
        padding: 0;
        margin-top: 0;
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        flex-direction: column;
        width: 100%;
    }

    .menu_item {
        padding: 0;
        border: none;
        margin-top: 20px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 5px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 80%;
        column-gap: 10px;
    }

    .top_addr {
        display: none;
    }

    header img {
        order: 1;
        width: 90%;
    }

    header .top_phone {
        order: 4;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        right: 0;
    }

    header .top_phone span {
        display: none;
    }

    header .btn {
        order: 5;
        margin-top: 10px;
        width: 100%;
        display: none;
    }

    body {
        background-size: 150%;
        background-position: 100% 95px;
    }

    .banner_slider {
        top: 62px;
    }

    .banner_slider .slide1,
    .banner_slider .slide3,
    .banner_slider .slide4,
    .banner_slider .slide2,
    .banner_slider .slide5,
	.banner_slider .slide8,
	.banner_slider .slide9	{
        background-size: 150%;
        background-position: 85% 0px;
    }

    .banner_slider .slide6 {
        background-size: 150%;
        background-position: 15% 0px;
    }

    .banner_slider .slide7 {
        background-size: 150%;
        background-position: 0 0px;
    }

    .banner_slider .slick-prev,
    .banner_slider .slick-next {
        top: 14% !important;
        transform: scale(0.8) !important;
        background-color: #000 !important;
        padding: 5px !important;
        background-size: 60% !important;
        z-index: 1;
    }

    .banner_slider .slick-prev {
        left: 10px !important;
    }

    .banner_slider .slick-next {
        right: 10px !important;
    }

    .title1 {
        text-align: left;
        font-size: 23px;
        padding-top: 100px;
        /* line-height: 200%; */
        padding-bottom: 0;
        text-align: center;
    }

    .title1 span {
        font-size: inherit;
        display: block;
    }

    .title1 b {
        white-space: nowrap;
    }

    .title_comment {
        text-align: center;
        padding-top: 179px;
        font-size: 24px;
        flex-direction: column;
        color: #000000;
        line-height: 130%;
    }

    .banner_sales {
        margin-top: 15px;
    }

    .banner_sales .item {
        color: #000;
        font-size: 18px;
        padding-top: 15px;
        margin-bottom: 0;
    }

    .banner_sales .item b {
        font-size: inherit;
    }

    .title_comment b {
        /* font-size: 100px; */
        /* display: block; */
    }

    .title_comment div {
        margin: 0;
    }

    .title_comment div:first-child {
        margin-bottom: -15px;
    }

    .title_comment br {
        /* display: none; */
    }

    .title2 {
        padding-top: 130px;
        font-size: 34px;
    }

    .title2_comment {
        padding-top: 70px;
        color: #000000;
        font-size: 24px;
    }

    .title2_comment span {
        margin-top: 10px;
    }

    .title_props {
        width: 100%;
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .title_props div {
        margin-top: 10px;
    }

    .title_props div br {
        display: none;
    }

    .title_form {
        margin-top: 20px;
        padding: 20px;
        flex-direction: column;
    }

    .title_form:before {
        width: 50px;
        background-size: 100%;
        top: 45px;
        left: 15px;
    }

    .title_form_wrap {
        width: 100%;
    }

    .title_form_name {
        text-align: center;
        padding-left: 0;
        line-height: 130%;
    }

    .title_form_props {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .title_form_props div {
        width: 100%;
        font-size: 16px;
        line-height: 130%;
    }


    .title2 {
        /* padding: 270px 0 10px; */
        font-size: 6vw;
        display: block;
        background: none;
        margin-bottom: 10px !important;
        text-align: center;
        padding: 0px;
        margin-top: 0px !important;!i;!;
    }

    .title_container.slide5 .title2 {
        padding-top: 325px;
        font-size: 28px;
        display: block;
        background: none;
        color: #000000;
    }

    .title_container.slide5 .title2 b {
        font-size: 40px;
    }

    .title_container.slide5 .title2 span {
        display: inline-block;
        padding: 10px;
        color: #ffffff;
        margin-top: 10px;
        font-size: 28px;
    }

    .title_container {
        height: auto;
        display: block;
        margin-top: 0px !important;
        padding-top: 74vw !important;
    }

    .title_container.slide3 {
        color: #000000;
    }

    .title_container.slide3 .title3 span {
        height: auto;
    }

    .title3 {
        font-size: 28px;
        padding-top: 325px;
    }

    .title4 {
        font-size: 7vw;
        color: #000;
        padding-top: 310px;
        text-align: center;
    }

    .title2 span {
    }

    .title3 span {
    }

    .title4 span {
    }

    .title_container.slide6 {
        height: 300px;
    }

    .title_comment2 {
        margin-top: 10px;
        font-size: 6vw;
    }

    .title_comment3 {
        margin-top: 10px;
        font-size: 28px;
    }

    .title_comment4 {
        color: #000;
        font-size: 5vw;
        line-height: initial;
        margin-top: 15px;
    }

    .title_comment2 > div {
    }

    .title_comment3 > div {
    }

    .title_comment4 > div {
        font-size: inherit;
    }

    .title_comment2 span {
    }

    .title_comment2 b {
    }

    .title_comment3 span {
    }

    .title_comment3 b {
    }

    .title_comment4 span {
    }

    .title_comment4 b {
    }

    .title2__slide9 {
        /* padding: 385px 0 10px; */
    }
    .title_precomment {
        color: #000000;
    }
    .title_comment2__slide9 {
        background: #00000033;
        font-size: 3vw;
        max-width: 100%;
        margin-top: 0;
        padding: 15px;
        color: #000000;
    }
    .title_comment2__slide9 > div {
        padding-left: 65px;
    }
    #form1 {
        width: 100%;
        margin-top: 20px;
    }
    #form1 .form-group {
        width: 100%;
    }
    #form1 input[type=text] {
        border: 1px solid #000000;
    }

    #form1 .agree_field {
        margin-top: 10px;
    }

    .offers_title {
        text-align: center;
        font-size: 24px;
        padding-top: 30px;
        line-height: 130%;
    }

    .offers_item {
        width: 100%;
        margin-bottom: 50px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .offer_text {
        min-height: unset;
        font-size: 16px;
        text-align: center;
    }

    .offers_item.big50 {
        width: 100%;
        padding: 0;
        padding-top: 245px;
        background-size: 420px auto !important;
    }

    .offers_item.big50 .offer_title {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .offers_item.big50 .offer_title span {
    }

    .offers_item.big50 .offer_comment {
    }

    .offers_item.big50.big_offer1 {
    }

    .offers_item.big50.big_offer2 {
    }

    .offers_item.big50 .btn {
        width: 100%;
        margin-top: 12px;
    }

    .offers_item.quest .offer_text {
        padding: 30px 0;
    }

    .title_ags {
        flex-direction: column;
    }

    .title_ags a {
        width: 100%;
        font-size: 12px;
    }

    .serv_list {
        flex-flow: wrap;
    }

    .serv_column {
        width: 100%;
    }

    .serv_title {
        text-align: center;
    }

    .serv_name {
        width: 65%;
        font-size: 14px;
    }

    .serv_item ul li span {
        width: 65%;
    }

    .serv_item ul li i {
        display: none;
    }

    .serv_item ul li b {
        white-space: nowrap;
    }

    #services {
        margin-top: 50px;
    }

    .calc_title {
        font-size: 20px;
        line-height: 130%;
    }

    .calc_wrap .calc_cont_name {
        font-size: 20px;
    }

    .calc_wrap .calc_opt {
        margin: 10px;
    }

    .calc_cont1 .calc_cont_wrap {
        justify-content: space-between;
        padding: 0;
    }

    .ags_title {
        padding-top: 0;
        text-align: center;
        font-size: 20px;
        line-height: 130%;
    }

    .ags_item {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        height: auto;
        padding-bottom: 15px;
    }

    .ags_item span {
        width: 20%;
    }

    .contacts {
        margin-top: 30px;
        /*background: #000000;*/
    }

    .cont_bg {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        width: 100%;
        padding: 25px 0 25px;
        flex-direction: column;
    }

    .cont_form {
        width: 100%;
    }

    .cont_form_title {
        padding-top: 30px;
        /*color: #ffffff;*/
        font-size: 5vw;
    }

    .bot_salon {
        padding: 0 20px;
    }

    #map1 {
        height: 350px;
        background-position: 50% 50%;
        width: 100%;
    }

    #form2 {
        flex-flow: wrap;
    }

    #form2 .form-group {
        width: 100%;
    }

    #form2 .agree_field {
        margin-top: 10px;
    }

    #form2 .agree_field a {
        /*color: #ffffff;*/
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .title2__slide9 {
        /* padding: 250px 0 10px; */
    }
    .title_container.slide4 .title2 {
        padding: 0;
        font-size: 4vw;
        line-height: 5vw;
    }
    .benner_props div {
        font-size: 4vw;
    }
    .title_container.slide4 {
        padding-top: 66vw;
    }
    .best_offer_form #form2 .form-group:nth-child(7),
    .best_offer_form #form2 .form-group:nth-child(8) {
        width: 100%;
    }
    .best_offer_cont {
        background-position-x: 11%;
    }
    .best_offer_cont .item {
        font-size: 18px;
    }
}
@media (max-width: 390px) {
    .title_comment {
        padding-top: 160px;
    }

    .title2_comment {
        padding-top: 50px;
    }

}

@media (max-width: 380px) {


    .service_ng {
        background-position: 100% 19%;
    }
}

@media (max-width: 360px) {
    .banner_slider {
        /* top: 83px; */
    }

    body {
        background-position: 85% 80px;
    }

    header .top_phone {
        font-size: 13px;
        padding-left: 20px;
    }

    .service_ng .service_title {
        font-size: 19px;
    }

    .service_ng {
        background-position: 100% 18%;
    }

    .title1 {
        font-size: 19px;
    }

    .title2 {
        /* padding-top: 265px; */
    }

    .title_container.slide5 .title2 {
        padding-top: 265px;
    }

    .title_container.slide5 .title2 span {
        font-size: 24px;
    }

    .title1_comment {
        font-size: 20px;
    }

    .title2_comment {
        font-size: 20px;
        padding-top: 40px;
    }

    .title1_offers_item {
        font-size: 12px;
    }

    .title_ags a {
        font-size: 10px;
    }

    .ags_item {
        font-size: 12px
    }

    .agree_field {
        font-size: 10px;
    }

    .bot_addr {
        font-size: 14px;
    }

    .calc_wrap .calc_opt {
        width: 42%;
        font-size: 12px;
    }

    .ags_item {
        font-size: 10px;
    }

    .title1 {
        padding-top: 98px;
    }

    .title_comment {
        padding-top: 160px;
    }

}

@media (max-width: 320px) {

    .title_form:before {
        width: 25px;
        top: 57px;
    }

    .service_ng {
        background-position: 100% 20%;
    }

}

.title2__slide1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title_comment2__slide1 {
    margin-top: 0;
}

.title_comment2__slide4 {
        margin-top: 18px;
    color: #000000;
}

.title3__slide2 {
    border-radius: 0px 0px 98.5px 0px;
    background: rgba(214, 34, 48, 0.60);
    padding-top: 0;
    padding: 20px 33px 20px 46px;
    backdrop-filter: blur(9.100000381469727px);
    margin-top: 27px;
    margin-bottom: 340px;
}

.title_comment3__slide2 {
    margin-top: 0;
    border-radius: 0px 62px 0px 0px;
    background: rgba(255, 255, 255, 0.80);
    color: #000;
    font-size: 30px;
    padding: 10px;
}

.title3__month {
    display: inline-block;
    background-color:transparent;
}

.titleSlide3 {
    background: rgba(37, 37, 37, 0.70);
    backdrop-filter: blur(11.199999809265137px);
    padding: 20px 134px 15px 46px;
    height: max-content;
    margin-top: 35px;
    flex-direction: column;
    justify-content: center;
}

.titleSlide3 div {
    color: white;
}

.title1__slide3 {
    padding: 0;
    height: max-content;
}


.title1__slide3Title {
    color: white;
}

.titleSlide3__mob {
    display: none;
}

.banner_sales .item {
    color: white;
}

.titleSlide3__desktop {
    margin-bottom: 370px;
}

@media (max-width: 767px) {
    .titleSlide3__mob {
        display: block;
        margin-bottom: 25px;
    }
    .titleSlide3__desktop {
        display: none;
    }

    .banner_sales .item {
        color: black;
        background-image: url(../img/banner_sale.png);
        line-height: 130%;
    }

    .title3__slide2 {
        margin-top: 300px;
        width: 100%;
        margin-bottom: 10px;
        background: transparent;
        backdrop-filter: none;
        font-size: 5vw;
        text-align: center;
        padding: 0;
    }

    .title_comment3__slide2 div{
        font-size: 18px;
    }
    .title_comment2__slide4 {
    margin-top: 3px;
    color: #000000;
    font-size: 5vw;
}

}

.banner_sales__ny {
    margin-top: 0;
}


