.app-header .vertical.desctop > li:not(.has-sublevels):hover > ul, .app-header .vertical.desctop > li.is-active:not(.has-sublevels) > ul::-moz-selection {
/*  background: #21333b;*/
  color: #fff;
  text-shadow: none;
  outline: 2px solid red;
}

::selection {
  background: #21333b;
  color: #fff;
  text-shadow: none;
}

*, ::after, ::before {
  box-sizing: border-box;
  
  }

::-webkit-input-placeholder {
  color: rgba(0,0,0,0.87);
  opacity:1;
}

:-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

:-ms-input-placeholder {
  color: rgba(0,0,0,0.87);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  opacity: 1;
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3c4858;
  background-color: #fff;
  -webkit-font-feature-settings: kern, liga, onum;
  font-feature-settings: kern, liga, onum;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  margin: 0;
  -webkit-fontype-smalloothing: antialiased;
  line-height: 1;
}


html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
}

body>.wrapper>.container {
  background: #fff;
}

blockquote {
  font-style: normal;
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #21333b;
  background-color: rgba(33,51,59,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto", sans-serif;
  color: #232f36;
  text-transform: none;
  letter-spacing: -0.5px;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
  background: #21333b;
  color: #fff;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
  background: #21333b;
  color: #fff;
  text-shadow: none;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 30px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 26px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
}

h5,
.h5,
h6,
.h6 {
  font-size: 22px;
  line-height: 30px;
}

a {
  color: #2577d7;
  text-decoration: underline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.overflow-hidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.site-width {
  width: 100%;
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.site-width.type-2 {
  max-width: 100%;
}

.s-button {
  cursor: pointer;
  background: #2577D7;
  padding: 11px 25px 10px;
  font-size: 14px;
  border: 0;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 0.05px;
}

button:after {
  content: "";
}

button.type-2,
.s-button.type-2 {
  background: #D00000;
}

button.type-3,
.s-button.type-3 {
  background: #ffa800;
  border-radius: 40px;
  box-shadow: none;
}

button.type-4,
.s-button.type-4 {
  border: 1px solid #b7c2c9;
  background: #eff4f8;
  color: #232f36;
  box-shadow: none;
}

button.type-4:hover,
.s-button.type-4:hover {
  background: #eff4f8;
}

button.type-5,
.s-button.type-5 {
  border: 1px solid #3f505b;
  background: none;
  color: #3f505b;
  box-shadow: none;
  padding: 10px 25px 9px;
}

button.type-5:hover,
.s-button.type-5:hover {
  background: #232f36;
  color: #fff;
}

button.type-6,
.s-button.type-6 {
  background: #68757a;
  color: #fff;
  box-shadow: none;
}

button.type-6:hover,
.s-button.type-6:hover {
  background: #232f36;
  color: #fff;
}

button.type-7,
.s-button.type-7 {
  background: #ffc706;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #232f36;
  letter-spacing: normal;
  padding: 17px 40px;
  box-shadow: none;
}

button.type-7:hover,
.s-button.type-7:hover {
  color: #fff;
}

button.type-8,
.s-button.type-8 {
  background: #b7c2c9;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  letter-spacing: normal;
  padding: 17px 46px;
  box-shadow: none;
}

button.more,
.s-button.more {
  position: relative;
  padding: 15px 60px 15px 25px;
}

button.more:before,
.s-button.more:before {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background: url("../img/morearr.svg") 0 0 no-repeat;
  background-size: cover;
}

.s-button:hover {
  background: #232f36;
}

button.disabled,
.s-button.disabled {
  background: #b7c2c9;
  cursor: default;
  box-shadow: none;
}

#b-button:hover {
  background: #232f36;
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

 svg {
  pointer-events: none !important;
}

img {
  max-width: 100%;
  border: 0;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: inherit;
}

.svg-icon__spinner {
  fill: inherit;
  width: inherit;
  height: inherit;
  -webkit-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
  transition: 0.2s;
}

.icon-marker {
  width: 12px;
  height: 15px
}

.icon-user {
  width: 13px;
  height: 16px;
}

.icon-exit {
  width: 21px;
  height: 21px;
}

.icon-star {
  width: 22px;
  height: 20px;
}

.icon-diagram {
  width: 21px;
  height: 19px;
}

.icon-magnifying-glass {
  width: 16px;
  height: 16px;
}

.icon-shop-cart {
  width: 30px;
  height: 32px;
}

.icon-shop-cart-md {
  width: 20px;
  height: 22px;
}

.icon-shop-cart-sm {
  width: 15px;
  height: 16px;
}

.icon-delete {
  width: 15px;
  height: 15px;
}

.icon-caret-left {
  width: 11px;
  height: 7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-caret-right {
  width: 11px;
  height: 7px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-caret-top {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.icon-caret-bottom,.icon-caret-top {
  width: 11px;
  height: 7px;
}

.icon-arrow-right {
  width: 12px;
  height: 13px;
}

.icon-arrow {
  width: 15px;
  height: 15px;
}

.icon-delivery {
  width: 34px;
  height: 25px;
}

.icon-headphones {
  width: 37px;
  height: 28px;
}
 
.icon-storage {
  width: 32px;
  height: 27px;
}
 
.icon-tools {
  width: 30px;
  height: 27px;
}
 
.icon-percent {
  width: 26px;
  height: 27px;
}
 
.icon-envelope-lg {
  width: 26px;
  height: 19px;
}
 
.icon-iphone {
  width: 9px;
  height: 16px;
}
 
.icon-caret-sm {
  width: 9px;
  height: 4px;
}
 
.icon-list,.icon-plitka-lg,.icon-plitka-sm {
  width: 21px;
  height: 17px;
}

.icon-compare {
  width: 11px;
  height: 8px;
}

.icon-social {
  width: 30px;
  height: 30px;
}

.icon-logo {
  width: 258px;
  height: 49px;
}

.icon-truck {
  width: 16px;
  height: 12px;
}

.icon-star-sm {
  width: 13px;
  height: 11px;
}

.icon-clock {
  width: 16px;
  height: 16px;
}
  
.icon-docs {
  width: 19px;
  height: 21px;
}
  
.icon-dislike,.icon-like {
  width: 17px;
  height: 17px;
}
  
.icon-bubbles {
  width: 33px;
  height: 26px;
}
  
.icon-shield {
  width: 18px;
  height: 20px;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 -15px;
}

.gallery a {
  display: block;
  background-image: none;
}

.gallery img,
.gallery .attachment-thumbnail {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  padding: 15px 0;
}

.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.333333333333336%;
  -ms-flex-preferred-size: 33.333333333333336%;
  flex-basis: 33.333333333333336%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.666666666666668%;
  -ms-flex-preferred-size: 16.666666666666668%;
  flex-basis: 16.666666666666668%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.285714285714286%;
  -ms-flex-preferred-size: 14.285714285714286%;
  flex-basis: 14.285714285714286%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11111111111111%;
  -ms-flex-preferred-size: 11.11111111111111%;
  flex-basis: 11.11111111111111%;
  padding: 0 0 15px 15px;
  margin: 0;
}

.alignnone {
  margin: 0.5rem;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding-top: 5px;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

.gallery-caption,
.wp-caption-text {
  font-size: 90%;
}

.browserupgrade {
  margin: 20px 0;
  background: #ccc;
  color: #000;
  padding: 20px 0;
}

.demo-box {
  background-color: #009688;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.theme-color {
  color: #21333b;
}

.theme-bgc {
  background-color: #21333b;
}

.cart-table {
  font-size: 14px;
  width: 100%;
  display: block;
}

.cart-table-slide {
  margin-top: 32px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #cfcfcf;
  cursor: pointer;
}

.cart-table-slide__ctrl {
  margin-top: -32px;
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  border-color: #fff #cfcfcf #cfcfcf #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-table-slide__ctrl .arrow-curcle-btn {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.arrow-curcle-btn {
  border-radius: 50%;
  border: 0.5px solid #232f36;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  background: #fff url("../img/cart-table-hide.svg") center center no-repeat;
}

.arrow-curcle-btn:focus,
.arrow-curcle-btn:hover {
  background-color: #f2f2f2;
}

.arrow-curcle-btn:active {
  background-color: #e6e6e6;
}

.app-footer {
  -ms-flex: none;
  flex: none;
  background: #21333b;
  color: #fff;
}

.footer-form-wrap {
  padding-top: 55px;
  height: 225px;
  background: #263C45;
}

.footer-form-wrap form {
  display: block;
  width: 605px;
  margin: 0 auto;
}

.app-footer a {
  color: #fff;
}

.app-footer__content {
  padding-top: 100px;
  padding-bottom: 38px;
  padding-left: 13px;
}

.app-footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-footer__column {
  border-left: 1px solid #3c4858;
  padding-bottom: 20px;
}

.app-footer__column:first-child {
  border: 0;
}

.app-footer__column--info {
  padding-right: 20px;
  width: 26%;
}

.app-footer__column--menu {
  padding-left: 40px;
  padding-right: 20px;
  width: 15.292%;
  min-width: 189px;
}

.app-footer__column--folders-shared {
  width: 37.3%;
  padding-left: 36px;
  padding-right: 20px;
}

.app-footer__column--menu li,
.app-footer__column--folders-shared li {
  margin-bottom: 9px;
  line-height: 17px;
}

.app-footer__column--menu li:last-child,
.app-footer__column--folders-shared li:last-child {
  margin-bottom: 0;
}

.app-footer__column--menu a,
.app-footer__column--folders-shared a {
  font-size: 13px;
  text-decoration: none;
}

.app-footer__column--menu a:hover,
.app-footer__column--folders-shared a:hover {
  text-decoration: underline;
}

.app-footer__column--folders-shared ul {
  display: -ms-flexbox;
  display: flex;
}

.app-footer__column--folders-shared ul > li {
  padding-right: 10px;
  width: 57%;
  margin-bottom: 0;
}

.app-footer__column--folders-shared ul > li:nth-child(2) {
  width: 43%;
}

.app-footer__column--folders-shared ul > li ul {
  display: block;
}

.app-footer__column--folders-shared ul > li ul li {
  margin-bottom: 16px;
  padding-right: 0;
  width: auto;
}

.app-footer__column--folders-shared ul > li ul li:nth-child(2) {
  width: auto;
}

.app-footer__column--folders-shared ul > li ul li:last-child {
  margin-bottom: 0;
}

.app-footer__column--review {
  padding-left: 32px;
  padding-top: 40px;
  -ms-flex: 1 1;
  flex: 1 1;
}

.app-footer__column--review img {
  margin-bottom: 13px;
}

.app-footer__column--review .app-footer__rating {
  font-family: "Open Sans";
  text-align: center;
  font-size: 12px;
  padding-right: 15px;
}

.app-footer__column--review .app-footer__stars {
  font-size: 0;
  margin-top: 8px;
  margin-bottom: 19px;
}

.app-footer__column--review .app-footer__stars .svg-icon {
  margin-left: 3px;
  margin-right: 3px;
  fill: #b7c2c9;
}

.app-footer__column--review .app-footer__stars .svg-icon.active {
  fill: #ffc706;
}

a.app-footer__rating-link {
  width: 168px;
  height: 57px;
  line-height: 57px;
  margin-left: 20px;
  margin-right: auto;
  display: block;
  text-align: center;
  color: #232f36;
  font-size: 15px;
  border-radius: 2px;
  background: #ffcf40;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.app-footer__rating-link:hover {
  background: #ffdd79;
}

.app-footer__logo {
  margin-bottom: 40px;
  margin-top: -26px;
  width: 213px;
}

.app-footer__logo img {
  width: 100%;
}

.app-footer__phone {
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: -0.4px;
}

.app-footer__phone-item {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  letter-spacing: -0.1px;
}

.app-footer__phone-item a {
  text-decoration: none;
  cursor: auto;
}

.app-footer__copyright {
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 23px;
  padding-left: 10px;
}

.app-footer__copyright b {
  font-weight: 600;
}

.app-footer .b-title {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 31px;
}

.app-footer__hand-tool {
  text-align: center;
  padding-top: 80px;
  color: #4c728b;
  font-weight: 600;
  font-family: "Open Sans";
}

.app-footer__hand-tool img {
  margin-right: 9px;
  margin-bottom: 3px;
}

.app-header {
  -ms-flex: none;
      flex: none;
  transition: all 0.65s ease;
  z-index: 9999;
}

.app-header__top {
  background: #f3f5f6;
  transition: all 0.65s ease;
  height: 48px;
  box-sizing: border-box;
  display: flex;
}

.app-header__top-container {
  top: 0;
  left: 0;
  right: 0;
  background: #3C4858;
  z-index: 60;
}

.app-header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
}

.app-header__mobile-container {
  display: none;
}

.app-header__burger {
  cursor: pointer;
  display: none;
  min-width: 24px;
}

.app-header__burger .svg-icon {
  width: 24px;
  height: 24px;
}

.app-header__menu {
  margin-right: 95px;
}

.app-header__menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-header__menu ul li {
  margin-right: 25px;
}

.app-header__menu ul li:last-child {
  margin-right: 0;
}

.app-header__menu ul li.is-active a {
  color: #2577d7;
}

.app-header__menu ul li.is-active a:after {
  left: 0;
  right: 0;
}

.app-header__menu ul li.bold a {
  letter-spacing: -0.5px;
  font-weight: 700;
}

.app-header__menu ul li a {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #7B848F;
  text-decoration: none;
  padding: 5px 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
}

.app-header__menu ul li a:hover {
  color: #2577d7;
}

.app-header__menu ul li a:hover:after {
  left: 0;
  right: 0;
}

.app-header__menu ul li a:after {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #2577d7;
  transition: all 0.3s ease;
}

.app-header__menu ul li ul {
  display: none;
}

.app-header__e-mail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 165px;
  font-size: 13px;
  position: relative;
  font-weight: 600;
  line-height: 1;
  margin-right: 45px;
}

.app-header__e-mail a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #2577D7;
  letter-spacing: normal;
}
.app-header__e-mail .svg-icon {
  width: 15px;
  height: 15px;
}

.app-header__e-mail .svg-icon.copy {
  fill: #b7c2c9;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 1px;
  cursor: pointer;
}

.app-header__e-mail-head {
  font-weight: normal;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.app-header__e-mail-copy {
  cursor: pointer;
  text-align: right;
  margin-left: auto;
}

.app-header__e-mail-copy span {
  color: #9BA5AB;
  font-weight: normal;
  letter-spacing: -0.5px;
  font-size: 13px;
}

.app-header__e-mail-copy:hover {
  border-color: transparent;
}

.app-header__phone {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.app-header__phone-city {
  position: relative;
  margin-right: 45px;
  padding-left: 20px;
  width: 165px;
}

.app-header__phone-city a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
  color: #3C4858;
  text-decoration: none;
  display: inline-block;
  max-width: 160px;
  position: relative;
}

.app-header__phone-city a:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 11px;
  margin-top: -6px;
  border: 3px solid transparent;
  border-left: 4px solid #2577d7;
}

.app-header__phone-city .icon {
  position: absolute;
  left: 7px;
  vertical-align: middle;
  width: 9px;
  height: 16px;
  color: #2577d7;
}

.app-header__phone-city .icon svg {
  fill: #2577d7;
}

.app-header__phone-item {
  font-size: 18px;
  font-weight: 700;
  color: #3c4858;
}

.app-header__phone-item a {
  text-decoration: none;
  color: #3c4858;
  cursor: auto;
  font-size: 18px;
  font-weight: 500;
}

.app-header__phone-item img {
  margin-right: 5px;
}

.app-header__middle {
  height: 96px;
  padding-top: 30px;
  padding-bottom: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: padding 0.65s ease;
  will-change: padding;
}

.app-header__logo {
  margin-right: 5px;
  width: 235px;
}

.app-header__logo a {
  display: block;
}

.app-header__logo--mobile {
  display: none;
}

.app-header__button {
  width: 165px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
}

.app-header__button {
  margin-left: 9px;
  margin-right: 23px;
  z-index: 99;
}

.app-header__button.type-2 {
  margin: 0;
}

.app-header__cart {
  position: relative;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.app-header__cart .header__cart-descr,
.app-header__cart .header__cart-info {
  white-space: normal;
}

.app-header__cart .svg-icon--cart-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background: url("../img/white-cart-icon.svg") no-repeat center;
}

.app-header.scroll .app-header__cart .svg-icon--cart-icon {
  background: url("../img/grey-cart-icon.svg") no-repeat center;
}

.app-header__fixed-container:hover .app-header__cart .svg-icon--cart-icon {
  background: url("../img/white-cart-icon.svg") no-repeat center;
}

.mobile-panel .app-header__cart .svg-icon--cart-icon {
  display: none;
}

.app-header__cart-title {
  display: none;
}

.mobile-panel .app-header__cart-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
}

.header__cart-drop {
  position: absolute;
  top: 100%;
  margin: 17px 0 0;
  right: 0;
  width: 380px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0,0,0,.43);
  padding: 10px 25px 10px 15px;
  z-index: 3;
  display: none;
}

.header__cart.empty .header__cart-drop {
  display: none;
}

.header__cart-drop-scroll {
  max-height: 219px;
  overflow: hidden;
  position: relative;
}

.header__cart-drop-scroll .mCSB_scrollTools {
  width: 7px;
  right: -20px;
  overflow: hidden;
  border-radius: 7px;
}

.header__cart-drop-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
  background: #e9e9eb;
}

.header__cart-drop-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  border-radius: 0;
  background-color: #ffde4a !important;
}

.header__cart-drop-bottom {
  background: #f4f4f7;
  margin: 10px -25px -10px -15px;
  padding: 5px 10px 7px;
  text-align: right;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__cart-drop-bottom-link {
  vertical-align: middle;
  font-size: 13px;
  color: #2c2a29;
  margin: 0 10px 0 0;
}

.header__cart-drop-bottom .btn {
  vertical-align: middle;
}

.header__cart-list-item {
  position: relative;
  padding: 8px 30px 8px 47px;
  border-top: 1px solid #cacaca;
}

.header__cart-list-item:after {
  content: " ";
  display: block;
  clear: both;
}

.header__cart-list-item:first-child {
  border-top: none;
}

.header__cart-img {
  display: block;
  float: left;
  width: 40px;
  margin: 0 0 0 -47px;
}

.header__cart-img > img {
  width: 40px;
  padding-top: 8px;
}

.header__cart-descr {
  float: left;
  width: 68%;
  padding: 5px 0 0;
}

.header__cart-info {
  float: left;
  width: 32%;
  text-align: right;
  padding: 5px 0 0;
}

.header__cart-subtitle {
  font-size: 11px;
  color: #8d8d8d;
  line-height: 14px;
  display: block;
}

.header__cart-drop a.header__cart-title {
  font-size: 16px;
  line-height: 18px;
  color: #3b3b3b;
  font-weight: 400;
  text-decoration: none;
  word-wrap: break-word;
}

.header__cart-drop a.header__cart-title:hover {
  text-decoration: underline;
}
.header__cart-delete {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}

.header__cart-delete [class*=icon-] {
  fill: #9e9e9e;
}

.header__cart-delete:hover [class*=icon-] {
  fill: #4f453b;
}
  
.header__cart-drop-bottom .btn, .header__cart-drop-bottom button {
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  padding: 5px 10px 6px;
  background: #ffd102;
  color: #080705;
  border: 0;
  border-radius: 0;
  position: relative;
  transition: all .2s ease;
  width: 100%;
  display: block;
  border-radius: 4px;
}

.header__cart-drop:after,.header__cart-drop:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%
}

.header__cart-drop:before {
  right: 55px;
  border-bottom: 11px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}

.header__cart-drop:after {
  right: 2px;
  width: 0;
  height: 0;
  border-left: 160px solid transparent;
  border-right: 69px solid transparent;
  border-bottom: 11px solid transparent;
}

.header__cart-drop.open {
  display: block
}

.header__cart-drop a {
  color: #254494;
  transition: all .2s ease;
  text-decoration: underline;
}

.header__cart-price--drop {
  line-height: 18px;
  margin: 0;
}

.header__cart-price-pennies {
  font-size: 12px;display:inline-block;
  margin-left: -4px;
}

.header__cart-info span {
  border: 0 none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.app-header__cart-total .svg-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #d00000;
  display: none;
}

.app-header__cart-total-amount {
  display: block;
  min-height: 15px;
  line-height: 15px;
  padding: 2px 7px;
  padding-right: 10px;
  background: #DE6500;
  border-radius: 9px;
  font-weight: 500;
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  top: -33px;
  right: -23px;
}

.mobile-panel .app-header__cart-total-amount {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin-right: 5px;
}

.app-header__cart-total-amount span {
  display: none;
}

.mobile-panel .app-header__cart-total-amount span {
  display: inline;
}

.btn-inline, .header__cart-drop-bottom .btn-inline {
  display: inline-block;
  width: auto;
}
  
.rub { 
  line-height: 5px;
  width: 0.4em;
  border-bottom: 1px solid #000; 
  border-bottom-color: inherit;
  display: inline-block;
  text-transform: uppercase;
}

.search-form #eac-container-js-header-search-input span {
  display: block;
}
  
