@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  font-size: 100%; }

legend {
  color: #000; }

html, body {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: normal;
  background-color: #fff;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }
  a:focus {
    outline: none; }

li:focus {
  outline: none; }

select {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-style: none;
  background: 0;
  padding: 0; }

input, textarea, button {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-style: none;
  background: 0;
  padding: 0;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  display: none; }

section {
  position: relative;
  display: block;
  width: 100%; }

img {
  color: #000;
  font-size: 12px;
  height: auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }

label {
  margin: 0; }

.custom-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.custom-btn {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  padding: 19px 0;
  max-width: 295px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  @media screen and (max-width: 991px) {
    .custom-btn {
      font-size: 16px;
      line-height: 18px;
      max-width: 190px;
      padding: 13px 0; } }
  .custom-btn:hover {
    background-color: #f0e0d3;
    border-color: #F0F0F0; }

.title {
  position: relative;
  display: block;
  width: 100%; }
  .title_center {
    text-align: center; }
  .title_1 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .title_1 {
        font-size: 24px;
        line-height: 28px; } }
    .title_1 > * {
      line-height: inherit; }
  .title_2 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .title_2 {
        font-size: 20px;
        line-height: 24px; } }
    .title_2 > * {
      line-height: inherit; }
  .title_3 {
    font-size: 20px;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .title_3 {
        font-size: 18px;
        line-height: 22px; } }
    .title_3 > * {
      line-height: inherit; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }
  .overlay.scrolling {
    overflow: auto; }
    .overlay.scrolling .popup-wrap {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: auto; }

.popup-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.popup {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  background: #77c6ce;
  background: -webkit-gradient(linear, left top, left bottom, from(#77c6ce), to(#4e9698));
  background: linear-gradient(to bottom, #77c6ce 0%, #4e9698 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c6ce', endColorstr='#4e9698',GradientType=0 );
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (max-width: 575px) {
    .popup {
      padding: 15px 10px; } }
  .popup_callback {
    width: 480px; }
    @media (max-width: 575px) {
      .popup_callback {
        width: 310px; } }
  .popup_calculator {
    width: 790px; }
    @media (max-width: 991px) {
      .popup_calculator {
        width: 575px; } }
    @media (max-width: 767px) {
      .popup_calculator {
        width: 480px; } }
    @media (max-width: 575px) {
      .popup_calculator {
        width: 310px; } }
  .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2; }
    .popup-close:hover::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .popup-close:hover::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .popup-close::after {
      content: '';
      position: absolute;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 30px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -15px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .popup-close::before {
      content: '';
      position: absolute;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 30px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      margin-top: -1px;
      left: 50%;
      margin-left: -15px;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .popup__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 22px; }
    @media (max-width: 1199px) {
      .popup__title {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .popup__title {
        font-size: 22px; } }
    @media (max-width: 575px) {
      .popup__title {
        font-size: 20px; } }
  .popup__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 575px) {
      .popup__row {
        display: block; } }
  .popup__field {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 21px;
    text-align: center; }
    .popup__field_inline {
      margin: 0 0 21px 0; }
      @media (min-width: 576px) {
        .popup__field_inline {
          width: 49%; } }
  .popup__btn-wrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 21px; }

.no-scroll {
  overflow: hidden;
  width: auto; }
  .no-scroll.touch-device {
    width: 100%; }

.input-txt {
  position: relative;
  width: 100%;
  padding: 22px 27px 22px 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(117, 218, 226, 0.45);
  background-color: rgba(117, 218, 226, 0.27);
  -webkit-box-shadow: inset 0px 17px 13px 0px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px 17px 13px 0px rgba(0, 0, 0, 0.27);
  -webkit-border-radius: 33px;
  border-radius: 33px;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 1199px) {
    .input-txt {
      padding: 16px 20px 16px 40px; } }
  @media (max-width: 767px) {
    .input-txt {
      font-size: 14px; } }
  .input-txt:hover {
    background-color: rgba(117, 218, 226, 0.5); }
  .input-txt::-webkit-input-placeholder, .input-txt::-webkit-input-placeholder, .input-txt::-moz-placeholder, .input-txt:-moz-placeholder, .input-txt:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff; }
  .input-txt::placeholder, .input-txt::-webkit-input-placeholder, .input-txt::-moz-placeholder, .input-txt:-moz-placeholder, .input-txt:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 767px) {
      .input-txt::-webkit-input-placeholder, .input-txt::-webkit-input-placeholder, .input-txt::-moz-placeholder, .input-txt:-moz-placeholder, .input-txt:-ms-input-placeholder {
        font-size: 14px; }
      .input-txt::placeholder, .input-txt::-webkit-input-placeholder, .input-txt::-moz-placeholder, .input-txt:-moz-placeholder, .input-txt:-ms-input-placeholder {
        font-size: 14px; } }
  .input-txt::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff; }
  .input-txt::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff; }
  .input-txt:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff; }
  .input-txt::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 767px) {
      .input-txt::-webkit-input-placeholder {
        font-size: 14px; }
      .input-txt::-moz-placeholder {
        font-size: 14px; }
      .input-txt:-ms-input-placeholder {
        font-size: 14px; }
      .input-txt::placeholder {
        font-size: 14px; } }
  .input-txt_txtarea {
    height: 88px;
    padding-left: 26px; }

