/*<editor-fold desc="****************************** ОБЩЕЕ ******************************">*/
:root {
    --swiper-navigation-sides-offset: 75px;
}
body {
    font-family: 'GothamPro', serif;
    margin: 0;
}
img {
    width: 100%;
}
@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro.ttf');
}
@font-face {
    font-family: 'GothamProB';
    src: url('../fonts/gothampro_bold.ttf');
}
@font-face {
    font-family: 'GothamProL';
    src: url('../fonts/gothampro_light.ttf');
}
@font-face {
    font-family: 'GothamProM';
    src: url('../fonts/gothampro_medium.ttf');
}

@font-face {
    font-family: 'GothicA1';
    src: url('../fonts/GothicA1-Regular.ttf');
}
@font-face {
    font-family: 'GothicA1M';
    src: url('../fonts/GothicA1-Medium.ttf');
}
@font-face {
    font-family: 'GothicA1L';
    src: url('../fonts/GothicA1-Light.ttf');
}
@font-face {
    font-family: 'GothicA1B';
    src: url('../fonts/GothicA1-Bold.ttf');
}
.header-text {
    font-family: GothamProB, serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #143020;
}
.orange-bg {
    background: #E3663F;
}
.green-bg {
    background: #32703A;
}
.white-bg {
    background: white;
    color: black;
}
a {
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 767px) {
    .header-text {
        font-size: 20px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="****************************** ВЕРХНИЙ БЛОК ******************************">*/
.chtw-top {
    color: white;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.chtw-top > img {
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.7);
}
.ctt-top {
    margin-bottom: 30px;
}
.ctt-top img {
    max-width: 768px;
}
.ct-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 65%;
    width: 100%;
}
.ctt-center {
    font-size: 32px;
    margin-bottom: 20px;
}
.ctt-center br {
    display: none;
}
.ctt-bottom {
    font-size: 40px;
}
.ctt-icons {
    margin-top: 52px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.ctt-icons img {
    max-width: 35px;
}
.chtw-mobile-menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .ct-text {
        max-width: 100%;
        top: 55%;
    }
    .ctt-top {
        max-width: 85%;
        margin: 0 auto 10px;
    }
    .ctt-center {
        font-family: 'GothamProL', serif;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 2px;
        margin: 0 auto 20px;
    }
    .ctt-center br {
        display: block;
    }
    .chtw-top > img {
        height: 280px;
    }
    .ctt-bottom {
        font-size: 20px;
        letter-spacing: 3px;
        max-width: 85%;
        margin: 0 auto;
    }
    .ctt-icons {
        margin-top: 12px;
    }
    .ctt-icons img {
        max-width: 30px;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="****************************** ОПИСАНИЕ ******************************">*/
.chtw-description {
    padding: 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-right {
    max-width: 45%;
}
.cd-left {
    max-width: 36%;
    height: fit-content;
    margin-right: -4%;
    z-index: 1;
}
.cdl-wrap {
    background: #F8EDD9;
    border-radius: 20px;
    padding: 10% 8%;
}
.cdl-head {
    font-size: 32px;
    font-weight: bold;
}
.cdl-line {
    border-bottom: 4px solid #F8B66A;
    width: 130px;
    margin-bottom: 35px;
    margin-top: 25px;
}
.cdl-body {
    font-size: 24px;
    font-family: 'GothamProL', serif;
    line-height: 140%;
}

@media screen and (min-width: 768px) and (max-width: 1550px) {
    .cdl-wrap {
        padding: 30px 30px;
    }
    .cdl-head {
        font-size: 26px;
    }
    .cdl-body {
        font-size: 22px;
        line-height: 120%;
    }
    .cdl-line {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .chtw-description {
        flex-direction: column-reverse;
        padding: 40px 0;
    }
    .cd-right {
        max-width: 85%;
    }
    .cd-left {
        max-width: 70%;
        margin-top: -4%;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .chtw-description {
        flex-direction: column-reverse;
        padding: 40px 0;
    }
    .cd-right {
        max-width: 90%;
    }
    .cd-left {
        max-width: 100%;
        margin-right: 0;
    }
    .cdl-head {
        font-size: 18px;
        color: #143020;
        line-height: 140%;
        letter-spacing: 1px;
    }
    .cdl-line {
        margin-bottom: 16px;
        width: 100px;
        margin-top: 16px;
    }
    .cdl-body {
        font-size: 16px;
        color: #143020;
        max-width: 90%;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="****************************** ЦИФРЫ ******************************">*/

.chtw-numbers {
    max-width: 1200px;
    margin: 0 auto 120px;
}
.el-img img {
    height: 33px;
    width: 33px;
}
.cn-text {
    display: flex;
    flex-wrap: wrap;
    max-width: 1053px;
    margin: 50px auto 80px;
    row-gap: 40px;
}
.cnt-el {
    width: calc(100% / 3);
    display: flex;
    gap: 26px;
}
.el-text {
    max-width: 262px;
}
.elt-big {
    font-family: GothamProB, serif;
    font-size: 40px;
    display: flex;
    color: #32703A;
    line-height: 70%;
    margin-bottom: 15px;
}
.elt-big sup {
    line-height: 50%;
}
.elt-small {
    font-family: GothamProL, serif;
    font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .cn-text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .chtw-numbers {
        margin: 0 auto 40px;
        max-width: 100%;
    }
    .cn-text {
        margin: 35px 15px 25px;
        max-width: calc(100% - 40px);
        justify-content: space-between;
    }
    .cnt-el {
        width: 50%;
        gap: 15px;
    }
    .el-img img {
        height: 18px;
        width: 18px;
    }
    .elt-big {
        font-size: 26px;
    }
    .elt-small {
        font-size: 14px;
    }
    .el-text {
        max-width: 100%;
    }
    .cel-1 { order: 1; }
    .cel-2 { order: 2; }
    .cel-3 { order: 6; }
    .cel-4 { order: 3; }
    .cel-5 { order: 4; }
    .cel-6 { order: 5; }
    .cel-ex {
        position: relative;
        left: 25px;
    }
    .cel-ex .elt-small {
        max-width: calc(100% - 20px);
    }

}
/*</editor-fold>*/

/*<editor-fold desc="****************************** КУЛЬТУРНЫЙ КОД ******************************">*/
.chtw-kcode {
    max-width: 1120px;
    margin: 0 auto;
    height: fit-content;
}
.chtw-kcode .header-text {
    margin-bottom: 75px;
}
.ck-text {
    font-family: GothamProL, serif;
    font-size: 24px;
    color: #143020;
    text-align: center;
    line-height: 140%;
}
.swiper {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 300px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 600px;
}

.swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 34%;
}

.sb-control {
    width: 100px;
    height: 100px;
    background: #dd5e38e3;
    border-radius: 50px;
}
.swiper-slide-active .ss-text {
    /*display: block;*/
    opacity: 1;
}
.ss-text {
    position: relative;
    /*display: none;*/
    margin-top: 80px;
    opacity: 0;
    transition: 0.3s;
    font-size: 24px;
    /*width: 140%;*/
    line-height: 140%;
    font-family: 'GothamProL', serif;
}
.ss-t-head {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: -40px;
}
.ss-book {
    position: absolute;
    height: 100%;
    left: -130px;
    display: flex;
    align-items: center;
}
.ss-book img {
    height: 100px;
    width: 100px;
}

.swiper-button-prev:after {
    content: url('../img/arrow-left.svg');
}
.swiper-button-next:after {
    content: url('../img/arrow-right.svg');
}


@media screen and (max-width: 1120px) {
    .swiper-slide {
        width: 500px;
        height: 500px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --swiper-navigation-sides-offset: 17%;
    }
    .swiper-slide {
        width: 300px;
        height: 300px;
    }
    .chtw-kcode .header-text {
        margin-bottom: 30px;
    }
    .ck-text {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }
    .swiper {
        padding-top: 30px;
        padding-bottom: 170px;
    }
    .sb-control {
        width: 60px;
        height: 60px;
    }
    .sb-control:after {
        transform: scale(0.6);
    }
    .swiper-button-next, .swiper-button-prev {
        top: 33%;
    }
    .swiper-slide > img {
        border-radius: 8px;
    }
    .ss-text {
        font-size: 14px;
        margin-top: 30px;
    }
    .ss-t-head {
        margin-top: -10px;
    }
    .ss-t-text {
        width: 140%;
    }
    .ss-book {
        left: -78px;
    }
    .ss-book img {
        height: 70px;
        width: 70px;
    }
}
@media screen and (max-width: 600px) {
    .swiper-slide {
        width: 240px;
        height: 240px;
    }
    .sb-control {
        width: 50px;
        height: 50px;
    }
    .sb-control:after {
        transform: scale(0.5);
    }
}
@media screen and (max-width: 450px) {
    :root {
        --swiper-navigation-sides-offset: 12px;
    }
    .swiper-slide {
        width: 195px;
        height: 195px;
    }
    .sb-control {
        width: 37px;
        height: 37px;
    }
    .sb-control:after {
        transform: scale(0.4);
    }
}

/*</editor-fold>*/

/*<editor-fold desc="****************************** ГАЛЕРЕЯ ******************************">*/
.chtw-gallery {
    background: #143020;
}
.justified-gallery > a {
    cursor: pointer;
}
/*</editor-fold>*/

/*<editor-fold desc="****************************** КОНТАКТЫ ******************************">*/
.chtw-contacts {
    display: flex;
    background: #32703A;
    padding-bottom: 20px;
}
.cc-left {
    flex: 0 0 33%;
    color: white;
    font-size: 24px;
    padding: 4% 3% 0 calc((100vw - 1200px) / 2);
    box-sizing: border-box;
}
.cc-right {
    flex: auto;
}
.ccl-head {
    font-size: 52px;
    font-family: GothamPro, serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.ccl-text, .ccl-button {
    font-weight: bold;
    font-family: 'GothamProL', serif;
}
.ccl-text {
    margin-bottom: 35px;
}
.cll-buttons-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 60px;
}
.ccl-button {
    /*display: block;*/
    /*width: 300px;*/
    /*font-family: 'GothamProB', serif;*/
    /*text-transform: uppercase;*/
    /*font-size: 17px;*/
    /*padding: 50px 80px;*/
    /*box-sizing: border-box;*/
    /*text-align: center;*/
    /*line-height: 140%;*/
    /*border-radius: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 240px;
    height: 70px;
    font-family: 'GothamProB', serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 20px;
    box-sizing: border-box;
    text-align: center;
    line-height: 140%;
}
.leave-message {
    cursor: pointer;
}
.cc-right iframe {
    height: 850px;
}

@media screen and (max-width: 1279px) {
    .chtw-contacts .cc-left {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .chtw-contacts {
        padding-bottom: 0;
    }
    .chtw-contacts .cc-left {
        padding: 40px 50px;
    }
    .chtw-contacts .ccl-head {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .chtw-contacts .ccl-text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 20px;
    }
    .cll-buttons-wrap {
        align-items: flex-start;
        margin-top: 35px;
    }
    /*.chtw-contacts .ccl-button {*/
    /*    width: 240px;*/
    /*    max-width: 240px;*/
    /*    padding: 14px 20px;*/
    /*    font-size: 16px;*/
    /*    height: 70px;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    border-radius: 20px;*/
    /*}*/
    .chtw-contacts {
        flex-direction: column;
    }
    .cc-right iframe {
        height: 300px;
    }
}

/*</editor-fold>*/

/*<editor-fold desc="****************************** ХЭД ФУТ ******************************">*/
header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 1;
}
header.fixed {
    position: fixed;
    background: #32703a;
    z-index: 2;
}
header.fixed .chtw-wrap img {
    max-width: 50px;
}
footer {
    background: #32703a;
}
.chtw-wrap {
    max-width: 1200px;
    gap: 20px;
    margin: 0 auto;
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
}
.chtw-wrap img {
    max-width: 89px;
}
.chtw-menu {
    display: flex;
    gap: 100px;
    align-items: center;
}
.chtw-address {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.chtw-footer-c-up {
    display: flex;
    justify-content: space-around;
}
.chtw-footer-c-down {
    display: flex;
    gap: 30px;
}
.chtw-footer-center {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chtw-footer-c-down > a {
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .chtw-menu {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    footer {
        /*display: none;*/
    }
    footer .chtw-wrap {
        justify-content: center;
    }
    footer .chtw-logo,
    footer .chtw-mobile-menu,
    footer .chtw-footer-c-up {
        display: none;
    }
    footer .chtw-footer-c-down {
        flex-direction: column;
        gap: 10px;
    }
    footer .chtw-footer-c-down > a {
        font-size: 14px;
    }

    .chtw-menu, .chtw-logo-two {
        display: none;
    }
    .chtw-wrap img {
        max-width: 42px;
    }
    .chtw-address {
        font-size: 10px;
    }
    .chtw-mobile-menu {
        display: block;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="****************************** МОДАЛКА ******************************">*/
.modal-request {
    display: none;
    max-width: 650px;
    padding: 55px 50px 25px;
}
.modal-request form {
    max-width: 430px;
}
.modal-request .form-sent {
    display: none;
    border-radius: 8px;
    background: white;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}
.fs-head {
    font-size: 32px;
    color: #143020;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.fs-text {
    color: #242731;
    font-size: 24px;
    text-align: center;
}
.fs-text:last-of-type {
    margin-bottom: 30px;
}
.modal-request .form-sent img {
    width: 90px;
}
.modal-request .modal-head {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #143020;
}
.modal-request .attached-file {
    display: none;
    line-break: anywhere;
}
.modal-request #file {
    display: none;
}
.modal-request .modal-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    color: #242731;
}
.modal-request form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.modal-request input, .modal-request textarea {
    border-radius: 4px;
    padding: 12px 16px;
    border: 1px solid #D4D4D4;
}
.modal-request input:focus, .modal-request input:focus-visible, .modal-request textarea:focus, .modal-request textarea:focus-visible {
    border: 1px solid #E3663F;
    outline: none;
}
.modal-request input[type="button"], .modal-request input[type="submit"] {
    width: 200px;
    border: none;
    border-radius: 30px;
    padding: 16px 0;
    color: white;
    cursor: pointer;
}
.modal-request .miw-agree a, .modal-request .modal-input-spec a {
    color: black;
    text-decoration: underline;
}
.mis-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-input-spec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}
.mis-right {
    font-size: 14px;
}

.error-message {
    color: red;
}

@media screen and (max-width: 767px) {
    .blocker {
        padding: 0;
    }
    .modal-request {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        padding: 40px 15px 35px;
    }
    .modal-request .modal-head {
        font-size: 20px;
    }
    .fs-head {
        font-size: 20px;
    }
    .fs-text {
        font-size: 16px;
    }
    .modal-request .form-sent img {
        width: 65px;
    }
    .modal a.close-modal {
        top: 7px;
        right: 7px;
    }
}
@media screen and (max-width: 460px) {
    .modal-input-spec {
        flex-direction: column;
    }
}
/*</editor-fold>*/

/*<editor-fold desc="****************************** МОДАЛКА МЕНЮ ******************************">*/
.mobile-menu {
    display: none;
    padding: 15px;
    box-sizing: border-box;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    background: #F8EDD9;
    position: fixed;
    top: 0;
    left: 0;
}
.mobile-menu .mobile-menu-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mobile-menu .chtw-logo-two {
    display: block;
}
.mobile-menu .chtw-logo, .mobile-menu .chtw-logo-two {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.mobile-menu .chtw-address {
    color: #141313;
}
.mobile-menu a, .mobile-menu .cc-left {
    color: #141313;
}
.mobile-menu .chtw-wrap {
    position: relative;
    padding: 0 0 12px 0;
    justify-content: space-between;
    margin: initial;
}
.mobile-menu .chtw-wrap:after {
    content: "";
    border-bottom: 1px solid #F8B66A;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mobile-menu .chtw-menu {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 17px;
    position: relative;
    font-weight: bold;
    flex: 1;
}
.mobile-menu .chtw-menu:after {
    content: "";
    border-bottom: 1px solid #F8B66A;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mobile-menu .cc-left {
    padding: 12px 0 0 0;
    max-height: fit-content;
}
.mobile-menu .ccl-head {
    font-size: 16px;
    margin-bottom: 12px;
}
.mobile-menu .ccl-text {
    margin-bottom: 0;
    font-size: 8px;
}
.mobile-menu .cll-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (max-width: 767px) {

}
/*</editor-fold>*/

/*<editor-fold desc="****************************** ДРУГАЯ СТРАНИЦА ******************************">*/
.alt-p header {
    background: #32703a;
    position: fixed;
}
.alt-p header .chtw-wrap img {
    max-width: 50px;
}
.alt-p main {
    white-space: pre-wrap;
    padding: 80px 20px 10px;
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto;
}
.alt-p main strong {
    text-align: center;
    width: 100%;
    display: block;
}
.alt-p table, .alt-p table th, .alt-p table td {
    border: 1px solid black;
    border-collapse: collapse;
    white-space: pre-wrap;
}
.alt-p td {
    padding: 10px;
}
/*</editor-fold>*/

/*<editor-fold desc="****************************** КУКИ ******************************">*/
.chtw-cookie {
    display: none;
    color: #000000;
    background-color: #f3f3f3;
    border-radius: 5px;
    position: fixed;
    /*max-width: 700px;*/
    z-index: 25;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 15px 25px;
    bottom: 0;
    right: 0;
    width: fit-content;
    box-sizing: border-box;
    align-items: center;
    gap: 25px;
}

.chtw-cookie.show-cookie {
    display: flex;
    justify-content: space-between;
}

.chtw-cookie .cc-button {
    padding: 4px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    height: auto;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.chtw-cookie .cc-button:hover {
    color: #111111;
    border-color: #111111;
    background-color: #e8e8e8;
}

.chtw-cookie .cc-text {
    width: 87%;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .chtw-cookie {
        margin: 0;
        max-width: 100%;
        font-size: 12px;
        line-height: 120%;
    }
}
@media only screen and (max-width: 500px) {
    .chtw-cookie {
        flex-direction: column;
    }
    .chtw-cookie .cc-text {
        width: 100%;
    }
}

/*</editor-fold>*/