.search-form #eac-container-js-header-search-input span.rub {
  line-height: inherit;
  border-bottom: 0;
  width: auto;
  font-family: ALSRubl;
  font-weight: 400;display: inline-block;
}

.search-catalog {
  max-width: 1000px;
  margin: 0 auto;
} 
  
a.header__cart-link {
  position: relative;
  text-decoration: none;
}
  
.nonep {
  height: 1px;
  left: -10000px;
  position: absolute;
  width: 1px;
}
  
.product-item__param-name,
.product-item__param-value {
  border-bottom: 1px solid #dbe6ec;
}

/* temporary styles for bottom cart-block fixes
  Start
*/

.bottom__cart-block .app-header__cart-sum span {
  display: inline;
}

.visible-span {
  display: inline;
}

.bottom__cart-block-wrap {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 78px;
  z-index: 999999;
  bottom: 0;
  left: 0;
  box-shadow: 0px -3px 4px rgba(122, 159, 176, 0.15), 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.bottom__cart-block-wrap:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 115px;
  border-radius: 50%;
  box-shadow: 0px -3px 4px rgba(122, 159, 176, 0.15);
  z-index: -15;
  top: -11px;
  left: 25px;

}

.bottom__cart-block-wrap.empty {
  display: none;
}

.bottom__cart-block {
  display: flex;
  align-items: center;
  width: 250px;
  text-decoration: none;
  font-size: 12px;
}

.bottom__cart-block-title {
  margin-right: 18px;
  font-weight: 500;
  font-size: 14px;
  color: #232F36;
}

.bottom__cart-block-total-amount {
  position: absolute;
  margin-right: 5px;
  height: 20px;
  padding: 0 7px;
  color: #fff;
  background: #FFA800;
  border-radius: 9px;
  line-height: 20px;
  top: 15px;
  right: 10px;
}

.bottom__cart-block-total-price {
  color: #4EC7AF;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.bottom__cart-block-link {
  display: none;
  font-weight: normal;
  font-size: 12px;
  color: #2577D7;
}

.bottom__cart-block-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 91px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

.bottom__cart-block-icon {
  width: 61px;
  height: 61px;
  background: url("../img/white-cart-icon.svg") center no-repeat;
  box-shadow: 0px 4px 4px rgba(130, 154, 172, 0.25);
  border-radius: 50%;
  background-color: #4EC7AF;
}

.bottom__cart-block-icon-rub {
  color: #4EC7AF;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-left: 5px;
}

.bottom__cart-block-wrap .header__cart-price-pennies {
  display: none !important;
}
/* temporary styles for bottom cart-block fixes
  End
*/

/*new sryles for products-list
  Start
*/
@media (max-width:767px) {
	.product__wrapper {
		width: 50%;
	  margin-right: 0px;
	}
}
@media (min-width:768px) {
	.product__wrapper {
		width: 30%;
	  margin-right: 32px;
	}
}

.product__wrapper {
  position: relative;
  display: block;
	min-width: 165px;
  box-sizing: border-box;
  padding: 9px 15px 15px 14px;
  border: 1px solid #E7EBED;

  margin-bottom: 30px;
  text-decoration: none;
  padding-bottom: 95px;
}

.product__wrapper .b-amount {
  height: 38px;
}

.product__wrapper:nth-child(3n) {
  margin-right: 0;
}

.product__code-wrapper {
   display: flex;
   font-size: 11px;
   color: #3F505B;
   margin-bottom: 5px;
   justify-content: space-between;
}

.product__img-wrapper {
   margin-bottom: 13px;
}

.product__explan {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: #2577D7;
  margin-bottom: 2px;
  display: flex;
  align-items: flex-end;
}

.product__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  margin-bottom: 9px;
  color: rgba(0, 0, 0, 0.87);
}

.product__params-wrapper {
  margin-bottom: 17px;
}

.product__params-item {
  position: relative;
  display: flex;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #3C4858;
  margin-bottom: 4px;
  line-height: 14px;
}

.param__name {
  position: relative;
  width: 75%;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;     /* fallback */
  max-height: 32px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.full__param {
  display: none;
  position: absolute;
  padding: 10px;
  margin-top: 17px;
  background: #FFFDED;
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 4px 7px rgba(1,99,143,0.15);
  z-index: 99;
  top: -70px;
}

.full__param-hover {
  display: block;
}

.param__value {
  width: 50%;
}

.old-price {
  text-decoration-line: line-through;
  color: #91A2AE;
}

.old-tax {
  color: #91A2AE; 
}

.current-price-true {
  color: #D00000;
}

.product__price {
  display: flex;
  margin-bottom: 15px;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: 55px;
}

.product__price-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #232F36;
}

.priduct__price-tax {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #3C4858;
  width: 40%;
}

.product__add-to-cart-wrap {
  display: flex;
  position: absolute;
  bottom: 20px;
}

.product__add-to-cart-btn {
  display: flex;
  justify-content: center;
  width: 122px;
  height: 38px;
  line-height: 38px;
  background: none;
  border-radius: 2px;
  border: 1px solid #D00000;
  color: #D00000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0;
  box-shadow: none;
}

.product__add-to-cart-btn:hover {
  color: #fff;
  background-color: #D00000;
}

.product__wrapper:hover {
  box-shadow: 0px 4px 7px rgba(1,99,143,0.15), 0px -1px 4px rgba(1,99,143,0.14);
}

.product__wrapper .product__title { /* Отменяем перенос текста */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*For list display*/

.product-list__wrapper {
  display: flex;
  border: 1px solid #E7EBED;
  box-sizing: border-box;
  text-decoration: none;
}

.product-list__wrapper .product__price-value {
  width: auto;
}

.product-list__wrapper .product__price-value:nth-child(1) {
  margin-bottom: 0;
}

.product-list__wrapper .product__price-value:nth-child(2) {
  margin-bottom: 10px;
}

.product-list__wrapper .product__code-wrapper {
  justify-content: flex-start;
}

.product-list__img-wrapper {
  padding: 32px 29px 32px 16px;
}

.product-list__img-wrapper img {
  width: 192px;
  height: 144px;;
}

.product-list__description-wrapper {
  width: 375px;
  box-sizing: border-box;
  padding: 22px 32px 32px 0;
  border-right: 1px solid #E7EBED;
}

.product-list__description-wrapper .product__title {
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}

.product-list__info-wrapper {
  position: relative;
  width: 289px;
  padding: 28px 0 27px 39px;
}

.product-list__info-wrapper .product-item__in-stock {
  margin-bottom: 9px
}

.product-list__info-wrapper .product-item__rating-stars {
  margin-bottom: 26px;
}

.product-list__info-wrapper .product__add-to-cart-btn {
  width: 122px;
  height: 38px;
  line-height: 35px;
  margin-top: 15px;
}

.alternate-product-card-wrapper {
  display: none;
}

.product__code-left-wrapper {
  display: flex;
}

.product-list__wrapper .b-amount {
  height: 38px;
  margin-top: 15px;
}


/*For table display*/
.product-table__price-wrapper {
  margin-right: auto;
}

.product-table__wrapper {
  width: 100%;
  min-height: 68px;
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #232F36;
  border-top: 1px solid #E7EBED;
  padding-top: 9px;
}

.product-table__wrapper:hover {
  box-shadow: 0px 4px 4px rgba(174, 215, 233, 0.33);
}

.product-table__wrapper .product__code-value {
  min-width: 57px;
  font-size: 12px;
  text-align: left;
  word-wrap: break-word;
}

.product__code-title-wrap {
  max-width: 368px;
}

.product-table__wrapper .product__explan {
  font-size: 13px;
}

.product-table__wrapper .product__title {
  font-size: 14px;
  min-width: 368px;
}

.product-table__img-wrapper {
  width: 48px;
  height: 36px;
  margin-right: 30px;
  position: relative;
}

.product-table__img-wrapper  img {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  max-height:calc(100% - 10px);
  max-width:calc(100% - 10px);
  -o-object-fit:contain;
  object-fit:contain;
  cursor:pointer;
}

.product-table__img-wrapper:hover img {
  -webkit-animation-name:n;
  animation-name:n;
  -webkit-animation-duration:.5s;
  animation-duration:.5s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  z-index:10;
 }
 
.product-table__wrapper .product-item__in-stock {
  width: 146px;
  display: block;
}

.product-table__wrapper .product-item__in-stock:after {
  display: none;
}

.product-table__wrapper .product__price-value {
  font-size: 14px;
  width: auto;
  min-width: 74px;
  text-align: right;
  margin-right: auto;
}

.new-cart-form-radio-button-group__table-row td:first-child {
  width: 165px;
  padding-left: 13px;
}

.product-table__wrapper .product__add-to-cart-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  font-size: 11px;
}

.product-table__wrapper .product__add-to-cart-btn:hover {
  color: #fff;
  background-color: #D00000;
}

/*new sryles for products-list
  End
*/

.white-bg {
  background: #fff;
}

.white-bg-input {
  margin-top: -25px;
}

.white-bg-input .floated-input__fake {
  background: #fff;
}

.app-header__cart-sum {
  font-weight: normal;
  font-size: 14px;
  line-height: 11px;
  color: #FFFFFF;
}

.app-header__bot {
  background: #fff;
  height: 64px;
  display: flex;
  border-bottom: 1px solid #E7EBED;
}

.borderActive {
  border: 1px solid #0F8EC7 !important;
}

.app-header__folders-shared {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  padding-right: 0;
  padding-left: 40px;
}

.app-header__folders-shared .mobile-title {
  display: none;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: rgba(60,72,88,0.2);
  padding: 12px 20px 11px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.mobile-panel .app-header__folders-shared .mobile-title {
  display: block;
}

.app-header__folders-shared .horisontal {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
}

.mobile-panel .app-header__folders-shared .horisontal {
  display: none;
}

.app-header__folders-shared .horisontal > li {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 38px;
}

.app-header__folders-shared .horisontal > li:last-child {
  margin-right: 0;
}

.app-header__folders-shared .horisontal > li > a {
  text-decoration: none;
  color: #3C4858;
  display: block;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  height: 100%;
  line-height: 60px;
  letter-spacing: -0.5px;
}

.app-header__folders-shared .horisontal > li > a:after {
  content: "";
  width: 100%;
  max-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 2px;
  background: #2577d7;
  left: 50%;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app-header__folders-shared .horisontal > li:hover > a:after,
.app-header__folders-shared .horisontal > li.is-active > a:after {
  max-width: 80px;
}

.app-header li.toggle-catalog {
  position: relative;
  height: 100%;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 55px;
}

.app-header li.toggle-catalog:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 52px;
  background: #E7EBED;
  right: -1px;
}

.app-header.scroll .toggle-catalog:after {
  display: none;
}

.app-header.scroll .app-header__fixed-container-in .vertical.desctop {
  top: 86px;
}

.app-header li.toggle-catalog > a {
  width: 100%;
  white-space: nowrap;
  position: relative;
  color: #3C4858;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0s ease;
  padding-left: 33px;
  padding-right: 57px;
  margin-left: 0;
  letter-spacing: -0.2px;
}

.app-header li.toggle-catalog > a:after {
  display: none;
}

.app-header li.toggle-catalog > a > .svg-icon {
  position: absolute;
  left: -2px;
  top: 17px;
  width: 24px;
  height: 24px;
  fill: #2577D7;
}

.app-header li.toggle-catalog:hover > a > .svg-icon svg,
.app-header li.toggle-catalog.opened > a > .svg-icon svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #fff;
}

.app-header li.toggle-catalog.opened .vertical.desctop {
  transition: all 0.7s ease;
  opacity: 1;
  visibility: visible;
}

.app-header .search-block {
  margin-bottom: 20px;
}

.app-header .vertical.desctop {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease;
  width: 369px;
  font-weight: normal;
  padding-bottom: 35px;
  height: 100vh;
  border: 1px solid #E7EBED;
  box-sizing: border-box;
  box-shadow: 7px 1px 4px rgba(230, 230, 230, 0.25);
  padding-top: 25px;
}

.app-header .vertical.desctop > li {
}

.app-header .vertical.desctop > li:after {
  position: absolute;
  content: '';
  width: 310px;
  height: 1px;
  left: 50%;
  margin-left: -155px;
  background: #E7EBED;
}

.app-header .vertical.desctop > li:last-child {
  border-bottom: 0;
}

.app-header .vertical.desctop > li:nth-child(14):after,
.app-header .vertical.desctop > li:nth-child(15):after {
  display: none;
}

.app-header .vertical.desctop > li.is-active > a,
.app-header .vertical.desctop > li:hover > a {
  color: #2577D7;
}

.app-header .vertical.desctop > li > a {
  padding: 11px 0;
  padding-left: 33px;
  padding-right: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #3C4858;
}

.app-header .vertical.desctop > li > a .arrow {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
}

.app-header .vertical.desctop > li > a .icon {
  width: 23px;
  margin-right: 20px;
  text-align: center;
}

.app-header .vertical.desctop > li > ul {
  position: absolute;
  left: 100%;
  top: -1px !important;
  background: #fff;
  border: 1px solid #E8ECEE;
  box-sizing: border-box;
  width: 377px !important;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  padding-top: 50px;
  padding-left: 48px;
  align-content: baseline;
}

.app-header .vertical.desctop > li > ul.brends {
  width: 855px !important;
}

.app-header .vertical.desctop.fix > li > ul {
  
}

.app-header.scroll .vertical.desctop > li > ul {
  top: -1px !important;
  height: calc(100vh - 86px) !important;
  overflow-y: auto;
}

.app-header.scroll .app-header__cart-sum {
  color: #3C4858;
}

.app-header.scroll:hover .app-header__cart-sum {
  color: #fff;
}

.app-header .vertical.desctop > li > ul > li {
  width: 100%;
  max-width: 302px;
}

.app-header .vertical.desctop > li > ul > li ul li {
  width: 100%;
}

.app-header .vertical.desctop > li > ul > li ul li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  text-decoration: none;
  color: #3c4858;
  line-height: 16px;
}

.app-header .vertical.desctop > li > ul > li ul li a.more {
  color: #D00000;
  font-weight: 500;
}

.app-header .vertical.desctop > li > ul > li ul li a:hover {
  font-weight: 600;
  color: #2577d7;
}

.app-header .vertical.desctop > li > ul .logos {
  width: 100%;
  max-width: none;
  margin-top: 20;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-header .vertical.desctop > li > ul .logos a {
  margin-right: 60px;
  margin-top: 20px;
}

.app-header .vertical.desctop > li > ul .logos a:nth-child(5n) {
  margin-right: 0;
}

.app-header .vertical.desctop > li > ul .logos a:first-child {
  margin-bottom: 5px;
}

.app-header .vertical.desctop > li:hover > ul,
.app-header .vertical.desctop > li.is-active:not(.prepareHover) > ul {
  opacity: 1;
  visibility: visible;
}

.app-header .vertical.desctop > li .brends {
  display: block;
}

.app-header .vertical.desctop > li .brends li {
  width: auto;
  max-width: inherit;
}

.brends {
  height: 100% !important;
  width: 897px !important;
  overflow-y: auto;
}

.app-header__fixed-container:hover .app-header__e-mail-copy {
  color: #fff;
}

.app-header .vertical.desctop.fix {
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 86px) !important;
}

.app-header .vertical.desctop.fix > li > ul {
  z-index: 10;
  left: 100%;
}

.app-header .vertical.mobile {
  display: none;
}

.app-header__fixed-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #f3f5f6;
  box-shadow: 0px 4px 7px rgba(1,99,143,0.15);
  transition: all 0.3s ease;
  -webkit-transform: translateY(-86px);
  transform: translateY(-86px);
}

.app-header__fixed-container:hover {
  background: #3c4858;
}

.app-header__fixed-container:hover .app-header__e-mail-head {
  color: #b7c2c9;
}

.app-header__fixed-container:hover .app-header__e-mail a {
  color: #fff;
}

.app-header__fixed-container:hover .app-header__phone-item {
  color: #fff;
}

.app-header__fixed-container:hover .app-header__phone-item a {
  color: #fff;
}

.app-header__fixed-container:hover .app-header__cart-sum {
  color: #fff;
}

.app-header__fixed-container:hover .app-header__button.type-2 {
  background: #ee9d00;
}

.app-header__fixed-container:hover .app-header__button.type-2:hover {
  background: #2577d7;
}

.app-header__fixed-container:hover .search-form button {
  background: url("../img/search-icon-light.svg") center center no-repeat;
}

.app-header__fixed-container:hover .search-form input {
  color: #fff;
}

.app-header__fc-l .search-form button {
    right: 0;
}

.app-header__fixed-container:hover .svg-icon {
  fill: #fff;
}

.app-header__fixed-container:hover .toggle-catalog > a {
  color: #fff;
}

.app-header__fixed-container-in {
  margin: 0 auto;
  max-width: 1290px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 86px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.app-header__fixed-container-in .app-header__logo {
  width: 41px;
  overflow: hidden;
  margin-right: 14px;
  -webkit-overflow-scrolling: touch;
}

.app-header__fixed-container-in .app-header__logo img {
  width: 213px;
  max-width: inherit;
}

.app-header__fixed-container-in .app-header__phone-item {
  font-size: 18px;
}

.app-header__fixed-container-in .app-header__button.type-2 {
  margin-right: 0;
}

.app-header__fixed-container-in .app-header__cart {
  margin-left: 3%;
}

.app-header__fixed-container-in .app-header__phone-item {
  margin-left: 2%;
}

.app-header__fixed-container-in li.toggle-catalog {
  position: relative;
  margin-right: 7px;
}

.app-header__fixed-container-in li.toggle-catalog .hamburger {
  padding-top: 0;
  top: 11px;
} 

.app-header__fixed-container-in li.toggle-catalog:hover > a {
  color: #fff;
}

.app-header__fixed-container-in li.toggle-catalog:hover > a .svg-icon {
  fill: #fff;
}

.app-header__fixed-container-in li.toggle-catalog:hover .vertical.desctop {
  transition: all 0s ease;
}

.app-header__fixed-container-in li.toggle-catalog > a {
  color: #3c4858;
  text-decoration: none;
  height: auto;
  padding-top: 13px;
  padding-bottom: 11px;
}

.app-header__fixed-container-in li.toggle-catalog > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  height: 30px;
  background: #2577d7;
  cursor: pointer;
  transition: all 0s ease;
  opacity: 0;
  visibility: hidden;
}

.app-header__fixed-container-in li.toggle-catalog > a .svg-icon {
  top: 8px;
  fill: #3c4858;
}

.app-header.scroll:hover li.toggle-catalog > a .svg-icon {
  fill: #fff;
}

.app-header__fixed-container-in li.toggle-catalog ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.app-header__fixed-container-in .vertical.desctop {
  left: 5px;
  top: 69px;
}

.app-header__fixed-container-in .search-form {
  width: 257px;
  -ms-flex: none;
      flex: none;
  margin-right: 0;
}

.app-header__fixed-container-in .search-form input {
  background: none;
  border-color: #b7c2c9;
  width: 257px;
}

.app-header__fixed-container-in .search-form input::-webkit-input-placeholder {
  font-size: 0;
}

.app-header__fixed-container-in .search-form input::-moz-placeholder {
  font-size: 0;
}

.app-header__fixed-container-in .search-form input:-ms-input-placeholder {
  font-size: 0;
}

.app-header__fixed-container-in .search-form input::-ms-input-placeholder {
  font-size: 0;
}

.app-header__fixed-container-in .search-form input::placeholder {
  font-size: 0;
}

.app-header__fixed-container-in .search-form button {
  background: url("../img/search-icon-gray.svg") center center no-repeat;
}

.app-header__fixed-container-in .search-form button img {
  display: none;
}

.app-header.scroll .app-header__fixed-container {
  transition: all 0.6s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 99;
}

.app-header__fc-l,
.app-header__fc-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.app-header__fc-l {
  margin-right: 15px;
  height: 86px;
}

.app-header__fc-l .search-form _js_search {
  outline: 2px solid blue;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-right: 12px;
}

.search-form input {
  height: 42px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #084d6b;
  width: 100%;
  padding: 0 50px 0 16px;
}

.search-form input::-webkit-input-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.search-form input::-moz-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.search-form input:-ms-input-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.search-form input::-ms-input-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.search-form input::placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

#tabs2 .b-delivery-tabs__header {
  display: none;
}

#tabs2 .delivery-spoiler {
  display: none;
}

.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  width: 45px;
  background: none;
  box-shadow: none;
}

.search-form button img {
  width: 14px;
  height: 14px;
}

.search-form span {
  display: none;
}

.search-form.mobile {
  position: absolute;
  right: 0;
  top: -40px !important;
  background: #fff;
  margin-right: 0;
}

.search-form.mobile input {
  height: 27px;
  border: 0;
  padding: 0;
  background: none;
  font-size: 16px;
  display: none;
}

.search-form.mobile input::-webkit-input-placeholder {
  color: #232f36;
}

.search-form.mobile input::-moz-placeholder {
  color: #232f36;
}

.search-form.mobile input:-ms-input-placeholder {
  color: #232f36;
}

.search-form.mobile input::-ms-input-placeholder {
  color: #232f36;
}

.search-form.mobile input::placeholder {
  color: #232f36;
}

.search-form.mobile input:focus::-webkit-input-placeholder {
  display: none;
  font-size: 0;
}

