.userpage__field div {
  font-size: 14px;
}

.related-products {
  min-height: 200px;
}

.page__wrap {
  /* max-width: 1440px; */
  overflow: hidden;
}

@media(min-width: 1600px) {
  .footer__wrap, .header__wrap, .page-404__wrap, .page__wrap, .wrap {
    max-width: 1440px;
  }
}
.footer-addresses {
  max-width: 240px;
  color: #aaaaaa;
  margin-top: 24px;
}
.footer-addresses p{
  font-size: 12px;
  line-height: 1.1;
}

.footer__r{
  position: relative;
}
.auth-nike {
  position: absolute;
  top: 5px;
  right: 100%;
  left: auto;
  padding-right: 15px
}
@media(max-width: 750px) {
  .auth-nike {
    top: 20px;
    right: 40px;
    left: auto;
  }
}
@media(max-width: 500px) {
  .auth-nike {
    top: 60px;
    right: auto;
    left: 0;
  }
}
.icon-nike_partner {
    width: 126px;
    height: 32px;
    opacity: 1;
    fill: #7e7e7e;
    vertical-align: middle;
}

.brandmenu__list img {
  width: 40px;
}

.hidden {
  visibility: hidden;
  display: none;
}

.filter__box a {
  color: #000;
}

.filter__box a.cp_selected {
  color: #f16327;
}

.mainpage-products__r img {
  max-height: 500px;
  margin: auto;
}

.checkbox-wrap {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  z-index: 2;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 50%;
  z-index: 1;
}

.checkbox-wrap:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox-wrap input:checked~.checkmark {
  background-color: #f16327;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked~.checkmark:after {
  display: block;
}

.checkbox-wrap .checkmark:after {
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
}

/* PRODUCT CARD */

@media(min-width: 1600px) {
  .product-card {
    width: 25%;
  }
}

.card_sale {
  padding: 3px 5px;
}

.card_sale .product-card__price_old {
  font-size: 11px;
  text-decoration: line-through;
  display: block;
  color: #f16327;
  font-weight: normal;
}

.product_added_to_cart {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #f16327;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.product_added_to_cart .product-card__name {
  font-family: proxima-nova-cond, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

/* BRANDS PAGE */

.brands_main {
  margin-left: 0px;
}

ul.brands_letters {
  list-style: none;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  border-bottom: 1px solid #eee;
}

.brands_letters li {
  display: inline-block;
  margin-right: 12px;
}

.brands-list {
  min-width: 170px;
  flex: 1;
  margin-bottom: 30px;
}

.brands-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ICONS */

.icon-tg {
  background-image: url(../images/tg-logo.png);
  background-position: 0px 0px;
  width: 26px;
  height: 26px;
}

.icon-tg-white {
  background-image: url(../images/tg-logo.png);
  background-position: 26px 0px;
  width: 26px;
  height: 26px;
}

.icon-tg-orange {
  background-image: url(../images/tg-orange.svg);
  width: 20px;
  height: 18px;
}

.rightmenu__cart .num_of_items {
  font-family: proxima-nova-cond,sans-serif;
  font-size: 13px;
  position: absolute;
  top: 3px;
  left: 53%;
  font-weight: 600;
  color: #fff;
  background-color: #f16327;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.is-menu-open .rightmenu__cart .num_of_items {
  opacity: 0;
}

.rightmenu__wishes {
  position: relative;
}

.rightmenu__wishes .num_of_items {
  font-family: proxima-nova-cond,sans-serif;
  font-size: 13px;
  position: absolute;
  top: 5px;
  left: 53%;
  font-weight: 600;
  color: #fff;
  background-color: #000000;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rightmenu__user {
  position: relative;
}

.rightmenu__user:hover .rightmenu__user-discount-popup {
  display: block;
}

.rightmenu__user-discount {
  height: 18px;
  padding: 0 4px;
  margin-left: 4px;
  position: absolute;
  top: 6px;
  left: 50%;
  border-radius: 10px;
  background: #EF6333;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
}

.rightmenu__user-discount-popup {
  padding: 16px;
  position: absolute;
  display: none;
  bottom: 100%;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.rightmenu__user-discount-popup-value {
  font-weight: 600;
  color: #EF6333;
}

@media only screen and (min-width: 1201px) {
  .rightmenu__user {
    background-color: transparent;
    transition: background .2s ease;
  }

  .rightmenu__user:hover {
    background-color: #e5e5e5;
  }

  .rightmenu__user-discount-popup {
    top: 0;
    right: 100%;
    bottom: auto;
  }
}

/* USER PAGE */

.payment-form-wrap {
  display: none;
}

.user-orders__ship span {
  display: block;
}

/* BANNERS */

.mainpage-cat .mainpage-cat__i.athlet .mainpage-cat__i-title {
  bottom: 5%;
  top: auto;
  font-size: 24px;
}

.mainpage-cat__title {
  width: 100%;
  margin: 0 190px 22px 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

.checkbox-list li {
  position: relative;
}

.checkbox-list li:hover {
  color: #f16327;
}

#showButton {
  position: absolute;
  z-index: 10;

}

#showButton:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f16327;
}

#filter_form, #filter_search_full, #filter_search {
  position: relative;
}

