@charset "UTF-8";
@-webkit-keyframes loading {
  0 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  12.5% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  37.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  62.5% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  87.5% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/Vremena Grotesk/vremenagroteskbook.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskbook.woff"), url("../fonts/Vremena Grotesk/vremenagroteskbook.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Vremena Grotesk/vremenagroteskbookitalic.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskbookitalic.woff"), url("../fonts/Vremena Grotesk/vremenagroteskbookitalic.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Vremena Grotesk/vremenagrotesk.woff2"), url("../fonts/Vremena Grotesk/vremenagrotesk.woff"), url("../fonts/Vremena Grotesk/vremenagrotesk.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/Vremena Grotesk/vremenagroteskitalic.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskitalic.woff"), url("../fonts/Vremena Grotesk/vremenagroteskitalic.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/Vremena Grotesk/vremenagroteskmedium.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskmedium.woff"), url("../fonts/Vremena Grotesk/vremenagroteskmedium.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Vremena Grotesk/vremenagroteskmediumitalic.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskmediumitalic.woff"), url("../fonts/Vremena Grotesk/vremenagroteskmediumitalic.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Vremena Grotesk/vremenagroteskbold.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskbold.woff"), url("../fonts/Vremena Grotesk/vremenagroteskbold.ttf"); }

@font-face {
  font-family: Vremena Grotesk;
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Vremena Grotesk/vremenagroteskbolditalic.woff2"), url("../fonts/Vremena Grotesk/vremenagroteskbolditalic.woff"), url("../fonts/Vremena Grotesk/vremenagroteskbolditalic.ttf"); }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  min-height: 100%;
  height: 100%; }

body {
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #0F0F0F;
  font-family: 'Vremena Grotesk', sans-serif;
  font-weight: 300; }
  body.opened {
    overflow: hidden; }

::-webkit-input-placeholder {
  color: #757575; }

::-moz-placeholder {
  color: #757575; }

:-moz-placeholder {
  color: #757575; }

:-ms-input-placeholder {
  color: #757575; }

ol, ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

.h1, .h2, .h3, .h4, h1, h2, h3, h4, p {
  line-height: normal;
  margin: 0;
  padding: 0; }

a {
  color: #0F0F0F;
  text-decoration: none; }
  a:hover {
    color: #ED412F;
    text-decoration: none; }

a:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
  text-decoration: none; }

.base-wrapper, .base-container {
  width: 100%; }

.base-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 147px;
  background-color: #F1F4F7; }

.base-container {
  -webkit-box-flex: 1;
      -ms-flex: 1  auto;
          flex: 1  auto;
  overflow: initial; }

.base-page {
  padding-bottom: 90px; }

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.navbar {
  padding: 0; }

.params-item ~ .params-delimeter {
  display: none; }

.params-delimeter::before {
  content: '-'; }

.mobile-search-trigger svg {
  pointer-events: none; }

.nav-close * {
  pointer-events: none; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .btn:hover {
    background-color: #E22815; }
  .btn-alt {
    padding: 3px 0 0;
    border: 2px solid #C9D2DC;
    border-radius: 3px;
    font-size: 11px;
    color: #757575;
    font-weight: 400;
    letter-spacing: 0.49px;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
    .btn-alt svg {
      fill: #757575; }
    .btn-alt:hover {
      background-color: #fff;
      border-color: #0039D8; }
    .btn-alt.active {
      border-color: #0039D8; }

.btn-primary {
  background-color: #ED412F;
  border-color: #ED412F;
  border-radius: 3px;
  line-height: 1; }
  .btn-primary:disabled {
    background-color: #0039D8;
    border-color: #0039D8; }

.page-item.active .page-link {
  background-color: #0275D8; }

.btn-outline-primary,
.btn-primary:hover,
.btn-outline-primary:hover,
.page-item.active .page-link {
  border-color: #0275D8; }

.btn-outline-primary,
.page-link,
.page-link:hover {
  color: #0275D8; }

.btn.disabled, .btn:disabled {
  opacity: 1; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%; }
  body {
    padding-top: 0 !important; }
  .btn {
    font-size: 11px;
    letter-spacing: 0.79px; }
  .base-wrapper {
    padding-top: 60px; } }

.categories-container {
  margin: -15px 0; }

.product-page {
  padding: 29px 0 0; }

.products-container.loading {
  position: relative; }
  .products-container.loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); }

.products-container .product-card-wide:first-child {
  margin-top: 15px; }

.articles-container {
  margin: -15px 0; }

@media (max-width: 565px) {
  .articles-container {
    margin: -7px 0; } }

.page {
  padding: 30px 0 90px;
  background-color: #fff; }

@media (max-width: 767px) {
  .page {
    padding-bottom: 15px; } }

.content {
  position: relative; }

.files {
  padding: 10px 0; }

@media (max-width: 767px) {
  .files {
    padding: 5px 0; } }

.certificates {
  padding: 12px 0 16px; }

@media (max-width: 767px) {
  .certificates {
    padding: 5px 0 10px; } }

.compare-page {
  overflow: hidden; }

.subscribe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 30px; }

.catalog-page {
  padding: 19px 0 90px; }
  .catalog-page .count_products {
    color: #90959A;
    font-size: 24px;
    font-weight: 300; }

@media (max-width: 1199px) {
  .catalog-page .count_products {
    font-size: 18px; } }

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  -webkit-transition: -webkit-transform .4s, -webkit-box-shadow .4s;
  transition: -webkit-transform .4s, -webkit-box-shadow .4s;
  transition: transform .4s, box-shadow .4s;
  transition: transform .4s, box-shadow .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
  background-color: #fff; }
  .header.is-hidden {
    -webkit-box-shadow: 0px 2px 14px rgba(77, 77, 77, 0.07);
            box-shadow: 0px 2px 14px rgba(77, 77, 77, 0.07); }
  .header-middle {
    padding: 10px 0 19px;
    border-bottom: 1px solid #DEDEDE; }
  .header-bottom {
    padding: 9px 0; }
  .header-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-shop .compare-button {
      margin-left: 24px; }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: #fff; }
  .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 1200px) {
  .header.is-hidden {
    -webkit-transform: translateY(-84px);
            transform: translateY(-84px); }
  .header.is-hidden .header-bottom {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); } }

header .mobile-header .left-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

header .mobile-header .left-part .ps-burger {
  width: 55px;
  min-width: 55px; }

header .mobile-header .left-part .ps-burger.opened span, header .mobile-header .left-part .ps-burger.opened span:before, header .mobile-header .left-part .ps-burger.opened span:after {
  height: 2px; }

header .mobile-header .left-part .ps-burger.opened span:before {
  top: 0; }

header .mobile-header .left-part .ps-burger span, header .mobile-header .left-part .ps-burger span:after, header .mobile-header .left-part .ps-burger span:before {
  background-color: #373a3c;
  height: 3px; }

header .mobile-header .left-part .ps-burger span {
  width: 20px; }

header .mobile-header .left-part .ps-burger span:before {
  top: -7px; }

header .mobile-header .left-part .ps-burger span:after {
  bottom: -7px; }

header .mobile-header .left-part .logo {
  display: block;
  width: 145px; }

header .mobile-header .left-part .logo img {
  max-height: 85%;
  max-width: 85%; }

header .mobile-header .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-right: 15px; }

header .mobile-header .right-part .mobile-search-trigger {
  position: relative;
  height: 100%;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

header .mobile-header .right-part .mobile-search-trigger.opened:before, header .mobile-header .right-part .mobile-search-trigger.opened:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10px;
  width: 22px;
  height: 2px;
  background: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

header .mobile-header .right-part .mobile-search-trigger.opened:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

header .mobile-header .right-part .mobile-search-trigger.opened > svg {
  display: none; }

header .mobile-header .right-part .mobile-search-trigger > svg {
  fill: #999; }

header .mobile-header .right-part .mobile-cart-link {
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

header .mobile-header .right-part .mobile-cart-link .icon {
  position: relative;
  height: 25px; }

header .mobile-header .right-part .mobile-cart-link .icon > svg {
  fill: #373a3c; }

header .mobile-header .right-part .mobile-cart-link .icon .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -10px;
  width: 20px;
  height: 13px;
  border-radius: 3px;
  background-color: #007bff;
  color: #fff;
  font-size: 10px;
  font-weight: 700; }

@media (max-width: 1199px) {
  header .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    border-bottom: 1px solid #DFDFDF; } }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  border-top: 2px solid #C9D2DC; }
  .footer-block {
    margin-left: -4px; }
    .footer-block__title {
      display: block;
      margin-bottom: 32px;
      font-size: 20px;
      line-height: 1;
      font-weight: 700; }
    .footer-block__menu li {
      line-height: 1; }
      .footer-block__menu li a {
        font-size: 15px;
        line-height: 1.33;
        color: #676767; }
      .footer-block__menu li:not(:last-child) {
        margin-bottom: 13px; }
    .footer-block__req {
      display: inline-block;
      font-size: 18px;
      line-height: 1.2; }
      .footer-block__req_mail {
        border-bottom: 1px solid #D8D8D8; }
      .footer-block__req:not(:last-child) {
        margin-bottom: 20px; }
    .footer-block__sub-title {
      margin-bottom: 7px;
      font-size: 12px;
      line-height: 1;
      color: #999; }
    .footer-block a {
      -webkit-transition: color .4s;
      transition: color .4s; }
      .footer-block a:hover {
        color: #ED412F; }
  .footer-callback {
    margin: 30px 0 0; }
  .footer__lower-part {
    border-top: 1px solid #D8D8D8; }
    .footer__lower-part-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 80px;
      margin-left: -4px; }
    .footer__lower-part-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer__lower-part-left p {
        padding-right: 38px; }
      .footer__lower-part-left a {
        text-decoration: underline;
        -webkit-transition: color .4s;
        transition: color .4s; }
        .footer__lower-part-left a:hover {
          color: #ED412F;
          text-decoration: none; }
      .footer__lower-part-left p, .footer__lower-part-left a {
        display: block;
        color: #A3A3A3;
        font-size: 14px; }
  .footer__upper-part {
    padding: 60px 0 50px; }
  .footer__made-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s; }
    .footer__made-by > svg {
      fill: #9b9b9b;
      margin-left: 5px;
      -webkit-transition: .3s;
      transition: .3s; }
    .footer__made-by:hover {
      color: #ED412F; }
      .footer__made-by:hover > svg {
        fill: #ED412F; }

@media (max-width: 1199px) {
  .footer-block {
    margin-left: 0; }
    .footer-block__title {
      margin-bottom: 15px; }
    .footer-block__sub-title {
      margin-bottom: 4px; }
  .footer__upper-part {
    padding: 40px 0 30px; }
  .footer__lower-part-wrapper {
    margin-left: 0; } }

@media (max-width: 991px) {
  .footer__lower-part-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0; }
  .footer__lower-part-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__lower-part-left p, .footer__lower-part-left a {
      padding: 4px 0;
      text-align: center; }
  .footer__upper-part {
    padding: 30px 0 20px; }
  .footer-block {
    padding: 15px 0; }
  .footer__made-by {
    padding: 4px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.index-section {
  position: relative; }

.sections-group {
  background-color: #FFFFFF;
  padding: 15px 0 25px; }
  .sections-group_inverse {
    background-color: #F5F5F5; }

.main-menu {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .main-menu-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 18px 90px 0 50px; }
  .main-menu-link {
    padding: 0 !important;
    font-weight: 400;
    -webkit-transition: color .4s;
    transition: color .4s; }
    .main-menu-link svg {
      width: 8.5px;
      height: 5px;
      fill: #0039D8;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .main-menu-link:hover {
      color: #848484; }
  .main-menu-item {
    position: relative; }
    .main-menu-item:hover .main-menu-link {
      color: #848484; }
      .main-menu-item:hover .main-menu-link svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .main-menu-item:hover .main-menu-dropdown {
      display: block; }
    .main-menu-item:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: -20px;
      height: 20px; }
  .main-menu-dropdown {
    padding: 14px 0;
    top: calc(100% + 20px);
    margin: 0;
    border: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px rgba(51, 51, 51, 0.35);
            box-shadow: 0 3px 5px rgba(51, 51, 51, 0.35); }
  .main-menu .dropdown-item {
    padding: 8px 60px 8px 30px;
    font-size: 16px;
    line-height: 1.37;
    font-weight: 300;
    color: #0F0F0F; }
    .main-menu .dropdown-item span {
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color .4s;
      transition: border-color .4s; }
    .main-menu .dropdown-item:hover {
      background-color: transparent; }
      .main-menu .dropdown-item:hover span {
        border-color: #ED412F; }

.worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%; }
  .worktime__icon {
    width: 13px;
    height: 13px;
    fill: #999;
    margin: 0 8px 2px 0; }
  .worktime__text {
    color: #999;
    font-size: 15px;
    line-height: 16px; }

.header-logo {
  display: block; }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px; }
  .header-contacts-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-contacts-item:not(:first-child) {
      margin-left: 40px; }
    .header-contacts-item__icon {
      fill: #ED412F;
      margin-right: 6px; }
    .header-contacts-item__text {
      padding-bottom: 2px;
      font-size: 16px;
      line-height: 1;
      color: #0F0F0F;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color .4s;
      transition: border-color .4s; }
      .header-contacts-item__text_email {
        color: #737373;
        border-color: #0039D8; }
      .header-contacts-item__text_phone {
        letter-spacing: 0.5px;
        font-weight: 700;
        border-color: #ED412F; }
    .header-contacts-item:hover .header-contacts-item__text {
      border-color: transparent !important; }

.catalog-button {
  padding: 5px 18px 0 48px;
  position: relative;
  width: 220px;
  height: 45px;
  border-radius: 3px;
  border: 2px solid #ED412F;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .catalog-button:hover {
    background-color: #ED412F; }
    .catalog-button:hover .catalog-button-link {
      color: #fff; }
    .catalog-button:hover .catalog-button-icon {
      fill: #fff; }
      .catalog-button:hover .catalog-button-icon-plus {
        opacity: 0; }
      .catalog-button:hover .catalog-button-icon-arrow {
        opacity: 1; }
  .catalog-button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #ED412F;
    -webkit-transition: color .4s;
    transition: color .4s; }
  .catalog-button-lines {
    display: inline-block;
    position: relative;
    bottom: 1px;
    height: 2px;
    width: 16px;
    background-color: #fff;
    margin-right: 12px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
    .catalog-button-lines:after, .catalog-button-lines:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff; }
    .catalog-button-lines:before {
      top: -6px; }
    .catalog-button-lines:after {
      bottom: -6px; }
  .catalog-button-arrow {
    display: inline-block;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 12px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  .catalog-button-icon {
    fill: #ED412F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    -webkit-transition: opacity .4s,fill .4s;
    transition: opacity .4s,fill .4s; }
    .catalog-button-icon-plus {
      width: 16px;
      height: 16px; }
    .catalog-button-icon-arrow {
      width: 14px;
      height: 17.5px;
      opacity: 0; }
  .catalog-button:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 20px; }
  .catalog-button .catalog-menu {
    display: none; }
  .catalog-button:hover .catalog-menu {
    display: block; }

.catalog-menu, .catalog-submenu {
  position: absolute;
  background: #F1F4F7; }

.catalog-menu {
  padding: 27px 0;
  z-index: 100;
  top: calc(100% + 20px);
  left: -2px;
  width: 300px;
  background: #F1F4F7;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px #333;
          box-shadow: 0 3px 5px #333; }
  .catalog-menu-item {
    display: block; }
    .catalog-menu-item__text {
      font-size: 16px;
      line-height: 22px;
      color: #0F0F0F;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color .4s;
      transition: border-color .4s; }
    .catalog-menu-item__arrow {
      width: 6px;
      height: 9px;
      fill: #999;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: fill 100ms ease;
      transition: fill 100ms ease; }
    .catalog-menu-item:not(:last-child) {
      margin-bottom: 15px; }
    .catalog-menu-item:hover .catalog-menu-item__text {
      border-color: #ED412F; }
    .catalog-menu-item:hover .catalog-submenu {
      display: block; }
  .catalog-menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px; }

.catalog-submenu {
  display: none;
  z-index: 105;
  top: 0;
  left: 100%;
  width: 870px;
  min-height: 100%;
  padding: 8px 0;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 3px 5px #333;
          box-shadow: 0 3px 5px #333; }
  .catalog-submenu-link {
    display: block;
    max-width: 290px;
    font-size: 16px;
    line-height: 19px;
    color: #0F0F0F;
    -webkit-transition: color 100ms ease;
    transition: color 100ms ease;
    padding: 8px 25px; }
    .catalog-submenu-link:hover {
      color: #ED412F; }
  .catalog-submenu:before {
    content: '';
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    border-left: 1px solid #DEDEDE;
    background-color: #F1F4F7; }

.search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 30px;
  height: 40px;
  position: relative; }
  .search-form input {
    width: 100%;
    height: 100%;
    padding: 0 0 0 24px;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #849CB5;
    background-color: #fff; }
    .search-form input::-webkit-input-placeholder {
      color: #9e9e9e;
      font-weight: 300; }
    .search-form input::-ms-input-placeholder {
      color: #9e9e9e;
      font-weight: 300; }
    .search-form input::placeholder {
      color: #9e9e9e;
      font-weight: 300; }
  .search-form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    padding-bottom: 5px;
    border: none;
    background: transparent;
    cursor: pointer; }
    .search-form button > svg {
      fill: #0F0F0F; }
  .search-form__ajax-search {
    padding: 10px 20px 0; }
    .search-form__ajax-search > ul {
      display: none;
      border-radius: 4px;
      border: 1px solid #ccc;
      background-color: #fff;
      position: absolute;
      z-index: 200;
      left: 0;
      top: 100%;
      width: 100%;
      max-height: 500px;
      overflow-y: scroll; }
      .search-form__ajax-search > ul li a, .search-form__ajax-search > ul li span {
        display: block;
        padding: 8px 20px;
        color: #9b9b9b;
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        background-color: #f5f5f5;
        -webkit-transition: .2s;
        transition: .2s; }
        .search-form__ajax-search > ul li a:hover, .search-form__ajax-search > ul li span:hover {
          color: #ED412F; }
      .search-form__ajax-search > ul ul {
        padding: 2px 0; }
        .search-form__ajax-search > ul ul li a {
          padding: 5px 20px;
          color: #373a3c;
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          background-color: transparent; }
          .search-form__ajax-search > ul ul li a:hover {
            color: #ED412F; }
  .search-form-mobile .search-form__ajax-search {
    padding: 0; }

.shop-square-button {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background-color: #F1F4F7;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .shop-square-button.compare-button:hover {
    background-color: #C9D2DC; }
  .shop-square-button.cart-button {
    background-color: #ED412F; }
    .shop-square-button.cart-button:hover {
      background-color: #E22815; }
    .shop-square-button.cart-button .shop-button__icon {
      fill: #fff; }
  .shop-square-button .shop-button__icon {
    margin-right: 0;
    margin-top: 0; }
  .shop-square-button:not(:last-child) {
    margin-right: 19px; }

.shop-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  padding: 10px 13px; }
  .shop-button__title {
    padding-bottom: 2px;
    border-bottom: 2px solid #ddd;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
  .shop-button__icon {
    fill: #0039D8;
    margin-right: 10px;
    margin-top: -6px; }
  .shop-button__count {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 75%;
    bottom: 75%;
    padding-top: 6px;
    -webkit-transform: scale(0);
            transform: scale(0);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    background-color: #0039D8;
    border-radius: 50px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .shop-button__count.filled {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .shop-button:hover .shop-button__title {
    color: #0F0F0F;
    border-color: transparent !important; }
  .shop-button-mobile {
    background-color: transparent; }
    .shop-button-mobile.cart-button {
      background-color: transparent; }
      .shop-button-mobile.cart-button .shop-button__icon {
        fill: #ED412F; }
    .shop-button-mobile.phone-button {
      fill: #0039D8; }

@media (max-width: 1199px) {
  .shop-square-button {
    width: 30px;
    height: 30px; }
    .shop-square-button:not(:last-child) {
      margin-right: 5px; }
    .shop-square-button.cart-button:hover {
      background-color: transparent; }
  .shop-button__count {
    left: 60%;
    bottom: 60%; } }

.category-card {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  margin: 15px 0; }
  .category-card-container {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms ease;
    overflow: hidden; }
  .category-card-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 88px;
    height: 100%;
    background-color: #fff; }
    .category-card-thumb_no-photo {
      background-color: #dcdcdc; }
    .category-card-thumb__image {
      max-width: 90%;
      max-height: 90%; }
    .category-card-thumb__icon {
      width: 30px;
      height: 30px;
      fill: #efefef; }
  .category-card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 12px 12px 25px; }
  .category-card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0F0F0F;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease; }
  .category-card-arrow {
    position: absolute;
    width: 13px;
    height: 8px;
    bottom: 14px;
    right: 15px;
    fill: #fff;
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .category-card-arrow_inverse {
      fill: #ED412F; }
  .category-card:hover .category-card-container {
    border-color: #ED412F;
    background-color: #ED412F; }
    .category-card:hover .category-card-container_inverse {
      border-color: #ED412F;
      background-color: #fff; }
  .category-card:hover .category-card-title {
    color: #fff; }
    .category-card:hover .category-card-title_inverse {
      color: #ED412F; }
  .category-card:hover .category-card-arrow {
    opacity: 1; }

@media (max-width: 767px) {
  .category-card-title {
    font-size: 14px;
    line-height: 20px; }
  .category-card-body {
    padding: 10px 12px; } }

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  width: 270px;
  min-height: 380px;
  position: relative;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s; }
  .product-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 37px 20px 34px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-bottom: 3px solid #0039D8;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
  .product-card-img {
    width: 100%;
    height: 220px;
    padding: 20px 20px 0;
    margin-bottom: 14px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center; }
  .product-card-no-photo {
    padding: 45px;
    fill: #F2F2F2; }
  .product-card-articul {
    display: block;
    position: absolute;
    top: 20px;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.275px;
    color: #a3a3a3; }
  .product-card-name {
    display: block;
    max-height: 42px;
    height: 42px;
    overflow: hidden;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 1.37; }
  .product-card-price {
    font-size: 30px;
    line-height: 1; }
    .product-card-price .rub {
      font-size: 22px; }
    .product-card-price.has-old {
      padding-right: 10px;
      color: #ED412F; }
  .product-card-old-price {
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
    color: #bababa; }
  .product-card-action-badge {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; }
  .product-card .shop-square-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer; }
  .product-card-bottom {
    display: block;
    width: 100%;
    padding: 16px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: transform .4s, box-shadow .4s;
    transition: transform .4s, box-shadow .4s, -webkit-transform .4s, -webkit-box-shadow .4s; }
    .product-card-bottom-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .product-card-btn {
    width: 163px;
    height: 50px; }
    .product-card-btn svg {
      width: 18.4px;
      height: 17.9px;
      margin: 0 7px 5px 0;
      fill: #fff; }
    .product-card-btn.added {
      background-color: #0039D8; }
  .product-card:hover {
    color: #0F0F0F;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.089);
            box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.089); }
    .product-card:hover .product-card-bottom {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.089);
              box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.089); }
    .product-card:hover .product-card-body {
      border-color: #F1F4F7; }
  .product-card-remove, .product-card-restore {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    border-radius: 3px;
    background-color: #F1F4F7;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color .4s;
    transition: background-color .4s; }
    .product-card-remove svg, .product-card-restore svg {
      width: 12px;
      height: 12px;
      fill: #0039D8;
      -webkit-transition: fill .4s;
      transition: fill .4s; }
    .product-card-remove:hover, .product-card-restore:hover {
      background-color: #C9D2DC; }
  .product-card-restore {
    display: none; }
  .product-card.removed {
    opacity: .8; }
    .product-card.removed .product-card-remove {
      display: none; }
    .product-card.removed .product-card-restore {
      display: block; }
  .product-card .compare-button.active {
    background-color: #0039D8; }
    .product-card .compare-button.active .shop-button__icon {
      fill: #fff; }

@media (max-width: 1199px) {
  .product-card {
    width: 100%;
    height: auto;
    min-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 10px; }
    .product-card-top {
      padding: 15px 0 0 10px; }
    .product-card-body {
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      padding: 19px 14px 16px 10px;
      border-bottom: 0; }
    .product-card-img {
      width: 100px;
      height: 100px;
      margin-bottom: 0;
      padding: 0; }
    .product-card-bottom {
      position: static;
      padding: 8px 15px;
      margin-top: 12px;
      border-top: 3px solid #F1F4F7; }
    .product-card-articul {
      font-size: 9px;
      position: static; }
    .product-card-name {
      height: auto;
      font-size: 15px;
      line-height: 1.2; }
    .product-card-price {
      display: block;
      font-size: 22px; }
    .product-card-old-price {
      display: block;
      font-size: 13px; }
    .product-card-action-badge {
      width: 32px;
      height: 32px;
      top: 10px;
      right: 10px; }
    .product-card-btn {
      height: 36px;
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin-right: 10px; }
    .product-card .shop-square-button {
      width: 36px;
      height: 36px; }
    .product-card-remove, .product-card-restore {
      width: 25px;
      height: 25px;
      right: unset;
      top: 15px;
      left: 80px; }
    .product-card:hover .product-card-bottom {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

@media (max-width: 767px) {
  .product-card-body {
    max-width: 55%; } }

.product-card-wide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 0 10px;
  border-top: 1px solid #e5e5e5; }
  .product-card-wide:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5; }
  .product-card-wide-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 61.5%;
    height: 100%; }
  .product-card-wide-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 4px; }
    .product-card-wide-thumb_no-photo {
      background-color: #dcdcdc; }
    .product-card-wide-thumb__image {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .product-card-wide-thumb__icon {
      width: 18px;
      height: 18px;
      fill: #efefef; }
  .product-card-wide-preview {
    display: none;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 200;
    bottom: 67px;
    width: 200px;
    height: 140px;
    border-radius: 4px;
    border: 6px solid #ED412F;
    background-color: #fff; }
    .product-card-wide-preview::before, .product-card-wide-preview::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .product-card-wide-preview::before {
      border: 14px solid transparent;
      border-top: 16px solid #ED412F;
      bottom: -30px;
      width: 20px;
      height: 16px; }
    .product-card-wide-preview::after {
      border: 7px solid transparent;
      border-top: 8px solid #fff;
      bottom: -14px;
      width: 14px;
      height: 6px; }
    .product-card-wide-preview__image {
      max-width: 100%;
      max-height: 100%; }
  .product-card-wide-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
    color: #0F0F0F; }
  .product-card-wide-prices {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 135px; }
  .product-card-wide-price {
    font-weight: 600;
    font-size: 16px;
    color: #0F0F0F; }
    .product-card-wide-price_sale {
      color: #d9534f; }
  .product-card-wide-old-price {
    font-weight: 600;
    font-size: 13px;
    color: #999999;
    text-decoration: line-through; }
  .product-card-wide-no-price {
    font-weight: 600;
    font-size: 14px;
    color: #0F0F0F; }
  .product-card-wide-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 35%;
    margin-left: 3.5%; }
  .product-card-wide-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .product-card-wide-action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 40px;
    border: none;
    background: none;
    cursor: pointer; }
    .product-card-wide-action-btn__icon {
      width: 16px;
      height: 14px;
      fill: #dee2e6;
      -webkit-transition: fill 200ms ease, -webkit-transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: fill 200ms ease, -webkit-transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: fill 200ms ease, transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: fill 200ms ease, transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .product-card-wide-action-btn:hover .product-card-wide-action-btn__icon, .product-card-wide-action-btn.active .product-card-wide-action-btn__icon {
      fill: #ED412F; }
    .product-card-wide-action-btn:active .product-card-wide-action-btn__icon {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .product-card-wide-add-cart {
    margin-left: 12px; }
    .product-card-wide-add-cart-wrap {
      position: relative; }
  .product-card-wide:hover .product-card-wide-title {
    color: #ED412F; }
  .product-card-wide:hover .amount {
    opacity: 1; }
  .product-card-wide:hover .badges {
    opacity: 0; }
  .product-card-wide .amount {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 30px;
    opacity: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
    margin: auto; }
  .product-card-wide .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s; }
  .product-card-wide .badge {
    margin: 2px 0; }
  .loading-blocks .product-card-wide:after {
    content: "";
    position: absolute;
    z-index: 99;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background-image: url("../images/card_horizontal.jpg");
    background-size: 100% 100%; }

.go-to-cart {
  position: absolute;
  z-index: 30;
  top: calc(100% + 20px);
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 90px;
  border-radius: 4px;
  background-color: #363a3b; }
  .go-to-cart:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 5px solid #363a3b;
    right: 68px;
    bottom: 100%; }
  .go-to-cart span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
  .go-to-cart a {
    margin: 10px 0 0;
    width: 174px;
    height: 30px;
    font-size: 12px; }
  .added .go-to-cart, .added + .go-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 1200px) {
  .product-card-wide:hover .product-card-wide-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 1199px) {
  .go-to-cart {
    display: none !important; }
  .product-card-wide-body {
    width: 55%; }
  .product-card-wide-form {
    width: 45%; } }

@media (max-width: 768px) {
  .product-card-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 10px 0 5px; }
    .product-card-wide-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }
    .product-card-wide-preview {
      display: none; }
    .product-card-wide-title {
      margin: 6px 0; }
    .product-card-wide-prices {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .product-card-wide-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      padding: 0;
      margin: 0; }
    .product-card-wide-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .product-card-wide-action-btn {
      width: 30px;
      height: 30px; }
    .product-card-wide-add-cart {
      margin-left: 0; }
    .product-card-wide-cart {
      margin-left: 0;
      margin-right: 12px; }
    .product-card-wide:hover .badges {
      opacity: 1; }
    .product-card-wide .amount {
      position: static;
      opacity: 1;
      margin: 6px 0; }
    .product-card-wide .badges {
      opacity: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 6px 0; }
    .product-card-wide .badge {
      margin: 2px 5px 2px 0; } }

.product-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 30px; }
  .product-amount__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 100%;
    color: #0039D8;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    border-radius: 3px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #F1F4F7; }
    .product-amount__button:hover {
      background-color: #C9D2DC; }
  .product-amount__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px; }
    .product-amount__field input {
      border: none;
      width: 100%;
      text-align: center;
      font-size: 16px;
      line-height: 1;
      font-weight: 300;
      -moz-appearance: textfield; }
      .product-amount__field input::-webkit-outer-spin-button, .product-amount__field input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }

.mini-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ED412F;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, -webkit-transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background-color 100ms ease, -webkit-transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background-color 100ms ease, transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background-color 100ms ease, transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 75ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer; }
  .mini-button__icon {
    width: 16px;
    height: 14px;
    fill: #ED412F;
    -webkit-transition: fill 100ms ease;
    transition: fill 100ms ease; }
  .mini-button:hover, .mini-button.active {
    background-color: #ED412F; }
    .mini-button:hover .mini-button__icon, .mini-button.active .mini-button__icon {
      fill: #fff; }
  .mini-button:active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px 0;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 200ms;
  transition: 200ms; }
  .article-card-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .article-card-thumbnail_no-photo {
      background-color: #dcdcdc; }
    .article-card-thumbnail__svg {
      fill: #efefef; }
  .article-card-info {
    position: relative;
    height: 110px;
    padding: 16px 20px 0 20px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
    .article-card-info__title {
      display: block;
      color: #373a3c;
      font-size: 18px;
      font-weight: 500;
      line-height: 23px; }
    .article-card-info__text {
      color: #373a3c;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      padding: 5px 0 0; }
  .article-card__date {
    display: block;
    padding: 10px 20px 15px;
    color: #999;
    font-size: 14px;
    font-weight: 400; }
    .article-card__date-svg {
      fill: #999;
      margin: 0 7px 0 0; }
  .article-card:hover {
    border-color: #ED412F; }
    .article-card:hover .article-card-info {
      border-color: #ED412F; }
      .article-card:hover .article-card-info__title {
        border-color: #ED412F; }

@media (max-width: 767px) {
  .article-card-thumbnail {
    height: 270px; } }

@media (max-width: 565px) {
  .article-card {
    margin: 7px 0; }
    .article-card-thumbnail {
      height: 180px; } }

.page-title {
  display: block;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22; }
  .page-title-white {
    color: #fff; }

@media (max-width: 1199px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 26px; } }

.breadcrumbs {
  padding: 23px 0;
  background-color: #F1F4F7; }
  .breadcrumbs ul {
    display: block;
    font-size: 0;
    line-height: 1; }
    .breadcrumbs ul li {
      display: inline;
      font-size: 14px;
      line-height: 1.3;
      color: #848484; }
      .breadcrumbs ul li a {
        color: #848484;
        -webkit-transition: color .4s;
        transition: color .4s; }
        .breadcrumbs ul li a:hover {
          color: #ED412F; }
      .breadcrumbs ul li:not(:last-child):after {
        content: '/';
        margin: 0 10px 0 5px;
        color: #848484;
        font-size: 14px; }

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 14px 0 8px; }
    .breadcrumbs ul li:after {
      margin: 0 3px; } }

.contacts-page {
  padding: 0;
  position: relative; }
  .contacts-page-title {
    margin-bottom: 57px; }

.contacts-block {
  position: absolute;
  left: 0;
  top: 64px;
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 44.5vw;
  padding: 70px 8vw 100px 0;
  z-index: 1;
  background-color: rgba(0, 57, 216, 0.8); }
  .contacts-block__map-container {
    height: 620px;
    width: 100%; }

@media (max-width: 1199px) {
  .contacts-page-title {
    margin-bottom: 30px; }
  .contacts-block {
    padding: 30px 15px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 991px) {
  .contacts-block {
    padding: 30px 15px 20px; }
    .contacts-block__map-container {
      height: 500px; } }

@media (min-width: 768px) {
  .contacts-block__map-container .ymaps-2-1-74-controls__control {
    position: absolute !important;
    left: unset !important;
    right: 10px !important; }
  .contacts-block__map-container .ymaps-2-1-74-map-copyrights-promo {
    left: unset;
    right: 0;
    bottom: 25px; } }

@media (max-width: 767px) {
  .contacts-block {
    position: static;
    width: 100vw;
    padding: 30px 15px 20px;
    background-color: #0039D8; }
    .contacts-block__map-container {
      height: 300px; } }

.requisite-block {
  margin: 0 0 37px; }
  .requisite-block__title {
    display: block;
    margin: 0 0 7px;
    color: #94B0FF;
    font-size: 14px;
    line-height: 1; }
  .requisite-block__value {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.44; }
    .requisite-block__value-border {
      border-bottom: 2px solid #ED412F; }
  .requisite-block a.requisite-block__value {
    -webkit-transition: color .4s;
    transition: color .4s; }
    .requisite-block a.requisite-block__value:hover {
      color: #ED412F; }

@media (max-width: 1199px) {
  .requisite-block {
    margin: 0 0 20px; } }

.content-text ol ol, .content-text ol ul, .content-text ul ol, .content-text ul ul {
  padding-top: 8px; }

.content-text h1 {
  padding: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.22; }

.content-text h2 {
  padding: 15px 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.21; }

.content-text h3 {
  padding: 14px 0 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44; }

.content-text p {
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1.62; }

.content-text a {
  color: #0039D8;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s; }
  .content-text a:hover, .content-text afocus {
    color: #ED412F !important; }
  .content-text a:visited {
    color: #7a339e !important; }

.content-text ol + h3, .content-text ul + h3 {
  padding-top: 16px; }

.content-text ol {
  padding: 4px 0 0;
  margin-left: 28px; }
  .content-text ol > li {
    font-size: 16px;
    line-height: 1.62;
    list-style-type: decimal;
    padding-bottom: 8px;
    padding-left: 8px; }
  .content-text ol ul li:last-child {
    padding-bottom: 0; }

.content-text ul {
  margin-left: 35px;
  padding-top: 4px; }
  .content-text ul > li {
    position: relative;
    font-size: 16px;
    line-height: 1.62;
    padding-bottom: 8px; }
    .content-text ul > li:before {
      content: '–';
      position: absolute;
      left: -20px; }

.content-text img {
  width: 100%;
  height: auto;
  margin: 14px 0 17px;
  -o-object-fit: cover;
  object-fit: cover; }
  .content-text img.noresize {
    height: auto !important; }

.content-text table th, .content-text table td {
  color: #373a3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 17px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .content-text table th:last-child, .content-text table td:last-child {
    border-right: 0; }

.content-text table thead tr th {
  color: #999;
  background-color: #f5f5f5; }

.content-text table tbody tr:first-child td {
  color: #999;
  background-color: #f5f5f5; }

.content-text table tbody tr:last-child td {
  border-bottom: 0; }

@media (max-width: 1199px) {
  .content-text ol, .content-text ul {
    padding-top: 5px; }
  .content-text h1 {
    font-size: 22px;
    line-height: 1.27;
    padding: 5px 0 10px; }
  .content-text h2 {
    font-size: 18px;
    padding: 5px 0 0;
    line-height: 26px; }
  .content-text h3 {
    font-size: 16px;
    padding: 5px 0 0;
    line-height: 20px; }
  .content-text p {
    font-size: 15px;
    line-height: 1.47;
    padding: 5px 0 5px; }
  .content-text ol {
    padding: 5px 0;
    margin-left: 15px; }
    .content-text ol > li {
      font-size: 15px;
      line-height: 1.47;
      padding-bottom: 5px; }
  .content-text ul {
    margin-left: 15px; }
    .content-text ul > li {
      font-size: 15px;
      line-height: 1.47;
      padding-bottom: 5px; }
      .content-text ul > li:before {
        left: -20px; }
  .content-text img {
    margin: 5px 0; }
  .content-text table th, .content-text table td {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px; } }

.quote {
  position: relative;
  border-left: 5px solid #0039D8;
  padding: 21px 40px 21px 35px;
  margin: 20px 0 10px;
  background-color: #f8f8f8; }
  .quote-text {
    font-size: 16px;
    line-height: 1.62; }

@media (max-width: 767px) {
  .quote {
    padding: 5px 10px;
    margin: 10px 0; }
    .quote::before, .quote::after {
      width: 26px;
      height: 24px;
      background-size: 14px 12px; }
    .quote::before {
      top: -13px;
      left: -11px; }
    .quote::after {
      right: -11px;
      bottom: -13px; }
    .quote-text {
      font-size: 15px;
      line-height: 1.47; } }

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0 15px; }
  .file-thumbnail {
    display: inline-block;
    width: 36px;
    height: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 3px; }
    .file-thumbnail > svg {
      width: 100%;
      height: 100%;
      fill: #0039D8; }
  .file-info {
    display: inline-block;
    padding: 1px 0 0 13px; }
    .file-info .name {
      font-size: 16px;
      line-height: 1.62;
      line-height: 22px; }
      .file-info .name em {
        font-style: normal;
        border-bottom: 1px solid transparent;
        -webkit-transition: .4s;
        transition: .4s; }
    .file-info .size {
      display: block;
      color: #999CA1;
      text-transform: uppercase;
      padding-top: 4px;
      font-size: 14px; }
  .file:hover .file-info .name em {
    color: #ED412F;
    border-color: #ED412F; }

@media (max-width: 767px) {
  .file {
    padding: 6px 0; }
    .file-thumbnail {
      min-width: 26px;
      width: 26px;
      height: 32px; }
    .file-info {
      padding: 0 0 0 10px; }
      .file-info .name {
        font-size: 15px;
        line-height: 1.47; }
      .file-info .size {
        font-size: 11px; } }

.table {
  padding: 0 0 20px;
  margin: 0; }
  .table-responsive {
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .table h3 {
    padding: 10px 20px;
    border: 0;
    letter-spacing: 0.3px;
    background-color: #ED412F;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700; }
  .table table {
    width: 100%; }

@media (max-width: 767px) {
  .table {
    padding: 5px 0; }
    .table h3 {
      font-size: 16px;
      line-height: 22px;
      padding: 10px 25px; } }

.text-underline {
  padding: 12px 0; }
  .text-underline p {
    border-bottom: 2px solid #ED412F;
    padding: 0 0 11px;
    color: #373a3c;
    font-size: 24px;
    font-weight: 700; }

@media (max-width: 767px) {
  .text-underline {
    padding: 10px 0 5px; }
    .text-underline p {
      font-size: 18px;
      line-height: 24px;
      padding: 0 0 2px; } }

.certificate-thumbnail {
  position: relative;
  display: block;
  width: calc(100% - 24px);
  height: 174px;
  border: 1px solid #e5e5e5;
  border-bottom-color: #e5e5e5;
  margin: 6px 0 5px;
  background-position: center top;
  background-size: cover; }
  .certificate-thumbnail:before {
    content: '';
    position: absolute;
    right: -27px;
    bottom: 0;
    width: 26px;
    height: 36px;
    border-top: 36px solid #d9d9d9;
    border-right: 26px solid transparent; }
  .certificate-thumbnail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(54, 58, 59, 0.7);
    background-size: 30px 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
    -webkit-transition: .3s;
    transition: .3s; }
  .certificate-thumbnail:hover:after {
    opacity: 1; }
  .certificate-thumbnail.w_certificates {
    min-height: 174px;
    -o-object-fit: cover;
       object-fit: cover; }

.certificate-sign p {
  display: block;
  font-size: 14px; }

@media (max-width: 767px) {
  .certificate {
    padding: 0 0 8px; }
    .certificate-thumbnail {
      margin: 5px 0; }
    .certificate-sign p {
      font-size: 11px; } }

.gallery-item {
  padding: 10px 0 22px; }
  .gallery-item-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    background-position: center;
    background-size: cover; }
    .gallery-item-thumbnail:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(54, 58, 59, 0.7);
      background-size: 30px 30px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
      -webkit-transition: .3s;
      transition: .3s; }
    .gallery-item-thumbnail:hover:after {
      opacity: 1; }
  .gallery-item-sign p {
    font-size: 14px;
    line-height: 1;
    color: #999CA1; }

@media (max-width: 767px) {
  .gallery-item {
    padding: 5px 0; }
    .gallery-item-thumbnail {
      margin: 0 0 5px; }
    .gallery-item-sign p {
      font-size: 11px; } }

.sidebar {
  margin: 0 0 30px; }
  .sidebar-menu-item {
    padding-left: 44px;
    position: relative; }
    .sidebar-menu-item.current-menu-item:before, .sidebar-menu-item.current-sidebar-item:before {
      content: '';
      width: 24px;
      height: 2px;
      position: absolute;
      left: 0;
      top: 8px;
      background-color: #0039D8; }
    .sidebar-menu-item.current-menu-item .sidebar-menu-link, .sidebar-menu-item.current-sidebar-item .sidebar-menu-link {
      color: #0039D8; }
    .sidebar-menu-item:not(:last-child) {
      margin-bottom: 24px; }
  .sidebar-menu-link {
    display: block;
    color: #757575;
    font-size: 15px;
    line-height: 1.4;
    -webkit-transition: color .4s;
    transition: color .4s; }
    .sidebar-menu-link:hover {
      color: #0039D8; }

.sidebar-help {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 320px;
  max-width: 270px;
  margin: 0 0 30px; }
  .sidebar-help:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 116, 216, 0.84); }
  .sidebar-help__wrapper {
    position: absolute;
    z-index: 2;
    max-width: calc(100% - 32px);
    bottom: 34px;
    left: 16px; }
  .sidebar-help__title {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 30px; }
  .sidebar-help__button {
    display: inline-block;
    padding: 7px 16px;
    margin: 20px 0 0;
    color: #ED412F;
    font-size: 16px;
    line-height: 21px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s; }
    .sidebar-help__button:hover {
      background-color: transparent;
      color: #fff; }

@media (max-width: 1199px) {
  .sidebar-help {
    margin: 0; } }

.cart-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }

.cart-table-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
  .cart-table-col_price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 125px; }
  .cart-table-col_count {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 140px; }
  .cart-table-col_total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 130px; }
  .cart-table-col_delete {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 35px; }

.cart-order {
  padding: 35px 30px;
  background-color: #fff; }
  .cart-order-btn {
    height: 50px;
    width: 100%;
    margin-top: 20px; }

.cart-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  color: #0F0F0F; }

.cart-total {
  display: inline;
  font-size: 36px;
  line-height: 1; }

.cart-currency {
  font-size: 26px; }

@media (max-width: 1199px) {
  .cart-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .cart-order-btn {
      margin-top: 10px;
      margin-left: 0; } }

@media (max-width: 991px) {
  .cart-order {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .cart-table-head {
    display: none; }
  .cart-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart-table-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    padding: 5px 15px; }
    .cart-table-col_product {
      padding: 15px 15px 5px; }
    .cart-table-col_delete {
      padding: 0; } }

.cart-item {
  width: 100%;
  height: 120px;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  will-change: height;
  background-color: #fff; }
  .cart-item:last-child {
    border-bottom: 0; }
  .cart-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .cart-item-link:hover .cart-item-title {
      color: #ED412F; }
    .cart-item-link-wrap {
      max-width: 275px; }
  .cart-item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 105px;
    height: 100px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
    margin-right: 15px;
    overflow: hidden; }
    .cart-item-thumb__image {
      max-width: 100%;
      max-height: 100%; }
    .cart-item-thumb__icon {
      width: 100%;
      height: 100%;
      padding: 18px;
      fill: #F2F2F2; }
  .cart-item-articul {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1;
    color: #A3A3A3;
    letter-spacing: 0.275px;
    text-transform: uppercase; }
  .cart-item-title {
    font-size: 16px;
    line-height: 1.37;
    -webkit-transition: color .4s;
    transition: color .4s; }
  .cart-item-price {
    font-size: 20px;
    line-height: 1;
    color: #0F0F0F; }
    .cart-item-price__has-old {
      color: #ED412F; }
    .cart-item-price-wrap {
      padding-top: 2px; }
  .cart-item-old-price {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1;
    color: #BABABA;
    text-decoration: line-through; }
  .cart-item-price_sale {
    color: #ED412F; }
  .cart-item-currency {
    font-size: 16px; }
  .cart-item-delete {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer; }
    .cart-item-delete::before, .cart-item-delete::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 1px;
      background-color: #C0C0C0;
      margin: auto;
      -webkit-transition: background-color .4s;
      transition: background-color .4s; }
    .cart-item-delete::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .cart-item-delete::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .cart-item-delete:hover::before, .cart-item-delete:hover::after {
      background-color: #ED412F; }

@media (min-width: 768px) and (max-width: 1199px) {
  .cart-item-link {
    padding-right: 10px; }
    .cart-item-link-wrap {
      width: 200px;
      max-width: unset; } }

@media (max-width: 767px) {
  .cart-item {
    height: auto; }
    .cart-item-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
    .cart-item-thumb {
      margin-right: 0;
      margin-bottom: 10px; }
    .cart-item-delete {
      height: 35px; }
    .cart-item-price {
      display: inline-block; }
    .cart-item-old-price {
      display: inline-block; } }

.footer-social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0; }

.footer-social-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline; }
  .footer-social-link:hover .footer-social-link__icon {
    border-color: #ED412F; }
    .footer-social-link:hover .footer-social-link__icon > svg {
      fill: #ED412F; }
  .footer-social-link__icon {
    margin: 0 10px 0 0; }
  .footer-social-link_wide {
    padding: 10px 0 0; }

.footer-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-transition: .2s;
  transition: .2s; }
  .footer-social-icon > svg {
    fill: #999;
    -webkit-transition: .2s;
    transition: .2s; }

.catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px;
  width: 388px;
  height: 530px;
  background-color: #fff;
  border-right: 3px solid #F1F4F7; }
  .catalog-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .catalog-card-body {
    padding: 40px 35px 24px; }
  .catalog-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px; }
  .catalog-card-icon {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 16px;
    margin-bottom: 2px;
    fill: #0039D8; }
  .catalog-card-title {
    font-size: 20px;
    line-height: 1.25; }
  .catalog-card-footer {
    display: block;
    padding: 21px 35px 18px;
    border-top: 1px solid #DDE4E9;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.857143px;
    text-transform: uppercase;
    color: #ED412F; }
    .catalog-card-footer svg {
      width: 8.5px;
      height: 5px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin-left: 8px;
      fill: #ED412F;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .catalog-card-footer:hover svg {
      -webkit-transform: rotate(-90deg) translateY(4px);
              transform: rotate(-90deg) translateY(4px); }
  .catalog-card-link {
    display: block;
    font-size: 15px;
    line-height: 1.4; }
    .catalog-card-link:not(:last-child) {
      margin-bottom: 18px; }

@media (max-width: 1199px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    height: 440px; }
    .catalog-card-body {
      padding: 25px 20px 20px; }
    .catalog-card-top {
      margin-bottom: 20px; }
    .catalog-card-link:not(:last-child) {
      margin-bottom: 12px; }
    .catalog-card-icon {
      width: 38px;
      height: 38px;
      margin-right: 12px; }
    .catalog-card-title {
      font-size: 18px; }
    .catalog-card-footer {
      padding: 16px 20px 13px; } }

@media (max-width: 991px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 575px) {
  .catalog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px; } }

.toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .toggle-button__input {
    display: none; }
  .toggle-button__input:checked + .toggle-button__custom-button {
    background-color: #ED412F;
    border-color: #ED412F; }
    .toggle-button__input:checked + .toggle-button__custom-button:after {
      left: calc(100% - 17px); }
  .toggle-button__custom-button {
    display: block;
    position: relative;
    width: 36px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .toggle-button__custom-button:hover {
      border-color: #ED412F; }
    .toggle-button__custom-button:after {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      left: 1px;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background-color: #fff;
      -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
              box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
      -webkit-transition: .3s;
      transition: .3s; }
  .toggle-button__text {
    display: block;
    padding: 5px 0 0 8px;
    color: #373a3c;
    font-size: 12px;
    line-height: 13px; }

.compare-table.empty {
  display: none; }

.compare-table__title {
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: color .4s;
  transition: color .4s; }
  .compare-table__title:hover {
    color: #ED412F; }
  .compare-table__title.collapsed svg {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .compare-table__title svg {
    width: 8.5px;
    height: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    fill: #0039D8;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }

.compare-table__body {
  border-top: 1px solid #e5e5e5; }

.compare-table__row {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: .3s;
  transition: .3s; }
  .compare-table__row.not-unique {
    display: none; }
  .compare-table__row:hover {
    background-color: #f5f7f9; }
  .compare-table__row-title {
    float: left;
    width: calc(25% + 7px);
    padding: 10px 20px;
    color: #999;
    font-size: 13px;
    font-weight: 700; }
  .compare-table__row-wrapper {
    float: left;
    width: calc(100% - 25% - 8px); }
    .compare-table__row-wrapper:not(.os-host) {
      visibility: hidden;
      height: 40px; }
    .compare-table__row-wrapper .os-content {
      display: block;
      margin: 0 -30px 0 0; }
  .compare-table__row-item {
    width: 270px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 30px 0 0;
    padding: 8px 0;
    color: #3a372e;
    font-size: 16px; }

.compare-table__fixed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 991px) {
  .compare-table__body {
    position: relative;
    border: none; }
    .compare-table__body:before {
      content: "";
      position: absolute;
      z-index: 5;
      top: 0;
      left: -15px;
      width: calc(100% + 30px);
      height: 1px;
      background-color: #e5e5e5; }
  .compare-table__row {
    position: relative;
    padding: 0 15px;
    margin: 0 -15px; }
    .compare-table__row-wrapper {
      width: 100%; }
      .compare-table__row-wrapper .os-content {
        margin: 0; }
    .compare-table__row-title {
      z-index: 1;
      top: 0;
      left: 0;
      width: calc(100%);
      padding: 8px 0 6px; }
    .compare-table__row-item {
      position: relative;
      z-index: 2;
      margin: 0 10px 0 0;
      padding: 0; } }

@media (max-width: 575px) {
  .compare-table__title {
    font-size: 14px;
    padding: 5px;
    margin: 0 -15px; }
  .compare-table__row {
    padding: 0 5px;
    margin: 0 -15px; }
    .compare-table__row-item {
      font-size: 14px;
      line-height: 18px;
      width: calc(100vw / 2 - 10px); } }

.compare-component.empty .compare-component__notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.compare-component__notification {
  display: none; }

.compare-component__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 10px; }
  .compare-component__categories-item {
    display: block;
    width: 100%;
    padding: 14px 18px 10px;
    color: #0F0F0F;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #C9D2DC;
    -webkit-transition: border-color .4s, font-weight .4s;
    transition: border-color .4s, font-weight .4s; }
    .compare-component__categories-item.active {
      border-color: #0039D8;
      font-weight: 700; }
    .compare-component__categories-item:first-child {
      border-radius: 3px 3px 0 0; }
    .compare-component__categories-item:last-child {
      border-radius: 0 0 3px 3px; }

.compare-component__controlls {
  padding: 20px;
  background-color: #fff; }

.compare-component__product-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 35px;
  height: 475px; }
  .compare-component__product-scroller:not(.os-host) {
    visibility: hidden; }
  .compare-component__product-scroller .os-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px; }
  .compare-component__product-scroller .product-card {
    margin-right: 15px;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.compare-component__params-wrapper {
  padding: 15px 0 0; }

.compare-component__params-table {
  padding: 5px 0; }

.compare-component .product-card-btn {
  width: 100%; }

@media (max-width: 1199px) {
  .compare-component__product-scroller {
    height: auto; }
    .compare-component__product-scroller .os-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .compare-component__product-scroller .product-card {
      margin-right: 10px; } }

@media (max-width: 991px) {
  .compare-component__product-scroller {
    padding: 0 0 35px;
    height: auto; }
  .compare-component__controlls {
    margin-bottom: 20px; } }

@media (max-width: 565px) {
  .compare-component__product-scroller {
    padding: 0 0 25px; }
  .compare-component__params-wrapper {
    padding: 5px 0 0; } }

.filters__footer {
  padding: 19px 25px 26px;
  background-color: #fff; }
  .filters__footer-result {
    color: #757575;
    font-size: 15px;
    text-align: center;
    padding-bottom: 29px; }
  .filters__footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .filters__footer-buttons input {
      padding: 0;
      margin-bottom: 5px;
      cursor: pointer;
      height: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2 - 5px);
              flex: 0 0 calc(100% / 2 - 5px);
      font-size: 11px;
      letter-spacing: 0.785714px; }
    .filters__footer-buttons input[type="reset"] {
      font-size: 11px !important;
      color: #757575;
      font-weight: 700;
      letter-spacing: 0.785714px;
      text-transform: uppercase;
      background-color: #F1F4F7;
      border: 0 !important;
      -webkit-transition: background-color .4s;
      transition: background-color .4s; }
      .filters__footer-buttons input[type="reset"]:hover {
        background-color: #C9D2DC; }

.filters__mobile-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  padding: 16px 12px;
  border-top: 1px solid #e5e5e5; }

.filters__mobile-result {
  color: #373a3c;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px; }

.filters__mobile-controllers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .filters__mobile-controllers button {
    padding: 0;
    margin-bottom: 5px;
    cursor: pointer;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 5px);
            flex: 0 0 calc(100% / 2 - 5px);
    font-size: 11px;
    letter-spacing: 0.785714px; }

.filters__mobile-reset {
  font-size: 11px !important;
  color: #757575;
  font-weight: 700;
  letter-spacing: 0.785714px;
  text-transform: uppercase;
  background-color: #F1F4F7;
  border: 0 !important;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .filters__mobile-reset:hover {
    background-color: #C9D2DC; }

.filters input:not([type="submit"]) {
  width: 100%;
  max-width: 100%;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #757575;
  font-size: 15px;
  line-height: 1;
  padding: 0 16px; }
  .filters input:not([type="submit"])::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 14px; }
  .filters input:not([type="submit"])::-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 14px; }
  .filters input:not([type="submit"])::placeholder {
    color: #9b9b9b;
    font-size: 14px; }

.filters__show-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-bottom: 4px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #C9D2DC;
  border-radius: 3px;
  color: #757575;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: border-color .4s;
  transition: border-color .4s; }
  .filters__show-hidden:hover {
    color: #757575;
    border-color: #ED412F; }
  .filters__show-hidden:before {
    content: 'Показать еще'; }

.collapse.show + .filters__show-hidden:before {
  content: 'Скрыть'; }

@media (max-width: 1199px) {
  .filters {
    background-color: #fff;
    position: fixed;
    z-index: 800;
    width: calc(100% - 50px);
    height: 100%;
    right: 0;
    top: 0;
    overflow-y: auto;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: .3s;
    transition: .3s; }
    .filters.opened {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
    .filters__footer {
      display: none; }
    .filters__mobile-wrapper {
      height: calc(100% - 100px);
      overflow-y: auto; } }

.filter-block {
  border-bottom: 4px solid #F1F4F7;
  background-color: #fff; }
  .filter-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 23px 20px 23px 25px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    -webkit-transition: color .4s;
    transition: color .4s; }
    .filter-block__header svg {
      width: 12px;
      height: 7px;
      margin-top: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      fill: #757575;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .filter-block__header:before {
      content: '';
      width: 26px;
      height: 26px;
      position: absolute;
      left: -13px;
      top: 16px;
      border: 4px solid #0039D8;
      border-radius: 26px; }
    .filter-block__header:hover {
      color: #ED412F; }
    .filter-block__header.collapsed svg {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .filter-block__body .custom-control {
    padding: 3px 0 3px 24px;
    margin-bottom: 8px;
    cursor: pointer; }
    .filter-block__body .custom-control-label {
      display: block;
      color: #757575;
      font-size: 15px;
      line-height: 1;
      cursor: pointer;
      -webkit-transition: color .4s;
      transition: color .4s; }
      .filter-block__body .custom-control-label:before, .filter-block__body .custom-control-label:after {
        width: 18px;
        height: 18px;
        top: -3px;
        border-radius: 2px; }
      .filter-block__body .custom-control-label:before {
        background-color: transparent;
        border: 1px solid #CDCDCD; }
    .filter-block__body .custom-control .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #ED412F;
      border-color: #ED412F; }
    .filter-block__body .custom-control input {
      display: none; }
    .filter-block__body .custom-control:hover .custom-control-label {
      color: #0F0F0F; }
  .filter-block__body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #ED412F; }
  .filter-block__wrapper {
    padding: 0 20px 29px 25px;
    overflow: hidden; }
  .filter-block__scroll-content {
    max-height: 210px; }
    .filter-block__scroll-content .os-content {
      padding: 0 15px 0 0 !important; }
  .filter-block__search_field {
    margin-bottom: 14px; }

.range-slider-field {
  position: relative; }
  .range-slider-field__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .range-slider-field__inputs:after {
      content: '';
      width: 20px;
      height: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #D8D8D8; }
  .range-slider-field__min-price, .range-slider-field__max-price {
    width: 90px !important; }
    .range-slider-field__min-price::-webkit-outer-spin-button, .range-slider-field__min-price::-webkit-inner-spin-button, .range-slider-field__max-price::-webkit-outer-spin-button, .range-slider-field__max-price::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.irs {
  height: 22px;
  margin-bottom: 20px; }
  .irs-min, .irs-max, .irs-from, .irs-to, .irs-single {
    display: none; }
  .irs-line {
    top: 9px;
    border-radius: 2px;
    background: #D1DBE4;
    height: 4px;
    border: none; }
  .irs-bar {
    top: 9px;
    height: 4px;
    border-radius: 2px;
    background: #9EB8D2;
    border: none; }
  .irs-slider {
    top: 0;
    width: 22px;
    height: 22px;
    border: 5px solid #ED412F;
    background: #fff; }

.mobile-filters-trigger {
  display: block;
  height: 40px;
  background-color: #ED412F;
  border: 1px solid #ED412F;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  .mobile-filters-trigger:hover {
    background-color: #fff;
    color: #ED412F !important; }

.nav-close {
  position: fixed;
  top: 0;
  z-index: 600;
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 100%;
  background-color: rgba(81, 76, 71, 0.5);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  overflow-y: auto; }
  .nav-close span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #ED412F; }
    .nav-close span:before, .nav-close span:after {
      content: '';
      display: block;
      position: absolute;
      top: 24px;
      left: 16px;
      width: 20px;
      height: 2px;
      background: #fff; }
    .nav-close span:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav-close span:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media (max-width: 1199px) {
  .nav-close.opened {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: block; } }

.mobile-menu-button {
  height: 100%;
  background-color: transparent;
  border: 0;
  padding: 0 15px; }

.burger {
  position: relative;
  width: 26px;
  height: 14px; }
  .burger-lines {
    position: relative;
    width: 100%;
    height: 100%; }
    .burger-lines__top, .burger-lines__center, .burger-lines__bottom {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 2px;
      background-color: #0F0F0F;
      margin: auto 0;
      -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
      transition: opacity 200ms ease, -webkit-transform 200ms ease;
      transition: transform 200ms ease, opacity 200ms ease;
      transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease; }
    .burger-lines__center {
      width: 100%;
      left: 0; }
    .burger-lines__top, .burger-lines__bottom {
      width: 66%; }
    .burger-lines__top {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      right: 0; }
    .burger-lines__bottom {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
      left: 0; }
    .burger-lines-circle {
      width: 14px;
      height: 14px;
      position: absolute;
      top: -10px;
      left: -3px;
      z-index: 1;
      -webkit-transform: scale(0);
              transform: scale(0);
      font-size: 0;
      background-color: #ED412F;
      border: 3px solid #fff;
      border-radius: 14px;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
      .burger-lines-circle.filled {
        -webkit-transform: scale(1);
                transform: scale(1); }
  .mobile-menu-button.opened .burger-lines__top {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg); }
  .mobile-menu-button.opened .burger-lines__center {
    -webkit-transform: translateX(-5px) scale(0.8);
            transform: translateX(-5px) scale(0.8);
    opacity: 0; }
  .mobile-menu-button.opened .burger-lines__bottom {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg); }
  .mobile-menu-button.opened .burger-lines__top, .mobile-menu-button.opened .burger-lines__bottom {
    width: 100%; }

.notify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  padding: 35px 40px;
  margin-bottom: 30px; }
  .notify-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .notify-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 53px;
    height: 52px;
    fill: #c0c0c0;
    margin-right: 30px; }
  .notify-title {
    font-size: 24px;
    font-weight: 700;
    color: #0F0F0F;
    line-height: 1.5; }
  .notify-desc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5; }
  .notify-button {
    height: 50px;
    padding: 4px 20px 0; }

@media (max-width: 991px) {
  .notify-body {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .notify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .notify-icon {
      width: 40px;
      height: 39px;
      margin-right: 10px; }
    .notify-title {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 1; }
    .notify-desc {
      line-height: 1.25; } }

@media (max-width: 575px) {
  .notify {
    padding: 15px 20px; }
    .notify-body {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.form {
  max-width: 670px;
  max-width: 100%;
  padding: 6px 0 0; }
  .form-title {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    border-bottom: 4px solid #F1F4F7;
    padding: 0 0 14px;
    margin: 0 0 30px; }
  .form-group__title {
    margin-bottom: 5px; }

@media (max-width: 1199px) {
  .form-title {
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 20px; } }

.subscribe-desc {
  max-width: 200px;
  padding: 0 10px; }
  .subscribe-desc-icon {
    width: 62px;
    height: 55px; }
  .subscribe-desc-title {
    line-height: 19px;
    padding-top: 12px; }

.sidebar-helper {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 320px;
  max-width: 270px;
  margin: 30px 0 0; }
  .sidebar-helper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 116, 216, 0.84); }
  .sidebar-helper__wrapper {
    position: absolute;
    z-index: 2;
    max-width: calc(100% - 32px);
    bottom: 34px;
    left: 16px; }
  .sidebar-helper__title {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 30px; }
  .sidebar-helper__button {
    display: inline-block;
    padding: 7px 16px;
    margin: 20px 0 0;
    color: #ED412F;
    font-size: 16px;
    line-height: 21px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s; }
    .sidebar-helper__button:hover {
      background-color: transparent;
      color: #fff; }

.color-checkbox {
  display: inline-block;
  position: relative;
  margin: 0 5px 10px 0;
  cursor: pointer; }
  .color-checkbox_white-color input:checked + .color-checkbox__new-checkbox:after {
    display: none; }
  .color-checkbox_white-color input:checked + .color-checkbox__new-checkbox > svg {
    fill: #ED412F; }
  .color-checkbox_white-color .color-checkbox__new-checkbox {
    border: 1px solid #ccc; }
  .color-checkbox:hover {
    border-color: #dbdbdb; }
  .color-checkbox input {
    display: none; }
  input:checked + .color-checkbox__new-checkbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1); }
  input:checked + .color-checkbox__new-checkbox > svg {
    opacity: 1; }
  .color-checkbox__new-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: 25px;
    height: 25px;
    border-radius: 4px; }
    .color-checkbox__new-checkbox > svg {
      position: relative;
      z-index: 2;
      fill: #fff;
      opacity: 0;
      -webkit-transition: .2s;
      transition: .2s; }

.filter-counter {
  width: 125px;
  height: 39px;
  line-height: 35px;
  background-color: #0039D8;
  opacity: .9;
  text-align: center;
  position: absolute;
  right: -109px;
  -webkit-transition: top .3s;
  transition: top .3s;
  display: none;
  z-index: 99;
  text-decoration: none !important;
  border-radius: 3px; }
  .filter-counter input {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer; }
  .filter-counter span {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.785714px;
    text-transform: uppercase;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
  .filter-counter:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -4px;
    z-index: 9;
    background-color: #0039D8;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .filter-counter:hover span {
    border-color: transparent; }

@media (max-width: 1199px) {
  .filter-counter {
    display: none !important; } }

body.loading-blocks {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }
  body.loading-blocks .mobile-filters-trigger {
    position: relative; }
    body.loading-blocks .mobile-filters-trigger:after {
      content: "";
      position: absolute;
      z-index: 99;
      top: -1px;
      left: -1px;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      background-color: #d1d1d1; }
  body.loading-blocks .sort-parameters__order-by {
    position: relative;
    overflow: hidden; }
    body.loading-blocks .sort-parameters__order-by:after {
      content: "";
      position: absolute;
      z-index: 99;
      top: -1px;
      left: -1px;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjE2cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDIxNiAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTIgKDY2ODY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5CRyBDb3B5IDEwPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNhdGFsb2ctQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3NS4wMDAwMDAsIC0zNTMuMDAwMDAwKSIgZmlsbD0iI0YwRjBGMCI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJCRy1Db3B5LTEwIiB4PSI2NzUiIHk9IjM1MyIgd2lkdGg9IjIxNiIgaGVpZ2h0PSIxOCIgcng9IjQiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
      background-size: cover;
      background-position: center top; }
  body.loading-blocks .sort-parameters__layout-types button {
    position: relative; }
    body.loading-blocks .sort-parameters__layout-types button:after {
      content: "";
      position: absolute;
      z-index: 99;
      top: -2px;
      left: -2px;
      height: calc(100% + 4px);
      width: calc(100% + 4px);
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyICg2Njg2OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QkcgQ29weSA0MDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDYXRhbG9nLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTE1LjAwMDAwMCwgLTM0Ni4wMDAwMDApIiBmaWxsPSIjRjBGMEYwIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0ODAuMDAwMDAwLCAzNDYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzUsMy45OTkyNzQ4IEMzNSwxLjc5MDUzNjMyIDM2Ljc4Njc5NDcsMCAzOC45OTkyNzQ4LDAgTDYxLjAwMDcyNTIsMCBDNjMuMjA5NDYzNywwIDY1LDEuNzg2Nzk0NjYgNjUsMy45OTkyNzQ4IEw2NSwyNi4wMDA3MjUyIEM2NSwyOC4yMDk0NjM3IDYzLjIxMzIwNTMsMzAgNjEuMDAwNzI1MiwzMCBMMzguOTk5Mjc0OCwzMCBDMzYuNzkwNTM2MywzMCAzNSwyOC4yMTMyMDUzIDM1LDI2LjAwMDcyNTIgTDM1LDMuOTk5Mjc0OCBaIiBpZD0iQkctQ29weS00MCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
      background-size: cover;
      background-position: center top; }
  body.loading-blocks .catalog-categories {
    position: relative;
    overflow: hidden;
    height: 70px; }
    body.loading-blocks .catalog-categories:after {
      content: "";
      position: absolute;
      z-index: 99;
      top: -1px;
      left: -1px;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODcwcHgiIGhlaWdodD0iNjVweCIgdmlld0JveD0iMCAwIDg3MCA2NSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTIgKDY2ODY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5CRzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDYXRhbG9nLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzUuMDAwMDAwLCAtMjYyLjAwMDAwMCkiIGZpbGw9IiNGMEYwRjAiPgogICAgICAgICAgICA8cmVjdCBpZD0iQkciIHg9IjY3NSIgeT0iMjYyIiB3aWR0aD0iODcwIiBoZWlnaHQ9IjY1IiByeD0iNCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      background-size: cover;
      background-position: center top; }
  body.loading-blocks .product-card:after {
    content: "";
    position: absolute;
    z-index: 99;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background-image: url("../images/card_big.jpg");
    background-size: 100% 100%; }
  body.loading-blocks .product-card-wide {
    position: relative;
    height: 70px;
    overflow: hidden; }
    body.loading-blocks .product-card-wide:after {
      content: "";
      position: absolute;
      z-index: 99;
      top: -1px;
      left: -1px;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      background-image: url("../images/card_horizontal.jpg");
      background-size: 100% 100%; }
  body.loading-blocks .filters {
    position: relative;
    height: 1020px;
    overflow: hidden; }
    body.loading-blocks .filters:after {
      content: "";
      position: absolute;
      z-index: 99;
      top: -1px;
      left: -1px;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjcwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNzAgODAwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MiAoNjY4NjkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkdyb3VwIDI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2F0YWxvZy1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc1LjAwMDAwMCwgLTI2Mi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3NS4wMDAwMDAsIDI2Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDMuOTk2NTExODkgQzAsMS43ODkyOTkzMiAxLjc5NTU0OCwwIDMuOTk5ODExOTEsMCBMMjY2LjAwMDE4OCwwIEMyNjguMjA5MjIzLDAgMjcwLDEuNzkzMDI1MDQgMjcwLDMuOTk2NTExODkgTDI3MCw3OTYuMDAzNDg4IEMyNzAsNzk4LjIxMDcwMSAyNjguMjA0NDUyLDgwMCAyNjYuMDAwMTg4LDgwMCBMMy45OTk4MTE5MSw4MDAgQzEuNzkwNzc2NzksODAwIDAsNzk4LjIwNjk3NSAwLDc5Ni4wMDM0ODggTDAsMy45OTY1MTE4OSBaIiBpZD0iYmFzZS1jb3B5LTIiIGZpbGw9IiNGMEYwRjAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJCRy1Db3B5LTEzIiBmaWxsPSIjRDFEMUQxIiB4PSIyNyIgeT0iMjMiIHdpZHRoPSIyMTYiIGhlaWdodD0iMTgiIHJ4PSI0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcsNjguOTk0NzgzNCBDMjcsNjYuNzg4NTI1NSAyOC43OTE3MTU2LDY1IDMwLjk5NDc4MzQsNjUgTDQxLjAwNTIxNjYsNjUgQzQzLjIxMTQ3NDUsNjUgNDUsNjYuNzkxNzE1NiA0NSw2OC45OTQ3ODM0IEw0NSw3OS4wMDUyMTY2IEM0NSw4MS4yMTE0NzQ1IDQzLjIwODI4NDQsODMgNDEuMDA1MjE2Niw4MyBMMzAuOTk0NzgzNCw4MyBDMjguNzg4NTI1NSw4MyAyNyw4MS4yMDgyODQ0IDI3LDc5LjAwNTIxNjYgTDI3LDY4Ljk5NDc4MzQgWiIgaWQ9IkJHLUNvcHktMTQiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNywxMDAuOTk0NzgzIEMyNyw5OC43ODg1MjU1IDI4Ljc5MTcxNTYsOTcgMzAuOTk0NzgzNCw5NyBMNDEuMDA1MjE2Niw5NyBDNDMuMjExNDc0NSw5NyA0NSw5OC43OTE3MTU2IDQ1LDEwMC45OTQ3ODMgTDQ1LDExMS4wMDUyMTcgQzQ1LDExMy4yMTE0NzUgNDMuMjA4Mjg0NCwxMTUgNDEuMDA1MjE2NiwxMTUgTDMwLjk5NDc4MzQsMTE1IEMyOC43ODg1MjU1LDExNSAyNywxMTMuMjA4Mjg0IDI3LDExMS4wMDUyMTcgTDI3LDEwMC45OTQ3ODMgWiIgaWQ9IkJHLUNvcHktMTYiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNywxMzIuOTk0NzgzIEMyNywxMzAuNzg4NTI1IDI4Ljc5MTcxNTYsMTI5IDMwLjk5NDc4MzQsMTI5IEw0MS4wMDUyMTY2LDEyOSBDNDMuMjExNDc0NSwxMjkgNDUsMTMwLjc5MTcxNiA0NSwxMzIuOTk0NzgzIEw0NSwxNDMuMDA1MjE3IEM0NSwxNDUuMjExNDc1IDQzLjIwODI4NDQsMTQ3IDQxLjAwNTIxNjYsMTQ3IEwzMC45OTQ3ODM0LDE0NyBDMjguNzg4NTI1NSwxNDcgMjcsMTQ1LjIwODI4NCAyNywxNDMuMDA1MjE3IEwyNywxMzIuOTk0NzgzIFoiIGlkPSJCRy1Db3B5LTE4IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcsMTY0Ljk5NDc4MyBDMjcsMTYyLjc4ODUyNSAyOC43OTE3MTU2LDE2MSAzMC45OTQ3ODM0LDE2MSBMNDEuMDA1MjE2NiwxNjEgQzQzLjIxMTQ3NDUsMTYxIDQ1LDE2Mi43OTE3MTYgNDUsMTY0Ljk5NDc4MyBMNDUsMTc1LjAwNTIxNyBDNDUsMTc3LjIxMTQ3NSA0My4yMDgyODQ0LDE3OSA0MS4wMDUyMTY2LDE3OSBMMzAuOTk0NzgzNCwxNzkgQzI4Ljc4ODUyNTUsMTc5IDI3LDE3Ny4yMDgyODQgMjcsMTc1LjAwNTIxNyBMMjcsMTY0Ljk5NDc4MyBaIiBpZD0iQkctQ29weS0yMCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU1LDcwLjk5OTYxNSBDNTUsNjkuODk1MjU4MSA1NS44ODg3NDQxLDY5IDU3LjAwNTI3Niw2OSBMMTgzLjk5NDcyNCw2OSBDMTg1LjEwMjIwNyw2OSAxODYsNjkuODg3NDMzMyAxODYsNzAuOTk5NjE1IEwxODYsNzcuMDAwMzg1IEMxODYsNzguMTA0NzQxOSAxODUuMTExMjU2LDc5IDE4My45OTQ3MjQsNzkgTDU3LjAwNTI3Niw3OSBDNTUuODk3NzkyNyw3OSA1NSw3OC4xMTI1NjY3IDU1LDc3LjAwMDM4NSBMNTUsNzAuOTk5NjE1IFoiIGlkPSJCRy1Db3B5LTE1IiBmaWxsPSIjRDFEMUQxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUsMTAyLjk5OTYxNSBDNTUsMTAxLjg5NTI1OCA1NS44ODY3NjU5LDEwMSA1Ni45OTIzMTg0LDEwMSBMMjA0LjAwNzY4MiwxMDEgQzIwNS4xMDgwMDksMTAxIDIwNiwxMDEuODg3NDMzIDIwNiwxMDIuOTk5NjE1IEwyMDYsMTA5LjAwMDM4NSBDMjA2LDExMC4xMDQ3NDIgMjA1LjExMzIzNCwxMTEgMjA0LjAwNzY4MiwxMTEgTDU2Ljk5MjMxODQsMTExIEM1NS44OTE5OTEzLDExMSA1NSwxMTAuMTEyNTY3IDU1LDEwOS4wMDAzODUgTDU1LDEwMi45OTk2MTUgWiIgaWQ9IkJHLUNvcHktMTciIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NSwxMzQuOTk5NjE1IEM1NSwxMzMuODk1MjU4IDU1Ljg5ODQzNzUsMTMzIDU2Ljk5NzQ5ODMsMTMzIEwxMzMuMDAyNTAyLDEzMyBDMTM0LjEwNTY5LDEzMyAxMzUsMTMzLjg4NzQzMyAxMzUsMTM0Ljk5OTYxNSBMMTM1LDE0MS4wMDAzODUgQzEzNSwxNDIuMTA0NzQyIDEzNC4xMDE1NjMsMTQzIDEzMy4wMDI1MDIsMTQzIEw1Ni45OTc0OTgzLDE0MyBDNTUuODk0MzEwNCwxNDMgNTUsMTQyLjExMjU2NyA1NSwxNDEuMDAwMzg1IEw1NSwxMzQuOTk5NjE1IFoiIGlkPSJCRy1Db3B5LTE5IiBmaWxsPSIjRDFEMUQxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUsMTY2Ljk5OTYxNSBDNTUsMTY1Ljg5NTI1OCA1NS44OTM0ODgyLDE2NSA1Ni45OTc0NzgyLDE2NSBMMTY0LjAwMjUyMiwxNjUgQzE2NS4xMDU2OTksMTY1IDE2NiwxNjUuODg3NDMzIDE2NiwxNjYuOTk5NjE1IEwxNjYsMTczLjAwMDM4NSBDMTY2LDE3NC4xMDQ3NDIgMTY1LjEwNjUxMiwxNzUgMTY0LjAwMjUyMiwxNzUgTDU2Ljk5NzQ3ODIsMTc1IEM1NS44OTQzMDE1LDE3NSA1NSwxNzQuMTEyNTY3IDU1LDE3My4wMDAzODUgTDU1LDE2Ni45OTk2MTUgWiIgaWQ9IkJHLUNvcHktMjEiIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJCRy1Db3B5LTEzIiBmaWxsPSIjRDFEMUQxIiB4PSIyNyIgeT0iMjE5IiB3aWR0aD0iMjE2IiBoZWlnaHQ9IjE4IiByeD0iNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3LDI2NC45OTQ3ODMgQzI3LDI2Mi43ODg1MjUgMjguNzkxNzE1NiwyNjEgMzAuOTk0NzgzNCwyNjEgTDQxLjAwNTIxNjYsMjYxIEM0My4yMTE0NzQ1LDI2MSA0NSwyNjIuNzkxNzE2IDQ1LDI2NC45OTQ3ODMgTDQ1LDI3NS4wMDUyMTcgQzQ1LDI3Ny4yMTE0NzUgNDMuMjA4Mjg0NCwyNzkgNDEuMDA1MjE2NiwyNzkgTDMwLjk5NDc4MzQsMjc5IEMyOC43ODg1MjU1LDI3OSAyNywyNzcuMjA4Mjg0IDI3LDI3NS4wMDUyMTcgTDI3LDI2NC45OTQ3ODMgWiIgaWQ9IkJHLUNvcHktMTQiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNywyOTYuOTk0NzgzIEMyNywyOTQuNzg4NTI1IDI4Ljc5MTcxNTYsMjkzIDMwLjk5NDc4MzQsMjkzIEw0MS4wMDUyMTY2LDI5MyBDNDMuMjExNDc0NSwyOTMgNDUsMjk0Ljc5MTcxNiA0NSwyOTYuOTk0NzgzIEw0NSwzMDcuMDA1MjE3IEM0NSwzMDkuMjExNDc1IDQzLjIwODI4NDQsMzExIDQxLjAwNTIxNjYsMzExIEwzMC45OTQ3ODM0LDMxMSBDMjguNzg4NTI1NSwzMTEgMjcsMzA5LjIwODI4NCAyNywzMDcuMDA1MjE3IEwyNywyOTYuOTk0NzgzIFoiIGlkPSJCRy1Db3B5LTE2IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcsMzI4Ljk5NDc4MyBDMjcsMzI2Ljc4ODUyNSAyOC43OTE3MTU2LDMyNSAzMC45OTQ3ODM0LDMyNSBMNDEuMDA1MjE2NiwzMjUgQzQzLjIxMTQ3NDUsMzI1IDQ1LDMyNi43OTE3MTYgNDUsMzI4Ljk5NDc4MyBMNDUsMzM5LjAwNTIxNyBDNDUsMzQxLjIxMTQ3NSA0My4yMDgyODQ0LDM0MyA0MS4wMDUyMTY2LDM0MyBMMzAuOTk0NzgzNCwzNDMgQzI4Ljc4ODUyNTUsMzQzIDI3LDM0MS4yMDgyODQgMjcsMzM5LjAwNTIxNyBMMjcsMzI4Ljk5NDc4MyBaIiBpZD0iQkctQ29weS0xOCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3LDM2MC45OTQ3ODMgQzI3LDM1OC43ODg1MjUgMjguNzkxNzE1NiwzNTcgMzAuOTk0NzgzNCwzNTcgTDQxLjAwNTIxNjYsMzU3IEM0My4yMTE0NzQ1LDM1NyA0NSwzNTguNzkxNzE2IDQ1LDM2MC45OTQ3ODMgTDQ1LDM3MS4wMDUyMTcgQzQ1LDM3My4yMTE0NzUgNDMuMjA4Mjg0NCwzNzUgNDEuMDA1MjE2NiwzNzUgTDMwLjk5NDc4MzQsMzc1IEMyOC43ODg1MjU1LDM3NSAyNywzNzMuMjA4Mjg0IDI3LDM3MS4wMDUyMTcgTDI3LDM2MC45OTQ3ODMgWiIgaWQ9IkJHLUNvcHktMjAiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NSwyNjYuOTk5NjE1IEM1NSwyNjUuODk1MjU4IDU1Ljg4ODc0NDEsMjY1IDU3LjAwNTI3NiwyNjUgTDE4My45OTQ3MjQsMjY1IEMxODUuMTAyMjA3LDI2NSAxODYsMjY1Ljg4NzQzMyAxODYsMjY2Ljk5OTYxNSBMMTg2LDI3My4wMDAzODUgQzE4NiwyNzQuMTA0NzQyIDE4NS4xMTEyNTYsMjc1IDE4My45OTQ3MjQsMjc1IEw1Ny4wMDUyNzYsMjc1IEM1NS44OTc3OTI3LDI3NSA1NSwyNzQuMTEyNTY3IDU1LDI3My4wMDAzODUgTDU1LDI2Ni45OTk2MTUgWiIgaWQ9IkJHLUNvcHktMTUiIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NSwyOTguOTk5NjE1IEM1NSwyOTcuODk1MjU4IDU1Ljg4Njc2NTksMjk3IDU2Ljk5MjMxODQsMjk3IEwyMDQuMDA3NjgyLDI5NyBDMjA1LjEwODAwOSwyOTcgMjA2LDI5Ny44ODc0MzMgMjA2LDI5OC45OTk2MTUgTDIwNiwzMDUuMDAwMzg1IEMyMDYsMzA2LjEwNDc0MiAyMDUuMTEzMjM0LDMwNyAyMDQuMDA3NjgyLDMwNyBMNTYuOTkyMzE4NCwzMDcgQzU1Ljg5MTk5MTMsMzA3IDU1LDMwNi4xMTI1NjcgNTUsMzA1LjAwMDM4NSBMNTUsMjk4Ljk5OTYxNSBaIiBpZD0iQkctQ29weS0xNyIgZmlsbD0iI0QxRDFEMSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU1LDMzMC45OTk2MTUgQzU1LDMyOS44OTUyNTggNTUuODk4NDM3NSwzMjkgNTYuOTk3NDk4MywzMjkgTDEzMy4wMDI1MDIsMzI5IEMxMzQuMTA1NjksMzI5IDEzNSwzMjkuODg3NDMzIDEzNSwzMzAuOTk5NjE1IEwxMzUsMzM3LjAwMDM4NSBDMTM1LDMzOC4xMDQ3NDIgMTM0LjEwMTU2MywzMzkgMTMzLjAwMjUwMiwzMzkgTDU2Ljk5NzQ5ODMsMzM5IEM1NS44OTQzMTA0LDMzOSA1NSwzMzguMTEyNTY3IDU1LDMzNy4wMDAzODUgTDU1LDMzMC45OTk2MTUgWiIgaWQ9IkJHLUNvcHktMTkiIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NSwzNjIuOTk5NjE1IEM1NSwzNjEuODk1MjU4IDU1Ljg5MzQ4ODIsMzYxIDU2Ljk5NzQ3ODIsMzYxIEwxNjQuMDAyNTIyLDM2MSBDMTY1LjEwNTY5OSwzNjEgMTY2LDM2MS44ODc0MzMgMTY2LDM2Mi45OTk2MTUgTDE2NiwzNjkuMDAwMzg1IEMxNjYsMzcwLjEwNDc0MiAxNjUuMTA2NTEyLDM3MSAxNjQuMDAyNTIyLDM3MSBMNTYuOTk3NDc4MiwzNzEgQzU1Ljg5NDMwMTUsMzcxIDU1LDM3MC4xMTI1NjcgNTUsMzY5LjAwMDM4NSBMNTUsMzYyLjk5OTYxNSBaIiBpZD0iQkctQ29weS0yMSIgZmlsbD0iI0QxRDFEMSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IkJHLUNvcHktMTMiIGZpbGw9IiNEMUQxRDEiIHg9IjI3IiB5PSI0MTUiIHdpZHRoPSIyMTYiIGhlaWdodD0iMTgiIHJ4PSI0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcsNDYwLjk5NDc4MyBDMjcsNDU4Ljc4ODUyNSAyOC43OTE3MTU2LDQ1NyAzMC45OTQ3ODM0LDQ1NyBMNDEuMDA1MjE2Niw0NTcgQzQzLjIxMTQ3NDUsNDU3IDQ1LDQ1OC43OTE3MTYgNDUsNDYwLjk5NDc4MyBMNDUsNDcxLjAwNTIxNyBDNDUsNDczLjIxMTQ3NSA0My4yMDgyODQ0LDQ3NSA0MS4wMDUyMTY2LDQ3NSBMMzAuOTk0NzgzNCw0NzUgQzI4Ljc4ODUyNTUsNDc1IDI3LDQ3My4yMDgyODQgMjcsNDcxLjAwNTIxNyBMMjcsNDYwLjk5NDc4MyBaIiBpZD0iQkctQ29weS0xNCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3LDQ5Mi45OTQ3ODMgQzI3LDQ5MC43ODg1MjUgMjguNzkxNzE1Niw0ODkgMzAuOTk0NzgzNCw0ODkgTDQxLjAwNTIxNjYsNDg5IEM0My4yMTE0NzQ1LDQ4OSA0NSw0OTAuNzkxNzE2IDQ1LDQ5Mi45OTQ3ODMgTDQ1LDUwMy4wMDUyMTcgQzQ1LDUwNS4yMTE0NzUgNDMuMjA4Mjg0NCw1MDcgNDEuMDA1MjE2Niw1MDcgTDMwLjk5NDc4MzQsNTA3IEMyOC43ODg1MjU1LDUwNyAyNyw1MDUuMjA4Mjg0IDI3LDUwMy4wMDUyMTcgTDI3LDQ5Mi45OTQ3ODMgWiIgaWQ9IkJHLUNvcHktMTYiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNyw1MjQuOTk0NzgzIEMyNyw1MjIuNzg4NTI1IDI4Ljc5MTcxNTYsNTIxIDMwLjk5NDc4MzQsNTIxIEw0MS4wMDUyMTY2LDUyMSBDNDMuMjExNDc0NSw1MjEgNDUsNTIyLjc5MTcxNiA0NSw1MjQuOTk0NzgzIEw0NSw1MzUuMDA1MjE3IEM0NSw1MzcuMjExNDc1IDQzLjIwODI4NDQsNTM5IDQxLjAwNTIxNjYsNTM5IEwzMC45OTQ3ODM0LDUzOSBDMjguNzg4NTI1NSw1MzkgMjcsNTM3LjIwODI4NCAyNyw1MzUuMDA1MjE3IEwyNyw1MjQuOTk0NzgzIFoiIGlkPSJCRy1Db3B5LTE4IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcsNTU2Ljk5NDc4MyBDMjcsNTU0Ljc4ODUyNSAyOC43OTE3MTU2LDU1MyAzMC45OTQ3ODM0LDU1MyBMNDEuMDA1MjE2Niw1NTMgQzQzLjIxMTQ3NDUsNTUzIDQ1LDU1NC43OTE3MTYgNDUsNTU2Ljk5NDc4MyBMNDUsNTY3LjAwNTIxNyBDNDUsNTY5LjIxMTQ3NSA0My4yMDgyODQ0LDU3MSA0MS4wMDUyMTY2LDU3MSBMMzAuOTk0NzgzNCw1NzEgQzI4Ljc4ODUyNTUsNTcxIDI3LDU2OS4yMDgyODQgMjcsNTY3LjAwNTIxNyBMMjcsNTU2Ljk5NDc4MyBaIiBpZD0iQkctQ29weS0yMCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU1LDQ2Mi45OTk2MTUgQzU1LDQ2MS44OTUyNTggNTUuODg4NzQ0MSw0NjEgNTcuMDA1Mjc2LDQ2MSBMMTgzLjk5NDcyNCw0NjEgQzE4NS4xMDIyMDcsNDYxIDE4Niw0NjEuODg3NDMzIDE4Niw0NjIuOTk5NjE1IEwxODYsNDY5LjAwMDM4NSBDMTg2LDQ3MC4xMDQ3NDIgMTg1LjExMTI1Niw0NzEgMTgzLjk5NDcyNCw0NzEgTDU3LjAwNTI3Niw0NzEgQzU1Ljg5Nzc5MjcsNDcxIDU1LDQ3MC4xMTI1NjcgNTUsNDY5LjAwMDM4NSBMNTUsNDYyLjk5OTYxNSBaIiBpZD0iQkctQ29weS0xNSIgZmlsbD0iI0QxRDFEMSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU1LDQ5NC45OTk2MTUgQzU1LDQ5My44OTUyNTggNTUuODg2NzY1OSw0OTMgNTYuOTkyMzE4NCw0OTMgTDIwNC4wMDc2ODIsNDkzIEMyMDUuMTA4MDA5LDQ5MyAyMDYsNDkzLjg4NzQzMyAyMDYsNDk0Ljk5OTYxNSBMMjA2LDUwMS4wMDAzODUgQzIwNiw1MDIuMTA0NzQyIDIwNS4xMTMyMzQsNTAzIDIwNC4wMDc2ODIsNTAzIEw1Ni45OTIzMTg0LDUwMyBDNTUuODkxOTkxMyw1MDMgNTUsNTAyLjExMjU2NyA1NSw1MDEuMDAwMzg1IEw1NSw0OTQuOTk5NjE1IFoiIGlkPSJCRy1Db3B5LTE3IiBmaWxsPSIjRDFEMUQxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUsNTI2Ljk5OTYxNSBDNTUsNTI1Ljg5NTI1OCA1NS44OTg0Mzc1LDUyNSA1Ni45OTc0OTgzLDUyNSBMMTMzLjAwMjUwMiw1MjUgQzEzNC4xMDU2OSw1MjUgMTM1LDUyNS44ODc0MzMgMTM1LDUyNi45OTk2MTUgTDEzNSw1MzMuMDAwMzg1IEMxMzUsNTM0LjEwNDc0MiAxMzQuMTAxNTYzLDUzNSAxMzMuMDAyNTAyLDUzNSBMNTYuOTk3NDk4Myw1MzUgQzU1Ljg5NDMxMDQsNTM1IDU1LDUzNC4xMTI1NjcgNTUsNTMzLjAwMDM4NSBMNTUsNTI2Ljk5OTYxNSBaIiBpZD0iQkctQ29weS0xOSIgZmlsbD0iI0QxRDFEMSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU1LDU1OC45OTk2MTUgQzU1LDU1Ny44OTUyNTggNTUuODkzNDg4Miw1NTcgNTYuOTk3NDc4Miw1NTcgTDE2NC4wMDI1MjIsNTU3IEMxNjUuMTA1Njk5LDU1NyAxNjYsNTU3Ljg4NzQzMyAxNjYsNTU4Ljk5OTYxNSBMMTY2LDU2NS4wMDAzODUgQzE2Niw1NjYuMTA0NzQyIDE2NS4xMDY1MTIsNTY3IDE2NC4wMDI1MjIsNTY3IEw1Ni45OTc0NzgyLDU2NyBDNTUuODk0MzAxNSw1NjcgNTUsNTY2LjExMjU2NyA1NSw1NjUuMDAwMzg1IEw1NSw1NTguOTk5NjE1IFoiIGlkPSJCRy1Db3B5LTIxIiBmaWxsPSIjRDFEMUQxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iQkctQ29weS0xMyIgZmlsbD0iI0QxRDFEMSIgeD0iMjciIHk9IjYxMSIgd2lkdGg9IjIxNiIgaGVpZ2h0PSIxOCIgcng9IjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNyw2NTYuOTk0NzgzIEMyNyw2NTQuNzg4NTI1IDI4Ljc5MTcxNTYsNjUzIDMwLjk5NDc4MzQsNjUzIEw0MS4wMDUyMTY2LDY1MyBDNDMuMjExNDc0NSw2NTMgNDUsNjU0Ljc5MTcxNiA0NSw2NTYuOTk0NzgzIEw0NSw2NjcuMDA1MjE3IEM0NSw2NjkuMjExNDc1IDQzLjIwODI4NDQsNjcxIDQxLjAwNTIxNjYsNjcxIEwzMC45OTQ3ODM0LDY3MSBDMjguNzg4NTI1NSw2NzEgMjcsNjY5LjIwODI4NCAyNyw2NjcuMDA1MjE3IEwyNyw2NTYuOTk0NzgzIFoiIGlkPSJCRy1Db3B5LTE0IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcsNjg4Ljk5NDc4MyBDMjcsNjg2Ljc4ODUyNSAyOC43OTE3MTU2LDY4NSAzMC45OTQ3ODM0LDY4NSBMNDEuMDA1MjE2Niw2ODUgQzQzLjIxMTQ3NDUsNjg1IDQ1LDY4Ni43OTE3MTYgNDUsNjg4Ljk5NDc4MyBMNDUsNjk5LjAwNTIxNyBDNDUsNzAxLjIxMTQ3NSA0My4yMDgyODQ0LDcwMyA0MS4wMDUyMTY2LDcwMyBMMzAuOTk0NzgzNCw3MDMgQzI4Ljc4ODUyNTUsNzAzIDI3LDcwMS4yMDgyODQgMjcsNjk5LjAwNTIxNyBMMjcsNjg4Ljk5NDc4MyBaIiBpZD0iQkctQ29weS0xNiIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3LDcyMC45OTQ3ODMgQzI3LDcxOC43ODg1MjUgMjguNzkxNzE1Niw3MTcgMzAuOTk0NzgzNCw3MTcgTDQxLjAwNTIxNjYsNzE3IEM0My4yMTE0NzQ1LDcxNyA0NSw3MTguNzkxNzE2IDQ1LDcyMC45OTQ3ODMgTDQ1LDczMS4wMDUyMTcgQzQ1LDczMy4yMTE0NzUgNDMuMjA4Mjg0NCw3MzUgNDEuMDA1MjE2Niw3MzUgTDMwLjk5NDc4MzQsNzM1IEMyOC43ODg1MjU1LDczNSAyNyw3MzMuMjA4Mjg0IDI3LDczMS4wMDUyMTcgTDI3LDcyMC45OTQ3ODMgWiIgaWQ9IkJHLUNvcHktMTgiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNyw3NTIuOTk0NzgzIEMyNyw3NTAuNzg4NTI1IDI4Ljc5MTcxNTYsNzQ5IDMwLjk5NDc4MzQsNzQ5IEw0MS4wMDUyMTY2LDc0OSBDNDMuMjExNDc0NSw3NDkgNDUsNzUwLjc5MTcxNiA0NSw3NTIuOTk0NzgzIEw0NSw3NjMuMDA1MjE3IEM0NSw3NjUuMjExNDc1IDQzLjIwODI4NDQsNzY3IDQxLjAwNTIxNjYsNzY3IEwzMC45OTQ3ODM0LDc2NyBDMjguNzg4NTI1NSw3NjcgMjcsNzY1LjIwODI4NCAyNyw3NjMuMDA1MjE3IEwyNyw3NTIuOTk0NzgzIFoiIGlkPSJCRy1Db3B5LTIwIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUsNjU4Ljk5OTYxNSBDNTUsNjU3Ljg5NTI1OCA1NS44ODg3NDQxLDY1NyA1Ny4wMDUyNzYsNjU3IEwxODMuOTk0NzI0LDY1NyBDMTg1LjEwMjIwNyw2NTcgMTg2LDY1Ny44ODc0MzMgMTg2LDY1OC45OTk2MTUgTDE4Niw2NjUuMDAwMzg1IEMxODYsNjY2LjEwNDc0MiAxODUuMTExMjU2LDY2NyAxODMuOTk0NzI0LDY2NyBMNTcuMDA1Mjc2LDY2NyBDNTUuODk3NzkyNyw2NjcgNTUsNjY2LjExMjU2NyA1NSw2NjUuMDAwMzg1IEw1NSw2NTguOTk5NjE1IFoiIGlkPSJCRy1Db3B5LTE1IiBmaWxsPSIjRDFEMUQxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUsNjkwLjk5OTYxNSBDNTUsNjg5Ljg5NTI1OCA1NS44ODY3NjU5LDY4OSA1Ni45OTIzMTg0LDY4OSBMMjA0LjAwNzY4Miw2ODkgQzIwNS4xMDgwMDksNjg5IDIwNiw2ODkuODg3NDMzIDIwNiw2OTAuOTk5NjE1IEwyMDYsNjk3LjAwMDM4NSBDMjA2LDY5OC4xMDQ3NDIgMjA1LjExMzIzNCw2OTkgMjA0LjAwNzY4Miw2OTkgTDU2Ljk5MjMxODQsNjk5IEM1NS44OTE5OTEzLDY5OSA1NSw2OTguMTEyNTY3IDU1LDY5Ny4wMDAzODUgTDU1LDY5MC45OTk2MTUgWiIgaWQ9IkJHLUNvcHktMTciIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01NSw3MjIuOTk5NjE1IEM1NSw3MjEuODk1MjU4IDU1Ljg5ODQzNzUsNzIxIDU2Ljk5NzQ5ODMsNzIxIEwxMzMuMDAyNTAyLDcyMSBDMTM0LjEwNTY5LDcyMSAxMzUsNzIxLjg4NzQzMyAxMzUsNzIyLjk5OTYxNSBMMTM1LDcyOS4wMDAzODUgQzEzNSw3MzAuMTA0NzQyIDEzNC4xMDE1NjMsNzMxIDEzMy4wMDI1MDIsNzMxIEw1Ni45OTc0OTgzLDczMSBDNTUuODk0MzEwNCw3MzEgNTUsNzMwLjExMjU2NyA1NSw3MjkuMDAwMzg1IEw1NSw3MjIuOTk5NjE1IFoiIGlkPSJCRy1Db3B5LTE5IiBmaWxsPSIjRDFEMUQxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTUsNzU0Ljk5OTYxNSBDNTUsNzUzLjg5NTI1OCA1NS44OTM0ODgyLDc1MyA1Ni45OTc0NzgyLDc1MyBMMTY0LjAwMjUyMiw3NTMgQzE2NS4xMDU2OTksNzUzIDE2Niw3NTMuODg3NDMzIDE2Niw3NTQuOTk5NjE1IEwxNjYsNzYxLjAwMDM4NSBDMTY2LDc2Mi4xMDQ3NDIgMTY1LjEwNjUxMiw3NjMgMTY0LjAwMjUyMiw3NjMgTDU2Ljk5NzQ3ODIsNzYzIEM1NS44OTQzMDE1LDc2MyA1NSw3NjIuMTEyNTY3IDU1LDc2MS4wMDAzODUgTDU1LDc1NC45OTk2MTUgWiIgaWQ9IkJHLUNvcHktMjEiIGZpbGw9IiNEMUQxRDEiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
      background-size: 100% auto;
      background-position: center top; }

@media (max-width: 1199px) {
  body.loading-blocks .filters {
    position: fixed; } }

@media (max-width: 575px) {
  body.loading-blocks .wide-product-card {
    height: 250px; }
    body.loading-blocks .wide-product-card:after {
      background-image: url("/static/images/mobile_wide_card.jpg"); } }

.order-item {
  border: 1px solid #ddd;
  padding: 0 19px;
  margin-bottom: 6px; }
  .order-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 9px 0; }
  .order-item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c; }
  .order-item-status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px; }
    .order-item-status_processing {
      color: #f5a623; }
  .order-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .order-item-products {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .order-item-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0; }
    .order-item-product__title {
      display: block;
      font-size: 14px;
      line-height: 16px;
      color: #616161; }
    .order-item-product__count {
      display: block;
      font-size: 14px;
      color: #333; }
  .order-item-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 180px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #999999;
    margin: 22px 0; }
    .order-item-total__price {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0.5px;
      color: #262626; }

@media (max-width: 575px) {
  .order-item-body {
    display: block; }
  .order-item-total {
    text-align: left; } }

.catalog-categories__link {
  display: block;
  font-size: 15px;
  line-height: 1.33;
  color: #757575;
  -webkit-transition: color .4s;
  transition: color .4s; }
  .catalog-categories__link:not(:last-child) {
    margin-bottom: 18px; }
  .catalog-categories__link.active {
    color: #ED412F; }

.sort-parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 9px 20px;
  margin-bottom: 20px;
  background-color: #fff; }
  .sort-parameters__order-by {
    margin-right: 19px;
    font-size: 14px;
    line-height: 1; }
  .sort-parameters__layout-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sort-parameters__layout-types button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 30px;
      margin: 0 0 0 5px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      background-color: #fff;
      outline: none;
      -webkit-transition: .3s;
      transition: .3s;
      cursor: pointer; }
      .sort-parameters__layout-types button.active {
        border-color: #ED412F; }
        .sort-parameters__layout-types button.active > svg {
          fill: #ED412F; }
      .sort-parameters__layout-types button > svg {
        -webkit-transition: .3s;
        transition: .3s;
        fill: #999; }
  .sort-parameters-input {
    display: none; }
    .sort-parameters-input:checked + .sort-parameters-label {
      border-color: #0039D8; }
  .sort-parameters-label {
    padding: 8px 12px;
    margin: 0 5px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #757575;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color .4s;
    transition: color .4s; }
    .sort-parameters-label svg {
      width: 11px;
      height: 9px;
      margin-right: 4px;
      fill: #757575;
      -webkit-transition: fill .4s;
      transition: fill .4s; }
      .sort-parameters-label svg.flip {
        -webkit-transform: rotate(0);
                transform: rotate(0); }
    .sort-parameters-label:hover {
      color: #0039D8; }
      .sort-parameters-label:hover svg {
        fill: #0039D8; }

.product__top-info {
  padding-bottom: 58px; }

.product-tabs {
  background-color: #fff; }
  .product-tabs .nav-tabs {
    padding: 26px 40px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    border: 0;
    border-bottom: 4px solid #F1F4F7; }
  .product-tabs .nav-link {
    padding: 0 0 18px;
    color: #0F0F0F !important;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.579091px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    -webkit-transition: color .4s, border-color .4s;
    transition: color .4s, border-color .4s; }
    .product-tabs .nav-link.active {
      border-color: #ED412F !important; }
    .product-tabs .nav-link:hover {
      color: #0039D8 !important;
      border-color: transparent; }
  .product-tabs .nav-item {
    margin: 0; }
    .product-tabs .nav-item:not(:last-child) {
      margin-right: 40px; }

@media (max-width: 1199px) {
  .product__top-info {
    padding: 0 0 25px; }
  .product-tabs .nav-tabs {
    padding: 15px 15px 0; } }

@media (max-width: 991px) {
  .product-tabs {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .product-tabs .nav-tabs {
    padding: 15px; }
  .product-tabs .nav-item {
    width: 100%;
    padding-right: 20px; }
    .product-tabs .nav-item:not(:last-child) {
      margin: 0; } }

.product-slider {
  position: relative;
  background-color: #fff; }
  .product-slider__container {
    position: relative;
    overflow: hidden; }
  .product-slider__container-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    height: 380px;
    outline: none;
    position: relative;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNiA3MUM1NS4zMyA3MSA3MSA1NS4zMyA3MSAzNkM3MSAxNi42NyA1NS4zMyAxIDM2IDFDMTYuNjcgMSAxIDE2LjY3IDEgMzZDMSA1NS4zMyAxNi42NyA3MSAzNiA3MVoiIHN0cm9rZT0iI0VENDEyRiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxyZWN0IHg9IjM1IiB5PSIyNCIgd2lkdGg9IjIiIGhlaWdodD0iMjQiIGZpbGw9IiNFRDQxMkYiLz4KPHJlY3QgeD0iMjQiIHk9IjM3IiB3aWR0aD0iMiIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDI0IDM3KSIgZmlsbD0iI0VENDEyRiIvPgo8L3N2Zz4K), -webkit-zoom-in;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNiA3MUM1NS4zMyA3MSA3MSA1NS4zMyA3MSAzNkM3MSAxNi42NyA1NS4zMyAxIDM2IDFDMTYuNjcgMSAxIDE2LjY3IDEgMzZDMSA1NS4zMyAxNi42NyA3MSAzNiA3MVoiIHN0cm9rZT0iI0VENDEyRiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxyZWN0IHg9IjM1IiB5PSIyNCIgd2lkdGg9IjIiIGhlaWdodD0iMjQiIGZpbGw9IiNFRDQxMkYiLz4KPHJlY3QgeD0iMjQiIHk9IjM3IiB3aWR0aD0iMiIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDI0IDM3KSIgZmlsbD0iI0VENDEyRiIvPgo8L3N2Zz4K), zoom-in; }
    .product-slider__container-slide img {
      max-width: 100%;
      max-height: 100%; }
    .product-slider__container-slide:hover .product-slider-plus-icon {
      display: none; }
  .product-slider__carousel {
    overflow: hidden;
    border-top: 10px solid #F1F4F7;
    background-color: #F1F4F7; }
    .product-slider__carousel .slick-list {
      margin: 0 -3px; }
      .product-slider__carousel .slick-list .slick-track {
        min-width: 100%; }
    .product-slider__carousel .slick-slide {
      margin: 0 3px; }
      .product-slider__carousel .slick-slide.slick-current .product-slider__carousel-item {
        border-color: #0039D8; }
    .product-slider__carousel .slick-track {
      margin-bottom: 10px; }
  .product-slider__carousel-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 94px;
    padding: 5px;
    outline: none;
    border-bottom: 3px solid transparent;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: border-color .4s, -webkit-box-shadow .4s;
    transition: border-color .4s, -webkit-box-shadow .4s;
    transition: box-shadow .4s, border-color .4s;
    transition: box-shadow .4s, border-color .4s, -webkit-box-shadow .4s; }
    .product-slider__carousel-item img {
      max-width: 100%;
      max-height: 100%; }
    .product-slider__carousel-item:hover {
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.116778);
              box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.116778); }
  .product-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 7px;
    width: 100%; }
    .product-slider .slick-dots li.slick-active button {
      background-color: #ED412F; }
    .product-slider .slick-dots li button {
      width: 11px;
      height: 11px;
      border-radius: 100%;
      font-size: 0;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      margin: 0 6px;
      padding: 0;
      background-color: #dbdbdb; }
  .product-slider-plus-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 93px;
    top: 70%;
    fill: transparent;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
    .product-slider-plus-icon:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

@media (max-width: 767px) {
  .product-slider__container:after {
    display: none; }
  .product-slider__container-slide {
    height: 320px; }
  .product-slider__carousel {
    display: none; }
  .product-slider-plus-icon {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 75%; } }

@media (max-width: 575px) {
  .product-slider__container-slide {
    height: 260px; } }

.product-form {
  padding: 0 0 40px;
  border-bottom: 1px solid #fff; }
  .product-form__title {
    margin: 0;
    font-size: 26px; }
  .product-form__vendor-code {
    margin-bottom: 24px;
    color: #A3A3A3;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase; }
  .product-form__title-row {
    margin-bottom: 30px; }
  .product-form__buttons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .product-form__buttons-row .go-to-cart {
      right: unset;
      left: 0; }
  .product-form__add-to-cart {
    position: relative; }
    .product-form__add-to-cart button {
      width: 110px;
      height: 48px; }
  .product-form__notify-button button {
    width: 110px;
    height: 48px; }
  .product-form__button {
    width: 270px;
    height: 50px;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
    .product-form__button svg {
      margin: -4px 10px 0 0; }
    .product-form__button.btn-primary svg {
      fill: #fff; }
    .product-form__button.btn-alt {
      height: 42px; }
    .product-form__button.add-to-cart {
      height: 50px;
      margin-right: 20px; }
    .product-form__button.sn-add-to-compare {
      color: #0039D8; }
      .product-form__button.sn-add-to-compare svg {
        fill: #0039D8; }
  .product-form__buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0; }
  .product-form__short_specs {
    margin: 40px 0 50px; }
    .product-form__short_specs-title {
      margin-bottom: 40px;
      font-size: 20px;
      line-height: 1;
      font-weight: 700; }
    .product-form__short_specs-btn {
      margin-top: 30px; }
    .product-form__short_specs .tab-pane__characteristic-row {
      border-bottom: 0 !important; }

@media (max-width: 1199px) {
  .product-form__title {
    font-size: 22px; }
    .product-form__title-row {
      margin-bottom: 15px; }
  .product-form__vendor-code {
    margin-bottom: 12px;
    font-size: 12px; }
  .product-form__short_specs {
    display: none;
    margin: 30px 0; }
    .product-form__short_specs-title {
      margin-bottom: 20px; } }

@media (max-width: 991px) {
  .product-form {
    padding: 25px 0 30px; }
    .product-form__button.add-to-cart {
      margin-right: 0; } }

@media (max-width: 575px) {
  .product-form__buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-form__button {
    width: 100%;
    margin: 10px 0 0; } }

.product-options {
  padding: 4px 0; }
  .product-options__title {
    display: block;
    padding-bottom: 8px;
    color: #373a3c;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px; }
  .product-options .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-options__variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fff; }
    .product-options__variation_active, .product-options__variation:hover {
      border-color: #ED412F; }
    .product-options__variation img {
      max-width: 100%;
      max-height: 100%; }

@media (max-width: 575px) {
  .product-options__variation {
    width: 50px;
    height: 50px; } }

.product-price {
  margin-top: 15px; }
  .product-price__price {
    font-size: 30px;
    line-height: 1; }
    .product-price__price.has-old {
      color: #ED412F; }
  .product-price__old_price {
    margin-top: 9px;
    color: #BABABA;
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through; }

@media (max-width: 1199px) {
  .product-price__price {
    font-size: 18px; }
  .product-price__old_price {
    font-size: 15px; } }

.conditions__block {
  padding: 24px 25px 30px;
  background-color: #fff; }
  .conditions__block:not(:last-child) {
    margin-bottom: 30px; }
  .conditions__block-title {
    margin-bottom: 20px; }
    .conditions__block-title > svg {
      fill: #0039D8;
      margin-bottom: 14px; }
    .conditions__block-title b {
      display: block;
      font-size: 20px;
      line-height: 1;
      font-weight: 700; }
  .conditions__block-text {
    margin-bottom: 35px;
    color: #757575;
    font-size: 15px;
    line-height: 1.2; }
    .conditions__block-text p:not(:last-child) {
      margin-bottom: 10px; }
  .conditions__block-link {
    color: #ED412F;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.49px;
    text-transform: uppercase;
    border-bottom: 1px solid #ED412F;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
    .conditions__block-link:hover {
      border-color: transparent; }

@media (max-width: 1199px) {
  .conditions__block:not(:last-child) {
    margin-bottom: 15px; } }

.tab-pane {
  padding: 28px 40px 40px; }
  .tab-pane__characteristic-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0 7px; }
    .tab-pane__characteristic-row:not(:last-child) {
      border-bottom: 1px solid #D8D8D8; }
    .tab-pane__characteristic-row-title {
      width: 40%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-right: 35px;
      font-size: 15px;
      line-height: 1.33; }
    .tab-pane__characteristic-row-value {
      color: #757575;
      font-size: 16px;
      line-height: 1.25; }

@media (max-width: 1199px) {
  .tab-pane {
    padding: 20px 15px 25px; } }

@media (max-width: 575px) {
  .tab-pane__characteristic-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0 0; }
    .tab-pane__characteristic-row-title {
      width: 100%;
      padding-right: 0; }
    .tab-pane__characteristic-row-value {
      font-size: 14px; } }

.extra-products-slider {
  padding: 70px 0 50px;
  background-color: #E5EAEF; }
  .extra-products-slider__slider-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .extra-products-slider__slider-header-title {
      font-size: 24px;
      font-weight: 700; }
    .extra-products-slider__slider-header-link {
      color: #97A1AA;
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-bottom: 2px solid #0039D8;
      -webkit-transition: border-color .4s;
      transition: border-color .4s; }
      .extra-products-slider__slider-header-link:hover {
        color: #97A1AA;
        border-color: transparent; }

@media (max-width: 1199px) {
  .extra-products-slider {
    padding: 35px 0 20px; }
    .extra-products-slider__slider-header-title {
      font-size: 22px; } }

@media (max-width: 575px) {
  .extra-products-slider__slider-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .extra-products-slider__slider-header-title {
      margin-bottom: 12px; } }

.product-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 380px;
  border-radius: 4px;
  border: 1px solid #dbdbdb; }
  .product-photo > svg {
    display: none;
    fill: #efefef; }
  .product-photo img {
    max-width: 85%;
    max-height: 85%; }
  .product-photo_none {
    margin-bottom: 10px;
    background-color: #dbdbdb; }
    .product-photo_none > svg {
      display: block; }
    .product-photo_none img {
      display: none; }

.checkout-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s; }
  .checkout-form.loading {
    pointer-events: none;
    opacity: 0.5; }
  .checkout-form .nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .checkout-form .nav-tabs {
    border: 0 !important; }
    .checkout-form .nav-tabs .nav-link {
      padding: 20px 25px 18px;
      margin: 0 -1px 0 0;
      position: relative;
      color: #0F0F0F !important;
      font-size: 16px;
      line-height: 1;
      font-weight: 300;
      border-radius: 0;
      border: 1px solid #C9D2DC !important;
      -webkit-transition: border-color .4s, text-shadow .4s;
      transition: border-color .4s, text-shadow .4s; }
      .checkout-form .nav-tabs .nav-link.active {
        z-index: 1;
        text-shadow: -1px 0 0;
        border-color: #0039D8 !important; }
      .checkout-form .nav-tabs .nav-link:hover {
        z-index: 1;
        border-color: #0039D8 !important; }
    .checkout-form .nav-tabs .nav-item {
      margin: 0;
      border: 0 !important; }
      .checkout-form .nav-tabs .nav-item:first-child .nav-link {
        border-radius: 3px 0px 0px 3px; }
      .checkout-form .nav-tabs .nav-item:last-child .nav-link {
        border-radius: 0px 3px 3px 0px; }
    .checkout-form .nav-tabs input {
      display: none; }
      .checkout-form .nav-tabs input:checked + .payment_checkbox {
        z-index: 1;
        text-shadow: -1px 0 0;
        border-color: #0039D8; }
  .checkout-form .tab-pane {
    padding: 20px 0; }
  .checkout-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px; }
    .checkout-form .form-group label {
      width: 200px;
      margin: 12px 30px 0 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .checkout-form .form-group .form-control-short {
      width: 230px; }
    .checkout-form .form-group:last-child {
      margin-bottom: 0; }
  .checkout-form__form-part {
    margin-bottom: 16px;
    background-color: #fff; }
    .checkout-form__form-part-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 25px 40px;
      font-size: 24px;
      font-weight: 700;
      border-bottom: 4px solid #F1F4F7; }
      .checkout-form__form-part-title span {
        color: #0039D8;
        padding-right: 2px; }
      .checkout-form__form-part-title b {
        font-weight: 700; }
      .checkout-form__form-part-title-message {
        line-height: 1;
        text-align: right; }
        .checkout-form__form-part-title-message p {
          font-size: 14px;
          line-height: 1;
          color: #757575;
          font-weight: 300; }
        .checkout-form__form-part-title-message a {
          font-size: 14px;
          line-height: 1;
          color: #757575;
          font-weight: 300;
          display: inline-block;
          border-bottom: 1px solid #D8D8D8;
          cursor: pointer;
          -webkit-transition: color .4s;
          transition: color .4s; }
          .checkout-form__form-part-title-message a:hover {
            color: #ED412F; }
    .checkout-form__form-part-body {
      padding: 25px 40px; }
  .checkout-form__payment-type input {
    display: none; }
    .checkout-form__payment-type input:checked + .payment_checkbox {
      z-index: 1;
      text-shadow: -1px 0 0;
      border-color: #0039D8; }
  .checkout-form__payment-type .payment_checkbox {
    padding: 20px 25px 18px;
    margin: 0 -5px 0 0;
    position: relative;
    color: #0F0F0F !important;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #C9D2DC;
    cursor: pointer;
    -webkit-transition: border-color .4s, text-shadow .4s;
    transition: border-color .4s, text-shadow .4s; }
    .checkout-form__payment-type .payment_checkbox:first-of-type {
      border-radius: 3px 0px 0px 3px; }
    .checkout-form__payment-type .payment_checkbox:last-of-type {
      border-radius: 0px 3px 3px 0px; }
    .checkout-form__payment-type .payment_checkbox:hover {
      z-index: 1;
      border-color: #0039D8; }
  .checkout-form__payment-type-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px; }
    .checkout-form__payment-type-message svg {
      width: 7px;
      height: 32px;
      margin-top: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      fill: #C9D2DC; }
    .checkout-form__payment-type-message p {
      max-width: 590px;
      margin-left: 20px;
      color: #757575;
      font-size: 14px;
      line-height: 1.43; }
  .checkout-form__courier-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #9b9b9b;
    margin-bottom: 10px;
    padding: 9px 0 0; }
    .checkout-form__courier-info-row span {
      margin: 0 0 -5px;
      background-color: #fff;
      font-size: 16px;
      font-weight: 400;
      max-width: 45%; }
      .checkout-form__courier-info-row span:last-child {
        text-align: left; }
  .checkout-form__map-container {
    height: 400px;
    margin: 10px 0 20px; }
  .checkout-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px; }
    .checkout-form__footer .data-warning {
      max-width: 350px;
      margin-top: 8px;
      color: #757575;
      line-height: 1.29; }
      .checkout-form__footer .data-warning a {
        color: #757575; }
        .checkout-form__footer .data-warning a:hover {
          color: #757575; }
    .checkout-form__footer .button {
      max-width: 100%; }
      .checkout-form__footer .button input[type="submit"] {
        width: 300px;
        height: 50px;
        max-width: 100%; }
      .checkout-form__footer .button .error_text {
        display: block;
        color: #dc3545;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 10px; }

.back-to-cart {
  width: 220px;
  height: 42px;
  margin: 0 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.49px;
  text-transform: uppercase;
  color: #757575;
  font-weight: 400;
  background-color: #fff;
  border: 2px solid #C9D2DC;
  border-radius: 3px; }
  .back-to-cart svg {
    width: 28px;
    height: 11px;
    margin-right: 11px;
    margin-bottom: 2px;
    fill: #ED412F; }
  .back-to-cart:hover {
    color: #757575; }

@media (max-width: 1199px) {
  .checkout-form__form-part-body {
    padding: 15px; }
  .checkout-form__form-part-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    font-size: 18px; }
    .checkout-form__form-part-title-message {
      margin: 8px 0 0 23px;
      text-align: left; }
  .checkout-form__footer {
    margin-top: 30px; }
    .checkout-form__footer .button input[type="submit"] {
      width: 100%; }
    .checkout-form__footer .button input[type="submit"] {
      width: 240px; }
  .checkout-form .form-group {
    margin-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .checkout-form .form-group label {
      width: auto;
      margin: 0 12px 5px 0; }
    .checkout-form .form-group .form-control-short {
      width: 100%; }
  .checkout-form .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .checkout-form .nav-tabs .nav-link {
      padding: 14px 18px 10px;
      font-size: 14px; }
  .checkout-form__payment-type .payment_checkbox {
    padding: 14px 18px 10px;
    font-size: 14px; } }

@media (max-width: 575px) {
  .checkout-form .nav {
    width: 100%; }
  .checkout-form .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .checkout-form .nav-tabs .nav-item:first-child .nav-link {
      border-radius: 3px 3px 0 0; }
    .checkout-form .nav-tabs .nav-item:last-child .nav-link {
      border-radius: 0 0 3px 3px; }
  .checkout-form__payment-type .payment_checkbox {
    width: 100%;
    padding: 14px 18px 10px;
    font-size: 14px; }
    .checkout-form__payment-type .payment_checkbox:first-of-type {
      border-radius: 3px 3px 0 0; }
    .checkout-form__payment-type .payment_checkbox:last-of-type {
      border-radius: 0 0 3px 3px; }
  .checkout-form__courier-info-row span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0; }
  .checkout-form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .checkout-form__footer .button input[type="submit"] {
      width: 100%; }
    .checkout-form__footer .data-warning {
      margin-bottom: 15px; } }

.theme-button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 15px;
  margin-right: 5px;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #0275d8;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  -webkit-transition: .3s;
  transition: .3s; }
  .theme-button:hover {
    border-color: #eceeef; }
  .theme-button.theme-button {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0 15px;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #0275d8;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    -webkit-transition: .3s;
    transition: .3s; }
    .theme-button.theme-button:hover {
      border-color: #eceeef; }
  .theme-button .theme-button_active {
    background-color: #ED412F;
    border-color: #ED412F;
    color: #fff; }
  .theme-button_active {
    background-color: #ED412F;
    border-color: #ED412F;
    color: #fff; }

.order-items {
  background-color: #fff; }
  .order-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .order-items__item-info {
      max-width: 65%; }
    .order-items__item-price {
      font-size: 18px;
      line-height: 1;
      font-weight: 400; }
    .order-items__item-articul {
      margin-bottom: 5px;
      font-size: 10px;
      line-height: 1;
      letter-spacing: 0.25px;
      text-transform: uppercase;
      color: #A3A3A3; }
    .order-items__item-title {
      font-size: 16px;
      line-height: 1.35; }
    .order-items__item-count {
      color: #757575; }
    .order-items__item:not(:last-child) {
      margin-bottom: 25px; }
  .order-items-top {
    padding: 35px 30px 45px;
    border-bottom: 4px dashed #F1F4F7; }
  .order-items__delivery-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 20px;
    margin-top: 15px;
    border-top: 1px solid #bcdff1;
    border-bottom: 1px solid #bcdff1;
    background-color: rgba(0, 123, 255, 0.2); }
    .order-items__delivery-type span {
      color: #616161;
      font-size: 14px; }
    .order-items__delivery-type b {
      color: #3a372e;
      font-size: 16px; }
  .order-items-bottom {
    padding: 38px 30px; }
    .order-items-bottom-title {
      margin-bottom: 26px; }
    .order-items-bottom .order_total {
      color: #0039D8;
      font-size: 36px;
      line-height: 1; }
      .order-items-bottom .order_total span {
        font-size: 26px; }

@media (max-width: 1199px) {
  .order-items-top {
    padding: 25px 15px; }
  .order-items-bottom {
    padding: 25px 15px; }
    .order-items-bottom-title {
      margin-bottom: 18px; }
  .order-items__item-title {
    font-size: 15px; } }

@media (max-width: 991px) {
  .order-items {
    margin: 25px 0 0; } }

.index-row {
  padding: 38px 0 20px; }
  .index-row_products, .index-row_news {
    background-color: #f5f5f5; }
    .index-row_products .mobile_more, .index-row_news .mobile_more {
      margin: 0 0 15px !important; }
  .index-row_stock {
    padding: 30px 0;
    background-color: #fff; }
    .index-row_stock .slick-list {
      margin: 0 -15px; }
      .index-row_stock .slick-list .slick-track .slick-slide {
        margin: 0 15px; }
  .index-row_categories {
    padding: 20px 0 44px;
    background-color: #fff; }
  .index-row__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 16px; }
    .index-row__header-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #373a3c;
      font-size: 30px;
      font-weight: 600; }
      .index-row__header-title img {
        margin-right: 13px; }
  .index-row__body {
    padding: 4px 0 20px; }
  .index-row .see_more, .index-row .mobile_more {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s; }
    .index-row .see_more:hover, .index-row .mobile_more:hover {
      background-color: #ccc;
      color: #fff; }
      .index-row .see_more:hover > svg, .index-row .mobile_more:hover > svg {
        fill: #fff; }
    .index-row .see_more > svg, .index-row .mobile_more > svg {
      margin: 0 0 2px 7px;
      fill: #999;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: .3s;
      transition: .3s; }
  .index-row .mobile_more {
    margin: 15px 0 0; }

@media (max-width: 1199px) {
  .index-row_products .index-row__body > .row > div:last-child {
    display: none; } }

@media (max-width: 991px) {
  .index-row_stock .slick-list {
    margin: 0 -10px; }
    .index-row_stock .slick-list .slick-track .slick-slide {
      margin: 0 10px;
      height: auto;
      max-width: none; }
  .index-row_products .index-row__body > .row > div:last-child {
    display: block; } }

@media (max-width: 767px) {
  .index-row {
    padding: 15px 0 30px; }
    .index-row__header {
      padding: 10px 0 0; }
      .index-row__header-title {
        font-size: 20px; }
        .index-row__header-title img {
          width: 20px;
          height: 20px;
          margin-right: 10px; }
    .index-row .see_more {
      display: none; }
    .index-row .mobile_more {
      width: 100%; }
    .index-row_categories {
      padding-top: 30px; }
    .index-row_products .index-row__body > .row > div:nth-child(3) {
      display: none; }
    .index-row_products .index-row__body > .row > div:last-child {
      display: none; }
    .index-row__body {
      padding: 0; } }

.seo-scroller {
  padding: 80px 0 95px;
  background-color: #fff; }
  .seo-scroller__image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .seo-scroller__content {
    height: 385px;
    width: 100%;
    overflow: hidden; }
  .seo-scroller__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .seo-scroller .os-content {
    padding: 0 20px 0 0 !important; }
  .seo-scroller .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track {
    position: absolute;
    right: 2px;
    width: 2px;
    background: transparent !important; }
    .seo-scroller .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
      width: 5px !important;
      margin: 0px 0px 0px -1px;
      border-radius: 0 !important;
      background-color: #0039D8 !important; }

@media (max-width: 1199px) {
  .seo-scroller {
    padding: 40px 0 50px; }
    .seo-scroller__content {
      height: 270px; } }

@media (max-width: 767px) {
  .seo-scroller {
    padding: 15px 0 40px; }
    .seo-scroller__image {
      height: 270px;
      margin-bottom: 30px; }
    .seo-scroller__content {
      height: 270px; }
    .seo-scroller__wrap {
      margin-right: -15px; }
    .seo-scroller .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track {
      right: 0; }
      .seo-scroller .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
        width: 3px !important; } }

@media (max-width: 575px) {
  .seo-scroller__image {
    height: 250px; }
  .seo-scroller__content {
    height: 250px; } }

.slider-section {
  height: calc(100vh - 147px);
  padding: 10.5vh 0 8vh;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(61%, #0039D8), color-stop(60%, #0944E7));
  background: linear-gradient(to right, #0039D8 61%, #0944E7 60%); }

.main-slider__slide-title {
  max-width: 84%;
  margin-top: 2vh;
  margin-bottom: 5vh;
  color: #fff;
  font-size: 4.6vh;
  line-height: 1.4;
  font-weight: 700; }

.main-slider__slide-price {
  margin-top: 10vh;
  font-size: 12vh;
  line-height: 1;
  color: #fff; }
  .main-slider__slide-price span {
    font-size: 4.7vh; }

.main-slider__slide-btn {
  width: 25vh;
  height: 6vh;
  margin-top: 2vh; }

.main-slider__slide-img {
  max-height: 50vh;
  max-width: 100%; }
  .main-slider__slide-img-mobile {
    display: none !important; }

.main-slider__slide-col {
  -webkit-transition: opacity .7s, -webkit-transform .7s;
  transition: opacity .7s, -webkit-transform .7s;
  transition: transform .7s, opacity .7s;
  transition: transform .7s, opacity .7s, -webkit-transform .7s; }

.main-slider .slick-slide .main-slider__slide-col {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }

.main-slider .slick-slide.slick-current .main-slider__slide-col {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.main-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13vh;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  background-color: #fff; }
  .main-slider__controls-scroll-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    width: 13vh;
    background-color: #eee;
    border: 0;
    cursor: pointer; }
    .main-slider__controls-scroll-btn svg {
      width: 19px;
      height: 21px;
      fill: #AEAEAE;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
    .main-slider__controls-scroll-btn:hover svg {
      -webkit-animation-name: move;
              animation-name: move; }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  66% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  66% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  99% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  .main-slider__controls-scroll-text {
    margin-left: 25px;
    font-size: 18px;
    line-height: 1.22;
    color: #737373; }
  .main-slider__controls-line {
    width: 1px;
    height: 80%;
    margin: 0 50px 0 40px;
    background-color: #D8D8D8; }
  .main-slider__controls-arrow {
    width: 113px;
    height: 31px;
    border: 0;
    position: relative;
    background: transparent;
    cursor: pointer; }
    .main-slider__controls-arrow svg {
      width: 113px;
      height: 31px;
      fill: #D8D8D8;
      overflow: visible;
      -webkit-transition: fill .4s;
      transition: fill .4s; }
    .main-slider__controls-arrow-group {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .main-slider__controls-arrow.next {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .main-slider__controls-arrow:hover svg {
      fill: #0039D8; }
    .main-slider__controls-arrow:hover .main-slider__controls-arrow-group {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .main-slider__controls-arrow:before {
      content: '';
      width: 16px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -16px; }
  .main-slider__controls-counter {
    padding-top: 6px;
    margin: 0 27px;
    font-size: 36px;
    line-height: 1; }
  .main-slider__controls .slick-dots {
    display: none !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-slider__controls .slick-dots li {
      width: 20px;
      height: 2px;
      margin: 0 5px;
      background-color: #ccc;
      -webkit-transition: width .4s, background-color .4s;
      transition: width .4s, background-color .4s; }
      .main-slider__controls .slick-dots li button {
        display: none; }
      .main-slider__controls .slick-dots li.slick-active {
        background-color: #0F0F0F;
        width: 40px; }

.main-slider > .main-slider__slide:not(:first-child) {
  display: none; }

@media (max-width: 1199px) {
  .slider-section {
    height: calc(100vh - 60px);
    padding: 10vh 0 6vh; }
  .main-slider__controls {
    width: 80vw; }
    .main-slider__controls-counter {
      font-size: 3.5vh;
      margin: 0 15px; }
    .main-slider__controls-arrow {
      width: 90px;
      height: 25px; }
      .main-slider__controls-arrow svg {
        width: 90px;
        height: 25px; }
  .main-slider__slide-img {
    max-height: 60vh; } }

@media (max-width: 767px) {
  .slider-section {
    padding: 6vh 0 6vh; }
  .main-slider__slide-img {
    max-height: 36vh;
    margin: 10px auto; }
  .main-slider__slide-title {
    max-width: none;
    margin-top: 0;
    margin-bottom: 3vh;
    font-size: 3.8vh; }
  .main-slider__slide-price {
    margin-top: 5vh;
    font-size: 7.5vh; }
    .main-slider__slide-price span {
      font-size: 3vh; }
  .main-slider__slide-btn {
    width: 26vh;
    height: 7vh; }
  .main-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 7vh; }
    .main-slider__controls-scroll-btn, .main-slider__controls-scroll-text, .main-slider__controls-line, .main-slider__controls-arrow, .main-slider__controls-counter {
      display: none !important; }
    .main-slider__controls .slick-dots {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px; }
  .brand-block__letter {
    width: 43px;
    min-width: 43px;
    color: #ED412F;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.8px; }
  .brand-block__list {
    padding: 2px 0 0; }
    .brand-block__list li a {
      display: block;
      padding: 6px 0 7px;
      color: #373a3c;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      -webkit-transition: .3s;
      transition: .3s; }
      .brand-block__list li a:hover {
        color: #ED412F; }

@media (max-width: 767px) {
  .brand-block {
    margin: 0 0 10px; }
    .brand-block__list li a {
      padding: 4px 0; } }

.stock-block {
  display: block;
  position: relative;
  height: 300px;
  max-width: 570px;
  border: 1px solid #e5e5e5; }
  .stock-block:hover .stock-block__hover-layer {
    opacity: 1; }
  .stock-block__img {
    height: 100%;
    width: 100%; }
  .stock-block__hover-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 20px 40px;
    background-color: rgba(1, 116, 216, 0.98);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; }
  .stock-block__date {
    display: block;
    color: #8dcaff;
    font-size: 14px;
    font-weight: 400; }
  .stock-block__title {
    display: block;
    padding: 16px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500; }
  .stock-block__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 6px 0 0; }
  .stock-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
    width: 113px;
    height: 38px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #0275d8;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    -webkit-transition: .3s;
    transition: .3s; }
    .stock-block__button:hover {
      background-color: transparent;
      color: #fff; }

@media (max-width: 1199px) {
  .stock-block__hover-layer {
    display: none; } }

.back-to-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 174px;
  padding: 8px 0;
  margin: 15px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #373a3c;
  font-size: 12px;
  line-height: 13px;
  -webkit-transition: .3s;
  transition: .3s; }
  .back-to-catalog:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .back-to-catalog:hover > svg {
      fill: #fff; }
  .back-to-catalog > svg {
    margin: 0 6px 2px 0;
    fill: #373a3c;
    -webkit-transition: .3s;
    transition: .3s; }

.mobile-menu, .mobile-menu .sub-menu {
  position: fixed;
  z-index: 1005;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: scroll;
  background-color: #fff;
  left: 110%;
  background-color: #F1F4F7;
  -webkit-transition: .3s;
  transition: .3s; }
  .mobile-menu.opened, .mobile-menu .sub-menu.opened {
    left: 0; }
  .mobile-menu.no-scroll, .mobile-menu .sub-menu.no-scroll {
    overflow: hidden; }

.mobile-menu .main-menu {
  padding: 11px 0; }
  .mobile-menu .main-menu > li > .mobile-menu-item {
    padding: 9px 20px;
    border: 0; }

.mobile-menu-item {
  display: block;
  padding: 16px 20px;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #D3D3D3; }
  .mobile-menu-item-text {
    font-size: 16px;
    line-height: 1.3; }
  .mobile-menu-item .shop-button__count {
    left: unset;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; }
  .mobile-menu-item .shop-button__icon {
    margin-top: 0;
    margin-bottom: 3px; }
  .mobile-menu-item-arr {
    width: 13.3px;
    height: 8.6px;
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #D8D8D8; }
  .mobile-menu-item.search-form {
    margin: 0;
    height: auto;
    background-color: #fff; }
    .mobile-menu-item.search-form input {
      border: 0; }
    .mobile-menu-item.search-form button {
      left: 20px; }

.mobile-menu .catalog-link {
  background-color: #fff; }
  .mobile-menu .catalog-link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 17px;
    position: relative;
    height: 50px;
    color: #ED412F;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #ED412F;
    border-bottom: 2px solid #ED412F; }
    .mobile-menu .catalog-link > a > svg {
      width: 16px;
      height: 16px;
      margin: -4px 15px 0 0;
      fill: #ED412F; }
    .mobile-menu .catalog-link > a > span {
      padding-top: 1px; }

.mobile-menu__footer {
  padding: 16px 20px;
  background-color: #fff; }
  .mobile-menu__footer .header-contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .mobile-menu__footer .header-contacts-item:not(:last-child) {
      margin-bottom: 20px; }

.mobile-menu .open-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 100%; }
  .mobile-menu .open-child svg {
    width: 13.3px;
    height: 8.6px;
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #D8D8D8; }

.mobile-menu .step_back {
  background-color: #DFE5EA; }
  .mobile-menu .step_back .shop-button__icon {
    width: 11.3px;
    height: 6.6px;
    margin-bottom: 3px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: #ADB4B9; }
  .mobile-menu .step_back .mobile-menu-item-text {
    color: #ADB4B9; }

.page_404 {
  background-color: #fff; }

.wrapper-404 {
  text-align: center;
  padding: 34px 0; }
  .wrapper-404__error-code {
    color: #ccc;
    font-size: 170px;
    line-height: 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .wrapper-404__title {
    display: block;
    color: #0F0F0F;
    font-size: 30px;
    font-weight: 600;
    line-height: 52px; }
  .wrapper-404__desc {
    display: block;
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
  .wrapper-404__to-index {
    margin: 34px 0 0;
    width: 240px;
    height: 50px;
    max-width: 100%; }

@media (max-width: 991px) {
  .page_404 {
    padding: 50px 0; } }

@media (max-width: 767px) {
  .wrapper-404 {
    padding: 20px 0 0; }
    .wrapper-404__title {
      font-size: 26px;
      line-height: 44px; }
    .wrapper-404__to-index {
      margin: 20px 0 30px; }
    .wrapper-404__error-code {
      font-size: 130px;
      line-height: 110px; } }

.lazy_wrap {
  display: block;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  .lazy_wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAA1VJREFUSA3llktPU0EUx7l9YoOkUYEm0I1tNy4klJLWuDFGNyzQYOJn8ENgKH4C48LEyNIVbkx0R+JChUApsCAkJo2xOwq6sUT7sO31dyrTTHt7C70mbphkMjPn9Z8zc86cMQYctPX19Qs+n++xYRju0dHRdDgcLvVrxtWvgsgDeh3Qq0wjhUIh7sSGI2CAvI1Go4nHBnz/E9gJVpuOp23FYnt7+zbeJNxu9/t4PJ7t5Ku1y+Uy1dxu3NnZmTNN8xH9XSKReK7LWY4aoTjHdxHweTaR0oX1uTpqnabPt7a2HiDzhB7G3kOdJ/NuwB8QrMOrs4m5jY0NCzjGGsjYepzJZObRXxD70hiX6W3NAjwzM5PB7iqgTXCPx3Mvm80mda1arfaZdQXwCuOezkP2PlgL8NzS4T2dnp5+pcvI3OgkqPXu7u5NAO6eKEssLHNPXxQfgIDX6zUmJyd/ajRJrZd0D3oeHHiGIy8UXx8tHivm1NTUGvNVDNQYa3gxrngysolfOqjQkL3G0ARltAUVWUtUC1E1drtGkHzn2EPHx8cZRbcbBwcH35RKpWE8zaG7aid3PunGysqKOxqNjhFIbu6xLdiOjo4OZ2dnJXL7bqThMMF3A8WmTclAMQJGhSv55IlEInfq9foYgTHAXUqAtARDoVAZ2mtIklpnbrlczl8sFvfQHUOpaU/ZFYxyufzRw0SiUCK3rbEz2UiD10sivy9gHJHCcYnubzN6ssDuiCG11e/3j3MUkuwDHE/zRYJpViqVw1QqVeymfBqNdyCGzVuYkXw2xBHxmk1V0X17mv455O/v7w9R3kbS6bTtK+fkWJoRZ6cogPCiEnzcVZ76/M1Otl+67ZNJEbgCWIRgqAlwMBhsy2d4Kk1sy2OvzXQFFlCUIgIogUgvxGKxVnQD6ibNhni/ZTPlXgB2PAvw5ubmZQHFU/kINEGpRAe6gXw+7+WlU2nHvuw/BbqePrcEDEbkqyJlsC553AmqlDl6R0es9C0e4+UPEj4YCAQOKG0FJaiPeCwPjU7qe24BTiaTXwF34fXfj3MXkxMTE2a1WjUpIl24ZyNZjlrUeoEqs/8CKja6AivjdiPVp8VaWlrq+Ra0BDsmjoD5vv6mhtf55piLi4uOguwPTs91o0l22McAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    display: block;
    background-size: 50px 50px;
    -webkit-animation: loading 0.8s steps(1) infinite;
    animation: loading 0.8s steps(1) infinite;
    z-index: -1; }

a.modal_close {
  display: block;
  position: absolute;
  z-index: 205;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px; }
  a.modal_close:after, a.modal_close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #9b9b9b;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s; }
  a.modal_close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  a.modal_close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  a.modal_close:hover:after, a.modal_close:hover:before {
    background-color: #000; }

i.modal_bg {
  display: none;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  i.modal_bg.opened {
    display: block; }

.custom_modal {
  display: block;
  padding: 34px 40px 27px;
  position: fixed;
  z-index: 9000;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 380px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }
  .custom_modal.opened {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .custom_modal .modal_title {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700; }
  .custom_modal form.error button[type="submit"] {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
            animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
  .custom_modal form.load {
    position: relative; }
    .custom_modal form.load .load {
      display: block;
      background-color: rgba(255, 255, 255, 0.95); }
  .custom_modal form.success .success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white; }
  .custom_modal form .load img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px; }
  .custom_modal form .success {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .custom_modal form .success b {
      display: block;
      color: #262626;
      font-size: 28px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      padding-top: 20px; }
    .custom_modal form .success img {
      display: block;
      margin: 0 auto; }
    .custom_modal form .success > svg {
      fill: #ED412F; }
  .custom_modal form .load, .custom_modal form .success {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .custom_modal form .group {
    position: relative;
    height: 50px;
    border-radius: 30px;
    margin-top: 15px;
    background-color: #fff; }
    .custom_modal form .group.textarea {
      height: 100px; }
    .custom_modal form .group.active label {
      color: #e73f54;
      font-size: 13px;
      font-weight: 700;
      top: 7px; }
    .custom_modal form .group label {
      display: block;
      position: absolute;
      top: 14px;
      left: 25px;
      color: #9b9b9b;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: .2s;
      transition: .2s; }
    .custom_modal form .group input, .custom_modal form .group textarea {
      border: 1px solid #e5e5e5;
      border-radius: 30px;
      height: 100%;
      width: 100%;
      outline: none;
      font-size: 14px;
      line-height: 1;
      padding: 16px 24px 0; }
      .custom_modal form .group input.error, .custom_modal form .group textarea.error {
        border-color: #e73f54; }
        .custom_modal form .group input.error + label, .custom_modal form .group textarea.error + label {
          color: #e73f54; }
    .custom_modal form .group textarea {
      resize: none; }
  .custom_modal form button[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0;
    padding-top: 4px;
    text-transform: uppercase;
    cursor: pointer; }
    .custom_modal form button[type="submit"] span {
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .custom_modal form button[type="submit"].short {
      width: 117px; }
  .custom_modal form .error_description {
    display: block;
    padding: 5px 0 0;
    color: #e73f54;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-align: center; }
  .custom_modal__footer {
    position: relative;
    padding-top: 30px; }
    .custom_modal__footer-text {
      margin-bottom: 12px;
      font-size: 14px;
      line-height: 1.29;
      color: #757575; }
    .custom_modal__footer:before {
      content: '';
      position: absolute;
      left: -40px;
      right: -40px;
      top: 10px;
      height: 1px;
      background-color: #D8D8D8; }

form.error button[type="submit"] {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

form.load {
  position: relative; }
  form.load .load {
    display: block; }

form.success .success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

form .load img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px; }

form .success {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  form .success b {
    display: block;
    color: #262626;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-top: 20px; }
  form .success img {
    display: block;
    margin: 0 auto; }
  form .success > svg {
    fill: #ED412F; }

form .load, form .success {
  display: none;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.data-warning {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.29;
  color: #757575; }
  .data-warning a {
    color: #757575;
    text-decoration: underline; }
    .data-warning a:hover {
      text-decoration: none; }

.open_other_modal {
  display: inline-block;
  margin: 16px 0 0;
  color: #0F0F0F;
  font-size: 14px;
  line-height: 1;
  border-bottom: 2px solid #0039D8;
  -webkit-transition: border-color .4s;
  transition: border-color .4s; }
  .open_other_modal:hover {
    color: #0F0F0F;
    border-color: transparent; }

.forgot-password {
  display: inline;
  margin-left: 40px;
  color: #757575;
  text-align: left;
  border-bottom: 1px solid #D8D8D8; }

.register {
  display: inline-block;
  color: #0F0F0F;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #0039D8;
  -webkit-transition: border-color .4s;
  transition: border-color .4s; }
  .register:hover {
    color: #0F0F0F;
    border-color: transparent; }

.acceptance_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
  cursor: pointer; }
  .acceptance_checkbox:hover .text a {
    color: #ED412F; }
  .acceptance_checkbox:hover .new_checkbox {
    border-color: #ED412F; }
  .acceptance_checkbox input {
    display: none; }
  .acceptance_checkbox input:checked + .new_checkbox {
    background-color: #ED412F;
    border-color: #ED412F; }
  .acceptance_checkbox .new_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s; }
    .acceptance_checkbox .new_checkbox > svg {
      fill: #fff;
      -webkit-transition: .2s;
      transition: .2s; }
  .acceptance_checkbox .text {
    display: block;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: .2s;
    transition: .2s; }
    .acceptance_checkbox .text a {
      color: #9b9b9b;
      text-decoration: underline; }

@media (max-width: 1199px) {
  .custom_modal {
    top: 10px;
    padding: 30px 25px 20px;
    max-height: calc(100% - 20px); } }

.mobile-search-wrapper {
  position: fixed;
  z-index: 1011;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: scroll;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s; }
  .mobile-search-wrapper.opened {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .mobile-search-wrapper.child_opened {
    overflow: hidden; }
  .mobile-search-wrapper .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 10px 15px;
    height: 60px;
    background-color: #ED412F; }
    .mobile-search-wrapper .search-form input {
      width: calc(100% - 85px);
      padding: 0 15px; }
    .mobile-search-wrapper .search-form button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: static;
      color: #0275d8;
      font-size: 16px;
      font-weight: 400;
      line-height: 21px;
      width: 80px;
      height: 100%;
      border-radius: 4px;
      border: 1px solid #ccc;
      background-color: #fff; }
  .mobile-search-wrapper .ajax_search {
    padding: 10px 0; }
    .mobile-search-wrapper .ajax_search ul li a {
      display: block;
      padding: 5px 20px;
      color: #373a3c;
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: .3s;
      transition: .3s; }
      .mobile-search-wrapper .ajax_search ul li a:hover {
        color: #ED412F; }

.form-group {
  margin: 0 0 18px; }
  .form-group.required > label {
    position: relative; }
    .form-group.required > label:after {
      content: '*';
      color: #ED412F; }
  .form-group label {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1; }
  .form-group textarea {
    height: 135px; }

.form-control {
  padding: 4px 15px 0;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #C9D2DC;
  border-radius: 3px; }
  .form-control-short {
    width: 230px; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  width: 5px;
  border-radius: 0;
  background: #0039D8;
  opacity: 1 !important;
  cursor: pointer; }

.notification_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
  padding: 35px 40px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
  background-color: #fff; }
  .notification_block .wrapper_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .notification_block .wrapper_left .icon_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      min-width: 100px; }
      .notification_block .wrapper_left .icon_wrapper > svg {
        fill: #ED412F; }
        .notification_block .wrapper_left .icon_wrapper > svg.gray {
          fill: #c0c0c0; }
    .notification_block .wrapper_left .text b {
      display: block;
      margin-bottom: 4px;
      color: #1c1c1c;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 700; }
    .notification_block .wrapper_left .text span {
      display: block;
      max-width: 65%;
      color: #9b9b9b;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 400; }

@media (max-width: 1199px) {
  .notification_block .text {
    padding: 0 10px; } }

@media (max-width: 767px) {
  .notification_block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
    margin-bottom: 15px; }
    .notification_block .wrapper_left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .notification_block .wrapper_left .text {
        padding: 15px 0; }
        .notification_block .wrapper_left .text b {
          font-size: 20px; }
        .notification_block .wrapper_left .text span {
          max-width: unset;
          padding-top: 5px; } }

.dropdown-container {
  position: relative; }

.input-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 270px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .input-dropdown-item {
    display: block;
    padding: 4px 20px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer; }
    .input-dropdown-item__text {
      font-weight: 400;
      font-size: 14px;
      color: #0F0F0F; }
    .input-dropdown-item:hover {
      background-color: rgba(0, 0, 0, 0.2); }

.advantages-section {
  padding: 80px 0 94px;
  overflow: hidden;
  background-color: #fff; }
  .advantages-section-title {
    display: inline-block;
    padding: 12px 10px 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.14286px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ED412F; }

.advantages-slider {
  margin: 77px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .advantages-slider .slick-slide {
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    .advantages-slider .slick-slide:not(.slick-current) {
      opacity: .24; }
  .advantages-slider > .advantages-slider__slide:not(:first-child) {
    opacity: .24; }
  .advantages-slider .slick-list {
    width: 100%;
    overflow: visible; }
  .advantages-slider__slide {
    height: 325px;
    margin-right: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .advantages-slider__slide-title {
      margin: 0 80px 0 0;
      font-size: 100px;
      line-height: 1;
      font-weight: 400; }
    .advantages-slider__slide-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 40px;
      fill: #0039D8; }
    .advantages-slider__slide-text {
      max-width: 360px;
      font-size: 20px;
      line-height: 1.5; }
    .advantages-slider__slide-decor {
      width: 34px;
      height: 34px; }
  .advantages-slider__flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .advantages-slider__title-wrap {
    margin-bottom: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .advantages-slider__arrow {
    display: inline-block;
    width: 56px;
    height: 31px;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .advantages-slider__arrow.next {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .advantages-slider__arrow-overlay {
      width: 55px;
      height: 31px;
      position: relative;
      z-index: 1;
      background-color: #fff; }
    .advantages-slider__arrow svg {
      fill: #D8D8D8;
      width: 113px;
      height: 31px;
      -webkit-transition: fill .4s, -webkit-transform .4s;
      transition: fill .4s, -webkit-transform .4s;
      transition: transform .4s, fill .4s;
      transition: transform .4s, fill .4s, -webkit-transform .4s; }
    .advantages-slider__arrow:hover svg {
      -webkit-transform: translateX(-56px);
              transform: translateX(-56px);
      fill: #0039D8; }

@media (max-width: 1199px) {
  .advantages-section {
    padding: 45px 0; }
    .advantages-section-title {
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .advantages-slider {
    margin: 40px 0 0; }
    .advantages-slider__slide {
      width: 420px !important;
      height: auto;
      padding-bottom: 20px;
      margin-right: 55px; }
      .advantages-slider__slide-title {
        margin: 0 32px 0 0;
        font-size: 36px; }
      .advantages-slider__slide-decor {
        width: 20px;
        height: 20px; }
      .advantages-slider__slide-text {
        font-size: 18px;
        line-height: 1.35; }
      .advantages-slider__slide-icon {
        margin-right: 20px; }
    .advantages-slider__title-wrap {
      margin-bottom: 32px; }
    .advantages-slider__arrow svg {
      width: 78px;
      height: 22px; }
    .advantages-slider__arrow:hover svg {
      -webkit-transform: translateX(-21px);
              transform: translateX(-21px); } }

@media (max-width: 767px) {
  .advantages-slider__slide {
    width: 360px !important;
    margin-right: 45px; }
    .advantages-slider__slide-icon {
      margin-bottom: 15px; }
  .advantages-slider__text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .advantages-slider__controls {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .advantages-slider__arrow {
    overflow: hidden; }
    .advantages-slider__arrow-overlay {
      display: none; }
    .advantages-slider__arrow:hover svg {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

@media (max-width: 575px) {
  .advantages-slider__slide {
    width: 290px !important;
    margin-right: 15px; }
    .advantages-slider__slide-decor {
      display: none; } }

.section-categories {
  padding: 76px 0 109px;
  background-color: #0039D8;
  overflow: hidden; }
  .section-categories-title {
    margin-bottom: 50px; }
  .section-categories__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 66%;
    position: relative; }

.category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 385px;
  height: 250px;
  padding: 40px 35px 35px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #4173FF;
  -webkit-transition: background-color .4s, border-color .4s;
  transition: background-color .4s, border-color .4s; }
  .category-block:nth-child(2n) {
    border-right-width: 1px; }
  .category-block:nth-last-child(-n+2) {
    border-bottom-width: 1px; }
  .category-block__title {
    max-width: 70%;
    font-size: 24px;
    line-height: 1.25;
    color: #fff; }
  .category-block__icon {
    -ms-flex-item-align: end;
        align-self: flex-end;
    fill: #4475FF;
    -webkit-transition: fill .4s;
    transition: fill .4s; }
    .category-block__icon-arrow {
      width: 31px;
      height: 38px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .category-block__img {
    position: absolute;
    top: -4%;
    left: 99%;
    max-height: 110%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
  .category-block.active {
    background-color: #ED412F;
    border-color: #ED412F; }
    .category-block.active .category-block__icon {
      fill: #fff; }
    .category-block.active .category-block__img {
      visibility: visible;
      opacity: 1; }

@media (max-width: 1199px) {
  .section-categories {
    padding: 50px 0 65px; }
    .section-categories-title {
      margin-bottom: 30px; }
  .category-block {
    height: 215px;
    width: 350px;
    max-width: 50%;
    padding: 17px 25px 19px; }
    .category-block__img {
      max-width: 32vw; }
    .category-block__title {
      font-size: 18px; } }

@media (max-width: 991px) {
  .category-block__img {
    display: none; }
  .section-categories__wrap {
    max-width: 100%; } }

@media (max-width: 575px) {
  .category-block {
    max-width: 100%;
    height: 94px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right-width: 1px; } }

.section-title {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700; }
  .section-title-white {
    color: #fff; }

@media (max-width: 1199px) {
  .section-title {
    font-size: 30px; } }

.ajax-search-mobile {
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 3px; }

.section-form {
  padding: 68px 0 79px;
  background-color: #0039D8; }
  .section-form-phone {
    display: block;
    max-width: 100%;
    margin: -106px 0 0 0;
    -webkit-filter: drop-shadow(0px 51px 54px rgba(0, 0, 0, 0.101344));
            filter: drop-shadow(0px 51px 54px rgba(0, 0, 0, 0.101344)); }
  .section-form-title {
    margin-bottom: 3px; }
  .section-form-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.56;
    color: #fff; }
  .section-form-data-warning {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    color: #4B78F6; }
    .section-form-data-warning a {
      color: #4B78F6; }
  .section-form-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 430px;
    position: relative; }
    .section-form-form .form-group {
      width: 170px;
      height: 60px;
      margin: 0 10px 0 0; }
    .section-form-form .form-control {
      height: 100%;
      width: 100%;
      padding: 20px 10px 20px 15px;
      color: #0F0F0F;
      font-size: 14px;
      line-height: 1;
      border-color: transparent;
      border-radius: 3px; }
      .section-form-form .form-control.is-invalid {
        border-color: #ED412F; }
      .section-form-form .form-control::-webkit-input-placeholder {
        font-size: 16px;
        color: #ADADAD;
        font-weight: 300; }
      .section-form-form .form-control::-ms-input-placeholder {
        font-size: 16px;
        color: #ADADAD;
        font-weight: 300; }
      .section-form-form .form-control::placeholder {
        font-size: 16px;
        color: #ADADAD;
        font-weight: 300; }
    .section-form-form .btn {
      height: 60px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .section-form-form.load > :not(.load):not(.success), .section-form-form.success > :not(.load):not(.success) {
      opacity: 0; }
    .section-form-form .load, .section-form-form .success {
      background-color: transparent; }
    .section-form-form .invalid-feedback {
      margin-top: 2px;
      color: #ED412F;
      font-size: 12px;
      line-height: 1; }

@media (max-width: 1199px) {
  .section-form {
    padding: 38px 0 45px; }
    .section-form-text {
      font-size: 16px;
      line-height: 1.5; }
    .section-form-form .btn {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2px; }
    .section-form-phone {
      max-width: 90%;
      margin: -90px 0 0; } }

@media (max-width: 991px) {
  .section-form-form .form-group {
    width: 100%;
    margin: 0 0 10px 0; }
  .section-form-phone {
    margin: 0; } }

@media (max-width: 767px) {
  .section-form {
    padding-bottom: 46px; }
    .section-form-phone {
      width: 100%;
      max-width: 320px;
      margin: -100px auto 40px; }
    .section-form-title {
      text-align: center; }
    .section-form-text {
      max-width: 255px;
      margin: 0 auto 30px;
      text-align: center; }
    .section-form-data-warning {
      text-align: center; }
    .section-form-form {
      max-width: 290px;
      margin: 0 auto; } }

.section-partners {
  padding: 57px 0 90px;
  overflow: hidden;
  background-color: #fff; }
  .section-partners-title {
    margin-bottom: 30px; }
  .section-partners-decor {
    width: 454px;
    height: 458px;
    position: relative; }
    .section-partners-decor svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .section-partners-decor img {
      max-height: 103%;
      max-width: 100%;
      margin-left: 8%;
      position: relative;
      z-index: 1; }

.partners-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.partner-block {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-top: 50px; }
  .partner-block-img {
    max-width: 75%;
    max-height: 80%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .75; }

@media (max-width: 1199px) {
  .section-partners {
    padding: 30px 0 90px; }
    .section-partners-title {
      margin-bottom: 0;
      font-size: 20px; }
    .section-partners-decor {
      width: 350px;
      height: 350px; }
  .partner-block {
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-top: 25px; } }

@media (max-width: 767px) {
  .partner-block {
    height: 70px;
    width: 50%;
    margin-top: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .partners-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.section-popular-products {
  padding: 70px 0 50px; }
  .section-popular-products-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
  .section-popular-products-link {
    padding-bottom: 2px;
    color: #97A1AA;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #0039D8;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
    .section-popular-products-link:hover {
      color: #97A1AA;
      border-color: transparent; }

.products-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .products-slider-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 97px;
    width: 100%; }
  .products-slider > .products-slider-slide {
    margin-bottom: 52px; }
    .products-slider > .products-slider-slide:not(:first-child) {
      display: none !important; }
  .products-slider-arrow {
    border: 0;
    background-color: transparent;
    cursor: pointer; }
    .products-slider-arrow svg {
      width: 27px;
      height: 17px;
      fill: #D8D8D8;
      -webkit-transition: fill .4s;
      transition: fill .4s; }
    .products-slider-arrow:hover svg {
      fill: #0039D8; }
    .products-slider-arrow.prev svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .products-slider-arrow.next svg {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .products-slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden; }
    .products-slider-controls.active {
      visibility: visible; }
    .products-slider-controls-wrap {
      display: block;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .products-slider-counter {
    margin: 4px 15px 0;
    font-size: 24px;
    line-height: 1; }
  .products-slider-dots-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-height: 1px; }
    .products-slider-dots-container .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .products-slider-dots-container .slick-dots li {
        height: 3px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        background-color: #C1CEDB; }
        .products-slider-dots-container .slick-dots li button {
          display: none; }
        .products-slider-dots-container .slick-dots li.slick-active {
          background-color: #0F0F0F; }

@media (max-width: 1199px) {
  .section-popular-products-title {
    font-size: 20px;
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .section-popular-products {
    padding: 23px 0 32px; }
  .products-slider-slide {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 22px; }
  .products-slider .product-card {
    max-width: 390px; } }

@media (max-width: 991px) {
  .products-slider .product-card {
    max-width: 325px; }
  .products-slider-dots-container {
    display: none; }
  .products-slider-counter {
    display: none; }
  .products-slider-arrow.prev {
    margin: 2px 20px 0 0; }
  .products-slider-controls-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 767px) {
  .products-slider .product-card {
    max-width: 290px; } }

.service-block {
  display: block;
  width: 230px;
  height: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F1F4F7; }
  .service-block-img {
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .service-block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 150px;
    padding: 25px 25px 77px;
    position: relative;
    -webkit-transition: background-color .4s, -webkit-transform .4s;
    transition: background-color .4s, -webkit-transform .4s;
    transition: background-color .4s, transform .4s;
    transition: background-color .4s, transform .4s, -webkit-transform .4s; }
    .service-block-bottom svg {
      position: absolute;
      left: 25px;
      bottom: 30px;
      width: 73px;
      height: 19px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      fill: #ED412F; }
  .service-block-title {
    display: block;
    font-size: 18px;
    line-height: 1.33;
    color: #0039D8;
    font-weight: 700;
    -webkit-transition: color .4s;
    transition: color .4s; }
  .service-block:hover .service-block-title {
    color: #fff; }
  .service-block:hover .service-block-bottom {
    background-color: #0039D8;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .service-block:hover .service-block-img {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }

.services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 1199px) {
  .service-block {
    height: 340px; }
    .service-block-bottom {
      height: 20%;
      padding: 20px; }
      .service-block-bottom svg {
        display: none; }
    .service-block:hover .service-block-bottom {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

@media (max-width: 575px) {
  .services-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.login-form {
  max-width: 365px;
  position: relative; }
  .login-form .custom_modal__footer:before {
    left: 0;
    right: 0; }
  .login-form-submit {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px; }
  .login-form-long {
    max-width: 560px; }
  .login-form-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
    .login-form-checkboxes .payment_checkbox {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%;
      margin: 0 -1px 0 0;
      text-align: center; }

@media (max-width: 575px) {
  .login-form-checkboxes .payment_checkbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .login-form .forgot-password {
    display: inline-block;
    margin-left: 0;
    margin-top: 12px; } }

.catalog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .catalog-pagination-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    vertical-align: middle;
    background: #FFFFFF;
    border: 2px solid #C9D2DC;
    border-radius: 3px;
    color: #757575;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: border-color .4s;
    transition: border-color .4s; }
    .catalog-pagination-button:hover {
      color: #757575;
      border-color: #ED412F; }
  .catalog-pagination-show-more {
    width: 190px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.785714px;
    text-transform: uppercase; }
  .catalog-pagination-anchor {
    width: 70px;
    margin-right: 10px; }
    .catalog-pagination-anchor svg {
      width: 15.5px;
      height: 9px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      fill: #D8D8D8; }
  .catalog-pagination-arrow {
    width: 70px; }
    .catalog-pagination-arrow svg {
      width: 13.2px;
      height: 7.7px;
      fill: #D8D8D8; }
    .catalog-pagination-arrow.prev svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .catalog-pagination-arrow.next svg {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .catalog-pagination-arrow:not(.active) {
      background-color: transparent;
      cursor: default; }
  .catalog-pagination-link {
    width: 40px;
    padding: 2px 0 0; }
  .catalog-pagination-item {
    margin: 0 2px; }
    .catalog-pagination-item.active .catalog-pagination-button {
      border-color: #0039D8; }
  .catalog-pagination-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media (max-width: 767px) {
  .catalog-pagination-anchor {
    width: 50px;
    display: none; }
  .catalog-pagination-show-more {
    width: 140px; }
  .catalog-pagination-arrow {
    width: 50px; }
  .catalog-pagination-link {
    width: 28px; }
  .catalog-pagination-button {
    height: 32px; }
  .catalog-pagination-item {
    display: none; }
    .catalog-pagination-item:first-child, .catalog-pagination-item:last-child, .catalog-pagination-item.active, .catalog-pagination-item.visible {
      display: block; } }

@media (max-width: 575px) {
  .catalog-pagination-left {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .catalog-pagination-nav {
    width: 100%; }
    .catalog-pagination-nav .pagination {
      margin-top: 15px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .catalog-pagination-item {
    margin: 5px 0; }
  .catalog-pagination-link {
    width: 32px;
    height: 32px; }
  .catalog-pagination-arrow.next {
    float: right; } }

.account-sidebar {
  background-color: #F1F4F7; }
  .account-sidebar-menu {
    padding: 22px 0; }

.account-type {
  padding: 23px 20px 23px 25px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5; }
  .account-type:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    left: -13px;
    top: 16px;
    border: 5px solid #0039D8;
    border-radius: 26px; }

.account-page .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 18px; }
  .account-page .form-group label {
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 12px 30px 0 0; }

.account-page .form-control:not(.form-control-short) {
  width: 400px; }

.account-page-btn {
  height: 50px;
  width: 300px;
  max-width: 100%;
  margin-top: 30px; }

@media (max-width: 1199px) {
  .account-page .form-group {
    margin: 0 0 14px; }
  .account-page-btn {
    margin-top: 10px; } }

@media (max-width: 575px) {
  .account-sidebar {
    margin-bottom: 35px; }
  .account-page .form-group label {
    margin: 0 0 5px; } }

.company-page {
  background-color: #fff;
  position: relative; }
  .company-page__section {
    border-bottom: 1px solid #DEE2E7; }
  .company-page__main_section-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover; }
  .company-page__track {
    margin: 80px 0 0;
    position: relative; }
  .company-page__info_section {
    padding: 0 0 60px; }
    .company-page__info_section-title {
      margin-bottom: 40px; }
    .company-page__info_section-list {
      margin-bottom: 50px; }
      .company-page__info_section-list-item {
        padding-left: 35px;
        position: relative;
        font-size: 16px;
        line-height: 1.5; }
        .company-page__info_section-list-item:not(:last-child) {
          margin-bottom: 20px; }
        .company-page__info_section-list-item:before {
          content: '';
          width: 16px;
          height: 16px;
          position: absolute;
          left: 0;
          top: 2px;
          background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjEwNzQyIDE0LjMzQzQuNDYwMDEgMTUuMzc3MSA2LjE1NzMzIDE2LjAwMDIgOC4wMDAxOCAxNi4wMDAyQzEyLjQxODUgMTYuMDAwMiAxNi4wMDAyIDEyLjQxODUgMTYuMDAwMiA4LjAwMDE4QzE2LjAwMDIgNi4xNTczMyAxNS4zNzcxIDQuNDYwMDEgMTQuMzMgMy4xMDc0MkwxMi4zMDgyIDUuMTI5MjRDMTIuODU2OCA1Ljk1MDgxIDEzLjE3NjcgNi45MzgxNCAxMy4xNzY3IDguMDAwMThDMTMuMTc2NyAxMC44NTkxIDEwLjg1OTEgMTMuMTc2NyA4LjAwMDE4IDEzLjE3NjdDNi45MzgxNCAxMy4xNzY3IDUuOTUwODEgMTIuODU2OCA1LjEyOTI0IDEyLjMwODJMMy4xMDc0MiAxNC4zM1oiIGZpbGw9IiMwMDM5RDgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MjExIDEuNDY4ODVDMTEuMzE2IDAuNTQzNzQyIDkuNzIxNDkgMCA4IDBDMy41ODE3MiAwIDAgMy41ODE3MiAwIDhDMCA5LjcyMTQ5IDAuNTQzNzQyIDExLjMxNiAxLjQ2ODg1IDEyLjYyMTFMMy41MTA4IDEwLjU3OTFDMy4wNzM2MSA5LjgxOTgxIDIuODIzNTMgOC45MzkxMSAyLjgyMzUzIDhDMi44MjM1MyA1LjE0MTExIDUuMTQxMTEgMi44MjM1MyA4IDIuODIzNTNDOC45MzkxMSAyLjgyMzUzIDkuODE5ODEgMy4wNzM2MSAxMC41NzkxIDMuNTEwOEwxMi42MjExIDEuNDY4ODVaIiBmaWxsPSIjRUQ0MTJGIi8+Cjwvc3ZnPgo=") center/cover no-repeat; }
  .company-page__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 38.8vw;
    position: absolute;
    top: -190px;
    bottom: 0;
    right: 0;
    padding: 40px 0 0 36px;
    z-index: 1;
    background-color: #F1F4F7; }
    .company-page__aside-title {
      margin-bottom: 100px;
      font-size: 36px;
      line-height: 1.25;
      font-style: italic; }
      .company-page__aside-title svg {
        width: 45px;
        height: 27px;
        margin-right: -13px;
        vertical-align: super;
        fill: #ED412F; }
    .company-page__aside-sidebar_wrap {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .company-page__aside .sidebar-menu-item {
      padding-left: 74px; }
    .company-page__aside .sidebar-menu .current-menu-item:before {
      width: 54px; }
  .company-page__plans_section {
    padding: 55px 0 60px; }
    .company-page__plans_section-title {
      margin-bottom: 58px; }
    .company-page__plans_section-list {
      position: relative; }
      .company-page__plans_section-list:before {
        content: '';
        width: 1px;
        position: absolute;
        left: 10px;
        top: 35px;
        bottom: 35px;
        background-color: #C9D2DC; }
      .company-page__plans_section-list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        padding-left: 52px; }
        .company-page__plans_section-list-item-year {
          margin-right: 30px;
          margin-bottom: -22px;
          color: #C9D2DC;
          font-size: 96px;
          line-height: 1;
          -webkit-transition: color .4s;
          transition: color .4s; }
        .company-page__plans_section-list-item-text {
          font-size: 16px;
          line-height: 1.5; }
        .company-page__plans_section-list-item:before {
          content: '';
          width: 22px;
          height: 22px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          background-color: #fff;
          border: 3px solid #C9D2DC;
          border-radius: 22px;
          -webkit-transition: border-color .4s;
          transition: border-color .4s; }
        .company-page__plans_section-list-item:not(:last-child) {
          margin-bottom: 70px; }
        .company-page__plans_section-list-item.active .company-page__plans_section-list-item-year {
          color: #ED412F; }
        .company-page__plans_section-list-item.active:before {
          border-color: #ED412F; }
  .company-page__advantages_section {
    padding: 75px 0 0;
    background-color: #0039D8; }
    .company-page__advantages_section-title {
      margin-bottom: 54px; }
  .company-page__advantage_block {
    margin-bottom: 98px; }
    .company-page__advantage_block-icon_wrap {
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 20px; }
    .company-page__advantage_block-icon {
      fill: #ED412F; }
    .company-page__advantage_block-title {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 1;
      font-weight: 700;
      color: #fff; }
    .company-page__advantage_block-text {
      font-size: 16px;
      line-height: 1.5;
      color: #89A8FF; }
  .company-page__strategy_section {
    padding: 70px 0 80px; }
    .company-page__strategy_section-title {
      margin-bottom: 50px; }
  .company-page__strategy_block {
    padding-left: 10px; }
    .company-page__strategy_block-title {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-size: 46px;
      line-height: 1;
      color: #ED412F; }
      .company-page__strategy_block-title:after {
        content: '';
        height: 41px;
        position: absolute;
        z-index: -1;
        left: -10px;
        right: -10px;
        top: 42%;
        background-color: #F1F4F7; }
    .company-page__strategy_block-text {
      position: relative;
      z-index: 1;
      font-size: 16px;
      line-height: 1.5; }
    .company-page__strategy_block:not(:last-child) {
      margin-bottom: 70px; }
  .company-page__partners_section {
    padding: 70px 0 65px; }
    .company-page__partners_section-title {
      margin-bottom: 50px; }
  .company-page__partner_block {
    display: block;
    height: 170px;
    padding: 15px 25px;
    margin-bottom: 15px;
    border: 1px solid #E0E0E0; }
    .company-page__partner_block-img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }
  .company-page__certificates_section {
    padding: 70px 0 144px; }
    .company-page__certificates_section-title {
      margin-bottom: 30px; }
  .company-page__certificates_slider {
    width: 100%;
    border: 1px solid #E8EBEF; }
    .company-page__certificates_slider-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 670px;
      max-width: 100%;
      position: relative; }
    .company-page__certificates_slider-arrow {
      width: 70px;
      height: 70px;
      position: absolute;
      right: -70px;
      border: 0;
      background-color: #0039D8;
      cursor: pointer;
      -webkit-transition: background-color .4s;
      transition: background-color .4s; }
      .company-page__certificates_slider-arrow svg {
        width: 19px;
        height: 11px;
        fill: #fff; }
      .company-page__certificates_slider-arrow.next {
        top: 0; }
        .company-page__certificates_slider-arrow.next svg {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .company-page__certificates_slider-arrow.prev {
        top: 70px; }
        .company-page__certificates_slider-arrow.prev svg {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .company-page__certificates_slider-arrow:hover {
        background-color: #ED412F; }
    .company-page__certificates_slider-counter {
      width: 50px;
      position: absolute;
      bottom: 0;
      left: 102%;
      font-size: 16px;
      line-height: 1;
      color: #757575; }
    .company-page__certificates_slider-slide {
      height: 420px;
      padding: 30px; }
      .company-page__certificates_slider-slide-img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down;
        -o-object-position: center;
           object-position: center; }
    .company-page__certificates_slider > .company-page__certificates_slider-slide:not(:first-child) {
      display: none; }

@media (max-width: 1199px) {
  .company-page__info_section {
    padding: 0 0 30px; }
    .company-page__info_section-img {
      max-width: 100%; }
    .company-page__info_section-title {
      margin-bottom: 30px; }
    .company-page__info_section-list {
      margin-bottom: 35px; }
  .company-page__main_section-img {
    margin: 0; }
  .company-page__plans_section {
    padding: 35px 0 40px; }
    .company-page__plans_section-title {
      margin-bottom: 30px; }
    .company-page__plans_section-list-item {
      max-width: 620px;
      padding-left: 35px; }
      .company-page__plans_section-list-item-year {
        margin-right: 15px;
        margin-bottom: -8px;
        font-size: 40px; }
      .company-page__plans_section-list-item-text {
        font-size: 15px;
        line-height: 1.3; }
      .company-page__plans_section-list-item:not(:last-child) {
        margin-bottom: 40px; }
    .company-page__plans_section-list:before {
      top: 18px;
      bottom: 14px; }
  .company-page__aside {
    width: 33vw;
    padding: 40px 0 0 25px; }
  .company-page__advantages_section {
    padding: 45px 0 20px; }
    .company-page__advantages_section-title {
      margin-bottom: 35px; }
  .company-page__advantage_block {
    margin-bottom: 35px; }
  .company-page__strategy_section {
    padding: 30px 0 40px; }
    .company-page__strategy_section-title {
      margin-bottom: 30px; }
  .company-page__strategy_block:not(:last-child) {
    margin-bottom: 35px; }
  .company-page__partners_section {
    padding: 35px 0 20px; }
  .company-page__certificates_section {
    padding: 35px 0 100px; }
    .company-page__certificates_section-title {
      margin-bottom: 25px; }
  .company-page__certificates_slider-arrow {
    position: static; }
  .company-page__certificates_slider-counter {
    position: static;
    margin-top: 15px; } }

@media (max-width: 991px) {
  .company-page__aside {
    display: none; }
  .company-page__track {
    margin: 40px 0 0; }
  .company-page__certificates_slider-slide {
    height: 320px;
    padding: 20px; }
  .company-page__certificates_slider-wrap {
    margin: 0 auto; } }

@media (max-width: 575px) {
  .company-page__main_section-img {
    height: 165px; }
  .company-page__plans_section-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .company-page__plans_section-list-item-year {
      margin-bottom: 5px; }
    .company-page__plans_section-list-item:before {
      top: 5px;
      bottom: unset; }
  .company-page__plans_section-list:before {
    top: 15px;
    bottom: 65px; }
  .company-page__certificates_slider-slide {
    height: 200px;
    padding: 10px; } }

.offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px; }
  .offer-block__top {
    display: block;
    height: 280px;
    position: relative;
    background-color: #0039D8; }
  .offer-block__time {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 14px 22px 10px;
    color: #ED412F;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    background-color: #F1F4F7; }
  .offer-block__img {
    width: 100%;
    height: 100%;
    padding: 22px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    background-color: #0039D8; }
  .offer-block__bottom {
    display: block;
    padding: 20px 20px 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background-color: #F1F4F7; }
  .offer-block__title {
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.45; }
  .offer-block__link {
    color: #ED412F;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.49px;
    text-transform: uppercase;
    border-bottom: 1px solid #ED412F;
    -webkit-transition: color .4s, border-color .4s;
    transition: color .4s, border-color .4s; }
  .offer-block:hover {
    color: #0F0F0F; }
    .offer-block:hover .offer-block__link {
      color: #0039D8;
      border-color: transparent; }

@media (max-width: 1199px) {
  .offer-block {
    margin-bottom: 20px;
    height: calc(100% - 20px); }
    .offer-block__title {
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 1.3; }
    .offer-block__bottom {
      padding: 15px 20px 20px; } }

/*# sourceMappingURL=custom.css.map */
