/* Site settings */

/* Base */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h2,
h3,
h4,
h5 {
  text-align: center;
  line-height: 1.2;
}

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

.container .container,
#content.container-fluid #primary {
  padding-left: 0;
  padding-right: 0;
}

.site {
  position: relative;
  transition: .4s ease;
}

.section-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 48px 0;
}

.section-title {
  font-size: 2.82258vw;
}

.section-title {
  padding-top: 3.22581vw;
}

.section-title {
  padding-bottom: 3.22581vw;
}

.section-title small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #808080;
}

.section-title small {
  font-size: 2.01613vw;
}

.section-title-sm {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 48px;
}

.page-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 1.4rem;
}

.site-content {
  position: relative;
}

body,
.main-content {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  text-align: left;
  text-decoration: none;
background-image: url("/images/back_issled.png");
background-size: cover;
}

body,
.main-content {
  font-size: 1.6129vw;
}

.button,
.more-button {
  display: inline-block;
  padding: 24px 52px;
  width: auto;
  height: auto;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: .4s ease background-color;
}

.button.disable,
.disable.more-button {
  opacity: 0.75;
  cursor: no-drop;
}

.button i,
.more-button i {
  font-size: 18px;
  padding-left: 4px;
}

.more-button {
  margin: 55px auto 60px;
}

.btn {
  font-weight: 500;
}

.title-left h1,
.title-left h2,
.title-left h3,
.title-left h4 {
  text-align: left;
}

.title-right h1,
.title-right h2,
.title-right h3,
.title-right h4 {
  text-align: right;
}

.site {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 145px);
}

@keyframes FadeIn {
  0% {
    opacity: 0;
    height: initial;
  }

  100% {
    opacity: 1;
    height: initial;
  }
}

@keyframes FadeOut {
  0% {
    opacity: 1;
    height: initial;
  }

  99% {
    opacity: 0;
    height: initial;
  }

  100% {
    height: 0;
    opacity: 0;
    height: 0;
  }
}

