@charset "UTF-8";

@media screen and (max-width: 640px) {
  section {
    padding: 0 15px;
  }
}

@media (min-width: 575.98px) {
  section {
    padding: 0 calc(50% - 270px);
  }
}

@media (min-width: 767.98px) {
  section {
    padding: 0 calc(50% - 360px);
  }
}

@media (min-width: 991.98px) {
  section {
    padding: 0 calc(50% - 480px);
  }
}

@media (min-width: 1192.98px) {
  section {
    padding: 0 calc(50% - 625px);
  }
}

@media (min-width: 1450.98px) {
  section {
    padding: 0 calc(50% - 825px);
  }
}

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

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

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

input {
  border: none;
  font-size: 14px;
  font-weight: 500;
}

body {
  font-family: 'HelveticaNeue';
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  height: 100%;
  background: #fff;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.sidebar {
  max-width: 305px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

input[type="checkbox"] {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  height: 15px;
  padding-left: 12px;
}

input[type="checkbox"]:before {
  content: '';
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-image: url("/img/check-off.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  top: 5px;
}

input[type="checkbox"]:checked:before {
  background-image: url("/img/check-on.png");
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
}

.remodal {
  max-width: 905px;
  padding: 0;
  background: transparent;
}

.remodal .remodal-close {
  right: -32px;
  top: -15px;
  left: unset;
  background-image: url("/img/close-filled.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.remodal-overlay {
  background: #000;
  opacity: 0.69;
}

.nomargin {
  margin: auto !important;
}

.full {
  max-width: unset !important;
  width: 100% !important;
}

.slick-arrow {
  background-color: transparent;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 115px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 20px;
}

.header--column:last-of-type {
  margin-right: 0;
}

.header--name {
  max-width: 280px;
}

.header--phone {
  margin-top: 5px;
  position: relative;
}

.header--phone__link {
  font-size: 22px;
  font-weight: 600;
  padding-left: 30px;
}

.header--phone__link:before {
  position: absolute;
  content: "";
  left: 0;
  width: 19px;
  height: 19px;
  background-image: url("/img/phone.png");
}

.header--search {
  margin-right: 60px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header--search__input {
  height: 46px;
  border-radius: 42px;
  border: solid 1px #c1c1c1;
  padding: 20px;
  width: 100%;
}

.header--search__button {
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 0;
  width: 38px;
  cursor: pointer;
  height: 38px;
  background-color: transparent;
  background-image: url("/img/search_btn.png");
}

.header--search__button:hover {
  background-image: url("/img/search_btn-h.png");
}

.header--login, .header--callback {
  position: relative;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header--login:before, .header--callback:before {
  top: 1px;
  position: absolute;
  content: "";
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.header--login:before {
  background-image: url("/img/login.png");
}

.header--callback {
  color: #cc3333;
  margin-top: 8px;
  text-decoration: underline;
}

.header--callback:before {
  background-image: url("/img/callback.png");
}

.header--basket {
  width: 211px;
  position: relative;
  border-radius: 50px;
  border: solid 1px #acacac;
  background-color: #fff;
  padding: 11px 30px 11px 80px;
}

.header--basket strong {
  color: #cc3333;
}

.header--basket:before {
  top: 11px;
  position: absolute;
  content: "";
  left: 40px;
  width: 28px;
  height: 32px;
  background-image: url("/img/cart.png");
}

.header--burger {
  display: none;
  max-width: 40px;
}

.topmenu {
  width: 100%;
  height: 71px;
  background-color: #cc3333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  line-height: 71px;
  margin-right: 50px;
}

.topmenu--container {
  position: relative;
}

.topmenu__link {
  font-size: 16px;
  color: #fff;
}

.topmenu__link:hover {
  color: #fff;
  text-decoration: underline;
}

.topmenu--catalog {
  padding-left: 20px;
}

.topmenu--catalog__link {
  position: relative;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding-left: 30px;
  text-transform: uppercase;
}

.topmenu--catalog__link:hover {
  text-decoration: underline;
}

.topmenu--catalog__link:before {
  top: 21px;
  position: absolute;
  content: "";
  left: 0px;
  width: 24px;
  height: 28px;
  background-image: url("/img/catalog.png");
}

.topmenu--dropdown {
  background-color: #fff;
  -webkit-box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.16);
  padding-left: 16%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  position: fixed;
  z-index: 99;
  left: 0;
  width: 100%;
}

.topmenu--dropdown section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.topmenu--dropdown.is-opened {
  max-height: 9999px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.topmenu--column {
  padding-top: 45px;
  margin-right: 150px;
}

.topmenu--column__title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
}

.topmenu--dropdown--links {
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.topmenu--dropdown--links__item {
  line-height: 1.93;
  color: #292929;
}

.topmenu--dropdown--links__item:hover {
  color: #cc3333;
}

.filter {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.filter__title {
  border-radius: 44px;
  background-color: #eee;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #383838;
  font-size: 18px;
  font-weight: 500;
}

.filter--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-left: 25px;
  margin-top: 30px;
  position: relative;
  padding-bottom: 37px;
}

.filter--group__title {
  font-size: 16px;
  font-weight: 600;
}

.filter--group:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  height: 9px;
  border-radius: 44px;
  background-color: #eee;
  width: 100%;
}

.filter--group:nth-last-of-type(2):after {
  display: none;
}

.filter--elem {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.filter--buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.filter--buttons__item {
  width: 143px;
  height: 39px;
  display: block;
  line-height: 39px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
  background-color: #474747;
  color: #fff;
}

.filter--buttons__item:hover {
  background-color: #000;
  color: #fff;
}

.filter--buttons__item:last-of-type {
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
}

.filter--buttons__item:last-of-type:hover {
  background-color: #e5e5e5;
  border: solid 1px #e5e5e5;
}

.filter--checkbox {
  margin-bottom: 11px;
}

.filter--checkbox input {
  margin-right: 10px;
  position: relative;
  top: 1px;
  background-color: #fff;
}

.filter--checkbox input:checked {
  background-color: #fff !important;
}

.season {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.season__title {
  border-radius: 44px;
  background-color: #cc3333;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 36px;
}

.season__link {
  margin-left: 30px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}

.season__link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e1e1e1;
  top: 50%;
  margin-top: -6px;
  border-radius: 12px;
}

.banner {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.banner__img {
  height: 100%;
  width: 100%;
}

.banner__img figure {
  height: 100%;
  width: 100%;
}

.banner__img figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.banner--text {
  position: absolute;
  left: 0;
  top: 0;
  width: 488px;
  height: 100%;
  opacity: 0.8;
  background-color: #f1f1f1;
  padding-top: 88px;
  padding-left: 95px;
  padding-right: 74px;
  color: #333;
}

.banner--text__title {
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
}

.banner--text__desc {
  margin-top: 21px;
  line-height: 1.38;
}

.banner--text__link {
  margin-top: 70px;
  max-width: 190px;
  width: 100%;
  height: 64px;
  font-size: 19px;
  line-height: 64px;
  text-align: center;
  border-radius: 48px;
  border: solid 1px #707070;
  display: block;
}

.banner--text__link:hover {
  color: #fff;
  background-color: #474747;
}

.banner--wrapper {
  position: relative;
}

.banner--wrapper .slick-dots {
  position: absolute;
  bottom: 27px;
  left: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.banner--wrapper .slick-dots button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #343131;
  border-radius: 20px;
  margin-right: 18px;
  background: transparent;
}

.banner--wrapper .slick-dots .slick-active button {
  background-color: #cc3333;
  border: none;
}

.catalog {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.catalog--sidebar .season__title {
  border: solid 2px #c33;
  background-color: #fff;
  color: #cc3333;
  font-weight: 600;
}

.catalog__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 34px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.24;
}

.catalog H1 {
  text-align: left;
}

.catalog--row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.catalog--show-more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 9px;
  text-align: center;
  margin-bottom: 65px;
}

.catalog--show-more__link {
  margin: auto;
  display: block;
  height: 56px;
  line-height: 56px;
  border-radius: 48px;
  border: solid 1px #707070;
  text-align: center;
  max-width: 198px;
  text-transform: uppercase;
}

.catalog--show-more__link:hover {
  color: #fff;
  background-color: #cc3333;
  border: none;
}

.catalog--cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 520px;
  max-width: 308px;
  margin-bottom: 36px;
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  .catalog--cart {
    max-width: 280px;
    margin-right: 10px;
  }
}

.catalog--cart--labels {
  position: absolute;
  left: -12px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog--cart--labels__item {
  height: 21px;
  line-height: 21px;
  margin-bottom: 5px;
  padding: 0px 10px;
  border-radius: 19px;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.catalog--cart--labels__item.green {
  background-color: #00b406;
}

.catalog--cart--labels__item.red {
  background-color: #cc3333;
}

.catalog--cart__img {
  border-radius: 26px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #dbdbdb;
  overflow: hidden;
}

.catalog--cart__img:hover {
  border: #cc3333 2px solid;
}

.catalog--cart__img figure {
  width: 100%;
  height: 100%;
}

.catalog--cart__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog--cart__fastview {
  position: absolute;
  bottom: 73px;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.66;
  border-radius: 30px;
  background-color: #c33;
  width: 208px;
  left: 50%;
  margin-left: -104px;
  text-align: center;
  color: #fff;
  display: none;
}

.catalog--cart__fastview:hover {
  background-color: #cc3333;
  opacity: 1;
  color: #fff;
}

.catalog--cart.active .catalog--cart__fastview {
  display: block;
}

.catalog--cart__title {
  margin-top: 11px;
  font-size: 15px;
  font-weight: 600;
}

.catalog--cart__size {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

.catalog--cart__price {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

.catalog--cart__price span {
  font-size: 19px;
  font-weight: 500;
}

.catalog--cart__no-price {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 107px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  background-color: #c33;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.catalog--cart__no-price:hover {
  background-color: #a10000;
  opacity: 1;
  color: #fff;
}

.catalog--cart--modal {
  padding: 30px 35px;
  border-radius: 26px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-height: 962px;
  max-width: 905px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.catalog--cart--modal .catalog--cart--labels {
  left: 12px;
  z-index: 99;
}

.catalog--cart--slider {
  position: relative;
  max-width: 45%;
  width: 100%;
  float: left;
}

.catalog--cart--slider__img {
  margin: auto;
}

.catalog--cart--slider__img figure {
  width: 90%;
  height: 100%;
  margin: auto;
}

.catalog--cart--slider__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog--cart--slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 24px;
  height: 48px;
  font-size: 0;
  background-image: url("/img/arrow.png");
  z-index: 99;
}

.catalog--cart--slider .slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog--cart--slider .slick-prev {
  left: 0;
}

.catalog--cart--text {
  text-align: left;
  font-size: 14px;
  line-height: 1.64;
}

.catalog--cart--text__name {
  margin-left: 24px;
  font-size: 28px;
  font-weight: 600;
}

.catalog--cart--text__manufacturer {
  margin-top: 16px;
  margin-left: 24px;
  font-weight: bold;
  font-size: 14px;
}

.catalog--cart--text__manufacturer a {
  color: #cc3333;
  font-weight: 500;
  text-decoration: underline;
}

.catalog--cart--text__article {
  font-size: 14px;
  margin-left: 24px;
  font-weight: bold;
}

.catalog--cart--text__article span {
  font-weight: 500;
}

.catalog--cart--text__price {
  margin-top: 35px;
  margin-bottom: 19px;
  padding: 5px 0px;
  border-radius: 33px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  position: relative;
}

.catalog--cart--text__price b {
  font-weight: 500;
  font-size: 22px;
}

.catalog--cart--text__price div {
  margin-left: 24px;
  font-size: 36px;
  color: #cc3333;
  font-weight: 500;
  display: inline-block;
  text-decoration: line-through;
}

.catalog--cart--text__price div p {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
}

.catalog--cart--text__price label {
  position: absolute;
  left: 24px;
  top: -20px;
  font-size: 14px;
  font-weight: bold;
}

.catalog--cart--text__label {
  font-size: 14px;
  margin-left: 24px;
  font-weight: bold;
}

.catalog--cart--text__btn {
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 34px;
  background-color: #c33;
  display: block;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
}

.catalog--cart--text__link {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #cc3333;
  text-decoration: underline;
  text-align: center;
}

.catalog--cart--sizes {
  margin-top: 00px;
}

.catalog--cart--sizes--wrapper {
  background-color: #f3f3f3;
  padding: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-height: 527px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}

.catalog--cart--sizes--wrapper__link {
  color: #cc3333;
  text-decoration: underline;
}

.catalog--cart--size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
}

.catalog--cart--size__title {
  margin-right: 8px;
}

.catalog--cart--size__btn {
  width: 33px;
  height: 33px;
  cursor: pointer;
  padding: 3px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}

.catalog--cart--size__btn.plus {
  background: url("/img/plus-circle.png") no-repeat center, #fff;
  border-right: solid 1px #bfbfbf;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.catalog--cart--size__btn.minus {
  background: url("/img/minus-circle-line.png") no-repeat center, #fff;
  border-left: solid 1px #bfbfbf;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.catalog--cart--size__cnt {
  max-width: 34px;
  height: 33px;
  border-bottom: solid 1px #bfbfbf;
  border-top: solid 1px #bfbfbf;
  text-align: center;
}

.catalog--cart--size.all {
  margin-top: 9px;
  font-weight: bold;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  background-color: #f3f3f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  line-height: 33px;
  color: #000;
}

.catalog--cart--size.all .catalog--cart--size__btn.plus {
  background: url("/img/plus-circle.png") no-repeat center, #d2d2d2;
}

.catalog--cart--size.all .catalog--cart--size__btn.minus {
  background: url("/img/minus-circle-line.png") no-repeat center, #d2d2d2;
}

.catalog--cart--size.all .catalog--cart--size__cnt {
  background-color: #d2d2d2;
}

.news {
  margin-top: 39px;
  position: relative;
  margin-bottom: 184px;
}

.news__title {
  font-size: 30px;
  font-style: normal;
}

.news__link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  text-decoration: underline;
}

.news__link:hover {
  color: #cc3333;
  text-decoration: underline;
}

.news--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.news--element {
  margin-right: 25px;
}

.news--element__img {
  border-radius: 26px;
  border: solid 1px #dbdbdb;
  max-width: 420px;
  height: 264px;
  width: 100%;
  overflow: hidden;
}

.news--element__img figure {
  width: 100%;
  height: 100%;
}

.news--element__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news--element__date {
  margin-top: 13px;
  margin-left: 22px;
  color: #333;
  font-size: 14px;
}

.news--element__link {
  margin-left: 22px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

.news--element__text {
  margin-top: 30px;
}

.news--element__text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.news--element__text p.warning {
  color: #cc3333;
}

.news--element__text h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news--element__text h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news--element__text ol {
  padding-left: 10px;
  counter-reset: num;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news--element__text ol li {
  padding-left: 25px;
  line-height: 25px;
  position: relative;
  font-size: 16px;
}

.news--element__text ol li:before {
  position: absolute;
  content: counter(num) ". ";
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  font-weight: bold;
  left: 0;
}

.news--element__text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  list-style: none;
}

.news--element__text ul li {
  padding-left: 25px;
  line-height: 25px;
  position: relative;
  font-size: 16px;
}

.news--element__text ul li:before {
  position: absolute;
  content: '•';
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  font-weight: bold;
  left: 2px;
  font-size: 35px;
  color: #cc3333;
  line-height: 20px;
}

.news--element__back {
  display: block;
  color: #cc3333;
  padding-left: 20px;
  text-decoration: underline;
  position: relative;
}

.news--element__back:before {
  top: 3px;
  position: absolute;
  content: "";
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url("/img/back.png");
  background-repeat: no-repeat;
}

.news--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.news--list__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.news--list--element {
  margin: 10px 0;
}

.news--list--element__img {
  max-width: 420px;
  max-height: 265px;
  border-radius: 26px;
  border: solid 1px #dbdbdb;
  overflow: hidden;
}

.news--list--element__img figure {
  width: 100%;
  height: 100%;
}

.news--list--element__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news--list--element__date {
  margin-top: 10px;
}

.news--list--element__link {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.news--list__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 90px;
}

.news--list__link a {
  display: block;
  width: 198px;
  margin: auto;
  height: 56px;
  border-radius: 48px;
  border: solid 1px #707070;
  background-color: #fff;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.21;
}

.subscribe__title span {
  display: block;
  color: #cc3333;
}

.subscribe--form {
  margin: 39px auto auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 474px;
}

.subscribe--form:before {
  content: "";
  width: 108.5px;
  height: 74.6px;
  background-image: url("/img/mailbox2.png");
  left: -150px;
  position: absolute;
  background-size: 100%;
  top: -20px;
}

.subscribe--form__input {
  border-radius: 31px;
  border: solid 1px #c1c1c1;
  height: 46px;
  width: 100%;
  padding-left: 20px;
  position: relative;
}

.subscribe--form__button {
  position: absolute;
  right: 0;
  top: 0px;
  text-transform: uppercase;
  width: 190px;
  height: 46px;
  border-radius: 34px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background-color: #c33;
}

.subscribe--form__button:hover {
  background-color: #a10000;
}

.subscribe--form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  padding-left: 50px;
  font-size: 12px;
  font-weight: 500;
}

.subscribe--form__agree input {
  position: absolute;
  left: 20px;
  top: -5px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 19px;
  height: 19px;
}

.subscribe--wrapper {
  background-color: #fafafa;
  padding: 95px 0;
}

.to_top {
  width: 100%;
  height: 59px;
  background-color: #d5d5d5;
  padding: 11px 0;
  text-align: center;
}

.to_top .link {
  display: block;
  width: 37px;
  height: 37px;
  margin: auto;
}

.to_top .link:before {
  background-image: url("/img/arrow-up.png");
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  background-size: 100%;
}

.to_top .link:hover:before {
  background-image: url("/img/arrow-up-hover.png");
}

footer {
  background-color: #2e2e2f;
}

footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 60px;
  color: #b9b9b9;
  padding-bottom: 30px;
}

footer .footer--section {
  max-width: 259px;
  width: 100%;
}

footer .footer--section__title {
  line-height: 2;
  margin-bottom: 22px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}

footer .footer--menu {
  max-height: 271px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

footer .footer--menu__element {
  margin-right: 41px;
  line-height: 1.93;
  display: block;
}

footer .footer--menu__element:hover {
  color: #cc3333;
  text-decoration: underline;
}

footer .footer--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

footer .footer--logo__img {
  margin-right: 22px;
}

footer .footer--logo__slogan {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

footer .footer--phone, footer .footer--email, footer .footer--address, footer .footer--links {
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.43;
}

footer .footer--phone:before, footer .footer--email:before, footer .footer--address:before, footer .footer--links:before {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 20px;
  height: 20px;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
}

footer .footer--address:before {
  background-image: url("/img/android-pin.png");
}

footer .footer--email:before {
  background-image: url("/img/email-solid.png");
}

footer .footer--phone a {
  display: block;
}

footer .footer--phone:before {
  background-image: url("/img/telephone-fill.png");
}

footer .footer--links {
  color: #707070;
}

footer .footer--links__item {
  display: block;
  text-decoration: underline;
}

footer .footer__copyright {
  margin-top: 63px;
  color: #6d6d6d;
}

footer .footer .footer--section:nth-child(1) {
  max-width: 376px;
}

footer .footer .footer--section:nth-child(2) {
  max-width: 108px;
}

footer .footer .footer--section:nth-child(3) {
  max-width: 259px;
}

footer .footer .footer--section:nth-child(4) {
  max-width: 377px;
}

.breadcrumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumbs A.breadcrumbs__item {
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  color: #3d3d3d;
}

.breadcrumbs A.breadcrumbs__item:after {
  position: absolute;
  right: 0;
  content: "";
  background-image: url("/img/ios-arrow-dropright-circle.png");
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
}

.breadcrumbs__item {
  color: #bebebe;
}

.sorting {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 30px 0;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 30px;
}

.sorting--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}

.sorting--block__label {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.44;
  margin-right: 16px;
}

.sorting--block__list {
  border-radius: 21px;
  border: solid 1px #333;
  line-height: 35px;
}

.sorting--block__list .select2-container {
  border: none;
  width: 103px;
}

.sorting--block__list .select2-container--default .select2-selection--single {
  border: none;
  background: transparent;
}

.sorting--block__list .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("/img/arrow-down-fill.png");
  width: 14.7px;
  background-color: transparent;
  height: 11px;
  right: 12px;
  top: 9px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
}

.sorting--block__list .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.sorting--block__link {
  margin-right: 6px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 25px;
  border: solid 1px #343131;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.sorting--block__link:hover {
  background-color: #cc3333;
  color: #fff;
  border: none;
}

.sorting--block__link.active {
  background-color: #cc3333;
  color: #fff;
  border: none;
}

.sorting--block__link.active:hover {
  background-color: #a10000;
}

.viewed {
  margin-top: 58px;
}

.viewed__title {
  font-size: 28px;
}

.viewed--wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 24px;
  height: 48px;
  font-size: 0;
  background-image: url("/img/arrow.png");
  z-index: 99;
}

.viewed--wrapper .slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.viewed--wrapper .slick-prev {
  left: 0;
}

.viewed--wrapper .catalog--cart {
  margin: 40px 15px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.viewed--wrapper .catalog--cart__img {
  max-height: 550px;
}

.content {
  max-width: calc(100% - 338px);
  margin-left: 33px;
}

.content__title {
  margin-top: 34px;
  margin-bottom: 34px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
}

.content__text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.content__text p.warning {
  color: #cc3333;
}

.content__text h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content__text h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
}

.content__text ol {
  padding-left: 10px;
  counter-reset: num;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content__text ol li {
  padding-left: 25px;
  line-height: 25px;
  position: relative;
  font-size: 16px;
}

.content__text ol li:before {
  position: absolute;
  content: counter(num) ". ";
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  font-weight: bold;
  left: 0;
}

.content__text ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  list-style: none;
}

.content__text ul li {
  padding-left: 25px;
  line-height: 25px;
  position: relative;
  font-size: 16px;
}

.content__text ul li:before {
  position: absolute;
  content: '•';
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  font-weight: bold;
  left: 2px;
  font-size: 35px;
  color: #cc3333;
  line-height: 20px;
}

.register {
  font-size: 16px;
  padding-bottom: 99px;
}

.register p {
  margin-bottom: 20px;
}

.register label {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.register label input {
  max-width: 500px;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #c4c4c4;
  height: 43px;
  line-height: 43px;
  display: block;
  margin-top: 5px;
}

.register label textarea {
  display: block;
  margin-top: 5px;
  max-width: 500px;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #c4c4c4;
  height: 119px;
}

.register--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.register--checkbox label {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.register--checkbox label input {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 20px;
  border: 1px;
  position: relative;
  top: -5px;
}

.register__select--wrapper {
  margin-top: 10px;
  display: block;
  width: 236px;
  height: 43px;
  border-radius: 6px;
  border: solid 1px #c4c4c4;
  line-height: 43px;
  position: relative;
}

.register__select--wrapper:after {
  position: absolute;
  width: 21px;
  height: 10px;
  content: "";
  background-image: url("/img/arrow-down.png");
  right: 16px;
  top: 50%;
  margin-top: -5px;
  background-size: contain;
  background-repeat: no-repeat;
}

.register__select {
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.register__link {
  margin-bottom: 30px;
  display: block;
  color: #cc3333;
  text-decoration: underline;
}

.register__btn {
  width: 262px;
  height: 48px;
  border-radius: 34px;
  background-color: #c33;
  line-height: 48px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.register__btn:hover {
  background-color: #a10000;
}

.brands {
  margin-bottom: 100px;
}

.brands__link {
  text-align: right;
  display: block;
  text-decoration: underline;
  margin-bottom: 30px;
}

.brands__title {
  font-size: 30px;
}

.brands--slider {
  width: 100%;
  position: relative;
  text-align: center;
}

.brands--slider__item {
  max-height: 100px;
  height: 100px;
  width: auto;
  margin: auto 10px;
  max-width: 100px;
  vertical-align: middle;
}

.brands--slider__item figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.brands--slider__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}

.brands--slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 24px;
  height: 48px;
  font-size: 0;
  background-image: url("/img/arrow.png");
  z-index: 99;
}

.brands--slider .slick-next {
  right: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brands--slider .slick-prev {
  left: -15px;
}

.remodal.login {
  max-width: 420px;
}

.remodal.login .modal--login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 418px;
  padding: 37px 39px 31.4px 37px;
  border-radius: 21px;
  background-color: #cc3333;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.remodal.login .modal--login__close {
  top: 0;
  right: -42px;
  background-image: url(/img/close-filled-yellow.png);
}

.remodal.login .modal--login__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.remodal.login .modal--login__input {
  height: 49px;
  color: #000;
  margin-bottom: 20px;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 0 20px;
  border-radius: 30px;
}

.remodal.login .modal--login__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  height: 53.6px;
  border-radius: 39px;
  border: solid 2px #fff;
  background-color: #c33;
  display: block;
  line-height: 53px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.remodal.login .modal--login__btn.max {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}

.remodal.login .modal--login__btn.yellow {
  color: #000;
  background-color: #f7ff00;
}

.remodal.login .modal--login__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: left;
  margin-bottom: 10px;
}

.remodal.login .modal--login__link.small {
  font-size: 12px;
}

.manufacturer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manufacturer__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 37px;
  font-size: 30px;
  font-weight: normal;
  margin-top: 20px;
}

.manufacturer__item {
  max-width: 200px;
  max-height: 100px;
  margin: 5px;
  display: block;
}

.manufacturer__item figure {
  width: 100%;
  height: 100%;
}

.manufacturer__item figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog--element.content {
  max-width: unset;
}

.catalog--element {
  margin-top: 40px;
}

.catalog--element h1 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.29;
}

.catalog--element .catalog--cart {
  max-width: unset;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.catalog--element--navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 13px;
  border-bottom: solid 1px #e2e2e2;
}

.catalog--element--navigation__btn {
  display: block;
  border-radius: 21px;
  position: relative;
  padding: 0 17px 0 35px;
  height: 35px;
  line-height: 35px;
}

.catalog--element--navigation__btn:before {
  position: absolute;
  content: "";
  width: 18px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  background-size: contain;
  background-position: center;
}

.catalog--element--navigation__btn:hover {
  background-color: #e1e1e1;
}

.catalog--element--navigation__btn.back {
  background-color: #7d7d7d;
  color: #fff;
  width: 103px;
  margin-right: calc(100% - 439px);
}

.catalog--element--navigation__btn.back:before {
  background-image: url("/img/back-icon-left-white.png");
  left: 10px;
}

.catalog--element--navigation__btn.back:hover {
  background-color: #474747;
}

.catalog--element--navigation__btn.prev, .catalog--element--navigation__btn.next {
  float: right;
  border: solid 1px #7d7d7d;
}

.catalog--element--navigation__btn.prev {
  margin-right: 12px;
}

.catalog--element--navigation__btn.prev:before {
  left: 10px;
  background-image: url("/img/back-icon-left-bl.png");
}

.catalog--element--navigation__btn.next {
  padding-left: 10px;
  padding-right: 35px;
}

.catalog--element--navigation__btn.next:before {
  background-image: url("/img/back-icon-right-bl.png");
  right: 10px;
}

.catalog--element--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.catalog--element--wrapper:nth-child(1) {
  width: 40%;
}

.catalog--element--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.catalog--element--row:nth-child(1) {
  width: 40%;
}

.catalog--element--row:nth-child(2) {
  width: 60%;
  margin-left: 100px;
}

.catalog--element--labels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  left: 0;
  top: 0;
  z-index: 9;
}

.catalog--element--labels__item {
  height: 21px;
  line-height: 21px;
  margin-bottom: 5px;
  padding: 0px 10px;
  border-radius: 19px;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.catalog--element--labels__item.green {
  background-color: #00b406;
}

.catalog--element--labels__item.red {
  background-color: #cc3333;
}

.catalog--element--slider {
  width: 100%;
  margin: 0 auto;
  height: 567px;
}

.catalog--element--slider__img {
  width: 381px;
  height: 567px;
}

.catalog--element--slider__img figure {
  width: 100%;
  height: 100%;
}

.catalog--element--slider__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog--element--slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 24px;
  height: 48px;
  font-size: 0;
  background-image: url("/img/arrow.png");
  z-index: 99;
}

.catalog--element--slider .slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog--element--slider .slick-prev {
  left: 0;
}

.catalog--element--thumbslider {
  width: 100%;
  height: 146px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 55px;
}

.catalog--element--thumbslider__img {
  margin: 0 10px;
  padding: 8px;
  max-width: 117px;
  width: 100%;
  height: 146px;
  border-radius: 19px;
  border: solid 1px #ccc;
  background-color: #fff;
}

.catalog--element--thumbslider__img figure {
  width: 100%;
  height: 100%;
}

.catalog--element--thumbslider__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog--element--thumbslider .slick-current {
  border: solid 3px #c33;
}

.catalog--element--description__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 17px;
}

.catalog--element--description__text {
  line-height: 1.64;
}

.catalog--element--text {
  line-height: 1.65;
}

.catalog--element--text__manufacturer {
  margin-top: 16px;
  margin-left: 24px;
  font-weight: bold;
  font-size: 14px;
}

.catalog--element--text__manufacturer a {
  color: #cc3333;
  font-weight: 500;
  text-decoration: underline;
}

.catalog--element--text__article, .catalog--element--text__property {
  font-size: 14px;
  margin-left: 24px;
  font-weight: bold;
}

.catalog--element--text__article span, .catalog--element--text__property span {
  font-weight: 500;
}

.catalog--element--text__price {
  margin-top: 35px;
  margin-bottom: 83px;
  padding: 5px 0px;
  border-radius: 33px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  position: relative;
}

.catalog--element--text__price b {
  font-weight: 500;
  font-size: 22px;
}

.catalog--element--text__price div {
  margin-left: 24px;
  font-size: 36px;
  color: #cc3333;
  font-weight: 500;
  display: inline-block;
  text-decoration: line-through;
}

.catalog--element--text__price div p {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
}

.catalog--element--text__price label {
  position: absolute;
  left: 24px;
  top: -20px;
  font-size: 14px;
  font-weight: bold;
}

.catalog--element--text__label {
  font-size: 14px;
  margin-left: 24px;
  font-weight: bold;
}

.catalog--element--text__btn {
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 34px;
  background-color: #c33;
  display: block;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  margin: auto;
  margin-left: 20px;
  text-align: center;
}

.catalog--element--text__btn:hover {
  background-color: #a10000;
}

.catalog--element--text__link {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #cc3333;
  text-decoration: underline;
  text-align: center;
}

.catalog--element--sizes {
  margin-top: 00px;
}

.catalog--element--sizes--wrapper {
  background-color: #f3f3f3;
  padding: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  max-height: 527px;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}

.catalog--element--sizes--wrapper__link {
  color: #cc3333;
  text-decoration: underline;
}

.catalog--element--size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
}

.catalog--element--size__title {
  margin-right: 8px;
}

.catalog--element--size__btn {
  width: 33px;
  height: 33px;
  cursor: pointer;
  padding: 3px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}

.catalog--element--size__btn.plus {
  background: url("/img/plus-circle.png") no-repeat center, #fff;
  border-right: solid 1px #bfbfbf;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.catalog--element--size__btn.minus {
  background: url("/img/minus-circle-line.png") no-repeat center, #fff;
  border-left: solid 1px #bfbfbf;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.catalog--element--size__cnt {
  max-width: 34px;
  height: 33px;
  border-bottom: solid 1px #bfbfbf;
  border-top: solid 1px #bfbfbf;
  text-align: center;
}

.catalog--element--size.all {
  margin-top: 9px;
  font-weight: bold;
  margin-right: 0;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  background-color: #f3f3f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px;
  padding-left: 20px;
  line-height: 33px;
  color: #000;
}

.catalog--element--size.all .catalog--element--size__btn.plus {
  background: url("/img/plus-circle.png") no-repeat center, #fff;
}

.catalog--element--size.all .catalog--element--size__btn.minus {
  background: url("/img/minus-circle-line.png") no-repeat center, #fff;
}

.catalog--element--size.all .catalog--cart--size__cnt {
  background-color: #d2d2d2;
}

@media (max-width: 1450.98px) {
  .catalog--element--sizes--wrapper {
    max-height: 650px;
  }
  .catalog--element--row:nth-child(2) {
    margin-left: 20px;
  }
}

@media (max-width: 1192.98px) {
  .header--name {
    max-width: 220px;
  }
  .header--name__link {
    font-size: 14px;
  }
  .header--phone__link {
    font-size: 18px;
  }
  .header--search {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px;
  }
  .header--search__button {
    right: 29px;
  }
  .viewed .catalog--cart {
    max-height: 400px;
  }
  footer .footer .footer--section:nth-child(4) {
    margin-top: 30px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .footer--logo, footer .footer--address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  footer .footer__copyright {
    margin-top: 30px;
  }
}

@media (max-width: 990px) {
  .header--search {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .header--search__input {
    display: none;
  }
  .header--search__button {
    position: relative;
    right: auto;
    top: auto;
  }
  .header--login {
    display: none;
  }
  .header--callback {
    width: 38px;
    height: 38px;
    font-size: 0;
    margin: auto;
  }
  .header--callback:before {
    width: 38px;
    height: 38px;
    top: 0;
    background-size: contain;
  }
  .filter__title {
    line-height: normal;
    height: auto;
  }
  .catalog--cart {
    max-width: 250px;
  }
  footer .footer .footer--section:nth-child(1) {
    max-width: 30%;
  }
  footer .footer .footer--section:nth-child(2) {
    max-width: 30%;
  }
  footer .footer .footer--section:nth-child(3) {
    max-width: 30%;
  }
  footer .footer--menu {
    max-height: unset;
  }
  .banner--wrapper .slick-dots {
    left: unset;
    right: 25px;
  }
  .banner {
    height: 300px;
  }
  .banner--text {
    width: 40%;
    padding: 30px;
  }
  .banner--text__title {
    font-size: 24px;
    line-height: normal;
  }
  .banner--text__link {
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
  }
  .catalog--cart--modal {
    max-width: 800px;
    margin: auto;
  }
  .catalog--cart--size {
    margin-right: 5px;
  }
  .manufacturer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .manufacturer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (max-width: 767px) {
  .catalog--element--wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog--element--wrapper .catalog--element--row {
    width: 100%;
  }
  .content {
    width: 100%;
    max-width: unset;
  }
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
  }
  .header {
    height: auto;
  }
  .header--burger {
    display: block;
  }
  .header--name {
    display: none;
  }
  .header--phone {
    display: none;
  }
  .topmenu {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    height: auto;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  .topmenu--catalog {
    padding: 0;
  }
  .topmenu--wrapper {
    position: relative;
  }
  .topmenu.active {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
  .banner--text {
    width: 40%;
    padding: 10px;
  }
  .banner--text__title {
    font-size: 22px;
  }
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebar {
    max-width: unset;
  }
  .season {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .season__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
  .filter {
    margin-top: 20px;
    max-height: 52px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  .filter__title {
    padding: 15px;
    position: relative;
  }
  .filter__title:before {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    background-image: url("/img/arrow-up.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .filter.active {
    max-height: 999px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }
  .filter.active .filter__title:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  .news {
    margin-bottom: 40px;
  }
  .news--wrapper {
    display: block;
  }
  .news--element {
    max-width: 100vw;
    overflow: hidden;
  }
  .news--element__img {
    max-width: 100vw;
  }
  .subscribe--wrapper {
    padding: 30px 0;
  }
  .catalog--cart--modal {
    max-width: 600px;
    max-height: unset;
  }
  .catalog--cart--slider {
    max-width: unset;
  }
}

@media (max-width: 656px) {
  .catalog {
    margin: auto;
  }
  .catalog--cart {
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  footer .footer--logo, footer .footer--address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 500px) {
  .header--basket {
    font-size: 0;
    width: 50px;
  }
  .banner--text {
    width: 100%;
    padding: 40px;
  }
}

@media (max-width: 470px) {
  .catalog--element--navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .catalog--element--navigation .catalog--element--navigation__btn.prev, .catalog--element--navigation .catalog--element--navigation__btn.next {
    float: unset;
    max-width: 50%;
    margin-top: 10px;
  }
  .catalog--element--sizes--wrapper {
    max-height: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .footer--logo, footer .footer--address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 370px) {
  .header--column {
    margin: auto;
  }
  .header--basket {
    padding: 10px 20px;
    border: none;
  }
  .header--basket:before {
    left: 50%;
    margin-left: -14px;
  }
  .banner--text {
    width: 100%;
    padding: 20px;
  }
  .filter__title {
    font-size: 14px;
  }
  .sorting--block {
    margin-top: 20px;
  }
  .sorting--block__label {
    font-size: 12px;
  }
  .catalog--cart--modal {
    padding: 15px;
  }
  .catalog--cart--sizes--wrapper {
    max-height: unset;
  }
  .subscribe--form__button {
    position: relative;
    margin: 10px auto;
  }
  footer .footer .footer--section {
    max-width: unset !important;
  }
}
