﻿/*
GLOBAL
COMMON
*/

@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma/Regular.woff') format('woff'),
       url('../fonts/Tahoma/Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma/Bold.woff') format('woff'),
       url('../fonts/Tahoma/Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather/Bold.woff') format('woff'),
       url('../fonts/Merriweather/Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url('../fonts/AkzidenzGroteskPro/LightEx.woff') format('woff'),
       url('../fonts/AkzidenzGroteskPro/LightEx.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

/* GLOBAL START */
	/*body.ru #main,
	body.ru #content { padding-top: 2rem; }*/

	body.ru #content {
	    margin-top: 3rem;
	}

	.mob-menu { display: none; }

	body.ru .siptoms {
		position: relative;
		margin: 0 auto;
		width: 100%;
		max-width: 1006px;
		z-index: 1;
	}

	body.ru .siptoms.article-item .green_elem {
		content: '';
		position: absolute;
		bottom: 21.25rem;
		left: 50%;
		width: 83.75rem;
		height: 73.4375rem;
		background: url('https://www.polisorb.com/local/templates/.default/img/article-drop.png') no-repeat 50%/contain;
		transform: translate(-50%, 0);
		z-index: -1;
	}


	body.ru.article-section-1 #content::before {
		content: '';
		position: absolute;
		top: 21.25rem;
	    right: 0;
	    width: 477px;
	    height: 728px;
		background: url('../img/ellipse-01.png') no-repeat 50%/contain;
		z-index: -1;
	}

	body.ru .siptoms.article-item .siptoms__kv {
		position: relative;
	}

	body.ru .siptoms.article-item .siptoms__kv:before {
		content: '';
		position: absolute;
		top: 140px;
	    left: -100px;
	    width: 283px;
	    height: 190px;
		background: url('../img/points-01.png') no-repeat 50%/contain;
		z-index: -1;
		opacity: 0.85;
	}

	body.ru .siptoms.article-item .siptoms__kv:after {
		content: '';
		position: absolute;
		top: 90px;
	    right: -40px;
	    width: 283px;
	    height: 190px;
		background: url('../img/points-02.png') no-repeat 50%/contain;
		z-index: -1;
		opacity: 0.85;
	}


	body.ru .siptoms .title {
		margin-top: 0;
		padding: 0;
		font-weight: 700;
		font-family: "Tahoma", Arial, sans-serif;
		line-height: 1.1;
	}

	body.ru .siptoms .site_map {
		max-width: 860px;
	    margin-left: auto;
	    margin-right: auto;
	}

	body.ru .siptoms .title.big { margin-bottom: 15px; font-size: 40px; }
	body.ru .siptoms .title.medium { margin-bottom: 20px; font-size: 30px; }
	body.ru .siptoms .title.small { margin-bottom: 30px; font-size: 25px; }

	body.ru .siptoms .site_map .title.big { margin-bottom: 0px; font-size: 40px; color: #000; }

	body.ru .siptoms .site_map h2 {
		font-family: "Tahoma";
		font-size: 30px;
		line-height: 48px;
		font-weight: 700;
		color: #000;

		margin-bottom: 40px;
	}

	body.ru .siptoms .site_map .smaps {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	}

	body.ru .siptoms .site_map .smaps ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	body.ru .siptoms .site_map .smaps ul li {
		text-align: left;

		font-family: "Tahoma";
		font-size: 18px;
		color: #333;
		line-height: 2.0;
		font-weight: 700;
	}

	body.ru .siptoms .site_map .smaps ul li a {
		font-family: "Tahoma";
		font-size: 16px;
		text-decoration: none;
		color: #333;
		line-height: 2.0;
		font-weight: 400;
	}

	body.ru .siptoms .site_map .smaps ul li::before {
		display: none;
	}
	

	body.ru .siptoms p {
		margin: 0 0 26px;
		font: 400 16px/24px "Tahoma", Arial, sans-serif;
	}

	body.ru .siptoms.article-item p {
		text-align: justify;
	}

	body.ru .siptoms.simptoms-klass p {
		text-align: justify;
	}

	body.ru .siptoms.simptoms-klass .siptoms__blockquote p {
		text-align: center;
	}

	
	body.ru .siptoms.simptoms-klass .siptoms__bullets-block p {
		text-align: left;
	}

	body.ru .siptoms.simptoms-klass .siptoms__list-block p {
		text-align: center;
	}

	body.ru .siptoms p a { font-weight: 700; color: #28a526; }

	body.ru .siptoms p a:hover { text-decoration: underline; }

	body.ru .siptoms ul {
		margin: 0 0 26px;
		padding-left: 0;
		list-style: none;
	}

	body.ru .siptoms ul li {
		position: relative;
		padding-left: 34px;
	}

	body.ru .siptoms ul li::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		width: 6px;
		height: 6px;
		background: #000;
		border-radius: 50%;
	}

	body.ru .siptoms ul li p { margin-bottom: 0; }

	body.ru .siptoms small {
		display: inline-block;
		margin-bottom: 20px;
		font: 400 12px "Tahoma", Arial, sans-serif;
	}

	body.ru .social ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		list-style: none;
	}

	body.ru .social li:not(:last-child) { margin-right: 5px; }

	body.ru .social li .soc {
		display: block;
		position: relative;
		width: 27px;
		height: 27px;
		border-radius: 50%;
	}

	body.ru .social li .soc:hover { opacity: 0.5; }

	body.ru .social li .soc::before,
	body.ru .social li .soc::after {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 50%;
		border-radius: 50%;
	}

	body.ru .social li .soc::before { background: linear-gradient(264deg, #00C700 2%, #009E00 100%); z-index: 0; }

	body.ru .social li .soc::after { z-index: 1; }

	body.ru .social li .soc-vk::after { background-image: url('../img/svg/soc-vk-2.svg'); background-size: 12px; }
	body.ru .social li .soc-fb::after { background-image: url('../img/svg/soc-fb-2.svg'); background-size: 6px; }
	body.ru .social li .soc-in::after { background-image: url('../img/svg/soc-in-2.svg'); background-size: 12px; }
	body.ru .social li .soc-ok::after { background-image: url('../img/svg/soc-ok-2.svg'); background-size: 24px; }

	p.green,
	p .green { color: #27A525; }

	body.ru .siptoms ul li::before { background: #27A525; }

	.ta-center { text-align: center; }

	body.ru .contacts { position: relative; z-index: 1; }

	body.ru .contacts::after {
		content: '';
		position: absolute;
		bottom: -40rem;
		left: 50%;
		width: 100vw;
		height: 92.3125rem;
		background: url('/local/templates/.default/img/contacts-drops.png') no-repeat 50% 100%/100% auto;
		transform: translate(-50%, 0);
		z-index: -1;
	}

	body.ru .siptoms .cards {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		padding: 30px 0 64px;
	}

	body.ru .siptoms .cards__block {
		width: 33.33%;
		text-align: center;
	}

	body.ru .siptoms .cards__block .img-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 28px;
		padding: 4px;
		width: 250px;
		height: 250px;
		border: 4px solid #00ab00;
		border-radius: 50%;
	}

	body.ru .siptoms .cards__block .img-block .img {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
		border-radius: 50%;
	}

	body.ru .siptoms .cards__block p {
		margin-bottom: 0;
		color: #333;
		font: 400 14px/1.8 "Tahoma", Arial, sans-serif;
	}

	body.ru .siptoms .cards__block p a { color: #00A800; }

	body.ru .siptoms .cards__block p a:hover { text-decoration: underline; }
/* GLOBAL START */

/* COMMON START */
	body.ru .siptoms__kv {
		text-align: center;
		margin-bottom: 60px;
	}

	body.ru .siptoms__kv-img {
		margin-bottom: 74px;
		width: auto;
		/*max-width: 705px;*/
		height: auto;
		max-width: 735px;
	}   

	body.ru .article-item-4613 .siptoms__kv-img,
	body.ru .article-item-2140 .siptoms__kv-img,
	body.ru .article-item-5656 .siptoms__kv-img,
	body.ru .article-item-3011 .siptoms__kv-img,
	body.ru .article-item-2403 .siptoms__kv-img,
	body.ru .article-item-18964 .siptoms__kv-img,
	body.ru .article-item-4698 .siptoms__kv-img {
		max-width: none;
		width: auto;
		height: 430px;
	}

	body.ru .partners .siptoms__kv-img_mob {
		display: none;
	}

	body.ru .partners .siptoms__kv-img {
		max-width: 100%;

	}

	body.ru .article-item .siptoms__kv-img {
		margin-bottom: 0px;
	}
	
	body.ru .siptoms__float-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}

	body.ru .article-item .siptoms__float-block {
		margin-bottom: -20px;
	}

	body.ru .siptoms__float-block.left-img .left { text-align: center; }
	body.ru .siptoms__float-block.right-img .right { text-align: center; }

	body.ru .siptoms__float-block.right-img.medium .left { padding-right: 50px; width: 100%; max-width: 630px; }
	body.ru .siptoms__float-block.right-img.medium .right { width: 100%; max-width: 375px; }
	body.ru .siptoms__float-block.left-img.medium .left { width: 100%; max-width: 375px; }
	body.ru .siptoms__float-block.left-img.medium .right { padding-left: 50px; width: 100%; max-width: 630px; }

	body.ru .siptoms__float-block.right-img.big .left { width: 100%; max-width: 670px; }
	body.ru .siptoms__float-block.right-img.big .right { width: 100%; max-width: 335px; }
	body.ru .siptoms__float-block.left-img.big .left { width: 100%; max-width: 335px; }
	body.ru .siptoms__float-block.left-img.big .right { width: 100%; max-width: 670px; }

	body.ru .siptoms__float-block img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	body.ru .siptoms__list { margin-bottom: 70px; }

	body.ru .siptoms__list-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	body.ru .siptoms__list-block {
		position: relative;
		padding: 0 30px;
		width: 33.33%;
		text-align: center;
		box-sizing: border-box;
	}

	body.ru .siptoms__list h6 {
		position: absolute;
		top: -6px;
		left: 18px;
		margin: 0;
		color: #27a525;
		font: 700 40px/1 "Merriweather", Arial, sans-serif;
	}

	body.ru .siptoms__list .img {
		max-width: 100%;
		position: relative;
		margin: 0 auto 38px;
		width: 280px;
		height: 260px;
	}

	body.ru .siptoms__list .img img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		transform: translate(-50%, -50%);
	}

	body.ru .siptoms__list .img img:nth-child(1) { opacity: 1; }
	body.ru .siptoms__list .img img:nth-child(2) { opacity: 0; }

	body.ru .siptoms__list .img:hover img:nth-child(1) { opacity: 0; }
	body.ru .siptoms__list .img:hover img:nth-child(2) { opacity: 1; }

	body.ru .siptoms__list p { margin-bottom: 0; }

	body.ru .siptoms__blockquote {
		position: relative;
		margin: 0 0 75px;
		padding: 38px 20px 30px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	body.ru .siptoms__blockquote::before,
	body.ru .siptoms__blockquote::after {
		content: '';
		position: absolute;
		left: 50%;
		width: 43px;
		height: 4px;
		background: #27a525;
		border-radius: 100px;
		transform: translate(-50%, 0);
	}

	body.ru .siptoms__blockquote::before { top: 0; }
	body.ru .siptoms__blockquote::after { bottom: 0; }

	body.ru .siptoms__blockquote p { margin-bottom: 0; }

	body.ru .siptoms__blockquote br { display: none; }

	body.ru .siptoms__bullets { margin-bottom: 20px; }

	body.ru .siptoms__bullets-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: relative;
	}

	body.ru .siptoms__bullets-wrap-col {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 33.33%;
	}

	body.ru .siptoms__bullets-wrap img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	body.ru .siptoms__bullets-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
		margin-bottom: 25px;
		min-height: 72px;
	}

	body.ru .siptoms__bullets-block h6 {
		flex-shrink: 0;
		margin: 0 0 0 38px;
		width: 38px;
		color: #27a525;
		font: 700 40px/1 "Merriweather", Arial, sans-serif;
	}

	body.ru .siptoms__bullets-block p { margin-bottom: 0; }

	body.ru .siptoms__btns-list ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 0 0 75px;
		padding: 0;
	}

	body.ru .siptoms__btns-list ul li { margin-right: 20px; padding: 0; }

	body.ru .siptoms__btns-list ul li:last-child { margin-right: 0; }

	body.ru .siptoms__btns-list ul li::before { display: none; }

	body.ru .siptoms__btns-list ul li a {
		display: block;
		padding: 12px 28px;
		color: #000;
		font: 400 14px/1 "Tahoma", Arial, sans-serif;
		text-decoration: none;
		background: #e3e3e3;
		border: 1px solid #e3e3e3;
		border-radius: 100px;
		box-sizing: border-box;
		transition: 0.15s;
	}

	body.ru .siptoms__btns-list ul li a:hover {
		color: #200b11;
		background-color: transparent;
		border-color: #129d0f;
	}

	body.ru .siptoms .siptoms__form-release-tabs {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-bottom: 80px;
	}

	body.ru .siptoms .siptoms__form-release-left {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 50%;
		max-width: 350px;
		height: 400px;
	}

	body.ru .siptoms .siptoms__form-release-left::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 196px;
		width: 280px;
		height: 400px;
		background: url('https://www.polisorb.com/img/siptoms__form-release-tabs.png') no-repeat 50%/contain;
		transform: translate(0, -50%);
	}

	body.ru .siptoms .siptoms__form-release-right {
		margin-left: auto;
		margin-bottom: 0;
		width: 50%;
		max-width: 510px;
	}

	body.ru .siptoms .siptoms__form-release-right li {
		margin-bottom: 12px;
		padding: 0;
		width: 100%;
	}

	body.ru .siptoms .siptoms__form-release-right li:last-child { margin-bottom: 0; }

	body.ru .siptoms .siptoms__form-release-right li::before { display: none; }

	body.ru .siptoms .siptoms__form-release-right li a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		padding: 6px 40px 6px 6px;
		width: 100%;
		height: 70px;
		background: #f0f0f0;
		border-radius: 100px;
		box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.06);
		box-sizing: border-box;
	}

	body.ru .siptoms .siptoms__form-release-right li a:hover { opacity: 0.75; }

	body.ru .siptoms .siptoms__form-release-right li a.active { background: #27a525; }

	body.ru .siptoms .siptoms__form-release-right li a div {
		flex-shrink: 0;
		margin-right: 16px;
		width: 56px;
		height: 56px;
		background-color: #fdfdfd;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
		box-shadow:
			inset 0 0 16px rgba(0, 0, 0, 0.09),
			2px 2px 9px rgba(0, 0, 0, 0.32);
		border-radius: 50%;
	}

	body.ru .siptoms .siptoms__form-release-right li:nth-child(1) a div {
		background-image: url('https://www.polisorb.com/img/siptoms__form-release-01.png'); }
	body.ru .siptoms .siptoms__form-release-right li:nth-child(2) a div {
		background-image: url('https://www.polisorb.com/img/siptoms__form-release-02.png'); }
	body.ru .siptoms .siptoms__form-release-right li:nth-child(3) a div {
		background-image: url('https://www.polisorb.com/img/siptoms__form-release-03.png'); }
	body.ru .siptoms .siptoms__form-release-right li:nth-child(4) a div {
		background-image: url('https://www.polisorb.com/img/siptoms__form-release-04.png'); }
	body.ru .siptoms .siptoms__form-release-right li:nth-child(5) a div {
		background-image: url('https://www.polisorb.com/img/siptoms__form-release-05.png'); }

	body.ru .siptoms .siptoms__form-release-right li a p {
		margin: 0;
		color: #000;
		font: 400 16px/1.5 "Tahoma", Arial, sans-serif;
	}

	body.ru .siptoms .siptoms__form-release-right li a.active p { color: #fff; }

	body.ru .siptoms__footnote { margin-bottom: 54px; }

	body.ru .siptoms__footnote small {
		margin-bottom: 16px;
		color: #000;
		font: 400 12px/1.33 "Tahoma", Arial, sans-serif;
	}
/* COMMON END */

/* HEADER START */
	body.ru header {
		position: relative;
		padding-top: 24px;
		z-index: 1;
	}

	body.ru header nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}

	body.ru header .logo {
		display: block;
		width: 156px;
		height: 22px;
		background: url('../img/svg/logo-2.svg') no-repeat 50%/contain;
	}

	body.ru header .header__menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		list-style: none;
		margin-right: auto;
		padding: 0;
	}

	body.ru header .header__menu li { margin-left: 34px; }

	body.ru header .header__menu a {
		color: #333;
		font: 700 14px "Tahoma", Arial, sans-serif;
	}

	body.ru header .header__lang { position: relative; }

	body.ru header .header__lang .header__lang-current {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		position: relative;
		color: #00A800;
		font: 700 15px "Tahoma", Arial, sans-serif;
		text-transform: uppercase;
	}

	body.ru header .header__lang .header__lang-current::after {
		content:'';
		margin-left: 8px;
		width: 9px;
		height: 6px;
		background: url('../img/svg/arrow-bot-2.svg') no-repeat 50%/contain;
	}

	body.ru header .header__lang .header__lang-list {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 20px;
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition:0.3s;
	}

	body.ru header .header__lang:hover .header__lang-list { height: auto; opacity: 1; }

	body.ru header .header__lang .header__lang-list li { padding: 2px 0; }

	body.ru header .header__lang .header__lang-list a {
		color: #00A800;
		font: 700 15px "Tahoma", Arial, sans-serif;
		text-transform: uppercase;
	}
