*,*:before,*:after {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body, html {
	font-family: 'Roboto', sans-serif;
	background-color: #e2e8f0;
	height: 100%;
	color: #0a202e;
	scroll-behavior: smooth;
}
h1 {
	font-weight: 500;
	font-size: 4rem;
	line-height: 5rem;
	font-family: 'Pattaya', sans-serif;
	text-transform: capitalize;
	color: #fff;
}
h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
a {text-decoration: none;}
li {list-style: none;}

#partners,
#about,
#contacts {
	border-top: 70px solid transparent;
	margin-top: -70px;
	padding: 0px 0px 0px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/* wrapper__home
-------------------------------------------------------------------------------*/
.home__wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

/* home__header
logo__container
menu__burger
menu
phone__container
--------------------------------------------------------------------------------*/
	.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.header:before {
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		box-shadow: 0px 2px 20px #0a202e;
		position: absolute;
		z-index: 2;
		opacity: 0.97;
	}
		.header__container {
			max-width: 1180px;
			margin: 0 auto;
			padding: 0 10px;
		}
			.header__body {
				position: relative;
				display: flex;
				justify-content: space-between;
				align-items: center;
				height: 70px;
			}
				.header__title {
					display: flex;
					flex-flow: row nowrap;
					align-items: center;
					width: 20%;
					z-index: 2;
					transition: 500ms ease 0s;
				}
					.header__title a {
						text-decoration: none;
					}
					.header__title_text h4 {
							padding: 0px 0px 0px 10px;
							letter-spacing: 1px;
							font-family: 'Pattaya', sans-serif;
							text-transform: capitalize;
							font-size: 22px;
							font-weight: 500;
							color: #008fbb;
						}
						.header__title_text p {
							padding: 0px 0px 0px 10px;
							font-size: 10.5px;
							font-weight: 500;
							color: #008fbb;
						}
						.header__logo {
							display: flex;
							justify-content: space-between;
							align-items: center;
							text-decoration: none;
							flex: 0 0 55px;
							overflow: hidden;
							z-index: 2;
						}
							.header__logo img {
								max-width: 100%;
								display: block;
							}
			.header__burger {display: none;}
				.menu__list {
					display: flex;
					justify-content: center;
					z-index: 3;
				}
				.menu__list li {
					position: relative;
					z-index: 3;
				}
				.menu__link,
				.menu__link_arrow {
					display: flex;
					flex-flow: row nowrap;
					justify-content: center;
					align-items: center;
					color: #055673;
					text-transform: uppercase;
					font-size: 12px;
					font-weight: 600;
					text-decoration: none;
					letter-spacing: 1px;
					background:linear-gradient(currentColor, currentColor) 50% 100% no-repeat;
					background-size: 0px 2px;
					transition: 0.3s ease 0s;
					margin: 0px 10px;
					height: 65px;
				}
						.menu_li_arrow {
							padding: 0px 12px 0px 0px;
						}
						.svg_arrow__down {
							position: absolute;
							top: 19px;
							right: 0px;
							transition: 0.3s all;
							height: 24px;
							width: 24px;
						}
						.svg_arrow__down {
							fill: #055673;
						}
						.menu_li_arrow:hover .svg_arrow__down{
							transform: rotate(180deg);
							fill: #008fbb;
						}
				.menu__list li:hover .menu__link,
				.menu__list li:hover .menu__link_arrow {
					color:#008fbb;
					background-size: 100% 2px;
				}
					.subMenu {}
					.subMenu__list {
						position: absolute;
						background-color: #055673;
						opacity: 0.97;
						height: 0;
						overflow: hidden;
						transition: 0.3s ease 0s;
						margin: 2px 0px 0px 0px;
					}
					.menu__list li:hover > .subMenu__list {
						height: 170px;
					}
/*body.mouse */
						.subMenu__link {
							display: block;
							color: #fff;
							text-transform: uppercase;
							font-size: 12px;
							font-weight: 600;
							text-decoration: none;
							letter-spacing: 1px;
							background:linear-gradient(currentColor, currentColor) 50% 100% no-repeat;
							background-size: 0px 1px;
							transition: 0.4s ease 0s;
							padding: 10px 10px;
						}
						.subMenu__link:hover {
							background-color:#008fbb;
							background-size: 100% 1px;
						}
			.header__phone_wrap {
				display: flex;
				flex-flow: column nowrap;
				z-index: 2;
				transition: 0.4s ease 0s;
				text-align: right;
				width: 20%;
			}
			.header__phone_wrap p {
				font-size: 10.5px;
				color: #008fbb;
			}
				.header__phone {
					letter-spacing: 1px;
					transition: 0.4s ease 0s;
					font-family: 'Pattaya', sans-serif;
					text-transform: capitalize;
					font-size: 18px;
					font-weight: 500;
					color: #008fbb;
					text-decoration: none;
				}
/*-----------------------------------------------------------------------------
END HEADER*/

/* milk__wrapper
-------------------------------------------------------------------------------*/
.milk__wrapper {}
	.milk__title {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		background-image: url(../img/bg/butter-bg.png);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}
		.milk__title__text {
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
			text-align: center;
			margin: 120px 0px 20px 0px;
			max-width: 1180px;
			padding: 0px 10px;
			color: #fff;
		}
			.milk__title__text h1 {
				font-weight: 500;
				font-size: 4rem;
				line-height: 5rem;
				margin: 20px 0px;
				font-family: 'Pattaya', sans-serif;
				text-transform: capitalize;
			}
			.milk__title__text h2 {
				font-weight:600;
				font-size: 1.5rem;
			}
			.milk__title__text h3 {
				margin-top: 3rem;
				font-weight: 600;
				letter-spacing: 0.025rem;
			}
			.milk__title__text p {
				font-size: 0.75rem;
				font-weight: 300;
				text-align: justify;
				letter-spacing: 0.03rem;
				text-indent: 2rem;
				margin: 0rem 0rem 1rem 0rem;
			}
			.btn__get__price {
				margin: 2.5rem 0rem 1rem 0rem;
				padding: 0.675rem 1.675rem 0.675rem 1.675rem;
				border: 1px solid #008fbb;
				border-radius: 2.5rem;
				background-color: #008fbb;
				color: #fff;
				font-family: 'Roboto Condensed', sans-serif;
				text-transform: uppercase;
				font-size: 1rem;
				font-weight: 500;
				letter-spacing: 1px;
				transition: 0.4s ease 0s;
				outline: none;
				cursor: pointer;
			}
				.btn__get__price:hover {
					box-shadow: 0px 2px 15px #008fbb;
					background-color: #fff;
					color: #008fbb;
				}
				.btn__get__price:focus {
					border: 1px solid #fff;
					outline: none;
				}
/*Content
---------------------------------------------------------------------*/
	.milk__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 1180px;
		margin: 0 auto;
		padding: 0px 10px;
	}
		.milk__content header {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.milk__content__header h3 {
			margin: 2.5rem 0rem 1.1rem 0rem;
			font-size: 1.5rem;
			letter-spacing: 0.04rem;
			font-weight: 500;
		}
		.milk__content__header p {
			margin-bottom: 2rem;
			text-align: justify;
			max-width: 
		}
		.milk__gallery__items {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
			align-items: stretch;
			margin-bottom: 1rem;
		}
			.milk__gallery__item {
				display: flex;
				flex-flow: column nowrap;
				justify-content: flex-start;
				align-items: center;
				text-align: center;
				margin: 20px 10px;
				padding: 10px 15px;
				max-width: 30%;
				background: #fff;
				box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
				border-radius: 8px;
			}
				.milk__gallery__item img {
					max-width: 70%;
					transition: 0.5s ease;
				}
				.milk__gallery__item img:hover {
					max-width: 100%;
				}
				.milk__item__content h4 {
					margin: 10px auto;
					text-transform: none;
					color: #055673;
					letter-spacing: 0.04rem;
					font-size: 1.1rem;
				}
				.milk__item__content p {
					font-size: 0.85rem;
					text-align: justify;
					color: #4f4f4f;
				}
				.prodinfo {
					border-collapse: separate;
					text-align: left;
					width: 100%;
					color: #4f4f4f;
					padding: 0px 5px;
					font-size: 14px;
				}
					.prodinfo th {
						letter-spacing: 0.02rem;
						font-weight: 500;
						text-align: left;
						line-height: 2.5;
						height: 30px;
						width: 100%;
					}
						.prodinfo td {
							font-weight: 300;
							vertical-align: top;
							/*width: 100%;*/
						}
@media (max-width: 990px) {
	.milk__title__text {
			margin: 100px 0px 20px 0px;
			text-align: center;
		}
	.milk__gallery__items {
		justify-content: center;
		align-items: stretch;
		}
	.milk__gallery__item {
		max-width: 45%;
	}
	.milk__gallery__item img {
		max-width: 50%;
		transition: 0.5s ease;
	}
	.milk__gallery__item img:hover {
		max-width: 70%;
	}
	.milk__item__content h4 {
		font-size: 0.9rem;
	}
	.prodinfo {
		font-size: 11px;
	}
}
@media (max-width: 767px) {
	.milk__title__text h1 {
		font-weight: 500;
		font-size: 2.5rem;
		line-height: 3rem;
		margin: 20px 0px;
		letter-spacing: 0.1rem;
		}
		.milk__title__text h2 {
			font-weight: 400;
			font-size: 1rem;
			letter-spacing: 0.02rem;
		}
		.milk__title__text h3 {
			font-size: 1rem;
			font-weight: 400;
		}
}
@media (max-width: 640px) {
	.milk__gallery__items {
			flex-flow: column wrap;
			align-items: center;
			margin: 20px 0px;
		}
	.milk__gallery__item {
		max-width: 100%;
		/*min-width: 70%;*/
	}
}
/* wrapper__footer
-------------------------------------------------------------------------------*/
.wrapper__footer {}
	.footer__container {
		background-image: linear-gradient(to top right, #0a202e, #055673, #19799e);
		color: #fff;
	}
		.footer__body {
			max-width: 1180px;
			margin: 0 auto;
			padding: 0 10px;
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			align-items: center;
		}
		.message__list {
			display: flex;
			flex-flow: row nowrap;
			justify-content: flex-start;
			align-items: center;
		}
			#svg__whatsapp,
			#svg__viber {
				height: 2rem;
			}
				#svg__whatsapp path,
				#svg__viber path {
					fill: #fff;
					transition: 0.3s ease;
					
				}
					.message__link a:hover #svg__whatsapp path {
						fill: #25d366;
					}
					.message__link a:hover #svg__viber path {
						fill: #59267c;
					}
		.footer {
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
		}
		.footer ul {
			display: flex;
			flex-flow: column nowrap;
			justify-content: center;
			align-items: center;
		}
			.footer li {
				margin: 0.3rem;
				list-style: none;
				font-size: 0.8rem;
				font-family: 'Roboto Condensed', sans-serif;
			}
			.footer img {
				width: 5rem;
			}