@charset "UTF-8";

.home-offers {
	margin-bottom: 40px;
}

.home-advice-cards .swiper-wrapper,
.home-offers .swiper-wrapper {
	height: unset;
}

.fancybox-content {
	height: 100% !important;
	margin: 0;
}

.fancybox-iframe {
	background-color: transparent;
}

.fancybox-slide > * {
	background-color: transparent;
}

.price-old {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #8D9EAF;
	text-decoration: line-through;
}

.price-old img {
	position: absolute;
	width: 100%;
	height: 20px;
	-o-object-fit: fill;
	object-fit: fill;
	left: 0;
}

.home .banner-top {
	margin-bottom: 40px;
}

.slider-container {
	position: relative;
}

.home .banner-top .swiper-container {
	height: 265px;
	border-radius: 25px;
}

.home .banner-top .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
}

.home .banner-top .swiper-container .swiper-slide.banner-1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container {
	width: 300px;
	margin: 30px 60px;
	color: #fff;
}

.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-text {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 20px;
}

.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 220px;
	height: 37px;
	border: 3px solid #fff;
	border-radius: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.2em;
	background-color: transparent;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a:hover {
	background-color: #4F728E;
}

.home .banner-top .swiper-container .swiper-pagination {
	text-align: center;
}

.home .banner-top .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

@media (max-width: 1200px) {
	.home .banner-top .swiper-container {
		height: 180px;
		border-radius: 30px;
	}
	
	.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-text {
		line-height: 128%;
		margin-bottom: 6px;
	}
	
	.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a {
		height: 25px;
	}
}

@media (max-width: 992px) {
	.home .banner-top {
		margin-bottom: 30px;
	}
	
	.home .banner-top .swiper-container {
		height: 137px;
		border-radius: 20px;
	}
	
	.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-text {
		font-size: 1.4em;
	}
	
	.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a {
		height: 18px;
		width: 180px;
		border: 1px solid #fff;
		font-size: 1em;
	}
}

@media (max-width: 992px) {
	.home .banner-top .swiper-container .swiper-pagination {
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	
	.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container {
		margin: 30px 60px 40px;
	}
}

@media (max-width: 576px) {
	.home .banner-top {
		margin-bottom: 20px;
	}
}

.home-offers.productsOnMain {
	margin-bottom: 40px;
}

.home-offers.productsOnMain .container {
	position: relative;
}

@media (max-width: 576px) {
	.home-offers.productsOnMain {
		margin-bottom: 20px;
	}
}

.home-offers .swiper-slide {
	width: 168px;
	background-repeat: no-repeat;
	height: 235px;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	user-select: none;
}

.home-offers .swiper-slide:hover {
	opacity: 0.8;
}

.home-offers a {
	text-decoration: none;
	color: #000;
}

.home-offers .home-offer-text {
	line-height: 24px;
	padding: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: white;
	display: flex;
	align-content: center;
	justify-content: center;
	background-size: 100%;
	transition: background-size .2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-size: 115%;
}

.swiper-button-next {
	right: -25px;
	background-image: url("/assets/img_v2/templates/sliders/str-right.svg");
	background-position: center;
}

.swiper-button-prev {
	left: -25px;
	background-image: url("/assets/img_v2/templates/sliders/str-left.svg");
	background-position: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: black;
	font-size: 1.2em;
	content: none;
}

@media (max-width: 1400px) {
	.home-offers .home-offer-text {
		padding: 15px 18px;
		font-size: 14px;
		line-height: 17px;
	}
}

@media (max-width: 992px) {
	.home-offers .home-offer-text {
		padding: 15px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 768px) {
	.home-offers .home-offer-text {
		font-size: 1.3em;
		line-height: 23px;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		width: 25px;
		height: 25px;
		margin-top: -12px;
	}
	
	.swiper-button-prev {
		left: -12px;
	}
	
	.swiper-button-next {
		right: -12px;
	}
}

@media (max-width: 576px) {
	.home-offers .home-offer-text {
		font-size: 1em;
		line-height: 16px;
	}
}

.hits h3, .home-offers h3 {
	font-size: 36px;
	font-weight: 500;
}

.hits h3 a {
	text-decoration: none;
	
	color: inherit;
}

.hits .home-cards .home-card .home-card-description a {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.hits .home-cards .home-card .home-card-price .price {
	font-weight: 700;
	font-size: 20px;
}

.price__desc {
	font-size: 16px;
}

.hits .home-cards .home-card .home-card-info {
	font-size: 12px;
	font-weight: 400;
	padding: 0 20px 10px;
	color: #8D9EAF;
}

.home-card-basket-link {
	font-size: 13px;
	font-weight: 600;
	padding: 10px 20px;
	background-color: #EEF0F3;
	color: #4F738E;
	border-radius: 4px;
	transition: color .3s, background-color .3s;
	text-transform: unset;
}

.home-card-basket-link:hover {
	background-color: #4F738E;
	color: white;
}

.hits .home-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}

.hits .home-cards .home-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	height: calc(100% - 2px);
	box-sizing: border-box;
	user-select: none;
	transition: border .3s;
}

.hits .home-cards .home-card:hover {
	border: 1px solid #dcdcdc;
}

.hits .home-cards .home-card:hover .home-card-description a {
	color: #EC691F;
	transition: color .3s;
}

.hits .home-cards .home-card .card-actions {
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	padding: 0 20px;
	font-size: 11px;
}

.hits .home-cards .home-card .card-img-wrapper {
	position: relative;
	width: calc(100% - 40px);
	padding: 20px;
}

.hits .home-cards .home-card .card-img-wrapper .card-img {
	width: 100%;
	object-fit: contain;
	object-position: center;
	max-height: 275.5px;
	min-height: 275.5px;
}

.hits .home-cards .home-card .home-card-description {
	padding: 10px 20px;
	font-weight: 500;
	min-height: 60px;
}

.hits .home-cards .home-card .home-card-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px 5px;
	position: relative;
}

