.wrapper {
	max-width: 1200px;
}

.head-slider {
	width: 100%;
	height: 440px;
}

.head-slide {
	height: 440px;
}

.head-slide img {
	position: absolute;
	width: auto;
	height: 100%;
	z-index: -1;
}

.head-slide-content {
	z-index: 1;
	height: 440px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.head-slide-content h2 {
	font-family: RobotoSlab-Regular, Tahoma, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.005em;
	color: #FFFFFF;
	margin-bottom: 6px;
	width: 47%;
}

.head-slide-content p {
	font-family: RobotoSlab-Light, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -0.055em;
	color: #FFFFFF;
	width: 33%;
}

.prev, .next {
	position: absolute;
	width: 58.08px;
	height: 15px;
	z-index: 1;
	top: 220px;
	cursor: pointer;
	transition: .2s;
	top: 5px;
}

.prev {
	top: 10px;
}

.middle {
	position: relative;
	display: block;
}

/* .prev {
	background: url('../img/svg/arrow-prew.svg');
	left: 30px;
} */

/* .prev:hover {
	transform: translateX(-10px);
} */

/* .next {
	background: url('../img/svg/arrow-prew.svg');
	transform: rotateZ(180deg);
	right: 30px;
} */

/* .next:hover {
	transform: translateX(10px) rotateZ(180deg);
} */

.slick-dots {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.slick-dots li {
	margin-right: 11px;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	background: none;
	outline: none;
	border: none;
	border: 2px solid #135696;
	border-radius: 50%;
	color: #13569600;
	cursor: pointer;
	position: relative;
}

.slick-dots li.slick-active button {
	background: #135696;
}

.head-btns {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 58px;
}

.btn-left, .btn-right {
	width: 50%;
	height: 93%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.btn-left {
	background: #F1C40F;
	border: 2px solid #F1C40F;
}

.btn-left:hover, .btn-right:hover {
	background: #FFFFFF;
}

.btn-left:hover a {
	color: #F1C40F;
}

.btn-right:hover a {
	color: #135696;
}

.btn-right {
	background: #135696;
	border: 2px solid #135696;
}

.btn-left a {
	color: #2D2D28;
}

.btn-right a {
	color: #FFFFFF;
}

.btn-left a, .btn-right a {
	text-decoration: none;
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: -0.015em;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20px;
}

.item-card {
	width: 384px;
	height: 463px;
	border: 2px solid #135696;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* transition: .2s ease; */
	margin-bottom: 16px;
	transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease;
	position: relative;
}

.item-card .cart-link-block {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1111;
}

.item-card:hover {
	/* box-shadow: #13569685 0 0 10px 0px;
	transition: .2s ease; */
	transform: translateY(-5px);
	box-shadow: 1px 3px 6px 1px rgb(0 0 0 / 19%);
}

.item-card img {
	/* transition: .2s cubic-bezier(0.18, 0.89, 0.32, 1.28); */
	transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease;
	height: 200px;
	object-fit: cover;
}

.item-card:hover img {
	/* transform: scale(1.05);
	transition: .2s cubic-bezier(0.18, 0.89, 0.32, 1.28); */
	transform: translateY(-15px);
}

.item-card h5 {
	font-family: RobotoCondensed-Regular, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #2D2D28;
	width: 82%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: break-spaces;
}

.item-card-btns {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	z-index: 9999;

	position: absolute;
	bottom: 30px;
}

.item-card-btns h4 {
	font-family: RobotoCondensed-Regular, Tahoma, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 106.19%;
	color: #135696;
}

.item-card-btns a {
	width: 114.7px;
	height: 42px;
	background: #F1C40F;
	font-family: RobotoCondensed-Regular, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #135696;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.prev-content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prev-title {
	margin-top: 64px;
	margin-bottom: 51px;
}

.prev-title h3 {
	font-family: 'RobotoSlab-bold';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
}

.cart-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: 14px;
	margin-bottom: 30px;
	width: 100%;
	min-height: 44px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: baseline;
}

.cart-link:hover {
	text-decoration: underline;
	color: #2D2D28;
}

.prev-link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 64px;
	margin-top: 20px;
}

.prev-link a {
	width: 274px;
	height: 62px;
	border: 2px solid #F1C40F;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	text-decoration: none;
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #2D2D28;
	transition: .3s;
	position: relative;
	padding-left: 24px;
}

.prev-link a:hover {
	background: #F1C40F;
}

.prev-link-arrow {
	background: url('../img/svg/arrow-prew-black.svg');
	width: 59px;
	height: 15px;
	margin-left: 20px;
	position: absolute;
	right: 23px;
}

.for-you-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.for-you-block .block-left ul li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	margin-bottom: 33px;
}

.for-you-block .block-left ul li h3 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 900;
	font-size: 36px;
	line-height: 106.19%;
	color: #135696;
	position: absolute;
	top: -12px;
}

.for-you-block .block-left ul li p {
	font-family: 'RobotoCondensed-Light';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 106.19%;
	color: #2D2D28;
	padding-left: 31px;
	width: 80%;
}

.for-you-block-title h3 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
	margin-bottom: 22px;
}

.for-you-block-title p {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #2D2D28;
	margin-bottom: 30px;
}

.about-block-title h3 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
	margin-bottom: 27px;
}

.about-block-title h4 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 106.19%;
	color: #135696;
}

.about-block-title {
	margin-top: 74px;
	margin-bottom: 33px;
}

.about-block-content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.about-block-content ul {
	width: 50%;
	margin-left: 13px;
}

.about-block-content ul li {
	margin-bottom: 30px;
	font-family: 'RobotoCondensed-Light';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 106.19%;
	letter-spacing: 0.025em;
	color: #2D2D28;
	width: 76%;
	position: relative;
	z-index: 1;
}

.about-block-content ul li::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #F1C40F;
	z-index: -1;
	top: -4px;
	left: -13px;
}

.about-block h4 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #135696;
}

.why-block-title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 74px;
}

.why-block-title h3 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
}

.why-block-content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
}

.why-item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-item h3 {
	text-align: center;
	margin-top: 28px;

	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 106.19%;
	color: #2D2D28;
}

.delivery-block-title {
	margin-top: 74px;
	margin-bottom: 22px;
}

.delivery-block-title h3 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 106.19%;
	color: #1B1B1B;
	margin-bottom: 28px;
}

.delivery-block-title p {
	font-family: 'RobotoSlab-Light';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 106.19%;
	color: #1B1B1B;
}

.delivery-block-content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.block-payment ul, .block-del ul {
	margin-right: 120px;
}

.block-payment ul li, .block-del ul li {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.block-payment ul li::before, .block-del ul li::before {
	width: 20px;
	height: 20px;
	background: #F1C40F;
	position: absolute;
	content: '';
}

.block-payment ul li p, .block-del ul li p {
	padding-left: 33px;
	font-family: 'RobotoSlab-Light';
}

.block-nds ul li {
	font-family: 'RobotoSlab-Light';
}

.block-payment h5, .block-del h5, .block-nds h5 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #1B1B1B;
	margin-bottom: 23px;
}

.fix-block-title {
	margin-top: 87px;
	margin-bottom: 42px;
}

.fix-block-title h3 {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 106.19%;
	color: #1B1B1B;
	margin-bottom: 28px;
}

.fix-block-title p {
	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 19px;
	color: #1B1B1B;
}

.block-fix ul li {
	font-family: 'RobotoCondensed-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #1B1B1B;
	margin-bottom: 34px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.block-fix ul li::before {
	width: 36px;
	height: 10px;
	background: #135696;
	position: absolute;
	content: '';
}

.block-fix ul li p {
	padding-left: 54px;
}

.fix-link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fix-link a {
	width: 274px;
	height: 62px;
	border: 2px solid #135696;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	text-decoration: none;
	font-family: RobotoCondensed-Regular, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 106.19%;
	color: #2D2D28;
	transition: .3s;
	position: relative;
	padding-left: 24px;
}

.fix-link svg {
	margin-left: 20px;
	position: absolute;
	right: 23px;
}

.fix-link a:hover {
	background: #135696;
	color: white;
}

.fix-link a svg path {
	transition: .3s;
}

.fix-link a:hover svg path {
	fill: white;
}

.block-fix {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.block-fix .lf {
	width: 50%;
}

.nav {
	height: 52px;
}

.nav ul li a {
	line-height: 52px;
}

.nav ul li {
	margin-right: 40px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.search_head .btn {
	width: 217px;
	height: 50px;
	line-height: 50px;
}

.search, .search-form input[type="submit"] {
	height: 50px;
	width: 50px;
}

.search {
	width: 117px;
}

.search-form input[type="submit"] {
	background: url('../img/test/search.jpg');
}

.headder_contact {
	font-size: 30px;
}

.head {
	height: 146px;
}

.logo_block img {
	/* width: 198px; */
}

.footer .consult {
	background-size: 840px;
	background-position-y: center;
}

.headder_contact-tel-block:first-child {
	margin-bottom: 9px;
}

.amount-landing {
	width: 95px;
	height: 29px;
	border: 1px solid #135696;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.amount-landing input {
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	height: 100%;

	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
}

.amount-landing .minus {
	width: 100%;
	text-align: center;
	border-right: 1px solid #135696;
	height: 100%;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
}

.amount-landing .plus {
	width: 100%;
	text-align: center;
	border-left: 1px solid #135696;
	height: 100%;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: 'RobotoSlab-Regular';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 106.19%;
	color: #2D2D28;
}

/* media */

@media screen and (max-width: 1220px) {
	.prev-title, .for-you-block-title, .about-block-title, .about-block, .delivery-block-title, .fix-block-title {
		text-align: center;
	}

	.for-you-block, .about-block-content, .block-fix {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.for-you-block .block-left {
		width: 50%;
	}

	.about-block-content ul li {
		width: auto;
		text-align: left;
	}

	.delivery-block-content {
		justify-content: center;
	}

	.block-fix .lf, .block-fix .rt {
		width: auto;
	}

	.fix-block {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.footer .consult {
		background-size: auto;
		background-position-y: center;
	}
}

@media screen and (max-width: 1180px) {
	.prev-content {
		justify-content: space-around;
	}
}

@media screen and (max-width: 1024px) {
	.delivery-block-content {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.block-payment, .block-del, .block-nds {
		width: 50%;
	}

	.head-slide-content h2 {
		font-size: 38px;
	}

	.head-slide-content p {
		font-size: 19px;
	}

	.btn-left, .btn-right {
		width: -webkit-fill-available;
	}
}

@media screen and (max-width: 920px) {
	.head {
		justify-content: center;
		height: auto;
		padding: 20px;
	}
}

@media screen and (max-width: 768px) {
	.logo_block {
		width: auto;
		margin-left: 40px;
	}
	.for-you-block .block-left {
		width: 90%;
	}

	.for-you-block .block-left ul li p {
		width: auto;
	}

	.why-block-content {
		flex-direction: column;
	}

	.why-item {
		margin-bottom: 40px;
	}

	.block-right img {
		width: 100%;
	}

	.head-slide-content p {
		width: 60%;
	}

	.head-slide-content h2 {
		width: 60%;
	}
}

@media screen and (max-width: 620px) {
	.logo_block {
		margin-left: 0;
	}
}

@media screen and (max-width: 512px) {
	.head-slide-content h2 {
		font-size: 30px;
	}

	.head-btns {
		flex-direction: column;
		margin-bottom: 40px;
		height: 116px;
	}
}

@media screen and (max-width: 425px) {
	.item-card-btns {
		flex-direction: column;
		position: relative;
		bottom: unset;
	}
	.amount-landing {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.item-card img {
		width: 73%;
	}

	.item-card {
		width: 90%;
	}
}

@media screen and (max-width: 375px) {
	.prev, .next {
		top: 404px;
	}

	.head-slide-content p {
		width: 80%;
	}

	.head-slide-content h2 {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.slider-shop {
		max-width: none;
	}
	.slider-shop span.prev {
		margin-left: 0;
	}

	.slider-shop span.prev,
	.slider-shop span.next {
		width: 0;
	}
}

@media screen and (min-width: 1001px) {
	.slider-shop span.prev {
		margin-left: 0 !important;
	}
	
	.slider-shop span.prev,
	.slider-shop span.next {
		width: 0;
	}
}

.slick-slide a span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
	-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1001px) {
	.banner-and-links {
		display: flex;
	}

	.banner-and-links .banner,
	.banner-and-links .link a {
		width: 320px;
		height: 160px;
	}

	.banner-and-links .link {
		display: flex;
	}
}

@media screen and (max-width: 1000px) {
	.banner-and-links {
		flex-direction: column;
	}

	.banner-and-links .banner {
		width: 100%;
		height: auto;
	}

	.sidebar__catalog.sidebar__catalog--md {
		max-width: 95vw;
	}
}