.search-form.mobile input:focus::-moz-placeholder {
  display: none;
  font-size: 0;
}

.search-form.mobile input:focus:-ms-input-placeholder {
  display: none;
  font-size: 0;
}

.search-form.mobile input:focus::-ms-input-placeholder {
  display: none;
  font-size: 0;
}

.search-form.mobile input:focus::placeholder {
  display: none;
  font-size: 0;
}

.search-form.mobile button {
  height: 26px;
  display: none;
  width: 20px;
}

.search-form.mobile button img {
  display: none;
  width: 20px;
  height: 20px;
}

.search-form.mobile span {
  display: block;
  font-size: 0;
  position: absolute;
  right: 0;
}

.search-form.mobile span img {
  width: 20px;
  height: 20px;
}

.search-form.mobile.typing {
  padding-left: 0;
}

.search-form.mobile.typing input {
  padding-left: 26px;
  background: #f5f5f5;
}

.search-form.opened input,
.search-form.opened button {
  display: inline-block;
}

.search-form.opened span {
  display: none;
}

.search-form.catalog {
/*  width: 233px;*/
width: 100%;
	text-align: center;
/*  right: 10px;*/
  top: 2px;
}

.search-form.catalog input {
  display: none;
  height: 26px;
  border: 0;
  border-bottom: 1px solid #dbe0e4;
  box-shadow: none;
  padding-right: 25px;
  padding-left: 12px;
  font-weight: 500;
}

.search-form.catalog input::-webkit-input-placeholder {
  font-size: 0;
}

.search-form.catalog input::-moz-placeholder {
  font-size: 0;
}

.search-form.catalog input:-ms-input-placeholder {
  font-size: 0;
}

.search-form.catalog input::-ms-input-placeholder {
  font-size: 0;
}

.search-form.catalog input::placeholder {
  font-size: 0;
}

.search-form.catalog button {
  display: none;
}

.search-form.catalog span {
 left: 0;
  position: absolute;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #232f36;
}

.search-form.catalog span img {
  margin-right: 13px;
  width: 20px;
  height: 20px;
}

.search-form.catalog.opened input,
.search-form.catalog.opened button {
  display: block;
}

.search-form.catalog.opened span {
  display: none;
}

.search-form.catalog.typing input {
  padding-left: 12px;
  background: none;
}

.catalog__category-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.catalog__category-wrapper a {
  text-decoration: none;
}

.catalog__category-item {
  margin-right: 10px;
  width: 173px;
  margin-bottom: 25px;
}

.catalog__category-item-img {
  background: #F2F6F9;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog__category-item-title {
  padding-top: 7px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.005em;

color: rgba(0, 0, 0, 0.87);
}

.brand-item {
  display: flex;
  border: 1px solid #E7EBED;
}

.brand-item p {
  margin: 0;
  padding: 0;
}

.brand-item__title {
  font-weight: 500;
  font-size: 42px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #2577D7;
  margin-bottom: 30px;
}

.brands-item__title-wrapper {
  height: 100%;
}

.nologo-title {
  font-size: 36px!important;
  line-height: 100%;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brand-item__title_mobile {
  display: none;
}

.brand-item__indent {
  font-size: 13px;
  color: #3C4858;
  margin-bottom: 27px;
}

.brand-item__description {
  width: 872px;
  padding: 25px 56px 17px 36px;
}

.brand-item__get-price {
  display: block;
  width: 238px;
  height: 51px;
  background: #FFC706;
  border-radius: 90px;
  font-weight: 500;
  font-size: 16px;
  line-height: 51px;
  letter-spacing: -0.5px;
  text-align: center;
  text-decoration: none;
  color: #232F36;
}

.brand-item__img-wrapper {
  width: 344px;
  border-left: 1px solid #E7EBED;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.brand-item__img-wrapper img {
  align-self: center;
}

.brands .pagination {
  
}

.brands-title {
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #232F36;
  margin-bottom: 32px;
}

.brands-search {
  margin-bottom: 32px;
}

.brands-search-request {
  display: none;
  font-weight: 500;
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #232F36;
  margin-bottom: 16px;
}

.brands-search button {
  display: none;
}

.brands-search input {
  width: 451px;
  height: 48px;
}

.brand-product-list__wrapper {
  width: 1208px;
  justify-content: space-between;
  padding-top: 50px;
}

.brand-product-list__title {
  font-weight: 500;
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #232F36;
  margin-bottom: 32px;
}

.brand-product-list__items-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.brand-product-list__items-wrapper a {
  text-decoration: none;
  color: #232F36;
}

.brand-product-list__item {
  width: 272px;
  height: 195px;
  border: 1px solid #E7EBED;
  margin: 0 40px 21px 0;
}

.brand-product-list__item:nth-child(4n) {
  margin-right: 0;
}

.brand-product-list__item-title {
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #232F36;
  padding: 10px;
  text-align: center;
}

.brand-product-list__item-img img {
  position: relative;
  top: -1px;
}

/* New order style 
Start*/
.order__wrapper {
  padding-top: 24px;
  display: flex;
  padding-bottom: 50px;
}

.order__info-wrapper {
  width: 591px;
  margin-right: 48px;
}

.order__info-title {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #232F36;
  margin-bottom: 25px;
}

.order__info-status {
  font-weight: 300;
  font-size: 14px;
  color: #3F505B;
  margin-bottom: 33px;
}

.order__info-cart-items-wrapper {
  margin-bottom: 10px;
}

.order__info-total-price-wrapper {
  display: flex;
  justify-content: flex-end;
  border-top: 1px dashed #E7EBED;
  padding-top: 10px;
  flex-wrap: wrap;
}

.order__info-total-price {
  min-width: 269px;
  display: inline-block;
  padding: 16px 49px;
  background: #FFFBED;
  text-align: center;
}

.order__info-total-price-discount {
  display: none;
}

.order__info-total-price-name {
  font-weight: normal;
  font-size: 14px;
  color: #3F505B;
  margin-right: 18px;
}

.order__info-total-price-value,
.order__info-total-price .symbol {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #232F36;
}

.order__delivery-title {
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #232F36;
  margin-bottom: 15px;
}

.main-info-cart__wrapper {
  width: 100%;
  text-align: right;
  padding-left: 370px;
}

.main-info-cart__item {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #91A2AE;
  display: flex;
  justify-content: space-between;
}

.main-info-cart__product .main-info-cart__item-value {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #232F36;
}

.main-info-cart__product-value-wrapper {
  color: #232F36;
}

.main-info-cart_discount {
  display: none;
}

.main-info-cart__item-value-discount-wrapper span {
  color: #D00000;
}

.main-info-cart_discount .main-info-cart__item-value {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #D00000;
}

.cart-table__head-row th {
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #3F505B;
  padding-bottom: 25px;
  padding-left: 10px;
}

.cart-item-snippet__info {
  width: 268px;
}

.cart-item-snippet__category-title {
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: #3C4858;
}

.cart-table__cell {
  padding-bottom: 24px;
}

.cart-item-snippet__name {
  overflow: hidden; 
  text-overflow: ellipsis;
  display: block;
  max-width: 224px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order__info-delivery {
  font-weight: normal;
  font-size: 14px;
  color: #232F36;
  margin-bottom: 22px;
  padding-left: 70px;
}

.order__form-wrapper {
  position: relative;
  width: 600px;
  box-shadow: 0px 10px 10px rgba(18, 80, 100, 0.2);
  border-radius: 2px;
  border: 1px solid #E7EBED;
  padding: 35px 31px 0 31px;
  box-sizing: border-box;
  margin-bottom: 45px;
  height: fit-content;
}

.order-phone-wrapper {
  width: 255px;
}

#step2 .form-grid {
  justify-content: space-between;
}

#step2 .cart-on-map {
  margin-top: 35px;
}

.order-email-wrapper {
  width: 241px;
}

/* New order style 
End*/

.search-block {
  width: 536px;
}

.search-block__container {
  display: -ms-flexbox;
  display: flex;
}

.search-block .search-form {
  -ms-flex: 1 1;
  flex: 1 1;
  margin-right: 24px;
}

.search-block .search-form input {
  border-color: #b7c2c9;
}

.search-block__letter {
  height: 48px;
  border: 1px solid #b7c2c9;
  border-radius: 2px;
  position: relative;
  width: 104px;
  font-size: 24px;
  color: #91a2ae;
}

.search-block__letter .svg-icon--arrow-b {
  cursor: pointer;
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 50px;
  border-radius: 0 2px 2px 0;
  height: 48px;
  border: 1px solid #3C4858;
}

.search-block__letter .svg-icon--arrow-b svg {
  width: 12px;
  height: 8px;
  fill: #3C4858;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
}

.search-block__letter span {
  text-align: center;
  display: block;
  width: 54px;
  line-height: 48px;
  font-size: 18px;
}

.search-block__letters-container {
  width: 445px;
  height: 201px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 3px;
  background: #fff;
  border: 0.25px solid #b7c2c9;
  padding: 21px 21px 40px 19px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-block__reset {
  line-height: 12px;
  font-size: 12px;
  color: #2577D7;
  border-bottom: 1px dashed #2577D7;
  margin-bottom: 12px;
  display: inline-block;
  cursor: pointer;
}

.search-block__sorting {
  position: relative;
  right: -50px;
}

.search-block__sorting.opened .svg-icon--arrow-b svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-block__sorting.opened .search-block__letters-container {
  opacity: 1;
  visibility: visible;
}

.search-block__letters-list {
  position: relative;
  font-size: 18px;
  color: #91a2ae;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.search-block__letters-list a {
  font-size: 14px;
  color: #91a2ae;
  text-decoration: none;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #EAEDEF;
}

.search-block__letters-list a:hover {
  color: #2577d7;
}

.search-block__numbers-list {
  padding-top: 30px;
}

.search-block__numbers-list a {
  margin-right: 10px;
  font-size: 18px;
  color: #91a2ae;
  text-decoration: none;
  display: inline-block;
  line-height: 32px;
}

.search-block__numbers-list a:hover {
  color: #2577d7;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 15;
}

.app__overlay.opened {
  opacity: 1;
  visibility: visible;
}

.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: 100vh;
}

.app__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 25px;
}

.app__content.application {
  padding: 0;
}

.app__main {
  -ms-flex: 1 1;
  flex: 1 1;
}

.app__main p {
  padding:0;
}

.app__main .site-width {
  padding-left: 0;
  padding-right: 0;
}

.app__main.delivery-page {
  padding-bottom: 140px;
}

.app__aside--left {
  -ms-flex-order: -1;
  order: -1;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  padding-right: 100px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.app__aside--right {
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  margin-left: 30px;
}

.app .c-t-container {
  position: relative;

}

.app .inner-title {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 14px;
}

.block, .cart-order__list .cart-total.block {
  display: block;
}

.app .block-title {
  font-size: 26px;
  color: #3c4858;
  margin-bottom: 30px;
}

.app .block-text {
  font-size: 13px;
  font-family: "Montserrat";
}

.app--landing .app__content {
  padding-top: 0;
  padding-bottom: 0;
}

.document-scroll-icon {
  text-align: center;
  -ms-flex: none;
  flex: none;
  margin: 30px 0 -10px;
}

.document-scroll-icon span {
  cursor: pointer;
}

.document-scroll-icon .svg-icon {
  width: 17px;
  height: 85px;
}

.warning {
  color: #d00000;
}

.table1 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.table1 tr {
  border-bottom: 1px solid #c5d1d9;
}

.table1 th {
  padding: 17px 15px;
  color: #d00000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.table1 th:first-child {
  text-align: left;
}

.table1 td {
  padding: 17px 12px;
}

.table1 td:first-child {
  text-align: left;
}

.ul1 {
  list-style: none;
  padding: 0 0 0 20px;
}

h2.inner-title {
  margin-top: 40px;
}

.rowdiv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.rowdiv.column3 > div,
.rowdiv.column3 > span {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5%;
  margin-bottom: 20px;
  max-width: 30%;
}

.rowdiv.column3 > div:nth-child(3n),
.rowdiv.column3 > span:nth-child(3n) {
  margin-right: 0;
}

.address-point {
  display: none;
  padding: 10px;
  background: #fafafa;
  border-radius: 2px;
  margin-bottom: 8px;
}

.address-point__title {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}

.address-point__info {
  font-size: 14px;
  letter-spacing: -0.5px;
}

.address-point__change-link {
  position: relative;
  padding: 15px 0 5px 0;
  margin-top: 10px;
  text-transform: uppercase;
}

.address-point__change-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #b7c2c9;
  width: 60%;
  max-width: 280px;
}

.address-point__change-link a {
  text-decoration: none;
  font-size: 13px;
  color: #2577d7;
}

.b-banner {
  background: #eae6dd url("../img/banner.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 22px;
  margin-bottom: 64px;
}

.b-banner__container {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.b-banner__title {
  color: #232f36;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.b-banner__text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.b-banner__link {
  font-size: 14px;
  font-weight: normal;
  padding: 13px 30px 12px;
  text-transform: none;
}

.b-filter {
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: normal;
}

.b-filter__title {
  font-weight: 500;
  font-size: 20px;
  padding-left: 40px;
  padding-bottom: 14px;
  color: #232f36;
  display: none;
}

.b-filter__sub-title-mobile {
  display: none;
}

.b-filter__reset {
  display: inline-block;
  margin-bottom: 27px;
  text-decoration: none;
}

.b-filter__reset:hover {
  text-decoration: underline;
}

.b-filter__item-name {
  font-size: 14px;
  color: #232f36;
  font-weight: 500;
  position: relative;
  line-height: normal;
  transition: all 0.5s ease;
}

.b-filter__item-name--mobile {
  display: none;
}

.b-filter .input_range_slider {
  margin-bottom: 23px;
}

.b-filter .noUi-horizontal .noUi-handle:active {
  z-index: 2;
}

.b-filter .noUi-horizontal .noUi-handle span {
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #232f36;
  padding-left: 3px;
  padding-right: 3px;
  background: #fff;
  white-space: nowrap;
}

.b-filter__inputs-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-filter__field {
  position: relative;
  width: 48.5%;
}

.b-filter__field span {
  position: absolute;
  left: 8px;
  top: 50%;
  font-size: 12px;
  color: #232f36;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

.b-filter__field input {
  width: 100%;
  padding-top: 0;
  height: 32px;
  color: #4c728b;
  padding-left: 28px;
  padding-right: 15px;
}

.b-filter__item {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7c2c9;
}

.b-filter__item:last-child {
  border-bottom: 0;
}

.b-filter__item--price {
  border: 0;
  padding-bottom: 0;
  max-width: 230px;
}

.b-filter__item--price .b-filter__item-name {
  margin-bottom: 37px;
}

.b-filter__item--type-2 .b-filter__item-params-container {
  margin-bottom: 5px;
}

.b-filter__item--type-2 .b-filter__item-params-list-container {
  display: block;
}

.b-filter__item--type-2 .b-filter__item-param {
  white-space: normal;
  width: auto;
}

.b-filter__item--type-2 .b-filter__list-box {
  display: block;
}

.b-filter__item--single .b-filter__item-name {
  margin-bottom: 7px;
}

.b-filter__item.toggle {
  cursor: pointer;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border: 0;
}

.b-filter__item.toggle .b-filter__item-params-list {
  display: none;
}

.b-filter__item.toggle .b-filter__item-name {
  padding-left: 40px;
  margin-bottom: 0;
}

.b-filter__item.toggle .b-filter__item-name:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 5px;
  background: url("../img/arrow-b-black.svg") center center no-repeat;
}

.b-filter__item.toggle .b-filter__view-all {
  height: 0;
  transition: all 0.3s ease;
}

.b-filter__item.toggle.opened {
  padding-bottom: 14px;
  border-bottom: 1px solid #b7c2c9;
  margin-bottom: 19px;
}

.b-filter__item.toggle.opened .b-filter__item-params-list,
.b-filter__item.toggle.opened .b-filter__view-all {
  display: block;
}

.b-filter__item.toggle.opened .b-filter__item-name:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.b-filter__item.toggle.opened .b-filter__view-all {
  height: 24px;
}

.b-filter__for-checked-items-container {
  display: none;
}

.b-filter__list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-filter__item-params-list-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-filter__item-params-list {
  padding-top: 10px;
  padding-bottom: 7px;
}

.b-filter__item-param {
  width: 50%;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.b-filter__item-param .jq-checkbox {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}

.b-filter__item-param span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-filter__selected-container {
  display: none;
}

.b-filter__view-all {
  font-size: 13px;
  color: #3f505b;
  text-decoration: none;
  font-weight: 500;
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-filter__back-btn {
  font-size: 14px;
  padding: 16px 10px 15px;
  border-radius: 0;
  display: none;
  box-shadow: none;
}

.b-filter__button {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  display: block;
  display: none;
  padding: 16px 10px 15px;
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  border-radius: 2px;
  border: 1px solid #C5D1D9;
  outline: none;
  font-size: 14px;
  color: #232f36;
  overflow: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4c728b;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4c728b;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4c728b;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #4c728b;
}

input::placeholder,
textarea::placeholder {
  color: #4c728b;
}

input {
  padding: 2px 15px 0;
  height: 56px;
  vertical-align: middle;
}

input:focus {
  border-color: #0f8ec7;
}

input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
}

input[type="tel"] {
  box-shadow: none;
}

.error input,
.error textarea {
  border-color: #d00000;
}

.b-form__icon {
  width: 33px;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: url("../img/mailing-icon.svg") no-repeat center;
}

.b-form__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  color: #232f36;
}

.b-form__text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #232f36;
}

.b-form__item {
  position: relative;
  text-align: left;
}

.b-form__item input {
  width: 100%;
}

.b-form__item--phone {
  position: relative;
  z-index: 3;
  background: #fff;
  height: 56px;
  padding: 2px 44px 0 15px;
  background-color: #EAF2F7;
}

.b-form__item--phone input {
  background: none;
  border: 0;
  height: 22px;
  border-radius: 0;
}

.b-form__item--phone.valid:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  height: 14px;
  background: url("../img/marker-green.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.b-form__item--email.error {
  outline: 1px solid #d00000;
  background: #fff;
}

.b-form__item.error .b-form__error-note {
  display: block;
}

.b-form__item.error .b-form__item-close {
  display: block;
}

.b-form__item--file.error {
  height: 272px;
  border: 0;
}

.b-form__item--file.error.expansion .expansion {
  display: block;
}

.b-form__item--file.error.expansion .size {
  display: none;
}

.b-form__item--file.error.size .expansion {
  display: none;
}

.b-form__item--file.error.size .size {
  display: block;
}

.b-form__item--file.error .jq-file {
  border: 1px solid #d00000;
}

.b-form__item-name {
  font-family: "Open Sans";
  font-size: 12px;
  color: #4c728b;
  margin-bottom: 2px;
  line-height: normal;
}

.b-form__error-note {
  font-family: "Open Sans";
  padding-left: 17px;
  color: #d00000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 9px;
  line-height: normal;
  display: none;
}

.b-form__item-close {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: none;
}

.b-form__item-close .svg-icon {
  width: 14px;
  height: 14px;
}

.b-form__item-close .svg-icon svg {
  fill: #d00000;
}

.b-form__phone-container input {
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 0;
  color: #232f36;
  outline: none;
  padding: 0;
  font-size: 14px;
}

.b-form__phone-container input::-webkit-input-placeholder {
  color: #232f36;
  font-size: 14px;
}

.b-form__phone-container input::-moz-placeholder {
  color: #232f36;
  font-size: 14px;
}

.b-form__phone-container input:-ms-input-placeholder {
  color: #232f36;
  font-size: 14px;
}

.b-form__phone-container input::-ms-input-placeholder {
  color: #232f36;
  font-size: 14px;
}

.b-form__phone-container input::placeholder {
  color: #232f36;
  font-size: 14px;
}

.b-form__country-flag {
  display: none;
}

.flag-wrap {
  width: 45px;
  height: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #FFA614;
}

.b-form--horisontal .b-form__title {
  text-align: center;
  color: #232f36;
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}

.b-form--horisontal .b-form__text {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}

.b-form--horisontal .b-form__container {
  display: -ms-flexbox;
  display: flex;
}

.b-form--horisontal .b-form__item {
  margin-bottom: 0;
}

.b-form--horisontal .b-form__item--phone {
  padding-top: 10px;
  height: 72px;
  -ms-flex: 1 1;
      flex: 1 1;
}

.b-form--horisontal .b-form__item--email {
  -ms-flex: 1 1;
  flex: 1 1;
}

.b-form--horisontal .b-form__item--email input {
  border-right: 0;
}

.b-form--horisontal .b-form__item-name {
  margin-bottom: 8px;
}

.b-form--horisontal .b-form__button {
  border-radius: 0 2px 2px 0;
  font-family: "Open Sans";
  font-weight: 600;
}

.b-form--horisontal.content-form {
  background: #e3e6e9;
  padding-top: 40px;
  padding-bottom: 55px;
  margin-bottom: 108px;
}

.order-payment {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #D00000;
}

.order-payment__box:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 35px;
  background: url("../img/percent-arrow.png") no-repeat center;
}

.order-payment__indent {
  padding-left: 50px;
}