.hits .home-cards .home-card .home-card-price .price-desc {
	background-color: #ECECEC;
	padding: 5px;
	color: gray;
}

.hits .home-cards .home-card .home-card-price .price-desc.opener {
	cursor: pointer;
}

.hits .home-cards .home-card .home-card-price .price-desc-select {
	display: none;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 20px;
	top: 52px;
	background-color: #ECECEC;
	color: gray;
	padding: 0 5px;
}

.hits .home-cards .home-card .home-card-price .price-desc-select span {
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.hits .home-cards .home-card .home-card-price .price-desc-select span:hover {
	color: #000;
}

.hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hits .home-cards .home-card .home-card-basket {
	color: #fff;
	background-color: #4F728E;
	width: 130px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px 20px;
	border-radius: 6px;
	font-weight: 700;
}

@media (max-width: 1400px) {
	.hits .home-cards .home-card .card-img-wrapper .card-img {
		max-height: 324.66px;
		min-height: 324.66px;
	}
}

@media (max-width: 1200px) {
	.hits .home-cards .home-card .card-img-wrapper .card-img {
		max-height: 255.33px;
		min-height: 255.33px;
	}
	
	.hits .home-cards .home-card .home-card-price .price-desc-select {
		top: 47px;
	}
}

@media (max-width: 992px) {
	.hits h3, .home-offers h3 {
		margin-top: 20px;
	}
	
	.hits .home-cards .home-card .card-img-wrapper .card-img {
		max-height: 194px;
		min-height: 194px;
	}
}

@media (max-width: 768px) {
	.hits h3, .home-offers h3 {
		margin-top: 40px;
		font-size: 22px;
	}
	
	.hits .home-cards .home-card .card-img-wrapper .card-img {
		max-height: 221px;
		min-height: 221px;
	}
	
	.hits .home-cards .home-card {
		width: 48%;
		border: 1px solid #ECECEC;
		margin-bottom: 20px;
	}
	
	.hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
		top: 47px;
		right: 20px;
	}
}

@media (max-width: 576px) {
	.hits .home-cards .home-card {
		width: 49%;
		border-radius: 7px;
		margin-bottom: 2px;
	}
	
	.hits .home-cards .home-card .card-img-wrapper .card-img {
		max-height: 278px;
		min-height: 278px;
	}
	
	.hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
		top: 27px;
		right: 12px;
	}
	
	.hits .home-cards .home-card .home-card-basket {
		width: 80%;
		margin: 10px auto;
	}
	
	.hits .home-cards .home-card .card-actions img {
		height: 25px;
	}
}

.banners-center .banner-center-top,
.banners-center .banner-center-middle,
.banners-center .banner-center-left,
.banners-center .banner-center-right {
	border-radius: 12px;
	height: 165px;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	background-size: contain;
}

