

/* Start:/promo/cpm-2024/include/style.css?172362301812887*/
.cpm--wrapper {
    max-width: 80%;
    height: 100%;
    margin: 0 auto 30px;
    position: relative;
}
.title_top--absolute {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.title_image--wrapper .embed-responsive {
    padding-bottom: 42%;
}
.title_top {
    width: 56.35%;
    height: 56.67%;
    position: absolute;
    z-index: 10;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}
.title_top--relative {
    height: 100%;
    position: relative;
}
.title_top img {
    height: 100%;
    object-fit: contain;
}
.title_top--btn {
    position: absolute;
    left: 12.9vw;
    bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.5vw;
    height: 2.9vw;
    font-size: 14px;
    font-size: 0.8vw;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background: #b89779;
    border: 1px solid #b89779;
    transition: .15s ease-in-out;
    border-radius: 1px;
}
.title_top--btn:hover svg path {
    stroke: #b89779;
}

.title_top--btn:focus,
.title_top--btn:hover {
    color: #b89779;
    background: #fff;
}

.title_top--btn svg {
    width: 1vw;
    height: 0.8vw;
    margin-left: 8%;
    margin-bottom: 1%;
}
.cpm-text-about {
    margin-top: 70px;
}
.title--text {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 125% */
    text-transform: uppercase;
}
.cpm-text-about .subtitle--text {
    max-width: 720px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
}
.cpm-text-about .subtitle--text_address {
    max-width: 700px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 1px;
    /*border: 1px dashed #b89779;*/
    background-color: rgba(184, 151, 121, .1);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23b89779FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 20px 20px;
    position: relative;
}
.subtitle--text_address span.text {
    display: block;
    padding-bottom: 25px;
}
.cpm-text-about .location--address {
    position: absolute;
}
.location--address {
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 1px;
    background: #b89779;
    color: #fff;
    padding: 15px 20px 15px 15px;
}
.location--address svg {
    margin-right: 6px;
    margin-top: 4px;
}
.cpm-text-about--left {
    width: 37.5%;
    margin-right: 5%;
}
.cpm-text-about--right {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
    margin-bottom: 60px;
}
.cpm-text-about--left .embed-responsive {
    padding-bottom: 88.5%;
}
.cpm-text-about--left .embed-responsive img {
    object-fit: cover;
    left: auto;
    right: 0;
    width: 81%;
}
.cpm-text-about--left_block {
    display: block;
    background: rgba(156,133,113, .1);
    width: 26%;
    height: 261px;
    position: absolute;
    top: 280px;
    left: 0;
}
.cpm-text-about--left {
    width: 37.5%;
    margin-right: 5%;
}
.title--text.title--text-list {
    margin-top: 100px;
}
.title--text-list-wrapper {
    margin-top: 50px;
    margin-bottom: 70px;
}

.title--text-list--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}

.title--text-list--item span {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.title--text-list--item svg {
    margin-bottom: 15px;
}
.cpm--page_gray-bg {
    margin-bottom: 35px;
    background-color: rgba(184, 151, 121, .1);
}
.title--text-images-list {
    padding: 70px 0;
}

.images-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 12px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
}

.images-list > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.images-list > *:nth-child(2) {-ms-grid-row: 1;-ms-grid-column: 3;}
.images-list > *:nth-child(3) {-ms-grid-row: 1;-ms-grid-column: 5;}
.images-list > *:nth-child(4) {-ms-grid-row: 1;-ms-grid-column: 7;}
.images-list > *:nth-child(5) {-ms-grid-row: 3;-ms-grid-column: 1;}
.images-list > *:nth-child(6) {-ms-grid-row: 3;-ms-grid-column: 3;}
.images-list > *:nth-child(7) {-ms-grid-row: 3;-ms-grid-column: 5;}
.images-list > *:nth-child(8) {-ms-grid-row: 3;-ms-grid-column: 7;}
.images-list--item .embed-responsive {
    padding-bottom: 140%;
}
img.images-list--item-title {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21.5%;
    height: auto;
}

.images-list, .images-list-wrapper {
    position: relative;
}
img.images-list--item-title_1 {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}
img.images-list--item-title_2 {
    right: 18.5%;
}
.cpm_form--wrapper {
    position: relative;
    margin-top: 70px;
}

.cpm_form--wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50px;
    width: 75%;
    background-color: rgba(184, 151, 121, .1);
}
.cpm-form--title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}
.cpm-form--title .subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.cpm-form--input {
    width: 80%;
    display: block;
    border: none;
    border-bottom: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    box-shadow: none !important;
    margin-top: 10px;
}
.cpm-form .cpm-form--input:focus {
    border-color: #B89779;
}
input.cpm-form--input::placeholder {
    color: rgba(52,52,52,.5);
}
.cpm-form--btns {
    margin-top: 20px;
}
.cpm-form--btn {
    color: #fff;
    background: #b89779;
    border: 1px solid #b89779;
    max-width: 240px;
    width: 100%;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: .15s ease-in-out;
}
.cpm-form--btn:hover {
    color: #b89779;
    background: transparent;
}
.cpm--title-big {
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 120% */
}
.cpm--title-big > span {
    text-transform: uppercase;
}

