
body {
    margin: 0;
    padding: 0;
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Poiret One', cursive;
    display: grid;
    grid-template-columns: var(--boxsize) 1fr;
}

p2 {
    font-family: 'Lora', serif;
}

aside {
    height: 100vh;
    background-color: #353D54;
    position: sticky;
    left: 0;
    top: 0;
    visibility: visible;

}

.logo,
nav,
.bootombox {
    align-items: center;
    justify-content: center;
    display: grid;
    text-align: center;
}

.xbd2 {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 22px;

}

.logo {
    height: 25vh;
    background-repeat: no-repeat;
    background-image: url("/assets/logo.png");
    background-size: contain;
    background-position: center center;
    display: block;
    padding: 5px;
}

.logotext1 {
    font-size: 34px;
    border-bottom: 1px #cdb088 solid;
    line-height: 1.5em;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 4px;
}

.contactubox2 p {
    font-size: 15px;
    font-weight: 700;
    opacity: 0.8;
}

.logotext2 {
    font-size: 12px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    letter-spacing: 4px;
}

nav {
    height: 40vh;

}

nav a {
    color: #cdb088;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    opacity: 1;
}

nav a:hover {
    opacity: 0.8;
}

.bootombox {
    height: 35vh;
    color: white;
}

.str {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 4px;
    font-weight: bold;
}

.str a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.5;

}

.svgicon {
    width: 15px;
    height: 15px;
    padding: 15px;
    fill: #cdb088;
}

main {
}

.hero {
    height: 100vh;
    background-image: url("/assets/bghero2.jpg");
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-end;

}

.herobox2 {
    display: flex;
    justify-content: center;
    position: relative;
    top: -240px;
    height: 0;
}

.first-hero-box {
    display: inherit;
    flex-basis: 50%;
}

.first-hero-box-first {
    background-color: #A49771;
    color: black;
    width: 400px;
    font-size: 28px;
    height: 40px;
    text-align: center;
    opacity: .8;
    position: relative;
    z-index: 100;
    top: 0;
    padding-top: 10px;
    left: 33px;
}

.second-hero-box-container {
    position: relative;
    left: -83px;
    top: 20px;
}

.second-hero-box-first {
    background: white;
    padding: 10px 20px 10px 20px;
    font-size: 25px;
    opacity: .9;
}

.second-hero-box-second-text {
    text-decoration: none;
    color: white;
    position: relative;
    text-align: center;
    word-spacing: 46px;
    background: #C0B17E;
    font-size: 34px;
    padding: 5px 10px 5px 15px;
    top: -5px;
    letter-spacing: 14px;
    transition: all .5s;
}

.second-hero-box-second-text:hover {
    background: #cbc09a;
}


.second-hero-box-second-container {
    display: flex;
    justify-content: center;
}

.first-hero-box-second {
    background: #353D54;
    color: white;
    font-size: 40px;
    top: -6px;
    padding: 10px 15px 10px 15px;
    position: relative;
    left: -32px;
    opacity: .7;
    z-index: 1;
}

.first-hero-box-third {
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 31px;
    position: relative;
    left: -45px;
    font-weight: 800;
}