.banners-center .banner-center-buttom {
	color: #fff;
	background-color: #ED691F;
	text-decoration: none;
	padding: 10px;
	font-weight: 600;
	margin-left: 40px;
	border-radius: 5px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: unset;
	display: none;
}

.banners-center .banner-center-buttom:hover {
	background-color: #d45207;
}

.banners-center .banner-center-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}

.banners-center .banner-center-bottom .banner-center-left,
.banners-center .banner-center-bottom .banner-center-right {
	width: 49%;
}

@media (max-width: 1400px) {
	.banners-center .banner-center-top,
	.banners-center .banner-center-middle,
	.banners-center .banner-center-left,
	.banners-center .banner-center-right {
		height: 136px;
		border-radius: 10px;
	}
}

@media (max-width: 1200px) {
	.banners-center .banner-center-top,
	.banners-center .banner-center-middle,
	.banners-center .banner-center-left,
	.banners-center .banner-center-right {
		height: 113px;
		border-radius: 10px;
	}
}

@media (max-width: 992px) {
	.banners-center .banner-center-top,
	.banners-center .banner-center-middle,
	.banners-center .banner-center-left,
	.banners-center .banner-center-right {
		height: 85px;
	}
}

@media (max-width: 768px) {
	.banners-center .banner-center-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.banners-center .banner-center-bottom .banner-center-left,
	.banners-center .banner-center-bottom .banner-center-right {
		width: 100%;
		border-radius: 10px;
	}
	
	.banners-center .banner-center-buttom {
		margin-right: 40px;
	}
	
	.banners-center .banner-center-top,
	.banners-center .banner-center-middle,
	.banners-center .banner-center-left,
	.banners-center .banner-center-right {
		border-radius: 10px;
		height: 93px;
	}
	
	.banners-center .banner-center-right {
		height: 120px;
	}
}

.banners-center-mobile {
	display: none;
}

@media (max-width: 576px) {
	.banners-center {
		display: none;
	}
	
	.banners-center-mobile {
		display: block;
	}
	
	.banners-center-mobile .swiper-button-next,
	.banners-center-mobile .swiper-button-prev {
		top: 28%;
	}
	
	.banners-center-mobile .swiper-slide {
		background-color: #ECECEC;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.banners-center-mobile .swiper-slide img {
		height: 110px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 15px;
	}
	
	.banners-center-mobile .swiper-slide .text {
		padding: 10px;
		font-weight: 700;
	}
	
	.banners-center-mobile .swiper-slide .text .title {
		margin-bottom: 20px;
	}
	
	.banners-center-mobile .swiper-slide .text .btn {
		border: 2px solid #000;
		border-radius: 5px;
		display: inline-block;
		padding: 3px 10px;
		text-decoration: none;
		color: #000;
	}
}

.home-advice {
	margin-bottom: 50px;
}

.home-advice h3 {
	font-size: 36px;
	font-weight: 500;
}

.home-advice .swiper-slide {
	height: 236px;
	background-size: cover;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	background-position: center;
	user-select: none;
	border-radius: 25px;
}

.home-advice .swiper-slide span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding: 20px;
}

.home-advice .swiper-slide:hover {
	color: #fff;
}

.home-advice a {
	color: #000;
	text-decoration: none;
}

@media (max-width: 1400px) {
	.home-advice .swiper-slide {
		height: 195px;
		border-radius: 20px;
	}
	
	.home-advice .swiper-slide span {
		font-size: 14px;
		padding: 15px 18px;
	}
}

@media (max-width: 1200px) {
	.home-advice .swiper-slide {
		height: 233px;
	}
	
	input,
	textarea {
		font-size: 12px;
	}
	
	.hits h3 , .home-offers h3{
		font-size: 30px;
	}
	
	.home-advice h3 {
		font-size: 30px;
	}
}

@media (max-width: 992px) {
	.home-advice .swiper-slide {
		height: 170px;
	}
	
	.home-advice .swiper-slide span {
		font-size: 1em;
		padding: 20px;
		line-height: 16px;
	}
	
	.hits h3, .home-offers h3 {
		font-size: 27px;
	}
	
	.home-advice h3 {
		font-size: 27px;
	}
}

