@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: local('Cuprum Regular'), local('Cuprum-Regular'), url(https://fonts.gstatic.com/s/cuprum/v12/dg4k_pLmvrkcOkBNK-tH.ttf) format('truetype');
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: local('Cuprum Bold'), local('Cuprum-Bold'), url(https://fonts.gstatic.com/s/cuprum/v12/dg4n_pLmvrkcOkBFnc5XhZwt.ttf) format('truetype');
}
.container {
  width: 1200px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 0 0 20px;
  line-height: 19.5px;
}
p .major {
  color: #e7474f;
}
p.m0 {
  margin: 0;
}
p.bged {
  color: #fff;
  background: #0096ff;
  padding: 35px 70px 40px 33px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 18px;
}
p.bged.major {
  background: #e7474f;
}
p span {
  color: #0096ff;
}
p span.red {
  color: #e7474f;
}
p.fs22 {
  font-size: 22px;
  line-height: 27px;
}
p.fs19 {
  font-size: 19px;
  line-height: 22px;
}
h2 {
  margin: 0 0 20px;
}
.block {
  position: relative;
}
.block > img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.inline-center {
  margin: 0 auto;
}
.line {
  padding-left: 85px;
  position: relative;
}
.line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 65px;
  height: 1px;
  background: #454d68;
}
.h1 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 24px 0 20px;
}
.line-around {
  position: relative;
}
.line-around:before,
.line-around:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 1px;
  background: #454d68;
  transform: translate(0, -50%);
}
.line-around:before {
  margin-right: 30px;
}
.line-around:after {
  margin-left: 30px;
}
.h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 42px;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
.bg {
  background: #fff;
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.15);
}
.fp {
  margin-top: 5px;
}
.breadcrumbs__item {
  display: inline-block;
  font-weight: 300;
  margin-right: 0;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  color: #374244;
}
.breadcrumbs__item:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.breadcrumbs__item:first-child {
  text-decoration: underline;
}
.breadcrumbs__item:first-child:before {
  content: none;
}
.red-li-dot {
  margin-bottom: 20px;
  margin-top: 6px;
}
.red-li-dot li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 19.5px;
}
.red-li-dot li:before {
  content: '';
  position: absolute;
  background: #e7474f;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  height: 5px;
  width: 5px;
}
.blue-li-dot {
  margin-bottom: 20px;
  margin-top: 6px;
}
.blue-li-dot li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 19.5px;
}
.blue-li-dot li:before {
  content: '';
  position: absolute;
  background: #0096ff;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  height: 5px;
  width: 5px;
}
input,
textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #b4b4b4;
  color: #7e7e7e;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 12px;
}
textarea {
  resize: none;
}
label {
  font-family: 'Cuprum', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.social-navigation__item {
  margin: 3px 1px;
  display: inline-block;
}
.social-navigation__item:first-child {
  margin-left: 0;
}
.social-navigation__item:last-child {
  margin-right: 0;
}
.button {
  border: 1px solid #454d68;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 13px 24px;
  display: inline-block;
  background: none;
  position: relative;
}
.button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contacts-button {
  width: 200px;
  border: 1px solid #e7474f;
  background: #e7474f;
  text-align: center;
  padding: 5px 9px 6px;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
}
.contacts-button:hover {
  color: #fff !important;
}
.contacts__email {
  background: url(../images/envelop.png) no-repeat center left;
}
.contacts__address {
  background: url(../images/map.png) no-repeat 2px center;
}
.contacts__schedule {
  background: url(../images/clock.png) no-repeat center left;
}
.info-card {
  height: auto;
  margin: 0 0 20px;
  padding: 42px 35px 50px;
  position: relative;
}
.info-card .support {
  position: absolute;
  bottom: -17px;
  right: 23px;
  width: 162px;
}
.sub-navigation {
  padding: 15px 0 15px 42px;
}
.sub-navigation__item {
  margin: 7px 0;
  line-height: 20px;
  font-weight: bold !important;
  text-align: left;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
  color: #000;
  width: auto;
  position: relative;
  display: inline-block;
  
}
.sub-navigation__item a {
  outline: none;
}
.sub-navigation__item:before {
  content: '';
  position: absolute;
  left: -31px;
  top: -2px;
  width: 23px;
  height: 23px;
}
.sub-navigation__item:first-child:before {
  background: url(../images/002-pharmacy.png) center left / cover no-repeat;
}
.sub-navigation__item:last-child:before {
  background: url(../images/001-structure.png) center left / cover no-repeat;
}
.action-side .sub-navigation {
  padding: 15px 15px 15px 42px;
}
.action-side .sub-navigation__item:before {
  background: url(../images/002-pharmacy.png) center left / cover no-repeat;
}
.sub-menu {
  margin-bottom: 20px;
}
.header {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 7px 17.43px 3.57px rgba(212, 212, 212, 0.16);
}
.header__logo {
  padding: 8px 10px 0;
  margin-left: -15px;
}
.header__logo a {
  display: block;
  background: url(../images/yodika_logo.png) no-repeat center;
  width: 199px;
  height: 65px;
}
.header .contacts-button {
  width: 170px;
}
.header__contacts {
  text-align: right;
  margin: 0;
}
.header__contacts-phone {
  color: #e7474f;
  font-size: 16px;
  font-weight: 400;
  margin: 0 23px 12px 0;
  line-height: 19px;
}
.header__navigation {
  padding: 30px 40px 0;
  text-align: center;
}
.header__navigation-item {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 5px 15px;
  color: #000;
}
.header__navigation-item:first-child {
  margin-left: 0;
}
.header__navigation-item:last-child {
  margin-right: 0;
}
.header__navigation-item.active a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  background: #99c61f;
  height: 1px;
  width: calc(100% + 10px);
}
.header__navigation-item a {
  position: relative;
}
.header__navigation-item a:hover:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  background: #99c61f;
  height: 1px;
  width: calc(100% + 10px);
}
.header .social-navigation {
  margin: 8px 0 0 65px;
}
.footer {
  /*&__contact-us,
  .social-navigation {
    padding-right: 65px;
  }*/
}
.footer__under {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #919191;
  line-height: 1.2;
}
.footer .bg {
  padding: 45px 0;
  background-color: #fff;
  box-shadow: none;
}
.footer .col-xs-4 {
  text-align: right;
}
.footer .h3 {
  margin-bottom: 0;
}
.footer__contacts-block-phone {
  font-size: 12px;
}
.footer__contacts-block-phone a {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #e7474f;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-right: 12px;
}
.footer__contacts-block-col-1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
.footer__contacts-block .contacts__email,
.footer__contacts-block .contacts__address,
.footer__contacts-block .contacts__schedule {
  color: #374244;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 0 4px 35px;
}
.footer__navigation {
  width: 130px;
  display: inline-block;
  height: 135px;
  margin-left: 50px;
}
.footer__navigation-item {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #e7474f;
  line-height: 2.25;
  font-weight: 300;
}
.footer__contact-us {
  margin: 20px 0 30px;
  width: auto;
  padding: 13px 38px;
}
.footer .social-navigation__item {
  width: 46px;
}
.info-card {
  padding: 25px 30px 35px !important;
  height: 450px !important;
}
.info-card .h3 {
  margin: 15px 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #e7474f;
  font-weight: bold;
  line-height: 1.667;
}
.info-card p.medium {
  font-size: 18px !important;
  font-weight: 400 !important;
}
.info-card .h2 {
  margin: 20px 0 14px;
}
.info-card .blog-thumb {
  margin-bottom: 20px;
}
.info-card .blog-annotation {
  margin-bottom: 2px;
}
.info-card .blog-annotation {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  max-height: 6em;
  text-align: justify;
  padding-right: 1em;
  height: 100%;
}
.info-card .blog-annotation:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-card .blog-annotation:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.info-card .read-more {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  font-weight: bold;
  line-height: 1.667;
  margin-bottom: 10px;
  display: block;
}
.info-card .read-more:hover {
  text-decoration: underline;
}
.info-card .site {
  margin: 0 -30px;
  padding: 5px 30px;
  background: #ffb61d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.info-card img {
  margin: 17px 0;
}
.info-card .call p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 0 0 5px 0;
  font-weight: 300;
}
.info-card .call .phone {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #374244;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
.info-card.sale {
  border: 1px solid #0096ff;
  padding: 42px 35px 38px;
}
.info-card.sale .h3 {
  font-size: 36px;
}
.info-card.sale p {
  font-family: 'Cuprum', sans-serif;
  font-size: 18px;
  line-height: 13px;
}
.info-card.sale .site {
  background: url(../images/buy.png) no-repeat top left;
  padding: 0 0 0 72px;
  margin-left: 5px;
  min-height: 80px;
}
.info-card.sale .site p {
  line-height: 26px;
}
.info-card.sale .site p a {
  text-decoration: underline;
}
.info-card.sale .call {
  background: url(../images/phone.png) no-repeat top left;
  padding: 0 0 0 72px;
  margin-left: 5px;
  min-height: 70px;
}
.info-card.sale .call p {
  margin: 0;
}
.info-card.sale .call p:first-child {
  padding: 10px 0 7px;
}
.info-card.sale .call .footer__contacts-block-phone {
  padding: 0;
  margin: 5px 0;
}
.info-card.doctor {
  border: none;
  background: url(../images/qa-pic.jpg) no-repeat bottom center;
  padding: 32px 35px 120px;
}
.info-card.doctor .h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}
.info-card.doctor .call .footer__contacts-block-phone {
  margin-bottom: 10px;
}
.info-card.doctor .call .footer__contacts-block-phone a {
  font-size: 22px;
}
.info-card.side {
  padding: 25px 25px 20px !important;
  height: 480px !important;
  margin-bottom: 35px;
}
.info-card.side p {
  line-height: 1.5;
}
.info-card.side .h3 {
  margin-top: 0;
}
.info-card.side .call .phone {
  font-size: 22px;
  margin-bottom: 8px;
}
.info-card.side .site {
  margin: 0 -25px;
}
.slide-left,
.slide-right {
  width: 15px;
  height: 20px;
  background: url(../images/001-left-arrow.png) center center / contain no-repeat;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slide-left:hover,
.slide-right:hover {
  filter: brightness(0.3);
}
body .slick-slide {
  height: auto;
}
.slide-left {
  left: -37px;
}
.slide-right {
  right: -36px;
  transform: translateY(-50%) rotate(180deg);
}
.homepage {
  margin: 0 !important;
  transform: none !important;
}
.homepage .slider {
  height: 660px;
  background: url(../images/shine_bg.png) center center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.homepage .slider .container,
.homepage .slider .row,
.homepage .slider .col-xs-12 {
  height: 100%;
}
.homepage .slider .bottle {
  margin: 200px -108px 0 20px;
  position: relative;
}
.homepage .slider .bottle .blue,
.homepage .slider .bottle .green {
  transition: opacity 0.5s ease-out, filter 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .slider .bottle .green {
  opacity: 0;
  filter: blur(20px);
  transform: translate(-50%, 0) scale(1.1);
}
.homepage .slider .bottle-blur {
  position: absolute;
  top: 260px;
  right: 0;
  transform: translate(70%, 0);
  transition: opacity 0.5s ease-out, filter 0.3s ease-out;
}
.homepage .slider .bottle-blur.green {
  opacity: 0;
  filter: blur(20px);
  transform: translate(64%);
}
.homepage .slider .water-options {
  margin-top: 400px;
}
.homepage .slider .water-options .option {
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  border-bottom: 1px solid #454d68;
  padding: 34px 0 21px;
  line-height: normal;
}
.homepage .slider .water-options .option:first-child {
  padding-top: 0;
}
.homepage .slider .water-options .option:last-child {
  padding-bottom: 0;
}
.homepage .slider .water-options .option p {
  margin: 0;
  line-height: normal;
}
.homepage .slider .water-options .option p:first-child {
  font-size: 50px;
  font-weight: bold;
  color: #0096ff;
}
.homepage .slider .water-options .option p.modifier {
  font-size: 34px;
}
.homepage .slider .buttons {
  position: absolute;
  bottom: 164px;
  left: 85px;
  width: 150px;
}
.homepage .slider .contacts-button {
  width: 231px;
  min-height: 45px;
  margin: 7px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  padding: 13px 0;
}
.homepage .slider .next-btn {
  background: url(../images/arrow.png);
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 69px;
  right: 250px;
}
.homepage .slider .slider-content {
  margin: auto;
  width: calc(100% - 188px);
  height: 100%;
  position: relative;
}
.homepage .slider .slider-content .bottles,
.homepage .slider .slider-content .slider-text-block {
  display: inline-block;
}
.homepage .slider .slider-content .bottles {
  height: 100%;
  width: 377px;
  float: left;
  position: relative;
}
.homepage .slider .slider-content .bottles__item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  text-align: center;
}
.homepage .slider .slider-content .bottles__item img {
  height: 100%;
}
.homepage .slider .slider-content .slider-text-block {
  width: calc(100% - 457px);
  padding-top: 90px;
  margin-left: 25px;
}
.homepage .slider .slider-content .slider-text-block__title {
  color: #e7474f;
  font-size: 60px;
  font-weight: bold;
}
.homepage .slider .slider-content .slider-text-block__subtitle {
  font-weight: 200;
  color: #000;
  font-size: 24px;
  margin-top: -10px;
}
.homepage .slider .slider-content .slider-text-block .transparent-block {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.741);
  padding: 23px;
  font-size: 14px;
  line-height: 1.2;
}
.homepage .slider .slider-content .slider-text-block .transparent-block p {
  margin-bottom: 0;
}
.homepage .slider .slider-content .slider-text-block .transparent-block ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  margin-right: 6px;
  background: #000;
  display: inline-block;
  border-radius: 50%;
  transform: translateY(-4px);
}
.homepage .slider .slider-content .slider-text-block .dots-block {
  position: absolute;
  bottom: 31px;
  height: 83px;
  width: calc(100% - 457px);
}
.homepage .slider .slider-content .slider-text-block .dots-block .dot-item {
  position: absolute;
  width: 95px;
  height: 95px;
  top: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.homepage .slider .slider-content .slider-text-block .dots-block .dot-item.i_item {
  left: 15px;
  background: url(../images/I_round.png) center center / cover no-repeat;
}
.homepage .slider .slider-content .slider-text-block .dots-block .dot-item.k_item {
  left: 150px;
  background: url(../images/k_round.png) center center / cover no-repeat;
}
.homepage .slider .slider-content .slider-text-block .dots-block .dot-item.se_item {
  left: 273px;
  background: url(../images/se_round.png) center center / cover no-repeat;
}
.homepage .slider .slider-content .slider-text-block .dots-block .dot-item:after {
  position: absolute;
  width: 96%;
  height: 96%;
  display: none;
  content: '';
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 170, 6, 0);
  opacity: 0.48;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 1px), calc(-50% - 7px));
}
.homepage .slider .slide-left {
  left: 36px;
}
.homepage .slider .slide-right {
  right: 36px;
}
.homepage .slider .slide-left,
.homepage .slider .slide-right {
  width: 20px;
  height: 34px;
}
.homepage .slider.se {
  background-image: url('../images/se-iodika.png');
}
.homepage .slider.se .i_item,
.homepage .slider.se .k_item {
  display: none;
}
.homepage .slider.se .se_item {
  display: block;
}
.homepage .slider.se .dots-block .i_item,
.homepage .slider.se .dots-block .k_item {
  display: block;
  height: 95px;
  width: 95px;
}
.homepage .slider.se .dots-block .se_item {
  left: 254px !important;
  top: -28px !important;
  width: 130px !important;
  height: 130px !important;
  display: block;
}
.homepage .slider.se .dots-block .se_item:after {
  display: block !important;
}
.homepage .slider.i {
  background-image: url('../images/i-iodika.png');
}
.homepage .slider.i .se_item,
.homepage .slider.i .k_item {
  display: none;
}
.homepage .slider.i .i_item {
  display: block;
}
.homepage .slider.i .dots-block .se_item,
.homepage .slider.i .dots-block .k_item {
  display: block;
  height: 95px;
  width: 95px;
}
.homepage .slider.i .dots-block .i_item {
  left: -5px !important;
  top: -28px !important;
  width: 130px !important;
  height: 130px !important;
  display: block;
}
.homepage .slider.i .dots-block .i_item:after {
  display: block !important;
}
.homepage .slider.k {
  background-image: url('../images/k-iodika.png');
}
.homepage .slider.k .i_item,
.homepage .slider.k .se_item {
  display: none;
}
.homepage .slider.k .k_item {
  display: block;
}
.homepage .slider.k .dots-block .i_item,
.homepage .slider.k .dots-block .se_item {
  display: block;
  height: 95px;
  width: 95px;
}
.homepage .slider.k .dots-block .k_item {
  left: 130px !important;
  top: -28px !important;
  width: 130px !important;
  height: 130px !important;
  display: block;
}
.homepage .slider.k .dots-block .k_item:after {
  display: block !important;
}
.homepage .chemical {
  margin-top: 54px;
}
.homepage .chemical__option {
  font-family: 'Cuprum', sans-serif;
}
.homepage .chemical__option-name {
  font-size: 20px;
  margin: 0;
  line-height: 20px;
}
.homepage .chemical__option-qnt {
  font-weight: bold;
  font-size: 30px;
  color: #0096ff;
  margin-bottom: 20px;
  line-height: normal;
}
.homepage .hp-pic-1 {
  margin: 0 0 85px 50px;
}
.homepage .water-description {
  padding: 54px 0 24px 150px;
  background: url(../images/bottle_st_mg_min.png) no-repeat;
  background-position: 23px 2px;
}
.homepage .water-description span {
  font-weight: bold;
  font-size: 24px;
}
.homepage .description-links {
  padding: 0 0 48px 150px;
}
.homepage .description-links-item {
  display: inline-block;
  font-size: 18px;
  width: 200px;
}
.homepage .useful {
  margin: 12px 0 50px;
}
.homepage .useful__option {
  display: inline-block;
  width: 19.48%;
  text-align: center;
  margin-bottom: 22px;
  height: 165px;
  vertical-align: bottom;
}
.homepage .useful__option-thumb {
  margin-bottom: 10px;
  height: 115px;
  position: relative;
}
.homepage .useful__option-thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 0.5s ease-in-out;
}
.homepage .useful__option-thumb img.green {
  opacity: 0;
}
.homepage .useful__option-text {
  font-family: 'Cuprum', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.homepage .info-card {
  margin: 0 0 20px;
  padding: 25px 20px 35px;
  height: 400px;
}
.homepage .brands {
  margin: 30px 0 20px;
  padding: 25px 0;
}
.homepage .brands-wrapper {
  padding: 5px 0 0;
}
.homepage .brands__item {
  display: inline-block;
  width: calc(25% - 30px);
  margin: 5px 30px 5px 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px;
  padding: 73px 0 0 0;
}
.homepage .brands__item-annotation {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.homepage .brands__item-annotation br {
  display: none;
}
.homepage .brands__item-annotation a:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.homepage .brands__item-annotation a:first-child:hover {
  text-decoration: none;
}
.homepage .brands__item-annotation a:last-child {
  margin-top: 10px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #e7474f;
}
.homepage .mineralization {
  position: relative;
}
.homepage .mineralization__main {
  width: 1026px;
  padding: 0 200px;
  margin: 60px auto;
}
.homepage .mineralization__dots_dot {
  position: absolute;
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #123f61;
}
.homepage .mineralization__dots_dot .drop {
  width: 110px;
  height: 110px;
  position: relative;
  content: '';
  padding: 39px 22px;
  background: url(../images/drop_right.png) center center / cover no-repeat;
  top: 0;
  left: 0;
  margin: auto;
}
.homepage .mineralization__dots_dot.ca {
  top: -34px;
  left: 259px;
}
.homepage .mineralization__dots_dot.mg {
  top: 137px;
  left: 150px;
}
.homepage .mineralization__dots_dot.mg .drop {
  padding: 39px 15px;
}
.homepage .mineralization__dots_dot.na {
  top: 353px;
  left: 118px;
}
.homepage .mineralization__dots_dot.na .drop {
  padding: 39px 30px;
}
.homepage .mineralization__dots_dot.k {
  top: 519px;
  left: 223px;
}
.homepage .mineralization__dots_dot.k .drop {
  padding: 39px;
}
.homepage .mineralization__dots_dot.so {
  top: -34px;
  right: 259px;
}
.homepage .mineralization__dots_dot.hc {
  top: 137px;
  right: 113px;
}
.homepage .mineralization__dots_dot.hc .drop {
  padding: 39px 18px;
}
.homepage .mineralization__dots_dot.ci {
  top: 353px;
  right: 128px;
}
.homepage .mineralization__dots_dot.ci .drop {
  padding: 39px 42px;
}
.homepage .mineralization__dots_dot.i {
  top: 519px;
  right: 209px;
}
.homepage .mineralization__dots_dot.i .drop {
  padding: 39px 50px;
}
.homepage .mineralization__dots_dot.dot-left .drop {
  background: url(../images/drop_left.png) center center / cover no-repeat;
}
.homepage .mineralization__info {
  border-radius: 5px;
  background-color: #f5fbff;
  border: 8px solid #d3ebfe;
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #123f61;
  padding: 15px;
  width: fit-content;
  text-align: center;
  margin: 75px auto;
}
.homepage .highlights-block {
  padding: 60px 0;
}
.homepage .spec-list {
  padding-left: 30px;
  margin-bottom: 60px;
}
.homepage .spec-list li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 3;
  font-weight: 300;
  padding-left: 70px;
  position: relative;
}
.homepage .spec-list li img {
  position: absolute;
  left: 20px;
  top: 50%;
  width: auto;
  height: 35px;
  transform: translate(-50%, -50%);
}
.homepage .section-header {
  margin-bottom: 80px;
}
.homepage .specification-item {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #374244;
  line-height: 1.667;
  position: relative;
  padding-left: 95px;
  margin-bottom: 40px;
}
.homepage .specification-item p,
.homepage .specification-item span {
  line-height: inherit;
}
.homepage .specification-item img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage .specification-item.last img {
  top: -20px;
}
.homepage .specification-item .medium {
  font-size: 20px;
  font-weight: 400;
}
body {
  color: #374244;
  background-color: #fafafa;
}
body .homepage .slider .water-options .option p:first-child,
body .footer__contacts-block-phone a,
body .header__contacts-phone,
body .chemical__option-qnt {
  transition: color 0.5s ease-in-out;
}
body .info-card.sale {
  transition: border-color 0.5s ease-in-out;
}
body.green .slider {
  background-position-x: 0;
}
body.green .homepage .slider .water-options .option p:first-child,
body.green .footer__contacts-block-phone a,
body.green .header__contacts-phone,
body.green .chemical__option-qnt {
  color: #62b700;
}
body.green .info-card.sale {
  border-color: #62b700;
}
body.green .header__logo a {
  background: url(../images/yodika_logo.png) no-repeat center;
}
body.green .homepage .useful__option-thumb img.green {
  opacity: 1;
}
body.green .homepage .water-description {
  background: url(../images/bottle_st_mg_min-g.png) no-repeat;
  background-position: 23px 2px;
}
body.green .homepage .slider .bottle-blur.blue,
body.green .homepage .slider .bottle .blue {
  filter: blur(20px);
  opacity: 0;
}
body.green .homepage .slider .bottle-blur.green,
body.green .homepage .slider .bottle .green {
  filter: blur(0);
  opacity: 1;
}
body.home {
  background: url(../images/homepage_bg.png) center center;
}
body.home .header {
  background: url(../images/menu_bg.png) center center;
}
body.home .footer .bg {
  background-color: #fafafa;
}
.where-buy {
  padding: 32px 0 0;
}
.where-buy .map {
  height: 550px;
}
.where-buy .footer__contacts-block-phone {
  padding-top: 0;
}
.where-buy .footer__contacts-block-phone a {
  line-height: 24px;
}
.where-buy .footer__contacts-block-col-1 > div,
.where-buy .footer__contacts-block-col-1 > p {
  margin-bottom: 20px;
}
.where-buy .footer__contacts-block-col-1 > p {
  padding: 3px 0 3px 15px;
}
.where-buy p {
  font-size: 18px;
}
.source__bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  background: url(../images/source-bg.png) no-repeat top center;
  background-size: cover;
}
.questions {
  padding: 32px 0 50px;
}
.questions .qa-list__item {
  margin: 0 0 36px;
  padding: 20px 40px 13px;
  background: #fff url(../images/ask.png) no-repeat 43px 28px;
  min-height: 65px;
}
.questions .qa-list__item > p {
  padding-left: 80px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  line-height: 1.667;
  font-weight: 300;
}
.questions .qa-list__item-answer {
  background: url(../images/ans.png) no-repeat 30px 21px;
  padding: 15px 0 0 68px;
  margin-left: 45px;
  min-height: 80px;
  position: relative;
}
.questions .qa-list__item-answer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 34px;
  height: 1px;
  width: 512px;
  background: #454d68;
}
.questions .qa-list__item-answer > p {
  padding-left: 30px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  line-height: 1.667;
  font-weight: 300;
}
.questions .ask {
  padding: 20px;
  margin-bottom: 20px;
}
.questions .ask h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #e7474f;
  font-weight: bold;
  line-height: 1.667;
  text-transform: uppercase;
}
.questions .ask__form {
  margin-bottom: 0;
  width: 100%;
  padding: 10px 0;
}
.questions .ask__form label {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.questions .ask__form p {
  margin-bottom: 0;
}
.questions .ask__form .button {
  border-color: #e7474f;
  border-radius: 21px;
  color: #e7474f;
}
.action {
  padding: 32px 0 50px;
}
.action__item {
  margin-bottom: 20px;
  box-shadow: 0 7px 17.43px 3.57px rgba(212, 212, 212, 0.16);
  background: #fff;
  padding: 25px;
}
.action__item-thumb {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  height: 100%;
  text-align: center;
}
.action__item-thumb img {
  max-width: 100%;
  height: auto;
}
.action__item-info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 240px);
  padding-left: 20px;
}
.action__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #e7474f;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 0 0 20px;
}
.action__item-annotation {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Roboto";
  color: #374244;
  line-height: 1.667;
}
.action__item-link {
  font-size: 18px;
}
.action__item .more {
  text-align: right;
}
.action__item .more a {
  border: 1px solid #e7474f;
  background: #e7474f;
  text-align: center;
  padding: 7px 26px 7px;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.about-water {
  padding: 32px 0 50px;
}
.about-water h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.about-water .block-1 {
  margin-bottom: 45px;
}
.about-water .block-1 p {
  padding: 43px 0 0;
}
.about-water .block-2 {
  height: 100px;
  margin-bottom: 10px;
}
.about-water .block-2 p {
  padding-left: 120px;
}
.about-water .block-3 p {
  padding-top: 10px;
}
.about-water .block-4 {
  margin-bottom: 30px;
}
.about-water .pic-row {
  margin: 28px 0 10px;
}
.about-water .pic-row > div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 24%;
}
.about-water .pic-row > div img {
  margin-bottom: 16px;
}
.about-water .block-5 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-water .block-5 p {
  padding-top: 11px;
}
.about-water .block-6 {
  margin-bottom: 45px;
}
.about-water .block-7 {
  margin-bottom: 45px;
}
.about-water .block-7 p {
  padding-top: 15px;
}
.about-water .block-8 {
  margin-bottom: 50px;
}
.about-water .block-9 {
  margin-bottom: 40px;
}
.about-water .block-10 {
  margin-bottom: 35px;
}
.about-water .block-10 p {
  padding-top: 20px;
}
.investigations {
  padding: 32px 0 50px;
}
.investigations__item {
  margin-top: 24px;
  margin-bottom: 36px;
}
.investigations__item-icon {
  display: inline-block;
  vertical-align: top;
  width: 113px;
  margin-right: 35px;
  text-align: center;
}
.investigations__item-icon img {
  padding-bottom: 10px;
}
.investigations__item-icon u {
  padding-left: 18px;
}
.investigations__item-info {
  display: inline-block;
  vertical-align: top;
  width: 505px;
}
.investigations__item-title {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
}
.table .trow {
  background: #fff;
  margin-bottom: 2px;
  padding: 12px 15px;
}
.table .trow.head {
  color: #fff;
  background: #0096ff;
}
.table .trow.head .col:nth-child(2) {
  width: 207px;
}
.table .trow .col {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
}
.table .trow .col:nth-child(1) {
  width: 225px;
}
.table .trow .col:nth-child(2) {
  width: 280px;
}
.list-bullets-major {
  margin-left: 10px;
}
.list-bullets-major li {
  line-height: 19px;
  position: relative;
  padding-left: 20px;
}
.list-bullets-major li:before {
  content: "";
  top: 5px;
  left: 1px;
  background: #e7474f;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-right: 5px;
}
.list-bullets-major.ul-pic-left li {
  position: relative;
  padding: 20px 0 20px 73px;
}
.list-bullets-major.ul-pic-left li img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list-bullets-major.ul-pic-left.no-pic li {
  margin: 0;
  padding: 10px 0 10px 73px;
}
.list-bullets-major.ul-pic-left.to-top li {
  padding: 0 0 0 73px;
}
.list-bullets-major.ul-pic-left.to-top li img {
  top: 45px;
}
.list-bullets-major.ul-pic-left.zhelch_2 li img {
  top: 16px;
  transform: translate(-50%, 20px);
}
.list-bullets-major.ul-pic-left.zhelch_2 li:first-child img {
  top: 50%;
  transform: translate(-50%, -42%);
}
.list-bullets-major.ul-pic-left.no-bullets li {
  padding-left: 93px;
}
.list-bullets-major.ul-pic-left.no-bullets li:first-child {
  margin-bottom: 0;
}
.list-bullets-major.ul-pic-left.no-bullets li:before {
  content: none;
}
.list-bullets-major.ul-pic-left.no-bullets li img {
  left: 30px;
}
.list-bullets-major.ul-pic-left.pech_3_4 li {
  padding-left: 189px;
}
.list-bullets-major.ul-pic-left.pech_3_4 li img {
  left: 82px;
  top: 102px;
}
.list-bullets-major.ul-pic-left.pech_3_4 li:first-child img {
  left: 88px;
  top: 122px;
}
.list-bullets-major.check-mark li {
  padding-left: 78px;
}
.list-bullets-major.check-mark li:before {
  position: absolute;
  background: url(../images/checkmark.png) center center / contain no-repeat;
  width: 32px;
  height: 27px;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.magnesium {
  padding: 32px 0 140px;
}
.magnesium .block p {
  padding-left: 120px;
}
.magnesium .block-1 {
  margin: 50px 0 45px;
}
.magnesium .block-1 p {
  padding: 0 0 0 200px;
}
.magnesium .block-2 {
  margin: 22px 0 36px;
}
.magnesium .block-3 {
  margin-bottom: 55px;
}
.magnesium .block-3 p {
  padding-top: 10px;
}
.magnesium .block-4 {
  margin-bottom: 70px;
}
.magnesium .block-5 {
  margin-bottom: 38px;
}
.magnesium .block-5 p {
  padding-top: 10px;
}
.magnesium .list-bullets-major {
  margin-bottom: 40px;
}
.magnesium .block-6 {
  height: 320px;
  padding-top: 55px;
}
.magnesium .block-6 img {
  left: 20px;
}
.magnesium .block-6 p {
  padding-left: 200px;
}
.mineral-water {
  padding: 32px 0 50px;
}
.mineral-water p,
.mineral-water li {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  line-height: 1.5;
  font-weight: 300;
}
.mineral-water .pic-left img {
  float: left;
  margin: 0 30px 30px 0;
}
.mineral-water .pic-left img.to-bottom {
  margin: 30px 30px 0 0;
}
.mineral-water .pic-left img.top-and-bottom {
  margin: 30px 30px 30px 0;
}
.mineral-water .pic-left img.top-and-bottom.min-sost {
  margin: 10px 30px 50px 0;
}
.mineral-water .pic-left img.zhen_4 {
  margin: 90px 50px 84px;
}
.mineral-water .pic-left img.zhen_1 {
  margin: 10px 31px 50px 21px;
}
.mineral-water .pic-left img.shield_3 {
  margin-left: 15px;
}
.mineral-water .pic-left img.child_1 {
  margin: 13px 30px 15px 0;
}
.mineral-water .pic-left img.child_12 {
  margin: 49px 30px 26px 0;
}
.mineral-water .pic-left img.moch_1 {
  margin: 0 30px;
}
.mineral-water .pic-left img.gastrit_1 {
  margin: 13px 30px 0;
}
.mineral-water .pic-left img.gastrit_4 {
  margin: 13px 30px 0 10px;
}
.mineral-water .pic-left img.gastrit_12 {
  margin: 30px 43px;
}
.mineral-water .pic-left img.kish_1 {
  margin: 0 42px;
}
.mineral-water .pic-left img.kish_3 {
  margin: 43px 39px 30px 30px;
}
.mineral-water .pic-left img.zhelch_5 {
  margin: 26px 40px 30px 30px;
}
.mineral-water .pic-left img.zhelch_6 {
  margin: 73px 40px 30px 30px;
}
.mineral-water .pic-left img.zhelch_7 {
  margin: 7px 30px 0 20px;
}
.mineral-water .pic-left img.pech_1 {
  margin: 80px 27px 50px 10px;
}
.mineral-water .pic-left img.pech_7 {
  margin: 0 17px 50px 0;
}
.mineral-water .pic-left img.panc_3 {
  margin: 118px 30px 98px 15px;
}
.mineral-water .pic-left img.panc_6 {
  margin: 0 60px 0 43px;
}
.mineral-water .pic-left img.panc_8 {
  margin: 60px 30px 49px 30px;
}
.mineral-water .pic-left img.panc_9 {
  margin: 30px 30px 0 30px;
}
.mineral-water .pic-left.element-header img {
  margin: 0 27px 0 13px;
}
.mineral-water .pic-left.element-header .text p {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 0;
}
.mineral-water .yod-table {
  width: 100%;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  font-weight: 300;
}
.mineral-water .yod-table .semi-dark {
  background: #fef1b4;
}
.mineral-water .yod-table .dark {
  background: #feebae;
}
.mineral-water .yod-table th,
.mineral-water .yod-table td {
  background: #fffebd;
  padding: 26px 0;
  text-align: center;
}
.mineral-water .yod-table th {
  font-weight: 300;
  padding: 7px 10px;
}
.mineral-water .yod-table th:first-child {
  width: 270px;
}
.mineral-water .yod-table th:nth-child(2) {
  background: #fff5b5;
}
.mineral-water .yod-table td:not(:first-child) {
  max-width: 108px;
  min-width: 108px;
  font-size: 18px;
  box-sizing: border-box;
}
.mineral-water .yod-table td:first-child {
  padding: 26px 20px;
  text-align: left;
  font-size: 16px;
}
.mineral-water .min-infographic .col-xs-4 .pic-top {
  margin-top: 13px;
}
.mineral-water .min-infographic .col-xs-4 .pic-top .bolder {
  font-size: 30px;
  font-weight: 900;
  margin-right: 5px;
}
.mineral-water .min-infographic .col-xs-4:first-child .pic-top {
  margin-top: 33px;
}
.mineral-water .min-infographic .col-xs-4:last-child .pic-top {
  margin-top: 0;
}
.mineral-water .custom-numbers {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
}
.mineral-water .custom-numbers li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 83px;
  margin: 30px 0;
}
.mineral-water .custom-numbers li:first-child {
  margin-top: 0;
}
.mineral-water .custom-numbers li:last-child {
  margin-bottom: 0;
}
.mineral-water .custom-numbers li::before {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  content: counter(my-awesome-counter);
  color: #e7474f;
  font-size: 46px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-right: 15px;
}
.mineral-water .caption {
  color: #e7474f;
  font-style: italic;
  padding: 5px 0 10px 40px;
  position: relative;
}
.mineral-water .caption:before {
  content: '';
  width: 2px;
  background: #e7474f;
  height: 100%;
  left: 13px;
  top: 0;
  position: absolute;
}
.mineral-water .h2 {
  font-size: 18px;
  text-transform: none;
  margin: 5px 0 28px;
}
.mineral-water .list-bullets-major {
  margin-bottom: 20px;
}
.mineral-water .list-bullets-major li {
  margin-bottom: 20px;
}
.mineral-water .block {
  min-height: 100px;
}
.mineral-water .block p {
  margin-left: 120px;
}
.mineral-water .block-1 {
  margin-bottom: 35px;
}
.mineral-water .block-1 p {
  padding-top: 20px;
}
.mineral-water span.h2 {
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
}
.mineral-water .pic-3 {
  margin-bottom: 45px;
}
.mineral-water .block-3 {
  min-height: 320px;
  margin: -15px 0 0;
  padding-top: 35px;
}
.mineral-water .block-3 img {
  left: 50px;
}
.mineral-water .block-3 p {
  margin-left: 200px;
}
.why-stelmas {
  padding: 32px 0 50px;
}
.why-stelmas .sub-menu {
  margin-bottom: 60px;
}
.why-stelmas .block {
  min-height: 100px;
}
.why-stelmas .block p {
  padding-left: 120px;
}
.why-stelmas .block p .h2 {
  text-transform: none;
  font-size: 22px;
}
.why-stelmas .block-1 {
  min-height: 320px;
  margin-bottom: 55px;
}
.why-stelmas .block-1 p {
  padding-left: 200px;
}
.why-stelmas .block-1 p:first-of-type {
  margin-bottom: 60px;
}
.why-stelmas .block-2 {
  margin-bottom: 80px;
}
.why-good {
  padding: 32px 0 50px;
}
.why-good .sub-menu {
  margin-bottom: 60px;
}
.why-good .h2 {
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
}
.why-good .block {
  min-height: 100px;
  margin-bottom: 20px;
}
.why-good .block p {
  padding-left: 120px;
}
.why-good .block p:last-child {
  margin-bottom: 0;
}
.why-good .block-1 {
  min-height: 174px;
}
.why-good .block-1 p {
  padding-left: 200px;
}
.why-good .block-1 img {
  left: 15px;
}
.why-good .block-2 {
  margin-bottom: 5px;
}
.why-good .block-2 p {
  padding-top: 15px;
}
.why-good .sub-block-1 {
  margin: 45px 0 20px;
}
.why-good .block-5,
.why-good .block-6,
.why-good .block-7,
.why-good .block-8 {
  min-height: 150px;
}
.why-good .block-5 p,
.why-good .block-6 p,
.why-good .block-7 p,
.why-good .block-8 p {
  padding-top: 20px;
  padding-left: 200px;
}
.why-good .list-bullets-major {
  margin-bottom: 15px;
}
.why-good .bged.major {
  padding: 28px 70px 30px 33px;
  margin-bottom: 40px;
}
.why-good .block-6 p {
  padding-top: 0;
}
.why-good .sub-block-2 {
  margin-bottom: 40px;
}
.why-good .block-7 img {
  top: 0;
  transform: none;
}
.why-good .block-7 p {
  padding-top: 0;
}
.why-good .block-8 {
  margin-top: 30px;
}
.why-good .block-8 img {
  top: 0;
  transform: none;
}
.why-good .block-8 p {
  padding-top: 0;
}
.why-good .sub-block-3 {
  margin-bottom: 50px;
}
.why-good .sub-block-3 li {
  margin-bottom: 20px;
}
.why-good .block-11 {
  min-height: 320px;
}
.why-good .block-11 p {
  padding-top: 55px;
  padding-left: 200px;
}
.certificates {
  padding: 32px 0 0;
}
.certificates__list {
  margin: 0 -10px;
}
.certificates__item {
  display: inline-block;
  vertical-align: top;
  width: 318px;
  margin: 0 10px 45px;
}
.certificates__item-image {
  background: #fff;
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.15);
  height: 455px;
  width: 100%;
  margin-bottom: 28px;
}
.certificates__item-image a {
  position: relative;
  width: 100%;
  height: 100%;
}
.certificates__item-image a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61px;
  height: 61px;
  background: url(../images/add.png) no-repeat;
}
.certificates__item-title {
  text-transform: none;
  text-decoration: underline;
  text-align: center;
  font-size: 20px;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination__pages {
  margin: 35px auto 0;
}
.pagination__pages-item {
  border: 1px solid #454d68;
  border-radius: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 0;
}
.pagination__pages-item a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pagination__pages-item.current {
  color: #fff;
  background: #0096ff;
  border: 1px solid #0096ff;
}
.pagination__pages-item.empty {
  border: none;
}
.pagination div.modern-page-navigation {
  margin-top: 35px;
}
.pagination div.modern-page-navigation .modern-page-title,
.pagination div.modern-page-navigation .modern-page-next,
.pagination div.modern-page-navigation .modern-page-previous {
  display: none;
}
.pagination div.modern-page-navigation > span,
.pagination div.modern-page-navigation a {
  border: 1px solid #454d68;
  border-radius: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  font-weight: 400;
}
.pagination div.modern-page-navigation > span.modern-page-first,
.pagination div.modern-page-navigation a.modern-page-first {
  padding: 10px 0;
  border: 1px solid #454d68;
}
.pagination div.modern-page-navigation > span.modern-page-current,
.pagination div.modern-page-navigation a.modern-page-current {
  color: #fff;
  background: #0096ff;
  border: 1px solid #0096ff;
}
.pagination div.modern-page-navigation > span.modern-page-dots,
.pagination div.modern-page-navigation a.modern-page-dots {
  border: none;
}
.recommendations {
  padding: 32px 0;
}
.recommendations__item {
  margin-bottom: 20px;
}
.recommendations__item-thumb {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-bottom: 4px solid #0096ff;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.recommendations__item-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  max-height: 72px;
  overflow: hidden;
}
.recommendations__item-title a:hover {
  text-decoration: underline;
}
.recommendations__item p {
  margin: 0;
}
.recommendations__item-desc {
  max-height: 69px;
  overflow: hidden;
  margin-bottom: 9px;
  line-height: 17.5px;
  font-size: 15px;
}
.recommendations__item-link {
  font-size: 18px;
  color: #018fe5;
  text-decoration: underline;
}
.recommendations__sidebar-item {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.recommendations__sidebar-item-thumb {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.recommendations__sidebar-item-title {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 10px;
}
.recommendations__sidebar-item-desc {
  padding: 0 10px;
  text-decoration: underline;
  margin-bottom: 0;
}
.recommendations__body p {
  margin-bottom: 25px;
}
.recommendations__body img {
  margin-bottom: 20px;
}
.recommendations__body ul {
  margin-bottom: 20px;
  margin-top: 6px;
  margin-bottom: 25px;
}
.recommendations__body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 19.5px;
}
.recommendations__body ul li:before {
  content: '';
  position: absolute;
  background: #0096ff;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  height: 5px;
  width: 5px;
}
.allergiya {
  padding: 32px 0 60px;
}
.allergiya p {
  line-height: 19.5px;
}
.allergiya p:first-of-type {
  margin-top: 10px;
}
.allergiya .block-1 p {
  padding-left: 120px;
}
.allergiya .block-2 {
  margin: 60px 0 40px;
}
.allergiya .block-2 p {
  padding-left: 200px;
}
.allergiya .block-3 {
  margin: 40px 0 20px;
}
.allergiya .block-3 p {
  padding-top: 20px;
  padding-left: 120px;
}
.ateroskleroz {
  padding: 32px 0 10px;
}
.ateroskleroz p {
  margin-bottom: 22px;
}
.ateroskleroz .block-1 p {
  padding-left: 120px;
}
.ateroskleroz .block-0 {
  padding-top: 15px;
}
.ateroskleroz .block-2 {
  margin-top: 35px;
  margin-bottom: 75px;
}
.ateroskleroz .block-2 img {
  top: -15px;
  transform: none;
}
.ateroskleroz .block-2 p {
  padding-left: 200px;
}
.ateroskleroz .block-3 p {
  padding-left: 120px;
}
.ateroskleroz .block-4 {
  margin: 40px 0;
}
.ateroskleroz .block-4 p {
  padding-left: 200px;
}
.ateroskleroz .block-5 {
  margin-bottom: 40px;
}
.ateroskleroz .block-5 p {
  padding-top: 30px;
  padding-left: 120px;
}
.bolezni {
  padding: 32px 0 40px;
}
.bolezni .block-1 p,
.bolezni .block-2 p {
  padding-left: 120px;
}
.bolezni .bged {
  margin-top: 50px;
}
.zapor {
  padding: 32px 0 55px;
}
.zapor .block-1 p {
  padding-left: 120px;
}
.zapor .block-2 {
  margin-bottom: 40px;
}
.zapor .block-2 p {
  padding: 40px 0 0 200px;
}
.zapor .red-li-dot {
  margin-bottom: 40px;
}
.zapor .red-li-dot li {
  margin-bottom: 20px;
}
.zapor .fs22 {
  margin-top: 40px;
}
.zapor .block-3 {
  margin: 35px 0 40px;
}
.zapor .block-3 p {
  padding-left: 120px;
}
.zapor .block-4 p {
  padding-left: 120px;
}
.zapor .bged {
  margin: 35px 0 0;
  padding: 25px 30px 30px 33px;
}
.gastrit {
  padding: 32px 0 55px;
}
.gastrit .block-0 {
  margin: 30px 0 15px;
}
.gastrit .block-1 p,
.gastrit .block-2 p {
  padding-left: 120px;
}
.gastrit .fs22 {
  margin-top: 40px;
}
.gastrit .bged {
  padding: 35px 30px 20px 33px;
}
.golova {
  padding: 32px 0 55px;
}
.golova .block-0 {
  margin: 30px 0 25px;
}
.golova .bged {
  padding: 35px 40px 40px 33px;
}
.golova .bged.major {
  margin-top: 25px;
  padding: 25px 70px 35px 33px;
}
.golova .block-1 p,
.golova .block-2 p,
.golova .block-3 p {
  padding-left: 120px;
}
.golova .block-2 img {
  top: 0;
  transform: none;
}
.golova .fs22 {
  margin-top: 60px;
}
.golova .block-3 {
  margin: 60px 0 55px;
}
.ochishcheniye {
  padding: 32px 0 55px;
}
.ochishcheniye p a {
  text-decoration: underline;
  color: #0096ff;
}
.ochishcheniye .text-0 {
  margin-top: 5px;
}
.ochishcheniye .text-1 {
  font-size: 18px;
}
.ochishcheniye .block-0 {
  margin: 30px 0 35px;
}
.ochishcheniye .bged.major {
  padding: 25px 40px 40px 33px;
  margin-bottom: 45px;
}
.ochishcheniye .block-1 p,
.ochishcheniye .block-4 p {
  padding-left: 130px;
}
.ochishcheniye .block-2 p {
  padding-left: 200px;
}
.ochishcheniye .block-3 p {
  padding-left: 120px;
}
.ochishcheniye .fs22 {
  margin-top: 45px;
}
.podagra {
  padding: 32px 0 55px;
}
.podagra .fp {
  margin-top: 5px;
}
.podagra .text-0 {
  font-size: 18px;
}
.podagra .fs22 {
  margin-top: 45px;
}
.podagra .block-0 {
  margin: 30px 0 35px;
}
.podagra .block-1 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.podagra .block-1 p {
  padding-left: 130px;
}
.diabet {
  padding: 32px 0 55px;
}
.diabet .fp {
  margin-top: 5px;
}
.diabet .block-0 {
  margin-bottom: 25px;
}
.diabet .text-0 {
  font-size: 18px;
  margin-top: 45px;
}
.diabet .text-1 {
  font-size: 18px;
}
.diabet .block-1 p,
.diabet .block-2 p {
  padding-left: 130px;
}
.diabet .block-2 img {
  top: 0;
  transform: none;
}
.diabet .bged {
  padding: 35px 40px 40px 33px;
  margin-bottom: 10px;
}
.diabet .bged:last-of-type {
  padding-top: 25px;
}
.ulcer {
  padding: 32px 0 55px;
}
.ulcer .fp {
  margin-top: 5px;
}
.ulcer .block-0 {
  padding-top: 5px;
}
.ulcer .block-1 p,
.ulcer .block-2 p,
.ulcer .block-4 p,
.ulcer .block-5 p {
  padding-left: 130px;
}
.ulcer .block-3 {
  padding-top: 5px;
}
.ulcer .block-5 {
  margin-bottom: 40px;
}
.ulcer .block-5 img {
  top: 0;
  transform: none;
}
.ulcer .block-6 {
  padding: 70px 0 20px;
}
.ulcer .block-6 p {
  padding-left: 200px;
}
.kholetsystyt {
  padding: 32px 0 55px;
}
.kholetsystyt .fp {
  margin-top: 5px;
}
.kholetsystyt .text-0,
.kholetsystyt .text-1 {
  font-size: 18px;
  color: #454d68;
}
.kholetsystyt .block-0 {
  padding-bottom: 5px;
}
.kholetsystyt .p-1 {
  margin-top: 42px;
}
.kholetsystyt .block-1 {
  margin: 40px 0;
}
.kholetsystyt .block-1 p {
  padding-left: 130px;
}
.kholetsystyt .block-2 {
  margin-bottom: 50px;
}
.kholetsystyt .block-2 p {
  padding-left: 130px;
}
.kholetsystyt .bged {
  padding: 25px 40px 30px 33px;
}
.stress {
  padding: 32px 0 25px;
}
.stress .block-0 {
  padding-top: 5px;
}
.stress .block-1 p,
.stress .block-2 p {
  padding-left: 130px;
}
.stress .block-3 {
  padding-top: 15px;
  margin-bottom: 50px;
}
.stress .block-4 p,
.stress .block-5 p {
  padding-left: 130px;
}
.stress .block-5 {
  margin-bottom: 40px;
}
.stress .block-6 p,
.stress .block-7 p {
  padding-left: 200px;
}
.stress .block-7 {
  margin: 40px 0 45px;
}
.zaporu {
  padding: 32px 0 25px;
}
.zaporu .block-0 {
  margin: -5px 0 30px;
}
.zaporu .block-1 {
  margin: 40px 0 60px;
}
.zaporu .block-1 p {
  padding-left: 120px;
}
.zaporu .block-2,
.zaporu .block-3 {
  margin: 40px 0;
}
.zaporu .block-2 p,
.zaporu .block-3 p {
  padding-left: 120px;
}
.zaporu .block-4 p {
  padding-left: 200px;
}
.zaporu .block-5 p {
  padding-left: 120px;
}
.zaporu .bged {
  padding: 30px 35px 30px 33px;
}
.diabet-beremennuh {
  padding: 32px 0 25px;
}
.diabet-beremennuh .block-0 {
  margin-top: 30px;
}
.diabet-beremennuh .block-1 p {
  padding-left: 120px;
}
.diabet-beremennuh .block-2 {
  margin: 60px 0 55px;
}
.diabet-beremennuh .block-2 p {
  padding-left: 200px;
}
.diabet-beremennuh .block-3 p,
.diabet-beremennuh .block-4 p {
  padding-left: 120px;
}
.diabet-beremennuh .block-4 {
  margin: 40px 0;
}
.diabet-beremennuh .block-5 {
  margin: 40px 0;
}
.diabet-beremennuh .block-5 p {
  padding-left: 120px;
}
.diabet-beremennuh .bged {
  padding: 35px 40px 20px 33px;
}
.immunitet {
  padding: 32px 0 25px;
}
.immunitet .block-0 {
  margin: 30px 0 35px;
}
.immunitet .block-1 p,
.immunitet .block-2 p,
.immunitet .block-3 p,
.immunitet .block-4 p {
  padding-left: 120px;
}
.immunitet .block-3 {
  margin: 40px 0;
}
.immunitet .text-0 {
  margin-top: 40px;
}
.immunitet .block-4 {
  margin: -5px 0 40px;
}
.izhoga {
  padding: 32px 0 50px;
}
.izhoga .block-1 p {
  padding-left: 120px;
}
.zashchita-sustavov {
  padding: 32px 0 50px;
}
.zashchita-sustavov .block-1 p {
  padding-left: 120px;
}
.zashchita-sustavov p .big-b {
  font-size: 20px;
}
.zashchita-sustavov .block-2 p {
  padding-left: 200px;
}
.pohudenie {
  padding: 32px 0 50px;
}
.pohudenie .block-1 p {
  padding-left: 120px;
}
.pohudenie p .big-b {
  font-size: 20px;
}
.pohudenie .block-2 p {
  padding-left: 200px;
}
.pohudenie .blue-li-dot li {
  margin-bottom: 12px;
}
.preduprezhdenie-obrazovaniya-zhelchnih-kamney {
  padding: 32px 0 50px;
}
.preduprezhdenie-obrazovaniya-zhelchnih-kamney .block-1 p {
  padding-left: 120px;
}
.preduprezhdenie-obrazovaniya-zhelchnih-kamney p .big-b {
  font-size: 20px;
}
.preduprezhdenie-obrazovaniya-zhelchnih-kamney .block-2 p {
  padding-left: 200px;
}
.preduprezhdenie-obrazovaniya-zhelchnih-kamney .blue-li-dot li {
  margin-bottom: 12px;
}
.pomosch-pecheni {
  padding: 32px 0 50px;
}
.pomosch-pecheni .block-1 p {
  padding-left: 120px;
}
.pomosch-pecheni p .big-b {
  font-size: 20px;
}
.pomosch-pecheni .block-2 p {
  padding-left: 200px;
}
.pomosch-pecheni .blue-li-dot li {
  margin-bottom: 12px;
}
.pomosch-pecheni h2 {
  font-size: 22px;
}
.preduprezhdenie-onkologii {
  padding: 32px 0 50px;
}
.preduprezhdenie-onkologii .block-1 p {
  padding-left: 120px;
}
.preduprezhdenie-onkologii .block-3 img {
  top: 0;
  transform: none;
}
.preduprezhdenie-onkologii p .big-b {
  font-size: 20px;
}
.preduprezhdenie-onkologii .block-2 p {
  padding-left: 200px;
}
.preduprezhdenie-onkologii .blue-li-dot li {
  margin-bottom: 12px;
}
.preduprezhdenie-onkologii h2 {
  font-size: 22px;
}
.sindrom-razdrazhennogo-kishechnika {
  padding: 32px 0 50px;
}
.sindrom-razdrazhennogo-kishechnika .block-1 p {
  padding-left: 120px;
}
.sindrom-razdrazhennogo-kishechnika .block-3 img {
  top: 0;
  transform: none;
}
.sindrom-razdrazhennogo-kishechnika p .big-b {
  font-size: 20px;
}
.sindrom-razdrazhennogo-kishechnika .block-2 p {
  padding-left: 200px;
}
.sindrom-razdrazhennogo-kishechnika .blue-li-dot li {
  margin-bottom: 12px;
}
.sindrom-razdrazhennogo-kishechnika h2 {
  font-size: 22px;
}
.orvi-grip {
  padding: 32px 0 50px;
}
.orvi-grip .block-1 p {
  padding-left: 120px;
}
.orvi-grip .block-3 img {
  top: 0;
  transform: none;
}
.orvi-grip p .big-b {
  font-size: 20px;
}
.orvi-grip .block-2 p {
  padding-left: 200px;
}
.orvi-grip .blue-li-dot li {
  margin-bottom: 12px;
}
.orvi-grip h2 {
  font-size: 22px;
}
.zdorovje-serdechno-sosudistoj-sistemy {
  padding: 32px 0 50px;
}
.zdorovje-serdechno-sosudistoj-sistemy .block-1 p {
  padding-left: 120px;
}
.zdorovje-serdechno-sosudistoj-sistemy .block-3 img {
  top: 0;
  transform: none;
}
.zdorovje-serdechno-sosudistoj-sistemy p .big-b {
  font-size: 20px;
}
.zdorovje-serdechno-sosudistoj-sistemy .block-2 p {
  padding-left: 200px;
}
.zdorovje-serdechno-sosudistoj-sistemy .blue-li-dot li {
  margin-bottom: 12px;
}
.zdorovje-serdechno-sosudistoj-sistemy h2 {
  font-size: 22px;
}
.zdorovje-endokrinnoj-systemy {
  padding: 32px 0 50px;
}
.zdorovje-endokrinnoj-systemy .block-1 p {
  padding-left: 120px;
}
.zdorovje-endokrinnoj-systemy .block-3 img {
  top: 0;
  transform: none;
}
.zdorovje-endokrinnoj-systemy p .big-b {
  font-size: 20px;
}
.zdorovje-endokrinnoj-systemy .block-2 p {
  padding-left: 200px;
}
.zdorovje-endokrinnoj-systemy .blue-li-dot li {
  margin-bottom: 12px;
}
.zdorovje-endokrinnoj-systemy h2 {
  font-size: 22px;
}
.red-text {
  color: #e7474f !important;
}
.blue-text {
  color: #297987 !important;
}
.green-text {
  color: #58a300 !important;
}
.green-text.underlined {
  position: relative;
}
.green-text.underlined:after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #58a300;
}
.section-header {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #374244;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}
.section-header:after {
  background-color: #ffb61d;
  position: absolute;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  content: '';
  bottom: -10px;
  left: 0;
}
.section-header.top {
  margin-top: 30px;
}
.section-header.kish {
  margin-bottom: 70px;
}
.section-header.kish:after {
  bottom: -25px;
}
.bg-grey {
  background-color: #fafafa;
}
.with-shadow {
  box-shadow: 0 7px 17.43px 3.57px rgba(212, 212, 212, 0.16);
  background: #fff;
}
.blog-img-wraper {
  height: 135px;
  overflow: hidden;
  margin: 0 -30px 20px;
}
.blog-img-wraper a {
  display: block;
  width: 100%;
  height: 100%;
}
.brands-block {
  position: relative;
}
.post-block {
  padding: 35px;
  background-color: #fff;
  margin-bottom: 50px;
}
.inline-image {
  margin: -6px 10px 0 0 !important;
}
.m-l-26 {
  margin-left: 26px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.l-h-1-6-2 {
  line-height: 1.62 !important;
}
.l-h-1-7 {
  line-height: 1.7 !important;
}
.style-normal {
  font-style: normal !important;
}
.med {
  font-weight: 500 !important;
}
.contacts_header {
  font-size: 24px !important;
  font-weight: 400 !important;
}
.block-phone-contacts {
  font-size: 16px;
  font-weight: 300;
  color: #a0a0a0;
}
/*# sourceMappingURL=style.css.map */