.heroItem {
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.close {
    position: fixed;
    top: 50px;
    right: 50px;
    font-size: 26px;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #434343;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.3s;
    opacity: 0.8;
    z-index: 9999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(255 255 255 / 50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.road-container {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.road-inner {
    display: inherit;
    justify-content: space-between;
    flex-basis: 50%
}

.road-wrapper {
    display: flex;
    margin: 40px;
    gap: 140px;
}

.road-first-section {
    font-weight: 800;
    display: flex;
    flex-direction: column;
}

.road-location-section {
    display: flex;
    gap: 15px;
}

.location {
    gap: 26px;
}

.close:hover {
    opacity: 1;
}

.cta1 {
    width: 260px;
    height: 60px;
    padding: 11px 15px;
    outline: none;
    cursor: pointer;
    color: #cdb088;
    text-decoration: none;
    background-color: #353D54;
    border: 3px #cdb088 solid;
    font-family: Lora;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 33px;
}

.bgw {
    background-color: #353d54;
    color: #cdb088;
    padding: 22px;
    padding-top: 30vh;
}

.txc {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
}

.opus-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opus-title-first-section {
    font-weight: 800;
    opacity: .9;
    background: #C0B17E;
    font-size: 26px;
    padding: 5px 10px;
    position: relative;
    top: 6px;
}

.opus-title-second-section {
    font-weight: 600;
    padding: 2px 5px;
    color: white;
    background: #5E6477;
    font-size: 35px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 44px;
}

.carousel-preview {
    text-align: center;
}

.carousel-preview button {
    padding: 11px 22px;
    margin: 22px;
}

.amp-carousel-button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-self: center;
    color: #cdb088;
    background-color: #353d54;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 0.9;
}

.amp-carousel-button-prev:hover {
    opacity: 1;
}

.amp-carousel-button-next {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-self: center;
    background-color: #353d54;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 0.9;
}

.amp-carousel-button-next:hover {
    opacity: 1;
}

.ctaphone {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-image: url("/assets/callme.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: shake 3s linear 1s infinite normal;
    animation: shake 3s linear 1s infinite normal;
    opacity: 0.99;

    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #ff422c;
    border: white 1px solid;
    position: fixed;
    right: 10px;
    bottom: 14px;
    cursor: pointer;
    outline: none;
    z-index: 90;
}

@-webkit-keyframes shake {
    0% {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
        -webkit-transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
        -webkit-transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
        -webkit-transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
        -webkit-transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
        -webkit-transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
    }

    18% {
        transform: rotate(-12deg);
        -webkit-transform: rotate(-12deg);
    }

    20% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}


.st0 {
    fill: rgb(0, 132, 255);
    stroke: none;
    stroke-width: 1;
    stroke-miterlimit: 10;
    opacity: 0;
    transition: 0.3s;
}

.st0:hover {
    opacity: 0.3;
}

.svg-container {
    width: 90%;
}


.karta {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.kvpage {
    display: grid;
    grid-template-columns: 4fr 3fr;

}

.kvimg {
    padding: 11px;
}

.kvopus {
    background-color: #F2F2F2;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: space-evenly;
    padding-bottom: 50px;
    color: #353D54;
    font-weight: bold;
}

.zp {
    background-color: #cdb088;
    padding: 5px 0;
    color: white;
    letter-spacing: 5px;
    font-size: 18px;
}

.detk {
    text-decoration: none;
    color: white;
    padding: 11px;
    background-color: #cdb088;
    margin: 44px;

}

ol li {
    line-height: 1.6em;
}

.kvopus .col2 {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 44px;
    padding: 22px;
}

.kvopus h1 {
    border-bottom: none;
    padding-bottom: none;
}

.kvopus ul {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
}

.kvopus ol {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3em;
}

.kvopus li {
    margin-bottom: 1.05em;
}

.kvopus ul {
    list-style: none;
}

.kvopus ul li::before {
    content: "\2022";
    color: #cdb088;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.carousel-preview button {
    background-color: #353d54;;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    width: 120px;
    opacity: 0.9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.carousel-preview button:hover {
    opacity: 1;
}

h1 {
    border-bottom: #cdb088 1px solid;
}

.slide2 {
    display: grid;
    grid-template-columns: 3fr 3fr;
    font-size: 22px;


}

.imagesbox {
    padding: 0 0 50px 0;
}

.imagesbox-title-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 80px;
    z-index: 1000;
}

.imagesbox-second-title-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -53px;
    z-index: 10000;
}

.imagesbox-second-title-first-section {
    text-align: center;
    font-size: 28px;
    padding: 10px;
    background: white;
    font-weight: 800;
    opacity: 0.8;
}

.imagesbox-second-title-second-section-text {
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    position: relative;
    font-size: 30px;
    color: white;
    padding: 10px;
    background: #C0B17E;
    top: -4px;
    transition: all .5s;
}

.imagesbox-second-title-second-section-text:hover {
    background: #cbc09a;
}

.imagesbox-title-first-section {
    text-align: center;
    background: #C0B17E;
    color: white;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
}

.imagesbox-title-second-section {
    text-align: center;
    position: relative;
    background: white;
    padding: 7px 15px 10px 15px;
    font-size: 36px;
    top: -10px;
    font-weight: 800;
    transition: all .5s;
}

.imagesbox-title-second-section:hover {
    background: #F2F2F2;
}

.opus {
    margin: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.opus h1,
.opus h2 {
    margin: 2em;
}

h1 {
    font-size: 1.5em;
}

.zpz {
    border-left: #cdb088 2px solid;
    margin-left: 25px;
    font-size: 1,8em;
    padding: 11px;
    padding-left: 25px;
}

.zpz .m {
    font-size: 20px;
}

.cw {
    color: #F2F2F2;
}

.zpz sup {
    font-size: 13px;
}

h2 {
    font-size: 1.3em;
    color: #cdb088;
}

h3 {
    font-size: 1.1em;
}

.slide3bg {
    background-image: url("../assets/imgonline-com-ua-Blur-VzFljItUOczslw.jpg");
    background-size: cover;
}

.slide3 {
    min-height: 100vh;
    display: grid;
    background-color: rgb(255 255 255 / 76%);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
    padding: 44px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;


}

.slide3 .item {
    padding: 22px;

    border-radius: 13px;

}

.slide3 .item svg {
    fill: #757679d1;
    width: 50px;
    height: 50px;

}

.slide3 .item h4 {
    color: #353d54c9;
    font-size: 19px;
    font-weight: bold;
}

.slide3 .item p {
    font-size: 13px;
    color: black;
    transition: 0.3s;
    font-family: Lora;
}


.slide4 {
    max-width: 640px;
    margin: auto;
    padding-top: 50px;
    font-size: 23px;
    color: #434343;
}

.slide4 h2 {
    border-bottom: #cdb088 1px solid;
    padding-bottom: 1em;
}

.slide4 li {
    margin-top: 44px;
}

.slide4 ul {
    list-style: none;
}

.slide4 ul li::before {
    content: "\2022";
    color: #cdb088;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.slide5 {


    background-image: url(/assets/imgonline-com-ua-Blur-rhSU7Kubwl.jpg);
    background-size: cover;
    background-position: center;
    color: #F2F2F2;
}

.slide5bg {
    padding: 100px;
    padding-top: 30px;
    background-color: #1928528f;
}

.slide5 h2 {
    border-bottom: #cdb088 1px solid;
    padding-bottom: 1em;
    font-size: 35px;
}

.txc-col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.txc-col a {
    transition: all 0.5s;
}

.block-container {
    max-width: 600px;
    margin: 50px auto 100px auto;
    font-size: 32px;
}

.block-second-container {
    position: relative;
    left: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-wrapper {
    display: flex;
    justify-content: space-between;
}

.block-first-container {
    position: relative;
    display: flex;
    flex-direction: column;
    left: -150px;
    align-items: center;
}

.block-title {
    text-align: center;
    background: #4A5166;
    color: white;
    padding: 6px;
    position: relative;
    z-index: 100;
    opacity: .9;
}

.block-img {
    width: 300px;
    height: 300px;
}

.style-link {
    text-decoration: none;
    color: black;
    transition: all 0.5s;
}

.style-link:hover {
    color: white;
}

.block-first-section {
    background: #C7CFE6;
    padding: 10px 20px;
    position: relative;
    top: -10px;
    z-index: 0;
    text-align: center;
}

.block-second-section {
    background: #C7B98C;
    padding: 9px
    20px;
    position: relative;
    top: -10px;
    text-align: center;
    z-index: 0;
}

@media screen and (max-width: 900px) {
    .block-container {
        max-width: 1000px;
    }

    .block-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 100px;
        margin-top: 20px;
    }

    .block-first-container {
        position: initial;
    }

    .block-second-container {
        position: initial;
    }
}

.txc-col a:hover {
    color: #cdb088 !important;
    background: rgba(255,255,255, 0.1);
    padding: 20px;
}

.col3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    text-align: center;
    grid-gap: 40px;
    border-bottom: #c3972c 1px solid;
}

.col3 p {
    text-align: justify;
    /* font-family: 'Lora'; */
    /* font-weight: 400; */
    font-size: 13px;
    line-height: 17px;
}

.slide6 {
    background-color: #E4E8F4;
}

.formbox {
    display: grid;
    justify-content: center;
}

.contactu {
    display: grid;
    grid-template-columns: 8fr 3fr;
    justify-content: center;
    padding: 44px 11px;
    background-color: white;
    color: #353D54;
    line-height: 1.7em;
}

.contactu .str a {
    color: #353D54;
}

.phoneinput {
    height: 48px;
    width: 260px;
    margin-bottom: 2em;
}

.contactubox2 {
    border-left: #cdb088 1px solid;
    padding-left: 33px;
}

footer {
    background-color: #353D54;
    color: #cdb088;
    text-align: center;
    height: 50px;
    display: grid;
    align-content: center;
}

.xidb {
    width: calc(100vw - 100vw / 6 - 200px);
    padding: 100px;
}

.xbitem {
    padding: 50px;
}

.blue-box {
    display: block;
    background-color: white;
    width: 300px;
    height: 500px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}

.blue-box p {
    max-width: 300px;
}

.hidem {
    visibility: hidden;
}


.slide7 {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.slide8 {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}

.slide8-title-container {
    max-width: 500px;
    position: relative;
    left: 180px;
    margin-bottom: 20px;
}

.slide8-title {
    background: #C0B17E;
    text-align: center;
    padding: 10px;
    font-size: 27px;
}

.slide8-title-description {
    text-align: center;
    font-size: 26px;
}

.slide-8-section-title {
    font-weight: 700;
    background: #C1CAE3;
    font-size: 27px;
    padding: 8px;
    text-align: center;
}

.slide-8-section-description {
    font-weight: 600;
    font-size: 20px;
    padding: 14px 14px 14px 40px;
}

.slide-8-content-description {
    flex-basis: 28%;
}

.slide-8-content {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide-8-footer {
    position: relative;
    top: -40px;
    max-width: 458px;
    left: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.slide8-footer-title {
    background: rgba(255,255,255, 0.9);
    font-size: 27px;
    padding: 10px;
    text-align: center;
}

.slide8-footer-description {
    background: #C0B17E;
    display: flex;
    justify-content: center;
    max-width: 400px;
    font-size: 28px;
    padding: 11px;
    text-align: center;
    color: white;
}

@media screen and (max-width: 1100px) {
    .slide-8-content {
        justify-content: center;
    }

    .slide-8-footer {
        max-width: 1000px;
        left: 0;
    }

    .slide8 {
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: center;
        align-items: center;
    }

    .slide8-title-container {
        position: static;
    }

    .slide-8-section-description {
        flex-basis: 100%;
    }

    .slide-8-content-description {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-basis: 100%;
        gap: 30%;
    }
}

.obratu-constainer {
    max-width: 434px;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 999;
    top: 82px;
    left: -130px;
}

.obratu-first-section {
    text-align: center;
    padding: 10px;
    font-size: 27px;
    background: #C1CAE3;
}

.obratu-first-section-secont-turn {
    text-align: center;
    padding: 10px;
    font-size: 27px;
    background: #C0B17E;
}

.obratu-second-section {
    text-align: center;
    font-size: 26px;
}

:root {
    --boxsize: calc(100vw / 6 - 4px);
    --primarycolor: #c3972c;
}

.slide111 {
    min-height: 100vh;
    background-color: #353D54;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.imgg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1px;

}

.contain img {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.cover img {
    object-fit: cover;
}


.fixed-container {
    position: relative;
    width: var(--boxsize);
    /* height: var(--boxsize); */
    height: 100vh;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 8px;
}

.fixed-container amp-img {
    opacity: 0.5;
    transition: 0.3s;
}

.fixed-container amp-img:hover {
    opacity: 1;
    cursor: pointer;
}

.hidem {
    visibility: visible;
    display: none;
}

.xbbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;

}

.xbbox amp-carousel {
    width: calc(var(--boxsize) * 2);
    height: calc(var(--boxsize) * 2.5);
    margin: 0 auto;
}


.imgg2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;

}

.fixed-container2 {
    position: relative;
    width: var(--boxsize);
    height: var(--boxsize);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 8px;
}

.fixed-container2 amp-img {
    opacity: 0.9;
    transition: 0.3s;
}

.xbitem {
    padding: 0px;
}

.xbitem h3 {
    text-align: center;
}

.fake-radio {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #C1B17E;
    border-radius: 50%;
}

.fake-radio:before {
    content: '';
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    background: #C1B17E;
    top: 4px;
    left: 4px;
    border-radius: 50%;
}

.obratu-second-container {
    background: #C1CAE3;
    display: inline;
    font-size: 35px;
    padding: 8px;
}

@media screen and (max-width: 500px) {

    .obratu-constainer {
        margin-bottom: 20px;
    }

    .obratu-second-section {
        font-size: 21px;
    }

    .obratu-first-section {
        font-size: 23px;
    }
}


@media screen and (max-width: 620px) {
    .location-first-time {
        gap: 53px
    }
}

@media screen and (max-width: 440px) {
    .location-second-time {
        gap: 53px;
    }
}

@media screen and (max-width: 850px) {

    .obratu-second-container {
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    .obratu-constainer {
        max-width: 1000px;
    }

    .slide8-title-container {
        max-width: 1000px;
        width: 100%;
        position: static;
    }
}

@media screen and (max-width: 1324px) {

    .obratu-constainer {
        top: 20px;
        left: 0;
    }

    .location {
        flex-basis: 40%;
    }

    .road-wrapper {
        margin: 40px;
        flex-wrap: wrap;
        gap: 60px;
    }

    .road-inner {
        flex-basis: 100%;
        justify-content: space-evenly;
    }

    .hidem {
        visibility: visible;
        display: block;
    }

    body {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xbd2 {

        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;

    }

    aside {
        min-height: 120vh;
        background-color: #353D54;
        position: relative;
        left: auto;
        top: auto;
        visibility: visible;


    }

    .xbbox {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }

    .xbbox amp-carousel {
        width: calc(var(--boxsize) *2);
        width: 100vw;
        height: calc(var(--boxsize) * 2.5);
    }

    .fixed-container2 {
        width: calc(100vw / 2 - 1px);
    }

    .xbitem {
        padding: 0px;
    }


    .kvpage {
        display: grid;
        grid-template-columns: 1fr;

    }

    .kvopus ul {
        border-radius: 15px;
        border: #cdb088 1px solid;
        /* color: #cdb088; */
        padding: 22px;
        /* background-color: #abafb9; */
        text-align: center;
    }

    .slide2 {
        grid-template-columns: 1fr;
    }

    .slide3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 11px;
    }

    .slide4 {
        font-size: 18px;
        margin: 11px;
        padding: 19px;
        color: black;
        padding-bottom: 50px;
    }


    .kvopus .col2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 11px;
        padding: 11px;
    }

    .kvopusol {
        font-weight: bold;

    }

    .hero {
      /*  min-height: 130vh; */
        background-position: center;
    }

    .herobox2 {
        display: flex;
        flex-wrap: wrap;
        height: 0;
    }

    .heroItem {
        margin: 0 0 50px 0;
        text-align: center;
        padding: 0;
    }

    .first-hero-box-third {
        display: flex;
        justify-content: center;
        left: 0;
    }

    .second-hero-box-first-container {
        display: flex;
        justify-content: center;
    }

    .first-hero-box-second-container {
        display: flex;
        justify-content: center;
    }

    .first-hero-box-first-container {
        display: flex;
        justify-content: center;
    }

    .first-hero-box-first {
        left: 0;
    }

    .first-hero-box-second {
        left: 0;
    }

    .second-hero-box-container {
        left: 0;
        top: 0;
    }


    .logo {
        height: 25vh;
        color: white;
        font-family: 'Cormorant Garamond', serif;
        font-weight: bold;
    }


    nav {
        height: 35vh;

    }

    .bootombox {
        height: 15vh;
        color: white;
    }

    .contactu, .col3 {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .contactubox2 {
        border: none;
        margin: 0;
        padding: 0;
    }

    .col3 p {
        padding: 33px;
    }

    .slide5 {
        padding: 0px;
    }

    .col2 {
        grid-template-columns: 1fr;
    }


    .opus {
        margin: 33px;
        display: grid;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .cta11 {
        position: fixed;
        bottom: 11px;
        width: 200px;
        height: 33px;
        padding: 0;
        padding-top: 11px;
        left: calc(50vw - 100px);
    }

    .karta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contactu .str a {
        color: #cdb088;
    }

    .slide5bg {
        padding: 11px;
    }


    :root {
        --boxsize: calc(100vw / 2 - 1px);
        --primarycolor: #c3972c;
    }

    .slide111 {
        min-height: 50vh;
        background-color: #353D54;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    .imgg {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1px;

    }

    .fixed-container {
        position: relative;
        width: var(--boxsize);
        height: var(--boxsize);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        border-radius: 8px;
    }

    .fixed-container amp-img {
        opacity: 0.9;
        transition: 0.3s;
    }

}

@media screen and (max-width: 850px) {
    .herobox2 {
        height: auto;
        top: 0;
    }
}

element.style {
    transform: scale(1);
}

.chess_active_btn {

    right: 10px !important;
    bottom: 200px !important;
    background: #ff422c !important;

}

.amo-button-holder {
    right: 10px !important;
}


.slider__control {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    align-self: center;
    color: #cdb088 !important;
    background-color: #353d54 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
    opacity: 0.9;
    z-index: 1000;
}

.slider__control:hover {
    opacity: 1;
}

.slider__control[data-slide=prev] {
    left: 20px !important;
}

.slider__control[data-slide=next] {
    right: 20px !important;
}