@media (max-width: 768px) {
	.hits h3, .home-offers h3 {
		font-size: 22px;
	}
	
	.home-advice h3 {
		font-size: 22px;
	}
	
	.home-advice .swiper-slide {
		height: 230px;
	}
	
	.home-advice .swiper-slide span {
		font-size: 1.3em;
		line-height: 23px;
	}
}

@media (max-width: 576px) {
	.home-advice {
		margin-bottom: 25px;
	}
	
	.home-advice .swiper-slide {
		height: 182px;
	}
	
	.home-advice .swiper-slide span {
		font-size: 12px;
		line-height: 16px;
	}
	
	.price__desc {
		font-size: 12px;
	}
	
	.hits .home-cards .home-card .home-card-info {
		font-size: 12px;
	}
	
	.home-card-basket-link {
		margin: 0 0 20px 20px;
	}
}

.form-write {
	height: 130px;
	border-top: 10px solid #f0f1f5;
}

.form-write .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-write .form-write-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-write .form-write-form input {
	height: 35px;
	width: 230px;
	padding-left: 17px;
	border: 1px solid #d0d6dc;
	border-radius: 5px;
	margin-right: 5px;
}

.form-write .form-write-form button {
	width: 250px;
	height: 40px;
	background-color: #ED691F;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font: 700 13px Montserrat;
	cursor: pointer;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.form-write .form-write-form button:hover {
	background-color: #d45207;
}

.form-write .form-write-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 17px;
	margin-right: 55px;
	height: 35px;
}

@media (max-width: 1200px) {
	.form-write .form-write-title {
		font-size: 1.2em;
	}
}

