@import url(../fonts/evolventa.css);
@import url(vendor.css);
/* Globals */
* {
  box-sizing: border-box; }

html {
  font-size: 12px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: overlay;
  font-family: "Evolventa", Helvetica, sans-serif; }

body {
  opacity: 0; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

svg {
  vertical-align: top; }

a {
  color: currentColor;
  text-decoration: none; }

a:not([class]) {
  text-decoration: none; }
  a:not([class]):hover {
    text-decoration: underline; }

.nobr {
  white-space: nowrap; }

.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.global-svg {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  visibility: hidden; }

.svg-icon.-ig-circle {
  fill: url("#ig-gradient"); }

.svg-icon.-yt-circle {
  fill: #f00; }

.svg-icon.-fb-circle {
  fill: #4867a9; }

.svg-icon.-ig-drop {
  fill: url("#ig-gradient"); }

.svg-icon.-yt-drop {
  fill: #f00; }

.svg-icon.-fb-drop {
  fill: #4867a9; }

.notification {
  background: #1e1e1e;
  color: #fff;
  padding: 9px 20px;
  font-size: 12px;
  text-align: center; }
  @media (max-width: 767px) {
    .notification {
      font-size: 10px; } }

.header {
  border-bottom: 1px solid #1e1e1e; }
  .header__inner {
    display: flex;
    align-items: flex-end;
    padding: 22px 0 26px;
    position: relative; }
    @media (max-width: 767px) {
      .header__inner {
        flex-direction: column;
        padding: 10px 0 20px; } }
  .header__logo {
    margin-right: auto; }
    @media (max-width: 767px) {
      .header__logo {
        margin-bottom: 25px;
        width: 138px; } }
    .header__logo .svg-icon {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      top: 2px; }
  .header__nav {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 767px) {
      .header__nav {
        justify-content: space-between;
        width: 100%; } }
  .header__nav-link {
    border-radius: 50%;
    transition: .2s ease; }
    @media (max-width: 767px) {
      .header__nav-link {
        font-size: 11.45px; } }
    .header__nav-link:hover, .header__nav-link.is-active {
      color: #f00; }
    .header__nav-link.is-active {
      color: #f00;
      font-weight: bold;
      transition: 0s; }
  .header__nav-delimiter {
    margin: 0 25px; }
    @media (max-width: 1023px) {
      .header__nav-delimiter {
        margin: 0 15px; } }
    @media (max-width: 767px) {
      .header__nav-delimiter {
        margin: 0; }
        .header__nav-delimiter:last-child {
          display: none; } }
  .header__socials {
    margin-right: -15px;
    position: relative;
    top: 3px; }
    @media (max-width: 1023px) {
      .header__socials {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .header__socials {
        position: absolute;
        top: 26px; } }
  .header__socials-link {
    margin-left: 10px; }
  .header .svg-icon {
    -webkit-filter: brightness(0);
            filter: brightness(0);
    transition: .2s ease; }
    .header .svg-icon:hover {
      -webkit-filter: brightness(1);
              filter: brightness(1); }

.footer {
  background: #1e1e1e;
  color: #fff; }
  .footer .svg-icon {
    fill: #fff;
    display: block; }
  .footer__inner {
    display: flex;
    align-items: flex-end;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .footer__inner {
        padding: 15px 0 10px; } }
  @media (max-width: 767px) {
    .footer__logo .svg-icon {
      width: 65px;
      height: auto; } }
  .footer__copyright {
    height: 26px;
    display: flex;
    align-items: center;
    padding-left: 47px;
    margin-left: 67px;
    border-left: 2px solid #fff;
    position: relative;
    bottom: 2px; }
    @media (max-width: 767px) {
      .footer__copyright {
        padding-left: 24px;
        margin-left: 24px;
        font-size: 6.45px;
        height: 15px;
        bottom: 1px; } }

.hero-slider {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .hero-slider {
      margin-bottom: 30px; }
      .hero-slider .container {
        padding: 0; } }
  .hero-slider__item {
    height: 450px;
    display: flex;
    align-items: center;
    background: no-repeat center;
    background-size: cover; }
    @media (max-width: 767px) {
      .hero-slider__item {
        height: 280px;
        background-position: 42% center; } }
  .hero-slider__item-caption {
    padding: 0 80px; }
    @media (max-width: 767px) {
      .hero-slider__item-caption {
        padding: 0 20px; } }
  .hero-slider__item-title {
    margin: 0;
    line-height: 1;
    font-size: 36px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .hero-slider__item-title {
        font-size: 26px; } }
  .hero-slider__item-description {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .hero-slider__item-description {
        margin-top: 15px; } }
  .hero-slider__btn {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .hero-slider__btn {
        margin-top: 25px; } }
  .hero-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 15px 0 0;
    padding: 0; }
    .hero-slider .slick-dots li {
      margin: 0 3.5px;
      width: 9px;
      height: 9px;
      flex-shrink: 0;
      background: #ededed;
      border-radius: 0 50% 50% 50%;
      transform: rotate(45deg);
      transition: .2s ease;
      cursor: pointer; }
      .hero-slider .slick-dots li:nth-child(odd) {
        transform: rotate(225deg) translate(10%, 10%); }
      .hero-slider .slick-dots li.slick-active, .hero-slider .slick-dots li:hover {
        background: #000; }
    .hero-slider .slick-dots button {
      display: none; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  outline: none;
  background: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  transition: color .3s ease, background .15s ease; }
  .btn:hover {
    color: #fff;
    background: #000; }
  .btn__text {
    position: relative;
    background: inherit;
    padding: 0 18px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    border: 1px solid #000000; }
    @media (max-width: 767px) {
      .btn__text {
        font-size: 15.35px; } }
  .btn:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: -4px;
    left: 3px;
    right: -3px;
    border: 1px solid #000000;
    pointer-events: none; }

.catalog-list {
  margin-bottom: 57px; }
  .catalog-list__title {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .catalog-list__title {
        font-size: 26px;
        text-align: center; } }
  .catalog-list__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; }
    @media (max-width: 767px) {
      .catalog-list__list {
        margin: -1px -.5px; } }
  .catalog-list__item {
    width: 25%;
    padding: 10px; }
    @media (max-width: 1023px) {
      .catalog-list__item {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .catalog-list__item {
        width: 50%;
        padding: 1px .5px; } }
  .catalog-list__item-link {
    height: 250px;
    display: flex;
    align-items: flex-end;
    background: #000;
    background: no-repeat center;
    background-size: cover;
    border: 1px solid #e5e5e5;
    padding: 15px;
    transition: .1s ease; }
    @media (max-width: 767px) {
      .catalog-list__item-link {
        height: 170px;
        padding: 8px 15px; } }
    .catalog-list__item-link:hover {
      border: 1px solid #1e1e1e; }
  .catalog-list__item-title {
    height: 50px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .catalog-list__item-title {
        height: 42px;
        transform: scale(0.7);
        transform-origin: left bottom; } }
  .catalog-list__item-type_volume {
    font-size: 14px; }
    @media (max-width: 767px) {
      .catalog-list__item-type_volume {
        font-size: 10px; } }
  .catalog-list__item-type {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: .3em; }

.properties {
  background: #feb600;
  overflow: hidden; }
  .properties__inner {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .properties__inner {
        transform: scale(0.55); } }
  .properties__text {
    width: 200px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    top: 12px; }
    .properties__text:first-child {
      text-align: right;
      padding-right: 5px;
      top: 0; }
  .properties__image {
    margin: 0 10px; }

.contacts-header {
  color: #fff;
  background: #000;
  padding: 50px 0 25px; }
  @media (max-width: 767px) {
    .contacts-header {
      padding: 30px 0 25px; } }
  .contacts-header__title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .contacts-header__title {
        font-size: 22px;
        margin: 0 0 20px; } }
  .contacts-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .contacts-header__content {
        flex-wrap: wrap; } }
  .contacts-header__text {
    max-width: 350px;
    width: 100%;
    font-size: 14px; }
    @media (max-width: 767px) {
      .contacts-header__text {
        font-size: 12px;
        width: 290px; }
        .contacts-header__text br {
          display: none; } }
  .contacts-header__bl-logo {
    height: 100px;
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 20px 0 35px;
    margin: 0 40px 0 10px;
    position: relative;
    bottom: 10px; }
    .contacts-header__bl-logo-mob {
      display: none; }
    @media (max-width: 1023px) {
      .contacts-header__bl-logo {
        height: 80px;
        border-right: 0;
        bottom: 0; } }
    @media (max-width: 767px) {
      .contacts-header__bl-logo {
        padding: 0;
        margin: 0 10px;
        height: 50px; } }
  @media (max-width: 767px) and (max-width: 360px) {
    .contacts-header__bl-logo {
      border-left: 0;
      margin: 0; } }
    @media (max-width: 767px) {
        .contacts-header__bl-logo-mob {
          display: block;
          margin-left: auto;
          padding-left: 30px; } }
    @media (max-width: 767px) and (max-width: 360px) {
      .contacts-header__bl-logo-mob {
        padding-left: 0; } }
    @media (max-width: 767px) {
        .contacts-header__bl-logo-desktop {
          display: none; } }
  .contacts-header__contacts {
    font-size: 18px; }
    @media (max-width: 767px) {
      .contacts-header__contacts {
        font-size: 16px;
        margin-top: 10px;
        width: 100%; } }

.contacts {
  text-align: center;
  padding: 50px 0; }
  .contacts__title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .contacts__title {
        font-size: 22px; } }
  .contacts__subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1; }
    @media (max-width: 767px) {
      .contacts__subtitle {
        font-size: 12px; } }
  .contacts__shops {
    background: #f6f6f6; }
  .contacts__shops-list {
    display: flex;
    margin: 50px -10px;
    padding: 10px 0; }
    @media (max-width: 767px) {
      .contacts__shops-list {
        flex-wrap: wrap;
        margin: 15px -3px 20px; } }
  .contacts__shops-item {
    width: 33.33%;
    padding: 10px; }
    @media (max-width: 767px) {
      .contacts__shops-item {
        width: 100%;
        padding: 3px; } }
  .contacts__shops-link {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 25px; }
    @media (max-width: 767px) {
      .contacts__shops-link {
        max-width: 265px;
        height: 105px;
        margin: 0 auto; } }
  .contacts__shops-image {
    display: block; }
    @media (max-width: 767px) {
      .contacts__shops-image {
        transform: scale(0.7); } }
  .contacts__socials-list {
    margin: 50px 0;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .contacts__socials-list {
        transform: scale(0.7);
        margin: 20px 0; } }
  .contacts__socials-link:nth-child(2) {
    margin: 0 -20px;
    position: relative;
    top: 50px; }
  .contacts .svg-icon {
    -webkit-filter: brightness(0);
            filter: brightness(0);
    transition: .2s ease; }
    .contacts .svg-icon:hover {
      -webkit-filter: brightness(1);
              filter: brightness(1); }

.about-header {
  background: #29b1ff;
  padding: 45px 0 30px; }
  @media (max-width: 767px) {
    .about-header {
      padding: 30px 0; } }
  .about-header__content {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .about-header__content {
        flex-wrap: wrap; } }
  .about-header__title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px;
    width: 310px;
    color: #fff; }
    @media (max-width: 1023px) {
      .about-header__title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .about-header__title {
        font-size: 22px;
        width: 100%; } }
  .about-header__icons {
    display: flex;
    align-items: center;
    padding: 0 5px;
    height: 160px;
    border-right: 1px solid #000;
    border-left: 1px solid #000; }
    @media (max-width: 767px) {
      .about-header__icons {
        order: 2;
        height: 95px;
        flex-direction: column-reverse;
        justify-content: center;
        border-right: 0;
        padding: 0 0 0 25px; } }
  .about-header__icon {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px; }
    @media (max-width: 1023px) {
      .about-header__icon {
        margin: 0 10px; } }
    @media (max-width: 767px) {
      .about-header__icon {
        margin: 0; }
        .about-header__icon:first-child {
          margin-top: 15px; }
        .about-header__icon .svg-icon {
          width: 55px;
          height: auto; } }
    .about-header__icon span {
      display: block;
      font-size: 18px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: -30px; }
      @media (max-width: 767px) {
        .about-header__icon span {
          margin: 5px 0 0;
          font-size: 10px; } }
  .about-header__text {
    width: 350px;
    padding-left: 20px;
    font-size: 14px; }
    @media (max-width: 1023px) {
      .about-header__text {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .about-header__text {
        width: calc(100% - 100px);
        padding: 0;
        margin-right: auto; } }

.about {
  margin: 50px 0 130px; }
  @media (max-width: 767px) {
    .about {
      margin: 40px 0 60px; } }
  .about__title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 35px;
    text-align: center; }
    @media (max-width: 767px) {
      .about__title {
        font-size: 22px;
        margin: 0 0 25px; } }
  .about__advantages-list {
    display: flex;
    margin: -10px; }
    @media (max-width: 767px) {
      .about__advantages-list {
        flex-wrap: wrap;
        margin: -7px; } }
  .about__advantages-item {
    width: 25%;
    padding: 10px; }
    @media (max-width: 767px) {
      .about__advantages-item {
        width: 50%;
        padding: 7px; } }
  .about__advantage {
    padding: 0 10px 256%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: no-repeat center;
    background-size: cover;
    position: relative; }
    @media (max-width: 1023px) {
      .about__advantage {
        font-size: 10px; } }
  .about__advantage-title {
    position: absolute;
    top: 30%;
    left: 10px;
    right: 10px; }
  .about__content {
    margin-top: 35px;
    display: flex; }
    @media (max-width: 767px) {
      .about__content {
        flex-direction: column;
        margin-top: 10px; } }
  .about__content-aside {
    width: 25%;
    flex-shrink: 0;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .about__content-aside {
        width: 100%;
        padding: 0; } }
  .about__content-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0; }
  .about__content-main {
    width: 100%;
    padding-left: 5px; }
    @media (max-width: 767px) {
      .about__content-main {
        padding: 0; } }

.services-header {
  background: #feb600;
  padding: 45px 0 40px; }
  @media (max-width: 767px) {
    .services-header {
      padding: 30px 0; } }
  .services-header__title {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .services-header__title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .services-header__title {
        font-size: 22px;
        margin-bottom: 20px; } }
    .services-header__title span {
      color: #fff; }
  .services-header__content {
    font-size: 14px;
    display: flex; }
    @media (max-width: 767px) {
      .services-header__content {
        flex-direction: column;
        font-size: 12px; } }
  .services-header__left {
    width: 440px; }
    @media (max-width: 767px) {
      .services-header__left {
        width: 100%; } }
  .services-header__right {
    width: 395px;
    padding-left: 35px; }
    @media (max-width: 767px) {
      .services-header__right {
        padding: 0;
        width: 100%; } }

.services {
  margin: 40px 0 80px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .services {
      margin: 0; } }
  .services__title {
    margin: 40px 0 -20px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .services__title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .services__title {
        font-size: 22px;
        max-width: 260px;
        margin: 40px 0 -40px; } }
    .services__title span {
      font-weight: normal;
      font-size: 48px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .services__title span {
          display: block;
          font-size: 27px;
          margin-bottom: 10px; } }
      .services__title span b {
        position: relative;
        top: 4px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .services__title span b {
            top: 1px; } }
  .services__item {
    background: #ededed;
    margin-top: 80px; }
    @media (max-width: 767px) {
      .services__item {
        margin-bottom: 100px; } }
    .services__item.-i1 .services__item-caption {
      margin-right: 95px; }
    .services__item.-i2 .services__item-image {
      margin-left: -40px; }
      @media (max-width: 767px) {
        .services__item.-i2 .services__item-image {
          margin-left: -395px; } }
    .services__item.-i3 .services__item-caption, .services__item.-i5 .services__item-caption {
      margin-right: auto;
      margin-left: 85px; }
    .services__item.-i3 .services__item-image, .services__item.-i5 .services__item-image {
      right: 0;
      left: initial; }
      @media (max-width: 1023px) {
        .services__item.-i3 .services__item-image, .services__item.-i5 .services__item-image {
          transform-origin: right bottom; } }
      @media (max-width: 767px) {
        .services__item.-i3 .services__item-image, .services__item.-i5 .services__item-image {
          transform: scale(0.6);
          transform-origin: center bottom;
          left: 50%;
          margin-left: -560px;
          margin-right: 0;
          right: 0; } }
    @media (max-width: 1023px) {
      .services__item.-i5 .services__item-image {
        margin-right: -30px; } }
  .services__item-content {
    display: flex;
    align-items: center;
    position: relative;
    height: 250px; }
    @media (max-width: 1023px) {
      .services__item-content {
        height: 170px; } }
    @media (max-width: 767px) {
      .services__item-content {
        height: 150px;
        display: block; } }
  .services__item-image {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 1023px) {
      .services__item-image {
        transform: scale(0.68);
        transform-origin: left bottom; } }
    @media (max-width: 767px) {
      .services__item-image {
        transform: scale(0.6);
        transform-origin: center bottom;
        left: 50%;
        margin-left: -360px; } }
    .services__item-image img {
      max-width: initial; }
  .services__item-caption {
    text-align: center;
    margin-left: auto;
    margin-right: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .services__item-caption {
        margin: 0 -20px !important;
        width: auto;
        background: #fff;
        position: relative;
        top: 160px; } }
  .services__item-title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 7px; }
    @media (max-width: 767px) {
      .services__item-title {
        font-size: 15px; }
        .services__item-title br {
          display: none; } }
  .services__item-link {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }

.catalog-header {
  background: #1e1e1e;
  padding-top: 100px;
  box-shadow: inset 0 100px #fff;
  overflow: hidden;
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .catalog-header {
      overflow-x: auto; } }
  .catalog-header__list {
    display: flex;
    white-space: nowrap;
    justify-content: center; }
    @media (max-width: 767px) {
      .catalog-header__list {
        display: table; } }
  @media (max-width: 767px) {
    .catalog-header__item {
      display: table-cell;
      vertical-align: top; } }
  .catalog-header__item:first-child .catalog-header__link:after {
    display: none; }
  .catalog-header__item:hover .catalog-header__link-img.-disabled {
    transform: scale(0.85); }
  .catalog-header__item.is-active .catalog-header__link-img.-active {
    opacity: 1; }
  .catalog-header__item.is-active .catalog-header__link-img.-disabled {
    display: none; }
  .catalog-header__item.is-active .catalog-header__link:before {
    opacity: 1; }
  .catalog-header__item.is-active .catalog-header__link svg {
    fill: #000; }
  .catalog-header__link {
    padding: 0 35px;
    position: relative;
    height: 33px;
    display: inline-flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .catalog-header__link {
        padding: 0 18px; } }
    @media (max-width: 767px) {
      .catalog-header__link {
        padding: 0 30px; } }
    .catalog-header__link:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: #fff;
      transform: skewX(-45deg);
      opacity: 0;
      transition: .2s ease; }
    .catalog-header__link:after {
      content: '';
      position: absolute;
      background: #fff;
      left: 0;
      top: -8px;
      bottom: -8px;
      width: 2px;
      transform: rotate(45deg); }
    .catalog-header__link svg {
      fill: #fff;
      position: relative;
      transition: .2s ease; }
  .catalog-header__link-img {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 auto -1px;
    bottom: 100%;
    transition: .3s ease; }
    .catalog-header__link-img.-active {
      opacity: 0; }
    .catalog-header__link-img.-disabled {
      transform: scale(0.7);
      transform-origin: bottom; }
  @media (max-width: 1023px) and (min-width: 768px) {
    .catalog-header__text {
      transform: scale(0.6); } }

.catalog {
  overflow: hidden; }
  .catalog__card {
    display: flex;
    margin: 0 -10px 30px; }
    @media (max-width: 1023px) {
      .catalog__card {
        flex-direction: column; } }
  .catalog__card-left, .catalog__card-right {
    padding: 10px;
    width: 50%; }
    @media (max-width: 1023px) {
      .catalog__card-left, .catalog__card-right {
        width: 100%; } }
  .catalog__image {
    background: no-repeat center;
    background-size: cover; }
    .catalog__image:before {
      content: '';
      display: block;
      padding-bottom: 108%; }
    @media (max-width: 1023px) {
      .catalog__image {
        max-width: 360px;
        width: 100%;
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .catalog__content {
      overflow: hidden; } }
  .catalog__model {
    font-size: 24px;
    line-height: 1; }
    @media (max-width: 767px) {
      .catalog__model {
        font-size: 16px; } }
  .catalog__title {
    margin: 15px 0 20px; }
    @media (max-width: 767px) {
      .catalog__title {
        transform: scale(0.6);
        transform-origin: left;
        margin: -5px 0; } }
  .catalog__type {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      .catalog__type {
        font-size: 16px; } }
  .catalog__description {
    margin: 0 0 10px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .catalog__description {
        font-size: 10px;
        margin-bottom: 5px; } }
  .catalog__text {
    font-size: 14px; }
    @media (max-width: 767px) {
      .catalog__text {
        font-size: 10px; } }
  .catalog__props {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    padding: 20px 0;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .catalog__props {
        padding: 0;
        margin: 10px 0; } }
  .catalog__props-left {
    width: 180px;
    flex-shrink: 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 1023px) {
      .catalog__props-left {
        width: calc(50% - 100px); } }
    @media (max-width: 767px) {
      .catalog__props-left {
        transform: scale(0.7);
        transform-origin: left; } }
  .catalog__prop-warm {
    margin-bottom: 10px; }
  .catalog__prop-warm, .catalog__prop-cold {
    display: flex;
    align-items: center; }
  .catalog__prop-icon {
    width: 36px;
    flex-shrink: 0; }
  .catalog__prop-value {
    min-width: 50px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 30px;
    margin-top: -.5px; }
  .catalog__prop-text {
    text-transform: uppercase;
    font-size: 14px; }
  .catalog__props-right {
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .catalog__props-right {
        width: 220px;
        margin-left: auto; } }
    .catalog__props-right:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 80px;
      background: #fff;
      transform: skewX(-45deg);
      border-right: 4px solid #000;
      transform-origin: right top; }
  .catalog__prop {
    padding: 5px 0 5px 110px;
    font-size: 14px;
    border-bottom: 1px dotted #cfcfcf; }
    @media (max-width: 767px) {
      .catalog__prop {
        font-size: 10px;
        padding: 3px 0 3px 100px; } }
  .catalog__info {
    display: flex;
    margin: -10px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .catalog__info {
        font-size: 10px; } }
  .catalog__info-left, .catalog__info-right {
    width: 50%;
    padding: 10px; }

.catalog-colors__title {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  margin: 0 0 35px; }
  .catalog-colors__title:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 2px;
    left: 0;
    right: 0;
    border-top: 1px dotted #cfcfcf; }
  .catalog-colors__title span {
    position: relative;
    background: #fff;
    padding-right: 20px; }

.catalog-colors__list {
  display: flex;
  margin: -10px; }
  @media (max-width: 767px) {
    .catalog-colors__list {
      flex-wrap: wrap; } }

.catalog-colors__item {
  width: 16.66%;
  padding: 10px;
  font-size: 14px;
  text-align: center; }
  @media (max-width: 767px) {
    .catalog-colors__item {
      width: 33.33%; } }

.catalog-colors__item-image {
  background: no-repeat center;
  background-size: contain; }
  .catalog-colors__item-image:before {
    content: '';
    display: block;
    padding-bottom: 108%; }

.catalog-colors__item-title {
  margin-top: 5px;
  font-weight: bold; }

.catalog-colors__item-color {
  text-transform: uppercase;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .catalog-colors__item-color {
      margin-top: 5px;
      font-size: 10.45px; } }

.catalog-custom {
  margin: 20px 0 40px;
  display: flex; }
  @media (max-width: 767px) {
    .catalog-custom {
      margin-bottom: 80px; } }
  .catalog-custom__inner {
    border-top: 1px dotted #cfcfcf;
    padding-top: 15px;
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .catalog-custom__inner {
        flex-wrap: wrap;
        justify-content: center; } }
  .catalog-custom__image {
    width: 140px;
    flex-shrink: 0;
    background: no-repeat center;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .catalog-custom__image {
        width: 65px;
        background-size: contain; } }
    .catalog-custom__image:before {
      content: '';
      display: block;
      padding-bottom: 108%; }
  .catalog-custom__logo-text {
    font-size: 18px;
    text-transform: uppercase;
    width: 120px; }
  .catalog-custom__text {
    padding: 0 90px;
    position: relative;
    font-size: 14px; }
    @media (max-width: 1023px) {
      .catalog-custom__text {
        width: 100%;
        margin: 20px 0;
        text-align: center; }
        .catalog-custom__text:before, .catalog-custom__text:after {
          display: none; } }
    @media (max-width: 767px) {
      .catalog-custom__text {
        padding: 0 10px;
        font-size: 11.2px; } }
    .catalog-custom__text:before, .catalog-custom__text:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 80px;
      transform: skewX(-45deg); }
    .catalog-custom__text:before {
      border-right: 4px solid #000;
      transform-origin: left top;
      left: -10px; }
    .catalog-custom__text:after {
      border-left: 4px solid #000;
      transform-origin: right bottom;
      right: 10px; }
  @media (max-width: 1023px) {
    .catalog-custom__btn {
      width: 100px; } }

.catalog-header__item.catalog-header__item__active .catalog-header__link:before {opacity:1;}
.catalog-header__item.catalog-header__item__active .catalog-header__link svg {fill:#000;}

html, body { height: 100%; overflow-x: hidden; }
.app { min-height: 100%; display: flex; flex-direction: column; }
.footer { margin-top: auto; }

.catalog-header {padding-top:79px;box-shadow:inset 0 80px #fff}

.contacts__shops-list { justify-content: center; }

.catalog-header__item:nth-child(1) svg { transform: translateX(0%) }
.catalog-header__item:nth-child(2) svg { transform: translateX(12%) }
.catalog-header__item:nth-child(3) svg { transform: translateX(23%) }
.catalog-header__item:nth-child(4) svg { transform: translateX(14%) }
.catalog-header__item:nth-child(5) svg { transform: translateX(24%) }
.catalog-header__item:nth-child(6) svg { transform: translateX(10%) }
.catalog-header__item:nth-child(7) svg { transform: translateX(5%) }
.catalog-header__item:nth-child(8) svg { transform: translateX(8%) }

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