@keyframes bounce-right {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 47% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(60px, 0, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(30px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }
}

.absolute-center {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 98%;
}

.fll,
.float-left,
.pull-left {
  float: left !important;
}

.flr,
.float-right,
.pull-right {
  float: right !important;
}

.fln,
.float-none,
.pull-none {
  float: none !important;
}

.alignleft,
.al,
.alignright,
.ar {
  display: inline;
  margin-bottom: 1rem;
}

.alignleft,
.al {
  float: left;
  margin-right: 1.5em;
}

.alignright,
.ar {
  float: right;
  margin-left: 1.5em;
}

.aligncenter,
.ac {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  opacity: 0 !important;
  transition: .4s;
}

.invisible {
  visibility: hidden !important;
}

.col-2-4,
.col-sm-2-4,
.col-md-2-4,
.col-lg-2-4,
.col-xl-2-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.offset-2-4 {
  margin-left: 20%;
}

/* Layouts */

.site-navigation {
  position: fixed;
  top: 0;
  z-index: 99;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.site-navigation a:focus {
  outline: none;
  box-shadow: none;
}

.site-navigation,
.site-navigation .nav-item,
.site-navigation > .container,
.site-navigation + .pusher {
  height: 145px;
  transition: .2s ease;
}

.nav-collapsed .site-navigation {
  background-color: white;
}

.site-navigation .collapse-pane {
  display: flex;
}

.site-navigation .container {
  padding: 0 15px;
}

.site-navigation .logo {
  display: block;
  position: relative;
  z-index: 777;
  text-align: center;
  padding: 14px 0;
  min-width: 220px;
}

.site-navigation .logo img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}

.site-navigation .navbar {
  padding: 0;
  border-radius: 0;
  max-height: 100%;
}

.site-navigation .navbar .nav-link,
.site-navigation .navbar .nav-link:hover,
.site-navigation .navbar .nav-link:focus {
  text-decoration: none;
}

.site-navigation .nav-line {
  display: flex;
  align-items: flex-end;
}

.site-navigation .nav-item {
  display: inline-block;
  flex: 1 1 150px;
  max-width: 150px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}

.site-navigation .nav-item:hover .nav-item__name {
  color: #fff;
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.site-navigation .nav-item:nth-child(7) {
  filter: grayscale(75%);
}

.site-navigation .nav-item__name {
  z-index: 100;
  position: absolute;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.site-navigation .nav-item__thumb {
  position: relative;
  z-index: 30;
  height: 100%;
  padding-bottom: 20px;
}

.site-navigation .nav-item__thumb img {
  max-height: 100%;
  object-fit: cover;
}

.site-navigation .nav-item--new {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 20;
}

.site-navigation .nav-item--soon {
  position: absolute;
  top: 48px;
  left: 48px;
  z-index: 40;
}

.bx-no-touch .site-navigation .nav-item.green:hover {
  background-color: #368f3a;
}

.bx-no-touch .site-navigation .nav-item.yellow:hover {
  background-color: #e59f07;
}

.bx-no-touch .site-navigation .nav-item.red:hover {
  background-color: #92010a;
}

.bx-no-touch .is-sticky .site-navigation .nav-item:hover .nav-item__name {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.alert-line {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 777;
  bottom: 0;
  background-color: rgba(235, 235, 235, 0.8);
}

.alert-line .wrap {
  text-transform: uppercase;
  padding: 24px 45px;
  color: #595e6d;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.alert-line .wrap {
  font-size: 1.6129vw;
}

footer.site-footer > .container {
  padding-top: 32px;
  padding-bottom: 16px;
}

.site-footer {
  margin-top: 87px;
  height: auto;
  margin: 0;
  position: relative;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.site-footer > .container {
  display: flex;
  align-content: center;
}

.site-footer .footer__logo {
  flex: 1 1 15%;
}

.site-footer .footer__logo img {
  margin: 16px 0;
}

.site-footer .footer__manufacture {
  flex: 1 1 10%;
}

.site-footer .footer__manufacture img {
  margin: 32px 0;
}

.site-footer .footer__descr {
  flex: 1 1 60%;
  padding: 0 16px;
}

.site-footer .footer__descr a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer__descr p {
  font-size: 10px;
}

.site-footer .footer__menu {
  flex: 1 1 20%;
  text-transform: uppercase;
}

.site-footer .footer__menu ul {
  list-style: none;
  padding: 4px 16px;
  border-left: 2px solid #fff;
}

.site-footer .footer__menu ul li {
  padding: 2px 0;
}

.site-footer .footer__menu ul li a {
  color: #fff;
  text-decoration: none;
}

.site-footer .footer__menu ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-section {
  position: relative;
}

.nav-panel {
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 778;
  transition: .4s ease;
}

.nav-panel::-webkit-scrollbar {
  width: 0px;
}

.nav-panel ul {
  list-style: none;
  padding-left: 0;
}

.nav-panel .hamburger {
  display: block;
  width: 100%;
  padding: 40px 0 10px;
  padding: 30px 0;
}

.nav-panel .root > li {
  position: relative;
  transition: .4s linear;
}

.nav-panel .root > li > a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: #fff;
  width: 100%;
  font-size: 18px;
  perspective: 300px;
}

.nav-panel .root > li > a .text {
  display: flex;
  align-items: center;
  transition: .4s linear;
  transform-origin: 50% 50%;
}

.nav-panel .root > li > a .img {
  margin-left: 0;
  text-align: center;
  transition: .4s linear;
  transform-origin: 100% 50%;
}

.nav-panel .root > li > a:hover,
.nav-panel .root > li > a:focus {
  text-decoration: none;
  opacity: 1;
}

.nav-panel .root > li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.bx-no-touch .nav-panel .hamburger {
  display: none;
}

.bx-no-touch .nav-panel .root > li > a {
  opacity: 0.7;
}

.bx-no-touch .nav-panel .root > li:hover .hover-box {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.nav-panel .hover-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  left: 0%;
  width: 290px;
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
  border-bottom: none;
  transition: all .3s ease .2s;
  transform: translateY(10px);
}

.nav-panel .hover-box li {
  list-style-type: none;
}

.nav-panel .hover-box li a {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  background-color: #e9b01e;
  text-align: center;
  border-bottom: 3px solid #fff;
  padding: 15px 5px;
}

.nav-panel .hover-box li a:hover {
  background-color: #b28615;
  text-decoration: none;
}

.breadcrumb {
  font-size: 12px;
  margin: 10px 0;
}

.breadcrumb .bx-breadcrumb-item {
  display: inline-block;
}

.breadcrumb a {
  color: #000;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

/* Modules */

.media {
  flex: 1 1 auto;
}

/* Properties */

.page-green li:before {
  color: #368f3a;
}

.page-green .text-primary {
  color: #368f3a !important;
}

.page-green .nav-panel {
  background-color: #368f3a;
}

.page-green .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner,
.page-green .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner:before,
.page-green .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner:after,
.page-green .site-navigation .hamburger .hamburger-inner,
.page-green .site-navigation .hamburger .hamburger-inner:before,
.page-green .site-navigation .hamburger .hamburger-inner:after {
  background-color: #368f3a;
}

.page-green .breadcrumb .bx-breadcrumb-item > span {
  color: #368f3a;
}

.page-green .section-title,
.page-green .section--title,
.page-green .section-title-sm,
.page-green .page-title {
  color: #368f3a;
}

.page-green .button,
.page-green .more-button {
  background-color: #fff;
  border: #368f3a 2px solid;
  color: #368f3a;
}

.page-green .button:hover,
.page-green .more-button:hover,
.page-green .button:focus,
.page-green .more-button:focus {
  color: #fff;
  background-color: #368f3a;
}

.page-green .button:active,
.page-green .more-button:active {
  box-shadow: inset 0 0 24px #368f3a;
}

.page-green .main-slider .slick__item {
  color: #368f3a;
}

.page-green .main-slider .button,
.page-green .main-slider .more-button {
  background-color: #368f3a;
  color: #fff;
}

.page-green .main-slider .button:hover,
.page-green .main-slider .more-button:hover,
.page-green .main-slider .button:focus,
.page-green .main-slider .more-button:focus {
  color: #368f3a;
  background-color: transparent;
}

.page-green .main-slider .slick-dots .slick-active button:before {
  color: #368f3a;
}

.page-green .about__name {
  color: #368f3a;
}

.page-green .about__text .img {
  color: #368f3a;
}

.page-green .howtouse__list-text {
  color: #368f3a;
}

.page-green .accordion__element .btn,
.page-green .accordion__element .btn:hover,
.page-green .accordion__element .btn:focus,
.page-green .accordion__element .btn:active,
.page-green .accordion__element .btn:not(:disabled):not(.disabled):active {
  color: #368f3a;
}

.page-green .accordion__element .btn:hover {
  border-bottom-color: #368f3a;
}

.page-green .accordion__element .btn:after {
  border-top-color: #368f3a;
}

.page-green .list-horizontal.navbar-primary a {
  border-color: #368f3a;
  color: #368f3a;
}

.page-green .list-horizontal.navbar-primary a:hover {
  background-color: #368f3a;
  color: #fff;
}

.page-green .list-horizontal.navbar-primary .active a {
  background-color: #368f3a;
  color: #fff;
}

.page-green .list-horizontal.navbar-gray .active a {
  border-color: #368f3a;
  background-color: #368f3a;
  color: #fff;
}

.page-green .type__name a,
.page-green .type__name a:hover,
.page-green .type__name a:focus {
  background-color: #368f3a;
}

.page-green .type__more a {
  background-color: #368f3a;
  border-color: #368f3a;
}

.page-green .type__more a:hover,
.page-green .type__more a:focus {
  color: #368f3a;
}

.page-green .treatment-area .accordion__element > .btn:first-child {
  background-color: #368f3a;
}

.page-green .slide__more a {
  border: 3px solid #368f3a;
  background-color: #368f3a;
}

.page-green .slide__more a:hover,
.page-green .slide__more a:focus {
  border: 3px solid #368f3a;
  background-color: #368f3a;
}

.page-green.where .slick-slider .slick-arrow {
  background: url("/local/templates/new.project/img/buy_arrow.png") no-repeat;
  background-size: contain;
}

.page-green.where .slick-dots li {
  background-color: #368f3a;
}

.page-green.where .slick-dots li.slick-active {
  border-color: #368f3a;
}

.page-green.where .slick-dots button {
  background-color: #368f3a;
}

.choose-content.green .btn {
  border-color: #368f3a;
  color: #368f3a;
}

.choose-content.green .btn:hover {
  background-color: #368f3a;
  color: #fff;
}

.page-yellow li:before {
  color: #e59f07;
}

.page-yellow .text-primary {
  color: #e59f07 !important;
}

.page-yellow .nav-panel {
  background-color: #e59f07;
}

.page-yellow .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner,
.page-yellow .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner:before,
.page-yellow .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner:after,
.page-yellow .site-navigation .hamburger .hamburger-inner,
.page-yellow .site-navigation .hamburger .hamburger-inner:before,
.page-yellow .site-navigation .hamburger .hamburger-inner:after {
  background-color: #e59f07;
}

.page-yellow .breadcrumb .bx-breadcrumb-item > span {
  color: #e59f07;
}

.page-yellow .section-title,
.page-yellow .section--title,
.page-yellow .section-title-sm,
.page-yellow .page-title {
  color: #e59f07;
}

.page-yellow .button,
.page-yellow .more-button {
  background-color: #fff;
  border: #e59f07 2px solid;
  color: #e59f07;
}

.page-yellow .button:hover,
.page-yellow .more-button:hover,
.page-yellow .button:focus,
.page-yellow .more-button:focus {
  color: #fff;
  background-color: #e59f07;
}

.page-yellow .button:active,
.page-yellow .more-button:active {
  box-shadow: inset 0 0 24px #e59f07;
}

.page-yellow .main-slider .slick__item {
  color: #e59f07;
}

.page-yellow .main-slider .button,
.page-yellow .main-slider .more-button {
  background-color: #e59f07;
  color: #fff;
}

.page-yellow .main-slider .button:hover,
.page-yellow .main-slider .more-button:hover,
.page-yellow .main-slider .button:focus,
.page-yellow .main-slider .more-button:focus {
  color: #e59f07;
  background-color: transparent;
}

.page-yellow .main-slider .slick-dots .slick-active button:before {
  color: #e59f07;
}

.page-yellow .about__name {
  color: #e59f07;
}

.page-yellow .about__text .img {
  color: #e59f07;
}

.page-yellow .howtouse__list-text {
  color: #e59f07;
}

.page-yellow .accordion__element .btn,
.page-yellow .accordion__element .btn:hover,
.page-yellow .accordion__element .btn:focus,
.page-yellow .accordion__element .btn:active,
.page-yellow .accordion__element .btn:not(:disabled):not(.disabled):active {
  color: #e59f07;
}

.page-yellow .accordion__element .btn:hover {
  border-bottom-color: #e59f07;
}

.page-yellow .accordion__element .btn:after {
  border-top-color: #e59f07;
}

.page-yellow .list-horizontal.navbar-primary a {
  border-color: #e59f07;
  color: #e59f07;
}

.page-yellow .list-horizontal.navbar-primary a:hover {
  background-color: #e59f07;
  color: #fff;
}

.page-yellow .list-horizontal.navbar-primary .active a {
  background-color: #e59f07;
  color: #fff;
}

.page-yellow .list-horizontal.navbar-gray .active a {
  border-color: #e59f07;
  background-color: #e59f07;
  color: #fff;
}

.page-yellow .type__name a,
.page-yellow .type__name a:hover,
.page-yellow .type__name a:focus {
  background-color: #e59f07;
}

.page-yellow .type__more a {
  background-color: #e59f07;
  border-color: #e59f07;
}

.page-yellow .type__more a:hover,
.page-yellow .type__more a:focus {
  color: #e59f07;
}

.page-yellow .treatment-area .accordion__element > .btn:first-child {
  background-color: #e59f07;
}

.page-yellow .slide__more a {
  border: 3px solid #e59f07;
  background-color: #e59f07;
}

.page-yellow .slide__more a:hover,
.page-yellow .slide__more a:focus {
  border: 3px solid #e59f07;
  background-color: #e59f07;
}

.page-yellow.where .slick-slider .slick-arrow {
  background: url("/local/templates/new.project/img/buy_arrow-yellow.png") no-repeat;
  background-size: contain;
}

.page-yellow.where .slick-dots li {
  background-color: #e59f07;
}

.page-yellow.where .slick-dots li.slick-active {
  border-color: #e59f07;
}

.page-yellow.where .slick-dots button {
  background-color: #e59f07;
}

.choose-content.yellow .btn {
  border-color: #e59f07;
  color: #e59f07;
}

.choose-content.yellow .btn:hover {
  background-color: #e59f07;
  color: #fff;
}

.page-red li:before {
  color: #92010a;
}

.page-red .text-primary {
  color: #92010a !important;
}

.page-red .nav-panel {
  background-color: #92010a;
}

.page-red .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner,
.page-red .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner:before,
.page-red .site-navigation .hamburger[aria-expanded="true"] .hamburger-inner:after,
.page-red .site-navigation .hamburger .hamburger-inner,
.page-red .site-navigation .hamburger .hamburger-inner:before,
.page-red .site-navigation .hamburger .hamburger-inner:after {
  background-color: #92010a;
}

.page-red .breadcrumb .bx-breadcrumb-item > span {
  color: #92010a;
}

.page-red .section-title,
.page-red .section--title,
.page-red .section-title-sm,
.page-red .page-title {
  color: #92010a;
}

.page-red .button,
.page-red .more-button {
  background-color: #fff;
  border: #92010a 2px solid;
  color: #92010a;
}

.page-red .button:hover,
.page-red .more-button:hover,
.page-red .button:focus,
.page-red .more-button:focus {
  color: #fff;
  background-color: #92010a;
}

.page-red .button:active,
.page-red .more-button:active {
  box-shadow: inset 0 0 24px #92010a;
}

.page-red .main-slider .slick__item {
  color: #92010a;
}

.page-red .main-slider .button,
.page-red .main-slider .more-button {
  background-color: #92010a;
  color: #fff;
}

.page-red .main-slider .button:hover,
.page-red .main-slider .more-button:hover,
.page-red .main-slider .button:focus,
.page-red .main-slider .more-button:focus {
  color: #92010a;
  background-color: transparent;
}

.page-red .main-slider .slick-dots .slick-active button:before {
  color: #92010a;
}

.page-red .about__name {
  color: #92010a;
}

.page-red .about__text .img {
  color: #92010a;
}

.page-red .howtouse__list-text {
  color: #92010a;
}

.page-red .accordion__element .btn,
.page-red .accordion__element .btn:hover,
.page-red .accordion__element .btn:focus,
.page-red .accordion__element .btn:active,
.page-red .accordion__element .btn:not(:disabled):not(.disabled):active {
  color: #92010a;
}

.page-red .accordion__element .btn:hover {
  border-bottom-color: #92010a;
}

.page-red .accordion__element .btn:after {
  border-top-color: #92010a;
}

.page-red .list-horizontal.navbar-primary a {
  border-color: #92010a;
  color: #92010a;
}

.page-red .list-horizontal.navbar-primary a:hover {
  background-color: #92010a;
  color: #fff;
}

.page-red .list-horizontal.navbar-primary .active a {
  background-color: #92010a;
  color: #fff;
}

.page-red .list-horizontal.navbar-gray .active a {
  border-color: #92010a;
  background-color: #92010a;
  color: #fff;
}

.page-red .type__name a,
.page-red .type__name a:hover,
.page-red .type__name a:focus {
  background-color: #92010a;
}

.page-red .type__more a {
  background-color: #92010a;
  border-color: #92010a;
}

.page-red .type__more a:hover,
.page-red .type__more a:focus {
  color: #92010a;
}

.page-red .treatment-area .accordion__element > .btn:first-child {
  background-color: #92010a;
}

.page-red .slide__more a {
  border: 3px solid #92010a;
  background-color: #92010a;
}

.page-red .slide__more a:hover,
.page-red .slide__more a:focus {
  border: 3px solid #92010a;
  background-color: #92010a;
}

.page-red.where .slick-slider .slick-arrow {
  background: url("/local/templates/new.project/img/buy_arrow-red.png") no-repeat;
  background-size: contain;
}

.page-red.where .slick-dots li {
  background-color: #92010a;
}

.page-red.where .slick-dots li.slick-active {
  border-color: #92010a;
}

.page-red.where .slick-dots button {
  background-color: #92010a;
}

.choose-content.red .btn {
  border-color: #92010a;
  color: #92010a;
}

.choose-content.red .btn:hover {
  background-color: #92010a;
  color: #fff;
}

@media (min-width: 576px) {
  .col-sm-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .offset-sm-2-4 {
    margin-left: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .offset-md-2-4 {
    margin-left: 20%;
  }
}

@media screen and (min-width: 768px) {
  .site,
  .alert-line {
    padding-left: 100px;
  }

  .site-navigation {
    padding-left: 70px;
  }

  .bx-no-touch .nav-panel:hover .root > li,
  .nav-opened .nav-panel .root > li {
    width: 215px;
  }

  .bx-no-touch .nav-panel:hover .root > li > a .text,
  .nav-opened .nav-panel .root > li > a .text {
    opacity: 1;
    visibility: visible;
    display: block;
    display: flex;
    align-items: center;
    left: 0%;
    transform: rotateY(0);
    margin-right: 0;
  }

  .bx-no-touch .nav-panel:hover .root > li > a .img,
  .nav-opened .nav-panel .root > li > a .img {
    opacity: 0;
    visibility: hidden;
    transform: rotateY(-90deg) scale(0.8);
    margin-left: -120px;
  }

  .nav-panel .root > li {
    width: 100px;
  }

  .nav-panel .root > li > a .text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 32px;
    width: 215px;
    transform: rotateY(80deg);
    left: 40px;
  }

  .nav-panel .root > li > a .img {
    padding: 15px;
    opacity: 1;
    visibility: visible;
    display: block;
    width: 70px;
    width: 100px;
    transform: rotateY(0deg);
  }
}

@media screen and (min-height: 768px) and (min-width: 768px) {
  .nav-panel {
    padding-bottom: 10vh;
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .offset-lg-2-4 {
    margin-left: 20%;
  }
}

@media screen and (min-width: 992px) {
  .site-navigation.is-sticky,
  .site-navigation.is-sticky .nav-item {
    height: 105px;
    margin-top:0px;
  }

  .site-navigation.is-sticky .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-navigation.is-sticky .logo {
    padding: 16px 0;
  }

  .site-navigation.is-sticky .nav-item__thumb {
    padding-bottom: 1px;
  }

  .site-navigation.is-sticky .nav-item__name {
    opacity: 0;
    visibility: hidden;
    bottom: -10px;
    transition: .2s ease;
    text-shadow: -2px -2px 10px #000;
  }

  .has-jumbotron .breadcrumb {
    position: absolute;
    z-index: 55;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1200.02px) {
  .section-title {
    font-size: 2.33333vw;
  }

  .section-title {
    padding-top: 2.66667vw;
  }

  .section-title {
    padding-bottom: 2.66667vw;
  }

  .section-title small {
    font-size: 1.66667vw;
  }

  body,
  .main-content {
    font-size: 1.33333vw;
  }

  .alert-line .wrap {
    font-size: 1.33333vw;
  }
}

@media screen and (min-width: 1200px) {
  .site,
  .alert-line {
    padding-left: 100px;
  }

  .site-navigation {
    padding-left: 100px;
    margin-top: 35px;
  }

  .nav-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .has-jumbotron .breadcrumb {
    top: 38px;
  }
}

@media (min-width: 1200px) {
  .col-xl-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .offset-xl-2-4 {
    margin-left: 20%;
  }
}

@media screen and (min-width: 1440px) {
  .section-title {
    font-size: 2.5vw;
  }

  .section-title {
    padding-top: 2.5vw;
  }

  .section-title {
    padding-bottom: 2.5vw;
  }

  .section-title small {
    font-size: 1.35417vw;
  }

  body,
  .main-content {
    font-size: 1.04167vw;
  }

  .alert-line .wrap {
    font-size: 1.25vw;
  }
}

@media (min-width: 1440px) {
  .col-hd-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .offset-hd-2-4 {
    margin-left: 20%;
  }
}

@media screen and (min-width: 1630px) {
  .section-title {
    font-size: 60px;
  }

  .section-title {
    padding-top: 48px;
  }

  .section-title {
    padding-bottom: 48px;
  }

  .section-title small {
    font-size: 26px;
  }

  body,
  .main-content {
    font-size: 20px;
  }

  .alert-line .wrap {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .button,
  .more-button {
    padding: 18px 52px;
  }

  .nav-panel .root > li > a {
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .site {
    min-height: calc(100vh - 125px);
  }
}

@media screen and (max-width: 1199px) {
  .site-navigation,
  .site-navigation .nav-item,
  .site-navigation > .container,
  .site-navigation + .pusher {
    height: 125px;
    margin-top: 15px;
  }

  .site-footer .footer__logo {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .site {
    min-height: calc(100vh - 75px);
  }
}

@media screen and (max-width: 991px) {
  .site-navigation,
  .site-navigation > .container,
  .site-navigation + .pusher {
    height: 75px;
    margin-top: 25px;
  }

  .site-navigation .nav-item {
    height: 85px;
  }

  .site-navigation .logo {
    padding: 6px 0 0;
  }

  .site-navigation .collapse,
  .site-navigation .collapsing {
    position: fixed;
    top: 115px;
    left: 0;
    right: 0;
    background: #fff;
  }

  .site-navigation .nav-item {
    position: relative;
    float: left;
    width: calc(100% / 6);
    flex: 1 1 30%;
    margin: 0;
  }

  .site-navigation .nav-item__name {
    display: none;
  }

  .site-navigation .nav-item__thumb {
    display: flex;
    align-items: center;
    padding-bottom: 1px;
    margin-left: -7px;
    margin-right: -7px;
  }

  .site-navigation .nav-item--new {
    display: none;
  }

  .site-navigation .nav-item--soon {
    display: none;
  }

  .alert-line .wrap {
    padding: 12px 20px;
  }

  .site-footer .container {
    flex-wrap: wrap;
  }

  .site-footer .footer__manufacture {
    order: 5;
    flex-basis: 50%;
  }

  .site-footer .footer__descr {
    order: 15;
    padding: 0;
  }

  .site-footer .footer__descr > span:first-child {
    margin-bottom: 1rem;
  }

  .site-footer .footer__menu {
    order: 10;
    flex-basis: 50%;
  }

  .page-green .main-slider .button,
  .page-green .main-slider .more-button {
    color: #368f3a;
    background-color: transparent;
  }

  .page-yellow .main-slider .button,
  .page-yellow .main-slider .more-button {
    color: #e59f07;
    background-color: transparent;
  }

  .page-red .main-slider .button,
  .page-red .main-slider .more-button {
    color: #92010a;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .site-navigation .collapse-pane.container {
    padding: 0;
  }

  .site-navigation .logo {
    padding: 0;
  }

  .site-navigation > .container:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    left: -5px;
    right: -5px;
    bottom: 0;
    margin-top: 5px;
    z-index: 1;
    transition: .4s ease;
  }

  .site-navigation .nav-item__thumb {
    margin-left: 0;
    margin-right: 0;
  }

  .site-navigation .nav-item.green.selected {
    background-color: rgba(54, 143, 58, 0.35);
  }

  .site-navigation .nav-item.yellow.selected {
    background-color: rgba(229, 159, 7, 0.35);
  }

  .site-navigation .nav-item.red.selected {
    background-color: rgba(146, 1, 10, 0.35);
  }

  .site-footer .footer__manufacture {
    flex-basis: 15%;
  }

  .site-footer .footer__manufacture img {
    margin: 0;
  }

  .site-footer .footer__menu ul {
    flex-basis: 85%;
    border-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .site-footer .footer__menu ul li {
    padding: 0 0 8px;
  }

  .site-footer .footer__menu ul li a {
    font-weight: 100;
  }

  .nav-panel {
    top: 175px;
    right: 0;
    bottom: 40px;
    left: 0;
    width: auto;
    overflow: scroll;
    animation: FadeOut .4s ease;
    opacity: 0;
    height: 0;
  }

  .nav-collapsed .nav-panel {
    opacity: 1;
    height: auto;
    animation: FadeIn .4s ease;
  }

  .nav-panel .hover-box,
  .nav-panel .hamburger {
    display: none;
  }

  .nav-panel .root > li > a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .nav-panel .root > li > a .text {
    margin-right: auto;
    font-size: 20px;
  }

  .nav-panel .root > li > a .img {
    min-width: 100px;
    height: 50px;
    float: left;
    order: -1;
    margin-right: 0;
    opacity: .8;
  }

  .nav-panel .root > li > a .img img {
    max-height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 576px) {
.is-sticky {
  margin-top: 0px;
  height: 115px;
}

  .section-title {
    font-size: 7.5vw;
  }

  .section-title {
    padding-top: 3.75vw;
  }

  .section-title {
    padding-bottom: 3.75vw;
  }

  .section-title small {
    font-size: 5vw;
  }

  body,
  .main-content {
    font-size: 3.75vw;
  }

  .button,
  .more-button {
    padding: 10px 22px;
    font-size: 12px;
  }

  .more-button {
    margin: 16px auto 30px;
  }

  .alert-line .wrap {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 575px) {
  .site-navigation .container {
    padding: 0 8px;
  }

  .site-navigation .navbar-brand {
    width: 100%;
    padding-right: 90px;
    margin: 0;
  }

  .site-navigation .navbar-brand:after {
    left: -15px;
    right: -15px;
  }

  .site-navigation .hamburger {
    position: absolute;
    right: 0;
    top: 6px;
  }

  .alert-line .wrap {
    padding: 8px 10px;
  }

  .site-footer {
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 425px) {
  .site {
    min-height: calc(100vh - 65px);
  }

  .site-navigation .nav-item {
    height: 65px;
  }

  .nav-panel {
    /* top: 140px; */
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .site-navigation .collapse,
  .site-navigation .collapsing {
    padding-left: 70px;
  }
}

/* uteka-widget */
.uteka-widget-overflow.visible {display: block;}
.uteka-widget-overflow.invisible {display: none;}
.uteka-widget-overflow{
    display: none;
}
.uteka-widget {
  /* ?????????? ?????????????? ??????? ???????: 320x520. */
  width: 100%;
  height: 768px;
  outline: 1px solid #e0e0e0;
}

.uteka-widget iframe {
  border: none;
  width: 100%;
  height: calc(100% - 57px);
}

.uteka-widget__container {
  padding: 0 16px;
}

@media (min-width: 600px) {
  .uteka-widget__container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .uteka-widget__container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .uteka-widget__container {
    padding: 0 44px;
  }
}

@media (min-width: 1440px) {
  .uteka-widget__container {
    padding: 0 60px;
    max-width: 1440px;
  }
}

.uteka-widget-header {
  background: #fff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  height: 56px;
  padding: 20px 0;
}

.uteka-widget-header__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.uteka-widget-header__title {
  background: url('https://widget.uteka.ru/static/img/widgets/title_2@mobile.svg') no-repeat;
  background-position: center;
  width: 230px;
  height: 24px;
}

.uteka-widget-header__logo {
  height: 16px;
}

.uteka-widget-header__logo img {
  height: 100%;
}

.uteka-widget-header__close {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  z-index: 5;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url('https://widget.uteka.ru/static/img/widgets/close_2.svg') no-repeat center;
}

@media (min-width: 1024px) {
  .uteka-widget-header__inner {
    flex-direction: row;
  }

  .uteka-widget-header__title {
    background-image: url('https://widget.uteka.ru/static/img/widgets/title_2.svg');
    width: 264px;
    height: 24px;
  }

  .uteka-widget-header__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 32px;
  }
}
.uteka-widget{width:75vw;height:75vh;min-width:320px;min-height:520px;position:fixed;top:50%;left:50%;z-index:999;margin-top:-37.5vh;margin-left:-37.5vw}
.uteka-widget iframe{border:none;width:100%;height:calc(100% - 57px)}
.uteka-widget__header{position:relative;display:flex;justify-content:center;align-items:center;padding:0 16px;background:#EBF3FE;box-shadow:0px 1px 0px rgba(0, 0, 0, 0.1);height:57px}
.uteka-widget__title{font-size:12px;font-family:Arial, Helvetica, sans-serif;width:40%;line-height:1;text-align:center}
.uteka-widget__close{position:absolute;right:20px;font-size:30px;cursor:pointer}
.uteka-widget__logo{position:absolute;top:0;bottom:0;left:16px}
.uteka-widget__logo img{position:absolute;top:0;bottom:0;margin:auto}

@media (max-width: 480px) {
	.uteka-widget{width:100%;height:100%;top:0;left:0;margin-top:0;margin-left:0}
}

nav ul.lvl-1>li.basket>a+span.lvl-2-container .list-container{width:320px;margin-left:700px;padding-bottom:20px}
nav ul.lvl-1>li.basket>a+span.lvl-2-container .list-container .lvl-container{border-right:none}
/* uteka-widget */