@import url("https://fonts.googleapis.com/css?family=PT+Sans");
*:focus {
  outline: 0 none; }

html,
body {
  min-height: 100%;
  height: 1px; }

body {
  min-width: 320px;
  font-family: "PT Sans", Verdana, Geneva, sans-serif; }

a {
  color: #eb5a23; }
  a:hover, a:focus {
    outline: 0 none;
    text-decoration: none;
    color: #eb5a23; }

.no-touchevents a:hover {
  color: #eb5a23;
  text-decoration: underline; }

@font-face {
  font-family: 'iconfont';
  src: url("iconfont/iconfont.ttf?ul1k6p") format("truetype"), url("iconfont/iconfont.woff?ul1k6p") format("woff"), url("iconfont/iconfont.svg?ul1k6p#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\e914"; }

.icon-login:before {
  content: "\e90b"; }

.icon-cart:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e90f"; }

.icon-remove:before, .lightbox .lb-data .lb-close:before {
  content: "\e906"; }

.icon-arrow:before, .product__preview .slick-arrow:before, .lightbox .lb-nav .lb-prev:before,
.lightbox .lb-nav .lb-next:before {
  content: "\e900"; }

.icon-avatar:before, .avatar_empty:before {
  content: "\e901"; }

.icon-cart_plus:before {
  content: "\e903"; }

.icon-check:before, .radio-custom__text:before {
  content: "\e904"; }

.icon-collections:before {
  content: "\e905"; }

.icon-exit:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e908"; }

.icon-hits:before {
  content: "\e909"; }

.icon-lamp:before {
  content: "\e90a"; }

.icon-new:before {
  content: "\e90c"; }

.icon-question:before {
  content: "\e90d"; }

.icon-sales:before {
  content: "\e90e"; }

.icon-set:before {
  content: "\e910"; }

.icon-twitter:before {
  content: "\e911"; }

.icon-vk:before {
  content: "\e912"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-instagram:before {
  content: "\ea92";
}

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

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none; }

input:not([type="radio"]):not([type="checkbox"]) {
  -moz-appearance: textfield; }

textarea {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }

textarea {
  -webkit-appearance: none; }

textarea {
  -moz-appearance: textfield; }

.form-control {
  height: 36px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .form-control:focus {
    border-color: #d3d3d3;
    -webkit-box-shadow: none;
            box-shadow: none; }

textarea {
  display: block;
  width: 100%;
  padding: 8px;
  border-color: #d3d3d3;
  resize: none; }
  textarea:focus {
    border-color: #d3d3d3; }

.control-label {
  margin-bottom: 5px;
  color: #0b0b0b;
  font-size: 15px;
  font-weight: 400;
  display: inline-block; }

form .required label:after {
  content: '*';
  color: #dc0a1e;
}

@media screen and (max-width: 767px) {
  .control-label {
    font-size: 16px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .control-label {
    font-size: 16px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .control-label {
    font-size: 15px; } }

h2, .h2 {
  font-size: 30px;
  font-weight: 700; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 20px; }

.lead {
  font-size: 18px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .lead {
    font-size: 16px; } }

@media (min-width: 768px) {
  .modal-sm {
    width: 430px; } }

.modal-content {
  border-radius: 0; }

.modal-header .close {
  margin-top: 2px; }

.btn {
  padding: 7px 12px;
  border-radius: 0; }

.btn-primary {
  color: #fff;
  background-color: #eb5a23;
  border-color: #eb5a23; }
  .btn-primary:hover {
    background-color: #cd2929;
    border-color: #cd2929; }

.pagination {
  margin: 0 0 20px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #eb5a23;
  border-color: #eb5a23;
  color: #fff; }

.pagination > li > a,
.pagination > li > span {
  color: #eb5a23;
  font-size: 16px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #f2f2f2;
  color: #eb5a23; }

.l-page {
  min-height: 100%;
  height: 1px;
  background-color: #fff; }
  .l-page__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100%; }
  .l-page__fix-footer-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .l-page__footer-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .l-page__header-wrapper::before {
    content: "";
    display: block;
    height: 0;
    background-color: #eb5a23;
    width: 100%;
    margin-bottom: 44px; }
  .l-page__header-content-wrapper {
    display: inline-block;
    vertical-align: middle; }
  .l-page__header, .l-page__footer, .l-page__center {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto; }
  .l-page__footer {
    position: relative; }
    .l-page__footer::before {
      content: "";
      position: absolute;
      display: block;
      height: 0;
      top: 0;
      right: 15px;
      left: 15px;
      border-top: 1px dotted #939393; }

@media screen and (max-width: 767px) {
  .l-page__header-wrapper::before {
    margin-bottom: 9px; }
  .l-page__header {
    width: 100%; }
  .l-page__header-left {
    width: 100%;
    text-align: center;
    height: 56px;
    line-height: 56px;
    position: relative; }
  .l-page__header-right {
    position: relative; }
  .l-page__header-right-a {
    padding-top: 15px; }
  .l-page__footer {
    padding-bottom: 15px; }
  .l-page__footer-logo {
    padding-top: 18px;
    margin-bottom: 15px;
    text-align: center; }
  .l-page__footer-menu {
    margin-bottom: 5px; }
  .l-page__footer-create-site-link {
    text-align: center;
    margin-bottom: 15px; }
  .l-page__footer-social {
    text-align: center; }
  .l-page__mainbody {
    padding-top: 15px; } }

@media screen and (min-width: 768px) {
  .l-page__header-left {
    float: left; }
  .l-page__header-right-a {
    height: 63px;
    float: right;
    font-size: 0;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap; }
  .l-page__footer {
    padding-top: 18px;
    padding-bottom: 23px;
    font-size: 0;
    letter-spacing: 0; }
  .l-page__footer-logo, .l-page__footer-menu, .l-page__footer-create-site-link, .l-page__footer-social {
    display: inline-block;
    vertical-align: middle; }
  .l-page__mainbody {
    padding-top: 38px; }
  .l-page__header_search-active .l-page__header-content-wrapper {
    display: none; }
  .l-page__header_search-active .l-page__header-search {
    display: block; }
  .l-page__header_search-active .l-page__header_search-toggler {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page__header-wrapper::before {
    margin-bottom: 21px; }
  .l-page__header-left {
    width: 124px; }
  .l-page__header-right-a {
    height: 55px;
    padding-top: 7px; }
  .l-page__footer-logo {
    width: 15%;
    margin-bottom: 10px; }
  .l-page__footer-menu {
    width: 85%;
    margin-bottom: 10px; }
  .l-page__footer-create-site-link, .l-page__footer-social {
    width: 50%; }
  .l-page__header, .l-page__footer, .l-page__center {
    width: 750px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-page__header, .l-page__footer, .l-page__center {
    width: 970px; } }

@media screen and (min-width: 992px) {
  .l-page__header-right-a {
    min-width: 600px; }
  .l-page__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .l-page__header-right-a {
    min-width: 800px; }
  .l-page__header, .l-page__footer, .l-page__center {
    width: 1170px; } }

@media screen and (max-width: 767px) {
  .l-page-main__banner {
    margin-bottom: 30px; }
  .l-page-main__text-blocks {
    margin-bottom: 45px; }
  .l-page-main__text_a, .l-page-main__text_b {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  .l-page-main__banner {
    margin-bottom: 20px; }
  .l-page-main__text-blocks {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 20px; }
  .l-page-main__text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px; }
  .l-page-main__text_a, .l-page-main__text_b {
    width: 50%; }
  .l-page-main__text_a {
    padding-right: 12.5px; }
  .l-page-main__text_b {
    padding-left: 12.5px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page-main__text_a, .l-page-main__text_b {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .l-page-catalog__filters {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .l-page-catalog__filters {
    margin-bottom: 32px; } }

.l-catalog {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  font-size: 0;
  letter-spacing: 0; }
  .l-catalog__item {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: normal; }
  .l-catalog__pagination {
    padding: 0 15px;
    text-align: center; }

@media screen and (max-width: 767px) {
  .l-catalog {
    padding-bottom: 30px; }
    .l-catalog__item {
      margin-bottom: 50px; } }

@media screen and (min-width: 600px) and (max-width: 767px) {
  .l-catalog__item {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .l-catalog {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    letter-spacing: 0; }
    .l-catalog__item {
      display: inline-block;
      vertical-align: top;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 40px;
      font-size: 15px;
      letter-spacing: normal; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-catalog__item {
    width: 33.3333333333%; } }

@media screen and (min-width: 992px) {
  .l-catalog__item {
    width: 25%; } }

.l-page-product {
  padding-bottom: 50px; }
  .l-page-product__price, .l-page-product__add-to-cart {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal; }
  .l-page-product__add-to-cart {
    position: relative;
    top: 2px;
    padding-left: 8px; }
  .l-page-product__price {
    position: relative;
    top: -1px; }
  .l-page-product__amount-sizes {
    margin-bottom: 20px; }
  .l-page-product__carousel-products {
    padding-top: 30px; }

@media screen and (max-width: 767px) {
  .l-page-product__params {
    margin-bottom: 20px; }
  .l-page-product__footer {
    text-align: right; }
  .l-page-product__footer-a {
    margin-bottom: 10px; } }

@media screen and (min-width: 480px) {
  .l-page-product__footer {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .l-page-product__footer-a, .l-page-product__footer-b {
    display: table-cell;
    vertical-align: middle; }
  .l-page-product__footer-a {
    text-align: left; }
  .l-page-product__footer-b {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .l-page-product__wrapper {
    width: 50%;
    padding-left: 15px;
    float: right;
    position: relative; }
  .l-page-product__preview {
    width: 100%;
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 100%; }
  .l-page-product__params {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page-product__wrapper {
    width: 100%;
    padding-left: 0; }
  .l-page-product__preview {
    position: static;
    padding-right: 0; } }

@media screen and (min-width: 992px) {
  .l-page-product__preview-holder {
    width: 50%;
    display: block;
    float: left; }
  .l-page-product__preview-holder-inner {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 122.6315789473684%; } }

.l-page-cart {
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .l-page-cart__items {
    padding-top: 20px; }
  .l-page-cart__submit {
    overflow: hidden; }
  .l-page-cart__footer {
    margin-top: -15px; }
  .l-page-cart__excel-import, .l-page-cart__clear {
    margin-bottom: 20px;
    text-align: right; }
  .l-page-cart__total {
    margin-bottom: 15px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page-cart__items {
    padding-top: 5px; }
  .l-page-cart__footer-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px; }
  .l-page-cart__excel-import, .l-page-cart__clear, .l-page-cart__total {
    display: table-cell;
    vertical-align: middle; } }

@media screen and (min-width: 992px) {
  .l-page-cart {
    font-size: 0; }
    .l-page-cart__items {
      margin-bottom: 20px; }
    .l-page-cart__footer-wrapper, .l-page-cart__excel-import, .l-page-cart__clear, .l-page-cart__total, .l-page-cart__submit {
      display: inline-block;
      vertical-align: middle; }
    .l-page-cart__footer-wrapper {
      padding-right: 20px;
      width: 76%; }
    .l-page-cart__submit {
      width: 24%; }
    .l-page-cart__submit {
      font-size: 15px; }
    .l-page-cart__excel-import {
      padding-right: 20px;
      width: 33.3333333333%; }
    .l-page-cart__clear {
      padding-right: 20px;
      width: 33.3333333333%; }
    .l-page-cart__total {
      width: 33.3333333333%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-page-cart__excel-import {
    padding-right: 0;
    padding-left: 20px; }
  .l-page-cart__clear {
    padding-right: 0;
    padding-left: 10px; } }

@media screen and (min-width: 1200px) {
  .l-page-cart__excel-import {
    padding-left: 20px; } }

.l-page-account {
  padding-bottom: 20px; }
  .l-page-account__avatar {
    width: 165px;
    height: 210px;
    float: left; }
  .l-page-account__order, .l-page-account__carousel-products {
    position: relative;
    margin-bottom: 30px; }
  .l-page-account__order-body {
    padding-top: 1px; }
  .l-page-account__order-footer {
    text-align: right; }

@media screen and (max-width: 767px) {
  .l-page-account__avatar {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto 15px;
    float: none; }
  .l-page-account__heading {
    margin-bottom: 15px; }
  .l-page-account__actions-item {
    display: inline-block;
    margin-right: 15px; }
  .l-page-account__center {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .l-page-account__center {
    float: left; }
  .l-page-account__order {
    clear: both; }
  .l-page-account__actions {
    padding-top: 10px; }
  .l-page-account__order-front {
    position: absolute;
    right: 0;
    bottom: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page-account__avatar {
    width: 240px;
    height: 305px; }
  .l-page-account__center {
    width: 480px;
    padding-left: 20px; }
  .l-page-account__actions-item {
    margin-right: 20px; }
  .l-page-account__order-front {
    width: 460px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-page-account__order-front {
    width: 755px; }
  .l-page-account__center {
    width: 775px;
    padding-left: 20px; } }

@media screen and (min-width: 992px) {
  .l-page-account__center {
    display: table;
    table-layout: fixed; }
  .l-page-account__heading, .l-page-account__actions {
    display: table-cell;
    vertical-align: top; }
  .l-page-account__actions {
    text-align: right; }
  .l-page-account__actions-item {
    margin-left: 20px; } }

@media screen and (min-width: 1200px) {
  .l-page-account__center {
    width: 975px;
    height: 210px;
    padding-left: 30px; }
  .l-page-account__order-front {
    width: 945px; } }

.l-page-orders {
  padding-bottom: 20px; }
  .l-page-orders__list {
    padding: 0;
    margin: 0 0 20px;
    list-style: none; }

.l-page-settings {
  margin-bottom: 50px; }
  .l-page-settings__common {
    margin-bottom: 30px; }

.l-page-collections {
  margin-bottom: 20px; }
  .l-page-collections__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
    list-style: none; }
  .l-page-collections__item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center; }
  .l-page-collections__pagination {
    padding: 15px 0;
    text-align: center; }

@media screen and (max-width: 767px) {
  .l-page-collections__item {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page-collections__item {
    width: 33.3333333333%; } }

@media screen and (min-width: 992px) {
  .l-page-collections__item {
    width: 25%; } }

.l-page-collection {
  padding-bottom: 50px; }
  .l-page-collection__header {
    margin-bottom: 30px; }
  .l-page-collection__actions {
    border: 1px solid #d3d3d3; }
  .l-page-collection__list {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0; }
  .l-page-collection__item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 30px;
    font-size: 15px; }

@media screen and (max-width: 767px) {
  .l-page-collection__heading {
    margin-bottom: 20px; }
  .l-page-collection__actions {
    padding: 10px;
    text-align: right; }
  .l-page-collection__actions-item {
    display: block;
    margin-bottom: 10px; }
    .l-page-collection__actions-item:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 550px) and (max-width: 767px) {
  .l-page-collection__actions {
    float: left; }
  .l-page-collection__actions-item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px; }
  .l-page-collection__checkout {
    clear: both; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .l-page-collection__heading {
    margin-bottom: 20px; }
  .l-page-collection__actions {
    float: left; }
  .l-page-collection__actions-wrapper {
    white-space: nowrap; }
  .l-page-collection__actions {
    vertical-align: top;
    height: 56px;
    line-height: 46px;
    padding: 0 10px 0 10px; }
  .l-page-collection__actions-item {
    display: inline-block;
    margin-left: 20px; }
    .l-page-collection__actions-item:first-child {
      margin-left: 0; }
  .l-page-collection__item {
    width: 33.3333333333%; }
  .l-page-collection__checkout {
    clear: both; } }

@media screen and (min-width: 992px) {
  .l-page-collection__wrapper {
    position: relative; }
  .l-page-collection__actions {
    vertical-align: top;
    height: 56px;
    line-height: 46px;
    padding: 0 10px 0 10px; }
  .l-page-collection__actions-item {
    display: inline-block;
    margin-left: 20px; }
    .l-page-collection__actions-item:first-child {
      margin-left: 0; }
  .l-page-collection__item {
    width: 25%; }
  .l-page-collection__checkout {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .l-page-collection__heading {
    height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .l-page-collection__actions {
    float: left; }
  .l-page-collection__checkout {
    top: 42px; } }

@media screen and (min-width: 1200px) {
  .l-page-collection__wrapper {
    position: relative; }
  .l-page-collection__header {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .l-page-collection__heading, .l-page-collection__actions-wrapper {
    display: table-cell; }
  .l-page-collection__heading {
    vertical-align: middle;
    width: 350px; }
  .l-page-collection__actions {
    float: right; }
  .l-page-collection__actions-wrapper {
    padding-right: 270px;
    padding-left: 20px;
    white-space: nowrap; }
  .l-page-collection__checkout {
    top: 0; } }

.mm-menu {
  background: #000;
  color: #fafafa; }
  .mm-menu .collection-link__icon {
    top: -2px;
    background-color: transparent;
    color: #fff; }
  .mm-menu .how-buy-link__icon {
    position: relative;
    top: -1px; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: #1e1e1e;
  color: #fafafa;
  cursor: default; }

.mm-navbar {
  border-bottom-color: #eaeaea; }

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fafafa; }
  .mm-menu .mm-navbar a:hover,
  .mm-menu .mm-navbar > *:hover {
    color: #fafafa; }

.mm-menu .mm-listview {
  border-color: #eaeaea; }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #fafafa; }

.mm-listview > li .mm-next {
  width: 100%; }

.mm-listview .mm-next:before {
  border-left-width: 0; }

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fafafa; }

.mm-navbar {
  border-top-color: #eaeaea; }

.mm-navbar.mm-navbar-top.mm-navbar-top-1 {
  height: 57px; }

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 57px; }

.mm-listview > li:hover a {
  color: #eb5a23;
  text-decoration: none; }

.mm-menu a:hover {
  text-decoration: none; }

.mm-menu__toggler {
  display: block;
  margin-top: -14px;
  padding: 6px 5px;
  position: absolute;
  top: 50%;
  border: 0 none;
  border-radius: 3px;
  background-color: transparent; }
  .mm-menu__toggler-line {
    display: block;
    width: 24px;
    height: 4px;
    margin-top: 4px;
    background-color: #0b0b0b; }
    .mm-menu__toggler-line:first-child {
      margin-top: 0; }

@media screen and (min-width: 768px) {
  .mm-menu__toggler {
    display: none; } }

.site-menu:not(.mm-menu) {
  float: right;
  position: relative;
  z-index: 1000; }
  .site-menu:not(.mm-menu) .site-menu__l1, .site-menu:not(.mm-menu) .site-menu__l2 {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-menu:not(.mm-menu) .site-menu__l1 {
    font-size: 0;
    letter-spacing: 0; }
  .site-menu:not(.mm-menu) .site-menu__l1-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
    position: relative;
    font-size: 15px; }
    .site-menu:not(.mm-menu) .site-menu__l1-item:first-child {
      margin-left: 0; }
    .site-menu:not(.mm-menu) .site-menu__l1-item:hover .site-menu__l1-link {
      color: #eb5a23; }
    .site-menu:not(.mm-menu) .site-menu__l1-item:hover .site-menu__l2 {
      display: block; }
  .site-menu:not(.mm-menu) .site-menu__l1-link {
    color: #0b0b0b; }
    .site-menu:not(.mm-menu) .site-menu__l1-link:hover {
      color: #eb5a23;
      text-decoration: none; }
  .site-menu:not(.mm-menu) .site-menu__l2-link {
    color: #0b0b0b; }
    .site-menu:not(.mm-menu) .site-menu__l2-link:hover {
      color: #eb5a23;
      text-decoration: none; }
  .site-menu:not(.mm-menu) .site-menu__l1-link {
    text-transform: uppercase; }
  .site-menu:not(.mm-menu) .site-menu__l2 {
    display: none;
    min-width: 216px;
    padding: 10px 15px;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #d3d3d3;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(white));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, white 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, white 100%);
    font-size: 13px; }
    .site-menu:not(.mm-menu) .site-menu__l2::before {
      content: "";
      display: block;
      width: 100%;
      height: 12px;
      position: absolute;
      top: -12px;
      left: 0; }
  .site-menu:not(.mm-menu) .site-menu__l2-item {
    display: block;
    margin-bottom: 10px; }
    .site-menu:not(.mm-menu) .site-menu__l2-item:last-child {
      margin-bottom: 0; }
  .site-menu:not(.mm-menu) .site-menu__l2-link {
    display: inline-block; }

.no-touchevents .site-menu:not(.mm-menu) .site-menu__l1-link:hover, .no-touchevents .site-menu:not(.mm-menu) .site-menu__l2-link:hover {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .site-menu {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-menu {
    width: 100%;
    margin-top: 15px; }
    .site-menu__l1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.site-logo__image {
  max-width: 100%; }

.site-logo_footer {
  display: inline-block;
  width: 65px; }

@media screen and (max-width: 767px) {
  .site-logo {
    width: 100px;
    display: inline-block; }
  .site-logo_footer {
    display: inline-block;
    width: 65px; } }

.cart-link {
  color: #2b2b2b; }
  .cart-link:hover {
    color: #2b2b2b; }

.no-touchevents .cart-link:hover {
  color: #eb5a23; }
  .no-touchevents .cart-link:hover .cart-link__icon {
    color: #eb5a23; }

@media screen and (max-width: 767px) {
  .cart-link {
    position: absolute;
    right: 5px;
    top: -39px; }
    .cart-link__sum {
      display: none; }
    .cart-link__icon {
      font-size: 29px;
      font-weight: 700; } }

@media screen and (min-width: 768px) {
  .cart-link {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin-right: 25px; }
    .cart-link__sum {
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px;
      font-size: 13px; }
    .cart-link__icon {
      display: inline-block;
      vertical-align: middle;
      color: #0b0b0b;
      font-size: 40px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart-link {
    margin-right: 20px; } }

.search-form__submit-btn {
  height: 36px;
  padding: 7px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  background-color: transparent; }

.search-form__submit-btn-icon {
  display: block;
  font-size: 16px; }

.no-touchevents .search-form__search-field-toggler:hover .search-form__search-field-toggler-icon {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .search-form__search-field-toggler {
    display: none; }
  .search-form__wrapper {
    width: 100% !important; }
  .search-form__form-control {
    height: 42px; }
  .search-form__submit-btn {
    height: 42px; }
  .search-form__submit-btn-icon {
    font-size: 21px; } }

@media screen and (min-width: 768px) {
  .search-form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px; }
    .search-form__search-field-toggler {
      border: 0 none;
      background-color: transparent; }
    .search-form__search-field-toggler-icon {
      position: relative;
      top: 1px;
      color: #0b0b0b;
      font-size: 36px; }
    .search-form__wrapper {
      display: none;
      width: 513px;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      right: 0; }
    .search-form__form-control {
      margin-top: 2px; }
    .search-form__submit-btn {
      padding: 2px 6px 1px;
      border: 0 none; }
    .search-form__submit-btn-icon {
      font-size: 36px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-form__wrapper {
    width: 575px !important; } }

.sign-in__btn {
  border: 0 none;
  background-color: transparent;
  font-size: 0; }

.no-touchevents .sign-in__btn:hover {
  color: #eb5a23; }
  .no-touchevents .sign-in__btn:hover .sign-in__btn-icon {
    color: #eb5a23; }

.no-touchevents .sign-in__pass-recovery-link:hover {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .sign-in__btn {
    display: none; }
  .sign-in__btn-text {
    display: none; }
  .sign-in__btn-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px; }
  .sign-in__pass-recovery {
    margin-bottom: 20px;
    text-align: right; }
  .sign-in__footer-a {
    margin-bottom: 20px; }
  .sign-in__footer-b {
    text-align: right; } }

@media screen and (min-width: 768px) {
  .sign-in__btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 25px; }
  .sign-in__btn-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 13px; }
  .sign-in__btn-icon {
    display: inline-block;
    vertical-align: middle;
    color: #0b0b0b;
    font-size: 40px; }
  .sign-in__pass-recovery {
    display: block;
    text-align: right;
    margin-bottom: 10px; }
  .sign-in__pass-recovery-link {
    color: #0b0b0b; }
    .sign-in__pass-recovery-link:hover {
      color: #0b0b0b;
      text-decoration: none; }
  .sign-in__footer {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .sign-in__footer-a {
    display: table-cell;
    vertical-align: middle; }
  .sign-in__footer-b {
    display: table-cell;
    vertical-align: middle;
    text-align: right; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sign-in__btn {
    margin-right: 20px; } }

.how-buy-link {
  color: #2b2b2b; }
  .how-buy-link:hover {
    color: #2b2b2b; }
  .how-buy-link__icon {
    display: inline-block;
    vertical-align: middle;
    color: #eb5a23;
    font-size: 40px; }

.no-touchevents .how-buy-link:hover {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .how-buy-link {
    display: none;
    font-size: 0;
    letter-spacing: 0; }
    .how-buy-link__text {
      display: none; } }

@media screen and (min-width: 768px) {
  .how-buy-link {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin-right: 25px; }
    .how-buy-link__text {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      font-size: 13px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .how-buy-link {
    margin-right: 20px; } }

.link-profile {
  color: #2b2b2b; }
  .link-profile:hover {
    color: #2b2b2b; }
  .link-profile__icon {
    display: inline-block;
    vertical-align: middle;
    color: #2b2b2b;
    font-size: 40px; }

.no-touchevents .link-profile:hover {
  color: #eb5a23; }
  .no-touchevents .link-profile:hover .link-profile__icon {
    color: #eb5a23; }

@media screen and (max-width: 767px) {
  .link-profile {
    display: none;
    font-size: 0;
    letter-spacing: 0; }
    .link-profile__text {
      display: none; } }

@media screen and (min-width: 768px) {
  .link-profile {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    margin-right: 25px; }
    .link-profile__text {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      font-size: 13px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .link-profile {
    margin-right: 20px; } }

.collection-link__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #eb5a23;
  font-size: 42px; }

.no-touchevents .collection-link:hover, .no-touchevents .collection-link:focus {
  text-decoration: none; }
  .no-touchevents .collection-link:hover .collection-link__icon, .no-touchevents .collection-link:focus .collection-link__icon {
    color: #eb5a23; }

@media screen and (max-width: 767px) {
  .collection-link {
    display: none; }
    .collection-link__icon {
      background-color: #fff;
      color: #2b2b2b; } }

@media screen and (min-width: 768px) {
  .collection-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    color: #2b2b2b; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .collection-link {
    margin-right: 20px; } }

.no-touchevents .lang-switcher:hover {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .lang-switcher {
    display: none; }
  .mm-menu .lang-switcher {
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .mm-menu .lang-switcher__item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      font-size: 12px;
      letter-spacing: normal;
      text-decoration: underline; }
      .mm-menu .lang-switcher__item:last-child {
        margin-right: 0; }
    .mm-menu .lang-switcher__item_active {
      color: #eb5a23; } }

@media screen and (min-width: 768px) {
  .lang-switcher {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-size: 0;
    letter-spacing: 0; }
    .lang-switcher__item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      color: #ccc;
      font-size: 12px;
      letter-spacing: normal;
      text-decoration: underline; }
      .lang-switcher__item:hover {
        color: #ccc; }
    .lang-switcher__item_active {
      color: #eb5a23;
      cursor: default;
      pointer-events: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .lang-switcher {
    margin-right: 20px; } }

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-menu__link {
    color: #0b0b0b; }
    .footer-menu__link:hover {
      color: #0b0b0b; }

.no-touchevents .footer-menu__link:hover {
  color: #eb5a23;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .footer-menu {
    text-align: center; }
    .footer-menu__item {
      border-top: 1px solid #0b0b0b; }
      .footer-menu__item:first-child {
        border-top: 0 none; }
    .footer-menu__link {
      display: block;
      padding: 10px 0; } }

@media screen and (min-width: 768px) {
  .footer-menu {
    font-size: 0;
    letter-spacing: 0;
    float: right;
    margin-top: 2px; }
    .footer-menu__item {
      display: inline-block;
      font-size: 14px;
      margin-left: 25px;
      position: relative; }
      .footer-menu__item::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: #0b0b0b;
        left: -12px;
        top: 50%;
        margin-top: -7px; }
      .footer-menu__item:first-child {
        margin-left: 0; }
        .footer-menu__item:first-child::before {
          display: none; } }

.create-site-link {
  padding: 0;
  border: 0 none;
  background-color: transparent;
  color: #eb5a23;
  font-size: 18px;
  text-decoration: underline; }
  .create-site-link:hover {
    color: #eb5a23; }

.list-social {
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  list-style: none; }
  .list-social__item {
    display: inline-block;
    margin-right: 11px;
    font-size: 16px;
    letter-spacing: normal; }
    .list-social__item:last-child {
      margin-right: 0; }
  .list-social__link {
    display: block;
    font-size: 29px; }
    .list-social__link:focus, .list-social__link:hover {
      color: inherit;
      text-decoration: none !important; }
    .list-social__link.icon-youtube {
      color: #c13a35; }
    .list-social__link.icon-facebook {
      color: #4065b4; }
    .list-social__link.icon-linkedin {
      color: #0097bd; }
    .list-social__link.icon-vk {
      color: #4e759d; }
    .list-social__link.icon-twitter {
      color: #39b9dc; }

.no-touchevents .list-social__link:hover, .no-touchevents .list-social__link:focus {
  text-decoration: none; }

.no-touchevents .list-social__link.icon-youtube {
  color: #c13a35; }
  .no-touchevents .list-social__link.icon-youtube:hover, .no-touchevents .list-social__link.icon-youtube:focus {
    color: #c13a35; }

.no-touchevents .list-social__link.icon-facebook {
  color: #4065b4; }
  .no-touchevents .list-social__link.icon-facebook:hover, .no-touchevents .list-social__link.icon-facebook:focus {
    color: #4065b4; }

.no-touchevents .list-social__link.icon-linkedin {
  color: #0097bd; }
  .no-touchevents .list-social__link.icon-linkedin:hover, .no-touchevents .list-social__link.icon-linkedin:focus {
    color: #0097bd; }

.no-touchevents .list-social__link.icon-vk {
  color: #4e759d; }
  .no-touchevents .list-social__link.icon-vk:hover, .no-touchevents .list-social__link.icon-vk:focus {
    color: #4e759d; }

.no-touchevents .list-social__link.icon-twitter {
  color: #39b9dc; }
  .no-touchevents .list-social__link.icon-twitter:hover, .no-touchevents .list-social__link.icon-twitter:focus {
    color: #39b9dc; }

@media screen and (min-width: 768px) {
  .list-social {
    float: right; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .list-social__link {
    font-size: 25px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .list-social__link {
    font-size: 25px; } }

.banner {
  display: block;
  position: relative; }
  .banner__image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 43.85964912280702%;
    background-repeat: no-repeat;
    background-size: cover; }
  .banner__text {
    padding: 12px;
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: rgba(213, 43, 43, 0.6);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .banner__text {
    font-size: 14px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; } }

@media screen and (max-width: 480px) {
  .banner__image {
    padding-bottom: 100%;
    background-position: center; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner__text {
    font-size: 15px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__text {
    font-size: 18px; } }

.page-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px; }

@media screen and (max-width: 767px) {
  .page-heading {
    font-size: 26px; } }

.page-heading_mod_sup-decor-line {
  position: relative; }
  .page-heading_mod_sup-decor-line::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: -18px;
    left: 0;
    border-top: 1px dotted #ccc; }

@media screen and (max-width: 767px) {
  .legal {
    margin-bottom: 45px; }
    .legal__item {
      border-bottom: 1px solid #d3d3d3;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .legal__item:last-child {
        border-bottom: 0 none; } }

@media screen and (min-width: 768px) {
  .legal__item {
    padding: 8px 0;
    margin-bottom: 0;
    border-top: 1px solid #d3d3d3;
    font-size: 0;
    letter-spacing: 0; }
  .legal__item-title, .legal__item-text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 15px;
    letter-spacing: normal; }
  .legal__item-title {
    font-weight: 400;
    padding-right: 8px; }
  .legal__item-text {
    padding-left: 8px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .legal__item-title {
    width: 35%; }
  .legal__item-text {
    width: 65%; } }

.filters {
  background-color: #f2f2f2;
  padding: 10px 15px; }
  .filters__item-title {
    display: block;
    color: #eb5a23;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px; }
  .filters__item-controls-wrapper {
    font-size: 0;
    letter-spacing: 0; }
  .filters__item-control-group {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative; }
  .filters__item-ranger {
    padding-bottom: 28px; }

.filters__item_mod_ranger .filters__item-control-group_left {
  padding-right: 19px; }
  .filters__item_mod_ranger .filters__item-control-group_left .filters__item-control-label {
    left: 0; }

.filters__item_mod_ranger .filters__item-control-group_right {
  padding-left: 19px; }
  .filters__item_mod_ranger .filters__item-control-group_right .filters__item-control-label {
    left: 5px; }

.filters__item_mod_ranger .filters__item-controls-wrapper {
  margin-bottom: 15px; }

.filters__item_mod_ranger .filters__item-control-label {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 0;
  margin-bottom: 0;
  display: block;
  line-height: 36px;
  height: 36px; }

.filters__item_mod_ranger .filters__item-control-wrapper {
  padding-left: 27px; }

@media screen and (max-width: 767px) {
  .filters__item {
    margin-bottom: 30px; }
    .filters__item:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .filters {
    font-size: 0;
    letter-spacing: 0; }
    .filters__item {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
      font-size: 15px;
      letter-spacing: normal; }
      .filters__item_left {
        padding-right: 30px; }
      .filters__item_right {
        padding-left: 30px; } }

.noUi-horizontal {
  height: 5px;
  border-radius: 0;
  border: 0 none;
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none; }

.noUi-handle {
  border: 0 none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .noUi-handle::before {
    background-color: transparent; }
  .noUi-handle::after {
    background-color: transparent;
    content: "";
    border: 13px solid transparent;
    border-bottom: 24px solid #2b2b2b;
    top: -2px;
    left: 4px; }

.noUi-connect {
  background-color: #eb5a23; }

.catalog-product {
  position: relative; }
  .catalog-product__image-wrapper {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
    position: relative; }
  .catalog-product__image {
    display: block;
    width: 100%; }
  .catalog-product__article {
    display: block;
    color: #939393;
    font-size: 14px; }
  .catalog-product__title {
    color: #0b0b0b;
    font-size: 15px; }
  .catalog-product__footer {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px; }
  .catalog-product__footer-a {
    display: table-cell;
    vertical-align: middle;
    width: 25%; }
  .catalog-product__footer-b {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
    letter-spacing: 0;
    white-space: nowrap; }
  .catalog-product__footer-b-price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    padding-right: 5px; }
  .catalog-product__add-to-cart {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
  .catalog-product__add-to-cart-toggler {
    background-color: transparent;
    border: 0 none;
    width: 45px;
    height: 50px;
    border-radius: 100%;
    display: block;
    padding: 0;
    color: #eb5a23;
    position: relative;
    z-index: 1; }
  .catalog-product__add-to-cart-toggler-icon {
    display: inline-block;
    font-size: 45px;
    line-height: 44px;
    position: relative; }
  .catalog-product__amount-wrapper {
    display: none;
    width: 106px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    right: 22px; }
  .catalog-product__amount {
    margin-bottom: 0; }
  .catalog-product__amount-submit {
    width: 44px;
    height: 44px;
    padding: 0;
    margin-top: -22px;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -22px;
    border-radius: 100%;
    border: 0 none;
    background-color: transparent; }
  .catalog-product__remove {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #d3d3d3; }
  .catalog-product__check {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    color: #d3d3d3; }
  .catalog-product__add-to-collection {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #d3d3d3; }
    .catalog-product__add-to-collection_active {
      color: #eb5a23; }
  .catalog-product .catalog-product__title:hover {
    color: #0b0b0b;
    text-decoration: none; }

.no-touchevents .catalog-product__remove:hover, .no-touchevents .catalog-product__remove:focus {
  color: #eb5a23;
  text-decoration: none; }

.no-touchevents .catalog-product__check:hover, .no-touchevents .catalog-product__check:focus {
  color: #d3d3d3;
  text-decoration: none; }

.no-touchevents .catalog-product__add-to-collection:hover, .no-touchevents .catalog-product__add-to-collection:focus {
  color: #eb5a23;
  text-decoration: none; }

.no-touchevents .catalog-product__add-to-collection_active:hover, .no-touchevents .catalog-product__add-to-collection_active:focus {
  color: #eb5a23;
  text-decoration: none; }

.catalog-product_hidden-input-active .catalog-product__amount-wrapper {
  display: block; }

.catalog-product__add-to-cart_mod_textile {
  position: static; }
  .catalog-product__add-to-cart_mod_textile .product-size-control {
    font-size: 13px; }
  .catalog-product__add-to-cart_mod_textile .catalog-product__amount-wrapper {
    width: 100%;
    margin-bottom: 58px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff; }
  .catalog-product__add-to-cart_mod_textile .catalog-product__amount-submit {
    top: auto;
    margin-top: 0;
    right: 1px;
    bottom: -49px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product__add-to-cart-toggler {
    width: 36px;
    height: 36px; }
  .catalog-product__add-to-cart-toggler-icon {
    font-size: 37px;
    line-height: 36px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-product__add-to-cart-toggler {
    width: 36px;
    height: 36px; }
  .catalog-product__add-to-cart-toggler-icon {
    font-size: 35px;
    line-height: 36px; } }

.price__text {
  display: block;
  white-space: nowrap; }
  .price__text_lead {
    font-weight: 700;
    font-size: 20px;
    color: #939393; }
  .price__text_small {
    font-size: 14px;
    color: #939393;
    margin-top: -5px; }

.product .price__text_lead {
  color: #eb5a23; }

.cart .price__text_lead {
  color: #eb5a23; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product .price__text_lead {
    font-size: 18px; }
  .catalog-product .price__text_small {
    font-size: 13px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .catalog-product .price__text_lead {
    font-size: 17px; }
  .catalog-product .price__text_small {
    font-size: 13px; }
  .cart .price__text_lead {
    font-size: 23px; }
  .cart__total-text .price__text_lead {
    font-size: 26px; } }

.product-rest {
  margin-bottom: 0; }
  .product-rest__title {
    color: #eb5a23;
    font-size: 13px;
    font-weight: 400; }
  .product-rest__text {
    font-size: 13px; }

.catalog-product .product-rest {
  position: relative;
  top: 2px; }

.product-rest_product {
  font-size: 0;
  letter-spacing: 0;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 14px; }
  .product-rest_product .product-rest__title, .product-rest_product .product-rest__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }
  .product-rest_product .product-rest__text {
    padding-left: 10px; }

.product__article {
  color: #939393;
  font-size: 20px; }

.product__title {
  margin-top: 10px;
  color: #eb5a23;
  font-weight: 700;
  font-size: 23px; }

.product__description {
  margin-bottom: 30px;
  color: #0b0b0b;
  font-size: 18px; }

.product__params-heading {
  font-weight: 700; }

.product__preview-slider {
  margin-bottom: 20px;
  border: 1px solid #d3d3d3; }

.product__preview-slider-item {
  padding: 10px; }

.product__preview-slider-image {
  display: block;
  max-width: 100%; }

.product__preview-slider-thumbs {
  margin-left: -10px;
  margin-right: -10px; }

.product__preview-slider-thumbs-item {
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #d3d3d3; }
  .product__preview-slider-thumbs-item.slick-current {
    border-color: #eb5a23; }

.product__preview .slick-arrow {
  display: block;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  border: 0 none;
  background-color: transparent;
  font-size: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .product__preview .slick-arrow::before {
    display: block;
    margin-top: -.5em;
    color: #d3d3d3;
    font-size: 30px; }
  .product__preview .slick-arrow.slick-disabled::before {
    color: #f2f2f2;
    cursor: default; }

.product__preview .slick-prev {
  left: 10px; }
  .product__preview .slick-prev::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.product__preview .slick-next {
  right: 10px; }

@media screen and (max-width: 767px) {
  .product__preview {
    margin-bottom: 20px; }
  .product__description {
    font-size: 16px; }
  .product__params-heading {
    margin-bottom: 15px; }
  .product__params-item {
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .product__params-heading {
    font-size: 18px; }
  .product__params-item {
    padding: 6px 0;
    margin-bottom: 0;
    font-size: 0;
    letter-spacing: 0;
    border-top: 1px solid #d3d3d3; }
  .product__params-item-title, .product__params-item-text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product__title {
    margin-bottom: 20px; }
  .product__preview {
    margin-bottom: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product__description {
    font-size: 17px; } }

@media screen and (min-width: 992px) {
  .product__preview-slider-image-wrapper {
    position: relative;
    height: 0;
    display: block;
    padding-bottom: 100%; }
  .product__preview-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; } }

.add-to-cart__toggler {
  background-color: #eb5a23;
  border: 0 none;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: block;
  padding: 0;
  color: #fff;
  text-align: center; }

.add-to-cart__toggler-icon {
  display: inline-block;
  font-size: 26px;
  line-height: 44px;
  position: relative;
  top: 1px;
  left: -1px; }

.cart-item {
  border-bottom: 1px dotted #ccc; }
  .cart-item__image {
    display: block;
    width: 100%; }
  .cart-item__article {
    display: block;
    color: #eb5a23; }
  .cart-item__title {
    color: #0b0b0b;
    font-weight: 700; }
    .cart-item__title:hover {
      color: #0b0b0b;
      text-decoration: none; }
  .cart-item__amount-label {
    font-weight: 400; }
  .cart-item__amount-control {
    text-align: center; }
  .cart-item__price-main {
    color: #eb5a23; }
  .cart-item__actions {
    text-align: right; }
  .cart-item__remove {
    border: 0 none;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    color: #d3d3d3;
    background-color: transparent;
    font-size: 32px; }
    .cart-item__remove:hover {
      color: #eb5a23;
      background-color: transparent; }

.no-touchevents .cart-item__remove:hover {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .cart-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative; }
    .cart-item__amount, .cart-item__price-container, .cart-item__sum {
      font-size: 0; }
    .cart-item__heading {
      margin-bottom: 10px; }
    .cart-item__article {
      font-size: 18px; }
    .cart-item__title {
      font-size: 20px; }
    .cart-item__amount-label, .cart-item__amount-control, .cart-item__price-title, .cart-item__price, .cart-item__sum-title, .cart-item__sum-title-val {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px; }
    .cart-item__amount-label, .cart-item__price-title, .cart-item__sum-title {
      width: 120px;
      font-size: 14px; }
    .cart-item__amount {
      margin-bottom: 7px; }
    .cart-item__price-container {
      margin-bottom: 9px; }
    .cart-item__amount-label {
      margin-bottom: 0; }
    .cart-item__amount-control {
      width: 90px; }
    .cart-item__price-main {
      font-size: 22px; }
    .cart-item__actions {
      position: absolute;
      top: 0;
      left: 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px; }
    .cart-item__image-container, .cart-item__wrapper, .cart-item__actions {
      display: table-cell;
      vertical-align: top;
      padding: 10px; }
    .cart-item__wrapper {
      padding-left: 42px; }
    .cart-item__image-container {
      width: 32%;
      padding-left: 0; }
    .cart-item__wrapper {
      width: 62%; }
    .cart-item__actions {
      width: 6%;
      padding: 15px 0 0; }
    .cart-item__amount, .cart-item__price-container, .cart-item__sum {
      font-size: 0; }
    .cart-item__heading {
      margin-bottom: 21px; }
    .cart-item__article {
      font-size: 18px; }
    .cart-item__title {
      font-size: 20px; }
    .cart-item__amount-label, .cart-item__amount-control, .cart-item__price-title, .cart-item__price, .cart-item__sum-title, .cart-item__sum-title-val {
      display: inline-block;
      vertical-align: middle;
      font-size: 15px; }
    .cart-item__amount-label, .cart-item__price-title, .cart-item__sum-title {
      width: 30%;
      font-size: 15px; }
    .cart-item__amount {
      margin-bottom: 7px; }
    .cart-item__price-container {
      margin-bottom: 5px; }
    .cart-item__amount-label {
      margin-bottom: 0; }
    .cart-item__amount-control {
      width: 90px; } }

@media screen and (min-width: 992px) {
  .cart-item {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart-item__image-container, .cart-item__wrapper, .cart-item__actions {
      display: table-cell;
      vertical-align: middle; }
    .cart-item__image-container {
      width: 16%; }
    .cart-item__wrapper {
      font-size: 0;
      width: 78%; }
    .cart-item__actions {
      width: 6%; }
    .cart-item__heading, .cart-item__amount, .cart-item__price-container, .cart-item__sum {
      display: inline-block;
      vertical-align: middle;
      padding: 10px;
      font-size: 15px; }
    .cart-item__heading {
      width: 35%; }
    .cart-item__amount {
      width: 15%; }
    .cart-item__price-container {
      width: 25%; }
    .cart-item__sum {
      width: 25%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-item__image-container {
    padding: 10px 15px 10px 10px; }
  .cart-item__price-container, .cart-item__sum {
    padding-left: 35px; }
  .cart-item__article {
    font-size: 18px; }
  .cart-item__title {
    font-size: 17px; }
  .cart-item__amount-label, .cart-item__price-title, .cart-item__sum-title {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
    display: block; }
  .cart-item__price-main {
    height: 36px;
    line-height: 34px;
    font-size: 24px; }
  .cart-item__actions {
    padding-top: 26px; } }

@media screen and (min-width: 1200px) {
  .cart-item__image-container {
    padding: 10px 20px 10px 10px; }
  .cart-item__price-container, .cart-item__sum {
    padding-left: 55px; }
  .cart-item__article {
    font-size: 20px; }
  .cart-item__title {
    font-size: 19px; }
  .cart-item__amount-label, .cart-item__price-title, .cart-item__sum-title {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
    display: block; }
  .cart-item__price-main {
    height: 36px;
    line-height: 34px; }
  .cart-item__actions {
    padding-top: 24px; } }

.link-lead {
  font-size: 0; }
  .link-lead__text {
    display: inline-block;
    vertical-align: middle;
    color: #0b0b0b;
    font-size: 18px; }
  .link-lead__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #d3d3d3;
    font-size: 32px; }

.link-lead_mod_sign-up .link-lead__text {
  color: #0b0b0b; }

.link-lead_mod_sign-up .link-lead__icon {
  color: #eb5a23;
  font-size: 26px; }

.link-lead_color_gray .link-lead__text {
  color: #cdcdcd; }

.no-touchevents .link-lead:hover .link-lead__text {
  color: #eb5a23; }

.no-touchevents .link-lead_color_gray:hover .link-lead__text {
  color: #eb5a23; }

.no-touchevents .link-lead_color_gray:hover .link-lead__icon {
  color: #eb5a23; }

.no-touchevents .link-lead_mod_all-orders:hover .link-lead__text {
  color: #0b0b0b; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .link-lead__text {
    font-size: 17px; } }

.cart-total {
  width: 100%;
  padding: 0 25px;
  height: 57px;
  line-height: 57px;
  background-color: #f2f2f2; }
  .cart-total__wrapper {
    display: table;
    table-layout: fixed;
    margin-bottom: 0; }
  .cart-total__title, .cart-total__sum {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px; }
  .cart-total__title {
    height: 57px;
    padding-right: 10px; }
  .cart-total__price-lead {
    color: #eb5a23; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-total__price-lead {
    font-size: 24px; } }

@media screen and (min-width: 1200px) {
  .cart-total__price-lead {
    font-size: 26px; } }

.product-size-control {
  font-size: 15px; }
  .product-size-control th, .product-size-control td {
    width: 25%;
    padding: 4px;
    text-align: center; }
  .product-size-control__table {
    border: 1px solid #d3d3d3;
    margin-right: -1px;
    text-align: center;
    white-space: normal; }

.product-size-control_mod_product th, .product-size-control_mod_product td {
  padding: 4px 10px; }

.product-size-control_mod_product tr:last-child th, .product-size-control_mod_product tr:last-child td {
  padding-bottom: 10px; }

.product-size-control_mod_product tr:first-child th, .product-size-control_mod_product tr:first-child td {
  padding-top: 10px;
  padding-bottom: 10px; }

@media screen and (max-width: 767px) {
  .product-size-control_mod_product {
    font-size: 12px; }
    .product-size-control_mod_product .form-control {
      font-size: 12px; } }

.no-touchevents .promo-products__tab:not(.active) .promo-products__tab-link:hover .promo-products__tab-text {
  color: #eb5a23; }

@media screen and (max-width: 767px) {
  .promo-products .promo-products__tabs {
    margin-bottom: 10px;
    border: 1px solid #ccc; }
  .promo-products .promo-products__tab {
    float: none;
    margin-bottom: 0; }
    .promo-products .promo-products__tab.active .promo-products__tab-link {
      border: 0 none; }
      .promo-products .promo-products__tab.active .promo-products__tab-link .promo-products__tab-text {
        color: #eb5a23; }
  .promo-products .promo-products__tab-link {
    border: 0 none; }
  .promo-products .promo-products__tab-icon {
    display: inline-block;
    vertical-align: middle;
    color: #eb5a23;
    font-size: 24px; }
  .promo-products .promo-products__tab-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #0b0b0b;
    font-size: 15px; }
  .promo-products .promo-products__tab-link:hover {
    border: 0 none;
    background-color: transparent; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .promo-products__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0 none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    .promo-products__tabs::before, .promo-products__tabs::after {
      display: none; }
  .promo-products .promo-products__tab {
    float: none; }
  .promo-products .promo-products__tab-link {
    display: inline-block;
    border: 0 none;
    background-color: transparent;
    font-size: 0; }
    .promo-products .promo-products__tab-link:hover {
      background-color: transparent; }
  .promo-products .promo-products__tab.active .promo-products__tab-link {
    border: 0 none;
    background-color: transparent; }
  .promo-products .promo-products__tab.active .promo-products__tab-text {
    color: #eb5a23; }
  .promo-products .promo-products__tab.active .promo-products__tab-icon {
    color: #eb5a23; }
  .promo-products .promo-products__tab-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #0b0b0b;
    font-size: 17px; }
  .promo-products .promo-products__tab-icon {
    display: inline-block;
    vertical-align: middle;
    color: #eb5a23;
    font-size: 24px; }
    .promo-products .promo-products__tab-icon.icon-hits {
      margin-top: -2px; }
    .promo-products .promo-products__tab-icon.icon-sales {
      margin-top: 1px; } }

@media screen and (min-width: 992px) {
  .promo-products__tabs {
    display: table;
    margin-bottom: 10px;
    table-layout: fixed;
    width: 100%;
    border-bottom: 0 none;
    text-align: center; }
    .promo-products__tabs::before, .promo-products__tabs::after {
      display: none; }
  .promo-products .promo-products__tab {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .promo-products .promo-products__tab-link {
    display: inline-block;
    border: 0 none;
    background-color: transparent;
    font-size: 0;
    opacity: 1;
    -webkit-transition: opacity .25s;
    transition: opacity .25s; }
    .promo-products .promo-products__tab-link:hover {
      background-color: transparent;
      opacity: 1; }
      .promo-products .promo-products__tab-link:hover .promo-products__tab-text,
      .promo-products .promo-products__tab-link:hover .promo-products__tab-icon {
        color: #eb5a23; }
  .promo-products .promo-products__tab.active .promo-products__tab-link {
    border: 0 none;
    background-color: transparent;
    opacity: 1; }
  .promo-products .promo-products__tab.active .promo-products__tab-text {
    color: #eb5a23; }
  .promo-products .promo-products__tab.active .promo-products__tab-icon {
    color: #eb5a23; }
  .promo-products .promo-products__tab-text, .promo-products .promo-products__tab-icon {
    -webkit-transition: opacity .25s;
    transition: opacity .25s; }
  .promo-products .promo-products__tab-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #939393;
    font-size: 20px; }
  .promo-products .promo-products__tab-icon {
    display: inline-block;
    vertical-align: middle;
    color: #939393;
    font-size: 40px; }
    .promo-products .promo-products__tab-icon.icon-hits {
      margin-top: -2px; }
    .promo-products .promo-products__tab-icon.icon-sales {
      margin-top: 1px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .promo-products .promo-products__tab-icon {
    font-size: 24px; }
  .promo-products .promo-products__tab-text {
    font-size: 17px; } }

.carousel-products {
  margin: 0 -15px; }
  .carousel-products__item {
    margin: 0 15px; }
  .carousel-products .slick-dots {
    display: block;
    margin: 5px 0 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    white-space: nowrap; }
    .carousel-products .slick-dots > li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
    .carousel-products .slick-dots button {
      display: block;
      font-size: 0;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      border: 0 none;
      background-color: #ccc; }
    .carousel-products .slick-dots .slick-active button {
      background-color: #eb5a23; }

@media screen and (max-width: 767px) {
  .carousel-products .slick-dots button {
    width: 12px;
    height: 12px; } }

.sign-up {
  margin-bottom: 50px; }
  .sign-up__nav-tabs {
    border-bottom: 0 none;
    margin-bottom: 20px; }
    .sign-up__nav-tabs .sign-up__nav-tab-btn {
      display: block;
      height: 57px;
      line-height: 57px;
      padding: 0;
      margin: 0;
      border: 0 none;
      border-radius: 0;
      background-color: #ccc;
      color: #fff;
      text-align: center;
      font-size: 19px;
      font-weight: 700; }
      .sign-up__nav-tabs .sign-up__nav-tab-btn:hover {
        background-color: #ccc;
        border: 0 none;
        color: #fff; }
    .sign-up__nav-tabs .sign-up__nav-tab.active .sign-up__nav-tab-btn {
      border: 0 none;
      background-color: #eb5a23;
      color: #fff; }

@media screen and (max-width: 767px) {
  .sign-up__nav-tab:nth-child(1) {
    padding-right: 0; }
  .sign-up__nav-tab:nth-child(2) {
    padding-left: 0; }
  .sign-up__nav-tab .sign-up__nav-tab-btn {
    font-size: 16px; }
  .sign-up__footer {
    margin-bottom: 50px; }
  .sign-up__footer-a {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up__footer {
    font-size: 0;
    margin-top: 20px; }
  .sign-up__footer-a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: right; }
  .sign-up__footer-b {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

@media screen and (min-width: 992px) {
  .sign-up__footer {
    font-size: 0;
    margin-top: 20px; }
  .sign-up__footer-a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: right; }
  .sign-up__footer-b {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sign-up__nav-tabs .sign-up__nav-tab-btn {
    font-size: 17px; } }

.btn-arrow {
  overflow: hidden; }
  .btn-arrow__btn {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-right: 28px;
    position: relative;
    border: 0 none;
    background: #f2f2f2;
    color: #0b0b0b;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
  .btn-arrow__text, .btn-arrow__icon {
    display: inline-block;
    vertical-align: middle; }
  .btn-arrow__icon {
    font-size: 36px;
    position: relative;
    top: -2px; }
  .btn-arrow__text {
    position: relative;
    top: -3px; }

.btn-arrow .btn-arrow__btn:hover {
  color: #0b0b0b;
  text-decoration: none; }

.btn-arrow_next {
  padding-right: 28px; }
  .btn-arrow_next .btn-arrow__btn::after {
    left: 100%;
    top: 50%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 28px solid transparent;
    border-left-color: #f2f2f2;
    margin-top: -28px; }

.btn-arrow_prev {
  padding-left: 28px; }
  .btn-arrow_prev .btn-arrow__btn::after {
    right: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 28px solid transparent;
    border-right-color: #f2f2f2;
    margin-top: -28px; }

.btn-arrow_primary .btn-arrow__btn {
  background-color: #eb5a23;
  color: #fff; }
  .btn-arrow_primary .btn-arrow__btn:hover {
    color: #fff; }

.btn-arrow_primary.btn-arrow_next .btn-arrow__btn::after {
  border-left-color: #eb5a23; }

.btn-arrow_primary.btn-arrow_prev .btn-arrow__btn::after {
  border-right-color: #eb5a23; }

.btn-arrow_fs_small .btn-arrow__btn {
  font-size: 15px; }

.btn-arrow_collection-checkout .btn-arrow__btn {
  font-size: 16px;
  text-transform: capitalize; }

.no-touchevents .btn-arrow .btn-arrow__btn:hover {
  background-color: #ededed; }

.no-touchevents .btn-arrow.btn-arrow_next .btn-arrow__btn:hover::after {
  border-left-color: #ededed; }

.no-touchevents .btn-arrow.btn-arrow_prev .btn-arrow__btn:hover::after {
  border-right-color: #ededed; }

.no-touchevents .btn-arrow_primary .btn-arrow__btn:hover {
  background-color: #cd2929; }

.no-touchevents .btn-arrow_primary.btn-arrow_next .btn-arrow__btn:hover::after {
  border-left-color: #cd2929; }

.no-touchevents .btn-arrow_primary.btn-arrow_prev .btn-arrow__btn:hover::after {
  border-right-color: #cd2929; }

@media screen and (max-width: 767px) {
  .btn-arrow {
    padding-left: 0;
    padding-right: 0; }
    .btn-arrow .btn-arrow__btn::after, .btn-arrow .btn-arrow__btn::before {
      display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-arrow__btn {
    font-size: 16px; } }

.cart-s2 {
  margin-bottom: 40px; }
  .cart-s2__footer-row {
    font-size: 0; }
  .cart-s2__footer-col {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    font-size: 15px; }
    .cart-s2__footer-col .form-group {
      margin-bottom: 0; }
  .cart-s2__presets {
    background-color: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 20px; }
  .cart-s2__presets-row {
    font-size: 0; }
  .cart-s2__presets-col {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 15px; }

@media screen and (max-width: 767px) {
  .cart-s2__footer-col, .cart-s2__presets-col {
    margin-bottom: 10px; }
  .cart-s2__footer-col:first-child {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart-s2__footer-col:first-child {
    margin-bottom: 20px; } }

.radio-custom {
  font-size: 18px;
  color: #2b2b2b; }
  .radio-custom .radio-custom__label {
    padding-left: 40px; }
  .radio-custom__control {
    display: none; }
  .radio-custom__text {
    position: relative; }
    .radio-custom__text::before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'iconfont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-top: -.5em;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: -40px;
      color: #d3d3d3;
      text-align: center;
      font-size: 32px; }
  .radio-custom__control:checked + .radio-custom__text {
    color: #eb5a23; }
    .radio-custom__control:checked + .radio-custom__text::before {
      color: #eb5a23; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .radio-custom {
    font-size: 16px; } }

.checkbox-custom {
  margin: 0; }
  .checkbox-custom__label {
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer; }
  .checkbox-custom__control {
    display: none; }
  .checkbox-custom__text {
    display: block;
    color: #d3d3d3; }
  .checkbox-custom__control:checked + .checkbox-custom__text {
    color: #eb5a23; }

.selectric {
  border-color: #d3d3d3;
  background-color: transparent; }
  .selectric .label {
    height: 34px;
    padding-left: 0;
    line-height: 28px;
    text-align: left;
    font-size: 14px;
    font-weight: 400; }
  .selectric-scroll li {
    padding: 8px 10px;
    background-color: #fff;
    font-size: 14px; }

.selectric-scroll li:hover {
  background-color: #f2f2f2; }

.selectric-items li.highlighted {
  background-color: #eb5a23;
  color: #fff; }

.selectric-hover .selectric,
.selectric-focus .selectric {
  border-color: #d3d3d3; }

.selectric-open .selectric {
  border-color: #d3d3d3; }

.cart-payment__item-hidden-content {
  display: none; }

.cart-payment__item_active .cart-payment__item-hidden-content {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .cart-payment__a {
    margin-bottom: 40px; }
  .cart-payment__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .cart-payment__item {
    margin-bottom: 35px; }
    .cart-payment__item:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .cart-payment {
    padding-top: 20px;
    font-size: 0; }
    .cart-payment__a, .cart-payment__b {
      display: inline-block;
      vertical-align: bottom;
      float: none; }
    .cart-payment__list {
      padding: 0;
      margin: 0;
      list-style: none; }
    .cart-payment__item {
      margin-bottom: 25px; }
      .cart-payment__item:last-child {
        margin-bottom: 0; }
    .cart-payment__radio, .cart-payment__item-hidden-content {
      vertical-align: middle; }
    .cart-payment__radio {
      display: inline-block; }
    .cart-payment__item-hidden-content {
      margin-left: 150px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cart-payment__a {
    margin-bottom: 40px; } }

.form-inline {
  font-size: 0; }
  .form-inline__label, .form-inline__control {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px; }
  .form-inline__label {
    margin-right: 10px; }
    .form-inline__label label {
      margin-bottom: 0; }

@-webkit-keyframes alert {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(0); } }

@keyframes alert {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(0); } }

.alert-fixed {
  height: 0;
  position: fixed;
  z-index: 9999;
  top: 50px;
  right: 0;
  left: 0; }
  .alert-fixed .alert {
    width: 320px;
    margin: 0 auto;
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
    -webkit-animation: alert 0.5s 0.5s both;
            animation: alert 0.5s 0.5s both; }

.link-icon {
  font-size: 0; }
  .link-icon__icon {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #eb5a23; }
  .link-icon__text {
    font-size: 14px;
    color: #0b0b0b;
    display: inline-block;
    vertical-align: middle; }
  .link-icon:hover .link-icon__icon {
    color: #eb5a23; }
  .link-icon:hover .link-icon__text {
    color: #0b0b0b; }

.no-touchevents .link-icon:hover .link-icon__text {
  color: #eb5a23; }

.order__front {
  border: 1px solid #d3d3d3;
  padding: 0 10px;
  position: relative;
  background-color: transparent;
  text-align: left; }
  .order__front::after {
    content: "";
    display: none;
    height: 6px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    right: -1px;
    left: -1px;
    background-color: #eb5a23; }

.order__collapser {
  display: inline-block;
  margin-top: 3px;
  font-size: 32px;
  color: #eb5a23;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.order__body {
  display: none;
  margin-top: 3px;
  position: relative;
  border: 1px solid #d3d3d3; }

.order__item {
  border-top: 1px solid #d3d3d3; }
  .order__item:first-child {
    border-top: 0 none; }

.order + .order {
  margin-top: -1px; }

.order_active .order__front {
  border-color: #eb5a23; }
  .order_active .order__front::after {
    display: block; }

.order_active .order__collapser {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.order_active .order__body {
  display: block;
  border-color: #eb5a23; }
  .order_active .order__body::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    z-index: 1;
    top: 100%;
    right: -1px;
    left: -1px;
    background-color: #eb5a23; }

@media screen and (max-width: 767px) and (max-width: 599px) {
  .order__front {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative; }
  .order__front-cell {
    display: block;
    margin-bottom: 5px; }
    .order__front-cell_status {
      padding-top: 10px; }
  .order__front-title {
    display: block;
    font-size: 16px; }
  .order__front-text {
    display: block;
    font-size: 18px;
    font-weight: 700; }
  .order__collapser {
    position: absolute;
    right: 10px;
    top: 10px; }
  .order__body {
    border: 1px solid #d3d3d3; }
  .order__item {
    padding-bottom: 20px; }
  .order__item-image {
    max-width: 100%; }
  .order__item-cell {
    margin-bottom: 10px;
    padding: 0 10px; }
    .order__item-cell_image {
      text-align: center;
      padding: 10px; }
  .order__item-article {
    display: block;
    color: #eb5a23;
    font-size: 15px; }
  .order__item-name {
    font-size: 18px;
    font-weight: 700; }
  .order__item-cell {
    font-size: 0; }
  .order__item-title {
    display: inline-block;
    width: 80px;
    font-size: 15px; }
  .order__item-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 700; } }

@media screen and (min-width: 600px) and (max-width: 767px) {
  .order__front {
    width: 100%;
    padding: 10px;
    position: relative; }
  .order__front-cell {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    margin-bottom: 10px; }
    .order__front-cell_status {
      width: 100%;
      padding-right: 58px;
      margin-bottom: 0;
      font-size: 17px; }
    .order__front-cell_collapser {
      display: inline-block;
      width: 58px;
      height: 54px;
      line-height: 58px;
      padding-left: 10px;
      margin-bottom: 0;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 32px;
      text-align: center; }
  .order__front-title {
    display: block;
    font-size: 14px; }
  .order__front-text {
    display: block;
    font-size: 18px;
    font-weight: 700; }
  .order__front-wrapper {
    font-size: 0; }
  .order__body {
    border: 1px solid #d3d3d3; }
  .order__item {
    overflow: hidden; }
  .order__item-cell_amount {
    width: 16%; }
  .order__item-cell_sum {
    width: 19%; }
  .order__item-article {
    font-size: 14px; }
  .order__item-name {
    font-size: 16px; }
  .order__item-title {
    font-size: 14px; }
  .order__item-text {
    font-size: 18px; }
  .order__item-cell {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 0; }
    .order__item-cell_image {
      width: 280px;
      padding: 10px;
      margin-right: 10px;
      float: left;
      text-align: center; }
    .order__item-cell_heading {
      margin-top: 15px; }
  .order__item-article {
    display: block;
    color: #eb5a23;
    font-size: 15px; }
  .order__item-name {
    font-size: 18px;
    font-weight: 700; }
  .order__item-title {
    display: inline-block;
    width: 80px;
    font-size: 15px; }
  .order__item-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 700; }
  .order__item-cell_heading, .order__item-cell_amount, .order__item-cell_price, .order__item-cell_sum {
    width: 100%;
    padding-left: 290px; } }

@media screen and (min-width: 768px) {
  .order__item {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .order__item-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }
  .order__item-image {
    display: block;
    width: 100%;
    padding: 5px; }
  .order__item-article {
    display: block;
    font-size: 16px;
    color: #eb5a23; }
  .order__item-name {
    font-size: 18px;
    font-weight: 700; }
  .order__item-title {
    display: block;
    font-size: 16px; }
  .order__item-text {
    color: #eb5a23;
    font-size: 20px;
    font-weight: 700; }
  .order__item-cell_image {
    width: 18%; }
  .order__item-cell_heading {
    width: 32%; }
  .order__item-cell_amount {
    width: 14%; }
  .order__item-cell_price {
    width: 15%; }
  .order__item-cell_sum {
    width: 21%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .order__front {
    width: 100%;
    padding: 10px;
    position: relative; }
  .order__front-cell {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    margin-bottom: 10px; }
    .order__front-cell_status {
      width: 100%;
      padding-right: 58px;
      margin-bottom: 0;
      font-size: 17px; }
    .order__front-cell_collapser {
      display: inline-block;
      width: 58px;
      height: 54px;
      line-height: 58px;
      padding-left: 10px;
      margin-bottom: 0;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 32px;
      text-align: center; }
  .order__front-title {
    display: block;
    font-size: 14px; }
  .order__front-text {
    display: block;
    font-size: 18px;
    font-weight: 700; }
  .order__front-wrapper {
    font-size: 0; }
  .order__body {
    border: 1px solid #d3d3d3; }
  .order__item {
    overflow: hidden; }
  .order__item-cell_amount {
    width: 16%; }
  .order__item-cell_sum {
    width: 19%; }
  .order__item-article {
    font-size: 14px; }
  .order__item-name {
    font-size: 16px; }
  .order__item-title {
    font-size: 14px; }
  .order__item-text {
    font-size: 18px; } }

@media screen and (min-width: 992px) {
  .order__front {
    display: inline-block;
    width: 100%;
    min-height: 99px; }
  .order__front-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .order__front-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }
    .order__front-cell_collapser {
      width: 8%;
      text-align: right; }
  .order__front-title {
    display: block;
    font-size: 16px; }
  .order__front-text {
    font-size: 20px;
    font-weight: 700; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .order__front-title {
    font-size: 14px; }
  .order__front-text {
    font-size: 18px; } }

.badge-block {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background-color: #d3d3d3;
  text-align: center; }

.avatar {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 127.272727273%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .avatar__update-panel {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-align: center; }

.avatar_empty {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #d3d3d3;
  color: #f2f2f2;
  position: relative; }
  .avatar_empty::before {
    font-size: 116px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em; }

.avatar:hover .avatar__update-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.heading {
  display: block; }
  .heading_account-username {
    color: #eb5a23;
    font-size: 28px;
    font-weight: 700; }
  .heading_account-last-order {
    font-size: 14px;
    font-weight: 700; }
  .heading_collection-name {
    margin: 0;
    color: #eb5a23;
    font-size: 19px; }
    .heading_collection-name .heading__icon {
      background-color: transparent;
      border: 0 none;
      padding: 0;
      color: #d3d3d3;
      font-size: 19px;
      position: relative;
      top: 1px; }

@media screen and (max-width: 767px) {
  .heading_account-username {
    font-size: 25px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading_account-username {
    font-size: 24px; } }

.dl {
  margin-bottom: 0; }
  .dl_account-status {
    font-size: 19px; }
    .dl_account-status .dl__title {
      display: inline-block; }
    .dl_account-status .dl__text {
      display: inline-block;
      font-weight: 700; }

@media screen and (max-width: 767px) {
  .dl_account-status {
    font-size: 16px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dl_account-status {
    font-size: 16px; } }

.file-upload {
  color: #0b0b0b;
  cursor: pointer;
  font-family: "PT Sans", Verdana, Geneva, sans-serif; }
  .file-upload__control {
    height: 0;
    margin: 0;
    font-size: 0;
    text-indent: -9999px; }

.collection-item__image-wrapper {
  border: 1px solid #d3d3d3;
  padding: 10px;
  position: relative;
  margin-bottom: 5px; }

.collection-item__image {
  display: block;
  width: 100%; }

.collection-item__remove-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #d3d3d3; }

.collection-item__settings-btn {
  padding: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: transparent;
  border: 0 none;
  color: #d3d3d3;
  font-size: 30px; }

.collection-item__title {
  font-size: 20px;
  color: #0b0b0b; }
  .collection-item__title:hover {
    color: #0b0b0b; }

.no-touchevents .collection-item__settings-btn:hover, .no-touchevents .collection-item__settings-btn:focus {
  color: #eb5a23; }

.no-touchevents .collection-item__remove-btn:hover, .no-touchevents .collection-item__remove-btn:focus {
  color: #eb5a23;
  text-decoration: none; }

.lightbox .lb-nav .lb-prev,
.lightbox .lb-nav .lb-next {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent none; }
  .lightbox .lb-nav .lb-prev::before,
  .lightbox .lb-nav .lb-next::before {
    display: block;
    margin-top: -1em;
    position: absolute;
    z-index: 10000;
    top: 50%;
    color: #d3d3d3;
    font-size: 40px; }

.lightbox .lb-nav .lb-prev::before {
  left: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.lightbox .lb-nav .lb-next::before {
  right: 20px; }

.lightbox .lb-data .lb-close {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  right: 5px;
  background: transparent none;
  color: #d3d3d3;
  font-size: 40px; }

.partner-logos {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  position: relative; }
  .partner-logos::before {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 0;
    right: 15px;
    left: 15px;
    border-top: 1px dotted #939393; }
  .partner-logos__wrapper {
    list-style: none;
    padding: 0 0 15px;
    margin: 0 -15px;
    font-size: 0; }
  .partner-logos__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 15px; }
  .partner-logos__image {
    max-height: 75px; }

@media screen and (max-width: 767px) {
  .partner-logos__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .partner-logos {
    width: 750px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .partner-logos {
    width: 970px; } }

@media screen and (min-width: 1200px) {
  .partner-logos {
    width: 1170px; } }

@media screen and (max-width: 767px) {
  .site-logo {
    width: 80px; } }

.order-notice {
  color: #ff004d;
  position: absolute;
  top: 100px;
}