@charset "UTF-8";
@font-face {
  font-family: 'HarmoniaSansProCyr-Light';
  src: url("../fonts/HarmoniaSansProCyr-Light.eot");
  src: local("☺"), url("../fonts/HarmoniaSansProCyr-Light.woff") format("woff"), url("../fonts/HarmoniaSansProCyr-Light.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyr-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HarmoniaSansProCyr-Regular';
  src: url("../fonts/HarmoniaSansProCyr-Regular.eot");
  src: local("☺"), url("../fonts/HarmoniaSansProCyr-Regular.woff") format("woff"), url("../fonts/HarmoniaSansProCyr-Regular.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyr-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HarmoniaSansProCyr-Bold';
  src: url("../fonts/HarmoniaSansProCyr-Bold.eot");
  src: local("☺"), url("../fonts/HarmoniaSansProCyr-Bold.woff") format("woff"), url("../fonts/HarmoniaSansProCyr-Bold.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyr-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HarmoniaSansProCyr-Black';
  src: url("../fonts/HarmoniaSansProCyr-Black.eot");
  src: local("☺"), url("../fonts/HarmoniaSansProCyr-Black.woff") format("woff"), url("../fonts/HarmoniaSansProCyr-Black.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyr-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HarmoniaSansProCyr-SemiBd';
  src: url("../fonts/HarmoniaSansProCyr-SemiBd.eot");
  src: local("☺"), url("../fonts/HarmoniaSansProCyr-SemiBd.woff") format("woff"), url("../fonts/HarmoniaSansProCyr-SemiBd.ttf") format("truetype"), url("../fonts/HarmoniaSansProCyr-SemiBd.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Font Awesome';
  src: url("../fonts/FontAwesome.eot");
  src: local("☺"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "HarmoniaSansProCyr-Regular";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "HarmoniaSansProCyr-Regular"; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1182px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0px 25px 0px; }
  @media (max-width: 992px) {
    .header__top {
      padding: 10px 0px 10px 0px; } }

.header__fix-wrap.fix__header {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 30px;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  padding-bottom: 10px; }

.header__top__mail {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  color: #34404b;
  font-size: 12px; }
  .header__top__mail:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 11px;
    width: 18px;
    background: url("../img/header/mail.png") center no-repeat; }

.header__top__tel {
  padding-left: 25px;
  position: relative;
  color: #34404b;
  font-size: 12px; }
  .header__top__tel:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background: url("../img/header/tel.png") center no-repeat; }

@media (max-width: 480px) {
  .header__top__social {
    display: none; } }

.header__top__social__linc {
  margin-left: 20px; }

.header {
  min-height: 120px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 992px) {
    .header {
      min-height: 70px; } }
  .header .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

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

.header__logo {
  margin-right: 80px; }
  @media (max-width: 480px) {
    .header__logo {
      margin-right: 0; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu li {
    margin-right: 40px; }
    @media (max-width: 992px) {
      .menu li {
        margin-bottom: 40px;
        margin-right: 0px; } }
  .menu:last-child {
    margin-right: 0px; }
  @media (max-width: 992px) {
    .menu {
      padding-top: 50px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.header__link {
  color: #34404b;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .header__link {
      color: #fff; } }
  .header__link:hover {
    color: #ff5912;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

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

.header__icon {
  margin-right: 35px; }
  @media (max-width: 480px) {
    .header__icon {
      margin-right: 15px; } }

footer {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .footer__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 15px;
  margin-bottom: 30px; }

.footer__logo {
  text-align: center;
  margin-bottom: 20px; }

.footer__copyright {
  color: #28313b;
  font-size: 14px;
  line-height: 30px; }

.footer__nav {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px; }
  @media (max-width: 767px) {
    .footer__nav {
      -webkit-column-count: 2;
      column-count: 2; } }
  .footer__nav li {
    margin-bottom: 25px;
    position: relative; }
    .footer__nav li:after {
      content: '';
      position: absolute;
      top: 5px;
      left: -5px;
      font-family: "Font Awesome";
      color: #28313b;
      font-size: 6px; }
    .footer__nav li:hover:after {
      color: #ff5912; }
  .footer__nav .footer_nav_link {
    padding-left: 10px;
    position: relative;
    color: #28313b;
    font-size: 14px; }
    .footer__nav .footer_nav_link:hover {
      color: #ff5912; }

.footer__pay-title {
  text-align: center;
  color: #ff5912;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px; }

@media (max-width: 992px) {
  body.lock {
    overflow: hidden; }
  .header__body {
    height: 50px; }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 10; }
  .header__burger span {
    position: absolute;
    background-color: #34404b;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .header__burger:before,
  .header__burger:after {
    content: '';
    background-color: #34404b;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .header__burger:before {
    top: 0; }
  .header__burger:after {
    bottom: 0; }
  .header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    background-color: #fff; }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: #fff; }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 20px 10px;
    z-index: 8; }
  .header__menu.active {
    top: 0px; }
  .header__menu {
    display: block; } }

/* Слайдер */
.slick-slider {
  min-width: 0; }

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden; }

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* Слайд */
/* Слайд активный */
/* Слайд основной */
/* Слайд по центру */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки */
/* Конкретный слайдер */
.slider {
  position: relative;
  padding: 0px 60px; }

/* Слайдер */
.slick-slider {
  min-width: 0; }

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden; }

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Слайд */
.slick-slide {
  text-align: center; }

/* Слайд активный */
/* Слайд основной */
/* Слайд по центру */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px; }
  .slick-dots img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #fff;
    padding: 5px;
    box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.05); }
  .slick-dots .slick-active {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(255, 89, 18, 0.9); }

.slick-dots li:hover img {
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  border: 1px solid #e2e2e2; }

.slick-dots li {
  margin-right: 50px; }
  .slick-dots li:last-child {
    margin-right: 0; }

/* Конкретный слайдер */
.product__slider {
  position: relative;
  padding: 0px 50px; }

/*PRODUCTS
========================================*/
.products {
  padding: 50px 0;
  background-color: #f4f6f8; }

.product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.product__acide {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 15px; }
  @media (max-width: 650px) {
    .product__acide {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
      flex: 0 1 45%; } }
  @media (max-width: 380px) {
    .product__acide {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
      flex: 0 1 30%; } }

.acide__column {
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
  padding: 41px; }
  @media (max-width: 380px) {
    .acide__column {
      padding: 20px; } }

.product__categories li {
  margin-bottom: 35px; }

.product__categories .aside__column__link {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 16px; }

.acide__column-title {
  color: #ff5912;
  font-family: 'HarmoniaSansProCyr-Black';
  font-size: 18px;
  margin-bottom: 20px; }

/*ASIDE CHECKBOX*/
.option {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative; }

.check__box {
  margin-left: -20px;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #edf0f2;
  top: 3px; }

.check__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute; }

.checkbox__text {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 16px; }

.check__input:checked + .check__box {
  border: 4px solid #ff5912; }

.check__input:focus + .check__box {
  -webkit-box-shadow: 0px 0px 4px 2px #ff5912;
  box-shadow: 0px 0px 4px 2px #ff5912; }

.check__input:checked:focus + .check__box {
  border: 4px solid #ff5912;
  -webkit-box-shadow: 0px 0px 2px 2px #ff5912;
  box-shadow: 0px 0px 2px 2px #ff5912; }

/*END ASIDE CHECKBOX*/
/*PRODUCT MAIN*/
.product__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px; }
  @media (max-width: 992px) {
    .product__main {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 650px) {
    .product__main {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
      flex: 0 1 55%; } }
  @media (max-width: 380px) {
    .product__main {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
      flex: 0 1 70%; } }
  .product__main .arrivals__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .product__main .arrivals__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (max-width: 650px) {
      .product__main .arrivals__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0px 30px 0px 0px; } }
  .product__main .arrivals__wrap {
    margin-bottom: 0; }
  .product__main .arrivals__dots {
    width: 100%;
    margin-bottom: 0; }

/* END PRODUCT MAIN*/
.news__letter {
  padding-bottom: 120px;
  background-color: #f4f6f8; }

.product {
  padding: 103px 0px 100px 0px; }

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

.slider__column {
  width: 45%; }

.product__title {
  color: #ff5912;
  font-family: "HarmoniaSansProCyr-Black";
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.product__subtitle {
  color: #3c4751;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 18px;
  margin-bottom: 35px; }

.product__description {
  color: #495662;
  font-size: 16px;
  padding-right: 150px;
  line-height: 29.97px; }

.product__line {
  height: 2px;
  width: 100%;
  background-color: #edeff1;
  margin: 40px 0; }

.product__size-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.product__size-label {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 18px;
  margin-right: 30px; }

.product__size-size a {
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  position: relative;
  margin-right: 15px;
  color: #34404b; }
  .product__size-size a:hover {
    color: #ff5912; }
  .product__size-size a:after {
    content: '-';
    position: absolute;
    top: 0;
    left: 17px; }
  .product__size-size a:last-child:after {
    content: ''; }

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

.product__quantity-label {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px; }

.product__quantity-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product__quantity-plus, .product__quantity-minus {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 18px; }

.product__quantity-count {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  color: #ff5912;
  font-size: 18px;
  margin: 0 15px; }

.product__order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product__price {
  color: #34404b;
  font-family: 'HarmoniaSansProCyr-SemiBd';
  font-size: 20px; }

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

.product__order-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product__order-icon img {
    margin-right: 30px; }

.product__order-btn {
  padding: 16px 22px 16px 22px;
  background-color: #ff5912;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .product__order-btn:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffff;
    color: #ff5912;
    border-color: #ff5912; }

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 5px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 5px;
  background-color: #34404b; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: -2px;
  left: 20%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: -1px;
  background-color: #34404b; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #ff8230; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ff8230;
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ff8230; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -webkit-linear-gradient(top, #ddd -50%, white 150%);
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -webkit-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -webkit-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -webkit-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -webkit-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -webkit-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

/*OFFER
=======================================*/
.offer {
  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;
  min-height: 650px;
  background: url("../img/header/offer.png") right no-repeat;
  background-color: #f3f3f5; }

/*======================================
END OFFER*/
.offer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.offer__wrap {
  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; }

.offer__figure-top {
  width: 10px;
  height: 12px;
  background-color: #fff; }

.offer__figure-center {
  width: 10px;
  height: 36px;
  background-color: #ff5912;
  margin: 10px 0px 10px 0px; }

.offer__figure-bottom {
  width: 10px;
  height: 12px;
  background-color: #fff; }

.offer__text {
  padding-left: 90px; }
  @media (max-width: 480px) {
    .offer__text {
      padding-left: 40px; } }

.offer__title {
  color: #ff5912;
  font-family: "HarmoniaSansProCyr-Black";
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.offer__subtitle {
  color: #3c4751;
  font-family: "HarmoniaSansProCyr-SemiBd";
  font-size: 18px;
  margin-bottom: 13px; }

.offer__description {
  color: #495662;
  font-size: 16px;
  margin-bottom: 63px; }

.offer__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #34404b;
  font-family: "HarmoniaSansProCyr-SemiBd";
  font-size: 18px; }

.offer_price {
  margin-right: 31px; }

.offer__cart {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #34404b;
  padding-left: 35px;
  position: relative; }
  .offer__cart:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 24px;
    background: url("../img/header/cart.png") center no-repeat; }
  .offer__cart:hover {
    color: #ff5912;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/* ARRIVALS
=======================================*/
.arrivals {
  padding-top: 121px;
  background-color: #f4f6f8;
  padding-bottom: 80px; }

.section__title {
  color: #34404b;
  font-family: "HarmoniaSansProCyr-Black";
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }
  .section__title span {
    color: #ff5912; }

.section__subtitle {
  color: #495662;
  font-size: 16px;
  text-align: center;
  margin-bottom: 80px; }

.arrivals__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .arrivals__wrap {
      margin-bottom: 60px; } }

.arrivals__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .arrivals__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; } }
  @media (max-width: 480px) {
    .arrivals__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }

.arrivals__item-img {
  margin-bottom: 32px; }

.arrivals__item-description {
  color: #34404b;
  font-family: "HarmoniaSansProCyr-Bold";
  font-size: 18px;
  margin-bottom: 32px;
  text-align: center; }

.arrivals__item-price {
  color: #ff5912;
  font-family: "HarmoniaSansProCyr-Bold";
  font-size: 18px; }

.arrivals__card {
  min-height: 365px;
  position: relative; }

.arrivals__item, .arrivals__item-mirror {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  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;
  padding: 25px 0px 25px 0px;
  cursor: pointer;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.arrivals__item-mirror {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.arrivals__card:hover .arrivals__item {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.arrivals__card:hover .arrivals__item-mirror {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.arrivals__item-mirror-img {
  margin-bottom: 31px; }

.arrivals__item-mirror-description {
  color: #ff5912;
  font-family: "HarmoniaSansProCyr-Bold";
  font-size: 18px;
  margin-bottom: 31px;
  text-align: center; }

.arrivals__item-size {
  color: #34404b;
  font-family: "Harmonia Sans Pro Cyr";
  font-size: 14px;
  margin-bottom: 31px; }

.arrivals__item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px; }

.arrivals__item-color {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-right: 5px; }
  .arrivals__item-color:last-child {
    margin-right: 0; }

.circle1 {
  background-color: #e12e3f; }

.circle2 {
  background-color: #34404b; }

.circle3 {
  background-color: #3ab3ff; }

.circle4 {
  background-color: #2fd967; }

.arrivals__item-icons {
  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; }

.arrivals__item-icon {
  margin-right: 28px; }
  .arrivals__item-icon:last-child {
    margin-right: 0; }

/*DOTS*/
.arrivals__dots {
  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;
  min-height: 60px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 119px; }
  @media (max-width: 480px) {
    .arrivals__dots {
      margin-bottom: 60px; } }

/*KIT*/
.kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .kit {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.kit__column {
  min-height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

.kit__sale {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 60px 10px 60px;
  margin-right: 30px; }
  @media (max-width: 767px) {
    .kit__sale {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
  @media (max-width: 767px) {
    .kit__sale {
      margin-right: 0px; } }
  @media (max-width: 480px) {
    .kit__sale {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.kit__img {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 82px;
  min-width: 82px;
  background: url("../img/arrivals/kit_bg.png") center no-repeat;
  margin-right: 62px; }
  @media (max-width: 992px) {
    .kit__img {
      margin-right: 20px; } }
  @media (max-width: 480px) {
    .kit__img {
      margin-right: 0;
      margin-bottom: 20px; } }

.kit__img-sale {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 5px; }

.kit__img-percent {
  color: #ffffff;
  font-family: "HarmoniaSansProCyr-Black";
  font-size: 18px; }

@media (max-width: 767px) {
  .kit__sale-text {
    margin-right: 10px; } }

@media (max-width: 480px) {
  .kit__sale-text {
    margin-right: 0px;
    margin-bottom: 15px;
    text-align: center; } }

.kit__sale-title {
  color: #34404b;
  font-family: "HarmoniaSansProCyr-Black";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 16px; }

.kit__sale-subtitle {
  color: #495662;
  font-size: 12px; }

.kit__sale-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.kit__sale-cart-img {
  margin-right: 21px; }

.kit__sale-cart-price {
  color: #ff5912;
  font-family: "HarmoniaSansProCyr-Black";
  font-size: 32px; }

.kit_addvarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .kit_addvarea {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }

.addvarea__text {
  text-align: center;
  font-size: 16px;
  color: #34404b;
  margin-bottom: 17px; }
  .addvarea__text span {
    color: #ff5912; }

.addvarea__size {
  color: #34404b;
  font-size: 12px;
  letter-spacing: 7.2px; }

/*======================================
END ARRIVALS*/
/*SALE
=====================================*/
.sales {
  background-color: #f4f6f8;
  padding-bottom: 80px; }

.sales__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .sales__wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.sales__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .sales__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .sales__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 0px 10% 0px 10%; } }

.sales__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 30px 35px 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  .sales__item:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46); }
  .sales__item:hover .sales__item-cart {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1; }
  .sales__item:hover .sales__item-rate, .sales__item:hover .sales__item-price {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
  @media (max-width: 992px) {
    .sales__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.sales__item-img {
  margin-right: 15px; }
  @media (max-width: 992px) {
    .sales__item-img {
      margin-right: 0px;
      margin-bottom: 15px; } }

.sales__item-title {
  font-family: 'HarmoniaSansProCyr-Bold';
  color: #34404b;
  font-size: 18px;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .sales__item-title {
      text-align: center; } }

.sales__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 992px) {
    .sales__item-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.sales__item-rate {
  text-align: center;
  margin-bottom: 10px; }

.sales__item-price {
  font-family: 'HarmoniaSansProCyr-Bold';
  color: #ff5912;
  font-size: 16px; }

.sales__item-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 40px;
  opacity: 0; }
  .sales__item-cart img {
    margin-right: 9px; }
  .sales__item-cart i {
    color: #ff5912;
    font-family: 'HarmoniaSansProCyr-SemiBd';
    font-size: 16px; }

/*letter section*/
.letter {
  min-height: 123px;
  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;
  background-color: #fff;
  padding: 0px 42px 0px 52px; }
  @media (max-width: 767px) {
    .letter {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.letter__column {
  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 (max-width: 480px) {
    .letter__column {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.letter__title {
  color: #ff5912;
  font-family: 'HarmoniaSansProCyr-Bold';
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 30px; }
  @media (max-width: 480px) {
    .letter__title {
      margin-right: 0;
      margin-bottom: 15px; } }

.letter__description {
  color: #34404b;
  font-size: 14px;
  font-style: italic;
  margin-right: 10px; }
  @media (max-width: 480px) {
    .letter__description {
      margin-right: 0;
      margin-bottom: 15px;
      text-align: center; } }

.letter__input {
  margin-right: 162px;
  position: relative;
  padding-left: 20px; }
  .letter__input[type="text"] {
    color: #7c8791;
    font-size: 14px;
    font-style: italic; }
  @media (max-width: 992px) {
    .letter__input {
      margin-right: 100px; } }
  @media (max-width: 480px) {
    .letter__input {
      margin-right: 0; } }

.letter__btn {
  padding: 16px 27px 16px 27px;
  background-color: #ff5912;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap; }
  .letter__btn:hover {
    background-color: #fff;
    color: #ff5912;
    border-color: #ff5912;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media (max-width: 480px) {
    .letter__btn {
      margin-top: 20px; } }

/*====================================
END SALE*/
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }
