@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

body{
    direction: ltr;
    font-family: 'IBM Plex Sans Condensed', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
    
}
.footer-contskt a {
    color: #FFFFFF;
}
.box-kontakt a {
    color: #000000;
}
.content-info{
    width: 100%;
    padding-right: 23px;
    padding-left: 23px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 576px){
    .content-info{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .content-info{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .content-info{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .content-info{
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .content-info{
        max-width: 1293px;
    }
}

a {
    text-decoration: none;
    cursor: pointer;
}
.staylPad {
    padding: 66px 0;
}
.stayMar {
    margin: 66px 0;
}
.check {
    color: #362222;
}
.stayTitl {
    padding-top: 23px;
    padding-bottom: 23px;
    color: #362222;
    text-align: center;
    font-weight: bold;
}
.change {
    display: flex;
    flex-direction: column-reverse;
}
.header-main {

    background-color: #362222;
}
.header-osnov {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.header-osnov-logo-main {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 11px;
    padding: 11px;
}
.header-osnov-logo-title {
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px;
}
.header-osnov-logo img {
    height: 55px;
}
nav {
    display: table;
    margin: 0 auto;
}
#market-{rclass_basket}-main-basket-1 .market-{rclass_basket}-basket {
    color: #fff !important;
}
#market-{rclass_basket}-main-basket-1 .market-{rclass_basket}-icon {
    color: #fff !important;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topmenu:after {
    content: "";
    display: table;
    clear: both;
}

.topmenu>li {
    float: left;
    position: relative;
    padding: 0 16px;
}

.topmenu>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    
}
.topmenu>li>a:hover {
    border-bottom: 1px solid;
}
.submenu li {
    padding: 10px;
}
.submenu {
    background: #484c4f;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 280px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}
.submenu a {
    color: white;
    text-align: left;
    font-size: 13px;
}
.submenu li:last-child a {
    border-bottom: none;
}
.topmenu>li:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
}
.header-nav {
    padding:  16px 0;
}

.header-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 31px 0;
}

.icon-cards {
    position: relative;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    margin: 0;
    color: white;
    perspective: 1000px;
    transform-origin: center;
}
.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.icon-cards__content.step-animation {
    animation: carousel 8s infinite steps(1) forwards;
}
.icon-cards__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60vw;
    height: 40vw;
    max-width: 380px;
    max-height: 250px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 6px;
    transform-origin: center;
}
.icon-cards__item:nth-child(1) {
    background: url(../images/pictures_header_67bde0b0801402.97625517.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
    transform: rotateY(0) translateZ(35vw);
}
.icon-cards__item:nth-child(2) {
    background: url(../images/depictions_header_67bde0b325a734.12437687.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
    transform: rotateY(120deg) translateZ(35vw);
}
.icon-cards__item:nth-child(3) {
    background: url(../images/renders_header_67bde0b4b93673.95562576.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
    transform: rotateY(240deg) translateZ(35vw);
}
   
@keyframes carousel {
	0%,  17.5%  { transform: translateZ(-35vw) rotateY(0); }
	27.5%, 45%  { transform: translateZ(-35vw) rotateY(-120deg); }
	55%, 72.5%  { transform: translateZ(-35vw) rotateY(-240deg); }
	82.5%, 100% { transform: translateZ(-35vw) rotateY(-360deg); }
}
.header-slider-nazad {
    width: 100%;
    justify-content: center;
    background-color: #362222;
    display: flex;
    height: 100%;
    align-items: center;
    
}
.slider-bloc {
    display: flex;
    flex-direction: column-reverse;
    padding: 23px;
    gap: 11px;
    align-items: center;
    justify-content: center;
}
.slider-logo {
    display: flex;
    align-items: center;
    gap: 23px;
}
.slider-logo img {
    height: 55px;
}
.slider-bloc-benefits {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid;
}
.slider-bloc-time {
    display: flex;
    flex-direction: column;
    padding: 23px;
    gap: 11px;
    align-items: center;
    justify-content: center;
}
.slider-bloc-time i {
    padding-right: 11px;
    font-size:  31px;
}
.slider-us {
    font-size: 14px;
}


.input-user--container-item{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 11px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-user--container-item{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
    background: #eee;
}



.vl {
    border-left: 6px solid #01005E;
    height: 350px;
}
.dopolnitel-osnov {
     background-color: #362222;
}
.spomijna-boxa {
    display: flex;
    flex-direction: row-reverse;
    background-color: #FFFFFF;
    justify-content: center;
    gap: 27px;
    padding: 27px;
    box-shadow: 11px 11px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.spomijna-boxa-box {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction:column-reverse;
    gap: 27px;
    padding: 27px;
}
.spomijna-boxa-box-et {
    display: flex;
    justify-content: center;
    flex-direction:column-reverse;
    gap: 27px;
}
.spomijna-boxa-box-new {
    display: flex;
    align-items: center;
    gap: 27px;
}
.spomijna-boxa-box-new a:hover {
    border-bottom: 1px solid;
    color: #1597BB;
}
.spomijna-boxa-box-main {
    display: flex;
    align-items: center;
    gap: 27px;
}

.spomijna-boxa-box-main-info {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.spomijna-boxa-box-logo {
    display: flex;
    flex-direction: row-reverse;
    gap: 27px;

}
.spomijna-boxa-box-logo img {
    height: 40px;
    object-fit: contain;
    width: 100%;
}
.spomijna-boxa i {
    font-size: 44px;
    color:#362222;
}
.spomijna-boxa-box-main-info-title {
    font-size: 20px;
}
.spomijna-boxa-box-new a {
    color: black;
    font-size: 20px;
}

.tovar-main-osnov {
    display: flex;
    flex-direction:column-reverse;
    gap: 27px;
}
.tovar-main-osnov-box {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.tovar {
    flex: 1;
    display: flex;
    padding: 27px;
    gap: 27px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: .5s;
}
.tovar:hover {
    transform: translateY(-10px);
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
}
.tovar-img {
    display: flex;
    flex: 1;
    justify-content: center;
}
.tovar-img img {
    object-fit: contain;
    height: 300px;
    width: 100%;
}
.tovar-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
}
.tovar-content-osnov {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
    flex-direction:row-reverse;
}
.tovar-content-button {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    flex-direction:row-reverse;
    text-align: center;
}
.tovar-content-title {
    font-size: 20px;
}
.tovar-content-osnov-price {
    display: flex;
    gap: 5px;
    font-weight: bold;
    font-size: 20px;
}
.about-forma {
    background-color:  #362222;
}
.about-forma-kartinka {
    background-image: url(../images/vaporLayer-Fym0.png);
    background-position: center;
    background-size: cover;
}
.forma {
    display: flex;
    flex-direction:row-reverse;
    gap: 27px;
}
.forma-video {
    width: 50%;
    display: flex;
    justify-content: center;
}
.forma-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}
.decor {
    width: 50%;
    position: relative;
    max-width: 400px;
    margin: 50px auto 0;
    background: white;
    border-radius: 30px;
}
.form-left-decoration,
.form-right-decoration {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    background: #362222 ;
    border-radius: 20px;
}
.form-left-decoration {
    bottom: 60px;
    left: -30px;
}
.form-right-decoration {
    top: 60px;
    right: -30px;
}
.form-left-decoration:before,
.form-left-decoration:after,
.form-right-decoration:before,
.form-right-decoration:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    background: white;
}
.form-left-decoration:before {
    top: -20px;
}
.form-left-decoration:after {
    top: 20px;
    left: 10px;
}
.form-right-decoration:before {
    top: -20px;
    right: 0;
}
.form-right-decoration:after {
    top: 20px;
    right: 10px;
}
.circle {
    position: absolute;
    bottom: 80px;
    left: -55px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
}
.form-inner {
    padding: 50px;
}
.form-inner input,
.form-inner textarea {
    display: block;
    width: 100%;
    padding: 0  16px;
    margin-bottom: 11px;
    line-height: 40px;
    border-width: 0;
    border-radius: 20px;
}
.form-in {
    background-color: #E9EFF6;
}
.form-check {
    display: flex;
    justify-content: flex-start;
}
.form-check input {
    width: 10%;
}
.form-inner input[type="submit"] {
    margin-top:  26px;
}

.form-inner textarea {
    resize: none;
}
.form-inner h3 {
    margin-top: 0;
    font-weight: 500;
    font-size:  24px;
    color: #707981;
}

.bloc-box-1 {
    flex: 1;
}
.bloc-img-rew {
    position: relative;
}
.one-image,
.two-image,
.three-image{
    position: absolute;
    width: 50%;
    height: 50%;
    object-fit: cover;
}

    .one-image {
        z-index: 1;
        top: 0;
        left: 0;
    }

    .two-image {
        z-index: 2;
        bottom: 5%;
        right: 5%;
    }
.three-image {
    z-index: 3;
        bottom: 30%;
        right: 30%;
}



    .one-image,
    .two-image,
    .three-image {
        position: absolute;
        width: 50%;
        height: 50%;
        object-fit: cover;
    }

.mennyat {
    display: flex;
    flex-direction:row-reverse;
    gap: 27px;
}
.review-box-new {
    display: flex;
    flex-direction:column-reverse;
    gap: 23px;
}

.review {
    display: flex;
    background-color: white;
    padding: 23px;
    gap: 23px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.review-box {
    display: flex;
    flex-direction:column-reverse;
    width: 100%;
    gap: 23px;
    justify-content: space-around;
}
.review-star {
    font-size: 24px;
}
.review-name {
    color: #362222;
     font-size: 20px;
}
.review-img {
    flex-shrink: 0;
}
.review-img i {
    font-size: 65px;
    color: #362222;
}
.review-img-new {
    height: 63px;
    border-radius:0%;
}
.review-text-new {
    padding: 23px 0;
}
.review-bop {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    align-items: center;
}
.blokc {
    display: none;
}
.forma-add-review {
    display: flex;
    background-color: #FFFFFF;
    flex-direction: column;
    padding:  20px;
     margin: 27px 0;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.forma-vvod {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.form-checkz {
    margin: 23px 0;
    display: flex;
    gap: 23px;
}
.btn-add-form {
    width: 50%;
}
.forma-vvod input,
.forma-vvod textarea {
    border-radius: 20px;
    border: #E9EFF6;
    background-color: #E9EFF6;
    line-height: 40px;
    padding: 0 17px;
}






.footer-main {
    background-color: #362222;
    color: #FFFFFF;
}
.footer-chanch {
     display: flex;
     align-items: center;
    justify-content: space-between;
     flex-direction: row-reverse;
    gap: 23px;
}
.footer-politik {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column-reverse;
    gap: 23px;
}
.footer-politik a {
    color: #FFFFFF;
}
.footer-contskt {
    display: flex;
    flex: 1;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
    gap: 23px;
}
.footer-img {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column-reverse;
    gap: 23px;
}
.footer-img img {
    object-fit: contain;
    height: 50px;
    width: 200px;
}




.dop-pages {
    background-color: #362222;
}
.dop-pages-text {
    text-align: justify;
}
.page-menny {
    align-items: center;
}
.pages-main {
    display: flex;
    flex-direction: row;
    gap: 27px;
}
.pages-main-content {
    flex: 1;
    text-align: justify;
}
.pages-main-osnov {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 23px;
}
.pages-main-osnov-img {
    display: flex;
    justify-content: center;
}
.pages-main-osnov-img img {
    object-fit: contain;
    height: 350px;
    width: 100%;
}
.pages-main-dop {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.pages-main-dop span {
    border-bottom: 1px solid;
}
.btn-page {
    width: 50%;
    text-align: center;
}
.pages-main-osnov h2 {
    padding: 0;
}
.forma-pages {
    width: 50%;
}
.info-dop {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.dop-tovar-page-bloc {
    display: flex;
    gap: 27px;
}
.dop-tovar-page-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 27px;
    padding: 23px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: .5s;
}
.dop-tovar-page-box:hover {
    transform: translateY(-10px);
}
.dop-tovar-page-box-img {
    display: flex;
    justify-content: center;
}
.dop-tovar-page-box-img img {
    object-fit: contain;
    height: 200px;
    width: auto;
}
.dop-tovar-page-box-content {
     display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 23px;
}
.btm-more {
    text-align: center;
}
.forma-cont {
    align-items: center;
}
.karta-cont {
    width: 50%;
}
.contakt-kont {
    background-color: #362222;
}
.kontakt {
    display: flex;
    background-color: #FFFFFF;
    gap: 27px;
    padding: 23px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    justify-content: space-around;
}
.box-kontakt {
    display: flex;
    flex: 1;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}
.box-kontakt-name {
    border-bottom: 1px solid;
}
.box-kontakt-text {
    text-align: center;
}

.slid-img {
    display: none;
    background: url(../images/pictures_header_67bde0b0801402.97625517.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}
.slider-bloc-new {
    padding: 27px;
    text-align: center;
}
.sale-osnov {
    display: flex;
    gap: 27px;
}
.sale-info-1 {
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    gap: 23px;
    justify-content: space-around;
    align-items: center;
}
.sale-info-1-dis {
    font-weight: bold;
    color: #362222;
    font-size: 54px;
}
.sale-info-1-num {
    font-size: 65px;
}
.sale-img {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sale-img img {
    height: 250px;
}
.sale-info-2 {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 23px;
}
.sale-info-2-dabl {
    display: flex;
    flex-direction: row-reverse;
    gap: 23px;
}
.sale-info-2-dabl img {
    object-fit: cover;
    height: 50px;
}










@media (max-width: 1200px) {
    .kontakt {
        flex-direction: column !important;
    }
    .sale-osnov {
        flex-direction: column !important;
        align-items: center;
    }
    .sale-info-1 {
        width: 100%;
    }
    .sale-info-2 {
        width: 100%;
    }
    .sale-img {
        width: 100%;
    }
    .sale-info-2-dabl img {
        object-fit: contain;
        height: 100px;
        width: 300px;
    }
    .sale-info-2 {
        align-items: center;
    }
}
@media (max-width: 991px) {
    .karta {
        width: 100%;
    }
   .topmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
   }
   .topmenu>li {
    padding: 10px 10px;
   }
   .spomijna-boxa {
    flex-direction: column !important;
   }
   .vl {
    display: none;
   }
   .mennyat {
    flex-direction: column !important;
   }
   .footer-chanch {
    flex-direction: column !important;
   }
   .footer-img {
        border-top: 1px solid;
        border-bottom: 1px solid;
   }
   .forma {
    flex-direction: column !important;
   }
   .forma-video {
    width: 100%;
   }
   .tovar {
    flex-direction: column !important;
   }
   .spomijna-boxa {
    align-items: center;
   }
   .tovar-main-osnov-box {
    flex-direction: column!important;
   }
   .pages-main {
    flex-direction: column !important;
   }
   .pages-main-osnov {
    align-items: center;
    text-align: center;
   }
   .karta-cont {
    width: 100%;
   }
   .decor {
       width: 100%;
   }
   .forma-pages {
    width: 100%;
    height: 500px;
   }
}
@media(max-width: 767px) {
    .sale-info-2-dabl img {
            object-fit: contain;
            height: 70px;
            width: 200px;
    }
    .sale-info-2-dabl {
        flex-direction: column !important;
    }
    .sale-info-1-num {
        font-size: 40px;
    }
    .dop-tovar-page-bloc {
        flex-direction: column !important;
    }
    .btn-add-form {
        width: 100%;
    }
    .spomijna-boxa-box-logo {
        align-items: center;
        flex-direction: column !important;
    }
    .decor {
        width: 100%;
    }
}
@media(max-width: 590px) {
    .sale-info-1-dis {
        font-size: 40px;
    }
    .review-bop {
        flex-direction: column !important;
        align-items: start;
    }
    .spomijna-boxa-box-main {
        flex-direction: column !important;
        text-align: center;
    }
    .tovar-content-osnov {
        flex-direction: column !important;
    }
    .tovar-content-button {
        flex-direction: column !important;
    }
    .review {
        flex-direction: column !important;
    }
    .spomijna-boxa {
        padding: 10px;
    }
    .form-left-decoration,
    .form-right-decoration {
        display: none;
    }
    .circle {
        display: none;
    }
    .header-slider {
        display: none;
    }
    .form-inner {
        padding: 25px;
    }
    .content-info {
        padding: 0px !important;
    }
   
    .stayTitl {
        text-align: center;
    }
    .submenu {
        z-index: 999;
        width: 250px;
    }
    .dop-pages-text {
        padding: 30px;
    }
    .box-kontakt { 
        font-size: 18px;
    }
    .pages-main {
        padding: 20px;
    }
    .review-box-new {
        padding: 20px;
    }
    .tovar-content-title {
        font-size: 18px;
        text-align: center;
    }
    .tovar-content-osnov-price {
        font-size: 18px;
    }
    .forma-pages {
    height: 300px;
   }
}
@media(max-width: 400px) {
    .submenu {
            z-index: 999;
            width: 170px;
        }
}
