@charset "UTF-8";
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

html,
body {
  height: 100%; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

li {
  display: block; }

dl {
  margin-top: 0;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit; }

blockquote {
  margin: 0;
  padding: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

strong {
  font-weight: bold; }

figure {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:focus {
    outline-color: inherit;
    outline-style: dotted;
    outline-width: thin; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible; }

b {
  font-weight: 700; }

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 56px 0 28px;
  font-weight: 900;
  line-height: 1.2;
  clear: both; }

.typography h1 {
  font-size: 33px; }

.typography h2 {
  font-size: 28px; }

.typography h3 {
  font-size: 23px; }

.typography h4,
.typography h5,
.typography h6 {
  font-size: 19px; }

.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child,
.typography h5:first-child,
.typography h6:first-child {
  margin-top: 0; }

.typography p {
  margin: 0 0 8px;
  line-height: 1.5; }

.typography p + ul {
  margin: 0 0 30px; }

.typography ul,
.typography ol {
  margin: 16px 0;
  padding-left: 40px; }

.typography li {
  display: list-item; }

.typography .alignleft {
  float: left;
  margin: 6px 28px 28px 0; }

.typography .alignright {
  float: right;
  margin: 6px 0 28px 28px; }

.typography .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

::selection {
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

body {
  background-color: #fff;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.layout {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px; }

.mfp-content {
  text-align: center; }

.mfp-close {
  position: absolute; }

.swiper-button-next,
.swiper-button-prev {
  z-index: 2; }

.header {
  width: 100%;
  min-width: 300px !important;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .header__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.header__inner-column {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11%; }

.header__logo {
  display: block;
  width: 13.5%;
  margin: 17px 1% 17px 0; }
  .header__logo:focus {
    outline: none; }

.header__phone {
  margin-top: 10px;
  font: 700 15px/1.2 "HelveticaNeueCyr",Arial,sans-serif;
  color: #ff9e00;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  .header__phone:hover, .header__phone:focus {
    border-bottom-color: #ff9e00;
    outline: none; }

@media screen and (max-width: 1199px) {
  .header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header__inner-column {
    width: 14%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 20px;
    margin-right: 20px; }
  .header__logo {
    width: 50%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 991px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__inner-column {
    width: 130px;
    margin-right: 0; }
  .header__phone {
    margin-top: 0; }
  .header__logo {
    width: 36%; }
  .page-template-page-cart .header__logo {
    width: 25%; } }

@media (max-width: 767px) {
  .header__logo {
    width: 21%; }
  .header__inner-column {
    margin-left: 10px; }
  .header__phone {
    font-size: 14px; } }

@media screen and (max-width: 480px) {
  .header__logo {
    width: 30%; }
  .header__inner-column {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding-left: 20px;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.top-menu {
  max-width: 800px; }

.top-menu__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.top-menu__wrap > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .top-menu__wrap > li:hover > .submenu-top {
    visibility: visible;
    opacity: 1;
    z-index: auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .top-menu__wrap > li:hover > a {
    outline: none;
    color: #ff9e00; }
    .top-menu__wrap > li:hover > a::after {
      border-top-color: #ff9e00; }

.menu-item--small {
  max-width: 100px;
  text-align: center; }

.top-menu__wrap > li > a {
  display: block;
  padding: 32px 8px;
  color: #fff;
  font: 700 14px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .top-menu__wrap > li > a:focus {
    outline: none;
    color: #ff9e00; }
    .top-menu__wrap > li > a:focus::after {
      border-top-color: #ff9e00; }

.top-menu__wrap > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.top-menu__wrap > .current-menu-item > a {
  color: #ff9e00;
  border-color: #ff9e00; }

.cmn-toggle-switch {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  z-index: 20; }

.cmn-toggle-switch:focus {
  outline: none; }

.cmn-toggle-switch span {
  height: 4px; }
  .cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    height: 4px; }

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ff9e00;
  -webkit-transition: background 0s;
  transition: background 0s; }

.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  background-color: #ff9e00;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s; }

.cmn-toggle-switch span::before {
  top: -15px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform; }

.cmn-toggle-switch span::after {
  bottom: -15px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

/* active state*/
.cmn-toggle-switch.active {
  position: relative;
  z-index: 20;
  -webkit-transition: all 1s;
  transition: all 1s; }

.cmn-toggle-switch.active span {
  background: none; }

.cmn-toggle-switch.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.cmn-toggle-switch.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.cmn-toggle-switch.active span::before,
.cmn-toggle-switch.active span::after {
  -webkit-transition-delay: 0s, .3s;
          transition-delay: 0s, .3s; }

@media screen and (max-width: 1199px) {
  .top-menu {
    width: 80%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .top-menu li {
      text-align: center; } }

@media screen and (max-width: 991px) {
  .top-menu {
    width: 100%;
    max-height: 90vh;
    overflow: auto; }
  .top-menu__wrap > li > a {
    display: inline-block;
    position: relative;
    padding: 32px 0; }
  .top-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .top-menu li {
      width: 100%; }
    .top-menu .current-menu-item a {
      border: none; }
    .top-menu .submenu-top__second {
      display: none; }
    .top-menu .menu-item-has-children a::after {
      position: absolute;
      right: -30px;
      pointer-events: none;
      top: 50%;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
    .top-menu .submenu-top__additional {
      display: none; }
    .top-menu .submenu-top {
      display: none;
      visibility: visible;
      opacity: 1;
      z-index: auto;
      position: relative;
      background: none;
      -webkit-transform: none;
              transform: none; }
    .top-menu .submenu-top > li {
      text-align: center; }
    .top-menu .submenu-top > li > a {
      display: inline-block;
      color: #fff;
      border: none;
      width: auto;
      padding: 7px; }
      .top-menu .submenu-top > li > a::after {
        display: none; }
  .top-menu__wrap > li.open > .submenu-top {
    display: block; }
  .top-menu__wrap > li:hover > .submenu-top {
    -webkit-transform: none;
            transform: none; }
  .cmn-toggle-switch {
    display: block;
    margin-right: 0; }
  .top-menu {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.72); }
  .menu-item--small {
    max-width: 100%; } }

@media screen and (max-width: 480px) {
  .top-menu__wrap li a {
    padding: 22px 15px; }
  .top-menu__wrap > li > a {
    padding: 22px 0; }
  .cmn-toggle-switch {
    margin-left: 10px;
    margin-right: 10px; } }

.search:not(body) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 11%;
  margin: 17px 0; }

.search__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative; }

.search__label:hover .search__field {
  border-bottom-color: #fff;
  width: 100%; }

.search__field {
  padding: 5px 20px 5px 0;
  width: 100%;
  font: 300 13px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #fff;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .search__field:focus {
    border-bottom-color: #ff9e00; }
    .search__field:focus ~ .search__btn svg {
      fill: #ff9e00; }
  .search__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search__field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search__field::placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search__field::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .search__field::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }

.search__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important; }

.search__btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .search__btn svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .search__btn:hover svg, .search__btn:focus svg {
    fill: #ff9e00; }

@media screen and (max-width: 1199px) {
  .search:not(body) {
    width: 30%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 991px) {
  .search:not(body) {
    width: auto;
    margin-left: auto; } }

@media (max-width: 767px) {
  .search:not(body) {
    width: 35%; } }

@media (max-width: 601px) {
  .search:not(body) {
    width: 28%; } }

@media screen and (max-width: 480px) {
  .search:not(body) {
    width: 44%; } }

.submenu-top {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(95%);
          transform: translateY(95%);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.submenu-top > li:hover > .submenu-top__second > li > a {
  -webkit-transform: scale(1);
          transform: scale(1); }

.submenu-top > li:hover > .submenu-top__additional::after {
  display: none; }

.submenu-top > li:hover > .submenu-top__additional a {
  -webkit-transform: scale(1);
          transform: scale(1); }

.submenu-top > li:hover > .submenu-top__second,
.submenu-top > li:hover > .submenu-top__additional {
  visibility: visible;
  opacity: 1;
  z-index: auto;
  height: auto; }

.submenu-top > li:hover > .submenu-top__additional::before {
  content: "";
  position: absolute;
  width: 199px;
  top: 0;
  left: -199px;
  height: 100%;
  background: #fff; }

.submenu-top > li:hover > a {
  color: #ff9e00; }
  .submenu-top > li:hover > a::after {
    border-color: #ff9e00; }

.submenu-top > li > a {
  display: block;
  position: relative;
  width: 200px;
  padding: 22px 30px 22px 20px;
  font: 400 14px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #ced4da;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2; }
  .submenu-top > li > a:focus {
    color: #ff9e00; }
    .submenu-top > li > a:focus::after {
      border-color: #ff9e00; }
  .submenu-top > li > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.submenu-top__second {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  padding: 12px 0 12px 230px;
  width: 400px;
  min-height: 330px;
  height: auto;
  color: #000;
  top: 0;
  left: 0;
  background: #fff; }
  .submenu-top__second::before {
    content: "";
    position: absolute;
    background: #ced4da;
    width: 1px;
    height: 100%;
    left: 200px;
    top: 0; }

.submenu-top__additional {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 16px;
  width: 375px;
  min-height: 330px;
  right: -575px;
  top: 0;
  height: 100%;
  background: #fff no-repeat right center;
  background-size: 92%; }

.submenu-top__second > li {
  max-width: 170px; }

.submenu-top__second > li > a {
  position: relative;
  display: inline-block;
  padding: 12px 15px 12px 0;
  font: 400 13px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .submenu-top__second > li > a:hover, .submenu-top__second > li > a:focus {
    color: #ff9e00; }
    .submenu-top__second > li > a:hover::after, .submenu-top__second > li > a:focus::after {
      visibility: visible; }
  .submenu-top__second > li > a::after {
    content: "";
    visibility: hidden;
    position: absolute;
    top: 14px;
    right: 5px;
    width: 18px;
    height: 9px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: url(../img/right-long-arrow-orange.svg) no-repeat left/contain; }

.btn {
  display: inline-block;
  position: relative;
  padding: 12px 16px;
  font: 700 14px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  color: #ff9e00;
  border: 2px solid #ff9e00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover, .btn:focus {
    outline: none;
    background: #ff9e00;
    color: #fff; }
    .btn:hover svg, .btn:focus svg {
      fill: #fff; }
  .btn--svg {
    padding-right: 60px; }
    .btn--svg svg {
      fill: #ff9e00;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .btn--fill {
    background: #ff9e00;
    color: #fff; }
    .btn--fill svg {
      fill: #fff; }
    .btn--fill:hover, .btn--fill:focus {
      outline: none;
      background: #2d2d2d;
      border-color: #2d2d2d; }
  .btn--white {
    border-color: #fff;
    color: #fff; }
    .btn--white svg {
      fill: #fff; }
    .btn--white:hover, .btn--white:focus {
      outline: none;
      background: #fff;
      color: #ff9e00; }
      .btn--white:hover svg, .btn--white:focus svg {
        fill: #ff9e00; }
  .btn:disabled {
    opacity: 0.7;
    pointer-events: none; }

.btn--fill.reverse {
  background: #2d2d2d;
  border-color: #2d2d2d; }
  .btn--fill.reverse:hover, .btn--fill.reverse:focus {
    background: #ff9e00;
    border-color: #ff9e00; }

.btn-delete {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  outline: none;
  border: none; }
  .btn-delete::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #272729;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .btn-delete::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 2px;
    height: 100%;
    background-color: #272729;
    -webkit-transform: translateX(50%) rotate(-45deg);
            transform: translateX(50%) rotate(-45deg); }
  .btn-delete:hover::before, .btn-delete:hover::after {
    background-color: #ff9e00; }

.btn__cart {
  position: relative;
  display: inline-block;
  min-width: 140px;
  height: 100%;
  padding: 0 25px 2px 35px;
  margin-left: 0;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff; }
  .btn__cart:hover {
    color: #ff9e00; }
  .btn__cart:focus {
    outline: none; }
  .btn__cart::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 15px;
    height: 17px;
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
    background: url("../img/cart-bag--white.png") no-repeat center;
    background-size: cover !important; }

.btn__cart-number {
  top: 50%;
  right: 2px;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.page-template-page-cart .btn__cart {
  width: 14%;
  min-width: 155px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 25px 34px 35px;
  background-color: #ff9e00;
  color: #000;
  border-radius: 3px; }
  .page-template-page-cart .btn__cart::before {
    background: url("../img/cart-bag.png") no-repeat center;
    background-size: cover !important; }

.page-template-page-cart .btn__cart-number {
  right: 15px;
  margin-top: 0;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 16px; }

.page-template-page-cart .search {
  width: 8%; }

.btn__text {
  line-height: 1;
  vertical-align: bottom; }

@media screen and (max-width: 991px) {
  .page-template-page-cart .search {
    width: 42%; } }

@media (max-width: 767px) {
  .page-template-page-cart .search {
    width: 32%; } }

@media (max-width: 601px) {
  .btn {
    font-size: 12px; }
  .page-template-page-cart .search {
    width: 20%; } }

@media screen and (max-width: 480px) {
  .btn {
    width: 50%;
    font-size: 10px; }
  .btn__cart {
    width: 150px; }
  .page-template-page-cart .search {
    width: 49%; }
  .page-template-page-cart .btn__cart {
    width: 11%;
    margin-right: 8px;
    margin-left: auto;
    margin-bottom: 10px;
    padding: 5px 25px 7px 35px; } }

.slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  .slider .swiper-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(10%, rgba(0, 0, 0, 0.3)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 10%, transparent); }

.slider__inner {
  position: absolute;
  z-index: 2;
  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;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  width: 1200px;
  height: 100%;
  padding: 0 15px; }

.slider__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.slider__next,
.slider__prev {
  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: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 48px;
  height: 48px;
  background: none;
  margin: 0; }
  .slider__next svg,
  .slider__prev svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .slider__next:focus svg, .slider__next:hover svg,
  .slider__prev:focus svg,
  .slider__prev:hover svg {
    fill: #ff9e00; }
  .slider__next.swiper-button-disabled,
  .slider__prev.swiper-button-disabled {
    opacity: 0; }

.slider__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.slider__bullet {
  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: 48px;
  height: 48px;
  border: 1px solid #fff;
  margin: 5px 0;
  font: 700 18px/1 "HelveticaNeueCyr", Arial, sans-serif;
  border-radius: 0;
  background: none;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .slider__bullet.swiper-pagination-bullet-active, .slider__bullet:hover, .slider__bullet:focus {
    background: #ff9e00;
    color: #fff;
    border-color: #ff9e00; }

.slider__slide {
  display: block;
  width: 100%;
  height: 700px;
  background: no-repeat center/cover; }

.slider__text {
  position: absolute;
  top: calc(99px + 10px);
  left: 5px;
  max-width: 180px;
  color: #fff;
  font: 700 16px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word; }
  @supports not (overflow-wrap: break-word) {
    .slider__text {
      word-wrap: break-word; } }

@media screen and (max-width: 1199px) {
  .slider__inner {
    left: 0;
    width: auto;
    max-width: 1200px;
    -webkit-transform: none;
            transform: none;
    height: 425px;
    margin-top: 180px; }
  .slider__slide {
    height: 605px; }
  .slider__text {
    top: 10px;
    left: 80px;
    max-width: 250px; } }

@media screen and (max-width: 991px) {
  .slider__inner {
    height: 420px;
    margin-top: 81px; }
  .slider__slide {
    height: 500px; } }

@media (max-width: 767px) {
  .slider__inner {
    height: 100%;
    margin-top: 0; }
  .slider__slide {
    height: 400px; }
  .slider__text {
    font-size: 14px;
    text-align: left; } }

@media (max-width: 601px) {
  .slider__slide {
    height: 300px; } }

@media screen and (max-width: 480px) {
  .slider__slide {
    height: 280px; } }

.novelties {
  position: relative;
  width: 100%;
  background: #2e2e36 url("../img/first-bg.jpg");
  color: #fff; }

.novelties__link:focus svg,
.novelties__link:hover svg {
  fill: #ff9e00; }

.novelties__arrow {
  position: absolute;
  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;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 67px;
  height: 67px;
  background: #2e2e36;
  z-index: 1; }
  .novelties__arrow svg {
    width: 29px;
    height: 29px;
    fill: #fff; }

.novelties__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  padding-bottom: 230px; }
  @media screen and (max-width: 480px) {
    .novelties__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.novelties__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .novelties__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .novelties__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.novelties__prev,
.novelties__next {
  left: 0;
  right: auto;
  top: 41%;
  margin-top: 0;
  -webkit-transform: rotate(90deg) translateY(70%);
          transform: rotate(90deg) translateY(70%);
  background: none;
  padding: 15px;
  width: auto;
  height: auto; }
  .novelties__prev svg,
  .novelties__next svg {
    width: 29px;
    height: 29px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .novelties__prev.swiper-button-disabled,
  .novelties__next.swiper-button-disabled {
    opacity: 0; }
  .novelties__prev:hover, .novelties__prev:focus,
  .novelties__next:hover,
  .novelties__next:focus {
    outline: none; }
    .novelties__prev:hover svg, .novelties__prev:focus svg,
    .novelties__next:hover svg,
    .novelties__next:focus svg {
      fill: #ff9e00; }

.novelties__next {
  -webkit-transform: rotate(-90deg) translateY(70%);
          transform: rotate(-90deg) translateY(70%);
  right: 0;
  left: auto; }

.novelties__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px; }

.novelties__slider {
  width: 100%; }

@media screen and (max-width: 1350px) {
  .novelties__prev,
  .novelties__next {
    top: 42%; }
    .novelties__prev svg,
    .novelties__next svg {
      fill: #ff9e00; }
    .novelties__prev:focus,
    .novelties__next:focus {
      outline: 1px dotted #ff9e00; }
  .novelties__slider {
    margin: 0 35px;
    width: calc(100% - 70px); }
  .novelties__prev {
    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: 50px;
    height: 50px;
    padding: 0;
    left: 0;
    -webkit-transform: rotate(90deg) translateY(0);
            transform: rotate(90deg) translateY(0); }
  .novelties__next {
    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: 50px;
    height: 50px;
    padding: 0;
    right: 0;
    -webkit-transform: rotate(-90deg) translateY(0);
            transform: rotate(-90deg) translateY(0); } }

@media screen and (max-width: 1199px) {
  .novelties__slider {
    padding-top: 20px; }
  .novelties__slide .card {
    width: 270px;
    margin: 0; } }

@media (max-width: 601px) {
  .novelties__arrow {
    top: -24px;
    width: 47px;
    height: 47px; } }

@media screen and (max-width: 480px) {
  .novelties__inner {
    padding-top: 50px; }
  .novelties__prev,
  .novelties__next {
    top: 36%;
    width: 25px;
    height: 25px; }
    .novelties__prev svg,
    .novelties__next svg {
      width: 25px;
      height: 25px; }
  .novelties__slider {
    margin: 0 20px;
    width: calc(100% - 40px); } }

@media screen and (max-width: 380px) {
  .novelties__next,
  .novelties__prev {
    top: 36%; } }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 270px;
  min-height: 400px;
  height: auto;
  padding-bottom: 15px;
  background: #fff;
  color: #2d2d2d;
  margin-top: 19px;
  margin-bottom: 16px;
  border: 1px solid #c9c9c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .card--new::before {
    content: "New";
    position: absolute;
    top: -19px;
    right: 13px;
    padding: 8px;
    font: 700 15px/1 "HelveticaNeueCyr", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #ff9e00;
    z-index: 2; }
  .card--sale::before {
    content: "Sale";
    position: absolute;
    top: -19px;
    right: 13px;
    padding: 8px;
    font: 700 15px/1 "HelveticaNeueCyr", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    background: #FFC618;
    z-index: 2; }
  .card--row3 {
    width: 251px;
    margin-right: 26px; }
    .card--row3:nth-of-type(3n) {
      margin-right: 0; }
  .card--row4 {
    width: 251px;
    margin-right: 48px; }
    .card--row4:nth-of-type(4n) {
      margin-right: 0; }

.card__img {
  width: 100%;
  height: 182px;
  background: no-repeat center/cover; }


.card__img.card__no-image {
  background-size: 60% auto;
}

.card__link {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  color: #ff9e00; }
  .card__link:hover, .card__link:focus {
    outline: none; }
  .card__link:hover, .card__link:focus {
    text-decoration: underline; }

.card__title {
  min-height: 59px;
  margin-bottom: 10px;
  padding: 10px 17px 5px 17px;
  font: 700 15px/22px "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }
  .card__title b {
    display: block; }

.card__vendor-code {
  min-height: 18px;
  margin-top: auto;
  margin-bottom: 5px;
  padding: 0 17px;
  font: 300 14px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.card__fake-link {
  position: absolute;
  right: -1px;
  bottom: -1px;
  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: 52px;
  height: 52px;
  border: 2px solid #ff9e00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .card__fake-link svg {
    width: 24px;
    height: 12px;
    fill: #ff9e00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.card .card__cost {
  margin-bottom: 10px;
  padding: 0 17px;
  color: #2d2d2d;
  font-size: 14px; }

.card .product__cost-number {
  font-size: 19px; }
  .card .product__cost-number::after {
    content: ' руб*';
    font-size: 14px; }

.card__btn {
  width: auto;
  min-width: 110px;
  margin-right: 18px;
  text-transform: inherit;
  text-align: center; }

.card__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px; }

@media screen and (max-width: 1199px) {
  .card {
    width: 24%;
    margin: 0;
    margin-bottom: 20px; }
  .card__btn {
    margin-right: 0; }
  .card__row-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 991px) {
  .card {
    width: 30%; }
    .card--row3 {
      width: 32%; } }

@media (max-width: 767px) {
  .card {
    width: 46%;
    min-height: 420px; }
    .card--row3 {
      width: 49%; }
      .card--row3 .card__img {
        background-size: 100% 100%; }
  .card__img {
    height: 200px; } }

@media (max-width: 601px) {
  .card {
    min-height: 340px; }
    .card--row3 {
      width: 60%;
      min-height: 420px; }
      .card--row3 .card__img {
        height: 220px; }
  .card__img {
    height: 180px;
    background-size: 100% 100%; } }

@media screen and (max-width: 480px) {
  .card {
    width: 68%;
    min-height: 360px; }
    .card--row3 {
      min-height: 380px; }
      .card--row3 .card__img {
        height: 180px; }
  .card__img {
    height: 160px; }
  .card__btn {
    font-size: 12px; } }

@media screen and (max-width: 380px) {
  .card--row3,
  .card--row4 {
    width: 80%; } }

@media (max-width: 320px) {
  .card {
    width: 80%; } }

.main-products {
  width: 100%;
  background: #fff;
  color: #2d2d2d;
  margin-bottom: 40px; }

.main-products__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: -200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 480px) {
    .main-products__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.main-products__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: #fff; }
  @media (max-width: 767px) {
    .main-products__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .main-products__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.main-products__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 370px;
  height: 432px;
  margin-bottom: 40px;
  margin-right: 30px;
  background: no-repeat center/contain;
  background-size: cover; }
  .product-card:nth-of-type(3n) {
    margin-right: 0; }

.product-card__link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  background: #33333b;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .product-card__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-card__link:hover, .product-card__link:focus {
    outline: none;
    height: 100%;
    background: rgba(45, 45, 45, 0.72);
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.45);
            box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.45); }
    .product-card__link:hover .product-card__fake-link, .product-card__link:focus .product-card__fake-link {
      display: block; }

.two-cards .product-card {
  margin-right: 0;
  background-size: cover; }

.two-cards .product-card {
  width: 40%; }
  .two-cards .product-card:not(:nth-of-type(2n)) {
    margin-right: 4%; }

.product-card__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 0;
  font-size: 21px; }
  @media (max-width: 767px) {
    .product-card__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .product-card__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.product-card__fake-link {
  display: none;
  margin-top: 40px; }

@media screen and (max-width: 1350px) {
  .product-card {
    width: 32%;
    margin-right: 0;
    background: no-repeat center/cover; }
    .product-card:not(:nth-of-type(3n)) {
      margin-right: 2%; }
  .two-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 991px) {
  .product-card {
    height: 290px;
    margin-bottom: 30px; }
  .product-card__title {
    font-size: 16px; }
  .two-cards .product-card {
    width: 45%;
    height: 350px; } }

@media (max-width: 767px) {
  .product-card {
    width: 48%;
    height: 330px;
    margin-bottom: 20px; }
    .product-card:not(:nth-of-type(3n)) {
      margin-right: 0; }
    .product-card:not(:nth-of-type(2n)) {
      margin-right: 2%; }
  .product-card__title {
    font-size: 14px; } }

@media (max-width: 601px) {
  .product-card {
    width: 49%;
    margin-bottom: 10px; }
  .product-card__title {
    font-size: 14px; }
  .two-cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .two-cards .product-card {
      width: 49%;
      margin-right: 0; }
      .two-cards .product-card:not(:nth-of-type(2n)) {
        margin-right: 0; } }

@media screen and (max-width: 480px) {
  .main-products__cards {
    -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; }
  .product-card {
    width: 98%;
    height: 300px; }
    .product-card:not(:nth-of-type(2n)) {
      margin-right: 0; }
  .product-card__title {
    font-size: 14px;
    margin-bottom: 0; }
  .two-cards .product-card {
    width: 98%; } }

.main-news {
  width: 100%;
  margin-bottom: 70px;
  background: #fff;
  color: #2d2d2d; }

.main-news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 480px) {
    .main-news__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.main-news__block {
  width: 25%;
  margin-bottom: 10px; }

.main-news__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 195px;
  color: #2d2d2d; }
  @media (max-width: 767px) {
    .main-news__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .main-news__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.main-news__button {
  position: absolute;
  left: 15px;
  bottom: 20%; }

@media screen and (max-width: 991px) {
  .main-news__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-news__block {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .main-news__title {
    margin-bottom: 0; }
  .main-news__button {
    position: relative;
    left: 0; } }

@media (max-width: 767px) {
  .main-news__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-news__block {
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .main-news {
    margin-bottom: 100px; } }

.news-card {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  height: 335px;
  padding: 50px 25px 40px 25px;
  margin-bottom: 10px;
  background: no-repeat center/cover; }
  .news-card:not(:last-of-type) {
    border-right: 1px solid #969696; }

.news-card__link {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .news-card__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .news-card__link:hover, .news-card__link:focus {
    outline: none; }
    .news-card__link:hover .news-card__title, .news-card__link:focus .news-card__title {
      color: #fff; }
    .news-card__link:hover ~ .news-card__overlay, .news-card__link:focus ~ .news-card__overlay {
      background: rgba(0, 0, 0, 0.58);
      -webkit-box-shadow: 4.663px 3.776px 20.88px 3.12px rgba(0, 0, 0, 0.27);
              box-shadow: 4.663px 3.776px 20.88px 3.12px rgba(0, 0, 0, 0.27); }
    .news-card__link:hover ~ .news-card__date, .news-card__link:focus ~ .news-card__date {
      color: #fff; }
    .news-card__link:hover ~ .news-card__btn, .news-card__link:focus ~ .news-card__btn {
      color: #fff;
      border-color: #fff; }
      .news-card__link:hover ~ .news-card__btn svg, .news-card__link:focus ~ .news-card__btn svg {
        fill: #fff; }

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0; }

.news-card__title {
  position: relative;
  font: 700 16px/22px "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  z-index: 1; }

.news-card__date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
  font: 400 16px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.news-card__btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  z-index: 1; }

@media screen and (max-width: 1199px) {
  .news__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news__title {
    text-align: center; } }

@media screen and (max-width: 991px) {
  .news-card {
    width: 33.3%; }
  .main-news .btn {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .news-card {
    width: 80%;
    height: 220px; }
    .news-card:not(:last-of-type) {
      border-right: none; } }

@media screen and (max-width: 480px) {
  .news-card {
    width: 98%; } }

.btn-light {
  position: relative;
  font: 700 15px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #ff9e00;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .btn-light--svg {
    margin-right: 60px; }
    .btn-light--svg svg {
      fill: #ff9e00;
      position: absolute;
      right: -45px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .btn-light--reverse {
    margin-right: 0;
    margin-left: 60px; }
    .btn-light--reverse svg {
      left: -45px;
      right: auto;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .btn-light:hover, .btn-light:focus {
    color: #2d2d2d;
    border-color: #2d2d2d; }
    .btn-light:hover svg, .btn-light:focus svg {
      fill: #2d2d2d; }

@media (max-width: 601px) {
  .news .btn-light--svg {
    margin-right: 30px; }
  .news .btn-light--reverse {
    margin-right: 0;
    margin-left: 30px; } }

.btn-social {
  width: 190px;
  display: block;
  position: relative;
  padding: 12px 12px 12px 32px;
  font: 700 14px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  color: #ff9e00;
  border: 2px solid #ff9e00;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .btn-social:hover, .btn-social:focus {
    outline: none;
    background: #ff9e00;
    color: #fff; }
    .btn-social:hover .btn-social__text-hover, .btn-social:focus .btn-social__text-hover {
      display: inline; }
    .btn-social:hover .btn-social__text, .btn-social:focus .btn-social__text {
      display: none; }
    .btn-social:hover svg, .btn-social:focus svg {
      fill: #fff; }
  .btn-social svg {
    fill: #ff9e00;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.btn-social__text-hover {
  display: none; }

.btn-social__text {
  line-height: 1;
  vertical-align: bottom; }

.btn-social__text-hover {
  line-height: 1;
  vertical-align: bottom; }

.btn__text {
  line-height: 1;
  vertical-align: bottom; }

@media (max-width: 601px) {
  .btn-social {
    font-size: 12px; } }

@media screen and (max-width: 480px) {
  .btn-social {
    width: 50%;
    font-size: 10px; } }

.main-media {
  width: 100%;
  background: #fff;
  color: #2d2d2d; }

.main-media__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .main-media__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.main-media__header-row {
  width: 100%;
  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: 45px; }

.main-media__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .main-media__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .main-media__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.main-media__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 480px) {
  .main-media__header-row .main-media__title {
    margin-bottom: 0; } }

.media-card {
  width: 370px; }

.media-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 370px;
  -webkit-box-shadow: -1.04px 4.891px 46px 0 rgba(0, 0, 0, 0.17);
          box-shadow: -1.04px 4.891px 46px 0 rgba(0, 0, 0, 0.17);
  background: no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .media-card__link:hover, .media-card__link:focus {
    outline: none;
    -webkit-box-shadow: -1.04px 4.891px 26px 0 rgba(0, 0, 0, 0.37);
            box-shadow: -1.04px 4.891px 26px 0 rgba(0, 0, 0, 0.37); }

.media-card__text {
  padding: 10px;
  font: 400 14px/21px "HelveticaNeueCyr", Arial, sans-serif;
  background: #fff;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-break: break-all; }
  @supports not (overflow-wrap: break-word) {
    .media-card__text {
      word-wrap: break-word; } }

.media-card__btn {
  margin: 40px auto 0; }

@media screen and (max-width: 1199px) {
  .media-card {
    width: 32%;
    height: auto; }
  .media-card__link {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; } }

@media screen and (max-width: 991px) {
  .main-media__inner {
    margin-bottom: 20px; }
  .main-media__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .media-card {
    width: 49%;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .main-media__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .media-card {
    width: 60%; }
  .media-card__btn {
    margin: 15px auto 25px; } }

@media (max-width: 601px) {
  .media-card {
    width: 80%; } }

@media screen and (max-width: 480px) {
  .media-card {
    width: 98%; } }

.footer {
  width: 100%; }

.footer__menu {
  width: 100%;
  padding: 55px 0 70px;
  background: #2e2e36 url("../img/footer-bg.jpg");
  color: #fff; }

.footer__primary {
  width: 100%;
  padding: 63px 0 46px;
  background: #222324;
  color: #fff; }

.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .footer__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.footer__menu-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__menu-wrap > li.current-menu-item a {
  color: #ff9e00; }

.footer__menu-wrap > li > a {
  font: 700 16px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .footer__menu-wrap > li > a:hover, .footer__menu-wrap > li > a:focus {
    color: #ff9e00; }

.footer__menu-wrap .sub-menu {
  margin-top: 40px; }
  .footer__menu-wrap .sub-menu > li {
    margin-bottom: 5px; }
  .footer__menu-wrap .sub-menu > li > a {
    font: 300 14px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
    color: #d4d4d4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .footer__menu-wrap .sub-menu > li > a:hover, .footer__menu-wrap .sub-menu > li > a:focus {
      color: #ff9e00; }

.footer__logo {
  display: block;
  width: 157px;
  margin-right: 50px; }
  .footer__logo:focus {
    outline: none; }

.footer__copyright {
  font: 300 13px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.footer-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__link {
  display: inline-block;
  margin-top: 12px;
  font: 300 14px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .footer__link:hover, .footer__link:focus {
    outline: none;
    border-color: transparent; }

.footer__developer {
  font: 300 11px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #d4d4d4;
  text-transform: uppercase; }

.footer__developer-text {
  border-bottom: 1px solid #d4d4d4; }

.footer__developer-link {
  font: 300 11px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #d4d4d4;
  text-transform: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .footer__developer-link:hover, .footer__developer-link:focus {
    outline: none;
    border-bottom: 1px solid #d4d4d4; }

@media screen and (max-width: 991px) {
  .footer__primary {
    padding-top: 30px;
    padding-bottom: 30px; }
    .footer__primary .footer__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .footer-info-wrap {
    width: 70%; }
  .social-icons {
    width: 30%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer__developer {
    width: 100%;
    margin-top: 20px;
    text-align: right; } }

@media (max-width: 767px) {
  .footer__menu {
    padding-top: 40px;
    padding-bottom: 10px; }
  .footer__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footer__menu-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .footer__menu-wrap > li {
      width: 25%;
      margin-bottom: 30px; }
  .footer-info-wrap {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .social-icons {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__developer {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .footer__menu-wrap {
    max-width: 100%; }
    .footer__menu-wrap > li {
      width: 33.3%;
      text-align: center; }
  .footer-info-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__logo {
    margin-right: 20px;
    margin-bottom: 20px; }
  .footer__menu-wrap > li > a {
    font-size: 14px; } }

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social-icons__link {
  display: block;
  padding: 13px;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .social-icons__link svg {
    fill: #A7A7A7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .social-icons__link:hover, .social-icons__link:focus {
    outline: none; }
    .social-icons__link:hover svg, .social-icons__link:focus svg {
      fill: #ff9e00; }

.page-header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.page-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px; }
  @media screen and (max-width: 480px) {
    .page-header__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.page-header__pattern-bg {
  position: absolute;
  width: 740px;
  height: 100%;
  top: 0;
  left: -360px;
  background: #2e2e36 url("../img/page-header-bg.jpg") no-repeat right/cover;
  color: #fff;
  z-index: -1; }

.page-header__banner-bg {
  position: absolute;
  width: 1180px;
  height: 100%;
  top: 0;
  left: 380px;
  background: #2e2e36 url("../img/category-banner.jpg") no-repeat left/cover;
  z-index: -1; }

.page-header__title {
  max-width: 270px;
  margin-top: 200px;
  font: 700 25px/32px "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase; }

.page-header__sub-title {
  max-width: 270px;
  margin-top: 40px;
  font: 400 16px/23px "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff; }
  .page-header__sub-title ol {
    list-style-type: decimal; }
  .page-header__sub-title ul {
    list-style-type: disc; }
  .page-header__sub-title li {
    display: list-item; }

@media screen and (max-width: 991px) {
  .page-header__inner {
    padding: 0 75px; }
  .page-header__pattern-bg {
    display: none; }
  .page-header__banner-bg {
    width: 100%;
    left: 0; }
    .page-header__banner-bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); } }

@media (max-width: 767px) {
  .page-header__title {
    font-size: 20px; }
  .page-header__sub-title {
    margin-top: 10px; }
  .page-header__banner-bg {
    background-size: cover; }
  .page-header__inner {
    height: auto;
    padding-bottom: 40px; } }

@media screen and (max-width: 480px) {
  .page-header__inner {
    height: auto;
    padding-left: 10px;
    padding-right: 10px; }
  .page-header__title {
    max-width: 100%;
    margin-top: 150px;
    font-size: 18px; }
  .page-header__sub-title {
    max-width: 100%;
    font-size: 14px; } }

.breadcrumbs {
  width: 100%;
  padding: 45px 0 40px; }
  .breadcrumbs--top-margin {
    padding-top: 155px; }

.breadcrumbs__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 480px) {
    .breadcrumbs__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.breadcrumbs span {
  position: relative;
  font: 400 16px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #36363e; }

.breadcrumbs a:hover, .breadcrumbs a:focus {
  outline: none; }
  .breadcrumbs a:hover span, .breadcrumbs a:focus span {
    color: #36363e; }

.breadcrumbs a span {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d6d7c;
  margin-right: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .breadcrumbs a span::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #6d6d7c;
    border-right: 1px solid #6d6d7c;
    position: absolute;
    top: 6px;
    right: -26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

@media screen and (max-width: 1199px) {
  .breadcrumbs--responsive {
    margin-top: 40px; }
  .breadcrumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 991px) {
  .breadcrumbs--responsive {
    margin-top: 0;
    padding-top: 100px; } }

@media (max-width: 767px) {
  .breadcrumbs__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumbs__inner span {
      font-size: 14px; }
    .breadcrumbs__inner a span {
      margin-right: 30px; }
      .breadcrumbs__inner a span::after {
        right: -15px; } }

@media screen and (max-width: 480px) {
  .breadcrumbs__inner span {
    font-size: 12px;
    margin-bottom: 5px; }
    .breadcrumbs__inner span span {
      margin-bottom: 0; }
  .breadcrumbs {
    padding: 23px 0 20px;
    margin-bottom: 20px; }
    .breadcrumbs--responsive {
      padding-top: 120px; }
    .breadcrumbs a span::after {
      top: 5px;
      width: 6px;
      height: 6px; } }

@media (max-width: 320px) {
  .breadcrumbs--responsive {
    padding-top: 100px; } }

.catalog {
  width: 100%; }

.catalog__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px; }
  @media screen and (max-width: 480px) {
    .catalog__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.catalog__wrap {
  width: 805px; }
  .catalog__wrap--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.catalog__quantity {
  width: 100%;
  padding: 6px 0;
  font: 700 15px/1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  text-align: right; }

.catalog__quantity-select {
  font: 700 15px/1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #ff9e00;
  border-color: transparent;
  border-bottom-color: #ff9e00;
  cursor: pointer; }
  .catalog__quantity-select::-ms-expand {
    display: none; }

.catalog__quantity-select option {
  color: #2d2d2d; }

@media screen and (max-width: 1199px) {
  .catalog__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .catalog__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .catalog__quantity {
    margin-bottom: 20px; } }

.sidebar {
  width: 330px; }

.widget__inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  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; }

.sidebar__inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  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; }

.sidebar__filter-item,
.woocommerce-widget-layered-nav,
.widget_product_categories,
.filter__item {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden; }

.sidebar__filter-title,
.woocommerce .widgettitle {
  position: relative;
  display: block;
  padding: 15px 65px 15px 33px;
  font: 700 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#303038), to(#393941));
  background: linear-gradient(180deg, #303038 0%, #393941 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .sidebar__filter-title::after,
  .woocommerce .widgettitle::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    margin-top: -10.5px;
    right: 30px;
    background: url(../img/down-arrow-white.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.product-categories > .cat-item > .children > .cat-has-children .children a,
.product-categories > .cat-item > .children > .cat-has-children .children span {
  font: 400 14px/1.3 "HelveticaNeueCyr", Arial, sans-serif; }

.product-categories > .cat-item > .children {
  padding-left: 20px; }

.product-categories > .cat-item > .children > .cat-has-children.cat-parent::after {
  display: none; }

.sidebar__filter-item.opened .sidebar__filter-title::after,
.sidebar__filter-item.opened .widgettitle::after,
.woocommerce-widget-layered-nav.opened .sidebar__filter-title::after,
.woocommerce-widget-layered-nav.opened .widgettitle::after,
.widget_product_categories.opened .sidebar__filter-title::after,
.widget_product_categories.opened .widgettitle::after {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

.sidebar__open-btn {
  position: absolute;
  font-size: 0;
  width: 17px;
  height: 40px;
  top: 0;
  right: 0;
  background: url(../img/down-arrow.svg) no-repeat center;
  background-size: 10px 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .sidebar__open-btn.opened {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .sidebar__open-btn:hover, .sidebar__open-btn:focus {
    outline: none; }

.woocommerce .woocommerce-widget-layered-nav-list,
.product-categories {
  display: none;
  padding: 10px 20px; }

.sidebar .woocommerce-widget-layered-nav-list__item,
.sidebar .cat-item {
  position: relative;
  font: 700 17px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #000;
  padding: 10px 0 10px 20px !important; }
  .sidebar .woocommerce-widget-layered-nav-list__item:last-child,
  .sidebar .cat-item:last-child {
    border: none; }

.sidebar .children {
  margin-top: 10px; }

.sidebar .woocommerce-widget-layered-nav-list__item a,
.sidebar .cat-item a {
  position: relative;
  display: inline;
  padding-left: 0 !important;
  font: 700 16px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .sidebar .woocommerce-widget-layered-nav-list__item a::before,
  .sidebar .cat-item a::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: -27px;
    border: 1px solid #7F7F7F;
    cursor: pointer;
    background: #fff; }
  .sidebar .woocommerce-widget-layered-nav-list__item a:hover, .sidebar .woocommerce-widget-layered-nav-list__item a:focus,
  .sidebar .cat-item a:hover,
  .sidebar .cat-item a:focus {
    outline: none;
    color: #ff9e00; }
    .sidebar .woocommerce-widget-layered-nav-list__item a:hover + span, .sidebar .woocommerce-widget-layered-nav-list__item a:focus + span,
    .sidebar .cat-item a:hover + span,
    .sidebar .cat-item a:focus + span {
      color: #ff9e00; }
  .sidebar .woocommerce-widget-layered-nav-list__item a + span,
  .sidebar .cat-item a + span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.product-categories > .cat-item {
  padding-left: 0 !important; }
  .product-categories > .cat-item > a {
    padding-left: 20px !important; }
    .product-categories > .cat-item > a::before {
      left: -7px; }

.sidebar .children .cat-parent > .count {
  margin-right: 23px; }

.sidebar .woocommerce-widget-layered-nav-list__item--chosen a,
.sidebar .cat-item.current-cat > a {
  color: #ff9e00; }
  .sidebar .woocommerce-widget-layered-nav-list__item--chosen a::before,
  .sidebar .cat-item.current-cat > a::before {
    font-size: 0;
    background: #ff9e00;
    border-color: #ff9e00; }
  .sidebar .woocommerce-widget-layered-nav-list__item--chosen a + span,
  .sidebar .cat-item.current-cat > a + span {
    color: #ff9e00; }

.sidebar__submit-btn {
  margin-top: 35px; }

.sidebar__reset-btn {
  font: 400 14px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .sidebar__reset-btn::before {
    content: "+";
    display: inline-block;
    padding: 10px 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 3px;
    pointer-events: none; }
  .sidebar__reset-btn:hover, .sidebar__reset-btn:focus {
    color: #ff9e00; }

@media screen and (max-width: 1199px) {
  .sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .widget__inner {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .widget__inner div {
      width: 30%;
      min-width: 250px; }
  .sidebar__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sidebar__submit-btn {
    margin-top: 0; }
  .sidebar__reset-btn {
    margin-top: 0; }
  .siderbar__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 767px) {
  .widget__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .widget__inner div {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .sidebar__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sidebar__inner .btn {
      width: auto; }
  .catalog__quantity {
    padding-left: 20px;
    padding-right: 20px; } }

@-webkit-keyframes rotate-to {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes rotate-to {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes rotate-from {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@keyframes rotate-from {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

.filter .filter__item {
  width: 100%;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  border: none; }

.filter .filter__title {
  position: relative;
  display: block;
  padding: 15px 65px 15px 33px;
  font: 700 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#303038), to(#393941));
  background: linear-gradient(180deg, #303038 0%, #393941 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.filter .filter__handle {
  width: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#303038), to(#393941));
  background: linear-gradient(180deg, #303038 0%, #393941 100%); }

.filter .filter__icon-plus::before {
  display: none; }

.filter .filter__icon-plus::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  margin-top: -13.5px;
  right: 30px;
  background: url(../img/down-arrow-white.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotate-from 0.5s forwards;
          animation: rotate-from 0.5s forwards; }

.filter .filter__icon-plus.hidden::after {
  -webkit-animation: none;
          animation: none; }

.filter .filter__icon-minus::before {
  display: none; }

.filter .filter__icon-minus::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  margin-top: -13.5px;
  right: -11px;
  background: url(../img/down-arrow-white.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: rotate-to 0.5s forwards;
          animation: rotate-to 0.5s forwards; }

.filter .filter__icon-minus.hidden::after {
  -webkit-animation: none;
          animation: none; }

.filter .filter__inner {
  margin-top: 0;
  padding: 10px 13px; }

.filter .filter__properties-item {
  position: relative;
  font: 700 17px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #000;
  padding: 10px 0; }

.filter .filter__checkgroup-title,
.filter .filter__checkgroup-count {
  font: 700 16px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #000;
  -webkit-transition: color .3s;
  transition: color .3s; }

.filter .filter__checkgroup-count {
  top: 0; }

.filter .filter__checkgroup-check {
  top: 1px; }

.filter .filter__checkgroup-title {
  margin-left: 6px; }

.filter .filter__checkgroup-link {
  margin-right: 2px; }

.filter .filter__checkgroup-title:hover, .filter .filter__checkgroup-title:focus {
  cursor: pointer;
  color: #ff9e00; }

.filter .filter__checkgroup-control:checked ~ .filter__checkgroup-check {
  border-color: #ff9e00; }
  .filter .filter__checkgroup-control:checked ~ .filter__checkgroup-check::before {
    width: 100%;
    height: 100%;
    background: #ff9e00; }

.filter .filter__checkgroup-control:checked ~ .filter__checkgroup-title {
  color: #ff9e00; }

.sidebar-filter {
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11); }
  .sidebar-filter ul {
    display: none;
    padding: 10px 20px; }
    .sidebar-filter ul.active {
      display: block; }
  .sidebar-filter li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 10px 0;
    font: 700 17px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
    color: #000; }
  .sidebar-filter label {
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .sidebar-filter label:hover, .sidebar-filter label:focus {
      color: #ff9e00; }
    .sidebar-filter label::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #000;
      -webkit-transform: translate(-18px, -50%);
              transform: translate(-18px, -50%); }
    .sidebar-filter label::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 3px;
      z-index: 1;
      display: none;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #000;
      -webkit-transform: translate(-18px, -50%);
              transform: translate(-18px, -50%); }
  .sidebar-filter input[type=radio] {
    position: relative;
    z-index: 2;
    margin: 0;
    margin-right: 5px;
    opacity: 0; }
  .sidebar-filter input[type=radio]:checked ~ label {
    color: #ff9e00; }
    .sidebar-filter input[type=radio]:checked ~ label::after {
      display: block; }

.sidebar-filter__title {
  position: relative;
  display: block;
  padding: 15px 65px 15px 33px;
  font: 700 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#303038), to(#393941));
  background: linear-gradient(180deg, #303038 0%, #393941 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .sidebar-filter__title::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    margin-top: -10.5px;
    right: 30px;
    background: url(../img/down-arrow-white.svg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .sidebar-filter__title.opened::after {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

.sidebar-filter .sidebar-filter__sublist {
  display: block;
  width: 100%;
  padding: 0 20px;
  padding-top: 10px; }
  .sidebar-filter .sidebar-filter__sublist li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.catalog-card {
  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;
  width: 100%;
  padding: 0 0 45px 50px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11); }
  .catalog-card:not(:last-of-type) {
    margin-bottom: 40px; }

.catalog-card__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.catalog-card__info {
  padding: 20px 30px 0 0; }

.catalog-card__title {
  margin-bottom: 20px;
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  text-transform: uppercase; }

.catalog-card__description {
  margin-bottom: 35px;
  font: 400 16px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #777777; }

.catalog-card__img {
  width: 340px;
  height: 295px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: no-repeat center/cover; }

.catalog-card__features-btn {
  position: relative;
  margin-right: 45px;
  font: 400 18px/1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .catalog-card__features-btn:hover, .catalog-card__features-btn:focus {
    color: #ff9e00;
    outline: none; }
    .catalog-card__features-btn:hover svg, .catalog-card__features-btn:focus svg {
      fill: #ff9e00; }
  .catalog-card__features-btn::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: transparent;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .catalog-card__features-btn svg {
    fill: #2d2d2d;
    position: absolute;
    right: -45px;
    top: 0;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .catalog-card__features-btn--opened::before {
    background: #E5E5E6; }
  .catalog-card__features-btn--opened svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.catalog-card__features-wrap {
  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;
  width: 100%;
  padding-right: 50px;
  margin: 40px 0 15px; }

.catalog-card__features-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47%; }

.catalog-card__feature {
  position: relative;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 10px;
  font: 400 18px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #777777; }
  .catalog-card__feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #2d2d2d;
    border-radius: 50%; }

.catalog-card__btn {
  margin-top: 35px; }

@media screen and (max-width: 1199px) {
  .sidebar {
    margin-bottom: 20px; }
  .catalog-card {
    width: 49%;
    margin: 0;
    padding: 20px; }
  .catalog-card__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
  .catalog-card__description {
    margin-bottom: 10px; }
  .catalog-card__img {
    width: 98%;
    background-size: contain; }
  .catalog-card__info {
    padding: 0; }
  .catalog-card__features-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-card__feature {
    width: 100%; }
  .catalog-card__features-wrap {
    padding-right: 0; } }

@media screen and (max-width: 991px) {
  .catalog-card:not(:last-of-type) {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .catalog-card {
    padding: 15px; }
  .catalog-card__title {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center; }
  .catalog-card__description {
    font-size: 16px; }
  .catalog-card__img {
    width: 100%;
    height: 200px; }
  .catalog-card__features-btn {
    font-size: 14px;
    text-align: center; }
    .catalog-card__features-btn svg {
      right: -29px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 16px;
      height: 16px; }
    .catalog-card__features-btn::before {
      top: -10px; }
    .catalog-card__features-btn--opened svg {
      -webkit-transform: rotate(-90deg) translateX(50%);
              transform: rotate(-90deg) translateX(50%); }
  .catalog-card__btn {
    margin-top: 15px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -ms-flex-item-align: center;
        align-self: center; }
  .catalog-card__features-list {
    margin-top: 20px;
    margin-bottom: 0; }
  .catalog-card__feature {
    font-size: 14px; }
  .catalog__inner {
    margin-bottom: 20px; } }

@media (max-width: 601px) {
  .catalog__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .catalog-card {
    width: 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .catalog-card__row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .catalog-card__features-btn {
    width: 80%; }
  .catalog-card__features-list {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .catalog-card {
    width: 90%;
    padding: 0;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .catalog-card__img {
    width: 98%;
    background-size: contain; }
  .catalog-card__btn {
    width: auto; }
  .catalog-card__title {
    font-size: 18px; }
  .catalog-card__description {
    margin-bottom: 5px; }
  .catalog-card__features-btn {
    font-size: 14px; }
  .catalog__inner {
    margin-bottom: 10px; } }

.download {
  width: 100%; }

.download__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .download__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.download__wrap {
  width: 100%;
  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;
  height: 385px;
  padding-left: 100px;
  background: #A7A7A7 url("../img/category-bottom-banner.jpg"); }

.download__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  width: 100%;
  color: #fff; }
  @media (max-width: 767px) {
    .download__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .download__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.download__btn {
  margin-right: 27px; }

@media screen and (max-width: 1199px) {
  .download__wrap {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center; }
  .download__title {
    text-align: center; } }

@media (max-width: 767px) {
  .download__wrap {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover; }
  .download__inner {
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .download__wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .download__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .download__btn {
    width: auto;
    margin-right: 0; }
    .download__btn:not(:last-of-type) {
      margin-bottom: 10px; }
  .download__inner {
    margin-bottom: 10px; } }

.page-about-company__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 165px; }
  @media screen and (max-width: 480px) {
    .page-about-company__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.page-media__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .page-media__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.page-dealers__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  position: static;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .page-dealers__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.error-page__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 214px; }
  @media screen and (max-width: 480px) {
    .error-page__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.thanks-page__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  padding: 100px 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .thanks-page__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.page-contacts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 480px) {
    .page-contacts__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.subscribe-to-us__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .subscribe-to-us__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.my-order__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .my-order__inner {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 991px) {
  .page-about-company__inner {
    padding-left: 15px;
    padding-right: 15px; } }

.video-preview__title {
  width: 100%;
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center; }
  @media (max-width: 767px) {
    .video-preview__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .video-preview__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.video-preview {
  width: 100%;
  margin-bottom: 60px; }

.video-preview__container {
  position: relative;
  width: 100%;
  text-align: center; }
  .video-preview__container a {
    display: inline-block;
    width: 670px;
    height: 400px;
    outline: none;
    text-decoration: none; }

@media screen and (max-width: 1199px) {
  .video-preview__container a {
    width: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

@media screen and (max-width: 991px) {
  .video-preview__container a {
    height: 350px; } }

@media (max-width: 767px) {
  .video-preview__container a {
    height: 300px; } }

@media (max-width: 601px) {
  .video-preview__container a {
    width: 70%;
    height: 250px; } }

@media screen and (max-width: 480px) {
  .video-preview__container a {
    width: 98%;
    height: 200px; } }

a.button {
  outline: none;
  text-decoration: none; }

.button {
  position: relative;
  text-indent: -9999px; }
  .button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    opacity: .5; }
  .button::before, .button::after {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .button:focus::before, .button:focus::after, .button:hover::before, .button:hover::after {
    opacity: 1; }

.button--play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
  border: 15px solid transparent;
  border-left: 20px solid #fff;
  cursor: pointer;
  opacity: .5; }

.latest-videos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  .latest-videos .button::before {
    width: 60px;
    height: 60px; }
  .latest-videos .button::after {
    border-width: 13px;
    border-left-width: 15px;
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%); }

.latest-videos__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  width: 100%; }
  @media (max-width: 767px) {
    .latest-videos__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .latest-videos__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.latest-videos__item {
  position: relative;
  width: 30%; }
  .latest-videos__item a {
    display: inline-block;
    width: 360px;
    height: 250px;
    outline: none;
    text-decoration: none;
    background: no-repeat center/cover; }
  .latest-videos__item--medium {
    width: auto; }
    .latest-videos__item--medium a {
      width: 470px;
      height: 327px; }

.latest-videos__duration {
  position: absolute;
  bottom: 10px;
  right: 5px;
  display: inline-block;
  padding: 3px 15px;
  background-color: rgba(0, 0, 0, 0.57);
  color: #ffffff;
  font-weight: 700; }

@media screen and (max-width: 1199px) {
  .latest-videos__item {
    width: 32%; }
    .latest-videos__item a {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }

@media screen and (max-width: 991px) {
  .latest-videos__item a {
    height: 200px; } }

@media (max-width: 767px) {
  .latest-videos__item a {
    height: 150px; } }

@media (max-width: 601px) {
  .latest-videos {
    -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;
    text-align: center; }
  .latest-videos__item {
    width: 70%; }
    .latest-videos__item a {
      height: 250px; }
    .latest-videos__item:not(:last-of-type) {
      margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .page-media__inner {
    width: 100%; }
    .page-media__inner .btn-social {
      margin-top: 10px; }
  .latest-videos__item {
    width: 98%; }
    .latest-videos__item a {
      height: 200px; } }

.social-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .social-block:not(:last-of-type) {
    margin-bottom: 90px; }
  .social-block:last-of-type {
    margin-bottom: 110px; }

.social-block__item {
  width: 32%; }
  .social-block__item img {
    width: 100%;
    max-width: 100%; }
  .social-block__item .media-card {
    width: 100%; }
  .social-block__item a {
    -webkit-box-shadow: -1.04px 4.891px 46px 0 rgba(0, 0, 0, 0.17);
            box-shadow: -1.04px 4.891px 46px 0 rgba(0, 0, 0, 0.17); }
    .social-block__item a:focus, .social-block__item a:hover {
      outline: none;
      -webkit-box-shadow: -1.04px 4.891px 26px 0 rgba(0, 0, 0, 0.37);
              box-shadow: -1.04px 4.891px 26px 0 rgba(0, 0, 0, 0.37); }

.social-block__title {
  width: 100%;
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .social-block__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .social-block__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.social-block--inst a, .social-block--fb .social-block__item, .social-block--vk .social-block__item {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .social-block--inst a:hover, .social-block--fb .social-block__item:hover, .social-block--vk .social-block__item:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

.social-block--inst a {
  display: inline-block; }

.social-block--inst .social-block__item a {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.social-block--fb .social-block__item {
  width: 23%; }

.social-block--vk .social-block__item {
  width: 23%; }

@media screen and (max-width: 991px) {
  .social-block--inst .social-block__item a {
    height: 200px; } }

@media (max-width: 601px) {
  .social-block {
    -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;
    text-align: center; }
  .social-block__item {
    width: 70%; }
    .social-block__item:not(:last-of-type) {
      margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .social-block__item {
    width: 98%; } }

@media screen and (max-width: 991px) {
  .social-block--fb,
  .social-block--vk {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .social-block--fb .social-block__item,
    .social-block--vk .social-block__item {
      width: 40%; }
  .page-media .media-card__link {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; } }

@media (max-width: 767px) {
  .social-block--fb,
  .social-block--vk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .social-block--fb .social-block__item,
    .social-block--vk .social-block__item {
      width: 70%; } }

@media screen and (max-width: 480px) {
  .social-block--fb .media-card__btn,
  .social-block--vk .media-card__btn {
    margin-top: 0; }
  .page-media .social-block__item {
    width: 98%; }
  .social-block:last-of-type {
    margin-bottom: 40px; } }

.pagination {
  width: 100%;
  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;
  margin-top: 50px; }

.page-numbers {
  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: 35px;
  width: 35px;
  font: 700 15px/1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.page-numbers:not(.dots):hover, .page-numbers:not(.dots):focus, .page-numbers:not(.dots).current {
  outline: none;
  border-color: #2d2d2d; }

.page-numbers.next {
  font-size: 0;
  background: url(../img/down-arrow.svg) no-repeat center;
  background-size: 13px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.page-numbers.prev {
  font-size: 0;
  background: url(../img/down-arrow.svg) no-repeat center;
  background-size: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

@media screen and (max-width: 480px) {
  .pagination {
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-numbers {
    height: 30px;
    width: 30px; }
  .news__inner .pagination {
    margin-top: 40px;
    margin-bottom: 0; } }

.product {
  width: 100%; }

.product__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px; }
  @media screen and (max-width: 480px) {
    .product__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.product__gallery {
  width: 47%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.product__info {
  width: 47%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .product__info .product__cost {
    position: relative; }

.product__title {
  margin-bottom: 35px;
  font: 700 22px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.product__vendor-code {
  display: block;
  margin-bottom: 25px;
  font: 400 18px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.product__cost {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #777777;
  margin-bottom: 12px; }

.product__cost-description {
  width: 50%;
  margin-bottom: 25px;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #777777; }
  .product__cost-description::before {
    content: '*';
    color: #ff9e00;
    font-size: 18px; }

.product__cost-number {
  margin-left: 5px;
  font-size: 22px;
  color: #ff9e00; }
  .product__cost-number::after {
    content: ' руб*';
    font-size: 16px;
    font-weight: 700; }
  .product__cost-number.crossed-out {
    margin: 0;
    font-size: 14px;
    text-decoration: line-through;
    opacity: .7;
    color: gray;
    line-height: 14px;
    font-weight: 900; }
    .product__cost-number.crossed-out::after {
      font-weight: 400; }
  .product__cost-number.crossed-out--single {
    margin: 0;
    font-size: 15px;
    text-decoration: line-through;
    opacity: .7;
    color: gray;
    line-height: 15px;
    font-weight: 900; }
    .product__cost-number.crossed-out--single::after {
      font-weight: 400; }

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .product__row .counter {
    width: auto;
    margin-right: 21px; }

.product__description {
  margin-top: 28px;
  margin-bottom: 25px;
  font: 300 16px/1.4 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.product__features-title {
  display: block;
  margin-bottom: 20px;
  font: 400 18px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  text-transform: uppercase;
  color: #2d2d2d; }

.product__features {
  margin-bottom: 30px; }

.product__feature {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font: 400 18px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #777777; }
  .product__feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #2d2d2d;
    border-radius: 50%; }

@media (max-width: 767px) {
  .product__inner {
    margin-bottom: 20px; }
  .product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__info {
    width: 100%; }
  .product__gallery {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px; }
  .product__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .product__vendor-code {
    font-size: 16px; }
  .product__cart-actions .counter {
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product__cost-description {
    width: 100%; } }

@media screen and (max-width: 480px) {
  .product {
    margin-top: -20px; }
  .product__title {
    font-size: 16px; }
  .product__vendor-code {
    font-size: 14px;
    margin-bottom: 10px; }
  .product__gallery {
    width: 90%;
    margin-bottom: 40px; }
  .product__features-title {
    font-size: 16px; }
  .product__feature {
    font-size: 14px; }
  .product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product__info .btn {
      display: inline-block;
      width: auto;
      margin: 0 auto; }
  .product__cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.custom-select {
  position: relative;
  width: 270px; }

.custom-select__value {
  position: relative;
  width: 100%;
  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: 7px 10px 7px 50px;
  border: 1px solid #32323a;
  border-radius: 2px;
  font: 400 18px/1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  cursor: pointer; }
  .custom-select__value i {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .custom-select__value::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #2d2d2d; }

.custom-select__list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #32323a;
  border-radius: 2px; }

.custom-select__list-item {
  position: relative;
  width: 100%;
  padding: 7px 30px 7px 50px;
  font: 400 18px/1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  cursor: pointer; }
  .custom-select__list-item i {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.custom-select__text {
  line-height: 1;
  vertical-align: middle; }

@media (max-width: 767px) {
  .custom-select {
    z-index: 2;
    margin: 0 auto 10px; } }

@media screen and (max-width: 480px) {
  .custom-select {
    width: 60%; }
  .custom-select__text {
    font-size: 14px; }
  .custom-select__list-item i,
  .custom-select__value i {
    width: 10px;
    height: 10px; }
  .custom-select__list-item {
    font-size: 14px;
    padding-left: 40px; }
  .custom-select__value {
    padding-left: 40px; } }

.gallery {
  width: 100%;
  position: relative; }

.gallery .swiper-wrapper {
  margin-left: calc(-50% + 56px); }
.gallery:has(.gallery__no-image) {
  height: 100%;
}
.gallery__no-image {
  display: flex;
  width: 100%;
  height: 100%;
}
.gallery__no-image img {
  display: block;
  width: 60%;
  height: auto;
  margin: auto;
}
.gallery__picture {
  display: block;
  width: 100%;
  height: 407px;
  background: no-repeat center/cover; }
  .gallery__picture:hover, .gallery__picture:focus {
    outline: none; }

.gallery__thumbs {
  margin-top: 35px;
  width: 90%; }

.gallery__thumb {
  width: 110px;
  height: 80px;
  background: no-repeat center/cover;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }
  .gallery__thumb.active {
    border-color: #ff9e00; }

.gallery__next,
.gallery__prev {
  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: 5%;
  height: 80px;
  top: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  background: none; }
  .gallery__next svg,
  .gallery__prev svg {
    width: 19px;
    height: 19px;
    fill: #2d2d2d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .gallery__next:hover, .gallery__next:focus,
  .gallery__prev:hover,
  .gallery__prev:focus {
    outline: none; }
    .gallery__next:hover svg, .gallery__next:focus svg,
    .gallery__prev:hover svg,
    .gallery__prev:focus svg {
      fill: #ff9e00; }
  .gallery__next.swiper-button-disabled,
  .gallery__prev.swiper-button-disabled {
    opacity: 0; }
  .gallery__next--main,
  .gallery__prev--main {
    width: 40px;
    height: 40px;
    bottom: 56%; }
    .gallery__next--main svg,
    .gallery__prev--main svg {
      fill: #fff;
      width: 28px;
      height: 28px; }

.gallery__prev {
  left: 0; }
  .gallery__prev svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.gallery__inner {
  position: relative; }
  .gallery__inner::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    height: 26px;
    width: 26px;
    background: url("../img/icon-zoom.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer; }
  .gallery__inner:hover::after {
    background: url("../img/icon-zoom--active.png") no-repeat center;
    background-size: 100% 100%; }

@media screen and (max-width: 991px) {
  .gallery__picture {
    height: 340px; } }

@media (max-width: 601px) {
  .gallery__picture {
    height: 300px; } }

@media screen and (max-width: 480px) {
  .gallery__picture {
    height: 250px; } }

.tabs {
  width: 100%; }

.tabs__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 480px) {
    .tabs__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.tabs__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px; }

.tab__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;
  padding: 17px 0;
  width: 20%;
  font: 400 17px/1 "HelveticaNeueCyr", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #2d2d2d;
  border-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .tab__btn.disabled {
    opacity: .4;
    pointer-events: none; }
  .tab__btn:last-of-type {
    border-right: 1px solid #2d2d2d; }
  .tab__btn svg {
    fill: #2d2d2d;
    margin-right: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .tab__btn:hover, .tab__btn:focus, .tab__btn.active {
    color: #fff;
    background: #ff9e00;
    border-color: #ff9e00;
    outline: none; }
    .tab__btn:hover svg, .tab__btn:focus svg, .tab__btn.active svg {
      fill: #fff; }

.tabs__content {
  width: 100%;
  min-height: 300px;
  margin-bottom: 70px;
  font: 400 18px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.tabs__list {
  width: 100%;
  -webkit-column-count: 2;
          column-count: 2; }

.tabs__list-item {
  font: 400 18px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  margin-bottom: 10px; }
  .tabs__list-item span {
    color: #777777;
    margin-right: 20px; }
  .tabs__list-item a {
    color: #ff9e00;
    border-bottom: 1px solid #ff9e00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .tabs__list-item a:hover, .tabs__list-item a:focus {
      border-color: transparent; }

.tabs__video-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }

.tabs__video {
  margin: 0 15px; }

.tabs__video-title {
  display: block;
  margin-bottom: 5px;
  font: 400 22px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

@media screen and (max-width: 1199px) {
  .tabs__video:not(:last-of-type) {
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .tabs__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tab__btn {
    width: 25%;
    margin-left: -1px;
    margin-bottom: 1px;
    border-right: 1px solid #2d2d2d; }
    .tab__btn[download] {
      display: none; } }

@media (max-width: 767px) {
  .tab__btn {
    font-size: 14px; }
  .tabs__content {
    min-height: 0;
    margin-bottom: 30px; } }

@media (max-width: 601px) {
  .tabs__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tab__btn {
    width: 48%; }
  .tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs__list {
    width: 70%;
    -webkit-column-count: auto;
            column-count: auto; }
  .tabs__video {
    width: 80%; }
    .tabs__video a {
      width: 100%; }
  .tabs__video-title {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  .tabs__content {
    margin-bottom: 10px; }
  .tab__btn {
    width: 90%;
    padding: 12px 0;
    font-size: 12px; }
  .tabs__list {
    width: 90%; }
  .tabs__list-item {
    font-size: 16px; }
  .tabs__video {
    width: 90%; }
    .tabs__video a {
      width: 100%;
      height: 240px; }
  .tabs__video-title {
    font-size: 16px; }
  .tabs__row {
    margin-bottom: 30px; } }

.table {
  width: 100%; }

.table__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font: 400 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #4e4e4e; }
  .table__row:nth-of-type(2n-1) .table__cell {
    background: #E8E8E8; }

.table__row--header {
  font: 700 20px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }

.table__cell {
  display: block;
  width: 24%;
  padding: 10px;
  text-align: center; }

@media (max-width: 767px) {
  .table__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px; }
    .table__row--header {
      font-size: 16px; }
  .table__cell {
    padding: 5px;
    width: 100%; } }

@media screen and (max-width: 480px) {
  .table__row {
    font-size: 14px; }
    .table__row--header {
      font-size: 15px; }
      .table__row--header .table__cell {
        text-align: center; }
  .table__cell {
    text-align: left; } }

.description {
  padding: 80px 0; }

.description-block {
  width: 100%;
  text-align: center; }
  .description-block:not(:last-of-type) {
    margin-bottom: 60px; }
  .description-block p {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #43525a; }
  .description-block a.button::before {
    background-color: #ffffff; }
  .description-block a.button::after {
    border-left-color: #000; }

.description-block__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .description-block__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .description-block__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.description-block__inner {
  position: relative;
  display: inline-block; }
  .description-block__inner a {
    display: inline-block;
    width: 600px;
    height: 400px;
    outline: 0;
    text-decoration: none; }

@media screen and (max-width: 991px) {
  .description {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .description {
    padding-top: 10px; }
  .description-block__inner {
    width: 80%; }
    .description-block__inner a {
      width: 100%;
      height: 300px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; } }

@media (max-width: 601px) {
  .description-block__inner {
    width: 80%; }
    .description-block__inner a {
      height: 250px; } }

@media screen and (max-width: 480px) {
  .description-block p {
    font-size: 16px;
    text-align: justify; }
  .description-block__inner {
    width: 98%; }
    .description-block__inner a {
      height: 250px; } }

.features-block {
  width: 100%;
  padding: 80px 0 10px;
  background: #2e2e36 url("../img/footer-bg.jpg") no-repeat center;
  background-size: 100% 100%; }
  .features-block .page-about-company__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px; }

.features-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28%;
  margin-bottom: 70px;
  text-align: center; }
  .features-block__item p {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff; }

.features-block__note {
  color: #ff9e00; }

.features-block__number {
  font-size: 55px; }

.features-block__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 15px;
  font-size: 32px;
  color: #ff9e00; }
  @media (max-width: 767px) {
    .features-block__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .features-block__title {
      font-size: 18px;
      margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .features-block__item {
    width: 50%; } }

@media (max-width: 767px) {
  .features-block {
    margin-bottom: 20px; } }

@media (max-width: 601px) {
  .features-block {
    padding-top: 20px; }
  .features-block__item {
    width: 80%; }
    .features-block__item:last-of-type {
      margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .features-block__item {
    width: 100%; }
  .features-block__number {
    font-size: 40px; }
  .features-block__title {
    margin-bottom: 10px; } }

.certificates {
  padding: 80px 0; }
  .certificates .description-block {
    margin-bottom: 50px; }

.certifates__slide a {
  text-decoration: none;
  outline: none; }

.certificates__button-prev, .certificates__button-next {
  top: 50%;
  width: auto;
  height: auto;
  background: none; }

.certificates__button-prev {
  -webkit-transform: rotate(90deg) translateY(-100px);
          transform: rotate(90deg) translateY(-100px); }

.certificates__button-next {
  -webkit-transform: rotate(-90deg) translateY(-100px);
          transform: rotate(-90deg) translateY(-100px); }

@media screen and (max-width: 991px) {
  .certificates img {
    width: 100%; }
  .certificates__button-next {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    right: 10px; }
  .certificates__button-prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 10px; } }

@media (max-width: 767px) {
  .certificates {
    padding-top: 20px;
    padding-bottom: 20px; } }

.search-page {
  width: 100%; }

.search-page__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .search-page__inner {
      padding-left: 5px;
      padding-right: 5px; } }

@media screen and (max-width: 1199px) {
  .search-page__inner {
    width: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 480px) {
  .search-page__inner {
    margin-bottom: 10px; } }

.brand {
  width: 23%;
  margin-right: 2.65%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .brand:hover, .brand:focus {
    outline: none;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.31);
            box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.31); }
  .brand:nth-of-type(4n) {
    margin-right: 0; }

.brand__image-wrap {
  width: 100%;
  display: block;
  background: #fff;
  padding: 10px; }

.brand__image {
  display: block;
  width: 100%;
  height: 50px;
  background: no-repeat center/contain; }

.brand__title {
  padding: 10px;
  font: 700 15px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #2e2e36; }

@media screen and (max-width: 1199px) {
  .brand {
    width: 24%;
    margin: 0;
    margin-bottom: 10px; } }

@media (max-width: 601px) {
  .catalog__wrap .brand {
    width: 31%;
    margin-right: 2%; }
    .catalog__wrap .brand:nth-of-type(3n) {
      margin-right: 0; } }

@media screen and (max-width: 480px) {
  .catalog__wrap .brand {
    width: 45%;
    margin-right: 5%; }
    .catalog__wrap .brand:nth-of-type(3n) {
      margin-right: 5%; }
    .catalog__wrap .brand:nth-of-type(2n) {
      margin-right: 0; } }

@media screen and (max-width: 340px) {
  .catalog__wrap .brand {
    width: 60%;
    margin-right: 0; }
    .catalog__wrap .brand:nth-of-type(3n) {
      margin-right: 0; }
    .catalog__wrap .brand:nth-of-type(2n) {
      margin-right: 0; } }

.news {
  width: 100%; }

.news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 55px; }
  @media screen and (max-width: 480px) {
    .news__inner {
      padding-left: 5px;
      padding-right: 5px; } }
  .news__inner--single {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 850px; }

.news__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news__cards .news-card:not(:last-of-type) {
    border-right: none; }
  .news__cards .news-card:not(:nth-child(4n)) {
    border-right: 1px solid #969696; }
  .news__cards .news-card:last-of-type {
    border-right: none !important; }

.news__title {
  font: 700 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  margin-bottom: 8px; }

.news__date {
  display: block;
  font: 400 16px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  margin-bottom: 70px; }

.news__content {
  margin-top: 70px; }

.news__slider {
  position: relative;
  width: 100%;
  margin-bottom: 45px; }

.news__slider-slide {
  height: 410px;
  background: no-repeat center/contain; }

.news__slider-prev,
.news__slider-next {
  left: -70px;
  right: auto;
  top: 43%;
  margin-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: none;
  padding: 15px;
  width: auto;
  height: auto; }
  .news__slider-prev svg,
  .news__slider-next svg {
    width: 29px;
    height: 29px;
    fill: #2d2d2d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .news__slider-prev.swiper-button-disabled,
  .news__slider-next.swiper-button-disabled {
    opacity: 0; }
  .news__slider-prev:hover, .news__slider-prev:focus,
  .news__slider-next:hover,
  .news__slider-next:focus {
    outline: none; }
    .news__slider-prev:hover svg, .news__slider-prev:focus svg,
    .news__slider-next:hover svg,
    .news__slider-next:focus svg {
      fill: #ff9e00; }

.news__slider-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -70px;
  left: auto; }

.news__color-block {
  padding: 45px 25px 20px 25px;
  margin-bottom: 45px;
  font: 900 20px/1.2 "HelveticaNeueCyr", Arial, sans-serif;
  background-color: #FFF5E5; }
  .news__color-block h2 {
    text-transform: uppercase;
    margin-bottom: 42px; }

.news__links-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news__links-wrap .responsive {
    display: none; }

@media screen and (max-width: 991px) {
  .news__slider-prev:focus,
  .news__slider-next:focus {
    outline-color: #4d90fe;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px; }
  .news__slider-prev {
    left: 2px; }
  .news__slider-next {
    right: 2px; }
  .news__slider-slide {
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .news__cards .news-card:not(:nth-child(4n)) {
    border-right: none; }
  .news__cards .news-card:not(:nth-child(3n)) {
    border-right: 1px solid #969696; } }

@media (max-width: 767px) {
  .news__slider-slide {
    height: 320px; }
  .news__title {
    font-size: 20px; }
  .news__content {
    margin-top: 30px; }
  .news__inner--single .text-content {
    font-size: 16px; }
    .news__inner--single .text-content li {
      font-size: 16px; }
  .news__cards .news-card:not(:nth-child(3n)) {
    border-right: none; } }

@media (max-width: 601px) {
  .news__slider-slide {
    height: 260px; }
  .news__title {
    font-size: 18px; }
  .news__links-wrap {
    padding-left: 10px;
    padding-right: 10px; }
  .news__slider-next,
  .news__slider-prev {
    top: 40%; } }

@media screen and (max-width: 480px) {
  .news__slider {
    margin-bottom: 10px; }
  .news__slider-slide {
    height: 200px; }
  .news__title {
    font-size: 16px; }
  .news__date {
    font-size: 14px; }
  .text-content p:last-of-type {
    margin-bottom: 10px; }
  .news__slider-next,
  .news__slider-prev {
    top: 35%; }
  .news__links-wrap {
    padding-left: 20px;
    padding-right: 20px; }
    .news__links-wrap .screen {
      display: none; }
    .news__links-wrap .responsive {
      display: block; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 10px rgba(15, 125, 194, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 10px rgba(15, 125, 194, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0); } }

@-webkit-keyframes big-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(15, 125, 194, 0), 0 0 0 30px rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 15px rgba(15, 125, 194, 0), 0 0 0 30px rgba(15, 125, 194, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0); } }

@keyframes big-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(15, 125, 194, 0), 0 0 0 30px rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 15px rgba(15, 125, 194, 0), 0 0 0 30px rgba(15, 125, 194, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 125, 194, 0);
            box-shadow: 0 0 0 0 rgba(15, 125, 194, 0); } }

.map-block {
  z-index: 1;
  position: relative;
  width: 1116px;
  height: 664px;
  margin-top: 20px;
  margin-bottom: 80px;
  background: url("../img/map-min.png") no-repeat center;
  background-size: contain; }
  .map-block .btn {
    display: none; }

.map-block__point {
  z-index: 2;
  position: absolute;
  width: 26px;
  height: 26px;
  backgound-size: contain;
  cursor: pointer; }
  .map-block__point::before {
    z-index: 10;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 60px;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%); }
  .map-block__point--dot::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #fff 0%, #fff 35%, #14254c 40%, #14254c 45%, #12385c 46%, #12385c 100%); }
  .map-block__point--dot:hover::after {
    background: radial-gradient(ellipse at center, #453927 0%, #453927 20%, #2f281f 38%, #2f281f 40%, #fcb747 46%, #fcb747 100%); }
  .map-block__point--mol {
    background: url("../img/icon-molecule.png") no-repeat center;
    width: 26px;
    height: 26px; }
    .map-block__point--mol:hover {
      background: url("../img/icon-molecule--active.png") no-repeat center; }
  .map-block__point span.animate {
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%; }
    .map-block__point span.animate.pulse {
      -webkit-animation: pulse 2s infinite;
              animation: pulse 2s infinite; }
    .map-block__point span.animate.big-pulse {
      -webkit-animation: big-pulse 1s infinite;
              animation: big-pulse 1s infinite; }
  .map-block__point:hover span.animate {
    -webkit-animation: big-pulse .5s infinite;
            animation: big-pulse .5s infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }
  .map-block__point--responsive-right .map-block__point-popup {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: auto;
    right: 0;
    margin-top: 0;
    margin-right: 45px; }
    .map-block__point--responsive-right .map-block__point-popup::after {
      bottom: auto;
      left: auto;
      right: -10px;
      top: 50%;
      margin-top: -17px;
      border: 10px solid transparent;
      border-left: 20px solid #292930; }
  .map-block__point--responsive-left .map-block__point-popup {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 0;
    margin-left: 45px; }
    .map-block__point--responsive-left .map-block__point-popup::after {
      bottom: auto;
      left: auto;
      right: auto;
      top: 50%;
      margin-top: -17px;
      left: -40px;
      border: 10px solid transparent;
      border-right: 20px solid #292930; }

.map-block__point-popup {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-48px, -200px);
          transform: translate(-48px, -200px);
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  background-color: #292930;
  min-width: 375px;
  height: 180px;
  opacity: .95;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff; }
  .map-block__point-popup::after {
    position: absolute;
    bottom: 0;
    left: 11%;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
    margin-bottom: 6px;
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top: 20px solid #292930; }
  .map-block__point-popup b {
    width: 100%;
    color: #ff9e00; }
  .map-block__point-popup h3 {
    width: 100%; }
  .map-block__point-popup .tel {
    width: 50%; }
  .map-block__point-popup a {
    color: #32b3e9; }
    .map-block__point-popup a:focus, .map-block__point-popup a:hover {
      text-decoration: underline; }

@media screen and (max-width: 1199px) {
  .map-block {
    width: 900px;
    height: 538px; }
  .map-block__point {
    width: 26px;
    height: 26px; }
    .map-block__point::before {
      width: 100%;
      height: 60px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .map-block__point--mol {
    background-size: contain; }
    .map-block__point--mol:hover {
      background-size: contain; }
  .map-block__point-popup {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    margin-top: -20px;
    margin-left: -33px;
    -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;
    text-align: center;
    width: auto;
    min-width: 250px;
    height: 110px;
    padding: 5px; }
    .map-block__point-popup .tel {
      width: 100%; } }

@media screen and (max-width: 991px) {
  .map-block {
    width: 670px;
    height: 399px; }
  .map-block__point {
    width: 20px;
    height: 20px; }
    .map-block__point::before {
      display: none; }
  .map-block__point-popup {
    margin-top: -18px;
    margin-left: -36px; } }

@media (max-width: 767px) {
  .map-block {
    width: 540px;
    height: 322px; }
  .map-block__point-popup {
    min-width: 200px;
    margin-top: -16px;
    margin-left: -32px; }
    .map-block__point-popup b, .map-block__point-popup h3 {
      font-size: 13px; }
    .map-block__point-popup .tel {
      font-size: 13px; } }

@media (max-width: 601px) {
  .map-block {
    width: 420px;
    height: 250px; } }

@media screen and (max-width: 480px) {
  .map-block {
    max-width: 89%;
    height: 50vw; }
    .map-block span.animate.big-pulse {
      -webkit-animation: none;
              animation: none; }
    .map-block span.animate.pulse {
      -webkit-animation: none;
              animation: none; }
    .map-block:hover span.animate {
      -webkit-animation: none;
              animation: none; }
  .map-block__point {
    width: 15px;
    height: 15px; }
    .map-block__point--mol:hover {
      background: url("../img/icon-molecule.png") no-repeat center;
      background-size: contain; }
    .map-block__point--dot:hover::after {
      background: radial-gradient(ellipse at center, #fff 0%, #fff 35%, #14254c 40%, #14254c 45%, #12385c 46%, #12385c 100%); } }

@media screen and (max-width: 1199px) {
  .map-block__point--responsive-right::before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 60px; }
  .map-block__point--responsive-left::before {
    top: auto;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 60px; } }

@media screen and (max-width: 991px) {
  .map-block__point--responsive-right .map-block__point-popup {
    -webkit-transform: translate(0, -52%);
            transform: translate(0, -52%);
    margin-right: 40px; }
  .map-block__point--responsive-right::before {
    display: none; }
  .map-block__point--responsive-left .map-block__point-popup {
    -webkit-transform: translate(0, -52%);
            transform: translate(0, -52%);
    margin-left: 40px; }
  .map-block__point--responsive-left::before {
    display: none; } }

@media screen and (max-width: 480px) {
  .map-block .btn {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #ff9e00;
    color: #ffffff; }
  .rival-world-popup {
    display: block;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    z-index: 5; }
    .rival-world-popup .map-block {
      width: 1200px;
      height: 664px; }
    .rival-world-popup .page-dealers__inner {
      width: 1200px;
      height: auto;
      padding: 0 15px; }
    .rival-world-popup .mfp-close {
      color: #ffffff;
      opacity: 1; }
    .rival-world-popup .map-block__point {
      width: 26px;
      height: 26px; }
      .rival-world-popup .map-block__point span.animate.pulse {
        -webkit-animation: pulse 2s infinite;
                animation: pulse 2s infinite; }
      .rival-world-popup .map-block__point span.animate.big-pulse {
        -webkit-animation: big-pulse 1s infinite;
                animation: big-pulse 1s infinite; }
      .rival-world-popup .map-block__point span.animate:hover span.animate {
        -webkit-animation: big-pulse .5s infinite;
                animation: big-pulse .5s infinite;
        -webkit-animation-delay: 0;
                animation-delay: 0; }
      .rival-world-popup .map-block__point:hover span.animate {
        -webkit-animation: big-pulse .5s infinite;
                animation: big-pulse .5s infinite;
        -webkit-animation-delay: 0;
                animation-delay: 0; }
      .rival-world-popup .map-block__point--dot:hover::after {
        background: radial-gradient(ellipse at center, #453927 0%, #453927 20%, #2f281f 38%, #2f281f 40%, #fcb747 46%, #fcb747 100%); }
      .rival-world-popup .map-block__point--mol:hover {
        background: url("../img/icon-molecule--active.png") no-repeat center; } }

.request-block {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #000; }
  .request-block ul {
    list-style-type: disc; }
  .request-block ol {
    list-style-type: decimal; }
  .request-block ul, .request-block ol {
    padding-left: 20px;
    padding-top: 10px; }
  .request-block li {
    display: list-item; }

.request-block__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 80px;
  padding-right: 120px; }
  @media screen and (max-width: 480px) {
    .request-block__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.request-block__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .request-block__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .request-block__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.form-block {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 90px; }
  .form-block input, .form-block textarea, .form-block option {
    width: 100%;
    padding: 12px 15px;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    border: 1px solid rgba(180, 185, 191, 0.5);
    outline: none; }
    .form-block input::-webkit-input-placeholder, .form-block textarea::-webkit-input-placeholder, .form-block option::-webkit-input-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .form-block input:-moz-placeholder, .form-block textarea:-moz-placeholder, .form-block option:-moz-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .form-block input::-moz-placeholder, .form-block textarea::-moz-placeholder, .form-block option::-moz-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .form-block input:-ms-input-placeholder, .form-block textarea:-ms-input-placeholder, .form-block option:-ms-input-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .form-block input:active, .form-block input:focus, .form-block textarea:active, .form-block textarea:focus, .form-block option:active, .form-block option:focus {
      border: 1px solid #b4b9bf;
      -webkit-box-shadow: 0 0 4px 1px #b4b9bf;
              box-shadow: 0 0 4px 1px #b4b9bf; }
    .form-block input:focus ~ .form-block__placeholder, .form-block textarea:focus ~ .form-block__placeholder, .form-block option:focus ~ .form-block__placeholder {
      opacity: 1;
      -webkit-transform: translate(-15px, -30px);
              transform: translate(-15px, -30px); }
    .form-block input:focus::-webkit-input-placeholder, .form-block textarea:focus::-webkit-input-placeholder, .form-block option:focus::-webkit-input-placeholder {
      color: transparent; }
    .form-block input:focus:-ms-input-placeholder, .form-block textarea:focus:-ms-input-placeholder, .form-block option:focus:-ms-input-placeholder {
      color: transparent; }
    .form-block input:focus::-ms-input-placeholder, .form-block textarea:focus::-ms-input-placeholder, .form-block option:focus::-ms-input-placeholder {
      color: transparent; }
    .form-block input:focus::placeholder, .form-block textarea:focus::placeholder, .form-block option:focus::placeholder {
      color: transparent; }
    .form-block input::-webkit-input-placeholder, .form-block textarea::-webkit-input-placeholder, .form-block option::-webkit-input-placeholder {
      -webkit-transition: color .3s;
      transition: color .3s; }
    .form-block input:-ms-input-placeholder, .form-block textarea:-ms-input-placeholder, .form-block option:-ms-input-placeholder {
      -webkit-transition: color .3s;
      transition: color .3s; }
    .form-block input::-ms-input-placeholder, .form-block textarea::-ms-input-placeholder, .form-block option::-ms-input-placeholder {
      -webkit-transition: color .3s;
      transition: color .3s; }
    .form-block input::placeholder, .form-block textarea::placeholder, .form-block option::placeholder {
      -webkit-transition: color .3s;
      transition: color .3s; }

.form-block__submit {
  margin-top: 30px;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #454546; }
  .form-block__submit a {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    color: #2791fd;
    text-decoration: underline; }
    .form-block__submit a:hover, .form-block__submit a:focus {
      text-decoration: none; }

.form-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-block__row:not(:last-child) {
    margin-bottom: 20px; }
  .form-block__row label {
    position: relative;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .form-block__row label:not(:first-child) {
      margin-left: 10px; }
    .form-block__row label:not(:last-child) {
      margin-right: 10px; }

.form-block__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 12px 15px;
  transition-porperty: opacity, transform;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  opacity: 0;
  cursor: text; }

.form-block__button {
  margin-top: 30px; }

.jq-selectbox {
  z-index: 1;
  width: 100%; }
  .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #b4b9bf; }

.jq-selectbox__select {
  height: auto;
  padding: 12px 15px;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  background: none;
  border: 1px solid rgba(180, 185, 191, 0.5); }
  .jq-selectbox__select:active, .jq-selectbox__select:hover, .jq-selectbox__select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background: none; }

.jq-selectbox__select-text {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  opacity: .8; }

.jq-selectbox .placeholder {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  opacity: .8; }

.focused .jq-selectbox__select {
  outline: none;
  border: 1px solid #b4b9bf;
  -webkit-box-shadow: 0 0 4px 1px #b4b9bf;
          box-shadow: 0 0 4px 1px #b4b9bf; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #b4b9bf;
  -webkit-box-shadow: 0 0 4px 1px #b4b9bf;
          box-shadow: 0 0 4px 1px #b4b9bf; }

.jq-selectbox__trigger {
  width: 45px;
  background-color: #ff9e00; }
  .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow, .jq-selectbox__trigger:focus .jq-selectbox__trigger-arrow, .jq-selectbox__trigger:active .jq-selectbox__trigger-arrow {
    border-top-color: #b4b9bf; }

.jq-selectbox__trigger-arrow {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top-color: #fff; }

.form-block__text-area {
  resize: none;
  width: 100%;
  overflow: auto; }

.jq-checkbox, .jq-radio {
  vertical-align: top; }

.page-contacts .request-block__title {
  margin-bottom: 10px;
  text-align: center; }

.form-block--theme-gray {
  margin-top: 0; }
  .form-block--theme-gray .form-block__inner {
    padding: 65px 105px;
    background-color: #fafafa; }
  .form-block--theme-gray .form-block__row--custom label {
    display: block;
    width: 23%; }
  .form-block--theme-gray .focused .jq-selectbox__select {
    outline: none;
    border: 1px solid #ff9e00;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-block--theme-gray .jq-selectbox.focused .jq-selectbox__select,
  .form-block--theme-gray .jq-selectbox.dropdown .jq-selectbox__select {
    border: 1px solid #ff9e00;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-block--theme-gray .jq-selectbox.focused .jq-selectbox__select-text,
  .form-block--theme-gray .jq-selectbox.dropdown .jq-selectbox__select-text {
    color: #ff9e00; }
  .form-block--theme-gray .jq-selectbox.focused .jq-selectbox__trigger-arrow,
  .form-block--theme-gray .jq-selectbox.dropdown .jq-selectbox__trigger-arrow {
    border-color: #ff9e00; }
  .form-block--theme-gray .jq-selectbox li.selected {
    background-color: #ffffff;
    color: #000000; }
  .form-block--theme-gray .jq-selectbox__trigger {
    background: none;
    border: none; }
  .form-block--theme-gray .jq-selectbox__trigger-arrow {
    border: none;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: 4px 4px;
            transform-origin: 4px 4px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000; }
  .form-block--theme-gray .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: translate(-50%, -20%) rotate(-225deg);
            transform: translate(-50%, -20%) rotate(-225deg); }
  .form-block--theme-gray .jq-selectbox li:hover {
    background-color: #ff9e00;
    color: #ffffff; }
  .form-block--theme-gray .jq-selectbox__select {
    background-color: #ffffff; }
  .form-block--theme-gray .form-block__row input:focus,
  .form-block--theme-gray .form-block__row textarea:focus {
    border: 1px solid #ff9e00; }
    .form-block--theme-gray .form-block__row input:focus ~ .form-block__placeholder,
    .form-block--theme-gray .form-block__row textarea:focus ~ .form-block__placeholder {
      color: #ff9e00; }
  .form-block--theme-gray .form-block__row--hr {
    position: relative;
    margin-bottom: 70px; }
    .form-block--theme-gray .form-block__row--hr::after {
      position: absolute;
      left: 0;
      bottom: -35px;
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #ededed; }

@media screen and (max-width: 991px) {
  .form-block--theme-gray .form-block__row--custom {
    width: 100%;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .form-block--theme-gray .form-block__row--custom label {
      width: 40%;
      margin: 0;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .form-block--theme-gray .form-block__row--custom label:nth-child(2n) {
        margin-right: 0; }
      .form-block--theme-gray .form-block__row--custom label:nth-child(n) {
        margin-left: 0; } }

@media (max-width: 767px) {
  .form-block__row {
    -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; }
    .form-block__row label:not(:last-child) {
      margin-right: 0; }
    .form-block__row label:not(:first-child) {
      margin-left: 0; }
    .form-block__row:not(:last-child) {
      margin-bottom: 0; }
    .form-block__row label {
      width: 100%;
      margin-bottom: 20px; }
    .form-block__row .btn {
      width: 60%; }
  .request-block__inner {
    padding-left: 20px;
    padding-right: 20px; }
  .form-block {
    margin-bottom: 40px; }
  .form-block--theme-gray .form-block__row--custom label {
    width: 100%;
    margin-bottom: 20px; }
  .form-block--theme-gray .form-block__row:not(:last-child)::after {
    display: none; } }

@media (max-width: 601px) {
  .form-block--theme-gray .form-block__inner {
    padding-left: 50px;
    padding-right: 50px; } }

@media screen and (max-width: 480px) {
  .form-block__row .btn {
    width: 60%;
    padding-right: 40px; }
  .request-block__inner {
    padding-left: 5px;
    padding-right: 5px; }
  .request-block__title {
    font-size: 16px; }
  .form-block--theme-gray .form-block__inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -5px;
    margin-right: -5px; } }

.error-page {
  height: 100%;
  width: 100%;
  padding-top: 210px;
  min-height: 640px;
  background-position: center;
  background-repeat: no-repeat; }
  .error-page .btn {
    background: #ff9e00;
    color: #ffffff; }
    .error-page .btn svg {
      fill: #ffffff; }
    .error-page .btn:hover, .error-page .btn:focus {
      background: #fff;
      color: #ff9e00; }
      .error-page .btn:hover svg, .error-page .btn:focus svg {
        fill: #ff9e00; }

.error-page__photo {
  display: inline-block;
  width: 50%;
  height: 14%;
  margin-bottom: 30px; }

.error-page__title {
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  width: 100%;
  text-transform: none;
  font-size: 29px;
  color: #ffffff;
  font-weight: 400; }
  @media (max-width: 767px) {
    .error-page__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .error-page__title {
      font-size: 18px;
      margin-bottom: 20px; } }

@media screen and (max-width: 1199px) {
  .error-page {
    background-size: cover; } }

@media screen and (max-width: 991px) {
  .error-page__inner {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 767px) {
  .error-page {
    background-position: 60% 0; } }

@media (max-width: 601px) {
  .error-page {
    background-position: 70% 0; } }

@media screen and (max-width: 480px) {
  .error-page {
    background-position: 65% 0; }
    .error-page .btn {
      width: 60%;
      padding-right: 40px; } }

@media screen and (max-width: 380px) {
  .error-page .btn {
    width: 70%; } }

.thanks-page {
  margin-top: 100px; }
  .thanks-page h1 {
    font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-transform: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #00295a;
    font-size: 35px; }
    @media (max-width: 767px) {
      .thanks-page h1 {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .thanks-page h1 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .thanks-page p {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #00295a;
    width: 100%;
    padding-bottom: 70px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center; }
  .thanks-page .social-icons {
    width: 100%;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.thanks-page__icon {
  width: 100%;
  margin-bottom: 20px;
  text-align: center; }

@media screen and (max-width: 991px) {
  .thanks-page__inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .thanks-page p {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  .thanks-page__inner {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px; }
  .thanks-page p {
    font-size: 16px; } }

.communication-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-bottom: 70px; }

.communication-block__link {
  display: inline-block;
  width: 25%;
  outline: none;
  -webkit-transition: all .1s;
  transition: all .1s; }
  .communication-block__link:hover, .communication-block__link:focus {
    outline: none;
    -webkit-box-shadow: 0 0 20px 2px rgba(119, 119, 119, 0.2);
            box-shadow: 0 0 20px 2px rgba(119, 119, 119, 0.2); }
  .communication-block__link .communication-block__item {
    width: 100%; }

.communication-block__item {
  position: relative;
  width: 25%;
  padding: 25px 10px 50px;
  text-align: center; }
  .communication-block__item h1 {
    font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-bottom: 20px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .communication-block__item h1 {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .communication-block__item h1 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .communication-block__item p {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #2e2e36; }

.communication-block__icon {
  margin-bottom: 30px; }
  .communication-block__icon svg {
    fill: #ff9e00; }

@media screen and (max-width: 1199px) {
  .communication-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .communication-block__link,
  .communication-block__item {
    width: 33%; } }

@media (max-width: 767px) {
  .communication-block__item h1 {
    font-size: 16px; }
  .communication-block__link,
  .communication-block__item {
    width: 48%; } }

@media (max-width: 601px) {
  .communication-block {
    margin-top: 0; }
  .communication-block__link,
  .communication-block__item {
    width: 60%; } }

@media screen and (max-width: 480px) {
  .communication-block__link,
  .communication-block__item {
    width: 98%; } }

.text-content {
  width: 100%;
  font: 400 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d; }
  .text-content strong {
    font-weight: 700; }
  .text-content p {
    margin-bottom: 30px; }
  .text-content a {
    color: #5357ee;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .text-content a:hover, .text-content a:focus {
      outline: none;
      text-decoration: none; }
  .text-content ul {
    margin-bottom: 40px; }
    .text-content ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
      font: 400 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
      color: #2d2d2d; }
      .text-content ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 7px;
        height: 7px;
        background: #2d2d2d;
        border-radius: 50%; }
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .text-content h4,
  .text-content h5,
  .text-content h6 {
    text-transform: uppercase;
    margin-bottom: 20px; }

.text-content ol {
  counter-reset: myCounter;
  margin-bottom: 40px; }

.text-content ol li {
  position: relative;
  list-style: none;
  font: 400 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  margin-bottom: 15px;
  padding-left: 25px; }

.text-content ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) ")";
  position: absolute;
  font: 400 17px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  text-align: center;
  left: 0;
  top: 0; }

@media screen and (max-width: 991px) {
  .text-content {
    text-align: justify; } }

.subscribe-to-us {
  background-color: #2e2e36;
  border-bottom: 1px solid #969696;
  display: none; }

.subscribe-to-us__header {
  position: relative;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.subscribe-to-us__header-icon {
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle; }
  .subscribe-to-us__header-icon svg {
    width: 30px;
    height: 23px;
    fill: #ccc; }

.subscribe-to-us__btn:disabled {
  pointer-events: none;
  opacity: 0.7; }

.subscribe-to-us__success {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  display: none; }

.subscribe-to-us__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .subscribe-to-us__form input {
    width: 60%;
    margin-right: 5px;
    padding: 12px 15px;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    border: 1px solid rgba(180, 185, 191, 0.5);
    outline: none; }
    .subscribe-to-us__form input::-webkit-input-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .subscribe-to-us__form input:-moz-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .subscribe-to-us__form input::-moz-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .subscribe-to-us__form input:-ms-input-placeholder {
      font-family: "HelveticaNeueCyr", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #000;
      opacity: .8; }
    .subscribe-to-us__form input:active, .subscribe-to-us__form input:focus {
      border: 1px solid #ff9e00; }
  .subscribe-to-us__form button {
    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;
    width: 35%;
    min-width: 170px;
    padding-right: 10px;
    background-color: #ff9e00;
    color: #ffffff; }
    .subscribe-to-us__form button svg {
      fill: #fff; }
    .subscribe-to-us__form button:active, .subscribe-to-us__form button:hover, .subscribe-to-us__form button:focus {
      background-color: #ffffff;
      color: #ff9e00; }
      .subscribe-to-us__form button:active svg, .subscribe-to-us__form button:hover svg, .subscribe-to-us__form button:focus svg {
        fill: #ff9e00; }

@media screen and (max-width: 991px) {
  .subscribe-to-us__header {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .subscribe-to-us__header {
    font-size: 18px; } }

@media (max-width: 601px) {
  .subscribe-to-us__header {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .subscribe-to-us__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .subscribe-to-us__form input, .subscribe-to-us__form button {
      width: 100%; }
    .subscribe-to-us__form input {
      margin-bottom: 10px; } }

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #2d2d2d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .counter input {
    display: block;
    width: 100%;
    min-width: 38px;
    height: 35px;
    padding: 0;
    outline: none;
    background: none;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #2d2d2d;
    border: 1px solid #7e7e7e;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .counter input:active, .counter input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #7e7e7e; }
  .counter .quantity {
    width: 45px;
    min-width: 45px; }

.woocommerce .quantity .qty {
  width: 60px; }

.counter__minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 35px;
  min-width: 31px;
  padding-bottom: 2px;
  border: 1px solid #7e7e7e;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }

.counter__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 35px;
  min-width: 31px;
  padding-bottom: 3px;
  border: 1px solid #7e7e7e;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  line-height: 10px; }

.counter__minus:hover,
.counter__plus:hover {
  color: #ff9e00; }

.counter__minus:active,
.counter__plus:active {
  color: #ff9e00;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5); }

.counter__minus.disabled,
.counter__plus.disabled {
  opacity: .5;
  pointer-events: none; }
  .counter__minus.disabled:hover, .counter__minus.disabled:active,
  .counter__plus.disabled:hover,
  .counter__plus.disabled:active {
    color: #2d2d2d;
    -webkit-box-shadow: none;
            box-shadow: none; }

.counter--auto .quantity {
  width: 60px; }

.counter--auto input {
  width: 45px;
  padding-left: 10px;
  padding-right: 10px; }

.counter--theme-orange input {
  font-size: 20px;
  color: #ff9e00; }

.page-cart {
  display: block;
  padding-top: 100px; }

.my-order__title {
  width: 100%;
  font: 900 25px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .my-order__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .my-order__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.my-order form {
  width: 100%; }

.my-order__table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #2d2d2d;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .my-order__table th {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #636363;
    text-align: left; }
  .my-order__table th:first-child, .my-order__table td:first-child {
    padding-left: 2%; }
  .my-order__table th:last-child, .my-order__table td:last-child {
    padding-right: 3%; }
  .my-order__table tr:not(:last-child) {
    border-bottom: 1px solid #ededed; }
  .my-order__table tbody {
    width: 100%;
    background-color: #fafafa; }

.my-order__image {
  width: 1%; }
  .my-order__image img {
    display: block;
    width: 78px;
    height: 78px;
    margin-top: 12px;
    margin-bottom: 12px; }

.my-order__brand {
  width: 15%;
  padding-left: 4%; }

.my-order__cost {
  width: 10%;
  padding-left: 6%; }

.my-order__vendor-code {
  width: 6%;
  padding-left: 3%; }

.my-order__count {
  position: relative;
  z-index: 1;
  width: 6%;
  padding-left: 5%; }

.my-order__total-cost {
  position: relative;
  width: 10%;
  padding-left: 6%; }
  .my-order__total-cost .btn-delete {
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1px; }

.my-order__total-cost--inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 1px; }

.my-order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.my-order__total-value {
  margin-right: 25px;
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #272729; }
  .my-order__total-value span {
    margin-left: 10px;
    font-size: 19px; }
    .my-order__total-value span::after {
      content: ' руб.'; }

@media (max-width: 767px) {
  .my-order__table {
    display: block; }
    .my-order__table thead {
      display: none; }
    .my-order__table tbody {
      display: block; }
    .my-order__table tr {
      display: block;
      padding: 20px; }
    .my-order__table .my-order__image,
    .my-order__table .my-order__brand,
    .my-order__table .my-order__vendor-code,
    .my-order__table .my-order__count,
    .my-order__table .my-order__cost,
    .my-order__table .my-order__total-cost {
      width: 100%;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .my-order__table .my-order__image::before,
      .my-order__table .my-order__brand::before,
      .my-order__table .my-order__vendor-code::before,
      .my-order__table .my-order__count::before,
      .my-order__table .my-order__cost::before,
      .my-order__table .my-order__total-cost::before {
        width: auto;
        min-width: 130px;
        margin-right: 10px;
        font-family: "HelveticaNeueCyr", Arial, sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        color: #636363;
        text-align: left; }
    .my-order__table td:first-child,
    .my-order__table td:last-child {
      padding: 0; }
    .my-order__table .my-order__image::before {
      content: 'Изображение:';
      display: inline-block; }
    .my-order__table .my-order__image img {
      margin: 0; }
    .my-order__table .my-order__brand::before {
      content: 'Название:';
      display: inline-block; }
    .my-order__table .my-order__vendor-code::before {
      content: 'Артикул:';
      display: inline-block; }
    .my-order__table .my-order__cost::before {
      content: 'Цена, руб.:';
      display: inline-block; }
    .my-order__table .my-order__count::before {
      content: 'Количество:';
      display: inline-block; }
    .my-order__table .my-order__total-cost {
      margin-bottom: 0; }
      .my-order__table .my-order__total-cost::before {
        content: 'Стоимость, руб.:';
        display: inline-block; }
      .my-order__table .my-order__total-cost .btn-delete {
        top: -90px;
        right: 0;
        position: absolute; } }

@media (max-width: 601px) {
  .my-order__table {
    margin-bottom: 20px; }
  .my-order__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .my-order__total-value {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: right; }
  .btn-light {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 480px) {
  .my-order__table .my-order__total-cost .btn-delete {
    top: -250px;
    right: -10px; } }

.offices {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  height: 740px;
  background: #FAFAFA;
  -webkit-box-shadow: 0 0 6.64px 1.36px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 6.64px 1.36px rgba(0, 0, 0, 0.17); }

.page-dealers__map-wrap {
  position: relative;
  width: 100%; }

.offices-map {
  position: absolute;
  width: calc(770px + (100% - 1170px) / 2);
  max-width: 1140px;
  height: 740px;
  top: 0;
  left: calc(400px + (100% - 1170px) / 2);
  background: gray; }

.offices__tabs-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.offices__tabs-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .offices__tabs-item:last-of-type .offices__tabs-btn {
    border-right: 1px solid #929292; }
  .offices__tabs-item.active .offices__tabs-btn {
    background: #ff9e00;
    color: #fff; }

.offices__tabs-btn {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #929292;
  border-right: none;
  font: 400 11px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .offices__tabs-btn:hover, .offices__tabs-btn:focus {
    background: #ff9e00;
    color: #fff;
    outline: none; }

.offices__select-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.051); }

.offices__select {
  position: relative;
  width: 86%;
  height: 45px;
  border-color: #ff9e00;
  font: 700 14px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #ff9e00; }

.offices__select-wrap .jq-selectbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  border-color: #ff9e00;
  background: #fff; }

.offices__select-wrap .jq-selectbox__select-text {
  font: 700 14px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #ff9e00; }

.offices__select-wrap .jq-selectbox__trigger {
  background: none;
  border: none; }

.offices__select-wrap .jq-selectbox__trigger-arrow {
  width: 10px;
  height: 10px;
  border-top: none;
  border-bottom: 3px solid #ff9e00;
  border-right: 3px solid #ff9e00;
  border-left: none;
  position: absolute;
  right: 20px;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.offices__select-wrap .dropdown.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-2px) rotate(224deg);
          transform: translateY(-2px) rotate(224deg); }

.offices__select-wrap .focused .jq-selectbox__select, .offices__select-wrap .jq-selectbox.focused .jq-selectbox__select {
  border-color: #ff9e00;
  -webkit-box-shadow: 0 0 4px 1px rgba(255, 158, 0, 0.5);
          box-shadow: 0 0 4px 1px rgba(255, 158, 0, 0.5); }

.offices__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  height: 610px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .offices__wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.offices__search-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.051);
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.offices__search {
  border: 1px solid #929292;
  background: #fff;
  width: 86%;
  height: 45px;
  padding: 0 55px 0 10px;
  font: 300 14px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #2d2d2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .offices__search:hover, .offices__search:focus {
    border-color: #ff9e00;
    outline: none; }

.offices__search-btn {
  position: absolute;
  top: 23px;
  right: 7%;
  width: 45px;
  height: 45px;
  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; }
  .offices__search-btn svg {
    width: 14px;
    height: 14px;
    fill: #929292;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .offices__search-btn:hover, .offices__search-btn:focus {
    outline: none; }
    .offices__search-btn:hover svg, .offices__search-btn:focus svg {
      fill: #ff9e00; }

.offices__spoiler {
  padding: 0 7%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.051); }

.offices__spoiler-btn {
  position: relative;
  height: 35px;
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 17px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #00325e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .offices__spoiler-btn:hover, .offices__spoiler-btn:focus {
    color: #ff9e00;
    outline: none; }
    .offices__spoiler-btn:hover::after, .offices__spoiler-btn:focus::after {
      border-color: #ff9e00; }
  .offices__spoiler-btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #00325e;
    border-right: 3px solid #00325e;
    right: 20px;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .offices__spoiler-btn.open {
    color: #ff9e00; }
    .offices__spoiler-btn.open:after {
      border-color: #ff9e00;
      -webkit-transform: translateY(-2px) rotate(224deg);
              transform: translateY(-2px) rotate(224deg); }

.offices__spoiler-office {
  padding-bottom: 35px; }

.offices__spoiler-office-title {
  display: block;
  font: 700 14px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #00325e;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .offices__spoiler-office-title:hover, .offices__spoiler-office-title:focus {
    color: #ff9e00;
    outline: none; }

.offices__spoiler-office p {
  font: 400 14px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #000;
  margin-bottom: 17px; }

.offices__spoiler-office span:first-of-type {
  margin-right: 18px; }

.offices__spoiler-office .offices__spoiler-office-link {
  color: #32b3e9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .offices__spoiler-office .offices__spoiler-office-link:hover, .offices__spoiler-office .offices__spoiler-office-link:focus {
    color: #ff9e00;
    outline: none; }

.offices__scroll-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%;
  overflow-y: auto; }

.offices__scroll-container::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0; }

.offices__scroll-container::-webkit-scrollbar-track {
  background-color: #FAFAFA; }

.offices__scroll-container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #929292; }

.offices__scroll-container::-webkit-scrollbar {
  width: 5px; }

.offices__not-found {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  font: 700 17px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #00325e; }

.offices-map .ymaps-2-1-68-balloon__layout {
  background: #00325e; }

.offices-map .ymaps-2-1-68-balloon_layout_panel {
  background: #00325e; }

.offices-map .ymaps-2-1-68-balloon__content {
  padding: 20px 30px;
  background: #00325e;
  font: 400 14px/1.1 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff; }
  .offices-map .ymaps-2-1-68-balloon__content b {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff9e00; }
  .offices-map .ymaps-2-1-68-balloon__content p {
    margin-bottom: 15px; }
  .offices-map .ymaps-2-1-68-balloon__content span:first-of-type {
    margin-right: 18px; }
  .offices-map .ymaps-2-1-68-balloon__content a {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #32b3e9; }
    .offices-map .ymaps-2-1-68-balloon__content a:hover, .offices-map .ymaps-2-1-68-balloon__content a:focus {
      color: #ff9e00;
      outline: none; }

.offices-map .ymaps-2-1-68-balloon__tail:after {
  background: #00325e; }

.offices-map .ymaps-2-1-68-balloon__close-button {
  background: none;
  position: relative;
  opacity: 0.7; }
  .offices-map .ymaps-2-1-68-balloon__close-button::before, .offices-map .ymaps-2-1-68-balloon__close-button::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    width: 2px;
    height: 11px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .offices-map .ymaps-2-1-68-balloon__close-button::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

@media screen and (max-width: 1199px) {
  .offices-map {
    position: relative;
    width: calc(100% - 400px);
    top: auto;
    left: auto; }
  .page-dealers__inner {
    position: relative; } }

@media screen and (max-width: 991px) {
  .offices {
    width: 290px;
    height: 540px; }
  .offices-map {
    width: calc(100% - 290px);
    height: 540px; } }

@media (max-width: 767px) {
  .offices {
    width: 100%;
    height: 440px; }
  .offices-map {
    width: 100%;
    height: 440px; }
  .page-dealers__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.spinner {
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #ff9e00;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.cart-preloader {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .cart-preloader::after {
    z-index: 1001;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 60px;
    width: 60px;
    background: url("../img/cart-bag--white.png") no-repeat 50% 50%;
    background-size: 60px auto;
    -webkit-animation: cart .6s alternate infinite ease-in;
            animation: cart .6s alternate infinite ease-in; }
  .cart-preloader.active {
    z-index: 1000;
    display: block; }

@-webkit-keyframes cart {
  0% {
    -webkit-transform: translateX(50%) rotate(10deg);
            transform: translateX(50%) rotate(10deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg); } }

@keyframes cart {
  0% {
    -webkit-transform: translateX(50%) rotate(10deg);
            transform: translateX(50%) rotate(10deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg); } }

.personal-warning {
  position: fixed;
  left: 0;
  right: 0;
  padding: 15px 0;
  bottom: 0;
  z-index: 15000;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  display: none; }

.personal-warning__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 480px) {
    .personal-warning__inner {
      padding-left: 5px;
      padding-right: 5px; } }

.personal-warning__text {
  font: 400 13px/1.3 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff; }

.personal-warning__link {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .personal-warning__link:hover, .personal-warning__link:focus {
    border-color: transparent;
    outline: none; }

.personal-warning__btn {
  display: block;
  padding: 10px 55px;
  margin-left: 30px;
  background: transparent;
  font: 400 13px/1.4 "HelveticaNeueCyr", Arial, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .personal-warning__btn:hover, .personal-warning__btn:focus {
    background: rgba(119, 119, 119, 0.75);
    outline: none; }

@media (max-width: 767px) {
  .personal-warning__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .personal-warning__btn {
    margin-top: 20px;
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  * {
    -webkit-transition: none;
    transition: none; } }

@media (max-width: 320px) {
  body {
    min-width: 300px !important; } }

@media (max-width: 767px) {
  select, textarea, input {
    font-size: 16px !important; } }