.order-payment__box {
  position: relative;
  line-height: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.order-payment-percent {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #D00000;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
}

.b-form--horisontal.content-form .b-form__container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.b-form--horisontal.content-form .b-form__button {
  width: 217px;
  box-shadow: none;
}

.b-form--horisontal.content-form .b-form__item input {
  height: 72px;
  border-color: transparent;
  background: #fff;
}

.b-form--horisontal.content-form .b-form__item input:focus {
  border-color: #2577d7;
}

.b-form--horisontal.content-form .b-form__item.error {
  height: 72px;
}

.b-form--horisontal.footer-form .b-form__title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 25px;
  text-align: left;
}

.b-form--horisontal.footer-form .b-form__item--phone {
  height: 56px;
  padding-top: 4px;
  padding-left: 16px;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
}

.b-form--horisontal.footer-form .b-form__item-name {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #4C728B;
}

.b-form--horisontal.footer-form .b-form__button {
  width: 213px;
  border-radius: 2px 0px 0px 2px;
  text-transform: none;
  background: #2577D7;
  color: #fff;
}

.b-form--landing .b-form__top-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.b-form--landing .b-form__top-container .b-form__item {
  margin-right: 3px;
}

.b-form--landing .b-form__top-container .b-form__item:last-child {
  margin-right: 0;
}

.b-form--landing .b-form__item {
  margin-bottom: 0;
}

.b-form--landing .b-form__item.error {
  padding-top: 0;
  border: none;
  height: auto;
}

.b-form--landing .b-form__item.error .jq-file {
  border: 1px solid #d00000;
}

.b-form--landing .b-form__item.error .jq-file__name {
  padding: 0 10px;
}

.b-form--landing .b-form__item.error .jq-file__refresh {
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.b-form--landing .b-form__item--text {
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.b-form--landing .b-form__item--text input {
  height: 68px;
  background-color: #fff;
}

.b-form--landing .b-form__item--phone {
  height: 68px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding: 0;
  border: none;
}

.b-form--landing .b-form__item--phone .b-form__item-phone-wrap {
  padding: 7px 33px 0 20px;
  height: 68px;
  border: 1px solid #b7c2c9;
}

.b-form--landing .b-form__item--requisites,
.b-form--landing .b-form__item--docs {
  -ms-flex: 0 0 147px;
  flex: 0 0 147px;
  border-radius: 2px;
}

.b-form--landing .b-form__item--requisites .jq-file,
.b-form--landing .b-form__item--docs .jq-file {
  border: none;
  cursor: pointer;
}

.b-form--landing .b-form__item--requisites .jq-file input,
.b-form--landing .b-form__item--docs .jq-file input {
  width: auto;
  height: 68px;
}

.b-form--landing .b-form__item--requisites .jq-file__name,
.b-form--landing .b-form__item--docs .jq-file__name {
  width: 100%;
  height: 68px;
  padding: 0 5px 0 42px;
  margin: 0;
  background-color: #009b35;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 16px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
}

.b-form--landing .b-form__item--requisites .jq-file__name:before,
.b-form--landing .b-form__item--docs .jq-file__name:before {
  background: url("../img/clip-white.svg") 0 0 no-repeat;
  left: 16px;
}

.b-form--landing .b-form__item--requisites .jq-file__refresh,
.b-form--landing .b-form__item--docs .jq-file__refresh {
  display: none;
}

.b-form--landing .b-form__item--docs {
  -ms-flex: 0 0 206px;
  flex: 0 0 206px;
  border-radius: 2px;
}

.b-form--landing .b-form__item--docs .jq-file__name {
  padding-left: 52px;
  background-color: #45b700;
}

.b-form--landing .b-form__item--docs .jq-file__name:before {
  background: url("../img/folder.svg") 0 0 no-repeat;
  width: 21px;
  height: 21px;
  left: 21px;
  margin-top: -11px;
}

.b-form--landing .b-form__item--greement .jq-checkbox {
  background-color: transparent;
}

.b-form--landing .b-form__item--greement .jq-checkbox__div {
  background: url("../img/checkbox-landing.svg") 50% 50% no-repeat;
}

.b-form--landing .b-form__item--greement span {
  font-size: 14px;
  color: #fff;
}

.b-form--landing .b-form__item-control {
  line-height: 0;
  font-size: 0;
}

.b-form--landing .b-form__button {
  -ms-flex: 0 0 214px;
  flex: 0 0 214px;
}

.b-form--landing .b-form__bot-container {
  margin-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-professionals {
  text-align: center;
  margin-bottom: 100px;
}

.b-professionals__title {
  font-size: 38px;
  color: #232f36;
  font-weight: 500;
  margin-bottom: 25px;
}

.b-professionals__text {
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0 164px;
}

.b-professionals__container {
  display: -ms-flexbox;
  display: flex;
}

.b-professionals__item {
  position: relative;
  width: 25%;
  cursor: pointer;
}

.b-professionals__item:hover .b-professionals__item-info {
  opacity: 1;
  visibility: visible;
}

.b-professionals__item-image {
  margin-bottom: 16px;
}

.b-professionals__item-image img {
  width: 100%;
  max-width: 181px;
  border-radius: 500px;
}

.b-professionals__item-name span {
  position: relative;
}

.b-professionals__item-name span span {
  display: none;
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 6px;
  background: #d00000;
  padding: 0;
  border: 0;
  min-width: 0;
}

.b-professionals__item-info {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 281px;
  text-align: left;
  background: #f7f9fa;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.b-professionals__item-info-top {
  padding: 24px 13px 24px 18px;
  font-size: 11px;
}

.b-professionals__item-info-top:after {
  content: "";
  display: block;
  clear: both;
}

.b-professionals__item-info-top .b-professionals__item-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #232f36;
}

.b-professionals__item-info-top .b-professionals__item-image {
  width: 50%;
  float: right;
  max-width: 140px;
}

.b-professionals__item-text {
  margin-bottom: 16px;
}

.b-professionals__info-list {
  border-left: 0.5px solid rgba(0,0,0,0.15);
  padding: 10px 10px 10px 0;
  float: left;
  width: 50%;
}

.b-professionals__info-list-item {
  padding-left: 8px;
  position: relative;
  line-height: 11px;
  margin-bottom: 13px;
}

.b-professionals__info-list-item:last-child {
  margin-bottom: 0;
}

.b-professionals__info-list-item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #009688;
  left: -2.2px;
  top: 3px;
}

.b-professionals__item-info-bot {
  padding: 22px 25px 18px;
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-professionals__item-info-bot a {
  line-height: 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.0384615em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.b-professionals__wrie img {
  width: 21px;
  height: 16px;
  margin-right: 15px;
}

.b-professionals__call .svg-icon {
  margin-top: -2px;
  margin-right: 11px;
  fill: #2577d7;
  width: 20px;
  height: 20px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 23px;
  height: 40px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.owl-prev svg,
.owl-next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #D95452;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-next {
  right: 0;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 0;
  text-align: center;
  line-height: 0;
}

.owl-dots .owl-dot {
  z-index: 1;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 3px 0;
  border-radius: 20px;
  background: rgba(255,255,255,0.5);
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
  background: #fff;
}

.b-slider {
  position: relative;
  -ms-flex: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  min-height: 115px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.b-slider .owl-prev,
.b-slider .owl-next {
  margin-top: -23px;
}

.b-slider .owl-prev {
  left: 50%;
  margin-left: -610px;
}

.b-slider .owl-next {
  right: 50%;
  margin-right: -610px;
}

.b-breadcrumbs {
  -ms-flex: none;
      flex: none;
}

.b-breadcrumbs__in {
  line-height: 1;
  font-size: 13px;
  color: #232f36;
  padding: 18px 0;
}

.b-breadcrumbs__in a {
  color: #91a2ae;
  text-decoration: none;
}

.b-breadcrumbs__in a:hover {
  text-decoration: underline;
}

.b-breadcrumbs__in span {
  margin-right: 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
}

.b-breadcrumbs__in span:nth-child(even) {
  font-size: 14px;
}

.b-breadcrumbs__in .svg-icon {
  width: 15px;
  height: 8px;
  vertical-align: middle;
  display: inline-block;
}

.b-breadcrumbs__in .svg-icon svg {
  fill: #91a2ae;
}

.btn-radio {
  position: relative;
  display: flex;
  font-weight: normal;
  font-size: 14px;
  color: #232F36;
  margin-right: 38px;
  align-items: center;
}

.btn-radio__ctrl {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.btn-radio__ctrl:checked + .btn-radio__label {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 7px solid #0F9B36;
}

.btn-radio__label {
  border: 1px solid #C5D1D9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn-radio__label-text {
  display: block;
  margin-top: 3px;
}

.btn-radio__icon {
  fill: currentColor;
  display: inline-block;
}

.c-mobile-buttons {
  padding-left: 40px;
  padding-right: 40px;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
  display: none;
}

.c-mobile-buttons__button {
  width: 48.9%;
  padding-top: 18px;
  padding-bottom: 15px;
}

.cart-client-type {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.cart-item-snippet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}

.cart-item-snippet__image {
  max-width: 40px;
}

.cart-item-snippet__image-wrap {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  text-align: center;
  margin-right: 10px;
}

.cart-item-snippet__info {
  -ms-flex: 1 1;
      flex: 1 1;
}

.cart-item-snippet__link {
  display: inline-block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #232f36;
}

.cart-list-toggle {
  margin: 0 0 26px 0;
  padding: 8px 10px;
  border: none;
  background: #2577d7;
  line-height: 1;
  box-shadow: none;
  border-radius: 0;
}

.cart-list-toggle__icon {
  width: 21px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

._js-is-overlap .cart-list-toggle .cart-list-toggle__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cart-on-map__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-user-city {
  font-weight: 600;
}

.cart-on-map__title {
  width: 100%;
  font-size: 18px;
  margin-bottom: 25px;
}

.cart-on-map__list {
  display: none;
}

.cart-order {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 145px;
}

.cart-order .inner-title,
.cart-order .cart-total {
  display: none;
}

.cart-order .b-form__item--greement {
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0;
}

.cart-order .b-form__item--greement .jq-checkbox {
  vertical-align: top;
}

.cart-order .s-button {
  display: block;
  height: 56px;
  text-align: center;
  box-shadow: none;
  width: 100%;
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
}

.cart-order__mobile-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.cart-order__mobile-header-title {
  line-height: 24px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 0;
}

.cart-order__mobile-header .cart-total {
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 50%;
  display: block;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: -0.5p;
  margin: 0;
  padding: 10px;
}

.cart-order__mobile-header .cart-total:before {
  top: auto;
  bottom: 0;
}

.cart-order__list {
  -ms-flex-order: 1;
  order: 1;
  z-index: 3;
  margin-bottom: 30px;
}

.cart-order__table-wrap {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.cart-order__table-wrap + .cart-table-slide {
  margin-top: 16px;
}

.cart-order__table-wrap + .cart-table-slide.is-opened .arrow-curcle-btn {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cart-order .jq-file {
  border: none;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart-order .jq-file input {
  line-height: 1;
  height: 100%;
}

.cart-order .jq-file__name {
  height: 56px;
  margin: 0;
  padding: 0;
  background-color: #2577d7;
  color: #fff;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.cart-order .jq-file__name:before {
  position: static;
  display: inline-block;
  vertical-align: top;
  background: url("../img/clip-white.svg") 0 0 no-repeat;
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: 19px;
  margin-right: 13px;
  width: 20px;
  height: 20px;
}

.cart-order .jq-file__browse {
  display: none;
  z-index: 10;
}

.cart-order .jq-file__refresh {
  display: none;
  color: #d00000;
  margin-top: -4px;
  margin-left: 14px;
  z-index: 10;
  cursor: pointer;
}

.cart-order .jq-file.changed .jq-file__name {
  background-color: transparent;
  color: #232f36;
  width: auto;
}

.cart-order .jq-file.changed .jq-file__refresh {
  display: inline-block;
}

.cart-order .b-form__error-note {
  padding: 0;
}

.cart-order .error.expansion .b-form__error-note.expansion {
  display: block;
}

.cart-order .error.size .b-form__error-note.size {
  display: block;
}

.lawyer-fields {
  display: none;
}

.cart-order .lawyer-fields,
.cart-order .courier-fields {
  display: none;
}

.courier-fields .form-grid .form-grid__col--m-2 {
  padding: 0 0 16px 0;
  padding-right: 16px;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  max-width: 100%;
}

.courier-fields .form-grid .form-grid__col--m-2:last-child {
  padding-right: 0;
}

.courier-fields .form-grid__col--m-2 {
  max-width: 112px !important;
}

.courier-fields .form-grid__col--m-2:nth-child(3) {
  max-width: 135px !important;
}

.courier-fields .floated-input__fake {
  background: #fff;
}

#step2 .fake-inp  {
  border: 0;
}

.lawyer-fields-handy {
  display: none;
}

.lawyer-fields-handy-btn {
  display: block;
  width: 100%;
  height: 56px;
  border: 0.5px solid #b7c2c9;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  box-shadow: none;
  background: #7AAEEC;
  border-radius: 2px;
}

.deliveryTypeError {
  position: relative;
  top: 10px;
}

.deliveryTypeError .red-text {
  float: none !important;
  margin-top: 5px;
}

.lawyer-fields-handy-btn:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background: url("../img/white-arrow-down.svg") center center no-repeat;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  transform: rotate(0deg);
  margin-left: 10px;
}

.lawyer-fields-handy-btn:hover {
  background: #cddde9;
}

.lawyer-fields-handy-btn.is-opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-form__item--comment {
  margin-top: -20px;
}

.cart-payment-methods {
  margin-bottom: 10px;
}

.form-grid .jq-file__name {
  padding: 0;
  background: #FFE76A;
  margin: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.form-grid .jq-file {
  border: none;
}

.form-grid .jq-file input {
  line-height: 56px;
  cursor: pointer;
}

.form-grid .jq-file__refresh {
  display: none;
}

.cart-payment-methods__title {
  font-size: 18px;
  cursor: pointer;
}

#catalog_ajax {
  width: 100%;
}

.main-cart-btn {
  width: 575px;
  position: absolute;
  height: 56px;
  left: 0;
}

.b-form__item--greement {
  margin-bottom: 15px;
}

.cart-table-price {
  line-height: 21px;
  white-space: nowrap;
}

.cart-table-price__cost {
  line-height: 22px;
  font-size: 16px;
  color: #232f36;
  font-weight: 500;
}

.cart-table-price__per-one,
.cart-table-price__discount {
  line-height: 12px;
  font-size: 12px;
}

.cart-table-price__per-one {
  color: #91a2ae;
}

.cart-table-price__discount {
  margin-top: 3px;
  font-weight: 500;
  color: #e10c32;
}

.cart-table__head {
  display: none;
}

.cart-table__body {
  counter-reset: cart-table-items;
}

.cart-table__body-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  counter-increment: cart-table-items;
}

.cart-table__body-row .cart-item-snippet:before {
  content: counter(cart-table-items);
  display: inline-block;
  vertical-align: top;
  width: 24px;
  text-align: center;
}

.cart-table .b-amount {
  border: none;
  width: 80px;
  margin-right: 20px;
}

.cart-table .b-amount__button {
  width: 18px;
  height: 18px;
  border: 1px solid #b7c2c9;
  box-sizing: border-box;
  border-radius: 2px;
}

.cart-table .b-amount__button:before {
  width: 10px;
  margin-left: -5px;
  background-color: #3c4858;
}

.cart-table .b-amount__button.plus:after {
  height: 10px;
  margin-top: -5px;
  background-color: #3c4858;
}

.cart-total {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
  margin-top: 20px;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  text-align: right;
}

.cart-total:before {
  content: '';
  width: 100%;
  max-width: 244px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0.5px solid #b7c2c9;
}

.cart-total__label {
  margin-right: 35px;
}

.cart-total__price {
  color: #d00000;
}

.b-categor-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}

.b-categor-block__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-categor-block__ul > li {
  -ms-flex: 0 0 31%;
      flex: 0 0 31%;
  margin-right: 3.5%;
  margin-bottom: 24px;
  transition: all 0.3ms ease;
}

.b-categor-block__ul > li.hide {
  display: none;
}

.b-categor-block__ul > li:nth-child(3n) {
  margin-right: 0;
}

.b-categor-block__ul > li a {
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #232f36;
  padding: 20px 10px 20px;
  height: 100%;
}

.b-categor-block__ul > li a span {
  display: block;
}

.b-categor-block__ul > li a span.pic {
  height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-categor-block__ul > li a span.pic img {
  max-height: 120px;
}

.b-categor-block__ul > li a span.name {
  margin-bottom: 10px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-categor-block__banner {
  background: #d4f4f2;
  margin-bottom: 40px;
  padding: 32px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-categor-block__banner-text {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #246f68;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 32px;
}

.b-categor-block__banner-btn {
  -ms-flex: 0 0 168px;
  flex: 0 0 168px;
}

.b-categor-block__banner-btn a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #246f68;
  border: 2px solid #246f68;
  border-radius: 40px;
  text-align: center;
  padding: 14px 10px;
  transition: all 0.3s ease;
}

.b-categor-block__banner-btn a:hover {
  color: #fff;
  background: #246f68;
}

.b-categor-filter {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1;
}

.b-categor-filter__title {
  color: #232f36;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 40px;
}

.b-categor-filter__item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #0f8ec7;
  margin-right: 25px;
}

.b-categor-filter__item:last-child {
  margin-right: 0;
}

.b-categor-filter__item.active,
.b-categor-filter__item:hover {
  color: #d00000;
}

.b-categor-lm ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}

.b-categor-lm__ul > li {
  margin-bottom: 5px;
}

.b-categor-lm__ul > li > a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #232f36;
  padding: 13px 0;
}

.b-categor-lm__ul > li > a:hover {
  color: #2577d7;
}

.b-categor-lm__ul > li > ul > li:nth-child(1n+3) {
  display: none;
}

.b-categor-lm__ul > li > ul > li.b-categor-lm__viewAll {
  display: block;
}

.b-categor-lm__ul > li > ul > li.b-categor-lm__viewAll > a {
  color: #2577d7;
}

.b-categor-lm__ul > li > ul > li.b-categor-lm__viewAll > a .svg-icon {
  width: 8px;
  height: 5px;
  fill: #2577d7;
  vertical-align: middle;
}

.b-categor-lm__ul > li > ul > li.b-categor-lm__viewAll > a.opened .svg-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-categor-lm__ul > li ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #3c4858;
  padding: 5px 0;
}

.b-categor-lm__ul > li ul li a:hover {
  color: #2577d7;
}

.b-categor-lm__ul > li ul li ul {
  padding-left: 10px;
}

.city-chooser {
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: #D00000;
  border-bottom: 1px dashed #D00000;
  text-decoration: none;
  margin-left: 3px;
}

.compare-delete {
  position: absolute;
  z-index: 10;
  font-size: 0;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../img/delete-compare.svg") center center no-repeat;
  background-size: 17px 17px;
}

.compare-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}

.compare-features__head {
  padding-top: 40px;
  flex: 1 1;
  -ms-flex: 1 0 auto;
}

.compare-features .compare-fields {
  text-align: left;
  font-weight: 500;
}

.compare-fields {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.compare-fields__field {
  border-top: 1px solid #b7c2c9;
  position: relative;
  padding: 15px 20px;
}

.compare-fields__field:before,
.compare-fields__field:after {
  content: '';
  position: absolute;
  left: 100%;
  width: 72px;
  height: 1px;
  background-color: #b7c2c9;
}

.compare-fields__field:before {
  top: -1px;
}

.compare-fields__field:after {
  opacity: 0;
}

.compare-fields__field:last-child {
  border-bottom: 1px solid #b7c2c9;
}

.compare-fields__field:last-child:after {
  bottom: -1px;
  opacity: 1;
}

.compare-panel {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc706;
  color: #232f36;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  height: 75px;
  z-index: 8;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}

.compare-panel__text {
  margin-right: 80px;
}

.compare-panel .svg-icon {
  margin-right: 12px;
}

.compare-panel .svg-icon svg {
  fill: #232f36;
}

.compare-panel__total-checked {
  color: #2577D7;
  margin: 0 5px;
}

.compare-panel__button {
  width: 150px;
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 0;
  margin-right: 10px;
}

.clear-panel__button {
  width: 150px;
  height: 40px;
  color: #232F36;
  border: 2px solid #232F36;
  background: none;
  border-radius: 2px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 0;
}

.clear-panel__button:hover {
  color: #fff;
}

.compare-panel.show {
  opacity: 1;
  visibility: visible;
}

.compare-prod-snippet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

.compare-prod-snippet__head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex: 1 1;
  -ms-flex: 1 0 auto;
  position: relative;
  margin-bottom: 35px;
}

.compare-prod-snippet__thumb {
  width: auto;
  height: 100%;
  max-height: 178px;
}

.compare-prod-snippet__thumb-wrap {
  width: 100%;
  max-width: 185px;
  height: 178px;
  margin-bottom: 10px;
}

.compare-prod-snippet__name {
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
  margin: 0 0 23px 0;
  flex: 1 1;
  -ms-flex: 1 0 auto;
}

.compare-prod-snippet__to-cart {
  padding: 0 3px;
}

.compare-prod-snippet__to-cart .s-button {
  width: 100%;
}

.compare-prod-snippet__image {
  max-height: 180px;
}

.compare-products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
}

.compare-products-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 32px;
}