@media (max-width: 768px) {
	.form-write {
		height: 100px;
		margin-bottom: 30px;
	}
	
	.form-write .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.form-write .form-write-form {
		width: 100%;
	}
	
	.form-write .form-write-form input {
		width: 48%;
	}
	
	.form-write .form-write-form button {
		width: 48%;
	}
	
	.form-write .form-write-title {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.form-write {
		padding-top: 28px;
	}
}

.go-to-basket__overlay {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 6;
}

.go-to-basket__overlay.active {
	display: block;
}

.go-to-basket__overlay.active ~ .go-to-basket__open {
	display: block;
}

.go-to-basket__open {
	display: none;
	width: 70vw;
	height: 70vh;
	background-color: #fff;
	position: fixed;
	border-radius: 20px;
	left: calc((100vw - 70vw) / 2);
	top: calc((100vh - 70vh) / 2);
	z-index: 6;
}

.go-to-basket__close img {
	display: none;
}

.go-to-basket__content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.go-to-basket__content-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.go-to-basket__content-close img {
	width: 20px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.go-to-basket__content-close img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.go-to-basket__wrapper {
	width: 80%;
	min-height: 20%;
	border: 1px solid #ED691F;
	border-radius: 20px;
	padding: 15px;
}

.go-to-basket__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.go-to-basket__top .desc {
	font-size: 13px;
	color: silver;
}

.go-to-basket__top .go-to-basket__sum-desc {
	color: #ED691F;
}

.go-to-basket__img {
	width: 8vw;
	height: 8vw;
	margin-right: 15px;
	margin-bottom: 15px;
}

.go-to-basket__img img {
	width: 8vw;
	height: 8vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.go-to-basket__name,
.go-to-basket__price,
.go-to-basket__count,
.go-to-basket__sum {
	margin-top: 20px;
	margin-right: 15px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.go-to-basket__price {
	text-align: right;
}

.go-to-basket__price-title,
.go-to-basket__sum-title {
	font-size: 19px;
	min-width: 105px;
}

.go-to-basket__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.go-to-basket__bottom .go-to-basket__next,
.go-to-basket__bottom .go-to-basket__back {
	border: 1px solid #ED691F;
	border-radius: 10px;
	width: 330px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 19px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.go-to-basket__bottom .go-to-basket__next:hover,
.go-to-basket__bottom .go-to-basket__back:hover {
	background-color: #ED691F;
	color: #fff;
}

.go-to-basket__back {
	margin-right: 20px;
}

@media (max-width: 1400px) {
	.go-to-basket__bottom div {
		width: 265px;
		height: 33px;
		font-size: 16px;
	}
	
	.go-to-basket__name-title {
		font-size: 14px;
	}
	
	.go-to-basket__top .desc {
		font-size: 12px;
	}
	
	.go-to-basket__price-title,
	.go-to-basket__sum-title {
		font-size: 17px;
		min-width: 97px;
	}
}

@media (max-width: 1200px) {
	.go-to-basket__bottom div {
		width: 224px;
		height: 28px;
		font-size: 14px;
	}
	
	.go-to-basket__name-title {
		font-size: 12px;
	}
	
	.go-to-basket__top .desc {
		font-size: 10px;
	}
	
	.go-to-basket__name,
	.go-to-basket__price,
	.go-to-basket__count,
	.go-to-basket__sum {
		margin-top: 16px;
		padding-bottom: 10px;
	}
	
	.go-to-basket__price-title,
	.go-to-basket__sum-title {
		font-size: 16px;
		min-width: 91px;
	}
	
	[data-counter=card-counter] {
		height: 20px;
	}
	
	.go-to-basket__content-close img {
		width: 15px;
	}
	
	.go-to-basket__close img {
		width: 9px;
	}
	
	.go-to-basket__wrapper {
		width: 85%;
	}
}

@media (max-width: 992px) {
	.go-to-basket__open {
		height: 60vh;
		width: 620px;
		left: calc((100vw - 620px) / 2);
		top: calc((100vh - 60vh) / 2);
	}
	
	.go-to-basket__bottom div {
		width: 198px;
		height: 25px;
		font-size: 12px;
	}
	
	.go-to-basket__name-title {
		font-size: 10px;
	}
	
	.go-to-basket__top .desc {
		font-size: 9px;
	}
	
	.go-to-basket__name,
	.go-to-basket__price,
	.go-to-basket__count,
	.go-to-basket__sum {
		margin-top: 13px;
		margin-right: 8px;
		padding-bottom: 10px;
	}
	
	.go-to-basket__price-title,
	.go-to-basket__sum-title {
		font-size: 14px;
		min-width: 81px;
	}
	
	[data-counter=card-counter] {
		height: 18px;
	}
}

@media (max-width: 768px) {
	.go-to-basket__open {
		height: 199px;
		width: 536px;
		left: calc((100vw - 536px) / 2);
		top: calc((100vh - 199px) / 2);
		border-radius: 10px;
	}
	
	.go-to-basket__content-close {
		right: 10px;
		top: 10px;
	}
	
	.go-to-basket__content-close img {
		width: 10px;
	}
	
	.go-to-basket__bottom div {
		width: 148px;
		height: 20px;
		font-size: 10px;
	}
	
	.go-to-basket__name-title {
		font-size: 9px;
		margin-bottom: 5px;
	}
	
	.go-to-basket__top .desc {
		margin-bottom: 5px;
	}
	
	.go-to-basket__price-title,
	.go-to-basket__sum-title {
		font-size: 12px;
		min-width: 68px;
	}
	
	[data-counter=card-counter] {
		height: 15px;
		margin-right: 0;
	}
	
	.go-to-basket__name,
	.go-to-basket__price,
	.go-to-basket__count,
	.go-to-basket__sum {
		margin-top: 7px;
		margin-right: 5px;
		padding-bottom: 10px;
	}
	
	.go-to-basket__bottom .go-to-basket__next,
	.go-to-basket__bottom .go-to-basket__back {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.go-to-basket__open {
		width: 280px;
		left: calc((100vw - 280px) / 2);
		top: calc((100vh - 40vh) / 2);
		height: auto;
		padding: 30px 0 5px;
	}
	
	.go-to-basket__wrapper {
		border-radius: 7px;
		padding: 8px;
		width: 90%;
		position: relative;
	}
	
	.go-to-basket__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.go-to-basket__img {
		width: 45px;
		height: 45px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.go-to-basket__img img {
		width: 45px;
		height: 45px;
	}
	
	.go-to-basket__name {
		margin-right: 0px;
		width: 175px;
	}
	
	.go-to-basket__close {
		position: absolute;
		right: 7px;
		top: 5px;
	}
	
	.go-to-basket__name,
	.go-to-basket__price,
	.go-to-basket__count,
	.go-to-basket__sum {
		margin-top: 9px;
		padding-bottom: 10px;
	}
	
	.go-to-basket__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.go-to-basket__bottom div {
		width: 100%;
	}
	
	.go-to-basket__back {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.banner-center-bottom {
	flex-wrap: wrap;
}

.banner-top a {
	text-decoration: none;
}

.banner-pc {
	display: block;
}

.banner-mobile {
	display: none;
}

@media (max-width: 1400px) {
	.home-advice .swiper-slide span {
		font-size: 14px;
		padding: 15px 18px;
	}
}

@media (max-width: 992px) {
	.home-advice .swiper-slide span {
		font-size: 12px;
		padding: 12px;
	}
}

@media (max-width: 576px) {
	.home .banner-top .swiper-container {
		height: 98px;
	}
}

.card-img-link {
	display: flex;
	justify-content: center;
	width: 100%;
}

@media ( max-width: 1400px ) {
	.home .banner-top .swiper-container {
		height: 221px;
		border-radius: 20px;
	}
}

@media ( max-width: 1200px ) {
	.home .banner-top .swiper-container {
		height: 181px;
	}
}

@media ( max-width: 992px ) {
	.home .banner-top .swiper-container {
		height: 139px;
	}
	
	.home-advice .swiper-slide span {
		line-height: 15px;
	}
}

@media ( max-width: 768px ) {
	.home .banner-top .swiper-container {
		height: 102px;
	}
	
	.home-advice .swiper-slide span {
		line-height: 20px;
	}
	
	.banners-center .banner-center-top,
	.banners-center .banner-center-middle,
	.banners-center .banner-center-left,
	.banners-center .banner-center-right {
		height: 129px;
		background-position: center;
	}
}

@media ( max-width: 576px ) {
	.banner-pc {
		display: none;
	}
	
	.banner-mobile {
		display: block;
	}
	
	.home .banner-top .swiper-container .swiper-button-prev,
	.home .banner-top .swiper-container .swiper-button-next {
		display: none;
	}
	
	.home .banner-top .swiper-container {
		border-radius: 10px;
	}
	
	.home .banner-top .swiper-container .swiper-slide {
		background-size: 100% 100%;
	}
	
	body {
		font-size: 12px;
	}
	
	.container {
		width: calc(320px - 0px);
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	
	.home-advice .swiper-slide {
		height: 210px;
	}
	
	.home-offers .home-offer-text {
		font-size: 12px;
	}
	
	.home-advice .swiper-slide span {
		font-size: 12px;
	}
	
	.search-mobile form input[type=text] {
		width: 260px;
	}
}

@media (max-width: 1400px) {
	.home-offers .swiper-slide {
		height: 188px;
		border-radius: 20px;
	}
	
	.home-offers .home-offer-text {
		padding: 10px;
	}
}

@media (max-width: 1200px) {
	.home-offers .swiper-slide {
		height: 224px;
	}
	
	.home-offers .home-offer-text {
		padding: 15px;
	}
}

@media (max-width: 992px) {
	.home-offers .swiper-slide {
		height: 164px;
	}
	
	.home-offers .home-offer-text {
		padding: 10px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.home-offers .swiper-slide {
		height: 224px;
	}
	
	.home-offers .home-offer-text {
		padding: 15px;
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.home-offers .swiper-slide {
		height: 206px;
	}
}

.card-previwe__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card__favorites {
	cursor: pointer;
	width: 22px;
	height: 20px;
	padding: 5px;
	background: url("/connector_mobile_v_2_0_0/assets/img/icons/favorites-2.svg") no-repeat center;
}

.card__favorites.active {
	background-image: url("/connector_mobile_v_2_0_0/assets/img/icons/favorites-3.svg");
}

span.price_rub {
	font-size: 20px;
	font-weight: 700;
}

.banners-center {
	margin-bottom: 40px;
}

.banner-center__top {
	width: 100%;
	border-radius: 25px;
}

.banner-center__link {
	text-decoration: none;
}

img.banner-center__bottom {
	height: 207px;
	border-radius: 25px;
}

@media (max-width: 1400px) {
	img.banner-center__top {
		border-radius: 20px;
	}
	
	img.banner-center__bottom {
		height: 177px;
		border-radius: 20px;
	}
	
	.banners-center .banner-center-bottom {
		margin-top: 10px;
	}
}

@media (max-width: 1200px) {
	img.banner-center__bottom {
		height: 145px;
	}
	
	.banners-center .banner-center-bottom {
		margin-top: 11px;
	}
}

@media (max-width: 992px) {
	img.banner-center__bottom {
		height: 111px;
	}
	
	.banners-center .banner-center-bottom {
		margin-top: 6px;
	}
}

@media (max-width: 768px) {
	img.banner-center__top {
		border-radius: 15px;
	}
	
	img.banner-center__bottom {
		border-radius: 15px;
		height: 81px;
	}
	
	.banners-center .banner-center-bottom {
		margin-top: 8px;
	}
}

.block_bonuses-wrapp {
	display: flex;
	justify-content: space-between;
	background-color: #f0f1f5;
	margin-bottom: 55px;
	padding: 10px 80px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 29px;
	border-radius: 10px;
	transition: color .2s, background-color .2s;
}

.block_bonuses-wrapp:hover {
	color: #4F728E;
	background-color: #e9e9ee;
}

.block_bonuses-1 {
	display: flex;
	justify-content: space-between;
	color: #CCC6C6;
}

@media (max-width: 1200px) {
	.block_bonuses-wrapp {
		padding: 10px 50px;
		font-size: 23px;
	}
}

@media (max-width: 992px) {
	.block_bonuses-wrapp {
		padding: 10px 30px;
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.block_bonuses-wrapp {
		padding: 5px 20px;
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.block_bonuses-wrapp {
		padding: 5px 10px;
		font-size: 9px;
		margin-bottom: 25px;
	}
}

.card-action {
	background-color: #FF6666;
	color: white;
	width: fit-content;
	margin: 2px;
	padding: 5px;
	border-radius: 2px;
	text-align-last: center;
	text-transform: uppercase;
}

.card-action.new {
	background-color: #00A2C9;
}

.card-action.hit {
	background-color: #00c97c;
}

.card-action.vyg {
	background-color: yellow;
	color: black;
}

.admin-hit-wrapper {
	border: 1px solid #898f93;
	margin-top: 40px;
	margin-bottom: -36px;
	width: fit-content;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.admin-hit-title h3 {
	background-color: #898f93;
	color: white;
	padding: 10px 20px;
	margin-top: 0;
	font-size: 16px;
}

.admin-hit-title div {
	padding: 0px 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #4F728E;
}

.admin-hit-title div:before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(/assets/img/bonus/icon-6.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	margin-left: -11px;
}

.admin-hit-wrapper table {
	border-collapse: collapse;
	margin: 20px;
}

.admin-hit-table-title {
	background-color: #f3f3f3;
}

.admin-hit-table-content div {
	padding: 7px;
	border: 1px solid #e1e1e1;
	width: fit-content;
}

.admin-hit-wrapper td {
	border: 1px solid silver;
	padding: 15px;
	font-size: 14px;
	vertical-align: top;
}

.card__buttons {
	position: relative;
	display: flex;
	gap: 5px;
	margin: 0 20px 20px 0;
}

.compare__btn-add {
	position: absolute;
	right: 30px;
	padding: 5px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	background: url(/assets/img/icons/comm.svg) no-repeat center;
}

.compare__btn-add img {
	opacity: 0;
}

.compare__btn-add:hover {
	background: url(/assets/img/icons/comm-a.svg) no-repeat center;
}

@media (max-width: 576px) {
	.hits .home-cards .home-card .card-img-wrapper {
		width: calc(100% - 20px);
		padding: 10px;
	}
	.hits .home-cards .home-card .card-img-wrapper .card-img {
		max-height: 133px;
		min-height: 133px;
	}
	.hits .home-cards .home-card .home-card-description {
		padding: 10px;
		min-height: 45px;
	}
	.hits .home-cards .home-card .home-card-description a {
		display: block;
		font-size: 12px;
		height: 45px;
		overflow: hidden;
	}
	.hits .home-cards .home-card .card-actions {
		padding: 0 10px;
		min-height: 28px;
	}
	.card-action.hit {
		display: none;
	}
	.hits .home-cards .home-card .home-card-price {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 10px 5px;
		min-height: 56px;
	}
	.hits .home-cards .home-card .home-card-price .price {
		font-size: 18px;
	}
	span.price_rub {
		font-size: 16px;
	}
	.hits .home-cards .home-card .home-card-info {
		padding: 0 10px 10px;
	}
	.home-card-basket-link {
		margin: 0 0 10px 10px;
		padding: 10px 17px;
	}
	.card__favorites {
		position: absolute;
		right: -14px;
	}
	.hits h3, .home-offers h3 {
		margin-top: 25px;
		font-size: 20px;
	}
}