.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-left: 1px;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
  color: #fff;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a {
  display: inline-block;
  line-height: 70px;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #999999;
}
.sp-megamenu-parent > li.sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 70px;
  z-index: 999;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
  margin-bottom: 1px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent
  .sp-dropdown
  li.sp-menu-item
  > a:not(.sp-group-title):hover {
  background-color: #fff;
}
.sp-megamenu-parent
  .sp-dropdown
  li.sp-menu-item.active
  > a:not(.sp-group-title) {
  background-color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover > .sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.sp-megamenu-parent.menu-slide-down
  .sp-has-child:hover
  .sp-has-child
  > .sp-dropdown {
  top: 0;
}
#offcanvas-toggler {
  float: right;
  line-height: 70px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler > i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler > i:hover {
  color: #fff;
}
body.offcanvas .body-innerwrapper {
  right: 320px;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.body-innerwrapper {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #222222;
  color: #fff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 99999;
  overflow: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active a {
  background: #2d2d2d;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: #2d2d2d;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: #3e3e3e !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: #3e3e3e !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu
  .offcanvas-inner
  .sp-module
  ul
  > li
  .offcanvas-menu-toggler
  .open-icon {
  display: none;
}
.offcanvas-menu
  .offcanvas-inner
  .sp-module
  ul
  > li
  .offcanvas-menu-toggler
  .close-icon {
  display: inline;
}
.offcanvas-menu
  .offcanvas-inner
  .sp-module
  ul
  > li
  .offcanvas-menu-toggler.collapsed
  .open-icon {
  display: inline;
}
.offcanvas-menu
  .offcanvas-inner
  .sp-module
  ul
  > li
  .offcanvas-menu-toggler.collapsed
  .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0, 0, 0, 0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: #fff;
  height: 45px !important;
  border-color: #5f5f5f;
  color: #000;
}
.ltr .offcanvas-menu {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -320px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
}
.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.menu-slide-down .sp-has-child > .sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child > .sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.view-article article .article-info > dd {
  text-transform: capitalize;
  margin-right: 30px;
}
.tags a {
  font-size: 16px;
}
.pager .next > a,
.pager .previous > a {
  border: none;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 22px;
  line-height: 45px;
}
.sp-select {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 1px solid #d9d9d9 !important;
  height: 53px;
  padding: 5px 15px;
  line-height: 43px;
  color: #707070;
  border-radius: 3px;
}
.sp-select .sp-select-result {
  padding: 0 10px;
  text-align: left;
}
.sp-select .sp-select-result i.fa {
  float: right;
  line-height: 1.5;
  font-size: 23px;
  color: #858585;
}
.sp-select ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 80px;
  background: #fff;
  z-index: 100;
}
.sp-select ul > li {
  display: block;
  height: auto;
  line-height: normal;
  padding: 12px 25px;
  margin: 0;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-select ul > li:last-child {
  margin-bottom: 0;
}
.sp-select ul > li:hover,
.sp-select ul > li.active {
  background-color: #dddddd;
}
.sp-select .sp-select-dropdown {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d9d9d9 !important;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 60px;
}
.sppb-section-title .sppb-title-heading {
  text-transform: uppercase;
}
.sppb-section-title .sppb-title-subheading {
  text-transform: uppercase;
}
.sppb-section-title .sppb-title-subheading span {
  font-weight: 700;
}
.mednet-text-block .sppb-addon-title small {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.mednet-text-block .sppb-addon-content {
  color: #afafaf;
}
.mednet-text-block-v2 {
  padding-right: 75px;
}
.mednet-text-block-v2 .sppb-addon-title {
  text-transform: uppercase;
}
.mednet-text-block-v2 .sppb-addon-title small {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.mednet-text-block-title .sppb-addon-title small {
  font-size: 18px;
  font-weight: 600;
}
#sp-menusocial ul.social-icons {
  line-height: 70px;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  border-bottom: 1px solid #f4f4f4;
  font-weight: 600;
  font-size: 14px;
  padding: 2px 0 0 !important;
  position: relative;
  z-index: 10;
}
#sp-top-bar .mod-languages {
  line-height: 30px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-top2 {
  text-align: right;
}
.working-time p {
  margin-bottom: 0;
}
.working-time p .time {
  font-weight: 400;
}
#sp-header {
  background: #ffffff;
  height: 70px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100% !important;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 70px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #fff;
}
#sp-page-title .sp-page-title {
  position: relative;
  padding: 115px 0;
}
#sp-page-title .sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.85);
}
#sp-page-title .sp-page-title .container {
  position: relative;
  z-index: 1;
}
#sp-page-title .sp-page-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
}
#sp-page-title .sp-page-title h3 {
  font-size: 46px;
  font-weight: 400;
  margin-top: 9px;
  text-transform: uppercase;
}
#sp-page-title .sp-page-title .breadcrumb {
  background: transparent;
  bottom: 0;
  height: 25px;
  left: auto;
  margin: auto 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#sp-page-title .sp-page-title .breadcrumb li {
  color: #fff;
  font-weight: 400;
}
#sp-page-title .sp-page-title .breadcrumb li:first-child {
  display: none;
}
#sp-page-title .sp-page-title .breadcrumb li:nth-child(2):before {
  display: none;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.mednet-home-about
  .sppb-addon-feature
  .sppb-feature-box-title
  + .sppb-addon-text {
  display: none;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-title {
  font-weight: 100;
  margin-bottom: 0;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-subtitle {
  font-weight: 700;
  display: block;
  overflow: hidden;
  line-height: 1 !important;
  margin-bottom: 30px;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-subtitle small {
  font-size: 24px;
  font-weight: 300;
  display: block;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-cta-text {
  margin-bottom: 13px;
}
.doctor-static-hero-section .sppb-addon-cta .sppb-btn {
  text-transform: uppercase;
  font-weight: 600;
}
.doctor-static-hero-section .sppb-addon-cta > div {
  text-align: left;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section {
  box-shadow: 1px 1.732px 40px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section .sppb-addon-title {
  padding: 35px 25px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  .sppb-addon-content {
  overflow: hidden;
  padding: 35px 25px;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form {
  margin: -2.5%;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group {
  width: 45%;
  float: left;
  margin: 2.5%;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group:first-child {
  width: 100%;
  padding-right: 25px;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group
  input {
  background: #f5f7f7;
  color: #333;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group
  .sp-select {
  background: #f5f7f7;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group
  .sp-select
  ul.sp-select-dropdown {
  background: #f5f7f7;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group
  .sp-select
  ul.sp-select-dropdown
  li.active {
  background-color: #dddddd;
  color: #707070;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-group
  .sp-select
  ul.sp-select-dropdown
  li:hover {
  background-color: #dddddd;
  color: #707070;
}
.sppb-addon-appointment-form.doctor-appointment-hero-section
  form.sppb-appointment-form
  .sppb-form-btn {
  margin-top: 20px;
}
.sppb-slider-wrapper .sppb-slide-item-bg {
  height: 735px;
  padding: 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.sppb-slider-wrapper
  .sppb-slide-item-bg
  .sppb-slideshow-fullwidth-item-text
  .sppb-fullwidth-title {
  font-weight: 200;
}
.sppb-slider-wrapper
  .sppb-slide-item-bg
  .sppb-slideshow-fullwidth-item-text
  .sppb-fullwidth-title
  .sppb-slidehsow-sub-title {
  display: block;
  margin-top: -3px;
  font-size: 82px;
  color: #000;
  font-weight: 700;
  margin-left: -4px;
}
.sppb-slider-wrapper
  .sppb-slide-item-bg
  .sppb-slideshow-fullwidth-item-text
  .sppb-fullwidth-title
  .sppb-slidehsow-sub-title
  span {
  margin-left: 4px;
  display: block;
  margin-top: 5px;
  font-size: 23px;
  font-weight: 300;
}
.sppb-slider-wrapper
  .sppb-slide-item-bg
  .sppb-slideshow-fullwidth-item-text
  .details {
  margin-top: 30px;
  margin-bottom: 44px;
}
.sppb-slider-wrapper
  .sppb-slide-item-bg
  .sppb-slideshow-fullwidth-item-text
  .sppb-fw-slider-button-wrapper
  .btn {
  font-weight: 600;
  text-transform: uppercase;
}
.sppb-slider-wrapper .customNavigation .container {
  position: relative;
}
.sppb-slider-wrapper .customNavigation a {
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 33px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  z-index: 999;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  border-radius: 3px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-slider-wrapper .customNavigation a.sppbSlidePrev {
  right: 70px;
}
.sppb-slider-wrapper:hover .customNavigation a {
  opacity: 1;
}
.sppb-slider-wrapper .owl-theme .owl-controls {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
}
.sppb-slider-wrapper .owl-theme .owl-dots {
  text-align: right;
}
.sppb-slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 21px;
  height: 21px;
  border-radius: 20px;
  background: #dfdfdf;
  margin: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
  .owl-item
  .sppb-slideshow-fullwidth-item
  .sppb-wow.sppb-animated {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
  .owl-item.active
  .sppb-slideshow-fullwidth-item
  .sppb-wow.sppb-animated {
  display: block;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
  .owl-item.active
  .sppb-slideshow-fullwidth-item
  .sppb-wow.sppb-animated.sppb-slideshow-fullwidth-read-more {
  display: inline-block;
}
.sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
  font-weight: 300;
}
.sppb-addon-blocknumber .sppb-blocknumber > .pull-left {
  margin-right: 22px;
}
.sppb-addon-blocknumber .sppb-blocknumber .sppb-media-body {
  margin-top: 25px;
  color: #000;
}
.sppb-addon-blocknumber .sppb-blocknumber .sppb-media-body .sppb-addon-title {
  font-weight: 600;
}
.sppb-addon-animated-number .sppb-animated-number {
  font-weight: 700;
}
.sppb-addon-persion {
  margin-top: 10px;
  position: relative;
}
.sppb-addon-persion .sppb-person-information {
  position: absolute;
  left: -15px;
  bottom: 50px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-name {
  font-size: 18px;
  font-weight: 600;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
  font-size: 16px;
  color: #666666;
}
.sppb-addon-persion .sppb-person-social {
  margin-bottom: 10px;
}
.sppb-addon-persion .sppb-person-social > li > a {
  font-size: 18px;
}
.sppb-addon-persion .sppb-person-image {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-persion:hover {
  cursor: pointer;
}
.sppb-addon-persion:hover .sppb-person-information {
  opacity: 1;
}
.sppb-addon-persion:hover .sppb-person-image {
  opacity: 0.15;
}
.sppb-addon-appointment-form form.sppb-appointment-form {
  margin: -15px;
  overflow: hidden;
}
.sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-group,
.sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-btn {
  width: 310px;
  float: left;
  margin: 15px;
}
.sppb-addon-appointment-form form.sppb-appointment-form input {
  color: #fff;
}
.sppb-addon-appointment-form form.sppb-appointment-form label {
  color: #afafaf;
}
.sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-btn {
  margin-top: 45px;
}
.sppb-addon-appointment-form
  form.sppb-appointment-form
  > .sppb-form-btn
  button[type="submit"] {
  height: 53px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 22px;
}
.sppb-addon-appointment-form form.sppb-appointment-form.dark input,
.sppb-addon-appointment-form form.sppb-appointment-form.dark select,
.sppb-addon-appointment-form form.sppb-appointment-form.dark textarea {
  background-color: #2d2d2d;
  border: none !important;
}
.sppb-addon-appointment-form form.sppb-appointment-form.dark .sp-select {
  background: #2d2d2d;
  border: none !important;
}
.sppb-addon-appointment-form
  form.sppb-appointment-form.dark
  .sp-select
  .sp-select-dropdown {
  background: #2d2d2d;
  border: none !important;
}
.sppb-addon-appointment-form
  form.sppb-appointment-form.dark
  .sp-select
  .sp-select-dropdown
  > li:hover,
.sppb-addon-appointment-form
  form.sppb-appointment-form.dark
  .sp-select
  .sp-select-dropdown
  > li.active {
  color: #fff;
  background-color: #313131;
}
.sppb-addon-appointment-form form.sppb-appointment-form.light {
  margin-top: 30px;
}
.sppb-addon-appointment-form form.sppb-appointment-form.light textarea {
  min-height: 150px;
}
.sppb-addon-appointment-form
  form.sppb-appointment-form.light
  > .sppb-form-group.textarea {
  width: 100%;
  padding-right: 30px;
}
.sppb-testimonial-pro-advanced {
  padding-right: 0;
}
.sppb-testimonial-pro-advanced .sppb-section-title .sppb-title-heading span {
  font-size: 20px;
  color: #000;
}
.sppb-testimonial-pro-advanced .sppb-carousel-icon {
  font-size: 54px;
  text-align: left;
  margin-bottom: 10px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-inner {
  text-align: left;
}
.sppb-testimonial-pro-advanced .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-testimonial-pro-advanced .sppb-testimonial-content {
  padding-left: 40px;
  margin-top: 78px;
}
.sppb-testimonial-pro-advanced .sppb-testimonial-message {
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 48px;
  color: #666666;
}
.sppb-testimonial-pro-advanced .sppb-testimonial-client {
  font-size: 18px;
  margin-bottom: 20px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators {
  position: relative;
  bottom: initial;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 75px;
}
.sppb-testimonial-pro-advanced .sppb-carousel-indicators > li {
  display: none;
}
.sppb-testimonial-pro-advanced
  .sppb-carousel-indicators
  > li.sppb-tm-indicators {
  display: inline-block;
  width: 67px;
  height: 67px;
  overflow: hidden;
  border: none !important;
  margin: 0 15px 0 0;
}
.sppb-testimonial-pro-advanced
  .sppb-carousel-indicators
  > li.sppb-tm-indicators,
.sppb-testimonial-pro-advanced
  .sppb-carousel-indicators
  > li.sppb-tm-indicators
  img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
.sppb-testimonial-pro-advanced
  .sppb-carousel-indicators
  > li.sppb-tm-indicators.active {
  opacity: 0.2;
}
.sppb-testimonial-pro-advanced .sppb-carousel-control {
  font-size: 25px;
  margin-right: 10px;
}
.sppb-testimonial-pro-dark-advanced
  .sppb-testimonial-pro-advanced
  .mednet-text-block-v2
  .sppb-addon-title,
.sppb-testimonial-pro-dark-advanced
  .sppb-testimonial-pro-advanced
  .mednet-text-block-v2
  .sppb-addon-title
  small {
  color: #fff;
}
.sppb-testimonial-pro-dark-advanced
  .sppb-testimonial-pro-advanced
  .sppb-carousel-indicators
  > li.sppb-tm-indicators.active {
  opacity: 1;
}
.sppb-testimonial-pro-dark-advanced
  .sppb-testimonial-pro-advanced
  .sppb-carousel-indicators
  > li.sppb-tm-indicators.active
  img {
  opacity: 0.2;
}
.sppb-testimonial-pro-dark-advanced
  .sppb-testimonial-pro-advanced
  .sppb-testimonial-message {
  color: #fff;
}
.sppb-addon-articles {
  margin-top: 25px;
}
.sppb-addon-articles .sppb-addon-article {
  background: #fff;
  padding: 30px;
  display: table;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.03);
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap {
  display: table-cell;
  width: 105px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap img {
  border-radius: 50%;
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.sppb-addon-articles
  .sppb-addon-article
  .sppb-article-info
  .sppb-article-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info .sppb-article-meta {
  margin: 0;
}
.sppb-addon-articles
  .sppb-addon-article
  .sppb-article-info
  .sppb-article-meta
  > span {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  margin-right: 5px;
}
.sppb-addon-articles
  .sppb-addon-article
  .sppb-article-info
  .sppb-article-introtext {
  margin-top: 10px;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > span {
  color: #000;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-img-wrap .sppb-img:before {
  left: 0;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-img-wrap .sppb-img:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.sppb-addon-tweet:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  top: 50px;
  left: 210px;
  z-index: 10;
  color: #fff;
}
.sppb-addon-tweet .sppb-tweet-slider {
  color: #fff;
  padding: 65px 180px 60px 235px;
  height: 200px;
  text-align: left;
}
.sppb-addon-tweet .sppb-tweet-slider:before {
  content: url(../images/twitter-bg.png);
  position: absolute;
  left: -230px;
  top: -30px;
  z-index: 100;
}
.sppb-addon-tweet .sppb-tweet-slider:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  width: 1000%;
  top: 0;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text {
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text a:hover {
  opacity: 0.7;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-created {
  display: none !important;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
  border: none;
  color: #fff;
  font-size: 20px;
  width: 15px;
}
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control:hover {
  background: none;
}
.mednet-about-us .sppb-col-sm-5 {
  position: relative;
}
.mednet-about-us .sppb-addon-single-image {
  left: 0;
  position: absolute;
  top: -19px;
}
.mednet-about-us .sppb-addon-single-image a {
  display: block;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs {
  padding: 18px 0 67px;
  border: none;
  position: relative;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs li.active a {
  color: #fff;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs li a {
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin-right: 42px;
}
.mednet-tabs .sppb-tab .sppb-nav-tabs li a:hover {
  color: #fff;
}
.mednet-tabs .sppb-tab .sppb-tab-pane {
  padding: 0;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .line {
  width: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 15px;
  top: -3px;
  z-index: -1;
  transition: 1s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .time {
  margin-top: 43px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .info p.doc-name {
  font-weight: 600;
  letter-spacing: 0.016px;
  margin-bottom: 0;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .info p {
  letter-spacing: 0.8px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3 {
  position: relative;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 14px;
  position: absolute;
  top: -7px;
  width: 11px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:after {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 22px;
  left: 9px;
  position: absolute;
  top: -13px;
  width: 22px;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(3) {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(4) {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.mednet-tabs .sppb-tab .sppb-tab-pane .col-sm-3:nth-child(4) .line {
  display: none;
}
.mednet-tabs .sppb-tab .sppb-tab-pane.active .col-sm-3 {
  display: block;
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.mednet-tabs .sppb-tab .sppb-tab-pane.active .col-sm-3 .line {
  width: 100%;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.mednet-callto-action {
  position: relative;
}
.mednet-callto-action:before {
  content: "";
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mednet-callto-action .sppb-container {
  position: relative;
  z-index: 1;
}
.mednet-callto-action .sppb-cta-title {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
}
.mednet-callto-action .sppb-cta-title small {
  color: #ccc;
  display: block;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}
.mednet-callto-action .sppb-cta-title strong {
  font-weight: 700;
}
.mednet-callto-action .sppb-cta-text {
  color: #e4e4e4;
}
.mednet-callto-action .sppb-addon-cta .sppb-row {
  display: table !important;
  width: 100%;
}
.mednet-callto-action .sppb-addon-cta .sppb-row .sppb-btn.sppb-btn-primary {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-top: 0;
  padding: 10px 36px;
  text-transform: uppercase;
}
.mednet-accordion .sppb-addon-accordion {
  padding-left: 15px;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content {
  padding-left: 40px;
  position: relative;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content .sppb-panel-group {
  margin: 0;
}
.mednet-accordion .sppb-addon-accordion .sppb-addon-content:before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 94%;
  left: 0;
  position: absolute;
  top: 15px;
  width: 3px;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default {
  box-shadow: none;
  margin: 0 0 28px;
  border: none;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default:last-of-type {
  margin-bottom: 0;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default
  .sppb-panel-heading {
  background: none;
  padding: 0;
  border-radius: 0;
  position: relative;
  border: none;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default
  .sppb-panel-heading:before {
  background: #cac9c9 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -44px;
  position: absolute;
  top: 4px;
  width: 12px;
  z-index: 1;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default
  .sppb-panel-heading:after {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  content: "";
  height: 22px;
  left: -49px;
  position: absolute;
  top: -1px;
  width: 22px;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default
  .sppb-panel-heading
  .sppb-panel-title {
  color: #333;
  display: block;
  font-size: 24px;
  line-height: 0.8;
}
.mednet-accordion
  .sppb-addon-accordion
  .sppb-addon-content
  .sppb-panel.sppb-panel-default
  .sppb-panel-collapse
  .sppb-panel-body {
  padding: 35px 0 23px;
  border: none;
}
.appointment-callto-action .sppb-addon-text-block .sppb-addon-content span {
  line-height: 46px;
  display: inline-block;
}
.appointment-callto-action
  .sppb-addon-text-block
  .sppb-addon-content
  span
  span {
  position: relative;
  margin-top: 32px;
}
.appointment-callto-action
  .sppb-addon-text-block
  .sppb-addon-content
  span
  span:before {
  content: "\f10b";
  font-family: FontAwesome;
  font-size: 46px;
  left: -32px;
  position: absolute;
  top: 2px;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-icon span {
  border-radius: 2px;
  height: 70px;
  padding-top: 18px;
  width: 70px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-icon span i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mednet-appointment-feature .sppb-addon-feature:hover {
  cursor: pointer;
}
.mednet-appointment-feature .sppb-addon-feature:hover .sppb-icon {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.mednet-appointment-feature .sppb-addon-feature:hover .sppb-icon span i {
  color: #fff;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-feature-box-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-media {
  overflow: visible;
}
.mednet-appointment-feature .sppb-addon-feature .sppb-media-body {
  padding-left: 10px;
  padding-right: 25px;
}
.mednet-appointment-feature
  .sppb-addon-feature
  .sppb-media-body
  .sppb-feature-box-title {
  margin-bottom: 18px;
}
.mednet-contact-page .sppb-addon-feature .sppb-addon-text {
  font-size: 18px;
  color: #808080;
  padding-left: 10px;
}
.mednet-contact-page .sppb-icon.sppb-text-left {
  float: left;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #ececec;
  text-align: center;
  margin-right: 5px;
  transition: 400ms;
  padding-top: 9px;
}
.mednet-contact-page .sppb-icon.sppb-text-left:hover a {
  color: #fff;
}
.mednet-contact-page .sppb-icon.sppb-text-left span {
  color: #fff;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form {
  display: table;
  width: 100%;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 48.35%;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group:last-of-type {
  width: 100%;
  float: none;
  margin-right: 0;
  display: table;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group:nth-child(2),
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group:nth-child(4) {
  margin-right: 0;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group
  textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9d9d9 !important;
  color: #a8a8a8;
  font-weight: 400 !important;
  height: 142px !important;
  resize: none;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group
  textarea::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-form-group
  textarea::-webkit-placeholder {
  color: #a8a8a8;
  opacity: 1;
}
.sppb-addon-ajax-contact.contact-page-form .sppb-ajaxt-contact-form input {
  background-color: #fff;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
  color: #a8a8a8;
  padding: 0 15px !important;
}
.sppb-addon-ajax-contact.contact-page-form
  .sppb-ajaxt-contact-form
  .sppb-btn.sppb-btn-success {
  float: right;
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  margin-top: 20px;
  letter-spacing: 0.8px;
}
.sppb-addon-feature.sp-contact-info {
  background: #fff;
  position: relative;
  transition: 0.3s;
  padding: 60px 40px;
}
.sppb-addon-feature.sp-contact-info:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sppb-addon-feature.sp-contact-info:hover .sppb-icon,
.sppb-addon-feature.sp-contact-info:hover .sppb-feature-box-title,
.sppb-addon-feature.sp-contact-info:hover .sppb-addon-text {
  color: #fff;
}
.sppb-addon-feature.sp-contact-info .sppb-icon,
.sppb-addon-feature.sp-contact-info .sppb-feature-box-title,
.sppb-addon-feature.sp-contact-info .sppb-addon-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-feature.sp-contact-info .sppb-feature-box-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.sppb-addon-feature.sp-contact-info .sppb-addon-text {
  margin-top: 30px;
  font-weight: 600;
  color: #808080;
}
.sppb-addon-feature.sp-contact-info .working-hours .time {
  float: right;
}
.mednet-features-list {
  color: #fff;
}
.mednet-features-list .sppb-row {
  margin: 0;
}
.mednet-features-list .sppb-row > div {
  padding: 0;
}
.mednet-features-list .sppb-row > div .sppb-addon-container {
  height: 310px;
  display: table;
  width: 100%;
}
.mednet-features-list .sppb-addon-feature {
  z-index: 100;
  position: relative;
  padding: 55px 40px 45px 0;
  display: table-cell;
  vertical-align: middle;
}
.mednet-features-list .sppb-addon-feature .sppb-feature-box-title {
  margin-top: 0;
  text-transform: uppercase;
}
.mednet-features-list .sppb-addon-feature .sppb-addon-text {
  margin-top: 30px;
}
.mednet-features-list .sppb-addon-feature a {
  color: #fff;
}
.mednet-features-list .sppb-addon-feature .btn-click {
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.mednet-features-list .sppb-addon-feature .btn-click:after {
  content: "\f0da";
  margin-left: 5px;
  font-family: fontawesome;
}
.mednet-features-list .mednet-features-one,
.mednet-features-list .mednet-features-two,
.mednet-features-list .mednet-features-three {
  position: relative;
}
.mednet-features-list .mednet-features-one:before,
.mednet-features-list .mednet-features-two:before,
.mednet-features-list .mednet-features-three:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mednet-features-list .mednet-features-one:after,
.mednet-features-list .mednet-features-two:after,
.mednet-features-list .mednet-features-three:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1000%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mednet-features-list .mednet-features-one:before {
  background-image: url(../images/features1.jpg);
}
.mednet-features-list .mednet-features-two {
  padding-left: 35px;
}
.mednet-features-list .mednet-features-two:before {
  right: inherit;
  left: 0;
  width: 100%;
  background-image: url(../images/features2.jpg);
}
.mednet-features-list .mednet-features-two:after {
  left: 0;
  right: inherit;
  width: 100%;
}
.mednet-features-list .mednet-features-two .sppb-addon-text p {
  font-size: 18px;
  margin-bottom: 6px;
}
.mednet-features-list .mednet-features-three {
  padding-left: 35px;
}
.mednet-features-list .mednet-features-three:before {
  left: 0;
  right: inherit;
  width: 300%;
  background-image: url(../images/features3.jpg);
}
.mednet-features-list .mednet-features-three:after {
  left: 0;
  right: inherit;
  width: 1000%;
}
.mednet-features-list .date-time {
  padding: 0;
  list-style: none;
}
.mednet-features-list .date-time > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 35px;
}
.mednet-features-list .date-time > li span.time {
  float: right;
}
.mednet-services-step {
  position: relative;
}
.mednet-services-step:before {
  content: "";
  background-image: url(../images/services-step.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px;
  width: 50%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mednet-services-step .sppb-addon-text-block .sppb-addon-title b {
  display: block;
}
.mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber > .pull-left {
  margin-top: 8px;
  margin-right: 50px;
}
.mednet-services-step
  .sppb-addon-blocknumber
  .sppb-blocknumber
  .sppb-media-body {
  margin-top: 0;
}
.mednet-services-step .sppb-addon-blocknumber .sppb-addon-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  display: block;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a:hover {
  background: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
body:not(.view-article) article .article-info {
  margin: 0;
  line-height: 12px;
}
body:not(.view-article) article .article-info > dd {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 0 0;
  text-transform: capitalize;
}
body:not(.view-article) article .article-info > dd > i {
  display: inline-block;
  margin-right: 6px;
}
body:not(.view-article) article .article-info > dd a {
  color: #000;
}
.article-info {
  margin: 0;
  line-height: 12px;
}
.article-info > dd {
  font-size: 14px;
  color: #565656;
  text-transform: uppercase;
  margin: 0 20px 7px 0;
  float: left;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 6px;
}
.article-info > dd a {
  color: #565656;
}
body:not(.view-article) article.item {
  position: relative;
  margin-bottom: 30px;
}
body:not(.view-article) article.item .entry-image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-bottom: 0;
  width: 100%;
}
body:not(.view-article) article.item .entry-image a {
  position: relative;
  display: block;
  overflow: hidden;
}
body:not(.view-article) article.item .entry-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
body:not(.view-article) article.item .entry-image a:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 46px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body:not(.view-article) article.item:hover .entry-image a:before {
  opacity: 1;
  visibility: visible;
}
body:not(.view-article) article.item:hover .entry-image a:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
body:not(.view-article)
  article.item
  .entry-video
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-gallery
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-audio
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-link
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-quote
  + .blog-info-wrapper
  .article-info,
body:not(.view-article)
  article.item
  .entry-status
  + .blog-info-wrapper
  .article-info {
  display: block;
  width: 100%;
  overflow: hidden;
}
body:not(.view-article) article.item .entry-quote {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 72px 40px 110px 172px;
  margin-bottom: 0;
  position: relative;
}
body:not(.view-article) article.item .entry-quote:before {
  background: rgba(0, 0, 0, 0) url("../images/qout.png") no-repeat scroll center
    center / cover;
  content: "";
  height: 109px;
  left: 40px;
  top: 50px;
  transform: rotate(0deg);
  width: 103px;
}
body:not(.view-article) article.item .entry-quote p {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  display: inline;
  font-style: italic;
}
body:not(.view-article) article.item .entry-quote small {
  display: inline-block;
  font-size: 22px;
}
body:not(.view-article) article.item .entry-quote small:before {
  content: "";
}
body:not(.view-article) article.item .entry-status {
  margin-bottom: 0;
}
body:not(.view-article) article.item .entry-status + .blog-info-wrapper {
  bottom: auto;
  top: 172px;
}
body:not(.view-article) article.item .entry-link {
  margin-bottom: 0;
}
body:not(.view-article) article.item .entry-link::before {
  font-size: 200px;
  left: 40px;
  top: 100px;
}
body:not(.view-article) article.item .entry-image,
body:not(.view-article) article.item .entry-gallery,
body:not(.view-article) article.item .entry-video,
body:not(.view-article) article.item .entry-audio,
body:not(.view-article) article.item .entry-link {
  margin-bottom: 0;
}
body:not(.view-article) article.item .blog-info-wrapper {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px 30px 25px;
}
body:not(.view-article) article.item .readmore {
  margin-top: 50px;
}
body:not(.view-article) article.item .readmore a.btn {
  color: #fff;
}
body:not(.view-article) article.item a:hover .fa {
  color: #fff;
}
body:not(.view-article) article.item p {
  color: #565656;
  font-size: 14px;
  line-height: 1.5;
}
.tags {
  display: inline-block;
}
.tags > span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tags a {
  background: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 3px;
}
.tags a:hover,
.tags a:focus {
  background: none !important;
  color: #000000;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.entry-header h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
  clear: both;
}
body.view-featured .blog-featured .row {
  margin: 0;
}
body.view-featured .blog-featured .row .item.col-sm-6:first-child {
  width: 47%;
  margin-right: 3%;
}
body.view-article article .entry-header {
  margin-bottom: 30px;
}
body.view-article article .entry-header h2 {
  font-size: 46px;
  margin-bottom: 30px;
}
body.view-article article .article-info > dd {
  font-size: 16px;
}
body.view-article article .entry-image img {
  border-radius: 3px;
}
body.view-article article .article-body p {
  color: #333;
}
body.view-article article .article-body blockquote {
  font-size: 28px;
  border: none;
  padding: 15px 0;
  line-height: 1.5;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255, 255, 255, 0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255, 255, 255, 0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
section#sp-bottom-feature {
  padding: 120px 0;
}
.sp-mednet-feature {
  background: #fff;
  padding: 60px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-mednet-feature:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sp-mednet-feature:hover h4,
.sp-mednet-feature:hover p,
.sp-mednet-feature:hover i.icon {
  color: #fff;
}
.sp-mednet-feature i.icon {
  font-size: 40px;
}
.sp-mednet-feature h4 {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-mednet-feature p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
  font-weight: 600;
  color: #808080;
}
.sp-mednet-feature .working-hours .time {
  float: right;
}
#sp-left .sp-module,
#sp-right .sp-module {
  background: #f7f7f7;
  padding-bottom: 16px;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  padding-left: 30px;
  padding-top: 23px;
  text-transform: capitalize;
}
#sp-left .sp-module .sp-module-content .nav.menu li,
#sp-left .sp-module .sp-module-content .categories-module li,
#sp-right .sp-module .sp-module-content .nav.menu li,
#sp-right .sp-module .sp-module-content .categories-module li {
  padding: 0;
}
#sp-left .sp-module .sp-module-content .nav.menu li a,
#sp-left .sp-module .sp-module-content .categories-module li a,
#sp-right .sp-module .sp-module-content .nav.menu li a,
#sp-right .sp-module .sp-module-content .categories-module li a {
  border-bottom: 1px solid #f0f0f0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 12px 30px 13px;
}
#sp-left .sp-module .sp-module-content .nav.menu li:last-child a,
#sp-left .sp-module .sp-module-content .categories-module li:last-child a,
#sp-right .sp-module .sp-module-content .nav.menu li:last-child a,
#sp-right .sp-module .sp-module-content .categories-module li:last-child a {
  border-bottom: 0;
}
#sp-left .sp-module .sp-module-content .latestnews > div,
#sp-right .sp-module .sp-module-content .latestnews > div {
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 12px 30px 17px;
  width: 100%;
}
#sp-left .sp-module .sp-module-content .latestnews > div:last-of-type,
#sp-right .sp-module .sp-module-content .latestnews > div:last-of-type {
  border-bottom: 0;
  padding-bottom: 10px;
}
#sp-left .sp-module .sp-module-content .latestnews .article-list-img,
#sp-right .sp-module .sp-module-content .latestnews .article-list-img {
  float: left;
  width: 50px;
  height: 50px;
}
#sp-left .sp-module .sp-module-content .latestnews .article-list-img img,
#sp-right .sp-module .sp-module-content .latestnews .article-list-img img {
  width: 100%;
  height: 100%;
}
#sp-left .sp-module .sp-module-content .latestnews .mednet-news-title,
#sp-right .sp-module .sp-module-content .latestnews .mednet-news-title {
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 21px;
  padding-left: 10px;
  width: 75%;
}
#sp-left .sp-module .sp-module-content .tagspopular,
#sp-right .sp-module .sp-module-content .tagspopular {
  padding: 12px 30px 15px;
}
#sp-left .sp-module .sp-module-content .tagspopular ul li,
#sp-right .sp-module .sp-module-content .tagspopular ul li {
  display: inline-block;
}
#sp-left .sp-module .sp-module-content .tagspopular ul li a,
#sp-right .sp-module .sp-module-content .tagspopular ul li a {
  padding: 4px 15px 6px;
  color: #fff;
  background: #c3c4c7;
  line-height: 1;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-right: 7px;
}
#sp-left .sp-module .sp-module-content .search,
#sp-right .sp-module .sp-module-content .search {
  padding: 0 30px;
}
#sp-left .sp-module .sp-module-content .search form input,
#sp-right .sp-module .sp-module-content .search form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
  margin-bottom: 15px;
  width: 100%;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination {
  border-radius: 0;
  display: inline-block;
  margin: 90px auto 0;
  padding-left: 0;
}
.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li span {
  background-color: #fff;
  border: medium none;
  border-radius: 50%;
  color: #000;
  float: left;
  font-size: 18px;
  height: 38px;
  line-height: 1;
  margin: 0 2px;
  padding: 9px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 400ms;
  width: 38px;
}
.pagination-wrapper .pagination li a.previous,
.pagination-wrapper .pagination li span.previous {
  font-size: 24px;
  padding-top: 6px;
}
.pagination-wrapper .pagination li a.next,
.pagination-wrapper .pagination li span.next {
  font-size: 24px;
  padding-top: 6px;
}
.pagination-wrapper .pagination li.active span {
  color: #fff;
}
#sp-bottom .sp-module {
  margin-top: 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 22px;
}
#sp-bottom .sp-module .sp-module-content {
  color: #666666;
}
#sp-bottom .sp-module .sp-module-content ul > li {
  margin-bottom: 5px;
  padding: 0;
}
#sp-bottom .sp-module .sp-module-content ul > li > a {
  line-height: 1.3;
}
#sp-bottom #sp-bottom3 .join-us-2 {
  margin: -88px 0 0 120px;
}
.bottom-newsletter .acymailing_form {
  position: relative;
  margin-top: 30px;
}
.bottom-newsletter .acymailing_form .acyfield_email input {
  background: rgba(0, 0, 0, 0.4);
  border: none !important;
  height: 38px !important;
  line-height: 38px;
  border-radius: 0;
  color: #6f6f6f;
}
.bottom-newsletter .acymailing_form .acyfield_email input:focus,
.bottom-newsletter .acymailing_form .acyfield_email input:active {
  color: #fff;
}
.bottom-newsletter .acymailing_form .acysubbuttons {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 100;
}
.bottom-newsletter .acymailing_form .acysubbuttons input {
  height: 38px !important;
  border-radius: 0;
  padding: 0 16px;
  line-height: 38px !important;
  border: none;
  font-size: 14px;
}
.bottom-social {
  margin-top: 15px;
  overflow: hidden;
}
.bottom-social .dummy-text {
  display: none;
}
.bottom-social ul > li {
  display: inline-block;
  float: left;
}
.bottom-social ul > li:not(:last-child) {
  margin-right: 20px;
}
.bottom-social ul > li i {
  line-height: 1.5;
  color: #bbbec3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 14px;
}
#sp-footer a {
  line-height: 1.5;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
}
#sp-footer a:hover {
  color: #d1d1d1;
}
#sp-footer #sp-footer1 ul.nav.menu {
  text-align: left;
  text-transform: capitalize;
}
#sp-footer #sp-footer1 ul.nav.menu > li {
  display: inline-block;
  margin-right: 30px;
}
#sp-footer #sp-footer1 ul.nav.menu > li:last-child {
  margin-right: 0;
}
#sp-footer #sp-footer2 .sp-copyright {
  color: #7a7d86;
  float: right;
}
#sp-footer #sp-footer2 .sp-copyright a {
  font-weight: 600;
}
#sp-footer #sp-footer2 .sp-copyright a:hover,
#sp-footer #sp-footer2 .sp-copyright a:focus {
  color: #7a7d86;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
  font-family: Titillium Web, sans-serif;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin: 100px 0 60px;
}
.sp-comingsoon .sp-comingsoon-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .sp-position-comingsoon {
  background: #333333;
  width: 720px;
  margin: 0 auto;
  padding: 30px;
}
.sp-comingsoon .acymailing_module_form .acymailing_introtext {
  padding-bottom: 28px;
  color: #fff;
}
.sp-comingsoon .bottom-newsletter .acymailing_form p {
  margin-bottom: 0;
}
.sp-comingsoon .bottom-newsletter .acymailing_form .acyfield_email input {
  border-radius: 0;
  color: #acacac;
  height: 50px !important;
  background: #f0f0f0;
  text-transform: capitalize;
}
.sp-comingsoon .bottom-newsletter .acymailing_form .acysubbuttons input {
  border: medium none;
  border-radius: 0;
  font-size: 18px;
  height: 50px !important;
  line-height: 38px !important;
  padding: 0 37px;
}
.sp-comingsoon ul.social-icons {
  margin: 48px 0 28px;
}
.sp-comingsoon ul.social-icons li {
  margin: 0 12px;
}
.sp-comingsoon ul.social-icons li a {
  color: #c4c4c4;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  font-size: 20px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.sp-comingsoon .days:after,
.sp-comingsoon .hours:after,
.sp-comingsoon .minutes:after {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -58px;
  top: -30px;
  bottom: 0;
  margin: auto;
}
.sp-comingsoon .days {
  margin: 0 100px 0 0;
  position: relative;
}
.sp-comingsoon .hours {
  margin: 0 100px 0 0;
}
.sp-comingsoon .minutes {
  margin: 0 100px 0 0;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: auto;
  height: auto;
  line-height: 0.8;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 130px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
}
.sp-comingsoon .comingsoon-copyright p {
  font-size: 14px;
  color: #717171;
}
.sp-comingsoon .comingsoon-copyright p span {
  color: #a3a3a3;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: Titillium Web, sans-serif;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner .error-wrapping {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-page-logo img {
  display: inline-block;
}
.error-page .error-page-inner .btn.btn-primary.btn-lg {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 30px;
}
.error-page .error-page-inner .btn.btn-primary.btn-lg i {
  display: inline-block;
  margin-right: 17px;
  font-size: 16px;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 45px;
  margin-top: 18px;
}
.error-page .eror-copyright {
  margin-top: 63px;
}
.error-page .eror-copyright p {
  font-size: 14px;
  color: #545454;
}
.error-page .eror-copyright p span {
  color: #a3a3a3;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.sp-social-share .fb_iframe_widget span {
  display: block;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2d2d2d;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.btn,
.sppb-btn {
  padding: 0 35px;
  line-height: 50px;
  border: none;
  color: #525252;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover,
.btn:focus,
.btn:active,
.sppb-btn:hover,
.sppb-btn:focus,
.sppb-btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #fff;
}
button {
  line-height: 42px;
  height: 42px;
}
input.btn,
input.sppb-btn {
  height: 50px !important;
  line-height: 50px !important;
}
input.btn:hover,
input.btn:focus,
input.btn:active,
input.btn:focus:active,
input.sppb-btn:hover,
input.sppb-btn:focus,
input.sppb-btn:active,
input.sppb-btn:focus:active {
  outline: none;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 36px;
  padding: 0 25px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 34px;
  padding: 0 30px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  line-height: 52px;
  padding: 0 50px;
}
.btn.btn-default,
.sppb-btn.sppb-btn-default,
.btn.btn-lg.btn-default,
.sppb-btn.sppb-btn-lg.sppb-btn-default {
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:focus,
.sppb-btn.sppb-btn-default:active,
.btn.btn-lg.btn-default:hover,
.btn.btn-lg.btn-default:focus,
.btn.btn-lg.btn-default:active,
.sppb-btn.sppb-btn-lg.sppb-btn-default:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-default:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-default:active {
  background-color: #e6e6e6;
  color: #525252;
}
.btn.btn-primary,
.sppb-btn.sppb-btn-primary,
.btn.btn-lg.btn-primary,
.sppb-btn.sppb-btn-lg.sppb-btn-primary {
  color: #fff;
}
.btn.btn-success,
.sppb-btn.sppb-btn-success,
.btn.btn-lg.btn-success,
.sppb-btn.sppb-btn-lg.sppb-btn-success {
  background-color: #58cf68;
  color: #fff;
  border-color: #58cf68;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.sppb-btn.sppb-btn-success:hover,
.sppb-btn.sppb-btn-success:focus,
.sppb-btn.sppb-btn-success:active,
.btn.btn-lg.btn-success:hover,
.btn.btn-lg.btn-success:focus,
.btn.btn-lg.btn-success:active,
.sppb-btn.sppb-btn-lg.sppb-btn-success:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-success:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-success:active {
  background-color: #34b646;
  border-color: #34b646;
}
.btn.btn-info,
.sppb-btn.sppb-btn-info,
.btn.btn-lg.btn-info,
.sppb-btn.sppb-btn-lg.sppb-btn-info {
  background-color: #24252a;
  color: #fff;
  border-color: #24252a;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.sppb-btn.sppb-btn-info:hover,
.sppb-btn.sppb-btn-info:focus,
.sppb-btn.sppb-btn-info:active,
.btn.btn-lg.btn-info:hover,
.btn.btn-lg.btn-info:focus,
.btn.btn-lg.btn-info:active,
.sppb-btn.sppb-btn-lg.sppb-btn-info:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-info:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-info:active {
  background-color: #080809;
  border-color: #080809;
}
.btn.btn-warning,
.sppb-btn.sppb-btn-warning,
.btn.btn-lg.btn-warning,
.sppb-btn.sppb-btn-lg.sppb-btn-warning {
  background-color: #ff3d00;
  color: #fff;
  border-color: #ff3d00;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.sppb-btn.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-warning:focus,
.sppb-btn.sppb-btn-warning:active,
.btn.btn-lg.btn-warning:hover,
.btn.btn-lg.btn-warning:focus,
.btn.btn-lg.btn-warning:active,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-warning:active {
  background-color: #c22e00;
  border-color: #c22e00;
}
.btn.btn-danger,
.sppb-btn.sppb-btn-danger,
.btn.btn-lg.btn-danger,
.sppb-btn.sppb-btn-lg.sppb-btn-danger {
  background-color: #e35358;
  color: #fff;
  border-color: #e35358;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.sppb-btn.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-danger:focus,
.sppb-btn.sppb-btn-danger:active,
.btn.btn-lg.btn-danger:hover,
.btn.btn-lg.btn-danger:focus,
.btn.btn-lg.btn-danger:active,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-danger:active {
  background-color: #d62329;
  border-color: #d62329;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.sppb-btn.sppb-btn-link:hover,
.sppb-btn.sppb-btn-link:focus,
.sppb-btn.sppb-btn-link:active,
.btn.btn-lg.btn-link:hover,
.btn.btn-lg.btn-link:focus,
.btn.btn-lg.btn-link:active,
.sppb-btn.sppb-btn-lg.sppb-btn-link:hover,
.sppb-btn.sppb-btn-lg.sppb-btn-link:focus,
.sppb-btn.sppb-btn-lg.sppb-btn-link:active {
  color: #fff;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 53px !important;
  padding: 6px 15px !important;
  border: 1px solid #d9d9d9 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.sppb-form-control,
a.btn[title="Cancel"],
button[type="submit"],
button[name="Search"] {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 53px;
  line-height: 41px;
  padding: 6px 30px;
}
.sppb-form-control {
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.alert {
  background: #f9f9f9;
}
.alert.alert-success {
  background: #dff0d8;
}
.alert.alert-info {
  background: #d9edf7;
}
.alert.alert-warning {
  background: #fcf8e3;
}
.alert.alert-error {
  background: #f2dede;
}
@media only screen and (max-width: 1200px) {
  .sppb-addon-appointment-form
    form.sppb-appointment-form.light
    > .sppb-form-group,
  .sppb-addon-appointment-form
    form.sppb-appointment-form.light
    > .sppb-form-btn {
    width: 245px;
    float: left;
    margin: 15px;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light {
    margin-top: -20px !important;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  #sp-page-title .sp-page-title .breadcrumb {
    width: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a {
    font-size: 14px;
  }
  #sp-page-title .sp-page-title .breadcrumb {
    width: 460px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg {
    padding: 35px 0 60px;
    height: 470px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .sppb-fullwidth-title {
    font-size: 40px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .sppb-fullwidth-title
    .sppb-slidehsow-sub-title {
    font-size: 60px;
  }
  .mednet-features-list .sppb-addon-feature {
    padding: 35px 40px 40px 0;
  }
  .mednet-core-service {
    padding: 80px 0 !important;
  }
  .mednet-home-about {
    padding-bottom: 50px !important;
  }
  .mednet-home-about .sppb-addon-animated-number .sppb-animated-number {
    font-size: 50px !important;
  }
  .mednet-home-team {
    padding-top: 80px !important;
  }
  .mednet-success-story {
    margin: 60px 0 70px !important;
  }
  .mednet-text-block-v2 {
    padding-right: 0;
  }
  .mednet-expert-advice {
    padding: 80px 0 50px !important;
  }
  .sppb-addon-tweet .sppb-tweet-slider {
    padding-right: 45px;
    padding-top: 55px;
  }
  .mednet-footer-widget {
    padding: 80px 0 !important;
  }
  .sppb-addon-feature.sp-contact-info {
    padding: 35px 25px;
  }
  .sppb-addon-feature.sp-contact-info .sppb-addon-text .working-hours {
    font-size: 14px;
  }
  #sp-bottom {
    padding: 70px 0 50px !important;
  }
  .mednet-home-about {
    padding-bottom: 80px !important;
    padding-top: 70px !important;
  }
  .about-tabs {
    padding: 60px 0 40px !important;
  }
  #sp-page-builder .about-tabs .sppb-section-title {
    margin-bottom: 30px;
  }
  .mednet-tabs .sppb-tab .sppb-nav-tabs {
    padding: 18px 0 50px;
  }
  .mednet-team {
    padding-top: 70px !important;
  }
  .mednet-appoinment {
    padding: 60px 0 !important;
  }
  .mednet-accordion {
    padding: 80px 0 !important;
  }
  .mednet-contact-page {
    padding: 60px 0 90px !important;
  }
  .mednet-contact-page .sppb-addon-text-block .sppb-addon-title,
  .mednet-contact-page .sppb-addon-ajax-contact .sppb-addon-title {
    font-size: 40px !important;
    margin-bottom: 50px !important;
  }
  .sppb-addon-ajax-contact.contact-page-form
    .sppb-ajaxt-contact-form
    .sppb-form-group {
    margin-right: 0;
    width: 100%;
  }
  .mednet-accordion .sppb-addon-accordion .sppb-addon-content::before {
    height: 95%;
  }
  .sp-mednet-feature {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  #sp-page-title .sp-page-title .breadcrumb {
    height: inherit;
    right: 15px;
    width: 300px;
  }
  .sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
    font-size: 55px !important;
  }
  .sppb-addon-appointment-form
    form.sppb-appointment-form.light
    > .sppb-form-group,
  .sppb-addon-appointment-form
    form.sppb-appointment-form.light
    > .sppb-form-btn {
    width: 100%;
    padding-right: 15px !important;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light {
    margin-bottom: 50px !important;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 80px;
  }
  #sp-bottom1,
  #sp-bottom2,
  #sp-bottom3 {
    margin-bottom: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sppb-slider-wrapper .sppb-slide-item-bg {
    padding: 35px 0 60px;
    height: 385px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .sppb-fullwidth-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .sppb-fullwidth-title
    .sppb-slidehsow-sub-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .details {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .mednet-features-list .sppb-addon-feature {
    padding: 0 40px 0 0;
  }
  .mednet-core-service {
    padding: 60px 0 !important;
  }
  .mednet-core-service
    .sppb-addon-blocknumber
    .sppb-blocknumber
    .sppb-blocknumber-number {
    font-size: 45px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 40px !important;
  }
  .mednet-home-about {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  .mednet-home-about .sppb-addon-container {
    padding-left: 0px !important;
  }
  .mednet-home-about
    .sppb-addon-container
    .sppb-addon-animated-number
    .sppb-animated-number {
    font-size: 50px !important;
  }
  .mednet-home-about .sppb-addon-container .sppb-empty-space.clearfix {
    margin-bottom: 30px !important;
  }
  .mednet-home-about .sppb-addon-feature {
    margin-bottom: 0;
  }
  .mednet-home-team {
    padding-top: 60px !important;
  }
  .sppb-addon-persion .sppb-person-information {
    left: 0;
  }
  .mednet-success-story {
    margin: 45px 0 50px !important;
  }
  .mednet-success-story .mednet-text-block-v2 {
    padding-right: 0;
  }
  .sppb-testimonial-pro-advanced .sppb-addon-title {
    margin-bottom: 25px !important;
  }
  .sppb-testimonial-pro-advanced .sppb-testimonial-content {
    margin-left: 35px;
    margin-top: 30px;
    padding-left: 0;
  }
  .sppb-testimonial-pro-advanced .sppb-carousel-indicators {
    margin-top: 40px;
  }
  .sppb-testimonial-pro-advanced
    .sppb-carousel-indicators
    li.sppb-tm-indicators {
    height: 50px;
    width: 50px;
  }
  .mednet-expert-advice {
    padding: 60px 0 !important;
  }
  .mednet-expert-advice .sppb-section-title {
    margin-bottom: 25px !important;
  }
  .sppb-addon-articles .sppb-addon-article {
    padding: 25px 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-img-wrap {
    width: 80px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info {
    padding-left: 25px;
  }
  .sppb-addon-articles
    .sppb-addon-article
    .sppb-article-info
    .sppb-article-title {
    font-size: 20px;
  }
  .sppb-addon-tweet .sppb-tweet-slider {
    padding: 25px 40px 60px 235px;
  }
  .sppb-addon-tweet::before {
    top: 20px;
  }
  .mednet-footer-widget {
    padding: 70px 0 40px !important;
  }
  .mednet-footer-widget .sppb-col-sm-3 {
    width: 50%;
  }
  .mednet-footer-widget .sppb-col-sm-3:nth-child(3) {
    clear: left;
  }
  .mednet-footer-widget .sppb-col-sm-3 .sppb-addon-feature.sp-contact-info {
    margin-bottom: 30px;
  }
  #sp-bottom {
    padding: 60px 0 50px !important;
  }
  #sp-footer1 .sp-module ul li {
    margin-right: 20px;
  }
  #sp-footer1 .sp-module ul li a {
    line-height: 1;
    padding: 0;
  }
  #sp-page-title .sp-page-title h3 {
    font-size: 35px;
  }
  .about-tabs {
    padding: 60px 0 40px !important;
  }
  #sp-page-builder .about-tabs .sppb-section-title {
    margin-bottom: 30px;
  }
  .mednet-tabs .sppb-tab .sppb-nav-tabs {
    padding: 18px 0 50px;
  }
  .mednet-team {
    padding-top: 70px !important;
  }
  .mednet-appoinment {
    padding: 60px 0 !important;
  }
  .mednet-accordion {
    padding: 80px 0 !important;
  }
  .mednet-contact-page {
    padding: 40px 0 70px !important;
  }
  .mednet-contact-page .sppb-addon-text-block .sppb-addon-title,
  .mednet-contact-page .sppb-addon-ajax-contact .sppb-addon-title {
    font-size: 35px !important;
    margin-bottom: 40px !important;
  }
  .sppb-addon-ajax-contact.contact-page-form
    .sppb-ajaxt-contact-form
    .sppb-form-group {
    margin-right: 0;
    width: 100%;
  }
  #sp-bottom-feature {
    padding: 0;
  }
  #sp-main-body #sp-right {
    margin-top: 0;
  }
  .sp-mednet-features .col-sm-3 {
    width: 50%;
  }
  #sp-left .sp-module .sp-module-title,
  #sp-right .sp-module .sp-module-title {
    padding-left: 20px;
  }
  #sp-left .sp-module .sp-module-content .latestnews > div,
  #sp-right .sp-module .sp-module-content .latestnews > div {
    display: table;
    padding: 12px 20px 17px;
    width: 100%;
  }
  #sp-left .sp-module .sp-module-content .latestnews .mednet-news-title,
  #sp-right .sp-module .sp-module-content .latestnews .mednet-news-title {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .mednet-accordion .sppb-addon-accordion {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .spb-res-margin {
    margin: 50px 0 !important;
  }
  .spb-res-padding {
    padding: 50px 0 !important;
  }
  .spb-res-mixed-padding {
    padding: 50px 0 100px !important;
  }
  .spb-res-bottom-padding {
    padding: 0 0 30px !important;
  }
  .spb-res-top-padding {
    padding: 50px 0 0 !important;
  }
  #sp-page-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-right {
    margin-top: 50px;
  }
  body.view-category article.item .entry-image a:after {
    font-size: 25px;
  }
  .doctor-static-hero-section .sppb-addon-container {
    padding: 0 !important;
  }
  .doctor-static-hero-section .sppb-addon-cta .sppb-cta-title {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  .doctor-static-hero-section .sppb-addon-cta .sppb-cta-subtitle {
    font-size: 45px !important;
    line-height: 1 !important;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section {
    margin-top: 30px;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section
    .sppb-addon-title {
    padding: 12px 25px;
    font-size: 20px;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section
    form.sppb-appointment-form
    .sppb-form-btn {
    margin-left: 18px;
  }
  .doctor-static-hero-section.spb-res-padding {
    padding: 50px 0 !important;
  }
  .doctor-static-hero-section .sppb-addon-video {
    margin-top: 30px;
  }
  .pagination-wrapper .pagination {
    margin-top: 20px;
  }
  .sp-mednet-feature {
    margin-bottom: 30px;
  }
  .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .mednet-stats .sppb-addon-feature {
    margin-bottom: 15px;
  }
  .mednet-text-block-title h1.sppb-addon-title {
    font-size: 30px;
  }
  .mednet-services-step:before {
    display: none;
  }
  .mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber-number {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .mednet-services-step .sppb-addon-blocknumber .sppb-blocknumber > .pull-left {
    margin-right: 20px;
  }
  .mednet-services-list .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .mednet-services-list .sppb-addon-feature .sppb-icon i {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .mednet-features-list .mednet-features-three {
    padding-left: 15px;
  }
  .mednet-accordion {
    background: none !important;
  }
  .mednet-accordion .sppb-addon-accordion {
    margin-left: 10px;
  }
  .mednet-accordion
    .sppb-addon-accordion
    .sppb-addon-content
    .sppb-panel.sppb-panel-default
    .sppb-panel-heading
    .sppb-panel-title {
    line-height: 1.2;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form.light {
    overflow: hidden;
    margin-top: 30px !important;
    margin-right: 0;
    margin-left: -15px;
  }
  #sp-footer2 {
    margin-top: 20px;
  }
  .sp-comingsoon .sp-position-comingsoon {
    width: 100%;
  }
  section#sp-bottom-feature {
    padding: 50px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #sp-top1,
  #sp-top2 {
    text-align: center;
  }
  #sp-top-bar .sp-module {
    margin: 0;
  }
  #sp-menusocial {
    padding: 0;
  }
  #sp-menu {
    padding: 0 15px 0 0;
  }
  .sppb-section.doctor-static-hero-section {
    background-position: -50px center !important;
    background-size: auto auto !important;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg {
    padding: 35px 0 60px;
    height: 390px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text {
    width: 60%;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .sppb-fullwidth-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .sppb-fullwidth-title
    .sppb-slidehsow-sub-title {
    font-size: 35px;
  }
  .sppb-slider-wrapper
    .sppb-slide-item-bg
    .sppb-slideshow-fullwidth-item-text
    .details {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .sppb-slider-wrapper .customNavigation a {
    bottom: 15px;
    right: 15px;
  }
  .mednet-features-list .sppb-row > div {
    margin: 0 -15px;
  }
  .mednet-features-list .mednet-features-one {
    margin-left: 25px;
  }
  #sp-page-builder .mednet-core-service {
    padding: 60px 0 !important;
  }
  #sp-page-builder
    .mednet-core-service
    .sppb-addon-container
    .sppb-empty-space.clearfix {
    margin-bottom: 15px !important;
  }
  #sp-page-builder .sppb-section-title {
    margin-bottom: 25px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    line-height: 0.9;
    font-size: 32px !important;
  }
  .mednet-home-about {
    padding-bottom: 50px !important;
  }
  .mednet-home-about .sppb-addon-container {
    padding-left: 0 !important;
  }
  .mednet-home-about .mednet-text-block-title .sppb-addon-title {
    font-size: 35px !important;
  }
  .mednet-home-team {
    padding-top: 60px !important;
  }
  .mednet-appoinment .mednet-text-block .sppb-addon-title {
    font-size: 32px !important;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-group,
  .sppb-addon-appointment-form form.sppb-appointment-form > .sppb-form-btn {
    margin: 15px 0;
    width: 100%;
  }
  .sppb-addon-appointment-form form.sppb-appointment-form {
    margin: 0;
    overflow: inherit;
  }
  .mednet-success-story {
    margin: 40px 0 40px !important;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced {
    padding-right: 0;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .sppb-addon-title {
    font-size: 32px !important;
  }
  .mednet-success-story .sppb-testimonial-pro-advanced .mednet-text-block-v2 {
    padding-right: 0;
  }
  .mednet-success-story
    .sppb-testimonial-pro-advanced
    .sppb-carousel-indicators {
    margin-top: 50px;
  }
  .mednet-success-story
    .sppb-testimonial-pro-advanced
    .sppb-carousel-indicators
    li.sppb-tm-indicators {
    width: 50px;
    height: 50px;
  }
  .mednet-success-story
    .sppb-testimonial-pro-advanced
    .sppb-testimonial-content {
    margin-top: 30px;
    padding-left: 25px;
  }
  .mednet-success-story
    .sppb-testimonial-pro-advanced
    .sppb-testimonial-message {
    margin-bottom: 25px;
  }
  .mednet-expert-advice {
    padding: 60px 0 !important;
  }
  .sppb-addon-articles .sppb-addon-article {
    padding: 25px 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-img-wrap {
    width: 70px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-img-wrap .sppb-img:after {
    font-size: 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info {
    padding-left: 20px;
  }
  .sppb-addon-articles
    .sppb-addon-article
    .sppb-article-info
    .sppb-article-title {
    font-size: 20px;
  }
  .sppb-addon-tweet:before {
    left: 20px;
    top: 8px;
  }
  .sppb-addon-tweet .sppb-tweet-slider {
    padding: 30px 30px 0;
    margin-bottom: 50px;
  }
  .sppb-addon-tweet .sppb-tweet-slider:after {
    width: auto;
  }
  .sppb-addon-tweet .sppb-tweet-slider:before {
    display: none;
  }
  .sppb-addon-tweet .sppb-tweet-slider .sppb-tweet-text {
    font-size: 20px;
    line-height: 1.2;
  }
  .mednet-footer-widget {
    padding: 0px 0 30px !important;
  }
  .mednet-footer-widget .sppb-addon-feature {
    margin-bottom: 30px;
  }
  #sp-bottom {
    padding: 45px 0 35px !important;
  }
  #sp-footer {
    padding: 0 0 25px;
  }
  #sp-footer .sp-module ul > li > a {
    line-height: 2;
    padding: 0;
  }
  #sp-footer #sp-footer1 .sp-module-content ul.nav.menu {
    text-align: center;
  }
  #sp-footer #sp-footer1 .sp-module-content ul.nav.menu li {
    margin: 0 15px;
  }
  #sp-footer #sp-footer2 .sp-copyright {
    text-align: center;
    float: none;
  }
  #sp-page-title .sp-page-title h3 {
    font-size: 30px;
  }
  #sp-page-title .sp-page-title .breadcrumb {
    left: auto;
    margin-top: 20px;
    position: relative;
    right: auto;
    height: inherit;
  }
  .mednet-home-about {
    padding-top: 50px !important;
  }
  .about-tabs.mednet-major-bg {
    padding: 60px 0 !important;
  }
  .about-tabs.mednet-major-bg .mednet-tabs .sppb-tab .sppb-nav-tabs {
    padding: 18px 0 0;
  }
  .about-tabs.mednet-major-bg .mednet-tabs .sppb-tab .sppb-tab-pane .line {
    display: none;
  }
  .about-tabs.mednet-major-bg
    .mednet-tabs
    .sppb-tab
    .sppb-tab-pane
    .col-sm-3:before {
    display: none;
  }
  .about-tabs.mednet-major-bg
    .mednet-tabs
    .sppb-tab
    .sppb-tab-pane
    .col-sm-3:after {
    display: none;
  }
  .mednet-team {
    padding: 60px 0 0 !important;
  }
  .mednet-callto-action {
    padding: 60px 0 !important;
  }
  .mednet-callto-action .sppb-cta-title {
    font-size: 32px !important;
    margin-bottom: 30px !important;
  }
  .mednet-callto-action .sppb-addon-cta .sppb-row .sppb-text-right {
    text-align: left;
  }
  .mednet-callto-action .sppb-addon-cta .sppb-row .sppb-btn.sppb-btn-primary {
    font-size: 16px;
    margin-top: 30px;
    padding: 0 25px;
    white-space: normal;
  }
  .mednet-accordion {
    padding: 60px 0 !important;
  }
  .mednet-accordion .sppb-section-title .sppb-title-heading {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }
  .mednet-accordion .sppb-addon-accordion {
    padding-left: 0;
    background: #fff;
  }
  .mednet-accordion
    .sppb-addon-accordion
    .sppb-addon-content
    .sppb-panel.sppb-panel-default
    .sppb-panel-heading
    .sppb-panel-title {
    font-size: 20px;
  }
  .mednet-footer-widget.about-page {
    padding-top: 60px !important;
  }
  .mednet-contact-page {
    padding: 30px 0 60px !important;
  }
  .mednet-contact-page .sppb-addon-text-block .sppb-addon-title {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
  .mednet-contact-page .sppb-addon-feature {
    margin-bottom: 0;
  }
  .mednet-contact-page .sppb-empty-space.clearfix {
    margin-bottom: 25px !important;
  }
  .mednet-contact-page .sppb-addon-ajax-contact.contact-page-form {
    width: 100%;
    display: table;
  }
  .mednet-contact-page
    .sppb-addon-ajax-contact.contact-page-form
    .sppb-addon-title {
    font-size: 32px !important;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
  }
  .mednet-contact-page
    .sppb-addon-ajax-contact.contact-page-form
    .sppb-ajaxt-contact-form
    .sppb-form-group {
    margin-right: 0;
    width: 100%;
  }
  .mednet-contact-page .sppb-icon.sppb-text-left {
    margin-bottom: 25px;
  }
  body:not(.view-article) article.item .blog-info-wrapper {
    padding: 20px 25px 25px;
  }
  body:not(.view-article) article.item .entry-quote {
    padding: 160px 30px 30px;
  }
  body:not(.view-article) article.item .entry-link {
    padding: 60px;
  }
  .mednet-accordion.faq-page .sppb-addon-accordion .sppb-addon-content::before {
    height: 97%;
  }
  .error-page-wrap {
    padding: 40px 0;
  }
  .error-page-logo {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 490px) {
  .doctor-static-hero-section .sppb-addon-cta .sppb-btn {
    display: block;
  }
  .doctor-static-hero-section {
    padding: 90px 0 !important;
  }
  .doctor-static-hero-section .sppb-addon-container {
    padding: 0 !important;
  }
  .sppb-testimonial-pro-advanced .sppb-carousel-icon {
    font-size: 30px;
  }
  .sppb-testimonial-pro-advanced .sppb-testimonial-message {
    font-size: 18px;
  }
  .sppb-slider-wrapper .sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text {
    width: 100%;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section
    form.sppb-appointment-form
    .sppb-form-group:first-child {
    padding-right: 0;
  }
  .sppb-addon-appointment-form.doctor-appointment-hero-section
    form.sppb-appointment-form
    .sppb-form-group {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .sppb-slider-wrapper .customNavigation a {
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sppb-slider-wrapper .customNavigation a.sppbSlidePrev {
    right: 65px;
  }
  .sppb-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  body.view-category article.item .entry-image {
    display: block;
  }
  body
    .appointment-callto-action
    .sppb-addon-text-block
    .sppb-addon-content
    span {
    font-size: 25px !important;
    line-height: 1.2;
  }
  body
    .appointment-callto-action
    .sppb-addon-text-block
    .sppb-addon-content
    span:before {
    font-size: 25px;
    left: -15px;
  }
  .sp-comingsoon .sp-position-comingsoon {
    width: 100%;
  }
  .sp-comingsoon .comingsoon-page-logo img {
    max-width: 180px;
  }
  .sp-comingsoon .sp-comingsoon-countdown > div {
    margin-right: 30px;
  }
  .sp-comingsoon .sp-comingsoon-countdown > div:after {
    height: 8px;
    width: 8px;
    right: -20px;
  }
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    font-size: 40px;
  }
  .sp-comingsoon .bottom-newsletter .acymailing_form .acysubbuttons input {
    padding: 0 20px;
  }
  .sp-comingsoon .sp-comingsoon-countdown > div {
    margin-bottom: 30px;
  }
  .sppb-addon-blocknumber .sppb-blocknumber .sppb-blocknumber-number {
    font-size: 35px !important;
  }
  .sppb-addon-animated-number {
    margin-bottom: 15px;
  }
  .sppb-addon-animated-number .sppb-animated-number {
    font-size: 35px !important;
    line-height: 1 !important;
  }
}

/* СТРАНИЦА ЛЭНДИНГ */
@media (min-width: 768px) {
  #sp-page-builder .landing__section {
    margin-bottom: 4em;
    position: relative;
  }
  #sp-page-builder .landing__section .abs-h {
    height: 310px;
    position: relative;
  }
  #sp-page-builder .landing__section .abs-h > a {
    bottom: -3em;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  #sp-page-builder .landing__section .abs-h {
    height: 540px;
  }
}
@media (min-width: 1200px) {
  #sp-page-builder .landing__section {
    -moz-background-size: 1450px !important;
    -o-background-size: 1450px !important;
    -webkit-background-size: 1450px !important;
    background-size: 1450px !important;
    background-position: center center !important;
    margin-bottom: 6em;
  }
  #sp-page-builder .landing__section .abs-h {
    height: 440px;
  }
  #sp-page-builder .landing__section .abs-h > a {
    bottom: -4em;
    display: inline-block;
    left: 0;
    margin: auto;
    right: 0;
    width: 200px;
  }
}
@media (max-width: 767px) and (min-width: 200px) {
  #sp-page-builder .landing__section {
    background: url("/img/immunovit_bg_mobile.jpg") !important;
    /*background: url('/img/immunovit_bg_mobile_label.jpg') !important;*/
    padding: 90vw 0 4vw !important;
    background-position: 50% 20px !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    text-align: center;
  }
  #sp-page-builder .landing__section .sppb-addon-container {
    padding: 0 0 0 0 !important;
  }
}
#sp-page-builder .landing__section .main__title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2 !important;
}
#sp-page-builder .landing__textsection {
  background-color: rgba(255, 255, 255, 0.3);
}
#sp-page-builder .landing__textsection p {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  #sp-page-builder .landing__textsection p {
    font-size: 1em;
  }
}
#sp-page-builder .landing__textsection p > strong {
  font-weight: bold;
}
.landing_dz {
  background-image: url("/img/immunovit_bg_1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 470px;
  -o-background-size: 470px;
  -webkit-background-size: 470px;
  background-size: 470px;
  padding: 337px 0 49px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 10px;
}

.landing_dz__title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  max-width: 600px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing_dz {
    background-position: right top;
    background-size: 120%;
    padding: 80vw 0 49px;
  }
}
@media (max-width: 991px) {
  .landing_dz__title {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .landing_dz {
    background-image: url("/img/immunovit_bg_1_laptop.jpg");
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 190px;
  }
  .landing_dz > .landing_dz__title:first-child,
  .landing_dz > .landing_dz__title:first-child + .landing_dz__text {
    display: block;
    padding-left: 20px;
    width: 53.5%;
  }
}
@media (min-width: 1200px) {
  .landing_dz {
    padding-top: 230px;
  }
  .landing_dz > .landing_dz__title {
    font-size: 45px;
  }
  .landing_dz > .landing_dz__title:first-child,
  .landing_dz > .landing_dz__title:first-child + .landing_dz__text {
    width: 45%;
  }
}

.landing_dz__title.blue {
  color: #0089f6;
}
.landing_dz__title.green {
  color: #00b2b3;
}
.landing_dz__title.left {
  text-align: left;
}
.landing_dz__text,
.landing_dz__list-check {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .landing_dz__text,
  .landing_dz__list-check {
    font-size: 1em;
  }
}
.landing_dz__list-check {
  margin: 2em 0;
}
.landing_dz__list-check-item {
  margin: 0 10px 10px 0;
  padding-left: 2em;
}
.landing_dz__list-check-item:before {
  background-image: url("/img/check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  line-height: 1.3;
  width: 1em;
  margin-left: -2em;
  margin-right: 10px;
}
.landing_dz__title.center,
.landing_dz__text.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.landing_dz__text.bold {
  font-weight: bold;
}
.landing_dz__text.w600 {
  max-width: 600px;
}
.landing_dz__img img {
  max-height: 400px;
  margin: auto;
}

/* Лэндинг Кефир 
  .itemid-925 - русская версия
  .itemid-928 - украинская версия
*/
.itemid-925 .body-innerwrapper,
.itemid-925 #sp-top-bar,
.itemid-925 #sp-header-sticky-wrapper,
.itemid-925 #sp-header,
.itemid-925 #sp-bottom,
.itemid-925 #sp-footer,
.itemid-928 .body-innerwrapper,
.itemid-928 #sp-top-bar,
.itemid-928 #sp-header-sticky-wrapper,
.itemid-928 #sp-header,
.itemid-928 #sp-bottom,
.itemid-928 #sp-footer {
  background: #f4f4f4;
}
.itemid-925 #sp-header,
.itemid-928 #sp-header {
  box-shadow: none;
}
.itemid-925 #sp-header > .row,
.itemid-928 #sp-header > .row {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .itemid-925 #sp-header,
  .itemid-928 #sp-header {
    background: #ffffff;
  }
  .itemid-925 #sp-header > .row,
  .itemid-928 #sp-header > .row {
    width: 100% !important;
  }
}

.itemid-925 #sp-header > .row,
.itemid-928 #sp-header > .row,
.landing-kefir .sppb-container {
  background: #fff;
}
.landing-kefir .sppb-container {
  padding-top: 25px;
}

.itemid-925 #sp-bottom,
.itemid-925 #sp-footer,
.itemid-925 #sp-top-bar,
.itemid-928 #sp-bottom,
.itemid-928 #sp-footer,
.itemid-928 #sp-top-bar {
  padding: 0 !important;
}
.itemid-925 #sp-bottom > .container,
.itemid-928 #sp-bottom > .container {
  background: #222222;
  padding-top: 60px;
  padding-bottom: 50px;
}
.itemid-925 #sp-footer > .container,
.itemid-928 #sp-footer > .container {
  background: #171717;
  padding-top: 21px;
  padding-bottom: 21px;
}
.itemid-925 #sp-top-bar > .container,
.itemid-928 #sp-top-bar > .container {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 12px;
}

.landing-kefir * {
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .landing-kefir * {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .landing-kefir {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .landing-kefir {
    font-size: 25px;
  }
}

.landing-kefir img {
  margin: 0 auto;
}
.landing-kefir img[src$="kefir-milk.png"] {
  margin: 0 auto 0.8em auto;
}

.landing-kefir p {
  margin-bottom: 1em;
}
.landing-kefir p + p {
  margin-top: 1em;
}

.landing-kefir strong {
  font-family: GloberBold, "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}

.landing-kefir .text-green {
  color: #39b54a;
}

.landing-kefir .block_title {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0.8em 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .landing-kefir .block_title.text-green {
    margin-top: -1.5em;
  }
}

.landing-kefir .block_title img {
  max-height: 5em;
}

.landing-kefir .direct_link:after {
  top: 0px;
}
@media (min-width: 992px) {
  .landing-kefir .direct_link:after {
    top: 2px;
  }
}

.landing-kefir .img-step-count {
  max-width: 250px;
}

.landing-kefir .where-to-buy {
  margin-bottom: 1em;
}
.landing-kefir .shop__items .shop__item_2 {
  width: 33.333333%;
}

@media (min-width: 768px) {
  .landing-kefir .img-step-count {
    max-width: 200px;
  }
  .landing-kefir .step-count-wrap:not(:first-child) {
    background-image: url(/img/landing-kefir/arrow-step.png);
    background-position: left 130px;
    background-repeat: no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
  .landing-kefir .where-to-buy ~ p {
    width: 80%;
  }
}

.landing-kefir .step-count {
  display: table;
  width: 100%;
  max-width: 300px;
  margin: auto;
  font-size: 1.1em;
}
.landing-kefir .step-count > div {
  display: table-cell;
  text-align: center;
}
.landing-kefir .step-count span {
  background: #39b54a;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 1.7em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2em;
  margin-right: 10px;
  text-align: center;
  width: 1.7em;
}

.landing-kefir .link-dekor {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: auto;
  margin: 22px 23px 28px 0;
  font-size: 1em;
}

.landing-kefir .list-decor {
  margin-bottom: 2em;
}
@media (min-width: 480px) and (max-width: 767px) {
  .landing-kefir .list-decor {
    float: left;
    padding-right: 1em;
    max-width: 50%;
    padding-bottom: 2em;
  }
}

.landing-kefir .list-decor > li {
  background-image: url(../img/landing-kefir/icon-check-white.png);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  -webkit-background-size: 1.5em;
  background-size: 1.5em;
  padding: 0.2em 0 0.2em 2.5em;
  line-height: 1.5em;
}

.landing-kefir .list-prepare > li {
  margin-bottom: 0.5em;
}
.landing-kefir .list-prepare > li > span:first-child {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}

.landing-kefir .bg_orange {
  background: #ff9600;
  color: #fff;
  padding: 2em 0;
}
.landing-kefir .bg_orange .block_title {
  text-align: left;
  margin-top: 0;
}
.landing-kefir .bg_orange img[src$="icon-garanty.png"] {
  margin-top: 8px;
  min-width: 45px;
}

.landing-kefir .img-bg {
  padding-right: 0;
}
.landing-kefir .img-bg > img {
  margin: -70px 0 auto auto;
}

@media (max-width: 767px) {
  .landing-kefir img[src*="kefir-zakvaska"] {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .landing-kefir .img-bg {
    position: absolute;
    right: 0;
  }
  .landing-kefir img[src*="kefir-zakvaska"] {
    max-width: 75%;
  }
  .landing-kefir .shop__items .shop__item_2 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .landing-kefir .img-bg > img {
    margin: -120px 0 auto auto;
  }
  .landing-kefir .shop__items .shop__item_2 {
    width: 20%;
  }
  .landing-kefir .shop__items .shop__item_2::after {
    font-size: 12px;
  }
}

.landing-kefir a.sppb-btn {
  margin-bottom: 10px;
}

.landing-kefir .kefir-bg3 {
  background-image: url("/img/landing-kefir/kefir-bg3_laptop.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 80vw;
  /* height: 112vw; */
}
.uk-ua .landing-kefir .kefir-bg3 {
  background-image: url("/img/landing-kefir/kefir-bg3_laptop_ua.jpg");
}
@media (min-width: 768px) {
  .landing-kefir .kefir-bg3 {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .landing-kefir .kefir-bg3 {
    height: 640px;
  }
}
@media (min-width: 1200px) {
  .landing-kefir .kefir-bg3 {
    height: 775px;
  }
  .landing-kefir .all-steps {
    width: 85%;
  }
  .landing-kefir * {
    font-size: 16px;
  }
  .landing-kefir .img-bg > img {
    width: 93%;
  }
}

/* ЛЭНДИНГ ВИВОКАПС */
.landing_vivocaps_wrapper {
  font-size: 16px;
}
.landing_vivocaps_wrapper p {
  margin-bottom: 1em;
}
.landing_vivocaps_wrapper strong {
  font-weight: bold;
}

.landing_vivocaps_wrapper sup {
  font-size: 0.6em;
}

/* Заголовки */
.landing_vivocaps_wrapper .block_title {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
.landing_vivocaps_wrapper .primary_title,
.landing_vivocaps_wrapper .title_color {
  color: #ed1164;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 63vw;
  padding-top: 2rem;
}
.landing_vivocaps_wrapper .title_color {
  font-size: 2em;
  margin: 1rem 0;
  padding: 0;
}
.landing_vivocaps_wrapper .title_green {
  color: #3cbe19;
}
.landing_vivocaps_wrapper .title_greendark {
  color: #007e03;
}
.landing_vivocaps_wrapper .title_red {
  color: #df1313;
}
.landing_vivocaps_wrapper .title_yellow {
  color: #ffff00;
}
.landing_vivocaps_wrapper .title_blue {
  color: #1400d4;
}

.landing_vivocaps_wrapper .section_2 .title_color {
  max-width: 455px;
}
.landing_vivocaps_wrapper .buy__btn.bgc_green:hover {
  background: #129d0c;
}

/* Блок с товаром */
.landing_vivocaps_wrapper .bestseller_products {
  border-bottom: 1px solid #b5b5b5;
  padding-top: 2em;
  padding-bottom: 2em;
}
.landing_vivocaps_wrapper .bestseller_products .block_item {
  border-bottom: none;
  padding-bottom: 0;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .block_item.product-23
  .name
  > a {
  color: #00b9f2;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .block_item.product-24
  .name
  > a {
  color: #c71173;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .block_item.product-25
  .name
  > a {
  color: #008c43;
}
.landing_vivocaps_wrapper .bestseller_products .prices_block {
  margin: 1em auto;
}
.landing_vivocaps_wrapper .bestseller_products .con-wrap {
  margin-left: 0;
  margin-right: 0;
}
.landing_vivocaps_wrapper .bestseller_products .description .block_title {
  text-align: left;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .description
  .block_title:first-child {
  margin-top: 0;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .block_item
  .description
  ul
  li::before {
  content: "\2022";
  color: #00b9f2;
  font-size: 40px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .block_item.product-24
  .description
  ul
  li::before {
  color: #c71173;
}
.landing_vivocaps_wrapper
  .bestseller_products
  .block_item.product-25
  .description
  ul
  li::before {
  color: #008c43;
}

/* Иконки */
.landing_vivocaps_wrapper img {
  height: auto;
  max-width: 100%;
  margin: auto;
}
.landing_vivocaps_wrapper .icon_pill,
.landing_vivocaps_wrapper .icon_shild,
.landing_vivocaps_wrapper .icon_info,
.landing_vivocaps_wrapper .icon_info_dark {
  height: auto;
  max-width: 50px;
  width: 100%;
}
.landing_vivocaps_wrapper .icon_shild {
  max-width: 70px;
}
.landing_vivocaps_wrapper .icon_info {
  max-width: 40px;
}
.landing_vivocaps_wrapper .icon_info_dark {
  max-width: 40px;
}

/* Списки */
.landing_vivocaps_wrapper .list_decor {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing_vivocaps_wrapper .list_decor > li {
  clear: both;
  display: block;
  margin-bottom: 1rem;
}
.landing_vivocaps_wrapper .list_decor > li::before {
  background-image: url(/img/landing-vivocaps/icon_good.png);
  -webkit-background-size: 24px;
  background-size: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  float: left;
  display: block;
  width: 40px;
  height: 65px;
}
.landing_vivocaps_wrapper .list_bad > li::before {
  background-image: url(/img/landing-vivocaps/icon_bad.png);
}
.landing_vivocaps_wrapper .list_dot > li::before {
  background-image: url(/img/landing-vivocaps/icon_dot.png);
  -webkit-background-size: 7px;
  background-size: 7px;
  background-position: 0px 3px;
  width: 18px;
  height: 65px;
}
.landing_vivocaps_wrapper .section_2 .list_decor > li {
  max-width: 455px;
}

/* Текст */
.landing_vivocaps_wrapper .text_center {
  text-align: center;
}
.landing_vivocaps_wrapper .text_left {
  text-align: left;
}
.landing_vivocaps_wrapper .text_right {
  text-align: right;
}
.landing_vivocaps_wrapper .text_bold {
  font-weight: bold;
}
.landing_vivocaps_wrapper .bgc_white {
  background-color: #fff;
  color: #333;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.landing_vivocaps_wrapper .bgc_green {
  background-color: #17c60e;
  color: #fff;
}

/* Кнопки */
.landing_vivocaps_wrapper .bestseller_products .button_detail {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: auto;
  margin: 0 23px 0 0;
  font-size: 16px;
}
.landing_vivocaps_wrapper .bestseller_products .button_detail::after {
  top: -1px;
}

/* СЕКЦИИ */
.landing_vivocaps_wrapper {
  line-height: 1.3;
}
.landing_vivocaps_wrapper .landing_section {
  padding: 1em 0;
}
.landing_vivocaps_wrapper .table .table_title,
.landing_vivocaps_wrapper .title_prop {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.landing_vivocaps_wrapper .table > tbody > tr > td {
  border: none;
}
.landing_vivocaps_wrapper .section_1 {
  background-image: url(/img/landing-vivocaps/bg_section_1.png);
  background-position: -10vw 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e1e5f1;
  height: 70vw;
  margin-bottom: 70vw;
}
.landing_vivocaps_wrapper .section_1 .block_title {
  font-size: 7vw;
  margin-left: auto;
  margin-right: auto;
}
.landing_vivocaps_wrapper .section_1 .primary_title {
  font-size: 9vw;
}
.landing_vivocaps_wrapper .section_2 {
  padding: 2em 0;
}
.landing_vivocaps_wrapper .section_3 {
  background-color: #24518d;
  color: #ffffff;
}
.landing_vivocaps_wrapper .section_3 .block_title {
  text-align: left;
  margin-top: 0;
}
.landing_vivocaps_wrapper .section_3 .table {
  margin-bottom: 0;
}
.landing_vivocaps_wrapper .section_3 .table tr > td:first-child {
  text-align: center;
  width: 30%;
}
.landing_vivocaps_wrapper .section_3 .bgc_white .table tr > td:first-child {
  width: 50px;
}
.landing_vivocaps_wrapper .bg_women img {
  display: inline-block;
  margin: -30px auto 0;
  position: relative;
  width: 230px;
}
.landing_vivocaps_wrapper .section_3 .bgc_white + .row .block_title,
.landing_vivocaps_wrapper .section_3 .bgc_white + .row .list_decor > li {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing_vivocaps_wrapper .section_4 .table tr > td:first-child {
  text-align: center;
  width: 20%;
}
.landing_vivocaps_wrapper .section_4 .table tr > td img {
  max-width: 80px;
}
.landing_vivocaps_wrapper .section_5 {
  background-color: #1fbaef;
  color: #ffffff;
  background-image: url(/img/landing-vivocaps/img_vivocaps_oreol.png);
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: center 60px;
}
.landing_vivocaps_wrapper .section_5 .img_vivocaps {
  height: 53vw;
}
.landing_vivocaps_wrapper .section_5 .block_prop {
  margin: 1rem auto 2rem;
}
.landing_vivocaps_wrapper
  .section_5
  .block_prop_1
  .title_prop.visible-xs-block {
  margin-bottom: 1em;
}
.landing_vivocaps_wrapper .video_wrapper {
  text-align: center;
}
.landing_vivocaps_wrapper .video_wrapper .block_title {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0;
}
.landing_vivocaps_wrapper .video_wrapper iframe {
  border: 1px solid #0975cb;
}
.landing_vivocaps_wrapper .block_images {
  margin-top: 1.3em;
}

/* section 7 */
.landing_vivocaps_wrapper .section_7 {
  background: #8c68a7;
  color: #ffffff;
  padding: 2em 0;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock {
  padding: 5px 0;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock_title {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock_text .select_count {
  border: 1px solid #ffffff;
  border-top-color: transparent;
  display: block;
  height: 10px;
  margin: 0 auto 10px;
  width: 80%;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock_text table {
  width: 100%;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock_text td {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0;
  text-align: center;
  vertical-align: middle;
  width: 12.5%;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock_text td span {
  display: block;
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  width: 80%;
  margin: auto;
}
.landing_vivocaps_wrapper .section_7 .section_7_innerblock_text td img {
  max-width: 30px;
}
.landing_vivocaps_wrapper
  .section_7
  .section_7_innerblock:last-child
  .section_7_innerblock_text
  td
  img {
  max-width: 15px;
}

@media (min-width: 768px) {
  .landing_vivocaps_wrapper .section_7 .section_7_innerblock {
    display: table;
    width: 100%;
  }
  .landing_vivocaps_wrapper .section_7 .section_7_innerblock > div {
    display: table-cell;
    vertical-align: middle;
  }
  .landing_vivocaps_wrapper .section_7 .section_7_innerblock > div:first-child {
    text-align: right;
    width: 30%;
  }
  .landing_vivocaps_wrapper
    .section_7
    .section_7_innerblock:last-child
    > div:first-child {
    vertical-align: top;
  }
  .landing_vivocaps_wrapper
    .section_7
    .section_7_innerblock:last-child
    > div:first-child
    span {
    display: block;
    padding-top: 14px;
  }
}

/*section 8*/

#sp-page-builder .page-content .landing_vivocaps_wrapper.sppb-section {
  margin-top: 0;
}

.landing_vivocaps_wrapper .section_8 .buy__btn {
  float: none;
  margin: 1em 0;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
}
.landing_vivocaps_wrapper .section_8 .buy__btn_prob::before {
  background-image: url(/img/landing-vivocaps/icon_search.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: inline-block;
  float: left;
  height: 15px;
  padding-left: 1.5em;
  width: 15px;
}
.landing_vivocaps_wrapper .section_8 .shop__items {
  padding: 0 1em;
}
.landing_vivocaps_wrapper .section_8 .shop__items .shop__item_2 {
  padding: 0;
}

/* СМАРТФОНЫ */
@media (max-width: 479px) {
  .landing_vivocaps_wrapper .section_4 .block_title {
    text-align: left;
  }
  .landing_vivocaps_wrapper .section_4 .block_title + .text_center {
    text-align: left;
  }
  .landing_vivocaps_wrapper .section_4 .table tr > td img {
    max-width: 60px;
  }
  .landing_vivocaps_wrapper .bestseller_products .prob_info_section {
    clear: both;
  }
  .landing_vivocaps_wrapper .bestseller_products .block_title,
  .landing_vivocaps_wrapper .bestseller_products .name {
    text-align: left;
  }
  .landing_vivocaps_wrapper .bestseller_products .jshop_price {
    float: left;
  }
  .landing_vivocaps_wrapper .bestseller_products .jshop_price b {
    font-size: 23px;
    padding-top: 6px;
  }
  .landing_vivocaps_wrapper
    .bestseller_products
    .jshop_price
    .bestseller__units {
    font-size: 12px;
    text-align: left;
  }
  .landing_vivocaps_wrapper
    .bestseller_products
    .buttons
    input[type="text"].cb {
    width: 38px !important;
    height: 34px !important;
    margin: 0 3px;
  }
}

@media (min-width: 400px) {
  .landing_vivocaps_wrapper .section_5 {
    background-size: 420px;
    background-position: center 34px;
  }
}
@media (min-width: 480px) {
  .landing_vivocaps_wrapper .section_5 {
    background-size: 480px;
    background-position: center 25px;
  }
  .landing_vivocaps_wrapper .section_5 .img_vivocaps {
    height: 240px;
  }
  .landing_vivocaps_wrapper .list_decor > li::before {
    height: 45px;
  }
  .landing_vivocaps_wrapper
    .bestseller_products
    .jshop_price
    .bestseller__units {
    bottom: -15px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .landing_vivocaps_wrapper .bestseller_products .con-wrap {
    margin-right: 8vw;
  }
}

/* ПЛАНШЕТЫ  */
@media (max-width: 767px) {
  .landing_vivocaps_wrapper .block_title_mobsmall {
    font-size: 1.3em;
  }
  .landing_vivocaps_wrapper .bestseller_products .prices_block {
    max-width: 450px;
  }
  .landing_vivocaps_wrapper .section_1 .block_title:last-child {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 1em;
  }
  .landing_vivocaps_wrapper .video_wrapper iframe {
    height: 59vw;
    width: 90vw;
  }
}
@media (min-width: 768px) {
  .landing_vivocaps_wrapper .primary_title {
    margin-top: 0;
  }

  .landing_vivocaps_wrapper .icon_shild {
    max-width: 100%;
  }

  .landing_vivocaps_wrapper .bg_women img {
    margin: -11vw auto -16px;
    width: 45vw;
  }

  .landing_vivocaps_wrapper .table .table_title,
  .landing_vivocaps_wrapper .section_4 .table tr > td img {
    margin-top: 2em;
  }

  .landing_vivocaps_wrapper .section_1 {
    background-position: -5vw 0;
    height: 35vw;
    margin-bottom: 0;
  }
  .landing_vivocaps_wrapper .section_1 .block_title {
    font-size: 3vw;
    max-width: 40vw;
  }
  .landing_vivocaps_wrapper .section_1 .primary_title {
    font-size: 3.5vw;
    padding-top: 9vw;
  }
  .landing_vivocaps_wrapper .section_3 {
    overflow: hidden;
  }
  .landing_vivocaps_wrapper .section_3 .block_title {
    margin-bottom: 2rem;
  }
  .landing_vivocaps_wrapper .section_3 .table tr > td:first-child {
    width: 100px;
  }
  .landing_vivocaps_wrapper .section_5 {
    background-position: center 90px;
  }
  .landing_vivocaps_wrapper .section_5 .img_vivocaps {
    height: 240px;
  }
  .landing_vivocaps_wrapper .section_5 .block_prop_1 {
    margin-top: 2em;
    max-width: 200px;
  }
  .landing_vivocaps_wrapper .section_5 .block_prop_2 {
    margin-top: 3em;
    max-width: 250px;
  }
  .landing_vivocaps_wrapper .section_5 .block_prop_2 .title_prop,
  .landing_vivocaps_wrapper .section_5 .block_prop_2 .text_prop {
    margin-left: 50px;
  }
  .landing_vivocaps_wrapper .section_5 .block_prop_3 {
    margin-top: 2em;
    max-width: 250px;
  }
  .landing_vivocaps_wrapper .section_5 .block_prop_4 {
    margin-top: 5em;
    max-width: 200px;
  }
  .landing_vivocaps_wrapper .section_5 .block_prop_4 .title_prop,
  .landing_vivocaps_wrapper .section_5 .block_prop_4 .text_prop {
    margin-left: -25px;
  }
  .landing_vivocaps_wrapper .section_6 {
    margin-top: 2em;
  }
  .landing_vivocaps_wrapper .bestseller_products .jshop_price {
    padding-right: 0;
  }
  .landing_vivocaps_wrapper .bestseller_products .description {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing_vivocaps_wrapper .bestseller_products .image {
    width: 350px;
    padding-right: 20px;
  }
}

/* ДЕСКТОПЫ */
@media (min-width: 1200px) {
  .landing_vivocaps_wrapper .section_1 {
    background-position: 0 0;
    height: 504px;
  }
  .landing_vivocaps_wrapper .section_1 .primary_title {
    font-size: 58px;
    padding-top: 140px;
    line-height: 62px;
  }
  .landing_vivocaps_wrapper .section_3 .table tr > td:first-child {
    width: 150px;
  }
  .landing_vivocaps_wrapper .section_3 .table tr > td p {
    max-width: 520px;
  }
  .landing_vivocaps_wrapper .bg_women {
    text-align: center;
  }
  .landing_vivocaps_wrapper .bg_women img {
    margin: -18vw 0 -16px;
    width: 35vw;
  }
  .landing_vivocaps_wrapper .section_4 .table tr > td:first-child {
    width: 15%;
  }
  .landing_vivocaps_wrapper .section_5 {
    background-size: 590px;
    background-position: center 50px;
    padding-bottom: 3em;
  }
  .landing_vivocaps_wrapper .text_prop,
  .landing_vivocaps_wrapper .title_prop {
    font-size: 1.1em;
  }
  .landing_vivocaps_wrapper
    .bestseller_products
    .block_item
    .description
    ul
    li {
    line-height: 1.2;
  }
}

/* ДЕСКТОПЫ */
@media (min-width: 1640px) {
  .landing_vivocaps_wrapper .section_1 {
    background-size: contain;
    -webkit-background-size: contain;
    background-position: center top;
    height: 550px;
    padding: 0;
  }
  .landing_vivocaps_wrapper .section_1 .block_title {
    font-size: 50px;
    max-width: 500px;
  }
  .landing_vivocaps_wrapper .section_1 .primary_title {
    font-size: 70px;
    padding-top: 100px;
  }
  .landing_vivocaps_wrapper .bg_women img {
    margin: -295px 0 -16px;
    width: 505px;
  }
}

/* ЛЭНДИНГ YOGOBOX */
.landing_yogobox_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.3;
  font-size: 18px;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.landing_yogobox_wrapper img {
  max-width: 100%;
  margin: auto;
}
.landing_yogobox_wrapper strong {
  font-weight: 700;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing_yogobox_wrapper p {
  margin: 0 0 10px;
}

/* Заголовки */
.landing_yogobox_wrapper .block_title {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.3;
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
.landing_yogobox_wrapper .block_title > span {
  color: #ed1164;
}
.landing_yogobox_wrapper .block_subtitle {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;
}

/* Таблицы */
.landing_yogobox_wrapper .table > tbody > tr > td {
  border-top: none;
}
.landing_yogobox_wrapper .table img {
  max-width: 60px;
}

/* Кнопки */
.landing_yogobox_wrapper .button_buy {
  display: inline-block;
  height: 37px;
  width: 120px;
  font-size: 18px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #17c60e;
  -webkit-transition: All 0.3s;
  -khtml-transition: All 0.3s;
  -moz-transition: All 0.3s;
  -ms-transition: All 0.3s;
  -o-transition: All 0.3s;
  transition: All 0.3s;
}
.landing_yogobox_wrapper .button_buy > img {
  display: inline-block;
  width: 19px;
  margin: -1px 5px 0 -7px;
}

/* Лэйбы */
.landing_yogobox_wrapper .label_sale__yogobox {
  display: block;
  position: relative;
  left: 12vw;
  text-align: center;
  width: 29vw;
  font-size: 3vw;
  top: 2vw;
}
.landing_yogobox_wrapper .bestseller_products .block_item .label_free_delivery {
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-left: 45px;
  position: relative;
  width: 120px;
  text-align: left;
  line-height: 1.3;
}
.landing_yogobox_wrapper
  .bestseller_products
  .block_item
  .label_free_delivery::before {
  background-image: url(../img/del_3_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

/* Ссылки */
.landing_yogobox_wrapper a.direct_link_play {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  margin: 0 0 20px;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  padding: 5px 30px 5px 0;
}
.landing_yogobox_wrapper a.direct_link_play::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/img/landing-yogobox/icon_play.png);
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 5px;
}

.landing_yogobox_wrapper .list_decor {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing_yogobox_wrapper .list_decor > li {
  clear: both;
  display: block;
  margin-bottom: 1em;
}
.landing_yogobox_wrapper .list_decor > li::before {
  background-image: url(/img/landing-yogobox/icon_good.png);
  -webkit-background-size: 25px;
  background-size: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  float: left;
  display: block;
  width: 45px;
  height: 30px;
}

/*********************
SECTIONS
*********************/
.landing_yogobox_wrapper section {
  /* margin-bottom: 2rem; */
}
.landing_yogobox_wrapper section .container {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 970px;
}
.landing_yogobox_wrapper .section_1 {
  background-image: url(/img/landing-yogobox/bg_section_1.jpg);
  background-repeat: no-repeat;
  background-position: -5vw 0;
  -webkit-background-size: 180vw;
  background-size: 180vw;
}
.landing_yogobox_wrapper .section_1 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_wrapper .section_1 .block_height {
  height: 75vw;
}
.landing_yogobox_wrapper .section_1 img[src$="text_section_1.png"] {
  width: 480px;
}
.landing_yogobox_wrapper .section_1 .button_buy {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* section_2 */
.landing_yogobox_wrapper .section_2 #player {
  border: 1px solid #333333;
}

/* section_3 */
.landing_yogobox_wrapper .section_3 .list_steps {
  text-align: center;
}
.landing_yogobox_wrapper .section_3 .list_steps_item p {
  max-width: 300px;
  position: relative;
  margin: auto auto 1em;
}
.landing_yogobox_wrapper .section_3 .list_steps_item:not(:last-child) > p + p {
  margin-bottom: 3em;
}
.landing_yogobox_wrapper .section_3 .list_steps_item > p + p::after {
  background-image: url(/img/landing-yogobox/icon_arrow_03.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 6em;
  position: absolute;
  width: 2.5em;
  left: 65%;
  top: 75%;
}
.landing_yogobox_wrapper
  .section_3
  .list_steps_item:first-child
  > p
  + p::after {
  background-image: url(/img/landing-yogobox/icon_arrow_01.png);
  left: 20%;
}
.landing_yogobox_wrapper .section_3 .list_steps_item:last-child > p + p::after {
  background-image: url(/img/landing-yogobox/icon_arrow_02.png);
  height: 8em;
  position: absolute;
  width: 3em;
  left: 10%;
}
.landing_yogobox_wrapper .section_3 .list_steps_num {
  background-color: #1a72c6;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  padding: 11px 20px;
}
.landing_yogobox_wrapper .section_3 .img_yogurt_ready {
  text-align: right;
}
.landing_yogobox_wrapper .section_3 .img_yogurt_ready > img {
  display: inline-block;
  max-width: 65vw;
}
.landing_yogobox_wrapper .section_3 .block_subtitle.hidden-xs {
  text-align: left;
}

/* section_4 */
.landing_yogobox_wrapper .section_4 {
  background-color: #e9e9e9;
}
.landing_yogobox_wrapper .section_4 .img_packs {
  text-align: center;
}
.landing_yogobox_wrapper .section_4 .img_packs img {
  width: 400px;
}
.landing_yogobox_wrapper .section_4 .block_milk > div:first-child {
  text-align: center;
}
.landing_yogobox_wrapper .section_4 .block_milk img {
  max-width: 100px;
  margin: 1em auto;
}
.landing_yogobox_wrapper .section_4 .block_milk img[src$="img_milk_tm.png"] {
  margin-left: 0;
}
.landing_yogobox_wrapper .section_4 .block_milk .block_subtitle {
  margin-top: 1em;
  text-align: left;
}
.landing_yogobox_wrapper .section_4 .mi_readmore .mi_readmore__switcher_o {
  text-align: left;
}
.landing_yogobox_wrapper .section_4 .mi_readmore .readmore_btn_opn::after,
.landing_yogobox_wrapper .section_4 .mi_readmore .readmore_btn_cls::after {
  display: none;
}

/* section_5 */
.landing_yogobox_wrapper .section_5 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_wrapper .section_5 .block_title,
.landing_yogobox_wrapper .section_5 .block_subtitle {
  text-align: left;
}
.landing_yogobox_wrapper .section_5 img[src$="bg_section_5.png"] {
  width: 400px;
}
/* section_6 */
.landing_yogobox_wrapper .section_6 .container {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 50px;
  text-align: center;
}
.landing_yogobox_wrapper .section_6 .bg_yogobox {
  background-image: url(/img/landing-yogobox/img_yogo_mobile.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0 0;
  height: 90vw;
  margin-bottom: 1em;
  position: relative;
}
.landing_yogobox_wrapper .section_6 .bestseller_products {
  max-width: 320px;
  margin: auto;
}
.landing_yogobox_wrapper .section_6 .bestseller_products .block_item {
  border: none;
  padding: 0;
}

.landing_yogobox_wrapper
  .section_6
  .bestseller_products
  .bestseller__discount_label {
  background-image: url(../img/label_covid_201.png);
  left: 0;
  top: 0;
  height: 33vw;
  width: 33vw;
  max-width: 150px;
  max-height: 150px;
}

.landing_yogobox_wrapper .section_6 .bestseller_products .image_block > a {
  display: block;
  height: 0;
  overflow: hidden;
}
.landing_yogobox_wrapper
  .section_6
  .bestseller_products
  .image_block.fling_img
  > a {
  height: auto;
  overflow: visible;
}

.landing_yogobox_wrapper .section_6 .bestseller_products .jshop_price {
  float: left;
  margin-bottom: 1.5em;
}
.landing_yogobox_wrapper .section_6 .bestseller_products .jshop_price b {
  display: inline;
}
.landing_yogobox_wrapper
  .section_6
  .bestseller_products
  .bestseller__old_price_inner {
  font-size: 0.8em;
  margin-left: 0;
  margin-right: 25px;
  top: -10px;
}
.landing_yogobox_wrapper
  .section_6
  .bestseller_products
  .bestseller__old_price_inner:after {
  top: 5.5px;
}
.landing_yogobox_wrapper
  .section_6
  .bestseller_products
  .jshop_price
  .bestseller__units {
  bottom: auto;
  position: relative;
}
.landing_yogobox_wrapper .section_6 .bestseller_products .buttons {
  top: -10px;
}
.landing_yogobox_wrapper .section_6 .bestseller_products .buttons .con-wrap {
  width: auto;
}
.landing_yogobox_wrapper .section_6 .bestseller_products .button_buy {
  max-width: 300px;
  width: 100%;
}

/* MEDIA */
@media (min-width: 768px) {
  .landing_yogobox_wrapper .label_sale__yogobox {
    position: absolute;
    left: 13%;
    text-align: center;
    width: 130px;
    font-size: 14px;
    top: -20px;
  }
  .landing_yogobox_wrapper .block_title {
    font-size: 1.5em;
  }
  .landing_yogobox_wrapper .list_decor > li::before {
    -webkit-background-size: 40px;
    background-size: 40px;
    width: 45px;
    height: 45px;
  }
  .landing_yogobox_wrapper .list_decor > li {
    margin-bottom: 2em;
  }
  .landing_yogobox_wrapper .section_1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0;
  }
  .landing_yogobox_wrapper .section_1 .block_height {
    height: auto;
  }
  .landing_yogobox_wrapper .section_2 .block_title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_yogobox_wrapper .section_3 .list_steps_item > p + p::after {
    left: 95%;
    top: -90px;
    transform: scale(-1, 1) rotate(60deg);
  }
  .landing_yogobox_wrapper
    .section_3
    .list_steps_item:first-child
    > p
    + p::after {
    left: 95%;
    transform: scale(-1, 1) rotate(120deg);
  }
  .landing_yogobox_wrapper
    .section_3
    .list_steps_item:last-child
    > p
    + p::after {
    left: 73%;
    top: -80%;
    transform: scale(-1, 1) rotate(0deg);
    width: 4em;
  }
  .landing_yogobox_wrapper .section_3 .img_yogurt_ready {
    text-align: left;
  }
  .landing_yogobox_wrapper .section_3 .img_yogurt_ready > img {
    max-width: 95%;
    margin-top: -30px;
    margin-bottom: -100px;
    margin-left: -30px;
  }
  .landing_yogobox_wrapper .section_4 {
    padding-top: 50px;
  }
  .landing_yogobox_wrapper .section_4 .img_packs + .block_title {
    text-align: left;
    padding-left: 25%;
  }
  .landing_yogobox_wrapper .section_5 img[src$="bg_section_5.png"] {
    margin-left: -60px;
    max-width: 130%;
  }
  .landing_yogobox_wrapper .section_6 {
    overflow: hidden;
  }
  .landing_yogobox_wrapper .section_6 .container {
    padding-bottom: 0;
  }
  .landing_yogobox_wrapper .section_6 .bg_yogobox {
    background-image: url(/img/landing-yogobox/img_yogo_desktop.png);
    background-position: center 0;
    height: 90px;
    margin: 2em 0;
  }
  .landing_yogobox_wrapper
    .section_6
    .bestseller_products
    .bestseller__discount_label {
    left: 13%;
  }
  .landing_yogobox_wrapper .section_6 img[src$="img_yogobox.jpg"] {
    max-width: 410px;
    margin-left: -20px;
    margin-bottom: -10px;
  }
  .landing_yogobox_wrapper .section_6 .bestseller_products {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  .landing_yogobox_wrapper .block_title {
    font-size: 1.7em;
  }
  .landing_yogobox_wrapper .section_2 .block_title {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_yogobox_wrapper .list_decor > li {
    margin-top: 1em;
  }
  .landing_yogobox_wrapper .section_1 {
    background-size: contain;
    background-position: center;
  }
  .landing_yogobox_wrapper .section_2 .container,
  .landing_yogobox_wrapper .section_3 .container {
    max-width: 790px;
  }
  .landing_yogobox_wrapper .section_3 .img_yogurt_ready > img {
    max-width: 100%;
  }
  .landing_yogobox_wrapper .section_3 .block_subtitle.hidden-xs,
  .landing_yogobox_wrapper .list_decor {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_yogobox_wrapper .section_3 .block_subtitle.hidden-xs {
    margin-top: 2em;
  }
  .landing_yogobox_wrapper
    .section_3
    .list_steps_item:last-child
    > p
    + p::after {
    left: 80%;
  }
  .landing_yogobox_wrapper .section_4 .img_packs + .block_title {
    padding-left: 16.66667%;
  }
  .landing_yogobox_wrapper .section_4 .mi_readmore .mi_readmore__switcher_o {
    display: inline-block;
    position: absolute;
    bottom: 9px;
    text-align: left;
  }
  .landing_yogobox_wrapper .section_4 .mi_readmore .readmore_btn_opn {
    left: 210px;
  }
  .landing_yogobox_wrapper .section_4 .mi_readmore .readmore_btn_cls {
    margin-top: 20px;
  }
  .landing_yogobox_wrapper .section_5 img[src$="bg_section_5.png"] {
    margin-left: -40px;
    width: 480px;
  }
  .landing_yogobox_wrapper .section_6 .bg_yogobox {
    height: 100px;
  }
  .landing_yogobox_wrapper .section_6 img[src$="img_yogobox.jpg"] {
    max-width: 465px;
    margin-left: -20px;
    margin-bottom: -10px;
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .landing_yogobox_wrapper .label_sale__yogobox {
    left: 18%;
    width: 150px;
    font-size: 16px;
  }
  .landing_yogobox_wrapper .label_free_delivery {
    font-size: 14px;
    padding-left: 60px;
  }
  .landing_yogobox_wrapper .label_free_delivery::before {
    height: 35px;
    width: 70px;
  }

  .landing_yogobox_wrapper .section_6 .bg_yogobox {
    margin: 1.5em 0;
  }
  .landing_yogobox_wrapper .section_6 .block_title {
    margin-top: 2em;
  }
  .landing_yogobox_wrapper .section_6 img[src$="img_yogobox.jpg"] {
    max-width: 560px;
    margin-bottom: 0;
  }
}
/* дополнения от 22.02.2018 */
.landing_yogobox_wrapper .section_1 .container {
  border-bottom: none;
}
.landing_yogobox_wrapper .section_2_1 {
  background: #a0e5fd;
  margin-top: -2rem;
}
.landing_yogobox_wrapper .section_2_1 .list-step-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing_yogobox_wrapper .section_2_1 .list-step-img > img {
  max-height: 200px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.landing_yogobox_wrapper .section_2_1 .list-step-text {
  padding-top: 90px;
}
.landing_yogobox_wrapper .section_2_1 .list-step:last-child .list-step-text {
  padding-top: 60px;
}
.landing_yogobox_wrapper .section_2 .container {
  padding-top: 0;
}
.landing_yogobox_wrapper .section_2 .block_title {
  margin: 1.5rem 0 1rem;
}
.landing_yogobox_wrapper .section_3 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_wrapper .section_3 .img_yogurt_ready {
  text-align: center;
}
.landing_yogobox_wrapper .section_3 .img_yogurt_ready > img {
  max-width: 65vw;
}
.landing_yogobox_wrapper .section_6 .container {
  border-bottom: none;
  margin-bottom: 0;
}
.landing_yogobox_wrapper .section_7 {
  margin-bottom: 2rem;
}
.landing_yogobox_wrapper .section_7 .container {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_wrapper .section_7 .block_title {
  max-width: 300px;
  padding-left: 70px;
  position: relative;
  text-align: left;
}
.landing_yogobox_wrapper .section_7 .block_title::before {
  background-image: url(../img/landing-yogobox/icon_conf.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 50px;
}
@media (min-width: 768px) {
  .landing_yogobox_wrapper .section_2_1 {
    margin-top: 0;
  }
  .landing_yogobox_wrapper .section_2_1 .container {
    padding-bottom: 2em;
  }
  .landing_yogobox_wrapper .section_2_1 .list-step-text {
    padding-top: 20px;
    text-align: center;
  }
  .landing_yogobox_wrapper .section_2_1 .list-step:last-child .list-step-text {
    padding-top: 35px;
    text-align: center;
  }
  .landing_yogobox_wrapper .section_3 .block_title {
    margin-top: 60px;
    text-align: left;
  }
  .landing_yogobox_wrapper .section_3 .list_decor > li:last-child {
    max-width: 300px;
  }
  .landing_yogobox_wrapper .section_3 .list_decor > li:last-child::before {
    top: 0;
  }
  .landing_yogobox_wrapper .section_3 .list_decor > li::before {
    top: -10px;
    position: relative;
  }

  .landing_yogobox_wrapper
    .section_2_1
    .list-step:first-child
    .list-step-img
    > img {
    margin-left: 14%;
  }
  .landing_yogobox_wrapper
    .section_2_1
    .list-step:nth-child(3)
    .list-step-img
    > img {
    margin-left: 21%;
  }

  .landing_yogobox_wrapper .section_3 .img_yogurt_ready > img {
    max-width: 120%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .landing_yogobox_wrapper .section_7 .block_title {
    max-width: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .landing_yogobox_wrapper .section_2_1 .list-step:last-child .list-step-text {
    padding-top: 20px;
  }

  .landing_yogobox_wrapper
    .section_2_1
    .list-step:first-child
    .list-step-img
    > img {
    margin-left: 24%;
  }
  .landing_yogobox_wrapper
    .section_2_1
    .list-step:nth-child(3)
    .list-step-img
    > img {
    margin-left: 31%;
  }

  .landing_yogobox_wrapper .section_3 .block_subtitle.hidden-xs,
  .landing_yogobox_wrapper .list_decor {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .landing_yogobox_wrapper .section_7 .block_title {
    font-size: 1.2rem;
    padding-left: 50px;
  }
  .landing_yogobox_wrapper .section_7 .block_title::before {
    height: 40px;
    width: 40px;
  }
}

/* ЛЭНДИНГ VIVOCAPS FORTE */
.landing_forte_wrapper img {
  margin: auto;
}
/* Заголовки */
.landing_forte_wrapper .block_title {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-transform: uppercase;
}
.landing_forte_wrapper .block_subtitle {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-transform: uppercase;
}
.landing_forte_wrapper .block_colorsubtitle {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 20px;
  text-transform: uppercase;
}
.landing_forte_wrapper .primary_title {
  color: #ed1164;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 32px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
}
.landing_forte_wrapper .text-pink {
  color: #ed1164;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing_forte_wrapper .block_colorsubtitle.text-pink {
  color: #fb79d2;
  font-weight: 700;
}
.landing_forte_wrapper .text-yellow {
  color: #ffff00;
  font-weight: 700;
}
.landing_forte_wrapper .text-green {
  color: #1ed418;
  font-weight: 700;
}
.landing_forte_wrapper .text-blue {
  color: #69dbf5;
  font-weight: 700;
}

/* Кнопки */
.landing_forte_wrapper .btn {
  background: #28c427;
  border-radius: 0;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  margin-bottom: 9px;
  padding: 13px 10px 10px;
  position: relative;
  text-transform: uppercase;
}
.landing_forte_wrapper .icon-btn {
  background: #1170c9;
  padding-left: 30px;
}
.landing_forte_wrapper .icon-btn > img {
  display: block;
  position: absolute;
  top: 8px;
  left: 20px;
  width: 16px;
}

.landing_forte_wrapper .block-border-bottom {
  border-bottom: 1px solid #b5b5b5;
}

/* Секции */
.landing_forte_wrapper .landing_section {
  font-size: 16px;
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  color: #333;
  line-height: 1.15;
}

.landing_forte_wrapper .landing_section p {
  margin-bottom: 16px;
}

.landing_forte_wrapper .landing_section ul {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 20px;
}

.landing_forte_wrapper .landing_section p strong,
.landing_forte_wrapper .landing_section .text-bold {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* section 1 */
.landing_forte_wrapper .section_1 {
  background: #ececec;
}

.landing_forte_wrapper .section_1 img {
  margin: auto;
  max-width: 350px;
  width: 77vw;
}

/* section 2 */
.landing_forte_wrapper .section_2 {
  padding: 16px 0;
}

/* section 3 */
.landing_forte_wrapper .section_3 .bg_body {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin-left: 15px;
  margin-right: 15px;
}

.landing_forte_wrapper .section_3 .bg_body img {
  margin: auto;
  width: 78vw;
}

/* section 4 */
.landing_forte_wrapper .section_4 {
  background: #0070c9;
  color: #ffffff;
}

.landing_forte_wrapper .section_4 img {
  margin: 0 auto 26px;
  width: 84vw;
}

.landing_forte_wrapper .section_4 p {
  margin-bottom: 10px;
}

.landing_forte_wrapper .section_4 ul {
  font-size: 14px;
  line-height: 1.3;
}

.landing_forte_wrapper .section_4 .block_title.hidden-sm {
  padding-top: 20px;
}

/* section 5 */
.landing_forte_wrapper .section_5 .block-border-bottom {
  margin-bottom: 26px;
}

/* section 6 */
.landing_forte_wrapper .section_6 img {
  margin: 0 auto;
  width: 74vw;
}

.landing_forte_wrapper .section_6 .block-border-bottom {
  margin-bottom: 26px;
}

.landing_forte_wrapper .section_6 ul > li {
  margin-bottom: 16px;
}

/* section 7 */
.landing_forte_wrapper .section_7 {
  background-color: #0070c9;
  background-image: url(/img/landing-varin/forte_oreol.png);
  background-position: center 70px;
  -webkit-background-size: 250px;
  background-size: 250px;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 20px 0;
}

.landing_forte_wrapper .section_7 .block_title {
  width: 50%;
  margin: 0 auto 215px;
  padding-bottom: 0;
}

.landing_forte_wrapper .section_7 .block-adv .block_colorsubtitle {
  padding: 0 0 5px 0;
}
.landing_forte_wrapper .section_7 .block-adv .block_colorsubtitle + p {
  line-height: 1.3;
}

/* section 8 */
.landing_forte_wrapper .section_8 {
  border-bottom: 1px solid #b5b5b5;
}
.landing_forte_wrapper .section_8 > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing_forte_wrapper .section_8 .block_title {
  padding-bottom: 10px;
}
.landing_forte_wrapper .section_8 .block-when .block-when-img {
  text-align: center;
  padding: 5px 0 12px;
}
.landing_forte_wrapper .section_8 .block-when .block-when-text {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 16px;
  padding-left: 20px;
}
.landing_forte_wrapper .section_8 .block-when .block-when-img img {
  width: 35px;
}

/* section 9 */
.landing_forte_wrapper .section_9 .block_title {
  width: 50%;
  margin: auto;
  padding: 16px 0 7px;
}
.landing_forte_wrapper .section_9 .product-img {
  width: 64vw;
  margin: auto;
}
.landing_forte_wrapper .section_9 a {
  display: inline-block;
  margin-top: 10px;
}

.landing_forte_wrapper .section_9 .direct_link {
  font-size: 14px;
  font-weight: 700;
}

.landing_forte_wrapper .section_9 .btn {
  margin-bottom: 20px;
  width: 150px;
}
.landing_forte_wrapper .section_9 .buy__btn_prob {
  float: none;
  height: auto;
}
.landing_forte_wrapper .section_9 .shop__items {
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .landing_forte_wrapper .landing_section > .container {
    padding: 20px 0;
  }
  .landing_forte_wrapper p,
  .landing_forte_wrapper ul,
  .landing_forte_wrapper .section_4 ul {
    font-size: 12px;
  }
  .landing_forte_wrapper .section_1 > .container {
    padding-bottom: 0;
  }
  .landing_forte_wrapper .block-valign {
    margin-top: 70px;
  }
  .landing_forte_wrapper .section_3 {
    background-image: url(/img/landing-varin/bg_body.png);
    background-position: 62vw top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing_forte_wrapper .section_3 .bg_body {
    border: none;
    margin: auto;
  }
  .landing_forte_wrapper .section_3 .bg_body img {
    display: none;
  }

  .landing_forte_wrapper .section_4 img {
    margin-top: 50px;
  }

  .landing_forte_wrapper .section_5 {
    background-image: url(/img/landing-varin/bg_doctor.png);
    background-position: -14vw top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_forte_wrapper .section_5 img {
    display: none;
  }
  .landing_forte_wrapper .section_5 .block-border-bottom {
    border: none;
  }
  .landing_forte_wrapper .section_5 .block_title {
    padding-top: 30px;
    text-align: left;
  }

  .landing_forte_wrapper .section_6 {
    background-image: url(/img/landing-varin/bg_woman.png);
    background-position: bottom right;
    -webkit-background-size: 370px;
    background-size: 370px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_forte_wrapper .section_6 .block_title {
    padding-top: 30px;
  }
  .landing_forte_wrapper .section_6 img {
    display: none;
  }
  .landing_forte_wrapper .section_6 .block-border-bottom {
    border: none;
  }
  .landing_forte_wrapper .section_5 .block_title {
    padding-top: 30px;
    text-align: left;
  }

  .landing_forte_wrapper .section_7 {
    background-position: 47% 80px;
    -webkit-background-size: 210px;
    background-size: 210px;
  }
  .landing_forte_wrapper .section_7 .block_title {
    margin-bottom: 10px;
  }
  .landing_forte_wrapper .section_7 .block-adv {
    display: inline-block;
    width: 250px;
    float: left;
    margin-bottom: 20px;
  }
  .landing_forte_wrapper .section_7 .block-adv:last-child {
    float: right;
  }

  .landing_forte_wrapper .section_8 .block-when .block-when-text {
    font-size: 12px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .landing_forte_wrapper p,
  .landing_forte_wrapper ul,
  .landing_forte_wrapper .section_4 ul {
    font-size: 14px;
  }

  .landing_forte_wrapper .section_3 {
    background-position: right top;
  }

  .landing_forte_wrapper .section_4 img {
    margin-top: 0;
  }

  .landing_forte_wrapper .section_5 {
    background-position: left top;
  }

  .landing_forte_wrapper .section_6 {
    background-position: 55vw bottom;
    background-size: 420px;
  }

  .landing_forte_wrapper .section_7 {
    background-size: 300px;
  }
  .landing_forte_wrapper .section_7 .block-adv .block_colorsubtitle + p {
    font-size: 15px;
  }

  .landing_forte_wrapper .section_7 .block-adv-1 {
    margin-left: 100px;
    margin-top: 50px;
    width: 220px;
  }
  .landing_forte_wrapper .section_7 .block-adv-2 {
    margin-right: 90px;
    margin-top: 40px;
  }
  .landing_forte_wrapper .section_7 .block-adv-3 {
    margin-left: 120px;
  }
  .landing_forte_wrapper .section_7 .block-adv-4 {
    margin-right: 90px;
    margin-top: 25px;
  }

  .landing_forte_wrapper .section_8 .block_title {
    padding-bottom: 30px;
  }
  .landing_forte_wrapper .section_8 .block-when {
    display: table;
  }
  .landing_forte_wrapper .section_8 .block-when + ul {
    padding-left: 70px;
  }
  .landing_forte_wrapper .section_8 .block-when-img,
  .landing_forte_wrapper .section_8 .block-when-text {
    display: table-cell;
    vertical-align: top;
  }
  .landing_forte_wrapper .section_8 .block-when .block-when-img {
    padding: 0;
    width: 50px;
  }
  .landing_forte_wrapper .section_8 .block-when .block-when-text {
    font-size: 14px;
  }
  .landing_forte_wrapper .section_9 .shop__items .shop__item_2 {
    height: 78px;
    position: relative;
    width: 15.5%;
  }
  .landing_forte_wrapper .section_9 .shop__items .shop__item_2 > img {
    transition: all 0.3s;
    transform: scale(1);
  }
  .landing_forte_wrapper .section_9 .shop__items .shop__item_2:hover > img {
    top: -15px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 999;
    transform: scale(1.5);
  }
}

@media (min-width: 1200px) {
  .landing_forte_wrapper {
    font-size: 16px;
  }
  .landing_forte_wrapper .block_title {
    font-size: 2em;
  }
  .landing_forte_wrapper .text-large {
    font-size: 1.1em;
  }
  .landing_forte_wrapper .block_subtitle {
    font-size: 1em;
  }
  .landing_forte_wrapper p,
  .landing_forte_wrapper ul,
  .landing_forte_wrapper .section_4 ul {
    font-size: 1em;
  }
  .landing_forte_wrapper .block-valign {
    margin-top: 80px;
  }
  .landing_forte_wrapper .primary_title {
    font-size: 2.2em;
    line-height: 40px;
  }

  .landing_forte_wrapper .btn {
    font-size: 1em;
  }

  .landing_forte_wrapper .icon-btn > img {
    top: 11px;
    left: 12px;
  }

  .landing_forte_wrapper .section_1 img {
    max-width: 380px;
  }

  .landing_forte_wrapper .section_2 p {
    font-size: 1em;
    margin-bottom: 2em;
  }

  .landing_forte_wrapper .section_3 {
    background: none;
  }
  .landing_forte_wrapper .section_3 > .container {
    background-image: url(/img/landing-varin/bg_body.png);
    background-position: right top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
  .landing_forte_wrapper .section_3 .block_title {
    width: 500px;
  }
  .landing_forte_wrapper .section_3 p {
    width: 550px;
  }
  .landing_forte_wrapper .section_3 ul {
    width: 500px;
  }
  .landing_forte_wrapper .section_3 ul > li {
    line-height: 1.7;
  }

  .landing_forte_wrapper .section_4 ul {
    line-height: 2;
    margin-bottom: 0;
  }
  .landing_forte_wrapper .section_4 img {
    width: auto;
    margin-top: 2em;
    margin-bottom: 0;
  }

  .landing_forte_wrapper .section_5 {
    background: none;
    border: none;
  }
  .landing_forte_wrapper .section_5 > .container {
    background-image: url(/img/landing-varin/bg_doctor.png);
    background-position: -4.5em top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_forte_wrapper .section_5 ul {
    line-height: 1.7;
  }
  .landing_forte_wrapper .section_5 .block_title {
    padding-top: 10px;
  }

  .landing_forte_wrapper .section_6 {
    background: none;
  }
  .landing_forte_wrapper .section_6 > .container {
    background-image: url(/img/landing-varin/bg_woman.png);
    background-position: 95% bottom;
    -webkit-background-size: 450px;
    background-size: 450px;
    background-repeat: no-repeat;
  }
  .landing_forte_wrapper .section_6 .block_title + p {
    width: 400px;
  }

  .landing_forte_wrapper .section_7 {
    -webkit-background-size: 350px;
    background-size: 350px;
    padding-top: 0;
  }
  .landing_forte_wrapper .section_7 .block-adv-1 {
    margin-left: 80px;
  }
  .landing_forte_wrapper .section_7 .block-adv-3 {
    margin-left: 100px;
  }

  .landing_forte_wrapper .section_8 {
    border: none;
  }
  .landing_forte_wrapper .section_8 > .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_forte_wrapper .section_8 .block-when .block-when-text {
    font-size: 1em;
  }

  .landing_forte_wrapper .section_9 .shop__items .shop__item_2 {
    width: 11.5%;
  }
  .landing_forte_wrapper .section_9 .btn {
    width: 170px;
  }
}

/* ЛЭНДИНГ ПРОБИО О ЙОГУРТЕ */
.landing_probio_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Изображение */
.landing_probio_wrapper img {
  max-width: 100%;
  margin: auto;
}

/* Абзацы */
.landing_probio_wrapper p {
  margin-bottom: 1em;
}

/* Заголовки */
.landing_probio_wrapper .block_title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2307em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.5em 0 0.7em;
  text-align: center;
  text-transform: uppercase;
}
.landing_probio_wrapper .block_title_primary {
  color: #e7262e;
  font-size: 1.385em;
  letter-spacing: 0.5px;
  margin: 1.15em 0 0.55em;
}

.landing_probio_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1.077em;
  text-align: center;
  text-transform: uppercase;
}

/* Кнопки */
.landing_probio_wrapper .button_buy {
  background: #17c60f;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "GloberSemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  font-size: 0.8em;
  float: none;
  height: auto;
  margin: 0.4em 0 0.3em;
  min-width: 10.5em;
  padding: 1em 2.65em 0.6em;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}
.landing_probio_wrapper .button_buy:hover {
  background: #129d0c;
}

.landing_probio_wrapper .button_buy.buy__btn_probio {
  background: #0070c9;
  letter-spacing: -0.04em;
  padding-left: 2.2em;
  padding-right: 0.7em;
}
.landing_probio_wrapper .button_buy.buy__btn_probio > img {
  position: absolute;
  top: 14px;
  left: 0.7em;
  width: 1.1em;
  display: block;
}

/* Ссылки */
.landing_probio_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing_probio_wrapper .direct_link::after {
  display: inline;
  top: auto;
  right: auto;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
}

/* Списки */
.landing_probio_wrapper .list-decor {
  list-style: none;
  padding: 0;
  margin-bottom: 0.4em;
}
.landing_probio_wrapper .list-decor > li {
  display: table;
  margin-bottom: 1.2em;
  width: 100%;
}
.landing_probio_wrapper .list-decor > li:last-child {
  margin-bottom: 0;
}
.landing_probio_wrapper .list-decor > li > span {
  display: table-cell;
}
.landing_probio_wrapper .list-decor > li strong {
  display: block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  text-transform: uppercase;
}
.landing_probio_wrapper .list-decor > li > span:first-child {
  display: table-cell;
  width: 14%;
}
.landing_probio_wrapper .list-decor > li > span:first-child > img {
  width: 35%;
}

/* Sections */
.landing_probio_wrapper .landing_section {
  margin: 1em 0;
}
/* Section 1 */
.landing_probio_wrapper .section_1 {
  text-align: center;
}
.landing_probio_wrapper .section_1 *[class*="col-"] {
  border-bottom: 1px solid #b5b5b5;
}
.landing_probio_wrapper .section_1 img {
  width: 62%;
  margin-left: 14%;
}
.landing_probio_wrapper .section_1 p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/* Section 2 */
.landing_probio_wrapper .section_2 {
  text-align: center;
}
.landing_probio_wrapper .section_2 img {
  width: 14.5%;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
.landing_probio_wrapper .section_2 p {
  letter-spacing: -0.02em;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.landing_probio_wrapper .section_2 p + p {
  margin-top: 1.5em;
  margin-bottom: 1.4em;
}
/* Section 3 */
.landing_probio_wrapper .section_3 {
  text-align: center;
}
.landing_probio_wrapper .section_3 .block_title {
  margin-bottom: 0.3em;
  text-align: left;
}
.landing_probio_wrapper .section_3 .block_title ~ p {
  text-align: left;
  width: 98%;
  line-height: 1.2;
}
.landing_probio_wrapper .section_3 img[src$="img_bg.png"] {
  width: 86%;
  margin: auto;
  margin-left: 5%;
  margin-bottom: 1.2em;
}
/* Section 4 */
.landing_probio_wrapper .section_4 {
  text-align: center;
}
.landing_probio_wrapper .section_4 > .container {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 1.35em;
}
.landing_probio_wrapper .section_4 .block_subtitle {
  width: 60%;
  margin: 0 auto;
}
.landing_probio_wrapper .section_4 img[src$="icon_good.png"] {
  margin-top: 0.9em;
  margin-bottom: 0.5em;
  width: 2em;
}
.landing_probio_wrapper .section_4 [class*="col-"]:nth-child(2) > div {
  margin: auto;
  width: 60%;
}
/* Section 5 */
.landing_probio_wrapper .section_5 {
  text-align: center;
}
.landing_probio_wrapper .section_5 img[src$="img_prepare_vertical.png"] {
  padding-top: 0.5em;
  padding-bottom: 1.2em;
}
.landing_probio_wrapper .section_5 img[src$="icon_play.png"] {
  margin-bottom: 0.5em;
  width: 8%;
}
/* Section 6 */
.landing_probio_wrapper .section_6 {
  margin-top: -0.6em;
}
.landing_probio_wrapper .section_6 .block_title {
  text-align: left;
}
.landing_probio_wrapper .section_6 img[src$="img_pic_yogurt.png"] {
  width: 70.5%;
  margin: 0 auto;
  left: -2%;
  right: 0;
  position: relative;
  display: block;
}
/* Section 7 */
.landing_probio_wrapper .section_7 > .container {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 0.9em;
}
.landing_probio_wrapper .section_7 img[src$="img_bg2_mobile.png"] {
  margin-bottom: 0.3em;
}
.landing_probio_wrapper .section_7 .block_title {
  text-align: left;
}
.landing_probio_wrapper .section_7 .direct_link {
  display: inline-block;
  margin: 0.8em 0;
}
/* Section 8 */
.landing_probio_wrapper .section_8 {
  text-align: center;
}
.landing_probio_wrapper .section_8 .block_title {
  margin-top: 0.2em;
}
.landing_probio_wrapper .block_images > img {
  width: 64%;
}
.landing_probio_wrapper .shop__item_2 {
  width: 33.33333%;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
  .landing_probio_wrapper {
    font-size: 33.3645px;
  }
  .landing_probio_wrapper .shop__item_2 {
    width: 25%;
  }
  .landing_probio_wrapper .shop__item_2::after {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .landing_probio_wrapper {
    line-height: 1.15;
    font-size: 20px;
  }

  .landing_probio_wrapper .shop__item_2 {
    width: 16.66666%;
  }
  .landing_probio_wrapper .shop__item_2::after {
    font-size: 10px;
  }

  /* Абзацы */
  .landing_probio_wrapper p {
    margin-bottom: 1em;
  }

  /* Заголовки */
  .landing_probio_wrapper .block_title {
    font-size: 1.6em;
    letter-spacing: 0.11em;
    line-height: 1.3;
    margin: 0.6em 0 0.5em;
  }
  .landing_probio_wrapper .block_title_primary {
    font-size: 1.95em;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin: 1.45em 0 0.45em;
  }

  .landing_probio_wrapper .block_subtitle {
    font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial,
      sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1.077em;
    text-align: center;
    text-transform: uppercase;
  }

  /* Кнопки */
  .landing_probio_wrapper .button_buy {
    border-radius: 0.4em;
    font-size: 0.55em;
    height: auto;
    margin: 0.3em 0 0.1em;
    min-width: 17em;
    padding: 1.2em 2.65em 0.8em;
  }
  .landing_probio_wrapper .button_buy.buy__btn_probio {
    background: #0070c9;
    letter-spacing: -0.04em;
    padding-left: 2.2em;
    padding-right: 0.7em;
  }
  .landing_probio_wrapper .button_buy.buy__btn_probio > img {
    position: absolute;
    top: 0.7em;
    left: 3em;
    width: 2em;
    display: block;
  }

  /* Списки */
  .landing_probio_wrapper .list-decor {
    list-style: none;
    padding: 0;
    margin-bottom: 0.4em;
  }
  .landing_probio_wrapper .list-decor > li {
    display: table;
    margin-bottom: 1.2em;
    width: 100%;
  }
  .landing_probio_wrapper .list-decor > li:last-child {
    margin-bottom: 0;
  }
  .landing_probio_wrapper .list-decor > li > span {
    display: table-cell;
  }
  .landing_probio_wrapper .list-decor > li strong {
    font-size: 0.9em;
    line-height: 1.3;
  }
  .landing_probio_wrapper .list-decor > li > span:first-child {
    display: table-cell;
    width: 12%;
  }
  .landing_probio_wrapper .list-decor > li > span:first-child > img {
    width: 50%;
  }

  /* Sections */
  .landing_probio_wrapper .landing_section {
    margin: 1.2em 0;
  }
  /* Section 1 */
  .landing_probio_wrapper .section_1 {
    text-align: center;
  }
  .landing_probio_wrapper .section_1 .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_probio_wrapper .section_1 *[class*="col-"] {
    border: none;
  }
  .landing_probio_wrapper .section_1 img {
    width: auto;
    margin-left: 0;
  }
  .landing_probio_wrapper .section_1 p {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  /* Section 2 */
  .landing_probio_wrapper .section_2 .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_probio_wrapper .section_2 img {
    width: 11%;
    margin-top: 0.85em;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_probio_wrapper .section_2 p {
    letter-spacing: -0.02em;
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_probio_wrapper .section_2 p + p {
    margin-bottom: 2.4em;
  }
  /* Section 3 */
  .landing_probio_wrapper .section_3 {
    text-align: center;
  }
  .landing_probio_wrapper .section_3 .block_title {
    margin-bottom: 0.8em;
    margin-top: 0.85em;
    line-height: 1.15;
  }
  .landing_probio_wrapper .section_3 .block_title ~ p {
    text-align: left;
    width: 99%;
    line-height: inherit;
  }
  .landing_probio_wrapper .section_3 img[src$="img_bg.png"] {
    width: auto;
    margin-left: 0;
    margin-top: 2.5em;
    margin-bottom: 0;
  }
  /* Section 4 */
  .landing_probio_wrapper .section_4 > .container {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 1.55em;
  }
  .landing_probio_wrapper .section_4 .block_subtitle {
    letter-spacing: 0.06em;
    margin-top: -0.2em;
  }
  .landing_probio_wrapper .section_4 .block_subtitle > br {
    display: none;
  }
  .landing_probio_wrapper .section_4 img[src$="icon_good.png"] {
    margin-bottom: 0.7em;
    width: 2.7em;
  }
  .landing_probio_wrapper .section_4 [class*="col-"]:nth-child(2) > div {
    width: 75%;
  }
  .landing_probio_wrapper .section_4 [class*="col-"]:nth-child(3) > div {
    margin: auto;
    width: 75%;
  }
  /* Section 5 */
  .landing_probio_wrapper .section_5 .container {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 0.7em;
  }
  .landing_probio_wrapper .section_5 .block_title {
    margin-top: 0.25em;
  }
  .landing_probio_wrapper .section_5 img[src$="img_prepare_horizontal.png"] {
    margin-top: -1.2em;
  }
  .landing_probio_wrapper .section_5 img[src$="icon_play.png"] {
    margin-bottom: 0.9em;
    width: 6%;
  }
  /* Section 6 */
  .landing_probio_wrapper .section_6 {
    margin-top: -0.6em;
  }
  .landing_probio_wrapper .section_6 .block_title {
    text-align: left;
    margin-bottom: 0.6em;
  }
  .landing_probio_wrapper .section_6 img[src$="img_pic_yogurt.png"] {
    width: 90%;
    margin: 4.5em auto 0;
    left: 0.5em;
  }
  /* Section 7 */
  .landing_probio_wrapper .section_7 {
    margin-top: 2.8em;
  }
  .landing_probio_wrapper .section_7 > .container {
    background-image: url(/img/landing-probio/img_bg2.png);
    background-position: left 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding-top: 1em;
    padding-bottom: 1.3em;
  }
  .landing_probio_wrapper .section_7 img[src$="img_bg2_mobile.png"] {
    margin-bottom: 0.3em;
  }
  .landing_probio_wrapper .section_7 .block_title {
    line-height: 1.2;
    margin-top: 0.65em;
    margin-bottom: 0.85em;
    text-align: left;
    width: 80%;
  }
  .landing_probio_wrapper .section_7 p {
    margin-bottom: 0.6em;
  }
  .landing_probio_wrapper .section_7 .direct_link {
    display: inline-block;
    margin: 0.2em 0;
  }
  /* Section 8 */
  .landing_probio_wrapper .section_8 {
    text-align: center;
  }
  .landing_probio_wrapper .section_8 .block_title {
    margin-top: 0;
    margin-bottom: 0.1em;
  }
  .landing_probio_wrapper .block_images > img {
    width: 72%;
  }
  .landing_probio_wrapper .block_images ~ p {
    margin-bottom: 0.5em;
  }
  .landing_probio_wrapper .section_8 .direct_link {
    font-size: 0.8em;
  }
  .landing_probio_wrapper .shop__items {
    margin-top: 1.7em;
    margin-bottom: 2em;
  }
}

@media (min-width: 1200px) {
  .landing_probio_wrapper {
    font-size: 16px;
  }
  .landing_probio_wrapper .block_title {
    font-size: 1.88em;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 1em 0 0.4em;
  }
  .landing_probio_wrapper .block_title_primary {
    margin: 2.15em 0 0;
  }
  .landing_probio_wrapper .block_subtitle {
    font-size: 1.5em;
  }
  .landing_probio_wrapper .button_buy {
    min-width: 16em;
    padding: 1.3em 2.65em;
    border-radius: 0.5em;
    font-size: 0.8em;
  }
  .landing_probio_wrapper .section_1 img {
    width: 97%;
  }
  .landing_probio_wrapper .section_1 p {
    line-height: 1.25;
    max-width: 85%;
  }
  .landing_probio_wrapper .section_2 img {
    width: 9%;
  }
  .landing_probio_wrapper .section_2 p {
    max-width: 52%;
  }
  .landing_probio_wrapper .section_3 .block_title {
    margin-bottom: 1em;
    margin-top: 1.35em;
  }
  .landing_probio_wrapper .section_3 .block_title ~ p {
    width: 95%;
  }
  .landing_probio_wrapper .section_3 img[src$="img_bg.png"] {
    margin-top: 1.5em;
  }
  .landing_probio_wrapper .section_4 .block_subtitle {
    margin-top: -0.7em;
    letter-spacing: 0.08em;
  }
  .landing_probio_wrapper .section_4 > .container {
    padding-bottom: 2.25em;
  }
  .landing_probio_wrapper .section_5 .block_title {
    margin-top: 0.45em;
    margin-bottom: 0;
  }
  .landing_probio_wrapper .section_5 .block_title ~ p {
    width: 88%;
    text-align: center;
    margin: auto;
  }
  .landing_probio_wrapper .section_5 img[src$="img_prepare_horizontal.png"] {
    margin-top: 0;
  }
  .landing_probio_wrapper .section_5 .direct_link {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1.2em;
  }
  .landing_probio_wrapper .section_5 img[src$="icon_play.png"] {
    width: 9%;
  }
  .landing_probio_wrapper .section_6 img[src$="img_pic_yogurt.png"] {
    margin-top: 3em;
    width: 100%;
  }
  .landing_probio_wrapper .section_7 > .container {
    padding-top: 5em;
    padding-bottom: 5em;
    background-position: right;
    background-size: 80%;
  }
  .landing_probio_wrapper .section_8 .direct_link {
    font-size: 1.2em;
  }
  .landing_probio_wrapper .block_images > img {
    margin-bottom: 0.5em;
    margin-top: 2em;
  }
  .landing_probio_wrapper .block_images ~ p {
    margin-bottom: 2.65em;
  }
  .landing_probio_wrapper .shop__items {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .landing_probio_wrapper .shop__item_2 {
    width: 20%;
  }
  .landing_probio_wrapper .shop__item_2::after {
    font-size: 12px;
  }

  .landing_probio_wrapper .button_buy.buy__btn_probio > img {
    top: 1em;
    left: 1.5em;
  }
}

/* ЛЭНДИНГ КАК УКРЕПИТЬ ИММУНИТЕТ */
.landing_immunovit_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Абзацы */
.landing_immunovit_wrapper p {
  margin-bottom: 1.2em;
}
.landing_immunovit_wrapper p strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.landing_immunovit_wrapper p span {
  color: #6d6e71;
}

.landing_immunovit_wrapper .text-large {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.landing_immunovit_wrapper .text-small {
  color: #6d6e71;
  font-size: 0.8em;
}

/* Заголовки */
.landing_immunovit_wrapper .block_title,
.landing_immunovit_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_immunovit_wrapper .block_subtitle {
  font-size: 0.9em;
  margin-top: 1.1em;
  margin-bottom: 0.8em;
}
.landing_immunovit_wrapper .title_primary {
  color: #ed145b;
}
.landing_immunovit_wrapper .title_secondary {
  color: #00aaad;
}

/* Кнопки */
.landing_immunovit_wrapper .button_buy {
  background: #17c60f;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0.3em 0 0.1em;
  min-width: 10.5em;
  padding: 0.8em 2.65em 0.6em;
  position: relative;
  text-transform: uppercase;
}
.landing_immunovit_wrapper .button_buy.buy__btn_probimuno,
.landing_immunovit_wrapper .button_buy.buy__btn_startimmunovit {
  background: #0070c9;
  letter-spacing: -0.04em;
  padding-left: 2.2em;
  padding-right: 0.7em;
}
.landing_immunovit_wrapper .button_buy.buy__btn_probimuno > img,
.landing_immunovit_wrapper .button_buy.buy__btn_startimmunovit > img {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  width: 1.1em;
  display: block;
}
.landing_immunovit_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 0;
}
.landing_immunovit_wrapper .direct_link::after {
  display: inline;
  top: auto;
  right: auto;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
}

/* Sections */
.landing_immunovit_wrapper .landing_section {
  margin: 1em 0;
}

/* Section 1 */
.landing_immunovit_wrapper .section_1 {
  margin-top: 0;
}
.landing_immunovit_wrapper .section_1 [class*="col-"] {
  border-bottom: 1px solid #b5b5b5;
}
.landing_immunovit_wrapper .section_1 [class*="col-"]:first-child {
  text-align: center;
}

/* Section 2 */
.landing_immunovit_wrapper .section_2 .block_title {
  margin-top: 0.1em;
  margin-bottom: 0.7em;
  text-align: center;
}
.landing_immunovit_wrapper .section_2 img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

/* Section 3 */
.landing_immunovit_wrapper .section_3 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_immunovit_wrapper .section_3 img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
}
.landing_immunovit_wrapper .section_3 img[src*="graph_"]:not(:last-child) {
  margin-bottom: 1em;
}
.landing_immunovit_wrapper .section_3 .text-small {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Section 4 */
.landing_immunovit_wrapper .section_4 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_immunovit_wrapper .section_4 img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

/* Section 5 */
.landing_immunovit_wrapper .section_5 {
  text-align: center;
}
.landing_immunovit_wrapper .section_5 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_immunovit_wrapper .section_5 .block_title + p {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
.landing_immunovit_wrapper .section_5 img[src*="img_prepare_vertical"] {
  width: 77%;
  margin-top: -0.5em;
  margin-left: auto;
  margin-right: auto;
}
.landing_immunovit_wrapper .section_5 img[src*="icon_play"] {
  margin-left: auto;
  margin-right: auto;
}
.landing_immunovit_wrapper .section_5 img + p {
  margin-top: 1.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.landing_immunovit_wrapper .section_5 img + p + p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Section 6 */
.landing_immunovit_wrapper .section_6 {
  text-align: center;
}
.landing_immunovit_wrapper .section_6 .block_subtitle + p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.landing_immunovit_wrapper .section_6 p + p {
  margin-top: 1.2em;
}
.landing_immunovit_wrapper .section_6 .shop__items {
  margin-bottom: 1.25em;
  overflow: hidden;
}
.landing_immunovit_wrapper .section_6 .shop__item_2 {
  float: left;
  width: 25%;
  padding: 0 3px 10px;
}
.landing_immunovit_wrapper .section_6 .buy__btn_probio::after {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 1px;
  background: #b5b5b5;
  bottom: -1.5em;
  left: -15%;
  right: -15%;
  margin: auto;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
  .landing_immunovit_wrapper {
    font-size: 13px;
  }
  .landing_immunovit_wrapper .w-sm-85 {
    width: 85%;
  }
  .landing_immunovit_wrapper .block_title {
    font-size: 1.5em;
  }
  .landing_immunovit_wrapper .block_subtitle {
    font-size: 1.2em;
  }
  .landing_immunovit_wrapper .section_1 .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_immunovit_wrapper .section_1 [class*="col-"] {
    border: none;
  }
  .landing_immunovit_wrapper .section_2 .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_immunovit_wrapper .section_2 .block_title {
    text-align: left;
  }
  .landing_immunovit_wrapper .section_2 img {
    margin-top: 10%;
  }
  .landing_immunovit_wrapper .section_3 .block_title {
    text-align: center;
  }
  .landing_immunovit_wrapper .section_3 .block_subtitle {
    margin-top: 0;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_"] {
    display: inline-block;
    float: left;
    margin-bottom: 2em;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_1"] {
    width: 43.5%;
    margin-right: 0.5%;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_2"] {
    width: 56%;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_3"] {
    width: 48.7%;
    margin-right: 0.7%;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_4"] {
    width: 49%;
  }
  .landing_immunovit_wrapper .section_4 .block_title {
    text-align: center;
  }
  .landing_immunovit_wrapper .section_4 .block_title + p {
    text-align: center;
  }
  .landing_immunovit_wrapper .section_4 img {
    height: 170px;
  }
  .landing_immunovit_wrapper .section_6 .block_title,
  .landing_immunovit_wrapper .section_6 .block_subtitle,
  .landing_immunovit_wrapper .section_6 .block_subtitle + p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_immunovit_wrapper .section_6 img[src*="pack_vivocaps"] {
    margin-bottom: 1em;
  }
  .landing_immunovit_wrapper .section_6 img[src*="pack_immunovit"] {
    margin-bottom: 4.7em;
  }
  .landing_immunovit_wrapper .section_6 .buy__btn_prob::after {
    display: none;
  }
  .landing_immunovit_wrapper .section_6 .block_images {
    width: 93%;
  }
  .landing_immunovit_wrapper .section_6 .block_images + p {
    width: 93%;
  }
}
@media (min-width: 992px) {
  .landing_immunovit_wrapper {
    font-size: 16px;
    line-height: 1.3;
  }
  .landing_immunovit_wrapper .w-md-90 {
    width: 90%;
  }
  .landing_immunovit_wrapper .section_1 .block_title {
    margin-top: 10%;
  }
  .landing_immunovit_wrapper .section_2 img {
    margin-top: 3%;
  }
  .landing_immunovit_wrapper .section_6 .block_title,
  .landing_immunovit_wrapper .section_6 .block_subtitle,
  .landing_immunovit_wrapper .section_6 .block_subtitle + p {
    width: 60%;
  }
  .landing_immunovit_wrapper .section_6 img[src*="pack_vivocaps"] {
    margin-bottom: 1.5em;
  }
  .landing_immunovit_wrapper .section_6 img[src*="pack_immunovit"] {
    margin-bottom: 5.1em;
  }
  .landing_immunovit_wrapper .section_6 .block_images {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .landing_immunovit_wrapper {
    font-size: 16px;
  }
  .landing_immunovit_wrapper .button_buy {
    font-size: 0.85em;
    min-width: 200px;
    padding: 1.5em 2.65em 1em;
  }
  .landing_immunovit_wrapper .button_buy.buy__btn_probimuno > img,
  .landing_immunovit_wrapper .button_buy.buy__btn_startimmunovit > img {
    top: 1em;
    left: 1.7em;
    width: 1.7em;
  }
  .landing_immunovit_wrapper .w-lg-100 {
    width: 100%;
  }
  .landing_immunovit_wrapper .block_title {
    font-size: 1.9em;
    margin-bottom: 0.25em;
  }
  .landing_immunovit_wrapper .block_title.title_primary {
    letter-spacing: -0.3px;
  }
  .landing_immunovit_wrapper .block_subtitle {
    font-size: 1.2em;
    letter-spacing: 0.4px;
  }
  .landing_immunovit_wrapper .section_1 .block_title {
    margin-top: 11%;
  }
  .landing_immunovit_wrapper .section_1 .text-large {
    font-size: 19px;
    letter-spacing: -0.55px;
  }
  .landing_immunovit_wrapper .section_1 p {
    width: 97%;
  }
  .landing_immunovit_wrapper .section_2 img {
    margin-top: 1%;
    width: 420px;
  }
  .landing_immunovit_wrapper .section_3 .container {
    padding-bottom: 62px;
  }
  .landing_immunovit_wrapper .section_3 img[src*="girls"] {
    width: 560px;
    margin-left: 56px;
    margin-top: 6px;
  }
  .landing_immunovit_wrapper .section_3 .block_subtitle {
    margin-top: 0.8em;
    margin-bottom: 1.2em;
  }
  .landing_immunovit_wrapper .section_3 .block_subtitle ~ p {
    width: 80%;
  }
  .landing_immunovit_wrapper .section_3 p {
    line-height: 1.2;
  }
  .landing_immunovit_wrapper .section_3 p > strong {
    font-size: 15px;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_1"],
  .landing_immunovit_wrapper .section_3 img[src*="graph_2"] {
    width: 400px;
    margin-right: 8px;
    margin-top: 32px;
    margin-left: 13px;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_2"] {
    width: 512px;
    margin-left: 0;
  }
  .landing_immunovit_wrapper .section_3 img[src*="graph_4"] {
    margin-bottom: 1em;
  }
  .landing_immunovit_wrapper .section_3 .text-small {
    width: 100%;
  }
  .landing_immunovit_wrapper .section_4 .block_title {
    line-height: 1.2;
    margin-top: 13px;
  }
  .landing_immunovit_wrapper .section_4 img {
    height: auto;
    margin-top: 20px;
  }
  .landing_immunovit_wrapper .section_4 img[src*="pack_immunovit"] {
    width: 370px;
    margin-left: 5px;
  }
  .landing_immunovit_wrapper .section_5 .container {
    padding-bottom: 25px;
  }
  .landing_immunovit_wrapper .section_5 .block_title {
    line-height: 1.2;
    margin-top: 13px;
  }
  .landing_immunovit_wrapper .section_5 .block_title + p {
    width: 97%;
  }
  .landing_immunovit_wrapper .section_5 img + p {
    margin-top: 0.5em;
    width: 65%;
  }
  .landing_immunovit_wrapper .section_5 .block_videoinstra img + p {
    margin-top: 1.5em;
  }
  .landing_immunovit_wrapper .section_6 .block_title {
    line-height: 1.2;
    margin-top: 13px;
  }
  .landing_immunovit_wrapper .section_6 .block_subtitle {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .landing_immunovit_wrapper .section_6 .line-lg {
    border-top: 1px solid #b5b5b5;
    margin-top: 15px;
    padding-top: 30px;
    width: 90%;
  }
  .landing_immunovit_wrapper .section_6 .shop__items {
    margin-bottom: 1em;
  }
  .landing_immunovit_wrapper .section_6 .shop__items_2 {
    margin-bottom: 0.6em;
  }
}

/* ЛЭНДИНГ ПОХУДЕНИЕ */
.landing_pohudenie_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  margin-top: 0 !important;
}

/* Абзацы */
.landing_pohudenie_wrapper p {
  margin-bottom: 1.2em;
}
.landing_pohudenie_wrapper p strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.landing_pohudenie_wrapper p span {
  color: #6d6e71;
}

.landing_pohudenie_wrapper .text-large {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.landing_pohudenie_wrapper .text-small {
  color: #6d6e71;
  font-size: 0.8em;
}

/* Заголовки */
.landing_pohudenie_wrapper .block_title,
.landing_pohudenie_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_pohudenie_wrapper .custom_bot__title {
  margin-top: 30px;
}
.landing_pohudenie_wrapper .block_subtitle {
  font-size: 0.9em;
  margin-top: 1.1em;
  margin-bottom: 0.8em;
}
.landing_pohudenie_wrapper .title_primary {
  color: #ed145b;
}
.landing_pohudenie_wrapper .title_secondary {
  color: #00aaad;
}

/* Списки */
.landing_pohudenie_wrapper .list-decor {
  margin: 0;
}
.landing_pohudenie_wrapper .list-decor > li {
  margin-top: 20px;
  padding-left: 70px;
  position: relative;
}
.landing_pohudenie_wrapper .list-decor > li::before {
  background-image: url(/img/landing-pohudenie/icon_check.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 35px;
}
.landing_pohudenie_wrapper .item-decor--title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_pohudenie_wrapper .item-decor--block img {
  margin-left: 0;
  margin-top: 2em;
}

/* Кнопки */
.landing_pohudenie_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding-right: 0;
}
.landing_pohudenie_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  right: auto;
  top: 3px;
}

/* Изображение */
.landing_pohudenie_wrapper img {
  max-width: 100%;
  margin: auto;
}

/* Sections */
.landing_pohudenie_wrapper .landing_section {
  margin: 1em 0;
  margin-left: -15px;
  margin-right: -15px;
}

/* Section 1 */
.landing_pohudenie_wrapper .section_1 {
  background-image: url(/img/landing-pohudenie/bg_section_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100vw;
  background-size: 100vw;
  margin-top: 0;
}
.landing_pohudenie_wrapper .section_1 > .container {
  border-bottom: 1px solid #b5b5b5;
}

.landing_pohudenie_wrapper .section_1 .block_title {
  margin-top: 100vw;
}

/* Section 4 */
.landing_pohudenie_wrapper .section_4 {
  background-image: url(/img/landing-pohudenie/bg_section_4.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100vw;
  background-size: 100vw;
}
.landing_pohudenie_wrapper .section_4 > .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_pohudenie_wrapper .section_4 .block_title {
  margin-bottom: 55vw;
  max-width: 50%;
}

/* Section 5 */
.landing_pohudenie_wrapper .section_5 > .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_pohudenie_wrapper .section_5 .block_title {
  margin-top: 0;
}

/* Section 6 */
.landing_pohudenie_wrapper .section_6 > .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_pohudenie_wrapper .section_6 .block_title {
  margin-top: 0;
}

/* Section 7 */
.landing_pohudenie_wrapper .section_7 > .container {
  border-bottom: 1px solid #b5b5b5;
  text-align: center;
}
.landing_pohudenie_wrapper .section_7 .block_title {
  text-align: center;
}

/* Section 9 */
.landing_pohudenie_wrapper .section_9 > .container {
  border-bottom: 1px solid #b5b5b5;
  text-align: center;
}
.landing_pohudenie_wrapper .section_9 .block_title {
  text-align: center;
}

/* MEDIA */
@media (min-width: 768px) {
  .landing_pohudenie_wrapper {
    font-size: 13px;
  }
  .landing_pohudenie_wrapper .shop__image-pack[src*="img_pack_fit-yogurt"] {
    margin-top: 5em;
  }
  .landing_pohudenie_wrapper .shop__image-pack[src*="img_pack_kefir"] {
    margin-top: 7em;
  }
  .landing_pohudenie_wrapper .block_title,
  .landing_pohudenie_wrapper .block_subtitle {
    line-height: 1.1;
  }
  .landing_pohudenie_wrapper .block_title {
    font-size: 1.6em;
  }
  .landing_pohudenie_wrapper .list-decor > li {
    margin-top: 10px;
    padding-left: 2.5em;
  }
  .landing_pohudenie_wrapper .list-decor > li::before {
    height: 1.5em;
    width: 1.5em;
  }
  .landing_pohudenie_wrapper .item-decor--block img {
    max-width: 100px;
  }
  .landing_pohudenie_wrapper .landing_section {
  }

  /* Section 1 */
  .landing_pohudenie_wrapper .section_1 {
    background: none;
  }
  .landing_pohudenie_wrapper .section_1 > .container {
    background-image: url(/img/landing-pohudenie/bg_section_1_desktop.png);
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
  }
  .landing_pohudenie_wrapper .section_1 .block_title {
    margin-top: 3em;
  }

  /* Section 2 */
  .landing_pohudenie_wrapper .section_2 {
    position: relative;
  }
  .landing_pohudenie_wrapper .section_2 > .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_pohudenie_wrapper .section_2 img[src*="icon_arrow"] {
    display: block;
    position: absolute;
    top: 3%;
    left: 77%;
    width: 80px;
  }

  /* Section 3 */
  .landing_pohudenie_wrapper .section_3 > .container {
    padding-bottom: 1em;
  }
  .landing_pohudenie_wrapper .section_3 .block_title {
    text-align: center;
  }

  /* Section 4 */
  .landing_pohudenie_wrapper .section_4 {
    background: none;
  }
  .landing_pohudenie_wrapper .section_4 > .container {
    background-image: url(/img/landing-pohudenie/bg_section_4_desktop.png);
    background-position: 420px top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_pohudenie_wrapper .section_4 .block_title {
    margin-bottom: 1em;
    max-width: none;
  }

  /* Section 5 */
  .landing_pohudenie_wrapper .section_5 .block_title {
    margin-top: 2em;
  }

  /* Section 6 */
  .landing_pohudenie_wrapper .section_6 .block_title {
    margin-top: 1em;
  }

  /* Section 7 */
  .landing_pohudenie_wrapper .section_7 > .container {
    border-bottom: none;
  }

  /* Section 9 */
  .landing_pohudenie_wrapper .section_9 > .container {
    padding-bottom: 1em;
  }
  .landing_pohudenie_wrapper .section_9 img[src*="img_kefir_instr_horizontal"] {
    margin-left: -10%;
    max-width: none;
    width: 120%;
  }
}
@media (min-width: 992px) {
  .landing_pohudenie_wrapper {
    font-size: 16px;
  }
  .landing_pohudenie_wrapper .shop__image-pack[src*="img_pack_fit-yogurt"] {
    margin-top: 3em;
  }
  .landing_pohudenie_wrapper .shop__image-pack[src*="img_pack_kefir"] {
    margin-top: 5em;
  }
  .landing_pohudenie_wrapper .shop__item_1 {
    width: 15%;
  }

  /* Section 1 */
  .landing_pohudenie_wrapper .section_1 > .container {
    min-height: 400px;
  }

  /* Section 2 */
  .landing_pohudenie_wrapper .section_2 .block_title {
    margin-top: 2em;
  }

  /* Section 4 */
  .landing_pohudenie_wrapper .section_4 > .container {
    background-position: 550px top;
  }
  .landing_pohudenie_wrapper .section_4 .block_title {
    margin-top: 1em;
  }

  /* Section 6 */
  .landing_pohudenie_wrapper .section_6 img[src*="img_pack_"] {
    margin-right: 0;
    margin-top: 3em;
    width: 300px;
  }
  /* Section 8 */
  .landing_pohudenie_wrapper .section_8 img[src*="img_pack_"] {
    margin-right: 0;
    margin-top: 1em;
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .landing_pohudenie_wrapper {
    font-size: 16px;
  }
  .landing_pohudenie_wrapper .landing_section {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .landing_pohudenie_wrapper .block_title {
    font-size: 2em;
  }
  .landing_pohudenie_wrapper .block_subtitle {
    font-size: 1.6em;
  }
  .landing_pohudenie_wrapper .item-decor--block img {
    max-width: 130px;
  }

  /* Section 1 */
  .landing_pohudenie_wrapper .section_1 {
    margin-top: 0;
  }
  .landing_pohudenie_wrapper .section_1 > .container {
    min-height: 500px;
  }

  /* Section 3 */
  .landing_pohudenie_wrapper .section_3 .block_title {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Section 4 */
  .landing_pohudenie_wrapper .section_4 > .container {
    background-position: right top;
  }
  .landing_pohudenie_wrapper .section_4 .block_title {
    margin-top: 1em;
  }
}

/* СТРАНИЦА АКЦИИ VIVOCAPS */
.landing_vivocapsakcii_wrapper {
  font-size: 4vw;
}

/* Заголовки */
.landing_vivocapsakcii_wrapper .block_title,
.landing_vivocapsakcii_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
  margin: 1em 0;
  text-transform: uppercase;
}
.landing_vivocapsakcii_wrapper .block_subtitle {
  font-size: 1em;
  margin: 0;
}
.landing_vivocapsakcii_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing_vivocapsakcii_wrapper .custom_prebot__title {
  padding-top: 0;
}

/* Иконки */
img {
  height: auto;
  max-width: 100%;
}

/* СЕКЦИИ */
.landing_vivocapsakcii_wrapper {
  line-height: 1.3;
}
.landing_vivocapsakcii_wrapper img {
  height: auto;
  max-width: 100%;
}

.landing_vivocapsakcii_wrapper .landing_section {
  padding: 1rem 0;
}

.landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td {
  border: none;
  vertical-align: top;
  padding-bottom: 20px;
}
.landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td:first-child {
  padding-right: 10px;
}
.landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td:first-child img {
  padding-bottom: 10px;
}
.landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td img {
  max-width: 20vw;
}
.landing_vivocapsakcii_wrapper
  .table_akcii
  > tbody
  > tr
  > td
  img.img_half_akcii {
  display: inline-block;
  width: 47%;
}

.landing_vivocapsakcii_wrapper .section_1 > .container:first-child,
.landing_vivocapsakcii_wrapper .section_2 > .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_vivocapsakcii_wrapper .section_1 .block_title {
  font-size: 7vw;
  margin-left: auto;
  margin-right: auto;
}
.landing_vivocapsakcii_wrapper .section_1 .img_margin {
  margin-top: 16vw;
}

/* MEDIA  */
@media (min-width: 768px) {
  .landing_vivocapsakcii_wrapper {
    font-size: 22px;
  }

  .landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td:first-child {
    padding-right: 30px;
  }
  .landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td:last-child {
    padding-left: 10px;
    vertical-align: middle;
  }
  .landing_vivocapsakcii_wrapper .table_akcii > tbody > tr > td img {
    max-width: 90px;
  }
  .landing_vivocapsakcii_wrapper
    .table_akcii
    > tbody
    > tr
    > td:first-child
    img {
    padding-bottom: 30px;
  }

  .landing_vivocapsakcii_wrapper .section_1 .block_title {
    font-size: 1.8em;
    margin: 0.7em auto 0.4em;
  }
  .landing_vivocapsakcii_wrapper .section_1 .img_margin {
    margin-top: 130px;
  }
}
@media (min-width: 992px) {
  .landing_vivocapsakcii_wrapper {
    font-size: 16px;
  }
  .landing_vivocapsakcii_wrapper
    .table_akcii
    > tbody
    > tr
    > td:first-child
    img {
    max-width: 130px;
  }
  .landing_vivocapsakcii_wrapper .section_1 .img_margin {
    margin-top: 50px;
    max-width: 80%;
  }
  .landing_vivocapsakcii_wrapper .section_1 .block_title {
    margin-top: 2em;
  }
  .landing_vivocapsakcii_wrapper .section_2 > .container {
    width: 100%;
    border-bottom: none;
  }
  .landing_vivocapsakcii_wrapper .mi__product {
    width: 100%;
    float: none;
    margin: 0;
  }
  .landing_vivocapsakcii_wrapper .article__sidebar_title {
    padding: 10px 20px 0;
  }
}
@media (min-width: 1200px) {
  .landing_vivocapsakcii_wrapper .section_1 .block_title + p {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .landing_vivocapsakcii_wrapper .article__sidebar_title,
  .landing_vivocapsakcii_wrapper .top_hits_products {
    display: none;
  }
}

/* ЛЭНДИНГ СПОРТ */
.landing_sport_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Абзацы */
.landing_sport_wrapper p {
  margin-bottom: 1.2em;
}
.landing_sport_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.landing_sport_wrapper p span {
  color: #6d6e71;
}

.landing_sport_wrapper .text-large {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.landing_sport_wrapper .text-small {
  color: #6d6e71;
  font-size: 0.8em;
}

/* Заголовки */
.landing_sport_wrapper .block_title,
.landing_sport_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_sport_wrapper .block_subtitle {
  font-size: 0.9em;
  margin-top: 1.1em;
  margin-bottom: 0.8em;
}
.landing_sport_wrapper .title_primary {
  color: #ed145b;
}
.landing_sport_wrapper .title_secondary {
  color: #00aaad;
}

/* Списки */
.landing_sport_wrapper .list-decor {
  margin: 0;
  margin-bottom: 1.2em;
}
.landing_sport_wrapper .list-decor > li {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
.landing_sport_wrapper .list-decor > li::before {
  background-image: url(/img/landing-sport/icon_check.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.landing_sport_wrapper .item-decor--title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_sport_wrapper .item-decor--block img {
  margin-left: 0;
  margin-top: 2em;
}

/* Кнопки */
.landing_sport_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.landing_sport_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 3px;
}

/* Sections */
.landing_sport_wrapper .landing_section {
  margin: 1em 0;
}

/* Section 1 */
.landing_sport_wrapper .section_1 {
  background-image: url(/img/landing-sport/bg_section_1.png);
  background-position: 0 18vw;
  background-repeat: no-repeat;
  -webkit-background-size: 100vw;
  background-size: 100vw;
  margin-top: 0;
}
.landing_sport_wrapper .section_1 > .container {
  border-bottom: 1px solid #b5b5b5;
}

.landing_sport_wrapper .section_1 .block_title {
  font-size: 1.1em;
  margin-bottom: 100vw;
}

/* Section 2 */
.landing_sport_wrapper .section_2 > .container {
  border-bottom: 1px solid #b5b5b5;
}

/* Section 3 */
.landing_sport_wrapper .section_3 .list-decor {
  margin-top: 20px;
}
.landing_sport_wrapper .section_3 .list-decor > li {
  margin-top: 5px;
}
.landing_sport_wrapper .section_3 > .container {
  border-bottom: 1px solid #b5b5b5;
}

/* Section 5 */
.landing_sport_wrapper .section_5 > .container {
  border-bottom: 1px solid #b5b5b5;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_sport_wrapper .list-decor > li::before {
    top: 5px;
  }
  .landing_sport_wrapper .section_1 .block_title {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) {
  .landing_sport_wrapper {
    font-size: 13px;
  }
  .landing_sport_wrapper .block_title,
  .landing_sport_wrapper .block_subtitle {
    line-height: 1.1;
  }
  .landing_sport_wrapper .block_title {
    font-size: 1.6em;
  }
  .landing_sport_wrapper .list-decor > li {
    margin-top: 10px;
    padding-left: 2.5em;
  }
  .landing_sport_wrapper .list-decor > li::before {
    height: 1.5em;
    width: 1.5em;
    top: 0;
  }
  .landing_sport_wrapper .item-decor--block img {
    max-width: 100px;
  }

  /* Section 1 */
  .landing_sport_wrapper .section_1 {
    background: none;
  }
  .landing_sport_wrapper .section_1 > .container {
    background-image: url(/img/landing-sport/bg_section_1_desktop.png);
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
  }
  .landing_sport_wrapper .section_1 .block_title {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* Section 2 */
  .landing_sport_wrapper .section_2 {
    margin-bottom: 0;
  }

  /* Section 3 */
  .landing_sport_wrapper .section_3 {
    margin-top: 0;
  }
  .landing_sport_wrapper .section_3 img[src*="img_section_3.png"] {
    margin-bottom: -16px;
  }
}
@media (min-width: 992px) {
  .landing_sport_wrapper {
    font-size: 14px;
  }

  /* Section 1 */
  .landing_sport_wrapper .section_1 > .container {
    min-height: 400px;
  }
  .landing_sport_wrapper .section_1 .block_title {
    margin-top: 3em;
  }

  /* Section 3 */
  .landing_sport_wrapper .section_3 .list-decor {
    font-size: 1.3em;
  }
  .landing_sport_wrapper .list-decor > li {
    padding-left: 2em;
  }
  .landing_sport_wrapper .list-decor > li::before {
    height: 1em;
    width: 1em;
    top: 5px;
  }
  .landing_sport_wrapper .section_3 img[src*="img_section_3.png"] {
    margin-bottom: -17px;
  }
}
@media (min-width: 1200px) {
  .landing_sport_wrapper {
    font-size: 16px;
  }
  .landing_sport_wrapper .landing_section {
    margin: 2em 0;
  }
  .landing_sport_wrapper .block_subtitle {
    font-size: 1.2em;
  }
  .landing_sport_wrapper .item-decor--block img {
    max-width: 130px;
  }

  /* Section 1 */
  .landing_sport_wrapper .section_1 {
    margin-top: 0;
  }
  .landing_sport_wrapper .section_1 > .container {
    min-height: 500px;
  }
  .landing_sport_wrapper .section_1 .block_title {
    font-size: 2em;
  }

  /* Section 3 */
  .landing_sport_wrapper .section_3 .title_secondary {
    margin-top: 5em;
  }
  .landing_sport_wrapper .section_3 .list-decor {
    font-size: 1em;
  }
  .landing_sport_wrapper .section_3 img[src*="img_section_3.png"] {
    width: 90%;
    margin: auto 0 -20px auto;
  }

  /* Section 4 */
  .landing_sport_wrapper .section_4 img[src*="img_section_4.png"] {
    width: 85%;
  }
}

/* ЛЭНДИНГ ОТПУСК */
.landing_vacantion_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Абзацы */
.landing_vacantion_wrapper p {
  margin-bottom: 1.2em;
}
.landing_vacantion_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_vacantion_wrapper .block_title,
.landing_vacantion_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_vacantion_wrapper .block_subtitle {
  font-size: 0.9em;
  margin-top: 1.1em;
  margin-bottom: 0.8em;
}
.landing_vacantion_wrapper .title_primary {
  color: #00aaad;
}

/* Списки */
.landing_vacantion_wrapper .list-decor {
  margin: 0;
  margin-bottom: 1.2em;
}
.landing_vacantion_wrapper .list-decor > li {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
.landing_vacantion_wrapper .list-decor > li::before {
  background-image: url(/img/landing-vacantion/icon_none.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.landing_vacantion_wrapper .list-decor.check > li::before {
  background-image: url(/img/landing-vacantion/icon_check.png);
}
.landing_vacantion_wrapper .item-decor--title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_vacantion_wrapper .item-decor--block img {
  margin-left: 0;
  margin-top: 2em;
}

/* Кнопки */
.landing_vacantion_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.landing_vacantion_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 3px;
}
.landing_vacantion_wrapper .button_buy {
  background: #0073ca;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin: 1em 0 0.1em;
  min-width: 10.5em;
  padding: 0.8em 2.65em 0.6em;
  position: relative;
}
.landing_vacantion_wrapper .button_buy.btn_green {
  background: #17c60e;
}
.landing_vacantion_wrapper .button_buy:hover {
  text-decoration: none;
}

/* Sections */
.landing_vacantion_wrapper .landing_section {
  margin: 1em 0;
}
.landing_vacantion_wrapper .section_3 > .container,
.landing_vacantion_wrapper .section_4 > .container,
.landing_vacantion_wrapper .section_5 > .container,
.landing_vacantion_wrapper .section_6 > .container {
  border-top: 1px solid #b5b5b5;
}

/* Section 1 */
.landing_vacantion_wrapper .section_1 > .container {
  background: #3c91c2;
  color: #fff;
}
.landing_vacantion_wrapper .section_1 .background_img {
  background-image: url(/img/landing-vacantion/bg_section_1.png);
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 65vw;
}

/* Section 2 */
.landing_vacantion_wrapper .section_2 .background_img {
  background-image: url(/img/landing-vacantion/bg_section_2.png);
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 70vw;
}

/* Section 3 */
.landing_vacantion_wrapper .section_3 .list-item {
  text-align: center;
}
.landing_vacantion_wrapper .section_3 .list-item > img {
  margin: auto;
  max-width: 30vw;
  padding: 2em 0 1em;
  width: 100%;
}

/* Section 5 */
.landing_vacantion_wrapper .section_5 > .container {
  padding-top: 1em;
}
.landing_vacantion_wrapper .section_5 .background_img {
  background-image: url(/components/com_jshopping/files/img_products/thumb_vivocaps_forte.png);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 60vw;
}
.landing_vacantion_wrapper .section_5 p.text-center {
  text-align: left;
}

/* MEDIA */
@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .landing_vacantion_wrapper {
    line-height: 1.15;
    font-size: 16px;
  }
  .landing_vacantion_wrapper .block_title,
  .landing_vacantion_wrapper .block_subtitle {
    font-size: 1.8em;
  }
  .landing_vacantion_wrapper .list-decor > li {
    padding-left: 35px;
  }
  .landing_vacantion_wrapper .list-decor > li::before {
    height: 25px;
    top: 2px;
    width: 25px;
  }

  /* Section 1 */
  .landing_vacantion_wrapper .section_1 .background_img {
    background-position: left top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 400px;
  }

  /* Section 2 */
  .landing_vacantion_wrapper .section_2 .background_img {
    height: 520px;
  }

  /* Section 3 */
  .landing_vacantion_wrapper .section_3 .block_title,
  .landing_vacantion_wrapper .section_3 .block_title + div {
    text-align: center;
  }
  .landing_vacantion_wrapper .section_3 .list-item > img {
    max-width: 50%;
  }

  /* Section 4 */
  .landing_vacantion_wrapper .section_4 .block_title,
  .landing_vacantion_wrapper .section_4 .block_title + p {
    text-align: center;
  }
  .landing_vacantion_wrapper .section_4 img {
    display: block;
    left: 0;
    margin: auto;
    max-height: 350px;
    position: relative;
    right: 0;
  }

  /* Section 5 */
  .landing_vacantion_wrapper .section_5 .block_title,
  .landing_vacantion_wrapper .section_5 .block_title ~ p {
    text-align: center;
  }
  .landing_vacantion_wrapper .section_5 .background_img {
    height: 250px;
  }

  /* Section 6 */
  .landing_vacantion_wrapper .section_6 .block_title {
    font-size: 1.4em;
    margin-top: 1.5em;
  }
}

@media (min-width: 992px) {
  .landing_vacantion_wrapper .list-decor.check > li {
    margin-top: 5px;
  }
  .landing_vacantion_wrapper .list-decor.check > li::before {
    height: 20px;
    width: 20px;
  }

  /* Section 2 */
  .landing_vacantion_wrapper .section_2 .background_img {
    background-image: url(/img/landing-vacantion/bg_section_2__desktop.png);
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 700px;
  }

  /* Section 4 */
  .landing_vacantion_wrapper .section_4 img {
    top: -20px;
  }

  /* Section 5 */
  .landing_vacantion_wrapper .section_5 .background_img {
    background-position: right top;
    height: 300px;
  }
  .landing_vacantion_wrapper .section_5 .block_title + p + p {
    text-align: left;
  }
  .landing_vacantion_wrapper .section_5 p.text-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .landing_vacantion_wrapper .block_title,
  .landing_vacantion_wrapper .block_subtitle {
    font-size: 2.2em;
  }

  /* Section 1 */
  .landing_vacantion_wrapper .section_1 .background_img {
    height: 360px;
  }

  /* Section 2 */
  .landing_vacantion_wrapper .section_2 .background_img {
    background-position: right;
    -webkit-background-size: contain;
    background-size: contain;
    height: 610px;
  }

  /* Section 3 */
  .landing_vacantion_wrapper .section_3 .list-item {
    padding: 0 20px 0 70px;
    text-align: left;
  }
  .landing_vacantion_wrapper .section_3 .list-item > *:not(img) {
    padding-left: 40px;
  }

  /* Section 4 */
  .landing_vacantion_wrapper .section_4 .col-md-5.col-md-push-7 > p {
    margin-bottom: 0;
  }

  /* Section 5 */
  .landing_vacantion_wrapper .section_5 .background_img {
    height: 320px;
  }

  /* Section 6 */
  .landing_vacantion_wrapper .section_6 > .container {
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

/* ЛЭНДИНГ ДОМАШНИЙ ЙОГРУТ */
.landing_dom_yogurt_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_dom_yogurt_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_dom_yogurt_wrapper p {
  margin-bottom: 1.2em;
}
.landing_dom_yogurt_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_dom_yogurt_wrapper .block_title,
.landing_dom_yogurt_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_dom_yogurt_wrapper .block_subtitle {
  font-size: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 0.8em;
}
.landing_dom_yogurt_wrapper .block_title {
  color: #0070c9;
}

/* Списки */
.landing_dom_yogurt_wrapper .list-decor {
  margin: 0;
  margin-bottom: 1.2em;
}
.landing_dom_yogurt_wrapper .list-decor > li {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
.landing_dom_yogurt_wrapper .list-decor > li::before {
  background-image: url(/img/landing-dom_yogurt/icon_none.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.landing_dom_yogurt_wrapper .list-decor.check > li::before {
  background-image: url(/img/landing-dom_yogurt/icon_check.png);
}
.landing_dom_yogurt_wrapper .list-decor.milk_pack > li {
  padding-left: 60px;
}
.landing_dom_yogurt_wrapper .list-decor.milk_pack > li::before {
  height: 100px;
  width: 40px;
}
.landing_dom_yogurt_wrapper .list-decor.milk_pack > li:nth-child(1)::before {
  background-image: url(/img/landing-dom_yogurt/icon_milk_pack_1.png);
}
.landing_dom_yogurt_wrapper .list-decor.milk_pack > li:nth-child(2)::before {
  background-image: url(/img/landing-dom_yogurt/icon_milk_pack_2.png);
}
.landing_dom_yogurt_wrapper .list-decor.milk_pack > li:nth-child(3)::before {
  background-image: url(/img/landing-dom_yogurt/icon_milk_pack_3.png);
}

/* Кнопки */
.landing_dom_yogurt_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.landing_dom_yogurt_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 3px;
}
.landing_dom_yogurt_wrapper .button_buy {
  background: #28c427;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0.3em 1em 0.1em;
  min-width: 10.5em;
  padding: 0.8em 1em 0.6em;
  position: relative;
  text-transform: uppercase;
}
.landing_dom_yogurt_wrapper .button_buy.blue {
  background: #0070c9;
}
.landing_dom_yogurt_wrapper .button_buy:hover {
  text-decoration: none;
}
.landing_dom_yogurt_wrapper .button_buy.blue:hover {
  background: #005293 !important;
}

/* Sections */
.landing_dom_yogurt_wrapper .landing_section {
  margin: 1em 0;
}
.landing_dom_yogurt_wrapper .section_4 > .container {
  border-top: 1px solid #b5b5b5;
}

/* Section 1 */
.landing_dom_yogurt_wrapper .section_1 {
  background-image: url(/img/landing-dom_yogurt/bg_section_1.png);
  background-position: -28vw 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 65vw;
  margin-top: 0;
}

/* Section 2 */
.landing_dom_yogurt_wrapper .section_2 img.yogurt {
  width: 60vw;
}

/* Section 3 */
.landing_dom_yogurt_wrapper .section_3 .img_background {
  background-image: url(/img/landing-dom_yogurt/bg_section_3.png);
  background-position: 15px -50vw;
  background-repeat: no-repeat;
  -webkit-background-size: calc(100vw - 30px);
  background-size: calc(100vw - 30px);
  height: 80vw;
}

/* Section 4 */
.landing_dom_yogurt_wrapper .section_4 img[src*="tab_"] {
  width: 50vw;
  margin-bottom: 1em;
}

/* Section 5 */
.landing_dom_yogurt_wrapper .section_5 {
  background: #eaeaea;
}
.landing_dom_yogurt_wrapper .section_5 hr {
  border-top-color: #b5b5b5;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
}

/* Section 6 */
.landing_dom_yogurt_wrapper .section_6 img {
  width: 55vw;
}
.landing_dom_yogurt_wrapper .section_6 a:not(.button_buy) {
  color: #333;
  display: block;
  line-height: 1.2;
  text-decoration: none;
}
.landing_dom_yogurt_wrapper .section_6 a:not(.button_buy):hover {
  color: #0070c9;
}
.landing_dom_yogurt_wrapper .section_6 a.button_buy:hover {
  background: #129d0c;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_dom_yogurt_wrapper .list-decor.milk_pack > li {
    height: 100px;
  }
  /* Sections */
  .landing_dom_yogurt_wrapper {
    font-size: 18px;
  }
  .landing_dom_yogurt_wrapper .section_3 > .container {
    border-top: 1px solid #b5b5b5;
  }

  /* Section 1 */
  .landing_dom_yogurt_wrapper .section_1 {
    background-position: -5vw 0;
    height: 45vw;
  }
  /* Section 2 */
  .landing_dom_yogurt_wrapper .section_2 img.yogurt {
    width: 40vw;
  }
  /* Section 3 */
  .landing_dom_yogurt_wrapper .section_3 .img_background {
    background-position: center 1.3em;
    background-size: cover;
    height: 1020px;
  }
  /* Section 4 */
  .landing_dom_yogurt_wrapper .section_4 .type_prepare {
    height: 420px;
  }
  .landing_dom_yogurt_wrapper .section_4 img[src*="tab_"] {
    width: 25vw;
  }
  .landing_dom_yogurt_wrapper .section_4 img[src*="tab_4"] {
    width: 20.5vw;
  }
  /* Section 6 */
  .landing_dom_yogurt_wrapper .section_6 img {
    width: 27vw;
  }
}
@media (min-width: 992px) {
  .landing_dom_yogurt_wrapper .text-md-center {
    text-align: center;
  }
  /* Section 1 */
  .landing_dom_yogurt_wrapper .section_1 {
    background-color: rgb(234, 238, 247);
    background-position: -8vw 0;
    height: auto;
  }
  /* Section 2 */
  .landing_dom_yogurt_wrapper .section_2 img.yogurt {
    height: 260px;
    width: 200px;
  }
  /* Section 3 */
  .landing_dom_yogurt_wrapper .section_3 .img_background {
    height: 950px;
  }
  /* Section 4 */
  .landing_dom_yogurt_wrapper .section_4 .type_prepare {
    height: 350px;
  }
  .landing_dom_yogurt_wrapper .section_4 img[src*="tab_"] {
    width: 200px;
  }
  .landing_dom_yogurt_wrapper .section_4 img[src*="tab_4"] {
    width: 160px;
  }
  /* Section 5 */
  .landing_dom_yogurt_wrapper .section_5 img[src*="img_milk_bottles"] {
    margin: 2em 0 1em;
  }
  .landing_dom_yogurt_wrapper .section_5 hr {
    opacity: 0;
  }
  .landing_dom_yogurt_wrapper .section_5 hr + p {
    max-width: 90%;
    margin: auto;
  }
  /* Section 6 */
  .landing_dom_yogurt_wrapper .section_6 .starter_pack {
    height: 450px;
  }
  .landing_dom_yogurt_wrapper .section_6 img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .landing_dom_yogurt_wrapper {
    font-size: 16px;
  }
  .landing_dom_yogurt_wrapper .block_title {
    font-size: 2em;
  }
  .landing_dom_yogurt_wrapper .text-lg-center {
    text-align: center;
  }
  .landing_dom_yogurt_wrapper .section_1 {
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
  }
  .landing_dom_yogurt_wrapper .section_1 .block_title {
    margin-top: 2em;
  }
  .landing_dom_yogurt_wrapper .section_1 .block_title + p {
    margin-bottom: 3em;
  }
  /* Section 2 */
  .landing_dom_yogurt_wrapper .section_2 img.yogurt {
    margin-left: 1em;
  }
  /* Section 3 */
  .landing_dom_yogurt_wrapper .section_3 .img_background {
    height: 620px;
    margin-top: 1.5em;
    background-position: 0 -6em;
    -webkit-background-size: 555px;
    background-size: 555px;
  }
  /* Section 4 */
  .landing_dom_yogurt_wrapper .section_4 .type_prepare {
    height: auto;
  }
  .landing_dom_yogurt_wrapper .section_4 img[src*="tab_"] {
    padding-top: 30px;
    width: 150px;
  }
  .landing_dom_yogurt_wrapper .section_4 img[src*="tab_4"] {
    padding-top: 0;
  }
  /* Section 6 */
  .landing_dom_yogurt_wrapper .section_6 .starter_pack {
    height: 500px;
  }
  .landing_dom_yogurt_wrapper .section_6 img {
    margin-left: 10px;
    width: 270px;
  }
  .landing_dom_yogurt_wrapper .section_6 a:not(.button_buy) {
    font-size: 0.65em;
  }
}

/* ЛЭНДИНГ ЧЕРНАЯ ПЯТНИЦА */
.landing_blackfriday_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 3.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_blackfriday_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_blackfriday_wrapper p {
  margin-bottom: 1.2em;
}
.landing_blackfriday_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_blackfriday_wrapper .block_title,
.landing_blackfriday_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_blackfriday_wrapper .block_subtitle {
  font-size: 2em;
  margin-top: 0;
}

/* Кнопки */
.landing_blackfriday_wrapper .button_buy {
  background: #1172c6;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0.3em 0 0.5em;
  min-width: 10.5em;
  padding: 0.8em 1em 0.6em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.landing_blackfriday_wrapper .button_buy:hover {
  text-decoration: none;
}

/* Дисконты */
.landing_blackfriday_wrapper .bf_discount_label {
  background: #000;
  /*border: 1vw solid #eb1d5d;*/
  border-radius: 50%;
  color: #fff;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9vw;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
  text-align: center;
  line-height: 19vw;
}
.landing_blackfriday_wrapper .bf_discount_label span {
  font-size: 3vw;
  top: -0.3em;
  display: inline-block;
  position: relative;
}

/* Sections */
.landing_blackfriday_wrapper .landing_section {
  margin: 1em 0;
}

.landing_blackfriday_wrapper .section_2 {
  text-align: center;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__item {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 1em;
}
.landing_blackfriday_wrapper .section_2 .bf_discount__item {
  position: relative;
  padding-bottom: 1em;
}
.landing_blackfriday_wrapper .section_2 .bf_img_wrap {
  position: relative;
  width: 55%;
}
.landing_blackfriday_wrapper .section_2 .bf_img_wrap.full-width {
  width: inherit;
}
.landing_blackfriday_wrapper .section_2 .bf_img_wrap.full-width > img {
  width: 80%;
}
.landing_blackfriday_wrapper
  .section_2
  .bf_img_wrap.full-width
  .bf_discount_label {
  right: 10%;
  top: 15%;
}
.landing_blackfriday_wrapper .section_2 .bf_img_label {
  position: absolute;
  width: 40%;
  top: 25vw;
  right: 15px;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__price {
  margin: 1em 0;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__price > * {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  margin: 0 1em;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__price > * .amount {
  font-size: 1.2em;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__price > * .amount > span {
  font-size: 1.7em;
}
.landing_blackfriday_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--new
  .amount {
  color: #2bb0ea;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__price > .bf_prod__price--old {
  color: #858585;
}
.landing_blackfriday_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--old
  .amount::after {
  display: block;
  position: absolute;
  width: 67%;
  height: 2px;
  background: #eb1d5d;
  transform: rotate(-7deg);
  content: "";
  left: 0;
  top: 50%;
}
.landing_blackfriday_wrapper .section_2 .bf_prod__buttons > img {
  width: 30vw;
  margin-left: 10px;
  display: inline-block;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_blackfriday_wrapper {
    font-size: 18px;
  }
  .landing_blackfriday_wrapper .bf_discount_label {
    font-size: 60px;
    height: 150px;
    width: 150px;
    line-height: 140px;
    border-width: 7px;
  }
  .landing_blackfriday_wrapper .section_2 .bf_img_label {
    top: 170px;
  }
  .landing_blackfriday_wrapper .bf_discount_label span {
    font-size: 23px;
  }
  .landing_blackfriday_wrapper .section_2 .bf_prod__buttons > img {
    width: 150px;
  }
  .landing_blackfriday_wrapper .section_2 .bf_img_wrap.full-width > img {
    width: 470px;
  }
  .landing_blackfriday_wrapper
    .section_2
    .bf_img_wrap.full-width
    .bf_discount_label {
    top: 10%;
    right: 15%;
  }
}
@media (min-width: 992px) {
  .landing_blackfriday_wrapper .section_2 {
    text-align: left;
  }
  .landing_blackfriday_wrapper .section_2 .bf_img_wrap,
  .landing_blackfriday_wrapper .section_2 .bf_img_wrap.full-width {
    width: 100%;
  }
  .landing_blackfriday_wrapper .section_2 .bf_img_label {
    width: 20%;
    top: 90px;
  }
  .landing_blackfriday_wrapper
    .section_2
    .bf_img_wrap.full-width
    .bf_discount_label {
    top: 0;
    right: 0;
  }
  .landing_blackfriday_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_blackfriday_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .landing_blackfriday_wrapper .section_2 .bf_prod__item {
  }
  .landing_blackfriday_wrapper .section_2 .bf_img_label {
    width: 300px;
  }
  .landing_blackfriday_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 3%;
  }
  .landing_blackfriday_wrapper
    .section_2
    .bf_prod__item:nth-child(2)
    .bf_prod__text {
    margin-top: 4%;
  }
  .landing_blackfriday_wrapper
    .section_2
    .bf_prod__item:nth-child(3)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_blackfriday_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 7%;
  }
}

.landing_newyear_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 3.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_newyear_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_newyear_wrapper p {
  margin-bottom: 1.2em;
}
.landing_newyear_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_newyear_wrapper .block_title,
.landing_newyear_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_newyear_wrapper .block_subtitle {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin-top: 0;
}

/* Кнопки */
.landing_newyear_wrapper .button_buy {
  background: #00b0dc;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0.3em 0 0.5em;
  min-width: 10.5em;
  padding: 0.8em 2em 0.6em;
  position: relative;
  text-align: center;
}
.landing_newyear_wrapper .button_buy:hover {
  text-decoration: none;
}

/* Sections */
.landing_newyear_wrapper .landing_section {
  margin: 1em 0;
}

.landing_newyear_wrapper .section_2 {
  text-align: center;
  margin-top: 5em;
}
.landing_newyear_wrapper .section_2 .bf_prod__item {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 1em;
}
.landing_newyear_wrapper .section_2 .bf_discount__item {
  position: relative;
  padding-bottom: 1em;
}
.landing_newyear_wrapper .section_2 .bf_img_wrap {
  position: relative;
  width: 55%;
}
.landing_newyear_wrapper .section_2 .bf_img_wrap.full-width {
  width: inherit;
}
.landing_newyear_wrapper .section_2 .bf_img_wrap.full-width > img {
  width: 80%;
}
.landing_newyear_wrapper .section_2 .bf_img_wrap .bf_img_label_icon {
  position: absolute;
  top: 0;
  right: 10%;
  width: 30%;
  max-width: 130px;
}

.landing_newyear_wrapper .section_2 .bf_img_label {
  position: absolute;
  width: 40%;
  top: 25vw;
  right: 15px;
}
.landing_newyear_wrapper .section_2 .bf_prod__price {
  margin: 1em 0;
}
.landing_newyear_wrapper .section_2 .bf_prod__price > * {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  margin: 0 1em;
}
.landing_newyear_wrapper .section_2 .bf_prod__price > * .amount {
  font-size: 1.2em;
}
.landing_newyear_wrapper .section_2 .bf_prod__price > * .amount > span {
  font-size: 1.7em;
}
.landing_newyear_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--new
  .amount {
  color: #2bb0ea;
}
.landing_newyear_wrapper .section_2 .bf_prod__price > .bf_prod__price--old {
  color: #858585;
}
.landing_newyear_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--old
  .amount::after {
  display: block;
  position: absolute;
  width: 67%;
  height: 2px;
  background: #eb1d5d;
  transform: rotate(-7deg);
  content: "";
  left: 0;
  top: 50%;
}
.landing_newyear_wrapper .section_2 .bf_prod__buttons > img {
  width: 30vw;
  margin-left: 10px;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_newyear_wrapper {
    font-size: 18px;
  }
  .landing_newyear_wrapper .section_2 .bf_prod__buttons > img {
    width: 150px;
  }
  .landing_newyear_wrapper .section_2 .bf_img_wrap.full-width > img {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .landing_newyear_wrapper .section_2 {
    text-align: left;
  }
  .landing_newyear_wrapper .section_2 .bf_img_wrap,
  .landing_newyear_wrapper .section_2 .bf_img_wrap.full-width {
    width: 100%;
  }
  .landing_newyear_wrapper .section_2 .bf_img_label {
    width: 20%;
    top: 90px;
  }
  .landing_newyear_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_newyear_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .landing_newyear_wrapper .section_2 .bf_prod__item {
  }
  .landing_newyear_wrapper .section_2 .bf_img_label {
    width: 300px;
  }
  .landing_newyear_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 3%;
  }
  .landing_newyear_wrapper
    .section_2
    .bf_prod__item:nth-child(2)
    .bf_prod__text {
    margin-top: 4%;
  }
  .landing_newyear_wrapper
    .section_2
    .bf_prod__item:nth-child(3)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_newyear_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 7%;
  }
}

.landing_prikorm_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_prikorm_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_prikorm_wrapper p {
  margin-bottom: 1.2em;
}
.landing_prikorm_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

.landing_prikorm_wrapper .text-small {
  color: #787878;
  font-size: 0.8em;
}

/* Заголовки */
.landing_prikorm_wrapper .block_title,
.landing_prikorm_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_prikorm_wrapper .block_title .decor,
.landing_prikorm_wrapper .block_subtitle .decor {
  background-color: #f3e898;
  display: inline-block;
  line-height: 1;
  padding: 3px 2px 1px;
}
.landing_prikorm_wrapper .block_subtitle {
  font-size: 1em;
  margin-top: 1.1em;
  margin-bottom: 0.8em;
}
.landing_prikorm_wrapper .block_title.primary,
.landing_prikorm_wrapper .block_subtitle.primary {
  color: #f05a96;
}
.landing_prikorm_wrapper .block_title.second,
.landing_prikorm_wrapper .block_subtitle.second {
  color: #8b63d0;
}
.landing_prikorm_wrapper .block_title.third,
.landing_prikorm_wrapper .block_subtitle.third {
  color: #0070c9;
}

/* Списки */
.landing_prikorm_wrapper .list-decor {
  margin: 0;
  margin-bottom: 1.2em;
}
.landing_prikorm_wrapper .list-decor > li {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
.landing_prikorm_wrapper .list-decor.pointer > li {
  margin-top: 0.7em;
}
.landing_prikorm_wrapper .list-decor.pointer > li::before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #73ba2a;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 0;
}
.landing_prikorm_wrapper .list-decor.icon > li::before {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.landing_prikorm_wrapper .list-decor.icon > li:nth-child(1)::before {
  background-image: url(/img/landing-prikorm/icon-1.png);
}
.landing_prikorm_wrapper .list-decor.icon > li:nth-child(2)::before {
  background-image: url(/img/landing-prikorm/icon-2.png);
}
.landing_prikorm_wrapper .list-decor.icon > li:nth-child(3)::before {
  background-image: url(/img/landing-prikorm/icon-3.png);
}
.landing_prikorm_wrapper .list-decor.icon > li:nth-child(4)::before {
  background-image: url(/img/landing-prikorm/icon-4.png);
}
.landing_prikorm_wrapper .list-decor.icon > li:nth-child(5)::before {
  background-image: url(/img/landing-prikorm/icon-info.png);
}
.landing_prikorm_wrapper .list-decor.icon strong {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.landing_prikorm_wrapper .list-prepare > li {
  margin-top: 20px;
  min-height: 70px;
  padding-top: 10px;
  padding-left: 90px;
  position: relative;
}
.landing_prikorm_wrapper .list-prepare > li::before {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.landing_prikorm_wrapper .list-prepare.kastr > li:nth-child(1)::before {
  background-image: url(/img/landing-prikorm/icon-menu-1_1.png);
}
.landing_prikorm_wrapper .list-prepare.kastr > li:nth-child(2)::before {
  background-image: url(/img/landing-prikorm/icon-menu-1_2.png);
}
.landing_prikorm_wrapper .list-prepare.kastr > li:nth-child(3)::before {
  background-image: url(/img/landing-prikorm/icon-menu-1_3.png);
}

.landing_prikorm_wrapper .list-prepare.yogurt > li:nth-child(1)::before {
  background-image: url(/img/landing-prikorm/icon-menu-2_1.png);
}
.landing_prikorm_wrapper .list-prepare.yogurt > li:nth-child(2)::before {
  background-image: url(/img/landing-prikorm/icon-menu-2_2.png);
}
.landing_prikorm_wrapper .list-prepare.yogurt > li:nth-child(3)::before {
  background-image: url(/img/landing-prikorm/icon-menu-2_3.png);
}
.landing_prikorm_wrapper .list-prepare.yogurt > li:nth-child(4)::before {
  background-image: url(/img/landing-prikorm/icon-menu-2_4.png);
}

.landing_prikorm_wrapper .list-prepare.multi > li:nth-child(1)::before {
  background-image: url(/img/landing-prikorm/icon-menu-3_1.png);
}
.landing_prikorm_wrapper .list-prepare.multi > li:nth-child(2)::before {
  background-image: url(/img/landing-prikorm/icon-menu-3_2.png);
}
.landing_prikorm_wrapper .list-prepare.multi > li:nth-child(3)::before {
  background-image: url(/img/landing-prikorm/icon-menu-3_3.png);
}

.landing_prikorm_wrapper .list-prepare.yogobox > li:nth-child(1)::before {
  background-image: url(/img/landing-prikorm/icon-menu-4_1.png);
}
.landing_prikorm_wrapper .list-prepare.yogobox > li:nth-child(2)::before {
  background-image: url(/img/landing-prikorm/icon-menu-4_2.png);
}
.landing_prikorm_wrapper .list-prepare.yogobox > li:nth-child(3)::before {
  background-image: url(/img/landing-prikorm/icon-menu-4_3.png);
}

/* Кнопки */
.landing_prikorm_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.landing_prikorm_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 3px;
}
.landing_prikorm_wrapper .button_buy {
  background: #28c427;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 1em 1em 0.1em;
  min-width: 10.5em;
  padding: 0.8em 1em 0.6em;
  position: relative;
  text-transform: uppercase;
}
.landing_prikorm_wrapper .button_buy.blue {
  background: #0070c9;
}
.landing_prikorm_wrapper .button_buy:hover {
  text-decoration: none;
  background: #129d0c;
}
.landing_prikorm_wrapper .button_buy.blue:hover {
  background: #005293;
}

/* SECTIONS */
.landing_prikorm_wrapper .landing_section {
  margin: 1em 0;
}
.landing_prikorm_wrapper .section_4 > .container,
.landing_prikorm_wrapper .section_6 > .container,
.landing_prikorm_wrapper .section_7 > .container,
.landing_prikorm_wrapper .section_8 > .container,
.landing_prikorm_wrapper .section_9 > .container,
.landing_prikorm_wrapper .section_11 > .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_prikorm_wrapper .section_1 .section_1_menu {
  border: 1px solid #959595;
  color: #333;
  display: block;
  height: 21.875vw;
  margin-bottom: 1.5em;
  padding: 1.5em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
}
.landing_prikorm_wrapper .section_1 .section_1_menu.active,
.landing_prikorm_wrapper .section_1 .section_1_menu:hover {
  border: 1px solid #0070c9;
  -webkit-box-shadow: inset 0 0 0 2px #0070c9;
  box-shadow: inset 0 0 0 2px #0070c9;
  text-decoration: none;
}
.landing_prikorm_wrapper .section_1 .section_1_menu .section_1_menu__img {
  bottom: 0.3em;
  display: block;
  left: 1em;
  position: absolute;
  width: 6em;
}
.landing_prikorm_wrapper .section_1 .section_1_menu .section_1_menu__text {
  padding-left: 6.5em;
}
.landing_prikorm_wrapper .section_2 .list-decor.pointer > li strong {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.landing_prikorm_wrapper .section_3 > .container {
  background-image: url(/img/landing-prikorm/bg_section_3.png);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.landing_prikorm_wrapper .section_6 .img_rotate {
  position: relative;
  display: block;
  height: 35vw;
  overflow: hidden;
}
.landing_prikorm_wrapper .section_6 .img_rotate > img {
  display: block;
  height: calc(100vw - 30px);
  vertical-align: top;
  position: relative;
  transform: rotate(90deg);
  top: -28vw;
  width: auto;
}
.landing_prikorm_wrapper .section_7 .list-decor.pointer > li strong {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.landing_prikorm_wrapper .section_7 .list-advent p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.landing_prikorm_wrapper .section_7 .list-advent img {
  max-width: 30%;
}

.landing_prikorm_wrapper .section_8 > .container {
  background-image: url(/img/landing-prikorm/bg_section_8.png);
  background-position: center top;
  -webkit-background-size: calc(100vw - 30px);
  background-size: calc(100vw - 30px);
  background-repeat: no-repeat;
  padding-top: calc(80vw - 30px);
}
body.uk-ua .landing_prikorm_wrapper .section_8 > .container {
  background-image: url(/img/landing-prikorm/bg_section_8_ua.png);
}
.landing_prikorm_wrapper .section_9 > .container {
  background-image: url(/img/landing-prikorm/bg_section_9.png);
  background-position: center top;
  -webkit-background-size: calc(100vw - 30px);
  background-size: calc(100vw - 30px);
  background-repeat: no-repeat;
  padding-top: calc(67vw - 30px);
}
.landing_prikorm_wrapper .section_9 .block_subtitle.second {
  margin-top: 0.5em;
}
.landing_prikorm_wrapper .section_10 .tabs-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  font-size: 0.7em;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li {
  height: auto;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a {
  border: none;
  color: #333;
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: none;
  padding: inherit;
  position: relative;
  display: block;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a::after {
  display: none;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a img {
  padding-bottom: 0.5em;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a .img_overlay {
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  height: 12.5vw;
  margin-bottom: 5px;
  position: relative;
  width: 22vw;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a .img_overlay.kastr {
  background-image: url(/img/landing-prikorm/icon-menu-kastr.png);
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a .img_overlay.yogurt {
  background-image: url(/img/landing-prikorm/icon-menu-yogurt.png);
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a .img_overlay.multi {
  background-image: url(/img/landing-prikorm/icon-menu-multi.png);
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a .img_overlay.yogobox {
  background-image: url(/img/landing-prikorm/icon-menu-yogobox.png);
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a:hover .img_overlay.kastr,
.landing_prikorm_wrapper
  .section_10
  .tabs-menu
  > li.current
  a
  .img_overlay.kastr {
  background-image: url(/img/landing-prikorm/icon-menu-kastr-active.png);
}
.landing_prikorm_wrapper
  .section_10
  .tabs-menu
  > li
  a:hover
  .img_overlay.yogurt,
.landing_prikorm_wrapper
  .section_10
  .tabs-menu
  > li.current
  a
  .img_overlay.yogurt {
  background-image: url(/img/landing-prikorm/icon-menu-yogurt-active.png);
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li a:hover .img_overlay.multi,
.landing_prikorm_wrapper
  .section_10
  .tabs-menu
  > li.current
  a
  .img_overlay.multi {
  background-image: url(/img/landing-prikorm/icon-menu-multi-active.png);
}
.landing_prikorm_wrapper
  .section_10
  .tabs-menu
  > li
  a:hover
  .img_overlay.yogobox,
.landing_prikorm_wrapper
  .section_10
  .tabs-menu
  > li.current
  a
  .img_overlay.yogobox {
  background-image: url(/img/landing-prikorm/icon-menu-yogobox-active.png);
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li.current a,
.landing_prikorm_wrapper .section_10 .tabs-menu > li:hover a {
  color: #006fc8;
}
.landing_prikorm_wrapper .section_10 .tabs-menu > li.current a img,
.landing_prikorm_wrapper .section_11 img {
  max-width: 150px;
  width: 20vw;
}
.landing_prikorm_wrapper .section_12 .item_img {
  text-align: center;
}
.landing_prikorm_wrapper .section_12 img {
  max-width: 350px;
  width: 70vw;
}
.landing_prikorm_wrapper .section_12 .product_item .block_subtitle {
  margin-top: 0;
}
.landing_prikorm_wrapper .section_12 .product_item .block_subtitle a {
  color: #333;
}
.landing_prikorm_wrapper .section_12 .product_item .block_subtitle a:hover {
  color: #0070c9;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_prikorm_wrapper .section_6 .img_rotate {
    height: 38vw;
  }
}

@media (min-width: 768px) {
  .landing_prikorm_wrapper {
    font-size: 14px;
  }
  .landing_prikorm_wrapper .section_5 > .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_prikorm_wrapper .text-small {
    margin-top: 124.5%;
  }
  .landing_prikorm_wrapper .section_1 .section_1_menu {
    height: 70px;
    padding: 1.5em 1em;
    margin-top: 1em;
  }
  .landing_prikorm_wrapper .section_2 .block_title {
    margin-top: 0;
  }
  .landing_prikorm_wrapper .section_2 .block_img_overflow {
    overflow: hidden;
  }
  .landing_prikorm_wrapper .section_2 .block_img_overflow img {
    display: block;
    left: -25%;
    max-width: 150%;
    position: relative;
  }
  .landing_prikorm_wrapper .section_3 {
    text-align: center;
  }
  .landing_prikorm_wrapper .section_4 {
    text-align: center;
  }
  .landing_prikorm_wrapper .section_5 img {
    margin-top: 7em;
  }
  .landing_prikorm_wrapper .section_6 .img_rotate {
    height: auto;
  }
  .landing_prikorm_wrapper .section_6 .img_rotate > img {
    height: auto;
    transform: rotate(0deg);
    top: 0;
    width: 90%;
  }
  .landing_prikorm_wrapper .section_7 .block_title {
    margin-top: 0;
  }
  .landing_prikorm_wrapper .section_7 .list-advent p {
    max-width: 80%;
  }
  .landing_prikorm_wrapper .section_8 > .container {
    padding-top: 0;
    -webkit-background-size: 60%;
    background-size: 60%;
    background-position: right center;
  }
  .landing_prikorm_wrapper .section_9 > .container {
    padding-top: 0;
    -webkit-background-size: 65%;
    background-size: 65%;
    background-position: right 10%;
  }
  .landing_prikorm_wrapper .section_10 .tabs-menu {
    font-size: 1em;
  }
  .landing_prikorm_wrapper .section_10 .tabs-menu > li {
    width: 25%;
  }
  .landing_prikorm_wrapper .section_10 .tabs-menu > li a .img_overlay {
    height: 50px;
    width: 60px;
  }
  .landing_prikorm_wrapper .section_11 img {
    max-width: 90px;
  }
  .landing_prikorm_wrapper .section_12 img {
    max-width: 100%;
  }
  .landing_prikorm_wrapper .section_12 .product_item {
    height: 315px;
  }
  .landing_prikorm_wrapper .section_12 .button_buy {
    margin-top: 2em;
  }
}

@media (min-width: 992px) {
  .landing_prikorm_wrapper {
    font-size: 16px;
  }
  .landing_prikorm_wrapper .section_1 .section_1_menu {
    padding: 18px 10px;
  }
  .landing_prikorm_wrapper .section_2 .block_img_overflow img {
    left: -15%;
    max-width: 130%;
  }
  .landing_prikorm_wrapper .section_4 img {
    max-width: 70%;
  }
  .landing_prikorm_wrapper .section_5 img {
    margin-top: 3em;
  }
  .landing_prikorm_wrapper .list-decor > li {
    padding-left: 2em;
  }
  .landing_prikorm_wrapper .list-decor.icon > li::before {
    height: 1.5em;
    width: 1.5em;
  }
  .landing_prikorm_wrapper .section_6 .img_rotate > img {
    width: 70%;
  }
  .landing_prikorm_wrapper .text-small {
    margin-top: 89%;
  }
  .landing_prikorm_wrapper .section_12 .product_item {
    height: 385px;
  }
}

@media (min-width: 1200px) {
  /*
  .landing_prikorm_wrapper { font-size: 20px; }
  .landing_prikorm_wrapper .block_title {font-size: 1.8em;line-height: 1.2;}
  .landing_prikorm_wrapper .block_subtitle {font-size: 1.2em;}
  .landing_prikorm_wrapper .list-decor.pointer > li::before {border-top-width:10px;border-bottom-width:10px;border-left-width:15px;}
  .landing_prikorm_wrapper .list-prepare > li {padding-left: 110px;}
  .landing_prikorm_wrapper .list-prepare > li::before {height: 80px;width: 80px;}
  .landing_prikorm_wrapper .section_1 .section_1_menu {height: 100px;padding: 27px 10px;}
  .landing_prikorm_wrapper .section_1 .section_1_menu .section_1_menu__text {padding-left: 8em;}
  .landing_prikorm_wrapper .section_4 img {max-width: 100%;}
  .landing_prikorm_wrapper .list-decor > li {padding-left: 3em;margin-top: 2em;}
  .landing_prikorm_wrapper .list-decor:not(.icon) > li {padding-left: 1.3em;}
  .landing_prikorm_wrapper .list-decor.icon > li::before {height: 2em;width: 2em;top: -.5em;}
  .landing_prikorm_wrapper .section_6 .img_rotate > img {width: 80%;}
  .landing_prikorm_wrapper .section_8 p,
  .landing_prikorm_wrapper .section_8 ul {width: 84%;}
  .landing_prikorm_wrapper .text-small {width: 80%;margin: 111% auto 0;}
  .landing_prikorm_wrapper .section_9 > .container {-webkit-background-size: 60%; background-size: 60%;}
  .landing_prikorm_wrapper .section_10 .tab {width: 80%; margin: auto;}
  .landing_prikorm_wrapper .section_12 img {width: 80%;}
  .landing_prikorm_wrapper .section_12 .product_item {height: 430px;}
*/
  .landing_prikorm_wrapper {
    font-size: 16px;
  }
  .landing_prikorm_wrapper .block_title {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .landing_prikorm_wrapper .block_subtitle {
    font-size: 1.2em;
  }
  .landing_prikorm_wrapper .list-decor.pointer > li::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }
  .landing_prikorm_wrapper .list-prepare > li {
    padding-left: 110px;
  }
  .landing_prikorm_wrapper .list-prepare > li::before {
    height: 80px;
    width: 80px;
  }
  .landing_prikorm_wrapper .section_1 .block_title {
    margin-top: 1.5em;
  }
  .landing_prikorm_wrapper .section_1 .section_1_menu {
    height: 100px;
    padding: 27px 10px;
  }
  .landing_prikorm_wrapper .section_1 .section_1_menu .section_1_menu__img {
    width: 7em;
  }
  .landing_prikorm_wrapper .section_1 .section_1_menu .section_1_menu__text {
    font-size: 20px;
    padding-left: 8em;
  }
  .landing_prikorm_wrapper .section_2 .block_title {
    margin-top: 2em;
  }
  .landing_prikorm_wrapper .section_4 img {
    max-width: 100%;
  }
  .landing_prikorm_wrapper .list-decor > li {
    padding-left: 3em;
    margin-top: 2em;
  }
  .landing_prikorm_wrapper .list-decor:not(.icon) > li {
    padding-left: 1.3em;
  }
  .landing_prikorm_wrapper .list-decor.icon > li::before {
    height: 2em;
    width: 2em;
    top: -0.5em;
  }
  .landing_prikorm_wrapper .section_5 img {
    margin-top: 0;
  }
  .landing_prikorm_wrapper .section_6 .img_rotate > img {
    width: 60%;
  }
  .landing_prikorm_wrapper .section_8 > .container {
    -webkit-background-size: 45%;
    background-size: 45%;
  }
  .landing_prikorm_wrapper .section_8 p,
  .landing_prikorm_wrapper .section_8 ul {
    width: 84%;
  }
  .landing_prikorm_wrapper .text-small {
    width: 80%;
    margin: auto auto 1.5em;
  }
  .landing_prikorm_wrapper .section_9 > .container {
    -webkit-background-size: 570px;
    background-size: 570px;
  }
  .landing_prikorm_wrapper .section_9 > .container > .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
  }
  .landing_prikorm_wrapper .section_10 .tab {
    width: 80%;
    margin: auto;
  }
  .landing_prikorm_wrapper .section_12 img {
    width: 80%;
  }
  .landing_prikorm_wrapper .section_12 .product_item {
    height: 430px;
  }
}

/* ЛЭНДИНГ YOGOBOX SET */
.landing_yogobox_set_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.3;
  font-size: 5vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  margin-top: 0 !important;
}
.landing_yogobox_set_wrapper p {
  margin: 0 0 10px;
}

.landing_yogobox_set_wrapper .bestseller_products .block_item {
  border: none;
  padding: 10px 0;
}
.landing_yogobox_set_wrapper .bestseller_products .prices_block {
  border: none;
}
.landing_yogobox_set_wrapper .bestseller_products .image_block > a {
  display: block;
  height: 0;
  overflow: hidden;
}
.landing_yogobox_set_wrapper .bestseller_products .image_block.fling_img > a {
  height: auto;
  overflow: visible;
}
.landing_yogobox_set_wrapper .bestseller_products .jshop_price {
  float: none;
  margin-bottom: 0;
}
.landing_yogobox_set_wrapper
  .bestseller_products
  .prices_block
  .jshop_price__inner {
  display: block;
}
.landing_yogobox_set_wrapper .bestseller_products .bestseller__old_price_inner {
  margin-left: 0;
  color: #a9a9a9;
}
.landing_yogobox_set_wrapper .bestseller_products .bestseller__old_price,
.landing_yogobox_set_wrapper .bestseller_products .jshop_price b,
.landing_yogobox_set_wrapper .bestseller_products .bestseller__units {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 0;
  font-size: 2em;
}
.landing_yogobox_set_wrapper .bestseller_products .bestseller__old_price {
  margin-right: 1em;
}
.landing_yogobox_set_wrapper
  .bestseller_products
  .bestseller__old_price_inner:after {
  width: 105%;
  height: 0.5vw;
  left: -2.5%;
  top: 40%;
}
.landing_yogobox_set_wrapper
  .bestseller_products
  .jshop_price
  .bestseller__units {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  bottom: 0;
}
.landing_yogobox_set_wrapper .bestseller_products .button_buy {
  width: 60vw;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1em;
  margin-top: 10px;
}
.landing_yogobox_set_wrapper .bestseller_products .jshop_price + .buttons {
  text-align: center !important;
}
.landing_yogobox_set_wrapper .bestseller_products .buttons + p {
  margin: 1em 0;
}
.landing_yogobox_set_wrapper
  .bestseller_products
  .block_item
  .label_free_delivery {
  font-size: 0.85em;
  position: relative;
  width: auto;
  line-height: 2.5em;
  margin-left: 0;
  padding-left: 4em;
}
.landing_yogobox_set_wrapper
  .bestseller_products
  .block_item
  .label_free_delivery::before {
  height: 2.5em;
  width: 3em;
}

/* Заголовки */
.landing_yogobox_set_wrapper .block_title {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 1em 0;
  text-align: center;
  text-transform: uppercase;
}
.landing_yogobox_set_wrapper .block_title > span {
  color: #ed1164;
}
.landing_yogobox_set_wrapper .block_subtitle {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1em;
  text-align: center;
  text-transform: uppercase;
}
.landing_yogobox_set_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Таблицы */
.landing_yogobox_set_wrapper .table > tbody > tr > td {
  border-top: none;
}
.landing_yogobox_set_wrapper .table img {
  max-width: 20vw;
}

/* Кнопки */
.landing_yogobox_set_wrapper .button_buy {
  display: inline-block;
  height: 1.75em;
  width: 40vw;
  font-size: 1em;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background: #17c60e;
  -webkit-transition: All 0.3s;
  -khtml-transition: All 0.3s;
  -moz-transition: All 0.3s;
  -ms-transition: All 0.3s;
  -o-transition: All 0.3s;
  transition: All 0.3s;
}
.landing_yogobox_set_wrapper .button_buy > img {
  display: inline-block;
  width: 1em;
  margin: -1px 5px 0 -7px;
}

.landing_yogobox_set_wrapper .list_decor {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing_yogobox_set_wrapper .list_decor > li {
  clear: both;
  display: block;
  margin-top: 1em;
}
.landing_yogobox_set_wrapper .list_decor > li::before {
  background-image: url(/img/landing-yogobox_set/icon_good.png);
  -webkit-background-size: 1.75em;
  background-size: 1.75em;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  float: left;
  display: block;
  width: 3em;
  height: 2em;
}

/*********************
SECTIONS
*********************/
.landing_yogobox_set_wrapper section .container {
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
.landing_yogobox_set_wrapper .section_1 {
  background-image: url(/img/landing-yogobox_set/bg_section_1.jpg);
  background-repeat: no-repeat;
  background-position: -5vw 0;
  -webkit-background-size: 180vw;
  background-size: 180vw;
  margin-bottom: 0;
}
.landing_yogobox_set_wrapper .section_1 .block_height {
  height: 75vw;
}
.landing_yogobox_set_wrapper .section_1 .label_section {
  position: absolute;
  left: 1em;
  top: -75vw;
  width: 40vw;
}

/* section_1_1 */
.landing_yogobox_set_wrapper .section_1_1 .container {
  background-image: url(/img/landing-yogobox_set/bg_section_1_1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: calc(100vw - 1.35em);
  background-size: calc(100vw - 1.35em);
}
.landing_yogobox_set_wrapper .section_1_1 .block_height {
  border-bottom: 1px solid #b5b5b5;
  height: 71vw;
}
.landing_yogobox_set_wrapper .section_1_1 .text-center {
  padding-top: 1em;
  margin: 0;
}
.landing_yogobox_set_wrapper .section_1_1 ul li {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 10px;
}
.landing_yogobox_set_wrapper .section_1_1 ul li::before {
  background-image: url(/img/landing-yogobox_set/icon_check.png);
  -webkit-background-size: 2em;
  background-size: 2em;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 4em;
}

.landing_yogobox_set_wrapper .section_2 .container {
  padding-top: 0;
}
.landing_yogobox_set_wrapper .section_2 video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  display: block;
}

/* section 2_1 */
.landing_yogobox_set_wrapper .section_2_1 {
  background: #a0e5fd;
  margin-top: 0;
}
.landing_yogobox_set_wrapper .section_2_1 .list-step-img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.landing_yogobox_set_wrapper .section_2_1 .list-step-img > img {
  max-height: 200px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.landing_yogobox_set_wrapper .section_2_1 .list-step-text {
  padding-top: 90px;
}
.landing_yogobox_set_wrapper
  .section_2_1
  .list-step:last-child
  .list-step-text {
  padding-top: 60px;
}

/* section_3 */
.landing_yogobox_set_wrapper .section_3 > .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_set_wrapper .section_3 .list_steps {
  text-align: center;
}
.landing_yogobox_set_wrapper .section_3 .list_steps_item p {
  max-width: 300px;
  position: relative;
  margin: auto auto 1em;
}
.landing_yogobox_set_wrapper
  .section_3
  .list_steps_item:not(:last-child)
  > p
  + p {
  margin-bottom: 3em;
}
.landing_yogobox_set_wrapper .section_3 .list_steps_item > p + p::after {
  background-image: url(/img/landing-yogobox_set/icon_arrow_03.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 6em;
  position: absolute;
  width: 2.5em;
  left: 65%;
  top: 75%;
}
.landing_yogobox_set_wrapper
  .section_3
  .list_steps_item:first-child
  > p
  + p::after {
  background-image: url(/img/landing-yogobox_set/icon_arrow_01.png);
  left: 25%;
}
.landing_yogobox_set_wrapper
  .section_3
  .list_steps_item:last-child
  > p
  + p::after {
  background-image: url(/img/landing-yogobox_set/icon_arrow_02.png);
  height: 8em;
  position: absolute;
  width: 3em;
  left: 10%;
}
.landing_yogobox_set_wrapper .section_3 .list_steps_num {
  background-color: #1a72c6;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 20px;
}
.landing_yogobox_set_wrapper .section_3 .img_yogurt_ready {
  text-align: right;
}
.landing_yogobox_set_wrapper .section_3 .img_yogurt_ready > img {
  width: 100%;
}
.landing_yogobox_set_wrapper .section_3 .block_subtitle.hidden-xs {
  text-align: left;
}

/* section_4 */
.landing_yogobox_set_wrapper .section_4 {
  background-color: #e9e9e9;
  text-align: center;
  margin-bottom: 0;
}
.landing_yogobox_set_wrapper .section_4 .block_title + .block_subtitle {
  text-transform: none;
}

.landing_yogobox_set_wrapper .section_4 .img_packs {
  text-align: center;
}
.landing_yogobox_set_wrapper .section_4 .img_packs img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.landing_yogobox_set_wrapper .section_4 .block_milk > div:first-child {
  text-align: center;
}
.landing_yogobox_set_wrapper .section_4 .block_milk img {
  max-width: 40vw;
  margin: 1em auto;
}
.landing_yogobox_set_wrapper .section_4 .block_milk .block_subtitle {
  margin-top: 1em;
}
/* section_5 */
.landing_yogobox_set_wrapper .section_5 {
  background: #f7f6fb;
  margin-bottom: 0;
}
.landing_yogobox_set_wrapper .section_5 .container {
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_set_wrapper .section_5 .block_title,
.landing_yogobox_set_wrapper .section_5 .block_subtitle {
  text-align: left;
}
.landing_yogobox_set_wrapper .section_5 .yogobox-2modes {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 62.5vw;
}
.landing_yogobox_set_wrapper .section_5 .yogobox-2modes .yogobox-2modes-img {
  max-width: none;
  height: 62.5vw;
  width: auto;
}
.landing_yogobox_set_wrapper .section_5 .yogobox-2modes-inner {
  position: absolute;
  display: block;
  top: 0;
}
.landing_yogobox_set_wrapper .section_5 .yogobox-2modes-left,
.landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
  position: absolute;
  display: block;
  top: 1em;
  width: 50vw;
  font-size: 0.85em;
}
.landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
  right: -1.2em;
  width: 51vw;
}
.landing_yogobox_set_wrapper .section_5 .table {
  margin-bottom: 0;
}

/* section_6 */
.landing_yogobox_set_wrapper .section_6 .container {
  background-image: url(/img/landing-yogobox_set/img_yogobox_mobile.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0 0;
  padding-top: 105vw;
}
body.uk-ua .landing_yogobox_set_wrapper .section_6 .container {
  background-image: url(/img/landing-yogobox_set/img_yogobox_mobile_UA.jpg);
}
.landing_yogobox_set_wrapper .section_6 .starters_pack {
  padding: 1em 0;
}
.landing_yogobox_set_wrapper .section_6 .starters_pack_title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
}

.landing_yogobox_set_wrapper .section_6 .bestseller_products {
  text-align: center;
}

/* section_7 */
.landing_yogobox_set_wrapper .section_7 .container {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.landing_yogobox_set_wrapper .section_7 .block_title {
  max-width: 90vw;
  padding-left: 17vw;
  position: relative;
  text-align: left;
}
.landing_yogobox_set_wrapper .section_7 .block_title::before {
  background-image: url(/img/landing-yogobox_set/icon_conf.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 15vw;
  left: 0;
  position: absolute;
  top: 5px;
  width: 15vw;
}

/* MEDIA */
@media (min-width: 768px) {
  .landing_yogobox_set_wrapper {
    font-size: 16px;
  }
  .landing_yogobox_set_wrapper .block_title {
    font-size: 1.7em;
  }

  .landing_yogobox_set_wrapper .bestseller_products .block_item {
    padding: 0;
    margin: 0;
  }
  .landing_yogobox_set_wrapper .bestseller_products .image {
    float: none;
    padding-right: 0;
    width: auto;
  }
  .landing_yogobox_set_wrapper .bestseller_products .bestseller__old_price {
    margin-right: 1em;
  }
  .landing_yogobox_set_wrapper
    .bestseller_products
    .bestseller__old_price_inner:after {
    width: 105%;
    height: 1px;
    left: -2.5%;
    top: 40%;
  }
  .landing_yogobox_set_wrapper .bestseller_products .button_buy {
    width: 200px;
  }

  .landing_yogobox_set_wrapper .section_1 {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center 0;
  }
  .landing_yogobox_set_wrapper .section_1 .container {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3em;
  }
  .landing_yogobox_set_wrapper .section_1 .block_height {
    height: auto;
  }
  .landing_yogobox_set_wrapper .section_1 .label_section {
    position: relative;
    left: auto;
    top: auto;
    width: 80px;
    margin: 10px auto;
  }

  .landing_yogobox_set_wrapper .section_1_1 {
    margin-bottom: 0;
  }
  .landing_yogobox_set_wrapper .section_1_1 .container {
    background-position: right bottom;
    -webkit-background-size: 65%;
    background-size: 65%;
  }
  .landing_yogobox_set_wrapper .section_1_1 .block_height {
    height: auto;
    border: none;
  }
  .landing_yogobox_set_wrapper .section_1_1 ul li::before {
    height: 3em;
  }

  .landing_yogobox_set_wrapper .section_2_1 .list-step-text {
    padding-top: 20px;
    text-align: center;
  }
  .landing_yogobox_set_wrapper
    .section_2_1
    .list-step:last-child
    .list-step-text {
    padding-top: 35px;
    text-align: center;
  }

  .landing_yogobox_set_wrapper .section_3 > .container {
    border-bottom: 1px solid #b5b5b5;
  }
  .landing_yogobox_set_wrapper .section_3 .block_title {
    text-align: left;
  }

  .landing_yogobox_set_wrapper .section_4 {
    text-align: left;
  }
  .landing_yogobox_set_wrapper .section_4 .block_title {
    margin-bottom: 5px;
  }
  .landing_yogobox_set_wrapper .section_4 .block_subtitle {
    text-align: left;
    margin-bottom: 5px;
  }
  .landing_yogobox_set_wrapper .section_4 .block_title + .block_subtitle {
    text-transform: uppercase;
    width: 55%;
    margin: auto;
    text-align: center;
  }
  .landing_yogobox_set_wrapper .section_4 .img_packs + .block_title {
    text-align: left;
    padding-left: 25%;
  }
  .landing_yogobox_set_wrapper .section_4 .block_milk img {
    max-width: 100px;
  }

  .landing_yogobox_set_wrapper .section_5 .block_title {
    text-align: center;
    max-width: 50%;
    margin: auto;
  }
  .landing_yogobox_set_wrapper .section_5 .container {
    border: none;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes {
    padding-top: 1em;
    position: relative;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-inner {
    position: relative;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes .yogobox-2modes-img {
    max-width: 100%;
    height: auto;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-left {
    font-size: 0.8em;
    width: 180px;
    top: 7em;
    left: 5em;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
    font-size: 0.8em;
    width: 240px;
    top: 8em;
    right: 0;
  }
  .landing_yogobox_set_wrapper .section_5 .table {
    position: absolute;
    top: 1em;
    right: 0;
    width: 250px;
    font-size: 0.6em;
  }
  .landing_yogobox_set_wrapper .table img {
    max-width: 4em;
  }

  .landing_yogobox_set_wrapper .section_6 {
    margin-bottom: 0;
  }
  .landing_yogobox_set_wrapper .section_6 .container {
    background-image: url(/img/landing-yogobox_set/img_yogobox_desktop.jpg);
    background-position: 0 0;
    padding-top: 0;
    height: 440px;
  }
  body.uk-ua .landing_yogobox_set_wrapper .section_6 .container {
    background-image: url(/img/landing-yogobox_set/img_yogobox_desktop_UA.jpg);
  }
  .landing_yogobox_set_wrapper .section_6 .starters_pack {
    position: absolute;
    padding-left: 72%;
    white-space: nowrap;
    padding-top: 45%;
    display: block;
    font-size: 0.7em;
  }
  .landing_yogobox_set_wrapper .section_6 .bestseller_products {
    margin-bottom: 0;
    margin-top: 45%;
    font-size: 0.85em;
    margin-left: 3em;
  }
  .landing_yogobox_set_wrapper .section_6 .bestseller_products .buttons + p {
    margin-bottom: 0;
  }

  .landing_yogobox_set_wrapper .section_7 .container {
    border-top: none;
  }
  .landing_yogobox_set_wrapper .section_7 .block_title {
    padding-left: 70px;
    max-width: 90%;
  }
  .landing_yogobox_set_wrapper .section_7 .block_title::before {
    background-position: center center;
    width: 50px;
    height: 70px;
    top: -20px;
  }
}
@media (min-width: 992px) {
  .landing_yogobox_set_wrapper .section_1 .label_section {
    width: 150px;
  }
  .landing_yogobox_set_wrapper .section_1_1 .container {
    -webkit-background-size: 540px;
    background-size: 540px;
  }
  .landing_yogobox_set_wrapper .section_2 video {
    max-width: 80%;
    margin: auto;
  }
  .landing_yogobox_set_wrapper .section_2_1 .block_title {
    margin-bottom: 10px;
  }
  .landing_yogobox_set_wrapper .section_2_1 .list-step-img > img {
    max-height: 150px;
  }
  .landing_yogobox_set_wrapper
    .section_2_1
    .list-step:last-child
    .list-step-text {
    padding-top: 20px;
  }
  .landing_yogobox_set_wrapper .section_3 .block_title {
    margin-top: 2em;
  }
  .landing_yogobox_set_wrapper .section_4 .block_title + .block_subtitle {
    width: 50%;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-left,
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
    font-size: 0.9em;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-left {
    width: 200px;
    left: 8em;
    top: 8em;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
    width: 300px;
    top: 10em;
  }
  .landing_yogobox_set_wrapper .section_5 .table {
    font-size: 0.75em;
    width: 310px;
  }
  .landing_yogobox_set_wrapper .section_6 .container {
    height: 570px;
  }
  .landing_yogobox_set_wrapper .section_6 .starters_pack {
    font-size: 0.9em;
  }
  .landing_yogobox_set_wrapper .section_6 .bestseller_products {
    font-size: 1em;
    margin-left: 2em;
  }
}
@media (min-width: 1200px) {
  .landing_yogobox_set_wrapper .block_title {
    font-size: 2em;
  }
  .landing_yogobox_set_wrapper .section_2_1 > .container {
    width: 900px;
  }
  .landing_yogobox_set_wrapper .section_3 .block_title {
    margin-top: 2.5em;
  }
  .landing_yogobox_set_wrapper .section_4 .block_title + .block_subtitle {
    width: 40%;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-left,
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
    font-size: 1em;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-left {
    width: 230px;
    left: 9em;
    top: 9em;
  }
  .landing_yogobox_set_wrapper .section_5 .yogobox-2modes-right {
    width: 290px;
    top: 10em;
    right: 5em;
  }
  .landing_yogobox_set_wrapper .section_5 .table {
    font-size: 1em;
    width: 380px;
  }
  .landing_yogobox_set_wrapper .section_6 .container {
    height: 680px;
  }
  .landing_yogobox_set_wrapper .section_6 .starters_pack {
    font-size: 1em;
  }
}

/* Заказ через соц.сети Yogobox Starter Set */
body.itemid-1004 .body-innerwrapper > *,
body.itemid-1004 jdiv,
body.itemid-1004 #jivo-iframe-container,
body.itemid-1005 .body-innerwrapper > *,
body.itemid-1005 jdiv,
body.itemid-1005 #jivo-iframe-container,
body.itemid-1000 .body-innerwrapper > *,
body.itemid-1000 jdiv,
body.itemid-1000 #jivo-iframe-container,
body.itemid-1002 .body-innerwrapper > *,
body.itemid-1002 jdiv,
body.itemid-1002 #jivo-iframe-container {
  display: none !important;
}

body.itemid-1004 .body-innerwrapper > #sp-main-body,
body.itemid-1005 .body-innerwrapper > #sp-main-body,
body.itemid-1000 .body-innerwrapper > #sp-main-body,
body.itemid-1002 .body-innerwrapper > #sp-main-body {
  display: block !important;
}
.landing_yogobox_set_insta_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.3;
  font-size: 5vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.landing_yogobox_set_insta_wrapper .img-desk {
  display: none;
}
/* Кнопки */
.landing_yogobox_set_insta_wrapper .bestseller_products .button_buy,
.landing_yogobox_set_insta_wrapper .button_ok {
  display: inline-block;
  height: 3em;
  width: 100%;
  max-width: 300px;
  font-size: 0.75em;
  line-height: 3em;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  background: #17c60e;
  -webkit-transition: All 0.3s;
  -khtml-transition: All 0.3s;
  -moz-transition: All 0.3s;
  -ms-transition: All 0.3s;
  -o-transition: All 0.3s;
  transition: All 0.3s;
}
.landing_yogobox_set_insta_wrapper .button_ok {
  background: #1070d2;
}

.landing_yogobox_set_insta_wrapper .section_title {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  padding: 1em 0;
}

/*********************
SECTIONS
*********************/
.landing_yogobox_set_insta_wrapper section {
  max-width: 600px;
  margin: auto;
  padding: 2em 1em;
  width: 100%;
}
.landing_yogobox_set_insta_wrapper p {
  font-size: 0.8em;
  padding: 0.5em 0;
}
.landing_yogobox_set_insta_wrapper .social-order--form input {
  width: 100%;
  margin-bottom: 1em;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .block_item {
  padding: 0;
  border: none;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .con-wrap {
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0;
  font-size: 1em;
  display: block;
  height: auto !important;
}
.landing_yogobox_set_insta_wrapper .bestseller_products input[type="text"].cb {
  font-size: 1.3em !important;
  width: 2.5em !important;
  height: 2em !important;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .con-wrap
  .con-wrap__min,
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .con-wrap
  .con-wrap__pls {
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  border-radius: 1.5em;
  font-size: 1.3em;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .prices_block {
  margin: 1em 0;
  position: relative;
  float: none;
  overflow: hidden;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .prices_block > * {
  text-align: left;
  display: inline-block;
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 0;
  height: 2.5em;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .jshop_price {
  padding: 0 0 0 10px;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .jshop_price__inner {
  display: block;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .jshop_price__inner
  > * {
  display: inline-block;
  float: left;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  font-size: 0.85em;
}
.landing_yogobox_set_insta_wrapper .bestseller_products .jshop_price b {
  font-size: 1.7em;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .bestseller__old_price_inner {
  margin-left: 3.2em;
  color: #a9a9a9;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .bestseller__old_price_inner:after {
  top: 35%;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .jshop_price
  .bestseller__units {
  position: relative;
  width: auto;
  left: auto;
  bottom: -0.7em;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .block_item
  .label_free_delivery {
  font-size: 0.85em;
  position: relative;
  width: auto;
  line-height: 2.5em;
  margin-left: 0;
  padding-left: 4em;
}
.landing_yogobox_set_insta_wrapper
  .bestseller_products
  .block_item
  .label_free_delivery::before {
  height: 2.5em;
  width: 3em;
}

@media (min-width: 600px) {
  .landing_yogobox_set_insta_wrapper {
    font-size: 16px;
  }
  .landing_yogobox_set_insta_wrapper .img-mob {
    display: none;
  }
  .landing_yogobox_set_insta_wrapper .img-desk {
    display: block;
  }
  .landing_yogobox_set_insta_wrapper .social-order--form {
    width: 350px;
  }
  .landing_yogobox_set_insta_wrapper .section_title {
    font-size: 1.2em;
    padding: 2em 0;
  }
  .landing_yogobox_set_insta_wrapper .section_title br {
    display: none;
  }
  .landing_yogobox_set_insta_wrapper p {
    font-size: 1em;
  }
  .landing_yogobox_set_insta_wrapper .bestseller_products .prices_block > * {
    display: block;
    height: 3.5em;
  }
  .landing_yogobox_set_insta_wrapper
    .bestseller_products
    .jshop_price__inner
    > .bestseller__old_price {
    display: block;
    float: none;
    font-size: 1.2em;
  }
  .landing_yogobox_set_insta_wrapper
    .bestseller_products
    .bestseller__old_price_inner {
    margin-left: 0;
  }
  .landing_yogobox_set_insta_wrapper .bestseller_products .button_buy,
  .landing_yogobox_set_insta_wrapper .button_ok {
    font-size: 1em;
  }
  .landing_yogobox_set_insta_wrapper
    .bestseller_products
    .block_item
    .label_free_delivery {
    font-size: 1em;
  }
}

/* ЛЭНДИНГ 8 МАРТА 2019 */
.landing_is8marta_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 3.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_is8marta_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_is8marta_wrapper p {
  margin-bottom: 1.2em;
}
.landing_is8marta_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_is8marta_wrapper .block_title,
.landing_is8marta_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_is8marta_wrapper .block_subtitle {
  font-size: 3em;
  margin-top: 0;
}

/* Кнопки */
.landing_is8marta_wrapper .button_buy {
  background: #1172c6;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0.3em 0 0.5em;
  min-width: 10.5em;
  padding: 0.8em 2em 0.6em;
  position: relative;
  text-transform: uppercase;
}
.landing_is8marta_wrapper .button_buy:hover {
  text-decoration: none;
}

/* Дисконты */
.landing_is8marta_wrapper .bf_discount_label {
  background: #000;
  border: 1vw solid #eb1d5d;
  border-radius: 50%;
  color: #fff;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9vw;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
  text-align: center;
  line-height: 19vw;
}
.landing_is8marta_wrapper .bf_discount_label span {
  font-size: 3vw;
  top: -0.3em;
  display: inline-block;
  position: relative;
}

/* Sections */
.landing_is8marta_wrapper .landing_section {
  margin: 1em 0;
}

.landing_is8marta_wrapper .section_2 {
  text-align: center;
}
.landing_is8marta_wrapper .section_2 .bf_prod__item {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 1em;
}
.landing_is8marta_wrapper .section_2 .bf_discount__item {
  position: relative;
  padding-bottom: 1em;
}
.landing_is8marta_wrapper .section_2 .bf_img_wrap {
  position: relative;
  width: 55%;
}
.landing_is8marta_wrapper .section_2 .bf_img_wrap .bf_img_label_icon {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 35%;
  max-width: 160px;
}

.landing_is8marta_wrapper .section_2 .bf_img_wrap.full-width {
  width: inherit;
}
.landing_is8marta_wrapper .section_2 .bf_img_wrap.full-width > img {
  width: 80%;
}
.landing_is8marta_wrapper
  .section_2
  .bf_img_wrap.full-width
  .bf_discount_label {
  right: 10%;
  top: 15%;
}
.landing_is8marta_wrapper .section_2 .bf_img_label {
  position: absolute;
  width: 40%;
  top: 25vw;
  right: 15px;
}
.landing_is8marta_wrapper .section_2 .bf_prod__price {
  margin: 1em 0;
}
.landing_is8marta_wrapper .section_2 .bf_prod__price > * {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  margin: 0 1em;
}
.landing_is8marta_wrapper .section_2 .bf_prod__price > * .amount {
  font-size: 1.2em;
}
.landing_is8marta_wrapper .section_2 .bf_prod__price > * .amount > span {
  font-size: 1.7em;
}
.landing_is8marta_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--new
  .amount {
  color: #2bb0ea;
}
.landing_is8marta_wrapper .section_2 .bf_prod__price > .bf_prod__price--old {
  color: #858585;
}
.landing_is8marta_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--old
  .amount::after {
  display: block;
  position: absolute;
  width: 67%;
  height: 2px;
  background: #eb1d5d;
  transform: rotate(-7deg);
  content: "";
  left: 0;
  top: 50%;
}
.landing_is8marta_wrapper .section_2 .bf_prod__buttons > img {
  width: 30vw;
  margin-left: 10px;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_is8marta_wrapper {
    font-size: 18px;
  }
  .landing_is8marta_wrapper .bf_discount_label {
    font-size: 60px;
    height: 150px;
    width: 150px;
    line-height: 140px;
    border-width: 7px;
  }
  .landing_is8marta_wrapper .bf_discount_label span {
    font-size: 23px;
  }
  .landing_is8marta_wrapper .section_2 .bf_prod__buttons > img {
    width: 150px;
  }
  .landing_is8marta_wrapper .section_2 .bf_img_wrap.full-width > img {
    width: 470px;
  }
  .landing_is8marta_wrapper
    .section_2
    .bf_img_wrap.full-width
    .bf_discount_label {
    top: 10%;
    right: 15%;
  }
}
@media (min-width: 992px) {
  .landing_is8marta_wrapper .section_2 {
    text-align: left;
  }
  .landing_is8marta_wrapper .section_2 .bf_img_wrap,
  .landing_is8marta_wrapper .section_2 .bf_img_wrap.full-width {
    width: 100%;
  }
  .landing_is8marta_wrapper .section_2 .bf_img_label {
    width: 20%;
    top: 90px;
  }
  .landing_is8marta_wrapper
    .section_2
    .bf_img_wrap.full-width
    .bf_discount_label {
    top: 0;
    right: 0;
  }
  .landing_is8marta_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_is8marta_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .landing_is8marta_wrapper .section_2 .bf_prod__item {
  }
  .landing_is8marta_wrapper .section_2 .bf_img_label {
    width: 300px;
  }
  .landing_is8marta_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 3%;
  }
  .landing_is8marta_wrapper
    .section_2
    .bf_prod__item:nth-child(2)
    .bf_prod__text {
    margin-top: 4%;
  }
  .landing_is8marta_wrapper
    .section_2
    .bf_prod__item:nth-child(3)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_is8marta_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 7%;
  }
}

/* ЛЭНДИНГ РАСЧЕТ ЭКОНОМИИ */
.landing_economy_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 3.75vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_economy_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_economy_wrapper p {
  margin-bottom: 1.2em;
}
.landing_economy_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_economy_wrapper .block_title,
.landing_economy_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_economy_wrapper .block_subtitle {
  font-size: 1.3em;
  margin-top: 1.4em;
  text-align: center;
  text-transform: none;
}
.landing_economy_wrapper .block_subtitle + .sup {
  text-align: center;
}
.landing_economy_wrapper .block_title {
  color: #0070c9;
}

/* Radio кнопки */
.landing_economy_wrapper .input-radio-list {
  display: block;
  position: relative;
  margin: 1em 0;
}
.landing_economy_wrapper .input-radio-item {
  display: inline-block;
  position: relative;
  width: 32%;
  text-align: center;
}
.landing_economy_wrapper .input-radio-item .input-radio {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.landing_economy_wrapper .input-radio-item .input-radio + label {
  border: 2px solid #0072bc;
  border-radius: 1em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0.5em 1.5em 0.2em;
}
.landing_economy_wrapper .input-radio-item .input-radio:checked + label {
  background-color: #0072bc;
  color: #fff;
}
.landing_economy_wrapper
  .input-radio-item
  .input-radio:not(:checked)
  + label:hover {
  background-color: #76baea;
  color: #fff;
}
.landing_economy_wrapper .input-radio-item.pack .input-radio + label {
  border-color: transparent;
  padding: 1em 0.5em;
}
.landing_economy_wrapper .input-radio-item.pack .input-radio + label > * {
  display: block;
  margin: 0.2em 0;
}
.landing_economy_wrapper
  .input-radio-item.pack
  .input-radio:not(:checked)
  + label:hover {
  background-color: #fff;
  border-color: #d7d7d7;
  color: #000;
}

/* Списки */
.landing_economy_wrapper .decor-list {
  margin: 1.5em 0;
  text-align: left;
}
.landing_economy_wrapper .decor-list > li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
.landing_economy_wrapper .decor-list > li::before {
  background-image: url(/img/landing-economy/icon_triangle.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}

/* Кнопки */
.landing_economy_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.landing_economy_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 3px;
}
.landing_economy_wrapper .button_buy {
  background: #00c124;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 2.5em;
  margin: 0.3em 0 0.1em;
  min-width: 13em;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}
.landing_economy_wrapper .button_buy:hover {
  background: #129d0c;
  text-decoration: none;
}

/* Калькулятор */
.landing_economy_wrapper .total_resault {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
.landing_economy_wrapper .total_resault::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 4em;
}
.landing_economy_wrapper .total_resault span {
  color: #28c427;
}

/* Sections */
.landing_economy_wrapper .landing_section {
  margin: 1em 0;
}

/* Section 1 */
.landing_economy_wrapper .section_1 {
  margin-top: 0;
}
.landing_economy_wrapper .section_1 > .container {
  background-image: url(/img/landing-economy/bg_section_1.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 180vw;
  background-size: 180vw;
  padding-top: 70vw;
}

/* Section 2 */
.landing_economy_wrapper .section_2 img {
  width: 50%;
}
.landing_economy_wrapper .section_2 .section_img {
  border-bottom: 1px solid #a1a1a1;
}

/* Section 3 */
.landing_economy_wrapper .section_3 .total_resault ~ p {
  text-align: center;
}
.landing_economy_wrapper .section_3 .img-wrap p {
  display: none;
}

/* Section 4 */
.landing_economy_wrapper .section_4 > .container {
  background-image: url(/img/landing-economy/bg_section_4.jpg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border-top: 1px solid #a1a1a1;
  padding-top: 70vw;
}

/* Section 5 */
.landing_economy_wrapper .section_5 .block_subtitle {
  text-align: left;
  margin: 0.5em 0 1em;
}

/* Section podrobnee */
.landing_economy_wrapper .section-podrobnee table {
  margin-bottom: 1em;
}
.landing_economy_wrapper .section-podrobnee table td {
  border: 1px solid #a1a1a1;
  padding: 5px;
  text-align: center;
}
.landing_economy_wrapper .section-podrobnee table tbody td:nth-child(1),
.landing_economy_wrapper .section-podrobnee table tbody td:nth-child(3),
.landing_economy_wrapper .section-podrobnee table tbody td:nth-child(4) {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.landing_economy_wrapper .section-podrobnee table tbody td:nth-child(4) {
  color: #ce250f;
  width: 25%;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_economy_wrapper {
    font-size: 25px;
  }
  .landing_economy_wrapper .section_1 > .container {
    -webkit-background-size: 1370px;
    background-size: 1370px;
    padding-top: 530px;
  }
  .landing_economy_wrapper .section_4 > .container {
    padding-top: 480px;
  }
}
@media (min-width: 992px) {
  .landing_economy_wrapper {
    font-size: 16px;
  }
  .landing_economy_wrapper .decor-list {
    margin-top: 0;
  }
  .landing_economy_wrapper .input-radio-item.pack .input-radio + label {
    margin: 0 2em;
  }
  .landing_economy_wrapper .input-radio-item.pack .input-radio + label > img {
    width: 70%;
    margin: 0.5em auto;
  }
  .landing_economy_wrapper .section_1 > .container {
    -webkit-background-size: contain;
    background-size: contain;
    padding: 10px 0;
  }
  .landing_economy_wrapper .section_1 > .container .block_title,
  .landing_economy_wrapper .section_1 > .container p {
    padding-left: 30px;
  }
  .landing_economy_wrapper .section_2 > .container {
    border-bottom: 1px solid #a1a1a1;
  }
  .landing_economy_wrapper .section_2 .section_img {
    border: none;
  }
  .landing_economy_wrapper .section_2 img {
    width: 63%;
    padding-top: 4%;
  }
  .landing_economy_wrapper .section_3 {
    text-align: center;
  }
  .landing_economy_wrapper .section_3 .img-wrap p {
    display: block;
  }
  .landing_economy_wrapper .section_3 .img-wrap img {
    width: 70%;
  }
  .landing_economy_wrapper .section_4 > .container {
    padding: 3em 0;
  }
  .landing_economy_wrapper .section_5 {
    text-align: center;
  }
  .landing_economy_wrapper .section_5 .block_subtitle {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .landing_economy_wrapper .section_1 > .container {
    padding: 82px 0;
  }
  .landing_economy_wrapper .section_4 > .container {
    padding: 80px 0;
    background-position: 90% 0;
  }
}

/* ЛЭНДИНГ HOMYNUT! */
@font-face {
  font-family: "Marvin";
  src: url("../fonts/Marvin/Marvin-Round.eot");
  src: url("../fonts/Marvin/Marvin-Round.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Marvin/Marvin-Round.woff") format("woff"),
    url("../fonts/Marvin/Marvin-Round.ttf") format("truetype");
}

.landing_ohmynut_wrapper {
  font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.landing_ohmynut_wrapper h1 {
  color: #444560;
  font-family: Marvin, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 114.4%;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.landing_ohmynut_wrapper img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.landing_ohmynut_wrapper p {
  margin-bottom: 0.5em;
}
.landing_ohmynut_wrapper .block_title {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
  padding: 0.5em 0 0.25em;
  text-align: left;
  text-transform: uppercase;
}
.landing_ohmynut_wrapper .block_title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.landing_ohmynut_wrapper .button_buy {
  background: #25bf68;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  width: 200px;
}
.landing_ohmynut_wrapper .button_buy:hover {
  text-decoration: none;
}
.landing_ohmynut_wrapper .list-check li {
  display: block;
  line-height: 2em;
  padding: 0.5em 0 0.5em 3em;
  position: relative;
}
.landing_ohmynut_wrapper .list-check li .label-vegan {
  position: absolute;
  width: 6em;
  left: 50%;
  bottom: 1em;
}
.landing_ohmynut_wrapper .list-check li:before {
  background-image: url(/img/landing-oh-my-nut/check.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2em;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 2em;
}
.landing_ohmynut_wrapper .list-adventages {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.landing_ohmynut_wrapper .list-adventages .list-adventages--item {
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
  width: 33.3333%;
  padding: 5px;
}
.landing_ohmynut_wrapper .list-adventages .list-adventages--item-inner {
  background: #ffffff;
  border: 1px solid #f76190;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  height: 28vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.landing_ohmynut_wrapper
  .list-adventages
  .list-adventages--item-inner
  div:first-child {
  color: #f76190;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}
.landing_ohmynut_wrapper
  .list-adventages
  .list-adventages--item-inner
  div:last-child {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.landing_ohmynut_wrapper .block_progress .title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.landing_ohmynut_wrapper .block_progress .title span {
  color: rgb(217, 10, 32);
}
.landing_ohmynut_wrapper .block_progress .block_progress__item {
  margin-bottom: 1em;
  width: 100%;
}
.landing_ohmynut_wrapper .block_progress .block_progress__item th,
.landing_ohmynut_wrapper .block_progress .block_progress__item td {
  text-align: center;
}
.landing_ohmynut_wrapper .block_progress .block_progress__item th {
  font-weight: 700;
}
.landing_ohmynut_wrapper .block_progress .block_progress__item td {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  padding: 5px 0;
}
.landing_ohmynut_wrapper .block_progress .block_progress__item td:nth-child(1) {
  background: #ce0855;
}
.landing_ohmynut_wrapper .block_progress .block_progress__item td:nth-child(2) {
  background: #5f4545;
}

/* HERO */
.landing_ohmynut_wrapper .hero_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
.landing_ohmynut_wrapper .hero_title > .logo {
  background-image: url(/img/landing-oh-my-nut/logo.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25vw;
  flex: 0 1 25vw;
  max-width: 25vw;
  padding-right: 1em;
  width: 25vw;
  height: 17vw;
}
.landing_ohmynut_wrapper .hero_title > h1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 25vw);
  flex: 0 1 calc(100% - 25vw);
  max-width: calc(100% - 25vw);
  width: calc(100% - 25vw);
}
.landing_ohmynut_wrapper .hero_subtitle {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 114%;
  text-align: left;
}
.landing_ohmynut_wrapper .section_hero table tr td:first-child {
  color: #f66190;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  padding-right: 10px;
  text-align: right;
}
.landing_ohmynut_wrapper .section_hero table tr td:first-child div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.landing_ohmynut_wrapper .section_hero table tr td:first-child span {
  font-size: 44px;
}

/* SECTION 2 */
.landing_ohmynut_wrapper .section_2 {
  border-top: 1px solid rgba(68, 69, 96, 0.3);
  padding: 1em 0;
}
.landing_ohmynut_wrapper .section_2 > .container {
  background-image: url(/img/landing-oh-my-nut/bg_section_2.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: repeat;
}
.landing_ohmynut_wrapper .section_2 img {
  display: block;
  max-width: 80%;
  margin: auto;
}

/* SECTION 3 */
.landing_ohmynut_wrapper .section_3 > .container {
  background: #ece9e2;
}
.landing_ohmynut_wrapper .section_3 p small {
  opacity: 0.5;
}

/* SECTION 4 */
.landing_ohmynut_wrapper .section_4,
.landing_ohmynut_wrapper .section_5 {
  padding: 1em 0;
}

/* SECTION BUY */
.landing_ohmynut_wrapper .section_buy {
  border-top: 1px solid rgba(68, 69, 96, 0.3);
  padding: 1em 0;
}
.landing_ohmynut_wrapper .section_buy .block_title {
  text-align: center;
}
.landing_ohmynut_wrapper .section_buy .bestseller_products .block_item {
  border: none;
  padding: 0 1em;
}
.landing_ohmynut_wrapper .section_buy .bestseller_products .image {
  float: none;
  width: auto;
  padding: 0;
}
.landing_ohmynut_wrapper .section_buy .jshop_price,
.landing_ohmynut_wrapper .section_buy .buttons {
  align-items: center;
  display: flex;
  position: relative;
  padding: 0;
  justify-content: space-between;
  text-align: left;
  float: none;
}
.landing_ohmynut_wrapper .section_buy .buttons .btn_absent__bs {
  font-size: 0.85em;
}

.landing_ohmynut_wrapper .section_buy .jshop_price .jshop_price__info {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;
}
.landing_ohmynut_wrapper .section_buy .jshop_price .jshop_price__inner {
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;
  text-align: right;
}
.landing_ohmynut_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__old_price,
.landing_ohmynut_wrapper .section_buy .jshop_price .jshop_price__inner b {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 25px;
  display: inline-block;
}
.landing_ohmynut_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__old_price {
  color: #bbb;
  position: relative;
  top: auto;
  right: auto;
  font-size: 28px;
  line-height: 25px;
  margin-right: 10px;
}
.landing_ohmynut_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__old_price::before {
  content: "";
  background: #dc0013;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 10px;
  transform: rotate(-13deg);
}
.landing_ohmynut_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__units {
  color: #222;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  bottom: auto;
}
.landing_ohmynut_wrapper .section_buy .buttons .con-wrap {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  flex: 0 1 50%;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  margin: 0;
}
.landing_ohmynut_wrapper .section_buy .buttons .button_buy {
  flex: 0 1 50%;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  background: #25bf68;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  width: 50%;
  height: auto;
  padding: 0;
}
/* SECTION DELIVERY */
.landing_ohmynut_wrapper .section_delivery {
  margin: 1em 0;
}
.landing_ohmynut_wrapper .section_delivery .block_delivery {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  max-width: 27em;
  margin: auto;
  position: relative;
}
.landing_ohmynut_wrapper .section_delivery .block_delivery .img {
  flex: 0 1 30%;
  max-width: 30%;
  width: 30%;
}
.landing_ohmynut_wrapper .section_delivery .block_delivery .text {
  flex: 0 1 calc(70% - 1em);
  max-width: calc(70% - 1em);
  padding-left: 1em;
  width: calc(70% - 1em);
}

/* MEDIA */
@media (max-width: 575px) {
  .landing_ohmynut_wrapper .list-check li .label-vegan {
    left: 70%;
    bottom: 3em;
  }
  .landing_ohmynut_wrapper .section_hero {
    padding-bottom: 1em;
  }
  .landing_ohmynut_wrapper .section_hero .section-img {
    background-image: url(/img/landing-oh-my-nut/bg_hero.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 53vw;
  }
  .landing_ohmynut_wrapper .section_hero .button_buy {
    display: block;
    margin: auto;
  }
  .landing_ohmynut_wrapper .section_3 .block_title {
    background-image: url(/img/landing-oh-my-nut/bg_section_3__mob.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
    margin-right: -15px;
    margin-bottom: 0.5em;
  }
  .landing_ohmynut_wrapper .section_3 .block_title__inner {
    padding: 1.2em 0;
    width: 65vw;
  }
  .landing_ohmynut_wrapper
    .list-adventages
    .list-adventages--item-inner
    div.small {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 576px) {
  .landing_ohmynut_wrapper {
    font-size: 16px;
  }
  .landing_ohmynut_wrapper .hero_title > .logo {
    background-image: url(/img/landing-oh-my-nut/logo_white.svg);
  }
  .landing_ohmynut_wrapper .block_title {
    font-size: 2em;
    line-height: 1.25;
  }
  .landing_ohmynut_wrapper .block_title span {
    font-size: 0.85em;
  }
  .landing_ohmynut_wrapper .block_progress .title {
    font-size: 1.25em;
  }
  .landing_ohmynut_wrapper .hero_title > h1,
  .landing_ohmynut_wrapper .hero_subtitle,
  .landing_ohmynut_wrapper .section_hero table {
    color: #fff;
  }
  .landing_ohmynut_wrapper .hero_title > h1 {
    font-size: 2.5em;
  }
  .landing_ohmynut_wrapper .section_hero > .container {
    background-image: url(/img/landing-oh-my-nut/bg_hero.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 1em;
  }
  .landing_ohmynut_wrapper .section_2 {
    border: none;
  }
}

@media (min-width: 768px) {
  .landing_ohmynut_wrapper .section_3 .section-img {
    background-image: url(/img/landing-oh-my-nut/bg_section_3.png);
    background-position: right 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
  }
  .landing_ohmynut_wrapper .list-adventages {
    position: relative;
    width: 700px;
    margin: auto;
  }
  .landing_ohmynut_wrapper .list-adventages .list-adventages--item {
    flex: 0 1 20%;
    max-width: 20%;
    width: 20%;
  }
  .landing_ohmynut_wrapper .list-adventages .list-adventages--item-inner {
    height: 130px;
  }
  .landing_ohmynut_wrapper .section_buy {
    border: none;
  }
  .landing_ohmynut_wrapper .section_buy > .container .row {
    display: flex;
    justify-content: center;
  }
  .landing_ohmynut_wrapper .section_delivery .block_delivery .img {
    flex: 0 1 25%;
    max-width: 25%;
    width: 25%;
  }
  .landing_ohmynut_wrapper .section_delivery .block_delivery .text {
    flex: 0 1 calc(75% - 1em);
    max-width: calc(75% - 1em);
    width: calc(75% - 1em);
  }
}
@media (min-width: 992px) {
  .landing_ohmynut_wrapper .landing_section > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .landing_ohmynut_wrapper p {
    line-height: 23px;
  }
  .landing_ohmynut_wrapper .block_title {
    font-size: 38px;
  }
  .landing_ohmynut_wrapper .block_title span {
    font-size: 30px;
  }
  .landing_ohmynut_wrapper .hero_title {
    display: block;
  }
  .landing_ohmynut_wrapper .hero_title > .logo {
    height: 130px;
    width: 140px;
    background-position: 0 0;
    background-size: 100px;
  }
  .landing_ohmynut_wrapper .hero_title > h1 {
    font-size: 58px;
  }
  .landing_ohmynut_wrapper .hero_subtitle {
    font-size: 34px;
  }
  .landing_ohmynut_wrapper .button_buy {
    border-radius: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding: 16px 0;
  }
  .landing_ohmynut_wrapper .section_hero > .container {
    padding-bottom: 2em;
  }
  .landing_ohmynut_wrapper .section_hero table tr td:last-child {
    font-size: 22px;
  }
  .landing_ohmynut_wrapper .list-check li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .landing_ohmynut_wrapper .list-adventages {
    width: 800px;
  }
  .landing_ohmynut_wrapper .list-adventages .list-adventages--item {
    padding: 5px 15px;
  }
  .landing_ohmynut_wrapper .list-adventages .list-adventages--item-inner {
    padding: 10px;
  }
  .landing_ohmynut_wrapper
    .list-adventages
    .list-adventages--item-inner
    div:first-child {
    font-size: 36px;
    line-height: 44px;
  }
  .landing_ohmynut_wrapper
    .list-adventages
    .list-adventages--item-inner
    div:last-child {
    font-size: 14px;
  }
  .landing_ohmynut_wrapper
    .list-adventages
    .list-adventages--item-inner
    div.small {
    font-size: 20px;
    line-height: 24px;
  }
  .landing_ohmynut_wrapper .section_3 .section-img {
    margin-left: -35px;
    height: 500px;
  }
  .landing_ohmynut_wrapper .section_4 > .container > .row,
  .landing_ohmynut_wrapper .section_5 > .container > .row {
    display: flex;
    align-items: center;
  }
  .landing_ohmynut_wrapper .section_4,
  .landing_ohmynut_wrapper .section_5 {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .landing_ohmynut_wrapper .section_4 .block_title,
  .landing_ohmynut_wrapper .section_5 .block_title {
    padding-top: 0;
  }
  .landing_ohmynut_wrapper .section_4 .section-img {
    margin-left: 35px;
  }
  .landing_ohmynut_wrapper .section_5 .section-img {
    margin-left: -35px;
  }
}
@media (min-width: 1200px) {
  .landing_ohmynut_wrapper .section_2 img {
    max-width: none;
  }
  .landing_ohmynut_wrapper .section_hero > .container {
    background-position: center top;
  }
  .landing_ohmynut_wrapper .hero_title > h1 {
    width: 60%;
  }
  .landing_ohmynut_wrapper .block_title {
    font-size: 45px;
  }
  .landing_ohmynut_wrapper .section_3 .section-img {
    height: 500px;
  }
  .landing_ohmynut_wrapper .block_progress .title,
  .landing_ohmynut_wrapper .block_progress .block_progress__item td {
    font-size: 22px;
    line-height: 25px;
  }
}

/* ЛЭНДИНГ ДОКТОР КОМАРОВСКИЙ */
.landing_komarovskyi_wrapper {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  font-size: 3.75vw;
  font-weight: 400;
  background: #fff;
  color: #111236;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.landing_komarovskyi_wrapper .block_title {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  line-height: 114.4%;
  padding-top: 15px;
  padding-bottom: 10px;
}
.landing_komarovskyi_wrapper img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.landing_komarovskyi_wrapper strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.landing_komarovskyi_wrapper blockquote {
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 3.5em 2em;
}
.landing_komarovskyi_wrapper blockquote::before,
.landing_komarovskyi_wrapper blockquote::after {
  content: "";
  display: block;
  background-image: url(/img/landing-komarovskyi/quote_top.png);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 4em;
  width: 100%;
  left: 0;
  top: 0;
}
.landing_komarovskyi_wrapper blockquote::after {
  background-image: url(/img/landing-komarovskyi/quote_bottom.png);
  bottom: 0;
  top: auto;
  height: 4em;
}

.landing_komarovskyi_wrapper .list-check li {
  display: block;
  padding: 0.25em 0 0.5em 2.5em;
  position: relative;
}
.landing_komarovskyi_wrapper .list-check li:before {
  background-image: url(/img/landing-komarovskyi/check.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 1.5em;
}
.landing_komarovskyi_wrapper .video-player {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.landing_komarovskyi_wrapper .video-player iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.landing_komarovskyi_wrapper .landing_section {
  padding: 1em 0;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_komarovskyi_wrapper {
    font-size: 14px;
  }
  .landing_komarovskyi_wrapper .block_title {
    font-size: 23px;
  }
  .landing_komarovskyi_wrapper .section_1 .block_title,
  .landing_komarovskyi_wrapper .section_3 .block_title,
  .landing_komarovskyi_wrapper .section_5 .block_title {
    padding-top: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .landing_komarovskyi_wrapper {
    font-size: 16px;
  }
  .landing_komarovskyi_wrapper .landing_section > .container .row {
    align-items: center;
    display: flex;
  }
  .landing_komarovskyi_wrapper .block_title {
    font-size: 27px;
    padding-top: 0;
  }
  .landing_komarovskyi_wrapper blockquote {
    width: 400px;
    padding: 3.5em;
    display: block;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .landing_komarovskyi_wrapper .block_title {
    font-size: 36px;
  }
}

/* ЛЭНДИНГ ДОКТОР КОМАРОВСКИЙ V.2.0 */
.landing_komarovskyi2_wrapper {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  color: #111236;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.landing_komarovskyi2_wrapper .block_title {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 114.4%;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-bottom: 10px;
  text-transform: none;
  text-align: left;
}
.landing_komarovskyi2_wrapper p {
  margin-bottom: 1rem;
}
.landing_komarovskyi2_wrapper img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.landing_komarovskyi2_wrapper strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.landing_komarovskyi2_wrapper blockquote {
  border: none;
  border-top: 2px solid #9dbff2;
  border-bottom: 2px solid #9dbff2;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.35;
  position: relative;
  display: block;
  padding: 1.5em 1em;
  text-align: center;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.landing_komarovskyi2_wrapper blockquote::before {
  background-color: #fff;
  content: "";
  display: block;
  background-image: url(/img/landing-komarovskyi2/quote.svg);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  padding: 0 1em;
  position: absolute;
  height: 18px;
  width: 60px;
  left: calc(50% - 30px);
  top: -9px;
}

.landing_komarovskyi2_wrapper .direct_link {
  color: #006fc8;
  display: inline-block;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
}
.landing_komarovskyi2_wrapper .direct_link::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/icons/s01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: calc(50% - 9px);
  top: auto;
}

.landing_komarovskyi2_wrapper .tabs-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.7em;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #b8b8b8;
  padding: 0 0 1em 0;
  margin-top: 3em;
  margin-bottom: 1em;
}
.landing_komarovskyi2_wrapper .tabs-menu > li {
  height: auto;
}
.landing_komarovskyi2_wrapper .tabs-menu > li a {
  border: none;
  color: #111236;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: none;
  padding: inherit;
  position: relative;
  display: block;
}
.landing_komarovskyi2_wrapper .tabs-menu > li a::after {
  display: none;
}
.landing_komarovskyi2_wrapper .tabs-menu > li a img {
  padding-bottom: 0.5em;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.landing_komarovskyi2_wrapper .tabs-menu > li a .img_overlay {
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  height: 40px;
  margin-bottom: 5px;
  position: relative;
}
.landing_komarovskyi2_wrapper .tabs-menu > li a .img_overlay.kastr {
  background-image: url(/img/landing-komarovskyi2/icon-menu-kastr.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a .img_overlay.yogurt {
  background-image: url(/img/landing-komarovskyi2/icon-menu-yogurt.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a .img_overlay.multi {
  background-image: url(/img/landing-komarovskyi2/icon-menu-multi.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a .img_overlay.yogobox {
  background-image: url(/img/landing-komarovskyi2/icon-menu-yogobox.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a:hover .img_overlay.kastr,
.landing_komarovskyi2_wrapper .tabs-menu > li.current a .img_overlay.kastr {
  background-image: url(/img/landing-komarovskyi2/icon-menu-kastr-active.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a:hover .img_overlay.yogurt,
.landing_komarovskyi2_wrapper .tabs-menu > li.current a .img_overlay.yogurt {
  background-image: url(/img/landing-komarovskyi2/icon-menu-yogurt-active.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a:hover .img_overlay.multi,
.landing_komarovskyi2_wrapper .tabs-menu > li.current a .img_overlay.multi {
  background-image: url(/img/landing-komarovskyi2/icon-menu-multi-active.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li a:hover .img_overlay.yogobox,
.landing_komarovskyi2_wrapper .tabs-menu > li.current a .img_overlay.yogobox {
  background-image: url(/img/landing-komarovskyi2/icon-menu-yogobox-active.png);
}
.landing_komarovskyi2_wrapper .tabs-menu > li.current a,
.landing_komarovskyi2_wrapper .tabs-menu > li:hover a {
  color: #006fc8;
}
.landing_komarovskyi2_wrapper .tabs-menu > li.current a img,
.landing_komarovskyi2_wrapper .list-check {
  padding-left: 0;
}
.landing_komarovskyi2_wrapper .list-check li {
  display: block;
  line-height: 1.35;
  padding: 0.25em 0 0.5em 2.5em;
  position: relative;
}
.landing_komarovskyi2_wrapper .list-check li:before {
  background-image: url(/img/landing-komarovskyi2/check.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 1.5em;
}
.landing_komarovskyi2_wrapper .list-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  text-align: center;
}
.landing_komarovskyi2_wrapper .list-products--item {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 15px 15px;
  width: 100%;
}
.landing_komarovskyi2_wrapper .list-products--item .thumb img {
  margin: auto;
  width: 160px;
}
.landing_komarovskyi2_wrapper .list-products--item .title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0.25em 0 0.5em;
}
.landing_komarovskyi2_wrapper .list-products--item .actions {
  margin-top: 1em;
}

.landing_komarovskyi2_wrapper .list-prepare {
  list-style: none;
  padding-left: 0;
}
.landing_komarovskyi2_wrapper .list-prepare > li {
  margin-top: 20px;
  min-height: 70px;
  padding-top: 10px;
  padding-left: 90px;
  position: relative;
}
.landing_komarovskyi2_wrapper .list-prepare > li::before {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.landing_komarovskyi2_wrapper .list-prepare.kastr > li:nth-child(1)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-1_1.png);
}
.landing_komarovskyi2_wrapper .list-prepare.kastr > li:nth-child(2)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-1_2.png);
}
.landing_komarovskyi2_wrapper .list-prepare.kastr > li:nth-child(3)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-1_3.png);
}

.landing_komarovskyi2_wrapper .list-prepare.yogurt > li:nth-child(1)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-2_1.png);
}
.landing_komarovskyi2_wrapper .list-prepare.yogurt > li:nth-child(2)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-2_2.png);
}
.landing_komarovskyi2_wrapper .list-prepare.yogurt > li:nth-child(3)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-2_3.png);
}
.landing_komarovskyi2_wrapper .list-prepare.yogurt > li:nth-child(4)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-2_4.png);
}

.landing_komarovskyi2_wrapper .list-prepare.multi > li:nth-child(1)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-3_1.png);
}
.landing_komarovskyi2_wrapper .list-prepare.multi > li:nth-child(2)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-3_2.png);
}
.landing_komarovskyi2_wrapper .list-prepare.multi > li:nth-child(3)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-3_3.png);
}

.landing_komarovskyi2_wrapper .list-prepare.yogobox > li:nth-child(1)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-4_1.png);
}
.landing_komarovskyi2_wrapper .list-prepare.yogobox > li:nth-child(2)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-4_2.png);
}
.landing_komarovskyi2_wrapper .list-prepare.yogobox > li:nth-child(3)::before {
  background-image: url(/img/landing-komarovskyi2/icon-menu-4_3.png);
}

.landing_komarovskyi2_wrapper .video-player {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.landing_komarovskyi2_wrapper .video-player iframe {
  border: 1px solid #444560;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.landing_komarovskyi2_wrapper .shops {
  border-radius: 10px;
  box-shadow: 0 4px 29px rgba(23, 50, 115, 0.1);
  display: block;
  padding: 15px 15px 0;
  position: relative;
}
.landing_komarovskyi2_wrapper .shops::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  bottom: 0;
  content: "";
  left: 5%;
  display: block;
  position: absolute;
  width: 90%;
  height: 30px;
}
.landing_komarovskyi2_wrapper .shop__items {
  height: 85px;
  overflow: hidden;
  transition: height 0.3s;
}
.landing_komarovskyi2_wrapper .shop__items__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 255px;
  padding: 0 0 30px 0;
  margin-left: auto;
  margin-right: auto;
}
.landing_komarovskyi2_wrapper .shop__items.open {
  height: 100%;
}
.landing_komarovskyi2_wrapper .shop__items__inner > * {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 25%;
}
.landing_komarovskyi2_wrapper .switcher {
  bottom: -15px;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.landing_komarovskyi2_wrapper .switcher a {
  background-color: #006fc8;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 40px 6px 20px;
  position: relative;
}
.landing_komarovskyi2_wrapper .switcher a::after {
  background-image: url(/img/landing-komarovskyi2/Icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 7px;
  width: 12px;
}
.landing_komarovskyi2_wrapper .switcher a.switcher-close::after {
  background-image: url(/img/landing-komarovskyi2/Icon-arrow-top.svg);
}

.landing_komarovskyi2_wrapper .landing_section {
  padding: 1em 0;
}
.landing_komarovskyi2_wrapper .section_3 img {
  border: 1px solid #444560;
  border-radius: 17px;
}
.landing_komarovskyi2_wrapper .section_5 {
  border-bottom: 1px solid #b8b8b8;
}
.landing_komarovskyi2_wrapper .section_6,
.landing_komarovskyi2_wrapper .section_7,
.landing_komarovskyi2_wrapper .section_9,
.landing_komarovskyi2_wrapper .section_6 .block_title,
.landing_komarovskyi2_wrapper .section_7 .block_title,
.landing_komarovskyi2_wrapper .section_8 .block_title,
.landing_komarovskyi2_wrapper .section_9 .block_title {
  text-align: center;
  margin-bottom: 0;
}
.landing_komarovskyi2_wrapper .section_8 .block_title + p {
  text-align: center;
}
.landing_komarovskyi2_wrapper .section_8 {
  border-bottom: 1px solid #b8b8b8;
}
.landing_komarovskyi2_wrapper .section_9 img {
  max-width: 150px;
  margin: auto;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_komarovskyi2_wrapper {
    font-size: 14px;
  }
  .landing_komarovskyi2_wrapper .block_title {
    font-size: 23px;
  }
  .landing_komarovskyi2_wrapper blockquote {
    width: 460px;
    font-size: 16px;
  }
  .landing_komarovskyi2_wrapper .list-products--item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .landing_komarovskyi2_wrapper .list-products--item .title {
    font-size: 16px;
  }
  .landing_komarovskyi2_wrapper .shops {
    margin-left: 0;
    margin-right: 0;
  }
  .landing_komarovskyi2_wrapper .shop__items {
    height: 170px;
  }
  .landing_komarovskyi2_wrapper .shop__items__inner {
    max-width: 460px;
  }
  .landing_komarovskyi2_wrapper .switcher {
    bottom: -18px;
  }
  .landing_komarovskyi2_wrapper .switcher a {
    font-size: 12px;
  }
  .landing_komarovskyi2_wrapper .switcher a::after {
    height: 15px;
    width: 15px;
    top: 7px;
  }
  .landing_komarovskyi2_wrapper .tabs-menu,
  .landing_komarovskyi2_wrapper .tab {
    width: 517px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_komarovskyi2_wrapper .tabs-menu > li a .img_overlay {
    height: 60px;
  }
}

@media (min-width: 768px) {
  .landing_komarovskyi2_wrapper .section_5 {
    border: none;
  }
  .landing_komarovskyi2_wrapper .list-products--item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    width: 25%;
  }
  .landing_komarovskyi2_wrapper blockquote {
    width: 300px;
  }
  .landing_komarovskyi2_wrapper .section_1 .block_title,
  .landing_komarovskyi2_wrapper .section_3 .block_title,
  .landing_komarovskyi2_wrapper .section_5 .block_title {
    text-align: center;
  }
  .landing_komarovskyi2_wrapper .section_9 img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .landing_komarovskyi2_wrapper {
    font-size: 16px;
  }
  .landing_komarovskyi2_wrapper .list-products--item .title {
    font-size: 20px;
  }
  .landing_komarovskyi2_wrapper .landing_section > .container .row {
    align-items: center;
    display: flex;
  }
  .landing_komarovskyi2_wrapper .block_title {
    font-size: 27px;
    padding-top: 0;
  }
  .landing_komarovskyi2_wrapper blockquote {
    font-size: 20px;
    width: 400px;
  }
  .landing_komarovskyi2_wrapper .shops {
    padding-top: 30px;
    width: 80%;
    margin: auto;
  }
  .landing_komarovskyi2_wrapper .shop__items {
    height: 160px;
  }
  .landing_komarovskyi2_wrapper .shop__items__inner {
    width: 485px;
  }
  .landing_komarovskyi2_wrapper .section_9 .block_title + p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .landing_komarovskyi2_wrapper .block_title {
    font-size: 34px;
  }
  .landing_komarovskyi2_wrapper blockquote {
    width: 480px;
  }
  .landing_komarovskyi2_wrapper .list-products--item .thumb img {
    width: 200px;
  }
  .landing_komarovskyi2_wrapper .list-prepare > li::before {
    height: 80px;
    width: 80px;
  }
  .landing_komarovskyi2_wrapper .list-prepare > li {
    padding-left: 110px;
  }
  .landing_komarovskyi2_wrapper .list-prepare > li::before {
    height: 80px;
    width: 80px;
  }
  .landing_komarovskyi2_wrapper .section_6 .block_title + p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_komarovskyi2_wrapper .section_7 .block_title + p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .landing_komarovskyi2_wrapper .section_8 {
    padding-bottom: 2em;
  }
  .landing_komarovskyi2_wrapper .section_9 {
    padding-top: 3em;
  }
}

/* БЛОК КАРТА GOOGLE */
.where-to-buy-map-block .shops__title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: left;
}
.where-to-buy-map-block .shops__title + p {
  margin-bottom: 5px;
}
.where-to-buy-map-block #locationField {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .where-to-buy-map-block .sppb-addon-text-block,
  .where-to-buy-map-block .shops__title {
    text-align: center !important;
  }
  .where-to-buy-map-block #autocomplete {
    margin-left: auto;
    margin-right: auto;
  }
}

/* БАНЕРЫ */
.banneritem {
  margin-top: 1em;
}
.banneritem img {
  margin: auto;
}

/* FIX для заголовка страница ПРИГОТОВЛЕНИЕ */
.menu_mobile_title {
  display: none;
}

@media (max-width: 767px) {
  .menu_mobile_title {
    display: block;
    margin-bottom: 0 !important;
    position: relative;
    bottom: -30px;
  }
}

/* БЛОК КУПИТЕ ЗАКВАСКИ VIVO ПРЯМО СЕГОДНЯ */
.custom_prebot__section.to__center {
  margin: 0 auto !important;
  float: none;
  overflow: hidden;
}

/* БЛОК ДИСКОНТА В КОРЗИНЕ */
#discountBlock .code_error {
  margin-top: 10px;
}

/* СТРАНИЦА ПОДПИСКА */
.subscribe--page {
  border-bottom: 1px solid #b5b5b5;
  font-size: 17px;
  line-height: 1.3;
  padding: 48px 0 35px;
}
.subscribe--page h1,
.subscribe--page h4 {
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  text-transform: uppercase;
  padding-bottom: 1em;
  text-align: left;
}
.subscribe--page h4 {
  color: #eb1d5d;
  font-size: 1em;
  padding-bottom: 0;
}
.subscribe--page p {
  margin-bottom: 1em;
}
.subscribe--page .subscribe--img {
  display: block;
  margin: 0 auto 1em;
  max-width: 400px;
  width: 100%;
}
.subscribe--page .text-bold {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
}
.subscribe--page .subscribe--form {
  margin-bottom: 1em;
}
.subscribe--page .subscribe--email {
  margin-bottom: 0.5em;
  max-width: 400px;
}
.subscribe--page .subscribe--submit {
  background: #1bbf32;
  border: none;
  border-radius: 0.3em;
  color: #fff;
  height: auto;
  line-height: 1;
  padding: 1em 1.3em 0.8em 1.3em;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .subscribe--page .sppb-col-sm-4,
  .subscribe--page .sppb-col-sm-8 {
    width: 100%;
  }
}

/* ПРИГОТОВЛЕНИЕ БРЫНЗЫ */
.prep__container-cheese strong {
  color: #0070c9;
}
.prep__container-cheese .prep__subtitle {
  font-family: "MullerLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 70%;
}
.prep__container-cheese .prep__subinfo strong,
.prep__container-cheese .rec_line strong,
.prep__container_inner-cheese strong {
  color: #333;
}
.prep__container_inner-cheese {
  background-image: url(/img/bg_home_cheese.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 60%;
  padding: 0 0 70px;
}
.prep__container_inner-cheese > div:not(.prep__title),
.prep__container_inner-cheese > p {
  width: 40%;
}
.prep__container_inner-cheese > .prep__title {
  padding-bottom: 40px;
}
.prep__container_inner-cheese > div:not(.prep__title) {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .prep__container_inner-cheese > .prep__title {
    padding-bottom: 250px;
  }
  .prep__container-cheese .prep__subtitle {
    width: auto;
  }
  .prep__container_inner-cheese {
    background-position: left 40px;
    background-size: 300px;
    padding-bottom: 10px;
  }
  .prep__container_inner-cheese > div:not(.prep__title),
  .prep__container_inner-cheese > p {
    width: auto;
  }
}

/* НОВЫЕ КАРТОЧКИ ТОВАРА ДЛЯ ПРОБИОТИКОВ */
.text-bold {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.title-secondary {
  color: #e51e89;
}
.prod__param_content__title {
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 0 8px;
  text-transform: uppercase;
}
.direct_link.decor {
  background-color: #ebebeb;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  min-width: 270px;
  padding: 20px 45px;
  width: 45%;
}
.direct_link.decor::after {
  height: 20px;
  right: 10px;
  top: 17px;
  width: 20px;
}
.direct_link.decor.pdf {
  background-image: url(../img/icons/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-background-size: 25px;
  background-size: 25px;
}
.direct_link.direct_link_2 {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.direct_link.direct_link_2::after {
  background: url(../img/icons/s02.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  top: 2px;
}
.prod__param_content__list {
  padding: 0 !important;
}
.prod__param_content__list li {
  padding-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.prod__param_content__list li::before {
  background-image: url(/img/landing-dom_yogurt/icon_check.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 22px;
}

.prod__param_prebot__section {
  border: none;
  display: block;
  float: none;
  min-width: 290px;
  width: 53%;
}
.prod__param_prebot__section > * {
  display: inline-block;
}
.prod__param_prebot__section img {
  float: left;
  width: 65px;
}
.prod__param_prebot__section .prod__param_prebot_item__text {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  float: right;
  padding: 0;
  width: calc(100% - 70px);
}
.prod__param_prebot__section .prod__param_prebot_item__text > span {
  display: block;
}
.prod__param_prebot__section .buy__btn {
  margin-top: 5px;
  height: 28px;
  line-height: 30px;
  padding: 0;
}

.prob_landing_list {
  margin-bottom: 20px;
  margin-top: 50px;
}
.prob_landing_list_item {
  border: 1px solid #a1a1a1;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.prob_landing_list_item > img {
  width: 100%;
}
.prob_landing_list_item__title {
  bottom: 0;
  display: block;
  position: absolute;
  text-align: left;
  width: 100%;
}
.prob_landing_list_item__title > a {
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.5vw;
  line-height: 1.3;
  padding: 10px 40px 10px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s;
}
.prob_landing_list_item__title > a::after {
  background: url(../img/icons/s02.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 25px;
}
.prob_landing_list_item__title > a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
}
.prob_landing_list_item__title > a > span {
  color: #ea1966;
  display: block;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .prob_landing_list_item__title > a {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .prob_landing_list_item__title > a {
    font-size: 1em;
  }
  .prod__param_prebot__section {
    float: right;
  }
}
@media (min-width: 1200px) {
  .prob_landing_list_item__title > a {
    font-size: 1.2em;
  }
  .prob_landing_list > .row > *:nth-child(1) .prob_landing_list_item {
    margin-right: 30px;
  }
  .prob_landing_list > .row > *:nth-child(2) .prob_landing_list_item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .prob_landing_list > .row > *:nth-child(3) .prob_landing_list_item {
    margin-left: 30px;
  }
}

/* ЛЭНДИНГ ПАСХА 2019 */
.landing_easter_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 3.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_easter_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_easter_wrapper p {
  margin-bottom: 1.2em;
}
.landing_easter_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_easter_wrapper .block_title,
.landing_easter_wrapper .block_subtitle {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}
.landing_easter_wrapper .block_subtitle {
  font-size: 3em;
  margin-top: 0;
}

/* Кнопки */
.landing_easter_wrapper .button_buy {
  background: #1172c6;
  border-radius: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "MullerBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0.3em 0 0.5em;
  min-width: 10.5em;
  padding: 0.8em 2em 0.6em;
  position: relative;
  text-transform: uppercase;
}
.landing_easter_wrapper .button_buy:hover {
  text-decoration: none;
}

/* Дисконты */
.landing_easter_wrapper .bf_discount_label {
  background: #000;
  border: 1vw solid #eb1d5d;
  border-radius: 50%;
  color: #fff;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9vw;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
  text-align: center;
  line-height: 19vw;
}
.landing_easter_wrapper .bf_discount_label span {
  font-size: 3vw;
  top: -0.3em;
  display: inline-block;
  position: relative;
}

/* Sections */
.landing_easter_wrapper .landing_section {
  margin: 1em 0;
}

.landing_easter_wrapper .section_2 {
  text-align: center;
}
.landing_easter_wrapper .section_2 .bf_prod__item {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 1em;
}
.landing_easter_wrapper .section_2 .bf_discount__item {
  position: relative;
  padding-bottom: 1em;
}
.landing_easter_wrapper .section_2 .bf_img_wrap {
  position: relative;
  width: 55%;
}
.landing_easter_wrapper .section_2 .bf_img_wrap .bf_img_label_icon {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 35%;
  max-width: 160px;
}

.landing_easter_wrapper .section_2 .bf_img_wrap.full-width {
  width: inherit;
}
.landing_easter_wrapper .section_2 .bf_img_wrap.full-width > img {
  width: 80%;
}
.landing_easter_wrapper .section_2 .bf_img_wrap.full-width .bf_discount_label {
  right: 10%;
  top: 15%;
}
.landing_easter_wrapper .section_2 .bf_img_label {
  position: absolute;
  width: 40%;
  top: 25vw;
  right: 15px;
}
.landing_easter_wrapper .section_2 .bf_prod__price {
  margin: 1em 0;
}
.landing_easter_wrapper .section_2 .bf_prod__price > * {
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  margin: 0 1em;
}
.landing_easter_wrapper .section_2 .bf_prod__price > * .amount {
  font-size: 1.2em;
}
.landing_easter_wrapper .section_2 .bf_prod__price > * .amount > span {
  font-size: 1.7em;
}
.landing_easter_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--new
  .amount {
  color: #2bb0ea;
}
.landing_easter_wrapper .section_2 .bf_prod__price > .bf_prod__price--old {
  color: #858585;
}
.landing_easter_wrapper
  .section_2
  .bf_prod__price
  > .bf_prod__price--old
  .amount::after {
  display: block;
  position: absolute;
  width: 67%;
  height: 2px;
  background: #eb1d5d;
  transform: rotate(-7deg);
  content: "";
  left: 0;
  top: 50%;
}
.landing_easter_wrapper .section_2 .bf_prod__buttons > img {
  width: 30vw;
  margin-left: 10px;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_easter_wrapper {
    font-size: 18px;
  }
  .landing_easter_wrapper .bf_discount_label {
    font-size: 60px;
    height: 150px;
    width: 150px;
    line-height: 140px;
    border-width: 7px;
  }
  .landing_easter_wrapper .bf_discount_label span {
    font-size: 23px;
  }
  .landing_easter_wrapper .section_2 .bf_prod__buttons > img {
    width: 150px;
  }
  .landing_easter_wrapper .section_2 .bf_img_wrap.full-width > img {
    width: 470px;
  }
  .landing_easter_wrapper
    .section_2
    .bf_img_wrap.full-width
    .bf_discount_label {
    top: 10%;
    right: 15%;
  }
}
@media (min-width: 992px) {
  .landing_easter_wrapper .section_2 {
    text-align: left;
  }
  .landing_easter_wrapper .section_2 .bf_img_wrap,
  .landing_easter_wrapper .section_2 .bf_img_wrap.full-width {
    width: 100%;
  }
  .landing_easter_wrapper .section_2 .bf_img_label {
    width: 20%;
    top: 90px;
  }
  .landing_easter_wrapper
    .section_2
    .bf_img_wrap.full-width
    .bf_discount_label {
    top: 0;
    right: 0;
  }
  .landing_easter_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_easter_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .landing_easter_wrapper .section_2 .bf_prod__item {
  }
  .landing_easter_wrapper .section_2 .bf_img_label {
    width: 300px;
  }
  .landing_easter_wrapper
    .section_2
    .bf_prod__item:nth-child(1)
    .bf_prod__text {
    margin-top: 3%;
  }
  .landing_easter_wrapper
    .section_2
    .bf_prod__item:nth-child(2)
    .bf_prod__text {
    margin-top: 4%;
  }
  .landing_easter_wrapper
    .section_2
    .bf_prod__item:nth-child(3)
    .bf_prod__text {
    margin-top: 2%;
  }
  .landing_easter_wrapper .section_2 .bf_discount__item .bf_prod__text {
    margin-top: 7%;
  }
}

/* LABEL GLOBAL FIX (ДЛЯ ЛЭНДИНГОВ)*/
/*
.landing_probio_wrapper .section_8 .col-lg-4 .block_images::before,
.landing_immunovit_wrapper .section_6 .row > .col-sm-6:first-child::before,
.landing_forte_wrapper .section_9 .col-lg-4.text-center::before,
.landing-kefir .col-lg-push-1 p > a[href$='/kefir-vivo.html']::before,
.landing_pohudenie_wrapper .section_6 .col-sm-pull-5 p::before,
.landing_pohudenie_wrapper .section_8 .col-sm-pull-5 p::before,
.landing_dom_yogurt_wrapper .section_6 .starter_pack a::before,
.landing_vacantion_wrapper .section_5 .background_img::before,
.landing_vacantion_wrapper .section_6 .col-sm-pull-7 .text-center::before,
.landing_sport_wrapper .section_5 .col-sm-pull-7 .text-center::before {
  background: url(../img/label_covid_20.png) right top no-repeat;
  content: '';
  width: 20vw;
  height: 20vw;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  background-size: contain;
  right: 10px;
  top: 10px;  
}
*/

/* BANNERS LINE (UNDER MAIN MENU) */
.banners_line_new {
  background: #000;
  color: #fff;
  font-size: 3.75vw;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}
.banners_line_new .banner-row {
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.banners_line_new .banner-col,
.banners_line_new .banner-col-30,
.banners_line_new .banner-col-40,
.banners_line_new .banner-col-45,
.banners_line_new .banner-col-50,
.banners_line_new .banner-col-55,
.banners_line_new .banner-col-60,
.banners_line_new .banner-col-70,
.banners_line_new .banner-col-100 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
}

.banners_line_new .banner-col {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  max-width: none;
}
.banners_line_new .banner-col-100 {
  flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
.banners_line_new .banner-col-30 {
  flex: 0 1 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  max-width: 30%;
}
.banners_line_new .banner-col-40 {
  flex: 0 1 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  max-width: 40%;
}
.banners_line_new .banner-col-45 {
  flex: 0 1 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  max-width: 45%;
}
.banners_line_new .banner-col-50 {
  flex: 0 1 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  max-width: 50%;
}
.banners_line_new .banner-col-55 {
  flex: 0 1 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
  -ms-flex: 0 1 55%;
  max-width: 55%;
}
.banners_line_new .banner-col-60 {
  flex: 0 1 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  max-width: 60%;
}
.banners_line_new .banner-col-70 {
  flex: 0 1 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  max-width: 70%;
}
.banners_line_new .banner-title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  line-height: 1.1em;
  text-transform: uppercase;
}
.banners_line_new .banner-text {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.banners_line_new .banner-action {
  display: block;
  width: 100%;
}
.banners_line_new .banner-btn {
  background-color: #13c165;
  border-radius: 1.5em;
  color: #fff;
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.2em;
  min-width: 100px;
  padding: 0.5em;
  width: 90%;
}

@media (min-width: 576px) {
  .banners_line_new {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .banners_line_new {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .banners_line_new {
    font-size: 16px;
  }
  .banners_line_new .banner-col-md {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    max-width: none;
  }
  .banners_line_new .banner-col-md-big {
    flex: 0 10em;
    -webkit-box-flex: 1;
    -webkit-flex: 0 10em;
    -ms-flex: 0 10em;
    max-width: 10em;
  }
  .banners_line_new .banner-col-md-35 {
    flex: 0 1 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    max-width: 35%;
  }
  .banners_line_new .banner-col-md-40 {
    flex: 0 1 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    max-width: 40%;
  }
  .banners_line_new .banner-col-md-45 {
    flex: 0 1 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    max-width: 45%;
  }
  .banners_line_new .banner-col-md-50 {
    flex: 0 1 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    max-width: 50%;
  }
  .banners_line_new .banner-col-md-55 {
    flex: 0 1 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    max-width: 55%;
  }
  .banners_line_new .banner-col-md-60 {
    flex: 0 1 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    max-width: 60%;
  }
  .banners_line_new .banner-col-md-65 {
    flex: 0 1 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65%;
    -ms-flex: 0 1 65%;
    max-width: 65%;
  }
  .banners_line_new .banner-text {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .banners_line_new {
    font-size: 18px;
  }
  .banners_line_new .banner-col-lg {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    max-width: none;
  }
  .banners_line_new .banner-col-lg-30 {
    flex: 0 1 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    max-width: 30%;
  }
  .banners_line_new .banner-col-lg-70 {
    flex: 0 1 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    max-width: 70%;
  }
  .banners_line_new .banner-title {
    font-size: 1.75em;
    text-align: left;
  }
  .banners_line_new .banner-text {
    font-size: 1.1em;
    text-align: left;
  }
  .banners_line_new .banner-label {
    position: absolute;
  }
}

/* ЧЕРНАЯ ПЯТНИЦА */
.banners_line_new.blackfriday {
  background-image: url(/img/landing-blackfriday/2019/bg_banner_blackfriday.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#blackfriday_banner {
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  #blackfriday_banner .banner-text-block-1 {
    flex: 0 1 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
    -ms-flex: 0 1 150px;
    max-width: 150px;
  }
  #blackfriday_banner .banner-text-block-2 {
    flex: 0 1 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -ms-flex: 0 1 120px;
    max-width: 120px;
  }
  #blackfriday_banner .banner-text-block-4 {
    flex: 0 1 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
    -ms-flex: 0 1 200px;
    max-width: 200px;
  }
  #blackfriday_banner .banner-label {
    position: absolute;
    top: -4em;
    left: -1em;
  }
}

/* НОВЫЙ ГОД  */
.banners_line_new.newyear {
  background-color: transparent;
  background-image: url(/img/banner-newyear/bg_banner_newyear.png);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
}
#newyear_banner {
  color: #000;
  text-align: center;
}
#newyear_banner .banner-title {
  color: #f90047;
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
#newyear_banner .banner-text {
  font-size: 0.85em;
}
#newyear_banner .banner-btn {
  background-color: #00b0dc;
}
@media (min-width: 992px) {
  .banners_line_new.newyear {
    -webkit-background-size: contain;
    background-size: contain;
  }
  #newyear_banner .banner-title {
    margin-bottom: 0;
  }
  #newyear_banner .banner-text {
    text-align: left;
  }
  #newyear_banner .banner-btn {
    font-size: 0.85em;
  }
  #newyear_banner .banner-text-block-1 {
    flex: 0 1 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    max-width: 30%;
  }
  #newyear_banner .banner-text-block-2 {
    flex: 0 1 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16%;
    -ms-flex: 0 1 16%;
    max-width: 16%;
  }
  #newyear_banner .banner-text-block-4 {
    flex: 0 1 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    max-width: 25%;
  }
  #newyear_banner .banner-label {
    position: absolute;
    top: -6.5em;
    left: -4em;
  }
}
@media (min-width: 1200px) {
  #newyear_banner .banner-title {
    font-size: 2em;
  }
  #newyear_banner .banner-text,
  #newyear_banner .banner-btn {
    font-size: 1em;
  }
  #newyear_banner .banner-label {
    top: -7em;
  }
}
/* COVID-2019  */
.banners_line_new.covid {
  background: #fece00;
  color: #000;
}
#covid_banner {
  text-align: center;
}
#covid_banner strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#covid_banner .banner-text-block-3 {
  font-size: 1.25em;
}
#covid_banner .banner-label {
  width: 80%;
  margin: auto;
}

@media (min-width: 992px) {
  .banners_line_new.covid {
    padding: 0.25em 0;
  }
  #covid_banner .banner-title {
    font-size: 3em;
  }
  #covid_banner .banner-text {
    text-align: left;
  }
  #covid_banner .banner-text-block-1 {
    flex: 0 1 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    max-width: 30%;
  }
  #covid_banner .banner-text-block-2 {
    flex: 0 1 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16%;
    -ms-flex: 0 1 16%;
    max-width: 16%;
  }
  #covid_banner .banner-text-block-3 {
    font-size: 1em;
  }
  #covid_banner .banner-text-block-4 {
    flex: 0 1 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    max-width: 25%;
  }
  #covid_banner .banner-label {
    position: absolute;
    top: -5.5em;
    left: -6em;
    width: 10em;
  }
}
@media (min-width: 1200px) {
  #covid_banner .banner-label {
    left: -3.5em;
  }
}

/* NEWYEAR-2021  */
.banners_line_new.ny2020 {
  background-color: #fff8f2;
  background-image: url(../img/banner-ny2020/banner_ny2020_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  color: #000;
}
#ny2020_banner {
  text-align: center;
}
#ny2020_banner .banner-action {
}
#ny2020_banner .banner-btn {
  background-color: #2c71c3;
  display: block;
  width: 100%;
  max-width: 40%;
  margin-top: 20vw;
  margin-left: 15%;
}

@media (min-width: 768px) {
  .banners_line_new.ny2020 {
    background-size: 740px;
  }
  #ny2020_banner .banner-btn {
    margin-top: 140px;
  }
}
@media (min-width: 992px) {
  .banners_line_new.ny2020 {
    background: rgb(255, 248, 242);
    background: linear-gradient(
      180deg,
      rgba(255, 248, 242, 1) 0%,
      rgba(255, 248, 242, 1) 80%,
      rgba(255, 255, 255, 0) 80%
    );
    padding-top: 0;
    padding-bottom: 0;
  }
  .banners_line_new.ny2020 > .container {
    background-image: url(../img/banner-ny2020/banner_ny2020_img_desk.png);
    background-size: 960px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 2.25em;
    padding-top: 0.75em;
    margin-bottom: -1em;
  }
  #ny2020_banner .banner-btn {
    margin-top: 0;
    right: 0;
    margin-left: auto;
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  .banners_line_new.ny2020 {
    background: rgb(255, 248, 242);
    background: linear-gradient(
      180deg,
      rgba(255, 248, 242, 1) 0%,
      rgba(255, 248, 242, 0) 85%,
      rgba(255, 255, 255, 0) 85%
    );
  }
  .banners_line_new.ny2020 > .container {
    background-size: 1170px;
    margin-bottom: -0.75em;
  }
}

/* 8 МАРТА */
.banners_line_new.is8marta {
  background: rgb(246, 252, 254);
  background: -moz-linear-gradient(
    90deg,
    rgba(246, 252, 254, 1) 0%,
    rgba(209, 244, 249, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(246, 252, 254, 1) 0%,
    rgba(209, 244, 249, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(246, 252, 254, 1) 0%,
    rgba(209, 244, 249, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6fcfe",endColorstr="#d1f4f9",GradientType=1);
  padding: 1em 0;
  color: #007597;
}
#is8marta_banner {
  text-align: center;
}
#is8marta_banner .banner-btn {
  background-color: #25bf68;
  display: block;
  margin-top: 1em;
  margin-left: 1em;
  text-align: center;
}

@media (min-width: 992px) {
  .banners_line_new.is8marta {
    padding: 5px 0;
    border-bottom: 1px solid #007597;
  }
  #is8marta_banner {
    text-align: left;
  }
  #is8marta_banner .banner-btn {
    margin-top: 0;
    right: 0;
    margin-left: auto;
    max-width: 160px;
  }
  #is8marta_banner .banner-label {
    position: absolute;
    top: -4.5em;
    width: 10em;
    left: -1.5em;
  }
  #is8marta_banner .banner-text-block-1,
  #is8marta_banner .banner-text-block-2 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  #is8marta_banner .banner-text-block-4 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  #is8marta_banner .banner-text-block-3 {
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
  }
}

/* COVID-OHMYNUT  */
.banners_line_new.covid_ohmynut {
  background: transparent;
  color: #000;
}

#covid_ohmynut_banner .banner-covid-img,
#covid_ohmynut_banner .banner-ohmynut-img {
  background-color: #fece00;
  display: block;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
#covid_ohmynut_banner .banner-ohmynut-img {
  background: #fff;
}

#covid_ohmynut_banner .banner-covid-img a,
#covid_ohmynut_banner .banner-ohmynut-img a {
  display: block;
  padding: 10px 5vw;
  max-width: 550px;
}
#covid_ohmynut_banner .banner-ohmynut-img a {
  padding: 10px 0;
}

@media (min-width: 576px) {
  #covid_ohmynut_banner {
    display: table;
    max-height: 100px;
    width: 100%;
  }
  #covid_ohmynut_banner .banner-covid-img,
  #covid_ohmynut_banner .banner-ohmynut-img {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #covid_ohmynut_banner .banner-covid-img {
    width: 60%;
    border-right: 5px solid #fff;
  }
  #covid_ohmynut_banner .banner-ohmynut-img {
    width: 40%;
  }
  #covid_ohmynut_banner .banner-ohmynut-img a {
    padding: 0;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
  #covid_ohmynut_banner .banner-covid-img a,
  #covid_ohmynut_banner .banner-ohmynut-img a {
    max-width: 700px;
  }
  #covid_ohmynut_banner .banner-covid-img a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* OHMYNUT  */
.banners_line_new.ohmynut {
  background: transparent;
  color: #000;
  padding: 0;
}
#ohmynut_banner {
  background-image: url(/img/banner-ohmynut/banner_ohmynut_mob_ru.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  height: 22vw;
  position: relative;
}
body.uk-ua #ohmynut_banner {
  background-image: url(/img/banner-ohmynut/banner_ohmynut_mob_ua.png);
}

@media (min-width: 576px) {
  #ohmynut_banner {
    background-image: url(/img/banner-ohmynut/banner_ohmynut_desk_ru.png);
    height: 10vw;
  }
  body.uk-ua #ohmynut_banner {
    background-image: url(/img/banner-ohmynut/banner_ohmynut_desk_ua.png);
  }
}

@media (min-width: 768px) {
  #ohmynut_banner {
    height: 65px;
  }
}

@media (min-width: 992px) {
  #ohmynut_banner {
    height: 85px;
  }
}

@media (min-width: 1200px) {
  #ohmynut_banner {
    height: 100px;
  }
}

/* BLACK FRIDAY 2022  */
#blackfriday2022_banner {
  background-image: url(/img/banner-blackfriday2022/banner_blackfriday2022_mob_ua.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  height: 22vw;
  position: relative;
}

@media (min-width: 576px) {
  #blackfriday2022_banner {
    background-image: url(/img/banner-blackfriday2022/banner_blackfriday2022_desk_ua.png);
    height: 10vw;
  }
}

@media (min-width: 768px) {
  #blackfriday2022_banner {
    height: 65px;
  }
}

@media (min-width: 992px) {
  #blackfriday2022_banner {
    height: 85px;
  }
}

@media (min-width: 1200px) {
  #blackfriday2022_banner {
    height: 100px;
  }
}

/* NEW YEAR 2023  */
#ny2023_banner {
  background-image: url(/img/banner-newyear2023/banner_ny2023_mob_ua.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  height: 22vw;
  position: relative;
}

@media (min-width: 576px) {
  #ny2023_banner {
    background-image: url(/img/banner-newyear2023/banner_ny2023_desk_ua.png);
    height: 10vw;
  }
}

@media (min-width: 768px) {
  #ny2023_banner {
    height: 65px;
  }
}

@media (min-width: 992px) {
  #ny2023_banner {
    height: 85px;
  }
}

@media (min-width: 1200px) {
  #ny2023_banner {
    height: 100px;
  }
}

/* DOUBLE Banners Row  */
.banners_line_new.double_banners {
  background: transparent;
  color: #000;
  padding: 10px 0;
}

#double_banner .banner-left-img,
#double_banner .banner-right-img {
  background-color: transparent;
  display: block;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

#double_banner .banner-left-img a,
#double_banner .banner-right-img a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  height: 23vw;
  position: relative;
}
#double_banner .banner-left-img.ru a {
  background-image: url(/img/banners/banner_october2021_mob_ru.png);
}
#double_banner .banner-right-img.ru a {
  background-image: url(/img/banners/banner_ohmynut_mob_ru.png);
}
#double_banner .banner-left-img.ua a {
  background-image: url(/img/banners/banner_october2021_mob_ua.png);
}
#double_banner .banner-right-img.ua a {
  background-image: url(/img/banners/banner_ohmynut_mob_ua.png);
}

@media (min-width: 576px) {
  #double_banner {
    display: table;
    max-height: 100px;
    width: 100%;
  }
  #double_banner .banner-left-img,
  #double_banner .banner-right-img {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #double_banner .banner-left-img {
    padding: 0 5px;
    width: 50%;
  }
  #double_banner .banner-right-img {
    padding: 0 5px;
    width: 25%;
  }

  #double_banner .banner-left-img a,
  #double_banner .banner-right-img a {
    height: 60px;
  }
  #double_banner .banner-left-img.ru a {
    background-image: url(/img/banners/banner_october2021_desk_ru.png);
  }
  #double_banner .banner-right-img.ru a {
    background-image: url(/img/banners/banner_ohmynut_mob_ru.png);
  }
  #double_banner .banner-left-img.ua a {
    background-image: url(/img/banners/banner_october2021_desk_ua.png);
  }
  #double_banner .banner-right-img.ua a {
    background-image: url(/img/banners/banner_ohmynut_mob_ua.png);
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  #double_banner .banner-left-img a,
  #double_banner .banner-right-img a {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  #double_banner .banner-left-img a,
  #double_banner .banner-right-img a {
    height: 100px;
  }
}

/* HUNNAP  */
#hunnap_banner {
  background-image: url(/img/banner-hunnap/banner_hunnap_mob.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  height: 22vw;
  position: relative;
}
@media (max-width: 576px) {
  .mob{
    display: block;
  }
  .des{
    display: none;
  }
}
@media (min-width: 576px) {
  .des{
    display: block;
  }
  .mob{
    display: none;
  }
  #hunnap_banner {
    background-image: url(/img/banner-hunnap/banner_hunnap_desk.png);
    height: 10vw;
  }
}

@media (min-width: 768px) {
  #hunnap_banner {
    height: 65px;
  }
}

@media (min-width: 992px) {
  #hunnap_banner {
    height: 85px;
  }
}

@media (min-width: 1200px) {
  #hunnap_banner {
    height: 100px;
  }
}

/* БЛОК OH MY NUT! В КОРЗИНЕ */
.order .block.ohmynut {
  border: none;
  text-align: center;
}
.order .block.ohmynut a {
  display: inline-block;
  max-width: 400px;
}

.order .block.ohmynut img {
  margin: auto;
}

/* БЛОК СКИДКИ В КОРЗИНЕ */
.bottom.cart__bottom .payment-table,
.bottom.cart__bottom .total-table {
  margin: 0;
  width: 100%;
}
.bottom.cart__bottom .total-table {
  margin-top: 5px;
}
.bottom.cart__bottom .total-table .total {
  float: none;
  height: auto;
}
.bottom.cart__bottom .total-table .total > td {
  vertical-align: bottom;
}
.bottom.cart__bottom .payment-table tr td:first-child,
.bottom.cart__bottom .total-table tr td:first-child {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  height: 1.5em;
  text-align: right;
  width: auto;
  white-space: nowrap;
}
.bottom.cart__bottom .total-table .total td:first-child b,
.bottom.cart__bottom .total-table .total td:last-child .tprice {
  height: 20px;
}
.bottom.cart__bottom .payment-table tr td:last-child,
.bottom.cart__bottom .total-table tr td:last-child {
  width: 25%;
  text-align: right;
  white-space: nowrap;
}
.bottom.cart__bottom .payment-table tr:last-child td:first-child {
  text-transform: none;
}
.bottom.cart__bottom .payment-table tr td > span,
.bottom.cart__bottom .total-table tr td > span {
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .bottom.cart__bottom .payment-table tr td:last-child,
  .bottom.cart__bottom .total-table tr td:last-child {
    width: 19%;
  }
}
@media (min-width: 1200px) {
  .bottom.cart__bottom .payment-table tr td:last-child,
  .bottom.cart__bottom .total-table tr td:last-child {
    width: 16%;
  }
}

/* ФОРМА ДЛЯ ПРОВЕРКИ ДИСКОНТНОЙ СКИДКИ ПО НОМЕРУ */
.discount_check_form {
  padding-bottom: 10px;
}
.discount_check_form .wrap {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  max-width: 290px;
  padding: 1px 0;
  margin-bottom: 5px;
}
.discount_check_form .wrap > input {
  height: 30px !important;
  display: inline-block;
  margin: 0 5px;
  padding: 6px !important;
  position: relative;
  padding-top: 7px !important;
  font-size: 1.1em !important;
}
.discount_check_form .wrap > #discount_check__countrycode {
  width: 44px;
}
.discount_check_form .wrap > #discount_check__phonenumber {
  width: 140px;
  margin: 0 10px;
}
.discount_check_form .wrap input,
.discount_check_form .wrap .ok-button {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif !important;
  top: -2px;
}
.discount_check_form .wrap .ok-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #0070c9;
  color: #fff;
  border-radius: 3px;
  height: 30px;
  float: right;
  width: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 2px;
  transition: 0.5s;
}
.discount_check_form .wrap + .discont {
  display: block;
  padding-bottom: 10px;
}
.discount_check_form .wrap + .discont > strong {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}

@media (min-width: 992px) {
  .discount_check_form {
    margin-top: -40px;
    position: relative;
    padding-bottom: 50px;
  }
  .discount_check_form .discount_check__subtitle {
    font-size: 20px;
  }
}

/* ФОРМА СПЕЦ ПРЕДЛОЖЕНИЕ ДЛЯ ВАС (КОРЗИНА) */
.offer-for-you {
  border: 1px solid #1070d2;
  padding: 1em 0.3em;
  font-size: 13px;
}
offer-for-you-wrapper {
  position: relative;
  display: block;
}
.offer-for-you--inner {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.offer-for-you--title,
.offer-for-you--subtitle {
  font-size: 1.3em;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}
.offer-for-you--subtitle {
  font-size: 1em;
  padding-top: 0.5em;
}
.offer-for-you--block {
  display: block;
  width: 40%;
}
.offer-for-you--block:last-child {
  width: 50%;
}
.offer-for-you--img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.offer-for-you--text {
  font-size: 0.85em;
  line-height: 1.2;
}
.offer-for-you--discount {
  display: inline !important;
  font-size: 2em !important;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ed1164;
  line-height: 1 !important;
}
.offer-for-you--summ {
  display: inline !important;
  font-size: 1em !important;
}
.offer-for-you--arrow {
  position: absolute;
  display: block;
  width: 3em;
  height: 2em;
  content: "";
  background-image: url(../img/icon-arrwow-right-decor.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(40% - 1em);
  left: calc(50% - 1.5em);
}
.offer-for-you--free_delivery {
  position: absolute;
  display: block;
  top: 38%;
  right: 3em;
  width: 8em;
  height: 8em;
  font-size: 0.5em;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 4em;
  border: 2px solid #1070d2;
  border-radius: 4em;
  text-align: center;
  overflow: hidden;
  font-family: "GloberSemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}
.offer-for-you--free_delivery::before {
  background-image: url(../img/del_3_1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2em;
  left: 2.5em;
  position: absolute;
  top: 1.5em;
  width: 3em;
}
@media (min-width: 992px) {
  .offer-for-you {
    font-size: 16px;
  }
}

/* СТРАНИЦА ВОЗВРАТА */
.landing_vozvrat_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.35;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_vozvrat_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_vozvrat_wrapper p {
  margin-bottom: 1.2em;
  position: relative;
}
.landing_vozvrat_wrapper .decor-info {
  padding-left: 1.5em;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing_vozvrat_wrapper .decor-info::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/tab_icon_1.png) left top no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.landing_vozvrat_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_vozvrat_wrapper .block_title {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}

.landing_vozvrat_wrapper ul {
  list-style: disc;
  padding-left: 1em;
  margin: 1em 0;
}

/* Sections */
.landing_vozvrat_wrapper .landing_section {
  margin: 1em 0;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_vozvrat_wrapper {
    font-size: 18px;
  }
}

/* ЛЭНДИНГ РАСТРОЙСТВА ПИЩЕВАРЕНИЯ */
.landing_rasstroistva_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.15;
  font-size: 4.35vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Абзацы */
.landing_rasstroistva_wrapper p {
  margin-bottom: 1.2em;
}
.landing_rasstroistva_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_rasstroistva_wrapper .block_title {
  color: #0070c9;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0.7em 0 0.35em;
  text-transform: uppercase;
}

/* Списки */
.landing_rasstroistva_wrapper .list-decor {
  margin: 0;
  margin-bottom: 1.2em;
}
.landing_rasstroistva_wrapper .list-decor > li {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
.landing_rasstroistva_wrapper .list-decor > li::before {
  background-image: url(/img/landing-rasstroistva/icon-check.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

/* Блоки */
.landing_rasstroistva_wrapper .block-decor {
  text-align: center;
}
.landing_rasstroistva_wrapper .block-decor .block-decor--img {
  width: 40%;
  margin: 1em auto;
}
.landing_rasstroistva_wrapper .block-decor .block-decor--title {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.landing_rasstroistva_wrapper .block-product .block-product--img {
  width: 70%;
}
.landing_rasstroistva_wrapper .block-product .block-product--title {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.landing_rasstroistva_wrapper .block-product .block-product--text {
  margin: 0.5em 0;
}

/* Кнопки */
.landing_rasstroistva_wrapper .direct_link {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}
.landing_rasstroistva_wrapper .direct_link::after {
  display: inline-block;
  margin-left: 7px;
  padding-right: 0;
  position: relative;
  right: auto;
  top: 3px;
}
.landing_rasstroistva_wrapper .button_buy {
  background: #006fc8;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  margin: 0.3em 0 0.1em;
  min-width: 10.5em;
  padding: 0.8em 2.65em 0.6em;
  position: relative;
}
.landing_rasstroistva_wrapper .button_buy.secondary {
  background: #00c124;
}
.landing_rasstroistva_wrapper .button_buy:hover {
  text-decoration: none;
}

/* Sections */
.landing_rasstroistva_wrapper .landing_section {
  margin: 1em 0;
}
.landing_rasstroistva_wrapper .landing_section > .container {
  border-bottom: 1px solid #c1c1c1;
}
.landing_rasstroistva_wrapper .section_7 > .container {
  border-bottom: none;
}

/* MEDIA */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .landing_rasstroistva_wrapper {
    line-height: 1.15;
    font-size: 16px;
  }
  .landing_rasstroistva_wrapper .d-sm-flex {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .landing_rasstroistva_wrapper .block_title {
    font-size: 1.75em;
    margin-top: 0;
  }
  .landing_rasstroistva_wrapper .list-decor > li {
    padding-left: 35px;
  }
  .landing_rasstroistva_wrapper .list-decor > li::before {
    height: 25px;
    top: 2px;
    width: 25px;
  }
  .landing_rasstroistva_wrapper .block-product {
    min-height: 460px;
  }

  .landing_rasstroistva_wrapper .section_2 .block_title,
  .landing_rasstroistva_wrapper .section_4 .block_title,
  .landing_rasstroistva_wrapper .section_6 .block_title {
    margin-top: 0.7em;
  }

  /* Section 1 */
  .landing_rasstroistva_wrapper .section_1 {
    margin-top: 0;
  }
  /* Section 4 */
  .landing_rasstroistva_wrapper .section_4 .block-decor {
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .landing_rasstroistva_wrapper .d-md-flex {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .landing_rasstroistva_wrapper .list-decor.check > li {
    margin-top: 5px;
  }
  .landing_rasstroistva_wrapper .list-decor.check > li::before {
    height: 20px;
    width: 20px;
  }

  .landing_rasstroistva_wrapper .block-product .block-product--img {
    margin-top: 2em;
  }

  /* Section 2 */
  .landing_rasstroistva_wrapper .section_2 {
    margin-bottom: 0;
  }
  .landing_rasstroistva_wrapper .section_2 .block-decor {
    min-height: 210px;
  }
  .landing_rasstroistva_wrapper .section_2 .col-md-offset-1 {
    margin-left: 12.66666%;
  }
  .landing_rasstroistva_wrapper .section_4 .block-decor {
    min-height: 260px;
  }
  /* Section 3 */
  .landing_rasstroistva_wrapper .section_3 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .landing_rasstroistva_wrapper .d-lg-flex {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  /* Section 4 */
  .landing_rasstroistva_wrapper .section_4 {
    margin-bottom: 0;
  }
  .landing_rasstroistva_wrapper .section_4 .block-decor {
    min-height: 280px;
  }
  /* Section 5 */
  .landing_rasstroistva_wrapper .section_5 {
    margin-top: 0;
  }
}

/* ЛЭНДИНГ ВЫБОР ЛЕНДИНГА */
.landing_landing_choose_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.1em;
  font-size: 2vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_landing_choose_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_landing_choose_wrapper p {
  margin-bottom: 1.2em;
}
.landing_landing_choose_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* Заголовки */
.landing_landing_choose_wrapper .section-title {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.55em;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-top: 1em;
  text-align: left;
  text-transform: uppercase;
}
.landing_landing_choose_wrapper .section-subtitle {
  color: #333;
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  font-size: 1.55em;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 0.5em;
  text-align: left;
}

/* Списки */
.landing_landing_choose_wrapper .list-landings {
  margin-left: -1em;
  margin-right: -1em;
}
.landing_landing_choose_wrapper .list-landings-block {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.landing_landing_choose_wrapper .list-landings-block .block-title {
  padding-right: 24%;
  width: 100%;
}
.landing_landing_choose_wrapper
  .list-landings-block
  [class*="recipe"]
  .block-title {
  text-shadow: 0px 0px 5px #000, 0px 0px 8px #000, 0px 0px 12px #000;
}
.landing_landing_choose_wrapper
  .list-landings-block
  [class*="article_"]
  .block-title {
  text-shadow: 0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 12px #fff;
}
.landing_landing_choose_wrapper .list-landings-block .block-text {
  padding-right: 30%;
  margin: 0.5em 0;
}
.landing_landing_choose_wrapper .list-landings-block .block-title {
  color: #333;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  text-transform: uppercase;
}
.landing_landing_choose_wrapper .list-landings-block .block-title a {
  color: #333;
}
.landing_landing_choose_wrapper .list-landings-block .block-title a:hover {
  color: #005496;
}
.landing_landing_choose_wrapper .list-landings-block .block-actions .btn {
  background-color: #006fc8;
  color: #fff;
  border: none;
  border-radius: 2em;
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  padding: 0 1em;
}
.landing_landing_choose_wrapper .list-landings-block .block-actions .btn:hover {
  background-color: #005496;
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner {
  -ms-align-items: center;
  align-items: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right 0;
  background-repeat: no-repeat;
  border: 1px solid #d7d7d7;
  padding: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 15em;
  flex-wrap: wrap;
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_probio {
  background-image: url(/img/landing-landing_choose/landing_probio_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_immunitet {
  background-image: url(/img/landing-landing_choose/landing_immunitet_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_kefir {
  background-image: url(/img/landing-landing_choose/landing_kefir_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_pohud {
  background-image: url(/img/landing-landing_choose/landing_pohud_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_sport {
  background-image: url(/img/landing-landing_choose/landing_sport_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_travel {
  background-image: url(/img/landing-landing_choose/landing_travel_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_yogurt {
  background-image: url(/img/landing-landing_choose/landing_yogurt_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_malusham {
  background-image: url(/img/landing-landing_choose/landing_malusham_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_detyam {
  background-image: url(/img/landing-landing_choose/landing_detyam_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_antibiotik {
  background-image: url(/img/landing-landing_choose/landing_antibiotik_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_pischevar {
  background-image: url(/img/landing-landing_choose/landing_pischevar_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_vugoda {
  background-image: url(/img/landing-landing_choose/landing_vugoda_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.yogurt_about {
  background-image: url(/img/landing-landing_choose/landing_yogurt_about_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.yogurt_about
  .block-title {
  padding-right: 50%;
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.yogurt_about
  .block-text {
  padding-right: 60%;
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_problems {
  background-image: url(/img/landing-landing_choose/landing_problems_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_weight {
  background-image: url(/img/landing-landing_choose/landing_weight_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_kefmult {
  background-image: url(/img/landing-landing_choose/landing_kefmult_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_cottagezero {
  background-image: url(/img/landing-landing_choose/landing_cottagezero_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_kefironeday {
  background-image: url(/img/landing-landing_choose/landing_kefironeday_mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.landing_komarovskyi {
  background-image: url(/img/landing-landing_choose/landing_komarovskyi_mob.jpg);
}

.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_1 {
  background-image: url(/img/articles-choose/1mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_2 {
  background-image: url(/img/articles-choose/2mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_3 {
  background-image: url(/img/articles-choose/3mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_4 {
  background-image: url(/img/articles-choose/4mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_5 {
  background-image: url(/img/articles-choose/5mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_6 {
  background-image: url(/img/articles-choose/6mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_7 {
  background-image: url(/img/articles-choose/7mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_8 {
  background-image: url(/img/articles-choose/8mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_9 {
  background-image: url(/img/articles-choose/9mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_10 {
  background-image: url(/img/articles-choose/10mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_11 {
  background-image: url(/img/articles-choose/11mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.article_12 {
  background-image: url(/img/articles-choose/12mob.jpg);
}

.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_1 {
  background-image: url(/img/recipes-choose/1mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_2 {
  background-image: url(/img/recipes-choose/2mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_3 {
  background-image: url(/img/recipes-choose/3mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_4 {
  background-image: url(/img/recipes-choose/4mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_5 {
  background-image: url(/img/recipes-choose/5mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_6 {
  background-image: url(/img/recipes-choose/6mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_7 {
  background-image: url(/img/recipes-choose/7mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_8 {
  background-image: url(/img/recipes-choose/8mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_9 {
  background-image: url(/img/recipes-choose/9mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_10 {
  background-image: url(/img/recipes-choose/10mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_11 {
  background-image: url(/img/recipes-choose/11mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_12 {
  background-image: url(/img/recipes-choose/12mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_13 {
  background-image: url(/img/recipes-choose/13mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_14 {
  background-image: url(/img/recipes-choose/14mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_15 {
  background-image: url(/img/recipes-choose/15mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_16 {
  background-image: url(/img/recipes-choose/16mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_17 {
  background-image: url(/img/recipes-choose/17mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_18 {
  background-image: url(/img/recipes-choose/18mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_19 {
  background-image: url(/img/recipes-choose/19mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_20 {
  background-image: url(/img/recipes-choose/20mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_21 {
  background-image: url(/img/recipes-choose/21mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_22 {
  background-image: url(/img/recipes-choose/22mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_23 {
  background-image: url(/img/recipes-choose/23mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_24 {
  background-image: url(/img/recipes-choose/24mob.jpeg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_25 {
  background-image: url(/img/recipes-choose/25mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_26 {
  background-image: url(/img/recipes-choose/26mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_27 {
  background-image: url(/img/recipes-choose/27mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_28 {
  background-image: url(/img/recipes-choose/28mob.jpg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_29 {
  background-image: url(/img/recipes-choose/29mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_30 {
  background-image: url(/img/recipes-choose/30mob.jpeg);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_32 {
  background-image: url(/img/recipes-choose/32mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_33 {
  background-image: url(/img/recipes-choose/33mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_34 {
  background-image: url(/img/recipes-choose/34mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_35 {
  background-image: url(/img/recipes-choose/35mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_37 {
  background-image: url(/img/recipes-choose/37mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_38 {
  background-image: url(/img/recipes-choose/38mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_41 {
  background-image: url(/img/recipes-choose/41mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_42 {
  background-image: url(/img/recipes-choose/42mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_43 {
  background-image: url(/img/recipes-choose/43mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_31 {
  background-image: url(/img/recipes-choose/31mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_44 {
  background-image: url(/img/recipes-choose/44mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_45 {
  background-image: url(/img/recipes-choose/45mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_46 {
  background-image: url(/img/recipes-choose/46mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_47 {
  background-image: url(/img/recipes-choose/47mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_48 {
  background-image: url(/img/recipes-choose/48mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_49 {
  background-image: url(/img/recipes-choose/49mob.JPG);
}
.landing_landing_choose_wrapper
  .list-landings-block
  .list-landings-block--inner.recipe_54 {
  background-image: url(/img/recipes-choose/54mob.jpg);
}

/* Sections */
.landing_landing_choose_wrapper .landing_section {
  margin: 1em 0;
}

/* MEDIA */
@media (max-width: 575px) {
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner {
    height: 20em;
  }
  .landing_landing_choose_wrapper .list-landings-block .block-text {
    font-size: 1.6em;
    line-height: 1.2;
    text-shadow: 0em 0em 0.25em #fff, 0em 0em 0.25em #fff, 0em 0em 0.5em #fff,
      0em 0em 0.75em #fff, 0em 0em 1em #fff;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.yogurt_about
    .block-title {
    padding-right: 24%;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.yogurt_about
    .block-text {
    padding-right: 30%;
  }
}

@media (min-width: 576px) {
  .landing_landing_choose_wrapper .list-landings-block .block-actions .btn {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .landing_landing_choose_wrapper {
    font-size: 11px;
    line-height: 1.25em;
  }
  .landing_landing_choose_wrapper .section-title {
    font-size: 2.25em;
  }
  .landing_landing_choose_wrapper .section-subtitle {
    font-size: 1.35em;
    padding-right: 50%;
  }
  .landing_landing_choose_wrapper .list-landings {
    margin-left: -15px;
    margin-right: -15px;
  }
  .landing_landing_choose_wrapper .list-landings-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing_landing_choose_wrapper .list-landings-block .block-title {
    font-size: 1.3em;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_probio {
    background-image: url(/img/landing-landing_choose/landing_probio.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_immunitet {
    background-image: url(/img/landing-landing_choose/landing_immunitet.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_kefir {
    background-image: url(/img/landing-landing_choose/landing_kefir.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_pohud {
    background-image: url(/img/landing-landing_choose/landing_pohud.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_sport {
    background-image: url(/img/landing-landing_choose/landing_sport.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_travel {
    background-image: url(/img/landing-landing_choose/landing_travel.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_yogurt {
    background-image: url(/img/landing-landing_choose/landing_yogurt.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_malusham {
    background-image: url(/img/landing-landing_choose/landing_malusham.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_detyam {
    background-image: url(/img/landing-landing_choose/landing_detyam.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_antibiotik {
    background-image: url(/img/landing-landing_choose/landing_antibiotik.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_pischevar {
    background-image: url(/img/landing-landing_choose/landing_pischevar.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_vugoda {
    background-image: url(/img/landing-landing_choose/landing_vugoda.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.yogurt_about {
    background-image: url(/img/landing-landing_choose/landing_yogurt_about.jpg);
    background-position: left center;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.yogurt_about
    .block-text {
    padding-right: 40%;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_problems {
    background-image: url(/img/landing-landing_choose/landing_problems.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_weight {
    background-image: url(/img/landing-landing_choose/landing_weight.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_kefmult {
    background-image: url(/img/landing-landing_choose/landing_kefmult.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_cottagezero {
    background-image: url(/img/landing-landing_choose/landing_cottagezero.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_kefironeday {
    background-image: url(/img/landing-landing_choose/landing_kefironeday.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.landing_komarovskyi {
    background-image: url(/img/landing-landing_choose/landing_komarovskyi.jpg);
  }

  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_1 {
    background-image: url(/img/articles-choose/1.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_2 {
    background-image: url(/img/articles-choose/2.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_3 {
    background-image: url(/img/articles-choose/3.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_4 {
    background-image: url(/img/articles-choose/4.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_5 {
    background-image: url(/img/articles-choose/5.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_6 {
    background-image: url(/img/articles-choose/6.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_7 {
    background-image: url(/img/articles-choose/7.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_8 {
    background-image: url(/img/articles-choose/8.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_9 {
    background-image: url(/img/articles-choose/9.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_10 {
    background-image: url(/img/articles-choose/10.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_11 {
    background-image: url(/img/articles-choose/11.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.article_12 {
    background-image: url(/img/articles-choose/12.jpg);
  }

  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_1 {
    background-image: url(/img/recipes-choose/1.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_2 {
    background-image: url(/img/recipes-choose/2.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_3 {
    background-image: url(/img/recipes-choose/3.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_4 {
    background-image: url(/img/recipes-choose/4.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_5 {
    background-image: url(/img/recipes-choose/5.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_6 {
    background-image: url(/img/recipes-choose/6.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_7 {
    background-image: url(/img/recipes-choose/7.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_8 {
    background-image: url(/img/recipes-choose/8.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_9 {
    background-image: url(/img/recipes-choose/9.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_10 {
    background-image: url(/img/recipes-choose/10.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_11 {
    background-image: url(/img/recipes-choose/11.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_12 {
    background-image: url(/img/recipes-choose/12.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_13 {
    background-image: url(/img/recipes-choose/13.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_14 {
    background-image: url(/img/recipes-choose/14.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_15 {
    background-image: url(/img/recipes-choose/15.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_16 {
    background-image: url(/img/recipes-choose/16.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_17 {
    background-image: url(/img/recipes-choose/17.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_18 {
    background-image: url(/img/recipes-choose/18.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_19 {
    background-image: url(/img/recipes-choose/19.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_20 {
    background-image: url(/img/recipes-choose/20.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_21 {
    background-image: url(/img/recipes-choose/21.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_22 {
    background-image: url(/img/recipes-choose/22.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_23 {
    background-image: url(/img/recipes-choose/23.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_24 {
    background-image: url(/img/recipes-choose/24.jpeg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_25 {
    background-image: url(/img/recipes-choose/25.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_26 {
    background-image: url(/img/recipes-choose/26.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_27 {
    background-image: url(/img/recipes-choose/27.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_28 {
    background-image: url(/img/recipes-choose/28.jpg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_29 {
    background-image: url(/img/recipes-choose/29.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_30 {
    background-image: url(/img/recipes-choose/30.jpeg);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_32 {
    background-image: url(/img/recipes-choose/32.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_33 {
    background-image: url(/img/recipes-choose/33.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_34 {
    background-image: url(/img/recipes-choose/34.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_35 {
    background-image: url(/img/recipes-choose/35.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_37 {
    background-image: url(/img/recipes-choose/37.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_38 {
    background-image: url(/img/recipes-choose/38.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_41 {
    background-image: url(/img/recipes-choose/41.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_42 {
    background-image: url(/img/recipes-choose/42.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_43 {
    background-image: url(/img/recipes-choose/43.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_31 {
    background-image: url(/img/recipes-choose/31.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_44 {
    background-image: url(/img/recipes-choose/44.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_45 {
    background-image: url(/img/recipes-choose/45.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_46 {
    background-image: url(/img/recipes-choose/46.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_47 {
    background-image: url(/img/recipes-choose/47.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_48 {
    background-image: url(/img/recipes-choose/48.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_49 {
    background-image: url(/img/recipes-choose/49.JPG);
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.recipe_54 {
    background-image: url(/img/recipes-choose/54.jpg);
  }
}
@media (min-width: 992px) {
  .landing_landing_choose_wrapper {
    font-size: 12px;
  }
  .landing_landing_choose_wrapper .list-landings-block .block-title,
  .landing_landing_choose_wrapper .list-landings-block .block-text {
    padding-right: 40%;
  }
  .landing_landing_choose_wrapper .list-landings-block .block-actions .btn {
    font-size: 1em;
  }
  .landing_landing_choose_wrapper
    .list-landings-block
    .list-landings-block--inner.yogurt_about
    .block-title {
    padding-right: 58%;
  }
}
@media (min-width: 1200px) {
  .landing_landing_choose_wrapper {
    font-size: 16px;
  }
}

/* ЛЭНДИНГ КОНТРАКТНОЕ ПРОИЗВОДСТВО */
.landing_contract_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.25;
  font-size: 16px;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.landing_contract_wrapper img {
  margin: auto;
}

/* Абзацы */
.landing_contract_wrapper p {
  margin-bottom: 1em;
}
.landing_contract_wrapper b {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

/* fix'ы для joomla стилей */
.landing_contract_wrapper .gbs3 .gcore-display-table {
  width: 100%;
}
.landing_contract_wrapper #fin-custom {
  border: none;
}
.landing_contract_wrapper #fin-custom > div {
  max-width: 355px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Заголовки */
.landing_contract_wrapper .block_title {
  color: #006fc8;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.1;
  margin-bottom: 0.7em;
  position: relative;
  text-transform: uppercase;
}
.landing_contract_wrapper .block_subtitle {
  color: #222222;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.1;
  margin: -0.75em 0 0.75em;
  position: relative;
  text-transform: uppercase;
}

/* Списки */
.landing_contract_wrapper .list {
  margin-bottom: 16px;
  text-align: left;
}
.landing_contract_wrapper .list > li {
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
  position: relative;
}
.landing_contract_wrapper .list > li:last-child {
  margin-bottom: 0;
}
.landing_contract_wrapper .list > li::before {
  background-image: url(/img/landing-contract/icon-check.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: -0.25em;
  width: 1.5em;
}
.landing_contract_wrapper .list-icons {
  margin-bottom: 16px;
  text-align: left;
}
.landing_contract_wrapper .list-icons > li {
  display: block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  min-height: 3em;
  padding-left: 3em;
  position: relative;
  text-transform: uppercase;
}
.landing_contract_wrapper .list-icons > li:last-child {
  margin-bottom: 0;
}
.landing_contract_wrapper .list-icons > li::before {
  background-image: url(/img/landing-contract/icon-check.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 2em;
  left: 0;
  position: absolute;
  top: -0.5em;
  width: 2em;
}
.landing_contract_wrapper .list-icons > li.icon-1::before {
  background-image: url(/img/landing-contract/icon-1.png);
}
.landing_contract_wrapper .list-icons > li.icon-2::before {
  background-image: url(/img/landing-contract/icon-2.png);
}
.landing_contract_wrapper .list-icons > li.icon-3::before {
  background-image: url(/img/landing-contract/icon-3.png);
}
.landing_contract_wrapper .list-icons > li.icon-4::before {
  background-image: url(/img/landing-contract/icon-4.png);
}

/* Кнопки */
.landing_contract_wrapper .button_send {
  background: #25bf68;
  border: none;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  height: 52px;
  line-height: 52px !important;
  margin: 0.3em 0 0.1em;
  max-width: 235px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100% !important;
}

/* Sections */
.landing_contract_wrapper .landing_section > .container {
  padding-top: 1em;
  padding-bottom: 1em;
}
.landing_contract_wrapper .landing_section:not(.section_6) .section-img {
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 42vw;
  margin-bottom: 16px;
}

/* Section 01 */
.landing_contract_wrapper .section_1 > .container {
  padding-top: 0;
}
.landing_contract_wrapper .section_1 .section-img {
  background-image: url(/img/landing-contract/bg_section_1_m.png);
}
/* Section 02 */
.landing_contract_wrapper .section_2 .section-img {
  background-image: url(/img/landing-contract/bg_section_2_m.png);
}
/* Section 03 */
.landing_contract_wrapper .section_3 .section-img {
  background-image: url(/img/landing-contract/bg_section_3_m.png);
}
/* Section 04 */
.landing_contract_wrapper .section_4 .section-img {
  background-image: url(/img/landing-contract/bg_section_4_m.png);
}
/* Section 05 */
.landing_contract_wrapper .section_5 {
  padding-bottom: 1em;
}
.landing_contract_wrapper .section_5 > .container {
  border-bottom: 1px dashed #738394;
}
.landing_contract_wrapper .section_5 .section-img {
  background-image: url(/img/landing-contract/bg_section_5_m.png);
}

/* Section 06 */
.landing_contract_wrapper .section_6 input:not(.button_send),
.landing_contract_wrapper .section_6 textarea {
  border: 1px solid #d3d3d3 !important;
  border-radius: 21px !important;
  display: block;
  height: 42px !important;
  line-height: 42px !important;
  margin-bottom: 1em;
  max-width: 355px !important;
  padding: 10px 20px !important;
  width: 100% !important;
}
.landing_contract_wrapper .section_6 textarea {
  height: 185px !important;
  line-height: 1.2 !important;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_contract_wrapper .block_title {
    font-size: 2.25em;
  }
  .landing_contract_wrapper .block_subtitle {
    font-size: 1.55em;
  }
}

@media (min-width: 768px) {
  .landing_contract_wrapper .block_title {
    font-size: 2.5em;
  }
  .landing_contract_wrapper .block_subtitle {
    font-size: 1.55em;
  }
  .landing_contract_wrapper .landing_section:not(.section_6) .section-img {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .landing_contract_wrapper .block_title {
    font-size: 2.75em;
    margin-bottom: 0.5em;
  }
  .landing_contract_wrapper .block_subtitle {
    font-size: 1.75em;
  }
  .landing_contract_wrapper .landing_section:not(.section_6) > .container {
    border-bottom: 1px dashed #738394;
  }
  .landing_contract_wrapper .list > li {
    margin-bottom: 1em;
  }

  .landing_contract_wrapper .list-icons > li {
    line-height: 60px;
    margin-bottom: 20px;
    min-height: 60px;
    padding-left: 76px;
  }
  .landing_contract_wrapper .list-icons > li::before {
    height: 51px;
    top: 5px;
    width: 51px;
  }

  .landing_contract_wrapper .section_1 p {
    width: 50%;
  }
  .landing_contract_wrapper .landing_section.section_1 .section-img {
    background-image: url(/img/landing-contract/bg_section_1_d.png);
    height: 405px;
  }
  .landing_contract_wrapper .landing_section.section_2 .section-img {
    background-image: url(/img/landing-contract/bg_section_2_d.png);
    height: 350px;
  }
  .landing_contract_wrapper .landing_section.section_3 .section-img {
    background-image: url(/img/landing-contract/bg_section_3_d.png);
    height: 330px;
  }
  .landing_contract_wrapper .landing_section.section_4 .section-img {
    background-image: url(/img/landing-contract/bg_section_4_d.png);
    height: 300px;
  }
  .landing_contract_wrapper .landing_section.section_5 .section-img {
    background-image: url(/img/landing-contract/bg_section_5_d.png);
    height: 390px;
  }
}
@media (min-width: 1200px) {
  .landing_contract_wrapper .block_title {
    font-size: 51px;
    margin-bottom: 0.5em;
  }
  .landing_contract_wrapper .block_subtitle {
    font-size: 32px;
  }

  .landing_contract_wrapper .list-icons > li {
    font-size: 24px;
  }

  .landing_contract_wrapper .landing_section.section_1 .section-img {
    height: 495px;
  }
  .landing_contract_wrapper .section_2 .block_title {
    margin-top: 50px;
  }
  .landing_contract_wrapper .landing_section.section_2 .section-img {
    height: 430px;
  }
  .landing_contract_wrapper .section_3 .block_title {
    margin-top: 70px;
  }
  .landing_contract_wrapper .landing_section.section_3 .section-img {
    height: 400px;
  }
  .landing_contract_wrapper .section_4 .block_title {
    margin-top: 40px;
  }
  .landing_contract_wrapper .landing_section.section_4 .section-img {
    height: 365px;
  }
  .landing_contract_wrapper .section_5 .block_title {
    margin-top: 30px;
  }
  .landing_contract_wrapper .landing_section.section_5 .section-img {
    height: 470px;
  }
}

/* ЛЭНДИНГ ПАСТА VIVO */
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1;
  font-size: 14px;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

html {
  background-color: #fff;
}

img {
  max-width: 100%;
  margin: auto;
}

@font-face {
  font-family: "Marvin";
  src: url("../fonts/Marvin/Marvin-Round.eot");
  src: url("../fonts/Marvin/Marvin-Round.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Marvin/Marvin-Round.woff") format("woff"),
    url("../fonts/Marvin/Marvin-Round.ttf") format("truetype");
}

.landing_pastavivo_wrapper {
  font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.landing_pastavivo_wrapper h1 {
  color: #444560;
  font-family: Marvin, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 114.4%;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.landing_pastavivo_wrapper img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.landing_pastavivo_wrapper p {
  margin-bottom: 1rem;
}
.landing_pastavivo_wrapper strong {
  font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
  font-weight: 700;
}

.landing_pastavivo_wrapper .block_title {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 28px;
  padding: 0.5em 0;
  text-align: left;
  text-transform: uppercase;
}
.landing_pastavivo_wrapper .block_title span {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
}
.landing_pastavivo_wrapper .block_title.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing_pastavivo_wrapper .block_title .icon {
  display: inline-block;
  width: 38px;
}
.landing_pastavivo_wrapper .block_title .icon img {
  margin-left: 0;
}
.landing_pastavivo_wrapper .button_buy {
  background: #25bf68;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  width: 200px;
}
.landing_pastavivo_wrapper .button_buy:hover {
  text-decoration: none;
}
.landing_pastavivo_wrapper .list-check li,
.landing_pastavivo_wrapper .list-not li {
  display: block;
  line-height: 2em;
  padding: 0.5em 0 0.5em 3em;
  position: relative;
}
.landing_pastavivo_wrapper .list-check li:before,
.landing_pastavivo_wrapper .list-not li:before {
  background-image: url(/img/landing-oh-my-nut-2/check.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2em;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 2em;
}
.landing_pastavivo_wrapper .list-not li:before {
  background-image: url(/img/landing-oh-my-nut-2/not.svg);
}
.landing_pastavivo_wrapper .list-check li .label-vegan {
  position: absolute;
  width: 6em;
  left: 50%;
  bottom: 1em;
}
.landing_pastavivo_wrapper .list-howto li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.landing_pastavivo_wrapper .list-howto li .img {
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}
.landing_pastavivo_wrapper .list-howto li .value {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  width: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing_pastavivo_wrapper .list-howto li .value .num {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 24px;
  padding-right: 15px;
}

.landing_pastavivo_wrapper .list-adventages {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.landing_pastavivo_wrapper .list-adventages .list-adventages--item {
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
  width: 33.3333%;
  padding: 5px;
}
.landing_pastavivo_wrapper .list-adventages .list-adventages--item-inner {
  background: #ffffff;
  border: 1px solid #f76190;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  height: 28vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.landing_pastavivo_wrapper
  .list-adventages
  .list-adventages--item-inner
  div:first-child {
  color: #f76190;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}
.landing_pastavivo_wrapper
  .list-adventages
  .list-adventages--item-inner
  div:last-child {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.landing_pastavivo_wrapper .block_progress__img {
  display: block;
  position: relative;
}
.landing_pastavivo_wrapper .block_progress__img .abs {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
}

.landing_pastavivo_wrapper .block_progress .title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.landing_pastavivo_wrapper .block_progress .title span {
  color: #dc0013;
}
.landing_pastavivo_wrapper .block_progress .block_progress__item {
  margin-bottom: 1em;
  width: 100%;
}
.landing_pastavivo_wrapper .block_progress .block_progress__item th,
.landing_pastavivo_wrapper .block_progress .block_progress__item td {
  text-align: center;
}
.landing_pastavivo_wrapper .block_progress .block_progress__item th {
  font-weight: 700;
}
.landing_pastavivo_wrapper .block_progress .block_progress__item td {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  padding: 5px 0;
}
.landing_pastavivo_wrapper
  .block_progress
  .block_progress__item
  td:nth-child(1) {
  background: #ce0855;
}
.landing_pastavivo_wrapper
  .block_progress
  .block_progress__item
  td:nth-child(2) {
  background: #5f4545;
}

.landing_pastavivo_wrapper .link-bzy-switcher {
  border-bottom: 1px dashed #0070c9;
  color: #0070c9;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 1em 0 0.35em;
  text-decoration: none;
}
.landing_pastavivo_wrapper .link-bzy-switcher span {
  display: none;
}
.landing_pastavivo_wrapper .link-bzy-switcher .bzy-open {
  display: inline;
}
.landing_pastavivo_wrapper .link-bzy-switcher.open .bzy-open {
  display: none;
}
.landing_pastavivo_wrapper .link-bzy-switcher.open .bzy-close {
  display: inline;
}
.landing_pastavivo_wrapper .block_bzy {
  display: block;
  max-width: 100%;
  width: 300px;
  position: relative;
  z-index: 9 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.landing_pastavivo_wrapper .block_bzy.open {
  opacity: 1;
  visibility: visible;
}
.landing_pastavivo_wrapper .block_bzy table {
  background-color: #ece9e2;
  border: 1px solid #000;
  color: #222;
  font-size: 14px;
  width: 100%;
  position: absolute;
}
.landing_pastavivo_wrapper .block_bzy table img {
  width: 50px;
  margin-left: 30px;
}
.landing_pastavivo_wrapper .block_bzy table td {
  padding: 5px;
  text-align: center;
}
.landing_pastavivo_wrapper .block_bzy table tr:first-child td {
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.landing_pastavivo_wrapper .block_bzy table tr:nth-child(2) td,
.landing_pastavivo_wrapper .block_bzy table tr:nth-child(4) td,
.landing_pastavivo_wrapper .block_bzy table tr:nth-child(6) td {
  border-bottom: 1px dashed #000;
}
.landing_pastavivo_wrapper .block_bzy table tr td:first-child {
  font-weight: 700;
  width: 125px;
  text-align: left;
}
.landing_pastavivo_wrapper .block_bzy table tr td:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 87px;
}

.landing_pastavivo_wrapper .landing_section {
  position: relative;
}
.landing_pastavivo_wrapper .landing_section * {
  position: relative;
  z-index: 1;
}

/* HERO */
.landing_pastavivo_wrapper .section_hero {
  padding: 1em 0;
  text-align: center;
}
.landing_pastavivo_wrapper .section_hero .hero::after {
  background-color: #444560;
  content: "";
  display: block;
  height: 1px;
  opacity: 0.3;
  position: absolute;
  left: calc(50% - 75px);
  width: 150px;
  z-index: 0;
  bottom: -1em;
}
.landing_pastavivo_wrapper .hero_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
.landing_pastavivo_wrapper .hero_title .logo {
  flex: 0 0 100px;
  max-width: 100px;
  padding-right: 15px;
  width: 100px;
}
.landing_pastavivo_wrapper .hero_title .text {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
}
.landing_pastavivo_wrapper .hero_subtitle {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 114%;
  text-align: left;
  margin: 0.5em 0;
}
.landing_pastavivo_wrapper .hero_subtitle span {
  color: #f66190;
}
.landing_pastavivo_wrapper .section_hero table tr td:first-child {
  color: #f66190;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  padding-right: 10px;
  text-align: right;
}
.landing_pastavivo_wrapper .section_hero table tr td:first-child div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.landing_pastavivo_wrapper .section_hero table tr td:first-child span {
  font-size: 44px;
}

/* SECTION 1_1 */
.landing_pastavivo_wrapper .section_1_1 > .container {
  border-bottom: 1px solid rgba(68, 69, 96, 0.3);
  padding-top: 1em;
  padding-bottom: 1em;
}
.landing_pastavivo_wrapper .section_1_1 img[src$="group-pasta-vivo.png"] {
  max-width: 60%;
  margin: 1em auto 0;
}
.landing_pastavivo_wrapper .section_1_1 .block_delivery {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  max-width: 27em;
  margin: 2em 0;
  position: relative;
}
.landing_pastavivo_wrapper .section_1_1 .block_delivery .img {
  flex: 0 1 3em;
  max-width: 3em;
  width: 3em;
}
.landing_pastavivo_wrapper .section_1_1 .block_delivery .text {
  flex: 0 1 calc(100% - 4em);
  max-width: calc(100% - 4em);
  padding-left: 1em;
  width: calc(100% - 4em);
}

/* SECTION 2 */
.landing_pastavivo_wrapper .section_2 {
  padding: 1em 0;
}
.landing_pastavivo_wrapper .section_2 img {
  display: block;
  max-width: 80%;
  margin: auto;
}

/* SECTION 3 */
.landing_pastavivo_wrapper .section_3 > .container {
  background: #ece9e2;
}
.landing_pastavivo_wrapper .section_3 p small {
  opacity: 0.5;
}

/* SECTION 4 */
.landing_pastavivo_wrapper .section_4,
.landing_pastavivo_wrapper .section_5 {
  padding: 1em 0;
}
.landing_pastavivo_wrapper .section_4 {
  z-index: 0;
}

/* SECTION 5.1 */
.landing_pastavivo_wrapper .section_5_1 > .container {
  background-image: url(/img/landing-oh-my-nut-2/bg_section_5_1_pattern.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: repeat;
  z-index: 2;
}

/* SECTION BUY */
.landing_pastavivo_wrapper .section_buy {
  border-top: 1px solid rgba(68, 69, 96, 0.3);
  padding: 1em 0;
}
.landing_pastavivo_wrapper .section_buy .block_title {
  text-align: center;
}
.landing_pastavivo_wrapper .section_buy .bestseller_products .block_item {
  border: none;
  padding: 0 1em;
}
.landing_pastavivo_wrapper .section_buy .bestseller_products .image {
  float: none;
  width: auto;
  padding: 0;
}
.landing_pastavivo_wrapper .section_buy .jshop_price,
.landing_pastavivo_wrapper .section_buy .buttons {
  align-items: center;
  display: flex;
  position: relative;
  padding: 0;
  justify-content: space-between;
  text-align: left;
  float: none;
}
.landing_pastavivo_wrapper .section_buy .buttons .btn_absent__bs {
  font-size: 0.85em;
}

.landing_pastavivo_wrapper .section_buy .jshop_price .jshop_price__info {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;
}
.landing_pastavivo_wrapper .section_buy .jshop_price .jshop_price__inner {
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;
  text-align: right;
}
.landing_pastavivo_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__old_price,
.landing_pastavivo_wrapper .section_buy .jshop_price .jshop_price__inner b {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 25px;
  display: inline-block;
}
.landing_pastavivo_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__old_price {
  color: #bbb;
  position: relative;
  top: auto;
  right: auto;
  font-size: 28px;
  line-height: 25px;
  margin-right: 10px;
}
.landing_pastavivo_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__old_price::before {
  content: "";
  background: #dc0013;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 10px;
  transform: rotate(-13deg);
}
.landing_pastavivo_wrapper
  .section_buy
  .jshop_price
  .jshop_price__inner
  .bestseller__units {
  color: #222;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 25px;
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  bottom: auto;
}
.landing_pastavivo_wrapper .section_buy .buttons .con-wrap {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  flex: 0 1 50%;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  margin: 0;
}
.landing_pastavivo_wrapper .section_buy .buttons .button_buy {
  flex: 0 1 50%;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  background: #25bf68;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  width: 50%;
  height: auto;
  padding: 0;
}

/* SECTION DELIVERY */
.landing_pastavivo_wrapper .section_delivery {
  margin: 0 0 1em;
}
.landing_pastavivo_wrapper .section_delivery .block_delivery {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  max-width: 27em;
  margin: auto;
  position: relative;
}
.landing_pastavivo_wrapper .section_delivery .block_delivery .img {
  flex: 0 1 3em;
  max-width: 3em;
  width: 3em;
}
.landing_pastavivo_wrapper .section_delivery .block_delivery .text {
  flex: 0 1 calc(100% - 4em);
  max-width: calc(100% - 4em);
  padding-left: 1em;
  width: calc(100% - 4em);
}

/* MEDIA */
@media (max-width: 991px) {
  .landing_pastavivo_wrapper .list-check li .label-vegan {
    left: 70%;
    bottom: 3em;
  }
}
@media (max-width: 767px) {
  .landing_pastavivo_wrapper .section_3 .block_title {
    background-image: url(/img/landing-oh-my-nut-2/bg_section_3__mob.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
    margin-right: -15px;
    margin-bottom: 0.5em;
  }
  .landing_pastavivo_wrapper .section_3 .block_title__inner {
    padding: 10vw 0;
    width: 65vw;
  }
  .landing_pastavivo_wrapper
    .list-adventages
    .list-adventages--item-inner
    div.small {
    font-size: 16px;
    line-height: 18px;
  }
  .landing_pastavivo_wrapper .section_1_1 .link_to_anchor {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }
}
@media (min-width: 576px) {
  .landing_pastavivo_wrapper {
    font-size: 16px;
  }
  .landing_pastavivo_wrapper .block_title {
    font-size: 2em;
    line-height: 1.25;
  }
  .landing_pastavivo_wrapper .block_progress .title {
    font-size: 1.25em;
  }
  .landing_pastavivo_wrapper .hero_title {
    display: block;
  }
  .landing_pastavivo_wrapper .hero_title .logo {
    display: none;
  }
  .landing_pastavivo_wrapper .hero_title h1 {
    font-size: 2.5em;
  }
  .landing_pastavivo_wrapper .list-howto {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .landing_pastavivo_wrapper .list-howto li {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 15px;
  }
  .landing_pastavivo_wrapper .list-howto li .img {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
    order: -1;
  }
  .landing_pastavivo_wrapper .list-howto li .value {
    flex: 0 0 auto;
    max-width: none;
    padding-top: 1em;
    width: auto;
  }
  .landing_pastavivo_wrapper .list-howto li .value .num {
    font-size: 24px;
    padding-right: 7px;
  }
  .landing_pastavivo_wrapper .list-howto li .value .text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .landing_pastavivo_wrapper .section_hero {
    text-align: left;
  }
  .landing_pastavivo_wrapper .section_hero .hero::after {
    bottom: -3em;
    left: 15px;
    width: 100%;
  }

  .landing_pastavivo_wrapper .section_3 .section-img {
    background-image: url(/img/landing-oh-my-nut-2/bg_section_3.jpg);
    background-position: right 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
  }
  .landing_pastavivo_wrapper .list-adventages {
    position: relative;
    width: 700px;
    margin: auto;
  }
  .landing_pastavivo_wrapper .section_4 > .container::after {
    bottom: -20px;
    left: -60px !important;
    transform: rotateY(0deg) !important;
  }
  .landing_pastavivo_wrapper .list-adventages .list-adventages--item {
    flex: 0 1 20%;
    max-width: 20%;
    width: 20%;
  }
  .landing_pastavivo_wrapper .list-adventages .list-adventages--item-inner {
    height: 130px;
  }
  .landing_pastavivo_wrapper .section_buy {
    border: none;
  }
  .landing_pastavivo_wrapper .section_buy > .container .row {
    display: flex;
    justify-content: center;
  }
  .landing_pastavivo_wrapper .section_1_1 .block_delivery .img,
  .landing_pastavivo_wrapper .section_delivery .block_delivery .img {
    flex: 0 1 4em;
    max-width: 4em;
    width: 4em;
  }
  .landing_pastavivo_wrapper .section_1_1 .block_delivery .text,
  .landing_pastavivo_wrapper .section_delivery .block_delivery .text {
    flex: 0 1 calc(100% - 5em);
    max-width: calc(100% - 5em);
    width: calc(100% - 5em);
  }
  .landing_pastavivo_wrapper .block_progress__img {
    padding: 0 1em;
  }
  .landing_pastavivo_wrapper .block_progress__img .abs {
    width: 85px;
  }
  .landing_pastavivo_wrapper .section_5_1 .text-some {
    margin: 1em 0;
    text-align: center;
  }
  .landing_pastavivo_wrapper .list-howto li .value .num {
    font-size: 36px;
  }
  .landing_pastavivo_wrapper .list-howto li .value .text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .landing_pastavivo_wrapper p {
    line-height: 23px;
  }
  .landing_pastavivo_wrapper .hero_title h1 {
    font-size: 58px;
    max-width: 930px;
  }
  .landing_pastavivo_wrapper .hero_subtitle {
    font-size: 30px;
  }
  .landing_pastavivo_wrapper .button_buy {
    border-radius: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding: 16px 0;
  }
  .landing_pastavivo_wrapper .section_hero > .container {
    padding-bottom: 2em;
  }
  .landing_pastavivo_wrapper .section_hero table tr td:last-child {
    font-size: 22px;
  }
  .landing_pastavivo_wrapper .list-check li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .landing_pastavivo_wrapper .list-adventages {
    width: 800px;
  }
  .landing_pastavivo_wrapper .list-adventages .list-adventages--item {
    padding: 5px 15px;
  }
  .landing_pastavivo_wrapper .list-adventages .list-adventages--item-inner {
    padding: 10px;
  }
  .landing_pastavivo_wrapper
    .list-adventages
    .list-adventages--item-inner
    div:first-child {
    font-size: 36px;
    line-height: 44px;
  }
  .landing_pastavivo_wrapper
    .list-adventages
    .list-adventages--item-inner
    div:last-child {
    font-size: 14px;
  }
  .landing_pastavivo_wrapper
    .list-adventages
    .list-adventages--item-inner
    div.small {
    font-size: 20px;
    line-height: 24px;
  }
  .landing_pastavivo_wrapper .section_2 > .container > .row,
  .landing_pastavivo_wrapper .section_4 > .container > .row,
  .landing_pastavivo_wrapper .section_5 > .container > .row,
  .landing_pastavivo_wrapper .section_5_1 > .container > .row {
    display: flex;
    align-items: center;
  }
  .landing_pastavivo_wrapper .section_4 .block_title,
  .landing_pastavivo_wrapper .section_5 .block_title,
  .landing_pastavivo_wrapper .section_5_1 .block_title {
    padding-top: 0;
  }
  .landing_pastavivo_wrapper .list-howto {
    margin: 0 auto 2em;
    max-width: 930px;
  }
  .landing_pastavivo_wrapper .section_5_1 > .container {
    background-size: 30%;
  }
  .landing_pastavivo_wrapper .list-howto li .img {
    max-width: 160px;
    margin: 0 auto;
  }
  .landing_pastavivo_wrapper .list-howto li .value .text {
    font-size: 16px;
  }
  .landing_pastavivo_wrapper .block_progress__img .abs {
    width: 115px;
  }
  .landing_pastavivo_wrapper .section_1_1 img[src$="group-pasta-vivo.png"] {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .landing_pastavivo_wrapper .section_1 .img img {
    max-width: none;
    width: 115%;
  }
  .landing_pastavivo_wrapper .section_2 img {
    max-width: none;
  }
  .landing_pastavivo_wrapper .section_5 .block_title {
    padding-top: 0;
  }
  .landing_pastavivo_wrapper .block_title {
    font-size: 45px;
  }
  .landing_pastavivo_wrapper .block_title.icon {
    font-size: 42px;
  }
  .landing_pastavivo_wrapper .block_title .icon {
    width: 80px;
    padding-right: 15px;
  }
  .landing_pastavivo_wrapper .section_3 .section-img {
    height: 900px;
  }
  .landing_pastavivo_wrapper .block_progress .title,
  .landing_pastavivo_wrapper .block_progress .block_progress__item td {
    font-size: 22px;
    line-height: 25px;
  }
  .landing_pastavivo_wrapper .block_progress__img .abs {
    width: 135px;
  }
  .landing_pastavivo_wrapper .section_1_1 > .container {
    padding-bottom: 3em;
  }
  .landing_pastavivo_wrapper .section_1_1 .block_title {
    width: 400px;
  }
}

/* ОРЕШКИ */
.landing_pastavivo_wrapper .section_hero::before {
  background-image: url(/img/landing-oh-my-nut-2/nuts-01.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 300px;
  position: absolute;
  width: 250px;
  z-index: 0;
  top: 50%;
  right: -100px;
}
.landing_pastavivo_wrapper .section_hero > .container::before {
  background-image: url(/img/landing-oh-my-nut-2/nuts-02.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 0;
  bottom: 0;
  left: -150px;
}
.landing_pastavivo_wrapper .section_2 > .container::after {
  background-image: url(/img/landing-oh-my-nut-2/nuts-02.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 0;
  bottom: -100px;
  right: -100px;
}
.landing_pastavivo_wrapper .section_4 > .container::after {
  background-image: url(/img/landing-oh-my-nut-2/nuts-03.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 0;
  bottom: 0;
  right: -60px;
  transform: rotateY(180deg);
}
.landing_pastavivo_wrapper .section_5 > .container::after {
  background-image: url(/img/landing-oh-my-nut-2/nuts-01.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 0;
  top: 53vw;
  right: -60px;
}
.landing_pastavivo_wrapper .section_6 > .container::before {
  background-image: url(/img/landing-oh-my-nut-2/nuts-02.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 0;
  top: -150px;
  left: -80px;
}
.landing_pastavivo_wrapper .section_6 > .container::after {
  background-image: url(/img/landing-oh-my-nut-2/nuts-03.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 300px;
  position: absolute;
  width: 300px;
  z-index: 0;
  bottom: 0;
  right: -300px;
}

@media (min-width: 992px) {
  .landing_pastavivo_wrapper .section_hero::before {
    width: 300px;
    top: -100px;
    right: calc(50% - 30vw);
  }
  .landing_pastavivo_wrapper .section_2 > .container::after {
    background-image: url(/img/landing-oh-my-nut-2/nuts-02.png);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    width: 200px;
    z-index: 0;
    bottom: -100px;
    right: calc(50% - 100px);
  }
  .landing_pastavivo_wrapper .section_4 > .container::after {
    bottom: calc(50% - 100px) !important;
    height: 300px;
    left: -150px !important;
    width: 300px;
  }
  .landing_pastavivo_wrapper .section_5 > .container::after {
    height: 300px;
    position: absolute;
    width: 300px;
    top: -50px;
    right: -100px;
  }
  .landing_pastavivo_wrapper .section_6 > .container::before {
    height: 300px;
    width: 300px;
    top: -120px;
    left: -120px;
  }
  .landing_pastavivo_wrapper .section_6 > .container::after {
    right: -150px;
  }
}

/* БЛОК ХОЧУ КУПИТЬ СО СКИДКОЙ */
.section_buy_discount {
  text-align: center;
  font-size: 16px;
}
.section_buy_discount > p {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}

.section_buy_discount--data .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.section_buy_discount .button_link {
  background: #17c60f;
  border-radius: 2em;
  color: #fff;
  display: block;
  font-size: 1em;
  height: auto;
  line-height: 1;
  margin: 1em auto 0;
  max-width: 200px;
  padding: 1em 1em 0.8em;
  text-align: center;
}
.section_buy_discount .button_link:hover {
  background: #129d0c;
}
.section_buy_discount .section_buy_discount--toggle {
  background: rgb(229, 23, 110);
  background: -moz-linear-gradient(
    top,
    rgb(229, 23, 110) 0%,
    rgb(194, 24, 172) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgb(229, 23, 110) 0%,
    rgb(194, 24, 172) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(229, 23, 110) 0%,
    rgb(194, 24, 172) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5176e', endColorstr='#c218ac',GradientType=0 );
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 auto 1em;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s;
}
.section_buy_discount .section_buy_discount--toggle:hover {
  opacity: 0.8;
}
.section_buy_discount .section_buy_discount--toggle div {
  color: #fff;
  display: block;
  padding: 1.5em 3em;
  position: relative;
}
.section_buy_discount .section_buy_discount--toggle div::before {
  background-image: url(/img/landing-section-buy-discount/icon_discount_percent.png);
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2em;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 1.5em;
}
.section_buy_discount .section_buy_discount--toggle div::after {
  background: #fff;
  border-radius: 50%;
  content: "\203A";
  color: rgb(229, 23, 110);
  display: block;
  font-size: 2em;
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 0.85em;
  line-height: 0.9em;
  right: 0.3em;
  overflow: hidden;
  position: absolute;
  top: 0.55em;
  width: 0.85em;
}
.section_buy_discount .section_buy_discount--wrapper {
  overflow: hidden;
  padding: 1em 0;
  position: relative;
}
.section_buy_discount--data {
  background: #e1e1e1;
  padding: 2em 0 1em;
  position: relative;
}
.section_buy_discount--data::before {
  background: #e1e1e1;
  content: "";
  display: block;
  height: 20px;
  left: calc(50% - 10px);
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
}
.section_buy_discount .section_buy_discount--inner {
  background: #fff;
  border-radius: 2em;
  height: calc(100% - 1em);
  margin-bottom: 1em;
  overflow: hidden;
  padding: 1em;
  text-align: left;
}
.section_buy_discount .section_buy_discount--inner.center {
  text-align: center;
}
.section_buy_discount .section_buy_discount--img {
  text-align: center;
}
.section_buy_discount .section_buy_discount--img > img {
  display: inline-block;
  width: 45%;
}
.section_buy_discount .section_buy_discount--img > img + img {
  float: right;
  margin-left: 10%;
}
.section_buy_discount .section_buy_discount--inner .block_title {
  font-size: 1.2em;
}
.section_buy_discount .section_buy_discount--inner .block_title strong {
  color: #ed0c6e;
}
.section_buy_discount .section_buy_discount--inner b {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 501px) and (max-width: 767px) {
  .section_buy_discount--data .row > * {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .section_buy_discount--data .row > * {
    width: 33%;
  }
}

/* ЛЭЙБА ДЛЯ ЗАКВАСОК СКОРО В ПРОДАЖЕ */
.product_soon {
  cursor: pointer;
  position: absolute;
  width: 40%;
  left: -10%;
  top: 15%;
}

/* ЛЭЙБА ДЛЯ НОВЫХ УПАКОВОК ЗАКВАСОК */
.product_new_pack {
  cursor: pointer;
  position: absolute;
  width: 40%;
  left: -10%;
  top: -3%;
}
.product_new_pack_desc {
  font-size: 0.85em;
  position: absolute;
  left: 30%;
  max-width: 200px;
  text-align: left;
  top: 7%;
  width: 80%;
}
.product_new_pack_desc .new_pack_desc_inner {
  background-color: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 3px 3px 10px #777;
  -moz-box-shadow: 3px 3px 10px #777;
  box-shadow: 3px 3px 10px #777;
  display: block;
  padding: 1em 0.5em;
  position: relative;
}
.product_new_pack_desc .new_pack_desc_inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -9px;
  position: absolute;
}
.product_new_pack_desc .new_pack_desc_inner .block_title {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}
.product_new_pack_desc .new_pack_desc_inner ul li {
  margin: 0.5em 0;
  position: relative;
  text-align: left;
}
.product_new_pack_desc .new_pack_desc_inner ul span {
  display: inline-block;
  line-height: 1.1em;
  padding-left: 1em;
}
.product_new_pack_desc .new_pack_desc_inner ul span::before {
  background-color: #5fb157;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 0.25em;
}
.product_new_pack_desc .new_pack_desc_inner .block_sub {
  background-image: url(../img/icons/icon_eco_leaf.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1em;
  padding-left: 2em;
}

/* SEO ТЕКСТ НА СТРАНИЦАХ */
.page_seo_text {
  margin-bottom: 2em !important;
}
.page_seo_text .sppb-addon-title {
  text-align: left !important;
}
.page_seo_text p {
  padding: 0 !important;
  margin-bottom: 1em;
}
.page_seo_text ul {
  list-style: disc;
  padding-left: 1em;
  margin: 1em 0;
}
.page_seo_text strong,
.page_seo_text b {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ПЛАТЕЖНЫЕ СИСТЕМЫ В ФУТЕРЕ */
.footer_payment_cards {
  margin: -10px 0 0;
  max-width: 200px;
  position: relative;
}
.footer_payment_cards img {
  height: auto;
  width: 100%;
}

/* БАННЕР НОВЫХ ЗАКВАСОК НА СТРАНИЦЕ ТОВАРА */
.productfull .jshop_prod_description {
  position: relative;
}
.productfull .jshop_prod_description .banner-wrapper {
  display: block;
  margin: 0 0 2em;
  position: relative;
  z-index: 1;
}
.productfull .jshop_prod_description .banner-inner {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .productfull .jshop_prod_description .banner-wrapper {
    position: absolute;
    right: 0;
    top: 6em;
    max-width: 45%;
  }
}

/* --------------------------- 
----- GENERAL FOR ARTICLES ---
------------------------------ */
.article_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.35em;
  font-size: 3.75vw;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.article_wrapper h1,
.article_wrapper h2,
.article_wrapper h3,
.article_wrapper h4 {
  color: #333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  margin: 1em 0 0.5em 0;
  position: relative;
}
.article_wrapper h1 {
  font-size: 2em;
  margin-top: 0.5em;
}
.article_wrapper h2 {
  font-size: 1.75em;
}
.article_wrapper h3 {
  font-size: 1.35em;
}

.article_wrapper img {
  margin-left: 0;
}
.article_wrapper p {
  margin-bottom: 1em;
}
.article_wrapper a {
  color: #1172c6;
  text-decoration: none;
}
.article_wrapper a:hover {
  color: #005496;
  text-decoration: none;
}
.article_wrapper strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.article_wrapper sub {
  font-size: 0.75em;
}
.article_wrapper sup {
  font-size: 0.75em;
}
.article_wrapper em {
  font-style: italic;
}
.article_wrapper table {
  margin: 1em 0;
  position: relative;
  width: 100%;
}
.article_wrapper table thead {
  background-color: #dadce4;
}
.article_wrapper table td {
  padding: 0.75em 5px;
}
.article_wrapper table td:not(:first-child) {
  border-left: 1px solid #b5baca;
  text-align: center;
}
.article_wrapper table tbody tr {
  border-top: 1px solid #b5baca;
}
.article_wrapper table tbody tr:nth-child(even) {
  background-color: #f4f5f7;
}
.article_wrapper table tbody tr:last-child {
  border-bottom: 1px solid #b5baca;
}
.article_wrapper .article_section {
  padding-top: 1em;
  padding-bottom: 1em;
}
.article_wrapper .vert-align-top {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* Сайдбар */
.article_wrapper .article__sidebar {
  float: none;
  top: auto;
  width: auto;
}
.article_wrapper .article__sidebar ul {
  padding-left: 0;
}

/* Заголовки */
.article_wrapper .section-title {
  color: #333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.45em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}
.article_wrapper .section-title-decor {
  text-align: center;
}
.article_wrapper .section-title-decor::before {
  background-color: #1172c6;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(0.5em - 1px);
  width: 100%;
  z-index: 0;
}
.article_wrapper .section-title-decor > span {
  background-color: #fff;
  display: block;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
}
.article_wrapper .section-title-decor > span:first-child {
  display: inline-block;
}
.article_wrapper .section-subtitle {
  color: #333;
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
}
.article_wrapper .section-block-title {
  color: #333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.article_wrapper .section-block-subtitle {
  color: #333;
  display: block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

/* Списки */
.article_wrapper ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.article_wrapper ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.article_wrapper .list-content {
  color: #1172c6;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  font-weight: bold;
  list-style: decimal;
  padding-left: 1.5em;
}
.article_wrapper .list-content a {
  display: block;
  padding: 0.15em 0;
}
.article_wrapper .list-block {
}
.article_wrapper .list-block .list-block-item {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  margin-bottom: 1em;
  position: relative;
}
.article_wrapper .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 1 30%;
  max-width: 30%;
}
.article_wrapper .list-block .list-block-item > .icon img {
  max-width: calc(100% - 1em);
  margin-left: 0;
}
.article_wrapper .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 1 70%;
  max-width: 70%;
}
.article_wrapper .list-check {
  padding-left: 0;
}
.article_wrapper .list-check li {
  display: block;
  padding: 0 0 0.5em 2em;
  position: relative;
}
.article_wrapper .list-check li::before {
  background-image: url(/img/article-yogurt/icon-cheсk.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 1.2em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}
.article_wrapper .product-list {
}
.article_wrapper .product-list .product-list-item {
  padding-top: 3em;
  padding-bottom: 2em;
  position: relative;
}
.article_wrapper .product-list .product-list-item-inner {
  border: 1px solid #d7d7d7;
  display: block;
  padding: 0 1em 1em 1em;
  position: relative;
}
.article_wrapper .product-list .product-list-item--img {
  background-color: #fff;
  display: block;
  margin: -3em auto 0;
  padding: 0 1em;
  position: relative;
  width: 80%;
}
.article_wrapper .product-list .product-list-item--img .img-label {
  display: block;
  position: absolute;
  right: -1em;
  top: 1em;
  width: 50%;
}
.article_wrapper .product-list .product-list-item--text {
  font-size: 1em;
  padding-top: 0.5em;
}
.article_wrapper .product-list .product-list-item--text .product-title {
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0.5em;
  text-transform: uppercase;
}
.article_wrapper .product-list .product-list-item--text .product-title a {
  color: #333;
}
.article_wrapper .product-list .product-list-item--text .product-title a:hover {
  color: #1172c6;
}
.article_wrapper .product-list .product-list-item--text .product-desc {
  padding-top: 0.5em;
}

/* Ссылки */
.article_wrapper .section-link {
  display: inline-block;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
}
.article_wrapper .section-link span {
  display: inline-block;
  padding-right: 1.75em;
  position: relative;
}
.article_wrapper .section-link span::after {
  background-image: url(/img/article-yogurt/icon-arrow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.2em;
  left: 0.35em;
  position: relative;
  top: 0.2em;
  width: 1.2em;
}

/* MEDIA */
@media (min-width: 576px) {
  .article_wrapper {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .article_wrapper {
    font-size: 16px;
  }
  .article_wrapper .section-title {
    font-size: 2em;
  }
  .article_wrapper .section-subtitle,
  .article_wrapper .section-block-title {
    font-size: 1.25em;
  }
  .article_wrapper .product-list .product-list-item--text .product-desc {
    font-size: 0.85em;
  }
  .article_wrapper .list-block .list-block-item > .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6em;
    -ms-flex: 0 0 6em;
    flex: 0 1 6em;
    max-width: 6em;
  }
  .article_wrapper .list-block .list-block-item > .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 6em);
    -ms-flex: 0 0 calc(100% - 6em);
    flex: 0 1 calc(100% - 6em);
    max-width: calc(100% - 6em);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article_wrapper .article__sidebar .mi__product {
    float: none;
    margin: auto;
    width: auto;
  }
  .article_wrapper
    .article__sidebar
    .top_hits_products
    .top_hits_products__discount_label {
    width: 95px;
    height: 95px;
    background-size: 95px;
  }
  .article_wrapper .article__sidebar .top_hits_products .jshop_price_outer {
    width: 60px;
  }
  .article_wrapper
    .article__sidebar
    .mi__product
    .buttons
    a.button_buy.ajax_buy {
    padding: 0 10px 0 10px !important;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/* ---------------------- 
----- ARTICLE YOGURT  ---
------------------------- */
.article_yogurt_wrapper img.img-float {
  display: inline;
  float: left;
  max-width: 32.5%;
  padding: 0 1em 0.5em 0;
}

/* MEDIA */
@media (min-width: 320px) and (max-width: 575px) {
  .article_yogurt_wrapper .section_09 .list-block .list-block-item {
    flex-wrap: wrap;
  }
  .article_yogurt_wrapper .section_09 .list-block .list-block-item > .icon img {
    max-width: 100px;
    margin-bottom: 1em;
  }
  .article_yogurt_wrapper .section_09 .list-block .list-block-item > .icon,
  .article_yogurt_wrapper .section_09 .list-block .list-block-item > .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .article_yogurt_wrapper img.img-float {
    max-width: 241px;
  }
}
@media (min-width: 992px) {
  .article_yogurt_wrapper .section_02 .list-block {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .article_yogurt_wrapper .section_02 .list-block {
    width: 70%;
  }
}

/* ГРЕЧЕСКИЙ ЙОГУРТ */
.rec_line__title2 {
  color: #0070c9;
  display: block;
  font-family: "MullerRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  padding: 0.75em 0;
  text-transform: uppercase;
}
.prep__icon_greek {
  display: table;
  position: relative;
}
.prep__icon_greek > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.25;
}
.prep__icon_greek > *:first-child {
  padding-right: 1em;
}
.prep__icon_greek > *:last-child {
}
.prep__icon_greek > *:first-child::before {
  content: "";
  position: relative;
  display: block;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 120px;
  width: 7em;
  height: 7em;
  left: 0;
  top: 0;
}
.prep__icon_greek_01 > *:first-child::before {
  background-image: url(/img/prep__icon_greek_01.png);
}
.prep__icon_greek_02 > *:first-child::before {
  background-image: url(/img/prep__icon_greek_02.png);
}
.prep__icon_greek_03 > *:first-child::before {
  background-image: url(/img/prep__icon_greek_03.png);
}

/* ---------------------- 
----- ARTICLE PROBLEMS  ---
------------------------- */
.article_problems_wrapper {
  line-height: 1.43em;
}
.article_problems_wrapper .article_section {
  border-bottom: 1px solid #a3a3a3;
}
.article_problems_wrapper .section-title {
  text-align: left;
}
.article_problems_wrapper .section-block-subtitle {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.article_problems_wrapper .list-block .list-block-item {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.article_problems_wrapper .full-width {
  margin-left: -15px;
  margin-right: -15px;
}
.article_problems_wrapper .full-width img {
  margin: auto;
}
.article_problems_wrapper .list-block .list-block-item {
  position: relative;
}
.article_problems_wrapper .list-block .list-block-item > .vert-line::before {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -1.25em;
  position: absolute;
  top: 0;
  width: 3px;
}
.article_problems_wrapper .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 1 10%;
  max-width: 10%;
  position: relative;
}
.article_problems_wrapper .list-block .list-block-item > .icon img {
  margin: 0.35em auto 0;
}
.article_problems_wrapper .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 1 90%;
  max-width: 90%;
  position: relative;
}

.article_problems_wrapper .section_01 .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 1 15%;
  max-width: 15%;
}
.article_problems_wrapper .section_01 .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 1 85%;
  max-width: 85%;
}
.article_problems_wrapper .section_02 .list-block {
  border-bottom: 1px dashed #d1d1d1;
  margin-bottom: 1em;
}
.article_problems_wrapper .section_02 .list-block-last {
  border-bottom: none;
}

/* MEDIA */
@media (min-width: 768px) {
  .article_problems_wrapper .section-block-title {
    font-size: 1.75em;
  }
  .article_problems_wrapper .full-width {
    margin-left: 0;
    margin-right: 0;
  }
  .article_problems_wrapper .list-block .list-block-item > .vert-line::before {
    left: -2em;
  }

  .article_problems_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-num"],
  .article_problems_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-alert"] {
    max-width: calc(100% - 2em);
  }
  .article_problems_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-info"],
  .article_problems_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-cheсk"] {
    max-width: calc(100% - 2.5em);
  }
  .article_problems_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-cheсk"] {
    margin-top: 0.15em;
  }
  .article_problems_wrapper .list-block .list-block-item > .icon,
  .article_problems_wrapper .section_01 .list-block .list-block-item > .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4em;
    -ms-flex: 0 0 4em;
    flex: 0 1 4em;
    max-width: 4em;
  }
  .article_problems_wrapper .list-block .list-block-item > .text,
  .article_problems_wrapper .section_01 .list-block .list-block-item > .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .article_problems_wrapper
    .section_02
    .list-block-last
    .list-block-item
    > .text {
    margin-top: 0.45em;
  }
}

/* ---------------------- 
----- ARTICLE WEIGHTLOSS  ---
------------------------- */
.article_weightloss_wrapper {
  font-size: 3.4vw;
  line-height: 1.43em;
}
.article_weightloss_wrapper .article_section .section-body {
  border-bottom: 1px solid #fff;
  margin-bottom: -1em;
}
.article_weightloss_wrapper .section-title {
  font-size: 1.6em;
  text-align: left;
}
.article_weightloss_wrapper .section-block-title {
  font-size: 1.45em;
}
.article_weightloss_wrapper .section-block-subtitle {
  font-size: 1.1em;
  text-transform: uppercase;
}
.article_weightloss_wrapper .section-block-subtitle [class*="subtitle-"] {
  display: inline-block;
  line-height: 1em;
  padding: 5px 5px 3px;
}
.article_weightloss_wrapper .section-block-subtitle .subtitle-green {
  background-color: #25bf68;
  color: #fff;
}
.article_weightloss_wrapper .section-block-subtitle .subtitle-yellow {
  background-color: #ffdf00;
}
.article_weightloss_wrapper .section-block-subtitle .subtitle-orange {
  background-color: #ff8a00;
}
.article_weightloss_wrapper .list-block .list-block-item {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.article_weightloss_wrapper .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 1 10%;
  max-width: 10%;
}
.article_weightloss_wrapper .list-block .list-block-item > .icon img {
  margin: 0 auto;
}
.article_weightloss_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-num"],
.article_weightloss_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-arrow"],
.article_weightloss_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-alert"],
.article_weightloss_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-check"],
.article_weightloss_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-apple"] {
  margin-left: 0;
}
.article_weightloss_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-check"] {
  margin-top: 0.15em;
}
.article_weightloss_wrapper .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 1 90%;
  max-width: 90%;
  margin-top: 0.25em;
}

.article_weightloss_wrapper .section_02 .list-block {
  border-bottom: 1px dashed #d1d1d1;
  margin-bottom: 1em;
}
.article_weightloss_wrapper .section_02 ul {
  margin-top: 2em;
}
.article_weightloss_wrapper .section_03 .full-width {
  margin-right: -30px;
  margin-left: -1em;
}
.article_weightloss_wrapper .section_06 .list-block .list-block-item {
  -ms-align-items: center;
  align-items: center;
}
.article_weightloss_wrapper .section_06 .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 1 20%;
  max-width: 20%;
}
.article_weightloss_wrapper
  .section_06
  .list-block
  .list-block-item
  > .icon
  img {
  max-width: calc(100% - 2.5em);
}
.article_weightloss_wrapper .section_06 .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 1 80%;
  max-width: 80%;
  margin-top: 0.25em;
}

.article_weightloss_wrapper .section_07 .img-float {
  float: left;
  max-width: 40%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.article_weightloss_wrapper .section_08 .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.article_weightloss_wrapper .list-block .section_08 .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
.article_weightloss_wrapper .section_08 img[src*="section_08_img_01"] {
  max-width: calc(100% + 15px);
}
.article_weightloss_wrapper .section_08 img[src*="section_08_img_02"] {
  max-width: 70%;
  margin: auto;
}
.article_weightloss_wrapper
  .section_08
  .list-block
  .list-block-item
  > .icon
  img {
  margin-left: 0;
}
.article_weightloss_wrapper .section_10 .block-border-top,
.article_weightloss_wrapper
  .section_10
  .section-body
  > .section-block-subtitle {
  border-top: 1px dashed #d1d1d1;
  padding-top: 1.5em;
}
.article_weightloss_wrapper .section_11 img[src*="section_11_img_01"] {
  max-width: calc(100% + 15px);
}

/* MEDIA */
@media (min-width: 768px) {
  .article_weightloss_wrapper {
    font-size: 15px;
  }
  .article_weightloss_wrapper .section-title {
    font-size: 32px;
  }
  .article_weightloss_wrapper .section-block-title {
    font-size: 28px;
  }
  .article_weightloss_wrapper .list-block .list-block-item > .icon img {
    max-width: calc(100% - 2em);
  }
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-num"],
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-arrow"],
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-alert"],
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-check"] {
    margin-left: auto;
    margin-top: 0;
    max-width: calc(100% - 2.75em);
  }
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-apple"] {
    margin-left: auto;
  }
  .article_weightloss_wrapper .list-block .list-block-item > .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .article_weightloss_wrapper .section_02 ul {
    margin-top: 0;
  }
  .article_weightloss_wrapper .section_03 .full-width {
    margin-right: 0;
    margin-left: 0;
  }
  .article_weightloss_wrapper .section_06 .list-block .list-block-item > .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 1 10%;
    max-width: 10%;
  }
  .article_weightloss_wrapper .section_06 .list-block .list-block-item > .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .article_weightloss_wrapper .section_07 .img-float {
    float: right;
    max-width: 30%;
    margin: 0 0 15px 15px;
  }
  .article_weightloss_wrapper .section_08 img[src*="section_08_img_01"] {
    max-width: 100%;
  }
  .article_weightloss_wrapper .section_08 img[src*="section_08_img_02"] {
    max-width: 40%;
    margin-left: 0;
  }
  .article_weightloss_wrapper .section_11 img[src*="section_11_img_01"] {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .article_weightloss_wrapper {
    font-size: 16px;
  }
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-num"],
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-arrow"],
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-alert"],
  .article_weightloss_wrapper
    .list-block
    .list-block-item
    > .icon
    img[src*="icon-check"] {
    margin-top: 0.15em;
  }
  .article_weightloss_wrapper .section_07 .img-float {
    max-width: 37%;
  }
}
@media (min-width: 1200px) {
  .article_weightloss_wrapper .section_07 .img-float {
    max-width: 30%;
  }
  .article_weightloss_wrapper .section_08 img[src*="section_08_img_02"] {
    max-width: 50%;
  }
}

/* ---------------------- 
----- ARTICLE OFERTA  ---
------------------------- */
.article_oferta_wrapper {
  line-height: 1.43em;
}
.article_oferta_wrapper .section-title {
  margin-top: 1em;
  text-align: left;
}
.article_oferta_wrapper strong {
  font-family: "GloberxBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article_oferta_wrapper .section-block {
  margin-bottom: 1em;
}
.article_oferta_wrapper .section-block p,
.article_oferta_wrapper .section-block ul {
  margin-bottom: 0;
}
.article_oferta_wrapper .section-block ul {
  padding-left: 1em;
}

/* ---------------------- 
----- ARTICLE KEFIR  ---
------------------------- */
.article_kefir_wrapper {
  line-height: 1.43em;
}
.article_kefir_wrapper .section-title {
  text-align: left;
}
.article_kefir_wrapper .section-block-subtitle {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.article_kefir_wrapper .full-width {
  margin-left: -15px;
  margin-right: -15px;
}

.article_kefir_wrapper .list-block .list-block-item {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.article_kefir_wrapper .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3em;
  -ms-flex: 0 0 3em;
  flex: 0 1 3em;
  max-width: 3em;
}
.article_kefir_wrapper .list-block .list-block-item.icon-num > .text {
  padding-top: 0.5em;
}
.article_kefir_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-num"] {
  max-width: 2em;
}
.article_kefir_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-arrow"] {
  max-width: 1.15em;
  margin-left: auto;
  margin-right: 1em;
}

.article_kefir_wrapper .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 3em);
  -ms-flex: 0 0 calc(100% - 3em);
  flex: 0 1 calc(100% - 3em);
  max-width: calc(100% - 3em);
}

/* MEDIA */
@media (min-width: 768px) {
  .article_kefir_wrapper .section-block-title {
    font-size: 1.75em;
  }
  .article_kefir_wrapper .full-width {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------------------- 
----- ARTICLE ONE DAY KEFIR  ---
------------------------- */
.article_one_day_kefir_wrapper {
  line-height: 1.43em;
}
.article_one_day_kefir_wrapper table {
  margin-bottom: 2em;
  max-width: 100%;
  width: auto;
}
.article_one_day_kefir_wrapper table th {
  background-color: #fff;
  font-family: "GloberBold", sans-serif;
  padding: 5px 5px 5px 0;
}
.article_one_day_kefir_wrapper table tr:first-child {
  border-top: none;
}
.article_one_day_kefir_wrapper table td {
  background-color: #fff;
}
.article_one_day_kefir_wrapper table th + td {
  border-left: none !important;
}
.article_one_day_kefir_wrapper .section-title {
  text-align: left;
}
.article_one_day_kefir_wrapper .section-subtitle {
  font-family: "MullerExtraBold", sans-serif;
  font-size: 1.25em;
  text-align: left;
  text-transform: uppercase;
}
.article_one_day_kefir_wrapper .section-block-subtitle {
  margin-bottom: 0.25em;
}
.article_kefir_wrapper .full-width {
  margin-left: -15px;
  margin-right: -15px;
}
.article_one_day_kefir_wrapper .list-block .list-block-item {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.article_one_day_kefir_wrapper .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.5em;
  -ms-flex: 0 0 4.5em;
  flex: 0 1 4.5em;
  max-width: 4.5em;
}
.article_one_day_kefir_wrapper
  .list-block
  .list-block-item.icon-num
  .list-block-item
  > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5em;
  -ms-flex: 0 0 2.5em;
  flex: 0 1 2.5em;
  max-width: 2.5em;
}

.article_one_day_kefir_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-num"] {
  max-width: 2.5em;
}
.article_one_day_kefir_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-check"] {
  max-width: 1.5em;
  margin-left: 0;
  margin-right: 1em;
}
.article_one_day_kefir_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-milk"] {
  max-width: 100%;
  margin-left: -0.5em;
}

.article_one_day_kefir_wrapper .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 4.5em);
  -ms-flex: 0 0 calc(100% - 4.5em);
  flex: 0 1 calc(100% - 4.5em);
  max-width: calc(100% - 4.5em);
}

/* MEDIA */
@media (min-width: 768px) {
  .article_one_day_kefir_wrapper .section-subtitle,
  .article_one_day_kefir_wrapper .section-block-title {
    font-size: 1.75em;
  }
  .article_one_day_kefir_wrapper .full-width {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------------------- 
----- ARTICLE COTTAGE  ---
------------------------- */
.article_cottage_wrapper {
  line-height: 1.43em;
}
.article_cottage_wrapper table {
  margin-bottom: 2em;
  max-width: 100%;
  width: auto;
}
.article_cottage_wrapper table th {
  background-color: #fff;
  font-family: "GloberBold", sans-serif;
  padding: 5px 5px 5px 0;
}
.article_cottage_wrapper table tr:first-child {
  border-top: none;
}
.article_cottage_wrapper table td {
  background-color: #fff;
}
.article_cottage_wrapper table th + td {
  border-left: none !important;
}
.article_cottage_wrapper .section-title {
  text-align: left;
}
.article_cottage_wrapper .section-subtitle {
  font-family: "MullerExtraBold", sans-serif;
  font-size: 1.25em;
  text-align: left;
  text-transform: uppercase;
}
.article_cottage_wrapper .section-block-subtitle {
  margin-bottom: 0.25em;
}
.article_kefir_wrapper .full-width {
  margin-left: -15px;
  margin-right: -15px;
}
.article_cottage_wrapper .list-block .list-block-item {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.article_cottage_wrapper .list-block .list-block-item.align-items--center {
  -ms-align-items: center;
  align-items: center;
}
.article_cottage_wrapper .list-block .list-block-item > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.5em;
  -ms-flex: 0 0 4.5em;
  flex: 0 1 4.5em;
  max-width: 4.5em;
}
.article_cottage_wrapper
  .list-block
  .list-block-item.icon-num
  .list-block-item
  > .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5em;
  -ms-flex: 0 0 2.5em;
  flex: 0 1 2.5em;
  max-width: 2.5em;
}

.article_cottage_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-num"] {
  max-width: 2.5em;
}
.article_cottage_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-check"] {
  max-width: 1.5em;
  margin-left: 0;
  margin-right: 1em;
}
.article_cottage_wrapper
  .list-block
  .list-block-item
  > .icon
  img[src*="icon-milk"] {
  max-width: 100%;
  margin-left: -0.5em;
}

.article_cottage_wrapper .list-block .list-block-item > .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 4.5em);
  -ms-flex: 0 0 calc(100% - 4.5em);
  flex: 0 1 calc(100% - 4.5em);
  max-width: calc(100% - 4.5em);
  position: relative;
}
.article_cottage_wrapper .list-block .list-block-item > .vert-line {
  padding-left: 1em;
}
.article_cottage_wrapper .list-block .list-block-item > .vert-line::before {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

/* MEDIA */
@media (min-width: 768px) {
  .article_cottage_wrapper .section-subtitle,
  .article_cottage_wrapper .section-block-title {
    font-size: 1.75em;
  }
  .article_cottage_wrapper .full-width {
    margin-left: 0;
    margin-right: 0;
  }
}

/* --------------------------- 
----- GENERAL FOR RECIPES ---
------------------------------ */
.recipes_wrapper {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.35em;
  font-size: 14px;
  background: #fff;
  color: #444560;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.recipes_wrapper .recipes_section {
  padding-top: 1em;
  padding-bottom: 1em;
}
.recipes_wrapper .recipes_section.border-bottom {
  border-bottom: 1px solid #dddde5;
}

.recipes_section img {
  margin-left: 0;
}
.recipes_section p {
  margin-bottom: 1em;
}
.recipes_section a {
  color: #1172c6;
  text-decoration: none;
}
.recipes_section a:hover {
  color: #005496;
  text-decoration: none;
}
.recipes_section strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.recipes_section sub {
  font-size: 0.75em;
}
.recipes_section figure {
  display: block;
  position: relative;
  text-align: center;
}
.recipes_section figure figcaption {
  display: block;
  position: relative;
  font-size: 0.85em;
  margin-top: 0.5em;
  font-style: italic;
}
.recipes_section em {
  font-style: italic;
}

/* Заголовки */
.recipes_section h1,
.recipes_section h2,
.recipes_section h3,
.recipes_section h4,
.recipes_section h5 {
  color: #333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  margin: 0.5em 0;
  position: relative;
  text-align: left;
  text-transform: none;
}
.recipes_section h1 {
  font-size: 2em;
}
.recipes_section h2 {
  font-size: 1.85em;
}
.recipes_section h3 {
  font-size: 1.5em;
}
.recipes_section h4 {
  font-size: 1em;
}
.recipes_section h5 {
  font-size: 0.85em;
}

/* Списки */
.recipes_section ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.recipes_section ul li {
  line-height: 1.1em;
  padding: 0.25em 0;
}
.recipes_section ul li::marker {
  color: #9dbff2;
  line-height: 1.3;
}
.recipes_section ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.recipes_section ol.list-decor {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.recipes_section ol.list-decor li {
  align-items: center;
  position: relative;
  padding: 0.5em 0;
  display: flex;
}
.recipes_section ol.list-decor li span:first-child {
  flex: 0 1 3em;
  width: 3em;
  max-width: 3em;
  background: #e2e6fc;
  border-radius: 50%;
  color: #4e4d5b;
  width: 3em;
  height: 3em;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 3.25;
  text-align: center;
}
.recipes_section ol.list-decor li span:last-child {
  flex: 0 1 calc(100% - 3em);
  width: calc(100% - 3em);
  max-width: calc(100% - 3em);
  padding-left: 1em;
}

/* Блоки */
.recipes_section .block-bg {
  background: #f5fcfe;
  padding: 1em;
}
.recipes_section .block-bg h3 {
  margin-top: 0;
}
.recipes_section .block-bg dl {
}
.recipes_section .block-bg dt {
  color: #8f90a0;
  font-weight: normal;
  display: block;
}
.recipes_section .block-bg dd {
  color: #111236;
  display: block;
  margin-bottom: 1em;
}
.recipes_section .block-bg table {
  width: 100%;
}
.recipes_section .block-bg table td {
  border: 1px solid #dddde5;
  padding: 0.5em 1em;
}
.recipes_section .block-bg table td:last-child {
  text-align: center;
}

.recipes_section .block-author {
  background-color: #e1e6fc;
  border-radius: 0.25em;
  display: table;
  font-size: 0.85em;
  line-height: 1.1;
  margin-bottom: 2em;
  padding: 1em;
  vertical-align: middle;
  width: 100%;
}
.recipes_section .block-author .block-author--img {
  display: table-cell;
  position: relative;
  width: 100px;
}
.recipes_section .block-author .block-author--img img {
  border: 0.5em solid #fff;
  border-radius: 50%;
  display: block;
  left: -10px;
  position: absolute;
  top: calc(50% - 50px);
}
.recipes_section .block-author .block-author--content {
  display: table-cell;
  position: relative;
}
.recipes_section .block-author a {
  color: #333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.1em;
  margin: 0.25em 0;
  position: relative;
  text-transform: uppercase;
}
.recipes_section .block-author .title {
  color: #b6b9ca;
  font-weight: 700;
  text-transform: uppercase;
}

/* MEDIA */
@media (min-width: 576px) {
  .recipes_wrapper {
    font-size: 16px;
  }
  .recipes_section .block-author {
    font-size: 1em;
    padding: 1.5em;
  }
  .recipes_section .block-author .block-author--img {
    width: 150px;
  }
  .recipes_section .block-author .block-author--img img {
    left: 0;
    top: calc(50% - 75px);
  }
  .recipes_section .block-author .block-author--content {
    padding: 0 1em;
  }
}

/* --------------------------- 
----- GENERAL FOR NEW ARTICLES ---
------------------------------ */
.article {
  font-family: "GloberRegular", "Helvetica Neue", Helvetica, Arial, sans-serif,
    serif;
  line-height: 1.35em;
  font-size: 14px;
  background: #fff;
  color: #444560;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}
.article .section {
  padding-top: 1em;
  padding-bottom: 1em;
}
.article .section.border-bottom {
  border-bottom: 1px solid #dddde5;
}

.article img {
  margin-left: 0;
}
.article p {
  margin-bottom: 1em;
}
.article a {
  color: #1172c6;
  text-decoration: none;
}
.article a:hover {
  color: #005496;
  text-decoration: none;
}
.article strong {
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
}
.article sub {
  font-size: 0.75em;
}
.article em {
  font-style: italic;
}

/* Заголовки */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
  color: #333;
  display: block;
  font-family: "MullerExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  margin: 0.5em 0;
  position: relative;
  text-align: left;
  text-transform: none;
}
.article h1 {
  font-size: 2em;
}
.article h2 {
  font-size: 1.85em;
}
.article h3 {
  font-size: 1.5em;
}
.article h4 {
  font-size: 1em;
}
.article h5 {
  font-size: 0.85em;
}

/* Списки */
.article ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.article ul li {
  line-height: 1.1em;
  padding: 0.25em 0;
}
.article ul li::marker {
  color: #9dbff2;
  line-height: 1.3;
}
.article ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.article ol.list-decor {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.article ol.list-decor li {
  align-items: center;
  position: relative;
  padding: 0.5em 0;
  display: flex;
}
.article ol.list-decor li span:first-child {
  flex: 0 1 3em;
  width: 3em;
  max-width: 3em;
  background: #e2e6fc;
  border-radius: 50%;
  color: #4e4d5b;
  width: 3em;
  height: 3em;
  font-family: "GloberBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 3.25;
  text-align: center;
}
.article ol.list-decor li span:last-child {
  flex: 0 1 calc(100% - 3em);
  width: calc(100% - 3em);
  max-width: calc(100% - 3em);
  padding-left: 1em;
}

/* Таблицы */
.article table {
  margin: 1em 0;
  position: relative;
  width: 100%;
}
.article table thead {
  background-color: #dadce4;
}
.article table td {
  padding: 5px;
}
.article table td:not(:first-child) {
  border-left: 1px solid #9dbff2;
  text-align: center;
}
.article table tbody tr:not(:first-child) {
  border-top: 1px solid #9dbff2;
}
.article table tbody tr:nth-child(even) {
  background-color: #f4f5f7;
}
.article table p {
  margin: 0.5em 0;
}

/* MEDIA */
@media (min-width: 576px) {
  .article {
    font-size: 16px;
  }
}

/* Неактивный тип доставки в корзине  */
.deleviry .method_deliviry input[disabled] + label::after {
  opacity: 0.3;
}
.deleviry .method_deliviry input[disabled] + label .method_deliviry_name,
.deleviry .method_deliviry input[disabled] + label + .method_deliviry_desc {
  color: #aaa;
}

/* Костыль для сброса автозаполнения для поля Город в корзине */
#select-city[type="text"][readonly],
#select-otdel[type="text"][readonly] {
  background: #fff;
  cursor: text;
  opacity: inherit;
}

/* ЛЭНДИНГ 5GIFT */
.landing_5gift_wrapper {
  font-family: "GloberRegular", sans-serif;
  line-height: 160%;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

.landing_5gift_wrapper .block_title {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 114.4%;
  margin: 1em 0;
  text-transform: none;
  text-align: left;
}
.landing_5gift_wrapper .block_subtitle {
  color: #222;
  font-family: "GloberBold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 114.4%;
  margin: 1em 0;
  text-transform: none;
  text-align: left;
}
.landing_5gift_wrapper p {
  margin-bottom: 1rem;
}
.landing_5gift_wrapper img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.landing_5gift_wrapper strong {
  font-family: "GloberBold", sans-serif;
}
.landing_5gift_wrapper input.input-text {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  display: block;
  height: 55px !important;
  line-height: 55px !important;
  max-width: 435px;
  margin: 15px 0;
  padding: 0 20px !important;
  position: relative;
  width: 100%;
}
.landing_5gift_wrapper .input-checkbox {
  align-items: center;
  display: flex;
}
.landing_5gift_wrapper .input-checkbox input,
.landing_5gift_wrapper .input-checkbox label {
  cursor: pointer;
  margin: 10px 5px;
}
.landing_5gift_wrapper .input-checkbox input {
  border: 1px solid #222;
  border-radius: 0;
  height: 25px;
  width: 25px;
}
.landing_5gift_wrapper .input-checkbox input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.landing_5gift_wrapper .input-checkbox input[disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.landing_5gift_wrapper .input-checkbox label {
  font-family: "GloberBold", sans-serif;
  line-height: 1.1;
  width: calc(100% - 35px);
}
.landing_5gift_wrapper .req {
  display: block;
  position: relative;
  width: 100%;
  max-width: 435px;
}

.landing_5gift_wrapper h1,
.landing_5gift_wrapper .h1 {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.landing_5gift_wrapper h1 span,
.landing_5gift_wrapper .h1 span {
  color: #da1c5c;
  font-weight: 900;
}
.landing_5gift_wrapper .link {
  color: #0070c9;
  font-family: "GloberBold", sans-serif;
}
.landing_5gift_wrapper .btn {
  background-color: #25bf68;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px !important;
  font-family: inherit;
  height: 51px;
  line-height: 51px;
  margin: 15px 0;
  padding: 0 10px;
  position: relative;
  width: 178px;
}
.landing_5gift_wrapper .success {
  display: block;
  max-width: 450px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.landing_5gift_wrapper .success ul {
  margin-bottom: 30px;
}
.landing_5gift_wrapper .success ul li {
  margin: 0.5em 0;
}

.landing_5gift_wrapper .list-products {
}
.landing_5gift_wrapper .list-products--item {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.landing_5gift_wrapper .list-products--item > * {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.landing_5gift_wrapper .list-products--item .thumb {
  width: 120px;
}
.landing_5gift_wrapper .list-products--item .title {
  font-family: "GloberBold", sans-serif;
  font-size: 18px;
}
.landing_5gift_wrapper .list-products--item .desc {
  font-size: 14px;
  line-height: 1.6;
}

/*SECTIONS*/
.landing_5gift_wrapper .section_1 {
  display: block;
  margin: 1em 0;
  position: relative;
}
.landing_5gift_wrapper .landing_section .img_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 255px;
  position: relative;
}
.landing_5gift_wrapper .section_2 .img_bg {
  height: 240px;
}
.landing_5gift_wrapper .form-5gift-order .input-checkbox label {
  font-family: "GloberRegular", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_5gift_wrapper .landing_section .img_bg {
    height: 355px;
  }
  .landing_5gift_wrapper .section_2 .img_bg {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .landing_5gift_wrapper h1,
  .landing_5gift_wrapper .h1 {
    margin-top: 0;
  }
  .landing_5gift_wrapper .list-products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .landing_5gift_wrapper .list-products--item {
    flex: 0 0 50%;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .landing_5gift_wrapper .list-products--item > * {
    border: none;
  }
  .landing_5gift_wrapper .landing_section .row {
    align-items: center;
    display: flex;
  }
  .landing_5gift_wrapper .section_2 .block_title {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .landing_5gift_wrapper h1,
  .landing_5gift_wrapper .h1 {
    font-size: 33px;
  }
  .landing_5gift_wrapper .block_title {
    font-size: 27px;
  }
  .landing_5gift_wrapper .block_subtitle {
    font-size: 22px;
  }
  .landing_5gift_wrapper .link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .landing_5gift_wrapper {
    font-size: 16px;
  }
  .landing_5gift_wrapper .btn {
    font-size: 20px !important;
    width: 250px;
  }
  .landing_5gift_wrapper .landing_section .img_bg {
    height: 450px;
  }
  .landing_5gift_wrapper .section_2 .img_bg {
    height: 350px;
  }
  .landing_5gift_wrapper h1,
  .landing_5gift_wrapper .h1 {
    font-size: 40px;
  }
  .landing_5gift_wrapper h1 span,
  .landing_5gift_wrapper .h1 span {
    font-size: 54px;
  }
  .landing_5gift_wrapper .block_title {
    font-size: 30px;
  }
  .landing_5gift_wrapper .block_subtitle {
    font-size: 24px;
  }
  .landing_5gift_wrapper .link {
    font-size: 18px;
  }
  .landing_5gift_wrapper .list-products--item {
    flex: 0 0 33.33333%;
    margin-left: 0;
    margin-right: 0;
    width: 33.33333%;
  }
}

/* --------------------------- 
----- GENERAL FOR NEW LANDINGS ---
------------------------------ */

/* GRID */
.landing_grid .container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.landing_grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.landing_grid .row.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing_grid .col,
.landing_grid [class*="col-"] {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.landing_grid .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.landing_grid .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.landing_grid .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.landing_grid .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.landing_grid .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.landing_grid .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.landing_grid .d-none,
.hidden {
  display: none !important;
}
.landing_grid .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 576px) {
  .landing_grid .container {
    max-width: 540px;
  }
  .landing_grid .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .landing_grid .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .landing_grid .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing_grid .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .landing_grid .d-sm-none {
    display: none !important;
  }
  .landing_grid .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing_grid .d-sm-block {
    display: block !important;
  }
  .landing_grid .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .landing_grid .order-sm-last {
    -webkit-box-ordinal-group: 99;
    -ms-flex-order: 99;
    order: 99;
  }
}
@media (min-width: 768px) {
  .landing_grid .container {
    max-width: 720px;
  }
  .landing_grid .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .landing_grid .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .landing_grid .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .landing_grid .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .landing_grid .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing_grid .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .landing_grid .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .landing_grid .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .landing_grid .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .landing_grid .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .landing_grid .d-md-none {
    display: none !important;
  }
  .landing_grid .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing_grid .d-md-block {
    display: block !important;
  }
  .landing_grid .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 992px) {
  .landing_grid .container {
    max-width: 960px;
  }
  .landing_grid .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .landing_grid .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .landing_grid .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .landing_grid .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .landing_grid .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing_grid .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .landing_grid .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .landing_grid .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .landing_grid .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .landing_grid .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .landing_grid .d-lg-none {
    display: none !important;
  }
  .landing_grid .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing_grid .d-lg-block {
    display: block !important;
  }
  .landing_grid .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1200px) {
  .landing_grid .container {
    max-width: 1140px;
  }
  .landing_grid .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .landing_grid .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .landing_grid .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .landing_grid .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .landing_grid .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing_grid .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .landing_grid .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .landing_grid .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .landing_grid .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .landing_grid .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .landing_grid .d-xl-none {
    display: none !important;
  }
  .landing_grid .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing_grid .d-xl-block {
    display: block !important;
  }
  .landing_grid .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/* PRODUCTS */
.landing_section_products .block_title,
.landing_section_products .block_title + p {
  text-align: center !important;
}
.landing_section_products .list-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  text-align: center;
}
.landing_section_products .list-products--item {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 15px 15px;
  width: 100%;
}
.landing_section_products .list-products--item .thumb img {
  margin: auto;
  width: 160px;
}
.landing_section_products .list-products--item .title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin: 0.25em 0 0.5em;
}
.landing_section_products .list-products--item .actions {
  margin-top: 1em;
}

/* PREPARE */
.landing_section_prepareeasy .block_title,
.landing_section_prepareeasy .block_title + p {
  text-align: center !important;
}
.landing_section_prepareeasy .list-prepare {
  list-style: none;
  padding-left: 0;
}
.landing_section_prepareeasy .list-prepare > li {
  margin-top: 20px;
  min-height: 70px;
  padding-top: 10px;
  padding-left: 90px;
  position: relative;
}
.landing_section_prepareeasy .list-prepare > li::before {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.landing_section_prepareeasy .list-prepare.kastr > li:nth-child(1)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-1_1.png);
}
.landing_section_prepareeasy .list-prepare.kastr > li:nth-child(2)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-1_2.png);
}
.landing_section_prepareeasy .list-prepare.kastr > li:nth-child(3)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-1_3.png);
}

.landing_section_prepareeasy .list-prepare.yogurt > li:nth-child(1)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-2_1.png);
}
.landing_section_prepareeasy .list-prepare.yogurt > li:nth-child(2)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-2_2.png);
}
.landing_section_prepareeasy .list-prepare.yogurt > li:nth-child(3)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-2_3.png);
}
.landing_section_prepareeasy .list-prepare.yogurt > li:nth-child(4)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-2_4.png);
}

.landing_section_prepareeasy .list-prepare.multi > li:nth-child(1)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-3_1.png);
}
.landing_section_prepareeasy .list-prepare.multi > li:nth-child(2)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-3_2.png);
}
.landing_section_prepareeasy .list-prepare.multi > li:nth-child(3)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-3_3.png);
}

.landing_section_prepareeasy .list-prepare.yogobox > li:nth-child(1)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-4_1.png);
}
.landing_section_prepareeasy .list-prepare.yogobox > li:nth-child(2)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-4_2.png);
}
.landing_section_prepareeasy .list-prepare.yogobox > li:nth-child(3)::before {
  background-image: url(/img/landing-pischevarenie/icon-menu-4_3.png);
}

.landing_section_prepareeasy .tab {
  border-bottom: 1px solid #b8b8b8;
}
.landing_section_prepareeasy .tabs-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.7em;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #b8b8b8;
  padding: 0 0 1em 0;
  margin-top: 3em;
  margin-bottom: 1em;
}
.landing_section_prepareeasy .tabs-menu > li {
  height: auto;
}
.landing_section_prepareeasy .tabs-menu > li a {
  border: none;
  color: #111236;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: none;
  padding: inherit;
  position: relative;
  display: block;
}
.landing_section_prepareeasy .tabs-menu > li a::after {
  display: none;
}
.landing_section_prepareeasy .tabs-menu > li a img {
  padding-bottom: 0.5em;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.landing_section_prepareeasy .tabs-menu > li a .img_overlay {
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  height: 40px;
  margin-bottom: 5px;
  position: relative;
}
.landing_section_prepareeasy .tabs-menu > li a .img_overlay.kastr {
  background-image: url(/img/landing-pischevarenie/icon-menu-kastr.png);
}
.landing_section_prepareeasy .tabs-menu > li a .img_overlay.yogurt {
  background-image: url(/img/landing-pischevarenie/icon-menu-yogurt.png);
}
.landing_section_prepareeasy .tabs-menu > li a .img_overlay.multi {
  background-image: url(/img/landing-pischevarenie/icon-menu-multi.png);
}
.landing_section_prepareeasy .tabs-menu > li a .img_overlay.yogobox {
  background-image: url(/img/landing-pischevarenie/icon-menu-yogobox.png);
}
.landing_section_prepareeasy .tabs-menu > li a:hover .img_overlay.kastr,
.landing_section_prepareeasy .tabs-menu > li.current a .img_overlay.kastr {
  background-image: url(/img/landing-pischevarenie/icon-menu-kastr-active.png);
}
.landing_section_prepareeasy .tabs-menu > li a:hover .img_overlay.yogurt,
.landing_section_prepareeasy .tabs-menu > li.current a .img_overlay.yogurt {
  background-image: url(/img/landing-pischevarenie/icon-menu-yogurt-active.png);
}
.landing_section_prepareeasy .tabs-menu > li a:hover .img_overlay.multi,
.landing_section_prepareeasy .tabs-menu > li.current a .img_overlay.multi {
  background-image: url(/img/landing-pischevarenie/icon-menu-multi-active.png);
}
.landing_section_prepareeasy .tabs-menu > li a:hover .img_overlay.yogobox,
.landing_section_prepareeasy .tabs-menu > li.current a .img_overlay.yogobox {
  background-image: url(/img/landing-pischevarenie/icon-menu-yogobox-active.png);
}
.landing_section_prepareeasy .tabs-menu > li.current a,
.landing_section_prepareeasy .tabs-menu > li:hover a {
  color: #006fc8;
}
.landing_section_prepareeasy .tabs-menu > li.current a img,

/* WHERE TO BUY */
.landing_section_wherebuy .block_title,
.landing_section_wherebuy .block_title + p {
  text-align: center !important;
}

.landing_section_wherebuy .shops {
  border-radius: 10px;
  box-shadow: 0 4px 29px rgba(23, 50, 115, 0.1);
  display: block;
  padding: 15px 15px 0;
  position: relative;
}
.landing_section_wherebuy .shops::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  bottom: 0;
  content: "";
  left: 5%;
  display: block;
  position: absolute;
  width: 90%;
  height: 30px;
}
.landing_section_wherebuy .shop__items {
  height: 85px;
  overflow: hidden;
  transition: height 0.3s;
}
.landing_section_wherebuy .shop__items__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 255px;
  padding: 0 0 30px 0;
  margin-left: auto;
  margin-right: auto;
}
.landing_section_wherebuy .shop__items.open {
  height: 100%;
}
.landing_section_wherebuy .shop__items__inner > * {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 25%;
}
.landing_section_wherebuy .switcher {
  bottom: -15px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.landing_section_wherebuy .switcher a {
  background-color: #006fc8;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 40px 6px 20px;
  position: relative;
}
.landing_section_wherebuy .switcher a::after {
  background-image: url(/img/landing-pischevarenie/Icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 7px;
  width: 12px;
}
.landing_section_wherebuy .switcher a.switcher-close::after {
  background-image: url(/img/landing-pischevarenie/Icon-arrow-top.svg);
}

/* GUARANTY */
.landing_section_guaranty .block_title,
.landing_section_guaranty p {
  text-align: center !important;
}
.landing_section_guaranty img {
  max-width: 150px !important;
  margin: auto;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_section_products .list-products--item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .landing_section_products .list-products--item .title {
    font-size: 16px;
  }
  .landing_section_wherebuy .shops {
    margin-left: 0;
    margin-right: 0;
  }
  .landing_section_wherebuy .shop__items {
    height: 170px;
  }
  .landing_section_wherebuy .shop__items__inner {
    max-width: 460px;
  }
  .landing_section_wherebuy .switcher {
    bottom: -18px;
  }
  .landing_section_wherebuy .switcher a {
    font-size: 12px;
  }
  .landing_section_wherebuy .switcher a::after {
    height: 15px;
    width: 15px;
    top: 7px;
  }
  .landing_section_prepareeasy .tabs-menu,
  .landing_section_prepareeasy .tab {
    width: 517px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_section_prepareeasy .tabs-menu > li a .img_overlay {
    height: 60px;
  }
}

@media (min-width: 768px) {
  .landing_section_products .list-products--item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    width: 25%;
  }
  .landing_section_guaranty img {
    max-width: 250px !important;
  }
}
@media (min-width: 992px) {
  .landing_section_products .list-products--item .title {
    font-size: 20px;
  }
  .landing_section_wherebuy .shops {
    padding-top: 30px;
    width: 80%;
    margin: auto;
  }
  .landing_section_wherebuy .shop__items {
    height: 160px;
  }
  .landing_section_wherebuy .shop__items__inner {
    width: 485px;
  }
  .landing_section_guaranty .block_title + p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_section_prepareeasy .tabs-menu,
  .landing_section_prepareeasy .tab {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .landing_section_products .block_title + p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing_section_products .list-products--item .thumb img {
    width: 200px;
  }
  .landing_section_prepareeasy .list-prepare > li::before {
    height: 80px;
    width: 80px;
  }
  .landing_section_prepareeasy .list-prepare > li {
    padding-left: 110px;
  }
  .landing_section_prepareeasy .list-prepare > li::before {
    height: 80px;
    width: 80px;
  }
  .landing_section_wherebuy .block_title + p {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .landing_section_prepareeasy {
    padding-bottom: 2em;
  }
  .landing_section_guaranty {
    padding-top: 3em;
  }
}

/* ЛЭНДИНГ МИКРОФЛОРА И ПИЩЕВАРЕНИЕ */
.landing_pischevarenie2021 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #111236;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  display: block;
  overflow: hidden;
  position: relative;
}

.landing_pischevarenie2021 .block_title,
.landing_pischevarenie2021 h1.block_title {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 114.4%;
  margin: 10px 0;
  text-align: left;
  text-transform: none;
}
.landing_pischevarenie2021 h1.block_title {
  font-size: 30px;
}

.landing_pischevarenie2021 .block_subtitle {
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 124.4%;
  margin: 10px 0;
}
.landing_pischevarenie2021 .block_subtitle span {
  background: rgb(146, 229, 191);
  background: linear-gradient(
    180deg,
    rgba(146, 229, 191, 0) 0%,
    rgba(146, 229, 191, 0) 55%,
    rgba(146, 229, 191, 1) 55%,
    rgba(146, 229, 191, 1) 100%
  );
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 5px;
}

.landing_pischevarenie2021 img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.landing_pischevarenie2021 p {
  margin-bottom: 1em;
}
.landing_pischevarenie2021 strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.landing_pischevarenie2021 blockquote {
  border: none;
  border-top: 2px solid #9dbff2;
  border-bottom: 2px solid #9dbff2;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.35;
  position: relative;
  display: block;
  padding: 1.5em 1em;
  text-align: center;
  width: 100%;
  max-width: 315px;
  margin: 1rem auto;
}
.landing_pischevarenie2021 blockquote::before {
  background-color: #fff;
  content: "";
  display: block;
  background-image: url(/img/landing-pischevarenie/quote.svg);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  padding: 0 1em;
  position: absolute;
  height: 18px;
  width: 60px;
  left: calc(50% - 30px);
  top: -9px;
}
.landing_pischevarenie2021 blockquote .block_subtitle {
  font-size: 16px;
}

/* LINKS */
.landing_pischevarenie2021 .direct_link {
  color: #006fc8;
  display: inline-block;
  font-weight: 700;
  padding-right: 25px;
  position: relative;
}
.landing_pischevarenie2021 .direct_link::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/icons/s01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: calc(50% - 9px);
  top: auto;
}

/* LIST */
.landing_pischevarenie2021 .list-arrow,
.landing_pischevarenie2021 .list-check {
  padding-left: 0;
}
.landing_pischevarenie2021 .list-arrow li,
.landing_pischevarenie2021 .list-check li {
  display: block;
  line-height: 1.35;
  padding: 0.25em 0 0.5em 2.5em;
  position: relative;
}
.landing_pischevarenie2021 .list-arrow li:before,
.landing_pischevarenie2021 .list-check li:before {
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 0.25em;
  width: 1.5em;
}
.landing_pischevarenie2021 .list-arrow li:before {
  background-image: url(/img/landing-pischevarenie/arrow.svg);
}
.landing_pischevarenie2021 .list-check li:before {
  background-image: url(/img/landing-pischevarenie/check.svg);
}

.landing_pischevarenie2021 .list-tile--item {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.landing_pischevarenie2021 .list-tile--item img {
  height: 100px;
  width: auto;
}
.landing_pischevarenie2021 .list-tile--item .value {
  margin-top: 1em;
}

/* SECTIONS */
.landing_pischevarenie2021 .landing_section {
  padding: 15px 0;
}
.landing_pischevarenie2021 .section_1 {
  background-image: url(/img/landing-pischevarenie/bg-01-mob.png);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: center -120px;
}
.landing_pischevarenie2021 .section_1 .block_title {
  max-width: 400px;
}
.landing_pischevarenie2021 .section_1 .block_subtitle span {
  background: rgb(74, 211, 149);
  background: linear-gradient(
    180deg,
    rgba(74, 211, 149, 0) 0%,
    rgba(74, 211, 149, 0) 55%,
    rgba(74, 211, 149, 1) 55%,
    rgba(74, 211, 149, 1) 100%
  );
}

.landing_pischevarenie2021 .section_1 p {
  padding-top: 270px;
}

.landing_pischevarenie2021 .section_2 .bg_img {
  background-image: url(/img/landing-pischevarenie/bg-02-mob-ru.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  display: block;
  height: 60vw;
  margin-bottom: 1em;
}
body.uk-ua .landing_pischevarenie2021 .section_2 .bg_img {
  background-image: url(/img/landing-pischevarenie/bg-02-mob-ua.png);
}

.landing_pischevarenie2021 .section_3 {
  background-color: #f8f8f8;
}
.landing_pischevarenie2021 .section_3 blockquote::before {
  background-color: #f8f8f8;
}

.landing_pischevarenie2021 .section_4 .bg_img {
  max-width: 75%;
  margin: 0 auto;
}

.landing_pischevarenie2021 .section_5 {
  background-color: #f8f8f8;
}

.landing_pischevarenie2021 .section_7 {
  background-color: #f8f8f8;
  padding-top: 0;
}
.landing_pischevarenie2021 .section_7 blockquote::before {
  background-color: #f8f8f8;
}
.landing_pischevarenie2021 .section_7 img {
  margin-top: -2.5em;
  width: 185px;
}

/* MEDIA */
@media (min-width: 576px) {
  .landing_pischevarenie2021 blockquote {
    max-width: 500px;
  }
  .landing_pischevarenie2021 .section_2 .bg_img {
    background-image: url(/img/landing-pischevarenie/bg-02-desk-ru.png);
    height: 270px;
  }
  body.uk-ua .landing_pischevarenie2021 .section_2 .bg_img {
    background-image: url(/img/landing-pischevarenie/bg-02-desk-ua.png);
  }
  .landing_pischevarenie2021 .section_5 {
    text-align: center;
  }
  .landing_pischevarenie2021 .section_5 .block_title {
    text-align: center;
  }
  .landing_pischevarenie2021 .section_7 img {
    margin-top: -4.5em;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .landing_pischevarenie2021 .section_1 {
    background-image: url(/img/landing-pischevarenie/bg-01-desk.png);
    background-size: contain;
    background-position: center 0;
  }
  .landing_pischevarenie2021 .section_1 p {
    padding-top: 0;
  }
  .landing_pischevarenie2021 .section_3 .bg_img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .landing_pischevarenie2021 {
    font-size: 16px;
  }
  .landing_pischevarenie2021 .block_title {
    font-size: 36px;
  }
  .landing_pischevarenie2021 h1.block_title {
    font-size: 48px;
  }
  .landing_pischevarenie2021 .block_subtitle,
  .landing_pischevarenie2021 blockquote .block_subtitle {
    font-size: 25px;
  }
  .landing_pischevarenie2021 .list-tile--item {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
  }
  .landing_pischevarenie2021 .section_1 {
    background-size: cover;
  }
  .landing_pischevarenie2021 .section_3 {
    padding-bottom: 0;
  }
  .landing_pischevarenie2021 .section_3 .bg_img {
    max-width: none;
    width: 140%;
  }
  .landing_pischevarenie2021 .section_5 .block_subtitle + p {
    margin-left: auto;
    margin-right: auto;
    width: 465px;
  }
  .landing_pischevarenie2021 .section_7 {
    margin-top: 1em;
    padding: 2em 0;
  }
  .landing_pischevarenie2021 .section_7 img {
    margin: -90px auto -30px;
    width: 316px;
  }
}
@media (min-width: 1200px) {
  .landing_pischevarenie2021 .block_subtitle {
    margin: 0.75em 0;
  }
  .landing_pischevarenie2021 .block_subtitle,
  .landing_pischevarenie2021 blockquote .block_subtitle {
    font-size: 22px;
  }
  .landing_pischevarenie2021 blockquote::before {
    height: 28px;
    width: 90px;
    left: calc(50% - 45px);
  }
  .landing_pischevarenie2021 .list-tile--item img {
    height: 130px;
  }
  .landing_pischevarenie2021 .section_1 .row {
    height: 600px;
  }
  .landing_pischevarenie2021 .section_1 .block_title {
    margin-top: 1em;
  }
  .landing_pischevarenie2021 .section_1 .block_subtitle {
    margin: 1em 0;
  }
  .landing_pischevarenie2021 .section_2 .bg_img {
    background-position: right 0;
    height: 300px;
    margin-top: 30px;
  }
  .landing_pischevarenie2021 .section_3 .row {
    align-items: center;
  }
  .landing_pischevarenie2021 .section_3 img[src*="bg-03-"] {
    width: 400px;
  }
  .landing_pischevarenie2021 .section_3 .bg_img {
    width: 120%;
    margin-left: 60px;
    margin-top: -30px;
  }
  .landing_pischevarenie2021 .section_3 blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .landing_pischevarenie2021 .section_4 .row {
    align-items: center;
  }
  .landing_pischevarenie2021 .section_4 .bg_img {
    max-width: 475px;
    margin-right: 0;
  }
  .landing_pischevarenie2021 .section_4 img[src*="bg-06-"] {
    width: 500px;
  }
  .landing_pischevarenie2021 .section_5 {
    padding: 3em 0;
  }
  .landing_pischevarenie2021 .section_6 {
    padding: 3em 0;
  }
  .landing_pischevarenie2021 .section_6 img[src*="thumb_vivocaps_forte.png"] {
    max-width: 540px;
  }
  .landing_pischevarenie2021 .section_8 {
    padding: 3em 0;
  }
}

#sp-heading .sp-module {
  margin: 10px 0;
}

.heading-inform-block {
  align-items: center;
  background: #00a651;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  font-family: "GloberRegular", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  padding: 5px 20px;
}
.heading-inform-block .title {
  font-family: "GloberBold", sans-serif;
  font-size: 1.2em;
}
.heading-inform-block--icon {
  flex: 0 0 70px;
  padding-right: 1em;
}
.heading-inform-block--icon img {
  border-radius: 50%;
  box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.2);
}

/* LANG SWITCHER */
.mod-languages .lang-inline li > * {
  display: block;
  font-family: "MullerExtraBold", sans-serif;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
}
.mod-languages .lang-inline li > span {
  color: #ccc;
}
.mod-languages .lang-inline li > a {
  color: #0070c9 !important;
}

/* NEW PAGES FOR PASTA VIVO */
.pasta-category {
  color: #222222;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  position: relative;
}

.pasta-category h1 {
  color: #444560;
  font-size: 6vw;
  font-weight: 800;
  margin-top: 10px;
}

.pasta-category img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.pasta-category .vivo-logo {
  margin: auto;
  width: 100px;
}

.pasta-category .hero {
  border-bottom: 1px solid rgba(68, 69, 96, 0.3);
  text-align: center;
  position: relative;
}

.pasta-category .hero .nuts {
  display: block;
  position: absolute;
  z-index: -1;
}
.pasta-category .hero .nuts-1 {
  left: -47%;
  width: 72%;
  top: 78%;
}
.pasta-category .hero .nuts-2 {
  right: -20%;
  top: 64%;
  width: 60%;
}

.pasta-category .hero ul {
  font-weight: 800;
}

.pasta-category .hero-block {
  padding: 1em 0;
}

.pasta-category .hero_block--tisser {
  display: block;
  position: relative;
}

.pasta-category .hero_block--tisser .tisser-main {
}
.pasta-category .hero_block--tisser .tisser-label {
  display: block;
  position: absolute;
}
.pasta-category .hero_block--tisser .tisser-label-1 {
  top: 0;
  left: 20%;
  width: 30%;
}
.pasta-category .hero_block--tisser .tisser-label-2 {
  bottom: 5%;
  width: 35%;
}

.pasta-category .hero_block--text img {
  margin-bottom: 30px;
  max-width: 90%;
}

.pasta-category .hero_block--text ul {
  margin: 1em 0;
  text-align: left;
}

.pasta-category .hero_block--text ul li {
  align-items: center;
  display: flex;
  gap: 1em;
  margin: 1em 0;
  position: relative;
}

.pasta-category .hero_block--text ul li::before {
  background-image: url(/img/pasta-vivo/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  width: 11px;
  position: relative;
}

.pasta-category .product-list {
  border-bottom: 1px solid rgba(68, 69, 96, 0.3);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 15px 0 30px;
  margin-bottom: 30px;
}
.pasta-category .product-list .pasta-category--item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  max-width: none !important;
  width: auto;
  justify-content: space-between;
}
.pasta-category .product-list .pasta-category--item .name {
  margin: 0;
}
.pasta-category .product-list .pasta-category--item .name a {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-transform: none;
}

.pasta-category .product-list .pasta-category--item .description p {
  font-family: "MullerRegular", sans-serif;
  margin-bottom: 15px;
}

.pasta-category .product-list .pasta-category--item .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.pasta-category .product-list .pasta-category--item .buttons {
  align-items: center;
  display: flex;
  gap: 15px;
}

.pasta-category .product-list .pasta-category--item .wrap .jshop_price_outer {
  width: auto;
  top: auto;
  float: none;
}

.pasta-category .product-list .pasta-category--item .wrap .jshop_price .amount {
  display: inline-block;
}
.pasta-category .product-list .pasta-category--item .wrap .jshop_price .price {
  position: relative;
  bottom: auto;
  display: inline;
}

.pasta-category
  .product-list
  .pasta-category--item
  .wrap
  .jshop_price
  .top_hits_products__old_price {
  right: 20px;
}

.pasta-category .product-list .pasta-category--item .wrap .con-wrap {
  align-items: center;
  display: flex;
  font-family: "MullerRegular", sans-serif;
  gap: 10px;
  position: relative;
  left: auto;
  top: auto;
  margin: 0 !important;
}

.pasta-category .product-list .pasta-category--item .wrap .con-wrap__min,
.pasta-category .product-list .pasta-category--item .wrap .con-wrap__pls {
  margin: 0 !important;
  top: auto !important;
}

.pasta-category
  .product-list
  .pasta-category--item
  .wrap
  .con-wrap__min::before {
  position: relative;
  top: -2px;
}

.pasta-category .product-list .pasta-category--item .btn_absent__bs {
  width: auto;
  padding-inline: 15px;
  font-family: "GloberBold", sans-serif;
}

.pasta-category .product-list .pasta-category--item .button_buy {
  align-items: center;
  display: flex;
  font-family: "GloberBold", sans-serif;
  justify-content: center;
  min-width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  top: auto;
}

.pasta-category .product-list .pasta-category--item .button_buy img {
  display: block;
  width: 25px;
  margin: 0;
}
.pasta-category .product-list .pasta-category--item .button_buy span {
  display: none;
}

@media (min-width: 370px) {
  .pasta-category .product-list .pasta-category--item .button_buy img {
    display: none;
  }
  .pasta-category .product-list .pasta-category--item .button_buy span {
    display: block;
    padding: 0 10px;
  }
}

@media (min-width: 576px) {
  .pasta-category h1 {
    font-size: 30px;
  }
  .pasta-category .hero {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
  .pasta-category .hero_block--main {
    grid-area: 1 / 1 / 2 / 3;
  }
  .pasta-category .hero_block--tisser {
    grid-area: 2 / 2 / 3 / 3;
  }
  .pasta-category .hero_block--text {
    grid-area: 2 / 1 / 3 / 2;
  }

  .pasta-category .hero .nuts-2 {
    right: -20%;
    top: -20%;
    width: 250px;
  }
  .pasta-category .hero .nuts-1 {
    left: -25%;
    width: 250px;
    top: -5%;
  }
}

@media (min-width: 768px) {
  .pasta-category {
    font-size: 16px;
  }
  .pasta-category .product-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .pasta-category .vivo-logo {
    margin-left: 0;
  }
  .pasta-category .hero {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    text-align: left;
  }
  .pasta-category .hero .nuts-1 {
    left: -30%;
    width: 450px;
    top: -20%;
  }
  .pasta-category .hero .nuts-2 {
    width: 400px;
  }
  .pasta-category .hero_block--tisser .tisser-label-1 {
    left: -3%;
    top: 16%;
  }
  .pasta-category .hero_block--tisser .tisser-label-2 {
    bottom: 15%;
    left: -1%;
    width: 27%;
  }
  .pasta-category .hero-block {
    padding: 0;
  }
  .pasta-category .hero_block--main {
    grid-area: 1 / 1 / 2 / 2;
  }
  .pasta-category .hero_block--tisser {
    grid-area: 1 / 2 / 3 / 3;
  }
  .pasta-category .hero_block--text {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media (min-width: 1200px) {
  .pasta-category h1 {
    font-size: 36px;
  }
  .pasta-category .vivo-logo {
    width: 170px;
  }
  .pasta-category .hero {
    grid-column-gap: 80px;
  }
  .pasta-category .hero .nuts-1 {
    left: -21%;
    width: 400px;
    top: 0%;
  }
  .pasta-category .hero .nuts-2 {
    width: 420px;
    right: -25%;
    top: -30%;
  }
  .pasta-category .hero_block--text img {
    max-width: 376px;
  }
  .pasta-category .hero_block--tisser .tisser-main {
    /* width: 90%; */
  }
  .pasta-category .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pasta-category .product-list .pasta-category--item .name a {
    font-size: 22px;
  }
  .pasta-category .product-list .pasta-category--item .fitches {
    margin: 20px 0 0;
  }
  .pasta-category .product-list .pasta-category--item .fitches li {
    font-size: 16px;
    margin-top: 10px;
  }
  .pasta-category
    .product-list
    .pasta-category--item
    .wrap
    .jshop_price
    .amount {
    font-size: 30px;
  }
}

/*  */
.pasta-product {
  color: #222222;
  border-bottom-color: transparent !important;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  position: relative;
  text-align: left;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.pasta-product .prod_title {
  color: #444560;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
}
.pasta-product h1.prod_title {
  display: none;
}

.pasta-product .pasta-product--form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
}

.pasta-product .pasta-product--form .jshop__info {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  text-align: left;
}
.pasta-product .pasta-product--form .jshop__info > * {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.pasta-product .pasta-product--form .jshop_prod_description {
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  text-align: left;
  top: auto;
}

.pasta-product .switch-block .switch-block--item {
  color: #222;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
.pasta-product .switch-block .switch-block--item > span:first-child {
  background-color: transparent;
  border: 1px solid #fc9400;
  border-radius: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  width: 75px;
  padding: 5px 3px;
  text-align: center;
}
.pasta-product .switch-block .switch-block--item:hover > span:first-child,
.pasta-product .switch-block .switch-block--item.active > span:first-child {
  background-color: #fc9400;
  color: #fff;
}

.pasta-product .pasta-product--form .jshop__info .prod_order {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pasta-product .pasta-product--form .jshop__info .prod_price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.pasta-product .pasta-product--form .jshop__info .prod_price > * {
  display: block;
  float: none !important;
  position: relative;
  padding: 0 !important;
  margin: 0;
  left: auto;
  top: auto;
}
.pasta-product
  .pasta-product--form
  .jshop__info
  .prod_price
  .prod_price__old_price {
  height: auto;
  right: 28px;
  text-align: right;
  top: -5px;
}
.pasta-product
  .pasta-product--form
  .jshop__info
  .prod_price
  .prod_price__old_price_inner {
  font-size: 14px;
  margin: 0 !important;
}
.pasta-product .pasta-product--form .jshop__info .prod_price .prod_price__num {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.pasta-product .pasta-product--form .jshop__info .prod_price .units {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.pasta-product .pasta-product--form .jshop__info .full-butt {
  width: 25vw;
}
.pasta-product .pasta-product--form .jshop__info .full-butt .ajax_buy {
  float: none;
  top: auto;
  left: auto;
  width: 100% !important;
}

.pasta-product .pasta-product--form .free-delivery {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.25;
}
.pasta-product .pasta-product--form .free-delivery span:first-child {
  flex: 0 0 40px;
  width: 30px;
}
.pasta-product .pasta-product--form .jshop__info .mi_extra_fields {
  font-size: 1em;
}
.pasta-product .pasta-product--form .jshop__info .mi_extra_fields__name,
.pasta-product .pasta-product--form .jshop__info .mi_extra_fields__value {
  font-family: "Open Sans", sans-serif;
}

.pasta-product .pasta-product--form .jshop__info .mi_extra_fields__name {
  font-weight: 700;
}

.pasta-product .pasta-product--form .productfull__social_btns {
  align-items: center;
  display: flex;
  gap: 15px;
}
.pasta-product .pasta-product--form .productfull__social_btn {
  max-height: none;
  float: none;
  width: auto;
  padding: 0;
  height: 20px;
}

.pasta-product .hero {
  background-color: #fff9f0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: auto -15px;
  padding: 30px 15px;
  position: relative;
}

.pasta-product .compound-list {
  display: flex;
  text-align: center;
  gap: 15px;
  flex-wrap: wrap;
}
.pasta-product .compound-list > * {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: calc(50% - 15px);
  word-break: break-word;
}
.pasta-product .compound-list img {
  margin: 0 auto 10px;
  width: 70%;
}
.pasta-product .compound-list > *:first-child {
  position: absolute;
  top: 3%;
  left: -3%;
}

.pasta-product .hero-block--tisser img {
  mix-blend-mode: multiply;
}

.pasta-product .hero_block--text img {
  margin-bottom: 30px;
  max-width: 90%;
}

.pasta-product .hero_block--text ul {
  margin: 1em 0;
  text-align: left;
}

.pasta-product .hero_block--text ul li {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: flex;
  gap: 1em;
  margin: 1em 0;
  position: relative;
}

.pasta-product .hero_block--text ul li::before {
  background-image: url(/img/pasta-vivo/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  width: 11px;
  position: relative;
}

.pasta-page.landing_pastavivo_wrapper {
  font-family: "Open Sans", serif;
}
.pasta-page.landing_pastavivo_wrapper .section_2 > .container::after,
.pasta-page.landing_pastavivo_wrapper .section_4 > .container::after,
.pasta-page.landing_pastavivo_wrapper .section_5 > .container::after {
  display: none;
}
.pasta-page.landing_pastavivo_wrapper .block_title,
.pasta-page.landing_pastavivo_wrapper .block_progress .title {
  text-transform: none;
}
.pasta-page.landing_pastavivo_wrapper .block_title span {
  display: inline;
  font-size: 1em;
}
.pasta-page.landing_pastavivo_wrapper .block_subtitle {
  color: #222222;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  padding: 0.5em 0;
  text-align: left;
}

.pasta-page.landing_pastavivo_wrapper .list-check li,
.pasta-page.landing_pastavivo_wrapper .list-not li {
  padding-left: 30px;
  line-height: 1.5;
}
.pasta-page.landing_pastavivo_wrapper .list-check li:before,
.pasta-page.landing_pastavivo_wrapper .list-not li:before {
  height: 21px;
  width: 21px;
  top: 7px;
}

.pasta-page.landing_pastavivo_wrapper
  .block_progress__sugaroff
  .block_progress__item
  td:nth-child(1) {
  background-color: #fff;
  color: #222;
}
.pasta-page.landing_pastavivo_wrapper
  .block_progress__sugaroff
  .block_progress__item
  td:nth-child(3) {
  background-color: #8074c9;
}
.pasta-page.landing_pastavivo_wrapper
  .block_progress__sugaroff
  .block_progress__item
  td:nth-child(4) {
  background-color: #b0a78f;
}

.pasta-page.landing_pastavivo_wrapper .section_inulin {
  border-top: 0.4px solid #9c9c9c;
  padding-block: 15px;
  margin-top: 15px;
}

.pasta-page.landing_pastavivo_wrapper .section_3 {
  background: #ece9e2;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.pasta-page.landing_pastavivo_wrapper .section_3 .block_title {
  margin-right: 0;
}
.pasta-page.landing_pastavivo_wrapper .section_5_1 > .container {
  background: none;
}

.pasta-page.landing_pastavivo_wrapper .block_progress .block_progress__item {
  max-width: 500px;
}

.pasta-related {
  padding: 2em 0;
  margin-top: 2em;
  border-top: 0.4px solid #9c9c9c !important;
}
.pasta-related .pasta-related--title {
  display: block;
  color: #444560;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1em;
}
.pasta-related .list_related {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.pasta-related .jshop_list_product .mi_related .block_product {
  margin: 0;
  padding: 0;
}
.pasta-related .jshop_list_product .mi_related .block_product .product {
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.pasta-related .jshop_list_product .mi_related .block_product .product > * {
  padding: 0;
  margin: 0;
}
.pasta-related .jshop_list_product .mi_related .block_product .product .image {
  margin: 0 auto !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
}
.pasta-related
  .jshop_list_product
  .mi_related
  .block_product
  .product
  .image_block {
  padding: 0 !important;
  display: block !important;
}
.pasta-related
  .jshop_list_product
  .mi_related
  .block_product
  .product
  .rec__discount_label {
  top: 10%;
  left: auto;
  right: 0;
}
.pasta-related .jshop_list_product .mi_related .block_product .product .name {
}
.pasta-related .jshop_list_product .mi_related .block_product .product .name a {
  color: #222222;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: none;
  left: auto !important;
  width: auto !important;
}
.pasta-related
  .jshop_list_product
  .mi_related
  .block_product
  .product
  .jshop_price
  > b {
  display: none;
}

@media (min-width: 375px) {
  .pasta-product .pasta-product--form .jshop__info .full-butt {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .pasta-product {
    font-size: 16px;
  }
  .pasta-product .prod_title {
    font-size: 25px;
  }
  .pasta-product .compound-list {
    font-size: 16px;
  }
  .pasta-product .compound-list > * {
    flex: 0 0 calc(25% - 15px);
  }
  .pasta-product .compound-list img {
    width: 100px;
  }
  .pasta-product .hero_block--text ul {
    font-size: 16px;
  }
  .pasta-product .pasta-product--form .jshop__info .full-butt .ajax_buy {
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    background-position: 45px 13px !important;
    width: fit-content !important;
    padding: 5px 40px 5px 80px;
    line-height: normal !important;
    height: 50px !important;
  }

  .pasta-related .list_related {
    grid-template-columns: repeat(2, 1fr);
  }
  .pasta-related .pasta-related--title {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .pasta-product .jshop__info .prod_title {
    display: none;
  }
  .pasta-product h1.prod_title {
    display: block;
    margin-bottom: 30px;
  }
  .pasta-product .hero {
    margin: 0;
  }
  .pasta-product .pasta-product--form {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .pasta-product .pasta-product--form .jshop__info {
    gap: 25px;
  }
  .pasta-product .pasta-product--form .jshop__info .prod__img_wrap {
    padding: 0;
  }
  .pasta-product .pasta-product--form .jshop__info .prod_order {
    flex-direction: column;
  }
  .pasta-product .pasta-product--form .jshop__info .prod_price {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .pasta-product .pasta-product--form .jshop__info .prod_price > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .pasta-product .pasta-product--form .jshop__info .prod_price .con-wrap {
    text-align: right;
  }
  .pasta-product
    .pasta-product--form
    .jshop__info
    .prod_price
    .prod_price__num {
    font-size: 35px;
  }
  .pasta-product
    .pasta-product--form
    .jshop__info
    .prod_price
    .prod_price__old_price_inner {
    font-size: 20px;
  }
  .pasta-product
    .pasta-product--form
    .jshop__info
    .prod_price
    .prod_price__old_price {
    right: auto;
    top: -15px;
    left: 55px;
  }
  .pasta-product .pasta-product--form .jshop__info .full-butt,
  .pasta-product .pasta-product--form .jshop__info .full-butt .ajax_buy {
    margin: 0 !important;
    width: 100% !important;
  }
  .pasta-product .compound-list > * {
    flex: 0 0 calc(50% - 15px);
  }

  .pasta-page.landing_pastavivo_wrapper .section_2 img {
    margin-top: 80%;
  }
  .pasta-page.landing_pastavivo_wrapper .section_3 .section-img {
    height: 810px;
  }

  .pasta-related .list_related {
    grid-template-columns: repeat(3, 1fr);
  }
  .pasta-related
    .jshop_list_product
    .mi_related
    .block_product
    .product
    .rec__discount_label {
    width: 80px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .pasta-product h1.prod_title {
    font-size: 36px;
  }
  .pasta-product .pasta-product--form {
    grid-template-columns: 380px 1fr;
  }

  .pasta-page.landing_pastavivo_wrapper .section_2 img {
    margin-top: 60%;
  }

  .pasta-page.landing_pastavivo_wrapper .section_3 .block_title {
    margin-top: 1em;
  }
  .pasta-page.landing_pastavivo_wrapper .section_3 .section-img {
    height: 930px;
  }
  .pasta-page.landing_pastavivo_wrapper .section_4 {
    padding: 3em 0;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5 {
    background: url(/img/landing-oh-my-nut-2/bg_section_5.png) no-repeat;
    background-size: cover;
    background-position: left center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 3em;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5::after {
    content: "";
    display: block;
    background: rgb(123, 87, 73);
    background: linear-gradient(
      90deg,
      rgba(78, 52, 41, 1) 0%,
      rgba(78, 52, 41, 0) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5 img {
    display: none;
  }

  .pasta-page.landing_pastavivo_wrapper .section_5 > *:not(img) {
    color: #fff;
    width: 40%;
  }

  .pasta-page.landing_pastavivo_wrapper .section_5__offsugar {
    margin-bottom: 6em;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5__offsugar .info_block {
    width: 85%;
    font-size: 0.75em;
    line-height: 1.25;
    position: absolute;
    top: 102%;
    color: rgba(0, 0, 0, 40%);
  }

  .pasta-page.landing_pastavivo_wrapper .section_5_1 {
    margin-bottom: 3em;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5_1 img {
    width: 65%;
    max-width: 406px;
  }
  .pasta-related .list_related {
    grid-template-columns: repeat(4, 1fr);
  }
  .pasta-related .jshop_list_product .mi_related .block_product .product {
    gap: 20px 0;
  }
  .pasta-related .list_related .oiproduct .buttons {
    float: none;
    width: 100%;
    clear: both;
  }
  .pasta-related .list_related .oiproduct .buttons .button_buy {
    width: 100%;
    float: none;
  }
  .pasta-related .list_related .oiproduct .con-wrap {
    float: right !important;
    top: auto !important;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .pasta-product {
    padding-bottom: 2em !important;
    border-bottom: 0.4px solid #9c9c9c !important;
  }
  .pasta-product .pasta-product--form {
    grid-column-gap: 60px;
  }
  .pasta-product .hero {
    background-color: transparent;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 30px;
    grid-column-gap: 0;
    margin-top: 30px;
  }
  .pasta-product .hero .hero_block--compound {
    grid-area: 1 / 1 / 2 / 3;
  }
  .pasta-product .hero .hero_block--text {
    grid-area: 2 / 1 / 3 / 2;
  }
  .pasta-product .hero .hero-block--tisser {
    grid-area: 2 / 2 / 3 / 3;
  }
  .pasta-product .hero .hero_block--text,
  .pasta-product .hero .hero-block--tisser {
    background-color: rgba(252, 148, 0, 10%);
    padding: 30px;
  }
  .pasta-product .hero_block--text img {
    margin-bottom: 20px;
  }
  .pasta-product .hero_block--text ul {
    margin: 0;
  }
  .pasta-product .hero_block--text ul li {
    margin: 10px 0;
  }

  .pasta-product .compound-list {
    font-size: 14px;
    flex-wrap: nowrap;
  }
  .pasta-product .compound-list > * {
    flex: 0 1 calc(20% - 15px);
  }
  .pasta-product .compound-list img {
    width: 90px;
  }
  .pasta-product .compound-list > *:first-child {
    position: relative;
    top: auto;
    left: auto;
  }
  .pasta-product .compound-list > *:first-child img {
    width: 145px;
  }
  .pasta-page.landing_pastavivo_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pasta-page.landing_pastavivo_wrapper .block_title {
    font-size: 30px;
  }
  .pasta-page.landing_pastavivo_wrapper .block_progress .title {
    font-size: 20px;
  }
  .pasta-page.landing_pastavivo_wrapper .block_progress__img {
    max-width: 450px;
  }
  .pasta-page.landing_pastavivo_wrapper .section_2 img,
  .pasta-page.landing_pastavivo_wrapper .section_3 .block_title {
    margin-top: 0;
  }
  .pasta-page.landing_pastavivo_wrapper .section_3 .section-img {
    height: 850px;
  }
  .pasta-page.landing_pastavivo_wrapper .section_2 .row,
  .pasta-page.landing_pastavivo_wrapper .section_3 .row {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    align-items: center;
  }
  .pasta-page.landing_pastavivo_wrapper .section_4 .row,
  .pasta-page.landing_pastavivo_wrapper .section_5_1 .row {
    align-items: center;
    display: flex;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5_1 img {
    margin: auto;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5 {
    padding-block: 2em;
    background-position: left bottom;
  }
  .pasta-page.landing_pastavivo_wrapper .section_5 > *:not(img) {
    padding-left: 8%;
  }
  .pasta-page.landing_pastavivo_wrapper .section_2 .row::before,
  .pasta-page.landing_pastavivo_wrapper .section_2 .row::after,
  .pasta-page.landing_pastavivo_wrapper .section_3 .row::before,
  .pasta-page.landing_pastavivo_wrapper .section_3 .row::after {
    display: none;
  }
  .pasta-related .jshop_list_product {
    margin: 0 auto;
    width: 83%;
  }
}

/* Горіхи */
.productfull .switch-block {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-block: 20px;
  position: relative;
}
.productfull .switch-block .switch-block--item {
  color: #222;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
.productfull .switch-block .switch-block--item > span:first-child {
  background-color: transparent;
  border: 1px solid #fc9400;
  border-radius: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  width: 75px;
  padding: 5px 3px;
  text-align: center;
}
.productfull .switch-block .switch-block--item:hover > span:first-child,
.productfull .switch-block .switch-block--item.active > span:first-child {
  background-color: #fc9400;
  color: #fff;
}

/*  */
.shippingFull .form-control-wrap.city-check,
.shippingFull .form-control-wrap.otdel-check {
  display: flex !important;
  flex-direction: column;
  gap: 1em 2em;
}
.shippingFull .form-control-wrap.city-check > *,
.shippingFull .form-control-wrap.otdel-check > * {
  color: red;
  font-size: 12px;
  line-height: 1.25;
}  

@media (min-width: 680px) {
  .shippingFull .form-control-wrap.city-check,
  .shippingFull .form-control-wrap.otdel-check {
    flex-direction: row;
  }
  
  .shippingFull .form-control-wrap.city-check > *,
  .shippingFull .form-control-wrap.otdel-check > * {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }  
}