/* HEADER END */

/* FOOTER START */
	body.ru footer {
		padding: 30px 0 14px;
		background: #F3F3F3;
	}

	body.ru.main_page footer {
		margin-top: -80px;
		padding: 110px 0 14px;
	}

	body.ru footer .top {
		margin-left: auto;
		margin-bottom: 16px;
		width: 104px;
	}

	body.ru footer .top .phone {
		display: inline-block;
		margin-bottom: 10px;
		color: #333;
		font: 400 12px "Tahoma", Arial, sans-serif;
	}

	body.ru footer .top .email {
		display: inline-block;
		color: #00A800;
		font: 400 12px "Tahoma", Arial, sans-serif;
	}

	body.ru footer .mid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-bottom: 22px;
	}

	body.ru footer .mid .footer__menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-right: 22px;
		padding: 0;
		list-style: none;
	}

	body.ru footer .mid .footer__menu li { margin-right: 24px; }

	body.ru footer .mid .footer__menu li a {
		color: #333;
		font: 400 12px "Tahoma", Arial, sans-serif;
	}

	body.ru footer .mid .footer__search { margin-right: auto; }

	body.ru footer .mid .footer__search form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}

	body.ru footer .mid .footer__search .form-group { margin-right: 16px; }

	body.ru footer .mid .footer__search .form-group input {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		padding: 0 15px;
		width: 183px;
		height: 27px;
		color: #333;
		font: 400 12px "Tahoma", Arial, sans-serif;
		border-radius: 1000px;
		box-shadow: none;
		border: 0;
		box-sizing: border-box;
	}

	body.ru footer .mid .footer__search .form-group input::-webkit-input-placeholder { color: rgba(51,255,255,0.3); }
	body.ru footer .mid .footer__search .form-group input:-ms-input-placeholder { color: rgba(51,255,255,0.3); }
	body.ru footer .mid .footer__search .form-group input::-ms-input-placeholder { color: rgba(51,255,255,0.3); }
	body.ru footer .mid .footer__search .form-group input::placeholder { color: rgba(51,51,51,0.3); }

	body.ru footer .mid .footer__search .form-group input:focus { outline: 0; }

	body.ru footer .mid .footer__search .form-btns .btn {
		padding: 0;
		width: 120px;
		height: 27px;
		font-size: 12px;
	}

	body.ru footer .bot {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}

	body.ru footer .bot p {
		margin-bottom: 0;
		color: rgba(0,0,0,0.2);
		font: 200 20px "AkzidenzGroteskPro", Arial, sans-serif;
		text-transform: uppercase;
		text-align: center;
	}
