.done{
	/* display: none; */
}
body {
margin: 0;
padding: 0;
font-family: "Circle-reg";
}
* {
box-sizing: border-box;
}
a {
cursor: pointer; 
text-decoration: none;
color: #333;
}
a, button {
outline: none;
}
button:hover {
cursor: pointer;
}
img {
width: 100%;    
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.button{
	border-radius: 8px;
	background:#FFF;

	max-width: 472px;
	width: 100%;

	padding: 20px 36px;

	

	margin-bottom: 100px;

	transition: all .5s ease-out;
	cursor: pointer;
}
.button a{
	color: #991E66;
	text-align: center;
	
	font-family: "Circle-bold";
	font-size: 30px;
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button.card{
	background:  #991E66;

	margin-top: 40px;
	margin: 40px auto 0;
}
.button.card a{
	color: #fff;
}
.title {
	font-family: "Circle-bold";
	font-size: 54px;
	line-height: 103.704%;
	color:#991E66;

	text-align: center;
	margin-bottom: 60px;
	margin-top: 160px;
}
.container {
margin: 0 auto;
max-width: 1580px; 
width: 100%;
text-align: center;
/*border: 1px solid #ddd;*/
}
.container-center{
	max-width: 1306px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.products h3 {
margin-bottom: 10px;
padding-left: 5px;
text-align: left;
text-transform: uppercase;
font-size: 36px;
font-weight: 400;
width: 100%;
}
/* slider*/
.swiper-wrapper {
height: auto;
}
.swiper-slide { 
width: auto; 
height: auto;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev {
left: 0;
}
.swiper-button-prev, .swiper-button-next {
color: #A2A7B5;
}

.empty {
max-width: 256px;
height: 1px;
width: 100%;
}
.tab-links_wrap .show-more  {
display: none;
}
a.show-more_btn {
display: block;
font-size: 18px;
color: #fff;
position: relative;
transition: 0.5s ease;
}
a.show-more_btn:before {
content: '';
position: absolute;
right: -35px;
width: 40px;
height: 10px;
background: url(../img/arrow.png) no-repeat center;
background-size: contain;
bottom: 7px;
}

/* products ********************************************************/
.products-wrap {
margin: 0 auto;
position: relative;
/* max-width: 1520px; */
max-width: 1414px;
width: 100%;
}
.product-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.product-item {
margin: 10px;
position: relative;
max-width: 220px;
width: 220px;
/* height: 400px; */
border-radius: 7px;
background: #fff;
transition: all 0.2s ease;
box-shadow: 0px 0px 10px rgb(31 26 26 / 32%);
}
.product-item:hover {
transform: scale(1.02);
}
.product-item .preview {
position: relative;
min-height: 317px;
width: 100%;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.label {
background: url(../img/label.png) no-repeat center;
width: 60px;
height: 70px;
position: absolute;
top: -15px;
right: 0;
}
span.brand {
color: #000;
font-weight: normal;
font-size: 12px;
text-transform: capitalize;
}
span.add-to-cart {
position: absolute;
width: 23px;
height: 22px;
z-index: 100;
display: flex;
align-items: center; 
justify-content: center;
bottom: 0;
right: 8px;
top: 0;
}
.info {
position: relative;	
display: flex;
align-items: center;
}
.name {
font-size: 12px;
font-weight: 800;
color:rgba(0, 0, 0, 0.8);;
}
.dot {
position: relative;	
display: flex;	
align-items: center;	
margin: 0 4px;
width: 	3px;
height: 10px;	
}
.dot:before {
content: '.';
position: absolute;
top: -10px;
}
.article {
font-size: 12px;
}
.product-bottom {
position: relative;
padding: 0 8px 11px;	
}
.price > div:first-child {
display: flex;
min-height: 17px;
}
.old-price { 
margin-right: 5px;
color: #A2A7B5;
font-size: 12px;
text-decoration: line-through;
font-family: Tahoma;
}
.sale {
font-size: 12px;
color: #9F1A6E;
}
.new-price {
text-align: left;
font-size: 16px;
font-weight: 800;
color: #991E66;
}
.reviews-count, .number {
font-size: 12px;
font-weight: 800;
}
.bought-count {
display: flex;
margin-bottom: 20px;
font-size: 12px;
}
.colors {
display: flex;
justify-content: flex-end;	
}
.colors .item {
width: 8px;
height: 8px;
margin-right: 4px;
border-radius: 50%;
border: 1px solid rgba(205, 207, 216, 0.5);
}
.bought-count .number {
margin-right: 7px;
}
b.promo {
color: #fff;
}
.action-buttons {
margin: 20px 0 0px;
width: 100%;
padding-left: 0;
text-align: center;
}
.btn {
display: inline-block;
color: #fff;
background: #9F1A6E;
padding: 13px;
max-width: 300px;
width: 100%;
text-align: center;
border-radius: 7px;
font-size: 18px;
font-family: 'Circle-reg', serif;
border: none;
margin: 10px;
}
.btn.colo{
background-color: #fff;
color: #991E66;
border: 1px solid #991E66;
border-radius: 8px;
}
.swiper-button-prev-1{
position: absolute;
content: '';
background-image: url(../img/arrow-left.svg);
left: 12px;
top: 50%;
transform: translate(0, -50%);
/* margin-top: calc(200px - (var(--swiper-navigation-size) / 2)); */
background-repeat: no-repeat;
width: 54px;
height: 54px;
/* height: var(--swiper-navigation-size); */
/* margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); */
z-index: 10;
cursor: pointer;
}
.swiper-button-next-1{
position: absolute;
content: '';
background-image: url(../img/arrow-right.svg);
right: 0px;
top: 50%;
/* margin-top: calc(200px - (var(--swiper-navigation-size) / 2)); */
transform: translate(0, -50%);
background-repeat: no-repeat;
width: 54px;
height: 54px;

/* height: var(--swiper-navigation-size); */
/* margin-top: calc(50% - (var(--swiper-navigation-size) / 2)); */
z-index: 10;
cursor: pointer;
}
/* .container .swiper-button-next-1{
	right: 0px;
} */
section.answers {
	padding: 16px 0 62px;
	width: 100%;
	background: #0F6BDF;
}
.answers__h2 {
	padding: 0;
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 60px 0;
	letter-spacing: 0.02em;
}
.answers__accordion {
	display: block; 
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	font-size: 20px;
}
.answers__item {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.answers__title {
	position: relative;
	 padding: 30px 50px 30px 26px;
	 background: #9DD7FC;
	text-align: left;
	margin-bottom: 1px;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 8px;
}
.answers__title:before {
	position: absolute;
	content: '';
	width: 30px;
	z-index: 90;
	height: 26px;
	/* right: 35px; */
	right: 20px;
	transform: rotate(0deg);
	background: url(../img/arrow.svg) no-repeat center;
	background-size: 100%;
}
.answers__item .answers__text {
	font-size: 18px;
	line-height: 27px;
	max-height: 0;
	overflow-y: hidden;
	transition: .2s ease;
	padding: 0 20px;
}
.answers__item.active .answers__text {
	/* max-height: 220px; */
	max-height: inherit;
	padding: 20px 20px 0px 20px;
}
.answers__item.active .answers__title:before {
	transform: rotate(-90deg);
}
.answers__text a {
	color: #991E66;
}
.answers__info {
	background: #368DFC;
	padding: 20px 0 40px;
}
.answers__info-title {
	font-family: "Circle-bold";
	font-size: 24px;
	line-height: 231.9%;
	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
	margin-bottom: 10px;
}
.answers__info-text {
	font-family: "Circle-reg";
	font-size: 16px;
	line-height: 231.9%;
	/* or 37px */

	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;

	margin-bottom: 20px;
}
.answers__info-text a{
	font-family: "Circle-bold";
	color: #FFFFFF;
}
.answers__info-thanks {
	font-family: "Circle-bold";
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
}
/*media ************************************************************************************/
@media (min-width: 1921px){
	section.answers{
		background-size: cover;
	}
}
@media (max-width: 1280px) {
.products {
/* padding: 0 80px; */
}
}
@media (max-width: 1280px) {
	.wrap {
		display: flex; 
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		}
	.products-wrap .swiper{
		max-width: 1085px;
	}
	.products-wrap{
		max-width: 1152px;
	}
}
@media (max-width: 1024px) {
	.products-wrap .swiper {
		max-width: 885px;
	}
}
@media (max-width: 940px){
	.marquee{
		height: 32px;
	}
	.moving-strip{
		font-size: 20px;
	}
}
@media (max-width: 920px){

	.products-wrap .swiper{
		max-width: 823px;
	}
	/* .buttons{
		flex-direction: column;
		align-items: center;
		gap: 40px;
	} */
}
@media (max-width: 823px){
	.products-wrap .swiper{
		max-width:  650px;
	}
	.products-wrap{
		max-width: 720px;
	}
	.answers__title   {
		font-size: 22px;
 }
 .answers__h2 {
		font-size: 46px;
}
.answers__accordion, .variants {
	padding: 0 35px;
	max-width: 709px;
}

.answers__item .answers__text {
	font-size: 16px;
	line-height: 24px;
}
.answers__h2{
	font-size: 36px;
	}
	.answers__title{
		font-size: 20px;
	}
	.answers__info-text{
		max-width: 428px;
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 770px) {
.empty {
display: none;
}
.btn-more-wrap {
padding: 0;
margin: 20px 0 40px;
}
a.btn {
margin: 10px;
}
}

@media (max-width: 600px){
	.header__wrapper{
		/* padding-top: 27px;
		padding-left: 33px; */
	}
	.products-wrap{
		max-width: 520px;
	}
	.products-wrap .swiper{
		max-width: 480px;
	}
	.swiper-button-prev-1{
		left: 0;
	}
	.answers__h2{
		margin: 50px auto;
		width: 90%;
		font-size: 24px;
		}
.answers__accordion, .variants {
	max-width: 526px;
	padding: 0 20px;
}
.answers__title {
		display: flex;
		align-items: center;
		min-height: 60px;
		padding: 10px 50px 10px 20px;
}
.answers__title:before {
		/* display: none; */
}
.answers__item .answers__text, .answers__item .answers__title {
		font-size: 14px;
}
.answers__item.active .answers__text {
		max-height: inherit;
}
.answers__info-title{
	font-size: 20px;
}
.answers__info-text{
	max-width: 232px;
	line-height: 164%;
}
.answers__info-text a{
	display: block;
}
.answers__info-text,
.answers__info-thanks{
	font-size: 14px;
}

}
@media (max-width: 540px){
.marquee{
	height: 28px;
}
.moving-strip{
	font-size: 16px;
}

}
@media (max-width: 421px){
	.product-item{
	/* height: unset; */
	/* height: 350px; */
	}
	.swiper-button-prev-1{
	left: 0;
	}
	.swiper-button-next-1{
	right: 0;
	}
	/* .container-center{
		max-width: 388px;
	} */
	.products-wrap{
		max-width: 400px;
	}
	.products-wrap .swiper{
		max-width: 350px;
	}
	.swiper-button-prev-1{
		left: 2px;
	}
	.answers__h2{
		margin: 40px auto;
		width: 90%;
		font-size: 24px;
}
.answers__accordion, .variants{
	max-width: 390px;
	/* max-width: 270px; */
}
}
@media (max-width: 421px){
	.product-item{
	/* height: unset; */
	/* height: 350px; */
	}
}
@media (max-width: 420px) { 
.dot {
margin: 0 3px;
width: 0;
}
.info {
min-height: 50px;
line-height: 16px;
}
.product-bottom {
padding-bottom: 0;
}
.products {
padding-left: 0px; 
}
.products.top {
margin-top: 0;
}
.product-bottom {
padding: 0 8px 0;
}
.products h3 {
font-size: 16px;
text-align: start;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 25px;
}
.but{
	display: flex;
	/* justify-content: start; */
	margin: 40px 0 0 0;
	padding-bottom: 55px;
	/* padding-left: 20px; */
}
.but__button{
	width: 245px;	
	background: #991E66;
	border-radius: 8px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

}

@media (max-width: 420px) {
a.show-more_btn {
margin: 0 auto;
}
a.show-more_btn:before {
left: 50%;
top: 40px;
transform: translate(-50%); 
}
.wrap {
	display: flex; 
	justify-content: center;
	align-items: center;
	}
	
.products h3 {
font-size: 24px;
}
.product-item {
max-width: 164px;
margin: 7px;
} 
.product-item .preview {
min-height: 237px;
}
.dot {
margin: 0 3px;
width: 0;
}
.info {
min-height: 35px;
line-height: 16px;
}
.product-bottom {
padding-bottom: 0;
}

a.btn {
max-width: 100%;
width: 90%;
margin: 10px 0;
}
section.main .bottom {
margin-top: 0;
}

.swiper-button-prev:after, .swiper-button-next:after {
font-size: 25px;
}
}
@media (max-width: 393px){
	.products-wrap .swiper{
		max-width: 310px;
	}
}

@media (max-width: 380px){
	.swiper-button-prev-1{
		left: 0;
	}
}
@media (max-width: 360px){
	.products-wrap{
		max-width: 337px;
	}
	.products-wrap .swiper{
		max-width: 290px;
	}
}

@media (max-width: 340px) {
	.answers__h2{
		margin: 30px auto;
		width: 90%;
		font-size: 17px;
}
.answers__accordion, .variants{
	/* max-width: 390px; */
	max-width: 270px;
}
.answers__item .answers__text, .answers__item .answers__title{
	font-size: 12px;
}
.answers__info-text, .answers__info-thanks{
	font-size: 13px;
}
.answers__info-title{
	font-size: 16px;
}
.answers__info-text {
	max-width: 139px;
}
}

span.brand {
color: #000;
font-weight: normal;
font-size: 12px;
text-transform: capitalize;
}
span.add-to-cart {
position: absolute;
width: 23px;
height: 22px;
z-index: 100;
display: flex;
align-items: center; 
justify-content: center;
bottom: 0;
right: 8px;
top: 0;
}
.info {
position: relative;	
display: flex; 
align-items: flex-start;
flex-direction: column;
}
.name {
font-size: 12px;
font-weight: 800;
color:rgba(0, 0, 0, 0.8);;
}

.article {
font-size: 12px;
}
.product-bottom {
position: relative;
padding: 0 8px 0;	
}
.price > div:first-child {
display: flex;
min-height: 17px;
}
.old-price { 
margin-right: 5px;
color: #A2A7B5;
font-size: 12px;
text-decoration: line-through;
font-family: Tahoma;
}
.sale {
font-size: 12px;
color: #9F1A6E;
}
.new-price {
text-align: left;
font-size: 16px;
font-weight: 800;
color: #991E66;
}
.reviews-count, .number {
font-size: 12px;
font-weight: 800;
}
.bought-count {
display: flex;
margin-bottom: 20px;
font-size: 12px;
}
.colors {
display: flex;
justify-content: flex-end;	
}
.colors .item {
width: 8px;
height: 8px;
margin-right: 4px;
border-radius: 50%;
border: 1px solid rgba(205, 207, 216, 0.5);
}
.bought-count .number {
margin-right: 7px;
}
b.promo {
color: #fff;
}




/*media ************************************************************************************/

.swiper {
	max-width: 1296px;
}
