/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  color: #1f3891;
  text-decoration: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #8a7657;
}
@media (min-width: 750px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.title {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.title_h1 {
  margin: 0 0 52px;
  font-size: 48px;
  line-height: 56px;
}
.title_h1 span {
  color: #919fab;
}
@media (max-width: 750px) {
  .title_h1 {
    margin: 0 0 34px;
    font-size: 36px;
    line-height: 40px;
  }
}
.title_medium-margin {
  margin: 0 0 40px;
}
.title_small-margin {
  margin: 0 0 28px;
}
@media (max-width: 750px) {
  .title_small-margin {
    margin: 0 0 10px;
  }
}
.title_nomargin {
  margin: 0 0 10px;
}
.title_middle {
  text-align: center;
  max-width: 793px;
  margin-left: auto;
  margin-right: auto;
}
.title_h2 {
  margin: 0 0 25px;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .title_h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }
}
.title_h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .title_h3 {
    margin: 0 0 12px;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.input-text {
  height: 40px;
  font: 14px 'Jost', Arial, sans-serif;
  padding: 0 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e4e7ec;
  color: #080b17;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
}
@media (max-width: 750px) {
  .input-text {
    font-size: 16px;
  }
}
.input-text:focus {
  border: 1px solid #1f3891;
}
.input-text_white {
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.48);
  background: none;
}
.input-text_white:focus {
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff;
}
.input-text_error {
  border: 1px solid rgba(234,59,48,0.48) !important;
}
.input-text::-webkit-input-placeholder {
  color: #919fab;
}
.input-text::-moz-placeholder {
  color: #919fab;
}
.input-text:-ms-input-placeholder {
  color: #919fab;
}
.input-text::-ms-input-placeholder {
  color: #919fab;
}
.input-text::placeholder {
  color: #919fab;
}
.input-text_select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-text_select::-ms-expand {
  display: none;
}
.error-message {
  color: #ea3b30;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 4px 0 0;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px 'Jost', Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  background: #1f3891;
  border: 0;
  outline: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  position: relative;
}
.button img {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.button:hover {
  background: #8a7657;
  color: #fff;
}
.button:disabled {
  color: #919fab !important;
  cursor: default !important;
  background: #e4e7ec !important;
}
.button_disabled {
  color: #919fab !important;
  cursor: default !important;
  background: #e4e7ec !important;
}
.button_full {
  width: 100%;
}
.button_black {
  background: #080b17;
}
.button_border {
  border: 2px solid rgba(31,56,144,0.24);
  background: #fff;
  color: #1f3891;
}
.button_border:hover {
  background: #fff;
  color: #8a7657;
  border: 2px solid rgba(138,118,87,0.24);
}
.button_border:disabled {
  border: 2px solid rgba(145,159,171,0.24) !important;
  background: #fff !important;
}
.button_border.button_disabled {
  border: 2px solid rgba(31,56,145,0.24) !important;
  background: #fff !important;
  color: #919fab !important;
}
.button_white {
  background: #fff;
  color: #1f3891;
}
.button_border-green {
  border: 2px solid rgba(32,167,102,0.24);
  background: #fff;
  color: #20a766;
}
.button_border-green:hover {
  background: #20a766;
  border: 2px solid #20a766;
  color: #fff;
}
.arrow-b {
  border-radius: 100%;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(31,56,145,0.24);
  margin-left: 16px;
  padding-right: 3px;
  padding-top: 7px;
}
.arrow-b_next {
  padding-left: 3px;
  padding-right: 0;
}
.arrow-b svg {
  fill: #1f3891;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.arrow-b:hover {
  border: 2px solid rgba(138,118,87,0.24);
}
.arrow-b:hover svg {
  fill: #8a7657;
}
.arrow-b.swiper-button-disabled {
  border: 2px solid rgba(31,56,145,0.14) !important;
  cursor: default;
}
.arrow-b.swiper-button-disabled svg {
  opacity: 0.48 !important;
  fill: #1f3891 !important;
}
.label-b {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 0 14px;
  position: relative;
}
.label-b span {
  position: relative;
  z-index: 2;
}
.label-b_new {
  background: #dff0e0;
  color: #20a766;
}
.label-b_sale {
  background: #fbe4d7;
  color: #ed7937;
  padding-left: 12px;
  border-radius: 0 10px 10px 0;
}
.label-b_sale:before {
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fbe4d7;
  width: 28px;
  height: 28px;
  position: absolute;
  left: -14px;
  top: 6px;
  z-index: 1;
}
.label-b_sale:after {
  background: #fff;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -6px;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 3;
}
.label-b_hot {
  background: #fbe4d7;
  color: #ed7937;
}
.hide-on-desktop {
  display: none;
}
@media (max-width: 750px) {
  .hide-on-desktop {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
}
.help-block-b {
  position: fixed;
  bottom: 40px;
  right: 40px;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  z-index: 99;
}
@media (max-width: 750px) {
  .help-block-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }
}
.help-block-b_show {
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.help-block-b__element {
  background: #fff;
  padding: 30px 32px;
  width: 100%;
  max-width: 360px;
  border-radius: 12px;
  margin: 25px 0 0;
}
@media (max-width: 750px) {
  .help-block-b__element {
    margin-top: 15px;
    padding: 20px 22px;
  }
}
.help-block-b__element_frop {
  background: rgba(8,11,23,0.88);
  padding: 12px 30px 12px 84px;
  min-height: 84px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  max-width: 332px;
}
.help-block-b__element_old {
  background: #fffae8;
}
.help-block-b__close {
  position: absolute;
  top: 1px;
  right: 7px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
}
.help-block-b__pic {
  position: absolute;
  top: 12px;
  left: 12px;
}
.help-block-b__pic img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.help-block-b__note {
  font-size: 14px;
  line-height: 20px;
  color: #919fab;
}
.help-block-b__note span {
  font-weight: 500;
  color: #fff;
}
.help-block-b__title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 750px) {
  .help-block-b__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.help-block-b__text {
  font-size: 16px;
  line-height: 24px;
}
.help-block-b__buttons {
  padding: 26px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .help-block-b__buttons {
    padding: 15px 0 0;
  }
}
.top-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .top-b {
    margin: 0 0 12px;
  }
}
.top-b__note {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 750px) {
  .top-b__note {
    width: 100%;
    padding: 10px 0 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.top-b__note_green {
  color: #20a766;
}
.top-b .title {
  margin: 0;
}
.top-b__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 750px) {
  .top-b__buttons {
    padding: 10px 0;
    width: 100%;
  }
}
.top-b__buttons-item {
  display: block;
  position: relative;
  margin-left: 50px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .top-b__buttons-item {
    width: 50%;
    padding: 32px 0 0;
    margin: 0;
  }
}
.top-b__buttons-item svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  fill: #1f3890;
}
.top-b__buttons-item svg.icon__bookmark {
  fill: #080b17;
}
.top-b__buttons-item:hover svg {
  fill: #8a7657;
}
.top-b__buttons-title {
  display: block;
  font-weight: 500;
  color: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.top-b__buttons-title_black {
  color: #080b17;
}
.top-b__buttons-item:hover .top-b__buttons-title {
  color: #8a7657;
}
.top-b__buttons-text {
  display: block;
  color: #919fab;
}
.counter-b {
  position: relative;
  padding: 0 28px;
  max-width: 90px;
}
.counter-b__control {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  cursor: pointer;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.counter-b__control svg {
  fill: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.counter-b__control:hover svg {
  fill: #8a7657;
}
.counter-b__control_plus {
  right: 0;
}
.counter-b__control_minus {
  left: 0;
}
.counter-b__input {
  height: 28px;
  font: 20px 'Jost', Arial, sans-serif;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  color: #080b17;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 750px) {
  .counter-b__input {
    padding: 0 0 5px;
  }
}
.checkbox {
  display: none;
}
.checkbox + label {
  position: relative;
  min-height: 16px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #1f3890;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 750px) {
  .checkbox + label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 20px;
  }
}
.checkbox + label:hover {
  color: #8a7657;
}
.checkbox + label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  border-radius: 4px;
  border: 2px solid #e4e7ec;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.checkbox + label:after {
  content: '';
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  top: 7px;
  left: 5px;
  background: url("../img/content/check.svg") no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
}
.checkbox:checked + label {
  color: #20a766;
}
.checkbox:checked + label:before {
  border-color: #20a766;
  background: #20a766;
}
.checkbox:checked + label:after {
  opacity: 1;
}
.radio {
  display: none;
}
.radio + label {
  position: relative;
  min-height: 16px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #1f3890;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 750px) {
  .radio + label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 20px;
  }
}
.radio + label:hover {
  color: #8a7657;
}
.radio + label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  border-radius: 4px;
  border: 2px solid #e4e7ec;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border-radius: 100%;
}
.radio + label:after {
  content: '';
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  top: 7px;
  left: 5px;
  background: url("../img/content/check.svg") no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
}
.radio:checked + label {
  color: #20a766;
}
.radio:checked + label:before {
  border-color: #20a766;
  background: #20a766;
}
.radio:checked + label:after {
  opacity: 1;
}
/* Progress Radial
-----------
 */
.progress-oval {
  width: 164px;
  height: 164px;
  border: 8px solid rgba(32,167,102,0.12);
  border-radius: 50%;
  position: relative;
}
.progress-oval__line {
  position: absolute;
  left: -0.075471698113208em;
  top: -0.075471698113208em;
  height: 160px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 160px;
}
.progress-oval__line circle {
  stroke: #20a766;
}
.sold-out {
  color: #080b17;
  white-space: nowrap;
}
/* Overlay Buy
----------------
 */
.buy-overlay-b {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 12px;
  background: rgba(8,11,23,0.88);
  max-width: 332px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.buy-overlay-b_show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.buy-overlay-b__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  padding: 10px;
}
.buy-overlay-b__close:hover {
  opacity: 0.8;
}
.buy-overlay-b__close img {
  display: block;
}
.buy-overlay-b__photo {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding:5px;
  background:#fff;
}
.buy-overlay-b__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.buy-overlay-b__about {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 25px 0 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #919fab;
}
.buy-overlay-b__about a {
  color: #fff;
}
.buy-overlay-b__about a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .buy-overlay-b {
    width: 100%;
    max-width: 100%;
  }
  .buy-overlay-b_card {
    bottom: 56px;
  }
}
html,
body {
  height: 100%;
}
@media (max-width: 750px) {
  html,
  body {
    scroll-behavior: smooth;
  }
}
body {
  font: 20px/28px 'Jost', Arial, sans-serif;
  color: #080b17;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
@media (max-width: 750px) {
  body.bg-sun {
    background: url("../img/content/sun_bottom.png") no-repeat 50% 100%;
    background-size: contain;
  }
}
.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.content {
  position: relative;
  margin: 0 0 auto;
  padding: 16px 0 100px;
}
.content_main {
  padding: 0;
}
@media (max-width: 750px) {
  .content {
    padding: 0 0 40px;
  }
}
.content_nobottom {
  padding-bottom: 0;
}
.content_notop {
  padding-top: 0;
}
.content_middle {
  margin: auto 0;
  padding: 0;
}
.max-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .max-width {
    padding: 0 12px;
  }
}
.pic-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: url("../img/content/sun.png") no-repeat 100% 50%;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 750px) {
  .pic-bg {
    display: none;
  }
}
/* Common
-----------
 */