/* FOOTER END */

.simptoms-klass {
	margin-top: 40px !important;
}

.body_new_doctors .center_text_bl {
	max-width: none;
}

.body_new_doctors #content > .center {
	max-width: none;
}

.new-articles-list .bl_item_pic {
	border-radius: 20px;
	border: none;

	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}

.new-articles-list .bl_item_txt {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.new-articles-list .bl_item_txt p {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.new-articles-list .bl_item_txt span {
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.new-articles-list .bl_item_name {
	font-size: 18px !important;
    font-weight: 700;

    margin-bottom: 10px;
    display: block;
}

.new-articles-list .more-link-wrapper {
	padding: 5px 0 0 0;
}

.new-articles-list .more-link-wrapper a {
	font-size: 12px;
}

.article-item p img {
	margin: 0 auto;
	display: block;
}

body.ru .bl_instr_head_tb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 2px;
    width: 100%;
    min-height: 0;
    background: linear-gradient(247deg, #00C700 2%, #009E00 100%);
    border: 0;
    border-radius: 1000px;
    overflow: hidden;
}

body.ru .bl_instr_head_td {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: calc(25% - 1.5px);
	height: 70px;
	color: #00B700;
	font: 700 14px "Tahoma", Arial, sans-serif;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;

	text-align: center;
}

body.ru .bl_instr_head_td:first-child {
	justify-content: flex-end;
	padding-left: 0;
	padding-right: 20px;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
}

body.ru .bl_instr_head_td:last-child {
	/*justify-content: flex-start;*/
	justify-content: center;
	padding-right: 0;
	/*padding-left: 20px;*/
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}

body.ru .bl_instr_head_active { color: #fff; background: none; }

body.ru .bl_instr_head_td::before { display: none; }

body.ru .table__recomended {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 50px;
}

body.ru .table__recomended-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.ru .table__recomended-block h3 {
	margin-bottom: 8px;
	color: #828282;
	font: 400 14px "Tahoma", Arial, sans-serif;
}

body.ru .table__recomended-water {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	width: 125px;
	height: 125px;
	background: linear-gradient(264deg, #00C700 2%, #009E00 100%);
	border-radius: 50%;
}

body.ru .table__recomended-water img {
	margin-bottom: 6px;
	width: auto;
	height: 66px;
}

body.ru .table__recomended-water p {
	margin-bottom: 0;
	color: #fff;
	font: 700 12px "Tahoma", Arial, sans-serif;
}

body.ru .table__recomended-spoon { margin-bottom: 12px; }

body.ru .table__recomended-spoon img { width: 82px; height: 82px; }

body.ru .table__recomended-block span {
	margin-bottom: 0;
	padding: 0 4px;
	color: #828282;
	font: 400 12px "Tahoma", Arial, sans-serif;
	text-align: center;
}

body.ru .method-application { margin-bottom: 70px; }

body.ru .method-application > .method-application__head {
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

body.ru .method-application > div > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

body.ru .method-application > div > div p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	padding: 9px 12px;
	width: 20%;
	height: 100%;
	min-height: 75px;
	margin: 0;
	color: #3D3D3D;
	font: 400 14px/1.2 "Tahoma", Arial, sans-serif;
	text-align: center !important;
}

body.ru .method-application > div > div p:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 100vh;
	background: #E1E1E1;
	transform: translate(0, -50%);
}

body.ru .method-application > div > div p b { font-weight: 700; font-size: 16px; }

body.ru .method-application > .method-application__body > div {
	border-bottom: 1px solid #E1E1E1;
}

body.ru .method-application > .method-application__body > div p b { color: #00A800; }

.bl_head_scientist_articles .selectric-wrapper {
	width: 320px;
	display: inline-block;
}




body.ru .siptoms.partners .cards__block .img-block {
	display: none;
}

body.ru .siptoms.partners p {
	text-align: justify;
}

body.ru .siptoms.partners .cards__block p {
	text-align: center;
}

.navigation .navigation-arrows {
	width: 119px;
	height: 31px;

	border: 1px solid #00A800;
	box-sizing: border-box;
	border-radius: 23px;
	background: #fff;
	color: #00A800;
	font-size: 12px;
	line-height: 28px;
	font-family: Tahoma;
	position: relative;
}

.navigation .navigation-arrows:nth-child(1) {
	padding-left: 10px;
}

.navigation .navigation-arrows:nth-child(1):before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 10px;

	background: url('../img/arrow-left.png') no-repeat top left;
}

.navigation .navigation-arrows:nth-child(3) {
	padding-right: 10px;
}

.navigation .navigation-arrows:nth-child(3):before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 10px;

	background: url('../img/arrow-right.png') no-repeat top left;
}

.navigation .navigation-pages {
	margin: 0 20px;
}

.navigation .navigation-pages > a, .navigation .navigation-pages > span {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color: #00A800;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.navigation .navigation-pages > span.nav-current-page {
	background: linear-gradient(264.13deg, #00A800 2.1%, #00BE00 100%);
	color: #fff;
	border-radius: 50%;
}

.navigation .navigation-pages > b {
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 28px;
	color: #00A800;
	text-align: center;
}

.navigation .navigation-pages > span.navigation-title {
	display: none;
}

body.ru .siptoms .bl_instr_item p {
	text-align: justify;
}


@media (max-width: 1024px) {

	body.ru .partners .siptoms__kv-img {
		display: none;
	}   

	/*body.ru .siptoms__kv-img_mob {
		display: block;
		width: 100%;
	}*/

	body.ru .partners .siptoms__kv-img_mob {
		display: block;
		width: 100%;
	}

	body.ru .article-item-4613 .siptoms__kv-img,
	body.ru .article-item-2140 .siptoms__kv-img,
	body.ru .article-item-5656 .siptoms__kv-img,
	body.ru .article-item-3011 .siptoms__kv-img,
	body.ru .article-item-2403 .siptoms__kv-img,
	body.ru .article-item-18964 .siptoms__kv-img,
	body.ru .article-item-4698 .siptoms__kv-img {
		width: 100%;
		height: auto;
	}

	body.ru .article-item-4613 .siptoms__float-block.big.left-img img,
	body.ru .article-item-5656 .siptoms__float-block.big.left-img img,
	body.ru .article-item-2403 .siptoms__float-block.big.left-img img,
	body.ru .article-item-18964 .siptoms__float-block.big.left-img img {
		margin-bottom: -8vw;
		margin-top: -14vw;
	}

	body.ru .article-item-4698 .siptoms__float-block.big.left-img img,
	body.ru .article-item-2140 .siptoms__float-block.big.left-img img {
		margin-top: -2vw;
	}

	.navigation .navigation-pages {
		margin: 20px 20px;
	}

	.navigation .navigation-arrows {
		width: 100%;
	}

	.new-articles-list .bl_item_pic {
		width: 100%;
		max-width: 100%;
		margin: 0 0 3rem 0;

		height: auto;
	}

	.new-articles-list .bl_item_pic img {
		width: 100%;
	}

	.new-articles-list .bl_item_pic .bl_item_name {
		margin-bottom: 0px;
	}

	.bl_map_filter_results .result_item_col_city {
		width: 100%;
		display: block;
		margin-bottom: 3rem;
	}

	.bl_head_scientist_articles {
		width: 100%;
	}

	/* GLOBAL START */
		body.ru * { box-sizing: border-box; }

		html { font-size: 1.5625vw; }

		body.ru #content {
		    margin-top: 10rem;

		    padding-left: 3rem;
		    padding-right: 3rem;
		}

		/*body.ru #main,
		body.ru #content { padding-top: 4.75rem; }*/

		body.ru.main_page #main,
		body.ru.main_page #content { padding-top: 14.75rem; }

		body.ru .siptoms { max-width: 726px; }

		body.ru .siptoms .title.big { margin-bottom: 45px; font-size: 58px; margin-top: 30px;}
		body.ru .siptoms .title.medium { margin-bottom: 50px; font-size: 50px; }
		body.ru .siptoms .title.small { margin-bottom: 50px; font-size: 50px; }

		body.ru .siptoms > :last-child,
		body.ru .siptoms > :last-of-type { margin-bottom: 0; }

		body.ru .siptoms p {
			margin-bottom: 70px;
			font-size: 35px;
			line-height: 60px;
		}

		body.ru .siptoms ul { margin: 0; }

		body.ru .siptoms ul li {
			margin-bottom: 50px;
			padding-left: 80px;
		}

		body.ru .siptoms ul li::before {
			top: 26px;
			left: 32px;
			width: 14px;
			height: 14px;
		}

		body.ru .siptoms small { margin-bottom: 40px; font-size: 30px; }

		body.ru .social li:not(:last-child) { margin-right: 2rem; }

		body.ru .social li .soc { width: 6.625rem; height: 6.625rem; }

		body.ru .social li .soc:hover { opacity: 1; }

		body.ru .social li .soc-vk::after { background-size: 2.8125rem; }
		body.ru .social li .soc-fb::after { background-size: 1.625rem; }
		body.ru .social li .soc-in::after { background-size: 2.75rem; }
		body.ru .social li .soc-ok::after { background-size: 5rem; }

		body.ru .siptoms .cards {
			flex-direction: column;
			justify-content: flex-start;
			padding: 40px 0 80px;
		}

		body.ru .siptoms .cards__block { margin-bottom: 40px; width: 100%; }

		body.ru .siptoms .cards__block .img-block {
			margin: 0 auto 30px;
			padding: 8px;
			width: 400px;
			height: 400px;
			border-width: 8px;
		}

		body.ru .siptoms .cards__block p { font-size: 32px; }

		body.ru .bl_instr_head { margin-bottom: 80px; }

		body.ru .bl_instr_head_tb {
			flex-direction: column;
			justify-content: flex-start;
			padding: 4px;
		    border-radius: 80px;
		}

		body.ru .bl_instr_head_td {
			width: 100%;
			height: 120px;
			font-size: 30px;
		}

		body.ru .bl_instr_head_td:first-child {
			justify-content: center;
			padding-left: 0;
			padding-right: 0;
			border-top-left-radius: 80px;
			border-top-right-radius: 80px;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		body.ru .bl_instr_head_td:last-child {
			justify-content: center;
			padding-right: 0;
			padding-left: 0;
			border-top-right-radius: 0;
			border-top-left-radius: 0;
			border-bottom-left-radius: 80px;
			border-bottom-right-radius: 80px;
		}

		body.ru .table__recomended {
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-o-flex-wrap: wrap;
			flex-wrap: wrap;
			align-items: flex-start;
			align-content: flex-start;
			justify-content: space-between;
			margin-bottom: 0;
		}

		body.ru .table__recomended-block {
			margin-bottom: 80px;
			width: 50%;
		}

		body.ru .table__recomended-block h3 {
			margin-bottom: 16px;
			font-size: 40px;
		}

		body.ru .table__recomended-water {
			margin-bottom: 40px;
			width: 280px;
			height: 280px;
		}

		body.ru .table__recomended-water img {
			margin-bottom: 12px;
			height: 120px;
		}

		body.ru .table__recomended-water p {
			margin-bottom: 0;
			font-size: 30px;
			line-height: 1.2;
		}

		body.ru .table__recomended-spoon { margin-bottom: 40px; }

		body.ru .table__recomended-spoon img { width: 200px; height: 200px; }

		body.ru .table__recomended-block span { padding: 0 20px; font-size: 30px; }

		body.ru .method-application {
			margin-bottom: 80px;
			width: 100%;
			overflow-x: auto;
		}

		body.ru .method-application > .method-application__head {
			box-shadow: 0 8px 48px rgba(0, 0, 0, 0.04);
		}

		body.ru .method-application > div { width: 200vw; }

		body.ru .method-application > div > div p {
			padding: 20px;
			min-height: 140px;
			font-size: 32px;
		}

		body.ru .method-application > div > div p:not(:last-child)::after { width: 2px; }

		body.ru .method-application > div > div p b { font-size: 36px; }

		body.ru .method-application > .method-application__body > div {
			border-bottom-width: 2px;
		}
	/* GLOBAL START */

	/* COMMON START */
		body.ru .siptoms__kv { margin-bottom: 138px; }

		body.ru .siptoms__kv-img {
			margin-left: -37px;
			margin-bottom: 110px;
			min-width: calc(100% + (37px * 2));
			max-width: 100vw;
		}

		body.ru .siptoms__float-block {
			flex-direction: column;
			margin-bottom: 60px;
		}

		body.ru .siptoms__float-block.medium.left-img .left { order: 1; }
		body.ru .siptoms__float-block.medium.left-img .right { order: 2; }
		body.ru .siptoms__float-block.medium.right-img .left { order: 2; }
		body.ru .siptoms__float-block.medium.right-img .right { order: 1; }

		body.ru .siptoms__float-block.big.left-img .left { order: 2; }
		body.ru .siptoms__float-block.big.left-img .right { order: 1; }
		body.ru .siptoms__float-block.big.right-img .left { order: 1; }
		body.ru .siptoms__float-block.big.right-img .right { order: 2; }


		body.ru .siptoms__float-block.right-img.medium .left { padding-right: 0; max-width: 100%; }
		body.ru .siptoms__float-block.right-img.medium .right { max-width: 100%; }
		body.ru .siptoms__float-block.left-img.medium .left { max-width: 100%; }
		body.ru .siptoms__float-block.left-img.medium .right { padding-left: 0; max-width: 100%; }

		body.ru .siptoms__float-block.right-img.big .left { max-width: 100%; }
		body.ru .siptoms__float-block.right-img.big .right { max-width: 100%; }
		body.ru .siptoms__float-block.left-img.big .left { max-width: 100%; }
		body.ru .siptoms__float-block.left-img.big .right { max-width: 100%; }

		body.ru .siptoms__float-block img { margin-bottom: 50px; }

		body.ru .siptoms__float-block.medium img { width: 100%; }
		body.ru .siptoms__float-block.big img { width: 80%; }

		body.ru .siptoms__list { margin-bottom: 70px; }

		body.ru .siptoms__list-wrap {
			flex-direction: column;
			align-items: center;
		}

		body.ru .siptoms__list-block {
			margin-bottom: 130px;
			padding: 0 20px;
			width: 100%;
		}

		body.ru .siptoms__list h6 {
			top: -18px;
			left: 0;
			font-size: 88px;
		}

		body.ru .siptoms__list .img {
			margin-bottom: 64px;
			width: 564px;
			height: 526px;
		}

		body.ru .siptoms__blockquote { margin-bottom: 140px; padding: 70px 0 64px; }

		body.ru .siptoms__blockquote::before,
		body.ru .siptoms__blockquote::after {
			width: 126px;
			height: 6px;
			border-radius: 100px;
		}

		body.ru .siptoms__blockquote br { display: block; }

		body.ru .siptoms__bullets { margin-bottom: 90px; }

		body.ru .siptoms__bullets-wrap { flex-direction: column; }

		body.ru .siptoms__bullets-wrap-col { width: 100%; }

		body.ru .siptoms__bullets-wrap img { margin-bottom: 50px; min-width: 485px; }

		body.ru .siptoms__bullets-block { margin-bottom: 50px; min-height: 0; }

		body.ru .siptoms__bullets-block h6 {
			margin: 0;
			width: 84px;
			font-size: 88px;
		}

		body.ru .siptoms__btns-list ul {
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-o-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: space-between;
			margin: 0 0 100px;
		}

		body.ru .siptoms__btns-list ul li {
			margin-right: 0;
			margin-bottom: 40px;
			width: calc(50% - 20px);
			padding: 0;
		}

		body.ru .siptoms__btns-list ul li a {
			padding: 30px 52px;
			width: 100%;
			font-size: 35px;
			border-width: 3px;
			border-radius: 100px;
			text-align: center;
		}

		body.ru .btns-2 .siptoms__btns-list ul li:last-child { width: 100%; }

		body.ru .siptoms .siptoms__form-release-tabs { flex-direction: column; margin-bottom: 130px; }

		body.ru .siptoms .siptoms__form-release-left {
			margin-bottom: 30px;
			width: 100%;
			max-width: 100%;
			height: 720px;
		}

		body.ru .siptoms .siptoms__form-release-left::after { display: none; }

		body.ru .siptoms .siptoms__form-release-left div:nth-child(1) { width: 605px; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(2) { width: 436px; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(3) { width: 494px; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(4) { width: 486px; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(5) { width: 566px; }

		body.ru .siptoms .siptoms__form-release-left div img { width: 100%; }

		body.ru .siptoms .siptoms__form-release-right {
			margin-left: 0;
			width: 100%;
			max-width: 100%;
		}

		body.ru .siptoms .siptoms__form-release-right li { margin-bottom: 24px; }

		body.ru .siptoms .siptoms__form-release-right li a {
			padding: 40px 70px 40px 40px;
			height: 276px;
			border-radius: 800px;
			box-shadow: inset 2px 2px 15px rgba(0, 0, 0, 0.06);
		}

		body.ru .siptoms .siptoms__form-release-right li a:hover { opacity: 1; }

		body.ru .siptoms .siptoms__form-release-right li a div {
			margin-right: 50px;
			width: 150px;
			height: 150px;
			box-shadow:
				inset 0 0 40px rgba(0, 0, 0, 0.09),
				5px 5px 23px rgba(0, 0, 0, 0.32);
		}

		body.ru .siptoms .siptoms__form-release-right li a p { font-size: 35px; line-height: 1.4; }

		body.ru .siptoms__footnote { margin-bottom: 90px; }

		body.ru .siptoms__footnote small { margin-bottom: 40px; font-size: 30px; }
	/* COMMON END */

	/* HEADER START */
		body.ru header { display: none; }

		body.ru .mob-menu {
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 100;
			height: 8.5rem;
		    width: 100%;
		    background: #fff;
		}

		body.ru .new_menu .mob-menu { display: block !important; }

		body.ru .new_menu header { margin-bottom: 16rem; border-top-width: 0; }

		body.ru .new_menu header .center { width: 100%; max-width: 100%; }

		body.ru .mob-menu .logo {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			top: 2.85rem;
			left: 20.625rem;
			width: 24rem;
			height: 3.375rem;
			background: url('../img/svg/logo-2.svg') no-repeat 50%/contain;
		}

		body.ru .mob-menu .logo img { width: 100%; }

		body.ru .mob-menu .mob-burger {
			position: fixed;
			top: 3.25rem;
			left: 2.5rem;
			width: 4.4375rem;
			height: 2.875rem;
			padding: 0;
			border: 0;
			background: none;
			z-index: 2;
			transition: 0.3s;
			cursor: pointer;
		}

		body.ru .mob-menu .mob-burger:focus { outline: 0; }

		body.ru .mob-menu.active .mob-burger { left: 51.5625rem; }

		body.ru .mob-menu .mob-burger span {
			position: absolute;
			left: 0;
			height: 8px;
			background: #00A800;
			border-radius: 100px;
		}

		body.ru .mob-menu .mob-burger span:nth-child(1) { top: 0%; width: 4.4375rem; transform: translate(0, 0%); }
		body.ru .mob-menu .mob-burger span:nth-child(2) { top: 50%; width: 3.0625rem; transform: translate(0, -50%); }
		body.ru .mob-menu .mob-burger span:nth-child(3) { top: 100%; width: 1.875rem; transform: translate(0, -100%); }

		body.ru .mob-menu nav {
			position: fixed;
			top: 0;
			left: -100vw;
			width: 100vw;
			height: 100%;
			transition: 0.3s;
			overflow-x: hidden;
			overflow-y: auto;
			z-index: 1;
		}

		body.ru .mob-menu.active nav { left: 0; }

		body.ru .mob-menu__wraper {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			padding-bottom: 10rem;
			width: 76.27%;
			min-height: calc(100% - 10rem);
			background: linear-gradient(267deg, #00A800 2%, #00BE00 100%);
		}

		body.ru .mob-menu .nav__white {
			position: absolute;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100%;
			background: rgba(255, 255, 255, 0.91);
			z-index: -2;
		}

		body.ru .mob-menu .mob-menu__top {
			padding: 2vh 5.125rem 1vh;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}

		body.ru .mob-menu .mob-menu__logo {
			display: block;
			margin-bottom: 1.375rem;
			width: 21.875rem;
			height: 3.0625rem;
			background: url('../img/svg/logo.svg') no-repeat 50%/contain;
		}

		body.ru .mob-menu .mob-menu__phone {
			margin-bottom: 0.75rem;
			color: #fff;
			font: 400 2rem "Tahoma", Arial, sans-serif;
			text-decoration: none;
		}

		body.ru .mob-menu .mob-menu__email {
			color: #fff;
			font: 400 1.5rem "Tahoma", Arial, sans-serif;
			text-decoration: none;
		}

		body.ru .mob-menu .mob-menu__body,
		body.ru .mob-menu .mob-menu__body-dropdown { padding: 0 5.125rem; }

		body.ru .mob-menu .mob-menu__body { display: none; }
		body.ru .mob-menu .mob-menu__body.active { display: block; }

		body.ru .mob-menu .mob-menu__body-dropdown { display: none; }
		body.ru .mob-menu .mob-menu__body-dropdown.active { display: block; }

		body.ru .mob-menu ul { margin: 0; padding: 0; }

		body.ru .mob-menu li { list-style: none; }

		body.ru .mob-menu .mob-menu__list > li {
			position: relative;
			margin-bottom: 2vh;
			max-width: 20.625rem;
		}

		body.ru .mob-menu .mob-menu__list > li > a {
			position: relative;
			color: #fff;
			font: 700 2.75rem/1.4 "Tahoma", Arial, sans-serif;
			text-decoration: none;
		}

		body.ru .mob-menu .mob-menu__list > li > a.dropdown::after {
			content: '';
			position: absolute;
			bottom: 0.625rem;
			right: -1.25rem;
			width: 1rem;
			height: 1.5625rem;
			background: url('../img/svg/arrow-right.svg') no-repeat 50%/contain;
			transform: translate(100%, 0);
			opacity: 0.7;
		}

		body.ru .mob-menu .mob-menu__body-dropdown .mob-menu__list > li > a {
			display: inline-block;
			position: relative;
			padding-left: 4.375rem;
			color: #fff;
			font: 700 2.75rem/1.4 "Tahoma", Arial, sans-serif;
			text-decoration: none;
		}

		body.ru .mob-menu .mob-menu__body-dropdown .mob-menu__list > li > a.dropdown::after {
			content: '';
			position: absolute;
			bottom: auto;
			right: auto;
			top: 1.5rem;
			left: 0.375rem;
			transform: translate(0, 0) rotate(180deg);
			opacity: 0.4;
		}

		body.ru .mob-menu .mob-menu__list > li > ul {
			display: block;
			position: relative;
			width: 100%;
		}

		body.ru .mob-menu .mob-menu__list > li > ul li { margin-top: 2vh; }

		body.ru .mob-menu .mob-menu__list > li > ul a {
			color: #fff;
			font: 700 2.375rem/1.4 "Tahoma", Arial, sans-serif;
			text-decoration: none;
		}

		body.ru .mob-menu .mob-menu__btns { margin-top: 3vh; }

		body.ru .mob-menu .mob-menu__btns .btn {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 2vh;
			width: 22.1875rem;
			height: 6.225rem;
			color: #333;
			font: 400 2.1875rem "Tahoma", Arial, sans-serif;
			text-decoration: none;
			text-align: center;
			background: #fff;
			border-radius: 12.5rem;
		}

		body.ru .mob-menu .mob-menu__social {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			margin-bottom: 3vh;
		}

		body.ru .mob-menu .mob-menu__social li { margin-right: 2rem; }

		body.ru .mob-menu .mob-menu__social .soc {
			display: block;
			width: 6rem;
			height: 6rem;
			background-repeat: no-repeat;
			background-position: 50%;
			-webkit-background-size: contain;
			background-size: contain;
		}

		body.ru .mob-menu .mob-menu__social .soc-vk { background-image: url('../img/svg/soc-vk.svg'); }
		body.ru .mob-menu .mob-menu__social .soc-fb { background-image: url('../img/svg/soc-fb.svg'); }
		body.ru .mob-menu .mob-menu__social .soc-in { background-image: url('../img/svg/soc-in.svg'); }
		body.ru .mob-menu .mob-menu__social .soc-ok { background-image: url('../img/svg/soc-ok.svg'); }

		body.ru .mob-menu .mob-menu__search { position: relative; }

		body.ru .mob-menu .mob-menu__search a {
			position: absolute;
			top: 50%;
			left: 2.1875rem;
			width: 1.875rem;
			height: 1.875rem;
			background: url('../img/svg/search.svg') no-repeat 50%/contain;
			transform: translate(0, -50%);
		}

		body.ru .mob-menu .mob-menu__search input {
			padding: 0 5.25rem;
			width: 30.375rem;
			height: 6rem;
			border: 0;
			color: #fff;
			font: 400 1.5rem "Tahoma", Arial, sans-serif;
			background: #01A301;
			border-radius: 12.5rem;
		}

		body.ru .mob-menu .mob-menu__search input:focus { outline: 0; }

		body.ru .mob-menu .mob-menu__search input::-webkit-input-placeholder { color: rgba(255,255,255,0.4); }
		body.ru .mob-menu .mob-menu__search input:-ms-input-placeholder { color: rgba(255,255,255,0.4); }
		body.ru .mob-menu .mob-menu__search input::-ms-input-placeholder { color: rgba(255,255,255,0.4); }
		body.ru .mob-menu .mob-menu__search input::placeholder { color: rgba(255,255,255,0.4); }

		body.ru .mob-menu .mob-menu__foot {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			padding: 0 5.125rem;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 6.875rem;
			background: #01A301;
			box-sizing: border-box;
		}

		body.ru .mob-menu .mob-menu__foot p {
			margin: 0;
			margin-right: 1.75rem;
			color: rgba(255, 255, 255, 0.4);
			font: 400 2rem "Tahoma", Arial, sans-serif;
		}

		body.ru .mob-menu .mob-menu__foot-lang {
			position: relative;
			width: 19.625rem;
			height: 100%;
		}

		body.ru .mob-menu .mob-menu__foot-lang > a {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			align-items: center;
			position: relative;
			margin-bottom: 0;
			padding-left: 4.125rem;
			width: 100%;
			height: 100%;
			color: #fff;
			font: 400 2rem "Tahoma", Arial, sans-serif;
			text-decoration: none;
			box-sizing: border-box;
			z-index: 2;
		}

		body.ru .mob-menu .mob-menu__foot-lang > a::after {
			content: '';
			position: absolute;
			top: 50%;
			right: 4.0625rem;
			width: 1.5625rem;
			height: 1rem;
			background: url('../img/svg/arrow-bot.svg') no-repeat 50%/contain;
			transform: translate(0, -50%);
			opacity: 0.7;
		}

		body.ru .mob-menu .mob-menu__foot-lang ul {
			display: none;
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 1.875rem 4.0625rem 6.25rem;
			width: 100%;
			background: #01A301;
			border: 0.1875rem solid #0DA000;
			box-shadow: 0rem 0.6875rem 0.6875rem rgba(0, 0, 0, 0.25);
			box-sizing: border-box;
		}

		body.ru .mob-menu .mob-menu__foot-lang.active ul { display: block; }

		body.ru .mob-menu .mob-menu__foot-lang ul li { margin-top: 1.25rem; }

		body.ru .mob-menu .mob-menu__foot-lang ul li a {
			color: #CDCDCD;
			font: 400 2rem "Tahoma", Arial, sans-serif;
			text-decoration: none;
		}
	/* HEADER END */

	/* FOOTER START */
		body.ru footer { position: relative; margin: 0; padding: 4.625rem 0 3.5rem; }

		body.ru.main_page footer {
			margin-top: 0;
			padding: 4.625rem 0 3.5rem;
		}

		body.ru footer .top {
			position: absolute;
			top: 33.175rem;
			left: 0;
			padding: 0 4rem;
			margin: 0;
			width: 100%;
		}

		body.ru footer .top .phone {
			display: block;
			position: relative;
			margin-bottom: 0;
			font-size: 2.8125rem;
		}

		body.ru footer .top .email { display: block; font-size: 2.8125rem; }

		body.ru footer .mid {
			flex-direction: column;
			margin-bottom: 4.875rem;
		}

		body.ru footer .mid .footer__search { order: 1; margin-right: 0; }

		body.ru footer .mid .footer__search form { margin-bottom: 3.75rem; }

		body.ru footer .mid .footer__search .form-group { margin-right: 3rem; }

		body.ru footer .mid .footer__search .form-group input {
			padding: 0 4rem;
			width: 44.625rem;
			height: 6.625rem;
			font-size: 2.375rem;
		}

		body.ru footer .mid .footer__search .form-btns .btn {
			position: relative;
			width: 6.625rem;
			height: 6.625rem;
			color: transparent;
			font-size: 0;
			line-height: 0;
			background: transparent;
			border-radius: 50%;
			border: 0;
		}

		body.ru footer .mid .footer__search .form-btns .btn::before,
		body.ru footer .mid .footer__search .form-btns .btn::after {
			content:'';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-position: 50%;
			border-radius: 50%;
		}

		body.ru footer .mid .footer__search .form-btns .btn::before { background: linear-gradient(264deg, #00A800 2%, #00BE00 100%); z-index: 0; }

		body.ru footer .mid .footer__search .form-btns .btn::after {
			background-image: url('../img/svg/ico-search.svg');
			background-size: 2.75rem;
			z-index: 1;
		}

		body.ru footer .mid .footer__menu {
			order: 2;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-o-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-right: 0;

			z-index:2;
		}

		body.ru footer .mid .footer__menu li {
			margin-right: 0;
			margin-bottom: 2.875rem;
			padding-left: 2.625rem;
			width: 50%;
			box-sizing: border-box;
		}

		body.ru footer .mid .footer__menu li:last-child { margin-left: auto; }

		body.ru footer .mid .footer__menu li a { font-size: 2.8125rem; }

		body.ru footer .mid .footer__social { order: 3; margin-left: auto; }

		body.ru footer .bot p { font-size: 1.8125rem; }
	/* FOOTER END */

	body.ru.new_menu .main_menu {
		display: none;
	}

	body.ru .siptoms.code_hangover .siptoms__float-block.right-img.medium .right { margin-right: -3.125rem; }

	.simptoms-klass {
		margin-top: 0px !important;
	}

	.new-doctors {
		margin-bottom: 2rem;
	}



	body.ru .siptoms .site_map {
		max-width: 860px;
	}

	body.ru .siptoms .site_map .title.big { font-size: 7.25rem; }

	body.ru .siptoms .site_map h2 {
		font-size: 5rem;
		line-height: 8rem;
		margin-bottom: 2rem;
	}

	body.ru .siptoms .site_map .smaps {
		display: block;
	}

	body.ru .siptoms .site_map .smaps ul {
		margin-bottom: 2rem;
	}

	body.ru .siptoms .site_map .smaps ul li {
		font-size: 3.3rem;
		line-height: 1.8;
		margin-bottom: 0;
	}

	body.ru .siptoms .site_map .smaps ul li a {
		font-size: 3rem;
		line-height: 1.8;
	}

	body.ru.article-section-1 #content::before {
		display: none;
	}

	body.ru .siptoms.article-item .siptoms__kv:before {
		display: none;
	}

	body.ru .siptoms.article-item .siptoms__kv:after {
		display: none;
	}

	body.ru .contacts::after {
		display: none;
	}
}

@media (max-width: 800px) {
	body.ru .mob-menu .mob-burger { height: 40px; }

	body.ru .mob-menu .mob-burger span { height: 6px; }

	/* GLOBAL START */
		body.ru .siptoms { max-width: 90.75vw; }

		body.ru .siptoms .title.big { margin-bottom: 5.625vw; font-size: 7.25vw; }
		body.ru .siptoms .title.medium { margin-bottom: 6.25vw; font-size: 6.25vw; }
		body.ru .siptoms .title.small { margin-bottom: 6.25vw; font-size: 6.25vw; }

		body.ru .siptoms p {
			margin-bottom: 8.75vw;
			font-size: 4.375vw;
			line-height: 7.5vw;
		}

		body.ru .siptoms ul li {
			margin-bottom: 6.25vw;
			padding-left: 10vw;
		}

		body.ru .siptoms ul li::before {
			top: 3.25vw;
			left: 4vw;
			width: 1.75vw;
			height: 1.75vw;
		}

		body.ru .siptoms small { margin-bottom: 5vw; font-size: 3.75vw; }

		body.ru .siptoms .cards { padding: 5vw 0 10vw; }

		body.ru .siptoms .cards__block { margin-bottom: 5vw; }

		body.ru .siptoms .cards__block .img-block {
			margin: 0 auto 3.75vw;
			padding: 1vw;
			width: 50vw;
			height: 50vw;
			border-width: 1vw;
		}

		body.ru .siptoms .cards__block p { font-size: 4vw; }

		body.ru .bl_instr_head { margin-bottom: 10vw; }

		body.ru .bl_instr_head_tb { padding: 0.5vw; border-radius: 10vw; }

		body.ru .bl_instr_head_td { height: 15vw; font-size: 3.75vw; }

		body.ru .bl_instr_head_td:first-child {
			border-top-left-radius: 10vw;
			border-top-right-radius: 10vw;
		}

		body.ru .bl_instr_head_td:last-child {
			border-bottom-left-radius: 10vw;
			border-bottom-right-radius: 10vw;
		}

		body.ru .table__recomended-block { margin-bottom: 10vw; }

		body.ru .table__recomended-block h3 {
			margin-bottom: 2vw;
			font-size: 5vw;
		}

		body.ru .table__recomended-water {
			margin-bottom: 5vw;
			width: 35vw;
			height: 35vw;
		}

		body.ru .table__recomended-water img {
			margin-bottom: 1.5vw;
			height: 15vw;
		}

		body.ru .table__recomended-water p {
			margin-bottom: 0;
			font-size: 3.75vw;
			line-height: 1.2;
		}

		body.ru .table__recomended-spoon { margin-bottom: 5vw; }

		body.ru .table__recomended-spoon img { width: 25vw; height: 25vw; }

		body.ru .table__recomended-block span { padding: 0 2.5vw; font-size: 3.75vw; }

		body.ru .method-application { margin-bottom: 10vw; }

		body.ru .method-application > .method-application__head {
			box-shadow: 0 1vw 6vw rgba(0, 0, 0, 0.04);
		}

		body.ru .method-application > div > div p {
			padding: 2.5vw;
			min-height: 17.5vw;
			font-size: 4vw;
		}

		body.ru .method-application > div > div p:not(:last-child)::after { width: 0.25vw; }

		body.ru .method-application > div > div p b { font-size: 4.5vw; }

		body.ru .method-application > .method-application__body > div {
			border-bottom-width: 0.25vw;
		}
	/* GLOBAL START */

	/* COMMON START */
		body.ru .siptoms__kv { margin-bottom: 17.25vw; }

		body.ru .siptoms__kv-img {
			margin-left: -4.625vw;
			margin-bottom: 13.75vw;
			min-width: calc(100% + (4.625vw * 2));
		}

		body.ru .siptoms__float-block { margin-bottom: 7.5vw; }

		body.ru .siptoms__float-block img { margin-bottom: 6.25vw; }

		body.ru .siptoms__list { margin-bottom: 8.75vw; }

		body.ru .siptoms__list-block { margin-bottom: 16.25vw; padding: 0 2.5vw; }

		body.ru .siptoms__list h6 { top: -2.25vw; font-size: 11vw; }

		body.ru .siptoms__list .img {
			margin-bottom: 8vw;
			width: 70.5vw;
			height: 65.75vw;
		}

		body.ru .siptoms__blockquote { margin-bottom: 17.5vw; padding: 8.75vw 0 8vw; }

		body.ru .siptoms__blockquote::before,
		body.ru .siptoms__blockquote::after {
			width: 15.75vw;
			height: 0.75vw;
			border-radius: 12.5vw;
		}

		body.ru .siptoms__bullets { margin-bottom: 11.25vw; }

		body.ru .siptoms__bullets-wrap img { margin-bottom: 6.25vw; min-width: 20.625vw; }

		body.ru .siptoms__bullets-block { margin-bottom: 6.25vw; }

		body.ru .siptoms__bullets-block h6 { width: 10.5vw; font-size: 11vw; }

		body.ru .siptoms__btns-list ul { margin: 0 0 12.5vw; }

		body.ru .siptoms__btns-list ul li {
			margin-bottom: 5vw;
			padding: 0;
			width: calc(50% - 2.5vw);
		}

		body.ru .siptoms__btns-list ul li a {
			padding: 3.75vw 6.5vw;
			font-size: 4.375vw;
			border-width: 0.375vw;
			border-radius: 12.5vw;
		}

		body.ru .siptoms .siptoms__form-release-tabs { margin-bottom: 16.25vw; }

		body.ru .siptoms .siptoms__form-release-left { margin-bottom: 3.75vw; height: 90vw; }

		body.ru .siptoms .siptoms__form-release-left div:nth-child(1) { width: 75.625vw; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(2) { width: 54.5vw; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(3) { width: 61.75vw; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(4) { width: 60.75vw; }
		body.ru .siptoms .siptoms__form-release-left div:nth-child(5) { width: 70.75vw; }

		body.ru .siptoms .siptoms__form-release-right li { margin-bottom: 3vw; }

		body.ru .siptoms .siptoms__form-release-right li a {
			padding: 5vw 8.75vw 5vw 5vw;
			height: 34.5vw;
			border-radius: 100vw;
			box-shadow: inset 0.25vw 0.25vw 1.875vw rgba(0, 0, 0, 0.06);
		}

		body.ru .siptoms .siptoms__form-release-right li a div {
			margin-right: 6.25vw;
			width: 18.75vw;
			height: 18.75vw;
			box-shadow:
				inset 0 0 5vw rgba(0, 0, 0, 0.09),
				0.625vw 0.625vw 2.875vw rgba(0, 0, 0, 0.32);
		}

		body.ru .siptoms .siptoms__form-release-right li a p { font-size: 4.375vw; }

		body.ru .siptoms__footnote { margin-bottom: 11.25vw; }

		body.ru .siptoms__footnote small { margin-bottom: 5vw; font-size: 3.75vw; }
	/* COMMON END */
}

@media (max-width: 700px) {
	body.ru .mob-menu .mob-burger { height: 32px; }

	body.ru .mob-menu .mob-burger span { height: 5px; }
}

@media (max-width: 600px) {
	body.ru .mob-menu .mob-burger { height: 26px; }

	body.ru .mob-menu .mob-burger span { height: 4px; }
}

@media (max-width: 500px) {
	body.ru .mob-menu .mob-burger { height: 20px; }

	body.ru .mob-menu .mob-burger span { height: 3px; }
}

@media (max-width: 400px) {
	body.ru .mob-menu .mob-burger { height: 14px; }

	body.ru .mob-menu .mob-burger span { height: 2px; }
}




@media (min-width: 1025px) {
	body.ru.partners_new footer {
		position: relative;
		z-index: 1;
	}
}