.main-button {
  padding: 7.5px 24px;
  border-radius: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'FuturaDemi', sans-serif;
  font-size: 16px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.main-button > .children {
  margin-left: 8px;
}
.main-button__icon {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.main-button__icon_abs {
  position: absolute;
  left: 8px;
}
.main-button__icon_mr +.main-button__text {
  margin-left: 8px;
}
.main-button:hover {
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.main-button:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #a61113;
}
.main-button__default {
  background-color: #ca292c;
}
.main-button__absent {
  pointer-events: none;
  background-color: #2d2d2d;
}
.main-button__google {
  background-color: #eaeaea;
  color: #222;
  padding: 8px 10px;
  width: 160px;
}
.main-button__google:active {
  background-color: #dddcdc;
}
.main-button__google[disabled] {
  color: #fff;
}
.main-button__facebook {
  background-color: #39579a;
  padding: 8px 10px;
  width: 160px;
}
.main-button__facebook .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__facebook:active {
  background-color: #2b4a8f;
}
.main-button__socialFacebook {
  background-color: #eaeaea;
  padding: 8px 10px;
  width: 160px;
  color: #999;
  fill: #999;
}
.main-button__socialFacebook:hover {
  color: #fff;
  background: #4267b2;
}
.main-button__socialFacebook:hover .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__socialFacebook:active {
  background: #355aa6;
}
.main-button__socialFacebook [disabled] {
  color: #fff;
}
.main-button__telegram {
  background-color: #eaeaea;
  padding: 8px 10px;
  width: 160px;
  color: #999;
}
.main-button__telegram:hover {
  color: #fff;
  background: #419fd9;
}
.main-button__telegram:hover .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__telegram:active {
  background: #3392cc;
}
.main-button__telegram [disabled] {
  color: #fff;
}
.main-button__viber {
  background-color: #eaeaea;
  padding: 8px 10px;
  width: 160px;
  color: #999;
}
.main-button__viber:hover {
  color: #fff;
  background: #7b519d;
}
.main-button__viber:hover .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__viber:active {
  background: #6f4491;
}
.main-button__viber [disabled] {
  color: #fff;
}
.main-button[disabled] {
  background-color: #999;
  cursor: no-drop;
}
.main-button[disabled] .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button[disabled]:hover {
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.main-button__borderButton {
  background: none;
  padding: 6px 16px;
  color: #222;
  border: 1px solid #222;
  font-family: 'FuturaDemi', sans-serif;
}
.main-button__borderButton:hover {
  color: #ca292c;
  border-color: #ca292c;
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
  fill: #ca292c;
  background: none;
}
.main-button__borderButton:active {
  color: #a61113;
  border-color: #a61113;
  background: none;
}
.main-button__borderButton[disabled] {
  color: #999;
  border-color: #999;
  cursor: no-drop;
  background: none;
}
.main-button__borderButton[disabled]:hover {
  color: #999;
  border-color: #999;
  background: none;
}
.main-button-round {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background: #eaeaea;
  fill: #999;
}
.main-button-round:hover {
  fill: #fff;
  background: #ca292c;
}
.main-button-round:active {
  background: #a61113;
}
.main-button-no-shadow {
  box-shadow: none;
}
.main-button-no-shadow:hover {
  box-shadow: none;
}
.main-button-no-shadow:active {
  box-shadow: none;
}
.main-button-small {
  padding: 3px 11px;
  font-size: 14px;
}
.main-button-no-transform {
  -webkit-transform: none;
          transform: none;
}
.main-button-no-transform:hover {
  -webkit-transform: none;
          transform: none;
}
.main-button-no-transform:active {
  -webkit-transform: none;
          transform: none;
}
.main-button-dotted {
  padding: 0;
  color: #222;
  background: none;
  border-radius: 0;
  cursor: pointer;
  font-family: 'FuturaBook', sans-serif;
}
.main-button-dotted[disabled] {
  background: none;
  color: #999;
  border-color: #999;
}
.main-button-dotted[disabled] .main-button__text::after {
  border-color: #999;
}
.main-button-dotted[disabled]:hover {
  color: #999;
}
.main-button-dotted[disabled]:hover .main-button__text::after {
  border-color: #999;
}
.main-button-dotted .main-button__text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1.6px dotted #222;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.main-button-dotted:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
  background: none;
  color: #ca292c;
  border-bottom-color: #ca292c;
}
.main-button-dotted:hover .main-button__text::after {
  border-color: #ca292c;
}
.main-button-dotted:hover:active {
  background: none;
}
.main-button-dotted:active {
  -webkit-transform: none;
          transform: none;
  background: none;
  color: #a61113;
  border-bottom-color: #a61113;
}
.main-button-dotted:active .main-button__text::after {
  border-color: #a61113;
}
.main-button-description {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-button-description {
    display: block;
  }
}
.main-button-dotted-icon {
  padding: 0;
  color: #999;
  background: none;
  border-radius: 0;
  fill: #999;
  stroke: #999;
}
.main-button-dotted-icon .main-button__text {
  border-bottom: 2px dotted #999;
}
.main-button-dotted-icon:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
  color: #222;
  fill: #222;
  stroke: #222;
}
.main-button-dotted-icon:hover .main-button__text {
  border-color: #222;
}
.main-button-dotted-icon:active {
  background: none;
}
.main-button-inline {
  padding: 0;
  color: #999;
  background: none;
  border-radius: 0;
  cursor: pointer;
}
.main-button-inline.main-button-inline:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
  background: none;
  color: #ca292c;
}
.main-button-inline:active {
  background: none;
}
.main-button-icon {
  padding: 5px;
}
.main-button-icon > svg {
  width: 20px;
  height: 20px;
}
.main-button-oneClick {
  line-height: 16px;
  padding: 1px 21px;
  font-weight: normal;
  width: 104px;
}
.main-button.product__info-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  width: 300px;
}
.main-button.product__info-height-item {
  margin-right: 7px;
  margin-top: 7px;
}
.main-button.product__info-height-item-active {
  color: #ca292c;
  border-color: #ca292c;
  cursor: default;
}
.show-more-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 12px;
}
.heart-icon {
  fill: #fff;
  stroke: #222;
}
.heart-icon:hover {
  stroke: #ca292c;
}
.follow-icon {
  fill: #222;
}
.follow-icon:hover {
  fill: #ca292c;
}
.compare-icon:hover {
  fill: #ca292c;
}
.bucket-icon {
  fill: #fff;
  stroke: #222;
}
.bucket-icon:hover {
  fill: #fff;
  stroke: #ca292c;
}
.user-icon {
  fill: #222;
}
.user-icon:hover {
  fill: #ca292c;
}