.ie-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1000; }
  .ie-overlay__popup {
    color: #000;
    font-weight: 300;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ie-overlay__popup p:first-child {
      margin-bottom: 30px;
      font-size: 38px; }
    .ie-overlay__popup p:nth-child(2) {
      font-size: 26px;
      margin-bottom: 10px; }
    .ie-overlay__popup p:last-child {
      font-size: 26px; }

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  cursor: default;
  margin-bottom: 21px; }
  @media screen and (max-width: 1199px) {
    .breadcrumb {
      margin-bottom: 5px; } }
  .breadcrumb_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .breadcrumb a {
    cursor: pointer;
    display: inline-block;
    padding-right: 9px;
    margin-right: 5px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    position: relative; }
    .breadcrumb a:hover {
      text-decoration: underline; }
    .breadcrumb a::after {
      content: '-';
      position: absolute;
      display: inline-block;
      width: auto;
      font-size: 13px;
      line-height: 16px;
      font-weight: 300;
      color: #000;
      bottom: 0;
      right: 0; }

.pagination {
  position: relative;
  display: block;
  width: auto; }
  .pagination_center {
    width: 100%;
    text-align: center; }
  .pagination__list {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto; }
  .pagination__arrow {
    width: 9px;
    height: 16px;
    fill: black;
    fill-opacity: 0.8; }
  .pagination__item {
    display: inline-block;
    font-size: 18px;
    color: #000;
    line-height: 46px;
    padding: 0 3px; }
    .pagination__item:first-child {
      margin-right: 23px; }
    .pagination__item:last-child {
      margin-left: 23px; }
    .pagination__item.current {
      text-decoration: underline;
      cursor: default; }
    .pagination__item a {
      font-size: 18px;
      color: #000;
      line-height: 46px;
      display: inline-block;
      position: relative; }

