body {
	background-color: white;
}

.card {
	display: flex;

}

.card-slider {
	width: 592px;
	height: 490px;
	margin-right: 60px;
	display: flex;
	flex-direction: column-reverse;
}

.store {
	padding-bottom: 90px;
}

.card-info {
	width: calc(100% - 592px - 60px);
	padding-right: 62px;
}

.slider-nav {
	width: 489px;
	/* margin-right: 20px; */
	display: flex;
	margin-top: 20px
}

.slider-nav__item {
	height: 82px;
	width: 80%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid #D9D9D9; */
	border-radius: 4px;
	cursor: pointer;
}

.slider-nav__item:not(:last-child) {
	margin-bottom: 20px;
}

.slider-nav__item img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px
}

.slider-block {
	overflow: hidden;
	width: calc(100% - 82px - 20px);
	background-color: #fff;
	/* border: 1px solid #D9D9D9; */
	border-radius: 4px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide img {
	max-width: 115%;
	max-height: 107%;
	/* border-radius: 10px  */
}

.vendor {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #112D32;
	margin-bottom: 9px;
}

.werde {
	margin-top: 12px;
	text-align: left;
	font-size: 18px;
	color: #363232;
	line-height: calc(1);


}
.ch_werde{
	font-size: 25px;
	text-align: center;

}
.ch_werde_opus{
	font-size: 25px;
	text-align: left;
}
.dert {
	color: #205555;
}

.cortr {
	color: #ff8087;
}

.redttq {
	color: #fff;
}

.redr {

	font-size: 24px;
	color: #205555;

}

.testimonials {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.testimonials__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #5D71DD;
	border-bottom: 1px solid #5D71DD;
}

.rating {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.rating img:not(:last-child) {
	margin-right: 4px;
}

.available {
	display: flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #808080;
}

.price {
	display: flex;
	margin-bottom: 7px;
	align-items: center;

}

.price__current {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	color: #4D4D4D;
	margin-right: 10px;
}



.price__old {
	font-size: 18px;
	line-height: 25px;
	color: #808080;
	text-decoration: line-through;
	transform: translateY(-5px);
}

.price_rec {
	font-size: 18px;
	line-height: 25px;
	color: #808080;
	text-decoration: line-through;
	transform: translateY(-5px);
	margin-left: 12px;
}



.btn-center {
	text-align: center;
}

.buy-2 {
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 50.65) 100%);
	width: 100%;
	height: 45px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	border: solid 0.5px;
}

.buy-2:hover {
	background-color: #D9D9D9;

}

.modal-open {
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #5D71DD;
	border-bottom: 1px solid #5D71DD;
}

.title {
	font-family: CalSans;
	text-align: center;
	font-size: 27px;
	line-height: 1.2;
	padding-bottom: 19px;
	padding-top: 24px;
	display: flex;
    flex-direction: column;
}

.title_cont {
	font-family: CalSans;
	font-size: 27px;
	line-height: 1.2;
}

.title_none_ver {
	display: none;
	font-family: CalSans;
	font-size: 27px;
}



@media (max-width: 1230px) {

	.card {
		width: 100%;
		display: flex;
		align-items: center;
	}


}

.card-slider {
	width: 450px;
	height: 490px;
	margin-right: 5px;
	
	margin-top: 45px;
	display: flex;
	align-items: center;
}

.card-info {
	width: calc(100% - 536px - -100px);

}


.price {
	display: flex;
	width: 100%;
	justify-content: center;

}

.price__current {
	font-size: 27px;
	min-width: 120px;
	margin-left: 65px;
}



@media (max-width: 1092px) {
	.card {
		width: 90%;
		display: flex;

	}

	.card-slider {
		width: 470px;
		height: 490px;
		margin-right: 5px;

	}

	.card-info {
		width: calc(100% - 536px - -100px);

	}

	.slider-nav {
		/* width: 60px; */
		margin-right: 5px;
	}

	.price {
		display: flex;
		width: 100%;
	}

	.price__current {
		font-size: 27px;
		min-width: 120px;
		/* margin-right: 1px; */
		margin-left: 20px;
		color: black !important;
	}
}

