﻿@charset "UTF-8";
.select-style .select-label {
  color: #9F9F9F;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 2px;
  display: inline-block; }

.button, :hover, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body, sub, sup {
  position: relative; }

body, html {
  overflow-x: hidden; }

a:active, a:focus, a:hover {
  outline: 0; }

input:focus, textarea:focus {
  outline: 0; }

.container:after, .row:after, header.main-head .hovering-cart-item-wrap .total-price-wrap:after {
  clear: both; }

.button-wrap {
  text-align: center; }

header.main-head .count-name, header.main-head .count-number-wrap {
  text-align: center; }

.s-main-offer .container, header.main-head .container {
  max-width: 1440px; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

b, strong {
  font-weight: 700; }

img {
  border: 0; }

ol, ul {
  list-style: none; }

small {
  font-size: 80; }

sub {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  verflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

.button, .checkbox-label:not(.disabled), [role=button], button, label.radio-label {
  cursor: pointer; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

td, th {
  padding: 0; }

select {
  -webkit-border-radius: 0;
  border-radius: 0; }

.button, button, textarea {
  -webkit-border-radius: 1px; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a {
  background-color: transparent;
  color: #3ab3df;
  text-decoration: none; }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hidden {
  display: none; }

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #9f9f9f;
  opacity: 1; }

input.phone {
  -webkit-box-shadow: none;
  box-shadow: none; }

blockquote, q {
  quotes: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container--narrow {
  max-width: 1440px; }

a:focus, a:hover {
  color: #74cae8; }

body {
    font-size: 16px;
    min-width: 768px;
    min-height: 100%;
    line-height: 1;
    color: #222;
    font-family: "Open Sans",sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
  body.no-footer-body {
    padding-bottom: 0; }

.button, button {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #3ab3df;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.button:focus, .button:hover {
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #74cae8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:focus, button:hover {
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #74cae8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.button:disabled, button:disabled {
  background-color: #cfcfcf;
  color: #fff; }

.button.ghost-btn, button.ghost-btn {
  background-color: transparent;
  border: 1px solid #CFCFCF;
  color: #3ab3df; }

.button.ghost-btn:focus, .button.ghost-btn:hover {
  border-color: #f1f1f1;
  background-color: #f1f1f1; }

button.ghost-btn:focus, button.ghost-btn:hover {
  border-color: #f1f1f1;
  background-color: #f1f1f1; }

.button.ghost-blue-btn, button.ghost-blue-btn {
  color: #3ab3df;
  background-color: transparent;
  border: 1px solid #3ab3df; }

.button.ghost-blue-btn:focus, .button.ghost-blue-btn:hover {
  background-color: #3ab3df;
  color: #fff; }

button.ghost-blue-btn:focus, button.ghost-blue-btn:hover {
  background-color: #3ab3df;
  color: #fff; }

.button.noborder-btn, button.noborder-btn {
  background-color: transparent;
  border: none;
  color: #3ab3df;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 15px; }

.button.noborder-btn:focus, .button.noborder-btn:hover {
  background-color: #f1f1f1; }

button.noborder-btn:focus, button.noborder-btn:hover {
  background-color: #f1f1f1; }

input, textarea {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0 8px 10px;
  font-size: 16px; }

button::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important; }

input {
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important; }
  input:focus {
    border-color: #3ab3df; }
    input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }

textarea {
  overflow: auto;
  resize: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  textarea:focus {
    border-color: #303030; }
    textarea:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }

select {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select-style {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 300px;
  cursor: default; }
  .select-style select {
    padding: 11px 45px 11px 12px;
    width: 100%;
    width: 130% \9;
    border: 1px solid #F1F1F1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(/img/down-blue.svg) no-repeat -webkit-calc(100% - 20px) 50%;
    background: #ffffff url(/img/down-blue.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 14px 8px;
    cursor: pointer; }
    .select-style select:focus {
      outline: 0; }
    .select-style select::-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .select-style select::-ms-expand {
      display: none; }

label.radio-label input[type=radio]:checked + .radio-txt-wrap:before, label.radio-label:hover .radio-txt-wrap:before {
  border-color: #3ab3df; }

.h1, .h2, h1, h2 {
  color: #222;
  font-size: 22px;
  font-weight: 300; }

.checkbox-label:not(.disabled):hover .checkbox-txt, label.radio-label:hover .radio-txt-wrap {
  color: #3ab3df; }

h1 {
  font-size: 26px; }

.section, section {
  padding-top: 25px;
  padding-bottom: 41px; }

.section p.section-paragraph, section p.section-paragraph {
  font-size: 18px;
  line-height: 1.37; }

.next-sect {
  background-color: gray;
  min-height: 1000px; }

.container:after, .container:before {
  content: " ";
  display: table; }

.row:after, .row:before {
  content: " ";
  display: table; }

label.radio-label:hover {
  -webkit-transition: none;
  transition: none; }

label.radio-label input[type=radio] {
  display: none; }
  label.radio-label input[type=radio]:checked + .radio-txt-wrap:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #3ab3df;
    top: 4px;
    left: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  label.radio-label input[type=radio].error + .radio-txt-wrap:before {
    border-color: #ff5252; }

label.radio-label .radio-txt-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  label.radio-label .radio-txt-wrap:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #cfcfcf;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.checkbox-label {
  display: inline-block; }
  .checkbox-label:not(.disabled):hover .checkbox-txt-wrap:before {
    border-color: #3ab3df; }

input[type=checkbox] {
  display: none; }

.checkbox-txt-wrap {
  display: inline-block;
  vertical-align: middle; }
  .checkbox-txt-wrap:before {
    display: inline-block;
    vertical-align: middle; }

input[type=checkbox]:checked + .checkbox-txt-wrap:before {
  background-image: url(/img/checkbox-сhecked.svg);
  border: none; }

input[type=checkbox]:disabled + .checkbox-txt-wrap:before {
  background-image: url(/img/checkbox-unactive.svg);
  border: none;
  cursor: default; }

.checkbox-txt-wrap:before {
  content: "";
  width: 18px;
  height: 18px;
  margin: -2px 10px 0 0;
  cursor: pointer;
  border: 2px solid #cfcfcf;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

@media only screen and (min-width: 1050px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (min-width: 1249px) {
  .container {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (min-width: 1440px) {
  .container {
    padding-left: 100px;
    padding-right: 100px; } }

body.fixed-head-indent {
  padding-top: 168px; }

header.main-head {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding-top: 29px;
  padding-bottom: 7px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  min-width: 768px;
}

header.main-head.nav-up {
  top: -190px;
}

header.main-head.main-page {
  position: relative;
}

header.main-head.main-page.nav-up {
  top: 0;
}

header.main-head.inner.active:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 5;
  top: 0;
}

header.main-head .logo img {
  width: 198px;
  height: auto;
}

header.main-head .left-col {
  width: 240px;
  padding-right: 20px;
  float: left;
}

header.main-head .right-col {
  width: calc(100% - 240px);
  float: right;
}

header.main-head .main-menu {
  width: 100%;
  margin-bottom: 17px;
}

header.main-head .main-menu li {
  float: left;
  margin-right: 10px;
  text-align: center;
}

header.main-head .main-menu li a {
  font-size: 16px;
  min-width: 140px;
  padding: 12px 10px 12px;
  display: inline-block;
  color: #9f9f9f;
  text-decoration: none;
}

header.main-head .main-menu li a.selected, header.main-head .main-menu li a:focus, header.main-head .main-menu li a:hover {
  color: #3ab3df;
  background: #F1F1F1;
}

header.main-head .main-menu li:nth-last-child(2) {
  margin-right: 0;
}

header.main-head .main-menu li:last-child {
  float: right;
  margin-right: 0;
}

header.main-head .main-menu li.sign-out {
  display: none;
}

header.main-head .search-form {
  font-size: 0;
  margin-bottom: 0px;
}

header.main-head .search-form input {
  display: inline-block;
  vertical-align: middle;
  width: 76.4%;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 45px;
  background: url(/img/search-icon.svg) 12px 50% no-repeat;
  background-size: 18px 16px;
}

header.main-head .search-form input:focus {
  border-color: #3ab3df;
}

header.main-head .search-form .select-style {
  display: inline-block;
  vertical-align: middle;
  color: #9F9F9F;
  width: 260px;
  padding-left: 10px;
  border-left: 0;
  height: 38px;
  position: relative;
  line-height: 38px;
}

header.main-head .search-form .select-style select {
  border: 1px solid #cfcfcf;
  padding: 0 0 0 10px;
  height: 38px;
  cursor: pointer;
  padding-right: 30px;
  background-position: calc(100% - 13px) center;
}

header.main-head .search-form .select-style select:focus {
  border-color: #3ab3df;
}

header.main-head .person-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

header.main-head .header-user-link-wrap {
  float: right;
  position: relative;
}

header.main-head .header-user-link-wrap .header-user-link {
  color: #fff;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0;
}

header.main-head .header-user-link-wrap .header-user-link .drop-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
}

header.main-head .header-user-link-wrap .header-user-link .person-icon g {
  fill: #fff;
}

header.main-head .header-user-link-wrap .header-user-link .username {
  max-width: 250px;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 16px;
}

header.main-head .header-user-link-wrap .header-user-link:focus, header.main-head .header-user-link-wrap .header-user-link:hover, header.main-head .header-user-link-wrap .header-user-link:active {
  background-color: transparent;
  color: #fff;
}

header.main-head .header-user-link-wrap .header-user-link:focus .person-icon g, header.main-head .header-user-link-wrap .header-user-link:hover .person-icon g, header.main-head .header-user-link-wrap .header-user-link:active .person-icon g {
  fill: #fff;
}

header.main-head .address-wrap {
  width: 76.4%;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

header.main-head .address-wrap .check-message {
  display: none;
  position: absolute;
  z-index: 50;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  background-color: #22d3bb;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  bottom: -70px;
  left: 0;
  width: 70%;
  padding: 0 15px;
}

header.main-head .address-wrap .check-message:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #22d3bb;
  top: -12px;
  z-index: 50;
  margin-left: -6px;
}

header.main-head .address-wrap .check-message.active {
  display: block;
}

header.main-head .address-wrap .check-message-close {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 20px;
}

header.main-head .address-wrap .check-message-close svg {
  width: 16px;
  display: block;
  height: 16px;
}

header.main-head .address-wrap select {
  padding: 0 0 0 194px;
  height: 38px;
  display: block;
  line-height: 38px;
  border: none;
  background-color: #fafafa;
  background-position: calc(100% - 13px) center;
}

header.main-head .address-wrap select option {
  padding-left: 10px;
}

header.main-head .address-wrap .select-style {
  width: 100%;
  position: relative;
}

header.main-head .address-wrap .select-style:before {
  content: "Адрес доставки:";
  position: absolute;
  left: 12px;
  top: 10px;
  color: #9f9f9f;
}

header.main-head .hovering-cart-item-wrap {
  display: inline-block;
  position: relative;
  z-index: 15;
  overflow: visible;
  margin-right: 50px;
}

header.main-head .hovering-cart-item-wrap:hover .cart-items-wrap {
  display: block;
}

header.main-head .hovering-cart-item-wrap .cart-items-wrap {
  position: absolute;
  display: none;
  right: -70px;
  top: calc(100% + 20px);
  width: 316px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}

header.main-head .hovering-cart-item-wrap .cart-items-wrap:after {
  content: "";
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  position: absolute;
}

header.main-head .hovering-cart-item-wrap .cart-items-wrap:before {
  content: "⏶";
  font-size: 40px;
  line-height: 0;
  position: absolute;
  top: -8px;
  right: 93px;
  color: #fff;
  text-shadow: 1px -1px 3px #eee;
  z-index: 1;
}

header.main-head .hovering-cart-item-wrap .cart-items {
  padding-right: 17.5px;
  background-color: #fff;
  max-height: 257px;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
}

header.main-head .hovering-cart-item-wrap .cart-items .scroll-element.scroll-y {
  right: 4px;
  top: 5px;
  height: 97%;
}

header.main-head .hovering-cart-item-wrap .cart-item-wrap {
  min-height: 65px;
  position: relative;
  padding-right: 35px;
  border-bottom: solid 1px #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.main-head .hovering-cart-item-wrap .cart-item-link {
  font-size: 16px;
  color: #222;
  line-height: 1.2;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  position: relative;
  vertical-align: middle;
}

header.main-head .hovering-cart-item-wrap .cart-item-link:hover {
  color: #3ab3df;
}

header.main-head .hovering-cart-item-wrap .cart-item-quantity {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9f9f9f;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap {
  padding-left: 10px;
  background-color: #f1f1f1;
  padding-top: 9px;
  padding-bottom: 9px;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap:after, header.main-head .hovering-cart-item-wrap .total-price-wrap:before {
  content: "";
  display: table;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap .total-price-txt {
  font-size: 16px;
  color: #9f9f9f;
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
}

header.main-head .hovering-cart-item-wrap .total-price-wrap .price {
  font-size: 22px;
  font-weight: 300;
  margin-right: 23px;
  color: #00bfa5;
  float: right;
}

header.main-head .counting-items-wrap {
  float: right;
  position: relative;
  margin-top: -42px;
}

header.main-head .counting-item {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

header.main-head .counting-item.selected:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 5px;
  background: #3AB3DF;
  left: 0;
  top: calc(100% + 3px);
}

header.main-head .counting-item:focus .count-name, header.main-head .counting-item:focus .count-number {
  color: #3ab3df;
}

header.main-head .counting-item:hover .count-name, header.main-head .counting-item:hover .count-number {
  color: #3ab3df;
}

header.main-head .counting-item:last-child {
  margin-right: 6px;
}

header.main-head .count-number {
  min-width: 70px;
  font-size: 16px;
  color: #9f9f9f;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  border-radius: 64px;
  background-color: #fafafa;
  position: relative;
  padding: 4px 30px 4px 6px;
  white-space: nowrap;
}

header.main-head .count-number .counting-item-icon {
  position: absolute;
  right: -8px;
  bottom: -4px;
}

header.main-head .count-number .bonus-icon {
  right: -6px;
}

header.main-head .count-number img {
  width: 30px;
  height: auto;
}

header.main-head .count-name {
  font-size: 16px;
  color: #9f9f9f;
  display: block;
  position: relative;
  top: 0;
  margin-top: 0px;
  z-index: 15;
}

header.main-head .catalog-button-wrap.inner-page-catalog-btn-wrap .catalog-menu-wrap {
  display: none;
}

header.main-head .catalog-button {
  width: 220px;
  height: 38px;
  padding: 8px 12px;
  z-index: 50;
  text-align: left;
  position: relative;
}

header.main-head .catalog-button.main-page-catalog-btn .catalog-button-arrow {
  display: none;
}

header.main-head .catalog-button.inner-page-catalog-btn.active {
  background-color: #74cae8;
}

header.main-head .catalog-button.inner-page-catalog-btn.active .catalog-button-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

header.main-head .catalog-button-arrow {
  width: 14px;
  height: 9px;
  position: absolute;
  right: 14px;
  top: 14px;
}

header.main-head .catalog-button-wrap {
  position: relative;
}

header.main-head .catalog-button-wrap.active:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 10;
  top: 0;
}

header.main-head .catalog-menu-wrap {
  position: absolute;
  left: 0;
  top: 38px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

header.main-head .catalog-menu-wrap.active {
  display: block !important;
}

header.main-head .catalog-menu {
  padding-top: 20px;
  padding-bottom: 15px;
  width: 219px;
  background-color: #fff;
  border: 1px solid #fafafa;
  position: relative;
  z-index: 110;
}

header.main-head .catalog-menu-link-wrap.hover {
  background-color: #e8e8e8;
}

header.main-head .catalog-menu-link-wrap.hover .catalog-submenu-wrap {
  display: block;
}

header.main-head .catalog-menu-link {
  font-size: 18px;
  color: #357fc2;
  width: 100%;
  background-image: url(/img/right-blue.svg);
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: right 20px center;
  display: block;
  position: relative;
  padding: 7.5px 30px 7.5px 15px;
}

header.main-head .catalog-menu-link:after {
  content: "";
  background-color: transparent;
  width: 20px;
  height: 100%;
  left: 203px;
  top: 0;
  position: absolute;
}

header.main-head .catalog-submenu-wrap {
  display: none;
  position: absolute;
  left: calc(100% - 2px);
  top: 0;
  min-height: 100%;
  min-width: 738px;
  width: calc(100vw - 280px);
  z-index: 110;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

header.main-head .catalog-submenu {
  background-color: #fff;
  min-height: 366px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(/img/submenu-bg-example.png);
  background-position: right bottom;
  padding: 20px 10px 20px 8px;
}

header.main-head .catalog-submenu-col {
  float: left;
  width: 220px;
  margin-right: 25px;
}

header.main-head .catalog-submenu-link {
  font-size: 18px;
  color: #357fc2;
  padding: 7px 30px 7px 15px;
  display: inline-block;
  width: 100%;
}

.main-offer-slider .owl-controls .owl-nav div, .owl-controls .owl-nav div {
  background-image: url(/img/slider-arrows.svg);
  font-size: 0;
  text-indent: -9999px;
  background-repeat: no-repeat; }

header.main-head .catalog-submenu-link:hover {
  background-color: #fafafa; }

header.main-head .catalog-submenu-list {
  padding-left: 20px;
  position: relative;
  bottom: 5px;
  margin-bottom: 7px; }

header.main-head .catalog-submenu-list-link {
  color: #222;
  padding-left: 12px;
  padding-top: 12px;
  display: inline-block; }
  header.main-head .catalog-submenu-list-link:hover {
    color: #3ab3df; }

.owl-controls .owl-nav div {
  width: 40px;
  height: 50px;
  opacity: .7;
  position: absolute;
  top: 20px;
  z-index: 1; }
  .owl-controls .owl-nav div:hover {
    opacity: 1; }
  .owl-controls .owl-nav div.owl-next {
    background-position: right center;
    right: 0;
    float: right;
    z-index: 1; }
  .owl-controls .owl-nav div.owl-prev {
    float: left;
    background-position: left center;
    left: 0;
    z-index: 1; }

.owl-carousel .owl-stage-outer {
  z-index: 1; }

.main-offer-slider-wrap {
  position: relative;
  z-index: 1; }

.main-offer-slider {
  position: relative;
  height: 352px; }
  .main-offer-slider .main-offer-slider-item {
    display: none; }
  .main-offer-slider.owl-carousel {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1; }
    .main-offer-slider.owl-carousel .owl-item img {
      width: 720px;
      height: auto; }
  .main-offer-slider .owl-dots {
    text-align: center;
    position: relative;
    bottom: 30px;
    z-index: 10; }
    .main-offer-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      background-color: #fff;
      border: 1px solid #000;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
      .main-offer-slider .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .main-offer-slider .owl-dots .owl-dot:hover {
        border-color: #fff; }
      .main-offer-slider .owl-dots .owl-dot.active:hover {
        border-color: #000; }
      .main-offer-slider .owl-dots .owl-dot.active:before {
        content: "";
        position: absolute;
        left: -3px;
        top: -3px;
        border: 1px solid #fff;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .main-offer-slider .owl-dots .owl-dot.active:after {
        content: "";
        position: absolute;
        left: -4px;
        top: -4px;
        border: 1px solid #000;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
  .main-offer-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 50px;
    opacity: .7;
    position: absolute;
    top: 144px;
    z-index: 1; }
    .main-offer-slider .owl-controls .owl-nav div:hover {
      opacity: 1; }
    .main-offer-slider .owl-controls .owl-nav div.owl-next {
      background-position: right center;
      right: -80px;
      float: right;
      z-index: 1; }
    .main-offer-slider .owl-controls .owl-nav div.owl-prev {
      float: left;
      background-position: left center;
      left: -80px;
      z-index: 1; }

.main-offer-slider-wrap {
  float: left;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px); }

@media only screen and (max-width: 1700px) {
  .main-offer-slider-wrap {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px); } }

@media only screen and (min-width: 2300px) {
  .main-offer-slider-wrap {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px); } }

.s-main-offer {
  padding-bottom: 7px;
  position: relative;
  z-index: 3; }
  .s-main-offer .menu-substrate {
    float: left;
    width: 220px;
    height: 100px; }

@media only screen and (min-width: 1440px) {
  .s-main-offer .menu-substrate {
    width: 390px; } }

input.error, textarea.error {
  border-color: #ff5252 !important; }

.s-carousel-big-padding, .s-hit-products, .s-neighbours-slider {
  position: relative;
  z-index: 1;
  padding-bottom: 150px; }

.s-carousel-big-padding .h2, .s-carousel-big-padding .owl-carousel {
  position: relative;
  z-index: 1; }

.s-hit-products .h2, .s-hit-products .owl-carousel {
  position: relative;
  z-index: 1; }

.s-neighbours-slider .h2, .s-neighbours-slider .owl-carousel {
  position: relative;
  z-index: 1; }

.s-carousel-big-padding {
  padding-bottom: 130px; }

.error-mess {
  color: #fe0000;
  font-size: 14px;
  line-height: 17px;
  text-align: left; }
  .error-mess span {
    display: none; }

input.error {
  background: #fff8f8;
  color: #ff5252; }

textarea.error {
  background: #ffd3d4;
  color: #ff5252; }

.error + .error-mess span {
  display: inline-block;
  text-align: left; }

.center-content-page-wrap {
  background-image: url(/img/center-content-page-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative; }
  .center-content-page-wrap .page-logo {
    position: absolute;
    right: 40px;
    bottom: 40px; }
    .center-content-page-wrap .page-logo img {
      width: 176px;
      height: auto; }
  .center-content-page-wrap .center-form {
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 40px 40px 25px; }
    .center-content-page-wrap .center-form input {
      width: 100%;
      height: 38px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 38px; }
  .center-content-page-wrap .sign-in-form .common-error {
    font-size: 16px;
    line-height: 1.06;
    text-align: center;
    color: #ff5252;
    padding-bottom: 11px;
    height: 43px;
    /*visibility: hidden */ }
    .center-content-page-wrap .sign-in-form .common-error.active {
      visibility: visible; }
  .center-content-page-wrap .sign-in-form .forgot-password-wrap {
    text-align: left;
    position: relative;
    bottom: 10px; }
  .center-content-page-wrap .sign-in-form .forgot-password-link {
    font-size: 14px;
    color: #9f9f9f;
    text-decoration: underline; }
    .center-content-page-wrap .sign-in-form .forgot-password-link:hover {
      color: #74cae8; }
  .center-content-page-wrap .sign-in-form .login-btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin-bottom: 25px; }
  .center-content-page-wrap .sign-in-form .register-link {
    display: inline-block;
    text-transform: uppercase; }
  .center-content-page-wrap .sign-in-form .input-wrap {
    position: relative; }
    .center-content-page-wrap .sign-in-form .input-wrap .error-mess {
      visibility: hidden; }
  .center-content-page-wrap .sign-in-form .show-password-eye {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .center-content-page-wrap .sign-in-form .show-password-eye:hover .svg g path:nth-child(2) {
      fill: #aaa; }


/*languge-menu*/

.header-lang-wrap {
    background: #3ab3df;
}

.header-lang-row {
    margin-bottom: 50px;
}

.header-lang__list {
    left: 0;
}

.mobile-menu .header-lang__list-item_state_selected a {
    color: #000000;
}

.header-lang-wrap li {
    float: left;
    margin-right: 10px;
    text-align: center;
}

    .header-lang-wrap li a {
        font-size: 16px;
        min-width: 140px;
        padding: 12px 10px 12px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

    .header-lang-wrap li a:focus, .header-lang-wrap li a:hover {
        color: #3ab3df;
        background: #F1F1F1;
    }


.header-lang-wrap .header-lang__list-item_state_selected a {
    color: #dedede;
}

.fullscreen-form .header-lang__list {
    background-color: #3AB3DF !important;
}