.owl-item .compare-products-list__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.compare-products-list .owl-stage:after {
  content: none;
}

.compare-products-list .owl-stage,
.compare-products-list .owl-item {
  display: -ms-flexbox;
  display: flex;
}

.owl-item a[data-zoom-id] img,
.owl-item .mz-thumb img {
  box-shadow: none;
}
  
.owl-item .mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
  .owl-item .mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.compare-products-list .owl-prev,
.compare-products-list .owl-next {
  border-radius: 50%;
  border: 1px solid #97b3c4;
  font-size: 0;
  width: 35px;
  height: 35px;
  top: 78px;
  background: #fff url("../img/compare-slider-arrow.svg") 14px 9px no-repeat;
}

.compare-products-list .owl-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare-products-list .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.compare-table__head {
  display: block;
  margin-bottom: 25px;
}

.compare-table__head .two-way-switch {
  margin: 20px 0;
}

.compare-table__head a {
  text-decoration: none;
}

.compare-table__title {
  text-decoration: none;
  margin: 0;
  font-weight: 500;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.5px;
}

.compare-table__content {
  position: relative;
  padding-left: 0;
  font-size: 14px;
}

.compare-table__features {
  display: none;
}

.compare-table__products {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.compare-table__products::-webkit-scrollbar {
  width: 8px;
}

.compare-table__products::-webkit-scrollbar-track {
  background: transparent;
}

.compare-table__products::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 8px;
}

.compare-table__products::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.compare-table__foot {
  padding-top: 40px;
}

.compare-tag-select {
  background: #eff4f8;
  border-radius: 2px;
  text-align: center;
  ine-height: 16px;
  font-size: 11px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #232f36;
  text-decoration: none;
  max-width: 146px;
  margin: 0 8px 8px 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.compare-tag-select:hover {
  background-color: #cddde9;
}

.compare-tag-select.is-active {
  background-color: #ffd966;
}

.b-contacts-page__map {
  height: 520px;
  background: #ccc;
}

.b-contacts-page__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.b-contacts-page__item {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  margin-right: 180px;
  font-size: 20px;
}

.b-contacts-page__item--contacts p {
  margin-bottom: 30px;
}

.b-contacts-page__item--requisites {
  font-size: 16px;
  color: #000;
}

.b-contacts-page__item:last-child {
  margin-right: 0;
}

.b-contacts-page__item-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #232f36;
  margin-bottom: 40px;
}

.b-contacts-page__phone {
  line-height: 1;
  margin-bottom: 30px;
}

.b-contacts-page__phone > div {
  margin-bottom: 15px;
}

.b-contacts-page__phone a {
  color: #000;
  text-decoration: none;
}

.b-contacts-page__phone strong {
  font-weight: 500;
}

.b-contacts-page__phone span {
  font-size: 14px;
  color: #3f505b;
  display: inline-block;
  margin-left: 5px;
}

.b-contacts-page__time {
  color: #3f505b;
}

.b-contacts-page__time span {
  color: #d00000;
}

.b-contacts-page__requisites-item {
  margin-bottom: 6px;
  line-height: 1.2;
}

.b-contacts-page__requisites-item:last-child {
  margin-bottom: 0;
}

.b-contacts-page__requisites-name {
  font-weight: 600;
  display: inline-block;
  min-width: 50px;
}

.content-menu {
  padding: 22px 24px 0;
  margin-bottom: 56px;
  position: relative;
  -ms-flex: none;
  flex: none;
  z-index: 8;
  display: none;
}

.content-menu__title {
  margin-bottom: 18px;
  font-size: 16px;
  color: #232f36;
}

.content-menu .search-form {
  right: 24px;
  top: 23px;
  left: 24px;
  padding-right: 27px;
  width: auto;
  margin-right: 0;
}

.content-menu .search-form input::-webkit-input-placeholder {
  font-size: 0;
}

.content-menu .search-form input::-moz-placeholder {
  font-size: 0;
}

.content-menu .search-form input:-ms-input-placeholder {
  font-size: 0;
}

.content-menu .search-form input::-ms-input-placeholder {
  font-size: 0;
}

.content-menu .search-form input::placeholder {
  font-size: 0;
}

.content-menu .search-form button {
  width: 18px;
}

.content-menu .search-form span {
  top: 1px;
  right: -2px;
}

.content-menu .search-form.mobile span {
  top: auto;
  right: 0;
  position: relative;
  font-size: inherit;
}

.content-menu ul > li {
  padding: 0 16px;
}

.content-menu ul > li > a {
  text-decoration: none;
  font-weight: 300;
  color: #000;
  font-size: 14px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px 7px 11px;
  line-height: 16px;
  border-bottom: 1px solid #E7EBED;
}

.content-menu ul > li:last-child > a {
  border-bottom: 0;
}

.content-menu ul > li > a .icon {
  margin-right: 18px;
  width: 25px;
  text-align: center;
}

.content-menu ul > li.opened ul {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.content-menu ul > li ul {
  position: fixed;
  padding-top: 14px;
  left: 0;
  top: 56px;
  bottom: 0;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  transition: all 0.3s ease;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-overflow-scrolling: touch;
}

.content-menu ul > li ul li:first-child {
  border-bottom: 0;
}

.content-menu ul > li ul li a {
  padding: 12px 23px 11px 23px;
  font-size: 14px;
  color: #3c4858;
  line-height: 16px;
  font-weight: normal;
}

.content-menu ul > li ul li a.back {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #232f36;
  padding: 14px 0 12px 57px;
}

.content-menu ul > li ul li a.back:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/menu-l-arr-black.svg") center center no-repeat;
}

.copy-compare-link {
  font-size: 14px;
}

.copy-compare-link__label {
  margin-bottom: 10px;
}

.copy-compare-link__input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.copy-compare-link__action {
  position: relative;
  margin-left: 20px;
  color: #2577d7;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted currentColor;
}

.copy-compare-link__action:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  left: -20px;
  background: url("../img/copy-link-icon.svg") center center no-repeat;
}

.delete-btn {
  position: relative;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  color: #d00000;
}

.delete-btn .svg-icon {
  fill: currentColor;
  width: 16px;
  height: 16px;
}

.delete-btn:focus {
  outline: none;
}

.delete-btn:before {
  content: '';
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  border: 2px dashed currentColor;
  opacity: 0;
  pointer-events: none;
}

.delete-btn:focus:before {
  opacity: 0.2;
}

.b-delivery-lm {
  margin: 60px 0 20px;
}

.b-delivery-lm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}

.b-delivery-lm__ul {
  max-width: 180px;
}

.b-delivery-lm__ul > li {
  margin-bottom: 15px;
}

.b-delivery-lm__ul > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #232f36;
}

.b-delivery-lm__ul > li ul {
  padding: 16px 0;
}

.b-delivery-lm__ul > li ul > li {
  margin-bottom: 10px;
}

.b-delivery-lm__ul > li ul > li a {
  font-size: 16px;
  color: #2577d7;
  line-height: 1.2;
}

.b-delivery-tabs__header {
  font-size: 18px;
  color: #232f36;
  margin-bottom: 20px;
}

.b-delivery-tabs__header span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  padding-right: 15px;
}

.b-delivery-tabs__header span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent;
  border-left-color: #0f8ec7;
  margin-top: -4px;
}

.b-delivery-tabs__type-wr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #E7E7E7;
  margin-bottom: 25px;
}

.b-delivery-tabs__type {
  position: relative;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #232f36;
}

.b-delivery-tabs__type-wr .b-delivery-tabs__type:first-child:nth-last-child(1) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.b-delivery-tabs__type-wr .b-delivery-tabs__type:first-child:nth-last-child(2), .b-delivery-tabs__type-wr .b-delivery-tabs__type:first-child:nth-last-child(2) ~ .b-delivery-tabs__type {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.b-delivery-tabs__type:first-child:after {
  display: none;
}

.b-delivery-tabs__type:nth-child(2n) {
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
}

.b-delivery-tabs__type:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E7E7E7;
}

.b-delivery-tabs__type-name {
  font-weight: normal;
  border-bottom: 1px solid #E7E7E7;
}

#deliveryInfoBox {
  margin-left: -10px;
}

.b-product-card__disclaimer {
  color: #91a2ae;
  font-size: 12px;
  padding-right: 80px;
  line-height: 16px;
}

.svg-icon.svg-icon--map-ico {
  width: 9px;
  margin-right: 13px;
}

.svg-icon.svg-icon--courery {
  width: 12px;
}

.b-delivery-tabs {
  padding-right: 60px;
}

.b-delivery-tabs__type > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 55px;
}

.tab-sity-marker {
  width: 11px !important;
}

.tab-car-marker,
.tab-car-marker img {
  width: 15px !important;
}

.b-delivery-tabs__type > div:before {
  content: "";
  display: block;
  padding-bottom: 72px;
}

.b-delivery-tabs__type > div.b-delivery-tabs__type-name:before {
  padding-bottom: 72px;
}

.b-delivery-tabs__address {
  line-height: 1;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #d00000;
  margin-bottom: 60px;
}

.b-delivery-tabs__map-name {
  font-size: 18px;
  color: #232f36;
  margin-bottom: 28px;
}

.floated-input {
  position: relative;
  padding: 26px 56px 0 20px;
  height: 56px;
}

.floated-input:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order-phone-wrapper .is-filled {
  position: relative;
}

.order-phone-wrapper .is-filled:after {
  background: url(../img/marker-green.svg) center center no-repeat;
}

.floated-input.is-filled .floated-input__label,
.floated-input .floated-input__input:focus + .floated-input__label {
  padding-top: 6px;
  z-index: 5;
  pointer-events: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #2A516B;
  padding-left: 15px;

}

.floated-input.active .floated-input__label {
  padding-top: 6px;
  z-index: 5;
  pointer-events: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #2A516B;
  padding-left: 15px;
  
}

.floated-input.is-filled .floated-input__label .floated-input__fake,
.floated-input .floated-input__input:focus + .floated-input__label + .floated-input__fake {
  border-color: #0f8ec7;
}

.floated-input.is-error:after {
  background: url("../img/marker-x-red.svg") center center no-repeat;
}

.floated-input.is-error .floated-input__label {
  color: #d00000;
}

.floated-input.is-error .floated-input__fake {
  border-color: #d00000;
}

.floated-input.is-success:after {
  background: url("../img/marker-green.svg") center center no-repeat;
}

.floated-input__input {
  position: absolute;
  z-index: 10;
  border: none;
  background: transparent;
  height: 22px;
  left: 0;
  padding: 0 15px;
  padding-bottom: 11px;
}

.floated-input__label {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #97B0C0;
  transition: padding 0.16s linear, font-size 0.16s linear;
}

.delivery-spoiler-text .floated-input,
.white-bg-input .floated-input{
  border: 1px solid #C5D1D9;
}

.b-form__row b-form__row--file button {
  border: none;
}

.floated-input__fake {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #EAF2F7;
}

.folders-list {
  width: auto;
  margin: 0 47px;
  background: #f2f6f8;
  -ms-flex: none;
  flex: none;
  text-align: center;
  position: relative;
  z-index: 1;
}

.folders-list__submenu {
  width: auto;
  margin: 0 47px;
  padding: 0;
}

.folders-list__title {
  text-align: left;
  line-height: 24px;
  font-size: 16px;
  padding-left: 32px;
  display: none;
}

.folders-list__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.folders-list__item {
  display: block;
  padding: 18px 30px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.folders-list__item:last-child {
  display: none;
}

.folders-list__item:hover {
  background: #b8e9ff;
}

.folders-list__item:hover .folders-list__item-icon .svg-icon svg {
  fill: #232f36;
}

.folders-list__item-icon {
  margin-bottom: 12px;
}

.folders-list__item-icon .svg-icon {
  width: 38px;
  height: 38px;
}

.folders-list__item-icon .svg-icon svg {
  transition: all 0.3s ease;
  fill: #0f8ec7;
}

.folders-list__item-name {
  color: #232f36;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  letter-spacing: 0;
}

.folders-list__item-name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  border: 3px solid transparent;
  border-top: 4px solid #232f36;
}

.folders-list__item-list {
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -10px;
  padding: 0 20px 30px;
  background: #b8e9ff;
}

.folders-list__item-list div {
  margin-bottom: 11px;
}

.folders-list__item-list div:last-child {
  margin-bottom: 0;
}

.folders-list__item-list a {
  text-decoration: none;
  font-size: 13px;
  color: #232f36;
}

.folders-list__item-list a:hover {
  font-weight: 500;
}

.folders-list__item:hover {
  background: #b8e9ff;
  z-index: 1;
}

.folders-list__item:hover .folders-list__item-icon .svg-icon svg {
  fill: #232f36;
}

.folders-list__item:hover .folders-list__item-list {
  opacity: 1;
  visibility: visible;
}

.courier-fields {
  margin-bottom: 20px;
}

.courier-fields .form-grid__col {
  padding: 0 0 16px 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.courier-fields .w-1 {
  margin-bottom: 0 !important;
}

.form-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.form-grid + .lawyer-fields,
.form-grid + .form-grid,
.form-grid + .lawyer-fields-handy-btn,
.form-grid + .lawyer-fields-handy {
  margin-top: -3px;
}

.form-grid__col .b-form__item {
  margin-bottom: 0;
}

.form-grid__col input {
  width: 100%;
  box-shadow: none;
}

.form-grid__col.w-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

.form-grid__col.w-3 {
  -ms-flex: 0 0 33.333333333333336%;
  flex: 0 0 33.333333333333336%;
  max-width: 33.333333333333336%;
}

.form-grid__col.w-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.form-grid__col.w-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.form-grid__col.w-6 {
  -ms-flex: 0 0 16.666666666666668%;
  flex: 0 0 16.666666666666668%;
  max-width: 16.666666666666668%;
}

.form-grid__col.w-7 {
  -ms-flex: 0 0 14.285714285714286%;
  flex: 0 0 14.285714285714286%;
  max-width: 14.285714285714286%;
}

.form-grid__col.w-8 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.form-grid__col.w-9 {
  -ms-flex: 0 0 11.11111111111111%;
  flex: 0 0 11.11111111111111%;
  max-width: 11.11111111111111%;
}

.form-grid__col.w-10 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.form-grid__col.w-11 {
  -ms-flex: 0 0 9.090909090909092%;
  flex: 0 0 9.090909090909092%;
  max-width: 9.090909090909092%;
}

.form-grid__col.w-12 {
  -ms-flex: 0 0 8.333333333333334%;
  flex: 0 0 8.333333333333334%;
  max-width: 8.333333333333334%;
}

.icons-block {
  margin-bottom: 40px;
}

.icons-block__title {
  text-align: center;
  font-size: 32px;
  color: #232f36;
  font-weight: 600;
  margin-bottom: 90px;
}

.icons-block__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icons-block__item {
  width: 25%;
  text-align: center;
  margin-bottom: 33px;
  padding-left: 25px;
  padding-right: 25px;
}

.icons-block__icon {
  height: 58px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icons-block__text {
  font-size: 16px;
  line-height: 24px;
  color: #3c4858;
}

.icons-block--landing {
  margin-bottom: 0;
}

.icons-block--landing .icons-block__inner {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 80px;
}

.icons-block--landing .icons-block__title {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 17px;
  font-weight: 400;
}

.icons-block--landing .icons-block__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2577d7;
}

.icons-block--landing .icons-block__icon {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icons-block--landing .icons-block__item {
  padding-left: 0;
  padding-right: 10px;
  text-align: left;
  margin-bottom: 60px;
}

.icons-block--landing .icons-block__button {
  text-align: center;
}

.icons-block--landing .icons-block__button .s-button {
  height: 75px;
  max-width: 306px;
  width: 100%;
  line-height: 75px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.landing-about__inner {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 90px 20px 40px;
}

.landing-about__title {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #232f36;
  position: relative;
  padding-bottom: 17px;
}

.landing-about__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2577d7;
  width: 64px;
  height: 3px;
}

.landing-about__content {
  font-family: Montserrat;
  line-height: 24px;
  font-size: 16px;
  color: #3c4858;
  margin-top: 32px;
}

.landing-about__content p {
  margin-bottom: 40px;
}

.landing-banner {
  padding: 170px 0;
  background: url("../img/landing-banner-bg.png") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

.landing-banner__inner {
  max-width: 1220px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.landing-banner__title {
  font-weight: 300;
  font-size: 46px;
  letter-spacing: -0.05em;
  color: #fff;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 0;
}

.landing-banner__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2577d7;
  width: 104px;
  height: 3px;
}

.landing-banner__description {
  font-family: 'Open Sans';
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #fff;
  max-width: 600px;
  margin-top: 15px;
}

.landing-banner__form {
  margin-top: 100px;
}

.landing-banner__document-scroll-icon {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 20px;
  cursor: pointer;
}

.landing-banner__document-scroll-icon span {
  display: block;
  text-align: center;
  font-size: 0;
}

.landing-callback-form {
  background-color: #2f3b62;
}

.landing-callback-form__inner {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 140px;
}

.landing-callback-form__title {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}

.landing-callback-form__title:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #2577d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing-callback-form__form {
  margin-top: 45px;
}

.landing-callback-form__form .b-form--popup {
  max-width: 100%;
}

.landing-callback-form__form .b-form__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.landing-callback-form__form .b-form__item {
  margin-bottom: 0;
}

.landing-callback-form__form .b-form__item--phone {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 64px;
}

.landing-callback-form__form .b-form__button.s-button {
  -ms-flex: 0 0 233px;
  flex: 0 0 233px;
  max-width: 233px;
  width: 233px;
  height: 64px;
  border-radius: 0px 32px 32px 0px;
}

.landing-callback-form__email-block {
  margin-top: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.landing-callback-form__email-link {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.landing-callback-form__email-copy {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

.landing-contacts {
  background: url("../img/landing-contacts-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}

.landing-contacts__inner {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 20px 150px;
}

.landing-contacts__title {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}

.landing-contacts__title:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #2577d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing-contacts__items {
  margin-top: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 44px;
}

.landing-contacts__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding-right: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-contacts__item-icon {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 25px;
  border-radius: 80px;
  background-color: #2577d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  font-size: 0;
  line-height: 0;
}

.landing-contacts__item-icon img {
  max-width: 100%;
  max-height: 100%;
}

.landing-contacts__item-content {
  font-family: Open Sans;
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #c8dff4;
}

.landing-contacts__item-content a {
  color: #c8dff4;
  text-decoration: none;
}

.landing-contacts__item-content a.modal-link {
  border-bottom: 1px dotted #c8dff4;
}

.landing-header {
  -ms-flex: none;
  flex: none;
  background-color: transparent;
  transition: background-color ease-out 0.2s;
}

.landing-header.scroller {
  background-color: #2f3b62;
}

.landing-header.scroller .landing-header__inner {
  padding: 10px 20px;
}

.landing-header__inner {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: padding ease-out 0.2s;
}

.landing-header__inner-layout {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.landing-header__burger {
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  display: none;
  margin-right: 35px;
  cursor: pointer;
}

.landing-header__burger .svg-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.landing-header__logo {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  font-size: 0;
  width: 150px;
}

.landing-header__logo a {
  display: block;
  text-decoration: none;
}

.landing-header__logo a img {
  width: 100%;
  max-width: 100%;
}

.landing-header__menu--hidden {
  display: none;
}

.landing-header__menu > ul {
  padding: 20px 0 13px 40px;
}

.landing-header__menu > ul > li {
  margin-bottom: 20px;
}

.landing-header__menu > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

.landing-header__contacts-item {
  text-align: right;
}

.landing-header__contacts-item a {
  text-decoration: none;
}

.landing-header__contacts-item--phone a {
  font-size: 24px;
  color: #fff;
  display: block;
}

.landing-header__contacts-item--email a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  color: #e5f5ff;
}

.landing-header__contacts-item--email a:hover {
  text-decoration: none;
}

.landing-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.landing-profit {
  position: relative;
  background-color: #eff6ff;
}

.landing-profit:before {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  height: 965px;
  background: url("../img/landing-profit-bg.png") 50% 50% no-repeat;
}

.landing-profit__inner {
  position: relative;
  z-index: 1;
  padding: 150px 20px 70px;
}

.landing-profit__lists {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 4px 7px rgba(1,99,143,0.15), 0px -1px 4px rgba(1,99,143,0.14);
  padding: 75px 200px 80px;
}

.landing-profit__lists-title {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #232f36;
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}

.landing-profit__lists-title:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #2577d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.landing-profit__lists-items {
  margin: 65px auto 0;
  max-width: 970px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-profit__lists-item {
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
}

.landing-profit__lists-item-title {
  font-family: Open Sans;
  font-weight: 600;
  line-height: 39px;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #2577d7;
  padding-left: 26px;
}

.landing-profit__lists-item-block {
  margin-top: 30px;
}

.landing-profit__lists-item-block > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.landing-profit__lists-item-block > ul > li {
  padding: 10px 0 10px 46px;
  position: relative;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #3c4858;
  height: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.landing-profit__lists-item-block > ul > li:before {
  content: "";
  position: absolute;
  background: url("../img/landing-check.svg") 0 0 no-repeat;
  width: 18px;
  height: 13px;
  left: 0;
  top: 22px;
}

.landing-profit__lists-item-block > ul > li:after {
  content: "";
  position: absolute;
  right: 0;
  left: 26px;
  bottom: 0;
  height: 1px;
  background-color: #b7c2c9;
}

.landing-profit__lists-button {
  margin-top: 80px;
  text-align: center;
}

.landing-profit__lists-button .s-button {
  max-width: 306px;
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 16px;
  padding: 0;
}

.landing-profit__brands {
  margin-top: 65px;
}

.landing-profit__brands-title {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #232f36;
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}

.landing-profit__brands-title:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #2577d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.landing-profit__brands-items {
  margin: 50px 0 0 -40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-profit__brands-item {
  margin: 0 0 50px 40px;
}

.brands-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1208px;
}

.brands-item {
  width: 272px;
  height: 133px;
  margin: 0 40px 19px 0;
  border: 1px solid #E7EBED;
}

.brands-item a {
  text-decoration: none;
}

.brands-item__img-wrapper {
  width: 100%;
  height: 104px;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.brands-item__img-wrapper img {
  align-self: center;
  height: 104px;
}

.brands-item__title {
  color: #232F36;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 13px;
  height: 29px;
  border-top: 1px solid #E7EBED;
  text-align: center;
}

.brands-item:nth-child(4n) {
  margin-right: 0;
}

.landing-request-form__inner {
  max-width: 1048px;
  margin: 0 auto;
  width: 100%;
  padding: 130px 20px 156px;
}

.landing-request-form__title {
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #232f36;
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}

.landing-request-form__title:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 3px;
  background-color: #2577d7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing-request-form__block {
  margin: 85px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  padding: 0 44px;
}

.landing-request-form__block-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-request-form__block-item-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.landing-request-form__block-item-icon {
  -ms-flex: 0 0 31px;
  flex: 0 0 31px;
  font-size: 0;
  line-height: 0;
  margin-right: 22px;
}

.landing-request-form__block-item-icon img {
  max-width: 100%;
}

.landing-request-form__block-item-content {
  font-family: Open Sans;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #2577d7;
}

.landing-request-form__form {
  margin-top: 60px;
}

.landing-request-form__form.application-wrapper .b-form__container-r {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.landing-request-form__form.application-wrapper .b-form__landing-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
}

.landing-request-form__form.application-wrapper .b-form__landing-row > .b-form__item {
  padding-left: 16px;
  margin-right: 15px;
}

.landing-request-form__form.application-wrapper .b-form__landing-row .b-form__row {
  padding-left: 16px;
}

.landing-request-form__form.application-wrapper .b-form__item {
  margin-bottom: 30px;
}

.landing-request-form__form.application-wrapper .b-form__item--name input {
  height: 58px;
}

.landing-request-form__form.application-wrapper .b-form__item--phone {
  height: 60px;
}

.landing-request-form__form.application-wrapper .b-form__item--email input {
  height: 60px;
}

.landing-request-form__form.application-wrapper .b-form__bot-container {
  -ms-flex-direction: column;
  flex-direction: column;
}

.landing-request-form__form.application-wrapper .b-form__bot-container .b-form__item--greement {
  margin-right: 0;
  max-width: 320px;
}

.landing-request-form__form.application-wrapper .b-form__bot-container .b-form__item--button {
  max-width: 280px;
  margin-bottom: 0;
}

.landing-trust {
  margin: 0 40px;
  background-color: rgba(239,246,255,0.5);
}

.landing-trust__inner {
  max-width: 1220px;
  padding: 40px 20px 80px;
  width: 100%;
  margin: 0 auto;
}

.landing-trust__title {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  font-size: 32px;
  letter-spacing: -0.5px;
  color: #232f36;
  padding-bottom: 17px;
}

.landing-trust__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2577d7;
  width: 64px;
  height: 3px;
}

.landing-trust__items {
  margin: 60px 0 0 -32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.landing-trust__elem {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 0 0 32px 32px;
}

.landing-trust__item {
  background: #fff;
  box-shadow: 0px 4px 7px rgba(1,99,143,0.15), 0px -1px 4px rgba(1,99,143,0.14);
  font-size: 0;
  line-height: 0;
}

.landing-trust__item-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  width: 100%;
  padding: 15px;
}

.landing-trust__item-img img {
  max-width: 100%;
  max-height: 100%;
}

.metro-chooser__header {
  margin-bottom: 24px;
}

.metro-chooser__list {
  max-height: 380px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.metro-chooser__list::-webkit-scrollbar {
  width: 8px;
}

.metro-chooser__list::-webkit-scrollbar-track {
  background: transparent;
}

.metro-chooser__list::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 8px;
}

.metro-chooser__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.metro-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  z-index: 10;
  font-size: 0;
  line-height: 1;
}

.metro-select__button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 310px;
  height: 56px;
  border: 1px solid #b7c2c9;
  border-radius: 2px;
}

.metro-select__icon {
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  max-width: 56px;
  border-right: 1px solid #b7c2c9;
  background: url("../img/metro-icon.png") center center no-repeat;
}

.metro-select__label {
  font-size: 14px;
  line-height: 16px;
  color: #3c4858;
  padding: 5px 19px;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.custom-arrow-icon-up {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-color: #2577D7;
  margin-left: 7px;
}

.warn-title {
  width: 100%;
  text-align: right;
  color: #3F505B;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 5px;
}

.warn-star {
  font-size: 14px;
  color: #D00000;
  padding: 0 5px;
}

.metro-select__arrow {
  width: 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  background: url("../img/arrow-down.svg") center center no-repeat;
}

.metro-select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5px 2px;
  border: 1px solid #b7c2c9;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
}

.metro-select__list-body {
  max-height: 180px;
  overflow-y: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
}

.metro-select__list-body::-webkit-scrollbar {
  width: 8px;
}

.metro-select__list-body::-webkit-scrollbar-track {
  background: transparent;
}

.metro-select__list-body::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 8px;
}

.metro-select__list-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.metro-select.is-opened .metro-select__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.metro-select.is-opened .metro-select__list {
  display: block;
}

.metro-name {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  color: #3c4858;
  padding: 10px 38px 10px 20px;
}

.metro-name:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-top: 4px;
  border-radius: 50%;
  background-color: #b7c2c9;
  width: 7px;
  height: 7px;
}

.metro-name--checked:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  height: 14px;
  background: url("../img/marker-green.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.metro-name--violet:before {
  background-color: #7b2997;
}

.metro-name--green:before {
  background-color: #43a804;
}

.metro-name--yellow:before {
  background-color: #ffe600;
}

.metro-name--gray:before {
  background-color: #b7c2c9;
}

.mobile-panel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #2577d7;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: none;
  z-index: 9999;
  color: #fff;
}