.ulogin-buttons-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0px auto !important;
  width: auto !important;
}

.ulogin-button-vkontakte, .ulogin-button-facebook, .ulogin-button-twitter {
  display: inline-block !important;
  margin: 0 12px !important
}

.ulogin-button-vkontakte {
  background: none !important;
  background-image: url(../images/sprite.png) !important;
  background-position: -59px -18px !important;
  width: 24px !important;
  height: 14px !important;
}

.ulogin-button-facebook {
  background: none !important;
  background-image: url(../images/sprite.png) !important;
  background-position: -16px -59px !important;
  width: 12px !important;
  height: 22px !important;
}

.ulogin-button-twitter {
  background: none !important;
  background-image: url(../images/sprite.png) !important;
  background-position: -28px -31px !important;
  width: 24px !important;
  height: 19px !important;
}

.icon-write {
  width: 24px;
  height: 24px;
  background: url(../images/note-interface-symbol.svg) no-repeat;
}

.btn-round {
  padding: 17px 17px;
  border-radius: 50%;
}

/* NEW SITE TOOLBAR */

.newsite_toolbar {
  display: none;
  position: fixed;
  bottom: 0;
  top: auto;
  background-color: #f5f5f5;
  z-index: 1000;
  width: 100%;
  padding: 22px 0 32px 0;
  text-align: center;
}

@media (max-width: 750px) {
  .newsite_toolbar {
    bottom: 70px;
  }
}

.newsite_toolbar__close {
  background: none;
  border: none;
  position: absolute;
  right: 50px;
  top: 20px;
}

@media (max-width: 750px) {
  .newsite_toolbar__close {
    right: 15px;
  }
}

.btn-write_us {
  position: fixed;
  bottom: 30px;
  top: auto;
  left: 30px;
  z-index: 1000;
  display: none;
}

.link-comeback {
  display: inline-block;
  margin-right: 12px;
}