.grid-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .grid-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.grid-b__content {
  width: calc(100% - 408px);
}
@media (max-width: 750px) {
  .grid-b__content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.grid-b__sidebar {
  width: 180px;
}
@media (min-width: 750px) {
  .grid-b__sidebar .sticky {
    top: 100px;
  }
}
@media (max-width: 750px) {
  .grid-b__sidebar {
    width: 100%;
  }
  .grid-b__sidebar_mobile-top {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: -30px 0 0;
  }
}
@media (min-width: 750px) {
  .content_attention .grid-b__sidebar .sticky {
    top: 146px;
  }
}
.is-sticky .block-b_nav {
  width: 100% !important;
}
.block-b_nav {
  border-left: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .block-b_nav {
    border: 0;
    background: #fff;
    margin: 0 -12px;
    padding: 10px 0 0;
    border-bottom: 1px solid #e4e7ec;
    position: relative;
  }
  .block-b_nav:before {
    content: '';
    width: 22px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, #fff, rgba(255,255,255,0));
    background: linear-gradient(to right, #fff, rgba(255,255,255,0));
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-b_nav:after {
    content: '';
    width: 22px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(right, #fff, rgba(255,255,255,0));
    background: linear-gradient(to left, #fff, rgba(255,255,255,0));
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .block-b_nav_fixed {
    z-index: 9 !important;
    background: #fff;
    padding: 10px 0 0;
  }
}
.block-b__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}
.block-b__item:last-child {
  margin-bottom: 0;
}
.block-b__links {
  display: block;
  padding: 0 0 0 23px;
  color: #1f3890;
  position: relative;
}
.block-b__links:hover {
  color: #8a7657;
}
.block-b__links_active {
  color: #8a7657;
}
.block-b__links_active:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  background: #8a7657;
  width: 2px;
  height: 100%;
  z-index: 2;
}
@media (max-width: 750px) {
  .block-b_nav .block-b__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px;
  }
  .block-b_nav .block-b__list::-webkit-scrollbar {
    display: none;
  }
  .block-b_nav .block-b__item {
    margin: 0 24px 0 0;
  }
  .block-b_nav .block-b__links {
    padding: 0 0 18px;
  }
  .block-b_nav .block-b__links_active:after {
    left: 0;
    top: initial;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
  }
}
.page-text {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .page-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-text p {
  margin: 0 0 25px;
  word-break: break-word;
}
.page-text p strong {
  display: block;
  font-weight: 600;
}
.page-text p strong.orange {
  color: #ed7937;
}
.page-text ul {
  margin-top: -25px;
}
.page-text a {
  color: #1f3890;
}
.page-text a:hover {
  color: #8a7657;
}
.page-text .title_h2 {
  margin-top: 66px;
}
.page-text__section {
  margin: 0 0 52px;
}
.page-text__section:last-child {
  margin-bottom: 0;
}
.page-text__section .title_h2 {
  margin-top: 38px;
}
@media (max-width: 750px) {
  .page-text__section {
    margin: 0;
    padding-top: 80px;
  }
  .page-text__section:first-child {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .page-text__section:first-child .page-text__title {
    display: none;
  }
}
.page-text__title {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  color: #919fab;
  padding: 12px 0 0;
  border-top: 1px solid #e4e7ec;
}
/* Tabs
-----------
 */
.tabs-b {
  margin: 0 0 140px;
  border-bottom: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .tabs-b {
    margin: 0 0 70px;
    position: relative;
  }
  .tabs-b .max-width {
    padding: 0;
  }
  .tabs-b:before {
    content: '';
    width: 22px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, #fff, rgba(255,255,255,0));
    background: linear-gradient(to right, #fff, rgba(255,255,255,0));
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tabs-b:after {
    content: '';
    width: 22px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(right, #fff, rgba(255,255,255,0));
    background: linear-gradient(to left, #fff, rgba(255,255,255,0));
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tabs-b_fixed {
    z-index: 9 !important;
    background: #fff;
    padding: 10px 0 0;
  }
}
.tabs-b_small-margin {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .tabs-b_small-margin {
    margin: 0 0 35px;
  }
}
.tabs-b_nomargin {
  margin: 0;
}
.tabs-b__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .tabs-b__list {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-b__list::-webkit-scrollbar {
    display: none;
  }
}
.tabs-b__item {
  margin: 0 24px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.tabs-b__item_hidden {
  display: none;
}
@media (max-width: 750px) {
  .tabs-b__item_hidden {
    display: block;
  }
}
@media (max-width: 750px) {
  .tabs-b__item {
    margin-right: 17px;
  }
  .tabs-b__item_more {
    display: none;
  }
  .tabs-b__item:first-child {
    margin-left: 15px;
  }
  .tabs-b__item:last-child {
    padding-right: 15px;
  }
}
.tabs-b__item:last-child {
  margin-right: 0;
}
.tabs-b__links {
  display: block;
  padding: 0 0 37px;
  position: relative;
  color: #1f3890;
}
@media (max-width: 750px) {
  .tabs-b__links {
    padding: 0 0 25px;
  }
}
.tabs-b__links:hover {
  color: #8a7657;
}
.tabs-b__links_active {
  color: #8a7657;
}
.tabs-b__links_active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
  top: initial;
  background: #8a7657;
}
.tabs-b__item_more .main-page-b__tags-drop {
  min-width: 156px;
  right: initial;
  left: 0;
}
.tabs-b__item_more .main-page-b__tags-links {
  margin-right: 0;
}
.tabs-b__item_more .tabs-b__links {
  padding-bottom: 31px;
  position: relative;
  top: -4px;
}
.tabs-b__item_more .tabs-b__links span {
  display: table;
  height: 32px;
  padding: 4px 12px 0;
  background: rgba(31,56,144,0.06);
  border-radius: 4px;
  font-weight: 500;
  color: #1f3890;
}
.tabs-b__item_more .tabs-b__links_active:after {
  display: none;
}
.tabs-b__item_more .tabs-b__links_active span {
  background: rgba(138,118,87,0.06);
  color: #8a7657;
}
.tabs-b__item_more .tabs-b__links:hover span {
  background: rgba(138,118,87,0.06);
  color: #8a7657;
}
/* Sub
-----------
 */
.sub-b {
  margin: 0 0 58px;
  color: #919fab;
}
@media (max-width: 750px) {
  .sub-b {
    padding: 0 0 12px;
    margin: 0 0 22px;
    border-bottom: 1px solid #e4e7ec;
  }
}
.sub-b_border {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .sub-b_border {
    padding-bottom: 12px;
  }
}
.sub-b_small {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .sub-b_small {
    margin: 0;
    border: 0;
  }
}
.sub-b__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 750px) {
  .sub-b__list {
    margin: 0 -12px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sub-b__list::-webkit-scrollbar {
    display: none;
  }
}
.sub-b__item {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 750px) {
  .sub-b__item:first-child {
    padding-left: 12px;
  }
}
.sub-b__item:after {
  content: '';
  width: 6px;
  height: 10px;
  background: url("../img/content/sub.svg") no-repeat;
  display: block;
  position: absolute;
  right: 8px;
  top: 6px;
}
.sub-b__item:last-child:after {
  display: none;
}
.sub-b__links {
  color: #919fab;
}
/* News
-----------
 */
.news-full-page__date {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #919fab;
  text-align: center;
  margin: 0 0 46px;
}
@media (max-width: 750px) {
  .news-full-page__date {
    margin: 0 0 32px;
  }
}
.news-full-page__preview {
  margin: 0 0 75px;
}
@media (max-width: 750px) {
  .news-full-page__preview {
    margin: 0 0 40px;
  }
}
.news-full-page__preview img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  .news-full-page__preview img {
    min-height: 184px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news-full-page__content {
  max-width: 793px;
  margin: 0 auto;
}
.news-full-page__content p {
  margin: 0 0 25px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .news-full-page__content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.news-page__list {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .news-page__list {
    margin: 0;
  }
}
.news-page__item {
  width: 50%;
  padding: 0 20px 100px;
  border-right: 1px solid #e4e7ec;
}
.news-page__item:nth-last-child(-n+3) {
  padding-bottom: 0;
}
.news-page__item:nth-child(2n) {
  border-right: 0;
}
@media (max-width: 750px) {
  .news-page__item {
    padding: 0;
    margin: 0 0 60px;
    width: 100%;
    border: 0;
  }
}
.news-page__block {
  max-width: 384px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 750px) {
  .news-page__block {
    max-width: 310px;
  }
}
.news-page__block_middle {
  text-align: center;
}
.news-page__image {
  margin: 0 0 25px;
  display: block;
}
.news-page__image img {
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 750px) {
  .news-page__image img {
    height: 310px;
  }
}
.news-page__block:hover .news-page__image img {
  opacity: 0.8;
}
.news-page__block_middle .news-page__image img {
  border-radius: 100%;
}
.news-page__title {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  margin: 0 0 11px;
  font-weight: 500;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 750px) {
  .news-page__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.news-page__date {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #919fab;
}
@media (max-width: 750px) {
  .news-page__date {
    font-size: 16px;
    line-height: 24px;
  }
}
.news-page__block:hover .news-page__title {
  color: #8a7657;
}
.news-page__more {
  display: table;
  margin: 0 auto;
}
/* Main Page
-----------
 */
@media (max-width: 750px) {
  .main-page-b {
    overflow: hidden;
  }
}
.main-page-b__top {
  background: #f8f9fd;
}
.main-page-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .main-page-b__grid {
    padding: 0;
  }
}
.main-page-b__column {
  width: 50%;
  border-right: 1px solid #e4e7ec;
  padding: 0 50px 0 40px;
}
.main-page-b__column:first-child {
  padding-left: 0;
}
.main-page-b__column:last-child {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 750px) {
  .main-page-b__column {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #e4e7ec;
    padding: 32px 0;
  }
  .main-page-b__column:last-child {
    border-bottom: 0;
  }
}
.main-page-b__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.main-page-b__image {
  width: 38%;
}
@media (max-width: 750px) {
  .main-page-b__image {
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(45%, -30%);
    transform: translate(45%, -30%);
  }
}
.main-page-b__image img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
@media (max-width: 750px) {
  .main-page-b__image img {
    max-height: 240px;
  }
}
.main-page-b__image a:hover img {
  opacity: 0.8;
}
.main-page-b__about {
  width: 60%;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 750px) {
  .main-page-b__about {
    width: 100%;
  }
}
.main-page-b__item_main .main-page-b__about {
  padding: 40px 0;
  width: 50%;
}
@media (max-width: 750px) {
  .main-page-b__item_main .main-page-b__about {
    width: auto;
  }
}
.main-page-b__item_main .main-page-b__image {
  margin: auto 0 0;
}
@media (max-width: 750px) {
  .main-page-b__item_main .main-page-b__image {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(45%, 0);
    transform: translate(45%, 0);
  }
  .main-page-b__item_main .main-page-b__image img {
    height: 100%;
  }
}
.main-page-b__tags {
  display: block;
  padding: 0 0 30px;
  position: relative;
}
@media (max-width: 750px) {
  .main-page-b__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-page-b__tags-drop {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  border-radius: 12px;
  padding: 16px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 5;
}
.main-page-b__tags-links {
  margin: 0 8px 8px 0;
  display: table;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px 0;
  background: rgba(31,56,144,0.06);
  border-radius: 4px;
  font-weight: 500;
  color: #1f3890;
}
@media (max-width: 750px) {
  .main-page-b__tags-links_hidden {
    display: none;
  }
  .main-page-b__tags-links:last-child {
    margin-bottom: 0;
  }
}
.main-page-b__tags-links_toggle {
  padding-top: 0;
  margin: 0;
  display: none;
}
@media (max-width: 750px) {
  .main-page-b__tags-links_toggle {
    display: table;
  }
}
.main-page-b__tags-links:hover {
  background: rgba(138,118,87,0.06);
  color: #8a7657;
}
.main-page-b__item_main .main-page-b__tags {
  min-height: auto;
  padding: 0;
  margin: 0 0 70px;
}
.main-page-b__item_main .main-page-b__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 340px;
}
@media (max-width: 750px) {
  .main-page-b__item_main .main-page-b__tags-list {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .main-page-b__item_main .main-page-b__tags {
    margin: 0 0 26px;
  }
}
.main-page-b__category {
  font-weight: 500;
  margin: 0 0 12px;
}
.main-page-b__category a {
  color: #919fab;
}
.main-page-b__category a:hover {
  color: #8a7657;
}
.main-page-b__title {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .main-page-b__title {
    margin: 0 0 22px;
    font-size: 28px;
    max-width: 190px;
    line-height: 32px;
  }
}
.main-page-b__title a {
  color: #080b17;
}
.main-page-b__title a span {
  color: #919fab;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.main-page-b__title a:hover {
  color: #8a7657;
}
.main-page-b__title a:hover span {
  color: #8a7657;
}
.main-page-b__item_main .main-page-b__title {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 750px) {
  .main-page-b__item_main .main-page-b__title {
    font-size: 36px;
    line-height: 40px;
  }
}
.main-page-b__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-page-b__price {
  margin: 0 0 0 12px;
}
/* Done page
-----------
 */
.done-page {
  color: #20a766;
}
.done-page__text {
  margin: 0 0 24px;
  max-width: 384px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 750px) {
  .done-page__text {
    font-size: 18px;
    line-height: 28px;
  }
}
/* Bottom page
-----------
 */
.bottom-page {
  padding: 0 0 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
/* Error page
-----------
 */
.error-page {
  background: url("../img/content/404.jpg") no-repeat 100% 100%;
  background-size: cover;
}
@media (max-width: 750px) {
  .error-page {
    background-position: 50% 100%;
  }
}
.error-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 636px;
  padding: 100px 0 45px;
}
@media (max-width: 750px) {
  .error-page__content {
    min-height: 450px;
  }
}
.error-page__content .title_h1 {
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  .error-page__content {
    padding: 73px 0 40px;
  }
}
.error-page__text {
  margin: 0 0 28px;
  font-size: 24px;
  line-height: 32px;
}
/* Contacts page
-----------
 */
.contacts-page__content {
  display: none;
  padding: 0 0 40px;
}
@media (max-width: 750px) {
  .contacts-page__content {
    padding: 0 0 30px;
  }
}
.contacts-page__content_show {
  display: block;
}
.contacts-page__content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts-page__content-column {
  width: calc(50% - 50px);
}
@media (max-width: 750px) {
  .contacts-page__content-column {
    width: 100%;
  }
}
.contacts-page__content-column_about {
  padding: 30px 0 0;
}
@media (max-width: 750px) {
  .contacts-page__content-column_about {
    padding: 0;
  }
}
.contacts-page__content-column img {
  width: 100%;
  height: auto;
  display: block;
}
.contacts-page__column {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .contacts-page__column {
    margin: 0 0 30px;
  }
}
.contacts-page__title {
  margin: 0 0 6px;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 750px) {
  .contacts-page__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.contacts-page__text {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .contacts-page__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts-page__note {
  font-size: 20px;
  line-height: 28px;
  max-width: 450px;
  margin: 10px 0 0;
}
@media (max-width: 750px) {
  .contacts-page__note {
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts-page__social {
  color: #919fab;
}
.contacts-page__links {
  color: #080b17;
}
.contacts-page__links:hover {
  color: #8a7657;
}
.contacts-page__links_gray {
  color: #919fab;
}
.contacts-page__map {
  border-top: 1px solid #e4e7ec;
}
/* Map
----------
 */
.map-b {
  height: 480px;
  overflow: hidden;
}
#map {
  width: 100%;
  height: 510px;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.map-b__controls-item {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0,0,0,0.48);
  z-index: 99;
  border-radius: 100%;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin: 0 0 12px;
  padding-bottom: 5px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}
.map-b__controls-item_minus {
  padding-bottom: 4px;
}
.map-b__controls-item:hover {
  background: #8a7657;
  color: #fff;
}
/* Profile Page
-----------
 */
.profile-page {
  border-top: 1px solid #e4e7ec;
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  .profile-page {
    border-top: 0;
    padding-top: 0;
  }
}
.profile-page__form {
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile-page__field {
  width: calc(50% - 12px);
  margin: 0 0 34px;
  position: relative;
}
@media (max-width: 750px) {
  .profile-page__field {
    width: 100%;
    margin: 0 0 26px;
  }
}
.profile-page__field_full {
  width: 100%;
}
.profile-page__field_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-page__field_row .input-text {
  max-width: 278px;
}
@media (max-width: 750px) {
  .profile-page__field_row .input-text {
    max-width: 100%;
  }
}
.profile-page__field_error .input-text {
  border: 1px solid rgba(234,59,48,0.48) !important;
}
.profile-page__form_simple .profile-page__field {
  margin: 0 0 18px;
}
.profile-page__arrow {
  position: absolute;
  bottom: 14px;
  right: 15px;
  pointer-events: none;
}
.profile-page__show {
  margin-left: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 750px) {
  .profile-page__show {
    margin: 5px 0 0 0;
  }
}
.profile-page__label {
  margin: 0 0 3px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.profile-page__referral {
  max-width: 186px;
}
.profile-page__referral .input-text {
  margin: 0 0 10px;
}
.profile-page__orders {
  max-width: 580px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.profile-page__head {
  font-weight: 500;
}
@media (max-width: 750px) {
  .profile-page__head {
    display: none;
  }
}
.profile-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 19px 0 20px;
  border-top: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .profile-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.profile-page__row strong {
  font-weight: 500;
}
.profile-page__column:first-child {
  width: 15%;
}
.profile-page__column:nth-child(2) {
  width: 23%;
}
.profile-page__column:nth-child(3) {
  width: 32%;
}
.profile-page__column:nth-child(4) {
  width: 20%;
}
.profile-page__column:nth-child(5) {
  width: 9%;
  text-align: right;
}
.profile-page__column span {
  display: none;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -1px;
}
@media (max-width: 750px) {
  .profile-page__column {
    width: 100% !important;
    text-align: left !important;
    margin: 0 0 5px;
    padding-left: 120px;
    position: relative;
  }
  .profile-page__column span {
    display: block;
  }
  .profile-page__column:last-child {
    margin: 0;
  }
}
.profile-page__head .profile-page__row {
  border: 0;
  padding: 0 0 16px;
}
.profile-page__info {
  max-width: 580px;
}
.profile-page__info-text {
  font-size: 20px;
  line-height: 28px;
  color: #919fab;
}
.profile-page__info-section {
  border-top: 1px solid #e4e7ec;
  margin-top: 40px;
  padding-top: 9px;
}
.profile-page__info-label {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 24px;
  color: #919fab;
  font-weight: 500;
}
@media (max-width: 750px) {
  .profile-page__info-label {
    font-size: 18px;
    line-height: 22px;
  }
}
.profile-page__info-label span {
  color: #20a766;
}
.profile-page__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-page__discount-left {
  font-size: 20px;
  line-height: 28px;
  width: 49%;
}
@media (max-width: 750px) {
  .profile-page__discount-left {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0 0 25px;
  }
}
.profile-page__discount-left p {
  margin: 0 0 20px;
}
.profile-page__discount-code {
  min-width: 176px;
  text-align: center;
}
.profile-page__graph {
  width: 164px;
  height: 164px;
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #20a766;
  margin: -30px 0 0;
}
@media (max-width: 750px) {
  .profile-page__graph {
    margin: 0;
  }
}
.profile-page__graph-percent {
  font-weight: 500;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 40px;
  top: 56px;
  width: 100%;
  position: absolute;
  left: 0;
}
.profile-page__graph-note {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  top: 116px;
  width: 100%;
  position: absolute;
  left: 0;
}
.profile-page__code {
  margin: 0 0 7px;
  font-weight: 500;
  font-size: 32px;
  color: #1f3890;
  line-height: 40px;
}
.profile-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile-page__buttons .button {
  margin: 0 15px 15px 0;
  font-weight: normal;
  padding: 0 20px;
}
.profile-page__buttons .button strong {
  font-weight: 500;
  padding-left: 10px;
}
/* Cart
---------------
 */
.cart-b {
  padding: 50px 0 0;
  border-top: 1px solid #e4e7ec;
}
.cart-b_noborder {
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 750px) {
  .cart-b {
    padding: 34px 0 60px;
  }
}
.cart-b_small-top {
  padding-top: 25px;
}
@media (max-width: 750px) {
  .cart-b_small-top {
    padding-top: 15px;
  }
}
.cart-b__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .cart-b__head {
    margin-bottom: 18px;
  }
}
.cart-b__head-note {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .cart-b__head-note {
    padding: 2px 0 0;
  }
}
.cart-b__head .title {
  margin: 0;
}
.cart-b__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}
.cart-b__empty-icon {
  margin: 0 0 25px;
}
.cart-b__empty-icon img {
  display: block;
}
.cart-b__empty-text {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #919fab;
}
.cart-b__empty-help {
  font-size: 16px;
  line-height: 24px;
}
.cart-b__empty-help a {
  font-weight: 500;
  margin: 0 12px 10px;
}
.cart-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-b__content {
  width: calc(100% - 408px);
}
@media (max-width: 1024px) {
  .cart-b__content {
    width: 100%;
  }
}
.cart-b__table-head {
  font-size: 16px;
  line-height: 24px;
  color: #919fab;
  padding: 0 0 10px;
}
@media (max-width: 750px) {
  .cart-b__table-head {
    display: none;
  }
}
.cart-b__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .cart-b__table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cart-b__table-column_item {
  width: 64%;
}
@media (max-width: 750px) {
  .cart-b__table-column_item {
    width: 100%;
  }
}
.cart-b__table-column_amount {
  width: 16%;
}
@media (max-width: 750px) {
  .cart-b__table-column_amount {
    display: none;
  }
}
.cart-b__table-column_price {
  width: 14%;
  text-align: right;
}
@media (max-width: 750px) {
  .cart-b__table-column_price {
    display: none;
  }
}
.cart-b__table-price {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .cart-b__table-price {
    min-width: 100px;
  }
}
.cart-b__table-toggle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .cart-b__table-toggle {
    width: 100%;
  }
}
.cart-b__table-body .cart-b__table-row {
  border-top: 1px solid #e4e7ec;
  padding: 11px 0 12px;
}
.cart-b__table-body .cart-b__table-row:last-child {
  border-bottom: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .cart-b__table-body .cart-b__table-row {
    border-top: 0;
    border-bottom: 1px solid #e4e7ec;
  }
}
.cart-b__table-row_removed .cart-b__table-column_item {
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 750px) {
  .cart-b__table-row_removed .cart-b__table-column_item {
    opacity: 1;
    pointer-events: auto;
  }
}
.cart-b__table-row_removed .cart-b__table-column_amount {
  opacity: 0.15;
  pointer-events: none;
}
.cart-b__table-row_removed .cart-b__table-column_price .cart-b__table-price {
  opacity: 0.15;
  pointer-events: none;
}
.cart-b__table-body .cart-b__table-column_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .cart-b__table-body .cart-b__table-column_price {
    display: none;
  }
}
.cart-b__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .cart-b__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cart-b__item-photo {
  width: 100px;
}
.cart-b__item-photo img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.cart-b__item-labels {
  display: block;
  width: fit-content;
  transition: 0.15s linear;
  -webkit-transition: 0.15s linear;
  min-height: 100%;
  margin-bottom: 5px;
}
.cart-b__item-labels .label-b {
  height: 30px;
  font-size: 9px;
  letter-spacing: 0px;
  padding: 0 10px;
}
.cart-b__item-about {
  width: calc(100% - 120px);
}
@media (max-width: 750px) {
  .cart-b__item-about {
    padding: 6px 0 0;
  }
}
.cart-b__item-title {
  margin: 0 0 7px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.cart-b__item-title a {
  color: #080b17;
}
.cart-b__item-title a span {
  color: #919fab;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.cart-b__item-title a:hover {
  color: #8a7657;
}
.cart-b__item-title a:hover span {
  color: #8a7657;
}
.cart-b__item-text {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .cart-b__item-text {
    display: none;
  }
}
@media (max-width: 750px) {
  .cart-b__item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .cart-b__table-row_removed .cart-b__item-photo {
    opacity: 0.15;
    pointer-events: none;
  }
  .cart-b__table-row_removed .cart-b__item-title {
    opacity: 0.15;
    pointer-events: none;
  }
  .cart-b__table-row_removed .cart-b__table-price {
    opacity: 0.15;
    pointer-events: none;
  }
  .cart-b__table-row_removed .counter-b {
    opacity: 0.15;
    pointer-events: none;
  }
}
.cart-b__sidebar {
  width: 282px;
}
@media (max-width: 1024px) {
  .cart-b__sidebar {
    width: 100%;
    padding: 24px 0 0;
  }
}
.cart-b__express {
  margin: 10px 0 10px;
}
.cart-b__express-value {
  margin: 0 0 6px;
}
.cart-b__block-promo {
  margin: 0 0 24px;
}
.cart-b__block-small {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 3px;
}
.cart-b__block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-b__block-form .input-text {
  width: calc(100% - 102px);
}
.cart-b__block-form .button {
  width: 85px;
}
.cart-b__block-label {
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 24px;
  color: #919fab;
}
@media (max-width: 750px) {
  .cart-b__block-label {
    display: none;
  }
}
.cart-b__block-info {
  padding: 0 0 13px;
  margin: 0 0 14px;
  border-bottom: 1px solid #e4e7ec;
}
.cart-b__block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
}
.cart-b__block-row_bold {
  font-weight: 600;
}
.cart-b__block-row span:last-child {
  text-align: right;
}
.cart-b__block-total {
  margin: 0 0 12px;
  font-weight: 600;
}
.cart-b__block_small .cart-b__block-row {
  font-size: 16px;
  line-height: 24px;
}
.cart-b__block_small .cart-b__block-info {
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.cart-b__block-note {
  margin: 0 0 17px;
  font-size: 16px;
  line-height: 24px;
  color: #919fab;
}
.cart-b__block-note_error {
  color: #d52f2f !important;
}
@media (max-width: 750px) {
  .cart-b__block-button .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.cart-b__block-button .button_full {
  margin: 0 0 20px;
}
.cart-b__block-list {
  padding: 0 0 22px;
  margin: 0 0 22px;
  border-bottom: 1px solid #e4e7ec;
}
.cart-b__block-list_noborder {
  border: 0;
  margin: 0 0 30px;
  padding: 0;
}
.cart-b__block-field {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
}
.cart-b__block-field:last-child {
  margin: 0;
}
.cart-b__block-field strong {
  font-weight: 500;
}
.cart-b__block-name {
  font-weight: 500;
  margin: 0 0 1px;
}
.cart-b__short {
  margin: 0 0 34px;
  border-bottom: 1px solid #e4e7ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-b__short-back {
  width: 200px;
  padding: 5px 0 0;
}
@media (max-width: 750px) {
  .cart-b__short-back {
    padding: 0;
    width: 100%;
    margin: 0 0 16px;
  }
}
.cart-b__short-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.cart-b__short-back a svg {
  fill: #1f3890;
  margin: 0 10px 0 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.cart-b__short-back a:hover svg {
  fill: #8a7657;
}
.cart-b__short-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 200px);
}
@media (max-width: 750px) {
  .cart-b__short-list {
    width: 100%;
  }
}
.cart-b__short-item {
  width: 50%;
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  .cart-b__short-item {
    width: 100%;
    margin: 0 0 16px;
  }
}
.cart-b__short-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 0 0 72px;
}
.cart-b__short-block img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.cart-b__short-title {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #080b17;
  line-height: 24px;
}
.cart-b__short-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #919fab;
}
.cart-b__short-price {
  margin: 0 8px 0 0;
}
.cart-b__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e7ec;
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  .cart-b__info-row {
    border: 0;
    margin: 0 0 10px;
  }
}
.cart-b__info-row:last-child {
  margin: 0;
  border: 0;
}
.cart-b__info-column_label {
  width: 200px;
}
@media (max-width: 750px) {
  .cart-b__info-column_label {
    width: 100%;
  }
}
.cart-b__info-column_about {
  width: calc(100% - 200px);
}
@media (max-width: 750px) {
  .cart-b__info-column_about {
    width: 100%;
  }
}
.cart-b__info-check {
  margin: 0 0 24px;
}
.cart-b__section {
  padding: 40px 102px 48px;
  border: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .cart-b__section {
    padding: 16px;
  }
}
.cart-b__section .cart-b__short-list {
  width: 100%;
  border-bottom: 1px solid #e4e7ec;
  margin: 0 0 36px;
}
@media (max-width: 750px) {
  .cart-b__section .cart-b__short-list {
    padding: 16px 16px 0;
    margin: -16px -16px 16px;
    width: auto;
  }
}
.cart-b__steps {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 80px;
}
@media (max-width: 750px) {
  .cart-b__steps {
    min-height: 140px;
    margin: 0 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cart-b__step {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #e4e7ec;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-b__step:nth-child(2) {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  z-index: 9;
}
@media (max-width: 750px) {
  .cart-b__step:nth-child(2) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.cart-b__step:nth-child(3) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  z-index: 8;
}
@media (max-width: 750px) {
  .cart-b__step:nth-child(3) {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.cart-b__step:before {
  content: '';
  width: 120%;
  height: 1px;
  border-bottom: 1px dashed #e4e7ec;
  position: absolute;
  right: 50%;
  top: 11px;
  z-index: 1;
}
@media (max-width: 750px) {
  .cart-b__step:before {
    width: 112%;
  }
}
.cart-b__step_process {
  color: #080b17;
}
.cart-b__step_process:before {
  border-bottom: 1px solid #20a766;
  z-index: 5;
}
.cart-b__step_done {
  color: #20a766;
  z-index: 3;
}
.cart-b__step_done:before {
  border-bottom: 1px solid #20a766;
}
.cart-b__step_fail {
  color: #ea3b30;
}
.cart-b__step_fail:before {
  border-bottom: 1px dashed #ea3b30;
}
.cart-b__step:first-child {
  text-align: left;
  z-index: 10;
  z-index: 10;
}
.cart-b__step:first-child:before {
  display: none;
}
.cart-b__step:last-child {
  text-align: right;
}
.cart-b__step:last-child:before {
  right: 0;
  width: 131%;
}
.cart-b__step-point {
  margin: 0 auto 6px;
  border: 1px dashed #e4e7ec;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
  display: block;
  background: #fff;
  z-index: 8;
}
.cart-b__step:first-child .cart-b__step-point {
  margin: 0 auto 6px 0;
}
.cart-b__step:last-child .cart-b__step-point {
  margin: 0 0 6px auto;
}
.cart-b__step_done .cart-b__step-point {
  border: 1px solid #20a766;
}
.cart-b__step_done .cart-b__step-point img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-b__step_fail .cart-b__step-point {
  border: 1px dashed #ea3b30;
}
.cart-b__step_fail .cart-b__step-point img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-b__step-date {
  color: #919fab;
}
.cart-b__step_done .cart-b__step-date {
  color: #20a766;
}
.cart-b__step_process .cart-b__step-point {
  border: 1px solid #20a766;
}
.cart-b__step_process .cart-b__step-point:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background: #20a766;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-b__step-about {
  position: absolute;
  white-space: nowrap;
}
.cart-b__step:first-child .cart-b__step-about {
  left: 0;
  top: -35px;
}
.cart-b__step_process .cart-b__step-about {
  top: 30px !important;
}
@media (max-width: 750px) {
  .cart-b__step_process .cart-b__step-about {
    top: -55px !important;
  }
}
.cart-b__step:nth-child(3) .cart-b__step-about {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
}
@media (max-width: 750px) {
  .cart-b__step:nth-child(3) .cart-b__step-about {
    top: -35px;
  }
}
.cart-b__step:nth-child(2) .cart-b__step-about {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px !important;
}
.cart-b__step:last-child .cart-b__step-about {
  right: 0;
  top: 30px;
}
.cart-b__tracking {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 750px) {
  .cart-b__tracking {
    font-size: 20px;
    line-height: 28px;
  }
}
.cart-b__tracking span {
  color: #919fab;
  margin: 0 0 0 19px;
}
@media (max-width: 750px) {
  .cart-b__tracking span {
    display: block;
    margin: 0;
  }
}
.cart-b__way {
  padding: 20px 0 0;
}
.cart-b__way-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  border-top: 1px solid #e4e7ec;
}
.cart-b__way-date {
  font-weight: 500;
  width: 102px;
}
@media (max-width: 750px) {
  .cart-b__way-date {
    width: 50%;
  }
}
.cart-b__way-time {
  color: #919fab;
  width: 102px;
}
@media (max-width: 750px) {
  .cart-b__way-time {
    width: 50%;
    text-align: right;
  }
}
.cart-b__way-desc {
  color: #919fab;
  width: calc(100% - 204px);
}
@media (max-width: 750px) {
  .cart-b__way-desc {
    width: 100%;
    padding: 4px 0 0;
  }
}
.cart-b__way-desc span {
  display: block;
  color: #080b17;
}
.cart-b__pay {
  padding: 15px 0 0;
  border-top: 1px solid #e4e7ec;
}
.cart-b__pay-title {
  margin: 0 0 10px;
  line-height: 28px;
  font-size: 20px;
}
.cart-b__pay-list {
  margin: 0 0 20px;
}
.cart-b__pay-item {
  margin: 0 0 10px;
}
.cart-b__pay-item:last-child {
  margin: 0;
}
/* Start
-------------------------
 */
.start-b {
  position: relative;
  background: #f8f9fd;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .start-b {
    overflow: hidden;
  }
}
.start-b > .max-width {
  position: relative;
  padding-top: 40px;
  min-height: 400px;
}
@media (max-width: 750px) {
  .start-b > .max-width {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 376px;
  }
}
.start-b_noimg > .max-width {
  min-height: auto;
  padding-bottom: 105px;
}
.start-b .title {
  max-width: 780px;
  margin: 0;
}
@media (max-width: 750px) {
  .start-b .title {
    max-width: 100%;
    display: inline;
  }
}
.start-b__note {
  max-width: 350px;
  color: #919fab;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .start-b__note {
    display: inline;
    padding: 0;
    font-size: 36px;
    text-transform: lowercase;
    margin: 0 0 0 2px;
    max-width: 350px;
  }
}
.start-b .tabs-b {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .start-b .tabs-b {
    background: #fff;
    padding: 26px 0 0;
    border-bottom: 1px solid #e4e7ec;
  }
}
.start-b__picture {
  position: absolute;
  bottom: 0;
  right: 0;
}
.start-b__picture img {
  display: block;
  width: auto;
}
@media (max-width: 750px) {
  .start-b__picture {
    right: initial;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .start-b__picture img {
    height: 264px;
    width: auto;
  }
}
/* Catalog
-------------------------
 */
.catalog-b {
  overflow: hidden;
}
.catalog-b__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -24px 0;
}
.catalog-b__item {
  width: 33.3%;
  padding: 0 24px 24px 0;
}
@media (max-width: 1024px) {
  .catalog-b__item {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .catalog-b__item {
    width: 100%;
  }
}
/* Card
-------------------------
 */
.card-b__slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.card-b__slider_show {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 750px) {
  .card-b__slider {
    height: 360px;
    top: 52px;
    padding: 50px 0;
  }
}
.card-b__slider .max-width {
  height: 100%;
}
@media (max-width: 750px) {
  .card-b__slider .max-width {
    padding: 0;
  }
}
.card-b__slider .arrow-b {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  z-index: 30;
  margin: 0;
}
.card-b__slider .arrow-b_next {
  left: initial;
  right: 30%;
}
@media (max-width: 750px) {
  .card-b__slider .arrow-b {
    left: 5%;
  }
  .card-b__slider .arrow-b_next {
    left: initial;
    right: 5%;
  }
}
.card-b__slider .swiper-container {
  height: 100%;
}
.card-b__slider .swiper-slide {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-b__slider .swiper-slide img {
  display: block;
  width: auto;
  max-height: 420px;
  max-width: 420px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 750px) {
  .card-b__slider .swiper-slide img {
    max-width: 80%;
    max-height: 90%;
  }
}
.card-b__title {
  padding: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
.card-b__title-color {
  display: none;
}
.card-b__title-color_active {
  display: block;
}
.card-b__title h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #919fab;
  margin: 0;
}
@media (max-width: 750px) {
  .card-b__title h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.card-b__title h1 span {
  color: #080b17;
}
@media (max-width: 750px) {
  .card-b__title {
    padding: 0 100px 0 0;
  }
}
.card-b__desc {
  max-width: 280px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 750px) {
  .card-b__desc {
    display: none;
  }
}
.card-b__desc-color {
  display: none;
}
.card-b__desc-color_active {
  display: block;
}
.card-b__about {
  margin: 0 0 30px;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #e4e7ec;
  z-index: 3;
}
.card-b__about_dark {
  background: #1f3890 url("../img/content/shadow.png") no-repeat 50% 50%;
  background-size: contain;
  border: 0;
}
@media (max-width: 750px) {
  .card-b__about_dark {
    background-position: 50% 28%;
  }
}
@media (max-width: 750px) {
  .card-b__about {
    padding-bottom: 0;
    padding-top: 12px;
    border-bottom: 0;
    margin: 0;
  }
}
.card-b__about-inner {
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .card-b__about-inner {
    min-height: auto;
  }
}
.card-b__about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-b__about-grid .sticky-wrapper {
  width: 100% !important;
}
@media (max-width: 750px) {
  .card-b__about-grid_top {
    margin: 0 0 340px;
  }
}
.card-b__about-grid_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.card-b__about-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 750px) {
  .card-b__about-share {
    width: 100%;
  }
}
.card-b__about-share a {
  display: block;
  margin: 0 0 0 20px;
}
.card-b__about-share a svg {
  fill: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  position: relative;
}
.card-b__about-share a svg.icon__fb-2 {
  top: 2px;
}
.card-b__about-share a svg.icon__tw {
  top: 3px;
}
.card-b__about-share a svg.icon__tg {
  top: 3px;
  margin-left: -5px;
}
.card-b__about-share a:hover svg {
  fill: #8a7657;
}
.card-b__about-share .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 28px;
}
@media (max-width: 750px) {
  .card-b__about-share .button {
    margin: 0 0 0 auto;
  }
}
.card-b__about-left {
  max-width: 380px;
}
@media (max-width: 750px) {
  .card-b__about-left {
    max-width: 100%;
    width: 100%;
  }
}
.card-b__about-left .also-b__labels {
  position: initial;
  display: table;
}
@media (max-width: 750px) {
  .card-b__about-left .also-b__labels {
    top: -20px;
  }
}
.card-b__about-left .also-b__labels .label-b_sale {
  -webkit-transform: none;
  transform: none;
  margin-bottom: 28px;
}
.card-b__about-left .also-b__labels .label-b_new {
  margin: 0 0 28px;
}
.card-b__about-left .also-b__labels .label-b_hot {
  margin: 0 0 28px;
}
.card-b__about-left .title {
  margin: 0;
}
.card-b__about-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-b__about-color {
  margin: 0 4px 0 0;
}
.card-b__about-color input {
  display: none;
}
.card-b__about-color input + label {
  display: block;
  padding: 3px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border: 2px solid transparent;
}
.card-b__about-color input + label img {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
}
.card-b__about-color input:not(:checked) + label {
  border-color: transparent !important;
}
.card-b__about-price_show {
  opacity: 0;
  position: fixed;
  bottom: 30px;
  max-width: 1210px;
  width: 100%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 51;
  -webkit-animation: showPrice 0.15s linear forwards;
  animation: showPrice 0.15s linear forwards;
  -webkit-transform: translateY(50px) translateX(-50%);
  transform: translateY(50px) translateX(-50%);
}
@media (max-width: 750px) {
  .card-b__about-price {
    width: 100%;
    height: 56px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
  }
}
.card-b__about-price s {
  margin: 0 12px 0 0;
  opacity: 0.48;
  color: #919fab;
}
.card-b__about-price .button {
  margin-left: 16px;
}
@media (max-width: 750px) {
  .card-b__about-price .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    height: 56px;
    border-radius: 0;
    max-width: 180px;
  }
}
@-webkit-keyframes showPrice {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) translateX(-50%);
    transform: translateY(50px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes showPrice {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) translateX(-50%);
    transform: translateY(50px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
.card-b__about-priceFixed {
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 4px 4px 4px 17px;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .card-b__about-priceFixed {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .card-b__about-priceFixed_scroll {
    position: fixed;
    bottom: 0;
    z-index: 2;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.card-b__about-price_soldout {
  position: initial !important;
  background: none !important;
}
@media (max-width: 750px) {
  .card-b__about-price_soldout {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed !important;
    background: #e4e7ec !important;
  }
}
@media (max-width: 750px) {
  .card-b__about-value {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e4e7ec;
    padding: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.card-b__about-price_show .card-b__about-priceFixed {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
}
.card-b__about_dark .arrow-b {
  border-color: rgba(255,255,255,0.2);
}
.card-b__about_dark .arrow-b svg {
  fill: #fff;
}
.card-b__about_dark .arrow-b_next {
  padding-left: 2px;
}
.card-b__about_dark .arrow-b:hover {
  background: #fff;
  border-color: #fff !important;
}
.card-b__about_dark .arrow-b:hover svg {
  fill: #1f3890 !important;
}
.card-b__about_dark .arrow-b.swiper-button-disabled {
  opacity: 0.7;
  background: none !important;
  border-color: rgba(255,255,255,0.2) !important;
}
.card-b__about_dark .arrow-b.swiper-button-disabled svg {
  fill: #fff !important;
}
.card-b__about_dark .card-b__desc {
  color: rgba(255,255,255,0.48);
}
.card-b__about_dark .card-b__about-share {
  color: #fff;
}
.card-b__about_dark .card-b__about-share svg {
  fill: #fff;
}
.card-b__about_dark .card-b__about-share a:hover svg {
  fill: #8a7657;
}
.card-b__about_dark .card-b__about-share .button_border {
  border-color: rgba(255,255,255,0.24);
  color: #fff;
  background: none;
}
.card-b__about_dark .card-b__about-share .button_border:hover {
  color: #1f3890;
  border-color: #fff;
  background: #fff;
}
.card-b__about_dark .card-b__about-left .label-b_new {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
.card-b__about_dark .card-b__title h1 {
  color: rgba(255,255,255,0.4);
}
.card-b__about_dark .card-b__title h1 span {
  color: #fff;
}
.card-b__about_dark .card-b__about-price {
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .card-b__about_dark .card-b__about-price {
    background: #1f3890;
  }
}
.card-b__about_dark .card-b__about-color input + label {
  border: 2px solid transparent !important;
}
.card-b__about_dark .card-b__about-color input:checked + label {
  border-color: rgba(255,255,255,0.24) !important;
}
.card-b__char {
  padding: 40px 0 0;
}
.card-b__info {
  margin: 0 0 70px;
}
.card-b__info_border {
  padding-top: 30px;
  border-top: 1px solid #e4e7ec;
}
.card-b__info_mobile {
  display: none;
}
@media (max-width: 750px) {
  .card-b__info {
    margin: 0 0 35px;
  }
  .card-b__info_mobile {
    display: block;
  }
}
.card-b__info-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-b__info-column {
  width: calc(50% - 12px);
  text-align: left;
}
@media (max-width: 750px) {
  .card-b__info-column {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .card-b__info_spec .card-b__info-column .card-b__info-column {
    width: auto;
  }
  .card-b__info_spec .card-b__info-column .card-b__info-column :last-child {
    text-align: right;
  }
}
.card-b__info-text {
  font-size: 16px;
  line-height: 24px;
}
.card-b__info-text_mobile {
  display: none;
}
@media (max-width: 750px) {
  .card-b__info-text_mobile {
    display: block;
  }
}
.card-b__info-text strong {
  font-weight: 500;
}
.card-b__info-text p {
  margin: 0 0 20px;
}
.card-b__info-item {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e4e7ec;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-b__info-item strong {
  font-weight: 500;
}
.card-b__info-item:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.card-b__video {
  max-width: 792px;
  margin: 0 auto;
}
.card-b__video-block {
  display: block;
  position: relative;
  background: #080b17;
  min-height: 436px;
}
@media (max-width: 750px) {
  .card-b__video-block {
    min-height: 200px;
  }
}
.card-b__video-block > img {
  width: 100%;
  height: auto;
  display: block;
}
.card-b__video-play {
  background: rgba(255,255,255,0.48);
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  padding-left: 5px;
}
.card-b__video-play img {
  display: block;
}
.card-b__video-block:hover .card-b__video-play {
  background: rgba(255,255,255,0.28);
}
.card-b__added {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  z-index: 99;
  padding: 17px 20px 20px;
  min-width: 270px;
  -webkit-box-shadow: 0 6px 12px rgba(8,11,23,0.12);
  box-shadow: 0 6px 12px rgba(8,11,23,0.12);
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  font-size: 14px;
  line-height: 20px;
}
.card-b__added_show {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 750px) {
  .card-b__added {
    border-radius: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    top: initial;
    right: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .card-b__added_show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.card-b__added-close {
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f8f9fd;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #919fab;
  font-weight: 300;
  padding: 0 0 3px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  font-size: 20px;
}
.card-b__added-close:hover {
  color: #fff;
  background: #8a7657;
}
.card-b__added-title {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.card-b__added-item {
  margin: 0 -20px 12px;
  padding: 0 120px 20px 20px;
  border-bottom: 1px solid #e4e7ec;
  position: relative;
  min-height: 90px;
}
.card-b__added-name {
  margin: 0 0 4px;
}
.card-b__added-price {
  color: #919fab;
}
.card-b__added-photo {
  position: absolute;
  right: 20px;
  top: 0;
}
.card-b__added-photo img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.card-b__added-note {
  color: #919fab;
  margin: 0 0 10px;
}
.card-b__added-note span {
  color: #080b17;
}
.card-b__added-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
.card-b__added-buttons .button {
  width: 50%;
  margin: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
}
@media (max-width: 750px) {
  .card-b__added-buttons .button {
    max-width: 100%;
    border-radius: 8px;
    height: 40px;
  }
}
/* Compare
-----------
 */
.compare-b {
  padding: 50px 0 0;
}
@media (max-width: 750px) {
  .compare-b {
    padding: 22px 0 0;
  }
}
.compare-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .compare-b__grid {
    margin: 0 -12px;
  }
}
.compare-b__left {
  width: 294px;
}
@media (max-width: 750px) {
  .compare-b__left {
    display: none;
  }
}
.compare-b__content {
  width: calc(100% - 294px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .compare-b__content {
    width: 100%;
  }
}
.compare-b__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 305px;
  border-left: 1px solid #e4e7ec;
}
.compare-b__top {
  position: relative;
}
.compare-b__row {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  border-top: 1px solid #e4e7ec;
}
@media (max-width: 750px) {
  .compare-b__row {
    height: auto;
    padding: 40px 0 10px;
  }
  .compare-b__row:last-child {
    border-bottom: 1px solid #e4e7ec;
  }
}
.compare-b__row_noborder {
  border-top: 0;
}
@media (max-width: 750px) {
  .compare-b__row_noborder {
    border-top: 1px solid #e4e7ec;
  }
}
.compare-b__left .compare-b__row {
  font-weight: 500;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.compare-b__label {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 200%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* z-index: 3; */
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
@media (max-width: 750px) {
  .compare-b__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
  }
}
.compare-b__select {
  position: absolute;
  top: 10px;
  right: 24px;
  z-index: 3;
}
@media (max-width: 750px) {
  .compare-b__select {
    right: 14px;
    top: 0;
  }
}
.compare-b__select-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border: 2px solid rgba(31,56,144,0.24);
  width: 40px;
  height: 40px;
}
@media (max-width: 750px) {
  .compare-b__select-toggle {
    width: 32px;
    height: 32px;
  }
}
.compare-b__select-toggle svg {
  fill: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.compare-b__select-toggle:hover {
  border-color: #8a7657;
  background: #8a7657;
}
.compare-b__select-toggle:hover svg {
  fill: #fff;
}
.compare-b__select-drop {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  border-radius: 12px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100%;
  text-align: left;
  padding: 12px 0;
  white-space: nowrap;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.compare-b__select-drop_show {
  opacity: 1;
  pointer-events: auto;
}
.compare-b__select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #080b17;
  font-weight: 500;
  padding: 0 20px;
  height: 40px;
}
.compare-b__select-item:hover {
  background: rgba(138,118,87,0.16);
  color: #8a7657;
}
.compare-b__select-item_active {
  color: #8a7657;
}
.compare-b__block {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.compare-b__block-about {
  display: block;
  padding: 10px 0 30px;
  /* z-index: 9 !important; */
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
@media (max-width: 750px) {
  .compare-b__block-about {
    width: calc(50% + 1px);
    padding: 10px 0 22px;
    margin: 0 auto;
    text-align: center;
  }
}
.is-sticky .compare-b__block-about {
  border-left: 1px solid #e4e7ec;
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
  box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
  width: calc(50% + 1px) !important;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: -1px;
}
.compare-b__block img {
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}
.compare-b__block-title {
  display: block;
  color: #080b17;
  margin: 0 0 7px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.compare-b__block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.compare-b__block-price svg {
  margin: -2px 0 0 5px;
  fill: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  min-width: 24px;
}
.compare-b__block:hover .compare-b__block-title {
  color: #8a7657;
}
.compare-b__block:hover .compare-b__block-price {
  color: #8a7657;
}
.compare-b__block:hover .compare-b__block-price svg {
  fill: #8a7657;
}
.compare-b__card:first-child .compare-b__block .is-sticky .compare-b__block-about {
  border-left: 0;
}
/* Compare Table
-----------------
 */
@media (max-width: 1024px) {
  .compare-b__table {
    margin: 0 -12px;
    overflow: hidden;
  }
}
.compare-b__table table {
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .compare-b__table table {
    width: 100%;
  }
}
.compare-b__table table td {
  padding: 11px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  border-top: 1px solid #e4e7ec;
  text-align: center;
  border-left: 1px solid #e4e7ec;
  min-height: 47px;
  width: 282px;
}
@media (max-width: 1024px) {
  .compare-b__table table td {
    padding-top: 40px;
  }
}
@media (max-width: 750px) {
  .compare-b__table table td {
    width: 50%;
  }
}
.compare-b__table table td .compare-b__card {
  border: 0;
  max-width: 100%;
  position: initial;
}
.compare-b__table table td .compare-b__top {
  position: initial;
}
.compare-b__table table td.compare-b__table-td_label {
  text-align: left;
  border-left: 0;
  font-weight: 500;
  vertical-align: top;
}
@media (max-width: 750px) {
  .compare-b__table table td.compare-b__table-td_label {
    display: none;
  }
}
@media (max-width: 1024px) {
  .compare-b__table table td.compare-b__table_item-3 {
    display: none;
  }
}
@media (max-width: 750px) {
  .compare-b__table table td:nth-child(2) {
    border-left: 0;
  }
}
.compare-b__table table tr.compare-b__table-tr_none_border td {
  border-top: 0;
}
@media (max-width: 750px) {
  .compare-b__table table tr.compare-b__table-tr_none_border td {
    border-top: 1px solid #e4e7ec;
  }
}
.compare-b__table table thead {
  position: relative;
  z-index: 9;
}
.compare-b__table table thead td {
  border-top: 0;
  padding: 0;
}
/* Main Grid
--------------------------
 */
@media (max-width: 750px) {
  .main-grid-b {
    margin: 0 0 -40px;
  }
}
.main-grid-b__section {
  border-bottom: 1px solid #e9ebf0;
  padding: 0 40px;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .main-grid-b__section {
    min-height: initial;
    padding: 60px 40px;
  }
}
@media (max-width: 750px) {
  .main-grid-b__section {
    padding: 30px 12px;
    overflow: hidden;
  }
}
.main-grid-b__section:last-child {
  border: 0;
}
.main-grid-b__section_bg {
  background: #f8f9fc;
  border: 0;
}
@media (min-width: 750px) {
  .main-grid-b__section_bg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 40px 0;
  }
}
.main-grid-b__block {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .main-grid-b__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 750px) {
  .main-grid-b__block {
    gap: 40px;
  }
}
.main-grid-b__brand {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 750px) {
  .main-grid-b__brand {
    display: none;
  }
}
.main-grid-b__brand img {
  display: block;
}
.main-grid-b__pic {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}
.main-grid-b__pic img {
  display: block;
}
@media (max-width: 1024px) {
  .main-grid-b__pic img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 750px) {
  .main-grid-b__pic img {
    width: auto;
  }
}
@media (max-width: 750px) {
  .main-grid-b__pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    padding: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translate(26%, -50%);
    transform: translate(26%, -50%);
  }
  .main-grid-b__pic img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-grid-b__pic_ploom img {
    height: 110px;
  }
  .main-grid-b__pic_iqos {
    right: initial;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .main-grid-b__pic_iqos img {
    height: 240px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .main-grid-b__pic_glo img {
    height: 120px;
  }
}
.main-grid-b__card {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 270px;
  margin: auto 0;
}
@media (max-width: 750px) {
  .main-grid-b__card {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media (max-width: 750px) {
  .main-grid-b__section:nth-child(2) .main-grid-b__card {
    max-width: 220px;
    margin: 0 0 0 auto;
  }
}
.main-grid-b__title {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .main-grid-b__title {
    font-size: 32px;
  }
}
.main-grid-b__text {
  font-size: 28px;
  margin: 0 0 25px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .main-grid-b__text {
    font-size: 20px;
    margin: 0 0 20px;
    max-width: 280px;
  }
}
.main-grid-b__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-grid-b__price {
  font-size: 16px;
  padding: 0 0 0 24px;
}
@media (max-width: 750px) {
  .main-grid-b__price {
    padding: 0 0 0 15px;
  }
}
.main-grid-b__tags {
  margin: 44px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 750px) {
  .main-grid-b__tags {
    margin: 25px 0 0;
    max-width: 280px;
  }
}
.main-grid-b__tags-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  background: rgba(31,56,144,0.06);
  border-radius: 4px;
  font-weight: 500;
  color: #1f3890;
  font-size: 16px;
}
.main-grid-b__tags-links:hover {
  background: rgba(138,118,87,0.06);
  color: #8a7657;
}
@media (min-width: 750px) {
  .main-grid-b__section_bg .main-grid-b__price {
    position: absolute;
    left: 40px;
    bottom: 33px;
    z-index: 2;
    padding: 0;
  }
  .main-grid-b__section_bg .main-grid-b__brand {
    position: absolute;
    right: 54px;
    top: 62px;
    z-index: 2;
  }
  .main-grid-b__section_bg .main-grid-b__tags {
    max-width: 265px;
    position: absolute;
    top: 44px;
    margin: 0;
    left: 40px;
  }
  .main-grid-b__section_bg .main-grid-b__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-grid-b__section_bg .main-grid-b__text {
    margin: 0 0 18px;
  }
  .main-grid-b__section_bg .main-grid-b__card {
    margin: 0 auto 60px;
    text-align: center;
  }
  .main-grid-b__section_bg .main-grid-b__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 750px) and (max-width: 750px) {
  .main-grid-b__section_bg .main-grid-b__price {
    position: initial;
  }
}
@media (min-width: 750px) and (max-width: 1024px) {
  .main-grid-b__section_bg .main-grid-b__block {
    padding: 0 100px;
  }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 8;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  outline:none
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.also-b {
  margin: 104px auto 0;
  border-top: 1px solid #e4e7ec;
  max-width: 1200px;
  padding: 30px 0 0;
}
@media (max-width: 750px) {
  .also-b {
    padding: 14px 0 0;
    margin: 45px auto 0;
  }
}
.also-b_nomargin {
  margin-top: 0;
}
.also-b__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0 40px;
}
@media (max-width: 750px) {
  .also-b__head {
    margin: 0 0 35px;
    padding: 0 12px;
  }
}
.also-b__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 750px) {
  .also-b__nav {
    display: none;
  }
}
.also-b__list .swiper-slide {
  min-height: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .also-b__list .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .also-b__list .swiper-slide {
    width: 280px;
  }
}
.also-b__block {
  display: block;
  position: relative;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  border: 1px solid transparent;
  padding: 0 0 40px;
  min-height: 100%;
}
.also-b__block:hover {
  border: 1px solid rgba(138,118,87,0.24);
}
@media (max-width: 750px) {
  .also-b__list .swiper-slide .also-b__block {
    padding: 0 0 20px;
  }
}
.also-b__labels {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  float: right;
}
.also-b__labels .label-b {
  margin-top: 16px;
  margin-left: 16px;
  display: inline-block;
  padding: 6px 12px 12px 14px;
}
@media (max-width: 750px) {
  .also-b__labels .label-b {
    /* display: block; */
    width: fit-content;
  }
}
.also-b__block .also-b__labels .label-b_sale {
  top: -15px;
}
.also-b__labels .label-b_sale {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.also-b__image {
  display: block;
  padding: 50px 45px 35px;
  position: relative;
  height: 380px;
}
@media (max-width: 750px) {
  .also-b__image {
    padding: 20px;
  }
}
.also-b__image img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  max-height: 290px;
}
.also-b__image-gallery {
  opacity: 0;
}
.also-b__image-gallery_show {
  opacity: 1;
}
img.also-b__image-second {
  opacity: 0;
}
.also-b__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto;
  font-weight: 500;
}
@media (max-width: 750px) {
  .also-b__list .swiper-slide .also-b__info {
    max-width: 250px;
  }
}
.also-b__title {
  color: #080b17;
  display: block;
  margin: 0 0 2px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  text-align: center;
}
.also-b__price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.also-b__price-added {
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  height: 34px;
  border-radius: 4px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.also-b__price-added svg {
  fill: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  margin: -3px 0 0 5px;
}
.also-b__price-added:hover {
  background: #f0efeb;
  color: #8a7657;
}
.also-b__price-current {
  color: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.also-b__price-sale {
  color: #919fab;
  opacity: 0.48;
  margin: 0 4px 0 0;
}
.also-b__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 17px;
}
.also-b__colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.also-b__colors-item {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2px;
}
.also-b__colors-item:hover {
  opacity: 0.75;
}
.also-b__colors-item_active {
  opacity: 1 !important;
}
.also-b__colors-item_current {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
}
.also-b__colors-item img {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: block;
}
.also-b__colors-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22px;
  padding: 0 6px;
  font-size: 12px;
  color: #919fab;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  margin: 1px 0 0 8px;
}
.also-b__block:hover .also-b__price-current {
  color: #8a7657;
}
.also-b__block:hover .also-b__price svg {
  fill: #8a7657;
}
.also-b__block:hover .also-b__title {
  color: #8a7657;
}
.drop-menu-b {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: #fff;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  height: 100%;
}
.drop-menu-b:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  pointer-events: none;
}
.drop-menu-b_show {
  pointer-events: auto;
  opacity: 1;
}
.drop-menu-b_show:after {
  opacity: 1;
}
@media (max-width: 750px) {
  .drop-menu-b {
    max-width: calc(100% - 24px);
  }
}
.drop-menu-b__content {
  height: 100%;
  position: relative;
  max-width: 640px;
  background: #8a7657;
  margin: 0 0 0 auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.drop-menu-b_show .drop-menu-b__content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.drop-menu-b__scroll {
  padding: 57px 72px 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
}
@media (max-width: 750px) {
  .drop-menu-b__scroll {
    display: block;
    overflow-y: scroll;
    padding: 140px 28px 36px 24px;
    -webkit-overflow-scrolling: touch;
  }
  .drop-menu-b__scroll::-webkit-scrollbar {
    display: none;
  }
}
.drop-menu-b__close {
  position: absolute;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.12);
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -36px;
  top: 48px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .drop-menu-b__close {
    width: 48px;
    height: 48px;
    left: -24px;
    top: 52px;
  }
}
.drop-menu-b__close svg {
  fill: #080b17;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.drop-menu-b__close:hover svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.drop-menu-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.drop-menu-b__grid_bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.48);
  font-size: 14px;
  line-height: 20px;
  padding-top: 36px;
}
@media (max-width: 750px) {
  .drop-menu-b__grid_bottom {
    padding-bottom: 70px;
  }
}
.drop-menu-b__column {
  width: 30%;
}
.drop-menu-b__column:first-child {
  width: 55%;
}
.drop-menu-b__item {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.drop-menu-b__item:last-child {
  margin-bottom: 0;
}
.drop-menu-b__list {
  padding: 12px 0 0;
}
.drop-menu-b__list_main {
  padding-top: 0;
}
.drop-menu-b__list_main .drop-menu-b__item {
  font-size: 40px;
  line-height: 56px;
  margin: 0 0 12px;
}
@media (max-width: 750px) {
  .drop-menu-b__list_main .drop-menu-b__item {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 28px;
  }
}
.drop-menu-b__list_main .drop-menu-b__item:last-child {
  margin: 0;
}
@media (max-width: 750px) {
  .drop-menu-b__grid_bottom .drop-menu-b__column {
    width: 100%;
    padding: 0 0 24px;
  }
  .drop-menu-b__grid_bottom .drop-menu-b__column:last-child {
    padding: 0;
  }
}
.drop-menu-b__grid_bottom .drop-menu-b__column a {
  color: rgba(255,255,255,0.48);
}
.drop-menu-b__grid_bottom .drop-menu-b__column a:hover {
  color: #fff;
}
.drop-menu-b__links {
  color: #fff;
}
.drop-menu-b__links:hover {
  opacity: 0.5;
  color: #fff;
}
.shadow-b {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  display: none;
}
.footer-b {
  background: #1f3891;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 10;
}
.footer-b__links {
  font-weight: 500;
  color: #fff;
}
.footer-b__links:hover {
  color: rgba(255,255,255,0.6);
}
.footer-b__links_opacity {
  font-weight: normal;
  color: rgba(255,255,255,0.48);
  margin-right: 10px;
}
.footer-b__links_opacity:last-child {
  margin-right: 24px;
}
.footer-b__links_opacity:hover {
  color: #fff;
}
.footer-b__top {
  padding: 26px 0 23px;
  border-bottom: 1px solid rgba(255,255,255,0.24);
}
@media (max-width: 750px) {
  .footer-b__top {
    padding: 20px 0 30px;
  }
}
.footer-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-b__grid-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-b__grid-column:last-child {
  text-align: right;
}
@media (max-width: 750px) {
  .footer-b__grid-column {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .footer-b__grid-column:last-child {
    text-align: left;
  }
}
.footer-b__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .footer-b__menu {
    display: block;
    margin: 0;
  }
}
.footer-b__grid-column:last-child .footer-b__menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .footer-b__grid-column:last-child .footer-b__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer-b__item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.footer-b__item:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .footer-b__item {
    margin: 0 0 12px;
  }
  .footer-b__item:last-child {
    margin-bottom: 0;
  }
}
.footer-b__nav {
  padding: 19px 0 20px;
  border-bottom: 1px solid rgba(255,255,255,0.24);
}
@media (max-width: 750px) {
  .footer-b__nav {
    padding: 0;
  }
}
.footer-b__column {
  width: 50%;
  min-height: 120px;
}
@media (max-width: 750px) {
  .footer-b__column {
    min-height: auto;
    width: 100%;
    padding: 24px 0;
  }
}
.footer-b__column_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-b__column:first-child {
  padding-right: 30px;
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.24);
}
@media (max-width: 750px) {
  .footer-b__column:first-child {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.24);
    padding: 20px 0 36px;
  }
}
.footer-b__text {
  color: rgba(255,255,255,0.48);
}
.footer-b__text_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .footer-b__text_row {
    display: block;
  }
}
.footer-b__about {
  padding: 30px 0 33px;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  text-align: center;
  color: rgba(255,255,255,0.48);
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .footer-b__about {
    line-height: 20px;
  }
}
.footer-b__bottom {
  padding: 28px 0 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 48px;
}
@media (max-width: 750px) {
  .footer-b__bottom {
    padding: 26px 0 29px;
  }
}
@media (max-width: 750px) {
  .footer-b__ww {
    padding-top: 15px;
  }
}
.footer-b__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .footer-b__contacts {
    margin: 12px 0;
  }
}
.footer-b__copy {
  font-weight: 500;
  color: rgba(255,255,255,0.48);
}
@media (max-width: 750px) {
  .footer-b__copy {
    width: 100px;
  }
}
@media (max-width: 750px) {
  .footer-b__help {
    width: 60px;
    text-align: right;
  }
}
.footer-b__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 750px) {
  .footer-b__social {
    padding: 0 23px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.footer-b__social a {
  display: block;
  margin: 0 16px;
  opacity: 0.48;
}
@media (max-width: 750px) {
  .footer-b__social a {
    margin: 0;
  }
}
.footer-b__social a:hover {
  opacity: 1;
}
.footer-b__title {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .footer-b__title {
    text-align: center;
    margin: 0 0 20px;
    line-height: 32px;
  }
}
.footer-b__sub {
  max-width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .footer-b__sub {
    max-width: 100%;
  }
}
.footer-b__sub .input-text {
  width: calc(100% - 124px);
}
@media (max-width: 750px) {
  .footer-b__sub .input-text {
    width: 100%;
    margin: 0 0 24px;
  }
}
.footer-b__sub .button {
  width: 100px;
}
@media (max-width: 750px) {
  .footer-b__sub .button {
    width: 100%;
  }
}
.footer-b__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-b__logo a {
  opacity: 0.48;
}
.footer-b__logo a:hover {
  opacity: 1;
}
.attention-b {
  background: #1f3891;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  margin: -18px 0 18px;
}
@media (max-width: 750px) {
  .attention-b {
    margin: -12px 0 12px;
    height: 60px;
    padding: 0 56px 0 40px;
  }
}
.attention-b__icon {
  font-style: normal;
}
@media (max-width: 750px) {
  .attention-b__icon {
    position: absolute;
    left: 10px;
    top: 12px;
  }
}
.attention-b__text {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 750px) {
  .attention-b__text {
    font-size: 15px;
    line-height: 1.3;
  }
}
.attention-b__text span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.attention-b:hover .attention-b__text span {
  border-color: rgba(255,255,255,0.3);
}
.attention-b__close {
  position: absolute;
  right: 0;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.attention-b__close svg {
  fill: #fff;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.attention-b__close:hover {
  background: rgba(255,255,255,0.1);
}
.attention-b__close:hover svg {
  fill: #e1642e;
}
.header-b {
  position: -webkit-sticky;
  position: sticky;
  padding: 18px 0;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 97;
  background: #fff;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.header-b_transparent {
  background: none;
}
@media (max-width: 750px) {
  .header-b {
    padding: 12px 0;
  }
}
.header-b__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-b__logo img {
  display: block;
}
.header-b__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.header-b__links {
  margin-left: 20px;
  position: relative;
}
.header-b__links:first-child {
  margin-left: 0;
}
.header-b__fill {
  position: absolute;
  width: 6px;
  height: 6px;
  top: -1px;
  right: -4px;
  background: #e1642e;
  z-index: 2;
  border-radius: 100%;
}
.header-b__currency {
  margin-left: 12px;
}
@media (max-width: 750px) {
  .header-b__currency {
    margin-left: 0;
  }
}
.header-b__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-b__icon_wtext svg {
  margin-right: 9px;
}
.header-b__icon_country img {
  margin-right: 9px;
  display: block;
  height: 22px;
  width: auto;
}
.header-b__burger {
  display: block;
  position: relative;
  width: 24px;
  height: 20px;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  cursor: pointer;
}
.header-b__burger i {
  width: 24px;
  height: 2px;
  display: block;
  background: #1f3890;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.header-b__burger i:nth-child(2) {
  position: absolute;
  top: 9px;
  left: 0;
}
.header-b__burger i:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-b__burger:hover i {
  background: #8a7657;
}
.header-b__burger:hover i:first-child {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.header-b__burger:hover i:last-child {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.header-b__item {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.header-b__item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-b__item svg {
  fill: #1f3891;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.header-b__item a:hover svg {
  fill: #8a7657;
}
.header-b__item:before {
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e4e7ec;
}
.header-b__item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.header-b__item:first-child:before {
  display: none;
}
.header-b__item_noborder {
  margin-left: 32px;
  padding-left: 0;
}
@media (max-width: 750px) {
  .header-b__item_noborder {
    margin-left: 24px;
  }
}
.header-b__item_noborder:before {
  display: none;
}
.header-b__drop {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  box-shadow: 0px 6px 12px rgba(8,11,23,0.12);
  border-radius: 12px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  text-align: left;
  padding: 12px 0;
  white-space: nowrap;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.header-b__drop_select {
  min-width: 224px;
  padding: 20px;
  white-space: normal;
}
@media (max-width: 750px) {
  .header-b__drop {
    left: initial;
    right: 0;
  }
}
.header-b__drop_show {
  opacity: 1;
  pointer-events: auto;
}
.header-b__drop_country {
  max-height: 278px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.header-b__drop_country::-webkit-scrollbar {
  width: 3px;
  background: #efefef;
  border-radius: 8px;
}
.header-b__drop_country::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(167,167,167,0.5);
}
.header-b__drop_country:hover::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #a7a7a7;
}
.header-b__drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #080b17;
  font-weight: 500;
  padding: 0 20px;
  height: 40px;
}
.header-b__drop-item img {
  width: 16px;
  height: auto;
  display: block;
}
.header-b__drop-item:hover {
  background: rgba(138,118,87,0.16);
  color: #8a7657;
}
.header-b__drop-country {
  margin: 0 auto 0 12px;
  width: 100px;
}
.header-b__drop-currency {
  color: #919fab;
}
.header-b__drop-item:hover .header-b__drop-currency {
  color: #8a7657;
}
.header-b__country-text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  white-space: nowrap;
}
.header-b__country-text img {
  display: inline;
  vertical-align: top;
  height: 20px;
  width: auto;
  margin: 3px 3px 0 0;
}
.header-b__country-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.header-b__country-buttons .button {
  width: 100%;
}
.header-b__shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  display: none;
}
body.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  color: #000;
  text-align: left;
  background: rgba(0,0,0,0.8);
}
.modal-b::-webkit-scrollbar {
  display: none;
}
.modal-b_hide {
  display: none !important;
}
.modal-b__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.modal-b__close {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.modal-b__close:hover {
  opacity: 0.5;
}
.modal-b__block {
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.modal-b__block_sold {
  padding: 20px;
  max-width: 296px;
  border-radius: 12px;
}
.modal-b__block_sold .modal-b__close {
  top: -30px;
  right: -30px;
}
.modal-b__block_sold .modal-b__close svg {
  fill: #fff;
}
.modal-b__button .button {
  width: 100%;
}
.modal-b .also-b__block {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 15px !important;
}
.modal-b .also-b__image {
  padding: 0;
  margin: 14px 0 16px;
  max-height: 214px;
}
.modal-b .also-b__image img {
  max-height: 214px;
}
.modal-b .also-b__price-added {
  color: #919fab !important;
  font-size: 14px;
  font-weight: normal;
  background: none !important;
  height: auto !important;
}
.modal-b .also-b__price-added svg {
  display: none;
}
.modal-b .also-b__price-current {
  color: #919fab !important;
}
.modal-b .also-b__title {
  font-size: 14px;
  color: #080b17 !important;
  font-weight: normal;
}