.mobile-panel__close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  width: 47px;
  height: 47px;
  z-index: 1;
  background: #2577d7;
}

.mobile-panel__close .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
}

.mobile-panel__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}

.mobile-panel.opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-panel.opened .mobile-panel__close {
  display: block;
}

.mobile-panel .search-form {
  height: 51px;
  background: rgba(60,72,88,0.2);
  padding: 11px 0 9px 38px;
}

.mobile-panel .search-form input {
  border: 0;
  border-radius: 0;
  background: none;
  padding-left: 6px;
  height: 28px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}

.mobile-panel .search-form input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}

.mobile-panel .search-form input::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}

.mobile-panel .search-form input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}

.mobile-panel .search-form input::-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}

.mobile-panel .search-form input::placeholder {
  color: rgba(255,255,255,0.5);
}

.mobile-panel .app-header__menu,
.mobile-panel .app-header__folders-shared {
  display: block;
}

.mobile-panel .app-header__cart {
  background: #3f505b;
  height: 48px;
  padding-left: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b1e5fc;
}

.mobile-panel .app-header__cart .icon {
  display: inline-block;
}

.mobile-panel .app-header__cart .svg-icon--cart-total-icon {
  display: none;
}

.mobile-panel .app-header__cart-title img {
  margin-right: 5px;
  vertical-align: middle;
}

.mobile-panel .app-header__cart-sum {
  color: #fff;
  font-size: 12px;
}

.mobile-panel .app-header__menu {
  background: #4a8ddc;
}

.mobile-panel .app-header__menu > ul {
  position: relative;
  padding: 20px 0 13px 40px;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-panel .app-header__menu > ul:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 19px;
  bottom: 19px;
  width: 1px;
  background: rgba(120,167,223,0.5);
}

.mobile-panel .app-header__menu > ul > li {
  width: 50%;
  margin: 0;
  margin-bottom: 16px;
  padding-right: 25px;
}

.mobile-panel .app-header__menu > ul > li > a {
  padding: 0;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: normal;
}

.mobile-panel .app-header__menu > ul > li > a:after {
  display: none;
}

.mobile-panel .app-header__menu > ul > li.bold a {
  font-weight: normal;
}

.mobile-panel .app-header__folders-shared {
  padding: 0;
  letter-spacing: normal;
  z-index: 0;
  position: static;
}

.mobile-panel .app-header__folders-shared .vertical.desctop {
  display: none;
}

.mobile-panel .app-header__folders-shared .vertical.mobile {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: auto;
  width: 100%;
  padding: 0;
  margin-bottom: 34px;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li {
  border-bottom: 1px solid #78a7df;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li a {
  padding: 14px 30px 11px 40px;
  display: block;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li a .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 35px;
  text-align: center;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li a .arrow svg {
  margin-top: 8px;
  width: 9px;
  height: 13px;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul {
  background: #2577d7;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  overflow-y: auto;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul.opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul li a.back {
  background: rgba(60,72,88,0.2);
  padding: 17px 30px 15px 56px;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul li a.back:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  background: url("../img/close-white.svg") center center no-repeat;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul li a.back .arrow {
  right: auto;
  left: 17px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul li a.back .arrow:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/menu-l-arr.svg") center center no-repeat;
}

.mobile-panel .app-header__folders-shared .vertical.mobile li > ul li a.back .arrow svg {
  display: none;
  width: 17px;
  height: 17px;
  margin: 0;
}

.new-cart-form-payment-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -16px;
}

.new-cart-form-payment-radio__element {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 16px 16px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.new-cart-form-payment-radio__element-input {
  position: absolute;
  z-index: 5;
  left: 16px;
  top: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  opacity: 0;
  cursor: pointer;
}

.new-cart-form-payment-radio__element-label {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 67px 20px 7px 20px;
  border: 1px solid #b7c2c9;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0;
  line-height: 11px;
  height: 102px;
}

.new-cart-form-payment-radio__element-label:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  right: 5px;
  height: 55px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.new-cart-form-payment-radio__element-label--card:before {
  background-image: url("../img/pay-card.png");
}

.new-cart-form-payment-radio__element-label--cash:before {
  background-image: url("../img/pay-cash.png");
}

.new-cart-form-payment-radio__element-label--yandex:before {
  background-image: url("../img/pay-yandex.png");
}

.new-cart-form-payment-radio__element-label--qiwi:before {
  background-image: url("../img/pay-qiwi.png");
}

.new-cart-form-payment-radio__element-label--pvz:before {
  background-image: url("../img/pay-pvz.png");
}

.new-cart-form-payment-radio__element-label--bill:before {
  background-image: url("../img/pay-bill.png");
}

.new-cart-form-payment-radio__element-label--online {
  position: relative;
}

.new-cart-form-payment-radio__element-label--online:before {
  background-image: url("../img/online-pay.png");
  background-size: auto;
}

.new-cart-form-payment-radio__element-text {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #3f505b;
}

.new-cart-form-payment-radio__element input[type=radio]:checked + label {
  border-color: #2577d7;
}

.new-cart-form-payment-radio__element input[type=radio]:checked + label:after {
  content: '';
  z-index: 5;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  background: url("../img/check-on.svg") center center no-repeat;
}

.new-cart-form-radio-button-group {
  font-size: 14px;
  margin: 0 0 -8px;
}

#company_requisites-styler .jq-file__name{
  font-weight: 500;
  font-size: 14px;
  color: #54583C;
}

.new-cart-form-radio-button-group_price {
  font-weight: 500;
  width: 95px;
}

.new-cart-form-radio-button-group__table {
  width: 100%;
}

.new-cart-form-radio-button-group__table-cell {
  padding: 5px;
  line-height: 16px;
  padding-bottom: 5px;
}

.new-cart-form-radio-button-group label {
  margin: 0;
}

.new-cart-form-radio-button-group_date {
  padding-left: 35px;
}

#js-popup-wholesaler-order-form .jq-file__name:before {
  left: 10px;
}

.radio {
  display: block;
  cursor: pointer;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]+span {
  display: block;
  position: relative;
  padding: 0;
  font-size: 13px;
}

.new-cart-form-radio-button-group_radio span {
  max-width: 80px;
}

.new-cart-form-radio-button-group_radio span span {
  padding-left: 25px;
}

.radio input[type=radio]+span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #c5d1d9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.radio input[type=radio]+span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #2577d7;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: all 0.2s ease;
  opacity: 0;
}

.radio input[type=radio]:checked+span:before {
  background: #fff;
}

.radio input[type=radio]:checked+span:after {
  opacity: 1;
}

.page-scroller {
  opacity: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  height: 100vh;
  background-color: rgba(33,51,59,0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}

.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  fill: #666;
  width: 24px;
  height: 24px;
}

.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(33,51,59,0.12);
}

.page-scroller:active {
  background-color: rgba(33,51,59,0.14);
}

.page-scroller--memorized .page-scroller__ctrl {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  padding-right: 7px;
  letter-spacing: normal;
  margin-bottom: 100px;
}

.pagination__show {
  font-size: 14px;
  color: #232f36;
}

.pagination__show span {
  color: #3f505b;
  margin-right: 0;
}

.pagination__container {
  font-size: 0;
}

.pagination__item {
  font-size: 16px;
  color: #3f505b;
  text-decoration: none;
  padding: 0 5px;
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: inline-block;
}

.pagination__item:hover,
.pagination__item.is-active {
  background: #2577d7;
  color: #fff;
}

.pagination__item.is-active {
  cursor: auto;
}

.pagination__dots {
  display: inline-block;
  color: #3f505b;
  font-size: 16px;
  height: 8px;
  line-height: 0;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: -8px;
  vertical-align: middle;
}

.color-red {
  color: #d00000;
}

.pickup-block {
  padding-bottom: 130px;
}

.pickup-block__text {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #3f505b;
  margin-bottom: 25px;
}

.pickup-block__text--bold {
  font-weight: 500;
  color: #232f36;
}

.pickup-block__topline-layouts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.pickup-block__topline-layout {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.pickup-block__topline-layout--schedule {
  margin-right: 110px;
}

.pickup-block__topline-layout-title {
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #232f36;
}

.pickup-block__topline-layout-block {
  margin-top: 24px;
}

.pickup-block__schedule-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #3c4858;
  padding: 11px 10px;
  border-bottom: 1px solid #c5d1d9;
}

.pickup-block__schedule-item:last-child {
  border-bottom: none;
}

.pickup-block__payment {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #3c4858;
}

.pickup-block__topline-layouts-text {
  margin-top: 40px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
  color: #232f36;
}

.pickup-block__map {
  height: 495px;
  width: 100%;
  max-width: 100%;
  margin: 48px 0 40px;
}

.pickup-block__map-block {
  width: 100%;
  height: 100%;
}

.pickup-block__how-get {
  margin-bottom: 65px;
}

.pickup-block__how-get img {
  cursor: zoom-in;
}

.pickup-block__how-get-title {
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #232f36;
}

.pickup-block__how-get-items {
  margin-top: 38px;
}

.pickup-block__how-get-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.pickup-block__how-get-item:last-child {
  margin-bottom: 0;
}

.pickup-block__how-get-item-img {
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  margin-right: 47px;
}

.pickup-block__how-get-item-img img {
  max-width: 100%;
}

.pickup-block__how-get-item-content {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #3c4858;
}

.pickup-block__delivery-title {
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #232f36;
}

.pickup-block__delivery-link {
  margin-top: 40px;
}

.pickup-block__delivery-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 332px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: #68757a;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.pickup-block__delivery-link a img {
  margin: -3px 0 0 20px;
}

.pickup-scroll__inner {
  padding: 80px 0 0;
}

.pickup-scroll__title {
  font-size: 18px;
  color: #232f36;
}

.pickup-scroll__link-wrap {
  margin-top: 10px;
}

.pickup-scroll__link {
  font-size: 16px;
  color: #2577d7;
}

.chiose-city.remodal {
  width: 100%;
  max-width: 1006px;
  padding: 35px 20px;
  text-align: left;
  padding-top: 70px;
}

.flex-fix {
  justify-content: flex-start !important;
}

.flex {
  display: flex;
}

.phone-resize {
  width: 257px !important;
}

.email-resize {
    width: 240px !important;
}

.choose-bottom-wrapper {
  padding: 0;
}

.choose-bottom.remodal {
  vertical-align: bottom;
  max-width: none;
  margin: 0;
  width: 100%;
  padding: 30px 16px 56px;
  border-radius: 0;
  box-shadow: none;
}

.choose-bottom__title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.choose-bottom .remodal-close {
  display: none;
}

.choose-bottom .remodal-cancel {
  margin-left: 13px;
}

.popup-choose-city {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.popup-choose-city__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 23px;
  color: #232f36;
  text-align: center;
}

.popup-choose-city__form {
  position: relative;
  width: 100%;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-bottom: 18px;
}

.popup-choose-city__form .easy-autocomplete  {
    width: 100% !important;
}

.app-header__middle site-width .easy-autocomplete {
  width: auto !important;
}

.popup-choose-city__form input {
  background: none;
  height: 48px;
  line-height: 49px;
  border-radius: 2px;
  border: 1px solid #b7c2c9;
  width: 100%;
  padding: 0 50px 0 16px;
  font-size: 14px;
}

.popup-choose-city__form input::-webkit-input-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.popup-choose-city__form input::-moz-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.popup-choose-city__form input:-ms-input-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.popup-choose-city__form input::-ms-input-placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.popup-choose-city__form input::placeholder {
  letter-spacing: -0.5px;
  color: #91a2ae;
}

.popup-choose-city__form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  width: 45px;
  background: none;
  box-shadow: none;
}

.popup-choose-city__form button img {
  width: 20px;
  height: 20px;
}