.dropdown {
  display: block;
}
.dropdown__container {
  position: relative;
}
.dropdown__container_disabled .dropdown__label {
  border-color: #eaeaea;
  color: #eaeaea;
  cursor: no-drop;
}
.dropdown__container_disabled .dropdown__label::after {
  background-color: #eaeaea;
}
.dropdown__container_active .dropdown__label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown__label {
  padding: 5px 8px;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #999;
  cursor: pointer;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .dropdown__label {
    border: none;
  }
}
.dropdown__label::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #999;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.dropdown__label-title {
  margin-right: 4px;
}
.dropdown__options {
  position: absolute;
  top: 97%;
  background: #fff;
  z-index: 10;
  width: 100%;
  left: 0;
  padding: 10px 0;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #999;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown__options-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown__options-item {
  padding: 6px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #222;
  position: relative;
}
.dropdown__options-item-arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .dropdown__options-item-arrow {
    right: 10px;
  }
}
.dropdown__options-item-arrow-descend {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dropdown__options-item.active,
.dropdown__options-item:hover {
  background-color: rgba(128,128,128,0.07);
}

.input-field {
  border: none;
  border-bottom: 1px solid #222;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  background: none;
  padding-bottom: 4px;
}
.input-field::-ms-clear {
  display: none;
}
.input-field::-ms-reveal {
  display: none;
}
.input-field[type=search] {
  -webkit-appearance: none;
}
.input-field[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.input-field:focus {
  border-bottom-color: #ca292c;
}
.input-field:focus~ .input-field__text {
  bottom: 25px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .input-field:focus~ .input-field__text {
    bottom: 20px;
  }
}
.input-field__wrap {
  display: block;
  padding-top: 24px;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}
.input-field__wrap-search {
  margin-right: 45px;
}
.input-field__text {
  position: absolute;
  left: 0;
  bottom: 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #999;
  cursor: pointer;
}
.input-field__text-touched {
  bottom: 25px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .input-field__text-touched {
    bottom: 20px;
  }
}
.input-field__error-text {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ca292c;
}
.input-field__error-indicator {
  position: absolute;
  left: 100%;
  width: 20px;
}
.input-field__tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #999;
}
.input-field__eye {
  position: absolute;
  width: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 75%;
  cursor: pointer;
  fill: #999;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input-field__eye:hover {
  fill: #ca292c;
}
.input-field__eye:active {
  fill: #a61113;
}
.input-field__magnifier {
  position: absolute;
  width: 36px;
  padding: 6px;
  border-radius: 5px;
  background: #ca292c;
  fill: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  left: -webkit-calc(100% + 8px);
  left: calc(100% + 8px);
  bottom: 1px;
}
@media screen and (max-width: 1023px) {
  .input-field__magnifier {
    width: 28px;
    padding: 4px;
    left: -webkit-calc(100% + 12px);
    left: calc(100% + 12px);
  }
}
.input-field__magnifier:active {
  background: #a61113;
}
.input-field[disabled] {
  border-color: #999;
  background: none;
  cursor: no-drop;
}
.input-field[disabled] ~ .input-field__text {
  cursor: no-drop;
}
.control-label {
  position: relative;
}

.inputRange {
  border-radius: 5px;
  height: 6px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .inputRange {
    display: none;
  }
}
.inputRange__title {
  margin-bottom: 29px;
}
@media screen and (max-width: 639px) {
  .inputRange__title {
    padding-left: 10px;
  }
}
.inputRange__track {
  background: #999;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  tabindex: 0;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .inputRange__track {
    visibility: hidden;
  }
}
.inputRange__track:active .inputRange__track-active,
.inputRange__track:hover .inputRange__track-active {
  background: #ca292c;
}
.inputRange__track:active .inputRange__slider,
.inputRange__track:hover .inputRange__slider {
  fill: #ca292c;
}
.inputRange__track .inputRange__track-active {
  background: #222;
}
.inputRange__track-active {
  height: 100%;
  position: absolute;
  -webkit-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.inputRange__slider {
  width: 32px;
  height: 32px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.inputRange__slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.inputRange__input {
  padding: 8px;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  margin-left: 8px;
  width: 75%;
  text-align: center;
  font-size: 18px;
}
.inputRange__input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.inputRange__input:focus {
  border-color: #ca292c;
}
.inputRange__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 33px;
}
.inputRange__box {
  width: 100%;
}

.radioGroup {
  width: 100%;
  padding: 18px 0;
}
.radioGroup > label {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.radioGroup.radio-inline > label {
  display: inline-block;
}
.radioGroup .radio-label-title {
  display: block;
  line-height: 1.5;
  vertical-align: middle;
}

.radioControl {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
}
.radioControl > input:checked ~ span {
  color: #222;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.radioControl > span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
  font-size: 14px;
  vertical-align: bottom;
}
.radioControl > span::before,
.radioControl > span::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.radioControl > span::before {
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.radioControl > span::after {
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.radioControl > input[type='radio'] {
  display: none;
}
.radioControl > input[type='radio']:checked + span .radioControl > input[type='radio']::before {
  border-color: #f00;
  -webkit-animation: ripple 0.2s linear forwards;
          animation: ripple 0.2s linear forwards;
}
.radioControl > input[type='radio']:checked + span::after {
  opacity: 1;
}
.radioControl__arrow {
  width: 12px;
  margin-left: 12px;
}
.radioControl__arrow-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(26,26,26,0);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(26,26,26,0);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}

.dropdownSelector {
  position: relative;
  z-index: 1;
}
.dropdownSelector_open {
  z-index: 2;
}
.dropdownSelector__short {
  color: #999;
}
.dropdownSelector__list {
  position: absolute;
  top: 100%;
  left: -1px;
  border: 1px solid #999;
  border-top: none;
  border-radius: 5px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  z-index: 2;
}
.dropdownSelector__list-item {
  padding: 7.5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-top: 1px solid #999;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: #fff;
}
.dropdownSelector__list-item:hover {
  background: #eaeaea;
}
.dropdownSelector__list-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dropdownSelector__list-item.disabled {
  background: #eaeaea;
  color: #999;
}
.dropdownSelector__list-item.disabled:hover {
  cursor: default;
}
.dropdownSelector__label {
  padding: 5px 20px 5px 12px;
  border: 1px solid #999;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  z-index: 2;
  background: #fff;
}
.dropdownSelector__label::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.dropdownSelector__label:hover {
  background: #eaeaea;
}
.dropdownSelector__label_active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.textarea-field {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  background: none;
  padding: 5px;
  resize: none;
  font-size: 12px;
}
.textarea-field:focus {
  border-color: #ca292c;
}
.textarea-field__wrap {
  display: block;
  margin-top: 20px;
}
.textarea-field__label {
  margin-bottom: 10px;
}
.textarea-field[disabled] {
  border-color: #999;
  background: none;
  cursor: no-drop;
}
.textarea-field[disabled] ~ .input-field__text {
  cursor: no-drop;
}

.te2w9j-M1u18feOo3Z5vT {
  text-align: center;
  padding: 0;
  width: auto;
  border-radius: 5px;
  max-width: 352px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .te2w9j-M1u18feOo3Z5vT {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .te2w9j-M1u18feOo3Z5vT_success>div {
    background: #60be64;
  }
  .te2w9j-M1u18feOo3Z5vT_error>div {
    background: #ca292c;
  }
  .te2w9j-M1u18feOo3Z5vT>div {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title {
    padding: 12px 16px 12px 16px;
    line-height: 20px;
    font-size: 16px;
    text-align: start;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title span {
    color: #fff;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title span b > a {
    color: #fff;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title .modal-content__icon {
    fill: #fff;
    stroke: #fff;
  }
  .te2w9j-M1u18feOo3Z5vT .modal-close {
    display: none;
  }
}
.te2w9j-M1u18feOo3Z5vT .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 44px 30px 21px;
}
.te2w9j-M1u18feOo3Z5vT .modal-title--bordered {
  padding: 26px 44px 26px 21px;
  border-bottom: 1px solid #eaeaea;
}
.te2w9j-M1u18feOo3Z5vT .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.te2w9j-M1u18feOo3Z5vT .modal-close:hover {
  fill: #ca292c;
}
.te2w9j-M1u18feOo3Z5vT .modal-content {
  padding: 22px 30px;
  text-align: center;
}
.te2w9j-M1u18feOo3Z5vT .modal-content > .main-button {
  margin: 0 auto;
}
.te2w9j-M1u18feOo3Z5vT .modal-content > p {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.te2w9j-M1u18feOo3Z5vT .modal-content__icon {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  fill: #2a712d;
  stroke: #2a712d;
  padding-top: 3px;
}
@media screen and (max-width: 1023px) {
  .YrWpwAIIL8Yw33mnuwQS {
    padding: 0;
    background: none;
    width: 100%;
  }
}

._2TDXDxOc81TLuj_GS7LtNi {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__button {
  margin: 30px auto 0 auto;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-close:hover {
  fill: #ca292c;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content .input-field__wrap {
  margin-right: 0;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: -20px;
  margin-bottom: 14px;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__actions {
  text-align: center;
  margin-top: 5px;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content > form {
  width: 100%;
}

.CQDGqQAEw0AvZq27cIRpq {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
.CQDGqQAEw0AvZq27cIRpq .modal-content__button {
  margin: 30px auto 0 auto;
}
.CQDGqQAEw0AvZq27cIRpq .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.CQDGqQAEw0AvZq27cIRpq .modal-close:hover {
  fill: #ca292c;
}
.CQDGqQAEw0AvZq27cIRpq .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.CQDGqQAEw0AvZq27cIRpq .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

._3RZRrcX2qe67f-PaLbqmBL {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  ._3RZRrcX2qe67f-PaLbqmBL {
    margin: 0 auto;
    max-width: 674px;
    width: 100%;
  }
  ._3RZRrcX2qe67f-PaLbqmBL h2.modal-title {
    padding: 20.5px 10px;
  }
  ._3RZRrcX2qe67f-PaLbqmBL div.modal-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 8px 0px 20px;
  }
  ._3RZRrcX2qe67f-PaLbqmBL div.modal-content svg.modal-content__icon {
    margin-bottom: 14px;
  }
  ._3RZRrcX2qe67f-PaLbqmBL div.modal-content div.product-action-card {
    padding: 16px 16px 0px 16px;
  }
}
._3RZRrcX2qe67f-PaLbqmBL .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-close:hover {
  fill: #ca292c;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content {
  padding: 27px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content__icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card {
  padding: 20px 10px;
  width: 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-remove > .modal-content__icon {
  fill: #222;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-remove:hover {
  color: #ca292c;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-remove:hover > svg {
  fill: #ca292c;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-favorite > .modal-content__icon {
  fill: #fff;
  stroke: #222;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-favorite:hover {
  color: #2a712d;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-favorite:hover > svg {
  stroke: #2a712d;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card:first-child {
  border-right: 1px solid #ca292c;
}
@media screen and (max-width: 1023px) {
  ._11zY33sT2MluG9dmUHCgVu {
    padding: 0;
    background: none;
  }
}

._1NuhprfnaqN6lgSVei-DsQ {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-close:hover {
  fill: #ca292c;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: 10px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text-footer .modal-content__icon {
  margin-top: -16px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text-footer modal-content__text {
  padding-left: 10px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content > form {
  width: 100%;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content > form .main-button {
  margin: 20px auto 0 auto;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__actions .main-button {
  padding-top: 10px;
  margin: 0 auto !important;
}

._2frlOhTnLRyexc7DGhpsmv {
  max-width: 420px;
  width: 100%;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
._2frlOhTnLRyexc7DGhpsmv .modal__form label {
  margin-right: 0;
}
._2frlOhTnLRyexc7DGhpsmv .modal-title {
  text-align: center;
}
._2frlOhTnLRyexc7DGhpsmv .modal-header {
  padding: 29px 36px 13px;
  border-bottom: 1px solid #eaeaea;
}
._2frlOhTnLRyexc7DGhpsmv .modal-content {
  padding: 19px 36px 36px;
}
._2frlOhTnLRyexc7DGhpsmv .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._2frlOhTnLRyexc7DGhpsmv .modal-close:hover {
  fill: #ca292c;
}
._2frlOhTnLRyexc7DGhpsmv .main-button {
  margin: 0 auto;
}

._2LjZtrUshIimXBxHrnsAwh {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  ._2LjZtrUshIimXBxHrnsAwh {
    width: 100%;
    max-width: 674px;
    margin: 0 auto;
  }
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__button {
  margin: 30px auto 0 auto;
}
._2LjZtrUshIimXBxHrnsAwh .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._2LjZtrUshIimXBxHrnsAwh .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._2LjZtrUshIimXBxHrnsAwh .modal-close:hover {
  fill: #ca292c;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content .input-field__wrap {
  margin-right: 0;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: -20px;
  margin-bottom: 14px;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__actions {
  text-align: center;
  margin-top: 5px;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content > form {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  ._2swXqvF7-0OLCdM9W0yanR {
    padding: 0;
    width: 100%;
    background: none;
  }
}

._3nSyJ52Z7PrIGRKRfJoKpZ {
  text-align: center;
  max-height: 95vh;
  background: none;
  box-shadow: none;
  max-width: 98vw;
  width: 100%;
  padding: 0;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__button {
  margin: 30px auto 0 auto;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #fff;
  background: #000;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  ._3nSyJ52Z7PrIGRKRfJoKpZ .modal-close {
    right: 0;
  }
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-close:hover {
  fill: #eaeaea;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow {
  fill: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 1;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow:hover {
  fill: #eaeaea;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_left {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg) scale(2);
          transform: translateY(-50%) rotate(180deg) scale(2);
}
@media screen and (max-width: 639px) {
  ._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_left {
    -webkit-transform: translate(-4px, -50%) rotate(180deg) scale(1.5);
            transform: translate(-4px, -50%) rotate(180deg) scale(1.5);
  }
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_right {
  right: 0;
  -webkit-transform: translateY(-50%) scale(2);
          transform: translateY(-50%) scale(2);
}
@media screen and (max-width: 639px) {
  ._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_right {
    -webkit-transform: translate(4px, -50%) scale(1.5);
            transform: translate(4px, -50%) scale(1.5);
  }
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content-image {
  max-height: 95vh;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content-video {
  height: -webkit-calc(100vw * 9 / 16);
  height: calc(100vw * 9 / 16);
  max-height: 95vh;
}
._27SvJRk6-PonY_iGujxAc5 {
  padding: 0;
}
@media screen and (max-width: 639px) {
  ._27SvJRk6-PonY_iGujxAc5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}

.e8hxQQQb15Wlh-05K7maG {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .e8hxQQQb15Wlh-05K7maG {
    width: 100%;
    max-width: 674px;
    margin: 0 auto;
  }
}
.e8hxQQQb15Wlh-05K7maG .modal-content__button {
  margin: 30px auto 0 auto;
}
.e8hxQQQb15Wlh-05K7maG .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
.e8hxQQQb15Wlh-05K7maG .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.e8hxQQQb15Wlh-05K7maG .modal-close:hover {
  fill: #ca292c;
}
.e8hxQQQb15Wlh-05K7maG .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.e8hxQQQb15Wlh-05K7maG .modal-content .input-field__wrap {
  margin-right: 0;
}
.e8hxQQQb15Wlh-05K7maG .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: -20px;
  margin-bottom: 14px;
}
.e8hxQQQb15Wlh-05K7maG .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.e8hxQQQb15Wlh-05K7maG .modal-content__actions {
  text-align: center;
  margin-top: 5px;
}
.e8hxQQQb15Wlh-05K7maG .modal-content > form {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  ._3mWLJbbWp-MaWpAJMisXnm {
    padding: 0;
    width: 100%;
    background: none;
  }
}

.checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.checkbox__input[type='checkbox'] {
  display: none;
}
.checkbox__input[type='checkbox'] + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #222;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.checkbox__input[type='checkbox']:checked + span {
  background: #ca292c;
  border-color: #ca292c;
}
.checkbox__input[disabled] + span {
  background: #eaeaea;
  border-color: #eaeaea;
}
.checkbox__input[disabled] + span .checkbox__icon {
  display: none;
}
.checkbox__icon {
  width: 12px;
  height: auto;
}
.checkbox__text-disabled .checkbox__label-text {
  color: #999;
}
.checkbox__text-disabled .checkbox__label-text:hover {
  color: #999;
}
.checkbox__label {
  cursor: pointer;
  margin-right: 8px;
}
.checkbox__label-text {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1439px) {
  .checkbox__label-text {
    font-size: 16px;
  }
}
.checkbox__label-text:hover {
  color: #ca292c;
}
.checkbox__label-notes {
  padding: 0 5px;
  color: #999;
}
.checkbox__label.checkbox-inline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.checkbox__label.checkbox-inline > .checkbox__label {
  width: 25px;
}
.checkbox__label.checkbox-inline > .checkbox__label {
  top: 2px;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  padding: 0 0 5px 8px;
  position: relative;
}
.checkbox__label.checkbox-inline > .checkbox__label a {
  color: #fff;
  margin: 0 3px;
}

._3QS-S0SIlRiYDv5ms0NnUv {
  padding: 24px 82px 48px 24px;
  border-radius: 5px;
  max-width: 610px;
  width: 100%;
  position: relative;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  margin: auto;
}
@media screen and (max-width: 1023px) {
  ._3QS-S0SIlRiYDv5ms0NnUv {
    max-width: 674px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  ._3QS-S0SIlRiYDv5ms0NnUv {
    padding: 20px 15px 40px 17px;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv .fifth-title {
    font-size: 28px;
    max-width: 90%;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv div.modal__image {
    margin: 0 auto;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv div.modal__data {
    padding: 0;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv div.modal__buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
._3QS-S0SIlRiYDv5ms0NnUv .fifth-title {
  margin-bottom: 16px;
}
._3QS-S0SIlRiYDv5ms0NnUv .sixth-title {
  margin-bottom: 10px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal-close:hover {
  fill: #ca292c;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__image {
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__data {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding-left: 24px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__model {
  margin-bottom: 10px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__price_old {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__price_old:after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: #222;
  position: absolute;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__price_discount {
  font-size: 20px;
  color: #ca292c;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__amount-text {
  margin-top: 34px;
  margin-bottom: 8px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 32px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__quantity-value {
  font-size: 20px;
  height: 28px;
  min-width: 28px;
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0px 16px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__control {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  fill: #ca292c;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__control[disabled] {
  fill: #eaeaea;
  cursor: no-drop;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__control svg {
  width: 16px;
  height: 16px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__dropdown-label {
  margin-bottom: 8px;
  margin-top: 10px;
}
._3QS-S0SIlRiYDv5ms0NnUv .dropdown {
  margin-bottom: 15px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 36px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__inputs {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  opacity: 0;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__inputs>label {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .LbCShRfnSM8jXaU3F3aaM {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .LbCShRfnSM8jXaU3F3aaM {
    background: none;
  }
}

._3IduHZUiWCRb1mHgHbmUlJ {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-close:hover {
  fill: #ca292c;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-content {
  padding: 15px 36px 36px;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.RYCTgytt-FAiGrI9U-joU {
  padding: 0;
  width: 100%;
  border-radius: 5px;
  padding: 40px 36px;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .RYCTgytt-FAiGrI9U-joU {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 56px;
    max-width: 674px;
  }
  .RYCTgytt-FAiGrI9U-joU button.madal-confirm {
    display: block;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .RYCTgytt-FAiGrI9U-joU {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 16px;
  }
}
.RYCTgytt-FAiGrI9U-joU .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.RYCTgytt-FAiGrI9U-joU .modal-close:hover {
  fill: #ca292c;
}
.RYCTgytt-FAiGrI9U-joU .modal-truck {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 32px;
}
.RYCTgytt-FAiGrI9U-joU .madal-confirm {
  display: none;
}
@media screen and (max-width: 1023px) {
  ._1yTUM8XxOR6RCoTGVZmfE4 {
    padding: 0;
    width: 100%;
    background: none;
  }
}

._23WcH9wAZXnFvaGqKrQCAt {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  ._23WcH9wAZXnFvaGqKrQCAt {
    margin: 0 auto;
    max-width: 674px;
    width: 100%;
  }
  ._23WcH9wAZXnFvaGqKrQCAt h2.modal-title {
    padding: 20.5px 10px;
  }
  ._23WcH9wAZXnFvaGqKrQCAt div.modal-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 8px 0px 20px;
  }
  ._23WcH9wAZXnFvaGqKrQCAt div.modal-content svg.modal-content__icon {
    margin-bottom: 14px;
  }
  ._23WcH9wAZXnFvaGqKrQCAt div.modal-content div.product-action-card {
    padding: 16px 16px 0px 16px;
  }
}
._23WcH9wAZXnFvaGqKrQCAt .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-close:hover {
  fill: #ca292c;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content {
  padding: 27px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content__icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card {
  padding: 20px 10px;
  width: 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-remove > .modal-content__icon {
  fill: #222;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-remove:hover {
  color: #ca292c;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-remove:hover > svg {
  fill: #ca292c;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-favorite > .modal-content__icon {
  fill: #fff;
  stroke: #222;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-favorite:hover {
  color: #2a712d;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-favorite:hover > svg {
  stroke: #2a712d;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card:first-child {
  border-right: 1px solid #ca292c;
}
@media screen and (max-width: 1023px) {
  ._3WfEBLdayPxzqUVfPzKRPO {
    padding: 0;
    background: none;
  }
}

.iconedCheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 7px;
  border: 1px solid #222;
  border-radius: 5px;
  background: #fff;
  width: 36px;
  height: 36px;
  position: relative;
}
.iconedCheckbox-cart {
  background-color: #ca292c;
  border: 1px solid #ca292c;
}
.iconedCheckbox-cart:hover {
  background-color: #fff;
}
.iconedCheckbox:hover {
  border-color: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-favorite {
  stroke: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-follow {
  fill: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-compare {
  fill: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-cart {
  fill: #fff;
  stroke: #ca292c;
}
.iconedCheckbox-active.iconedCheckbox-follow,
.iconedCheckbox-active.iconedCheckbox-compare {
  padding: 5px;
}
@media screen and (max-width: 1439px) {
  .iconedCheckbox-active.iconedCheckbox-follow,
  .iconedCheckbox-active.iconedCheckbox-compare {
    padding: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .iconedCheckbox-active.iconedCheckbox-follow,
  .iconedCheckbox-active.iconedCheckbox-compare {
    padding: 5px;
  }
}
@media screen and (max-width: 639px) {
  .iconedCheckbox-active.iconedCheckbox-follow,
  .iconedCheckbox-active.iconedCheckbox-compare {
    padding: 2px;
  }
}
.iconedCheckbox__input {
  display: none;
}
.iconedCheckbox__input:checked ~ .iconedCheckbox__icon-favorite {
  fill: #ca292c;
  stroke: #ca292c;
}
.iconedCheckbox__icon {
  width: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.iconedCheckbox__icon-favorite {
  fill: #fff;
  stroke: #222;
}
.iconedCheckbox__icon-follow {
  fill: #222;
}
.iconedCheckbox__icon-compare {
  fill: #222;
}
.iconedCheckbox__icon-cart {
  stroke: #fff;
  fill: #ca292c;
}
.iconedCheckbox__icon-checkmark {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #2a712d;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  top: 6px;
  right: 6px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}
@media screen and (max-width: 1439px) {
  .iconedCheckbox__icon-checkmark {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .iconedCheckbox__icon-checkmark {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 639px) {
  .iconedCheckbox__icon-checkmark {
    width: 8px;
    height: 8px;
    top: 3px;
    right: 3px;
  }
}
.iconedCheckbox__icon-checkmark-active {
  opacity: 1;
}
.iconedCheckbox__icon-checkmark > svg {
  width: 8px;
}

.product-card {
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  width: 288px;
  display: block;
}
@media screen and (max-width: 1919px) {
  .product-card {
    width: 224px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card {
    width: 288px;
  }
}
@media screen and (max-width: 639px) {
  .product-card {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .product-card__wrap {
    width: 100%;
  }
}
.product-card .carousel {
  overflow: hidden;
}
.product-card-with-shadow:hover {
  z-index: 2;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
.product-card__fake {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}
.product-card__fake:hover {
  z-index: 2;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
.product-card__image {
  padding: 0 2px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .product-card__image {
    height: 192px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__image {
    height: 240px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__image {
    height: 116px;
  }
}
.product-card__image.list {
  max-width: 192px;
  max-height: 192px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .product-card__image.list {
    max-width: 116px;
    max-height: 116px;
  }
}
.product-card__arrow {
  position: absolute;
  top: 50%;
  border: none;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  pointer-events: none;
  padding: 0;
}
.product-card__arrow:hover>svg {
  fill: #999;
}
.product-card__arrow-show {
  opacity: 1;
  pointer-events: initial;
}
.product-card__arrow>svg {
  fill: #eaeaea;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product-card__arrow-left {
  left: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-card__arrow-right {
  right: 4px;
}
.product-card__price {
  padding: 15px 0 18px;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 22px 20px 0;
}
@media screen and (max-width: 1439px) {
  .product-card__price {
    margin: 0 16px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__price {
    margin: 0 20px;
    margin-bottom: 28px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__price {
    margin: 0 12px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.product-card__price.list {
  border-top: 0;
  width: 20%;
  margin: 0 20px 0;
  margin-top: unset;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .product-card__price.list {
    margin: 0;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__price.list {
    padding-top: 0;
    margin-left: 10px;
  }
}
.product-card__market-price {
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 1439px) {
  .product-card__market-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__market-price {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__market-price {
    font-size: 16px;
  }
}
.product-card__market-price-old {
  margin-right: 11px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .product-card__market-price-old {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__market-price-old {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__market-price-old {
    margin-right: 0;
    font-size: 14px;
  }
}
.product-card__market-price-old::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #222;
}
.product-card__discount-price {
  font-size: 20px;
  color: #ca292c;
}
@media screen and (max-width: 1919px) {
  .product-card__discount-price {
    font-size: 17px;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__discount-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__discount-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__discount-price {
    font-size: 16px;
    margin-top: 4px;
  }
}
.product-card__discount-price-hide {
  display: none;
  pointer-events: none;
}
.product-card__saled-price {
  font-size: 20px;
  line-height: 26px;
  color: #999;
}
@media screen and (max-width: 1439px) {
  .product-card__saled-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__saled-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__saled-price {
    font-size: 16px;
  }
}
.product-card__saled-text {
  margin-bottom: 8px;
  line-height: 22px;
  font-family: 'FuturaDemi', sans-serif;
}
@media screen and (max-width: 1439px) {
  .product-card__saled-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__saled-text {
    font-size: 14px;
  }
}
.product-card__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 28px;
  margin-bottom: 2px;
}
.product-card__buttons>button {
  font-family: 'FuturaBook', sans-serif;
}
@media screen and (max-width: 1919px) {
  .product-card__buttons-review {
    margin-top: 0;
  }
}
.product-card__buttons-review>button {
  height: 36px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .product-card__buttons-review>button {
    font-size: 14px;
    height: 28px;
  }
}
.product-card__buttons-favorites {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  opacity: 0;
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 20px 10px;
}
@media screen and (max-width: 639px) {
  .product-card__buttons-favorites {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.product-card__buttons_hover.product-card__buttons-favorites {
  margin-top: 28px;
  padding-bottom: 30px;
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .product-card__buttons_hover.product-card__buttons-favorites {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__buttons-default {
    margin-top: 0;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__buttons-default>button:last-child {
    padding: 1px 6px;
    width: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__buttons-default>button:last-child {
    width: 104px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__buttons-default>button:last-child {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__buttons-favorites>.main-button,
  .product-card__buttons-default>.main-button {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__buttons-favorites>.main-button,
  .product-card__buttons-default>.main-button {
    padding: 7.5px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__buttons-favorites>.main-button,
  .product-card__buttons-default>.main-button {
    font-size: 14px;
    width: 100%;
    padding: 7.5px 20px;
  }
  .product-card__buttons-favorites>.main-button>svg,
  .product-card__buttons-default>.main-button>svg {
    width: 16px;
    height: 16px;
  }
  .product-card__buttons-favorites>.main-button> .main-button__text,
  .product-card__buttons-default>.main-button> .main-button__text {
    margin-left: 4px;
  }
}
.product-card__banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}
.product-card__banners>li {
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  .product-card__banners>li {
    margin-left: 5px;
  }
}
.product-card__checkboxes {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 1439px) {
  .product-card__checkboxes {
    right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__checkboxes {
    right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__checkboxes {
    right: 5px;
  }
}
.product-card__checkboxes-show {
  opacity: 1;
  pointer-events: initial;
}
.product-card__checkboxes>label:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 639px) {
  .product-card__checkboxes>label:not(:last-child) {
    margin-right: 5px;
  }
}
.product-card__remove {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .product-card__remove {
    right: 5px;
    top: 5px;
  }
}
.product-card__remove:hover {
  fill: #ca292c;
}
.product-card__remove>svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 639px) {
  .product-card__remove>svg {
    width: 10px;
    height: 10px;
  }
}
.product-card__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 639px) {
  .product-card__quantity {
    margin-bottom: 12px;
  }
}
.product-card__quantity-value {
  font-size: 20px;
  min-height: 28px;
  min-width: 28px;
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0px 16px;
}
@media screen and (max-width: 1439px) {
  .product-card__quantity-value {
    margin: 0px 8px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__quantity-value {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__quantity-value {
    min-height: 20px;
    min-width: 20px;
    font-size: 16px;
  }
}
.product-card__quantity-control {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 0;
}
.product-card__quantity-control:hover {
  fill: #ca292c;
}
.product-card__quantity-control>svg {
  width: 16px;
  height: 16px;
}
.product-card__sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .product-card__sizes {
    display: none;
  }
}
.product-card__sizes-link {
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 28px;
  padding: 0 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0px 4px;
}
.product-card__sizes-link-active,
.product-card__sizes-link:hover {
  border-color: #ca292c;
  color: #ca292c;
}
.product-card__info_list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .product-card__info_list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.product-card__info__content {
  margin-bottom: auto;
  cursor: pointer;
  margin-top: 10px;
}
.product-card__info__content>* {
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .product-card__info__content>* {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__content>* {
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__content>* {
    padding: 0 12px;
  }
}
.product-card__info__fake {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-card__info__fake {
    height: 100%;
  }
}
.product-card__info__fake:hover {
  z-index: 2;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
.product-card__info__name {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 22px;
  height: 68px;
  overflow: hidden;
}
@media screen and (max-width: 1919px) {
  .product-card__info__name {
    height: 62px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__name {
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 22px;
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__name {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    height: 55px;
  }
}
.product-card__info__name.list {
  height: unset;
}
.product-card__info__model {
  margin-bottom: 4px;
  line-height: 13px;
  height: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .product-card__info__model {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__model {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__model {
    font-size: 12px;
  }
}
.product-card__info__details {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 10px;
  background: #fff;
  display: none;
}
@media screen and (max-width: 1439px) {
  .product-card__info__details {
    padding: 0 16px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__details {
    display: none;
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__details {
    padding: 0 12px 10px;
  }
}
.product-card__info__details-item {
  color: #999;
  margin: 2px 0;
}
@media screen and (max-width: 1439px) {
  .product-card__info__details-item {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__details-item {
    font-size: 14px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__details-item {
    font-size: 12px;
    margin-top: 4px;
  }
}
.product-card__info__details-item__name,
.product-card__info__details-item__value {
  display: inline-block;
}
.product-card__info__details-item__name {
  margin-right: 2px;
}
.product-card__info__details_hover {
  display: block;
}
.product-card__info__details.list {
  max-height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .product-card__info__details.list {
    display: none;
  }
}
.product-card__info__sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .product-card__info__sizes {
    display: none;
  }
}
.product-card__info__sizes-link {
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 28px;
  padding: 0 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0px 4px;
}
.product-card__info__sizes-link-active,
.product-card__info__sizes-link:hover {
  border-color: #ca292c;
  color: #ca292c;
}
.product-card__info.list {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .product-card__info.list {
    width: 100%;
  }
}
.absent {
  opacity: 0.4;
}

.cart-success-modal-link {
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cart-success-modal-link:hover {
  color: #ca292c;
}
.cart-success-modal-link:hover:after {
  border-color: #ca292c;
}
.cart-success-modal-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1.6px dotted #222;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.project-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.project-card:hover {
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.project-card img {
  width: 100%;
  height: 100%;
}
.project-card__link {
  display: block;
  width: 336px;
  height: 189px;
}
@media screen and (max-width: 1919px) {
  .project-card__link {
    width: 288px;
    height: 162px;
  }
}
@media screen and (max-width: 1439px) {
  .project-card__link {
    width: 224px;
    height: 126px;
  }
}
@media screen and (max-width: 1023px) {
  .project-card__link {
    width: 288px;
    height: 162px;
  }
}
.project-card__label {
  position: absolute;
  background: rgba(234,234,234,0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  left: 0;
  bottom: 36px;
  width: 176px;
  padding: 5px 8px 8px 24px;
}
@media screen and (max-width: 1919px) {
  .project-card__label {
    bottom: 20px;
    width: 256px;
    padding: 4px 8px 6px 24px;
  }
}
@media screen and (max-width: 1439px) {
  .project-card__label {
    width: 176px;
    padding: 9px 8px 9px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .project-card__label {
    width: 256px;
    padding: 4px 8px 6px 24px;
  }
}
@media screen and (max-width: 639px) {
  .project-card__label {
    width: 176px;
  }
}
.project-card__label:before {
  content: '';
  width: 2px;
  height: -webkit-calc(100% - 16px);
  height: calc(100% - 16px);
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ca292c;
  display: block;
  position: absolute;
}
.project-card__label-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1919px) {
  .project-card__label-text {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1439px) {
  .project-card__label-text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .project-card__label-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1439px) {
  .project-card__label-location {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .project-card__label-location {
    font-size: 16px;
  }
}

.delivery {
  width: 386px;
  border: 1px solid #999;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.delivery__header {
  height: 76px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #eaeaea;
  border-radius: 5px;
  font-size: 24px;
  line-height: 32px;
}
.delivery__body {
  width: 90%;
  padding-left: 32px;
}
.delivery__body>li {
  padding-top: 36px;
}
.delivery__body>li:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-right: 16px;
}
.delivery__body>li>h4 {
  font-size: 20px;
  line-height: 30px;
  padding-left: 16px;
  position: relative;
}
.delivery__body>li>h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca292c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.delivery__body>li>span {
  padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
}
.delivery__footer {
  padding: 51px 0;
}
.delivery__footer>button {
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1919px) {
  .delivery {
    width: 286px;
  }
  .delivery__header {
    height: 56px;
    font-size: 20px;
    line-height: 26px;
  }
  .delivery__body {
    padding-left: 24px;
  }
  .delivery__body>li {
    padding-top: 20px;
  }
  .delivery__body>li>h4 {
    font-size: 18px;
  }
  .delivery__body>li>span {
    font-size: 16px;
  }
  .delivery__footer {
    padding: 23px 0;
  }
}
@media screen and (max-width: 1439px) {
  .delivery {
    width: 224px;
  }
  .delivery__header {
    height: 44px;
    font-size: 20px;
    line-height: 26px;
  }
  .delivery__body {
    padding-left: 12px;
  }
  .delivery__body>li {
    padding-top: 12px;
  }
  .delivery__body>li>h4 {
    font-size: 16px;
  }
  .delivery__body>li>span {
    font-size: 14px;
  }
  .delivery__footer {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1023px) {
  .delivery {
    width: 100%;
    border: none;
  }
  .delivery__header {
    display: none;
  }
  .delivery__body {
    padding-left: 48px;
  }
  .delivery__body>li {
    padding-top: 20px;
  }
  .delivery__body>li:first-of-type {
    padding-top: 0;
  }
  .delivery__body>li>h4 {
    font-size: 18px;
  }
  .delivery__body>li>span {
    font-size: 15px;
  }
  .delivery__footer {
    padding: 11px 0;
  }
}

.content-selector {
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .content-selector {
    margin-bottom: 40px;
  }
}
.content-selector__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 37px;
}
@media screen and (max-width: 1919px) {
  .content-selector__list {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1439px) {
  .content-selector__list {
    margin-bottom: 39px;
  }
}
.content-selector__item {
  margin: 0 88px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1919px) {
  .content-selector__item {
    margin: 0 51px;
  }
}
@media screen and (max-width: 1439px) {
  .content-selector__item {
    margin: 0 25px;
  }
}
.content-selector__item:after {
  content: '';
  width: 100%;
  height: 3px;
  background: transparent;
  left: 0;
  bottom: -2px;
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
}
.content-selector__item:hover,
.content-selector__item_active {
  color: #ca292c;
}
.content-selector__item:hover:after,
.content-selector__item_active:after {
  background: #ca292c;
}
@media screen and (max-width: 1023px) {
  .content-selector-desctop {
    display: none;
  }
}
.content-selector-mob {
  display: none;
}
@media screen and (max-width: 1023px) {
  .content-selector-mob {
    display: block;
  }
}
.content-selector-mob:not(:last-of-type) {
  margin-bottom: 10px;
}
.content-selector-mob__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 56px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}
.content-selector-mob__label_active {
  margin-bottom: 36px;
}
.content-selector-mob__label:after,
.content-selector-mob__label:before {
  content: '';
  width: 1000px;
  height: 1px;
  background: #999;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 639px) {
  .content-selector-mob__label:after,
  .content-selector-mob__label:before {
    width: 110%;
  }
}
.content-selector-mob__label:before {
  top: 0;
  height: 100%;
  border-top: 1px solid #999;
  background: transparent;
}
.content-selector-mob__label:after {
  bottom: 0;
}
.content-selector-mob__label_active {
  background: #eaeaea;
  color: #999;
}
.content-selector-mob__label_active:after,
.content-selector-mob__label_active:before {
  width: 500px;
  height: 56px;
  background: #eaeaea;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 639px) {
  .content-selector-mob__label_active:after,
  .content-selector-mob__label_active:before {
    width: 5%;
  }
}
.content-selector-mob__label_active:before {
  left: 100%;
  border-top: none;
}
.content-selector-mob__label_active:after {
  left: auto;
  right: 100%;
}
.content-selector-mob__label_active .content-selector-mob__label-svg {
  fill: #999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.content-selector-mob__label-svg {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #222;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%; }
  .ReactCrop:focus {
    outline: none; }
  .ReactCrop--disabled, .ReactCrop--locked {
    cursor: inherit; }
  .ReactCrop__image {
    display: block;
    max-width: 100%;
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
  .ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: move;
    -webkit-box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat; }
    .ReactCrop--disabled .ReactCrop__crop-selection {
      cursor: inherit; }
    .ReactCrop--circular-crop .ReactCrop__crop-selection {
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5);
              box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5); }
  .ReactCrop--invisible-crop .ReactCrop__crop-selection {
    display: none; }
  .ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4); }
  .ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
    width: 1px;
    height: 100%; }
  .ReactCrop__rule-of-thirds-vt::before {
    left: 33.3333%;
    left: calc(100% / 3); }
  .ReactCrop__rule-of-thirds-vt::after {
    left: 66.6666%;
    left: calc(100% / 3 * 2); }
  .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
    width: 100%;
    height: 1px; }
  .ReactCrop__rule-of-thirds-hz::before {
    top: 33.3333%;
    top: calc(100% / 3); }
  .ReactCrop__rule-of-thirds-hz::after {
    top: 66.6666%;
    top: calc(100% / 3 * 2); }
  .ReactCrop__drag-handle {
    position: absolute; }
    .ReactCrop__drag-handle::after {
      position: absolute;
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.7);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent; }
  .ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize; }
    .ReactCrop .ord-nw::after {
      top: 0;
      left: 0; }
  .ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize; }
    .ReactCrop .ord-n::after {
      top: 0; }
  .ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize; }
    .ReactCrop .ord-ne::after {
      top: 0;
      right: 0; }
  .ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize; }
    .ReactCrop .ord-e::after {
      right: 0; }
  .ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize; }
    .ReactCrop .ord-se::after {
      bottom: 0;
      right: 0; }
  .ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
    .ReactCrop .ord-s::after {
      bottom: 0; }
  .ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }
    .ReactCrop .ord-sw::after {
      bottom: 0;
      left: 0; }
  .ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize; }
    .ReactCrop .ord-w::after {
      left: 0; }
  .ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit; }
  .ReactCrop__drag-bar {
    position: absolute; }
    .ReactCrop__drag-bar.ord-n {
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-top: -3px; }
    .ReactCrop__drag-bar.ord-e {
      right: 0;
      top: 0;
      width: 6px;
      height: 100%;
      margin-right: -3px; }
    .ReactCrop__drag-bar.ord-s {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-bottom: -3px; }
    .ReactCrop__drag-bar.ord-w {
      top: 0;
      left: 0;
      width: 6px;
      height: 100%;
      margin-left: -3px; }
  .ReactCrop--new-crop .ReactCrop__drag-bar,
  .ReactCrop--new-crop .ReactCrop__drag-handle,
  .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none; }
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none; }
  @media (pointer: coarse) {
    .ReactCrop .ord-n,
    .ReactCrop .ord-e,
    .ReactCrop .ord-s,
    .ReactCrop .ord-w {
      display: none; }
    .ReactCrop__drag-handle {
      width: 24px;
      height: 24px; } }

.leave-comment-form {
  width: 516px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .leave-comment-form {
    margin-bottom: 49px;
    width: 100%;
  }
}
.leave-comment-form .fourth-title {
  margin-bottom: 40px;
}
.leave-comment-form .add-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.leave-comment-form .fifth-title {
  margin-right: 5px;
}
.leave-comment-form-rating_padding {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.leave-comment-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .leave-comment-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 444px;
    margin-left: 46px;
  }
}
@media screen and (max-width: 639px) {
  .leave-comment-form__row {
    width: 100%;
    margin-left: 0;
  }
}
.leave-comment-form__row> .input-field__wrap {
  width: 230px;
}
@media screen and (max-width: 1023px) {
  .leave-comment-form__row> .input-field__wrap {
    width: 100%;
  }
}
.leave-comment-form__comment {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .leave-comment-form__comment {
    width: 444px;
    margin-left: 46px;
  }
}
@media screen and (max-width: 639px) {
  .leave-comment-form__comment {
    width: 100%;
    margin-left: 0;
  }
}
.leave-comment-form__video .input-field__text-touched {
  color: #999;
}
.leave-comment-form__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
@media screen and (max-width: 1023px) {
  .leave-comment-form__buttons {
    width: 444px;
    margin-left: 46px;
  }
}
@media screen and (max-width: 639px) {
  .leave-comment-form__buttons {
    width: 100%;
    margin-left: 0;
  }
}

.comment-box {
  max-width: 800px;
}
.comment-box > .comment-box__answer {
  margin: 15px 0 0 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .comment-box > .comment-box__answer {
    margin-left: 20px;
  }
}
.comment-box__rating {
  margin-top: 22px;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .comment-box__rating {
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.comment-box .leave-comment-form {
  margin: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.comment-box__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.comment-box__image {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
@media screen and (max-width: 639px) {
  .comment-box__image {
    margin-right: 8px;
  }
}
.comment-box__date {
  margin-left: auto;
  font-size: 18px;
}
.comment-box__post {
  color: #ca292c;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  .comment-box__post {
    font-size: 18px;
  }
}
.comment-box__text {
  margin-top: 22px;
  margin-bottom: 38px;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .comment-box__text {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.comment-box__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.comment-box__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.comment-box__footer:not(:last-child) {
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 13px;
}
.comment-box__icon {
  width: 28px;
  height: 28px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-right: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}
.comment-box__icon-like {
  margin-left: auto;
  fill: #2a712d;
}
.comment-box__icon-like_active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.comment-box__icon-dislike {
  margin-left: 20px;
  fill: #ca292c;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comment-box__icon-dislike_active {
  -webkit-transform: rotate(180deg) scale(1.3);
          transform: rotate(180deg) scale(1.3);
}
.comment-box__count-like_active {
  color: #2a712d;
  font-weight: bold;
}
.comment-box__count-dislike_active {
  color: #ca292c;
  font-weight: bold;
}
.comment-box__form {
  width: 516px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  max-height: 0;
}
.comment-box__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.comment-box__form-row> .input-field__wrap {
  width: 208px;
  margin-right: 0;
}
.comment-box__form-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.comment-box__name {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .comment-box__name {
    font-size: 18px;
  }
}
.comment-box__name-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .comment-box__name-wrap {
    display: block;
  }
  .comment-box__name-wrap .dealer-logos {
    margin-top: 10px;
  }
}

.comments .input-field__wrap {
  margin-right: 0;
}
.comments__title {
  margin-bottom: 34px;
}
.comments .comment-box:not(:last-of-type) {
  margin-bottom: 60px;
}
.comments .fifth-title {
  margin-bottom: 10px;
}
.comments .reviews__carousel {
  margin-top: 5px;
  height: auto;
}

.brand-info {
  width: 386px;
  border: 1px solid #999;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.brand-info__header {
  height: 76px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #eaeaea;
  border-radius: 5px;
}
.brand-info__header h3 {
  font-size: 24px;
  line-height: 32px;
}
.brand-info__body {
  width: 90%;
  padding-left: 32px;
  font-size: 18px;
  line-height: 22px;
}
.brand-info__footer {
  padding: 51px 0;
}
@media screen and (max-width: 1919px) {
  .brand-info {
    width: 286px;
  }
  .brand-info__header {
    height: 56px;
  }
  .brand-info__header h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .brand-info__body {
    padding-left: 24px;
  }
  .brand-info__footer {
    padding: 23px 0;
  }
}
@media screen and (max-width: 1439px) {
  .brand-info {
    width: 224px;
  }
  .brand-info__header {
    height: 44px;
  }
  .brand-info__header h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .brand-info__body {
    padding-left: 12px;
  }
  .brand-info__footer {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1023px) {
  .brand-info {
    width: 100%;
    border: none;
  }
  .brand-info__header {
    display: none;
  }
  .brand-info__body {
    padding-left: 48px;
  }
  .brand-info__footer {
    padding: 11px 0;
  }
}

.product__product {
  margin-bottom: 103px;
}
.product__product>h2 {
  font-size: 20px;
  margin-bottom: 26px;
  line-height: 26px;
  margin-top: -11px;
}
@media screen and (max-width: 1023px) {
  .product__product>h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .product__product>h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.product__product__manufacturer-link:hover {
  color: #ca292c;
}
@media screen and (max-width: 1023px) {
  .product__product {
    margin-bottom: 20px;
  }
}
.product__info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.product__info-wrap>section {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .product__info-wrap>section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.product__presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .product__presentation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 639px) {
  .product__presentation {
    display: block;
  }
}
.product__vertical-carousel-wrap {
  position: relative;
  padding: 20px 0;
  width: 160px;
  margin-right: 36px;
  height: 709px;
}
@media screen and (max-width: 1919px) {
  .product__vertical-carousel-wrap {
    height: 524px;
    width: 108px;
  }
}
@media screen and (max-width: 1439px) {
  .product__vertical-carousel-wrap {
    height: 288px;
  }
}
@media screen and (max-width: 1023px) {
  .product__vertical-carousel-wrap {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .product__vertical-carousel-wrap {
    display: none;
  }
}
.product__main-img {
  width: 709px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .product__main-img {
    width: 524px;
    height: 524px;
  }
}
@media screen and (max-width: 1439px) {
  .product__main-img {
    width: 288px;
    height: 288px;
  }
}
@media screen and (max-width: 1023px) {
  .product__main-img {
    width: 524px;
    height: 524px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  .product__main-img {
    width: 100%;
    height: unset;
  }
}
.product__main-img> img {
  width: 100%;
}
.product__main-img-fullscreen {
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
  fill: #222;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}
.product__main-img-fullscreen:hover {
  fill: #ca292c;
}
.product__banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 2;
}
.product__banners>li {
  margin-left: 80px;
}
.product__banners>li:first-of-type {
  margin-left: 36px;
}
@media screen and (max-width: 1439px) {
  .product__banners>li:first-of-type {
    margin-left: 10px;
  }
}
.product__carousel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
}
.product__carousel-item>img {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1919px) {
  .product__carousel-item>img {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 1439px) {
  .product__carousel-item>img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 639px) {
  .product__carousel-item {
    height: 100%;
  }
  .product__carousel-item>img {
    width: 100%;
    height: 100%;
  }
}
.product__carousel-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 12px;
  cursor: pointer;
  fill: #eaeaea;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product__carousel-arrow:hover {
  fill: #ca292c;
}
.product__carousel-arrow_up {
  top: 0;
}
.product__carousel-arrow_down {
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .product__carousel-arrow {
    display: none;
  }
}
.product__info {
  margin-left: 44px;
}
.product__info-rating {
  margin-bottom: 32px;
}
.product__info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.product__info-wrapper>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .product__info-wrapper>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .product__info-wrapper>div:first-of-type {
    margin-left: 32px;
  }
  .product__info-wrapper>div:last-of-type {
    width: 288px;
  }
}
@media screen and (max-width: 1023px) {
  .product__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .product__info-wrapper>div:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product__info {
    margin-left: 0;
    margin-top: 27px;
  }
}
.product__info-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}
.product__info-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  width: 300px;
}
.product__info-height-item {
  margin-right: 7px;
  margin-top: 7px;
}
.product__info-height-item-active {
  color: #ca292c;
  border-color: #ca292c;
  cursor: default;
}
.product__info-in_stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 1919px) {
  .product__info-in_stock {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1439px) {
  .product__info-in_stock {
    margin-bottom: 8px;
  }
}
.product__info-in_stock-div {
  background: #2a712d;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 8px;
}
.product__info-in_stock-div>svg {
  margin: 0 auto;
}
.product__info-in_stock-expected {
  background: #f2bf2c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 8px;
}
.product__info-in_stock-expected>svg {
  margin: 0 auto;
}
.product__info-in_stock-saled {
  background: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 8px;
}
.product__info-in_stock-saled>svg {
  margin: 0 auto;
  width: 12px;
  height: 10px;
}
.product__info-in_stock>span {
  font-size: 20px;
  line-height: 26px;
}
.product__info-price {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.product__info-price-old {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  -webkit-text-decoration-line: line-through;
     -moz-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.product__info-price-current {
  font-size: 36px;
  line-height: 32px;
  color: #ca292c;
}
.product__info-price-current-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 8px;
}
.product__info-price-current-wrapper>.dropdownSelector {
  min-width: 80px;
  margin-left: 20px;
}
.product__info-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 14px;
}
.product__info-buttons>button {
  margin-bottom: 10px;
}
.product__info-buttons>button:last-of-type {
  margin-left: 15px;
}
.product__info-buttons.disabled {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.product__info-buttons.disabled>button:last-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .product__info-buttons>button {
    margin-right: 32px;
    font-size: 18px;
    line-height: 22px;
    padding: 18px 0;
    white-space: nowrap;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
  .product__info-buttons>button:last-of-type {
    margin-left: 0px;
  }
}
@media screen and (max-width: 639px) {
  .product__info-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .product__info-buttons>p {
    margin-right: 0;
  }
  .product__info-buttons>p>button {
    width: 100%;
  }
  .product__info-buttons>button {
    margin: 24px 0 0;
    width: 100%;
  }
}
.product__info-control-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.product__info-control-buttons > label {
  margin-right: 6px;
}
@media screen and (max-width: 1023px) {
  .product__info-control-buttons > label {
    margin-right: 32px;
  }
}
.product__info-control-buttons > label:last-of-type {
  margin-right: 0px;
}
.product__info-control-buttons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.product__info-feedback-button .product__info-video-button {
  display: none;
}
@media screen and (max-width: 1023px) {
  .product__info-feedback-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .product__info-feedback-button .product__info-video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 78px;
  }
  .product__info-feedback-button .product__info-video-button>svg {
    margin-right: 10px;
    fill: #fff;
    stroke: #000;
  }
}
@media screen and (max-width: 639px) {
  .product__info-feedback-button .product__info-video-button {
    margin-left: 42px;
  }
}
.product__projects-button {
  margin-top: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .product__projects-button {
    margin-top: 36px;
  }
}
@media screen and (max-width: 639px) {
  .product__projects-button>button>span {
    font-size: 14px;
    line-height: 18px;
  }
}
.product__delivery-table {
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .product__delivery-table {
    display: none;
  }
}
.product__table {
  width: 100%;
  overflow: hidden;
}
.product__table__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: -20px;
}
@media screen and (max-width: 1023px) {
  .product__table__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.product__table__details-left-container {
  padding-left: 36px;
  padding-right: 22px;
}
@media screen and (max-width: 1439px) {
  .product__table__details-left-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__details-left-container {
    padding-right: 0;
  }
}
.product__table__details-right-container {
  padding-right: 36px;
  padding-left: 22px;
}
@media screen and (max-width: 1439px) {
  .product__table__details-right-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__details-right-container {
    padding-left: 0;
  }
}
.product__table__details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  color: #222;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .product__table__details-item {
    width: 468px;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__details-item {
    width: 544px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
@media screen and (max-width: 639px) {
  .product__table__details-item {
    width: 288px;
  }
}
.product__table__details-item p {
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px;
}
.product__table__details-item span,
.product__table__details-item a {
  font-size: 20px;
  line-height: 26px;
  text-align: right;
}
.product__table__service-documnets {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product__table__service-documnets-item {
  margin-right: 159px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.product__table__service-documnets-item:last-of-type {
  margin-right: 0;
}
.product__table__service-documnets-item>a {
  width: 236px;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.product__table__service-documnets-item>a>svg {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}
.product__table__service-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.product__table__service-bottom-wrap>button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 53px;
  margin-right: 59px;
}
.product__table__service-text {
  font-size: 18px;
  line-height: 22px;
  margin-top: 32px;
  width: 936px;
}
@media screen and (max-width: 1919px) {
  .product__table__service-text {
    width: 100%;
  }
}
@media screen and (max-width: 1919px) {
  .product__table__service-documnets-item {
    margin-right: 36px;
  }
}
@media screen and (max-width: 1439px) {
  .product__table__service-documnets-item {
    margin-right: 28px;
  }
  .product__table__service-text {
    width: 728px;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__service-documnets-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .product__table__service-documnets-item:nth-of-type(n+3) {
    margin-top: 58px;
  }
  .product__table__service-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .product__table__service-bottom-wrap>button {
    margin-top: 35px;
    margin-right: 0;
  }
  .product__table__service-text {
    width: 100%;
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
}
@media screen and (max-width: 639px) {
  .product__table__service-documnets-item:nth-of-type(n) {
    margin-top: 24px;
    margin-left: 0px;
  }
  .product__table__service-documnets-item:first-of-type {
    margin-top: 0px;
  }
  .product__table__service-bottom-wrap >button {
    margin-top: 19px;
  }
}
.product__table__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 100px;
}
.product__table__description .main-button > .children {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .product__table__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.product__table__description-left-container {
  width: 936px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .product__table__description-left-container {
    width: 672px;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__description-left-container {
    width: 100%;
  }
}
.product__table__description-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.product__table__description-right-container .product__table__description-logo {
  height: 150px;
}
@media screen and (max-width: 1439px) {
  .product__table__description-right-container .product__table__description-logo {
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__description-right-container .product__table__description-logo {
    height: 150px;
  }
}
.product__table__description-right-container h5 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 14px;
}
.product__table__description-right-container .product__table__description-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.product__table__description-right-container .product__table__description-colors-item {
  padding-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .product__table__description-right-container .product__table__description-colors-item {
    padding-right: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__description-right-container .product__table__description-colors-item {
    padding-right: 16px;
  }
}
.product__table__description-right-container .product__table__description-colors-item:last-of-type {
  padding-right: 0;
}
.product__table__description-right-container .product__table__description-colors-item>div {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  margin: 0 auto;
}
.product__table__description-right-container .product__table__description-colors-item>span {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  width: 60px;
  margin-top: 8px;
}
.product__table__feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.product__table__feedback-buildin {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.product__table__feedback-buildin-projects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  margin-top: 37px;
}
.product__table__feedback-buildin-projects>a {
  width: 240px;
  height: 132px;
}
.product__table__feedback-buildin-projects>a>img {
  border-radius: 5px;
}
@media screen and (max-width: 1919px) {
  .product__table__feedback-buildin-projects {
    grid-column-gap: 36px;
    grid-row-gap: 20px;
    margin-top: 37px;
  }
  .product__table__feedback-buildin-projects>a {
    width: 180px;
    height: 100px;
  }
}
@media screen and (max-width: 1439px) {
  .product__table__feedback-buildin-projects {
    grid-column-gap: 28px;
    grid-row-gap: 24px;
    margin-top: 25px;
  }
  .product__table__feedback-buildin-projects>a {
    width: 140px;
    height: 76px;
  }
}
@media screen and (max-width: 1023px) {
  .product__table__feedback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .product__table__feedback-buildin {
    margin-top: 10px;
  }
  .product__table__feedback-buildin-projects {
    grid-column-gap: 32px;
    grid-row-gap: 36px;
    margin-top: 33px;
  }
  .product__table__feedback-buildin-projects>a {
    width: 256px;
    height: 140px;
  }
}
@media screen and (max-width: 639px) {
  .product__table__feedback-buildin-projects {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    margin-top: 21px;
  }
  .product__table__feedback-buildin-projects>a {
    width: 136px;
    height: 74px;
  }
}
.product__projects .main-button {
  margin: 44px auto;
}
.product__projects-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1919px) {
  .product__projects-list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1439px) {
  .product__projects-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .product__projects-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 31px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 28px;
    grid-column-gap: 31px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .product__projects-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .product__projects-list .popular-category {
    height: 180px;
  }
}
.product__projects-list .popular-category__text {
  margin-bottom: 24px;
}
.product__projects-list .project-card:not(:last-child) {
  margin-right: 20px;
}
.product__pdf-button {
  margin-right: 38px;
}
@media screen and (max-width: 1023px) {
  .product__pdf-button {
    margin-right: 32px;
  }
}
@media screen and (max-width: 639px) {
  .product__pdf-button {
    margin-right: 0;
  }
}
.product__video-preview__wrapper {
  position: relative;
}
.product__video-preview_icon {
  position: absolute;
  top: -webkit-calc(100% / 2 - 25px);
  top: calc(100% / 2 - 25px);
  left: -webkit-calc(100% / 2 - 25px);
  left: calc(100% / 2 - 25px);
  width: 50px;
}
.video__iframe__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

