@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Thin.woff2');
    font-weight: 100;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-ThinItalic.woff2');
    font-weight: 100;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-UltraLight.woff2');
    font-weight: 200;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-UltraLightItalic.woff2');
    font-weight: 200;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Light.woff2');
    font-weight: 300;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-LightItalic.woff2');
    font-weight: 300;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Regular.woff2');
    font-weight: 400;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-RegularItalic.woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Medium.woff2');
    font-weight: 500;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-MediumItalic.woff2');
    font-weight: 500;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Semibold.woff2');
    font-weight: 600;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-SemiboldItalic.woff2');
    font-weight: 600;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Bold.woff2');
    font-weight: 700;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-BoldItalic.woff2');
    font-weight: 700;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Extrabold.woff2');
    font-weight: 800;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-ExtraboldItalic.woff2');
    font-weight: 800;
    font-style: italic;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-Black.woff2');
    font-weight: 900;
}
@font-face {
	font-family: 'Gilroy'; 
	src: url('../fonts/Gilroy-BlackItalic.woff2');
    font-weight: 900;
    font-style: italic;
}

html {
    font-size: calc(100vw / 1920 * 10);
}
body {
    font-family: 'Gilroy';
    font-weight: 400;
    transition: all .2s linear !important;
    min-height: 100vh;
    font-size: 1.6rem;
    color: #000;
    background: #FFF;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
}
input, textarea, select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
	transition: all .2s linear;
}
.container {
    max-width: 192rem;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}
div {
    transition: all .2s linear;
}
path, rect, circle {
    transition: all .2s linear;
}
main {
    overflow: hidden;
    padding-top: 11.2rem;
}

/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #FFF;
    width: 100%;
    padding: 2.2rem 0 3.75rem 0;
}
.header-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 0.1rem;
	width: 100%;
	max-width: 170rem;
	background: #808D9D;
}
.header-top {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.header-menu ul {
    display: flex;
    align-items: center;
    gap: 4.2rem;
}
.header-menu li {
    display: flex;
    list-style: none;
}
.header-menu a {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-menu a:hover, .header-menu a:active {
    color: #E3C0A2;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 4.4rem;
}
.logo img {
    width: 100%;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 3.6rem;
}
.header-cart {
    position: relative;
    display: flex;
}
.header-cart__count {
    position: absolute;
    z-index: 1;
    top: -0.9rem;
    right: -1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 2.5rem;
    height: 2.5rem;
    background: #808D9D;
}
.header-cart svg {
    width: 3.1rem;
    height: auto;
}
.header-buttons {
    display: flex;
    gap: 3.6rem;
}
.header-demo {
    color: #292929;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1rem 2rem;
    border-radius: 3rem;
    background: #E3C0A2;
}
.header-demo:hover {
    opacity: .7;
}
.header-login{
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 1rem 4rem;
    border-radius: 3.3rem;
    background: #808D9D;
}
.header-login:hover {
    opacity: .7;
}
.header-bottom {
    position: relative;
    display: flex;
    justify-content: center;
}
.menu ul {
    display: flex;
    gap: 12.2rem;
    align-items: center;
}
.menu li {
    display: flex;
    list-style: none;
}
.menu a {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.menu a:hover, .menu a:active {
    color: #E3C0A2;
}
.header-social {
    display: flex;
    position: absolute;
    bottom: -0.6rem;
    right: 0;
    gap: 2.2rem;
}
.header-social a {
    display: flex;
}
.header-social a img {
    width: 3.5rem;
}
.header-social a:hover {
    opacity: .7;
}
.header-login-button {
	display: flex;
}
.header-login-button svg {
	width: 2.8rem;
	height: auto;
}
.fixed-menu {
    display: none;
}

@media screen and (max-width: 1092px) {
    html {
        font-size: calc(100vw / 744 * 10);
    }
    main {
        padding-top: 5.1rem;
    }
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    header {
        padding: 1rem 0;
    }
    .header-container {
        flex-direction: row;
        justify-content: space-between;
    }
    .header-menu {
        display: none;
    }
    .logo {
        position: relative;
    }
	.header-login-button {
		display: none;
	}
	.header-cart {
		display: none;
	}
	.header-top {
		gap: 3rem;
	}
    .menu {
        display: none;
    }
    .header-social {
        position: relative;
        bottom: auto;
        gap: 2rem;
    }
    .header-social a img {
        width: 3.1rem;
    }
	header::after {
		max-width: 69.2rem;
	}
    .fixed-menu {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #2C5068;
        padding: 1.2rem 0;
    }
    .fixed-menu__container {
        display: flex;
        justify-content: space-between;
    }
    .fixed-menu__container a, .fixed-menu__container button {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.1rem;
    }
    .fixed-menu__container p {
        color: #FFF;
        text-align: center;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: auto;
    }
    .fixed-menu__demo span {
        display: none;
    }
    .open-menu svg {
        width: 3.7rem;
        height: auto;
    }
    .fixed-menu__catalog svg {
        width: 2.4rem;
        height: auto;
    }
    .fixed-menu__demo svg {
        width: 4.7rem;
        height: auto;
    }
    .fixed-menu__lk svg {
        width: 3.2rem;
        height: auto;
    }
    .fixed-menu__cart svg {
        width: 2.7rem;
        height: auto;
    }
    .fixed-menu__count {
        position: absolute;
        z-index: 1;
        color: #FFF;
        text-align: center;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 2rem;
        height: 2rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #808D9D;
        right: 1.5rem;
        top: -0.3rem;
    }
}

@media screen and (max-width: 692px) {
    html {
        font-size: calc(100vw / 375 * 10);
    }
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
	header::after {
		max-width: 33.5rem;
	}
    .fixed-menu {
        padding: 1rem 0;
    }
    .fixed-menu__container a, .fixed-menu__container button {
        gap: 0.8rem;
    }
    .fixed-menu__container p {
        font-size: 1.3rem;
    }
    .open-menu svg {
        width: 3.6rem;
    }
    .fixed-menu__catalog svg {
        width: 1.8rem;
    }
    .fixed-menu__demo svg {
        width: 3.5rem;
    }
    .fixed-menu__lk svg {
        width: 2.4rem;
    }
    .fixed-menu__cart svg {
        width: 2.3rem;
    }
    .fixed-menu__count {
        font-size: 1.2rem;
        width: 1.6rem;
        height: 1.6rem;
        right: 0.8rem;
        top: -0.2rem;
    }
    .fixed-menu__demo p {
        display: none;
    }
    .fixed-menu__demo span {
        display: block;
        color: #FFF;
        text-align: center;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: auto;
    }
	
}

/* banner */

.banner {
    height: 89rem;
    position: relative;
    display: flex;
}
.banner-slider {
    position: relative;
    height: 100%;
}
.banner-swiper {
    width: 100vw;
    height: 100%;
}
.banner-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5.8rem;
    position: relative;
    height: 100%;
}
.banner-fon {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.banner-slide::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.40);
}
.banner-title {
    position: relative;
    z-index: 3;
    color: #FFF;
    text-align: center;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 68rem;
}
.banner-link {
    position: relative;
    z-index: 3;
    padding: 2rem 5rem;
    border-radius: 3.3rem;
    background: #818E9E;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-link svg {
    width: 2.3rem;
    height: auto;
}
.banner-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    height: 4.5rem;
    z-index: 2;
}
.banner-button svg {
    width: 2.5rem;
    height: auto;
}
.banner-prev {
    left: 12rem;
}
.banner-next {
    right: 12rem;
}
.banner-pagination {
    display: flex;
    gap: 1.9rem;
    justify-content: center;
    bottom: 4.2rem !important;
    position: absolute;
    z-index: 2;
}
.banner-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    opacity: 1;
    background: #D9D9D9;
}
.banner-pagination .swiper-pagination-bullet-active {
    background: #FFF;
}
.banner-button:hover {
    opacity: .7;
}
.banner-link:hover {
    background: linear-gradient(90deg, #92A4BA 0%, #43799C 100%);
}

@media screen and (max-width: 1092px) {
    .banner {
        height: 84.4rem;
    }
    .banner-slide {
        gap: 2.6rem;
    }
    .banner-buttons {
        display: flex;
        gap: 5.8rem;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 5.6rem;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .banner-button {
        position: relative;
    }
    .banner-prev {
        left: auto;
    }
    .banner-next {
        right: auto;
    }
    .banner-pagination {
        display: none;
    }
}

@media screen and (max-width: 692px) {
    .banner {
        height: 42rem;
    }
    .banner-slide {
        gap: 5.4rem;
    }
    .banner-buttons {
        gap: 3.4rem;
        bottom: 3.4rem;
    }
    .banner-button svg {
        width: 1.5rem;
    }
    .banner-button {
        height: auto;
    }
    .banner-title {
        font-size: 3.6rem;
        max-width: 24rem;
    }
	.banner-link {
		font-size: 1.6rem;
    	padding: 1.4rem 3rem;
	}
}

/* category */

.wpstories-feed-container {
    padding: 5.4rem 0 9.7rem 0;
}
.category-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 7.5rem;
}

@media screen and (max-width: 1092px) {
    .wpstories-feed-container {
        padding: 5rem 0;
    }
    .category-main {
        flex-wrap: nowrap;
        gap: 3.8rem;
        justify-content: flex-start;
    }
	.category-container {
		padding: 0;
	}
}

@media screen and (max-width: 692px) {
    .wpstories-feed-container {
        padding: 1.6rem 0 2.8rem 0;
    }
    .category-main {
        gap: 3.8rem;
    }
}

/* new */

.new {
    background: #F6E9D8;
    padding: 3.3rem 0 5.3rem 0;
}
.new-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.9rem;
}
.new-swiper {
    width: 100%;
}
.new-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29rem;
}
.new-block__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.new-block__mark {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 100%;
    background: #E3C2A3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5.5rem;
    left: -9.5rem;
}
.new-block__title {
    color: #000;
    font-size: 7.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.new-block__description {
    color: #000;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    text-transform: uppercase;
    max-width: 42.5rem;
    margin-bottom: 3.3rem;
}
.new-block__price {
    color: #EBA15A;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 3.2rem;
}
.new-block__link {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    text-decoration-line: underline;
}
.new-block__img {
    position: relative;
}
.new-block__img img {
    height: 42.6rem;
}
.new-block__img::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 1.5rem;
    border-radius: 100%;
    background: #E2C4A6;
    z-index: -1;
    width: 36.44rem;
    height: 36.44rem;
}
.new-buttons {
    display: flex;
    gap: 1.8rem;
}
.new-button {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #000;
}
.new-button svg {
    width: 1.1rem;
    height: auto;
}
.new-block__link:hover {
    opacity: .7;
}
.new-button:hover {
    opacity: .7;
}