@media (max-width: 991.98px) {
	.card {
		display: flex;
		/* flex-direction: column; */
		justify-content: center;

	}

	.card-slider {
		width: 416px;
		height: 490px;
		margin-right: 5px;
		margin-top: 45px;
		display: flex;
		align-items: center;
	}

	.card-info {
		margin-top: 20px;
		/* margin-left: 12%; */
		width: 50%;

	}

	.slider-nav {
		width: 60%;
		margin-right: 5px;
	}

	.slider-block {
		width: calc(100% - 35px - 20px);
	}

	.available {
		width: 100%;

	}


	.title_cont {
		/* display: none; */
	}

	.title_none_ver {
		display: contents;

	}

	.contacts-footer__link {
		padding-left: 0;
		font-size: 13px;
		line-height: 1px;
	}

	.body-footer__center {
		display: flex;
		flex-direction: column;
	}

}

/*  */


@media (max-width: 767.98px) {
	.card {
		margin: 0 auto;
		display: grid;
		justify-items: center;
	}

	.lett {}

	.buy {
		width: 100%;
	}

	.card-slider {
		width: 418px;
		height: 490px;
		margin-right: 5px;
	}

	.card-info {
		width: calc(100% - 0px - 60px);
	}

	.slider-nav {
		width: 533px;
		margin-right: 5px;
	}

	.slider-block {
		width: calc(100% - 35px - 20px);
	}
}

@media (max-width: 600px) {
	.card {
		margin: 0 auto;
		display: grid;
		justify-content: center;
	}


	.card-slider {
		width: 418px;
		height: 490px;
		margin-right: 5px;
		display: flex;
		align-items: center;
	}

	.card-info {
		width: calc(100% - 0px - 60px);
		/* padding-right: 19px; */
	}

	.slider-nav {
		width: 443px;
		margin-right: 5px;
	}

	.vendor {

		font-size: 15px;
	}

	.slider-block {
		width: calc(100% - 35px - 20px);
	}
}

@media (max-width: 560px) {
	.card {
		margin: 0 auto;
		display: grid;
		justify-content: center;
	}


	.card-slider {
		width: 434px;
		height: 490px;
		margin-right: 5px;
		display: flex;
		align-items: center;
	}

	.slider-nav__item {

		width: 100%;
	}

	.card-info {
		width: calc(100% - 0px - 60px);
		padding-right: 19px;
		/* padding-right: 62px; */
		margin: 0 auto;

	}


	.slider-nav {
		width: 377px;
		margin-right: 5px;
	}

	.slider-block {
		width: calc(100% - 35px - 20px);
	}

	.price {

		width: 100%;
		display: flex;
		/* justify-content:flex-end; */

	}
}

@media (max-width: 479.98px) {
	.card {
		margin: 0 auto;
		display: grid;
		justify-content: center;
	}

	.store {
		padding-top: 5px;

	}

	.slider-nav__item {

		width: 100%;
	}

	.buy {
		width: 100%;
	}

	.buy-1 {
		width: 80%;
	}

	.card-slider {
		width: 364px;
		height: 410px;
		margin-right: 5px;
		margin-top: 30px;
		display: flex;
		align-items: center;
	}

	.card-info {
		width: calc(100% - 0px - 60px);
		padding-right: 0px;
		margin: 0 auto;
		margin-top: 15px;
	}

	.slider-nav {
		width: 307px;
		margin-right: 5px;
	}

	.slider-block {
		width: calc(100% - 35px - 20px);
	}

	.price__old {
		font-size: 15px;
		padding-left: 10px;

	}

	.brands__items {
		grid-template-columns: repeat(1, auto);
	}

	@media (max-width: 360px) {
		.nomer-w {
			display: none;
		}
	}

}

