/* Import fonts */
@import url(../fonts/stylesheet.css);
/* End import fonts */
/* Normalize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  position: relative;
  line-height: 1;
  font-family: 'Gotham Pro', sans-serif;
  color: #000000; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table, caption, tbody, tfoot, thead, tr, th, td{
  border: 1px solid;
}

table{
  max-width: 100%;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#TopText {
  z-index: 100;
  margin-top: 13px;
  color: #c51716;
  font-size: 16px;
  font-weight: 400; }

#toTop {
  z-index: 100;
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: 5%;
  cursor: pointer; }

/* End Normalize */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px; }

.title {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .title {
      text-align: left; } }
  @media screen and (max-width: 560px) {
    .title {
      font-size: 23px; } }
  @media screen and (max-width: 440px) {
    .title {
      font-size: 17px; } }

main {
  background-size: cover;
  background: #f9f9f9 url("../img/back-syte.png") no-repeat fixed center center; }

/* Data */
.data {
  position: relative;
  z-index: 10;
  background-color: #e8e8e8; }
  .data__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .data__info-order {
      margin-right: 70px;
      position: relative;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 780px) {
        .data__info-order {
          margin-right: 40px; } }
      .data__info-order:hover {
        color: #777777; }
      .data__info-order:after {
        content: '';
        position: absolute;
        top: -2px;
        left: -23px;
        width: 18px;
        height: 18px;
        background: url("../img/info.png"); }
        @media screen and (max-width: 780px) {
          .data__info-order:after {
            display: none; } }
    .data__info-login {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
    .data__info-text + .data__info-text {
      margin-left: 20px; }
    .data__info-text {
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .data__info-text:first-child {
        position: relative; }
        .data__info-text:first-child:after {
          content: '';
          position: absolute;
          top: -2px;
          left: -18px;
          width: 15px;
          height: 17px;
          background: url("../img/user.png"); }
      .data__info-text:nth-child(2) {
        position: relative; }
        .data__info-text:nth-child(2):after {
          content: '';
          position: absolute;
          top: -2px;
          left: -10px;
          width: 2px;
          height: 21px;
          background-color: #120e1d; }
    .data__info-box.active {
      display: block; }
    .data__info .activeHover {
      color: #da5e5e;
      text-decoration: underline; }
    .data__info-box {
      z-index: 10;
      display: none;
      position: absolute;
      top: 30px;
      left: -75px;
      -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
              box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
      background-color: #ffffff;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      .data__info-box ul {
        padding: 21px 12px 32px 20px;
        text-align: right; }
        .data__info-box ul li + li {
          padding-top: 5px; }
        .data__info-box ul li {
          color: #606060;
          font-size: 14px;
          font-weight: 400;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          .data__info-box ul li:hover {
            color: #da5e5e;
            text-decoration: underline; }
  .data__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 0; }
    @media screen and (max-width: 780px) {
      .data__wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .data__wrapper-time {
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 780px) {
        .data__wrapper-time {
          display: none; } }
      .data__wrapper-time:hover {
        color: #777777; }

/* End data */
/* Menu */
.menu {
  position: relative;
  z-index: 9;
  padding: 14px 0;
  background-color: #f9f9f9; }
  @media screen and (max-width: 500px) {
    .menu {
      padding: 10px 0; } }
  .menu__ability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 780px) {
      .menu__ability-img {
        width: 50px; }
      .menu__ability .menu__ability-item img {
        width: 20px; } }
    .menu__ability-item + .menu__ability-item {
      margin-left: 31px; }
      @media screen and (max-width: 780px) {
        .menu__ability-item + .menu__ability-item {
          margin-left: 18px; } }
      @media screen and (max-width: 424px) {
        .menu__ability-item + .menu__ability-item:nth-child(4) {
          margin-left: 0;
          margin-right: 43px; } }
    .menu__ability-item {
      position: relative;
      cursor: pointer; }
      .menu__ability-item:last-child {
        display: none; }
        @media screen and (max-width: 1250px) {
          .menu__ability-item:last-child {
            display: block; } }
      @media screen and (max-width: 424px) {
        .menu__ability-item:nth-child(1) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .menu__ability-item:nth-child(2) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .menu__ability-item:nth-child(3) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .menu__ability-value {
      position: absolute;
      top: -2px;
      left: -4px;
      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;
      color: #ffffff;
      font-size: 7px;
      font-weight: 700;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      background-color: #c51716; }
  .menu__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu__view-area {
      width: 100%;
      border: 2px solid #949494;
      font-size: 18px;
      font-weight: 400;
      font-family: 'Gotham Pro', sans-serif;
      color: #000000; }
    .menu__view-send {
      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: 6px 10px;
      background-color: #c51716; }
      @media screen and (max-width: 424px) {
        .menu__view-send {
          padding: 4px 10px; }
          .menu__view-send input {
            width: 25px;
            height: 25px; } }
  .menu__drop {
    position: relative; }
    .menu__drop-box.active {
      display: block; }
    .menu__drop-box {
      display: none;
      z-index: 20;
      position: absolute;
      top: 15px;
      left: 0;
      -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
              box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
      background-color: #ffffff;
      padding: 38px 36px;
      text-align: left; }
      @media screen and (max-width: 580px) {
        .menu__drop-box {
          padding: 38px 19px; } }
      @media screen and (max-width: 350px) {
        .menu__drop-box {
          padding: 28px 9px; } }
      .menu__drop-box-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px; }
      .menu__drop-box-line {
        margin: 22px 0;
        width: 100%;
        height: 3px;
        background-color: #c51716; }
  .menu__title {
    padding-top: 9px;
    color: #c51716;
    font-size: 24px;
    font-weight: 400; }
    @media screen and (max-width: 820px) {
      .menu__title {
        padding-top: 3px;
        font-size: 14px; } }
    @media screen and (max-width: 575px) {
      .menu__title {
        font-size: 12px; } }
  .menu__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 424px) {
      .menu__tel {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .menu__tel-block {
      max-width: 165px;
      text-align: left;
      position: relative; }
      @media screen and (max-width: 575px) {
        .menu__tel-block {
          max-width: 125px; } }
      .menu__tel-block-arrow {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 0;
        border: 8px solid transparent;
        border-top: 8px solid black; }
        @media screen and (max-width: 424px) {
          .menu__tel-block-arrow {
            border: 5px solid transparent;
            border-top: 5px solid black; } }
      @media screen and (max-width: 575px) {
        .menu__tel-block a {
          font-size: 12px; } }
      @media screen and (max-width: 340px) {
        .menu__tel-block a {
          font-size: 9px !important; } }
      .menu__tel-block a:hover {
        color: #606060; }
    .menu__tel img {
      margin-right: 10px;
      width: 18px;
      height: 18px; }
  .menu__maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu__maps img {
      margin-right: 10px;
      width: 14px;
      height: 20px; }
    .menu__maps-text {
      text-align: left;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 1249px) {
        .menu__maps-text {
          text-align: center; } }
      @media screen and (max-width: 820px) {
        .menu__maps-text {
          max-width: 164px;
          font-size: 14px;
          text-align: left; } }
      @media screen and (max-width: 575px) {
        .menu__maps-text {
          max-width: 125px;
          font-size: 12px; } }
      @media screen and (max-width: 425px) {
        .menu__maps-text {
          text-align: center; } }
      .menu__maps-text:hover {
        color: #606060; }
  .menu__wrapper {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 10px; }
    @media screen and (min-width: 1250px) {
      .menu__wrapper {
        grid-template-columns: 1fr 1fr 1fr 1.5fr 1fr;
        padding-bottom: 20px; } }
    @media screen and (max-width: 1249px) {
      .menu__wrapper {
        border-bottom: 1px solid #949494;
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr 1fr;
        border-bottom: 1px solid #949494;
        padding-bottom: 20px; } }
    @media screen and (max-width: 820px) {
      .menu__wrapper {
        grid-template-columns: 100px 1fr 1fr; } }
    @media screen and (max-width: 768px) {
      .menu__wrapper {
        grid-template-columns: 100px 1fr 200px; } }
    @media screen and (max-width: 575px) {
      .menu__wrapper {
        grid-template-columns: 65px 1fr 140px; } }
    @media screen and (max-width: 500px) {
      .menu__wrapper {
        padding-bottom: 8px; } }
    @media screen and (max-width: 425px) {
      .menu__wrapper {
        grid-template-columns: 1fr 155px; } }
    .menu__wrapper-item {
      text-align: center; }
      @media screen and (max-width: 1249px) {
        .menu__wrapper-item:first-child {
          grid-row: 1/3; } }
  @media screen and (max-width: 1249px) and (max-width: 820px) {
    .menu__wrapper-item:first-child .menu__ability-img {
      width: 50px; } }
  @media screen and (max-width: 1249px) and (max-width: 575px) {
    .menu__wrapper-item:first-child .menu__ability-img {
      width: 30px; } }
  @media screen and (max-width: 1249px) and (max-width: 425px) {
    .menu__wrapper-item:first-child {
      grid-row: 1/2;
      grid-column: 1/2;
      -webkit-transform: translateX(14px);
              transform: translateX(14px); } }
  @media screen and (max-width: 1249px) and (max-width: 425px) and (max-width: 424px) {
    .menu__wrapper-item:first-child {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); } }

      @media screen and (max-width: 1249px) {
        .menu__wrapper-item:nth-child(2) {
          justify-self: center; } }
  @media screen and (max-width: 1249px) and (max-width: 425px) {
    .menu__wrapper-item:nth-child(2) {
      grid-row: 2/3;
      grid-column: 1/2; } }
      @media screen and (max-width: 1249px) {
        .menu__wrapper-item:nth-child(3) {
          grid-column: 2/3;
          justify-self: center; } }
  @media screen and (max-width: 1249px) and (max-width: 425px) {
    .menu__wrapper-item:nth-child(3) {
      grid-row: 2/3;
      grid-column: 2/3; } }
      @media screen and (max-width: 1249px) {
        .menu__wrapper-item:nth-child(4) {
          grid-column: 3/4;
          grid-row: 1/2; } }
  @media screen and (max-width: 1249px) and (max-width: 768px) {
    .menu__wrapper-item:nth-child(4) .menu__view {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
      .menu__wrapper-item:nth-child(4) .menu__view-area {
        width: 155px; } }
  @media screen and (max-width: 1249px) and (max-width: 575px) {
    .menu__wrapper-item:nth-child(4) .menu__view-area {
      width: 110px; }
    .menu__wrapper-item:nth-child(4) .menu__view-send {
      padding: 5px;
      width: 30px;
      height: 30px; }
      .menu__wrapper-item:nth-child(4) .menu__view-send input {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; } }
  @media screen and (max-width: 1249px) and (max-width: 425px) {
    .menu__wrapper-item:nth-child(4) {
      grid-row: 1/2;
      grid-column: 2/3; } }
      @media screen and (max-width: 1249px) {
        .menu__wrapper-item:nth-child(5) {
          grid-column: 3/4; } }
  @media screen and (max-width: 1249px) and (max-width: 425px) {
    .menu__wrapper-item:nth-child(5) {
      grid-row: 3/4;
      grid-column: 2/3; } }

      .menu__wrapper-item a {
        color: black;
        text-decoration: none; }
        @media screen and (max-width: 820px) {
          .menu__wrapper-item a {
            font-size: 14px; } }
        @media screen and (max-width: 575px) {
          .menu__wrapper-item a {
            font-size: 12px; } }

.body--active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* End menu */
/* Nav */
.nav {
  background-color: #4d4d4d;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  @media screen and (max-width: 1250px) {
    .nav {
      background-color: transparent; }
      .nav__accordion-content {
        display: none; } }
  @media screen and (max-width: 1250px) {
    .nav {
      padding: 37px 0;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 8;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      .nav--active {
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  .nav__menu {
    cursor: pointer;
    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: 21px 0; }
    .nav__menu-catalog.active {
      pointer-events: auto;
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto;
      /*visibility: visible;*/
      display: block;
      opacity: 1; }
    .nav__menu-catalog {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      /*visibility: hidden;*/
      display: none;
      opacity: 0;
      z-index: 9;
      width: 577px;
      position: absolute;
      top: 63px;
      left: 0;
      background-color: #ffffff;
      text-align: left;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 1400px) {
        .nav__menu-catalog {
          width: 500px; } }
      @media screen and (max-width: 1250px) {
        .nav__menu-catalog {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media screen and (max-width: 768px) {
        .nav__menu-catalog {
          width: 100%; } }
      .nav__menu-catalog ul li {
        padding: 0 28px;
        cursor: pointer;
        position: relative;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 41px;
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        border-bottom: 1px solid #dcdcdc; }
        @media screen and (max-width: 768px) {
          .nav__menu-catalog ul li {
            padding: 10px 30px 10px 15px;
            font-size: 13px;
            line-height: 25px; } }
        .nav__menu-catalog ul li:hover {
          color: #c51716; }
        .nav__menu-catalog ul li:after {
          content: '';
          position: absolute;
          top: 14px;
          right: 18px;
          border: 6px solid transparent;
          border-left: 6px solid #000000;
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s; }
        .nav__menu-catalog ul li.active_block::after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .nav__menu-catalog-line {
        height: 1px;
        width: 100%;
        background-color: #dcdcdc; }
      .nav__menu-catalog-sub {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        position: absolute;
        top: 0;
        left: 100%;
        padding: 41px 43px;
        background-color: #ffffff;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px 64px;
        -webkit-transition: 0.4s all;
        transition: 0.4s all; }
        @media screen and (max-width: 1400px) {
          .nav__menu-catalog-sub {
            padding: 41px 25px; } }
        @media screen and (max-width: 1250px) {
          .nav__menu-catalog-sub {
            position: static;
            grid-template-columns: 1fr;
            -webkit-user-select: auto;
               -moz-user-select: auto;
                -ms-user-select: auto;
                    user-select: auto;
            pointer-events: auto;
            visibility: visible;
            opacity: 1; } }
        @media screen and (max-width: 768px) {
          .nav__menu-catalog-sub {
            padding: 15px 10px; } }
        .nav__menu-catalog-sub-item {
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          text-transform: uppercase;
          -webkit-transition: 0.3s all;
          transition: 0.3s all;
          border-bottom: 1px solid #2d2d2d;
          word-spacing: 60px; }
          @media screen and (max-width: 1250px) {
            .nav__menu-catalog-sub-item {
              position: relative;
              border: none;
              padding-right: 10px;
              font-weight: 500;
              font-size: 12px;
              line-height: 20px;
              word-spacing: 7px; }
              .nav__menu-catalog-sub-item::after {
                content: "";
                position: absolute;
                top: 108%;
                border-radius: 100px;
                left: 0;
                width: 100%;
                height: 2px;
                background: #000000b3;
                -webkit-transition: background 0.3s;
                transition: background 0.3s; }
              .nav__menu-catalog-sub-item:hover::after {
                background: #c51716; } }
          .nav__menu-catalog-sub-item a {
            text-decoration: none;
            color: inherit; }
          .nav__menu-catalog-sub-item:hover {
            color: #c51716; }
      .nav__menu-catalog-sub.active {
        -webkit-user-select: auto;
           -moz-user-select: auto;
            -ms-user-select: auto;
                user-select: auto;
        pointer-events: auto;
        visibility: visible;
        opacity: 1; }
    .nav__menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1250px) {
        .nav__menu-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .nav__menu-list-item {
        position: relative; }
        @media screen and (max-width: 1250px) {
          .nav__menu-list-item:not(:last-child) {
            margin-bottom: 35px; } }
    .nav__menu img {
      width: 21px;
      height: 13px;
      margin-right: 27px; }
    .nav__menu-title {
      color: #ffffff;
      font-size: 21px;
      font-weight: 400; }
    .nav__menu-text {
      position: relative; }
      .nav__menu-text a {
        text-decoration: none;
        font-size: 19px;
        font-weight: 400;
        color: #ffffff;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .nav__menu-text a:hover {
          color: #bab8b8; }
    .nav__menu-sub.active {
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto;
      pointer-events: auto;
      visibility: visible;
      opacity: 1; }
    .nav__menu-sub {
      z-index: 9;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      width: 194px;
      padding: 20px;
      -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
              box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
      background-color: #ffffff;
      position: absolute;
      top: 41px;
      right: -34px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .nav__menu-sub a {
        text-decoration: none;
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .nav__menu-sub a:hover {
          color: #c51716; }
  .nav__wrapper {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    grid-template-columns: 1fr 5fr; }
    @media screen and (max-width: 1250px) {
      .nav__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .nav__wrapper-items {
      position: relative; }
      .nav__wrapper-items:first-child {
        background-color: #c51716; }
        @media screen and (max-width: 1250px) {
          .nav__wrapper-items:first-child {
            width: 100%;
            margin-bottom: 30px; } }

/* End nav */
/* Banner */
.banner {
  padding-top: 30px; }
  .banner .banner-next, .banner .banner-prev {
    color: #949494; }
  @media screen and (max-width: 1250px) {
    .banner {
      padding-top: 0; } }
  .banner__sale {
    width: 100%;
    height: 100%; }
  .banner__img {
    width: 100%;
    height: 100%;
    object-fit: none;}
    @media screen and (max-width: 768px) {
      .banner__img {
        min-height: 210px;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media screen and (max-width: 520px) {
      .banner__img {
        min-height: 150px;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media screen and (max-width: 768px) {
    .banner {
      padding-top: 15px; } }
  .banner__info {
    padding-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px; }
    @media screen and (max-width: 1299px) {
      .banner__info {
        grid-template-columns: 1fr; } }
    .banner__info-item a {
      text-decoration: none;
      color: inherit; }
    .banner__info-item-title {
      padding-bottom: 25px;
      margin-top: 15px;
      color: #5d5d5d;
      font-size: 32px;
      font-weight: 700;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 640px) {
        .banner__info-item-title {
          font-size: 18px; } }
    .banner__info-item-block {
      height: 100%;
      text-align: center;
      background-color: #ffffff;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .banner__info-item-block:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      @media screen and (max-width: 640px) {
        .banner__info-item-block img {
          width: 200px; } }

/* End banner */
/* Advantages */
.advantages {
  padding-top: 93px; }
  .advantages .advantages-next, .advantages .advantages-prev {
    z-index: 2;
    display: none;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 11px; }
    @media screen and (max-width: 1080px) {
      .advantages .advantages-next, .advantages .advantages-prev {
        display: block; } }
  .advantages .advantages-next {
    background: url("../img/arrow-right.png") no-repeat;
    background-size: cover;
    right: 10px; }
  .advantages .advantages-prev {
    background: url("../img/arrow-left.png") no-repeat;
    background-size: cover;
    left: 10px; }
  .advantages__title {
    padding-bottom: 56px; }
  .advantages-item {
    position: relative;
    padding: 27px 34px;
    width: 100%;
    height: 234px;
    background-color: #c51716;
    border: 2px solid #c51716;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    @media screen and (max-width: 1400px) {
      .advantages-item {
        height: 200px; } }
    @media screen and (max-width: 1100px) {
      .advantages-item {
        height: 180px; } }
    @media screen and (max-width: 840px) {
      .advantages-item {
        height: 200px; } }
    @media screen and (max-width: 760px) {
      .advantages-item {
        height: 180px; } }
    @media screen and (max-width: 520px) {
      .advantages-item {
        height: 180px; } }
    @media screen and (max-width: 428px) {
      .advantages-item {
        max-width: 220px;
        margin: 0 auto;
        height: 200px; } }
    .advantages-item img {
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    .advantages-item:hover {
      border: 2px solid #c51716;
      background-color: #f8f8f8; }
      .advantages-item:hover .advantages-number {
        opacity: 0; }
      .advantages-item:hover .advantages-text {
        color: #c51716; }
      .advantages-item:hover img {
        -webkit-filter: invert(12%) sepia(52%) saturate(7199%) hue-rotate(359deg) brightness(103%) contrast(91%);
                filter: invert(12%) sepia(52%) saturate(7199%) hue-rotate(359deg) brightness(103%) contrast(91%); }
  .advantages-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .advantages-number {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700; }
  .advantages-text {
    padding-left: inherit;
    padding-bottom: inherit;
    padding-right: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700; }

/* End advantages */
/* Catalog */
.catalog {
  padding-top: 62px;
  padding-bottom: 113px; }
  .catalog .swiper-container {
    width: 100%;
    height: 100%; }
  .catalog__title {
    padding-bottom: 76px;
    position: relative; }
  .catalog__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -10px;
    right: 0; }
    .catalog__arrow-right {
      margin-left: 15px; }
    .catalog__arrow-right, .catalog__arrow-left {
      cursor: pointer;
      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: 38px;
      height: 38px;
      border-radius: 50%;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .catalog__arrow-right:hover, .catalog__arrow-left:hover {
        -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
                box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
        background-color: #ffffff; }
  .catalog .swiper-wrapper {
    display: grid;
    grid-auto-flow: column; }
  .catalog__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 28px; }
    .catalog__wrapper-all {
      margin-top: 30px;
      color: #9e9e9e;
      font-size: 11px;
      font-weight: 300;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .catalog__wrapper-all a {
        color: inherit; }
      .catalog__wrapper-all:hover {
        color: #c51716; }
    .catalog__wrapper-img {
      padding-top: 20px;
      padding-bottom: 13px;
      text-align: center; }
      .catalog__wrapper-img img {
        width: 150px;
        height: 150px;
        -o-object-fit: contain;
           object-fit: contain; }
    .catalog__wrapper-title {
      margin-bottom: 17px;
      color: #555555;
      font-size: 16px;
      font-weight: 700;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .catalog__wrapper-title:hover {
        color: #c51716; }
      .catalog__wrapper-title a {
        text-decoration: none;
        color: inherit; }
    .catalog__wrapper-list ul li {
      color: #9e9e9e;
      font-size: 11px;
      font-weight: 700;
      line-height: 24px;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .catalog__wrapper-list ul li a {
        text-decoration: none;
        color: inherit; }
      .catalog__wrapper-list ul li:hover {
        color: #c51716; }
    .catalog__wrapper-item {
      padding: 7px 40px 19px 40px;
      background-color: #ffffff;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      -webkit-transform: scale(0.97);
              transform: scale(0.97); }
      @media screen and (max-width: 666px) {
        .catalog__wrapper-item {
          margin: 0 auto;
          width: 350px; } }
      @media screen and (max-width: 400px) {
        .catalog__wrapper-item {
          width: 100%; } }
      .catalog__wrapper-item:hover {
        -webkit-transform: scale(1);
                transform: scale(1); }

/* End catalog */
/* Brand */
.brand__title {
  position: relative;
  padding-bottom: 47px;
  padding-right: 100px;}
.brand__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .brand__block .swiper-slide {
    text-align: center; }
  .brand__block img {
    width: 150px;
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover; }

/* End brand */
/* New */
.new {
  padding-top: 92px; }
  .new__title {
    position: relative;
    margin-bottom: 37px; }
  .new__item {
    padding: 17px 27px 39px 40px;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
    @media screen and (max-width: 680px) {
      .new__item {
        margin: 0 auto;
        max-width: 400px; } }
    @media screen and (max-width: 380px) {
      .new__item {
        padding: 17px 20px 39px 30px; } }
    .new__item:hover {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .new__item-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .new__item-cart-both {
        padding: 9px 20px;
        cursor: pointer;
        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;
        background-color: #c51716; }
      .new__item-cart-click {
        cursor: pointer; }
      .new__item-cart-change {
        display: inherit;
        border: 1px solid #d0d0d0; }
        .new__item-cart-change input[type='number'] {
          -moz-appearance: textfield; }
        .new__item-cart-change input::-webkit-outer-spin-button,
        .new__item-cart-change input::-webkit-inner-spin-button {
          -webkit-appearance: none; }
        .new__item-cart-change-inherit {
          padding: 0 9px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .new__item-cart-value {
        text-align: center;
        width: 35px;
        border: none;
        background: none; }
    .new__item-cost {
      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; }
      .new__item-cost-last {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        text-decoration: line-through; }
      .new__item-cost-full {
        color: #414141;
        font-size: 23px;
        font-weight: 400; }
      .new__item-cost-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .new__item ul {
      margin-bottom: 26px; }
      .new__item ul li {
        color: #414141;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px; }
    .new__item a {
      text-decoration: none;
      color: inherit; }
    .new__item-rate {
      margin-bottom: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .new__item-rate-text {
        margin-left: 9px;
        color: #414141;
        font-size: 15px;
        font-weight: 400;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .new__item-rate-text:hover {
          color: #868686; }
      .new__item-rate-show + .new__item-rate-show {
        margin-left: 6px; }
      .new__item-rate-show {
        width: 12px;
        height: 12px;
        background-color: #c51716; }
    .new__item-title {
      margin-bottom: 13px;
      max-width: 167px;
      color: #414141;
      font-size: 17px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .new__item-title:hover {
        color: #c51716; }
      .new__item-title a {
        text-decoration: none;
        color: inherit; }
    .new__item-img {
      margin-bottom: 25px;
      position: relative;
      text-align: center; }
      .new__item-img-heart.added, .new__item-img-analytic.added {
        -webkit-filter: invert(12%) sepia(60%) saturate(7356%) hue-rotate(357deg) brightness(93%) contrast(89%);
                filter: invert(12%) sepia(60%) saturate(7356%) hue-rotate(357deg) brightness(93%) contrast(89%); }
      .new__item-img-analytic, .new__item-img-heart {
        cursor: pointer;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 40px;
        right: 0; }
      .new__item-img-heart {
        top: 80px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
      .new__item-img a img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover; }

/* End new */
/* News */
.news {
  padding-top: 100px; }
  .news a {
    text-decoration: none;
    color: inherit; }
  .news__next {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .news__next img {
      margin-left: 17px; }
    .news__next-title {
      color: #333333;
      font-size: 15px;
      font-weight: 400; }
  .news__title {
    position: relative;
    padding-bottom: 60px; }
  .news__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px; }
    @media screen and (max-width: 1024px) {
      .news__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 670px) {
      .news__wrapper {
        grid-template-columns: 1fr; } }
    .news__wrapper-item {
      background-color: #ffffff;
      -webkit-transform: scale(0.97);
              transform: scale(0.97);
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .news__wrapper-item:hover {
        -webkit-transform: scale(1);
                transform: scale(1); }

      /* Внесены изменения в размер изображения*/
      .news__wrapper-item img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
           object-fit: contain;
        margin-top: 30px;
      }
      .news__wrapper-item-title {
        margin-bottom: 26px;
        color: #333333;
        font-size: 20px;
        font-weight: 700; }
      .news__wrapper-item-text {
        margin-bottom: 31px; }
      .news__wrapper-item-text, .news__wrapper-item-date {
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
      .news__wrapper-item-block {
        padding: 30px 58px 38px 30px; }

/* End news */
/* Partners */
.partners__info {
  padding-top: 61px;
  padding-bottom: 40px; }
.partners__title {
  padding-top: 74px;
  padding-bottom: 55px; }
.partners__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .partners__block .swiper-slide {
    text-align: center; }
  .partners__block img {
    width: 150px;
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover; }

/* End partners */
/* Reviews */
.reviews {
  padding-top: 70px;
  padding-bottom: 147px; }
  .reviews__container {
    padding: 20px 0; }
  .reviews .swiper-slide-next {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .reviews .swiper-slide-next .reviews__item {
      background-color: #ffffff; }
      @media screen and (max-width: 1200px) {
        .reviews .swiper-slide-next .reviews__item {
          background-color: #f3fdff; } }
    .reviews .swiper-slide-next .reviews__item-info img {
      -webkit-transform: scale(1);
              transform: scale(1); }
    @media screen and (max-width: 1200px) {
      .reviews .swiper-slide-next {
        -webkit-transform: none;
                transform: none; } }
  .reviews__title {
    position: relative;
    padding-bottom: 56px; }
  .reviews__item {
    width: 600px;
    background-color: #f3fdff;
    padding: 38px 67px 50px 64px; }
    @media screen and (max-width: 425px) {
      .reviews__item {
        padding: 18px 27px 25px 27px; } }
    @media screen and (max-width: 1200px) {
      .reviews__item {
        width: 100%; } }
    .reviews__item-date {
      padding-top: 29px;
      opacity: 0.56;
      color: #333333;
      font-size: 16px;
      font-weight: 400; }
    .reviews__item-text {
      padding-top: 15px;
      color: #333333;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
      @media screen and (max-width: 425px) {
        .reviews__item-text {
          text-align: center; } }
    .reviews__item-title {
      color: #333333;
      font-size: 18px;
      font-weight: 700;
      position: relative; }
      .reviews__item-title:after {
        content: '';
        position: absolute;
        top: -15px;
        left: -15px;
        width: 3px;
        height: 46px;
        background: #c51716; }
        @media screen and (max-width: 425px) {
          .reviews__item-title:after {
            display: none; } }
    .reviews__item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 425px) {
        .reviews__item-info {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .reviews__item-info img {
        max-width: 85px;
        max-height: 65px;
        -o-object-fit: cover;
           object-fit: cover;
        padding-right: 31px; }
        @media screen and (max-width: 425px) {
          .reviews__item-info img {
            padding-bottom: 15px;
            padding-right: 0; } }

/* End reviews */
/* Footer */
.footer {
  background-color: #4d4d4d; }
  .footer__line {
    width: 100%;
    height: 1px;
    background-color: #ffffff; }
  .footer__back {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .footer__back {
        -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; } }
    .footer__back-img {
      margin-left: 42px; }
      @media screen and (max-width: 1024px) {
        .footer__back-img {
          margin-left: 25px; } }
      @media screen and (max-width: 620px) {
        .footer__back-img {
          margin-left: 0;
          margin-top: 15px; } }
      .footer__back-img a + a {
        margin-left: 20px; }
        @media screen and (max-width: 620px) {
          .footer__back-img a + a {
            margin-left: 8px; } }
    .footer__back-text {
      color: #ffffff;
      font-size: 15px;
      font-weight: 400; }
    .footer__back-item {
      display: inherit;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1024px) {
        .footer__back-item {
          margin-top: 25px; } }
      @media screen and (max-width: 620px) {
        .footer__back-item {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .footer__back-item img {
        -o-object-fit: cover;
           object-fit: cover; }
  .footer__social {
    padding-top: 32px; }
  .footer__wrapper {
    padding-bottom: 84px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 22px; }
    @media screen and (max-width: 1200px) {
      .footer__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 650px) {
      .footer__wrapper {
        grid-template-columns: 1fr; } }
    .footer__wrapper-name {
      margin-bottom: 14px; }
    .footer__wrapper-name, .footer__wrapper-tel {
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      padding: 20px 22px;
      background: #828282;
      border: none; }
      .footer__wrapper-name::-webkit-input-placeholder, .footer__wrapper-tel::-webkit-input-placeholder {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400; }
      .footer__wrapper-name::-moz-placeholder, .footer__wrapper-tel::-moz-placeholder {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400; }
      .footer__wrapper-name::-moz-placeholder, .footer__wrapper-tel::-moz-placeholder {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400; }
      .footer__wrapper-name::-ms-input-placeholder, .footer__wrapper-tel::-ms-input-placeholder {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400; }
    .footer__wrapper-btn {
      cursor: pointer;
      margin-top: 21px;
      border: none;
      width: 100%;
      padding: 20px 0;
      background: #e7e7e7;
      color: #5f5f5f;
      font-size: 16px;
      font-weight: 700; }
    .footer__wrapper-img {
      max-width: 225px;
      padding-top: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer__wrapper-contact {
      padding-bottom: 26px;
      color: #ffffff;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: -0.35px; }
    .footer__wrapper-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__wrapper-info a {
        text-decoration: none;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px; }
    .footer__wrapper-text {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px; }
    .footer__wrapper-title {
      padding-bottom: 29px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700; }
    .footer__wrapper-item {
      text-align: left;
      padding-top: 53px; }
      .footer__wrapper-item ul li {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .footer__wrapper-item ul li a {
          text-decoration: none;
          color: inherit; }
          .footer__wrapper-item ul li a:hover {
            color: #858585; }

/* End footer */
/* Crumbs */
.crumbs {
  padding-top: 26px;
  padding-bottom: 40px; }
  .crumbs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .crumbs__wrapper-line {
      font-size: 14px;
      margin: 0 5px; }
    .crumbs__wrapper .crumbs_active {
      color: #b1b1b1; }
    .crumbs__wrapper-link {
      text-decoration: none;
      color: #6a6a6a;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .crumbs__wrapper-link:hover {
        color: #b1b1b1; }

/* End crumbs */
/* Info */
.info {
  padding-bottom: 300px; }
  .info__accordion {
    padding-top: 23px;
    padding-bottom: 23px;
    overflow-anchor: none;
    border-bottom: 2px solid #b8b8b8; }
    .info__accordion .active_block {
      display: block; }
    .info__accordion-content {
      display: none; }
      .info__accordion-content-btn {
        cursor: pointer;
        text-align: center;
        width: 259px;
        padding: 23px;
        background-color: #c51716;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400; }
      .info__accordion-content-title {
        padding-top: 33px;
        padding-bottom: 34px;
        color: #333333;
        font-size: 21px;
        font-weight: 700; }
      .info__accordion-content-text {
        padding-bottom: 40px;
        color: #555555;
        font-size: 17px;
        font-weight: 400; }
    .info__accordion-title.active:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .info__accordion-title {
      cursor: pointer;
      max-width: 280px;
      position: relative;
      margin-bottom: 11px;
      color: #333333;
      font-size: 25px;
      font-weight: 400; }
      .info__accordion-title:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        border: 6px solid transparent;
        border-bottom: 6px solid black;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .info__accordion-price {
      color: #c51716;
      font-size: 20px;
      font-weight: 400; }
  .info__block {
    padding-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 450px) {
      .info__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .info__block-title, .info__block-text {
      font-size: 30px;
      font-weight: 400; }
    .info__block-title {
      margin-right: 45px;
      color: #333333; }
      @media screen and (max-width: 450px) {
        .info__block-title {
          margin-right: 0;
          margin-bottom: 15px; } }
    .info__block-text {
      color: #c51716; }

/* End info */
/* Questions */
.questions {
  padding-bottom: 60px; }
  .questions__accordion {
    overflow-anchor: none;
    padding-bottom: 21px; }
    .questions__accordion .active_block {
      display: block; }
    .questions__accordion-header.active:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 20px; }
    .questions__accordion-header {
      cursor: pointer;
      position: relative;
      width: 100%;
      padding: 18px 34px;
      border: 1px solid #c4c4c4;
      background-color: #ffffff;
      color: #555555;
      font-size: 18px;
      font-weight: 700; }
      @media screen and (max-width: 1100px) {
        .questions__accordion-header {
          font-size: 14px;
          padding: 18px 65px 18px 34px; } }
      @media screen and (max-width: 500px) {
        .questions__accordion-header {
          font-size: 12px;
          padding: 10px 56px 9px 12px; } }
      .questions__accordion-header:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 34px;
        border: 10px solid transparent;
        border-bottom: 10px solid #c51716;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media screen and (max-width: 500px) {
          .questions__accordion-header:after {
            border: 6px solid transparent;
            border-bottom: 6px solid #c51716; } }
    .questions__accordion-content {
      display: none;
      margin-top: 30px; }
  .questions__btn {
    margin-top: 46px; }

/* End questions */
/* Contacts */
.contacts__map {
  padding-top: 40px;
  padding-bottom: 80px; }
  .contacts__map iframe {
    width: 100%; }
.contacts__wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding-bottom: 51px;
  border-bottom: 1px solid #b8b8b8; }
  @media screen and (max-width: 870px) {
    .contacts__wrapper {
      grid-gap: 30px;
      grid-template-columns: 1fr; } }
  .contacts__wrapper-regular {
    width: 16px;
    height: 16px; }
  .contacts__wrapper-treatment {
    color: #555555;
    font-size: 12px;
    font-weight: 400; }
  .contacts__wrapper-check {
    padding-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts__wrapper-check input {
      margin: 0 11px 0 0; }
  .contacts__wrapper-box {
    padding-bottom: 120px !important;
    resize: none; }
  .contacts__wrapper-input {
    color: #555555;
    font-size: 12px;
    font-weight: 400;
    width: 453px;
    margin-bottom: 25px;
    padding: 15px 20px;
    border: 1px solid #b8b8b8;
    background-color: #ffffff; }
    @media screen and (max-width: 485px) {
      .contacts__wrapper-input {
        width: 100%; } }
  .contacts__wrapper-value {
    padding-bottom: 16px;
    color: #555555;
    font-size: 12px;
    font-weight: 400; }
  .contacts__wrapper-size {
    padding-top: 28px; }
  .contacts__wrapper-info {
    padding-bottom: 13px;
    color: #555555;
    font-size: 20px;
    font-weight: 400; }
  .contacts__wrapper-text {
    max-width: 331px;
    color: #555555;
    font-size: 16px;
    font-weight: 400; }
  .contacts__wrapper-address {
    padding-bottom: 8px;
    color: #555555;
    font-size: 16px;
    font-weight: 700; }
  .contacts__wrapper-tel {
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts__wrapper-tel a {
      text-decoration: none;
      color: #555555;
      font-size: 17px;
      font-weight: 400; }
  .contacts__wrapper-title {
    padding-bottom: 32px;
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  .contacts__wrapper-item {
    text-align: left;
  }

/* End contacts */
/* Empty */
.empty__wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr 1.5fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 11px;
  border-bottom: 3px solid #c4c4c4; }
  @media screen and (max-width: 1290px) {
    .empty__wrapper {
      grid-template-columns: 0.4fr 1.5fr 1fr; } }
  @media screen and (max-width: 1120px) {
    .empty__wrapper {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  .empty__wrapper-btn {
    margin-right: 25px;
    margin-left: 65px;
    width: 205px;
    padding: 18px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }
    @media screen and (max-width: 1290px) {
      .empty__wrapper-btn {
        margin-right: 0;
        margin-left: 25px; } }
    @media screen and (max-width: 1120px) {
      .empty__wrapper-btn {
        margin: 20px 0 0; } }
    @media screen and (max-width: 425px) {
      .empty__wrapper-btn {
        width: 100%; } }
  .empty__wrapper-item-title {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  .empty__wrapper-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1120px) {
      .empty__wrapper-item-box {
        display: block; } }
    .empty__wrapper-item-box-clear {
      color: #454545;
      font-size: 14px;
      font-weight: 400;
      text-decoration: underline; }
  .empty__wrapper-item-info {
    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: 1120px) {
      .empty__wrapper-item-info {
        display: block;
        line-height: 35px; } }
    .empty__wrapper-item-info-text {
      color: #454545;
      font-size: 14px;
      font-weight: 400; }

/* End empty */
/* Cart */
.cart {
  padding-top: 40px; }
  .cart__ordering-wrapper {
    padding-bottom: 140px;
    padding-top: 41px;
    width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 760px) {
      .cart__ordering-wrapper {
        width: 100%;
        grid-template-columns: 1fr;
        grid-gap: 20px; } }
    .cart__ordering-wrapper-item-btn {
      padding: 15px 0; }
      @media screen and (max-width: 760px) {
        .cart__ordering-wrapper-item-btn {
          width: 100%; } }
    .cart__ordering-wrapper-item-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .cart__ordering-wrapper-item-info input + input {
        margin-top: 8px; }
      .cart__ordering-wrapper-item-info input {
        padding-bottom: 8px;
        width: 267px;
        opacity: 0.6;
        color: #454545;
        font-size: 18px;
        font-weight: 400;
        background: transparent;
        border: none;
        border-bottom: 2px solid #555555; }
        @media screen and (max-width: 760px) {
          .cart__ordering-wrapper-item-info input {
            width: 100%; } }
    .cart__ordering-wrapper-item-box {
      padding-bottom: 20px; }
    .cart__ordering-wrapper-item label {
      color: #454545;
      font-size: 18px;
      font-weight: 400; }
    .cart__ordering-wrapper-item-input {
      padding-bottom: 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .cart__ordering-wrapper-item [type="radio"]:checked,
    .cart__ordering-wrapper-item [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    .cart__ordering-wrapper-item [type="radio"]:checked + label,
    .cart__ordering-wrapper-item [type="radio"]:not(:checked) + label {
      position: relative;
      cursor: pointer;
      padding-left: 35px;
      line-height: 27px;
      display: inline-block;
      color: #666; }
    .cart__ordering-wrapper-item [type="radio"]:checked + label:before,
    .cart__ordering-wrapper-item [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #555555;
      background: none; }
    .cart__ordering-wrapper-item [type="radio"]:checked + label:after,
    .cart__ordering-wrapper-item [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #c51716;
      position: absolute;
      top: 4px;
      left: 4px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .cart__ordering-wrapper-item [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    .cart__ordering-wrapper-item [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .cart__ordering-wrapper-item-title {
      padding-bottom: 47px;
      color: #454545;
      font-size: 22px;
      font-weight: 400; }
  .cart__ordering-title {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  .cart__cost {
    text-align: right;
    margin-top: 50px;
    padding-bottom: 70px;
    margin-right: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 700px) {
      .cart__cost {
        margin-right: 0; } }
    .cart__cost-item + .cart__cost-item {
      margin-top: 15px; }
    .cart__cost-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cart__cost-item-title {
        color: #454545;
        font-size: 20px;
        font-weight: 400; }
        @media screen and (max-width: 480px) {
          .cart__cost-item-title {
            font-size: 16px; } }
      .cart__cost-item-price {
        margin-left: 38px;
        color: #c51716;
        font-size: 20px;
        font-weight: 700; }
        @media screen and (max-width: 480px) {
          .cart__cost-item-price {
            margin-left: 15px;
            font-size: 16px; } }
  .cart__line {
    border-bottom: 3px solid #c4c4c4; }
  .cart-left, .cart-right {
    cursor: pointer;
    color: #454545;
    font-size: 17px;
    font-weight: 400; }
  .cart-left {
    margin-right: 24px; }
  .cart-right {
    margin-left: 24px; }
  .cart__block {
    padding-bottom: 28px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 960px) {
      .cart__block {
        grid-template-columns: 2.2fr 1fr 1fr 1fr; } }
    @media screen and (max-width: 700px) {
      .cart__block {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-row-gap: 20px;
        border: 1px solid #c4c4c4;
        margin-bottom: 20px;
        padding: 20px; }
        .cart__block .cart__block-item {
          width: 100%; }
        .cart__block .cart__block-item-void {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .cart__block .cart__block-responsive {
          position: relative;
          color: #454545;
          font-size: 16px;
          font-weight: 400;
          display: block;
          padding-bottom: 15px; }
        .cart__block .cart__block-item-delete {
          display: none; }
        .cart__block .cart__block-responsive-delete {
          display: block; } }
    .cart__block-responsive {
      display: none; }
    .cart__block-item:nth-child(2) {
      text-align: center; }
      @media screen and (max-width: 700px) {
        .cart__block-item:nth-child(2) {
          text-align: left; } }
    .cart__block-item:nth-child(3) {
      text-align: center; }
      @media screen and (max-width: 700px) {
        .cart__block-item:nth-child(3) {
          text-align: left; } }
    .cart__block-item:nth-child(4) {
      text-align: center; }
      @media screen and (max-width: 700px) {
        .cart__block-item:nth-child(4) {
          text-align: left; } }
    .cart__block-item input[type='number'] {
      -moz-appearance: textfield; }
    .cart__block-item input::-webkit-outer-spin-button,
    .cart__block-item input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .cart__block-item-value {
      text-align: center;
      padding: 18px 0;
      width: 55px;
      height: 54px;
      background-color: #c51716;
      border: none;
      color: #ffffff;
      font-size: 25px;
      font-weight: 400; }
      @media screen and (max-width: 960px) {
        .cart__block-item-value {
          width: 35px;
          height: 35px;
          font-size: 14px; } }
    .cart__block-item-void {
      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; }
    .cart__block-item-text {
      color: #454545;
      font-size: 14px;
      font-weight: 400;
      line-height: 27.63px; }
      @media screen and (max-width: 700px) {
        .cart__block-item-text {
          font-size: 12px; } }
      .cart__block-item-text a {
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        text-decoration: underline;
        color: inherit; }
        .cart__block-item-text a:hover {
          color: #acacac; }
    .cart__block-item-price {
      position: relative;
      color: #454545;
      font-size: 20px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 700px) {
        .cart__block-item-price {
          font-size: 14px; } }
      .cart__block-item-price:hover {
        color: #c51716; }
    .cart__block-item-delete {
      position: absolute;
      top: 2px;
      right: 0; }
      @media screen and (max-width: 700px) {
        .cart__block-item-delete {
          top: -2px; } }
    .cart__block-item-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cart__block-item-img img {
        margin-right: 44px;
        width: 137px;
        height: 137px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 960px) {
          .cart__block-item-img img {
            margin-right: 10px;
            width: 60px;
            height: 60px; } }
  .cart__link {
    text-align: center;
    padding-bottom: 270px;
    padding-top: 100px;
    color: #454545;
    font-size: 22px;
    font-weight: 400; }
    .cart__link a {
      color: #c51716;
      text-decoration: underline; }
  .cart__wrapper {
    padding-bottom: 28px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr; }
    @media screen and (max-width: 960px) {
      .cart__wrapper {
        grid-template-columns: 2.2fr 1fr 1fr 1fr; } }
    @media screen and (max-width: 700px) {
      .cart__wrapper {
        display: none; } }
    .cart__wrapper-item {
      color: #454545;
      font-size: 22px;
      font-weight: 400; }
      @media screen and (max-width: 960px) {
        .cart__wrapper-item {
          font-size: 16px; } }
      .cart__wrapper-item:nth-child(2) {
        text-align: center; }
      .cart__wrapper-item:nth-child(3) {
        text-align: center; }
      .cart__wrapper-item:nth-child(4) {
        text-align: center; }

/* End cart */
/* Range */
.range__wrapper {
  padding-top: 49px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 28px; }
  @media screen and (max-width: 1240px) {
    .range__wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      grid-template-columns: repeat(3, 300px); } }
  @media screen and (max-width: 1000px) {
    .range__wrapper {
      grid-template-columns: 300px 300px; } }
  @media screen and (max-width: 700px) {
    .range__wrapper {
      grid-template-columns: 300px; } }
  @media screen and (max-width: 400px) {
    .range__wrapper {
      grid-template-columns: 1fr; } }
  .range__wrapper-item {
    padding: 7px 40px 19px 40px;
    background-color: #ffffff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
    .range__wrapper-item:hover {
      -webkit-transform: scale(1);
              transform: scale(1); }

/* End range */
/* Subcategory */
.subcategory__wrapper {
  padding-top: 61px;
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 27px; }
  @media screen and (max-width: 1400px) {
    .subcategory__wrapper {
      grid-gap: 20px; } }
  @media screen and (max-width: 1200px) {
    .subcategory__wrapper {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 920px) {
    .subcategory__wrapper {
      grid-template-columns: 300px 300px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 650px) {
    .subcategory__wrapper {
      grid-template-columns: 300px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 380px) {
    .subcategory__wrapper {
      grid-template-columns: 1fr;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .subcategory__wrapper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .subcategory__wrapper-item {
    min-height: 402px;
    padding: 22px 40px 19px 40px;
    background-color: #ffffff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
    .subcategory__wrapper-item:hover {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .subcategory__wrapper-item-title {
      text-decoration: none;
      color: #555555;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (max-width: 1400px) {
        .subcategory__wrapper-item-title {
          font-size: 13px; } }
    .subcategory__wrapper-item-box {
      padding-bottom: 32px;
    }
    .subcategory__wrapper-item-box > a{
      display: block;
    }
      .subcategory__wrapper-item-box img {
        margin-bottom: 10px;
        width: 100%;
        height: 200px;
        -o-object-fit: contain;
           object-fit: contain;
      }
        @media screen and (max-width: 1400px) {
          .subcategory__wrapper-item-box img {
            /*margin-right: 10px; */
          }
        }

/* End subcategory */
/* Tidings */
.tidings {
  padding-bottom: 40px; }
  .tidings__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .tidings__info p {
        font-size: 18px; } }
  .tidings__wrapper {
    padding-top: 45px;
    padding-bottom: 82px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 54px; }
    @media screen and (max-width: 1299px) {
      .tidings__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 800px) {
      .tidings__wrapper {
        grid-template-columns: 1fr; } }
    .tidings__wrapper-item-big {
      grid-row: 2;
      grid-column: 1/3; }
      @media screen and (max-width: 800px) {
        .tidings__wrapper-item-big {
          grid-column: 1; } }
      .tidings__wrapper-item-big img {
        width: 455px !important;
        height: 204px !important;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 500px) {
          .tidings__wrapper-item-big img {
            width: 100% !important;
            height: 204px !important; } }
    .tidings__wrapper-item-news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 1300px) {
        .tidings__wrapper-item-news {
          -webkit-box-pack: normal;
              -ms-flex-pack: normal;
                  justify-content: normal; } }
      @media screen and (max-width: 800px) {
        .tidings__wrapper-item-news {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }

    .tidings__wrapper-item-img {
      margin-right: 16px;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }

      .tidings__wrapper-item-img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      @media screen and (max-width: 800px) {
        .tidings__wrapper-item-img {
          margin: 0 0 16px 0; } }

      .tidings__wrapper-item-img img {
        width: 130px;
        height: 92px;
        -o-object-fit: cover;
           object-fit: contain;
        object-position: top left;
      }

    .tidings__wrapper-item-text a {
      display: block;
      margin-bottom: 20px;
      text-decoration: none;
      color: #555555;
      font-size: 17px;
      font-weight: 700;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .tidings__wrapper-item-text a:hover {
        color: #d01a1a; }
    .tidings__wrapper-item-text p + p {
      margin-top: 40px; }
    .tidings__wrapper-item-text p {
      color: #555555;
      font-size: 17px;
      font-weight: 400; }

/* End tidings */
/* Open */
.open__sociable {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1050px) {
    .open__sociable {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .open__sociable-item {
    display: inherit; }
    @media screen and (max-width: 1050px) {
      .open__sociable-item:nth-child(1) {
        margin-bottom: 40px; } }
    @media screen and (max-width: 500px) {
      .open__sociable-item:nth-child(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .open__sociable-item-text {
      text-decoration: none;
      color: #505050;
      font-size: 18px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 500px) {
        .open__sociable-item-text {
          font-size: 14px; } }
      @media screen and (max-width: 390px) {
        .open__sociable-item-text {
          font-size: 12px; } }
      .open__sociable-item-text:hover {
        color: #e20000; }
      .open__sociable-item-text:nth-child(1) {
        position: relative; }
        .open__sociable-item-text:nth-child(1):after {
          content: '';
          position: absolute;
          top: 4px;
          left: -23px;
          background: url("../img/open/open-arrow-left.png");
          width: 13px;
          height: 10px; }
          @media screen and (max-width: 390px) {
            .open__sociable-item-text:nth-child(1):after {
              top: 2px; } }
      .open__sociable-item-text:nth-child(2) {
        margin-left: 80px;
        position: relative; }
        @media screen and (max-width: 1250px) {
          .open__sociable-item-text:nth-child(2) {
            margin-left: 30px; } }
        @media screen and (max-width: 390px) {
          .open__sociable-item-text:nth-child(2) {
            margin-left: 15px; } }
        .open__sociable-item-text:nth-child(2):after {
          content: '';
          position: absolute;
          top: 4px;
          right: -23px;
          background: url("../img/open/open-arrow-right.png");
          width: 13px;
          height: 10px; }
          @media screen and (max-width: 390px) {
            .open__sociable-item-text:nth-child(2):after {
              top: 2px; } }
    .open__sociable-item-title {
      color: #505050;
      font-size: 18px;
      font-weight: 400;
      margin-right: 26px; }
      @media screen and (max-width: 500px) {
        .open__sociable-item-title {
          margin: 0 0 20px 0; } }
    .open__sociable-item-img a + a {
      margin-left: 26px; }
      @media screen and (max-width: 500px) {
        .open__sociable-item-img a + a {
          margin-left: 10px; } }
    .open__sociable-item-img a {
      text-decoration: none; }
      .open__sociable-item-img a img {
        -webkit-filter: opacity(25%);
                filter: opacity(25%);
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .open__sociable-item-img a img:hover {
          -webkit-filter: opacity(10%);
                  filter: opacity(10%); }
.open__video {
  margin: 60px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .open__video {
      overflow: hidden;
      position: relative;
      height: 0;
      padding-bottom: 45%;
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .open__video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; } }
.open__box {
  padding-top: 57px;
  padding-bottom: 62px; }
  .open__box img {
    width: 100%;
    height: 100%; }
.open p, .open li {
  color: #555555;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  min-height: 17px;
  margin-bottom: 17px;
}

.open li{
  margin-bottom: 7px;
}

.open__wrapper {
  padding-top: 45px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 42px; }
  @media screen and (max-width: 1250px) {
    .open__wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 768px) {
    .open__wrapper {
      grid-template-columns: 1fr; } }
  .open__wrapper-item img {
    max-width: 450px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 510px) {
      .open__wrapper-item img {
        max-width: 100%;
        width: 100%;
        height: 100%; } }
  .open__wrapper-item h1, .open__wrapper-item h2, .open__wrapper-item h3, .open__wrapper-item h4, .open__wrapper-item h5, .open__wrapper-item h6 {
    margin-bottom: 30px;
    color: #555555;
    font-size: 17px;
    font-weight: 700; }
  .open__wrapper-item p, .open__wrapper-item span, .open__wrapper-item strong, .open__wrapper-item ul, .open__wrapper-item ol, .open__wrapper-item a {
    color: #555555;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px; }
.open__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .open__info h1 {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  .open__info p {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .open__info p {
        font-size: 18px; } }

/* End open */
/* About */
.about__text p, .about__text li{
  color: #555555;
  font-size: 17px;
  min-height: 17px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 17px;
}

.about__text li{
  margin-bottom: 7px;
}

.about__wrapper {
  margin-top: 36px;
  margin-bottom: 68px; }
  @media screen and (max-width: 600px) {
    .about__wrapper {
      margin-bottom: 25px; } }
  .about__wrapper .swiper-slide {
    position: relative; }
  .about__wrapper-prev, .about__wrapper-next {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 45%; }
  .about__wrapper-prev {
    right: 20px;
    width: 32px;
    height: 22px;
    background: url("../img/about/about-arrow-right.png");
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .about__wrapper-prev {
        width: 22px;
        height: 15px; } }
  .about__wrapper-next {
    left: 20px;
    background: url("../img/about/about-arrow-left.png");
    width: 32px;
    height: 22px;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .about__wrapper-next {
        width: 22px;
        height: 15px; } }
  .about__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 1400px) {
      .about__wrapper img {
        min-height: 380px; } }
    @media screen and (max-width: 600px) {
      .about__wrapper img {
        min-height: 300px; } }
    @media screen and (max-width: 400px) {
      .about__wrapper img {
        min-height: 220px; } }
.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 430px) {
    .about__info {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .about__info-title {
    margin-right: 45px;
    color: #c51716;
    font-size: 30px;
    font-weight: 400; }
    @media screen and (max-width: 430px) {
      .about__info-title {
        margin-right: 20px;
        font-size: 24px; } }
  .about__info-text {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 400; }
    @media screen and (max-width: 430px) {
      .about__info-text {
        font-size: 18px; } }

/* End about */
.title-about {
  text-align: left;
  color: #333333;
  font-size: 23px;
  font-weight: 400; }

/* Team */
.team {
  padding-bottom: 47px; }
  .team .swiper-button-next, .team .swiper-button-prev {
    display: none;
    color: #c51716; }
    @media screen and (max-width: 400px) {
      .team .swiper-button-next, .team .swiper-button-prev {
        display: block; } }
  .team__title {
    padding-top: 75px;
    padding-bottom: 48px; }
  .team-item {
    text-align: center; }
    .team-item-img {
      position: relative;
      height: 184px;
      background-color: #c51716;
      margin: 0 auto;
      width: 145px; }
      .team-item-img img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 145px;
        height: 169px;
        -o-object-fit: cover;
           object-fit: cover; }
    .team-item-title {
      margin-top: 19px;
      padding-bottom: 10px;
      color: #555555;
      font-size: 17px;
      font-weight: 400; }
    .team-item-text {
      color: #c51716;
      font-size: 17px;
      font-weight: 400; }

/* End team */
/* Certificate */
.certificate img {
  width: 215px;
  height: 296px;
  -o-object-fit: cover;
     object-fit: cover; }
.certificate .swiper-button-next, .certificate .swiper-button-prev {
  display: none;
  color: #c51716; }
  @media screen and (max-width: 400px) {
    .certificate .swiper-button-next, .certificate .swiper-button-prev {
      display: block; } }
.certificate__title {
  padding-bottom: 47px; }
.certificate .swiper-slide {
  text-align: center; }

/* End certificate */
/* gallery */
.gallery__wrapper .swiper-slide {
  overflow: hidden; }
.gallery__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .gallery__wrapper img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
.gallery__title {
  padding-top: 22px;
  padding-bottom: 45px; }

/* End Gallery */
/* Request */
.request {
  padding-top: 55px;
  padding-bottom: 72px; }
  .request__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 38px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 1150px) {
      .request__wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 700px) {
      .request__wrapper {
        grid-template-columns: 1fr; } }
    .request__wrapper-item:nth-child(2) {
      height: 100%; }
    .request__wrapper-item-checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .request__wrapper-item-checkbox input {
        margin: 0 11px 0 0; }
      .request__wrapper-item-checkbox-text {
        color: #555555;
        font-size: 12px;
        font-weight: 400; }
    .request__wrapper-item-btn {
      margin-bottom: 14px;
      max-width: 259px;
      padding: 25px 45px;
      background-color: #c51716;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400; }
      @media screen and (max-width: 425px) {
        .request__wrapper-item-btn {
          text-align: center;
          max-width: 100%; } }
    .request__wrapper-item-title {
      margin-bottom: 15px;
      color: #555555;
      font-size: 12px;
      font-weight: 400; }
    .request__wrapper-item-form + .request__wrapper-item-form {
      margin-top: 24px; }
    .request__wrapper-item-textarea {
      height: 100%;
      display: grid;
      grid-template-rows: auto 1fr; }
      .request__wrapper-item-textarea textarea {
        resize: none;
        width: 100%;
        color: #555555;
        font-size: 18px;
        font-weight: 400;
        padding: 15px 15px;
        border: 1px solid #b8b8b8;
        background: transparent; }
    .request__wrapper-item-form input {
      width: 100%;
      color: #555555;
      font-size: 18px;
      font-weight: 400;
      padding: 15px 15px;
      border: 1px solid #b8b8b8;
      background: transparent; }
  .request__title {
    padding-bottom: 64px; }

/* End request */
/* Comment */
.comment {
  padding-bottom: 145px; }
  .comment__btn {
    padding: 25px 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    max-width: 264px;
    background-color: #c51716; }
    @media screen and (max-width: 425px) {
      .comment__btn {
        max-width: 100%; } }
  .comment__wrapper {
    padding-top: 78px;
    padding-bottom: 98px; }
    .comment__wrapper-block {
      padding-bottom: 25px;
      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: 425px) {
        .comment__wrapper-block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .comment__wrapper-block-title {
        color: #555555;
        font-size: 17px;
        font-weight: 700; }
        @media screen and (max-width: 425px) {
          .comment__wrapper-block-title {
            margin-bottom: 20px; } }
      .comment__wrapper-block-rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .comment__wrapper-block-rate-box + .comment__wrapper-block-rate-box {
          margin-left: 13px; }
        .comment__wrapper-block-rate-box {
          width: 15px;
          height: 15px;
          background-color: #c51716; }
    .comment__wrapper-item + .comment__wrapper-item {
      margin-top: 64px; }
    .comment__wrapper-item {
      max-width: 856px; }
      .comment__wrapper-item-review + .comment__wrapper-item-review {
        margin-top: 15px; }
      .comment__wrapper-item-review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .comment__wrapper-item-review-title {
          color: #c51716;
          font-weight: 700; }
        .comment__wrapper-item-review-text {
          margin-left: 5px;
          color: #555555;
          font-size: 17px;
          font-weight: 400; }
      .comment__wrapper-item-text {
        margin-bottom: 25px;
        color: #555555;
        font-size: 17px;
        font-weight: 400; }
  .comment__title {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }

/* End comment */
/* Registration */
.registration__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 1100px) {
    .registration__block {
      -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; }
      .registration__block-item + .registration__block-item {
        margin-top: 25px; } }
  .registration__block-item-title {
    padding-bottom: 24px;
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  .registration__block-item-text {
    max-width: 570px;
    color: #555555;
    font-size: 18px;
    font-weight: 400; }
    @media screen and (max-width: 1100px) {
      .registration__block-item-text {
        max-width: 100%; } }
  .registration__block-item-info {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 461px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff; }
    @media screen and (max-width: 700px) {
      .registration__block-item-info {
        max-width: 100%; } }
    @media screen and (max-width: 400px) {
      .registration__block-item-info {
        padding: 18px; } }
    .registration__block-item-info img {
      margin-right: 25px; }
    .registration__block-item-info div {
      max-width: 321px;
      opacity: 0.44;
      color: #555555;
      font-size: 12px;
      font-weight: 400; }
      @media screen and (max-width: 700px) {
        .registration__block-item-info div {
          max-width: 100%; } }

/* End registration */
/* Tab */
.tab {
  padding-bottom: 130px; }
  .tab__content {
    position: relative;
    padding-top: 37px; }
    .tab__content .tab-active {
      position: relative;
      z-index: 2;
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto;
      pointer-events: auto;
      opacity: 1; }
    .tab__content-wrapper {
      z-index: 1;
      position: absolute;
      display: grid;
      grid-template-columns: repeat(2, 455px);
      grid-gap: 36px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      opacity: 0; }
      @media screen and (max-width: 970px) {
        .tab__content-wrapper {
          grid-template-columns: 1fr; } }
      .tab__content-wrapper-item-size {
        padding-top: 24px; }
      .tab__content-wrapper-item-btn {
        margin-top: 53px;
        cursor: pointer;
        text-align: center;
        max-width: 264px;
        padding: 18px 12px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        background-color: #c51716; }
        @media screen and (max-width: 400px) {
          .tab__content-wrapper-item-btn {
            max-width: 100%; } }
      .tab__content-wrapper-item input {
        color: #555555;
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        padding: 20px 23px;
        border: 1px solid #b8b8b8;
        background-color: #ffffff; }
        .tab__content-wrapper-item input::-webkit-input-placeholder {
          opacity: 0.35;
          color: #555555;
          font-size: 12px;
          font-weight: 400; }
        .tab__content-wrapper-item input:-ms-input-placeholder {
          opacity: 0.35;
          color: #555555;
          font-size: 12px;
          font-weight: 400; }
        .tab__content-wrapper-item input::-ms-input-placeholder {
          opacity: 0.35;
          color: #555555;
          font-size: 12px;
          font-weight: 400; }
        .tab__content-wrapper-item input::placeholder {
          opacity: 0.35;
          color: #555555;
          font-size: 12px;
          font-weight: 400; }
      .tab__content-wrapper-item-text {
        padding-bottom: 15px;
        color: #555555;
        font-size: 12px;
        font-weight: 400; }
      .tab__content-wrapper-item-title {
        padding-bottom: 60px;
        color: #555555;
        font-size: 18px;
        font-weight: 400; }
  .tab__wrapper {
    padding-top: 47px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #d0d0d0; }
    @media screen and (max-width: 850px) {
      .tab__wrapper {
        -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; } }
    .tab__wrapper .active-btn {
      color: #cf0b0b; }
    .tab__wrapper-item + .tab__wrapper-item {
      margin-left: 44px; }
      @media screen and (max-width: 850px) {
        .tab__wrapper-item + .tab__wrapper-item {
          margin-left: 0;
          margin-top: 35px; } }
    .tab__wrapper-item {
      cursor: pointer;
      color: #555555;
      font-size: 18px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 850px) {
        .tab__wrapper-item {
          width: 100%;
          padding: 15px 24px;
          border: 1px solid; } }
      @media screen and (max-width: 450px) {
        .tab__wrapper-item {
          font-size: 15px; } }
      .tab__wrapper-item:hover {
        opacity: 0.50;
        color: #cf0b0b; }

/* End tab */
/* Shop */
.shop {
  padding-bottom: 71px; }
  .shop__accordion + .shop__accordion {
    margin-top: 20px; }
  .shop__accordion {
    border: 1px solid #c4c4c4; }
    .shop__accordion .active_block {
      display: block; }
    .shop__accordion-content {
      display: none;
      padding: 18px 29px;
      overflow-y: scroll;
      max-height: 170px; }
      .shop__accordion-content-still.active {
        margin-top: 0;
        width: 0;
        height: 0;
        opacity: 0; }
      .shop__accordion-content-still {
        opacity: 1;
        cursor: pointer;
        margin-top: 17px;
        color: #c51716;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
      .shop__accordion-content-item + .shop__accordion-content-item {
        margin-top: 15px; }
      .shop__accordion-content-item-group label {
        position: relative;
        cursor: pointer;
        color: #333333;
        font-size: 16px;
        font-weight: 400; }
        .shop__accordion-content-item-group label:before {
          content: '';
          -webkit-appearance: none;
          background-color: transparent;
          border: 1px solid #b8b8b8;
          -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          padding: 5px;
          display: inline-block;
          position: relative;
          vertical-align: middle;
          cursor: pointer;
          margin-right: 7px; }
      .shop__accordion-content-item-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 4px;
        width: 2px;
        height: 4px;
        border: solid #b8b8b8;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .shop__accordion-content-item-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer; }
    .shop__accordion-header.active:before {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    .shop__accordion-header {
      background-color: #e8e8e8;
      padding: 17px 19px;
      position: relative; }
  .shop__pagination {
    padding-top: 64px;
    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; }
    .shop__pagination-start, .shop__pagination-back {
      color: #c51716;
      font-size: 11px;
      font-weight: 400; }
    .shop__pagination a.active {
      opacity: 0.40; }
    .shop__pagination a {
      color: #c51716;
      font-size: 18px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 800px) {
        .shop__pagination a {
          font-size: 14px; } }
      @media screen and (max-width: 450px) {
        .shop__pagination a {
          font-size: 10px; } }
      .shop__pagination a:hover {
        color: #585858; }
    .shop__pagination a + a {
      margin-left: 19px; }
  .shop__wrapper {
    display: grid;
    grid-template-columns: 0.7fr 2fr;
    grid-gap: 29px;
  }
  .search_wrapper{
    width: 100%;
    display: block;
  }
  .search_wrapper > .shop__wrapper-item{
    width: 100%;
  }
  .search_wrapper > .shop__wrapper-item > div{
    width: 100%;
    grid-template-columns: repeat(4, 1fr);

  }
    @media screen and (max-width: 1300px) {
      .shop__wrapper {
        grid-template-columns: 0.5fr 1fr; } }
    @media screen and (max-width: 1100px) {
      .shop__wrapper {
        grid-template-columns: 1fr 1.2fr; } }
    @media screen and (max-width: 700px) {
      .shop__wrapper {
        grid-template-columns: 334px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 400px) {
      .shop__wrapper {
        grid-template-columns: 1fr; } }
    .shop__wrapper-still.active {
      margin-top: 15px;
      display: block; }
    .shop__wrapper-still {
      display: none; }
    .shop__wrapper-btn {
      cursor: pointer;
      margin-top: 33px;
      text-align: center;
      padding: 15px 0;
      width: 100%;
      background-color: #c51716;
      color: #ffffff;
      font-size: 20px;
      font-weight: 400; }
    .shop__wrapper-price {
      padding-bottom: 24px; }
      .shop__wrapper-price-title {
        padding-bottom: 24px;
        text-align: center;
        color: #333333;
        font-size: 20px;
        font-weight: 400; }
    .shop__wrapper-filter {
      margin-bottom: 25px;
      text-align: center;
      width: 100%;
      padding: 15px 10px;
      background-color: #d0d0d0;
      color: #333333;
      font-size: 20px;
      font-weight: 400; }
    .shop__wrapper-box {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 17px; }
      @media screen and (max-width: 1300px) {
        .shop__wrapper-box {
          grid-template-columns: 334px 334px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (max-width: 1100px) {
        .shop__wrapper-box {
          grid-template-columns: 334px; } }
      @media screen and (max-width: 400px) {
        .shop__wrapper-box {
          grid-template-columns: 1fr; } }
      .shop__wrapper-box-item {
        padding: 17px 27px 39px 40px;
        border: 1px solid #c4c4c4;
        background-color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.97);
                transform: scale(0.97); }
        @media screen and (max-width: 1400px) {
          .shop__wrapper-box-item {
            padding: 17px 27px 39px 30px; } }
        @media screen and (max-width: 1300px) {
          .shop__wrapper-box-item {
            padding: 17px 27px 39px 40px; } }
        @media screen and (max-width: 400px) {
          .shop__wrapper-box-item {
            padding: 17px 21px 39px 21px; } }
        .shop__wrapper-box-item:hover {
          -webkit-transform: scale(1);
                  transform: scale(1); }
        .shop__wrapper-box-item ul {
          margin-bottom: 26px; }
          .shop__wrapper-box-item ul li {
            color: #414141;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px; }
        .shop__wrapper-box-item a {
          text-decoration: none;
          color: inherit; }
  .shop__block {
    padding-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1300px) {
      .shop__block {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }
    @media screen and (max-width: 1150px) {
      .shop__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .shop__block-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 726px) {
        .shop__block-item {
          -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; } }
      .shop__block-item-title {
        position: relative;
        margin-right: 25px;
        color: #242424;
        font-size: 16px;
        font-weight: 400; }
        @media screen and (max-width: 1300px) {
          .shop__block-item-title {
            font-size: 14px; } }
        @media screen and (max-width: 1150px) {
          .shop__block-item-title {
            margin-right: 85px;
            font-size: 16px; } }
        @media screen and (max-width: 726px) {
          .shop__block-item-title {
            margin-right: 0;
            margin-bottom: 25px; } }
        .shop__block-item-title-drop.active {
          z-index: 2;
          display: block; }
        .shop__block-item-title-drop {
          display: none;
          padding: 15px;
          border: 1px solid #7b7b7b;
          background-color: #e8e8e8;
          text-align: right;
          position: absolute;
          top: 30px;
          right: 0; }
          .shop__block-item-title-drop li {
            cursor: pointer;
            color: #242424;
            -webkit-transition: 0.3s all;
            transition: 0.3s all; }
            .shop__block-item-title-drop li:hover {
              color: #8c8c8c; }
          .shop__block-item-title-drop li + li {
            margin-top: 10px; }
        .shop__block-item-title-open {
          cursor: pointer;
          text-decoration: underline; }
      .shop__block-item-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 726px) {
          .shop__block-item-filter {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .shop__block-item-filter-select + .shop__block-item-filter-select {
          margin-left: 6px; }
        .shop__block-item-filter-select {
          padding: 5px 28px 5px 12px;
          position: relative;
          border: 1px solid #7b7b7b;
          background-color: #e8e8e8;
          color: #242424;
          font-size: 16px;
          font-weight: 400; }
          @media screen and (max-width: 384px) {
            .shop__block-item-filter-select {
              padding: 5px 22px 5px 10px; } }
          @media screen and (max-width: 360px) {
            .shop__block-item-filter-select {
              font-size: 13px; } }
          .shop__block-item-filter-select:before {
            content: '';
            position: absolute;
            cursor: pointer;
            top: 11px;
            right: 10px;
            background: url("../img/del-main.png");
            width: 7px;
            height: 6px; }
            @media screen and (max-width: 360px) {
              .shop__block-item-filter-select:before {
                top: 9px; } }
    .shop__block-title {
      color: #333333;
      font-size: 30px;
      font-weight: 400; }
      @media screen and (max-width: 1400px) {
        .shop__block-title {
          font-size: 26px; } }
      @media screen and (max-width: 1300px) {
        .shop__block-title {
          font-size: 22px; } }
      @media screen and (max-width: 1150px) {
        .shop__block-title {
          padding-bottom: 30px;
          font-size: 30px; } }
      @media screen and (max-width: 726px) {
        .shop__block-title {
          font-size: 24px; } }

.ui-slider {
  margin-bottom: 20px;
  width: 100%;
  height: 6px;
  background-color: #c51716; }

.ui-slider-handle {
  position: relative;
  display: inline-block;
  outline: none;
  width: 15px;
  height: 15px;
  background-color: #c51716; }
  .ui-slider-handle:first-child {
    -webkit-transform: translate(0, -32%);
            transform: translate(0, -32%); }
  .ui-slider-handle:last-child {
    -webkit-transform: translate(-200%, -34%);
            transform: translate(-200%, -34%); }

.ui-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ui-input input {
    outline: none;
    border: none;
    max-width: 74px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    background: transparent; }

/* End shop */
/* Goods */
.goods__wrapper {
  padding-bottom: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 46px; }
  @media screen and (max-width: 935px) {
    .goods__wrapper {
      grid-template-columns: 1fr; } }
  .goods__wrapper-item-img {
    display: grid;
    grid-template-columns: 0.7fr 2fr;
    grid-gap: 15px; }
    .goods__wrapper-item-img-item:first-child {
      height: 516px;
      overflow-y: scroll; }
    .goods__wrapper-item-img-item .active-img {
      display: block; }
    .goods__wrapper-item-img-item-main {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: #ffffff; }
      .goods__wrapper-item-img-item-main img {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .goods__wrapper-item-img-item-change + .goods__wrapper-item-img-item-change {
      margin-top: 16px; }
    .goods__wrapper-item-img-item-change {
      width: 100%;
      height: 162px;
      background-color: #ffffff;
      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; }
      .goods__wrapper-item-img-item-change img {
        width: 104px;
        height: 104px;
        -o-object-fit: cover;
           object-fit: cover; }
  .goods__wrapper-item-delivery {
    padding-top: 38px;
    padding-bottom: 17px; }
  .goods__wrapper-item-delivery, .goods__wrapper-item-cart {
    color: #555555;
    font-size: 16px;
    font-weight: 400; }
  .goods__wrapper-item-buy {
    padding-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #b8b8b8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 450px) {
      .goods__wrapper-item-buy {
        -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; } }
    .goods__wrapper-item-buy-credit {
      color: #555555;
      font-size: 16px;
      font-weight: 400; }
      @media screen and (max-width: 450px) {
        .goods__wrapper-item-buy-credit {
          margin-bottom: 15px; } }
    .goods__wrapper-item-buy-fast a {
      color: #555555;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 450px) {
        .goods__wrapper-item-buy-fast a {
          font-size: 13px; } }
      .goods__wrapper-item-buy-fast a:hover {
        color: #a9a9a9; }
  .goods__wrapper-item-ordering {
    padding-bottom: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .goods__wrapper-item-ordering-item-btn {
      cursor: pointer;
      padding: 23px 0;
      width: 100%;
      background-color: #c51716;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      text-align: center; }
      @media screen and (max-width: 1150px) {
        .goods__wrapper-item-ordering-item-btn {
          padding: 18px 0; } }
      @media screen and (max-width: 935px) {
        .goods__wrapper-item-ordering-item-btn {
          padding: 23px 0; } }
      @media screen and (max-width: 660px) {
        .goods__wrapper-item-ordering-item-btn {
          padding: 18px 0; } }
      @media screen and (max-width: 550px) {
        .goods__wrapper-item-ordering-item-btn {
          font-size: 14px;
          padding: 14px 0; } }
      @media screen and (max-width: 450px) {
        .goods__wrapper-item-ordering-item-btn {
          padding: 10px 0; } }
    .goods__wrapper-item-ordering-item-void {
      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; }
      .goods__wrapper-item-ordering-item-void-arrow {
        color: #333333;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer; }
      .goods__wrapper-item-ordering-item-void input[type='number'] {
        -moz-appearance: textfield; }
      .goods__wrapper-item-ordering-item-void input::-webkit-outer-spin-button,
      .goods__wrapper-item-ordering-item-void input::-webkit-inner-spin-button {
        -webkit-appearance: none; }
      .goods__wrapper-item-ordering-item-void-value {
        margin: 0 32px;
        text-align: center;
        width: 61px;
        height: 61px;
        background-color: #c51716;
        border: none;
        color: #ffffff;
        font-size: 22px;
        font-weight: 700; }
        @media screen and (max-width: 1150px) {
          .goods__wrapper-item-ordering-item-void-value {
            margin: 0 15px;
            width: 45px;
            height: 45px;
            font-size: 18px; } }
        @media screen and (max-width: 935px) {
          .goods__wrapper-item-ordering-item-void-value {
            margin: 0 32px;
            width: 61px;
            height: 61px;
            font-size: 22px; } }
        @media screen and (max-width: 660px) {
          .goods__wrapper-item-ordering-item-void-value {
            margin: 0 15px;
            width: 45px;
            height: 45px;
            font-size: 18px; } }
        @media screen and (max-width: 550px) {
          .goods__wrapper-item-ordering-item-void-value {
            margin: 0 10px;
            width: 35px;
            height: 35px;
            font-size: 13px; } }
        @media screen and (max-width: 450px) {
          .goods__wrapper-item-ordering-item-void-value {
            margin: 0 8px;
            width: 30px;
            height: 30px;
            font-size: 11px; } }
    .goods__wrapper-item-ordering-item-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .goods__wrapper-item-ordering-item-price-last {
        color: #bbbbbb;
        font-size: 28px;
        font-weight: 400;
        text-decoration: line-through;
        -webkit-text-decoration-color: #c51716;
                text-decoration-color: #c51716; }
        @media screen and (max-width: 1150px) {
          .goods__wrapper-item-ordering-item-price-last {
            font-size: 22px; } }
        @media screen and (max-width: 935px) {
          .goods__wrapper-item-ordering-item-price-last {
            font-size: 28px; } }
        @media screen and (max-width: 550px) {
          .goods__wrapper-item-ordering-item-price-last {
            font-size: 20px; } }
        @media screen and (max-width: 450px) {
          .goods__wrapper-item-ordering-item-price-last {
            font-size: 15px; } }
      .goods__wrapper-item-ordering-item-price-now {
        color: #555555;
        font-size: 40px;
        font-weight: 700; }
        @media screen and (max-width: 1150px) {
          .goods__wrapper-item-ordering-item-price-now {
            font-size: 33px; } }
        @media screen and (max-width: 935px) {
          .goods__wrapper-item-ordering-item-price-now {
            font-size: 48px; } }
        @media screen and (max-width: 660px) {
          .goods__wrapper-item-ordering-item-price-now {
            font-size: 40px; } }
        @media screen and (max-width: 550px) {
          .goods__wrapper-item-ordering-item-price-now {
            font-size: 32px; } }
        @media screen and (max-width: 450px) {
          .goods__wrapper-item-ordering-item-price-now {
            font-size: 22px; } }
  .goods__wrapper-item-info {
    padding-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 450px) {
      .goods__wrapper-item-info {
        -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; } }
    .goods__wrapper-item-info a {
      text-decoration: none; }
    .goods__wrapper-item-info-code {
      color: #333333;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .goods__wrapper-item-info-code:hover {
        color: #a0a0a0; }
    .goods__wrapper-item-info-reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 450px) {
        .goods__wrapper-item-info-reviews {
          margin-bottom: 15px; } }
      .goods__wrapper-item-info-reviews-text {
        margin-left: 17px;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .goods__wrapper-item-info-reviews-text:hover {
          color: #a0a0a0; }
      .goods__wrapper-item-info-reviews-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .goods__wrapper-item-info-reviews-all-active {
          background-color: #c51716 !important; }
        .goods__wrapper-item-info-reviews-all-item + .goods__wrapper-item-info-reviews-all-item {
          margin-left: 9px; }
        .goods__wrapper-item-info-reviews-all-item {
          width: 9px;
          height: 9px;
          background-color: #120e1d; }
  .goods__wrapper-item-title {
    padding-bottom: 17px;
    color: #333333;
    font-size: 30px;
    font-weight: 400; }

/* End goods */
/* Specifications */
.specifications {
  padding-bottom: 81px; }
  .specifications__content {
    padding-top: 60px; }
    @media screen and (max-width: 640px) {
      .specifications__content {
        padding-top: 35px; } }
    .specifications__content .specifications-active {
      display: block; }
    .specifications__content-item {
      display: none; }
      .specifications__content-item-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 60px; }
        @media screen and (max-width: 1120px) {
          .specifications__content-item-block {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            grid-template-columns: repeat(2, 427px); } }
        @media screen and (max-width: 960px) {
          .specifications__content-item-block {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            grid-template-columns: repeat(2, 1fr); } }
        @media screen and (max-width: 640px) {
          .specifications__content-item-block {
            grid-gap: 40px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            grid-template-columns: 1fr; } }
        .specifications__content-item-block-items {
          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: 640px) {
            .specifications__content-item-block-items {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          .specifications__content-item-block-items-title {
            color: #555555;
            font-size: 16px;
            font-weight: 700;
            line-height: 35.99px; }
            @media screen and (max-width: 860px) {
              .specifications__content-item-block-items-title {
                font-size: 14px; } }
            @media screen and (max-width: 640px) {
              .specifications__content-item-block-items-title {
                margin-right: 30px; } }
            @media screen and (max-width: 640px) {
              .specifications__content-item-block-items-title {
                font-size: 18px; } }
            @media screen and (max-width: 480px) {
              .specifications__content-item-block-items-title {
                font-size: 14px; } }
          .specifications__content-item-block-items-text {
            color: #555555;
            font-size: 16px;
            font-weight: 400;
            line-height: 35.99px; }
            @media screen and (max-width: 860px) {
              .specifications__content-item-block-items-text {
                font-size: 14px; } }
            @media screen and (max-width: 640px) {
              .specifications__content-item-block-items-text {
                font-size: 18px; } }
            @media screen and (max-width: 480px) {
              .specifications__content-item-block-items-text {
                font-size: 14px; } }
  .specifications__wrapper {
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #b8b8b8; }
    @media screen and (max-width: 860px) {
      .specifications__wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 640px) {
      .specifications__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .specifications__wrapper .active-btn {
      color: #c51716; }
      @media screen and (max-width: 640px) {
        .specifications__wrapper .active-btn {
          border: 1px solid #c51716; } }
    .specifications__wrapper-item + .specifications__wrapper-item {
      margin-left: 96px; }
      @media screen and (max-width: 1060px) {
        .specifications__wrapper-item + .specifications__wrapper-item {
          margin-left: 40px; } }
      @media screen and (max-width: 860px) {
        .specifications__wrapper-item + .specifications__wrapper-item {
          margin: 0; } }
      @media screen and (max-width: 640px) {
        .specifications__wrapper-item + .specifications__wrapper-item {
          margin-top: 20px; } }
    .specifications__wrapper-item {
      cursor: pointer;
      color: #555555;
      font-size: 24px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 860px) {
        .specifications__wrapper-item {
          font-size: 19px; } }
      @media screen and (max-width: 640px) {
        .specifications__wrapper-item {
          padding: 15px 25px;
          border: 1px solid #555555;
          font-size: 24px; } }
      @media screen and (max-width: 480px) {
        .specifications__wrapper-item {
          padding: 13px 22px;
          font-size: 20px; } }
      .specifications__wrapper-item:hover {
        color: #c51716; }

/* End specifications */
/* Related */
.related {
  padding-bottom: 54px; }

/* End related */
/* Comparison */
.comparison .related__wrapper-item-cost {
  padding-top: 26px; }
.comparison .related__wrapper-item {
  padding: 17px 27px 39px 40px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
.comparison__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 22px; }
  @media screen and (max-width: 1050px) {
    .comparison__wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 720px) {
    .comparison__wrapper {
      grid-template-columns: auto 1fr; } }
  @media screen and (max-width: 630px) {
    .comparison__wrapper {
      grid-template-columns: auto; } }
@media screen and (min-width: 1050px) {
  .comparison__left {
    max-width: 340px; } }
@media screen and (max-width: 720px) {
  .comparison__left {
    max-width: 250px; } }
@media screen and (max-width: 630px) {
  .comparison__left {
    justify-self: center;
    max-width: 100%; } }
.comparison__title {
  margin-bottom: 45px;
  color: #333333;
  font-size: 30px;
  font-weight: 400;
}
.comparison__button {
  display: block;
  border: none;
  width: 100%;
  padding: 17px 15px;
  font-size: 17px;
  line-height: 30.01px;
  text-align: center;
  color: #575757;
  background: #e8e8e8;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  margin-bottom: 7px;
}
  .comparison__button:hover, .comparison__button.active-button {
    color: #fff;
    background: #c51716;
  }
    @media screen and (max-width: 630px) {
      .comparison__button--last {
        margin-bottom: 7px; } }
.comparison__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px 0; }
.comparison__link {
  font-size: 17px;
  line-height: 30.01px;
  text-decoration: none;
  color: #505050; }
.comparison__tech {
  border: 1px solid #c4c4c4;
  background-color: #ffffff; }
  .comparison__tech-item {
    padding: 14px 27px; }
    .comparison__tech-item .compr__mobile {
      display: none; }
      @media screen and (max-width: 630px) {
        .comparison__tech-item .compr__mobile {
          display: inline; } }
    @media screen and (max-width: 630px) {
      .comparison__tech-item-2 {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr; } }
    .comparison__tech-item:not(:last-child) {
      border-bottom: 1px solid #c4c4c4; }
  @media screen and (max-width: 630px) {
    .comparison__tech--first {
      display: none; } }
.comparison__right {
  position: relative;
  padding-top: 75px;
  padding-bottom: 30px;
  min-width: 0; }
  @media screen and (max-width: 631px) {
    .comparison__right {
      padding-top: 0 !important; } }
  .comparison__right .slider {
    min-width: 0; }
.comparison__slider-item .related__wrapper-item {
  padding-bottom: 120px; }
  .comparison__slider-item .related__wrapper-item .new__item-img-close {
    position: absolute;
    right: 5px;
    top: 14px;
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .comparison__slider-item .related__wrapper-item ul li {
    font-size: 14px; }
    .comparison__slider-item .related__wrapper-item ul li:not(:last-child) {
      margin-bottom: 18px; }
.comparison__slider-item .comparison__tech {
  margin-bottom: 15px; }
.comparison__arrow {
  position: absolute;
  z-index: 101;
  top: 410px;
  border: none;
  background: none;
  cursor: pointer; }
  .comparison__arrow-prev {
    left: -40px; }
    @media screen and (max-width: 1460px) {
      .comparison__arrow-prev {
        left: 5px; } }
    @media screen and (max-width: 630px) {
      .comparison__arrow-prev {
        left: -12px; } }
  .comparison__arrow-next {
    right: -40px;
    -webkit-transform: translateY(-3px) rotate(180deg);
            transform: translateY(-3px) rotate(180deg); }
    @media screen and (max-width: 1460px) {
      .comparison__arrow-next {
        right: 5px; } }
    @media screen and (max-width: 630px) {
      .comparison__arrow-next {
        right: -12px; } }

/* End comparison */
/* Start Goods min */
.goods__wrapper-item:first-child {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: auto 1fr;
  grid-template-rows: 520px; }
  @media screen and (max-width: 768px) {
    .goods__wrapper-item:first-child {
      grid-template-rows: 320px; } }

.item-min {
  position: relative;
  max-width: 170px;
  height: 100%; }
  @media screen and (max-width: 480px) {
    .item-min {
      max-width: 80px; } }
  .item-min__slider {
    position: relative;
    overflow: hidden;
    height: 100%; }
    .item-min__slider-item {
      max-width: 170px;
      cursor: pointer; }
      .item-min__slider-item-img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .item-min__button {
    position: absolute;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer; }
    .item-min__button-prev {
      top: -25px;
      left: 50%;
      -webkit-transform: translateX(0) rotate(90deg);
              transform: translateX(0) rotate(90deg); }
      .item-min__button-prev::before {
        content: url(../img/arrow-left.png);
        position: absolute; }
    .item-min__button-next {
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(0) rotate(90deg);
              transform: translateX(0) rotate(90deg); }
      .item-min__button-next::before {
        content: url(../img/arrow-right.png);
        position: absolute; }

/* End Goods min */
/* Start Goods max */
.item-max {
  width: 100%; }
  .item-max__slider {
    position: relative;
    overflow: hidden;
    height: 100%; }
    .item-max__slider-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
    .item-max__slider-img {
      position: relative;
      height: 100%; }
      .item-max__slider-img-heart.added, .item-max__slider-img-analytic.added {
        -webkit-filter: invert(12%) sepia(60%) saturate(7356%) hue-rotate(357deg) brightness(93%) contrast(89%);
                filter: invert(12%) sepia(60%) saturate(7356%) hue-rotate(357deg) brightness(93%) contrast(89%); }
      .item-max__slider-img-heart, .item-max__slider-img-analytic {
        position: absolute;
        right: 20px;
        cursor: pointer; }
      .item-max__slider-img-analytic {
        top: 40px; }
      .item-max__slider-img-heart {
        top: 80px; }
    .item-max__slider-item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .item-max__slider-item-img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .item-max__slider-item--active {
        z-index: 7;
        opacity: 1; }

/* End Goods max */
/* Personal */
.personal {
  padding-bottom: 51px; }
  .personal .personal-back-btn {
    display: none;
    color: #8f8f8f;
    margin-bottom: 30px;
    font-size: 20px; }
    @media screen and (max-width: 720px) {
      .personal .personal-back-btn {
        display: block; } }
  .personal__wrapper {
    padding-top: 43px;
    display: grid;
    grid-template-columns: 0.5fr 2fr;
    grid-gap: 49px; }
    @media screen and (max-width: 1290px) {
      .personal__wrapper {
        grid-gap: 25px; } }
    @media screen and (max-width: 1190px) {
      .personal__wrapper {
        grid-template-columns: 0.6fr 2fr; } }
    @media screen and (max-width: 965px) {
      .personal__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0; } }
    .personal__wrapper .related__wrapper-item-cost {
      padding-top: 26px; }
    .personal__wrapper .related__wrapper-item {
      padding: 17px 27px 39px 40px;
      border: 1px solid #c4c4c4;
      background-color: #ffffff;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .personal__wrapper .related__wrapper-item a {
        text-decoration: none; }
    .personal__wrapper-text {
      color: #454545;
      font-size: 12px;
      font-weight: 500;
      padding-bottom: 12px;
      display: none; }
      @media screen and (max-width: 716px) {
        .personal__wrapper-text {
          display: block; } }
    .personal__wrapper-track + .personal__wrapper-track {
      padding-top: 57px; }
    .personal__wrapper-track {
      padding-bottom: 58px;
      border-bottom: 3px solid #d0d0d0; }
      .personal__wrapper-track:last-child {
        border: none; }
      @media screen and (max-width: 470px) {
        .personal__wrapper-track-img {
          margin-top: 25px; } }
      .personal__wrapper-track-way {
        padding-top: 40px; }
        @media screen and (max-width: 470px) {
          .personal__wrapper-track-way {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .personal__wrapper-track-way-line {
          margin-top: 20px;
          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; }
          @media screen and (max-width: 470px) {
            .personal__wrapper-track-way-line {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .personal__wrapper-track-way-line .active-delivery {
            background-color: #c51716; }
          .personal__wrapper-track-way-line-item {
            position: relative;
            width: 250px;
            height: 3px;
            background-color: #dcdcdc; }
            @media screen and (max-width: 1190px) {
              .personal__wrapper-track-way-line-item {
                width: 210px; } }
            @media screen and (max-width: 1080px) {
              .personal__wrapper-track-way-line-item {
                width: 180px; } }
            @media screen and (max-width: 965px) {
              .personal__wrapper-track-way-line-item {
                width: 230px; } }
            @media screen and (max-width: 854px) {
              .personal__wrapper-track-way-line-item {
                width: 210px; } }
            @media screen and (max-width: 768px) {
              .personal__wrapper-track-way-line-item {
                width: 180px; } }
            @media screen and (max-width: 665px) {
              .personal__wrapper-track-way-line-item {
                width: 150px; } }
            @media screen and (max-width: 500px) {
              .personal__wrapper-track-way-line-item {
                width: 120px; } }
            @media screen and (max-width: 470px) {
              .personal__wrapper-track-way-line-item {
                width: 3px;
                height: 80px; } }
            .personal__wrapper-track-way-line-item:first-child:before {
              content: '';
              position: absolute;
              top: -4px;
              left: -1px;
              width: 8px;
              height: 8px;
              border: 1px solid #c51716;
              background-color: #ffffff;
              border-radius: 50%; }
              @media screen and (max-width: 470px) {
                .personal__wrapper-track-way-line-item:first-child:before {
                  left: -3px; } }
            .personal__wrapper-track-way-line-item:nth-child(2):before {
              content: '';
              position: absolute;
              top: -4px;
              left: 0;
              width: 8px;
              height: 8px;
              border: 1px solid #c51716;
              background-color: #ffffff;
              border-radius: 50%; }
              @media screen and (max-width: 470px) {
                .personal__wrapper-track-way-line-item:nth-child(2):before {
                  left: -3px; } }
            .personal__wrapper-track-way-line-item:nth-child(3):after {
              content: '';
              position: absolute;
              top: -4px;
              right: 0;
              width: 8px;
              height: 8px;
              border: 1px solid #c51716;
              background-color: #ffffff;
              border-radius: 50%; }
              @media screen and (max-width: 470px) {
                .personal__wrapper-track-way-line-item:nth-child(3):after {
                  left: -3px; } }
            .personal__wrapper-track-way-line-item:nth-child(3):before {
              content: '';
              position: absolute;
              top: -4px;
              left: 0;
              width: 8px;
              height: 8px;
              border: 1px solid #c51716;
              background-color: #ffffff;
              border-radius: 50%; }
              @media screen and (max-width: 470px) {
                .personal__wrapper-track-way-line-item:nth-child(3):before {
                  top: unset;
                  bottom: 0;
                  left: -3px; } }
        .personal__wrapper-track-way-icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (max-width: 470px) {
            .personal__wrapper-track-way-icon {
              margin-right: 35px;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              .personal__wrapper-track-way-icon-item + .personal__wrapper-track-way-icon-item {
                margin-top: 15px; } }
          .personal__wrapper-track-way-icon-item {
            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; }
            .personal__wrapper-track-way-icon-item .active-done:before {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              background: url("../img/track/done-track.png") no-repeat;
              background-size: cover;
              width: 11px;
              height: 11px; }
            .personal__wrapper-track-way-icon-item-text {
              text-align: center;
              max-width: 96px;
              margin-top: 12px;
              color: #454545;
              font-size: 12px;
              font-weight: 400; }
            .personal__wrapper-track-way-icon-item-img {
              position: relative;
              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: 42px;
              height: 42px;
              border: 1px solid #c4c4c4;
              border-radius: 50%; }
              @media screen and (max-width: 470px) {
                .personal__wrapper-track-way-icon-item-img {
                  width: 32px;
                  height: 32px; } }
              .personal__wrapper-track-way-icon-item-img img {
                -o-object-fit: cover;
                   object-fit: cover; }
      .personal__wrapper-track-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 775px) {
          .personal__wrapper-track-block {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .personal__wrapper-track-block-text {
          color: #454545;
          font-size: 15px;
          font-weight: 400;
          line-height: 20px; }
          @media screen and (max-width: 470px) {
            .personal__wrapper-track-block-text {
              font-size: 10px; } }
        .personal__wrapper-track-block-create {
          color: #454545;
          font-size: 12px;
          font-weight: 400; }
        .personal__wrapper-track-block-code {
          padding-bottom: 17px;
          display: block;
          text-decoration: none;
          color: #454545;
          font-size: 17px;
          font-weight: 400;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          @media screen and (max-width: 1080px) {
            .personal__wrapper-track-block-code {
              font-size: 15px; } }
          .personal__wrapper-track-block-code:hover {
            color: #c51716; }
        .personal__wrapper-track-block-number {
          padding-bottom: 5px;
          color: #454545;
          font-size: 15px;
          font-weight: 400; }
        .personal__wrapper-track-block-delivery {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (max-width: 775px) {
            .personal__wrapper-track-block-delivery {
              margin-top: 25px; } }
          .personal__wrapper-track-block-delivery-line {
            margin: 0 14px;
            position: relative;
            width: 321px;
            height: 2px;
            background-color: #c51716; }
            @media screen and (max-width: 1230px) {
              .personal__wrapper-track-block-delivery-line {
                width: 180px; } }
            @media screen and (max-width: 470px) {
              .personal__wrapper-track-block-delivery-line {
                width: 120px; } }
            .personal__wrapper-track-block-delivery-line:before {
              content: '';
              position: absolute;
              top: -4px;
              right: 0;
              width: 9px;
              height: 9px;
              background-color: #c51716;
              border-radius: 50%; }
            .personal__wrapper-track-block-delivery-line:after {
              content: '';
              position: absolute;
              top: -4px;
              left: 0;
              width: 9px;
              height: 9px;
              background-color: #c51716;
              border-radius: 50%; }
    @media screen and (max-width: 965px) {
      .personal__wrapper-item:first-child .active-mobile {
        display: none; } }
    .personal__wrapper-item-info-content.active-content {
      display: block; }
    .personal__wrapper-item-info-content {
      display: none; }
      .personal__wrapper-item-info-content-back {
        display: none; }
        @media screen and (max-width: 965px) {
          .personal__wrapper-item-info-content-back {
            max-width: 300px;
            margin-bottom: 35px;
            text-align: center;
            padding: 12px;
            cursor: pointer;
            display: block;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            border: 1px solid #c51716;
            background: #c51716; } }
        @media screen and (max-width: 400px) {
          .personal__wrapper-item-info-content-back {
            max-width: 100%; } }
      @media screen and (max-width: 720px) {
        .personal__wrapper-item-info-content-back.active-more {
          display: none; } }
      .personal__wrapper-item-info-content-text {
        padding-bottom: 18px;
        display: block;
        color: #505050;
        font-size: 17px;
        font-weight: 400;
        text-align: right;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
        .personal__wrapper-item-info-content-text:hover {
          color: #8f8f8f; }
      .personal__wrapper-item-info-content-save {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 17px; }
        @media screen and (max-width: 1230px) {
          .personal__wrapper-item-info-content-save {
            grid-template-columns: repeat(2, 334px);
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (max-width: 1230px) {
          .personal__wrapper-item-info-content-save {
            grid-template-columns: repeat(2, 334px);
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (max-width: 800px) {
          .personal__wrapper-item-info-content-save {
            grid-template-columns: 1fr 1fr; } }
        @media screen and (max-width: 660px) {
          .personal__wrapper-item-info-content-save {
            grid-template-columns: repeat(1, 334px); } }
        @media screen and (max-width: 380px) {
          .personal__wrapper-item-info-content-save {
            grid-template-columns: 1fr; } }
        .personal__wrapper-item-info-content-save-img {
          cursor: pointer;
          position: absolute;
          top: 10px;
          right: 8px;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          .personal__wrapper-item-info-content-save-img:hover {
            -webkit-filter: invert(24%) sepia(2%) saturate(5%) hue-rotate(342deg) brightness(97%) contrast(92%);
                    filter: invert(24%) sepia(2%) saturate(5%) hue-rotate(342deg) brightness(97%) contrast(92%); }
        .personal__wrapper-item-info-content-save-item a {
          text-decoration: none; }
      .personal__wrapper-item-info-content-info-pagination {
        padding-top: 84px;
        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; }
        .personal__wrapper-item-info-content-info-pagination a.active {
          color: #6d6d6d; }
        .personal__wrapper-item-info-content-info-pagination a + a {
          margin-left: 20px; }
        .personal__wrapper-item-info-content-info-pagination a {
          text-decoration: none;
          color: #c51716;
          font-size: 14px;
          font-weight: 400;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          @media screen and (max-width: 450px) {
            .personal__wrapper-item-info-content-info-pagination a {
              font-size: 10px; } }
          .personal__wrapper-item-info-content-info-pagination a:hover {
            color: #ff5c5c; }
      .personal__wrapper-item-info-content-info-all + .personal__wrapper-item-info-content-info-all {
        margin-top: 16px; }
      .personal__wrapper-item-info-content-info-all {
        padding: 21px 31px;
        background-color: #e8e8e8;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 820px) {
          .personal__wrapper-item-info-content-info-all {
            grid-template-columns: 1fr; }
            .personal__wrapper-item-info-content-info-all-item + .personal__wrapper-item-info-content-info-all-item {
              margin-top: 20px; } }
        .personal__wrapper-item-info-content-info-all-item-size {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-all-item-size {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          @media screen and (max-width: 820px) {
            .personal__wrapper-item-info-content-info-all-item-size {
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
        .personal__wrapper-item-info-content-info-all-item-text {
          color: #454545;
          font-size: 14px;
          font-weight: 400; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-all-item-text {
              font-size: 12px; } }
        .personal__wrapper-item-info-content-info-all-item-more {
          color: #c51716;
          font-size: 14px;
          font-weight: 400; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-all-item-more {
              font-size: 12px;
              margin-right: 20px; } }
        .personal__wrapper-item-info-content-info-all-item-num {
          color: #454545;
          font-size: 14px;
          font-weight: 400;
          text-decoration: underline;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-all-item-num {
              font-size: 12px; } }
          .personal__wrapper-item-info-content-info-all-item-num:hover {
            color: #8c8c8c; }
      .personal__wrapper-item-info-content-info-history {
        padding-bottom: 50px;
        padding-top: 34px;
        line-height: 24px;
        color: #454545;
        font-size: 15px;
        font-weight: 500; }
      .personal__wrapper-item-info-content-info-price {
        border-bottom: 2px solid #dcdcdc;
        padding-bottom: 33px;
        padding-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        @media screen and (max-width: 716px) {
          .personal__wrapper-item-info-content-info-price {
            -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; }
            .personal__wrapper-item-info-content-info-price-item + .personal__wrapper-item-info-content-info-price-item {
              margin-top: 20px; } }
        .personal__wrapper-item-info-content-info-price-cost {
          margin-left: 31px;
          color: #c51716;
          font-size: 21px;
          font-weight: 700; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-price-cost {
              margin-left: 15px;
              font-size: 19px; } }
          @media screen and (max-width: 448px) {
            .personal__wrapper-item-info-content-info-price-cost {
              font-size: 16px; } }
        .personal__wrapper-item-info-content-info-price-end {
          color: #c51716;
          font-size: 15px;
          font-weight: 500; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-price-end {
              font-size: 13px; } }
        .personal__wrapper-item-info-content-info-price-text {
          line-height: 24px;
          cursor: pointer;
          color: #959595;
          font-size: 15px;
          font-weight: 400;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-price-text {
              font-size: 14px; } }
          @media screen and (max-width: 448px) {
            .personal__wrapper-item-info-content-info-price-text {
              font-size: 9px; } }
          .personal__wrapper-item-info-content-info-price-text:hover {
            color: #6d6d6d; }
        .personal__wrapper-item-info-content-info-price-delivery {
          line-height: 24px;
          margin-right: 20px;
          color: #c51716;
          font-size: 15px;
          font-weight: 500; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-price-delivery {
              margin-right: 8px;
              font-size: 14px; } }
          @media screen and (max-width: 448px) {
            .personal__wrapper-item-info-content-info-price-delivery {
              font-size: 9px; } }
        .personal__wrapper-item-info-content-info-price-pay {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .personal__wrapper-item-info-content-info-price-city {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .personal__wrapper-item-info-content-info-price-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .personal__wrapper-item-info-content-info-price-item:first-child {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
      .personal__wrapper-item-info-content-info-cart {
        border-bottom: 2px solid #dcdcdc;
        padding-bottom: 29px;
        padding-top: 26px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 716px) {
          .personal__wrapper-item-info-content-info-cart {
            padding: 25px 20px;
            margin-top: 30px;
            grid-template-columns: 1fr;
            border: 1px solid #d0d0d0; } }
        .personal__wrapper-item-info-content-info-cart-input {
          display: block; }
          .personal__wrapper-item-info-content-info-cart-input input:checked + label::before {
            background-color: #c51716; }
          .personal__wrapper-item-info-content-info-cart-input input:checked + label::after {
            content: '';
            display: block;
            position: absolute;
            top: 4px;
            left: 8px;
            background: url("../img/done-cabinet.png") no-repeat;
            background-size: cover;
            width: 16px;
            height: 13px; }
          .personal__wrapper-item-info-content-info-cart-input input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer; }
          .personal__wrapper-item-info-content-info-cart-input label {
            position: relative;
            cursor: pointer; }
          .personal__wrapper-item-info-content-info-cart-input label:before {
            content: '';
            -webkit-appearance: none;
            border: 1px solid #888888;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            width: 30px;
            height: 30px;
            background-color: #888888; }
        .personal__wrapper-item-info-content-info-cart-item {
          color: #454545;
          font-size: 15px;
          font-weight: 500; }
          @media screen and (max-width: 716px) {
            .personal__wrapper-item-info-content-info-cart-item {
              padding: 20px 0;
              border-bottom: 1px solid #d0d0d0; }
              .personal__wrapper-item-info-content-info-cart-item:last-child {
                border-bottom: none; } }
          .personal__wrapper-item-info-content-info-cart-item-check {
            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; }
        .personal__wrapper-item-info-content-info-cart.active-color .personal__wrapper-item-info-content-info-cart-item {
          color: #c51716; }
      .personal__wrapper-item-info-content-info-article {
        padding-top: 28px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr; }
        @media screen and (max-width: 716px) {
          .personal__wrapper-item-info-content-info-article {
            display: none; } }
        .personal__wrapper-item-info-content-info-article-title {
          color: #454545;
          font-size: 12px;
          font-weight: 500; }
      .personal__wrapper-item-info-content-info-data {
        margin-top: 33px;
        padding: 14px 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-color: #e8e8e8; }
        @media screen and (max-width: 716px) {
          .personal__wrapper-item-info-content-info-data {
            -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; }
            .personal__wrapper-item-info-content-info-data div + div {
              margin-top: 8px; } }
        .personal__wrapper-item-info-content-info-data div {
          color: #454545;
          font-size: 12px;
          font-weight: 500; }
          @media screen and (max-width: 1230px) {
            .personal__wrapper-item-info-content-info-data div {
              font-size: 10px; } }
      .personal__wrapper-item-info-content-info-change {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 526px) {
          .personal__wrapper-item-info-content-info-change {
            -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; } }
      .personal__wrapper-item-info-content-info-repeat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 526px) {
          .personal__wrapper-item-info-content-info-repeat {
            -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; } }
        .personal__wrapper-item-info-content-info-repeat-order {
          color: #c51716;
          font-size: 20px;
          font-weight: 500;
          margin-right: 36px; }
        .personal__wrapper-item-info-content-info-repeat-select {
          cursor: pointer;
          color: #c51716;
          font-size: 15px;
          font-weight: 700;
          text-decoration: underline;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          @media screen and (max-width: 526px) {
            .personal__wrapper-item-info-content-info-repeat-select {
              margin: 20px 0; } }
          .personal__wrapper-item-info-content-info-repeat-select:hover {
            color: #831717; }
        .personal__wrapper-item-info-content-info-repeat-btn {
          text-decoration: none;
          cursor: pointer;
          position: relative;
          background-color: #c51716;
          padding: 10px 26px;
          color: #ffffff;
          font-size: 9px;
          font-weight: 400; }
          .personal__wrapper-item-info-content-info-repeat-btn:before {
            content: '';
            position: absolute;
            left: 8px;
            top: 7px;
            background-size: cover;
            background: url("../img/repeat-order.png") no-repeat;
            width: 12px;
            height: 14px; }
      .personal__wrapper-item-info-content-info-item.active-block-info-btn {
        display: block; }
      .personal__wrapper-item-info-content-info-item {
        display: none; }
      .personal__wrapper-item-info-content-order {
        margin-bottom: 51px;
        padding-bottom: 13px;
        max-width: 624px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #888888;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 720px) {
          .personal__wrapper-item-info-content-order {
            padding-bottom: 0;
            margin-bottom: 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            border-bottom: none; }
            .personal__wrapper-item-info-content-order-item + .personal__wrapper-item-info-content-order-item {
              margin-top: 30px; } }
        @media screen and (max-width: 720px) {
          .personal__wrapper-item-info-content-order-item.active-open-mobile {
            display: none; } }
        .personal__wrapper-item-info-content-order-item.active {
          color: #c51716; }
          .personal__wrapper-item-info-content-order-item.active:before {
            content: '';
            position: absolute;
            bottom: -16px;
            height: 4px;
            width: 100%;
            background: #c51716; }
            @media screen and (max-width: 720px) {
              .personal__wrapper-item-info-content-order-item.active:before {
                display: none; } }
        .personal__wrapper-item-info-content-order-item {
          position: relative;
          cursor: pointer;
          color: #454545;
          font-size: 20px;
          font-weight: 400;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
          @media screen and (max-width: 720px) {
            .personal__wrapper-item-info-content-order-item {
              display: block;
              font-size: 18px;
              border: 1px solid #454545;
              padding: 14px; }
              .personal__wrapper-item-info-content-order-item:last-child {
                margin-bottom: 30px; } }
          .personal__wrapper-item-info-content-order-item:hover {
            color: #c51716; }
          .personal__wrapper-item-info-content-order-item:hover:before {
            background: #c51716;
            left: 0;
            right: 0;
            width: 100%; }
          .personal__wrapper-item-info-content-order-item:before {
            content: '';
            position: absolute;
            bottom: -16px;
            height: 4px;
            width: 0;
            background: #c51716;
            -webkit-transition: all .5s;
            transition: all .5s; }
    .personal__wrapper-item-btn + .personal__wrapper-item-btn {
      margin-top: 10px; }
    .personal__wrapper-item .personal-active-btn {
      position: relative;
      color: #ffffff;
      border: 1px solid #c51716;
      background-color: #c51716; }
      .personal__wrapper-item .personal-active-btn:before {
        content: '';
        position: absolute;
        top: 20px;
        right: 15px;
        width: 14px;
        height: 10px;
        background: url("../img/personal-arrow.png") no-repeat;
        background-size: cover; }
    .personal__wrapper-item-btn {
      cursor: pointer;
      color: #505050;
      font-size: 17px;
      font-weight: 400;
      text-align: left;
      padding: 17px 24px;
      border: 1px solid #e8e8e8;
      background-color: #f6f6f6;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .personal__title {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }

@media screen and (max-width: 1400px) {
  .personal__wrapper-item-info-content--comparison .comparison .comparison__left {
    max-width: 250px; } }
@media screen and (max-width: 630px) {
  .personal__wrapper-item-info-content--comparison .comparison .comparison__left {
    max-width: 100%; } }

@media screen and (max-width: 1400px) {
  .personal__wrapper-item-info-content .registration__block {
    -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; } }
@media screen and (max-width: 1400px) {
  .personal__wrapper-item-info-content .tab__content-wrapper {
    grid-template-columns: 1fr; } }

/* End personal */
.services {
  padding-bottom: 50px; }
  .services__title {
    text-align: left; }
  .services__wrapper {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media screen and (max-width: 1100px) {
      .services__wrapper {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 650px) {
      .services__wrapper {
        grid-template-columns: 1fr; } }
    .services__wrapper-item {
      background-color: #ffffff;
      -webkit-transform: scale(0.97);
      transform: scale(0.97);
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
    }
      .services__wrapper-item > div:not(.services__wrapper-item-block){
        margin-top: 30px;
      }
      .services__wrapper-item:hover {
        -webkit-transform: scale(1);
                transform: scale(1); }
      .services__wrapper-item-block {
        padding: 30px 58px 38px 30px; }
        @media screen and (max-width: 400px) {
          .services__wrapper-item-block {
            padding: 30px 30px 38px 30px; } }
      .services__wrapper-item-title {
        margin-bottom: 26px; }
        .services__wrapper-item-title a {
          color: #333333;
          font-size: 20px;
          font-weight: 700;
          text-decoration: none;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
          .services__wrapper-item-title a:hover {
            color: #5f5f5f; }
      .services__wrapper-item-text {
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
      .services__wrapper-item img {
        width: 100%;
        height: 157px;
        -o-object-fit: contain;
           object-fit: contain; }

.attendance__request {
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: #ffffff;
  padding: 40px 60px;
  grid-gap: 50px; }
  @media screen and (max-width: 900px) {
    .attendance__request {
      grid-template-columns: 1fr;
      grid-gap: 20px; } }
  @media screen and (max-width: 600px) {
    .attendance__request {
      padding: 20px 25px; } }
  .attendance__request-item-btn {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px;
    background: #c51716;
    border: 1px solid #c51716;
    border-radius: 2px;
    color: #ffffff; }
    @media screen and (max-width: 900px) {
      .attendance__request-item-btn {
        max-width: 200px; } }
    @media screen and (max-width: 600px) {
      .attendance__request-item-btn {
        max-width: 100%; } }
.attendance__sociable {
  padding-bottom: 50px; }
  .attendance__sociable-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .attendance__sociable-item-text {
      text-decoration: none;
      color: #505050;
      font-size: 18px;
      font-weight: 400;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      @media screen and (max-width: 500px) {
        .attendance__sociable-item-text {
          font-size: 14px; } }
      @media screen and (max-width: 390px) {
        .attendance__sociable-item-text {
          font-size: 12px; } }
      .attendance__sociable-item-text:hover {
        color: #e20000; }
      .attendance__sociable-item-text:nth-child(1) {
        position: relative; }
        .attendance__sociable-item-text:nth-child(1):after {
          content: '';
          position: absolute;
          top: 4px;
          left: -23px;
          background: url("../img/open/open-arrow-left.png");
          width: 13px;
          height: 10px; }
          @media screen and (max-width: 390px) {
            .attendance__sociable-item-text:nth-child(1):after {
              top: 2px; } }
      .attendance__sociable-item-text:nth-child(2) {
        margin-left: 80px;
        position: relative; }
        @media screen and (max-width: 1250px) {
          .attendance__sociable-item-text:nth-child(2) {
            margin-left: 30px; } }
        @media screen and (max-width: 390px) {
          .attendance__sociable-item-text:nth-child(2) {
            margin-left: 15px; } }
        @media screen and (max-width: 370px) {
          .attendance__sociable-item-text:nth-child(2) {
            margin-left: -10px; } }
        .attendance__sociable-item-text:nth-child(2):after {
          content: '';
          position: absolute;
          top: 4px;
          right: -23px;
          background: url("../img/open/open-arrow-right.png");
          width: 13px;
          height: 10px; }
          @media screen and (max-width: 390px) {
            .attendance__sociable-item-text:nth-child(2):after {
              top: 2px; } }
.attendance__video {
  margin: 60px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .attendance__video {
      overflow: hidden;
      position: relative;
      height: 0;
      padding-bottom: 45%;
      padding-top: 30px; } }
  @media screen and (max-width: 768px) {
    .attendance__video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; } }
.attendance p {
  color: #555555;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px; }
.attendance__info {
  color: #333333;
  font-size: 30px;
  font-weight: 400; }
.attendance__wrapper {
  padding-top: 45px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 42px; }
  @media screen and (max-width: 1250px) {
    .attendance__wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 768px) {
    .attendance__wrapper {
      grid-template-columns: 1fr; } }
  .attendance__wrapper-item h1, .attendance__wrapper-item h2, .attendance__wrapper-item h3, .attendance__wrapper-item h4, .attendance__wrapper-item h5, .attendance__wrapper-item h6 {
    margin-bottom: 30px;
    color: #555555;
    font-size: 17px;
    font-weight: 700; }
  .attendance__wrapper-item p, .attendance__wrapper-item span, .attendance__wrapper-item strong, .attendance__wrapper-item ul, .attendance__wrapper-item ol, .attendance__wrapper-item a {
    color: #555555;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px; }
  .attendance__wrapper-item img {
    max-width: 450px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 510px) {
      .attendance__wrapper-item img {
        max-width: 100%;
        width: 100%;
        height: 100%; } }

/*Modal*/
[data-wrapper] {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 9999; }

.close-modal {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px; }

[data-wrapper].active {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  padding: 100px 0; }

[data-wrapper] .modal-content {
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  padding: 57px 49px 42px 49px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (max-width: 375px) {
    [data-wrapper] .modal-content {
      padding: 37px 29px 32px 29px; } }

[data-wrapper].active .modal-content {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
  visibility: visible; }

[data-wrapper="modal-wrapper-medium"] .modal-content {
  max-width: 600px; }

[data-wrapper] .modal-content h2 {
  margin: 0 0 15px 0; }

.modal__show {
  margin: 40px 0;
  color: #b1b1b1;
  font-size: 30px;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .modal__show {
      font-size: 21px; } }
.modal__title {
  max-width: 200px;
  margin-bottom: 35px;
  font-size: 30px;
  color: #333333; }
.modal__block-textarea {
  height: 150px;
  padding: 17px;
  margin-bottom: 30px;
  resize: none;
  border: 1px solid #b1b1b1;
  width: 100%;
  color: #b1b1b1;
  font-size: 16px; }
.modal__block-btn {
  text-decoration: none;
  margin: 0 auto;
  max-width: 280px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 22px 40px;
  font-size: 18px;
  background: #c51716;
  color: #ffffff; }
  @media screen and (max-width: 375px) {
    .modal__block-btn {
      max-width: 100%;
      padding: 15px 20px;
      font-size: 16px; } }
.modal__block-file {
  margin-bottom: 36px;
  margin-top: 18px;
  border: 1px dotted #b1b1b1;
  width: 100%;
  color: #b1b1b1;
  font-size: 16px;
  padding: 14px 16px; }
.modal__block-item + .modal__block-item {
  margin-top: 25px; }
.modal__block-title {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 18px; }
.modal__block-text {
  border: 1px solid #b1b1b1;
  width: 100%;
  color: #b1b1b1;
  font-size: 16px;
  padding: 14px 16px; }

/*# sourceMappingURL=style.css.map */