.van__box,
.com__box {
	margin-top: 64px;
}
.van__item {
	margin-bottom: 64px;
}
.van__item span {
	line-height: normal;
}
.com,
.van {
	padding: 64px 0 0;
}
.com__content {
	margin-bottom: 33px
}
.contacts {
	padding: 64px 0;
}
.contacts__box {
	margin-top: 64px;
}
.header__box {
	padding-bottom: 0;
}

.about {
	padding: 55px 0;
}

.catalog {
	padding: 48px 0 68px;
}
@media screen and (max-width: 1200px) {
	.catalog {
		padding: 48px 0 98px;
	}
}
.catalog__button {
	background-color: #2672C0;
	color: #fff;
	border-radius: 35px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.catalog__flex {
	margin-top: 20px;
}

.catalog__name {
	margin: 0px;
	margin-bottom: 10px;
}

.catalog__text {
	margin: 0 auto;
	margin-bottom: 35px;
	width: auto;
}

.catalog__pic {
	margin: 0 auto;
}

.delivery {
	background-color: #F0F5F6;
	padding: 64px 0;
}

.delivery__title {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 24px;
	line-height: 38px;
}

.delivery__flex {
	display: flex;
	justify-content: space-between;
  align-items: center;
	gap: 30px;
}

.delivery__image {
	margin-top: -50px;
}

.delivery__image img {
	display: block;
	margin: 0 auto;
}

.we-manufacturer {
	background-color: #F0F5F6;
	padding: 64px 0;
	text-align: center;
}

.we-manufacturer__title {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 24px;
}

.we-manufacturer__flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.we-manufacturer__phone {
	font-size: 22px;
	font-weight: 600;
}

.about-product {
	text-align: center;
	padding: 48px 0;
	background-color: #F0F5F6;
}
.about-product__title {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 16px;
	line-height: 38px;
}

.about-product__subtitle {
	font-size: 18px;
	margin-bottom: 24px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #88D7A2;
	border-radius: 40px;
	height: 52px;
	padding: 0 48px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.modal__container {
	position: relative;
	max-width: 960px!important;
}
.modal__close {
	background-image: url(../img/modal-close.svg)!important;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30px;
	right: 30px;
}
.modal-product__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.modal-product__small-descr {
	font-size: 14px;
	color: #969696;
	margin-bottom: 20px;
	line-height: 1.45;
}

.modal-product__info {
	display: flex;
	justify-content: space-between;
	gap: 32px;
}

.modal-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 580px;
	border: 1px solid #e0e0e0;
}

.modal-product__image img {
	max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-product__text {
	width: 50%;
}

.modal-product__price {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.modal-product__volume {
	padding-left: 18px;
	background-image: url(../img/drop.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 13px;
	margin-bottom: 16px;
}

.modal-product__phone {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
}

.modal-product__button {
	display: block;
	height: 40px;
     line-height: 40px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	background-color: #FF5878;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 16px;
	cursor: pointer;
}

.modal-product__button.opt-rozn {
	display: block;
	height: 50px;
     line-height: 20px;
	border-radius: 40px;
	padding-top: 5px;
}

.modal-product__descr {
	font-size: 13px;
}

.modal-product__descr p {
    line-height: 1.45;
    margin-bottom: 7px;
}
.catalog__banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 400px;
	padding: 48px 90px 60px;
	/*background-color: #9EECB8;*/
	overflow: hidden;
  background-image: url(../img/banner_fon.jpeg);
  background-size: cover;
  background-position: center center;
}
.d-flex {
	display: flex;
}
.catalog__banner.blue {
	background-color: #476BFF;
	color: #fff;

}
.catalog__banner.revers {
	flex-direction: row-reverse;
}
.catalog__banner-image {
	position: relative;
	width: 50%;
}
.catalog__banner-image img {
	position: relative;
	z-index: 5;
}
.catalog__banner-image.p23::before {
	content: '';
	left: 0;
	right: -480px;
	top: -280px;
	background-color: #0E30B8;
}
.catalog__banner-image::before {
	content: '';
	position: absolute;
	left: -480px;
	top: -280px;
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	background-color: #78D899;
}
.catalog__banner-info {
	width: 50%;
	position: relative;
	z-index: 5;
}
.catalog__banner-new {
	text-transform: uppercase;
	color: #FF5879;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.catalog__banner-title {
	font-size: 46px;
	color: #2672C0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}
.catalog__banner-title.p23 {
	color: #7BFF22;
}
.catalog__banner-subtitle {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.catalog__banner-descr {
	font-size: 18px;
	margin-bottom: 30px;
}
.catalog__banner-link {
	display: inline-block;
	padding: 10px 33px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #FF5879;
}
.catalog__banner-link:hover {
	color: #fff;
	text-decoration: none;
}

/* block med */
.food-supplies-box {
	background-color: #9EECB8;
	padding: 60px 0;
}
.food-supplies {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 30px;
}
.food-supplies__left {
	grid-column: 9 span;
}
.food-supplies__title {
	color: #0F30B9;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 30px;
}
.food-supplies__lists {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.food-supplies__lists-item {
	padding-left: 40px;
	background-image: url('../img/tic.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	font-weight: 700;
	color: #0F30B9;
	font-size: 16px;
}
.supplies__button {
	display: inline-block;
	padding: 10px 33px;
	border-radius: 40px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background-color: #FF5879;
	cursor: pointer;
}
.supplies__button:hover {
	color: #fff;
	text-decoration: none;
}
.food-supplies__right {
	grid-column: 3 span;
	text-align: center;
}
.food-supplies__right img {
	max-width: 100%;
}

/* block 2 */
.medical-supplies-box {
	padding: 60px 0;
}
.medical-supplies {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 30px;
}
.medical-supplies__left {
	grid-column: span 6;
	text-align: center;
}
.medical-supplies__right img {
	max-width: 100%;
}
.medical-supplies__right {
	grid-column: span 6;
}

.medical-supplies__title {
	color: #0F30B9;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #000;
}

.medical-supplies__descr {
	font-size: 16px;
	line-height: 1.50;
	margin-bottom: 30px;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(55, 61, 68, 0.08);
  z-index: 99;
  padding: 25px 0;
}
.navigation__container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.navigation__inner {
  display: flex;
  align-items: center;
}
.navigation__logo {
  max-width: 103px;
  height: auto;
}
.navigation__inner .navigation__logo {
  margin-right: 40px;
}
.main-nav {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  justify-content: space-between;
  flex: 1;
}
.main-nav li {
	margin-right: 8px;
}
.main-nav li:first-child {
  margin-left: 0;
}
.main-nav li:last-child {
  margin-right: 0;
}
.main-nav li a {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}
/* width */
.main-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* Track */
.main-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.main-nav::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.main-nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.header {
  padding-top: 70px;
}
.catalog__banner-inner {
  display: flex;
  justify-content: space-between;
}
.catalog__banner-inner .catalog__banner-info {
  flex: 0 0 45%;
  width: 45%;
}
.catalog__banner-info {
  padding-top: 70px;
}
.catalog__banner-info .catalog__banner-new {
  position: absolute;
  top: 0;
  left: 0;
}
.header__title {
  margin: 0;
}
.header__wrap .header__phone {
  justify-content: flex-end;
  margin-right: 0;
}
.header__wrap a.link_order_recall {
  margin-right: 0;
  margin-top: 10px;
}
.header__wrap .header__btn {
  margin-top: 30px;
  transform: translateX(-34px);
  -webkit-transform: translateX(-34px);
  -moz-transform: translateX(-34px);
  -ms-transform: translateX(-34px);
  -o-transform: translateX(-34px);
}

.header__content .header__text span {
	display: inline-block;
    margin-bottom: 10px;
}
.header__info {
	margin-top: 10px;
}
.opt-rozn__wrapper {
	width:50%;
	margin:50px auto 20px;
	max-width:450px;
}
.catalog__slider .modal-product__price {
	text-align: center;
}

@media (min-width: 990px) {
	.main-nav li {
		line-height: 14px;
		text-align: center;
		display: inline-block;
		float: left;
		position: relative;
		width: min-content;
	}
	.main-nav li a {
	  white-space: normal;
	}  
}
@media (max-width: 1200px) {
	.catalog__banner {
		margin-top: 100px;
	}
	.catalog__banner {
		padding: 40px 25px;
	}
  .header__title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
	.catalog__banner-image img {
		width: 330px;
	}
	.catalog__banner-title {
		font-size: 28px;
	}
	.catalog__banner-new {
		font-size: 21px;
	}
	.catalog__banner-subtitle {
		font-size: 22px;
		line-height: initial;
	}
	.catalog__banner-descr {
		font-size: 14px;
		line-height: initial;
	}
	.catalog__banner-image::before {
		width: 800px;
		height: 800px;
	}
  .header__wrap .header__flex {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .header__wrap a.link_order_recall {
    float: none;
    margin: 15px auto;
  }
  .header__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
	.catalog__banner-image img {
		width: 250px;
	}
	.about-product__title,
	.we-manufacturer__title {
		font-size: 23px;	
	}
	.delivery__image {
		display: none;
	}
  .header__wrap .header__flex {
    margin-bottom: 0;
  }
  .catalog__banner {
    background-image: none;
    background-color: #9EECB8;
  }
  .catalog__banner-inner {
    flex-direction: column;
  }
  .catalog__banner-inner .catalog__banner-info {
    flex: 1;
    width: 100%;
  }
  .catalog__banner-info {
    padding-top: 50px;
  }
	.header__info {
		margin-top: 120px;
	}
	#header .header__content .header__text {
		font-size: 18px;
		line-height: 24px;
		top: 3%;
	}
	
	.modal-product__info {
		flex-direction: column;
	}
	.modal-product__image {
		flex: 0 0 100%;
		width: 100%;
	}
	.modal-product__image img {
		max-height: 350px;
	}
	.modal-product__text {
		flex: 0 0 100%;
		width: 100%;
	}
}
@media (max-width: 556px) {
	.we-manufacturer__flex {
		flex-direction: column;
		gap: 20px;
	}
	.catalog__banner,
	.catalog__banner.revers {
		flex-direction: column;
	}
	.catalog__banner-image,
	.catalog__banner-info {
		width: 100%;
	}
	.catalog__banner-image::before {
		display: none;
	}
	.catalog__banner {
		text-align: center;
	}
	.medical-supplies__left,
	.medical-supplies__right,
	.food-supplies__left,
	.food-supplies__right {
		grid-column: span 12;
	}
	.food-supplies {
		display: flex;
		flex-direction: column-reverse;
	}
	.food-supplies__right,
	.medical-supplies__left {
		margin-bottom: 30px;
	}
	.food-supplies__title {
		font-size: 21px;
	}
  .header__wrap .header__flex {
    padding-top: 30px;
  }
  .header__title {
    font-size: 26px;
  }
  .navigation {
    padding: 20px 0;
  }
  .navigation__inner .navigation__logo {
    margin-right: 20px;
  }
  .navigation__logo {
    max-width: 90px;
  }
  .catalog__banner-info .catalog__banner-new {
    width: 100%;
    text-align: center;
  }
	.header__title {
		color: #000000;
	}
	.header__info {
		margin-top: 120px;
	}
	#header .header__content .header__text {
		font-size: 18px;
		line-height: 24px;
	}
}

/*menu*/
	body.fixed {
		overflow-y: hidden  !important; 
	}
	.nav-burger {
		display: none;
	}
	.mobile-menu {
		top: 0;
	}
	.mobile-menu {
		/*position: fixed;
		top: 80px;
		left: 0;
		padding-top: 30px;
		overflow-y: scroll;
		height: 100vh;
		margin-top: -10px;
		z-index: 10; */
	}
	@media screen and (max-width: 990px) {
		.navigation__logo__link {
			margin: 0 auto;
		}
		.nav-burger {
			display: block;
			position: absolute;
			left: 24px; 
			z-index: 999;
		}
		.nav-burger span {
			width: 30px;
			height: 3px;
			background: #000000;
			display: block;
			margin-bottom: 5px; 
		}
		.nav-burger span:last-of-type {
			margin-bottom: 0; 
		}
		.nav-burger.active span:last-of-type {
			display: none; 
		}
		.nav-burger.active span:first-of-type {
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg); 
		}
		.nav-burger.active span:nth-of-type(2) {
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			margin-top: -8px; 
		}
		
		.mobile-menu {
			background: #FDFFF0;
			text-align: center;
			position: absolute;
			left: 0;
			width: 100%;
			z-index: 3;
			display: none;
		}
		.mobile-menu::before {			
			display: block;
			content: " ";
			position: absolute;
			top: -15px;
			left: 0;
			height: 15px;
			width: 100%;
			box-shadow: 0px 0px 30px rgb(55 61 68 / 8%);
			z-index: 1000;
		}
		.mobile-menu .home-nav,
		.mobile-menu .header-order-call,
		.mobile-menu .header-nav,
		.mobile-menu .header-info-top {
			display: block; 
		}
		.mobile-menu.active {
			display: block; 
			position: fixed;
			top: 80px;
			left: 0;
			padding-top: 30px;
			overflow-y: scroll;
			height: 100vh;
			margin-top: -10px;
			z-index: 10;
			padding-bottom: 200px;
		}
		.mobile-menu.active li {
			font-size: 14px;
			margin-bottom: 24px; 
		}
		.mobile-menu.active li:last-of-type {
			margin-bottom: 30px; 
		}
		.header-order-call,
		.header-phone {
			margin-right: 0; 
		}
		.mobile-menu .header-order-call {
			margin-bottom: 20px;
			display: inline-block; 
		}
		.contacts.active {
			display: block; 
			background: #ffffff;
			position: fixed;
			z-index: 100;
			bottom: 0;
			left: 0;
			right: 0;
			border-top: 2px solid #F0F5F6;
			padding: 0;
		}
		.contacts.active h2,
		.contacts.active .contacts__map,
		.contacts.active h4,
		.contacts.active .contacts__btn {
			display: none;
		}
		.contacts.active .contacts__item {
			text-align: center;
			margin-bottom: 12px;
		}
		.contacts.active .contacts__box {
			margin-top	: 24px;
		}
		.contacts.active .contacts__flex p, .contacts.active .contacts__flex a {
			font-size: 14px;
			line-height: 20px;
			text-align: center;
			color: #7f7f7f;
		}
		.contacts.active .contacts__flex img {
			opacity: 0.3;
			width: 24px;
			height: 24px;
		}
		.contacts.active .contacts__info {
			margin-bottom: 12px;
		}
		.contacts.active .contacts__flex {
			justify-content: center;
		}
		.navigation__inner .navigation__logo {
			margin-right: 0;
		}
	}
	@media (max-width: 556px) {
		.navigation__inner .navigation__logo {
			margin-right: 0;
		}
		.navigation__logo {
			max-width: auto;
		}
		.b24-widget-button-wrapper {
			display:none !important;
		}
	}