.header {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 60;
  background: #fff;
  height: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #BEBEBE; }
  @media \0screen\ {
    .header {
      position: fixed; } }
  @media screen\9 {
    .header {
      position: fixed; } }
  @media screen and (min-width: 0\0) {
    .header {
      position: fixed; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header {
      position: fixed; } }
  @media screen and (max-width: 1399px) {
    .header {
      padding: 0 10px; } }
  @media screen and (max-width: 1199px) {
    .header {
      padding: 10px 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 7px 0; } }
  .header-contacts {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5px; }
    @media screen and (max-width: 1399px) {
      .header-contacts {
        margin-right: 0; } }
    @media screen and (max-width: 1399px) and (min-width: 1200px) {
      .header-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (max-width: 575px) {
      .header-contacts {
        margin-top: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .header-tel {
    margin-right: 15px;
    position: relative; }
    @media screen and (max-width: 1399px) {
      .header-tel {
        text-align: center; } }
    @media screen and (max-width: 1199px) {
      .header-tel {
        margin-right: 7px; } }
    .header-tel__num {
      color: #000;
      font-size: 18px;
      display: inline-block;
      cursor: default;
      font-weight: 300;
      white-space: nowrap; }
  .header-mes {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1399px) and (min-width: 1200px) {
      .header-mes {
        margin: 5px auto 0; } }
    .header-mes__item {
      position: relative; }
      .header-mes__item_wa {
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/whatsapp.svg);
        margin-right: 15px; }
        @media screen and (max-width: 1199px) {
          .header-mes__item_wa {
            margin-right: 7px; } }
      .header-mes__item_wb {
        width: 25px;
        height: 27px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/viber.svg); }
  .header-cart {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    width: 65px;
    min-width: 65px;
    height: 65px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/header-cart-icon.svg);
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 1199px) {
      .header-cart {
        width: 55px;
        height: 55px;
        min-width: 55px; } }
    @media screen and (max-width: 575px) {
      .header-cart {
        height: 48px;
        position: fixed;
        bottom: 10px;
        left: 0px;
        background: url(../img/header-cart-icon.svg) center no-repeat rgba(255,255,255,0.9);
        z-index: 80;
        background-size: 32px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
      }
      }
    @media screen and (min-width: 768px) {
      .header-cart:hover {
        background-color: #F0F0F0; } }
    .header-cart__count {
      position: absolute;
      background: #fff;
      top: 2px;
      right: 0;
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 11px;
      font-weight: 400; }
      @media screen and (max-width: 1199px) {
        .header-cart__count {
          top: -3px;
          right: -2px; } }
      @media screen and (max-width: 575px) {
        .header-cart__count {
          top: -1px;
          right: 0; } }

.logo {
  width: 100%;
  max-width: 239px;
  display: block;
  position: relative; }
  @media screen and (max-width: 1399px) {
    .logo {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 1199px) {
    .logo {
      max-width: 180px; } }
  @media screen and (max-width: 575px) {
    .logo {
      max-width: 130px;} }
  .logo img {
    max-width: 100%;
    max-width: 100%; }

.nav-btn-lg {
  display: none;
  position: relative;
  width: 40px;
  height: 28px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .nav-btn-lg::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    left: 0; }
  @media screen and (max-width: 767px) {
    .nav-btn-lg {
      display: block; } }
  @media screen and (max-width: 575px) {
    .nav-btn-lg {
      height: 23px; } }
  .nav-btn-lg.hide {
    opacity: 0; }

.nav-close-lg {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 28px;
  top: 30px;
  right: 30px;
  display: none; }
  @media screen and (max-width: 767px) {
    .nav-close-lg {
      display: block; } }
  .nav-close-lg::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .nav-close-lg::before:hover {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .nav-close-lg::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .nav-close-lg::after:hover {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.custom-nav {
  height: 100%;
  position: relative;
  position: relative;
  display: block;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .custom-nav {
      padding: 15px 0 0;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .custom-nav {
      position: fixed;
      left: -100%;
      -webkit-transition: all .3s;
      transition: all .3s;
      height: 100%;
      width: 100%;
      background: #fff;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 1px solid #BEBEBE;
      z-index: 100; } }
  .custom-nav.show {
    left: 0; }
  .custom-nav__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 877px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around; }
    @media screen and (max-width: 1399px) {
      .custom-nav__wrap {
        max-width: 670px;
        margin: 0 auto; } }
    @media screen and (max-width: 1199px) {
      .custom-nav__wrap {
        max-width: 100%;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .custom-nav__wrap {
        display: block;
        height: auto;
        width: auto;
        padding: 20px 30px; } }
  .custom-nav li {
    position: relative;
    display: inline-block;
    width: auto; }
    @media screen and (max-width: 767px) {
      .custom-nav li {
        display: block;
        text-align: center; }
        .custom-nav li:first-child::before {
          content: '';
          position: absolute;
          width: 4px;
          height: 4px;
          border: 1px solid #000;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: -3px;
          left: 50%;
          margin-left: -2.5px; }
        .custom-nav li::after {
          content: '';
          position: absolute;
          width: 4px;
          height: 4px;
          border: 1px solid #000;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          bottom: -4px;
          left: 50%;
          margin-left: -2.5px; } }
    .custom-nav li a {
      position: relative;
      display: inline-block;
      width: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #000;
      font-size: 18px;
      -webkit-transition: all .3s;
      transition: all .3s;
      font-weight: 300;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .custom-nav li a {
          padding: 10px;
          font-size: 20px; } }
      .custom-nav li a:hover {
        text-decoration: underline; }

.footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0e0d3; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 30px 0 0; } }
  .footer-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1040px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .footer-nav {
        max-width: none; } }
    @media screen and (max-width: 575px) {
      .footer-nav {
        display: block;
        max-width: none; } }
    .footer-nav__wrap {
      position: relative;
      display: block;
      width: 100%; }

.footer-nav__wrap + .footer-nav__wrap{
  margin-left: 60px;
}

      @media screen and (max-width: 575px) {
        .footer-nav__wrap + .footer-nav__wrap{
          margin-left: 0px;
        }
        .footer-nav__wrap:last-child {
          margin: 30px 0;
          text-align: center; } }
    .footer-nav__title {
      position: relative;
      display: block;
      width: 100%;
      color: #000;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 38px;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
        .footer-nav__title {
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .footer-nav__title {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 15px; } }
      @media screen and (max-width: 575px) {
        .footer-nav__title {
          margin-bottom: 10px;
          text-align: center; } }
    .footer-nav__list {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 235px; }
      @media screen and (max-width: 991px) {
        .footer-nav__list {
          max-width: none; } }
      .footer-nav__list li {
        width: 100%; }
      .footer-nav__list_wide {
        max-width: 534px; }
        @media screen and (max-width: 991px) {
          .footer-nav__list_wide {
            max-width: none; } }
        .footer-nav__list_wide li {
          width: 50%; }
          @media screen and (max-width: 767px) {
            .footer-nav__list_wide li:nth-child(2n+1) {
              padding-right: 5px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            .footer-nav__list_wide li:nth-child(2n) {
              padding-left: 5px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
              @media screen and (max-width: 575px) {
                .footer-nav__list_wide {
                  text-align: center; } }
      .footer-nav__list li {
        display: block;
        position: relative;
        margin: 5px 0; }
        .footer-nav__list li a {
          color: #000000;
          font-size: 18px;
          line-height: 21px;
          font-weight: 300;
          display: inline-block;
          position: relative; }
          @media screen and (max-width: 767px) {
            .footer-nav__list li a {
              font-size: 16px;
              line-height: 18px; } }
          .footer-nav__list li a:hover {
            text-decoration: underline; }
  .footer-contacts {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 991px) {
      .footer-contacts {
        height: auto; } }
    @media screen and (max-width: 991px) and (min-width: 576px) {
      .footer-contacts {
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .footer-contacts__list {
      position: relative;
      display: block;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .footer-contacts__list {
          margin-bottom: 30px; } }
      @media screen and (max-width: 991px) and (min-width: 576px) {
        .footer-contacts__list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .footer-contacts__list li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 21px;
        font-weight: 300;
        margin: 10px 0;
        color: #000; }
        @media screen and (max-width: 991px) and (min-width: 576px) {
          .footer-contacts__list li {
            width: 50%;
            margin: 5px 0; } }
        @media screen and (max-width: 767px) {
          .footer-contacts__list li {
            font-size: 16px;
            line-height: 18px;
            font-weight: normal; } }
        @media screen and (max-width: 575px) {
          .footer-contacts__list li {
            text-align: center; } }
        @media screen and (min-width: 992px), (max-width: 575px) {
          .footer-contacts__list li:first-child {
            margin-top: 0; } }
        @media screen and (max-width: 991px) and (min-width: 576px) {
          .footer-contacts__list li:first-child {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
        .footer-contacts__list li:first-child a:hover {
          text-decoration: none;
          cursor: default; }
        @media screen and (max-width: 991px) and (min-width: 576px) {
          .footer-contacts__list li:nth-child(2) {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3; } }
        @media screen and (max-width: 991px) and (min-width: 576px) {
          .footer-contacts__list li:nth-child(3) {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
        @media screen and (max-width: 991px) and (min-width: 576px) {
          .footer-contacts__list li:last-child {
            -webkit-box-ordinal-group: 5;
            -webkit-order: 4;
            -ms-flex-order: 4;
            order: 4; } }
        .footer-contacts__list li a {
          font-size: 18px;
          line-height: 21px;
          font-weight: 300;
          color: #000;
          display: inline-block;
          position: relative; }
          @media screen and (max-width: 767px) {
            .footer-contacts__list li a {
              font-size: 16px;
              line-height: 18px;
              font-weight: normal; } }
  .footer-inst {
    position: relative;
    display: block;
    width: 100%;
    margin: 57px 0 0; }
    @media screen and (max-width: 991px) {
      .footer-inst {
        margin: 0; } }
    @media screen and (max-width: 991px) and (min-width: 576px) {
      .footer-inst {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 575px) {
      .footer-inst {
        text-align: center;
        margin-bottom: 10px; } }
    .footer-inst__icon {
      font-size: 18px;
      line-height: 21px;
      font-weight: 300;
      position: relative;
      display: inline-block;
      padding-left: 47px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 991px) {
        .footer-inst__icon {
          padding-left: 35px; } }
      @media screen and (max-width: 767px) {
        .footer-inst__icon {
          font-size: 16px;
          line-height: 18px; } }
      .footer-inst__icon::before {
        content: '';
        position: absolute;
        display: block;
        width: 34px;
        height: 34px;
        left: 0;
        top: 50%;
        margin-top: -17px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/inst-icon.svg); }
        @media screen and (max-width: 991px) {
          .footer-inst__icon::before {
            width: 25px;
            height: 25px;
            margin-top: -12.5px; } }
      .footer-inst__icon:hover {
        text-decoration: underline; }
  .footer-pay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 476px;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      .footer-pay {
        position: relative;
        bottom: auto;
        max-width: 285px;
        margin-left: -17px; } }
    @media screen and (max-width: 575px) {
      .footer-pay {
        margin: 0 auto; } }
    .footer-pay__item {
      position: relative;
      display: block;
      width: 103px;
      height: 47px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 991px) {
        .footer-pay__item {
          margin: 0 5px;
          height: 33px; } }
      .footer-pay__item_1 {
        background-image: url(../img/mastercard.svg); }
      .footer-pay__item_2 {
        background-image: url(../img/visa.svg); }
      .footer-pay__item_3 {
        background-image: url(../img/applepay.svg); }
      .footer-pay__item_4 {
        background-image: url(../img/samsungpay.svg); }

.copyright {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  padding: 50px 0;
  font-weight: 300; }
  @media (max-width: 991px) {
    .copyright {
      text-align: center;
      padding: 40px 0 20px;
      font-size: 14px;
      line-height: 16px; } }
  @media screen and (max-width: 575px) {
    .copyright {
      padding: 20px 0; } }

.privacy {
  display: inline-block;
  color: #000; }
  .privacy:hover {
    text-decoration: underline; }

.index-static-logo {
  max-width: 130px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin: 30px auto 0; }
  .index-static-logo img {
    max-width: 100%;
    max-height: 100%; }

.index-static {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-calc(100vh - 68px);
  height: calc(100vh - 68px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff; }
  .index-static__nav {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px; }
    .index-static__nav li {
      text-align: center;
      display: block;
      width: 100%;
      position: relative; }
      .index-static__nav li:not(:first-child)::before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border: 1px solid #000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -3px;
        left: 50%;
        margin-left: -2.5px; }
      .index-static__nav li:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border: 1px solid #000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -2.5px; }
      .index-static__nav li a {
        padding: 10px;
        font-size: 24px;
        font-weight: 300;
        position: relative;
        display: inline-block;
        width: aut;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        -webkit-transition: all .3s;
        transition: all .3s;
        white-space: nowrap; }
        .index-static__nav li a:hover {
          text-decoration: underline; }

.mainscreen {
  position: relative;
  display: block;
  width: 100%; }
  .mainscreen-slider {
    position: relative;
    display: block;
    width: 100%; }
    .mainscreen-slider__item {
      position: relative;
      display: block;
      width: 100%;
      height: 699px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1199px) {
        .mainscreen-slider__item {
          height: 500px; } }
      @media screen and (max-width: 767px) {
        .mainscreen-slider__item {
          height: 400px; } }
      @media screen and (max-width: 575px) {
        .mainscreen-slider__item {
          height: 353px; } }
    .mainscreen-slider__nav {
      position: absolute;
      display: block;
      width: 23px;
      height: 41px;
      top: 50%;
      margin-top: -20.5px;
      fill: white;
      fill-opacity: 0.8;
      z-index: 10;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .mainscreen-slider__nav:hover {
        fill-opacity: 1; }
      .mainscreen-slider__nav_prev {
        left: 43px; }
        @media screen and (max-width: 767px) {
          .mainscreen-slider__nav_prev {
            left: 10px; } }
      .mainscreen-slider__nav_next {
        right: 43px; }
        @media screen and (max-width: 767px) {
          .mainscreen-slider__nav_next {
            right: 10px; } }
  .mainscreen__title {
    position: absolute;
    z-index: 5;
    max-width: 744px;
    width: 100%;
    display: block;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    text-align: center;
    padding: 27px 92px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1199px) {
      .mainscreen__title {
        bottom: 30px;
        padding: 22px 92px; } }
    @media screen and (max-width: 767px) {
      .mainscreen__title {
        padding: 22px 41px;
        max-width: 514px; } }
    @media screen and (max-width: 575px) {
      .mainscreen__title {
        max-width: 361px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        bottom: 15px; } }
        @media screen and (max-width: 350px) {

          .mainscreen__title {
        padding: 22px 15px; } }
    .mainscreen__title > h1 {
      font-size: 26px;
    	font-weight: 300;
    	line-height: 48px;
    	text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .mainscreen__title > h1 {
          font-size: 24px;
          line-height: 26px; } }
      @media screen and (max-width: 575px) {
        .mainscreen__title > h1 {
          font-size: 20px;
          line-height: 24px; } }
          @media screen and (max-width: 350px) {
            .mainscreen__title > h1 {
      font-size: 16px;
      line-height: 24px;
  } }
.i-steps {
  position: relative;
  display: block;
  width: 100%;
  margin: 73px 0 70px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .i-steps {
      padding: 0;
      margin: 40px 0 40px; } }
  .i-steps__item {
    margin-top: 72px;
    position: relative;
    display: block;
    width: 100%; }
    .i-steps__item:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    @media screen and (max-width: 991px) {
      .i-steps__item {
        margin-top: 40px; } }
    @media screen and (max-width: 575px) {
      .i-steps__item {
        max-width: 320px;
        margin: 30px auto 0; } }
  .i-steps__photo {
    position: relative;
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
.i-steps__photo img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
    .i-steps__photo_1 {
      background-image: url(../img/i-steps_1@2x.jpg); }
    .i-steps__photo_2 {
      background-image: url(../img/i-steps_2@2x.jpg); }
    .i-steps__photo_3 {
      background-image: url(../img/i-steps_3@2x.jpg); }

  .i-steps__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 33px 0 18px; }
    @media screen and (max-width: 991px) {
      .i-steps__title {
        margin: 15px 0 5px;
        font-size: 18px;
        line-height: 21px; } }
  .i-steps__text {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: 300;
    max-width: 392px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .i-steps__text {
        font-size: 16px;
        line-height: 18px;
        max-width: 228px; } }
  .i-steps__btn-wrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 74px 0 0; }
    @media screen and (max-width: 991px) {
      .i-steps__btn-wrap {
        margin-top: 20px; } }

.i-seo-text {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 129px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .i-seo-text {
      margin-bottom: 60px; } }
  @media screen and (max-width: 575px) {
    .i-seo-text {
      padding: 0; } }
  .i-seo-text__pic {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1530px;
    margin: 0 auto 64px; }
    @media screen and (max-width: 991px) {
      .i-seo-text__pic {
        margin: 0 0 40px; } }
    .i-seo-text__pic > img {
      max-width: 100%;
      max-height: 100%; }
  .i-seo-text__wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 776px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .i-seo-text__wrap {
        margin: 25px auto;
        font-size: 16px;
        line-height: 24px; } }
    .i-seo-text__wrap p {
      margin: 30px 0; }
      @media screen and (max-width: 575px) {
        .i-seo-text__wrap p {
          margin: 15px 0; } }
  .i-seo-text__btn-wrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: center; }

.side-bar {
  position: relative;
  display: block;
  width: 100%;
  max-width: 430px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1399px) {
    .side-bar {
      max-width: 300px; } }
  @media screen and (max-width: 1199px) {
    .side-bar {
      max-width: 230px; } }
  @media screen and (max-width: 991px) {
    .side-bar {
      max-width: none;
      position: fixed;
      z-index: 10;
      top: 0;
      left: -100%;
      background-color: #fff;
      -webkit-transition: all .3s;
      transition: all .3s;
      height: 100%;
      padding: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow-y: auto; } }
  @media screen and (max-width: 575px) {
    .side-bar {
      padding: 10px; } }
  .side-bar.show {
    left: 0; }

.filter-btn-lg {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 30px;
  height: 22px;
  z-index: 1;
  border-right: 1px solid #000;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/filter-results-button.svg);
  background-position: left center; }
  @media screen and (max-width: 991px) {
    .filter-btn-lg {
      display: block; } }

.close-categories-list-lg {
  display: none;
  position: absolute;
  z-index: 1;
  top: 140px;
  right: 40px;
  width: 40px;
  height: 28px; }
  @media screen and (max-width: 991px) {
    .close-categories-list-lg {
      display: block; } }
  @media screen and (max-width: 575px) {
    .close-categories-list-lg {
      right: 10px;
      top: 121px; } }
  .close-categories-list-lg::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .close-categories-list-lg::before:hover {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .close-categories-list-lg::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .close-categories-list-lg::after:hover {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.catalog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 65px 0 139px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .catalog {
      padding: 0;
      margin: 40px 0 60px; } }
  @media screen and (max-width: 767px) {
    .catalog {
      margin: 20px 0; } }
  .catalog-categories {
    padding-top: 116px;
    position: relative;
    display: block;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .catalog-categories {
        padding-top: 106px; } }
    @media screen and (max-width: 575px) {
      .catalog-categories {
        padding-right: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: auto;
        height: 100%; } }
    .catalog-categories li {
      position: relative;
      display: block;
      width: 100%; }
      .catalog-categories li a {
        display: inline-block;
        position: relative;
        font-size: 22px;
        line-height: 46px; }
        @media screen and (max-width: 1199px) {
          .catalog-categories li a {
            font-size: 16px;
            line-height: 28px; } }
        .catalog-categories li a:hover {
          text-decoration: underline; }
  .catalog__wrap {
    position: relative;
    display: block;
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px); }
    @media screen and (max-width: 1399px) {
      .catalog__wrap {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px); } }
    @media screen and (max-width: 1199px) {
      .catalog__wrap {
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px); } }
    @media screen and (max-width: 991px) {
      .catalog__wrap {
        width: 100%; } }
  .catalog-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px; }
    @media screen and (max-width: 1199px) {
      .catalog-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 575px) {
      .catalog-title {
        display: block; } }
    .catalog-title__cell-left {
      position: relative;
      width: -webkit-calc(100% - 158px - 50px);
      width: calc(100% - 158px - 50px); }
      @media screen and (max-width: 991px) {
        .catalog-title__cell-left {
          padding-left: 52px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      @media screen and (max-width: 575px) {
        .catalog-title__cell-left {
          width: 100%; } }
    .catalog-title__cell-right {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 208px;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 575px) {
        .catalog-title__cell-right {
          width: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-top: 5px; } }
  .catalog-list {
    position: relative;
    margin: 0 -12px 15px -12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .catalog-list {
        margin-left: -1px;
        margin-right: -1px; } }
    @media screen and (max-width: 575px) {
      .catalog-list {
        margin-bottom: 0; } }
    .catalog-list_product {
      margin-top: 35px; }
      @media screen and (max-width: 991px) {
        .catalog-list_product {
          margin-top: 20px; } }
  .catalog-item {
    position: relative;
    display: block;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 12px 12px 40px;
    margin-bottom: 31px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 1199px) {
      .catalog-item {
        margin-bottom: 25px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 991px) {
      .catalog-item {
        padding: 1px; } }
    @media screen and (max-width: 575px) {
      .catalog-item {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .catalog-item:hover {
        border-color: #000; } }
    .catalog-item__pic {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-height: 444px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .catalog-item__pic > img {
        max-width: 100%;
        max-height: 100%; }
    .catalog-item__name {
      position: relative;
      display: block;
      width: 100%;
      text-align: center;
      margin: 30px 0;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1199px) {
        .catalog-item__name {
          margin: 10px 0; } }
      @media screen and (max-width: 767px) {
        .catalog-item__name {
          padding: 0 3px; } }
      .catalog-item__name a {
        max-width: 100%;
        color: #000;
        font-size: 20px;
        line-height: 23px;
        display: inline-block;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (max-width: 1199px) {
          .catalog-item__name a {
            font-size: 16px;
            line-height: 21px; } }
        .catalog-item__name a:hover {
          text-decoration: underline; }
    .catalog-item__price {
      position: relative;
      display: block;
      width: 100%;
      color: #000;
      font-size: 22px;
      line-height: 26px;
      font-weight: 300;
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .catalog-item__price {
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .catalog-item__price {
          font-size: 20px;
          line-height: 24px; } }
    .catalog-item__btn {
      text-align: center; }

.product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1585px;
  margin: 71px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 991px) {
    .product {
      margin: 40px 0 0; } }
  @media screen and (max-width: 767px) {
    .product {
      display: block;
      padding: 30px 40px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0; } }
  @media screen and (max-width: 575px) {
    .product {
      padding: 20px 0 0; } }
  .product-images {
    position: relative;
    display: block;
    width: 100%;
    max-width: 438px; }
    @media screen and (max-width: 1500px) {
      .product-images {
        max-width: 650px; } }
    @media screen and (max-width: 1399px) {
      .product-images {
        max-width: 540px; } }
    @media screen and (max-width: 1199px) {
      .product-images {
        max-width: 435px; } }
    @media screen and (max-width: 991px) {
      .product-images {
        max-width: 325px; } }
    @media screen and (max-width: 767px) {
      .product-images {
        max-width: 500px;
        margin: 20px auto 40px; } }
    .product-images__main {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 32px; }
      @media screen and (max-width: 1500px) {
        .product-images__main {
          height: 421px; } }
      @media screen and (max-width: 1399px) {
        .product-images__main {
          height: 351px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1199px) {
        .product-images__main {
          height: 282px; } }
      @media screen and (max-width: 991px) {
        .product-images__main {
          height: 211px; } }
      @media screen and (max-width: 767px) {
        .product-images__main {
          height: 324px; } }
      @media screen and (max-width: 575px) {
        .product-images__main {
          height: auto;
          max-height: 324px;
          margin-bottom: 10px; } }
      .product-images__main a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        cursor: -webkit-zoom-in;
        cursor: zoom-in; }
        .product-images__main a img {
          max-width: 100%;
          max-height: 100%; }
  .product-preview {
    position: relative;
    display: block;
    width: 100%; }
    .product-preview__nav {
      position: absolute;
      display: block;
      top: 50%;
      width: 23px;
      height: 41px;
      margin-top: -20.5px;
      fill: white;
      fill-opacity: 0.8;
      z-index: 10;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .product-preview__nav:hover {
        fill-opacity: 1; }
      .product-preview__nav_prev {
        left: 5px; }
      .product-preview__nav_next {
        right: 5px; }
    .product-preview__slider {
      position: relative;
      display: block;
      width: auto;
      margin-left: -9px;
      margin-right: -9px; }
      .product-preview__slider li {
        margin: 0 9px;
        position: relative;
        padding: 9px 0; }
        .product-preview__slider li::before {
          content: '';
          position: absolute;
          z-index: 0;
          background-color: transparent;
          border: 1px solid transparent;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: -webkit-calc(100% + 8px * 2);
          width: calc(100% + 8px * 2);
          height: 100%;
          top: 0;
          left: -8px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .product-preview__slider li.slick-current::before {
          background-color: #F0F0F0; }
        .product-preview__slider li:not(.slick-current):hover {
          cursor: pointer; }
          .product-preview__slider li:not(.slick-current):hover::before {
            border-color: #BEBEBE; }
    .product-preview__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1500px) {
        .product-preview__item {
          height: 133px;
          width: 205px; } }
      @media screen and (max-width: 1399px) {
        .product-preview__item {
          height: 111px;
          width: 168px; } }
      @media screen and (max-width: 1199px) {
        .product-preview__item {
          height: 86px;
          width: 133px; } }
      @media screen and (max-width: 991px) {
        .product-preview__item {
          height: 63px;
          width: 97px; } }
      @media screen and (max-width: 767px) {
        .product-preview__item {
          height: 100px;
          width: 155px; } }
      @media screen and (max-width: 575px) {
        .product-preview__item {
          height: auto;
          width: auto; } }
    .product-preview img {
      max-width: 100%;
      max-height: 100%; }
  .product-charact {
    display: block;
    max-width: 968px;
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .product-charact {
        padding: 0;
        width: 100%; } }
  .product-description {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 29px 0 70px;
    max-width: 702px; }
    @media screen and (max-width: 1399px) {
      .product-description {
        margin: 20px 0; } }
    @media screen and (max-width: 1199px) {
      .product-description {
        margin: 5px 0 20px;
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 767px) {
      .product-description {
        margin-top: 20px; } }
  .product-description-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 31px; }
    @media screen and (max-width: 991px) {
      .product-description-row {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .product-description-row {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media screen and (max-width: 575px) {
      .product-description-row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px; } }
  .product-price {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    position: relative;
    color: #000;
    margin-right: 63px; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .product-price {
        margin-right: 30px;
        font-size: 28px;
        line-height: 36px; } }
  .product-stock {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 16px;
    font-weight: 300;
    padding-left: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 991px) {
      .product-stock {
        font-size: 16px;
        line-height: 21px;
        padding-left: 35px; } }
    .product-stock.in::before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 50%;
      margin-top: -12px;
      left: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/product-stock-in.svg); }
  .product-count {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 108px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 61px;
    background: #F0F0F0;
    margin-right: 47px; }
    @media screen and (max-width: 575px) {
      .product-count {
        margin-right: 20px;
        width: 95px; } }
    .product-count__num {
      font-size: 20px;
      line-height: 24px;
      color: #000;
      font-weight: 300;
      padding: 19px 0 19px 23px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: -webkit-calc(100% - 17px * 2 - 12px);
      width: calc(100% - 17px * 2 - 12px); }
      @media screen and (max-width: 575px) {
        .product-count__num {
          padding-left: 10px;
          width: -webkit-calc(100% - 38px);
          width: calc(100% - 38px); } }
    .product-count-arrows {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 46px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 575px) {
        .product-count-arrows {
          width: 38px; } }
      .product-count-arrows__item {
        height: 50%;
        background-size: 12px;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: 1px solid #F0F0F0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .product-count-arrows__item:hover {
          border-color: #000; }
        .product-count-arrows__item_top {
          background-image: url(../img/counter-arrow-top.svg);
          background-position: center 90%; }
        .product-count-arrows__item_bottom {
          background-image: url(../img/counter-arrow-bottom.svg);
          background-position: center 10%; }
  .product-tab {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1220px;
    margin: 96px auto 131px; }
    @media screen and (max-width: 1199px) {
      .product-tab {
        margin: 40px 0 60px; } }
    @media screen and (max-width: 767px) and (min-width: 576px) {
      .product-tab {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .product-tab-header {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      overflow-x: auto;
      z-index: 0; }
      .product-tab-header::after {
        content: '';
        width: 100%;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #C5C5C5;
        z-index: 1; }
      .product-tab-header__item {
        padding: 13px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        color: #000;
        font-size: 20px;
        line-height: 30px;
        margin-top: -1px;
        margin-left: -10px;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 10; }
        @media screen and (max-width: 575px) {
          .product-tab-header__item {
            font-size: 18px;
            line-height: 26px; } }
        .product-tab-header__item:not(:last-child) {
          margin-right: 44px; }
          @media screen and (max-width: 575px) {
            .product-tab-header__item:not(:last-child) {
              margin-right: 15px; } }
        .product-tab-header__item:not(.current):hover {
          cursor: pointer;
          background-color: #F0F0F0; }
        .product-tab-header__item::before {
          content: '';
          position: absolute;
          z-index: 2;
          display: block;
          opacity: 0;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 0;
          border-bottom: 1px solid #000;
          -webkit-transition: all .3s;
          transition: all .3s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .product-tab-header__item.current::before {
          width: -webkit-calc(100% - 20px);
          width: calc(100% - 20px);
          opacity: 1; }
    .product-tab-content {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 37px; }
      @media screen and (max-width: 767px) {
        .product-tab-content {
          margin-top: 15px; } }
      .product-tab-content__item {
        position: relative;
        display: none;
        width: 100%;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media screen and (max-width: 767px) {
          .product-tab-content__item {
            font-size: 16px;
            line-height: 24px; } }
        .product-tab-content__item p {
          margin: 30px 0; }
          @media screen and (max-width: 767px) {
            .product-tab-content__item p {
              margin: 15px 0; } }
        .product-tab-content__item ul li {
          list-style: inside disc; }
        .product-tab-content__item.current {
          display: block; }
  .product-catalog {
    max-width: 1386px;
    margin: 0 auto 68px; }

.about {
  position: relative;
  display: block;
  width: 100%;
  margin: 73px 0 112px; }
  @media screen and (max-width: 991px) {
    .about {
      margin: 40px 0; } }
  .about__text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 910px;
    margin: 52px auto 93px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px; }
    @media screen and (max-width: 991px) {
      .about__text {
        margin: 0 auto 50px; } }
    @media screen and (max-width: 575px) {
      .about__text {
        font-size: 16px;
        line-height: 24px; } }
    .about__text p {
      margin: 30px 0; }
      @media screen and (max-width: 575px) {
        .about__text p {
          margin: 15px 0; } }
  .about__pic {
    position: relative;
    display: block;
    width: 100%;
    max-width: 870px;
    margin: 0 auto 100px; }
    @media screen and (max-width: 991px) {
      .about__pic {
        margin: 0 auto  0; } }
    .about__pic > img {
      max-width: 100%;
      max-height: 100%; }
  .about-blocks {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 575px) {
      .about-blocks {
        display: block; } }
    .about-blocks_product {
      max-width: 770px;
      margin-top: 22px;
      margin-left: 0;
      height: 142px; }
      @media screen and (max-width: 1399px) {
        .about-blocks_product {
          height: auto; } }
      @media screen and (max-width: 991px) {
        .about-blocks_product {
          margin-top: 0; } }
      @media screen and (max-width: 767px) and (min-width: 576px) {
        .about-blocks_product {
          padding: 0 40px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
    .about-blocks_grey {
      height: 262px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #f0e0d3; }
      @media screen and (max-width: 991px) {
        .about-blocks_grey {
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding: 0;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: auto;
          padding: 30px 0; } }
    .about-blocks__item {
      position: relative;
      display: block;
      width: 100%;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3);
      padding: 52px 5px 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 991px) {
          .about-blocks_grey {
            justify-content: center;
          }
        .about-blocks__item {
          padding: 10px 10px;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 3); } }
          @media screen and (max-width: 767px) {
            .about-blocks__item {
              padding: 0 10px; } }
      @media screen and (max-width: 575px) {
        .about-blocks__item {
          width: 100%; }
          .about-blocks__item:not(:last-child) {
            margin-bottom: 30px; } }
      .about-blocks__item_border {
        max-width: 238px;
        width: 100%;
        border: 1px solid #BEBEBE;
        height: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 1399px) {
          .about-blocks__item_border {
            height: auto;
            padding: 10px; } }
        @media screen and (max-width: 1199px) {
          .about-blocks__item_border {
            width: -webkit-calc(100% / 3);
            width: calc(100% / 3);
            max-width: none; } }
        @media screen and (max-width: 575px) {
          .about-blocks__item_border {
            max-width: 100%;
            width: 100%;
            display: block; } }
        .about-blocks__item_border:not(:last-child) {
          margin-right: 22px; }
          @media screen and (max-width: 575px) {
            .about-blocks__item_border:not(:last-child) {
              margin-bottom: 10px; } }
    .about-blocks__icon {
      position: relative;
      display: block;
      width: 100%;
      height: 75px;
      margin-bottom: 19px; }
      @media screen and (max-width: 991px) {
        .about-blocks__icon {
          margin-bottom: 10px;
          height: 45px; } }
      .about-blocks__icon_1 {
        background-size: 75px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/about-blocks-icon_1.svg); }
        @media screen and (max-width: 991px) {
          .about-blocks__icon_1 {
            background-size: 45px; } }
      .about-blocks__icon_2 {
        background-size: 75px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/about-blocks-icon_2.svg); }
        @media screen and (max-width: 991px) {
          .about-blocks__icon_2 {
            background-size: 45px; } }
      .about-blocks__icon_3 {
        background-size: 75px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/about-blocks-icon_3.svg); }
        @media screen and (max-width: 991px) {
          .about-blocks__icon_3 {
            background-size: 45px; } }
      .about-blocks__icon_4 {
        background-size: 75px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/about-blocks-icon_4.svg); }
        @media screen and (max-width: 991px) {
          .about-blocks__icon_4 {
            background-size: 45px; } }
            .about-blocks__icon_5 {
              background-size: 75px;
              background-repeat: no-repeat;
              background-position: center;
              background-image: url(../img/about-blocks-icon_5.svg); }
              @media screen and (max-width: 991px) {
                .about-blocks__icon_5 {
                  background-size: 45px; } }
      .about-blocks__icon_product {
        height: 58px;
        background-size: 58px;
        margin-bottom: 8px; }
        @media screen and (max-width: 1399px) and (min-width: 1200px), (max-width: 767px) {
          .about-blocks__icon_product {
            background-size: 48px;
            height: 48px; } }
    .about-blocks__text {
      position: relative;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      color: #000;
      max-width: 242px;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        .about-blocks__text {
          font-size: 16px;
          line-height: 21px; } }
      .about-blocks__text_product {
        font-size: 16px;
        line-height: 24px;
        max-width: 194px; }
        @media screen and (max-width: 1399px) and (min-width: 1200px), (max-width: 767px) {
          .about-blocks__text_product {
            font-size: 14px;
            line-height: 20px; } }

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