.cpm--title-big .subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cpm-form--container {
    max-width: 560px;
    margin-top: 50px;
    padding-left: 50px !important;
}
.cpm-form {
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
    font-family: "Gotham Pro";
}
.cpm-form .privacy-policy {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 0;
}
.cpm_form--wrapper-text {
    max-width: 610px;
    margin-top: 90px;
    padding-right: 50px !important;
}
.cpm_form--wrapper-text .location--address {
    position: relative;
    padding: 15px 20px 30px 15px;
}
.location--address span.cpm--date {
    position: absolute;
    color: #b89779;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #b89779;
    left: 0;
    top: 80%;
}
.cpm_form--wrapper-text p {
    font-size: 20px;
    font-style: normal;
    line-height: 30px; /* 150% */
    text-transform: uppercase;
    margin-top: 60px;
}


@media screen and (max-width: 1600px) {
    .cpm-text-about--right {
        width: 50%;
    }
    .cpm-text-about--left {
        width: 45%;
    }
}

@media screen and (max-width: 1330px) {
    .cpm_form--wrapper:before {
        width: 100%;
        bottom: 0;
    }
    .cpm_form--wrapper-text {
        max-width: 100%;
        margin-top: 70px;
        padding-right: 0 !important;
    }
    .cpm_form--wrapper {
        padding-bottom: 70px;
    }
    .cpm-form--container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .location--address span.cpm--date {
        right: 0;
        margin: auto;
        width: 235px;
    }
}

@media screen and (max-width: 992px) {
    .cpm-text-about--left {
        display: none;
    }
    .cpm--wrapper {
        max-width: calc(100% - 30px);
    }
    .title_top {
        height: 75%;
    }
    .title_top--btn {
        left: 8.6vw;
        font-size: 1.1vw;
        width: 22vw;
        height: 3.6vw;
    }
    .cpm-text-about--right {
        width: 100%;
    }
    .cpm-text-about {
        margin-top: 30px;
    }
    .cpm-text-about .location--address {
        top: 97%;
        width: 100%;
        left: 0;
    }
    .cpm-text-about .location--address {
        top: 97%;
        width: 100%;
        left: 0;
    }
    .subtitle--text_address span.text {
        padding-bottom: 0;}
    .title--text.title--text-list {
        margin-top: 120px;}
    .title--text-list--item {
        width: 100%;
        margin-bottom: 30px;
    }
    .title--text, .cpm--title-big {
        font-size: 24px;
        line-height: 36px;
    }
    .cpm--title-big {
        text-align: center;
    }
    /*img.images-list--item-title_1, img.images-list--item-title_2 {*/
    /*    right: auto;*/
    /*    left: 18%;*/
    /*    bottom: auto;*/
    /*    top: 76%;*/
    /*    width: 28%;*/
    /*}*/
    .cpm--page_gray-bg {
        margin-bottom: 10%;
    }
    .cpm_form--wrapper {
        margin-top: 20%;
    }
    .cpm_form--wrapper:before {
        width: 100%;
    }
    .cpm-text-about .subtitle--text_address,
    .subtitle--text_address,
    .cpm-text-about .subtitle--text {
        max-width: 100%;
    }
    .title_top img {
        position: relative;
        right: 8vw;
    }
}

@media screen and (max-width: 575.98px) {
    .cpm-text-about .subtitle--text, .subtitle--text_address span.text, .location--address, .cpm--title-big .subtitle, .cpm_form--wrapper-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .title_top img {
        display: none;
    }
    .title_top--btn {
        left: 50%;
        width: 72%;
        height: 4%;
        font-size: 3.7vw;
        bottom: 10.4vw;
        transform: translateX(-50%);
    }
    .title_top--btn svg {
        width: 4vw;
        height: 3vw;
    }
    .title_image--wrapper .embed-responsive {
        padding-bottom: 0;
        height: auto;
    }
    .title_top {
        width: 100%;
        height: 100%;
    }
    .cpm-form--input {
        width: 100%;
    }
    .title_image--wrapper .embed-responsive .embed-responsive-item {
        position: static;
    }
    .images-list {
         grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1.7vw;
        grid-row-gap: 1.7vw;
     }
    img.images-list--item-title {
        width: 50%;
    }
    .images-list--item.float-none.col-xs-3 {
        padding-right: 0;
    }
    /*img.images-list--item-title_1, img.images-list--item-title_2 {*/
    /*    width: 43%;*/
    /*    left: 28%;*/
    /*}*/
    .title--text.title--text-list {
        margin-top: 140px;
    }
    .cpm--page_gray-bg {
        margin-bottom: 17%;
    }
    .cpm_form--wrapper {
        margin-top: 14%;
        padding-bottom: 50px;
    }
    .cpm-form {
        padding: 30px;
    }
    .cpm-form--title {
        font-size: 40px;
        line-height: 40px;
    }
    .cpm-form--btn {
        max-width: 100%;
        padding: 10px;
        font-size: 18px;
    }
    .cpm_form--wrapper-text p {
        margin-top: 50px;
        text-align: center;
    }
    .cpm-form--container {
        margin-top: 20px;
    }
    .title--text-images-list {
        padding: 40px 15px;
    }
    .cpm_form--wrapper-text {
        margin-top: 40px;
    }
}

/* End */
/* /promo/cpm-2024/include/style.css?172362301812887 */
