*{
	padding: 0;
	margin: 0;
	border: 0;
}
*, *:before, *:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html, body{
	height: 100%;
	width: 100%;
	font-style: 100%;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea{font-family: inherit;}

input::-ms-clear{display:none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0;border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style-type: none;}
img{vertical-align: top;}

h1,h2, h3, h4, h5, h6{font-style: inherit;}


.wrapper{
    min-height: 100%;
    overflow: hidden;
    display: flex;
    min-height: 50px;
    width: 100%;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 20;
    top: -30%;
    background: linear-gradient(0deg, rgb(34, 34, 34) 0%, rgb(48, 48, 48) 100%);
    animation: down 1s ease 0s forwards;
}
@keyframes down {
    0%{
        top: -30%;
    }
    100%{
        top: 0%;
    }
}
._container{
    margin: 0 auto;
    width: 100%;
    min-height: 50px;
}

.header__container{
    width: 100%;
}

.header a {
    color:white;
    text-decoration: none;
    font-size: 1.2rem;
}
.top-header__menu {
    display: flex;
}
.menu-top-header__rows{
    padding: 1rem 2.5rem 0rem 1.5rem;
    display: flex;
    width: 100%;
    gap: calc(1px + 50 * (100vw / 1280));
    padding-top: calc(12px + 15 * (100vw / 1280));
}
@media (max-width: 1100px) {
    .menu-top-header__rows{
        gap: 0;
    }
}
.menu-top-header__list {
    min-width: 20rem;
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -1.5rem;
}
.phones-header__phone1{
    display: none;
}
.menu-top-header__item {
    font-weight: 700;
}
.menu-top-header__link:hover{
    color: skyblue;
}
.menu {
    display: none;
}
.body-header-logo img{
    position: relative;
    left: -5%;
    max-height: calc(20px + 60 * (100vw / 1280));
}
.body-header__actions {
    margin-top: -0.5rem;
}
a.actions-header__location {
    margin-top: 1rem;
    margin-left: 10.5rem;
}
.fa-location-dot {
    padding-right: 0.7rem;
}
.fa-phone {
    padding-right: 0.7rem;
}
.icon-menu{
    margin-top: 0.5rem;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    background-color: #141414;
    cursor: pointer;
}
.icon-menu span{
    position: absolute;
    background-color: #fff;
    left: 0px;
    width: 100%;
    height: 2px;
    top: 9px;
}
.icon-menu::before,
.icon-menu::after{
    content:'';
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: white;
}

.icon-menu::before{
    content:'';
    top: 0px;
}
.icon-menu::after{
    content:'';
    bottom: 0px;
}

.icon-menu._burger-icon-active span{
    transform: scale(0);
}
.icon-menu._burger-icon-active::before{
    transform: rotate(45deg);
    top: 9px
}
.icon-menu._burger-icon-active::after{
    transform: rotate(-45deg);
    top: 9px;
}
.lang{
    flex: 0 1 auto;
    position: relative;
    top: -1rem;
    align-items: flex-end;
}
.lang a{
    color: rgba(245, 245, 245, 0.5);
}
a.lang__active{
    color: skyblue;
    font-weight: 700;
    text-decoration: underline;
}
.lang__pass-items{
    display: flex;
}
.lang__item{
    padding: 0.25rem 0.5rem;
}
a.lang__pass1{
    position: relative;
    left: -18px;
}
a.lang__pass2{
    position: relative;
    left: -20px;
}
a.lang__pass1:hover,
a.lang__pass2:hover{
    text-decoration: underline;
    color: #fff;
}
@media (min-width: 580px) {  
    .header__small-block{
        display:none;
    }
}
@media(max-width: 992px) {
    .lang{
        display: none;
    }
    .menu-top-header__list li{
        display: none;
    }
    .menu-top-header__rows{
        padding: 1rem 1.5rem 0.5rem;
    }
    .actions-header{
        margin: 0 auto;
        margin-top: 0rem;
        display: flex;
        gap: 2rem;
    }
    a.actions-header__location{
        margin: 0;
    }
    .menu-top-header__list-1{
        position: relative;
        display: block;
        font-size: 4rem;
    }
    .phones-header__phone1{
        display: block;
        position: absolute;
        left: -2rem;
        top: -2rem;
        z-index: 80;
    }
    .menu-top-header__item a.phones-header__phone1{
        color: skyblue;
        font-weight: 700;
    }
    .menu-top-header__link:focus{
        color: skyblue;
    }
    .menu-top-header__item .phones-header__phone1{
        font-size: 1.5rem;
    }
    .menu-top-header__item a{
        font-size: 2rem;
    }
    .corner-header{
        display: flex;
    }
    .spoiler-lang__item {
        display: flex;
        background-color: transparent;
        color: white;
        position: absolute;
        right: 50px;
        top: -12px;
        padding: 1rem;
    }
    .spoiler-item-lang__title {
        display: flex;
        background-color: transparent;
        color: white;
        padding: 1rem 0.5rem 1rem 1rem;
        font-size: 1.3rem;
        transition: all 0.5s ease 0s;
    }
    .fa-solid.fa-chevron-up {
        font-size: 1rem;
        transform: rotate(180deg);
        position: relative;
        padding: 0.25rem 0.5rem;
        top: 0px;
        transition: all 0.5s ease 0s;
    }
    .spoiler-item-lang__title._active span{
        top: -1px;
        transform: rotate(90deg);
        transition: all 0.5s ease 0s;
    }
    .menu-lang__item {
        font-size: 1.3rem;
        padding: 0.2rem 1.2rem 0.2rem 0rem;
    }
    .icon-menu{
        position: absolute;
        top: 0.8rem;
        right: 2rem;
    }
    .menu{
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
        max-width: 1rem;
    }
    .menu._burger-menu-active .menu__body,
    .menu._burger-menu-active::before {
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .menu:before {
        content: '';
        position: absolute;
        top: 0;
        transition: all 0.3s ease 0s;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: linear-gradient(0deg, rgba(0, 113, 162, 0.574) 0%, rgb(15, 15, 15) 100%);
        z-index: 10;
    }
    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        overflow: auto;
        z-index: 40;
        padding: 3rem 2rem 3rem 3rem;
    }
    .menu__icon{
        z-index: 80;
    }
    .menu._burger-menu-active .menu__body:after{
        content: '';
        position: fixed;
        width: 100%;
        height: 50px;
        background-color: #141414;
        top: 0;
        left: 0;
        z-index: 49;
    }
    .menu-top-header__rows{
        padding-left: 0;
        display: block;
    }
    .body-header__actions{
        margin: 0 auto;
        padding: 0.5rem;
    }
    .body-header-logo img{
        position: relative;
        left: 0%;
    }
    .menu-lang__list{
        padding: 0.75rem 0 0 0;
    }
}
@media(max-width: 860px) {
    .actions-header{
        display: block;
    }
    .menu-top-header__rows{
        padding-top: 0.5rem;
    }
    .icon-menu{
        margin-top: 0;
    }
    .body-header-logo img{
        min-height: 4.2rem;
        left: 0%;
    }
    a.actions-header__location{
        margin: 0.5rem 0 0 5rem;
    }
    .spoiler-lang__item {
        top: -18px;
    }
}
@media(max-width: 650px){
    .actions-header{
        margin-left: 0;
        margin-right: 0;
    }
    a.phones-header__phone{
        font-size: 1.1rem;
    }
    .menu-top-header__rows{
        justify-content: flex-start;
    }
    .fa-phone{
        display: none;
    }
    .fa-location-dot{
        display: none;
    }
    .fa-solid.fa-chevron-up {
        padding: 0 0.2rem;
    }
}
@media(max-width: 580px){
    .menu-top-header__rows{
        padding-left: 0;
        padding-right: 0;
    }
    .actions-header{
        display: none;
    }
    a.phones-header__phone{
        font-size: 1.2rem;
    }
    .header__small-block{
        position: relative;
        left: -10%;
        display: block;
        background: linear-gradient(0deg, rgb(0, 113, 162) 0%, rgb(41, 41, 41) 100%);
        min-height: 3rem;
        width: 120%;
    }
    a.actions-header__location{
        margin: 0.5rem 0 0 1.5rem;
    }
    .fa-phone{
        display: none;
    }
    .fa-location-dot{
        display: none;
    }
    .body-header__actions-1{
        margin: 0 auto;
        padding: 0.5rem;
    }
    .actions-header-1{
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
    .actions-header__location {
        margin-left: 0;
    }
    .body-header-logo img{
        left: 0%;
    }
}
@media(max-width: 470px){
    .menu-top-header__item a.phones-header__phone1 span{
        display: none;
    }
}
@media(max-width: 340px){
    .spoiler-lang__item {
        display: flex;
        background-color: transparent;
        color: white;
        position: absolute;
        right: 50px;
        top: -12px;
        padding: 1rem;
    }
    .spoiler-item-lang__title {
        padding: 0.8rem 0;
        font-size: 1rem;
    }
    .fa-solid.fa-chevron-up {
        padding: 0rem 0.2rem;
        font-size: 0.8rem;
        top: 2px;
    }
    .spoiler-item-lang__title._active{
        padding: 0;
        font-size: 0.8rem;
        position: relative;
        left: 26px;
    }
    .spoiler-item-lang__title._active span{
        top: 0px;
        transform: rotate(180deg);
        transition: all 0.5s ease 0s;
    }
    .menu-lang__item{
        padding: 0rem 0.5rem 0rem 0rem;
        position: relative;
        left: -10px;
        top: 15px;
    }
    .menu-lang__item a{
        font-size: 0.8rem;
    }
}
@media(max-width: 320px){
    .phones-header__item a{
        font-size: 1rem;
    }
}






/*===================================
=====================================
=====================================
=====================================
=====================================
=====================================
=====================================*/



.page {
    width: 100%;
    height: 100%;
}

.parallax {
    background: url('../img/stage2.avif') center / cover no-repeat;
    padding-top: calc(15px + 30 * (100vw / 1280));
    padding-bottom: calc(15px + 15 * (100vw / 1280));
    position: relative;
    z-index: 1;
    min-height: 50rem;
}

.parallax__logob {
    position: absolute;
    z-index: 8;
    top: 30%;
    left: 25%;
    height: 30%;
    width: 30%;
    border: 3px solid goldenrod;
    background-color: wheat;
    transform: rotate(-20deg) skewX(50deg) scaleY(cos(50deg));
    animation: logo 4s 1s ease infinite;
}
.parallax__logo img{
    display: block;
    overflow: hidden;
    top: 30%;
    left: 25%;
    width: 30%;
    position: absolute;
    z-index: 3;
}

@keyframes up{
    0%{
        top: 0%;
    }
    100%{
        top: -120%;
    }
}
@keyframes left{
    0%{
        left: 0%;
    }
    100%{
        left: -190%;
    }
}
@keyframes right{
    0%{
        right: 0%;
    }
    100%{
        right: -190%;
    }
}
@keyframes chairs{
    0%{
        bottom: -100%;
    }
    50%{
        bottom: 1%;
    }
    100%{
        bottom: -100%;
    }
}
@keyframes stage{
    0%{
        top: 80%;
    }
    5%{
        top: -10%;
    }
    100%{
        top: 6%;
    }
}






/*==============================
================================
================================
================================
================================
================================
================================*/




.outer-wrapper{
	position: relative;
    z-index: 1;
    padding: 9rem 0;
    width: 100%;
	transform: translate(-80%,-80%);
	animation: rotateAnimation 15s ease infinite;
}
@keyframes rotateAnimation {
	0% {transform: rotateY(0deg);}
    50% {transform: rotateY(180deg);}
	100% {transform: rotateY(360deg);}
}
.img-container{
	transform: rotate(45deg);
	position: relative;
	height: calc(300px + 100 * (100vw / 1280));
	width: calc(300px + 100 * (100vw / 1280));
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 1060px) {
    .outer-wrapper{
        padding: 9rem 0;
    }
    .img-container{
        height: calc(300px + 250 * (100vw / 1280));
        width: calc(300px + 250 * (100vw / 1280));
    }
}
@media (max-width: 580px) {
    .outer-wrapper{
        padding: 13rem 0;
    }
    .img-container{
        height: calc(270px + 100 * (100vw / 1280));
        width: calc(270px + 100 * (100vw / 1280));
    }
}
.img-rhombus{
	overflow: hidden;
	height: 44%;
	width: 44%;
	display: inline-block;
	margin: 2%;
	padding: 0;
	border-radius: 10px;
}
.inner-wrapper {
	position: relative;
    z-index: 11;
	top: 100%;
	left: 100%;
	transform: translate(-85%,-85%);
	width: 160%;
	height: 160%;
	transition: transform 3s linear 1s;
}
.inner-wrapper:before{
    content: "";
	background: rgba(255,255,255,0.3);
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.3) 50%);
	transform: rotate(-45deg);
	position: absolute;
	width: 50%;
	height: 200%;
	z-index: 11;
	left: 40%;
}
.inner-wrapper img:hover{
	width: 110%;
	height: 110%;
    transition: all 0.3s 0s ease;
}
.inner-wrapper img {
	transform: rotate(-45deg);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    transition: all 0.3s 0s ease;
}






