/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
	url('fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
	url('fonts/OpenSans-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
	url('fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "Open Sans", sans-serif;
	color: #333;
	font-size: 1em;
	line-height: 1.4;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #fff;
	min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
	margin: auto;
	width: 1340px;
	padding: 0 20px;
}

.hidden {
	display: none;
}

.button {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 17px 30px;
	background: #487D75;
	border: none;
	transition: all 0.2s ease-out;
}

.button:hover {
	opacity: 0.9;
}

.title {
	color: #487D75;
	font-size: 32px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.title_dark {
	color: #203C3F;
	line-height: 1.4;
}

.title h1,
.title h2 {
	font: inherit;
	margin: 0;
}

.section {
	padding-top: 80px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	padding: 30px 0;
}

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

.header__logo {
	width: 173px;
	flex-shrink: 0;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__nav {
	position: relative;
	top: 5px;
	color: #203C3F;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.header__nav ul {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header__nav a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 9px;
	border-bottom: 1px solid #8CB8B9;
	transition: all 0.2s ease-out;
}

.header__nav a:hover {
	opacity: 0.8;
}

.header__navbar {
	display: flex;
	align-items: center;
	flex-grow: 1;
	margin-left: 158px;
	transition: all 0.2s ease-out;
}

.header__button {
	font-size: 0;
	margin-left: auto;
}

.header__btn {
	margin-left: auto;
	padding: 0 15px;
	display: none;
	cursor: pointer;
	align-items: center;
	position: relative;
	right: -10px;
	top: -1px;
}

.header__btn-icon {
	position: relative;
	width: 22px;
	height: 20px;
	top: 1px;
}

.header__btn-icon i {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
	height: 2px;
	background: #000;
}

.header__btn-icon i:nth-child(1) {
	top: 0;
}

.header__btn-icon i:nth-child(2),
.header__btn-icon i:nth-child(3) {
	top: 9px;
}

.header__btn-icon i:nth-child(4) {
	top: 18px;
}

.header__btn.active .header__btn-icon i:nth-child(1) {
	top: 9px;
	width: 0;
	left: 50%;
}

.header__btn.active .header__btn-icon i:nth-child(2) {
	transform: rotate(45deg);
}

.header__btn.active .header__btn-icon i:nth-child(3) {
	transform: rotate(-45deg);
}

.header__btn.active .header__btn-icon i:nth-child(4) {
	top: 9px;
	width: 0;
	left: 50%;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main__block {
	padding: 60px 60px 65px;
	background: url(img/main-map.webp) no-repeat top left;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.main .title {
	max-width: 780px;
}

.main__label {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main__text {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 180%;
	letter-spacing: 0.54px;
	margin-top: 40px;
}

.main__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main__text li {
	padding-left: 24px;
	position: relative;
}

.main__text li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 18px;
	height: 18px;
	background: url(img/li-big.webp) no-repeat;
	background-size: cover;
}

.main__button {
	margin-top: 50px;
	font-size: 0;
}

.main__img {
	position: absolute;
	bottom: 18px;
	right: 0;
	width: 663px;
}

.main__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about__row {
	display: grid;
	align-items: flex-end;
	grid-template-columns: 440px 1fr;
	gap: 40px;
}

.about__img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #8CB8B9;
}

.about__img img + img {
	display: none;
}

.about__text {
	color: #333;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.48px;
    text-align: justify;
}

.about__text p {
	margin: 0.6em 0;
}

.about__text ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.about__text ul li {
	position: relative;
	padding-left: 20px;
}

.about__text ul li + li {
	margin-top: 0.6em;
}

.about__text ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	background: url(img/li.svg) no-repeat;
}

.about__advantages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
}

.about__advantage {
	display: flex;
	align-items: center;
}

.about__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	background: rgba(188, 188, 188, 0.1);
	margin-right: -15px;
}

.about__info {
	position: relative;
	top: 3px;
}

.about__icon img {
	width: 60px;
	height: 60px;
}

.about__caption {
	color: #487D75;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 6px;
}

.about__description {
	color: #000;
	font-size: 18px;
	line-height: 1.5;
}

.about__hidden {
	display: none;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages__text {
	color: #333;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.54px;
	margin-bottom: 38px;
}

.advantages__text p {
	margin: 0.6em 0;
}

.advantages__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.advantages__item {
	position: relative;
	background: #F4F9F9;
	padding: 14px 14px 27px 102px;
}

.advantages__icon {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 72px;
}

.advantages__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.advantages__caption {
	text-transform: uppercase;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 10px;
}

.advantages__description {
	color: #333;
	font-size: 14px;
	line-height: 140%;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info__block {
	display: grid;
	align-items: center;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.info__img img {
	display: block;
	width: 100%;
	height: auto;
}

.info__text {
	color: #333;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.42px;
	text-align: justify;
}

.info__text > *:first-child {
	margin-top: 0;
}

.info__text > *:last-child {
	margin-bottom: 0;
}

.info__text p {
	margin: 0.8em 0;
}

.info__text h3 {
	font: inherit;
	font-weight: 700;
	color: #487D75;
	text-transform: uppercase;
	margin: 0.8em 0;
}

/* ==========================================================================
   STRUCTURE
   ========================================================================== */
.structure {

}

.structure__text {
	margin: 26px 0 30px;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.54px;
}

.structure__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.structure__item img {
	display: block;
	width: 100%;
	height: auto;
}

.structure__item a {
	display: block;
	position: relative;
}

.structure__item a:after {
	content: '';
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff url(img/zoom.svg) no-repeat center;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	transition: all 0.2s ease-out;
}

.structure__item a:hover:after {
	opacity: 0.8;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding: 80px 0;
	color: #666;
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}

.footer a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.footer a:hover {
	opacity: 0.7;
}

.footer__block {
	display: flex;
	flex-direction: column;
	gap: 0.5em 0;
	padding: 30px;
	border: 1px solid #487D75;
}

/* ==========================================================================
   H1
   ========================================================================== */
.h1 {
	color: #487D75;
	font-size: 46px;
	font-weight: 800;
	line-height: 1.21;
	text-transform: uppercase;
	padding: 20px 0 10px;
}

.h1 h1 {
	font: inherit;
	margin: 0;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
	color: #5B5B5B;
	font-size: 20px;
	line-height: 30px;
	opacity: 0.66;
}

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

/* ==========================================================================
   PRODUCTION
   ========================================================================== */
.production__block {
	display: grid;
	align-items: center;
	grid-template-columns: 420px 1fr;
	gap: 20px;
}

.production__img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7DFDF;
}

.production__img img + img {
	display: none;
}

.production__text {
	margin: 30px 0;
	color: #333;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.54px;
    text-align: justify;
}

.production__text > *:first-child {
	margin-top: 0;
}

.production__text > *:last-child {
	margin-bottom: 0;
}

.production__text p {
	margin: 0.6em 0;
}

.production__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.production__item {
	padding-left: 70px;
	position: relative;
}

.production__icon {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.production__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.production__caption {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.54px;
	margin-bottom: 14px;
}

.production__description {
	color: #333;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.42px;
}

.production__description ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.production__description li {
	padding-left: 21px;
	position: relative;
	margin: 0.7em 0;
}

.production__description li:before {
	content: '';
	position: absolute;
	background: #333;
	top: 8px;
	left: 9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

.production__images {
	margin-top: 40px;
	display: grid;
	gap: 11px;
	grid-template-columns: repeat(8, 1fr);
}

.production__images img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7DFDF;
}

.production__images a {
	transition: all 0.2s ease-out;
}

.production__images a:hover {
	opacity: 0.8;
}

/* ==========================================================================
   COMPOUND
   ========================================================================== */
.compound__text {
	color: #333;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.42px;
}

.compound__text > *:first-child {
	margin-top: 0;
}

.compound__text > *:last-child {
	margin-bottom: 0;
}

.compound__text p {
	margin: 0.6em 0;
}

.compound__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.compound__text li {
	padding-left: 21px;
	position: relative;
	margin: 0.75em 0;
}

.compound__text li:before {
	content: '';
	position: absolute;
	background: #333;
	top: 8px;
	left: 9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

/* ==========================================================================
   VANTAGES__TEXT
   ========================================================================== */
.vantages__text {
    margin: 20px 0;
	color: #333;
	font-size: 18px;
	line-height: 1.55;
	letter-spacing: 0.54px;
}

.vantages__items {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.vantages__item {
	min-height: 280px;
	padding: 30px 20px 20px 30px;
	background: #F4F9F9;
}

.vantages__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 125px;
	margin-bottom: 20px;
}

.vantages__icon img {
	width: 100px;
	height: 100px;
}

.vantages__caption {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.54px;
	text-transform: uppercase;
}

.vantages__description {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.42px;
	text-transform: uppercase;
}

/* ==========================================================================
   TARGET
   ========================================================================== */
.target {

}

.target__block {
	background: #487D75;
	padding: 60px 30px 60px 147px;
	color: #FFF;
	font-size: 19px;
	line-height: 140%;
	letter-spacing: 0.57px;
	position: relative;
}

.target__block:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 60px;
	width: 88px;
	height: 67px;
	background: url(img/quote.svg) no-repeat;
}

/* ==========================================================================
   CERTIFICATION
   ========================================================================== */
.certification__img {
	margin-bottom: 20px;
}

.certification__img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7DFDF;
}

.certification__text {
	color: #333;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.48px;
}

.certification__text > *:first-child {
	margin-top: 0;
}

.certification__text > *:last-child {
	margin-bottom: 0;
}

.certification__text p {
	margin: 0.6em 0;
}

.certification__text h3 {
	margin: 0.6em 0;
}

.certification__text h3 {
	color: #487D75;
	font-size: 21px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.63px;
	text-transform: uppercase;
}

.certification__text a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.54px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.certification__text a:hover {
	opacity: 0.8;
}

/* ==========================================================================
   PROTOCOLS
   ========================================================================== */
.protocols__items {
	margin-top: 35px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.protocols__img {
	max-width: 370px;
	margin-bottom: 20px;
}

.protocols__img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7DFDF;
}

.protocols__name {
	color: #487D75;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.63px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.protocols__label {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.54px;
	margin-bottom: 20px;
}

.protocols__description {
	color: #333;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.48px;
}

/* ==========================================================================
   HISTOGRAM
   ========================================================================== */
.histogram__block {
    display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.histogram__img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7DFDF;
}

.histogram__text {
	color: #333;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.48px;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery__text {
	color: #333;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.42px;
	margin-bottom: 30px;
}

.gallery__text > *:first-child {
	margin-top: 0;
}

.gallery__text > *:last-child {
	margin-bottom: 0;
}

.gallery__text p {
	margin: 0.6em 0;
}

.gallery__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.gallery__text li {
	padding-left: 21px;
	position: relative;
	margin: 0.75em 0;
}

.gallery__text li:before {
	content: '';
	position: absolute;
	background: #333;
	top: 8px;
	left: 9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

.gallery__images {
	margin-top: 40px;
	display: grid;
	gap: 11px;
	grid-template-columns: repeat(8, 1fr);
}

.gallery__images img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #C7DFDF;
}

.gallery__images a {
	transition: all 0.2s ease-out;
}

.gallery__images a:hover {
	opacity: 0.8;
}

/* ==========================================================================
   MAP
   ========================================================================== */
.map__block iframe {
	display: block;
	width: 100%;
	height: 550px;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts__caption {
	color: #487D75;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.66px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contacts__columns {
    display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.contacts__text {
	color: #333;
	font-size: 18px;
	line-height: 2;
}

.contacts__text p {
	margin: 0.2em 0;
}

.contacts__text > *:first-child {
	margin-top: 0;
}

.contacts__text > *:last-child {
	margin-bottom: 0;
}

.contacts__text a {
	text-decoration: none;
	font-weight: 600;
	color: inherit;
	transition: all 0.2s ease-out;
}

.contacts__text a:hover {
	opacity: 0.8;
}

.contacts__address,
.contacts__email,
.contacts__telegram,
.contacts__whatsapp {
	padding-left: 40px;
	position: relative;
}

.contacts__address:before,
.contacts__email:before,
.contacts__telegram:before,
.contacts__whatsapp:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: 3px;
	top: 5px;
}

.contacts__address:before {
	background-image: url(img/address.svg);
}

.contacts__email:before {
	background-image: url(img/email.svg);
}

.contacts__telegram:before {
	background-image: url(img/telegram.svg);
}

.contacts__whatsapp:before {
	background-image: url(img/whatsapp.svg);
}

.contacts__email a,
.contacts__telegram a,
.contacts__whatsapp a {
	font-weight: inherit;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1339.98px) {
	.container {
		width: 960px;
	}

	.header__navbar {
		margin-left: 37px;
	}

	.header__nav {
		font-size: 14px;
		top: 4px;
	}

	.header__nav ul {
		gap: 20px;
	}

	.header__nav a {
		padding-bottom: 6px;
	}

	.button {
		font-size: 14px;
		padding: 14px 24px;
	}

	.main__img {
		width: 500px;
	}

	.main__text {
		max-width: 430px;
	}

	.about__row {
		align-items: flex-start;
		grid-template-columns: 1fr 1fr;
	}

	.about__content .about__advantages {
		display: none;
	}

	.about__advantages {
		margin-top: 30px;
	}

	.about__hidden {
		display: block;
	}

	.advantages__item {
		padding-left: 14px;
	}

	.advantages__icon {
		position: static;
		margin-bottom: 10px;
	}

	.advantages__caption {
		font-size: 16px;
	}

	.info__block {
		align-items: flex-start;
	}

	.production__block {
		align-items: flex-start;
	}

	.production__icon {
		position: static;
		margin-bottom: 10px;
	}

	.production__item {
		padding-left: 0;
	}

	.production__images {
		gap: 10px;
	}

	.gallery__images {
		gap: 10px;
	}

	.map__block iframe {
		height: 500px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.container {
		width: 720px;
	}
	
	.header {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		padding: 0;
		background: #fff;
		border-bottom: 1px solid #8CB8B9;
	}

	.header__row {
		height: 69px;
	}

	.header__navbar {
		position: fixed;
		top: 70px;
		bottom: 0;
		left: -320px;
		background: #fff;
		border-right: 1px solid #8CB8B9;
		width: 320px;
		margin: 0;
		display: block;
		padding: 40px 20px;
	}

	.header__navbar.active {
		left: 0;
	}

	.header__nav ul {
		display: block;
	}

	.header__nav ul li + li {
		margin-top: 15px;
	}

	.header__button {
		margin-top: 30px;
	}

	.header__button .button {
		display: block;
		width: 100%;
		text-align: center;
	}

	.header__btn {
		display: flex;
	}

	.header__logo {
		width: 160px;
	}

	.main {
		padding-top: 40px;
	}

	.main__img {
		position: static;
		width: auto;
		margin-top: 10px;
	}

	.about__row {
		display: block;
	}

	.about__img {
		margin-bottom: 25px;
	}

	.about__img img {
		display: none;
	}

	.about__img img + img {
		display: block;
	}

	.about__caption {
		font-size: 32px;
	}

	.about__description {
		font-size: 16px;
	}

	.about__icon {
		width: 90px;
		height: 90px;
	}

	.about__icon img {
		width: 40px;
		height: 40px;
	}

	.about__advantages {
		gap: 15px;
	}

	.advantages__items {
		grid-template-columns: 1fr 1fr;
	}

	.info__block {
		display: block;
	}

	.info__img {
		margin-bottom: 25px;
	}

	.structure__items {
		grid-template-columns: 1fr 1fr;
	}

	.footer {
		padding-bottom: 20px;
	}

	.main__block {
		padding: 40px;
	}

	.main__text {
		max-width: inherit;
	}

	.h1 {
		padding-top: 40px;
	}

	.production__block {
		display: block;
	}

	.production__img {
		margin-bottom: 40px;
	}

	.production__img img {
		display: none;
	}

	.production__img img + img {
		display: block;
	}

	.production__images {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}

	.gallery__images {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}

	.vantages__items {
		grid-template-columns: 1fr 1fr;
	}

	.h1 {
		font-size: 40px;
	}

	.map__block iframe {
		height: 450px;
	}

	.contacts__caption {
		font-size: 20px;
	}

	.contacts__text {
		font-size: 15px;
	}

	.contacts__text p {
		margin: 0.6em 0;
	}

	.contacts__address:before,
	.contacts__email:before,
	.contacts__telegram:before,
	.contacts__whatsapp:before {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.contacts__address,
	.contacts__email,
	.contacts__telegram,
	.contacts__whatsapp {
		padding-left: 32px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 100%;
	}

	.main {
		padding-top: 0;
		background: #f4f9f9;
	}

	.main__block {
		padding: 50px 0 40px;
		background: none;
	}

	.section {
		padding-top: 70px;
	}

	.title {
		font-size: 30px;
	}

	.h1 {
		font-size: 30px;
		padding-bottom: 5px;
	}

	.breadcrumbs {
		font-size: 14px;
		margin-bottom: -30px;
	}

	.about__advantage {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.about__icon {
		margin-right: 0;
	}

	.about__caption {
		font-size: 30px;
	}

	.about__description {
		font-size: 15px;
	}

	.advantages__text {
		font-size: 14px;
	}

	.structure__text {
		font-size: 14px;
	}

	.footer__block {
		padding: 20px;
	}

	.footer {
		padding-top: 70px;
	}

	.about__text {
		font-size: 14px;
	}

	.about__text ul li:before {
		top: 2px;
	}

	.production__text {
		font-size: 14px;
	}

	.production__images {
		gap: 10px;
	}

	.gallery__images {
		gap: 10px;
	}

	.vantages__text {
		font-size: 14px;
	}

	.vantages__item {
		padding: 15px;
	}

	.vantages__caption {
		font-size: 16px;
	}

	.vantages__description {
		font-size: 12px;
		margin-top: 10px;
	}

	.vantages__icon {
		width: 70px;
		height: 70px;
		margin-bottom: 15px;
	}

	.vantages__icon img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.target__block {
		font-size: 14px;
		padding: 20px 20px 20px 95px;
	}

	.target__block:before {
		width: 50px;
		height: 37px;
		background-size: cover;
		left: 20px;
		top: 20px;
	}

	.certification__text {
		font-size: 14px;
	}

	.certification__text a {
		font-size: 15px;
	}

	.protocols__name {
		font-size: 20px;
	}

	.protocols__description {
		font-size: 14px;
	}

	.protocols__label {
		font-size: 15px;
	}

	.histogram__block {
		display: block;
	}

	.histogram__img {
		margin-bottom: 30px;
	}

	.map__block iframe {
		height: 400px;
	}

	.contacts__caption {
		font-size: 18px;
		max-width: 180px;
	}

	.contacts__text {
		font-size: 14px;
		line-height: 1.5;
	}

	.contacts__text p {
		margin: 1em 0;
	}

	.contacts__address:before,
	.contacts__email:before,
	.contacts__telegram:before,
	.contacts__whatsapp:before {
		width: 18px;
		height: 18px;
		top: 2px;
	}

	.contacts__address,
	.contacts__email,
	.contacts__telegram,
	.contacts__whatsapp {
		padding-left: 30px;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		padding: 0 10px;
	}

	.about__caption {
		font-size: 24px;
	}

	.about__description {
		font-size: 14px;
	}

	.about__icon {
		width: 70px;
		height: 70px;
	}

	.about__icon img {
		width: 30px;
		height: 30px;
	}

	.title {
		font-size: 24px;
	}

	.main__label {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.main__text {
		font-size: 14px;
		margin-top: 20px;
	}

	.main__text li:before {
		width: 15px;
		height: 15px;
		background-size: cover;
	}

	.main__text li {
		padding-left: 22px;
	}

	.main__button {
		margin-top: 30px;
	}

	.main__img {
		margin-top: 20px;
	}

	.structure__items {
		gap: 10px;
	}

	.structure__item a:after {
		width: 36px;
		height: 36px;
		background-size: 16px 16px;
	}

	.section {
		padding-top: 60px;
	}

	.footer__block {
		padding: 20px 10px;
	}

	.footer {
		padding-top: 60px;
	}

	.advantages__items {
		gap: 10px;
	}

	.advantages__icon {
		width: 60px;
	}

	.advantages__item {
		padding: 20px 10px;
	}

	.vantages__items {
		gap: 10px;
		display: flex;
		flex-direction: column;
	}

	.vantages__item {
		padding: 20px 10px;
		min-height: inherit;
	}

	.target__block {
		padding: 20px 10px;
	}

	.production__images {
		gap: 5px;
	}

	.gallery__images {
		gap: 5px;
	}

	.protocols__items {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}

	.protocols__img {
		max-width: 300px;
	}

	.gallery__images {
		margin-top: 20px;
	}

	.map__block iframe {
		height: 350px;
	}

	.target__block:before {
		display: block;
		position: static;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width : 374.98px) {
	.about__advantages {
		display: flex;
		flex-direction: column;
	}

	.advantages__items {
		display: flex;
		flex-direction: column;
	}

	.title_dark {
		font-size: 21px;
	}

	.production__items {
		flex-direction: column;
		display: flex;
		gap: 20px;
	}

	.production__icon {
		position: absolute;
		left: 0;
		top: 0;
	}

	.production__item {
		padding-left: 65px;
	}

	.contacts__columns {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.contacts__caption {
		max-width: inherit;
	}
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 576px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}