/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
@font-face {
    font-family: "Baskerville Display PT Web";
    src: url("../font/baskerville-display-pt-web.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Baskerville Display PT Web', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Baskerville Display PT Web', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Baskerville Display PT Web', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #353435;
    overflow-x: hidden;
}
a {
    color: #353435;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1397px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
.sec2,.section-slider,.sec-moments,.sec-company,.sec-faq{
    margin-top: 100px;
}
/*Дэфолтные настройки*/
header{
    position: relative;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.sec1-bg{
    display: none;
}
.sec1{
    position: relative;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    top: -10px;
    right: 0;
    width: 25px;
    height: 25px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #4E1528;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
    padding: 20px;
}
.list-header{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.header-container-social-icons{
    display: flex;
    gap: 15px;
    padding-top: 15px;
}
.header-container-social-icons a{
    display: flex;
    align-items: center;
    gap: 8px;
}
.hamburger-menu{
    display: none;
}
.head-menu{
    display: flex;
    align-items: center;
    gap: 35px;
}
.head-menu li a{
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    vertical-align: middle;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 20px;
}
.head-tel{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
    gap: 10px;
}
.head-whatsapp{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-radius: 92px;
    border: 2px solid #4CAF50;
}
.header-container-right{
    display: flex;
    gap: 25px;
}
.swiper-slide-main{
    padding: 100px 0!important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec1-text h1{
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
}
.sec1-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    max-width: 637px;
    color: #999999;
}
.sec1-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec1-text a{
    background: #F0DBDE;
    width: 197px;
    height: 53px;
    gap: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #4E1528;
}
.sec2-container-block{
    width: 50%;
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sec2-container-block-bg{
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}
.sec2-container-block p{
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    position: relative;
    z-index: 9;
}
.sec2-container{
    display: flex;
    flex-wrap: wrap;
}
.section-slider-title{
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    padding-bottom: 35px;
}
.mySwiperCart-img{
    height: 298px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.mySwiperCart-img img{
    object-fit: cover;
}
.mySwiperCart-block-text p{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}
.mySwiperCart-block-text span{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(130, 130, 130, 1);
}
.mySwiperCart-block-text a{
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(240, 219, 222, 1);
    width: 120px;
    height: 45px;
    line-height: 27px;
    color: rgba(78, 21, 40, 1);
}
.mySwiperCart-block-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none;
}
.swiper-button-next-cart{
    right: 0!important;
    margin-right: -65px;
}
.swiper-button-prev-cart{
    left: 0!important;
    margin-left: -65px;
}
.mySwiperCart-img {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
}
.mySwiperCart-img img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.mySwiperCart-img img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}
.btn-see-all{
    background: rgba(240, 219, 222, 1);
    width: 197px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(78, 21, 40, 1);
    margin: 0 auto;
    margin-top: 50px;
}
.sec1-text a,.mySwiperCart-block-text a,.btn-see-all{
    transition: .3s;
}
.sec1-text a:hover,.mySwiperCart-block-text a:hover,.btn-see-all:hover{
    background: #4E1528;
    transition: 0.3s;
    color: rgb(240, 219, 222);
}
.footer-block{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-block p{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}
.footer-block a{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}
.footer-social a{
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    width: 129px;
    height: 36px;
    gap: 10px;
    border-radius: 92px;
    align-items: center;
    justify-content: center;
}
.footer-container{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
.footer-social{
    display: flex;
    gap: 10px;
}
.sec-moments-text{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 35px;
    align-items: center;
}
.sec-moments-gallery-small{
    display: flex;
    gap: 9px 5px;
}
.sec-moments-gallery{
    display: flex;
    gap: 11px;
    justify-content: space-between;
}
.sec-moments-gallery-main{
    width: 679px;
    height: 361px;
    object-fit: cover;
}
footer{
    padding-bottom: 40px;
}
.sec-moments-gallery-small img{
    width: 347px;
    height: 176px;
    object-fit: cover;
}
.sec-moments-gallery-small{
    display: flex;
    flex-wrap: wrap;
}
.sec-moments-text span{
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.sec-moments-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}
.contacts-text a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
.contacts-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacts-text p{
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 20px;
}
.contacts-text-title{
    font-weight: 400;
    padding-bottom: 35px;
    font-size: 48px;
    line-height: 100%;
}
.contacts-map{
    width: 578px;
    height: 428px;
}
.contacts-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 102px;
}
.contacts{
    margin-top: 100px;
}
.woocommerce-products-header__title{
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 50px;
	 margin-top: 60px;
}
.mySwiperCart-block-catalog{
    max-width: 23%;
}
.catalog-container{
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.catalog{
    margin-top: 60px;
}
.about-text span{
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
}
.about-container{
    display: flex;
    gap: 40px;
    align-items: center;
}
.about-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #6D6D6D;
    max-width: 584px;
}
.about-text a{
    width: 197px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0DBDE;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #4E1528;
}
.about-text{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about{
    margin-top: 60px;
}
.sec-company-title{
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 50px;
}
.sec-company-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.sec-faq-img img{
    width: 620px;
    height: 853px;
    object-fit: cover;
}

.accordion {
    gap: 20px;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    outline: none;
    transition: 0.4s;
    height: 50px;
}


.accordion:after {
    content: url("../img/arrr-deoult.svg");
}

.active:after {
    content: url("../img/arr-active.svg");
}
.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
    font-weight: 300;
    font-size: 16px;
    padding-top: 10px;
    line-height: 130%;
}
.sec-faq-block{
    border: 2px solid transparent;
    box-shadow: 0px 5px 16px 0px #080F340F;
    background: #FFFFFF;
    padding: 40px 50px;
}
.active2{
    border: 2px solid #F0DBDE;
}
.sec-faq-content{
    display: flex;
    flex-direction: column;
    gap: 47px;
}
.sec-faq-title{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-align: right;
}
.sec-faq-text{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
}
.sec-faq-container{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.mySwiperCart-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.swiper-slide-main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiperCart2{
    width: 569px!important;
    height: 523px!important;
}
.mySwiperCart > .swiper-wrapper{
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.swiper-slide-pagination img,.swiper-slide-pagination{
    width: 146px;
    height: 116px!important;
}
.cart-catalog-slider{
    display: flex;
    gap: 25px;
}
.mySwiperCart,.mySwiperCart2{
    margin: 0!important;
}
.mySwiperCart{
    width: 146px !important;
}
.cart-catalog{
    margin-top: 60px;
}
.product_title{
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
}
.woocommerce-Price-amount{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #828282;
}
.woocommerce-product-details__short-description p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #707070;
}
.cart-catalog-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-catalog-count-select{
    width: 165px;
    height: 45px;
    position: relative;
}
.cart-catalog-count-select select{
    border: 1px solid #707070;
    width: 100%;
    font-weight: 400;
    padding: 0 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 27px;
    color: #707070;
    height: 100%;
}
.cart-catalog-count-select svg{
    position: absolute;
    right: 20px;
    top: 20px;
}
.variations p{
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
}
.cart-catalog-container{
    display: flex;
    gap: 50px;
}
.btn-basket{
    background: #F0DBDE;
    width: 328px;
    height: 45px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4E1528;
}
.cart-catalog-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: 20px;
}
.head-logo{
    display: flex;
    align-items: center;
}
.swiper-button-next-cart-catalog,.swiper-button-prev-cart-catalog,.swiper-pagination{
    position: relative!important;
}
.head-logo img{
    width: 150px;
}
.cart-catalog-slider-pagination{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.swiper-pagination-bullet{
    background: #4E1528!important;
}


.about-img img{
    width: 608px;
    height: 558px;
    object-fit: cover;
}
.sec-gallery-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.sec-gallery-container img{
    object-fit: cover;
    width: 334px;
    height: 400px;
}
.section-slider-container{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
    justify-content: center;
}
.section-slider-container > .mySwiperCart-block{
    width: 326px;
}
.blog{
    margin-top: 50px;
}
.blog-text p,.blog-text span{
    text-align: left!important;
    width: 100%;
    display: block;
}
.blog-block{
    width: 326px;
}
.blog-container{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
}
.blog-content img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-top: 30px;
    text-transform: capitalize;
    color: rgba(130, 130, 130, 1);
}
.catalog-title{
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 50px;
}