hr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 14px 12px -10px rgb(136 189 188);

}

@media (max-width: 479.98px) {
	.brands__items {

		justify-content: center;
		flex-direction: column;
	}

	.title_none_ver {
		display: contents;
		/* width: 307px; */
		margin: 0 auto;
	}

	.redsw {}
}



.callback-bt {
	background: #ff8087 !important;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(253, 62, 56, 0.3);
	cursor: pointer;
	border: 2px solid transparent;
	display: block;
	height: 75px;
	width: 75px;
	text-align: center;
	position: fixed;
	right: 8%;
	bottom: 18%;
	z-index: 999;
	transition: .3s ease-in-out;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}

.callback-bt:hover {
	background: #fff;

	border: 2px solid #ff8087;
}

.callback-bt .text-call {
	height: 75px;
	width: 75px;
	border-radius: 50%;
	position: relative;
}

.callback-bt .text-call:after {
	content: "\f095";
	display: block;
	font-family: fontawesome;
	color: #fff;
	font-size: 38px;
	line-height: 75px;
	height: 75px;
	width: 75px;
	opacity: 1;
	transition: .3s ease-in-out;
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
	opacity: 0;
}

.callback-bt .text-call span {
	color: #FFFFFF;
	display: block;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	opacity: 0;
	font-size: 11px;
	line-height: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s ease-in-out;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
	opacity: 1;
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(255, 13, 0, 0.561), 0 0 0 0 rgba(253, 62, 56, 0.966), 0 0 0 0 rgb(253, 82, 56)
	}

	40% {
		box-shadow: 0 8px 10px rgba(255, 13, 0, 0.561), 0 0 0 0 rgba(253, 62, 56, 0.966), 0 0 0 0 rgb(253, 79, 56)
	}

	80% {
		box-shadow: 0 8px 10px rgba(255, 13, 0, 0.561), 0 0 0 0 rgba(253, 62, 56, 0.966), 0 0 0 0 rgb(253, 79, 56)
	}

	100% {
		box-shadow: 0 8px 10px rgba(255, 13, 0, 0.561), 0 0 0 0 rgba(253, 62, 56, 0.966), 0 0 0 0 rgb(253, 79, 56)
	}
}

/* */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

/* */


@media (max-width : 767.98px) {
	.callback-bt {
		bottom: 70px;
		left: 30px;
	}
}

.hol-per {
	width: 100px;
	width: 100px;
	z-index: 1;
	display: block;
	position: relative;
}

.body-footer__column_left {
	display: flex;
	display: flex;
	justify-content: space-around;
}

.body-footer__center {
	display: flex;
	align-items: flex-start;
}

.body-footer__raid {

	display: flex;
	flex-direction: column;
}

.form {
	max-width: 18.75rem;
	margin: 0 auto;
	display: grid;
	gap: 0.9375rem;
}

.form__input {
	background-color: #e6e6e6;
	width: 100%;
	padding: 0.625rem;
	height: 2.5rem;
	color: black;
	font-size: 18px;
	border-radius: 4px;
	transition: all 0.5s ease 0s;
}

textarea.form__input {
	height: 6.25rem;
	color: black;
}

/* .form__button {
	background-color: #858585;
	height: 2.5rem;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 0px 19px 19px;

} */
.form__button {
line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgb(54 50 50);
    /* width: 85%; */
    height: 45px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 20px;
	height: 2.5rem;
}
.form__button:hover {
	background-color:  rgba(54, 50, 50, 0.7);
}

.bacrtec {
	background-color: #90bea4;
	border-bottom: 1px solid #90bea4;
	border-top: 1px solid #90bea4;
}

.store_verh {
	padding-top: 0px;

}

.ttrer {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: black;
	font-family: "BravoRGRegular";
	font-size: 50px;
	text-transform: uppercase;
}

.why {
	
	padding-bottom: 90px;
}
.marg_c{
margin-right: -17px;
}
.reter_heder{
margin: 0;
}