/*! 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
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'CharterITCBlack';
    src: url("../fonts/CharterITCBlack.woff2") format("woff2"), url("../fonts/CharterITCBlack.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TT6805M';
    src: url("../fonts/TT6805M.TTF") format("ttf");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: 'Roboto', sans-serif;
    color: #2e2e2e
}

img {
    width: 100%;
    height: 100%
}

a {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.title {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-align: center
}

.title span {
    color: #88c526
}

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

.menu_burger {
    display: none
}

.header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    -webkit-box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.06);
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    width: 166px;
    border-radius: 0 0 7px 7px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.header_logo-img {
    width: 158px;
    height: 86px
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu_link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.menu_link:hover {
    color: #a3ce0c
}

.main_subtitle-mobile {
    display: none
}

.header_call-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #323232;
    border-radius: 7px;
    font-size: 18px;
    height: 41px;
    background-image: url(../images/header_btn.png);
    width: 193px;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative
}

.header_call-number::before {
    position: absolute;
    content: "";
    background-image: url(../images/phone.png);
    width: 49px;
    height: 54px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_call-order {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    display: block
}

.main {
    padding: 170px 0 120px;
    background-image: url(../images/main_bg-test3.jpg);
    background-size: cover;
    position: relative
}

.main::before {
    position: absolute;
    content: "";
    background-image: url(../images/_leaves.png);
    width: 223px;
    height: 157px;
    top: 60px;
    left: 190px
}

.main::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 260px;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.main_title {
    font-size: 55px;
    position: relative;
    font-weight: 700;
    width: 640px;
    margin-bottom: 30px
}

.main_title span {
    color: #a3ce0c
}

.main_subtitle {
    font-size: 18px;
    line-height: 23.04px;
    font-weight: 600;
    width: 400px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.main_btn {
    background-image: url(../images/main_btn.png);
    width: 337px;
    height: 91px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 21.71px;
    margin-bottom: 155px;
    z-index: 1;
    position: relative
}

.main_inner {
    width: 810px;
    height: 180px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eeead9), to(#fff));
    background-image: -o-linear-gradient(bottom, #eeead9 0%, #fff 100%);
    background-image: linear-gradient(to top, #eeead9 0%, #fff 100%);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 794px;
    height: 169px;
    border: 1px solid #ffe384;
    border-radius: 6px;
    position: relative;
    z-index: 1
}

.main_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../images/leaves_main-wrap.png);
    width: 91px;
    height: 62px;
    bottom: 0;
    left: -43px
}

.main_item {
    text-align: center
}

.main_item-value {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative
}

.main_item-value::before {
    position: absolute;
    content: "";
    background-image: url(../images/main_item.png);
    width: 148px;
    height: 122px;
    right: 50%;
    bottom: 20%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.main_item-title {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    width: 60%;
    text-align: center;
    margin: 0 auto
}

.why {
    padding: 110px 0 200px;
    position: relative
}

.why::before {
    position: absolute;
    content: "";
    background-image: url(../images/why_bg.png);
    background-size: cover;
    width: 100%;
    height: 1278px;
    bottom: -40px
}

.why::after {
    position: absolute;
    content: "";
    background-image: url(../images/why_home.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 744px;
    top: 300px;
    left: 0
}

.why_title {
    position: relative;
    width: 500px;
    margin: 0 auto 55px
}

.why_wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why_item {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 23.04px;
    width: 360px;
    padding-left: 75px;
    position: relative;
    margin-bottom: 70px
}

.why_item-number {
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc907), to(#ffdd4b));
    background-image: -o-linear-gradient(bottom, #ffc907 0%, #ffdd4b 100%);
    background-image: linear-gradient(to top, #ffc907 0%, #ffdd4b 100%);
    opacity: 1;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.why_item-number::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 59px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc907), to(#ffdd4b));
    background-image: -o-linear-gradient(bottom, #ffc907 0%, #ffdd4b 100%);
    background-image: linear-gradient(to top, #ffc907 0%, #ffdd4b 100%);
    opacity: 0.4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.why_item-number::after {
    position: absolute;
    content: "1";
    font-family: 'CharterITCBlack';
    font-size: 25px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.why_item1 {
    margin-left: 40px
}

.why_item3 {
    margin-left: 45px;
    width: 255px
}

.why_item4 {
    margin-right: 90px;
    width: 390px
}

.why_item5 {
    margin-right: 25px
}

.why_item6 {
    width: 330px
}

.why_item-number2::after {
    content: "2"
}

.why_item-number3::after {
    content: "3"
}

.why_item-number4::after {
    content: "4"
}

.why_item-number5::after {
    content: "5"
}

.why_item-number6::after {
    content: "6"
}

.why_row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sale {
    position: relative
}

.sale::before {
    position: absolute;
    content: "";
    background-image: url(../images/sale_house.png);
    width: 930px;
    height: 686px;
    left: 0;
    top: 40%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sale::after {
    position: absolute;
    content: "";
    background-image: url(../images/sale_gor.png);
    width: 935px;
    height: 821px;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sale_inner {
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    position: relative
}

.sale_wrapper {
    border: 1px solid #ffc50b;
    border-radius: 6px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sale_info {
    padding-top: 10px;
    text-align: center;
    width: 44%;
    margin-right: 170px
}

.sale_title {
    color: #ffc60b;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px
}

.sale_subtitle {
    font-size: 40px;
    color: #323232;
    line-height: 45px;
    margin-bottom: 20px
}

.sale_text {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px
}

.sale_text span {
    font-weight: 700
}

.sale_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sale_inp-wrapper {
    width: 50%;
    position: relative
}

.sale_inp-wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../images/sale_phone.png);
    width: 17px;
    height: 21px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sale_inp-wrapper::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 40px;
    top: 0;
    background-color: #ececec
}

.sale_inp {
    width: 100%;
    height: 56px;
    -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.11);
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.11);
    border: 1px solid #dddddd;
    background-color: #ffffff;
    outline: none;
    border-radius: 30px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif
}

.sale_inp::-webkit-input-placeholder {
    color: #b2b2b2
}

.sale_inp::-moz-placeholder {
    color: #b2b2b2
}

.sale_inp:-ms-input-placeholder {
    color: #b2b2b2
}

.sale_inp::-ms-input-placeholder {
    color: #b2b2b2
}

.sale_inp::placeholder {
    color: #b2b2b2
}

.sale_btn {
    background-image: url(../images/sale_btn.png);
    background-size: cover;
    border: none;
    width: 45%;
    height: 55px;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    outline: none
}

.sale_btn::before {
    position: absolute;
    content: "";
    background-image: url(../images/sale_present.png);
    width: 279px;
    height: 169px;
    right: -120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: auto
}

.reviews {
    padding-top: 150px;
    position: relative
}

.reviews::before {
    position: absolute;
    content: "";
    width: 576px;
    height: 383px;
    background-image: url(../images/reviews_bef.png);
    top: 100px;
    left: 0;
    z-index: 2
}

.reviews::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 850px;
    background-image: url(../images/rev_for-bg.png);
    background-size: cover;
    bottom: -50px;
    left: 0
}

.reviews_title {
    margin-bottom: 40px
}

.reviews_title span {
    display: block
}

.reviews_slider {
    padding: 35px;
    width: 950px;
    margin: 0 auto 200px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    z-index: 1
}

.reviews_slider::before {
    position: absolute;
    content: "";
    width: 112px;
    height: 91px;
    background-image: url(../images/reviews_slider-bef.png);
    right: 0;
    bottom: -40px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.reviews_item-title {
    font-family: 'TT6805M';
    font-style: italic;
    font-size: 26px;
    width: 85%;
    padding: 0 38px;
    margin: 0 auto 15px;
    text-align: center;
    position: relative
}

.reviews_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../images/slider_img.png);
    width: 32px;
    height: 26px;
    top: 0;
    left: 0
}

.reviews_item-title::after {
    position: absolute;
    content: "";
    background-image: url(../images/slider_img.png);
    width: 32px;
    height: 26px;
    top: 0;
    right: 0
}

.reviews_item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 30px
}

.reviews_item-info::before {
    position: absolute;
    content: "";
    width: 265px;
    height: 2px;
    background-color: #d8f8a5;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.reviews_info-slider_item {
    border-radius: 8px;
    overflow: hidden;
    height: 320px
}

.reviews_info-slider_item img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_info-slider {
    width: 49%
}

.reviews_info-content {
    width: 49%
}

.dots_img-reviews {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.dots_img-reviews li button {
    padding: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #d8f8a5;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}

.dots_img-reviews .slick-active button {
    background-color: #88c527
}

.reviews_content-title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px
}

.reviews_content-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 23px;
    max-height: 280px;
    overflow-y: auto
}

.reviews_content-text a {
    color: #88c527
}

.dots-arrow {
    border: none;
    background: none;
    outline: none;
    width: 28px;
    height: 49px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arrow-right {
    right: -42px
}

.arrow-left {
    left: -42px
}

.dots_reviews {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -35px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.dots_reviews li button {
    padding: 0;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #9d9381;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}

.dots_reviews .slick-active button {
    background-color: #ffd000;
    width: 15px;
    height: 15px
}

.reviews_form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.reviews_form-inner {
    height: 568px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    width: 518px;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 1
}

.reviews_form {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #ffe384;
    border-radius: 8px;
    height: 100%;
    text-align: center
}

.reviews_form-title {
    color: #323232;
    font-size: 28px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto 25px
}

.reviews_form-title span {
    color: #88c526
}

.reviews_form-subtitle {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    width: 45%;
    margin: 0 auto 30px
}

.inp_wrapper-name {
    margin: 0 auto 20px;
    width: 65%
}

.inp_wrapper-name:before {
    background-image: url(../images/inp_name.png);
    background-size: cover
}

.inp_wrapper-phone {
    margin: 0 auto 35px;
    width: 65%
}

.reviews_form-btn {
    background-image: url(../images/sale_btn.png);
    background-size: cover;
    border: none;
    width: 65%;
    height: 72px;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    outline: none;
    margin-bottom: 25px
}

.reviews_form-text {
    width: 65%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
    color: #a4a4a4;
    font-family: 'Montserrat', sans-serif
}

.gallery {
    padding-top: 200px;
    position: relative
}

.gallery:before {
    position: absolute;
    content: "";
    background-image: url(../images/gallary_bg.jpg);
    background-size: cover;
    width: 95%;
    height: 647px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery_only {
    display: none
}

.gallery_title {
    margin-bottom: 40px;
    position: relative
}

.gallery_slider {
    height: 450px
}

.gallery_item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    height: 450px
}

.gallery_main {
    width: 58%;
    background-size: cover;
    background-position: center;
    outline: none
}

.gallery_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_wrapper {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery_dots {
    width: 220px;
    height: 139px;
    margin: 5px 0;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.gallery_dots::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

.gallery_dots::after {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: "";
    background-image: url(../images/gallary_hover.png);
    background-size: cover;
    width: 45%;
    height: 56%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery_dots:hover::after {
    opacity: 1
}

.gallery_slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    margin-top: 40px
}

.gallery_slider-dots li {
    display: none;
    background: none
}

.gallery_slider-dots li button {
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    border: none
}

.gallery_slider-dots li button .slick-dots-current {
    font-size: 28px;
    font-family: 'CharterITCBlack';
    color: #ffba00;
    background: none
}

.gallery_slider-dots li button .slick-dots-separator {
    color: #404040;
    font-size: 28px
}

.gallery_slider-dots li button .slick-dots-total {
    font-size: 18px;
    font-family: 'CharterITCBlack';
    color: #404040
}

.gallery_slider-dots .slick-active {
    display: block
}

.gallery-arrow {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    font-size: 27px;
    color: #404040;
    position: absolute;
    bottom: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery_arrow-left {
    left: 43%
}

.gallery_arrow-right {
    right: 43%
}

.quiz {
    padding-top: 190px;
    background-image: url(../images/quiz_bg.jpg);
    background-size: cover;
    background-position: bottom
}

.quiz_title {
    width: 550px;
    margin: 0 auto 45px
}

.quiz_body {
    position: relative
}

.quiz_body::before {
    position: absolute;
    content: "";
    background-image: url(../images/quiz_bg.png);
    width: 165px;
    height: 90px;
    left: -5%;
    bottom: 2%
}

.marquiz__container_inline {
    position: relative
}

.purchase {
    padding: 150px 0 130px;
    position: relative
}

.purchase::before {
    position: absolute;
    content: "";
    background-image: url(../images/purchase_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.purchase_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.purchase_info {
    width: 50%
}

.purchase_title {
    width: 500px;
    margin: 0 auto 45px
}

.purchase_info-text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 35px
}

.purchase_slider {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.purchase_slider-item {
    height: 150px;
    padding: 0 5px;
    background-size: cover
}

.purchas-arrow {
    width: 20px;
    height: 37px
}

.purchas-right {
    right: -25px;
    z-index: 1
}

.purchas-left {
    left: -25px;
    z-index: 1
}

.purchase_btn-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.purchase_btn-text {
    position: absolute;
    width: 213px;
    font-size: 16px;
    bottom: -45px;
    font-weight: 700;
    left: 260px
}

.purchase_btn-text::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 58px;
    background-image: url(../images/arrow_bef.png);
    top: -50px;
    left: 0;
    -webkit-transform: translateX(-130%);
    -ms-transform: translateX(-130%);
    transform: translateX(-130%)
}

.purchase_btn {
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin-left: 200px
}

.how {
    padding: 120px 0;
    position: relative
}

.how::before {
    position: absolute;
    content: "";
    background-image: url(../images/how_bg.png);
    background-position: center;
    background-position-y: -195px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: 0;
    height: 110%
}

.how_title {
    margin-bottom: 35px
}

.how_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.how_content {
    background-image: url(../images/how_items.png);
    background-repeat: no-repeat;
    background-position-x: 35px;
    width: 500px
}

.how_content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 440px
}

.how_row-item_img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px
}

.how_row-item {
    width: 200px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.how_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.how_row-item_img1 {
    width: 33px;
    height: 35px
}

.how_row-item_img2 {
    width: 45px;
    height: 43px
}

.how_row-item_img3 {
    width: 28px;
    height: 38px
}

.how_row-item_img4 {
    width: 50px;
    height: 50px
}

.how_row-item_img5 {
    width: 61px;
    height: 33px
}

.how_content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.how_row-item_mobile {
    display: none
}

.how_content-slider {
    width: 261px;
    height: 173px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    position: relative
}

.how_content-slider::before {
    position: absolute;
    content: "";
    background-image: url(../images/how_slider-bef.png);
    width: 73px;
    height: 58px;
    left: -10px;
    bottom: 0
}

.how_content-item {
    text-align: center;
    position: relative;
    padding: 45px 45px 40px;
    margin: 0 auto
}

.how_slider-dots {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 20px
}

.how_slider-dots li button {
    padding: 0;
    margin: 0 3.5px;
    border: none;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background-color: #9d9381;
    border-radius: 50%;
    outline: none
}

.how_slider-dots .slick-active button {
    width: 10px;
    height: 10px;
    background-color: #ffb533
}

.how_right {
    width: 12px;
    height: 23px;
    right: 65px;
    bottom: 0px;
    top: auto
}

.how_left {
    width: 12px;
    height: 23px;
    left: 65px;
    bottom: 0px;
    top: auto;
    z-index: 1
}

.how_content-item_numbers {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 2;
    right: 20%;
    top: -30px
}

.how_content-item_numbers .slick-list {
    height: 100%
}

.how_content-item_numbers .slick-list .slick-track {
    height: 100%;
    width: 100% !important
}

.how_content-item_numbers .slick-list .slick-track .slick-slide {
    width: 60px !important;
    height: 60px
}

.how_content-item_numbers .slick-list .slick-track .slick-slide div {
    width: 100%;
    height: 100%
}

.slick-current .how_content-item_number {
    display: block !important
}

.how_content-item_number {
    display: none !important;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc907), to(#ffdd4b));
    background-image: -o-linear-gradient(bottom, #ffc907 0%, #ffdd4b 100%);
    background-image: linear-gradient(to top, #ffc907 0%, #ffdd4b 100%);
    opacity: 1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how_content-item_number::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc907), to(#ffdd4b));
    background-image: -o-linear-gradient(bottom, #ffc907 0%, #ffdd4b 100%);
    background-image: linear-gradient(to top, #ffc907 0%, #ffdd4b 100%);
    opacity: 0.4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how_content-item_number::after {
    position: absolute;
    content: "6";
    font-family: 'CharterITCBlack';
    font-size: 25px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how_content-item_number.active {
    display: block
}

.how_content-item_number7::after {
    content: "7"
}

.how_content-item_number8::after {
    content: "8"
}

.how_content-item_number9::after {
    content: "9"
}

.how_content-item_number10::after {
    content: "10"
}

.how_house {
    position: absolute;
    top: 0;
    height: 100%;
    width: 65%;
    left: -10%
}

.how_house .slick-list {
    height: 110%
}

.how_house .slick-list .slick-track {
    height: 100%;
    width: 100% !important
}

.how_house .slick-list .slick-track .slick-slide {
    height: 48px !important
}

.how_house-item {
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4d98ed), to(#0078ff));
    background-image: -o-linear-gradient(bottom, #4d98ed 0%, #0078ff 100%);
    background-image: linear-gradient(to top, #4d98ed 0%, #0078ff 100%);
    opacity: 1;
    border-radius: 50%;
    right: 10%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.how_house-item::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border: 6px solid #000;
    opacity: 0.4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how_house-item::after {
    position: absolute;
    content: "6";
    font-family: 'CharterITCBlack';
    font-size: 25px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.how_house-item7 {
    bottom: 30%;
    right: 50%
}

.how_house-item7::after {
    content: "7"
}

.how_house-item8 {
    bottom: auto;
    top: 30%;
    right: 70%
}

.how_house-item8::after {
    content: "8"
}

.how_house-item9 {
    bottom: 15%;
    right: 80%
}

.how_house-item9::after {
    content: "9"
}

.how_house-item10 {
    display: none !important
}

.slick-current .how_house-item {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc907), to(#ffdd4b));
    background-image: -o-linear-gradient(bottom, #ffc907 0%, #ffdd4b 100%);
    background-image: linear-gradient(to top, #ffc907 0%, #ffdd4b 100%)
}

.slick-slide {
    outline: none
}

.answer {
    padding: 240px 0 0;
    background-image: url(../images/anser_bg.jpg);
    background-size: cover;
    background-position: center
}

.answer_title {
    width: 430px;
    margin: 0 auto 45px
}

.answer_wrapper {
    height: 850px
}

.answer_item {
    max-height: 70px;
    width: 682px;
    border-radius: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08)
}

.answer_item.active {
    max-height: 700px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.answer_item-trigger {
    font-size: 25px;
    padding: 25px 50px 25px 60px;
    background-color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.answer_item-trigger::before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_answer.png);
    width: 19px;
    height: 16px;
    background-size: cover;
    left: 25px;
    top: 40%;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.answer_item-content {
    padding: 0 50px 25px 60px;
    font-size: 20px;
    line-height: 25px;
    background-color: #ffffff
}

.answer_item-content p {
    margin: 0;
    padding: 0
}

.answer_item.active .answer_item-trigger:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts_wrapper {
    position: relative
}

.contacts {
    position: relative;
    z-index: 1
}

.contacts_form {
    position: absolute;
    height: 502px;
    right: 0;
    -webkit-box-shadow: 11px 11px 46px rgba(0, 0, 0, 0.11);
    box-shadow: 11px 11px 46px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    width: 385px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 8px;
    padding: 40px 60px 55px
}

.contacts_map {
    width: 872px;
    height: 553px;
    border-radius: 8px;
    overflow: hidden
}

.contacts_map iframe {
    width: 100%;
    height: 100%
}

.contacts_form-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 45px
}

.contacts_form-title span {
    color: #88c526
}

.contacts_form-adres {
    padding-left: 55px;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
    position: relative
}

.contacts_form-adres::before {
    position: absolute;
    content: "";
    background-image: url(../images/adres_icon.png);
    width: 26px;
    height: 44px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contacts_form-number {
    padding-left: 55px;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
    position: relative
}

.contacts_form-number span {
    display: block
}

.contacts_form-number::before {
    position: absolute;
    content: "";
    background-image: url(../images/phone_icon.png);
    width: 27px;
    height: 29px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contacts_form-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px
}

.contacts_inp-wrapper {
    width: 100%;
    margin-bottom: 15px
}

.contacts_form-btn {
    background-image: url(../images/sale_btn.png);
    background-size: cover;
    border: none;
    width: 95%;
    height: 65px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    display: block;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    outline: none
}

.footer {
    padding: 130px 0 75px;
    position: relative
}

.footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/footer_bg.jpg);
    width: 100%;
    height: 440px;
    background-size: cover;
    left: 0;
    bottom: 0
}

.footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.footer_logo {
    width: 166px;
    height: 90px
}

.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.footer_menu-link {
    font-size: 14px;
    margin-right: 25px;
    color: #2e2e2e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.footer_menu-link:hover {
    color: #a3ce0c
}

.footer_politic {
    text-align: center;
    font-size: 12px
}

.footer_dev-img {
    width: 92px;
    height: 29px;
    margin-bottom: 12px
}

.footer_dev {
    text-align: right;
    width: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer_dev-title {
    font-size: 12px;
    text-align: right;
    font-weight: 500;
    color: #1b1b1b
}

.video {
    width: 800px;
    height: auto;
    padding: 10px;
    background-color: #c2c2c2;
    border-radius: 8px;
    margin: 0 auto
}

.video video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    outline: none
}

.mfp-close-btn-in .mfp-close {
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 36px;
    top: -60px;
    margin: 0;
    color: #ffd000;
    border: 1px solid;
    border-radius: 50%
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.how_slider-dots {
    pointer-events: none
}

.form_order {
    margin: 0 auto;
    -webkit-box-shadow: 11px 11px 46px rgba(0, 0, 0, 0.11);
    box-shadow: 11px 11px 46px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    width: 385px;
    border-radius: 8px;
    padding: 40px 60px;
    position: relative
}

.form_order .contacts_form-title {
    text-align: center
}

.form_order .sale_inp {
    margin-bottom: 20px
}

.form_order .mfp-close {
    top: 5px;
    right: 5px
}

.works {
    margin: 120px 0;
}

.works_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.works_item {
    width: calc(25% - 15px);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    height: 282px;
    border-radius: 10px;
    overflow: hidden;
}

.works_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_popup {
    width: 960px;
    border-radius: 20px;
}

.works_popup-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.works_popup-slider {
    position: absolute;
    left: 00px;
    top: 0px;
    width: 460px;
}

.works_popup-slide {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}

.works_popup-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.works_popup-info {
    margin-left: auto;
    width: calc(100% - 480px);
}


.works_popup-slider .slick-dots {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.works_popup-slider .slick-dots li button {
    padding: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #d8f8a5;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}

.works_popup-slider .slick-dots .slick-active button {
    background-color: #88c527
}

.works_popup-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.works_popup-options {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 130%;
}


.dots-arrow {
    border: none;
    background: none;
    outline: none;
    width: 28px;
    height: 49px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arrow-right {
    right: -42px
}

.arrow-left {
    left: -42px
}






@media (min-width: 2000px) {
    .why::after {
        height: 130%
    }
}

@media (max-width: 1850px) {
    .sale::before {
        background-size: cover;
        width: 700px;
        height: 550px
    }

    .reviews::before {
        z-index: 1
    }

    .purchase::before {
        background-position: center
    }
}

@media (max-width: 1800px) {
    .how::before {
        background-position-y: -133px
    }
}

@media (max-width: 1700px) {
    .how::before {
        background-position-y: -65px
    }

    .how_house-item8 {
        top: 35%
    }

    .how_house-item9 {
        right: 80%
    }

    .how_house-item7 {
        bottom: 26%;
        right: 44%
    }
}

@media (max-width: 1600px) {
    .how::before {
        background-position-y: -19px
    }
}

@media (max-width: 1550px) {
    .sale::before {
        width: 570px;
        height: 455px
    }

    .reviews::after {
        height: 700px
    }

    .gallery:before {
        width: 100%;
        background-position: center;
        height: 450px
    }
}

@media (max-width: 1500px) {
    .how::before {
        background-position-y: 12px
    }

    .how_house-item6 {
        bottom: 30px
    }

    .how_house-item9 {
        right: 62%;
        bottom: 21%
    }

    .how_house-item8 {
        right: 50%
    }

    .how_house-item7 {
        right: 38%
    }
}

@media (max-width: 1440px) {
    .main {
        background-position: center
    }

    .sale::before {
        width: 500px;
        height: 455px;
        background-position: center
    }

    .why::before {
        bottom: 0
    }

    .reviews_title {
        position: relative;
        z-index: 1
    }

    .works_item {
        height: 244px;
    }
}

@media (max-width: 1400px) {
    .how::before {
        background-position-y: 40px
    }

    .how_house-item6 {
        bottom: 8%
    }
}

@media (max-width: 1300px) {
    .sale_btn::before {
        background-size: cover;
        width: 203px;
        height: 120px;
        right: -85%
    }

    .reviews::after {
        height: 575px;
        background-size: auto
    }

    .reviews_slider {
        margin: 0 auto 100px
    }

    .purchase_wrapper {
        width: 95%;
        margin: 0 auto
    }

    .how::before {
        background-position-y: 75px
    }

    .how_house-item8 {
        top: 40%;
        right: 60%
    }

    .how_house-item9 {
        right: 60%
    }

    .how_house-item7 {
        bottom: 25%;
        right: 34%
    }

    .answer {
        padding: 120px 0 0
    }
}

@media (max-width: 1150px) {
    .sale_subtitle {
        font-size: 36px;
    }

    .why_item-number {
        width: 32px;
        height: 32px
    }

    .why_item-number::before {
        width: 45px;
        height: 45px
    }

    .why_item-number::after {
        font-size: 18px
    }

    .why_item {
        padding-left: 45px
    }

    .why_item {
        width: 300px;
        font-size: 14px
    }

    .why_item3 {
        width: 280px
    }

    .sale::before {
        width: 400px;
        height: 365px
    }

    .sale_btn::before {
        right: -184px
    }

    .why::before {
        height: 1356px
    }

    .reviews_slider::before {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .reviews_slider {
        width: 90%
    }

    .reviews::before {
        display: none
    }

    .reviews_slider::before {
        display: none
    }

    .gallery_main {
        width: 50%;
        background-position: center
    }

    .gallery_wrapper {
        width: 48%
    }

    .gallery_dots {
        width: 49%
    }

    .gallery {
        padding-top: 100px
    }

    .quiz {
        padding-top: 135px
    }

    .purchase {
        padding: 64px 0 70px
    }
}

@media (max-width: 1050px) {
    .how_house-item9 {
        right: 69%
    }

    .footer {
        padding: 80px 0 25px
    }
}

@media (max-width: 1020px) {
    .why::after {
        height: 557px;
        background-size: cover
    }
}

@media (max-width: 1000px) {
    .sale::before {
        display: none
    }

    .sale_info {
        width: 100%;
        margin-right: 0
    }

    .sale_inner {
        width: 630px;
        margin: 0 auto;
        height: auto
    }

    .sale_wrapper {
        padding-bottom: 40px
    }

    .sale_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sale_inp-wrapper {
        margin-bottom: 30px
    }

    .sale_btn {
        height: 72px
    }

    .reviews {
        padding-top: 50px
    }

    .reviews_item-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews_info-slider {
        margin: 0 auto 30px;
        width: 400px
    }

    .reviews_info-content {
        width: 100%
    }

    .purchase_btn-text {
        position: relative;
        left: 0
    }

    .purchase_btn-text::before {
        display: none
    }

    .purchase_btn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .purchase_btn {
        margin-left: 0;
        margin-bottom: 20px
    }

    .how_house {
        display: none
    }

    .how_content {
        background-image: none;
        width: 100%
    }

    .how_content-inner {
        display: none
    }

    .how_content-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .how_row-item_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .how_row-item_img6 {
        width: 49px;
        height: 49px
    }

    .how_row-item_img7 {
        width: 44px;
        height: 38px
    }

    .how_row-item_img8 {
        width: 58px;
        height: 28px
    }

    .how_row-item_img9 {
        width: 45px;
        height: 47px
    }

    .how_row-item_img10 {
        width: 47px;
        height: 43px
    }

    .how_content-wrapper {
        height: 800px
    }

    .contacts_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts_form {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 30px
    }

    .contacts_map {
        width: 100%
    }

    .footer_logo {
        width: 140px;
        height: 75px
    }

    .footer_menu-link {
        margin-right: 15px
    }

    .dots_reviews {
        top: -55px;
        bottom: auto
    }

    .works_popup-slider {
        width: 100%;
        position: relative;
        margin: 20px 0;
    }

    .works_popup-info {
        width: 100%;
    }

    .works_item {
        width: calc(33.333% - 13.333px);
    }
}

@media (max-width: 900px) {
    .menu {
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        padding-top: 120px;
        width: 265px;
        height: 110vh;
        right: -100%;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        background-color: #fff;
        z-index: 10
    }

    .menu_link {
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 18px
    }

    .menu_burger {
        top: 20px;
        display: block;
        position: fixed;
        width: 30px;
        height: 20px;
        z-index: 11;
        right: 5%;
        cursor: pointer
    }

    .header.active .menu {
        top: 0;
        right: 0
    }

    .menu_burger::before,
    .menu_burger::after {
        content: "";
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0
    }

    .menu_burger::before {
        top: 5px
    }

    .menu_burger::after {
        bottom: -5px
    }

    .menu_burger span {
        position: absolute;
        background-color: #000;
        left: 0;
        width: 100%;
        height: 2px;
        top: 14px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s
    }

    .menu_burger.active::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13px
    }

    .menu_burger.active::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 5px
    }

    .menu_burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header_call {
        margin-right: 100px
    }

    .main_title {
        text-align: center;
        margin: 0 auto 30px
    }

    .main_subtitle {
        text-align: center;
        margin: 0 auto 50px
    }

    .main_btn {
        margin: 0 auto 150px
    }

    .main_inner {
        width: 95%
    }

    .main_wrapper {
        width: 98%
    }

    .main::before {
        left: 0
    }

    .why::after {
        display: none
    }

    .why_row,
    .why_row2 {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .why_item {
        margin-right: 0;
        margin-left: 0;
        width: 90%
    }

    .why::before {
        background-position: center
    }

    .why {
        padding: 110px 0 0
    }

    .why::before {
        height: 850px
    }

    .how::before {
        background-position: right;
        height: 100%
    }

    .how_content-wrapper {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .how {
        padding: 50px 0
    }

    .answer_item {
        width: 90%;
        margin: 0 auto 25px
    }

    .answer {
        padding: 25px 0 0
    }

    .footer_menu {
        display: none
    }

    .video {
        width: 90%
    }
}

@media (max-width: 800px) {
    .reviews_item-title {
        width: 100%;
        font-size: 22px
    }

    .gallery_item {
        height: 350px
    }

    .gallery_dots {
        height: 32%
    }

    .gallery-arrow {
        bottom: 28px
    }

    .gallery_arrow-right {
        right: 42%
    }

    .gallery_arrow-left {
        left: 42%
    }

    .quiz {
        padding-top: 25px
    }

    .gallery_dots {
        margin: 0
    }

    .purchase_slider-item {
        height: 100px
    }

    .answer_item-trigger {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .quiz_body::before {
        display: none
    }

    .works_item {
        width: calc(50% - 10px);
        height: auto;
    }
}

@media (max-width: 700px) {
    .gallery_arrow-right {
        right: 40%
    }

    .gallery_arrow-left {
        left: 40%
    }

    .gallery_item {
        height: 300px
    }

    .gallery_slider {
        height: 400px
    }

    .gallery:before {
        display: none
    }

    .purchase_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .purchase_btn-wrapper {
        margin-bottom: 30px
    }

    .purchase_info {
        width: 90%
    }

    .purchase_slider-item {
        height: 125px
    }

    .answer_item-trigger {
        font-size: 18px
    }

    .answer_item-content {
        font-size: 16px;
        line-height: 20px
    }

    .answer_wrapper {
        height: 725px
    }

    .purchase_btn-text {
        bottom: 0
    }
}

@media (max-width: 660px) {
    .main_title {
        width: 95%;
        font-size: 36px
    }

    .header_call {
        position: fixed;
        right: -100%;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s
    }

    .header.active .header_call {
        right: 33px;
        z-index: 11;
        margin-right: 0;
        top: 350px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s
    }

    .main_subtitle {
        width: 95%
    }

    .why_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .why_row,
    .why_row2 {
        width: 70%
    }

    .title {
        font-size: 36px
    }

    .why_title {
        width: 100%
    }

    .sale_inner {
        width: 95%
    }

    .sale_btn {
        width: 310px;
        height: 80px
    }

    .sale_btn::before {
        right: -30%;
        top: 0
    }

    .sale_inp-wrapper {
        width: 310px
    }

    .arrow-right {
        width: 0;
        height: 0;
        z-index: -11111;
        display: none
    }

    .arrow-left {
        width: 0;
        height: 0;
        z-index: -11111;
        display: none
    }

    .reviews_info-slider {
        width: 100%
    }

    .reviews_form-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews_form-inner {
        width: 90%
    }

    .quiz_title {
        width: 100%
    }

    .footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer_logo {
        margin-bottom: 20px
    }

    .footer_dev {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .footer_dev-title {
        text-align: center
    }

    .footer_logo {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }
}

@media (max-width: 600px) {
    .reviews_form-btn {
        width: 320px;
        height: 83px
    }

    .reviews_form-title {
        width: 100%
    }

    .reviews_form-text {
        width: 100%
    }

    .reviews_form-subtitle {
        width: 100%
    }

    .gallery_item {
        height: 250px
    }

    .gallery_slider {
        height: 330px
    }

    .gallery_slider-dots {
        margin-top: 20px
    }

    .purchase_title {
        width: 100%
    }

    .answer_item-trigger {
        white-space: normal
    }

    .answer_item {
        max-height: 73px
    }
}

@media (max-width: 500px) {
    .sale_btn::before {
        display: none
    }

    .gallery_item {
        height: 200px
    }

    .gallery_slider {
        height: 280px
    }

    .gallery_arrow-right {
        right: 35%
    }

    .gallery_arrow-left {
        left: 35%
    }
}

@media (max-width: 475px) {
    .main_inner {
        display: none
    }

    .main {
        padding: 100px 0 100px
    }

    .header_logo-img {
        width: 130px;
        height: 70px
    }

    .header_logo {
        width: 145px;
        height: 77px
    }

    .main_title {
        width: 100%;
        font-size: 28px
    }

    .main_subtitle {
        font-size: 16px
    }

    .main::before {
        display: none
    }

    .main_btn {
        margin: 0 auto
    }

    .why_row,
    .why_row2 {
        width: 100%
    }

    .title {
        font-size: 26px;
        line-height: 34px
    }

    .why_item {
        width: 100%
    }

    .sale_title {
        font-size: 38px
    }

    .sale_subtitle {
        font-size: 28px;
        width: 90%;
        margin: 0 auto 20px;
        line-height: 30px
    }

    .sale_text {
        font-size: 16px;
        text-align: center
    }

    .sale_inner {
        width: 100%
    }

    .why {
        padding: 0
    }

    .why::before {
        height: 865px
    }

    .sale::after {
        height: 640px
    }

    .reviews_slider {
        width: 100%;
        padding: 15px
    }

    .dots_img-reviews {
        margin-top: 10px
    }

    .reviews_item-title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0
    }

    .reviews_item-title::after {
        display: none
    }

    .reviews_item-title::before {
        display: none
    }

    .reviews_form-inner {
        width: 100%;
        height: auto
    }

    .reviews_item-info {
        padding-top: 14px;
    }

    .reviews_info-slider {
        position: relative;
        margin-bottom: 14px;
    }

    .reviews_info-slider .dots-arrow {
        width: 24px;
        height: 24px;
        z-index: 1;
        top: 55%;

    }

    .reviews_info-slider .arrow-left {
        left: 10px;
    }

    .reviews_info-slider .arrow-right {
        right: 10px;
    }

    .reviews_info-slider .dots-arrow img {
        object-fit: contain;
    }

    .reviews_form {
        padding: 10px
    }

    .reviews_form-title {
        font-size: 22px;
        margin: 0 auto 20px
    }

    .sale_inp-wrapper {
        margin-bottom: 15px
    }

    .reviews_form-btn {
        width: 250px;
        height: 64px
    }

    .purchase::before {
        bottom: 0
    }

    .purchase_slider-item {
        height: 100px
    }

    .purchase_wrapper {
        width: 100%
    }

    .how_row-item {
        width: 150px;
        font-size: 14px
    }

    .answer_item-content {
        padding: 0 15px 15px
    }

    .answer_title {
        width: 100%
    }

    .answer_item-trigger {
        padding: 15px 15px 15px 60px;
        min-height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .answer_wrapper {
        height: auto
    }

    .answer {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top
    }

    .contacts_form {
        padding: 20px 25px 30px;
        height: auto;
        width: 100%;
        text-align: center
    }

    .contacts_form-adres {
        text-align: left
    }

    .contacts_form-adres {
        text-align: left
    }

    .contacts_inp-wrapper {
        width: 80%;
        margin: 0 auto 20px
    }

    .contacts_form-btn {
        width: 250px;
        height: 65px
    }

    .contacts_map {
        height: 350px
    }

    .main_subtitle {
        color: #000;
        font-weight: 900;
        font-size: 18px;
        display: none
    }

    .main_subtitle-mobile {
        display: block
    }

    .main_title {
        margin: 0 auto 150px
    }

    .main {
        background-size: 250%;
        background-position-y: -21px;
        background-repeat: no-repeat
    }

    .why_item {
        margin-bottom: 35px
    }

    .contacts_form-number {
        text-align: left
    }

    .reviews_content-title {
        font-size: 14px;
        font-weight: 900
    }

    .form_order {
        width: 300px;
        padding: 20px
    }

    .form_order .contacts_form-title {
        text-align: center;
        margin-bottom: 25px
    }

    .works_popup {
        padding: 40px 20px;
    }

    .works_popup-slider .slick-dots {
        margin-top: 10px;
    }

    .works_popup-slide {
        height: 82vw;
    }

    .works {
        margin: 60px 0;
    }

    .main_btn {
        width: 290px;
        height: 76px;
        background-size: cover
    }

    .sale_inp-wrapper {
        width: 260px
    }

    .sale_btn {
        width: 260px;
        height: 67px
    }

    .gallery_item {
        height: 175px
    }

    .gallery_slider {
        height: 255px
    }

    .gallery_arrow-right {
        right: 31%
    }

    .gallery_arrow-left {
        left: 31%
    }

    .purchase_slider-item {
        height: 85px
    }

    .answer_item-trigger {
        font-size: 16px
    }

    .why::before {
        height: 1110px
    }

    .reviews_info-slider_item {
        height: 240px;
    }

    .main_title {
        width: 320px;
    }

    .why::before {
        bottom: auto;
        top: -460px;
        background-position: 90%;
    }

    /* .main {
        background-image: url(../images/main_bg-mobile.jpg)
    } */
    .main {
        background-size: 882px;
        background-position: -70px 0px;
        overflow: hidden;
    }

    .main:after {
        position: absolute;
        content: "";
        background-image: url(../images/main_house.png);
        background-size: cover;
        width: 100%;
        height: 35%;
        right: 50%;
        top: 47%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }

    .reviews_slider {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0;
        padding-left: 15px;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }



    .reviews_item {
        width: 280px;
        padding: 15px 10px;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
        background-color: #ffffff;
        border-radius: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .reviews_title {
        margin-bottom: 24px;
    }

    .main_title {
        margin-bottom: 275px
    }

    .main_subtitle {
        margin: 0 auto 20px
    }

    .why::before {
        height: 879px;
    }

    .reviews_content-text {
        max-height: none;
        font-size: 14px;
        line-height: 18px;
    }
}