/*=======================================
=========================================
=========================================
=========================================
=========================================*/






.buttons {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 86%;
    z-index: 1;
    justify-content: space-between;
    animation: opacity 3s ease forwards;
}
@keyframes opacity {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.button-2{
    position: absolute;
    padding: 0.5rem;
    z-index: 10;
    justify-content: space-between;
    top: -75%;
    margin: 0 auto;
    animation: opacity 3s ease forwards;
}
.button__extra {
    background: url('../img/xmas_btn.jpg') center / cover no-repeat;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
}
.button-1,
.button-3 {
    margin: 0 1rem;
    display: flex;
    gap: 1rem
}
.wave-btn {
    width: 240px;
    height: 60px;
    border-radius: 0 0 10px 10px;
    transition: all 0.8s ease 0s;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #141414;
}
.wave-btn:hover{
    top: 3px;
    left: 2px;
    border-bottom: none;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
.wave-btn:hover .wave-btn__waves{
    top: -50px;
}
.wave-btn__text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding: 0 0.5rem;
    font-size: 1.05rem;
}
.wave-btn__waves {
    position: absolute;
    width: 280px;
    height: 280px;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    transition: all 0.8s ease 0s;
}
.wave-btn__waves:after,
.wave-btn__waves:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 250%;
    height: 250%;
    transform: translate3d(-50%,-96%,0) rotate(0deg) scale(1);
}
.wave-btn__waves::before {
    background-color: rgb(228, 194, 0);
    border-radius: 48%;
    overflow: hidden;
    animation: waves 5s infinite linear;
}
.wave-btn__waves::after {
    background-color: rgba(255, 215, 0, 0.5);
    border-radius: 44%;
    overflow: hidden;
    animation: waves 10s infinite linear;
}
.wave-btn__waves-2::before{
    background-color: rgb(81, 197, 201);
    animation: waves 5s infinite linear 0.2s;
}
.wave-btn__waves-2::after{
    background-color: rgba(81, 197, 201, 0.5);
    animation: waves 10s infinite linear 0.2s;
} 
.wave-btn__waves-3::before{
    background-color: rgb(255, 145, 255);
    animation: waves 5s infinite linear 0.4s;
}
.wave-btn__waves-3::after{
    background-color: rgba(255, 145, 255, 0.5);
    animation: waves 10s infinite linear 0.4s;
} 
.wave-btn__waves-4::before{
    background-color: rgb(167, 194, 76);
    animation: waves 5s infinite linear 0.6s;
}
.wave-btn__waves-4::after{
    background-color: rgba(167, 194, 76, 0.5);
    animation: waves 10s infinite linear 0.6s;
} 
.wave-btn__waves-5::before{
    background-color: rgba(255, 35, 35, 0);
    animation: waves 5s infinite linear 0.8s;
}
.wave-btn__waves-5::after{
    background-color: rgba(255, 120, 120, 0);
    animation: waves 10s infinite linear 0.8s;
}
.wave-btn__text-5 {
    font-weight: 800;
    font-size: 1.1rem;
}
@keyframes waves {
    0%{
        transform: translate3d(-50%,-96%,0) rotate(0deg) scale(1);
    }
    100%{
        transform: translate3d(-50%,-96%,0) rotate(360deg) scale(1);
    }
}
._long,
a._long{
    letter-spacing: 2px;
}
._long-s,
a._long-s{
    letter-spacing: 1px;
    font-size: 0.91rem;
}
._long-x,
a._long-x{
    letter-spacing: 4px;
    line-height: 1.3rem;
}
.wave-btn__waves-1 {
    background-color: orange;
}
.wave-btn__waves-1:hover{
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.9);
}
.wave-btn__waves-2 {
    background-color: #4973ff;
}
.wave-btn__waves-2:hover{
    box-shadow: 0 0 20px rgba(73, 115, 255, 0.9);
}
.wave-btn__waves-3 {
    background-color: rgb(216, 10, 216);
}
.wave-btn__waves-3:hover{
    box-shadow: 0 0 20px rgba(216, 10, 216, 0.9);
}
.wave-btn__waves-4 {
    background-color: rgb(119, 172, 40);
}
.wave-btn__waves-4:hover{
    box-shadow: 0 0 20px rgba(119, 172, 40, 0.9);
}
.wave-btn__text-5{
    color: rgb(218, 255, 216);
}
@media(max-width: 1060px) {
    .button-1,
    .button-2,
    .button-3{
        display: block;
    }
    .buttons{
        bottom: 500px;
        top: 78%;
    }
    .wave-btn{
        margin: 1rem 5rem;
    }
    .button-2{
        display: block;
        text-align: center;
        top: -70%;
    }
}
@media(max-width: 860px) {
    .wave-btn{
        margin: 1rem 3rem;
    }
}
@media(max-width: 800px) {
    .button__extra {
        padding: 0.7rem 1.2rem;
        border-radius: 8px;
        letter-spacing: 4px;
        font-size: 1rem;
    }
}
@media(max-width: 740px) {
    .wave-btn{
        margin: 1rem 1rem;
    }
}
@media(max-width: 610px) {
    .buttons{
        display: flex;
        flex-direction: column;
        top: 70%;
        justify-content: start;
        align-items: center;
    }
    .button-2{
        top: -62%;
        margin: 0 auto;
        display: block;
        align-items: center;
    }
    .wave-btn{
        height: 40px;
        margin: 0 0 0.2rem 0;
        width: calc(220px + 500 * (100vw / 1280));
    }
    .wave-btn__waves{
        width: calc(220px + 500 * (100vw / 1280));
    }
}
@media(max-width: 580px){
    .buttons{
        top: 75%;
    }
    .button-2{
        top: -59%;
    }
}



