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

[data-simplebar]{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;-moz-box-sizing:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;-moz-box-sizing:border-box!important;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{-moz-box-sizing:inherit!important;box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-webkit-flex-grow:inherit;flex-grow:inherit;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:0;flex-basis:0}.simplebar-height-auto-observer{-moz-box-sizing:inherit;box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;-webkit-transition:opacity 0s linear;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

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

.testing-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #faebd7;
  width: 100%;
  padding: 15px;
}
.testing-message.hidden {
  display: none;
}
.footer {
  background: #eaeaea;
  padding-top: 36px;
  padding-bottom: 28px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .footer {
    padding-bottom: 24px;
    padding-top: 37px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 36px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 639px) {
  .footer {
    padding: 16px 0 28px 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-bottom: 66px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1439px) {
  .footer__inner {
    padding-bottom: 67px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__inner {
    padding-bottom: 76px;
    margin-top: 63px;
  }
}
@media screen and (max-width: 639px) {
  .footer__inner {
    padding-bottom: 48px;
    margin-top: 58px;
    border: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 640px;
    height: 1px;
    background: #999;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer__inner-bot {
  padding-top: 16px;
  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;
}
@media screen and (max-width: 1439px) {
  .footer__inner-bot {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__inner-bot {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .footer__inner-bot {
    padding-top: 36px;
  }
}
.footer__inner-bot-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  color: #999;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 8px;
}
@media screen and (max-width: 1439px) {
  .footer__inner-bot-info {
    right: 2px;
    top: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__inner-bot-info {
    position: static;
    margin-left: unset;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 14px;
  }
}
@media screen and (max-width: 639px) {
  .footer__inner-bot-info {
    margin-top: 24px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.footer__info {
  margin-left: -webkit-calc(79px + 36px);
  margin-left: calc(79px + 36px);
}
@media screen and (max-width: 1919px) {
  .footer__info {
    margin-left: -webkit-calc(44px + 26px);
    margin-left: calc(44px + 26px);
  }
}
@media screen and (max-width: 1439px) {
  .footer__info {
    margin-left: -webkit-calc(20px + 38px);
    margin-left: calc(20px + 38px);
  }
}
@media screen and (max-width: 1023px) {
  .footer__info {
    margin-left: 0;
    margin-right: 34px;
  }
}
.footer__info-item {
  padding-left: 36px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  font-size: 14px;
  fill: #222;
}
@media screen and (max-width: 1439px) {
  .footer__info-item {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__info-item {
    margin-bottom: 24px;
    letter-spacing: 0px;
  }
}
.footer__info-item:last-child {
  margin-bottom: 0;
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 184px;
  margin-right: auto;
  margin-top: 1px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1919px) {
  .footer__nav {
    margin-left: 140px;
  }
}
@media screen and (max-width: 1439px) {
  .footer__nav {
    margin-left: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav {
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 639px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav-list:not(:last-child) {
  margin-right: 169px;
}
@media screen and (max-width: 1919px) {
  .footer__nav-list:not(:last-child) {
    margin-right: 126px;
  }
}
@media screen and (max-width: 1439px) {
  .footer__nav-list:not(:last-child) {
    margin-right: 41px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav-list:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav-list:first-child {
    margin-right: 55px;
  }
}
@media screen and (max-width: 639px) {
  .footer__nav-list:first-child {
    margin-right: unset;
  }
}
@media screen and (max-width: 639px) {
  .footer__nav-list:nth-child(2) {
    margin-bottom: 15px;
  }
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .footer__nav-item:not(:last-child) {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__nav-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .footer__nav-item {
    margin-bottom: 24px;
  }
}
.footer__links {
  font-size: 16px;
  color: #222;
  font-family: 'FuturaDemi', sans-serif;
  margin-bottom: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__links:hover {
  color: #ca292c;
}
.footer__links:active {
  color: #a61113;
}
.footer__subscribe-title {
  margin-bottom: 20px;
  font-family: 'FuturaDemi', sans-serif;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1439px) {
  .footer__subscribe-title {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__subscribe-title {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 639px) {
  .footer__subscribe-title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.footer__subscribe-button {
  padding: 7px 22.5px;
}
@media screen and (max-width: 639px) {
  .footer__subscribe-button {
    margin-top: 22px;
  }
}
.footer__subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer__subscribe-form {
    padding-left: 4px;
  }
}
@media screen and (max-width: 639px) {
  .footer__subscribe-form {
    -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;
    padding-left: 0;
  }
}
.footer__subscribe-form .input-field__error-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__subscribe-input {
  width: 208px;
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .footer__subscribe-input {
    margin-right: 40px;
  }
}
@media screen and (max-width: 639px) {
  .footer__subscribe-input {
    width: 100%;
    margin: 0;
  }
}
.footer__subscribe-social {
  margin-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer__subscribe-social {
    margin-top: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    padding-right: 50px;
  }
}
@media screen and (max-width: 639px) {
  .footer__subscribe-social {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-right: 0;
  }
}
.footer__subscribe-social-link {
  width: 24px;
  height: 24px;
}
.footer__subscribe-social-link > svg {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__subscribe-social-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .footer__subscribe-social-link:not(:last-child) {
    margin-right: 36px;
  }
}
.footer__subscribe-social-link:hover .footer__subscribe-social-fb,
.footer__subscribe-social-link:hover .footer__subscribe-social-yt {
  stroke: #ca292c;
}
.footer__subscribe-social-link:hover .footer__subscribe-social-inst {
  fill: #ca292c;
}
.footer__subscribe-social-link:active .footer__subscribe-social-fb,
.footer__subscribe-social-link:active .footer__subscribe-social-yt {
  stroke: #a61113;
}
.footer__subscribe-social-link:active .footer__subscribe-social-inst {
  fill: #a61113;
}
.footer__subscribe-social-yt,
.footer__subscribe-social-fb {
  fill: transparent;
  stroke: #222;
  width: 24px;
  height: 24px;
}
.footer__subscribe-social-inst {
  fill: #222;
  width: 24px;
  height: 24px;
}
.footer__copy {
  color: #999;
}
.footer__powered {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 11px;
}
.footer__powered > img {
  margin-left: 16px;
}
@media screen and (max-width: 1919px) {
  .footer__powered {
    margin-left: 6px;
  }
}
@media screen and (max-width: 1439px) {
  .footer__powered {
    margin-left: 11px;
  }
}
@media screen and (max-width: 639px) {
  .footer__powered {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.logo-vertical {
  -webkit-transform: rotate(-90deg) translateX(-93%);
          transform: rotate(-90deg) translateX(-93%);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  top: 0;
  left: 18px;
  font-size: 32px;
  font-family: 'FuturaDemi', sans-serif;
  color: #999;
  opacity: 0.5;
  letter-spacing: -1.1px;
}
@media screen and (max-width: 1919px) {
  .logo-vertical {
    left: 11px;
  }
}
@media screen and (max-width: 1439px) {
  .logo-vertical {
    left: 21px;
  }
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:after,
*:before {
  -moz-box-sizing: inherit;
       box-sizing: inherit;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'FuturaBook', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  line-height: 1.3em;
}
blockquote {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FuturaBook', sans-serif;
  margin: 0;
  color: #222;
  font-weight: 400;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  line-height: 1.3em;
}
.first-title {
  font-size: 36px;
}
.second-title {
  font-size: 32px;
  font-family: 'FuturaDemi', sans-serif;
}
@media screen and (max-width: 1439px) {
  .second-title {
    font-size: 28px;
  }
}
.third-title {
  font-size: 28px;
}
.fourth-title {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .fourth-title {
    font-size: 20px;
  }
}
.fifth-title {
  font-size: 20px;
}
.sixth-title {
  font-size: 18px;
}
.additional {
  font-size: 14px;
}
ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}
ol {
  margin: 0;
  padding: 20px;
}
ol li {
  display: list-item;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: none;
  color: #222;
}
input,
button,
textarea,
a {
  outline: none;
}
header,
section,
footer {
  position: relative;
}
.container {
  width: 100%;
  padding: 0 51px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1919px) {
  .container {
    max-width: 1440px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1439px) {
  .container {
    max-width: 1024px;
    padding: 0 22px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 639px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 639px) {
  .container {
    max-width: 320px;
    padding: 0 8px;
  }
}
.d-none {
  display: none;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
h2.page-title.second-title {
  margin-bottom: 31px;
  text-align: center;
}
@media screen and (max-width: 1919px) {
  h2.page-title.second-title {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1439px) {
  h2.page-title.second-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 639px) {
  h2.page-title.second-title {
    font-size: 24px;
  }
}
.mce-content table {
  table-layout: fixed;
}
.description-content>*:last-child {
  margin-bottom: 0;
}
.description-content p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 639px) {
  .description-content p {
    font-size: 16px;
  }
}
.ScrollbarsCustom-Track.ScrollbarsCustom-TrackY {
  width: 5px !important;
}
.ScrollbarsCustom-Thumb.ScrollbarsCustom-ThumbY {
  background: rgba(0,0,0,0.3) !important;
}

.mce-content *:last-child {
  margin-bottom: 0;
}
.mce-content h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1439px) {
  .mce-content h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .mce-content h3 {
    margin-bottom: 27px;
    font-size: 24px;
    line-height: 32px;
  }
}
.mce-content h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 639px) {
  .mce-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.mce-content h5 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 12px;
}
.mce-content ul {
  margin-bottom: 36px;
}
@media screen and (max-width: 1439px) {
  .mce-content ul {
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 1023px) {
  .mce-content ul {
    margin-bottom: 38px;
  }
}
.mce-content li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  word-break: break-word;
}
@media screen and (max-width: 1439px) {
  .mce-content li {
    padding-left: 22px;
    margin-bottom: 11px;
  }
}
.mce-content li h4 {
  margin-bottom: 0;
}
.mce-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca292c;
}
.mce-content p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 36px;
}
@media screen and (max-width: 1439px) {
  .mce-content p {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .mce-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
.mce-content img {
  margin: 5px 15px 10px 5px;
  height: auto;
}
@media screen and (max-width: 639px) {
  .mce-content img {
    margin: 20px 0;
  }
}
.mce-content blockquote {
  position: relative;
  margin-bottom: 30px;
  padding: 42px 48px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .mce-content blockquote {
    padding: 42px 32px 42px 48px;
  }
}
.mce-content blockquote::before,
.mce-content blockquote::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  background: #000;
}
.mce-content blockquote::before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("/img/icons/quotes_accent.svg");
}
@media screen and (max-width: 1439px) {
  .mce-content blockquote {
    right: -15px;
  }
}
@media screen and (max-width: 1023px) {
  .mce-content blockquote {
    right: 0;
  }
}
.mce-content blockquote::after {
  left: 0;
  bottom: 0;
  background: url("/img/icons/quotes_accent.svg");
}
.mce-content a {
  border-bottom: 1px dotted;
}
.mce-content a:hover {
  border-bottom: 1px dotted;
}
.mce-content img {
  max-width: 100%;
}