.popup-choose-city__form-dropdown-list {
  padding: 14px 0 16px 0;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 3px;
  background: #fafafa;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.24), 0px 0px 2px rgba(0,0,0,0.12);
  border-radius: 2px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.popup-choose-city__form-dropdown-list.show {
  opacity: 1;
  visibility: visible;
}

.popup-choose-city__form-dropdown-list.error {
  max-width: 327px;
  background: #d00000;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-left: 24px;
  padding-right: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-choose-city__form-dropdown-list .icon {
  margin-right: 12px;
  margin-top: 2px;
}

.popup-choose-city__form-dropdown-list-item {
  font-size: 14px;
  margin-bottom: 4px;
  color: #3c4858;
  cursor: pointer;
  padding: 4px 24px;
}

.popup-choose-city__form-dropdown-list-item:last-child {
  margin-bottom: 0;
}

.popup-choose-city__form-dropdown-list-item:hover {
  background: #eee;
}

.popup-choose-city__cityes-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-choose-city__cityes-container {
  color: #232f36;
}

.popup-choose-city__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
}

.popup-choose-city__list--first {
  padding-top: 6px;
}

.popup-choose-city__city {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  cursor: pointer;
}

.popup-choose-city__city:last-child {
  margin-bottom: 0;
}

.popup-choose-city__city:hover {
  text-decoration: underline;
}

.popup-choose-city__city--bold {
  font-weight: 500;
  font-size: 14px;
}

.popup-choose-city__letter-title {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.b-form--popup {
  width: 100%;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
}

.b-form--popup .b-form__button {
  width: 236px;
  height: 48px;
  line-height: 48px;
  margin-left: 14px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.remodal {
  border-radius: 2px;
}

.form.remodal {
  width: 100%;
  max-width: 992px;
  padding: 102px 30px 160px;
}

.application-wrapper {
  padding: 0;
}

.application-wrapper .form.remodal {
  top: 5%;
  padding: 0;
  max-width: 100%;
  text-align: left;
  display: flex;
  width: 1210px;
  margin: 0 auto;
  background: #fff;
}

.modal__description-wrapper {
  min-width: 440px;
  padding: 111px 0 0 95px;
  background-color: #EAF2F7;
}

.modal__description-title {
  position: relative;
  font-weight: 900;
  line-height: 50px;
  font-size: 48px;
  text-transform: uppercase;
  max-width: 240px;
  margin-bottom: 10px;
  color: #103E4D;
}

.modal__description-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 200px;
  background-color: #0099D0;
  left: -95px;
  top: -7px;
}

.modal__description-indent {
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #003C4F;
  max-width: 250px;
  margin-bottom: 25px;
  padding-left: 5px;
}

.modal__description-img {
  margin-bottom: 31px;
  margin-left: -11px;
}

.modal__description-items ul {
  padding: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
  color: #003C4F;
}

.modal__description-item {
  position: relative;
  margin-bottom: 3px;
  padding-left: 25px;
}

.modal__description-item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0099D0;
  left: 3px;
  top: 50%;
  margin-top: -5px;
}

.modal__description-assignment {
  color: #D00000;
}

.application-wrapper .text-container-l {
  background-color: #EAF2F7;
  height: 100%;
}

.application-wrapper .text-container-l__l-title {
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  color: #fff;
}

.application-wrapper .text-container-l__sub-title {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 33px;
  font-size: 26px;
}

.application-wrapper .b-form {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.application-wrapper .b-form--popup {
  max-width: 100%;
  height: auto !important;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
}

.application-wrapper .b-form__container-r {
  position: relative;
  padding: 102px 88px 50px 127px;
  width: 100%;
  max-width: 727px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-form__file-container {
  width: 165px;
  background-color: #FFE76A;
  border-left: 1px solid #fff;
  border-radius: 2px !important;
}

.application-wrapper .b-form__title {
  display: none;
}

.application-wrapper .b-form__row {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.application-wrapper .b-form__row--file {
  display: none;
}

.application-wrapper .b-form__file-container input[type="file"] {
  font-size: 16px;
  height: 56px;
}

.application-wrapper .b-form__file-container .jq-file {
  width: auto;
  border: 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  top: auto;
  right: auto;
  padding-right: 40px;
}

.application-wrapper .b-form__file-container .jq-file input {
  width: 100%;
}

.application-wrapper .b-form__file-container .jq-file__name {
  line-height: 56px;
  height: 56px;
  padding: 0 0 0 25px;
  margin: 0;
  width: auto;
  background: none;
  font-size: 12px;
  letter-spacing: -0.8px;
  color: #3C4858;
  font-family: "Open Sans";
}

.application-wrapper .b-form__file-container .jq-file__browse {
  position: relative;
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 56px;
  font-size: 16px;
  border: 0;
  background: none;
  opacity: 1;
  background: none;
  top: auto;
  right: auto;
  padding: 0;
  box-shadow: none;
  display: none;
}

.application-wrapper .b-form__file-container .jq-file__refresh {
  display: none;
  line-height: 52px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-top: 3px;
  font-size: 16px;
}

.application-wrapper .b-form__file-container .jq-file.changed {
  padding-right: 18px;
}

.application-wrapper .b-form__file-container .jq-file.changed input[type="file"] {
  display: none;
}

.application-wrapper .b-form__file-container .jq-file.changed .jq-file__name {
  padding-top: 1px;
  font-family: "Roboto";
  color: #232f36;
  margin-right: 14px;
}

.application-wrapper .b-form__file-container .jq-file.changed .jq-file__refresh {
  position: absolute;
  display: block;
  color: #d00000;
  top: -15px;
  right: 5px;
  font-size: 25px;
  transform: rotate(45deg);
  font-weight: 300;
}

.application-wrapper .b-form__item {
  border-radius: 2px;
  -ms-flex: none;
  flex: none;
}

.application-wrapper .b-form__item--name .b-form__item-in {
  position: relative;
  background-color: #EAF2F7;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  min-width: 505px;
  height: 60px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.application-wrapper .b-form__item--name input {
  border: 0;
  background: none;
  width: 50%;
}

.application-wrapper .b-form__item--name.error {
  border: 0;
}

.application-wrapper .b-form__item--name.error .b-form__item-in {
  border-color: #d00000;
}

.application-wrapper .b-form__item--name.error .b-form__error-note {
  padding-left: 0;
  margin-bottom: 6px;
}

.application-wrapper .b-form__item--name.error.expansion .expansion {
  display: block;
}

.application-wrapper .b-form__item--name.error.expansion .size {
  display: none;
}

.application-wrapper .b-form__item--name.error.size .size {
  display: block;
}

.application-wrapper .b-form__item--name.error.size .expansion {
  display: none;
}

.application-wrapper .b-form__item--email.error {
  height: 56px;
}

.application-wrapper .b-form__item--email.error .b-form__error-note {
  margin-bottom: -2px;
}

.application-wrapper .b-form__item--file {
  text-align: center;
  font-family: "Open Sans";
  height: 200px;
  width: 100%;
}

.application-wrapper .b-form__item--file.error {
  height: 272px;
}

.application-wrapper .b-form__item--file .jq-file {
  padding-bottom: 20px;
  height: 185px;
  padding-top: 60px;
  min-width: 512px;
}

.application-wrapper .b-form__item--file .jq-file:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  width: 55px;
  height: 55px;
  display: block;
  margin-left: -27.5px;
  background: url("../img/download-icon.png");
}

.application-wrapper .b-form__item--file .jq-file input {
  height: 100%;
}

.application-wrapper .b-form__item--file .jq-file__name {
  height: auto;
  margin: 25px auto;
  padding: 0 0 0 0;
  line-height: 18px;
  font-size: 13px;
  color: #4c728b;
  max-width: 412px;
  white-space: normal;
  background: none;
  max-width: 205px;
}

.application-wrapper .b-form__item--file .jq-file__name:before {
  display: none;
}

.application-wrapper .b-form__item--file .jq-file__name span {
  display: none;
  margin-left: 16px;
  color: #d00000;
}

.application-wrapper .b-form__item--file .jq-file__browse {
  width: 154px;
  height: 30px;
  background: #006E9E;
  border-radius: 100px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  border: none;
  left: 50%;
  margin-left: -77px;
  top: 132px;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

.application-wrapper .b-form__item--file .jq-file__browse:hover {
  background: #232f36;
}

.application-wrapper .b-form__item--file .jq-file__browse:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 18px;
  background: url("../img/clip-white.svg") 0 0 no-repeat;
  display: none;
}

.application-wrapper .b-form__item--file .jq-file__refresh {
  color: #d00000;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: none;
}

.application-wrapper .b-form__item--file .jq-file.changed {
  padding-top: 114px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.application-wrapper .b-form__item--file .jq-file.changed input {
  display: none;
}

.application-wrapper .b-form__item--file .jq-file.changed .jq-file__name {
  width: auto;
  max-width: 100%;
  margin: 0 16px 0 0;
  color: #232f36;
  font-size: 18px;
  line-height: 21px;
  font-family: "Roboto";
}

.application-wrapper .b-form__item--file .jq-file.changed .jq-file__browse {
  display: none;
}

.application-wrapper .b-form__item--file .jq-file.changed .jq-file__refresh {
  font-family: "Roboto";
  display: block;
  line-height: 21px;
  transform: rotate(45deg);
  font-size: 33px;
  position: absolute;
  left: 50%;
  width: 19px;
  top: 80px;
  margin-left: -9.5px;
}

.application-wrapper .b-form__item--text {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #4C728B;
  opacity: 0.8;
  margin-bottom: 40px;
}

.cart-payment-methods__title .custom-arrow-icon-up,
.cart-on-map__title .custom-arrow-icon-up {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
  transition: 0.2s;
}

.folded .custom-arrow-icon-up {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
}

.delivery-spoiler {
  cursor: pointer;
}

.b-form__item--greement {
  font-size: 12px;
}

.application-wrapper .b-form__item--greement {
  font-family: "Open Sans";
  line-height: 15px;
  max-width: 208px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
}

.application-wrapper .b-form__item--greement .jq-checkbox {
  margin-top: 4px;
}

.application-wrapper .b-form__item--button {
  width: 48.5%;
}

.application-wrapper .b-form__item.smal {
  width: 236px;
  margin-right: 15px;
  margin-bottom: 16px;
}

.application-wrapper .b-form__item.smal:nth-child(2) {
  margin-right: 0;
}

.inputEmail {
  border: none;
  background-color: #EAF2F7;
  margin-right: 0;
}

.application-wrapper .b-form__item.error {
  background: none;
}

.application-wrapper .b-form__bot-container {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.after-note {
  padding-top: 50px;
}

.after-note__icon {
  position: relative;
  border-radius: 500px;
  background: #2577d7;
  width: 80px;
  height: 80px;
  margin: 0 auto 17px;
}

.after-note__icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 14px;
}

.after-note__title {
  font-weight: 500;
  color: #232f36;
  font-size: 24px;
  margin-bottom: 11px;
}

.after-note__text {
  font-size: 16px;
  line-height: 22px;
}

.after-note.success .after-note__icon {
  box-shadow: inset 0 0 0 17px rgba(255,255,255,0.4);
  background: #2577d7;
}

.after-note.success .after-note__icon:before {
  background: url("../img/cl-l.svg") center center no-repeat;
}

.after-note.error .after-note__icon {
  box-shadow: inset 0 0 0 17px rgba(255,255,255,0.4);
  background: #d00000;
}

.after-note.error .after-note__icon:before {
  width: 14px;
  height: 14px;
  background: url("../img/close-white.svg") center center no-repeat;
}

.flags__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  margin-right: 10px;
  background: #16b;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 0 8px;
  letter-spacing: 0;
}

.flags__item--good {
  background: #ffb55f;
}

.flags__item > span {
  display: inline-block;
  margin-right: 4px;
}

.flags__item > span.svg-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-right: 0;
}

.flags__item:before {
  content: "";
  display: block;
  padding-top: 30px;
  width: 1px;
}

.b-amount {
  width: 108px;
  margin-left: 8px;
  border: 1px solid #b7c2c9;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.b-amount__number {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #3c4858;
  border: 0;
  height: 19px;
  width: 28px;
  background: none;
  padding: 0;
  text-align: center;
}

.b-amount__button {
  padding: 0;
  position: relative;
  width: 36px;
  height: 38px;
  box-shadow: none;
  background: none;
  position: relative;
}

.b-amount__button:hover {
  background: none;
}

.b-amount__button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background: #d00000;
}

.b-amount__button.disabled {
  background: none;
}

.b-amount__button.disabled:before {
  background: #b7c2c9;
}

.b-amount__button.plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background: #d00000;
}

.b-amount__error {
  display: none;
}

.b-amount--visible {
  display: -ms-flexbox;
  display: flex;
}

.product-item__main-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

._js_product-item.in-cart .b-amount {
  display: -ms-flexbox;
  display: flex;
}

._js_product-item.in-cart .product-item__min-purchase {
  display: block;
}

.product-item__in {
  width: 100%;
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 11px 16px 0 16px;
  background: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}

.product-item__in:hover .product-item__name {
  text-decoration: underline;
}

.product-item__first {
  position: relative;
}

.product-item__first .flags {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
}

.product-item__code {
  font-size: 11px;
  float: left;
}

.product-item__in-stock {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1;
  color: #3c4858;
}

.product-item__in-stock:after {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50px;
  background: #45b700;
}

.product-item__compare {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  z-index: 1;
}

.product-item__compare svg {
  fill: #b7c2c9;
}

.product-item__compare:hover .product-item__compare-text {
  opacity: 1;
  visibility: visible;
}

.product-item__labels {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
}

.product-item__label {
  height: 30px;
  line-height: 1;
  border-radius: 2px;
  margin-right: 9px;
}

.product-item__label.rst {
  background: #16b;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 7px 8px 5px 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-item__label.rst span {
  width: 22px;
  height: 19px;
  display: inline-block;
  overflow: hidden;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 2px;
  -webkit-overflow-scrolling: touch;
}

.product-item__label.like {
  text-align: center;
  line-height: 26px;
  width: 30px;
  height: 30px;
  background: #ffb55f;
}

.product-item__compare-text {
  position: absolute;
  right: 100%;
  padding: 6px 6px 5px;
  background: #232f36;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  font-size: 11px;
  letter-spacing: normal;
  top: 1px;
  margin-right: 5px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.product-item__compare-text:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 4px solid #232f36;
}

.product-item__compare-text .to {
  display: block;
}

.product-item__compare-text .in {
  display: none;
}

.product-item__image {
  margin-bottom: 19px;
  background: #f2f6f8;
  border-radius: 2px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.product-item__image img {
  max-width: 100%;
  max-height:270px;
}

.product-item__over-heading {
  min-height: 18px;
  color: #2577D7;
  font-size: 13px;
  font-family: "Montserrat";
  line-height: 18px;
  margin-bottom: 3px;
}

.product-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  white-space: unset;
}

.product-item__name a {
  color: #232f36;
  text-decoration: none;
}

.product-item__name a:hover {
  text-decoration: underline;
}

.product-item__last {
  padding: 0;
}

.product-item__rating {
  margin-bottom: 25px;
  font-size: 14px;
  color: #232f36;
}

.product-item__rating-stars {
  display: flex;
  font-size: 0;
  margin-bottom: 4px;
  line-height: 1;
}

.product-item__rating-stars .svg-icon {
  width: 16px;
  height: 14px;
  margin-right: 2px;
  fill: #9fa6ab;
}

.product-item__rating-stars .svg-icon.active {
  fill: #ffa800;
}

.product-list__feedback-wrapper {
  display: flex;
  margin-left: 12px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #9FA6AB;
}

.product-item__last-bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-item__price-container {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1;
}

.product-item__price-container span:not(.rub) {
  padding-left: 7px;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: normal;
}

.product-item__price-container.has-old-price {
  display: -ms-flexbox;
  display: flex;
}

.product-item__price-container.has-old-price strong {
  display: block;
  margin-bottom: 4px;
}

.product-item__price-container.has-old-price span:not(.rub) {
  display: block;
  padding-left: 0;
}

.product-item__price-container.has-old-price .product-item__price {
  margin-right: 20px;
  color: #d00000;
}

.product-item__price-container.has-old-price span.rub {
  display: inline-block;
  color:inherit;
}

.product-item__price {
  color: #232f36;
  font-weight: 500;
}

.product-item__price span {
  color: #3c4858;
}

.product-item__price-old {
  color: #91a2ae;
}

.product-item__price-old strong {
  position: relative;
}

.product-item__price-old strong:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  right: -4px;
  height: 1px;
  background: #91a2ae;
}

.product-item__price-old span {
  color: #91a2ae;
}

.product-item__min-purchase {
  font-size: 12px;
  color: #d00000;
  margin-bottom: 12px;
  display: none;
}

.product-item__min-purchase img {
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 5px;
}

.product-item__reviews {
  display: none;
  font-size: 12px;
  color: #91a2ae;
}

.product-item__button {
  padding: 14px 22px 10px;
  font-size: 14px;
  min-width: 130px;
  color: #D00000;
  background: #fff;
  border: 1px solid #D00000;
  transition: 0.2s;
}

.product-item__button:hover {
  cursor: pointer;
  color: #fff;
  background: #D00000;
}

._js_product-item.selected .product-item__compare svg {
  fill: #d00000;
}

._js_product-item.selected .product-item__compare-text {
  display: none;
}

._js_product-item.selected .product-item__compare-text .to {
  display: none;
}

._js_product-item.selected .product-item__compare-text .in {
  display: block;
}

._js_product-item.selected .product-item__compare:hover .product-item__compare-text {
  display: block;
}

.product-item__in:hover {
  z-index: 2;
}

.product-item__in:hover .product-item__popup {
  opacity: 1;
  visibility: visible;
}

.product-item--first {
  width: 592px;
}

.product-item--first .product-item__in {
  padding-top: 72px;
  padding-left: 48px;
}

.product-item--first .product-item__cnt-wrap {
  width: 270px;
}

.product-item--first .product-item__over-heading {
  margin-bottom: 16px;
}

.product-item--first .product-item__in:hover {
  box-shadow: none;
}

.product-item--first .product-item__popup {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
}

.product-item--first .product-item__popup .product-item__img {
  width: 248px;
  min-width: 248px;
  margin-top: 50px;
}

.product-item--first .product-item__popup:before {
  display: none;
}

.product-item--first .product-item__image {
  margin-bottom: 0;
}

.product-item--first .product-item__compare {
  left: -315px;
  top: -110px;
}

.alternate-product-card__quantity {
  display: flex;
}

.product-item__popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 211%;
  right: -32px;
  background: #fff;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.product-item__popup:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #b7c2c9;
}

.product-item__popup .product-item__name {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 500;
}

.product-item__popup .product-item__image {
  display: none;
  -ms-flex: 1 1;
  flex: 1 1;
  background: none;
}

.product-item__popup .product-item__params {
  -ms-flex: 1 1;
  flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  ustify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3c4858;
}

.product-item__popup .product-item__params div {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 27px;
}

.product-item__popup .product-item__params div:last-child {
  margin-bottom: 0;
}

.product-item__popup .product-item__price-container {
  min-height: 0;
  margin-bottom: 48px;
  font-size: 24px;
}

.product-item__params {
  display: table;
  width: 100%;
  margin-bottom: 23px;
  font-size: 13px;
  color: #4c728b;
}

.product-item__param-item {
  display: table-row;
}

.product-item__param-name,
.product-item__param-value {
  display: table-cell;
  border-bottom: 1px solid #b7c2c9;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal;
}

.product-item__popup-l {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-item:nth-child(4n) .product-item__popup {
  left: auto;
  right: 0;
}

.added-to-cart {
  width: 230px;
  display: none;
  position: fixed;
  text-align: center;
  left: 50%;
  top: 50%;
  padding: 17px 20px 15px 20px;
  z-index: 999;
  line-height: 1;
  border: 1px solid #4c728b;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.24), 0px 0px 2px rgba(0,0,0,0.12);
}

.product-list--thumbs4 .product-item__code,
.product-list--thumbs .product-item__code {
  padding-left: 16px;
}

.product-list--thumbs4 .product-item__compare,
.product-list--thumbs .product-item__compare {
  padding-right: 16px;
}

.product-list--thumbs4 .product-item__middle,
.product-list--thumbs .product-item__middle,
.product-list--thumbs4 .product-item__last,
.product-list--thumbs .product-item__last {
  padding: 0 16px;
}

.product-list--thumbs4.inner .product-item,
.product-list--thumbs.inner .product-item {
  margin-bottom: 14px;
  width: 33.333%;
  position: relative;
}

.product-list--thumbs4.inner .product-item:after,
.product-list--thumbs.inner .product-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: #dbe0e4;
}

.product-list--thumbs4.inner .product-item:nth-child(-n+3),
.product-list--thumbs.inner .product-item:nth-child(-n+3) {
  padding-top: 25px;
}

.product-list--thumbs4.inner .product-item:nth-child(3n + 1):after,
.product-list--thumbs.inner .product-item:nth-child(3n + 1):after {
  left: 32px;
}