/*=======================================
=========================================
=========================================
=========================================
=========================================
=========================================*/







.show {
    background: url('../img/bgc-min.jpg') center / cover no-repeat;
    padding-top: calc(15px + 30 * (100vw / 1280));
    padding-bottom: calc(50px + 15 * (100vw / 1280));
    position: relative;
    z-index: 10;
}
.show__container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
}
.swiper {
    max-height: 100%;
    padding: 0 1.5rem;
    margin: -1rem;
}
.show__slide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    gap: 2rem;
    position: relative;
    padding-bottom: 1rem;
}
.product-card {
    height: 100%;
    background-color: #fff;
    min-width: 17rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease 0s;
    margin-left: 1rem;
    overflow: hidden;
    padding: 0 0 1.5rem 0;
}
.product-card:hover {
    box-shadow: 0px 4px 20px rgba(255, 98, 0, 0.8);
}
.product-card__image-ibg{
    background: url('../img/loading.gif') center / cover no-repeat;
    min-height: 22rem;
}
.product-card__image-ibg img{
    justify-content: center;
    text-align: center;
    height: 22rem;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.product-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
}
.product-card__title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
}
.product-card__link-title {
    color: #141414;
}
.product-card__info {
    flex: 1 1 auto;
    color: #ababab;
}
.info-product-card {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    line-height: 1.5rem;
}
.product-card__footer {
    border-top: 1px solid rgba(20, 20, 20, 0.5);
    padding: 0.7rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product-card__price {
    flex: 1 1 auto;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2rem;
}
.button {
    min-width: 100%;
    padding: 0.5rem;
    border-radius: 3px;
    color: white;
    font-size: 1.2rem;
    background-color: orange;
    text-align: center;
}
.button:hover{
    box-shadow: 0px 4px 20px rgba(255, 213, 0, 0.8);
    background-color: rgb(255, 191, 71);
}

._container-c{
    width: 85%;
    margin: 0 auto;
}
@media (max-width: 992px) {
    ._container-c{
        width: 90%;
    }
}
@media(max-width: 1370px) {
    .show__container {
        grid-template-columns: 1fr 2fr;
    }
    .product-card{
        max-width: fit-content;
    }
    .product-card__image-ibg img{
        min-width: 100%;
    }
}
@media(max-width: 1200px) {
    .product-card__image-ibg{
        min-height: 25rem;
    }
    .product-card__image-ibg img{
        height: 25rem;
    }
}
@media(max-width: 1020px) {
    .show__container {
        grid-template-columns: 1fr 1fr;
    }
    
}
@media(max-width: 780px) {
    .show__container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .show__body{
        text-align: center;
    }
    .product-card{
        max-width: fit-content;
        padding: 0 0 4rem 0;
    }
    .product-card__image-ibg img{
        min-width: 100%;
    }
    .button{
        min-width: 100%;
    }
}
@media(max-width: 425px){
    ._container-c{
        width: 95%;
    }
    .show__slide{
        padding-bottom: 0;
    }
    .product-card__image-ibg{
        min-height: 17rem;
    }
    .product-card__image-ibg img{
        height: 17rem;
    }
}
@media(max-width: 350px){

    .swiper {
        padding: 0rem;
        margin: -0.5rem;
    }
    .product-card {
        min-width: 15rem;
    }
}
.show__body{
    color: #fff;
    margin-right: calc(10px + 20 * (100vw / 1280));
}
.show__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    color: rgb(182, 55, 0);
    margin-bottom: calc(20px + 10 * (100vw / 1280));
}
.show__text {
    color: rgb(216, 83, 0);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.show__link {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: start;
}
.show__link:hover{
    color: #fff;
}
.show__slider {
    min-width: 0;
    max-width: 100%;
}
.show__slide{
    position: relative;
    margin-bottom: 4rem;
}
.show__slide .product-card{
    height: 90%;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    color: orange;
    font-size: 1.8rem;
}
.swiper-button-next::after{
    padding-left: 2.1rem;
}
.swiper-button-prev::after{
    padding-left: -2rem;
}
.swiper-pagination{
    position: absolute;
    display: flex;
    gap: 1rem;
    white-space: nowrap;
    justify-content: center;
}
.swiper-pagination-bullet{
    height: 1.2rem;
    width: 1.2rem;
    line-height: 1.2rem;
    font-size: 1rem;
    flex: 0 0 1.2rem;
    background-color: rgb(205, 50, 184);
}
.swiper-pagination-bullet-active{
    position: relative;
    background-color: rgb(255, 145, 0);
}
.swiper-pagination-bullet-active::before{
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    top: -0.3rem;
    left: -0.3rem;
    background-color: rgb(255, 173, 173);
    position: absolute;
    opacity: 0.5;
}
.swiper-pagination-bullet-active::after{
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    top: 0.2rem;
    left: 0.2rem;
    background-color: rgb(255, 231, 170);
    position: absolute;
    opacity: 1;
}
.show__dotts.swiper-pagination-bullets{
    text-align: center;
}
@media (max-width:690px) {
    .show__slide{
        margin-bottom: -2rem;
    }
}


/*=======================*/






/*===================================
=====================================
=====================================
=====================================
=====================================
=====================================*/



.content {
    background: url('../img/bgc1-min.jpg');
    position: relative;
    z-index: 10;
    padding-top: 2rem;
}
._container-b {
    max-width: 80%;
    margin: 0 auto;
    padding: 0rem 1rem 3rem;
}
@media(max-width: 992px) {
    ._container-b {
        max-width: 90%;
    }
}
.text__body {
    color: aliceblue;
    font-size: calc(18px + 10 * (100vw / 1280));
    line-height: calc(18px + 20 * (100vw / 1280));
    text-align: center;
}
.text__title {
    font-size: calc(18px + 20 * (100vw / 1280));
    line-height: calc(18px + 40 * (100vw / 1280));
    font-weight: 700;
    margin-bottom: 2rem;
}
.text__subtitle p{
    margin-bottom: 1rem;
}
.text__subtitle p:last-child{
    margin-bottom: 0;
}
.gallery {
    background: url('../img/bgc3-min.jpg');
    position: relative;
    z-index: 2;
    padding: 1rem 0;
}
.gallery__title {
    color: white;
    font-size: 2rem;
}
.gallery__title:hover{
    color: goldenrod;
}
.gallery__items {
    padding: 0.8rem 0 0 0;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.gallery__item{
    position: relative;
    padding: 0 0 85% 0;
    background: url('../img/loading.gif');
}
.gallery__item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 5000px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    }
}
@media(max-width: 3000px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    }
}
@media(max-width: 2700px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    }
}
@media(max-width: 2400px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
}
@media(max-width: 2100px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}
@media(max-width: 1810px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}
@media(max-width: 1515px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
@media(max-width: 1220px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}
@media(max-width: 950px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}
@media(max-width: 800px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
@media(max-width: 570px) {
    .gallery__items {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
@media(min-width: 570px) {
    .gallery__item_big {
        grid-column: span 2;
        grid-row: span 2;
    }
}


/*==================================
====================================
====================================
====================================
====================================
====================================*/




.footer__sections{
    width: 100%;
    background-color: #141414;
    position: relative;
    z-index: 5;

}
.footer__body {
    padding: 3rem 0;
}
.body-footer {
    display: grid;
    gap: 1rem;
}
.body-footer__row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.9rem, 1fr));
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.body-footer__row:last-child{
    border-bottom: none;
}
.spoiler-item-footer__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4rem;
    color: #fff;
    background-color: transparent;
    text-align: center;
}
.menu-footer__list,
.spoiler-item-footer__text {
    margin: 1rem 0;
}
.menu-footer__item {
    margin-bottom: 0.5rem;
}
.menu-footer__item:last-child {
    margin-bottom: 0rem;
}
.menu-footer__link,
.spoiler-item-footer__text {
    line-height: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3rem;
}
.menu-footer__link:hover{
    text-decoration: underline;
}
.fa-solid.fa-chevron-down{
    display: none;
    margin-left: 1rem;
}
.spoiler-item-footer__text a{
    color:goldenrod;
}
.spoiler-item-footer__text:hover a{
    text-decoration: underline;
}
.footer-subscribe {
    padding: 1rem 0;
}
.footer-subscribe__label {
    line-height: 1.4rem;
    font-size: 1.3rem;
    display: block;
    color: rgba(255, 255, 255, 0.8);
}
.footer-subscribe__line {
    display: flex;
    margin-top: 1rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.footer-subscribe__input {
    background-color: rgba(255, 255, 255, 0.05);
    height: 3.1rem;
    padding: 0 1.2rem;
    color: #fff;
    width: 100%;
    font-size: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-right: none;
}
.footer-subscribe__button {
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: goldenrod;
}
.fa-angle-right {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}
.social-footer {
    display: flex;
    gap: 1.5rem;
}
.social-footer__link img{
    height: 2rem;
}
.body-footer__rules {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}
.body-footer__copy {
    color: rgba(255, 255, 255, 0.8);
}
@media(max-width: 992px) {
    .body-footer__row {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        text-align: center;
    }
    .social-footer{
        justify-content: center;
        padding-bottom: 1rem;
    }
}
@media(max-width: 693px) {
    .body-footer__row {
        grid-template-columns: 1fr;
        gap: 1rem
    }
    .body-footer__row{
        padding-bottom: 0;
    }
    .spoiler-item-footer__title{
        display: flex;
        margin: 0 auto;
        padding-bottom: 0.5rem;
    }
    .fa-solid.fa-chevron-down._infooter{
        display: block;
    }
    .spoiler-item-footer__title._active span{
        transform: rotate(180deg);
    }
    ._container-b{
        position: relative;
        max-width: 100%;
        left: 0%;
        margin: 0 auto;
    }
}
@media(max-width: 300px) {
    ._container-b{
        position: relative;
        max-width: 100%;
        left: -3%;
        margin: 0 auto;
    }
}