

/* Start:/promo/cpm/include/style.css?177030321113834*/
.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: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}
.title_top--relative {
    height: 100%;
    position: relative;
}
.title_top img {
    width: auto;;
    height: 100%;
}
.title_top--btn {
    position: absolute;
    left: 6.2vw;
    bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5vw;
    height: 2.9vw;
    font-size: 1.1vw;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: .15s ease-in-out;
    border-radius: 1px;
}
.title_top--btn:hover svg path {
    stroke: #9c8571;
}

.title_top--btn:focus,
.title_top--btn:hover {
    color: #9c8571;
    background: #fff;
}

.title_top--btn svg {
    width: 1.7vw;
    height: 1.3vw;
    margin-left: 8%;
}
.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 {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.cpm-text-about .subtitle--text_address {
    max-width: 754px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 1px;
    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='%239c8571' 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;
    width: 80%;
    max-width: 580px;
}
.location--address {
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 1px;
    background-color: #9c8571;
    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: 50%;
    display: flex;
    flex-direction: column;
    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: auto;
    height:115%;
}
.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;
}
.title--text-images-list {
    padding: 70px 0;
    background-color: rgba(184, 151, 121, .1);
}

.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: 4vw;
}

.images-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(184, 151, 121, .1);
    z-index: -1;
}

.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%;
}
.images-list--item a {
    display: block;
}
.images-list--item-title {
    position: absolute;
    display: block;
    z-index: 10;
    margin: auto;
    width: 14.5%;
    height: auto;
}
.images-list--item-title img {
    width: 100%;
    height: auto;
}

.images-list, .images-list-wrapper {
    position: relative;
}
.images-list--item-title_1 {
    left: 24.7%;
    top: 24%;
    bottom: auto;
    transform: translate(-50%, -50%);
}
.images-list--item-title_2 {
    right: 17.5%;
    top: 67%;
}
.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: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
.cpm-form--title .subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    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: 18px;
    box-shadow: none !important;
    margin-top: 10px;
}
.cpm-form .cpm-form--input:focus {
    border-color: #9c8571;
}
input.cpm-form--input::placeholder {
    color: rgba(52,52,52,.5);
}
.cpm-form--btns {
    margin-top: 20px;
}
.cpm-form--btn {
    color: #fff;
    background: #9c8571;
    border: 1px solid #9c8571;
    max-width: 330px;
    width: 100%;
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: .15s ease-in-out;
}
.cpm-form--btn:hover {
    color: #9c8571;
    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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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;
    width: 332px;
    max-width: 95%;
    text-align: center;
    color: #9c8571;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #9c8571;
    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;
}

.cpm-form .privacy-policy a {
    text-decoration: underline !important;
}

@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: 195px;
    }
}

@media screen and (max-width: 992px) {
    .cpm-text-about--left {
        display: none;
    }
    .cpm--wrapper {
        max-width: calc(100% - 30px);
    }
    .title_top--btn {
        width: 27vw;
        height: 5vw;
    }
    .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;
    }
    .cpm_form--wrapper:before {
        width: 100%;
    }
    .cpm-text-about .subtitle--text_address,
    .subtitle--text_address,
    .cpm-text-about .subtitle--text {
        max-width: 100%;
    }
    .cpm_form--wrapper {
        margin-top: 8%;
    }
    .cpm-text-about .subtitle--text {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@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: 84%;
        height: 5%;
        font-size: 3.7vw;
        bottom: 8vw;
        transform: translateX(-50%);
    }
    .title_top--btn svg {
        width: 7vw;
        height: 4vw;
        margin-left: 6%;
    }
    .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 {
        -ms-grid-columns: 37% 1.7vw 26% 1.7vw 37%;
        grid-template-columns: 35% 26% 35%;
        grid-column-gap: 2%;
        grid-row-gap: 13vw;
    }
    img.images-list--item-title {
        width: 50%;
    }
    .images-list--item:nth-child(3),
    .images-list--item:nth-child(8) {
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }
    .cpm-text-about .subtitle--text {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .title--text.title--text-list {
        margin-top: 60px;
    }
    .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: 75px;
    }
    .cpm-form--container {
        margin-top: 20px;
    }
    .title--text-images-list {
        padding: 25px 15px;
        font-size: 30px;
    }
    .cpm_form--wrapper-text {
        margin-top: 40px;
    }
    .title--text-list-wrapper {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .images-list--item:nth-child(1),
    .images-list--item:nth-child(2),
    .images-list--item:nth-child(5),
    .images-list--item:nth-child(6) {
        display: none;
    }
    .images-list--item img {
        height: 100% !important;
        width: auto !important;
    }

    .images-list--item a,
    .images-list--item .embed-responsive {
        height: 100%;
    }
    .images-list--item-title {
        width: 50%;
    }
    .images-list--item-title_1 {
        left: 64.1%;
        top: 23%;
    }
    .images-list--item-title_2 {
        right: 39.1%;
        top: 64%;
    }
    .cpm--title-big {
        text-align: left;
    }
    .location--address span.cpm--date {
        font-weight: 400;
    }
}

/* End */
/* /promo/cpm/include/style.css?177030321113834 */
