.remodal2 {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

@media (min-width: 800px) {
    .remodal2 {
        max-width: 800px;
        padding: 32px 0;
    }
}

@media (min-width: 320px) {
    .remodal2 {
        padding: 32px 0;
    }
}

.remodal2 .remodal-close {
    color: #EB5757;
    margin-top: 20px;
    padding-right: 21px;
    text-align: right;
    font-size: 27px;
    height: 14px;
    line-height: 14px;
    z-index: 2;
}

.remodal2 .remodal-close:hover {
    color: #343434;
}

.remodal2__box {
    padding: 0 32px;
}

.remodal2__box2 {
    padding: 0 64px 32px;
    text-align: center;
}

.remodal2__h3 {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

@media (max-width: 799px) {
    .remodal2__h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.remodal2__p {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.remodal2__img_1 {
    float: left;
    margin-right: 32px;
}

@media (max-width: 799px) {
    .remodal2__img_1 {
        width: 42%;
    }
}

@media (max-width: 599px) {
    .remodal2__img_1 {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

.remodal2__head {
    padding: 0 32px 12px;
}

.remodal2__line {
    position: relative;
    height: 8px;
    background: #C4C4C4;
    margin-bottom: 16px;
}

.remodal2__progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #EEEE22;
    transition: .5s;
}

.remodal2__step-1,
.remodal2__step-2,
.remodal2__step-3,
.remodal2__step-4,
.remodal2__step-5,
.remodal2__step-6,
.remodal2__step-7 {
    display: none;
}

.remodal2__step-1_right {
    width: 51%;
    padding: 72px 0 0;
    float: left;
}

@media (max-width: 799px) {
    .remodal2__step-1_right {
        padding: 9px 0 0;
    }
}

@media (max-width: 599px) {
    .remodal2__step-1_right {
        width: 100%;
        padding: 20px 0 0;
        float: none;
    }
}

.remodal2__btn_big {
    background: #EEEE22;
    width: 160px;
    height: 56px;
    margin-top: 146px;
    border: 0;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

@media (max-width: 799px) {
    .remodal2__btn_big {
        margin-top: 20px;
    }
}

.remodal2__btn_big:hover {
    box-shadow: 4px 10px 15px rgba(157, 175, 189, 0.4);
}

.remodal2__radio_list {
    margin-top: 16px;
    padding-bottom: 20px;
}

.remodal2__radio_list2 {
    margin-top: 16px;
}

.remodal2__radio_item {
    margin-bottom: 12px;
}

.remodal2 input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.remodal2 input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.remodal2 input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #454545;
    border-radius: 50%;
    background-color: #fff;
    transition: .3s;
}

.remodal2 input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EEEE22;
    transition: .3s;
}

.remodal2__input_other {
    width: 270px;
    border-width: 1px;
    outline: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #454545;
}

@media (max-width: 479px) {
    .remodal2__input_other {
        width: 100%;
    }
}

.remodal2__input_other:disabled {
    background: #fff;
}

.remodal2__error_text {
    color: #e63236;
    font-size: 14px;
}

.remodal2__btns {
    padding: 0 32px;
    text-align: right;
}

.remodal2__btns2 {
    padding-top: 29px;
    text-align: right;
}

.remodal2__btn_back {
    background: #fff;
    width: 128px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #EEEE22;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EEEE22;
}

@media (max-width: 799px) {
    .remodal2__btn_back {
        width: 108px;
        height: 36px;
        margin-right: 14px;
    }
}

.remodal2__btn_back:hover {
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

.remodal2__btn_next {
    background: #EEEE22;
    width: 128px;
    height: 40px;
    border: 0;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

@media (max-width: 799px) {
    .remodal2__btn_next {
        width: 108px;
        height: 36px;
    }
}

.remodal2__btn_next:hover {
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

.remodal2__count_options {
    margin-bottom: 22px;
}

.remodal2__step-6_left {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-top: 38px;
    margin-right: 11%;
}

@media (max-width: 799px) {
    .remodal2__step-6_left {
        margin-right: 5%;
    }
}

@media (max-width: 599px) {
    .remodal2__step-6_left {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.remodal2__step-6_rigth {
    display: inline-block;
    vertical-align: top;
    margin-top: 38px;
    width: 40%;
}

@media (max-width: 799px) {
    .remodal2__step-6_rigth {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .remodal2__step-6_rigth {
        display: block;
        margin-top: 16px;
        width: 100%;
    }
}

.remodal2__input_text label,
.remodal2__input_textarea label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.remodal2__input_text input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 16px;
    line-height: 36px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
}

.remodal2__input_text input:hover::-webkit-input-placeholder,
.remodal2__input_text input:focus::-webkit-input-placeholder {
    color: rgba(52, 52, 52, 0.3);
}

.remodal2__input_textarea textarea {
    display: block;
    height: 132px;
    width: 100%;
    padding: 9px 13px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
    resize: vertical;
}

.remodal2__step-7_h3 {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #EEEE22;
}

.remodal2__step-7_p {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 23px;
}

.remodal2__step_active {
    display: block;
}

/************************************/

/*.remodal21 {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

@media (min-width: 800px) {
    .remodal21 {
        max-width: 800px;
        padding: 32px 0;
    }
}

@media (min-width: 320px) {
    .remodal21 {
        padding: 32px 0;
    }
}

.remodal21 .remodal-close {
    color: #EB5757;
    margin-top: 20px;
    padding-right: 21px;
    text-align: right;
    font-size: 27px;
    height: 14px;
    line-height: 14px;
    z-index: 2;
}

.remodal21 .remodal-close:hover {
    color: #343434;
}

.remodal21__box {
    padding: 0 32px;
    max-width: 1364px;
    margin: 0 auto;
    min-height: 329px;
}

@media (max-width: 1600px) {
    .remodal21__box {
        max-width: 1235px
    }
}

.remodal21__box2 {
    padding: 0 64px 32px;
    text-align: center;
    max-width: 1364px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .remodal21__box2 {
        max-width: 1235px
    }
}

.remodal21__box3 {
    padding: 0 32px;
    max-width: 1364px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .remodal21__box3 {
        max-width: 1235px
    }
}

.remodal21__h3 {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    width: 78%;
}

@media (max-width: 1199px) {
    .remodal21__h3 {
        width: 100%;
    }
}

@media (max-width: 799px) {
    .remodal21__h3 {
        font-size: 22px;
        line-height: 26px;
    }
}

.remodal21__p {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    width: 63%;
}

@media (max-width: 1199px) {
    .remodal21__p {
        width: 100%;
    }
}

.remodal21__head {
    padding: 0 32px;
    max-width: 1364px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .remodal21__head {
        max-width: 1235px
    }
}

.remodal21__line {
    position: relative;
    height: 8px;
    background: #C4C4C4;
    margin-bottom: 40px;
}

.remodal21__progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #EEEE22;
    transition: .5s;
}

.remodal21__step-1,
.remodal21__step-2,
.remodal21__step-3,
.remodal21__step-4,
.remodal21__step-5,
.remodal21__step-6,
.remodal21__step-7 {
    display: none;
}

.remodal21__step-1_right {
    width: 100%;
}

.remodal21__btn_big {
    background: #EEEE22;
    width: 160px;
    height: 56px;
    margin-top: 48px;
    border: 0;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

@media (max-width: 799px) {
    .remodal21__btn_big {
        margin-top: 20px;
    }
}

.remodal21__btn_big:hover {
    box-shadow: 4px 10px 15px rgba(157, 175, 189, 0.4);
}

.remodal21__radio_list {
    margin-top: 16px;
    padding-bottom: 20px;
}

.remodal21__radio_list2 {
    margin-top: 16px;
}

.remodal21__radio_item {
    margin-bottom: 12px;
}

.remodal21 input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.remodal21 input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.remodal21 input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #454545;
    border-radius: 50%;
    background-color: #fff;
    transition: .3s;
}

.remodal21 input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EEEE22;
    transition: .3s;
}

.remodal21__input_other {
    width: 270px;
    border-width: 1px;
    outline: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #454545;
}

@media (max-width: 479px) {
    .remodal21__input_other {
        width: 100%;
    }
}

.remodal21__input_other:disabled {
    background: #fff;
}

.remodal21__error_text {
    color: #e63236;
    font-size: 14px;
}

.remodal21__btns {
    padding: 0 32px;
    text-align: right;
    max-width: 1364px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .remodal21__btns {
        max-width: 1235px
    }
}

.remodal21__btns2 {
    padding-top: 29px;
    text-align: right;
}

.remodal21__btn_back {
    background: #fff;
    width: 128px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #EEEE22;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EEEE22;
}

@media (max-width: 799px) {
    .remodal21__btn_back {
        width: 108px;
        height: 36px;
        margin-right: 14px;
    }
}

.remodal21__btn_back:hover {
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

.remodal21__btn_next {
    background: #EEEE22;
    width: 128px;
    height: 40px;
    border: 0;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}

@media (max-width: 799px) {
    .remodal21__btn_next {
        width: 108px;
        height: 36px;
    }
}

.remodal21__btn_next:hover {
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

.remodal21__count_options {
    margin-bottom: 22px;
}

.remodal21__step-6_left {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-top: 38px;
    margin-right: 11%;
}

@media (max-width: 799px) {
    .remodal21__step-6_left {
        margin-right: 5%;
    }
}

@media (max-width: 599px) {
    .remodal21__step-6_left {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.remodal21__step-6_rigth {
    display: inline-block;
    vertical-align: top;
    margin-top: 38px;
    width: 40%;
}

@media (max-width: 799px) {
    .remodal21__step-6_rigth {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .remodal21__step-6_rigth {
        display: block;
        margin-top: 16px;
        width: 100%;
    }
}

.remodal21__input_text label,
.remodal21__input_textarea label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.remodal21__input_text input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 16px;
    line-height: 36px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
}

.remodal21__input_text input:hover::-webkit-input-placeholder,
.remodal21__input_text input:focus::-webkit-input-placeholder {
    color: rgba(52, 52, 52, 0.3);
}

.remodal21__input_textarea textarea {
    display: block;
    height: 132px;
    width: 100%;
    padding: 9px 13px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
    resize: vertical;
}

.remodal21__step-7_h3 {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #EEEE22;
}

.remodal21__step-7_p {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 23px;
}

.remodal21__step_active {
    display: block;
}*/

/************************************/

.remodal3 {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 800px) {
    .remodal3 {
        max-width: 800px;
        padding: 0;
    }
}

@media (min-width: 320px) {
    .remodal3 {
        padding: 0;
    }
}

.remodal3 .remodal-close {
    position: absolute;
    top: 12px;
    left: auto !important;
    right: 12px;
    color: #EB5757;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 1px 4px 0;
    background: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 27px;
    line-height: 22px;
    z-index: 2;
    border-radius: 50%;
}

.remodal3 .remodal-close:hover {
    color: #343434;
}

.remodal3__box {
    position: relative;
    min-height: 530px;
    background-image: url("../../img/remodal3__img.png");
    background-position: 83% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 799px) {
    .remodal3__box {
        background-position: 108% 50%;
    }
}
@media (max-width: 679px) {
    .remodal3__box {
        background-position: 132% 50%;
    }
}
@media (max-width: 599px) {
    .remodal3__box {
        min-height: 390px;
        background-image: none;
    }
}

.remodal3__triangle_lb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 274px 0 0 274px;
    border-color: transparent transparent transparent #EEEE22;
}
@media (max-width: 599px) {
    .remodal3__triangle_lb {
        display: none;
    }
}

.remodal3__triangle_rt {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 0;
    border-color: transparent #EEEE22 transparent transparent;
}

.remodal3__rate {
    width: 350px;
    padding-top: 96px;
    margin: 0 auto 0 62px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 64px;
    text-transform: lowercase;
    text-align: center;
    color: #000;
    letter-spacing: -0.05em;
}
@media (max-width: 599px) {
    .remodal3__rate {
        width: 100%;
        margin: 0;
        font-size: 42px;
        line-height: 52px;
    }
}

.remodal3__rate_text {
    width: 350px;
    padding-top: 22px;
    margin: 0 auto 0 62px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
    color: #7E7E7E;
}
@media (max-width: 599px) {
    .remodal3__rate_text {
        width: 100%;
        margin: 0;
        font-size: 38px;
        line-height: 44px;
    }
}

.remodal3__desc {
    width: 290px;
    padding-top: 115px;
    margin: 0 auto 0 122px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #000;
}
@media (max-width: 799px) {
    .remodal3__desc {
        padding-top: 55px;
    }
}
@media (max-width: 599px) {
    .remodal3__desc {
        width: 290px;
        padding-top: 22px;
        margin: 0 auto;
        text-align: center;
    }
}

.remodal3__desc span {
    font-weight: 500;
}

/************************************/

.remodal4 {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 800px) {
    .remodal4 {
        max-width: 800px;
        padding: 0;
    }
}

@media (min-width: 320px) {
    .remodal4 {
        padding: 0;
    }
}

.remodal4 .remodal-close {
    position: absolute;
    top: 12px;
    left: auto !important;
    right: 12px;
    color: #EB5757;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 1px 4px 0;
    text-align: center;
    font-size: 27px;
    line-height: 22px;
    z-index: 2;
    border-radius: 50%;
}

.remodal4 .remodal-close:hover {
    color: #343434;
}

.remodal4__header {
    margin: 18px 0 12px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #EEEE22;
    text-align: center;
}
@media (max-width: 539px) {
    .remodal4__header {
        font-size: 34px;
        line-height: 40px;
    }
}

.remodal4__box {
    min-height: 413px;
    padding-top: 74px;
    background-image: url("../../img/remodal4__bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 539px) {
    .remodal4__box {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.remodal4__table {
    width: 518px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}
@media (max-width: 539px) {
    .remodal4__table {
        width: 310px;
        padding: 8px;
        border-radius: 8px;
    }
}

.remodal4__table table {
    border-collapse: collapse;
    border: 2px solid #fff;
}

.remodal4__table th {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}
@media (max-width: 539px) {
    .remodal4__table th {
        font-size: 14px;
    }
}

.remodal4__table th, td {
    padding: 10px 8px;
    border: 1px solid #EEEE22;
    text-align: center;
    color: #000;
}
@media (max-width: 539px) {
    .remodal4__table th, td {
        padding: 5px 4px;
    }
}

.remodal4__table td {
    font-size: 18px;
}
@media (max-width: 539px) {
    .remodal4__table td {
        font-size: 14px;
    }
}

.remodal4__table_first {
    width: 180px;
    text-align: left !important;
}
@media (max-width: 539px) {
    .remodal4__table_first {
        width: 85px;
    }
}

.remodal4__table_text {
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #EEEE22;
    text-align: right;
}

.remodal4__form {
    padding: 30px 17px 0 4px;
}
@media (max-width: 599px) {
    .remodal4__form {
        padding: 20px 20px 80px;
    }
}

.remodal4__input_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.7%;
    width: 31%;
}
@media (max-width: 599px) {
    .remodal4__input_text {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}

.remodal4__btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 1.7%;
    width: 31%;
}
@media (max-width: 599px) {
    .remodal4__btn {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}

.remodal4__btn button {
    display: block;
    width: 100%;
    height: 36px;
    margin: 29px 0 0;
    border: 0;
    outline: 0;
    background: #EEEE22;
    border-radius: 10px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}
@media (max-width: 599px) {
    .remodal4__btn button {
        margin: 0;
    }
}

.remodal4__btn button:hover {
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

.remodal4__input_text label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}
@media (max-width: 679px) {
    .remodal4__input_text label {
        font-size: 16px;
    }
}

.remodal4__input_text input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 16px;
    line-height: 36px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
}
@media (max-width: 679px) {
    .remodal4__input_text input {
        font-size: 14px;
    }
}

.remodal4__input_text input.error {
    background-color: #f9e6e6;
}

.remodal4__input_text input:hover::-webkit-input-placeholder,
.remodal4__input_text input:focus::-webkit-input-placeholder {
    color: rgba(52, 52, 52, 0.3);
}

/************************************/

.remodal5 {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    /*overflow: hidden;*/
    margin-top: 190px;
}

@media (min-width: 800px) {
    .remodal5 {
        max-width: 800px;
        padding: 0;
    }
}

@media (min-width: 320px) {
    .remodal5 {
        padding: 0;
    }
}

.remodal5 .remodal-close {
    position: absolute;
    top: 12px;
    left: auto !important;
    right: 12px;
    color: #EB5757;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 1px 4px 0;
    text-align: center;
    font-size: 27px;
    line-height: 22px;
    z-index: 2;
    border-radius: 50%;
    background-color: #fff;
}

.remodal5 .remodal-close:hover {
    color: #343434;
}

.remodal5__box {
    position: relative;
    padding: 30px;
}

.remodal5__manager {
    position: absolute;
    top: -190px;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    background-color: #EEEE22;
    border-radius: 50%;
}

.remodal5__manager img {
    display: block;
    margin: 23px auto 0;
}

.remodal5__left {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-top: 29px;
    margin-right: 9%;
}
@media (max-width: 679px) {
    .remodal5__left {
        width: 50%;
        margin-top: 93px;
        margin-right: 4%;
    }
}
@media (max-width: 559px) {
    .remodal5__left {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.remodal5__right {
    display: inline-block;
    vertical-align: top;
    margin-top: 93px;
    width: 45%;
}
@media (max-width: 559px) {
    .remodal5__right {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
}

.remodal5__header {
    width: 203px;
    padding-bottom: 16px;
    border-bottom: 4px solid #EEEE22;
    margin-bottom: 16px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
}

.remodal5__text {
    margin-bottom: 33px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.remodal5__p {
    margin-bottom: 17px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.remodal5__radio_item {
    margin-bottom: 12px;
}

.remodal5 input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.remodal5 input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.remodal5 input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #454545;
    border-radius: 50%;
    background-color: #fff;
    transition: .3s;
}

.remodal5 input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EEEE22;
    transition: .3s;
}

.remodal5__error_text {
    color: #e63236;
    font-size: 14px;
}

.remodal5__input_text label,
.remodal5__input_textarea label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.remodal5__input_text input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 16px;
    line-height: 36px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
}

.remodal5__input_text input:hover::-webkit-input-placeholder,
.remodal5__input_text input:focus::-webkit-input-placeholder {
    color: rgba(52, 52, 52, 0.3);
}

.remodal5__input_textarea textarea {
    display: block;
    height: 132px;
    width: 100%;
    padding: 9px 13px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
    resize: vertical;
}

.remodal5__btn {
    margin-top: 16px;
    text-align: right;
}

.remodal5__btn button {
    width: 128px;
    height: 40px;
    border: 1px solid #EEEE22;
    background-color: #fff;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EEEE22;
}

.remodal5__btn button:hover {
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

/************************************/

.remodal6 {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

@media (min-width: 800px) {
    .remodal6 {
        max-width: 800px;
        padding: 0;
    }
}

@media (min-width: 320px) {
    .remodal6 {
        padding: 0;
    }
}

.remodal6 .remodal-close {
    position: absolute;
    top: 12px;
    left: auto !important;
    right: 12px;
    color: #EB5757;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 1px 4px 0;
    text-align: center;
    font-size: 27px;
    line-height: 22px;
    z-index: 2;
    border-radius: 50%;
    background-color: #fff;
}

.remodal6 .remodal-close:hover {
    color: #343434;
}

.remodal6__box {
    position: relative;
    padding: 36px;
}

.remodal6__img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .remodal6__img {
        width: 90%;
    }
}

.remodal6__text {
    margin: 30px 0;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
}

@media (max-width: 479px) {
    .remodal6__text {
        margin: 20px 0;
        font-size: 16px;
    }
}

.remodal6__form {
    width: 340px;
    margin: 0 auto;
}

@media (max-width: 479px) {
    .remodal6__form {
        width: 100%;
    }
}

.remodal6__error_text {
    color: #e63236;
    font-size: 14px;
}

.remodal6__input_text label,
.remodal6__input_textarea label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.remodal6__input_text input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 16px;
    line-height: 36px;
    background: #fff;
    outline: 0;
    border: 1px solid #EEEE22;
    border-radius: 4px;
}

.remodal6__input_text input:hover::-webkit-input-placeholder,
.remodal6__input_text input:focus::-webkit-input-placeholder {
    color: rgba(52, 52, 52, 0.3);
}

.remodal6__btn {
    margin: 30px 0;
    text-align: center;
}

.remodal6__nice {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #EEEE22;
    text-align: center;
}

/************************************/

.single-1__box {
    margin: 60px 0;
}
.single-1__box .c-form__response-text {
    background-color: #fff;
    border-radius: 4px;
}

.single-1__error_text {
    color: #e63236;
    font-size: 14px;
}

.single-1__input_text input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 9px 13px;
    margin-bottom: 2px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #000;
    outline: 0;
    border-radius: 4px;
}

.single-1__input_text input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.single-1__btn {
    margin-top: 20px;
}

.single-1__btn button {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #000;
    background-color: transparent;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #000;
    transition: 0.5s all;
}

.single-1__btn button:hover {
    background-color: #EEEE22;
    box-shadow: 2px 5px 7px rgba(157, 175, 189, 0.4);
}

/************************************/

.l-apartment__slider-2 {
    padding-right: 12%;
}
@media (max-width: 1600px) {
    .l-apartment__slider-2 {
        padding-right: 5%;
    }
}
@media (max-width: 1169px) {
    .l-apartment__slider-2 {
        padding-right: 0;
    }
}

.single-apartment-1 {
    border-top: 2px solid #EEEE22;
    border-bottom: 2px solid #EEEE22;
    margin: -100px 0 -50px;
    padding: 70px 0;
}
@media (max-width: 1169px) {
    .single-apartment-1 {
        margin: -50px 0 -50px;
        padding: 30px 0;
    }
}

.single-apartment-1__box:after,
.single-apartment-1__box:before {
    display: table;
    content: " ";
}

.single-apartment-1__box:after {
    clear: both;
}

.single-apartment-1__left {
    float: left;
    width: 48%;
}
@media (max-width: 1600px) {
    .single-apartment-1__left {
        padding-right: 5%;
    }
}
@media (max-width: 767px) {
    .single-apartment-1__left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

.single-apartment-1__right {
    float: left;
    width: 52%;
}
@media (max-width: 767px) {
    .single-apartment-1__right {
        float: none;
        width: 100%;
    }
}

.single-apartment-1__img {
    width: auto;
}
@media (max-width: 1600px) {
    .single-apartment-1__img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

.single-apartment-1__right h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000;
}
@media (max-width: 989px) {
    .single-apartment-1__right h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

.single-apartment-1__box .c-form__response-text {
    background-color: #fff;
    border-radius: 4px;
}

.single-apartment-1__error_text {
    color: #e63236;
    font-size: 14px;
}

.single-apartment-1__input_text input {
    display: block;
    width: 370px;
    max-width: 100%;
    padding: 9px 13px;
    margin-bottom: 2px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #EEEE22;
    outline: 0;
    border-radius: 4px;
}

.single-apartment-1__input_text input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.single-apartment-1__btn {
    margin-top: 32px;
}

.single-apartment-1__btn button {
    height: 84px;
    width: 370px;
    max-width: 100%;
    padding: 0 15px;
    border: 0;
    background-color: #EEEE22;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 84px;
    text-align: center;
    color: #000;
    transition: 0.5s all;
}

.single-apartment-1__btn button:hover {
    box-shadow: 4px 10px 15px rgba(157, 175, 189, 0.4);
}

/************************************/

.idx-4 {
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 785px;
    padding-top: 180px;
}
@media (max-width: 1279px) {
    .idx-4 {
        background-position: 68% 0;
    }
}
@media (max-width: 479px) {
    .idx-4 {
        height: 600px;
    }
}

.idx-4__box {
    width: 1066px;
    margin: 0 auto;
    padding: 58px 94px;
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1151px) {
    .idx-4__box {
        width: 90%;
        padding: 58px 70px;
    }
}
@media (max-width: 767px) {
    .idx-4__box {
        width: 100%;
        padding: 30px;
    }
}

.idx-4__box h2 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
}
@media (max-width: 767px) {
    .idx-4__box h2 {
        font-size: 24px;
        line-height: 26px;
    }
}
@media (max-width: 479px) {
    .idx-4__box h2 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
}

.idx-4__box .c-form__response-text {
    background-color: #fff;
    border-radius: 4px;
}

.idx-4__error_text {
    color: #e63236;
    font-size: 14px;
}

.idx-4__input_text input {
    display: block;
    width: 370px;
    max-width: 100%;
    padding: 9px 13px;
    margin-bottom: 2px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #EEEE22;
    outline: 0;
    border-radius: 4px;
}

.idx-4__input_text input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.idx-4__btn {
    margin-top: 32px;
}

.idx-4__btn button {
    height: 72px;
    padding: 0 20px;
    border: 0;
    background-color: #EEEE22;
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    color: #000;
    transition: 0.5s all;
}
@media (max-width: 479px) {
    .idx-4__btn button {
        height: 52px;
        font-size: 22px;
        line-height: 52px;
    }
}

.idx-4__btn button:hover {
    box-shadow: 4px 10px 15px rgba(157, 175, 189, 0.4);
}

.l-map__box {
    position: relative;
    margin-top: 40px;
}

.l-map__box:before {
    display: table;
    content: " ";
}

.l-map__box:after {
    content: "";
    display: table;
    clear: both;
}

.l-map__left {
    float: left;
    width: 50%;
    height: 517px;
    background-color: #F0F0F0;
}

@media (max-width: 1199px) {
    .l-map__left {
        float: none;
        width: 100%;
        height: auto;
    }
}

.l-map__right {
    float: left;
    width: 50%;
    height: 517px;
    background-color: #D3E8D7;
}

@media (max-width: 1199px) {
    .l-map__right {
        float: none;
        width: 100%;
        height: auto;
    }
}

.l-map__list {
    width: 780px;
    margin: 0 0 0 auto;
    padding-left: 20px;
    padding-top: 60px;
    text-align: center;
}

@media (max-width: 1579px) {
    .l-map__list {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .l-map__list {
        padding-top: 26px;
    }
}

.l-map__list:before {
    display: table;
    content: " ";
}

.l-map__list:after {
    content: "";
    display: table;
    clear: both;
}

.l-map__one {
    position: relative;
    float: left;
    width: 50%;
    min-height: 69px;
    margin-bottom: 40px;
    padding-right: 20px;
    text-align: left;
}

@media (max-width: 639px) {
    .l-map__one {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.l-map__one_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}

.l-map__one_text {
    padding-top: 13px;
    padding-left: 79px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #343434;
}

.l-map__one_text ul {
    margin: 0;
    padding: 0;
}

.l-map__one_text li {
    display: block;
    padding-bottom: 4px;
}

.c-map-2 {
    margin-top: 0;
    height: 517px;
    border-radius: 0;
}