@media screen and (max-width: 1092px) {
    .new {
        padding: 4.3rem 0 5rem 0;
    }
    .new-main {
        gap: 2.5rem;
    }
    .new-block {
        flex-direction: column;
        gap: 4.6rem;
    }
    .new-block__content {
        align-items: center;
    }
    .new-block__mark {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 2.8rem;
    }
    .new-block__title {
        margin-bottom: 1.5rem;
    }
    .new-block__description {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .new-block__price {
        margin-bottom: 2.5rem;
    }
    .new-block__img {
        position: relative;
    }
    .new-block__img img {
        height: 35.4rem;
    }
    .new-block__img::before {
        left: -1.8rem;
        top: 1.3rem;
        width: 30.3rem;
        height: 30.3rem;
    }
}

@media screen and (max-width: 692px) {
    .new {
        padding: 1.5rem 0 3rem 0;
    }
    .new-main {
        gap: 4.3rem;
    }
    .new-block {
        gap: 3.5rem;
    }
    .new-block__mark {
        margin-bottom: 2.2rem;
        width: 7.4rem;
        height: 7.4rem;
        font-size: 1.4rem;
		line-height: 120%;
    }
    .new-block__title {
        font-size: 3.6rem;
        margin-bottom: 1.6rem;
        text-align: center;
    }
    .new-block__description {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 120%;
    }
    .new-block__price {
        margin-bottom: 2.5rem;
    }
    .new-block__img img {
        height: 23.8rem;
    }
    .new-block__img::before {
        left: -1.2rem;
        top: 0.9rem;
        width: 20.4rem;
        height: 20.4rem;
    }
}

/* chairs */

.chairs {
    position: relative;
    padding: 12rem 0;
    background: #E5EBF1;
}
.chairs-img-1 {
    width: 49.3rem;
    position: absolute;
    left: 12.5rem;
    top: 6.6rem;
}
.chairs-img-2 {
    width: 45.3rem;
    position: absolute;
    right: 12.5rem;
    top: 6.6rem;
}
.chairs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chairs-title {
    color: #000;
    text-align: center;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5.1rem;
    max-width: 73.5rem;
}
.chairs-description {
    margin-bottom: 7.2rem;
    max-width: 73.5rem;
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chairs-more {
    border-radius: 3.3rem;
    background: #304862;
    padding: 2rem 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.chairs-more svg {
    width: 2.3rem;
    height: auto;
}
.chairs-more:hover {
    background: linear-gradient(90deg, #35608E 0%, #0E3055 100%);
}

@media screen and (max-width: 1092px) {
    .chairs {
        padding: 12rem 0 41.2rem 0;
    }
    .chairs-img-1 {
        display: none;
    }
    .chairs-img-2 {
        width: 34.3rem;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: 2.4rem;
    }
    .chairs-title {
        margin-bottom: 4.5rem;
        max-width: 47.7rem;
    }
    .chairs-description {
        margin-bottom: 4.5rem;
        max-width: 50.2rem;
    }
}

@media screen and (max-width: 692px) {
    .chairs {
        padding: 4rem 0 35rem 0;
    }
    .chairs-img-2 {
        width: 28rem;
        bottom: 3rem;
    }
    .chairs-title {
        margin-bottom: 2.8rem;
        max-width: 28.9rem;
        font-size: 2.8rem;
    }
    .chairs-description {
        margin-bottom: 2.8rem;
    }
}

/* products */

.products {
    padding: 10.5rem 0 8.6rem 0;
}
.products-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.products-title {
    color: #000;
    text-align: center;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
}
.products-title svg {
    width: 1.5rem;
    height: auto;
}
.products-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.1rem 4.3rem;
    width: 100%;
    max-width: 140rem;
    margin: 0 auto;
}
.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 5.5rem 5rem 5.5rem;
    border: 0.1rem solid #EBA15A;
}
.product-img {
    height: 33.3rem;
}
.product-img img {
    max-width: 100%;
    height: 100%;
	object-fit: contain;
}
.product-title {
    color: #000;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2.4rem;
    margin-top: 1.2rem;
	text-align: center;
}
.product-description {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
	margin-top: auto;
    box-orient: vertical;
}
.product-price {
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}
.product-price .regular-price {
	text-decoration: line-through;
    color: red;
    font-size: 1.8rem;
}
.product-add-cart {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1.4rem 3rem;
    border-radius: 3.3rem;
    background: #818E9E;
}
.product:hover .product-img {
    opacity: .7;
}
.product-add-cart:hover {
    background: linear-gradient(90deg, #92A4BA 0%, #43799C 100%);
}
.products-more {
    margin: 0 auto;
    margin-top: 2.2rem;
    border-radius: 3.3rem;
    background: #304862;
    padding: 2rem 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products-more svg {
    width: 2.2rem;
    height: auto;
}
.products-more:hover {
    background: linear-gradient(90deg, #35608E 0%, #0E3055 100%);
}

@media screen and (max-width: 1092px) {
    .products {
        padding: 4.5rem 0 5.5rem 0;
    }
    .products-container {
        gap: 4.2rem;
    }
    .products-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.4rem 1.6rem;
    }
    .product {
        padding: 2.3rem 1.6rem 2.6rem 1.6rem;
    }
    .product-img {
        height: 20.3rem;
    }
    .product-title {
        margin-top: 1.1rem;
    }
    .product-price {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 692px) {
	.products {
        padding: 2.7rem 0 3rem 0;
    }
	.products-title {
		font-size: 2.8rem;
	}
    .products-container {
        gap: 2.6rem;
    }
    .products-main {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.8rem;
    }
	.product {
        padding: 2.2rem 1.4rem 2.6rem 1.4rem;
    }
	.product-title {
		font-size: 2.2rem;
	}
	.product-description {
		font-size: 1.6rem;
	}
	.product-price {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
	.product-add-cart {
		font-size: 1.6rem;
	}
}

/* advantages */

.advantages {
    background: #E5EBF1;
    padding: 6.2rem 0;
}
.advantages-container {
    display: flex;
    flex-direction: column;
    gap: 6.9rem;
}
.advantages-title {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.advantages-title svg {
    width: 1.5rem;
    height: auto;
}
.advantages-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem 20rem;
}
.advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
.advantages-item__img {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2rem dashed #304862;
}
.advantages-item__img img {
    height: 7rem;
}
.advantages-item__description {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.advantages-item:nth-child(1) .advantages-item__img img {
    height: 5rem;
}
.advantages-item:nth-child(2) .advantages-item__img img {
    height: 8rem;
}

@media screen and (max-width: 1092px) {
    .advantages {
        padding: 5.2rem 0;
    }
    .advantages-container {
        gap: 4.8rem;
    }
    .advantages-main {
        flex-direction: column;
        align-items: center;
        gap: 5rem;
    }
}

@media screen and (max-width: 692px) {
    .advantages {
        padding: 5rem 0;
    }
    .advantages-container {
        gap: 4.1rem;
    }
    .advantages-title {
        font-size: 2.8rem;
    }
}

/* questions */

.questions {
    width: 100%;
    height: 58.5rem;
    position: relative;
}
.questions-fon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.questions-container {
    display: flex;
}
.questions-block {
    margin-left: 15rem;
    background: linear-gradient(252deg, rgba(255, 255, 255, 0.85) 8.76%, rgba(255, 255, 255, 0.85) 103.06%);
    backdrop-filter: blur(0.55rem);
    -webkit-backdrop-filter: blur(0.55rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
    padding: 5rem 9.4rem 6.9rem 9.4rem;
}
.questions-title {
    color: #000;
    text-align: center;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-transform: uppercase;
}
.questions-subtitle {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
    max-width: 26.1rem;
}
.questions-consult {
    display: flex;
    flex-direction: column;
    border-radius: 3.3rem;
    background: #304862;
    margin-top: 3.2rem;
}
.questions-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1.4rem 2rem;
}
.questions-button svg {
    width: 1.2rem;
    height: auto;
}
.questions-content {
    display: none;
}
.questions-content.active {
    display: flex;
    flex-direction: column;
}
.questions-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem;
    border-top: 0.1rem solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.questions-content a svg {
    width: 2.3rem;
    height: auto;
}
.questions-content a.telegram {
    gap: 1.4rem;
}

@media screen and (max-width: 1092px) {
    .questions {
        height: 57.8rem;
    }
    .questions-block {
        margin-left: 0;
        padding: 4.6rem 4.7rem 4.6rem 4.7rem;
    }
    .questions-title {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 692px) {
    .questions {
        height: 38.4rem;
		position: relative;
        overflow: hidden;
    }
	.questions-fon {
		width: 61rem;
    	margin-left: -22rem;
	}
    .questions-block {
        padding: 2.1rem 1.6rem 1.9rem 1.6rem;
    }
    .questions-title {
        font-size: 2rem;
    }
    .questions-subtitle {
        font-size: 1.8rem;
        margin-top: 0.4rem;
        max-width: 21.5rem;
    }
    .questions-consult {
        margin-top: 0.4rem;
    }
}

/* footer */

footer {
    background: #2C5068;
    padding: 4rem 0;
}
.footer-container {
    display: flex;
    flex-direction: column;
	gap: 4rem;
}
.footer-bottom p {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-bottom p a {
    color: #FFF;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}
.footer-logo {
    width: 9.8rem;
    display: flex;
}
.footer-logo img {
    width: 100%;
}
.footer-description {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6rem;
}
.footer-menu li {
    display: flex;
    list-style: none;
}
.footer-menu a {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.footer-menu a:hover, .footer-menu a.active {
    color: #E3C0A2;
}
.footer-email {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
}
.footer-email:hover {
    color: #E3C0A2;
}
.footer-content {
    width: 100%;
    max-width: 32.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}
.footer-socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}
.footer-socials__text {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    text-transform: uppercase;
}
.footer-socials__text a {
	color: #FFF;
}
.footer-socials__row {
    display: flex;
    gap: 1.6rem;
}
.footer-socials__row a {
    display: flex;
}
.footer-socials__row a svg {
    width: auto;
    height: 2.4rem;
}
.footer-socials__row a:hover path {
    fill: #FFF;
}

@media screen and (max-width: 1092px) {
    footer {
		padding: 2.5rem 0 10.5rem 0;
	}
	.footer-bottom {
		margin: 0 auto;
	}
	.footer-main {
		flex-wrap: wrap;
		gap: 3.5rem;
	}
	.footer-block {
		gap: 0;
	}
	.footer-menu ul {
		gap: 2rem;
	}
	.footer-content {
		max-width: none;
        flex-direction: row;
        justify-content: space-between;
	}
	.footer-socials {
		gap: 2rem;
	}
	.footer-bottom p {
		text-align: center;
	}
	.footer-socials__text {
		font-size: 1.4rem;
        line-height: 1.8rem;
        max-width: 24.2rem;
        text-transform: none;
	}
	.footer-container {
		gap: 5.4rem;
	}
}

@media screen and (max-width: 692px) {
    footer {
		padding: 2rem 0 8rem 0;
	}
	.footer-main {
		flex-direction: column;
        align-items: center;
		gap: 2rem;
	}
	.footer-menu ul {
		align-items: center;
	}
	.footer-content {
		flex-direction: column;
        align-items: center;
        gap: 2.5rem;
        order: 2;
	}
	.footer-socials {
		gap: 2.5rem;
        align-items: center;
	}
	.footer-bottom p {
        font-size: 1.4rem;
    }
	.footer-socials__text {
		text-transform: uppercase;
        text-align: center;
        max-width: 27.5rem;
	}
    .footer-block {
        align-items: center;
    }
    .footer-menu {
        order: 3;
    }
	.footer-container {
		gap: 2.5rem;
	}
}

/* page-banner */

.page-banner {
    height: 51.2rem;
    display: flex;
    position: relative;
}
.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.30);
}
.page-banner__fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	object-fit: cover;
}
.page-banner__container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 3;
}
.page-banner__title {
    color: #FFF;
    text-align: center;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1092px) {
	.page-banner {
		height: 44.3rem;
	}
	.page-banner__title {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 692px) {
    .page-banner {
		height: 34rem;
	}
	.page-banner__title {
		font-size: 3.6rem;
	}
}

/* about */

.about {
    background: rgba(229, 235, 241, 0.85);
    padding: 6.8rem 0 21.4rem 0;
    position: relative;
}
.about-container {
    position: relative;
}
.about-img {
    position: absolute;
    width: 35.7rem;
    bottom: 0;
    left: 24rem;
}
.about-fon {
    position: absolute;
    width: 92.8rem;
    top: 0;
    left: 0;
}
.about-main {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    margin-left: 75rem;
}
.about-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.about-title svg {
    width: 1.5rem;
	min-width: 1.5rem;
    height: auto;
}
.about-description {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    max-width: 71rem;
    margin-left: 2.5rem;
}
@media screen and (max-width: 1092px) {
	.about {
		padding: 4.7rem 0 44rem 0;
	}
	.about-img {
		width: 29.9rem;
        bottom: 0;
        left: 23.5rem;
	}
	.about-fon {
		width: 54rem;
        top: auto;
        left: 26.9rem;
        bottom: -27rem;
	}
	.about-main {
		gap: 2.2rem;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 57rem;
	}
	.about-title {
		justify-content: center;
	}
	.about-description {
		margin-left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 692px) {
    .about {
		padding: 2.75rem 0 42.2rem 0;
	}
	.about-img {
		width: 29.9rem;
        left: 5.2rem;
	}
	.about-fon {
		width: 42rem;
        left: 1.9rem;
        bottom: -21rem;
	}
	.about-main {
		gap: 2.85rem;
	}
	.about-title {
		font-size: 2.8rem;
		text-align: center;
	}
}

/* mission */

.mission {
    background: #F6E9D8;
    padding: 9.3rem 0;
}
.mission-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mission-main {
    max-width: 66.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
    margin-left: 10.5rem;
}
.mission-description {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    margin-left: 2.5rem;
}
.mission-img {
    position: relative;
    margin-right: 17rem;
}
.mission-img img {
    width: 39.8rem;
    position: relative;
    z-index: 2;
}
.mission-img::before {
    content: '';
    position: absolute;
    right: -8.7rem;
    top: -3.9rem;
    border-radius: 100%;
    background: #E3C0A2;
    width: 43.8rem;
    height: 43.8rem;
}

@media screen and (max-width: 1092px) {
	.mission {
		padding: 5rem 0;
	}
	.mission-container {
		flex-direction: column;
        gap: 8rem;
	}
	.mission-main {
		max-width: 57rem;
        align-items: center;
        gap: 3.7rem;
        margin-left: auto;
        margin-right: auto;
	}
	.mission-description {
		margin-left: 0;
		text-align: center;
	}
	.mission-img {
		margin-right: 0;
	}
	.mission-img img {
		width: 29.2rem;
	}
	.mission-img::before {
		right: -6.4rem;
		top: -2.8rem;
		width: 32.1rem;
		height: 32.1rem;
	}
}

@media screen and (max-width: 692px) {
    .mission {
		padding: 2.3rem 0 5rem 0;
	}
	.mission-container {
        gap: 5.8rem;
	}
	.mission-main {
		max-width: none;
        gap: 1.7rem;
	}
	.mission-img {
		margin-right: 0;
	}
	.mission-img img {
		width: 20.2rem;
	}
	.mission-img::before {
		right: -4.4rem;
		top: -2rem;
		width: 22.3rem;
		height: 22.3rem;
	}
}

/* why */

.why {
    padding: 4.4rem 0 7.8rem 0;
}
.why-container {
    display: flex;
    flex-direction: column;
    gap: 6.6rem;
    align-items: center;
}
.why-main {
    width: 100%;
    max-width: 130rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem 5rem;
}
.why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.1rem;
}
.why-item__img {
    border: 0.1rem solid #E3C0A2;
    width: 10.2rem;
    height: 10.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.why-item__img img {
    width: 6rem;
}
.why-item__description {
    color: #000;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

@media screen and (max-width: 1092px) {
	.why {
		padding: 7rem 0 6.3rem 0;
	}
	.why-container {
		gap: 6rem;
	}
	.why-main {
		grid-template-columns: repeat(4, 1fr);
		gap: 4.5rem 3.3rem;
	}
	.why-item {
		gap: 1.7rem;
	}
	.why-item__description {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 692px) {
    .why {
		padding: 1.7rem 0 3.5rem 0;
	}
	.why-container {
		gap: 2.1rem;
	}
	.why-main {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 1.5rem;
	}
	.why .about-title {
		text-align: center;
		align-items: flex-start;
	}
	.why .about-title svg {
    	width: 1.5rem;
		margin-top: 1rem;
	}
}

/* help */

.help {
    height: 54.6rem;
    position: relative;
}
.help-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.help-container {
    position: relative;
    z-index: 2;
    display: flex;
}
.help-block {
    margin-left: 13rem;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
    backdrop-filter: blur(0.55rem);
    -webkit-backdrop-filter: blur(0.55rem);
    background: linear-gradient(252deg, rgba(255, 255, 255, 0.85)8.76%, rgba(255, 255, 255, 0.85)103.06%);
    padding: 3.6rem 15.7rem 5.5rem 5rem;
}
.help-title {
    color: #000;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    max-width: 39.3rem;
}
.help-description {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    max-width: 35.1rem;
}
.help-description span {
    font-weight: 600;
}
.help-row {
    display: flex;
    align-items: center;
    gap: 2.2rem;
}
.help-text {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6rem;
}
.help-social {
    display: flex;
    align-items: center;
    gap: 2.8rem;
}
.help-social a {
    display: flex;
}
.help-social a svg {
    width: auto;
    height: 2.7rem;
}
.help-social a.whatsapp:hover path {
    fill: #4DB45E;
}
.help-social a.telegram:hover path {
    fill: #0FB2E5;
}

@media screen and (max-width: 1092px) {
	.help {
		height: 44.3rem;
	}
	.help-block {
		margin-left: 0;
		gap: 2rem;
		padding: 2.5rem 1.4rem 2.9rem 2.4rem;
	}
	.help-title {
		font-size: 2.8rem;
		max-width: 24.8rem;
	}
}

@media screen and (max-width: 692px) {
	.help-block {
		gap: 2rem;
		padding: 1.4rem 2rem 1.8rem 1.4rem;
		max-width: 26.5rem;
	}
	.help-title {
		font-size: 2rem;
		max-width: 18.2rem;
	}
}

/* delivery-payments */

.delivery-payments {
    padding: 7rem 0;
}
.delivery-payments__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15rem;
}
.delivery {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}
.delivery p {
    margin-left: 2.5rem;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
}
.delivery span {
    color: #304862;
    font-weight: 700;
}
.payments {
    display: flex;
    flex-direction: column;
    gap: 5.3rem;
}
.payments-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.payments-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 0.1rem solid #E3C0A2;
}
.payments-block__title {
    color: #304862;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.payments-block p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    max-width: 73.2rem;
}
.payments-block__img {
    height: 3.7rem;
}
.payments-block:nth-child(1) .payments-block__img {
    height: 2.1rem;
}
.payments-block:nth-child(2) .payments-block__img {
    height: 5.1rem;
}
.payments-block:nth-child(3) .payments-block__img {
    height: 3.7rem;
}
.payments-block:nth-child(4) .payments-block__img {
    height: 6rem;
}
.payments-block:nth-child(5) .payments-block__img {
    height: 6rem;
}
.payments-block:nth-child(6) .payments-block__img {
    height: 9.8rem;
}

@media screen and (max-width: 1092px) {
	.delivery-payments {
		padding: 4.7rem 0 2rem 0;
	}
	.delivery-payments__container {
		grid-template-columns: repeat(1, 1fr);
		gap: 4.8rem;
	}
	.delivery {
		gap: 2rem;
		align-items: center;
	}
	.delivery p {
		margin-left: 0;
		text-align: center;
	}
	.payments {
		gap: 3.8rem;
	}
	.payments-column {
		gap: 2rem;
	}
	.payments-block {
		align-items: center;
		gap: 2.5rem;
		padding-bottom: 3rem;
	}
	.payments-block__title {
		text-align: center;
		font-size: 2.2rem;
	}
	.payments-block p {
		text-align: center;
		max-width: 49rem;
	}
}

@media screen and (max-width: 692px) {
    .delivery-payments {
		padding: 2.5rem 0 3rem 0;
	}
	.delivery-payments__container {
		gap: 3.2rem;
	}
	.delivery {
		gap: 2rem;
	}
	.delivery .about-title {
		max-width: 17.7rem;
		align-items: flex-start;
		text-align: center;
	}
	.delivery .about-title svg {
		min-width: 1.5rem;
		margin-top: 1rem;
	}
	.payments .about-title {
		max-width: 17.7rem;
		align-items: flex-start;
		margin: 0 auto;
        text-align: center;
	}
	.payments .about-title svg {
		min-width: 1.5rem;
		margin-top: 1rem;
	}
	.payments {
		gap: 3.2rem;
	}
	.payments-column {
		gap: 3.3rem;
	}
	.payments-block {
		gap: 2rem;
		padding-bottom: 3.2rem;
	}
	.payments-block p {
		max-width: 30.9rem;
	}
}

/* videos */

.product-page__more-swiper .swiper-slide {
	height: auto;
}
.product-page__more-swiper .swiper-slide .product {
	height: 100%;
}
.videos {
    padding: 6.2rem 0 8rem 0;
    background: #E9EEF3;
}
.videos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.8rem;
}
.videos-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.9rem 4rem;
	width: 100%;
}
.videos-item {
    position: relative;
    height: 40.7rem;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.videos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videos-item p {
    position: absolute;
    z-index: 3;
    color: #FFF;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    left: 2.5rem;
    bottom: 1.5rem;
}
.videos-item svg {
    width: 11.7rem;
    height: auto;
    position: absolute;
    z-index: 3;
}
.videos-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: rgba(31, 31, 31, 0.60);
}

@media screen and (max-width: 1092px) {
	.videos-main {
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem;
	}
	.videos {
		padding: 5.2rem 0 5rem 0;
	}
	.videos-container {
		gap: 4rem;
	}
	.videos-item {
		height: 40.7rem;
	}
	.videos-item p {
		font-size: 2.2rem;
		left: 2.5rem;
		bottom: 1.5rem;
	}
	.videos-item svg {
		width: 11.7rem;
	}
}

@media screen and (max-width: 692px) {
    .videos-main {
		gap: 2rem;
	}
	.videos {
		padding: 5.4rem 0 3rem 0;
	}
	.videos-item p {
		left: 1.5rem;
	}
	.videos-item svg {
		width: 9.2rem;
	}
}

/* guarantee */

.guarantee {
    padding: 10rem 0;
}
.guarantee-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
}
.guarantee-text {
    position: relative;
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 149.8rem;
    padding-top: 2.6rem;
}
.guarantee-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #E3C0A2;
    width: 6.4rem;
    height: 0.6rem;
}
.guarantee-container span {
    color: #304862;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1092px) {
	.guarantee {
		padding: 3rem 0 8rem 0;
	}
	.guarantee-container {
		gap: 3rem;
	}
	.guarantee-text {
		font-size: 1.8rem;
		padding-top: 2rem;
	}
	.guarantee-container span {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 692px) {
    .guarantee {
		padding: 3rem 0 4rem 0;
	}
	.guarantee-container {
		gap: 3.5rem;
	}
}

/* privacy-banner */

.privacy-banner {
    position: relative;
    display: flex;
    height: 28.5rem;
}
.privacy-banner__fon {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.privacy-banner__container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
.privacy-banner__title {
    color: #FFF;
    text-align: center;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 120.9rem;
}
.privacy-banner::before {
    content: '';
    background: rgba(48, 72, 98, 0.35);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1092px) {
	.privacy-banner {
		height: 28.5rem;
	}
	.privacy-banner__title {
		font-size: 4.5rem;
		max-width: 66rem;
	}
}

@media screen and (max-width: 692px) {
    .privacy-banner {
		height: 19.1rem;
	}
	.privacy-banner__title {
		font-size: 2.8rem;
		max-width: 34.7rem;
	}
}

/* privacy */

.privacy {
    padding: 7rem 0 12.4rem 0;
}
.privacy-container {
    display: flex;
    flex-direction: column;
    gap: 8.3rem;
}
.privacy-block {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.privacy h3 {
    color: #000;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.privacy ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 2rem;
}
.privacy p, .privacy li {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1092px) {
	.privacy {
		padding: 3.3rem 0 8.5rem 0;
	}
	.privacy-container {
		gap: 5.5rem;
	}
	.privacy-block {
		gap: 3.2rem;
	}
	.privacy h3 {
		font-size: 3.6rem;
	}
	.privacy ul {
		gap: 2rem;
		padding-left: 2rem;
	}
	.privacy p, .privacy li {
		font-size: 1.8rem;
		line-height: 150%;
	}
}

@media screen and (max-width: 692px) {
    .privacy {
		padding: 3rem 0 3.5rem 0;
	}
	.privacy-container {
		gap: 5.2rem;
	}
	.privacy-block {
		gap: 3.2rem;
	}
}

/* catalog */

.catalog {
    padding: 5.2rem 0 10.2rem 0;
}
.catalog-container {
    display: flex;
    flex-direction: column;
    gap: 7.7rem;
}
.catalog-top {
    display: flex;
}
.catalog-main {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 4.7rem;
}
.catalog .product {
    width: 100%;
    max-width: 38.45rem;
    padding: 3.1rem 4.2rem 3.5rem 4.2rem;
}
.catalog .product-img {
    height: 27.3rem;
}
.catalog-block {
    background: linear-gradient(180deg, #FDE5E5, rgba(255, 209, 166, 0.29)100%);
    width: 100%;
    max-width: 38.45rem;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding: 9.1rem 5.3rem 0 5.3rem;
}
.catalog-block__mark {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 1rem;
    background: #FFF;
}
.catalog-block__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.catalog-block__title {
    color: #304862;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
.catalog-block__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.7rem;
    width: 5rem;
    height: 0.3rem;
    background: #304862;
}
.catalog-block__title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1.7rem;
    width: 5rem;
    height: 0.3rem;
    background: #304862;
}
.catalog-block__text {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.catalog-block__sale {
    color: #304862;
    text-align: center;
    font-size: 4.95rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.catalog-block__img {
    margin-top: auto;
    position: relative;
    width: 100%;
}
.catalog-block__img::before {
    content: '';
    width: 38.45rem;
    height: 31rem;
    border-radius: 38.9rem;
    background: #808D9D;
    position: absolute;
    bottom: -17.2rem;
    left: -5.5rem;
}
.catalog-block__img img {
    height: 27.3rem;
    position: relative;
    z-index: 2;
}
.catalog-block-full {
    width: 100%;
    background: linear-gradient(90deg, #FFE8D3 0%, #D7E8FD 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5.5rem 0;
    margin-top: 10rem;
}
.catalog-block-full__img-1 {
    position: absolute;
    width: 32rem;
    bottom: 0;
    left: 15.7rem;
}
.catalog-block-full__img-2 {
    position: absolute;
    width: 30.8rem;
    bottom: 0;
    right: 10.3rem;
}
.catalog-block-full__main {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    flex-direction: column;
}
.catalog-block-full__title {
    color: #304862;
    text-align: center;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.catalog-block-full__description {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 33.2rem;
}
.catalog-more {
    margin: 0 auto;
    margin-top: 3rem;
    padding: 2rem 5rem;
    border-radius: 3rem;
    background: #304862;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.catalog-more:hover {
    background: linear-gradient(90deg, #35608E 0%, #0E3055 100%);
}

@media screen and (max-width: 1092px) {
	.catalog {
		padding: 2.5rem 0 7rem 0;
	}
	.catalog-container {
		gap: 4.2rem;
	}
	.catalog-main {
		gap: 1.5rem 1.6rem;
	}
	.catalog .product {
		max-width: 32.2rem;
		padding: 2.3rem 1.6rem 2.5rem 1.6rem;
	}
	.catalog .product-img {
		height: 20.3rem;
	}
}

@media screen and (max-width: 692px) {
    .catalog {
		padding: 1rem 0 7rem 0;
	}
	.catalog-container {
		gap: 2.5rem;
	}
	.catalog-main {
		gap: 2.5rem;
	}
	.catalog .product {
		max-width: none;
		padding: 2.2rem 1.4rem 2.5rem 1.4rem;
	}
}

/* product-page */

.product-page {
    margin: 5.6rem 0 10rem 0;
}
.product-page__container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.breadcrumbs a, .breadcrumbs p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-page__main {
    display: flex;
    flex-direction: column;
    gap: 7.4rem;
}
.product-page__bottom {
    display: flex;
    flex-direction: column;
}
.product-page__tabs {
    background: linear-gradient(90deg, #FFE8D3 0%, #D7E8FD 100%);
    display: flex;
}
.product-page__tab {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 42.5rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page__tab.active {
    background: #E3C0A2;
}
.product-page__description {
    display: none;
}
.product-page__description.active {
    display: flex;
    background: #F5F5F5;
}
.product-page__top {
    display: flex;
    align-items: flex-start;
    gap: 10.6rem;
}
.product-page__photo {
    display: flex;
    flex-direction: column;
    gap: 4.2rem;
    width: 100%;
    max-width: 66.4rem;
    border: 0.1rem solid #808D9D;
    padding: 3rem 2.5rem 5rem 2.5rem;
}
.product-page__photo-swiper {
    width: 100%;
    max-width: 55rem;
}
.product-page__photo-swiper a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page__photo-swiper a img {
    height: 42.1rem;
    max-width: 100%;
}
.product-page__photo-row {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
.product-page__photo-button {
    display: flex;
    min-width: 0.9rem;
}
.product-page__photo-button svg {
    width: 0.9rem;
    height: auto;
}
.product-page__photo-button:hover {
    opacity: .7;
}
.product-page__photo-thumbs img {
    width: 10.7rem;
    height: 7.2rem;
    object-fit: contain;
}
.product-page__photo-thumbs .swiper-slide {
    border: 0.1rem solid #808D9D;
    height: 12.525rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s all;
}
.product-page__photo-thumbs .swiper-slide-thumb-active {
    border-color: #E3C0A2;
}
.product-page__description-chars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.7rem 15.4rem;
    width: 100%;
    padding: 5.2rem;
}
.product-page__description-chars__block {
    display: flex;
    align-items: flex-end;
    gap: 0.7rem;
}
.product-page__description-chars__block span {
    color: #304862;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}
.product-page__description-chars__block p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}
.product-page__description-chars__block-hr {
    border-bottom: 0.1rem dashed #808D9D;
    width: 100%;
    margin-bottom: 0.8rem;
}
.product-page__description-column {
    padding: 6.2rem 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.product-page__description-column__row {
    display: flex;
    align-items: center;
    gap: 10rem;
}
.product-page__description-column__row img {
    width: 51.8rem;
}
.product-page__description-column__text {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    max-width: 80rem;
}
.product-page__description-column__text h3 {
    color: #304862;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-page__description-column__text p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.product-page__description-column__row:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.product-page__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-page__title {
    color: #304862;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 42.2rem;
    margin-bottom: 2.5rem;
}
.product-page__prices {
    display: flex;
    gap: 7.5rem;
    margin-bottom: 1.5rem;
}
.product-page__price {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.product-page__price del {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}
.product-page__price ins, .product-page__price > span {
    color: #304862;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-decoration: none;
}
.product-page__installment {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.product-page__installment p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-page__installment span {
    color: #304862;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-page__p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    max-width: 80rem;
    margin-bottom: 1.5rem;
}
.product-page__p-delivery {
	font-weight: 700;
}
.product .product-page__p {
    text-align: center;
    line-height: 1.8rem;
    margin-bottom: 2.5rem;
}
.product-page__variations {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 6.2rem;
}
.product-page__variations > p {
    color: #000;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
}
.product-page__variations-row {
    display: flex;
    gap: 1.9rem;
}
.product-page__variations-block {
    position: relative;
}
.product-page__variations-block input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.product-page__variations-block label {
    border: 0.1rem solid #808D9D;
    width: 9.6rem;
    height: 9.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s all;
}
.product-page__variations-block label img {
    width: 8.2rem;
    max-height: 80%;
    object-fit: contain;
}
.product-page__content > img {
	width: 42rem;
    margin-bottom: 2rem;
}
.product-page__variations-block input:checked+label {
    border-color: #E3C0A2;
}
.product-page__buttons {
    display: flex;
    gap: 2.2rem;
}
.product-page__add-to-cart {
    border-radius: 3.3rem;
    background: #818E9E;
    display: flex;
    width: 29rem;
    padding: 1.8rem 3rem;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-page__add-to-cart:hover {
    background: linear-gradient(90deg, #92A4BA 0%, #43799C 100%);
}
.product-page__test-drive {
    border-radius: 3.3rem;
    background: #304862;
    display: flex;
    width: 28.7rem;
    padding: 1.8rem 3rem;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-page__test-drive:hover {
    background: linear-gradient(90deg, #35608E 0%, #0E3055 100%);
}
.product-page__more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8.5rem;
}
.product-page__more__title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #000;
    text-align: center;
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.product-page__more__title svg {
    width: 1.5rem;
    height: auto;
}
.product-page__more-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8.5rem;
	width: 100%;
}
.product-page__more-swiper {
    width: 100%;
    max-width: 169rem;
}
.product-page__more-swiper .swiper-wrapper {
	padding-bottom: 0.1rem;
}
.product-page__more-buttons {
    display: flex;
    gap: 1.8rem;
}
.product-page__more-button {
    width: 4.4rem;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 0.1rem solid #000;
}
.product-page__more-button svg {
    width: 1.1rem;
    height: auto;
}
.product-page__more-button:hover {
    opacity: .7;
}
.product-page__form-column .product_title {
	display: none;
}
.product-page__form-column .product-page__price {
	display: none;
}
.product-page__form-column .product_meta {
	display: none;
}
.product-page__more-button.swiper-button-lock {
	display: none;
}
.stock.in-stock {
	color: #1ce91c;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}
.stock.on-backorder {
	color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
}
.stock.out-of-stock {
	color: red;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
}
.dotted-list {
	list-style: none;
    padding: 5.2rem;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 15.3rem;
}
.dotted-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.dotted-list li::before {
	content: '';
	flex-grow: 1;
	border-bottom: 1px dotted #aaa;
	margin: 0 1rem;
	height: 0;
	order: 2;
}
.dotted-list li span:first-child {
	flex-shrink: 0;
	color: #304862;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.dotted-list li span:last-child {
	flex-shrink: 0;
	text-align: right;
	order: 3;
	max-width: 56rem;
	color: #304862;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media screen and (max-width: 1092px) {
	.product-page {
		margin: 1.7rem 0 4.8rem 0;
	}
	.product-page__container {
		gap: 1.8rem;
	}
	.breadcrumbs a, .breadcrumbs p {
		font-size: 1.4rem;
	}
	.product-page__main {
		gap: 4.2rem;
	}
	.product-page__tabs {
		background: transparent;
		flex-direction: column;
	}
	.product-page__tab {
		font-size: 1.8rem;
		width: 100%;
		height: 8rem;
		background: var(--gradient1, linear-gradient(90deg, #FFE8D3 0%, #D7E8FD 100%));
	}
	.product-page__tab.active {
		background: #E3C0A2;
	}
	.product-page__top {
		flex-direction: column;
		gap: 2.3rem;
	}
	.product-page__photo {
		gap: 3.8rem;
		max-width: none;
		padding: 4.5rem 3.8rem 3.9rem 3.8rem;
	}
	.product-page__photo-swiper {
		width: 100%;
		max-width: 55rem;
	}
	.product-page__photo-swiper a img {
		height: 42.1rem;
	}
	.product-page__photo-row {
		gap: 2.4rem;
	}
	.product-page__photo-button {
		min-width: 0.9rem;
	}
	.product-page__photo-button svg {
		width: 0.9rem;
	}
	.product-page__photo-thumbs img {
		width: 10.7rem;
		height: 7.2rem;
	}
	.product-page__photo-thumbs .swiper-slide {
		height: 12.625rem;
	}
	.product-page__description-chars {
		grid-template-columns: repeat(1, 1fr);
		gap: 2.5rem;
		padding: 1.7rem 1.3rem;
	}
	.product-page__description-chars__block {
		gap: 0.7rem;
	}
	.product-page__description-column {
		padding: 5rem 1rem;
		gap: 4rem;
	}
	.product-page__description-column__row {
		gap: 7rem;
        flex-direction: column;
        align-items: center;
	}
	.product-page__description-column__row img {
		width: 41.7rem;
	}
	.product-page__description-column__text {
		align-items: center;
	}
	.product-page__description-column__text h3 {
		text-align: center;
	}
	.product-page__description-column__text p {
		text-align: center;
	}
	.product-page__description-column__row:nth-child(2n) {
        flex-direction: column;
        align-items: center;
	}
	.product-page__content {
		align-items: center;
	}
	.product-page__price {
		align-items: center;
	}
	.product-page__title {
		margin-bottom: 4rem;
		text-align: center;
	}
	.product-page__prices {
		gap: 6rem;
		margin-bottom: 3.2rem;
	}
	.product-page__installment {
		gap: 1.1rem;
	}
	.product-page__installment p {
		color: #000;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.product-page__installment span {
		color: #304862;
		font-size: 2.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.product-page__p {
		text-align: center;
		margin-bottom: 4rem;
		line-height: 1.8rem;
	}
	.product-page__variations {
		margin-bottom: 5rem;
	}
	.product-page__buttons {
		justify-content: center;
		gap: 2.2rem;
	}
	.product-page__more {
		margin-top: 2rem;
		gap: 4.6rem;
	}
	.product-page__more-slider {
		gap: 5rem;
	}
	.dotted-list {
		padding: 2rem 1rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 2.5rem;
	}
	.dotted-list li span:first-child {
		font-size: 1.8rem;
	}
	.dotted-list li span:last-child {
		max-width: 56rem;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 692px) {
	.breadcrumbs {
		flex-wrap: wrap;
	}
    .product-page {
		margin: 1.8rem 0 7rem 0;
	}
	.product-page__container {
		gap: 2.5rem;
	}
	.product-page__main {
		gap: 3.5rem;
	}
	.product-page__tab {
		height: 6rem;
	}
	.product-page__top {
		gap: 1.5rem;
	}
	.product-page__photo {
		gap: 2.6rem;
		padding: 1.4rem 1.3rem 1.9rem 1.3rem;
	}
	.product-page__photo-swiper {
		max-width: 31rem;
	}
	.product-page__photo-swiper a img {
		height: 25.2rem;
	}
	.product-page__photo-row {
		gap: 1rem;
	}
	.product-page__photo-thumbs .swiper-slide {
		height: 12.7rem;
	}
	.product-page__description-chars {
		gap: 2rem;
		padding: 1.9rem 1.7rem;
	}
	.product-page__description-chars__block {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.4rem;
	}
	.product-page__description-chars__block-hr {
		display: none;
	}
	.product-page__description-chars__block span, .product-page__description-chars__block p {
		white-space: wrap;
	}
	.product-page__description-column {
		padding: 2rem 1.7rem;
		gap: 2rem;
	}
	.product-page__description-column__row {
		gap: 2rem;
	}
	.product-page__description-column__row img {
		width: 100%;
	}
	.product-page__description-column__text h3 {
		font-size: 2.8rem;
	}
	.product-page__title {
		margin-bottom: 1rem;
		font-size: 2.8rem;
	}
	.product-page__prices {
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
		margin-bottom: 2.2rem;
	}
	.product-page__p {
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}
	.product-page__variations {
		gap: 2.3rem;
		margin-bottom: 3.5rem;
	}
	.product-page__variations-row {
		gap: 1rem;
	}
	.product-page__variations-block label {
		width: 8.1rem;
		height: 8.1rem;
	}
	.product-page__variations-block label img {
    	width: 6.9rem;
	}
	.product-page__buttons {
		gap: 1.8rem;
		flex-direction: column;
	}
	.product-page__more {
		margin-top: 2.5rem;
        gap: 2.75rem;
	}
	.product-page__more__title {
		font-size: 2.8rem;
	}
	.product-page__more-slider {
		gap: 6.9rem;
	}
	.dotted-list {
		padding: 2rem;
		gap: 2rem;
	}
	.dotted-list li {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
	.dotted-list li span:last-child {
		text-align: left;
	}
	.dotted-list li::before {
		display: none;
	}
	.product-page__more-swiper {
		min-width: 100vw;
        margin-left: -2rem;
	}
	.product-page__more-swiper .swiper-wrapper {
		padding: 0 2rem;
	}
}

.wpstories-feed {
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 7.5rem;
	width: 100%;
}
.wpstories-feed-container {
	max-width: none;
	margin: 0;
	width: 100%;
}
.wpstories-preview {
	color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
    width: auto;
}
.wpstories-preview span {
	color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wpstories-preview__container {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 0.1rem solid #EAA057;
    border-radius: 100%;
    width: 16.8rem;
    height: 16.8rem;
    padding: 0;
}
.wpstories-preview__image {
    border-radius: 100%;
    width: 15.6rem;
    height: 15.6rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 992px) {
	.wpstories-preview {
        min-width: 17rem;
    }
    .wpstories-feed {
        overflow-x: auto;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 3.8rem;
    }
	.wpstories-feed-container {
		padding: 0;
	}
	.wpstories-preview:first-child {
        padding-left: 2.5rem;
        min-width: 19.5rem;
    }
    .wpstories-preview:last-child {
        padding-right: 2.5rem;
        min-width: 19.5rem;
    }
}

@media screen and (max-width: 692px) {
    .wpstories-feed {
        gap: 1.2rem;
    }
    .wpstories-preview {
        gap: 0.9rem;
        min-width: auto;
    }
    .wpstories-preview__container {
        width: 8rem;
        height: 8rem;
    }
    .wpstories-preview__image {
        width: 7.2rem;
        height: 7.2rem;
    }
    .wpstories-preview:first-child {
        padding-left: 2rem;
        min-width: auto;
    }
    .wpstories-preview:last-child {
        padding-right: 2rem;
        min-width: auto;
    }
    .wpstories-preview+.wpstories-preview {
        margin-left: 0;
    }
}

.popup-cookie {
	border: 0.1rem solid #FFF;
	background: #2C5068;
	box-shadow: 0 1.1rem 0.14rem 0 rgba(0, 0, 0, 0.25);
	padding: 4.8rem 3.5rem;
	position: fixed;
	z-index: 99;
    bottom: 6rem;
    left: 11rem;
    width: 168rem;
	display: none;
	align-items: center;
    justify-content: space-between;
}
.popup-cookie p {
	color: #FFF;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem;
}
.popup-cookie p a {
	color: #FFF;
	text-decoration-line: underline;
}
.popup-cookie button {
	color: #FFF;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem;
	border: 0.1rem solid #FFF;
	background: rgba(255, 255, 255, 0.00);
	padding: 1rem 3rem;
}
.popup-cookie button:hover {
	background: #FFF;
	color: #000;
}

@media screen and (max-width: 1092px) {
	.popup-cookie {
		bottom: 3rem;
        left: 2.5rem;
        width: 69.4rem;
		flex-direction: column;
    	gap: 2rem;
	}
	.popup-cookie p {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

@media screen and (max-width: 692px) {
	.popup-cookie {
		left: 2rem;
        width: 33.5rem;
		padding: 2.5rem 1.5rem;
	}
	.popup-cookie p {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

.mobile-menu__fon {
    display: none;
}
.mobile-menu {
    display: none;
}

@media screen and (max-width: 1092px) {
	.mobile-menu__fon {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
    }
    .mobile-menu {
        transform: translateX(-100%);
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background: #2C5068;
        width: 100%;
        max-width: 49.4rem;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 4.8rem;
        padding: 1.6rem 2rem;
        overflow-y: auto;
    }
    .mobile-menu-column {
        width: 100%;
    }
    .mobile-menu-column ul {
        display: flex;
        flex-direction: column;
        gap: 1.8rem;
    }
    .mobile-menu-column li {
        display: flex;
        list-style: none;
        padding-bottom: 1.4rem;
        border-bottom: 0.1rem solid #A4A4A4;
    }
    .mobile-menu-column a {
        color: #FFF;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .mobile-menu__close {
        display: flex;
        align-items: center;
        gap: 1.1rem;
        color: #FFF;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .mobile-menu__close svg {
        width: 0.9rem;
        height: auto;
    }
}

@media screen and (max-width: 692px) {
    .mobile-menu__fon {
        background: rgba(0, 0, 0, 0.70);
    }
    .mobile-menu {
        max-width: 30.7rem;
    }
}

.cart-page {
	margin: 8.4rem 0 10.5rem 0;
}
.cart-page__name {
	margin-bottom: 7rem;
    display: flex;
    align-items: flex-end;
    gap: 2rem;
}
.cart-page__title {
	color: #304862;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.cart-page__count {
	color: #304862;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0.6rem;
}
.cart-products {
	display: flex;
    flex-direction: column;
    gap: 2.3rem;
    width: 100%;
    max-width: 114.2rem;
    border-top: 0.1rem solid #E3C0A2;
}
.woocommerce-cart-form__cart-item {
	display: flex;
    align-items: center;
    gap: 5rem;
    position: relative;
	padding-top: 2.3rem;
	border-bottom: 0.1rem solid #E3C0A2;
	padding-bottom: 2.3rem;
}
.woocommerce-cart-form__cart-item__right {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.woocommerce-cart-form__cart-item .product-remove {
	display: flex;
    position: absolute;
    top: 2.3rem;
    right: 2.3rem;
}
.woocommerce-cart-form__cart-item .product-remove a {
	display: flex;
    width: auto;
    height: auto;
}
.woocommerce-cart-form__cart-item .product-remove a svg {
	width: 2rem;
    height: auto;
}
.woocommerce a.remove:hover {
    background: transparent;
}
.woocommerce-cart-form__cart-item .product-remove:hover a svg path {
	fill: red;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
	display: flex;
}
.woocommerce-cart-form__cart-item .product-thumbnail a {
	display: flex;
}
.woocommerce-cart-form__cart-item .product-thumbnail a img {
	width: 17.5rem;
    min-width: 17.5rem;
    object-fit: contain;
}
.woocommerce-cart-form__cart-item .woocommerce-cart-form__cart-item__column {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.8rem;
	max-width: 26.1rem;
}
.woocommerce-cart-form__cart-item .product-name a {
	color: #304862;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.woocommerce-cart-form__cart-item .woocommerce-cart-form__cart-item__column > p {
	color: #808D9D;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce-cart-form__cart-item__column-2 {
	display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: flex-start;
    margin-right: 12.6rem;
}
#customer_details.col2-set {
	display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
    width: 100%;
    max-width: 113.9rem;
}
#customer_details.col2-set .col-1 {
	width: 100%;
}
#customer_details.col2-set .col-2 {
	width: 100%;
	display: none;
}
.woocommerce-billing-fields {
	background: #F5F5F5;
    padding: 3.3rem 4rem 5rem 4rem;
    display: flex;
    flex-direction: column;
}
.woocommerce-billing-fields > h3 {
	color: #304862;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 4.5rem;
}
.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before {
	display: none;
}
.woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before {
	display: none;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
    flex-wrap: wrap;
    gap: 2.3rem 3.6rem;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
	margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row::after, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row::before {
	display: none;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row label {
	display: none;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input {
	background: #FFF;
    padding: 1.8rem 2rem;
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input::placeholder {
	color: #808D9D;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row textarea {
	background: #FFF;
    padding: 1.8rem 2rem;
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	min-height: 11.7rem;
	height: 11.7rem;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row textarea::placeholder {
	color: #808D9D;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2), .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3) {
	max-width: 51.1rem;
}
.woocommerce-billing-fields > p {
	color: #304862;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 66.3rem;
}
.woocommerce-billing-checkbox {
	margin-top: 2.4rem;
	margin-bottom: 4.7rem;
}
.woocommerce-billing-checkbox label {
	color: #000;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 4.1rem;
}
.woocommerce-billing-checkbox label a {
	color: #000;
	text-decoration-line: underline;
}
.woocommerce-billing-checkbox input[type=checkbox]:before { 
    content: ""; 
    display: inline-block; 
    width: 2rem; 
    height: 2rem; 
    background-repeat: no-repeat; 
    background-position: center;
    background-size: cover;
    position: absolute;
    transition: .3s all;
    cursor: pointer;
	border: 0.1rem solid #000;
	margin-top: -1.5rem;
}
.woocommerce-billing-checkbox input[type=checkbox]:checked:before { 
    background-image: url('/wp-content/uploads/2024/10/checkbox.svg'); 
	border-color: transparent;
}
.woocommerce-billing-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.woocommerce-billing-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.woocommerce-billing-checkbox input[type="checkbox"]:checked {
    background-image: none;
}
.woocommerce-shipping-fields {
	background: #F5F5F5;
    padding: 3.3rem 4rem 5rem 4rem;
    display: flex;
    flex-direction: column;
}
.woocommerce-shipping-fields > h3 {
	color: #304862;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4.5rem;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row input {
    background: #FFF;
    padding: 1.8rem 2rem;
    width: 100%;
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row input::placeholder {
	color: #808D9D;
}
.woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.6rem;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row {
	margin: 0;
    padding: 0;
    width: 100%;
}
.woocommerce form .woocommerce-shipping-fields__field-wrapper .form-row label {
    display: none;
}
#order_review_heading {
	display: none;
}
.cart-page__container {
	position: relative;
}
.shop_table.woocommerce-checkout-review-order-table {
	position: fixed;
    top: 16.5rem;
    right: 11rem;
    width: 52rem;
    background: #F5F5F5;
    padding: 1.6rem 2rem 3.5rem 2rem;
    z-index: 9;
}
.shop_table.woocommerce-checkout-review-order-table > h3 {
	color: #304862;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 2.4rem;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.shop_table.woocommerce-checkout-review-order-table .product-name {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.shop_table.woocommerce-checkout-review-order-table .product-total {
	color: #304862;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item:last-child {
	padding-bottom: 2rem;
	border-bottom: 0.1rem solid #808D9D;
}
.shop_table__items {
	display: flex;
	flex-direction: column;
}
.cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
	margin-top: 3rem;
}
.cart-subtotal > p {
	color: #000;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.cart-subtotal > div {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
}
.shop_table-submit {
	color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3.3rem;
    background: #818E9E;
    width: 100%;
    padding: 1.4rem;
}
.woocommerce-checkout #payment {
	background: #F5F5F5;
    padding: 3.3rem 4rem 5rem 4rem;
    display: flex;
    flex-direction: column;
	width: 100%;
    max-width: 113.9rem;
    border-radius: 0;
}
.woocommerce-checkout #payment > h2 {
	color: #304862;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
    margin-top: 2rem;
}
#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	display: none;
}
.woocommerce-cart-form__cart-item .product-price {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}
.woocommerce-cart-form__cart-item .sale-price {
	color: #304862;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 125.9%;
}
.woocommerce-cart-form__cart-item .regular-price {
	color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: line-through;
}
.woocommerce-cart-form__cart-item .product-quantity {
	display: flex;
    align-items: center;
    gap: 2.4rem;
}
.woocommerce-cart-form__cart-item .product-quantity > p {
	color: #000;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 125.9%;
}
.quantity {
	display: flex;
    border-radius: 1rem;
    border: 0.1rem solid #E3C0A2;
    background: rgba(196, 196, 196, 0.00);
}
.minus {
	width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.1rem solid #E3C0A2;
}
.minus svg {
	width: 1.2rem;
	height: auto;
}
.quantity input {
	width: 4rem;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0%;
    letter-spacing: 0.064rem;
    text-transform: uppercase;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.plus {
	width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0.1rem solid #E3C0A2;
}
.plus svg {
	width: 1.2rem;
	height: auto;
}
.products.columns-4 {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 4.7rem;
	width: 100%;
	padding: 0;
}
.lmp_products_loading > span {
	display: none !important;
}
.lmp_load_more_button .lmp_button {
	margin: 0 auto;
    margin-top: 3rem;
    padding: 2rem 5rem !important;
    border-radius: 3rem !important;
    background: #304862 !important;
    color: #FFF !important;
    font-size: 1.8rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
}
.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
	background: linear-gradient(90deg, #35608E 0%, #0E3055 100%) !important;
	color: #FFF !important;
}
.filter {
	display: flex;
    flex-direction: column;
    width: 36.5rem;
    background: #E9EEF3;
}
.filter-button {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2.2rem;
    color: #304862;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	position: relative;
}
.filter-button::after {
	content: '';
    position: absolute;
    background: #B7B7B7;
    width: 32.1rem;
    height: 0.1rem;
    left: 2.2rem;
    bottom: 0;
    opacity: 0;
	transition: .3s all;
}
.filter-button svg {
	width: 1.1rem;
	height: auto;
	transition: .3s all;
}
.filter-content {
	display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 2.2rem;
    overflow: hidden;
    max-height: 0;
    position: relative;
}
.filter.active .filter-content {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.filter.active .filter-button::after {
	opacity: 1;
}
.filter.active .filter-button svg {
	transform: rotate(180deg);
}
.bapf_sfilter {
    margin-bottom: 0;
}
.bapf_button.bapf_reset {
	border-radius: 3.3rem;
	background: #808D9D;
	padding: 1.4rem 1rem;
	color: #FFF;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	width: 100%;
}
.bapf_head.bapf_colaps_togl {
	cursor: pointer;
}
.bapf_head.bapf_colaps_togl h3 {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.bapf_sfilter .bapf_head h3 {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 3rem;
}
.product-page__photo-thumbs {
	width: 100%;
}


.page-404 {
	padding: 16rem 0;
}
.page-404__container {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}
.page-404__container h2 {
	color: #000;
    font-size: 14.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.page-404__container a {
	padding: 2rem 5rem;
    border-radius: 3.3rem;
    background: #818E9E;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.catalog-block-repeat {
	width: 100%;
    max-width: 38.45rem;
    position: relative;
    background: linear-gradient(180deg, #FDE5E5 0%, rgba(255, 209, 166, 0.29) 100%);
	overflow: hidden;
	display: flex;
	padding-top: 9.1rem;
}
.catalog-block-repeat::before {
	content: '';
    position: absolute;
    bottom: -17.2rem;
    left: 0;
    width: 100%;
    height: 31rem;
    border-radius: 38.9rem;
    background: #808D9D;
}
.catalog-block-repeat > img {
	position: absolute;
    width: 27.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 1;
}
.catalog-block-repeat > p {
	color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: #FFF;
    padding: 1rem;
    position: absolute;
    z-index: 3;
    top: 1.5rem;
    left: 1.5rem;
}
.catalog-block-repeat__main {
	display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    max-width: 28.4rem;
    width: 100%;
    margin: 0 auto;
}
.catalog-block-repeat__main h3 {
	color: #304862;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
/* .catalog-block-repeat__main h3::before {
	content: '';
    background: #304862;
    width: 5rem;
    height: 0.3rem;
    display: flex;
    top: 1.7rem;
    position: absolute;
    left: 0;
}
.catalog-block-repeat__main h3::after {
	content: '';
    background: #304862;
    width: 5rem;
    height: 0.3rem;
    display: flex;
    top: 1.7rem;
    position: absolute;
    right: 0;
} */
.catalog-block-repeat__main p {
	color: #000;
	text-align: center;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.catalog-block-repeat__main h2 {
	color: #304862;
	text-align: center;
	font-size: 4.95rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.catalog-block-repeat-2 {
	width: 100%;
    position: relative;
    margin-top: 11rem;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #FFE8D3 0%, #D7E8FD 100%);
    padding: 5.5rem 0;
}
.catalog-block-repeat-2 > img:first-child {
	width: 32rem;
    position: absolute;
    left: 15.7rem;
    bottom: 0;
}
.catalog-block-repeat-2 > img:last-child {
	width: 43.8rem;
    position: absolute;
    right: 10.3rem;
    bottom: 0;
    top: 0;
    margin: auto 0;
}
.catalog-block-repeat-2__main {
	display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
}
.catalog-block-repeat-2__main h3 {
	color: #304862;
	text-align: center;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.catalog-block-repeat-2__main p {
	color: #000;
	text-align: center;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 33.2rem;
}



.woocommerce-MyAccount-navigation {
	display: none !important;
}

.lk {
	margin: 8rem 0 10rem 0;
}
.lk .woocommerce-MyAccount-content {
	display: flex;
    flex-direction: column;
    gap: 5rem;
}
.myaccount-orders {
	display: flex;
    flex-direction: column;
    gap: 5rem;
}
.myaccount-orders > h2 {
	color: #304862;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.myaccount-orders .shop_table.shop_table_responsive.my_account_orders {
	display: flex;
    flex-direction: column;
    gap: 5rem;
}
.myaccount-orders .order {
	display: flex;
	flex-direction: column;
    gap: 5rem;
    padding-bottom: 5rem;
    border-bottom: 0.1rem solid #808D9D;
}
.myaccount-orders .order-item {
	display: flex;
    align-items: center;
    gap: 10rem;
}
.myaccount-orders .order-item > a {
	display: flex;
}
.myaccount-orders .order-item > a img {
	width: 12.4rem;
    object-fit: contain;
}
.myaccount-orders .order-column {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.8rem;
	width: 100%;
    max-width: 50rem;
}
.myaccount-orders .order-column a {
	color: #304862;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.myaccount-orders .order-column p {
	color: #808D9D;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.myaccount-orders .order-column-2 {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.6rem;
}
.myaccount-orders .order-column-2 > p {
	color: #000;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.myaccount-orders .order-price {
	display: flex;
    flex-direction: column;
    gap: 0.3rem;
    align-items: flex-start;
}
.myaccount-orders .regular-price {
	color: #304862;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 125.9%;
}
.myaccount-orders .sale-price {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: line-through;
}

.myaccount-top {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}
.myaccount-top > h2 {
	color: #304862;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.woocommerce ul.order_details li {
	width: 100%;
}
.woocommerce ul.order_details {
    margin: 3rem 0;
    display: flex;
}
.myaccount-top__main .woocommerce-address-fields {
	background: #F5F5F5;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: self-start;
    padding: 4rem;
}
.myaccount-top__main .woocommerce-address-fields__field-wrapper {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.myaccount-top__main .woocommerce-address-fields__field-wrapper > p {
	padding: 0;
    margin: 0;
    width: 100%;
}
.myaccount-top__main .woocommerce-address-fields__field-wrapper > p label {
	display: none;
}
.myaccount-top__main .woocommerce-address-fields__field-wrapper > p input {
	color: #000;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #FFF;
	width: 100%;
	padding: 1.8rem 2.2rem;
}
.myaccount-top__main .woocommerce-address-fields__field-wrapper > p input::placeholder {
	color: #808D9D;
}
.myaccount-top__main .woocommerce-address-fields button {
	color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3.3rem;
    background: #818E9E;
    padding: 1.4rem 3rem;
}

#customer_login {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin: 5rem 0;
}
.woocommerce #customer_login .col-2, .woocommerce-page #customer_login .col-2 {
	width: 100%;
}
.woocommerce #customer_login .col-1, .woocommerce-page #customer_login .col-1 {
	width: 100%;
}
.woocommerce #customer_login::after, .woocommerce #customer_login::before, .woocommerce-page #customer_login::after, .woocommerce-page #customer_login::before {
	display: none !important;
}

.woocommerce #customer_login .col-1 > h2, .woocommerce #customer_login .col-2 > h2 {
	color: #304862;
	font-size: 3.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
	display: flex;
    flex-direction: column;
    gap: 2rem;
	background: #F5F5F5;
    padding: 3rem;
	min-height: 41rem;
    border-radius: 0;
}
.woocommerce form.login .form-row, .woocommerce form.register .form-row {
	padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.woocommerce form.login .form-row::before, .woocommerce form.login .form-row::after, .woocommerce form.register .form-row::before, .woocommerce form.register .form-row::after {
	display: none !important;
}
.woocommerce form.login .form-row label, .woocommerce form.register .form-row label {
	color: #304862;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.woocommerce form.login .form-row input, .woocommerce form.register .form-row input {
	color: #000;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.8rem 2.2rem;
	background: #FFF;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 2rem;
    top: 1.5rem;
}
.woocommerce form.login input::placeholder, .woocommerce form.register input::placeholder {
	color: #808D9D;
}
.woocommerce form.login .woocommerce-form__label-for-checkbox  {
	display: flex;
    align-items: center;
    gap: 2rem;
	margin-bottom: 2rem;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-right: 0;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3.3rem;
    background: #818E9E;
    padding: 1.4rem 3rem;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword.lost_password {
	color: #818E9E;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword.lost_password a {
	color: #818E9E;
}
.woocommerce-privacy-policy-text {
	margin-top: -1rem;
}
.woocommerce-privacy-policy-text p {
	color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce-privacy-policy-text a {
	color: #818E9E;
}
.woocommerce form.register .woocommerce-Button.woocommerce-form-register__submit {
	margin-right: 0;
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 3.3rem;
    background: #818E9E;
    padding: 1.4rem 3rem;
}
.woocommerce form.login .form-row:nth-child(3) {
	order: 3;
	margin-top: auto;
}
.woocommerce form.register .form-row:nth-child(5) {
	margin-top: auto;
}



.product-page__instructions {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    padding: 4rem;
}
.product-page__instruction {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.product-page__instruction-link {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.product-page__instruction-link img {
	width: 9rem;
}
.product-page__instruction-link p {
	color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-page__instruction-download {
	color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1092px) {
	.page-404 {
		padding: 10rem 0;
	}
	.page-404__container {
		gap: 4rem;
	}
	.page-404__container h2 {
		font-size: 14.8rem;
	}
	.page-404__container a {
		padding: 2rem 5rem;
		font-size: 1.8rem;
	}
	
	.catalog-block-repeat {
		max-width: 32.2rem;
        padding-top: 7.2rem;
	}
	.catalog-block-repeat::before {
		bottom: -24.9rem;
		height: 35.3rem;
		border-radius: 37.4rem;
	}
	.catalog-block-repeat > img {
		width: 21.8rem;
	}
	.catalog-block-repeat > p {
		font-size: 2.2rem;
		padding: 1rem;
		top: 1rem;
		left: 1.4rem;
	}

	.catalog-block-repeat-2 {
		margin-top: 1.5rem;
		height: 47.4rem;
		padding: 5.5rem 3.8rem 6.3rem 2.7rem;
	}
	.catalog-block-repeat-2 > img:first-child {
		width: 25.6rem;
        left: 2.8rem;
        bottom: auto;
        top: 1.4rem;
	}
	.catalog-block-repeat-2 > img:last-child {
		width: 29.4rem;
        right: 1.6rem;
        margin: 0;
        top: auto;
        bottom: 8rem;
	}
	.catalog-block-repeat-2__main {
		justify-content: space-between;
        align-items: flex-start;
        width: 100%;
	}
	.catalog-block-repeat-2__main h3 {
		max-width: 26.1rem;
		margin-left: auto;
	}
	.catalog-block-repeat-2__main p {
		max-width: 25.8rem;
	}
	
	
	
	.cart-page {
		margin: 4.2rem 0 4.8rem 0;
	}
	.cart-page__name {
		margin-bottom: 3.5rem;
		gap: 2rem;
	}
	.cart-page__title {
		font-size: 3.6rem;
	}
	.cart-page__count {
		font-size: 1.8rem;
		margin-bottom: 0.6rem;
	}
	.cart-products {
		gap: 1.5rem;
	}
	.woocommerce-cart-form__cart-item {
		gap: 5rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.checkout.woocommerce-checkout {
		position: relative;
	}
	#order_review {
		display: flex;
		flex-direction: column;
	}
	.woocommerce-cart-form__cart-item__right {
		flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-height: 25rem;
        gap: 3rem;
	}
	.woocommerce-cart-form__cart-item .product-remove {
		top: 1.5rem;
		right: 0;
	}
	.woocommerce-cart-form__cart-item .woocommerce-cart-form__cart-item__column {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2.8rem;
		max-width: 26.1rem;
	}
	.woocommerce-cart-form__cart-item__column-2 {
		gap: 0;
        margin-right: 5rem;
	}
	#customer_details.col2-set {
		margin-top: 3rem;
        margin-bottom: 3rem;
	}
	.woocommerce-billing-fields {
		padding: 2rem;
	}
	.woocommerce-billing-fields > h3 {
		margin-bottom: 2.5rem;
	}
	.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before {
		display: none;
	}
	.woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before {
		display: none;
	}
	.woocommerce-billing-fields__field-wrapper {
		gap: 1.5rem;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row::after, .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row::before {
		display: none;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input {
		padding: 1.8rem 2rem;
		font-size: 1.6rem;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row textarea {
		padding: 1.8rem 2rem;
		font-size: 1.6rem;
		min-height: 11.7rem;
		height: 11.7rem;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2), .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3) {
		max-width: none;
	}
	.woocommerce-billing-fields > p {
		color: #304862;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 66.3rem;
	}
	.woocommerce-billing-checkbox {
		margin-top: 2.8rem;
        margin-bottom: 4rem;
        display: flex;
        align-items: center;
	}
	.woocommerce-billing-checkbox label {
		font-size: 1.6rem;
		padding-left: 4.1rem;
	}
	.woocommerce-billing-checkbox input[type=checkbox]:before { 
		margin-top: -1.8rem;
	}
	#order_review_heading {
		display: none;
	}
	.shop_table.woocommerce-checkout-review-order-table {
		position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 2.4rem;
        order: 2;
		margin-top: 2.8rem;
		display: flex;
        flex-direction: column;
	}
	.shop_table-submit {
		margin: 0 auto;
		width: auto;
		padding: 1.4rem 3rem;
	}
	.woocommerce-checkout #payment {
		padding: 2.4rem 2rem;
	}
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		padding: 0;
		border: none;
		margin-top: 2rem;
	}
	#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
		color: #000;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
		display: none;
	}
	.woocommerce-cart-form__cart-item .product-price {
		gap: 0.3rem;
		margin-bottom: 3.6rem;
	}
	.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
		display: none;
	}
	.woocommerce-cart-form__cart-item .sale-price {
		color: #304862;
		font-size: 2.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 125.9%;
	}
	.woocommerce-cart-form__cart-item .regular-price {
		color: #000;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-decoration-line: line-through;
	}
	.woocommerce-cart-form__cart-item .product-quantity {
		display: flex;
		align-items: center;
		gap: 2.4rem;
	}
	.woocommerce-cart-form__cart-item .product-quantity > p {
		color: #000;
		font-size: 2rem;
		font-style: normal;
		font-weight: 400;
		line-height: 125.9%;
	}
	.product-quantity__buttons {
		display: flex;
		border-radius: 1rem;
		border: 0.1rem solid #E3C0A2;
		background: rgba(196, 196, 196, 0.00);
	}
	.product-quantity__buttons button:nth-child(1) {
		width: 4rem;
		height: 4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 0.1rem solid #E3C0A2;
	}
	.product-quantity__buttons button:nth-child(1) svg {
		width: 1.2rem;
		height: auto;
	}
	.product-quantity__buttons input {
		width: 4rem;
		color: #000;
		text-align: center;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 700;
		line-height: 0%;
		letter-spacing: 0.064rem;
		text-transform: uppercase;
	}
	.product-quantity__buttons input::-webkit-outer-spin-button,
	.product-quantity__buttons input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	.product-quantity__buttons input[type=number] {
	  -moz-appearance: textfield;
	}
	.product-quantity__buttons button:nth-child(3) {
		width: 4rem;
		height: 4rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-left: 0.1rem solid #E3C0A2;
	}
	.product-quantity__buttons button:nth-child(3) svg {
		width: 1.2rem;
		height: auto;
	}
	
	.lk {
		margin: 0rem 0 7rem 0;
	}
	.lk .woocommerce-MyAccount-content {
		gap: 4rem;
	}
	.myaccount-top, .myaccount-orders {
		gap: 3rem;
	}
	.myaccount-top__main .woocommerce-address-fields {
		gap: 2rem;
		padding: 2rem;
	}
	.myaccount-top__main .woocommerce-address-fields__field-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
	}
	.myaccount-orders .shop_table.shop_table_responsive.my_account_orders {
		gap: 3rem;
	}
	.myaccount-orders .order {
		gap: 3rem;
		padding-bottom: 3rem;
	}
	.myaccount-orders .order-item {
		gap: 5rem;
	}
	.myaccount-orders .order-item > a img {
		width: 10.4rem;
		min-width: 10.4rem;
	}
	.myaccount-orders .order-column {
		gap: 2.8rem;
		max-width: 33rem;
	}
	.myaccount-orders .order-column a {
    	font-size: 2.2rem;
	}
	.myaccount-orders .order-column-2 {
		gap: 2.6rem;
	}
	.myaccount-orders .regular-price {
    	font-size: 2.2rem;
	}
	#customer_login {
		grid-template-columns: repeat(1, 1fr);
	}
	
	
	.product-page__instructions {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem;
		padding: 2rem;
	}
}
@media screen and (max-width: 692px) {
	.page-404 {
		padding: 16rem 0;
	}
	.page-404__container {
		gap: 4rem;
	}
	.page-404__container h2 {
		font-size: 11.8rem;
	}
	.page-404__container a {
		padding: 1.8rem 3rem;
		font-size: 1.6rem;
	}
	
	.filter-button::after {
		width: 100%;
		left: 0;
	}
	
	.catalog-block-repeat {
		max-width: none;
		min-height: 50.4rem;
	}
	

	.catalog-block-repeat-2 {
		margin-top: 0;
		height: 86.2rem;
		padding: 4.1rem 3.7rem 31.9rem 3.7rem;
	}
	.catalog-block-repeat-2 > img:first-child {
		width: auto;
        height: 25.9rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: auto;
        top: 16.6rem;
	}
	.catalog-block-repeat-2 > img:last-child {
		width: 27rem;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 2rem;
	}
	.catalog-block-repeat-2__main {
        align-items: center;
	}
	.catalog-block-repeat-2__main h3 {
        margin-left: 0;
    }
	
	.cart-page {
        margin: 2rem 0 4rem 0;
    }
	.cart-page__name {
        margin-bottom: 2.5rem;
        gap: 0.8rem;
        flex-direction: column;
        align-items: flex-start;
    }
	.cart-page__title {
        font-size: 2.8rem;
    }
	.cart-page__count {
        margin-bottom: 0;
    }
	.woocommerce-cart-form__cart-item {
        gap: 1.5rem;
        flex-direction: column;
        align-items: center;
    }
	.woocommerce-cart-form__cart-item__right {
		flex-wrap: nowrap;
		max-height: none;
		gap: 2rem;
	}
	.woocommerce-cart-form__cart-item .product-name {
		text-align: center;
	}
	.woocommerce-cart-form__cart-item__column-2 {
        align-items: center;
        margin-right: 0;
    }
	.woocommerce-cart-form__cart-item .product-price {
        align-items: center;
        margin-bottom: 1.6rem;
    }
	.woocommerce-billing-fields {
        padding: 1.5rem 1rem;
        align-items: center;
    }
	.woocommerce-billing-fields > h3 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input {
        text-align: center;
    }
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row input::placeholder {
        text-align: center;
    }
	.woocommerce-billing-checkbox input[type=checkbox]:before {
        margin-top: -2.3rem;
    }
	.woocommerce-billing-checkbox label {
        font-size: 1.4rem;
        padding-left: 3.1rem;
    }
	.woocommerce-checkout #payment {
        padding: 1.5rem 1rem;
    }
	.woocommerce-checkout #payment > h2 {
		font-size: 2.8rem;
        text-align: center;
	}
	#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.shop_table.woocommerce-checkout-review-order-table {
        padding: 2.5rem 1.5rem;
        margin-top: 1.5rem;
    }
	.shop_table.woocommerce-checkout-review-order-table > h3 {
		margin-bottom: 1.5rem;
	}
	.shop_table.woocommerce-checkout-review-order-table .product-total {
		white-space: nowrap;
	}
	
	.woocommerce ul.order_details {
		flex-direction: column;
		gap: 2rem;
	}
	.woocommerce ul.order_details li {
		border-right: none;
	}
	
	
	.myaccount-top > h2, .myaccount-orders > h2 {
    	font-size: 2.6rem;
		text-align: center;
	}
	.myaccount-top, .myaccount-orders {
        gap: 2rem;
    }
	.myaccount-top__main .woocommerce-address-fields {
        gap: 2rem;
        padding: 1.6rem 1rem;
    }
	.myaccount-top__main .woocommerce-address-fields button {
    	width: 100%;
	}
	.myaccount-orders .shop_table.shop_table_responsive.my_account_orders {
        gap: 2rem;
    }
	.myaccount-orders .order {
        gap: 2rem;
        padding-bottom: 2rem;
    }
	.myaccount-orders .order-item {
        gap: 2rem;
        flex-direction: column;
        align-items: center;
    }
	.myaccount-orders .order-column {
        gap: 1.8rem;
        max-width: none;
        align-items: center;
    }
	.myaccount-orders .order-item > a img {
        width: 15.4rem;
        min-width: 15.4rem;
    }
	.myaccount-orders .order-price {
		align-items: center;
	}
	.myaccount-orders .order-column-2 {
		align-items: center;
	}
	.myaccount-orders .order-column a {
		text-align: center;
	}
	.woocommerce #customer_login .col-1 > h2, .woocommerce #customer_login .col-2 > h2 {
    	font-size: 2.6rem;
	}
	.woocommerce form.login, .woocommerce form.register {
		margin-top: 1rem;
		padding: 1.5rem 1rem;
		min-height: auto;
	}
	
	
	.product-page__instructions {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        padding: 2rem;
    }
	.product-page__instruction-link img {
		width: 7rem;
	}
	.product-page__instruction-link p {
		font-size: 1.6rem;
	}
	.product-page__instruction-download {
		font-size: 1.6rem;
	}
	.product-page__instruction {
		gap: 0.5rem;
	}
	._orientationRight__k9MH2.wrap__Me6ac {
    	bottom: 7rem;
	}

	.product-page__content > img {
		width: 27rem;
		margin-bottom: 3rem;
	}
	
}
.fancybox-container {
	z-index: 999999;
}
.woocommerce-checkout #payment {
	display: none !important;
}
.product-page__form-column .stock {
	display: none !important;
}
.woocommerce ul#shipping_method {
    padding-top: 1rem;
    border-top: 0.1rem solid #808D9D;
    margin-top: 1rem;
}