.product-list--thumbs4.inner .product-item__first,
.product-list--thumbs.inner .product-item__first {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-list--thumbs4.inner .product-item__compare,
.product-list--thumbs.inner .product-item__compare {
  position: relative;
  right: auto;
  top: auto;
  float: right;
  margin-top: -2px;
}

.product-list--thumbs4.inner .product-item__image,
.product-list--thumbs.inner .product-item__image {
  background: none;
}

.product-list--thumbs4,
.product-list--thumbs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list--thumbs4.main .product-item,
.product-list--thumbs.main .product-item {
  padding-top: 0;
}

.product-list--thumbs4.main .product-item__in,
.product-list--thumbs.main .product-item__in {
  padding-top: 0;
}

.product-list--thumbs4 .product-item__labels,
.product-list--thumbs .product-item__labels {
  display: none;
}

.product-list--thumbs4 .product-item__rating,
.product-list--thumbs .product-item__rating {
  display: none;
}

.product-list.hide {
  opacity: 0;
  visibility: hidden;
}

.product-list--simple .product-item {
  width: auto;
  padding: 16px 0 0 0;
  margin-bottom: 0;
  border-top: 1px solid #b7c2c9;
}

.product-list--simple .product-item:first-child {
  padding-top: 30px;
}

.product-list--simple .product-item__in {
  padding: 0;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 24px 32px 11px;
  margin-bottom: -1px;
  margin-right: -24px;
  width: auto;
  -ms-flex: 1 1;
  flex: 1 1;
  background: none;
}

.product-list--simple .product-item__in:hover {
  background: #fff;
}

.product-list--simple .product-item__labels {
  position: relative;
  bottom: auto;
  top: 0;
  margin-bottom: 10px;
}

.product-list--simple .product-item__first {
  width: 200px;
  margin-right: 25px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-list--simple .product-item__image {
  background: none;
  margin-bottom: 0;
}

.product-list--simple .product-item__params {
  margin-bottom: 0;
}

.product-list--simple .product-item__middle {
  max-width: 293px;
  padding-top: 10px;
}

.product-list--simple .product-item__code {
  margin-right: 25px;
  float: none;
  line-height: 1;
}

.product-list--simple .product-item__middle-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.product-list--simple .product-item__over-heading {
  font-family: "Roboto";
  font-size: 14px;
  margin-bottom: 2px;
}

.product-list--simple .product-item__name {
  letter-spacing: -0.005em;
}

.product-list--simple .product-item__compare {
  top: 12px;
  right: 23px;
}

.product-list--simple .product-item__compare svg {
  fill: #b7c2c9;
}

.product-list--simple .product-item__params {
  width: auto;
  min-width: 240px;
}

.product-list--simple .product-item__param-item:last-child div {
  border-bottom: 0;
}

.product-list--simple .product-item__price-container {
  font-size: 20px;
}

.product-list--simple .product-item.selected .product-list__compare svg {
  fill: #4c728b;
}

.product-list--price-list {
  display: table;
  width: 100%;
}

.product-list--price-list:before {
  content: "";
  display: table-row;
  height: 5px;
}

.product-list--price-list .product-item {
  width: auto;
  display: table-row;
}

.product-list--price-list .product-item:first-child > div {
  border: 0;
}

.product-list--price-list .product-item__first {
  padding-left: 20px;
  padding-top: 9px;
  width:75px;
}

.product-list--price-list .product-item__code {
  font-size: 0;
}

.product-list--price-list .product-item__code span {
  font-size: 12px;
}

.product-list--price-list .product-item__labels {
  top: 50%;
  margin-top: -15px;
  left: -70px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 64px;
  bottom: auto;
}

.product-list--price-list .product-item__label {
  margin-right: 5px;
}

.product-list--price-list .product-item__label:last-child {
  margin-right: 0;
}

.product-list--price-list .product-item__label.rst {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-align: center;
  display: block;
  line-height: 28px;
}

.product-list--price-list .product-item__label.rst span {
  margin: 0;
  display: inline;
  height: auto;
}

.product-list--price-list .product-item__middle {
  padding-top: 11px;
  padding-bottom: 11px;
}

.product-list--price-list .product-item__over-heading {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Roboto";
}

.product-list--price-list .product-item__name {
  margin-bottom: 0;
}

.product-list--price-list .product-item__in-stock {
  font-size: 0;
  padding-left: 0;
  text-align: right;
  width: 106px;
  margin-right: auto;
}

.product-list--price-list .product-item__in-stock:after {
  display: none;
}

.product-list--price-list .product-item__in-stock span {
  font-size: 12px;
}

.product-list--price-list .product-item__params,
.product-list--price-list .product-item__rating,
.product-list--price-list .product-item__compare,
.product-list--price-list .product-item__price-old {
  display: none;
}

.product-list--price-list .product-item__image {
  background: none;
  width: 57px;
  min-width: 57px;
  text-align: right;
}

.product-list--price-list .product-item__price-container {
  text-align: center;
  padding-top: 4px;
  padding-right: 5px;
  width: 1px;
  min-width: 108px;
}

.product-list--price-list .product-item__price-container strong,
.product-list--price-list .product-item__price-container span span:not(.rub) {
  display: block;
}

.product-list--price-list .product-item__price-container strong {
  margin-bottom: 2px;
}

.product-list--price-list .product-item__price-container span:not(.rub) {
  padding-left: 0;
  font-size: 11px;
}

.product-list--price-list .product-item__price-container.has-old-price .product-item__price {
  margin-right: 0;
}

.product-list--price-list .product-item__price {
  font-size: 14px;
  color: #c33f3f;
  white-space: nowrap;
}

.product-list--price-list .product-item__price-old {
  white-space: nowrap;
}

.product-list--price-list .product-item__last {
  max-width: 22px;
  width: 46px;
  padding-right: 25px;
}

.product-list--price-list .product-item__button {
  font-size: 0;
  padding: 0;
  box-shadow: none;
  width: 22px;
  height: 20px;
  min-width: 0;
  background: url("../img/cart-btn-ico.svg") center center no-repeat;
}

.product-list--price-list .product-item__price .rub {
  border-color: inherit;
  color: inherit;
}

.produc-list-title {
  font-size: 26px;
  font-weight: 500;
  color: #232f36;
  padding-bottom: 18px;
  position: relative;
}

.produc-list-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: #2577d7;
}

.b-aplication {
  background: #cbe4fd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 64px 15px 20px;
  margin-bottom: 32px;
}

.b-aplication__text {
  -ms-flex: 1 1;
  flex: 1 1;
  text-align: center;
  font-size: 14px;
  color: #094281;
  line-height: normal;
  padding-top: 2px;
  padding-right: 20px;
}

.b-aplication__button {
  font-size: 13px;
  color: #094281;
  text-transform: uppercase;
  border: 1px solid #094281;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 11px 18px 10px;
  line-height: 1;
  letter-spacing: normal;
  transition: all 0.3s ease;
}

.b-aplication__button:hover {
  background: #232f36;
  color: #fff;
  border-color: #232f36;
}

.gray-text {
  color: #3F505B;
}

.gray-text ul {
  padding: 0;
}

.see-more {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  display: block;
  padding: 13px 15px 9px;
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3c4858;
  letter-spacing: 1px;
  border: 1px solid #b7c2c9;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.see-more:hover {
  background: #f3f2f2;
}

.reviews .b-form__title {
  margin-bottom: 40px;
}

.reviews .b-form__row-title {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #232f36;
  margin-bottom: 10px;
  margin-top: 40px;
}

.reviews .b-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews .b-form__item {
  margin-bottom: 15px;
}

.reviews .b-form__item.small {
  width: 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
}

.reviews .b-form__item--greement {
  font-size: 12px;
  -ms-flex-order: 2;
  order: 2;
}

.reviews .b-form__item--button {
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  margin-right: 40px;
}

.reviews .b-form__item--button button {
  width: 100%;
  padding: 21px 25px;
}

.reviews .b-form__item textarea, .b-form--popup .b-form__item textarea {
  width: 100%;
  min-height: 76px;
  padding: 6px 17px;
  border: 1px dotted #ACC2D1;
  font-size: 12px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  min-width: 512px;
}

.reviews .b-form__bot-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.b-reviews-tabs {
  border-bottom: 0.5px solid #b7c2c9;
  margin-bottom: 0;
}

.b-reviews-tabs__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.b-reviews-tabs__item-left {
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  padding: 0 20px 0 0;
}

.b-reviews-tabs__item-name {
  font-size: 20px;
  letter-spacing: -0.005em;
  color: #232f36;
  margin-bottom: 10px;
}

.b-reviews-tabs__item-date {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: -0.005em;
  color: #3c4858;
}

.b-reviews-tabs__item-text {
  line-height: 1.4;
  font-size: 14px;
  color: #232f36;
  margin-bottom: 15px;
}

.b-reviews-tabs__item-text-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.b-reviews-tabs__rating-star {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 76px;
  height: 14px;
  background: url("../img/star-grey.svg") 0 0 repeat-x;
}

.b-reviews-tabs__rating-star > span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../img/star-gelb.svg") 0 0 repeat-x;
}

.b-sorting {
  margin-bottom: 25px;
  letter-spacing: normal;
}

.b-sorting__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  margin-bottom: 19px;
}

.b-sorting__items a {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 9px 12px;
  font-size: 13px;
  color: #084d6b;
  border-radius: 60px;
  background: #b1e5fc;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.b-sorting__items a:hover,
.b-sorting__items a.is-active {
  background: #084d6b;
  color: #fff;
}

.b-sorting__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.b-sorting__price {
  padding-left: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.b-sorting__price span {
  margin-right: 14px;
  color: #232f36;
}

.b-sorting__price a {
  margin-right: 14px;
}

.b-sorting__view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.b-sorting__view span {
  font-size: 13px;
  color: #3f505b;
  margin-right: 10px;
}

.b-sorting__view a {
  width: 24px;
  height: 24px;
}

.b-sorting__view a svg {
  fill: #b7c2c9;
}

.b-sorting__view a:hover svg,
.b-sorting__view a.is-active svg {
  fill: #3c4858;
}

.b-sorting__view a.is-active {
  cursor: auto;
}

.sort-by {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #3f505b;
}

.sort-by__title-container,
.sort-by a {
  margin-right: 14px;
}

.sort-by a {
  color: #3f505b;
}

.sort-by a:hover,
.sort-by a.is-active {
  color: #d00000;
  text-decoration: none;
}

.sort-by__arrow {
  display: none;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}

.sort-by__arrow:before,
.sort-by__arrow:after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  left: 0;
}

.sort-by__arrow:before {
  top: -5px;
  border-bottom: 5px solid #2577d7;
}

.sort-by__arrow:after {
  bottom: -5px;
  border-top: 5px solid #2577d7;
}

.filter-sorting-wrapper {
  display: none;
}

.filter-sorting-wrapper__button {
  padding-left: 5px;
  padding-right: 5px;
}

.filter-sorting-wrapper .sort-by {
  width: 49.5%;
  display: block;
  margin-bottom: 0;
  position: relative;
}

.filter-sorting-wrapper .sort-by__title-container {
  display: block;
  text-align: center;
  height: 48px;
  background: #eff4f8;
  border: 1px solid #b7c2c9;
  border-radius: 2px;
  font-size: 14px;
  padding: 12px 0;
  color: #232f36;
  margin-right: 0;
}

.filter-sorting-wrapper .sort-by__container {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 3px;
  margin-top: 3px;
  background: #fafafa;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.24), 0px 0px 2px rgba(0,0,0,0.12);
  display: none;
  z-index: 5;
}

.filter-sorting-wrapper .sort-by__container a {
  display: block;
  margin-right: 0;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  border-top: 1px solid #b7c2c9;
  color: #3f505b;
}

.filter-sorting-wrapper .sort-by__container a:hover {
  background: #eff4f8;
}

.filter-sorting-wrapper .sort-by__container a:first-child {
  border: 0;
}

.filter-sorting-wrapper .sort-by__arrow {
  display: block;
}

.filter-sorting-wrapper .sort-by.opened .sort-by__container {
  display: block;
}

.two-way-switch {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.two-way-switch__ctrl {
  opacity: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.two-way-switch__ctrl + .two-way-switch__fake + .two-way-switch__label,
.two-way-switch__ctrl.checked + .two-way-switch__fake + .two-way-switch__label + .two-way-switch__label {
  color: #3c4858;
}

.two-way-switch__ctrl.checked + .two-way-switch__fake + .two-way-switch__label {
  color: #b7c2c9;
}

.two-way-switch__ctrl.checked + .two-way-switch__fake:before {
  left: 18px;
}

.two-way-switch__fake {
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  margin: 0 16px;
  width: 34px;
  height: 14px;
  border-radius: 10px;
  background-color: rgba(34,31,31,0.26);
}

.two-way-switch__fake:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -3px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #2577d7;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.24), 0px 0px 2px rgba(0,0,0,0.12);
}

.two-way-switch__label {
  font-weight: 500;
  line-height: normal;
  font-size: 13px;
  line-height: 13px;
  color: #b7c2c9;
}

.two-way-switch__label:first-child {
  -ms-flex-order: 1;
  order: 1;
}

.two-way-switch__label:last-child {
  -ms-flex-order: 3;
  order: 3;
}

.product-list__wrapper .alternate-product-card__bottom {
  display: none;
}

.alternate-product-card__bottom {
  position: absolute;
  bottom: 24px;
}

.alternate-product-page-main {
  margin-top: -20px;
}

.btn-in-cart {
  display: flex;
}

#js-popup-new-callback-success-message {
  display:none;
}

#js-popup-new-callback-success-message {
  font-size:16px;
  font-weight:400;
  line-height:24px;
  padding-top:40px;
}

#js-popup-new-callback-success-message span {
  padding:20px;
}

.catalog__top-panel-select .js-catalog-hidden-select {
  display:none;
}

.alternate-product-card__quantity-in-stock {
  display: none;
  font-size: 13px;
  line-height: 20px;
  padding-top: 6px;
}

.product-card__quantity { 
  display: none; 
}

.product-list--mode-table .product-card__quantity {
  display: block; 
}

.price-list .alternate-product-card__quantity-spinners-block, 
#product-list.price-list .product-item.in-cart .b-amount {
  display:none;
}
.price-list .alternate-product-card__quantity-in-stock {
  display:none;
  position:absolute;
  z-index:4;
  min-width:130px;
  left:40%;
  bottom:calc(100% + 5px);
  text-align:left;
  box-shadow:0 0 24px rgba(0,0,0,.14);
}

.price-list .product-item__last-bot {
  display: table;
}

.price-list .product-item__in {
  display: contents;
}

.mobile-to-top-btn {
  z-index:100;
  position:fixed;
  bottom:10.5%;
  left:2.5%;
  display:inline-block;
  background:rgba(50,50,50,.3);
  border-radius:2px;
  border:1px solid rgba(48,48,48,.3);
  transition:-webkit-transform .3s;
  transition:transform .3s;
  transition:transform .3s,-webkit-transform .3s
}

.mobile-to-top-btn.hidden {
  -webkit-transform:translateX(-350px);
  transform:translateX(-350px);
}

.mobile-to-top-btn a {
  display:block;
  width:30px;
  height:30px;
  padding:5px
}

.mobile-to-top-btn-icon {
  width:20px;
  height:20px;
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  fill:hsla(0,0%,100%,.8)
}
  
.sidebar__filter-link {
  cursor:pointer;
}

.product-page-tab__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 11px;	
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}

.pagination_opinions {
  padding-left:0;
  padding-right:0;
  padding-top:0px;
  margin-bottom:20px;
}

#coupon {
  min-width: 150px;
}

.app--cart-order-box {
  padding-top: 10px;
}

textarea#order_comment {
  width: 100%;
  min-height: 120px;
  padding: 10px 17px;
}

#step3 {
  display: none;
}

.cart-payment-methods__choose {
  fclear:right;
}

.errorsSpan {
  font-size:18px;
}

ul.header__cart-list {
  padding:0;
}

.p {
  margin-bottom: 1rem;
}

.easy-autocomplete-container {
  z-index:99;
}

.catalog__about {
  margin-bottom: 40px;
  margin-left: 50px;
}

.catalog__about ul {
  border: 0 none;
  font: inherit;
  margin-left: 0;
  padding-left: 0;
  vertical-align: baseline;
}

.searchLine__span {
  vertical-align: top;
  display: block;
  overflow-x: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.content-menu .search-form.mobile .searchLine__span {
  word-wrap: break-word;
  white-space:inherit;
  text-overflow:inherit;
  overflow-x:visible;
}

.minCartPrice-value {
  color: #D00000;
  font-size: 13px;
  padding-left: 5px;
  font-weight: 600;
}

.minCartPriceErrorIcon {
  margin-right: 12px;
}

.minCartPriceError .errorSpan {
  padding-bottom: 42px;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  color: #232F36;
  background: #FFECE8;
  height: 42px;
  line-height: 42px;
  padding-left: 31px;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 430px;
}

 body div div main section form#itemForm div div div div div div a#MagicZoom-img > .mz-figure > img {
  max-height:350px !important;
  width:auto !important;
  max-width:100% !important;
}

.product-item__list-quantity-in-stock {
  display: none;
}

.product-list--price-list .product-item__list-quantity-in-stock {
  display: block;
  padding-right: 10px;
  width: 65px;
  display: table-cell;
  vertical-align: middle;
}

.alternate-product-card__quantity-input-wrapper2.table {
  position: relative;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;	  
}

.alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-spinners-block {
  display: none;
}
  
.price-list .alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-spinners-block {
  display: block;
}
  
.alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-spinners-block {
  float: left;
  position: absolute;
  right: 5px;
  width: 10px;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
  
.alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-input {
  display: block;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 16px;
  float: left;
  width: 100%;
}
  
.alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-spinners-a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 50%;
}
  
.alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-spinners-a svg {
  position: absolute;
  width: 8px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  fill:red;
}
  
.alternate-product-card__quantity-input-wrapper2.table .alternate-product-card__quantity-spinners-a svg.icon-caret-top {
  -webkit-transform: translate(-50%,-50%) rotate(180deg);
  transform: translate(-50%,-50%) rotate(180deg);
}

#wrap_preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0px auto;
  background: #fff;
  z-index: 9999;
  color: #fff;
  letter-spacing: 5px;
  font-family: arial;
  font-size: 50px;
  padding-top: 260px;
}

#mjd-loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

#mjd-loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}

.b-form__item--file.b-form__item--requisites .jq-file__name:before {
  width: 18px;
  height: 18px;
  top: 30px;
}

.req-fix .jq-file__name:before {
  left: 10px;
}

.req-fix .has-file {
  margin-right: 25px;
}

.req-fix .b-form__item-in .popup-wholesaler-order-file-req {
  height: 60px;
}

.req-fix .b-form__row {
  padding-left: 0 !important;
}

.req-fix .has-file .b-form__item-in .b-form__file-container .inputRequisites {
  height: 60px;
}

.clip-fix .jq-file__name:before {
  left: 110px;
}

.cart-table__mob-discount {
  display: none !important;
}

.cart-table__cell--delete .delete-btn:before {
   display: none !important; 
}

.new-cart-form-input-block__input-file .jq-file__name:before {
  left: 165px;
}

#order_address::-webkit-input-placeholder {
  color: #97B0C0;
}

#order_address:-moz-placeholder {
    color: #97B0C0;
}

#order_address::-moz-placeholder {
    color: #97B0C0;
}

#order_address:-ms-input-placeholder {
    color: #97B0C0;
}

a{
  text-decoration: none;
}

p, li, a{
  font-size: 14px;
}

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

.container{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ALL */

.hamburger {
  padding: 20px 0px;
  position: absolute;
  left: 5px;
}

.hamburger .line{
  width: 17px;
  height: 2px;
  background-color: #2577D7;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/*ONE*/

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

#hamburger-1.is-active .line {
}

/*Category Preview styles START */

.category-prev__wrap {
  margin-left: 50px;
  margin-top: 20px;
}

/* TWO */

#hamburger-2.is-active .line:nth-child(1){
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#hamburger-2.is-active .line:nth-child(3){
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*Category Preview styles START */

.category-prev__wrap {
  margin-left: 50px;
  margin-top: 20px;
}

.category-prev__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.5px;
  color: #232F36;
}

.category-prev__use-wrap {
  display: flex;
  margin-bottom: 65px;
}

.category-prev__use-title {
  margin-right: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #232F36;
}

.categroy-prev__use-item {
  margin-right: 25px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #0F8EC7;
}

.categroy-prev__use-item:last-child {
  margin-right: 0;
}

.category-prev__items-wrap {
  display: flex;
  flex-wrap: wrap;
}

.category-prev__item {
  display: block;
  width: 250px;
  height: 200px;
  background: #F2F6F8;
  border-radius: 2px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.category-prev__item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #232F36;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
}

.category-prev__item:nth-child(3n) {
  margin-right: 0;
}

/*Category Preview styles END */

@-webkit-keyframes n {
  0% {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: calc(100% - 10px);
    max-width: calc(100% - 10px);
    object-fit: contain;
  }
  
  30% {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: calc(100% - 10px);
    max-width: calc(100% - 10px);
    object-fit: contain;
  }
  
  35% {
    opacity: 0;
    background-color: #fff;
    padding: 5px;
    left: 55%;
    top: 25%;
    -webkit-transform: none;
    transform: none;
    max-height: 500px;
    max-width: 450px;
    width: auto;
    object-fit: none;
    box-shadow: 0 32px 76px rgba(0,0,0,.24);
    border: 1px solid #f5f5f5;
  }
  
  to {
    opacity: 1;
    background-color: #fff;
    padding: 5px;
    left: 55%;
    top: 25%;
    -webkit-transform: none;
    transform: none;
    max-height: 500px;
    max-width: 450px;
    width: auto;
    object-fit: none;
    box-shadow: 0 32px 76px rgba(0,0,0,.24);
    border: 1px solid #f5f5f5
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes n {
  0% {
    opacity:1;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    max-height:calc(100% - 10px);
    max-width:calc(100% - 10px);
    -o-object-fit:contain;
    object-fit:contain
  }
  
  30% {
    opacity:0;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    max-height:calc(100% - 10px);
    max-width:calc(100% - 10px);
    -o-object-fit:contain;
    object-fit:contain
  }
  
  35% {
    opacity:0;
    background-color:#fff;
    padding:5px;
    left:55%;
    top:25%;
    -webkit-transform:none;
    transform:none;
    max-height:500px;
    max-width:450px;
    width:auto;
    -o-object-fit:none;
    object-fit:none;
    box-shadow:0 32px 76px rgba(0,0,0,.24);
    border:1px solid #f5f5f5
  }
  
  to {
    opacity:1;
    background-color:#fff;
    padding:5px;
    left:55%;
    top:25%;
    -webkit-transform:none;
    transform:none;
    max-height:500px;
    max-width:450px;
    width:auto;
    -o-object-fit:none;
    object-fit:none;
    box-shadow:0 32px 76px rgba(0,0,0,.24);
    border:1px solid #f5f5f5
  }
}

@keyframes animate {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(220deg) }
}

@keyframes animate2 {
  0% {
    box-shadow: inset red 0 0 0 17px;
    transform: rotate(-140deg);
  }
  
  50% {
    box-shadow: inset red 0 0 0 2px;
  }
  
  100% {
    box-shadow: inset red 0 0 0 17px;
    transform: rotate(140deg);
  }
}

.contact-map {
  margin-bottom: 70px;
}

.b-mobile__email-wrap {
  display: none;
}

.product-item__img {
  position: relative;
  width: 100%;
  height: 186px;
  min-height: 186px;
  margin-bottom: 10px;
}

.product-item__cnt-wrap {
  position: relative;
  height: 100%;
}

.b-product-card__rating {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px; }

.b-product-card__rating-star {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 76px;
  height: 14px;
  background: url("../img/star-grey.svg") 0 0 repeat-x; }
  .b-product-card__rating-star > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url("../img/star-gelb.svg") 0 0 repeat-x; }

.b-product-card__rating-title {
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #3f505b;
  font-size: 13px;
  display: inline-block;
  margin-left: 15px; }

.b-form__top-container > button {
  background: #2577D7;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