@media (max-width: 1050px) {
  .btn-write_us {
    bottom: 75px;
  }
  .link-comeback {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.info-wrap {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-header {
  width: 100%;
  margin-bottom: 16px;
}
.info-col {
  width: 50%;
  padding-right: 3%;
}

@media (max-width: 750px) {
  .info-col {
    width: 100%;
    padding-right: 0;
  }
}

.cart__coupon-error {
font-size: 14px;
line-height: 1.2;
display: block;
margin-top: 3px;
color: #f16327;
}

.cart-table__message {
  color: #f16327;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.cart-table_size__mob {
  display: none;
  font-weight: 700;
}
.cart-table_qty__mob {
  display: none;
  font-weight: 700;
}

.cart-popup {
  padding-top: 0;
}
@media (max-width: 750px) {
  .cart-table_size__mob {
    display: inline-block;
  }
  .cart-table__size .select-wrap {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .cart-table_qty__mob {
    display: inline-block;
  }
  .cart-table__qty .cart-table__input {
    display: none !important;
  }
}
.error-mess_total {
  max-width: none;
}

@media only screen and (max-width: 1200px) {
 .cart-table__sale {
    display: inline-block !important;
    width: auto;
    margin-bottom: 7px;
    font-weight: 700;
}
}

@media only screen and (max-width: 1200px) {
 .cart-table__sale .cart-table__mob {
    width: 85px;
}
}

.product-card__stock-status {
  position: absolute;
  right: 10%;
  top: 0;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 4px 8px;
    line-height: 14px;
    font-weight: 700;
}

.product-card__stock-status span{
  color: black;
  font-weight: 700;
  font-size: 8px;
  text-transform: uppercase;
}

.product-card__stock-status .stock-status-date {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.product-card__stock-status .stock-status-preorder{
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 5px;
}

.slick-arrow{
  position: absolute;
  top: 0;
  z-index: 2;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0);
  border:0;
}
.slick-arrow:focus{
  outline: none;
}

.slick-prev{
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.slick-next{
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.slick-dots {
  z-index: 3;
}


.slick-arrow:hover,
.slick-arrow:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.product-card__sizebox {
  cursor: pointer;
  background: none;
  height: auto;
}

@media only screen and (max-width: 1050px) {
  .header {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1000;
  }
}

.popup-wide {
  z-index: 10;
}

.breadcrumbs span.bread:after  {
    content: "";
    display: block;
    background: url(../images/arrow-right.svg) no-repeat;
    position: absolute;
    right: -26px;
    top: 4px;
    width: 21px;
    height: 3px;
}

.breadcrumbs span.last-bread:after  {
  display: none;
}

.popup-fast-order {
  display: none;
  border: 1px solid #ddd;
  background-color: #fff;
}

.popup-fast-order.is-open{
  display: block;
}

.fast-order {
  max-width: 1052px;
  padding: 70px 30px 40px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 24px;
}

.fast-order__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fast-order__col:nth-child(1) {
  width: 333px;
  margin-left: 72px;
}

.fast-order__col:nth-child(2) {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fast-order__header {
  margin-bottom: 27px;
}

.fast-order__title {
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .05em;
}

.fast-order__subtitle {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 32px;
}

.fast-order__pickup {
  display: none;
}

.fast-order__pickup.is-active {
  display: block;
}

.fast-order__map-wrapper {
  margin-bottom: 16px;
}

.fast-order__map {
  height: 216px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/map_flacon_oneclick@2x.png)
}

.fast-order__map-link {
  display: block;
  width: 100%;
  height: 100%;
}

.fast-order__map--aviapark {
  background-image: url(../images/map_aviapark_oneclick@2x.png)
}

.fast-order__map--flacon {
  background-image: url(../images/map_flacon_oneclick@2x.png)
}

.fast-order__map--nikolskaya {
  background-image: url(../images/map_nikolskaya_oneclick@2x.png)
}

.fast-order__map--playground {
  background-image: url(../images/map_playground_oneclick@2x.png)
}

.fast-order__map--trubnaya {
  background-image: url(../images/map_trubnaya_oneclick@2x.png)
}

.fast-order__map--online {
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none;
}

@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .fast-order__map {
    background-image: url(../images/map_flacon_oneclick@2x.png)
  }

  .fast-order__map--aviapark {
    background-image: url(../images/map_aviapark_oneclick@2x.png)
  }

  .fast-order__map--flacon {
    background-image: url(../images/map_flacon_oneclick@2x.png)
  }

  .fast-order__map--nikolskaya {
    background-image: url(../images/map_nikolskaya_oneclick@2x.png)
  }

  .fast-order__map--playground {
    background-image: url(../images/map_playground_oneclick@2x.png)
  }

  .fast-order__map--trubnaya {
    background-image: url(../images/map_trubnaya_oneclick@2x.png)
  }
}

@media (max-width: 448px) {
  .fast-order__map {
    background-position: 65%;
  }
}

.fast-order .inputbox,
.fast-order .select-styled {
  background-color: #fff;
}

.fast-order .select {
  height: 40px;
  font-size: 13px;
  line-height: 21px;
}

.fast-order .select-styled {
  padding: 9px 40px 8px 15px;
  border: 1px solid #ddd;
}

.fast-order .select-styled:after {
  width: 12px;
  height: 8px;
  margin-top: -4px;
  right: 16px;
  background-position: 50%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIHZlcnNpb249IjEuMSI+CiAgPHBhdGggZD0iTSAxLjUzMTI1IDAuNDY4NzUgTCAwLjQ2ODc1IDEuNTMxMjUgTCA2IDcuMDYwNTQ2OSBMIDExLjUzMTI1IDEuNTMxMjUgTCAxMC40Njg3NSAwLjQ2ODc1IEwgNiA0LjkzNzUgTCAxLjUzMTI1IDAuNDY4NzUgeiAiIC8+Cjwvc3ZnPgo=);
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.fast-order .select-styled.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fast-order .select-options {
  margin-top: -1px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fast-order .select-options li {
  padding: 9px 15px 8px 15px;
  transition: color .2s ease;
}

.fast-order .inputbox-wrap {
  margin-bottom: 16px;
}

.fast-order .inputbox {
  width: 100%;
  padding: 9px 15px 8px;
  font-size: 13px;
  line-height: 21px;
}

.fast-order .inputbox::-webkit-input-placeholder {
  color: #A9A9A9
}

.fast-order .inputbox::-moz-placeholder {
  color: #A9A9A9
}

.fast-order .inputbox:-ms-input-placeholder {
  color: #A9A9A9
}

.fast-order .inputbox::-ms-input-placeholder {
  color: #A9A9A9
}

.fast-order .inputbox::placeholder {
  color: #A9A9A9
}

.fast-order .inputbox:not(:focus) {
  border-color: #ddd;
}

.fast-order__input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fast-order__input-row .inputbox-wrap {
  width: calc(50% - 10px);

}

.fast-order__submit-button {
  padding: 19px 20px 17px;
}

.fast-order__submit-note {
  margin: 20px 0 0;
}

@media (max-width: 900px) {
  .fast-order {
    padding: 30px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .fast-order__header {
    margin-right: 24px;
  }

  .fast-order__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fast-order__col {
    width: 100%;
    margin: 0;
  }

  .fast-order__col + .fast-order__col {
    margin-top: 30px;
  }

  .fast-order__col:nth-child(1) {
    width: auto;
    margin-left: 0;
  }

  .fast-order__input-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fast-order__input-row .inputbox-wrap {
    width: 100%;
  }

}

  .popup-fast-order .cart-table__tr  {
    display: block;
    width: auto;
    position: relative;

  }


  .popup-fast-order .cart-table_size__mob, .popup-fast-order  .cart-table__mob,.popup-fast-order .cart-table__mob,
  .popup-fast-order .cart-table_qty__mob {
    display: inline-block
  }
    .popup-fast-order .cart-table__tr .select-wrap, .popup-fast-order .cart-table__input
 {
      display: none;
    }

  .popup-fast-order .cart-table__tr .cart-table__img {
    width: 90px;
    padding: 0 20px 0 0;
    float: left;
}

.popup-fast-order .cart-table__tr .cart-table__info {
  width: auto;
  padding: 5px 0 0;
  margin: 0 105px 0 90px;
}
.popup-fast-order .cart-table__tr .cart-table__qty,
.popup-fast-order  .cart-table__tr .cart-table__size,
.popup-fast-order  .cart-table__tr .cart-table__code {
    width: auto;
    display: inline-block;
    margin-bottom: 7px;
}
.popup-fast-order  .cart-table__tr .cart-table__code {
  display: block;
}
  .popup-fast-order .cart-table__tr .cart-table__price {
    width: 75px;
    position: absolute;
    top: 12px;
    right: 25px;
}
.popup-fast-order .cart-table__sale {
  display: none;
  color: #f16327;
}

.popup-fast-order .cart-table__sale[data-sale="0"] {
  display: none !important;
}

  .popup-fast-order  .cart-table__tr .cart-table__del_fast_order {
    position: absolute;
    top: 12px;
    right: 0;
}

.popup-fast-order  .cart-table__tr .cart-table__del_fast_order {
  right: 12px;
}
.cart-table__del_fast_order {
  text-align: right;
    width: 25px;
    padding: 0;
    border: none;
}
.cart-table__del_fast_order:focus {
  outline: none;
}

.popup-fast-order .cart-table__tr {
  background-color: #fff;
  padding: 12px 12px;
}

.popup-fast-order .icon-close {
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjIwLjcyMDgiIHkxPSIwLjcwNzEwNyIgeDI9IjEuMDkzMzYiIHkyPSIyMC4zMzQ1IiBzdHJva2U9IiNFRjYzMzMiIHN0cm9rZS13aWR0aD0iMiIvPgo8bGluZSB5MT0iLTEiIHgyPSIyNy43NTc0IiB5Mj0iLTEiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MTA3IDAuNzA3MTA3IDAuNzA3MTA3IC0wLjcwNzEwNyAxLjc1IDApIiBzdHJva2U9IiNFRjYzMzMiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
  background-size: contain;
}

.popup-fast-order .popup-wide__close {
  top: 42px;
  right: 68px;
}

@media only screen and (max-width: 1200px) {
  .popup-fast-order {
    top: 92px;
  }
}

@media only screen and (max-width: 900px) {
  .popup-fast-order .popup-wide__close {
    top: 15px;
    right: 15px;
  }

  .popup-fast-order .icon-close {
    width: 18px;
    height: 18px;
  }
}


.fast-order-cart__content {
  max-height: 291px;
  border-top: 1px solid rgba(221, 221, 221, 0.8);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fast-order-cart .cart-table__tr {
  padding: 16px 0 16px 88px;
  position: relative;
  font-size: 0;
  line-height: 18px;
}

.fast-order-cart .cart-table__tr + .cart-table__tr {
  border-top: 1px solid rgba(221, 221, 221, 0.8);
}

.fast-order-cart .cart-table__tr > div {
  padding-right: 16px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.fast-order-cart .cart-table__tr .cart-table__img {
  width: 72px;
  padding: 0;
  margin-left: -88px;
}

.fast-order-cart .cart-table__tr .cart-table__img img {
  vertical-align: top;
}

.fast-order-cart .cart-table__tr .cart-table__info {
  width: calc(100% - 120px);
  padding: 0;
  margin: 0 120px 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fast-order-cart .cart-table__tr .cart-table__price {
  padding-right: 0;
  top: 16px;
  right: 26px;
  text-align: right;
}

.fast-order-cart .cart-table__tr .cart-table__qty,
.fast-order-cart .cart-table__tr .cart-table__size,
.fast-order-cart .cart-table__tr .cart-table__code,
.fast-order-cart .cart-table__tr .cart-table__sale {
  margin-bottom: 6px;
}

.fast-order-cart .cart-table__tr .cart-table__code {
  margin-bottom: 0;
}

.fast-order-cart .cart-table__tr .cart-table__price strong {
  font: inherit;
  font-weight: 600;
}

.fast-order-cart .cart-table__tr .cart-table_size__mob,
.fast-order-cart .cart-table__tr .cart-table_qty__mob {
  font: inherit
}

.fast-order-cart .cart-table__tr .cart-table__del_fast_order {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  top: 18px;
  right: 0;
  border: 0;
  border-radius: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  line-height: 1;
  cursor: pointer;
}

.fast-order-cart .cart-table__tr .cart-table__del_fast_order:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.fast-order-cart .cart-table__tr .cart-table__del_fast_order .icon-del {
  width: 10px;
  height: 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEuMzUzNTUiIHkxPSIxLjE0NjQ1IiB4Mj0iMTEuMjUzIiB5Mj0iMTEuMDQ1OSIgc3Ryb2tlPSIjRUY2MzMzIi8+CjxsaW5lIHkxPSItMC41IiB4Mj0iMTQiIHkyPSItMC41IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxMDcgMC43MDcxMDcgMC43MDcxMDcgMC43MDcxMDcgMTEuNSAxLjUpIiBzdHJva2U9IiNFRjYzMzMiLz4KPC9zdmc+Cg==);
  background-size: contain;
}

.fast-order-cart__footer {
  padding-top: 16px;
  border-top: 2px solid #EF6333;
  text-align: right;
}

.fast-order-cart__footer strong {
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .fast-order-cart .cart-table__tr .cart-table__name {
    margin-bottom: 0;
  }

  .fast-order-cart .cart-table__tr .cart-table__code,
  .fast-order-cart .cart-table__tr .cart-table__qty,
  .fast-order-cart .cart-table__tr .cart-table__size {
    margin-left: 0;
  }

  .fast-order-cart .cart-table__tr .cart-table__code .cart-table__mob,
  .fast-order-cart .cart-table__tr .cart-table__qty .cart-table__mob,
  .fast-order-cart .cart-table__tr .cart-table__size .cart-table__mob {
    width: auto;
    display: inline;
  }

  .fast-order-cart .cart-table__tr .cart-table__sale {
    font-weight: 600;
  }
}

@media only screen and (max-width: 750px) {
  .fast-order-cart .cart-table__tr .cart-table__name {
    margin-bottom: 0;
  }

  .fast-order-cart .cart-table__tr .cart-table__code,
  .fast-order-cart .cart-table__tr .cart-table__qty,
  .fast-order-cart .cart-table__tr .cart-table__size {
    margin-left: 0;
  }

  .fast-order-cart .cart-table__tr .cart-table__code .cart-table__mob,
  .fast-order-cart .cart-table__tr .cart-table__qty .cart-table__mob,
  .fast-order-cart .cart-table__tr .cart-table__size .cart-table__mob {
    width: auto;
    display: inline;
  }

  .fast-order-cart .cart-table__tr .cart-table__sale {
    font-weight: normal;
  }
}

  .category_links {
    margin: 40px 0 20px 0;
    padding: 20px 0;
    border-top: 1px #eee solid;
    text-align: center;
    margin-right: -15px;
  }
  .category_links .category_link {
    font-size: 12px;
    margin: auto 12px;
    color: black;
    display: inline-block;
  }
@media only screen and (max-width: 750px) {
  .category_links {
    margin-right: 0;
  }
}

  .textpage {
    display: none;
  }

  .textpage:first-child {
    display: block;
  }
  .mainmenu__dd {
    z-index: 3;
  }

  .contact-shop {
    width: 47%;
  }

  .related-products__slider-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  @media(max-width: 576px) {
  .payment_table .payment_description {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .pagination .page-nav {
    display: inline-block;
  }
}
.popup-menu__contact-tg a{
  font-size: 16px;
  color: #fff;
}
@media(max-width: 1200px) {
  .desc-hidden {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .size-nav {
     top: 1px;
  }
}

@media only screen and (max-width: 600px) {
  .size-nav {
    margin-left: -10px;
    position: relative;
    top: auto;
    margin-bottom: 2px;
  }

  .size-nav .size-nav__link {
    margin-left: 10px;
  }
}

.mainpage-slider__i {
  cursor: pointer;
}

.order_error_wrap {
  background-color: #ff8a5b;
  border-radius: 4px;
}
.order_error_wrap p{
  padding: 1rem;
    color: white;
}

span.out_of_stock {
  display: block; font-weight: 700;color: #f16327;
}

#addressform .inputbox  {
  width: 355px;
}

/* Squared */
.checkbox-squared {
  width: 4rem;
  height: 1.5rem;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 0;
}
.checkbox-squared input {
  opacity: 0;
}
.checkbox-squared label {
  position: absolute;
  background-color: #dcdcdc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}
.checkbox-squared label:before {

  content: "";
  display: block;
  width: 1.6rem;
  height: 1.1rem;
  cursor: pointer;
  position: absolute;
  top: .2rem;
  z-index: 1;
  left: .5rem;
  border-radius: 2px;
  background: #FFF;
  -webkit-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}
.checkbox-squared label:after {
  color: #ccc;
  content:"|||";
  letter-spacing: .0625rem;
  position: absolute;
  left: .9rem;
  top: .2rem;
  z-index: 1;
  -webkit-transition: left .2s ease-in-out;
          transition: left .2s ease-in-out;
}
.checkbox-squared input[type=checkbox]:checked ~ label {
  background-color: #f16327;
}
.checkbox-squared input[type=checkbox]:checked ~ label:before {
  left: 2rem;
}
.checkbox-squared input[type=checkbox]:checked ~ label:after {
  left: 2.48rem;

}

#company_fields {
  -webkit-transition: display .2s ease-in-out;
          transition: display .2s ease-in-out;
          -webkit-transition: visiability .2s ease-in-out;
          transition: visiability .2s ease-in-out;
}

/* Squared */
.checkbox-squared {
  width: 4rem;
  height: 1.5rem;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.checkbox-squared input {
  opacity: 0;
}
.checkbox-squared label {
  position: absolute;
  background-color: #dcdcdc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}
.checkbox-squared label:before {

  content: "";
  display: block;
  width: 1.6rem;
  height: 1.1rem;
  cursor: pointer;
  position: absolute;
  top: .2rem;
  z-index: 1;
  left: .5rem;
  border-radius: 2px;
  background: #FFF;
  -webkit-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}
.checkbox-squared label:after {
  color: #ccc;
  content:"|||";
  letter-spacing: .0625rem;
  position: absolute;
  left: .9rem;
  top: .2rem;
  z-index: 1;
  -webkit-transition: left .2s ease-in-out;
          transition: left .2s ease-in-out;
}
.checkbox-squared input[type=checkbox]:checked ~ label {
  background-color: #f16327;
}
.checkbox-squared input[type=checkbox]:checked ~ label:before {
  left: 2rem;
}
.checkbox-squared input[type=checkbox]:checked ~ label:after {
  left: 2.48rem;

}

#company_fields {
  -webkit-transition: display .2s ease-in-out;
          transition: display .2s ease-in-out;
          -webkit-transition: visiability .2s ease-in-out;
          transition: visiability .2s ease-in-out;
}

.order_error_wrap {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.order_error_wrap.error {
  background-color: #ff8a5b;
}
.order_error_wrap.success {
  background-color: #7ec9ac;
}
.order_error_wrap p{
  padding: 1rem;
    color: white;
}
@media (max-width: 500px){
	.mainpage-slider__i {
	    height: 250px;
	}
  .size-grid {
    position: relative;
  }
}
.mainpage-slider__i-link{width:100%;}


.retailrocket-subscription-container #rr-popup .popup {
  padding: 0 0 40px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .025);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, .025);
}

.mobile .retailrocket-subscription-container #rr-popup .popup {
  padding-bottom: 0;
}

.retailrocket-subscription-container #rr-popup .popup > a {
  width: 30px;
  height: 30px;
  right: 0 !important;

  text-indent: -9999rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjIwLjcyMDgiIHkxPSIwLjcwNzEwNyIgeDI9IjEuMDkzMzYiIHkyPSIyMC4zMzQ1IiBzdHJva2U9IiNFRjYzMzMiIHN0cm9rZS13aWR0aD0iMiIvPgo8bGluZSB5MT0iLTEiIHgyPSIyNy43NTc0IiB5Mj0iLTEiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MTA3IDAuNzA3MTA3IDAuNzA3MTA3IC0wLjcwNzEwNyAxLjc1IDApIiBzdHJva2U9IiNFRjYzMzMiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
  background-size: 12px;

}

.retailrocket-subscription-container #rr-popup #rr-popup-content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.retailrocket-subscription-container #rr-popup #rr-popup-content img {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form .rr-subscribe-input-checkbox {
  width: 100%;
  height: auto;
  margin-top: 0;
  text-align: inherit;
}

.retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form .rr-subscribe-input-checkbox label {
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}

.retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-email {
  width: 100% !important;
  height: auto;
  padding: 12px 13px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #c8c7c7;
  border-radius: 5px !important;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 1;
  font-family: proxima-nova, sans-serif;
  vertical-align: top;
}

.retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-btn {
  margin-top: 0;
  padding: 12px 23px 11px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #EF6333;
  appearance: none;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-btn:hover {
  background-color: #f17c26;
  border: 1px solid #f17c26;
}

@media screen and (min-width: 540px) {
  .retailrocket-subscription-container #rr-popup .popup > a {
    width: 40px;
    height: 40px;
    background-size: 15px;

  }

  .retailrocket-subscription-container #rr-popup #rr-popup-content {
    max-width: 600px;
    margin: 0 auto;
  }

  .retailrocket-subscription-container #rr-popup #rr-popup-content img {
    width: 60px;
    height: 60px;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-email,
  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-btn {
    width: calc(50% - 5px) !important;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-email {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .retailrocket-subscription-container #rr-popup #rr-popup-content {
    max-width: 100%;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form .rr-subscribe-input-checkbox {
    width: 270px;
    margin-right: 20px;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-email,
  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-btn {
    width: auto !important;
    margin: 0 15px 0 0;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-email {
    max-width: 270px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 992px) {
  .retailrocket-subscription-container #rr-popup #rr-popup-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .retailrocket-subscription-container #rr-popup #rr-popup-content img {
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .retailrocket-subscription-container #rr-popup .popup {
    padding-bottom: 0;
  }

  .retailrocket-subscription-container #rr-popup #rr-popup-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
	.wrap_mW{
		bottom:60px !important;
	}
}



.topbar {
  width: 100%;
  height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1001;
  background-color: #FC0404;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.topbar__inner {
  padding: 8px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

a.topbar {
  transition: background-color .2s ease;
}

a.topbar:hover,
a.topbar:focus {
  background-color: #FF3A3A;
  color: #FFFFFF;
}

.with-topbar .header {
  margin-top: 35px;
}

.with-topbar .popup-menu__content {
  padding-top: 107px;
}

.with-topbar .page__content {
  margin-top: 107px;
}

.with-topbar .popup-wide {
  top: 107px;
}

@media only screen and (max-width: 1200px) {
  .with-topbar .popup-menu__content {
    padding-top: 127px;
  }

  .with-topbar .page__content {
    margin-top: 127px;
  }

  .with-topbar .popup-wide {
    top: 127px;
  }
}

.product__tabs-video {
  max-width: 680px;
}

.videoWrapper {
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 padding-top: 25px;
 height: 0;
 margin-bottom:20px;
}
.videoWrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.top-banner_wrap {
 width: 100%;
 height: 42px;
 background-color: #f16327;
 text-align: center;
}
.top-banner_wrap p {
 font-size: 14px;
 color: white;
 font-weight: 800;
 padding: 12px;
 letter-spacing: .05em;
 text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .retailrocket-subscription-container #rr-popup .popup > a {
  }

  .retailrocket-subscription-container #rr-popup #rr-popup-content {
    padding: 16px;
  }

  .retailrocket-subscription-container #rr-popup #rr-popup-content img {
    display: none;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form {
    width: 100% !important;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form .rr-subscribe-input-checkbox {
    height: 28px;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form .rr-subscribe-input-checkbox label {
    font-size: 0;
    position: relative;
    width: 100%;
    display: block;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form .rr-subscribe-input-checkbox label::before {
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    content: "Получите скидку 5% на первый заказ";

  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-email {
    width: 83% !important;
    margin-right: 16px;
    margin-top: 0;
    height: 40px;
    flex: 1;
    padding: 12px 10px;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-btn {
    height: 40px !important;
    width: 40px !important;
    margin-top: 0;
  }

  .retailrocket-subscription-container #rr-popup .retailrocket-subscribe-form #rr-popup-btn {

    background-image: url("./../images/tick-widget.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    padding: 0;
    font-size: 0;
  }

  .logoIconCloud_427 {
    width: 29px !important;
    height: 23px !important;
  }

  .icons_587 {
    background-size: contain !important;
  }

  .button_637 {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 39px !important;
  }
  ._orinationLeft_f7c .button_637 {
    margin-left: 16px !important;
}

}

@media screen and (max-width: 750px) {
  .category .rr-widget .related-products__slider {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 543px) {
  .page__wrap--product {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page__wrap--product .breadcrumbs {
    display: none;
  }
}