@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf) format("ttf"),
    url(../fonts/Montserrat-Regular.eot) format("eot"),
    url(../fonts/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.ttf) format("ttf"),
    url(../fonts/Montserrat-Medium.eot) format("eot"),
    url(../fonts/Montserrat-Medium.woff) format("woff"),
    url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf) format("ttf"),
    url(../fonts/Montserrat-Bold.eot) format("eot"),
    url(../fonts/Montserrat-Bold.woff) format("woff"),
    url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
}
button,
input,
textarea {
  outline: 0 !important;
  -webkit-transition: 0.125s;
  -o-transition: 0.125s;
  transition: 0.125s;
  font-family: inherit;
}
input:active,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="text"]:focus {
  outline: 0 !important;
}
::-webkit-input-placeholder {
  color: #222;
}
::-moz-placeholder {
  color: #222;
}
:-moz-placeholder {
  color: #222;
}
:-ms-input-placeholder {
  color: #222;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
}
svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}
circle,
path,
rect,
svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus,
a:hover {
  text-decoration: none;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
i {
  line-height: 100%;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
button {
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: inherit;
  font-size: 1em;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 2;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
html.fixed-body {
  overflow-y: hidden;
}
.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-page {
  width: calc(100vw - (100vw - 100%));
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #1f2434;
  background-color: #f9f5f3;
  font-size: calc(1440px * (16 / 1440));
}
@media screen and (max-width: 1440px) {
  .m-page {
    font-size: calc(100vw * (16 / 1440));
  }
}
.m-page.fixed-body,
.m-page.fixed-body2 {
  overflow-y: hidden;
  padding-right: var(--scrollWidth);
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 7.5em;
}
a:hover {
  color: #ef6c00;
}
@media screen and (max-width: 992px) {
  .m-page {
    font-size: calc(100vw * (16 / 768));
  }
  .container {
    padding: 0 1.375em;
  }
}
@media screen and (max-width: 576px) {
  .m-page {
    font-size: calc(100vw * (16 / 390));
  }
}
.text-center {
  text-align: center;
}
.caps-text {
  text-transform: uppercase;
}
.underline-text {
  text-decoration: underline;
}
.h2 {
  font-size: 2.375em;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 700;
}
.h3 {
  font-size: 1.75em;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 700;
}
.text20 {
  font-size: 1.25em;
  line-height: 120%;
}
.text19 {
  font-size: 1.1875em;
  line-height: 120%;
}
.text18 {
  font-size: 1.125em;
  line-height: 120%;
}
.text17 {
  font-size: 1.0625em;
  line-height: 120%;
}
.text16 {
  font-size: 1em;
  line-height: 150%;
}
.text15 {
  font-size: 0.9375em;
  line-height: 120%;
}
.text14 {
  font-size: 0.875em;
  line-height: 120%;
}
.text13 {
  font-size: 0.8125em;
  line-height: 120%;
}
.text12 {
  font-size: 0.75em;
  line-height: 120%;
}
.text11 {
  font-size: 0.6875em;
  line-height: 120%;
}
.text10 {
  font-size: 0.625em;
  line-height: 120%;
}
.extra-bold-text {
  font-weight: 800;
}
.bold-text {
  font-weight: 700;
}
.semi-bold-text {
  font-weight: 600;
}
.medium-text {
  font-weight: 500;
}
.regular-text {
  font-weight: 400;
}
.light-text {
  font-weight: 300;
}
.m-btn {
  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-transition: 0.225s ease-out;
  -o-transition: 0.225s ease-out;
  transition: 0.225s ease-out;
  padding: 0 1.5em;
  height: 2.375em;
  border-radius: 0.25em;
  font-weight: 700;
}
.m-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-btn-orange-outline {
  border: 1px solid #ef6c00;
  color: #ef6c00;
}
.m-btn-orange-outline:hover {
  background-color: #ef6c00;
  color: #fff;
}
.fg {
  position: relative;
  margin: 0;
}
.fg label {
  display: block;
  font-size: 0.9375em;
  line-height: 140%;
  margin-bottom: 0.375em;
}
.fg label span {
  color: #ef6c00;
}
.fg .nice-select,
.fg input,
.fg textarea {
  border-radius: 0.1875em;
  border: 1px solid #dadedf;
  padding: 0 1.25em;
  height: 3.6875em;
  width: 100%;
  font-size: 1em;
  background-color: transparent;
  color: #000;
}
.fg .nice-select::-webkit-input-placeholder,
.fg input::-webkit-input-placeholder,
.fg textarea::-webkit-input-placeholder {
  color: #929798;
}
.fg .nice-select::-moz-placeholder,
.fg input::-moz-placeholder,
.fg textarea::-moz-placeholder {
  color: #929798;
}
.fg .nice-select:-ms-input-placeholder,
.fg input:-ms-input-placeholder,
.fg textarea:-ms-input-placeholder {
  color: #929798;
}
.fg .nice-select::-ms-input-placeholder,
.fg input::-ms-input-placeholder,
.fg textarea::-ms-input-placeholder {
  color: #929798;
}
.fg .nice-select::placeholder,
.fg input::placeholder,
.fg textarea::placeholder {
  color: #929798;
}
.fg .nice-select:focus,
.fg input:focus,
.fg textarea:focus {
  border-color: #9ca0a0;
  -webkit-box-shadow: 0 0.25em 0.4375em 0 rgba(47, 63, 67, 0.03),
    0 0.25em 0.3125em 0 rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0.25em 0.4375em 0 rgba(47, 63, 67, 0.03),
    0 0.25em 0.3125em 0 rgba(0, 0, 0, 0.02) inset;
}
.fg .nice-select:disabled,
.fg input:disabled,
.fg textarea:disabled {
  pointer-events: none;
  background: #f6f6f6 !important;
  color: rgba(0, 0, 0, 0.4);
}
.fg textarea {
  padding-top: 1.19em;
  padding-bottom: 1.19em;
  height: 13.0625em;
  resize: vertical;
}
.fg__field {
  position: relative;
}
.fg .nice-select {
  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;
  border-radius: 0.1875em;
  white-space: nowrap;
  height: 3.6875em;
  padding: 0 0 0 1.25em;
}
.fg .nice-select.disabled {
  pointer-events: none;
  background: #f6f6f6 !important;
}
.fg .nice-select.disabled .current {
  opacity: 0.4;
}
.fg .nice-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fg .nice-select:focus {
  border: 1px solid #1f2434;
}
.fg .nice-select:before {
  content: "";
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  border-left: #1f2434;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.6875em;
  height: 3.6875em;
  background-image: url(../img/select-arrow.svg);
  background-size: 0.5em auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1em;
}
.fg .nice-select .current {
  font-size: 1em;
  line-height: 157%;
}
.fg .nice-select .list {
  margin-top: -1px;
  border-radius: 0 0 0.1875em 0.1875em;
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #1f2434;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 14.875em;
  overflow-y: auto;
  z-index: 5;
}
.fg .nice-select .list::-webkit-scrollbar {
  width: 0.1875em;
  height: 0.1875em;
}
.fg .nice-select .list::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 0;
}
.fg .nice-select .list::-webkit-scrollbar-thumb {
  background: #000;
}
.fg .nice-select .option {
  height: 3.6875em;
  font-size: 1em;
  line-height: 157%;
  padding: 0.5em 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b2b2b;
  border: none;
  border-bottom: 1px solid #1f2434;
}
.fg .nice-select .option:last-child {
  border-bottom: none;
}
.fg .nice-select .option.disabled {
  display: none;
}
.fg .nice-select .option.focus,
.fg .nice-select .option.selected.focus,
.fg .nice-select .option:hover {
  background-color: #ef6c00;
  border-color: #ef6c00;
  font-weight: 400;
  color: #fff;
}
.fg._error input,
.fg._error textarea {
  border-color: #ef6c00;
  color: #ef6c00;
}
.fg._error input::-webkit-input-placeholder,
.fg._error textarea::-webkit-input-placeholder {
  color: #ef6c00;
}
.fg._error input::-moz-placeholder,
.fg._error textarea::-moz-placeholder {
  color: #ef6c00;
}
.fg._error input:-ms-input-placeholder,
.fg._error textarea:-ms-input-placeholder {
  color: #ef6c00;
}
.fg._error input::-ms-input-placeholder,
.fg._error textarea::-ms-input-placeholder {
  color: #ef6c00;
}
.fg._error input::placeholder,
.fg._error textarea::placeholder {
  color: #ef6c00;
}
.fg._error .fg__error-text {
  display: block;
}
.fg__error-text {
  margin-top: 0.375em;
  color: #ef6c00;
  display: none;
}
.pass-toggle {
  position: absolute;
  bottom: 1em;
  right: 1.25em;
  width: 1.25em;
  height: 1.6875em;
  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;
}
.pass-toggle svg {
  width: 100%;
  height: auto;
}
.pass-toggle._active g {
  opacity: 1;
}
.m-check,
.m-radio {
  position: relative;
}
.m-check input,
.m-radio input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.m-check label,
.m-radio label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 2.125em;
  min-height: 1.25em;
  padding-top: 0.0625em;
}
.m-check label span,
.m-radio label span {
  font-size: 0.8125em;
  line-height: 140%;
}
.m-check label:after,
.m-check label:before,
.m-radio label:after,
.m-radio label:before {
  pointer-events: none;
}
.m-check label:before,
.m-radio label:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border: 1px solid #dadedf;
  width: 1.25em;
  height: 1.25em;
  background-size: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.m-check label a,
.m-radio label a {
  text-decoration: underline;
  position: relative;
  z-index: 2;
}
.m-check._big label,
.m-radio._big label {
  padding-top: 0;
}
.m-check._big label span,
.m-radio._big label span {
  font-size: 1em;
  line-height: 140%;
}
.m-check._gray label,
.m-radio._gray label {
  color: #6b6e72;
}
.m-check._error input:not(:checked) ~ label:before,
.m-radio._error input:not(:checked) ~ label:before {
  border-color: #ff1515;
}
.m-check input:checked + label::before {
  background-color: #ef6c00;
  border-color: #ef6c00;
  background-size: 0.75em auto;
}
.m-check label:before {
  border-radius: 0.1875em;
  background-image: url(../img/check2.svg);
}
.m-check._gray label {
  color: #787878;
}
.m-radio input:checked ~ label:before {
  border: none;
  background-size: 100% auto;
}
.m-radio label:before {
  border-radius: 50%;
  background-image: url(../img/radio.svg);
}
.m-radio label span {
  display: block;
  line-height: 157%;
  color: #5b626c;
  margin-top: 0.125em;
}
.cartcalc {
  max-width: 100%;
  width: 7.5625rem;
  display: grid;
  grid-template-columns: 2.1875em calc(100% - 2.1875em * 2) 2.1875em;
  border: 1px solid #e9edf2;
  height: 3.125em;
}
.cartcalc button,
.cartcalc input {
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.cartcalc input {
  border: none;
  border-left: 1px solid #e9edf2;
  border-right: 1px solid #e9edf2;
  color: #1f2434;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
}
.cartcalc svg {
  width: 0.5em;
  height: auto;
}
.cartcalc button {
  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;
}
.cartcalc button:hover {
  background-color: #e6e6ec;
}
.pagination {
  margin-top: 3.75em;
}
.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__item {
  height: 3.625em;
  min-width: 3.625em;
  padding: 0 1.25em;
  border-radius: 0.25em;
  border: 1px solid #1f2434;
  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;
  margin: 0 0.3125em;
  font-weight: 500;
}
.pagination__item svg {
  width: 1.0625em;
  height: auto;
}
.pagination__item._active {
  pointer-events: none;
}
.pagination__item._active,
.pagination__item:hover {
  color: #fff;
  background-color: #1f2434;
  border-color: #1f2434;
}
.pagination__item._active path,
.pagination__item:hover path {
  fill: #fff;
}
.pagination__item._btn {
  padding: 0 1.5em;
}
@media screen and (max-width: 992px) {
  .h2 {
    font-size: 1.5em;
  }
  .h3,
  .text20-tablet {
    font-size: 1.25em;
  }
  .text19-tablet {
    font-size: 1.1875em;
  }
  .text18-tablet {
    font-size: 1.125em;
  }
  .text17-tablet {
    font-size: 1.0625em;
  }
  .text16-tablet {
    font-size: 1em;
  }
  .text15-tablet {
    font-size: 0.9375em;
  }
  .text14-tablet {
    font-size: 0.875em;
  }
  .text13-tablet {
    font-size: 0.8125em;
  }
  .text12-tablet {
    font-size: 0.75em;
  }
  .text11-tablet {
    font-size: 0.6875em;
  }
  .text10-tablet {
    font-size: 0.625em;
  }
  .pagination {
    margin-top: 1.875em;
  }
}
@media screen and (max-width: 576px) {
  .pagination {
    margin-top: 1.56em;
  }
  .pagination ._hide-tablet {
    display: none;
  }
  .pagination ._btn {
    width: 2.8125em;
    padding: 0;
  }
  .pagination__item {
    height: 2.8125em;
    min-width: 2.8125em;
    padding: 0 0.875em;
  }
  .pagination__item span {
    font-size: 0.875em;
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab {
  height: 3.5625em;
  padding: 0 1.56em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(31, 36, 52, 0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab:not(:last-child) {
  margin: 0 0.94em 0 0;
}
.tab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ef6c00;
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.tab span {
  font-size: 0.875em;
  line-height: 120%;
}
.tab:hover {
  background: #fbfbfb;
  cursor: pointer;
}
.tab._active {
  background: #fbfbfb;
  pointer-events: none;
}
.tab._active:before {
  opacity: 1;
}
.tab-content {
  display: none;
}
.tab-content._active {
  display: block;
}
.grid {
  display: grid;
  gap: 1.25em;
  grid-template-columns: 100%;
}
.grid2 {
  grid-template-columns: repeat(2, calc(50% - 0.5em));
}
.grid3 {
  grid-template-columns: repeat(3, calc(100% / 3 - 2.5em / 3));
}
.grid4,
.grid5 {
  grid-template-columns: repeat(4, calc(25% - 3.75em / 4));
}
._flex,
._flex-between,
._flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._flex-between._start,
._flex-center._start,
._flex._start {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
._flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
._flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._mt48 {
  margin-top: 3em;
}
._mt32 {
  margin-top: 2em;
}
._mt24 {
  margin-top: 1.5em;
}
._scale-img {
  overflow: hidden;
}
._scale-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
._scale-img img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.m-backdrop {
  position: relative;
}
.m-backdrop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  pointer-events: none;
  border-radius: inherit;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials__item {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1a1a1a;
  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;
}
.socials__item:not(:last-child) {
  margin: 0 0.75em 0 0;
}
.socials__item:hover path {
  fill-opacity: 1;
}
.socials__item:hover path:not(._not-fill) {
  fill: #fff;
}
.compare-btn,
.favourite-btn {
  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;
}
.compare-btn svg,
.favourite-btn svg {
  width: 100%;
  height: auto;
}
.favourite-btn {
  width: 1.4375em;
}
.favourite-btn:hover path {
  opacity: 1;
}
.favourite-btn._added path {
  opacity: 1;
  stroke: #ef6c00;
  fill: #ef6c00;
}
.compare-btn {
  width: 1.5em;
}
.compare-btn._added g,
.compare-btn:hover g {
  opacity: 1;
}
.compare-btn._added line {
  stroke: #ef6c00;
}
.qa-card {
  padding: 1.25em 2.5em;
  border-radius: 1.25em;
  background: #fff;
}
.qa-card._active .qa-card__btn img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qa-card__show {
  cursor: pointer;
  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;
  min-height: 6.25em;
}
.qa-card__btn {
  margin-left: 1em;
  width: 2.5em;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qa-card__btn img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.qa-card__hidden {
  margin-top: -0.625em;
  padding-top: 1.25em;
  display: none;
  border-top: 1px solid #e3e3e3;
}
:root {
  --vh: 1vh;
}
.breadcrumbs {
  margin-top: 60px;
}
.breadcrumbs__item {
  font-size: 16px;
  line-height: 110%;
  position: relative;
  font-weight: 400;
  display: inline;
}
.breadcrumbs__item:last-child {
  font-weight: 600;
}
.breadcrumbs__item:not(:first-child) {
  margin-left: 24px;
}
.breadcrumbs__item:not(:first-child):before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 3.51px;
  height: 3.51px;
  background-color: #ef6c00;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  right: 100%;
  margin-right: 10px;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100 * var(--vh));
  background: rgba(25, 29, 42, 0.9);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100 * var(--vh));
  overflow-y: auto;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  padding: 1em 0;
  text-align: center;
}
.hero-modal {
  display: block !important;
}
.modal:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal__dialog {
  text-align: left;
  vertical-align: middle;
  background: #fff;
  width: 75.25em;
  max-width: calc(100% - 2em);
  position: relative;
  z-index: 3;
  padding: 0 0 5em;
  border-radius: 0.625em;
  display: inline-block;
}
.modal._active {
  opacity: 1;
  pointer-events: unset;
}
.modal._active .modal__bg {
  display: block;
}
.modal__top {
  padding: 5em 5em 7em;
  background-image: url(../img/paper2.webp);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-radius: 0.625em 0.625em 0 0;
  overflow: hidden;
}
.modal__title {
  font-size: 2.625em;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 1.875em;
}
.modal__inner {
  width: 55.25em;
  max-width: 100%;
  margin: 0 auto;
}
.modal__bottom {
  padding: 3.75em 5em 0;
}
.modal__back svg {
  width: 1.1875em;
  margin-right: 0.44em;
}
.modal__back:hover path {
  stroke: #fff;
}
.text-group {
  margin-top: 7.5em;
}
.text-group:first-child {
  margin-top: 0;
}
.close-btn {
  width: 3.125em;
  height: 3.125em;
  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: absolute;
  top: 1.25em;
  right: 1.25em;
  border-radius: 0.25em;
  background-color: transparent;
}
.close-btn svg {
  width: 1em;
}
.close-btn:hover path {
  fill: #fff;
}
@media screen and (max-width: 992px) {
  .grid-tablet {
    grid-template-columns: 100%;
  }
  .grid-tablet2 {
    grid-template-columns: repeat(2, calc(50% - 0.625em));
  }
  .modal__dialog {
    max-width: calc(100% - 1em);
    padding: 0 0 1.25em;
  }
  .modal__top {
    padding: 5em 1em;
  }
  .modal__title {
    font-size: 1.5em;
    padding-left: 0;
  }
  .modal .close-btn {
    top: 1em;
    right: 1em;
  }
  .modal__inner {
    padding: 0 1em;
  }
  .modal__bottom {
    padding: 1.5em 1em 0;
  }
  .text-group {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 576px) {
  .grid-mob {
    grid-template-columns: 100%;
  }
  .modal__top {
    padding-bottom: 3em;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  width: 8em;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  display: block;
}
.burger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__logo {
    width: 5.5em;
  }
}
.footer {
  padding: 3.5em 0 1.5em;
  background-image: url(../img/paper3.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.footer__inner {
  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;
}
.footer__inner:after,
.footer__inner:before {
  content: "";
  width: 1px;
  height: 1px;
  background-color: #ef6c00;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 2.5em;
}
.footer__logo {
  display: block;
  width: 5.75em;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__from,
.footer__to {
  font-size: 1.875em;
  line-height: 120%;
  color: #ef6c00;
}
.footer__from {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.footer__to {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.text {
  font-weight: 500;
}
.text li,
.text p {
  font-size: 1.125em;
  line-height: 170%;
}
.text p:not(:last-child) {
  margin: 0 0 1.5em;
}
.text ol,
.text ul {
  padding-left: 0.875em;
  display: grid;
  grid-template-columns: 100%;
  gap: 1em;
}
.text ol:not(:last-child),
.text ul:not(:last-child) {
  margin: 0 0 1.5em;
}
.text li {
  position: relative;
  padding-left: 1em;
}
.text li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.text ol {
  counter-reset: list;
}
.text ol li {
  counter-increment: list;
}
.text ol li:before {
  content: counter(list) ". ";
}
.text ul li {
  position: relative;
}
.text ul li:before {
  content: "•";
}
.text h3 {
  font-size: 2em;
  line-height: 150%;
  margin-bottom: 0.3125em;
  font-weight: 700;
}
.text-big h4 {
  font-weight: 700;
  margin: 0.9em 0;
}
.text-big h4,
.text-big li,
.text-big p {
  font-size: 1.375em;
  line-height: 150%;
}
@media screen and (max-width: 992px) {
  .footer__inner:after,
  .footer__inner:before {
    margin: 0 1.25em;
  }
  .footer__logo {
    width: 4.5em;
  }
  .footer__from,
  .footer__to {
    font-size: 1.25em;
  }
  .text h4 {
    font-size: 1em;
  }
  .text li,
  .text p {
    font-size: 0.875em;
  }
  .text h3 {
    font-size: 1.25em;
    line-height: 130%;
  }
  .text ul {
    gap: 0.5em;
  }
}
.main {
  position: relative;
  background-image: url(../img/main-bg.svg);
  background-size: cover;
  background-position: center;
  color: #f5f0ed;
}
.main:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/mask.svg);
  pointer-events: none;
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 2;
}
.main__img {
  width: 45.375em;
  position: absolute;
  top: 0;
  right: 0.25em;
}
.main__img img {
  width: 100%;
  display: block;
}
.main__img ._view2 {
  display: none;
}
.main__inner {
  width: 100%;
  padding: 7.25em 0;
  min-height: 45.5em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.main__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 3.31em;
  max-width: 32em;
}
.main__title {
  font-size: 5.625em;
  font-weight: 700;
}
.main__desc {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 500;
}
.about__bottom,
.heroes__bottom {
  margin-top: 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about__more,
.heroes__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ef6c00;
  font-weight: 700;
}
.about__more:hover,
.heroes__more:hover {
  color: #d66000;
}
.about__more:hover path,
.heroes__more:hover path {
  stroke: #d66000;
}
.about__more ._view2,
.heroes__more ._view2 {
  display: none;
}
.about__more svg,
.heroes__more svg {
  width: 1.125em;
  margin-left: 0.44em;
}
.about {
  padding: 6.25em 0;
  background-image: url(../img/about-bg.svg), url(../img/about-bg2.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 1.44em, right 0 bottom 2.5em;
  background-size: 42.75em auto, 31.5em auto;
}
.about .text {
  margin: 3.75em auto 0;
  width: 60em;
  max-width: 100%;
  text-align: center;
}
.about._open .about__more ._view1 {
  display: none;
}
.about._open .about__more ._view2 {
  display: block;
}
.about._open .about__more svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.about:not(._open) .text p ~ * {
  display: none;
}
@media screen and (max-width: 992px) {
  .main {
    font-size: 0.625em;
  }
  .about {
    padding: 4.5em 0;
    background-size: 50% auto, 50% auto;
    background-position: left 0 top 1em, right 0 bottom 1em;
  }
  .about .text {
    margin-top: 1.5em;
  }
  .about__bottom {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 576px) {
  .main {
    font-size: 1em;
    background-image: url(../img/main-bg.webp);
  }
  .main:before {
    background-image: url(../img/mask2.svg);
  }
  .main__img {
    display: none;
  }
  .main__inner {
    padding: 4.3125em 0;
  }
  .main__content {
    gap: 0.875em;
    max-width: 19em;
  }
  .main__title {
    font-size: 3.125em;
  }
  .main__desc {
    font-size: 0.875em;
  }
  .about {
    background-size: 70% auto, 70% auto;
  }
}
.factories {
  background-image: url(../img/paper.webp);
  background-size: cover;
  background-position: center top;
  padding: 7.5em 0;
}
.factories .tab-content {
  margin-top: 3.75em;
}
.factories__tabs {
  margin-top: 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625em 2.125em;
  border-radius: 1.25em;
  background-color: #fff;
}
.factories__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.625em;
  height: 3.8125em;
  border-radius: 0.8125em;
  font-weight: 700;
  color: rgba(31, 36, 52, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.factories__tab span {
  font-size: 1.5em;
}
.factories__tab:hover {
  color: #ef6c00;
  cursor: pointer;
}
.factories__tab._active {
  background-color: #ef6c00;
  color: #fff;
  pointer-events: none;
}
.factory-item {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.25em));
  gap: 2.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.factory-item__img {
  position: relative;
  padding-bottom: 66.7%;
  display: block;
  border-radius: 1.25em;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.factory-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.factory-item .text {
  margin-top: 1.875em;
}
.factory-item .text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.factory-item__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875em;
}
.factory-item__btn svg {
  width: 1.125em;
  margin-left: 0.44em;
}
.factory-item__btn:hover path {
  stroke: #fff;
}
.swiper-button {
  width: 2em;
  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;
}
.swiper-button img {
  width: 100%;
}
.swiper-pagination {
  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;
}
.swiper-pagination-bullet {
  opacity: 0.1;
  background-color: #ef6c00;
  margin: 0 0.25em !important;
  width: 0.875em;
  height: 0.875em;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.factory-slider {
  margin-top: 2.5em;
}
.factory-slider .swiper-container {
  width: calc(100% + 1.5em);
}
.factory-slider .swiper-slide {
  padding-right: 1.5em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.factory-slider .swiper-slide-active {
  pointer-events: unset;
  opacity: 1;
}
.factory-slider .swiper-nav {
  margin-top: 2.5em;
  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;
}
.factory-slider .swiper-pagination {
  position: static;
  width: auto;
}
.factory-slider .swiper-button {
  position: static;
  margin: 0;
}
.factory-slider__img {
  position: relative;
  padding-bottom: 51.7%;
  display: block;
  border-radius: 1.25em;
  -webkit-box-shadow: 0 0.25em 1.5em 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25em 1.5em 0 rgba(0, 0, 0, 0.25);
}
.factory-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
@media screen and (max-width: 992px) {
  .factories {
    background-position: center top;
    padding: 5em 0;
  }
  .factories .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .factories .tab-content {
    margin-top: 1.5em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .factories__tabs {
    margin-top: 1.5em;
    border-radius: 0;
    width: calc(100% + 2.75em);
    margin-left: -1.375em;
    overflow-x: auto;
    padding: 0.5em 1em;
  }
  .factories__tab {
    font-size: 0.875em;
    padding: 0 1em;
    margin-right: 1em;
  }
  .factories__tab:last-child {
    margin-right: 0;
  }
  .factory-item {
    grid-template-columns: 100%;
    gap: 1.25em;
  }
  .factory-item__col2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .factory-item .text,
  .factory-item__nav,
  .factory-slider,
  .factory-slider .swiper-nav {
    margin-top: 1em;
  }
}
.heroes {
  padding: 6.25em 0;
  background-image: url(../img/heroes-bg.svg);
  background-position: right 0 bottom 1.75em;
  background-repeat: no-repeat;
  background-size: 37.75em auto;
}
.heroes__grid {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 1.875em));
  gap: 2.5em;
  margin-top: 3.75em;
}
.heroes__bottom {
  margin-top: 3.75em;
}
.hero-card {
  position: relative;
}
.hero-card:hover {
  cursor: pointer;
}
.hero-card:hover .hero-card__content {
  opacity: 1;
}
.hero-card--border .hero-card__img img {
  border: 0.625em solid #ef6c00;
}
.hero-card__img {
  position: relative;
  padding-bottom: 140.7%;
  display: block;
  border-radius: 0.625em;
}
.hero-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.hero-card__content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  border-radius: 0.625em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.hero-card__name {
  font-size: 1.125em;
  line-height: 150%;
}
.hero-card__name span {
  font-size: 1.33em;
  font-weight: 700;
}
.hero-card__btn {
  margin-top: 1em;
  width: 100%;
  padding: 0;
}
.hero-card__btn svg {
  width: 1.1875em;
  margin-left: 0.44em;
}
.hero-card__btn:hover path {
  stroke: #fff;
}
.hero-modal__main {
  width: 55.25em;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 21.875em calc(100% - 28.125em);
  gap: 6.25em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-modal__img {
  position: relative;
  padding-bottom: 141%;
  display: block;
  border-radius: 0.625em;
}
.hero-modal__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.hero-modal .modal__title {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .heroes {
    padding: 2.5em 0;
    background-size: 25% auto;
    background-position: right 0 bottom 0.75em;
  }
  .heroes__grid {
    grid-template-columns: repeat(2, calc(50% - 0.75em));
    gap: 1.5em;
    margin-top: 1.25em;
  }
  .heroes__bottom {
    margin-top: 1.5em;
  }
  .hero-modal__main {
    grid-template-columns: 18em calc(100% - 22em);
    gap: 1em 3em;
  }
}
@media screen and (max-width: 576px) {
  .heroes {
    background-size: 50% auto;
  }
  .heroes__grid {
    grid-template-columns: 100%;
  }
  .hero-modal__main {
    grid-template-columns: 100%;
    padding-bottom: 2em;
  }
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
#factoryModal,
[data-history-id] {
  display: block !important;
}

.modal {
  overscroll-behavior: contain !important;
}

body.sending,
body.sending .hero-card * {
  cursor: progress !important;
}

body.sending .hero-card {
  pointer-events: none;
}
