@charset "UTF-8";
/***
*
* iconfont.scss генерируется динамечески со списком классов для иконочного шрифта
* _iconfont-template.styl - шаблон для генерации файла iconfont.styl
*
***/
/* Генерация рандомного числа, для обнуления кеша при деплое на песок и прод */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont/iconfont.eot");
  src: url("../fonts/iconfont/iconfont.eot?#iefix") format("eot"), url("../fonts/iconfont/iconfont.woff2") format("woff2"), url("../fonts/iconfont/iconfont.woff") format("woff"), url("../fonts/iconfont/iconfont.ttf") format("truetype"), url("../fonts/iconfont/iconfont.svg?#iconfont") format("svg");
}
[class^=icon-], [class*=" icon-"] {
  display: flex;
  justify-content: center;
  align-items: center;
}
[class^=icon-]::before, [class*=" icon-"]::before {
  font-family: "iconfont";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-account::before {
  content: "\e001";
}

.icon-arrow-left::before {
  content: "\e002";
}

.icon-arrow-right::before {
  content: "\e003";
}

.icon-arrow-top::before {
  content: "\e004";
}

.icon-bag::before {
  content: "\e005";
}

.icon-burger::before {
  content: "\e006";
}

.icon-close::before {
  content: "\e007";
}

.icon-heart::before {
  content: "\e008";
}

.icon-info::before {
  content: "\e009";
}

.icon-search::before {
  content: "\e00a";
}

.icon-shopping::before {
  content: "\e00b";
}

.icon-facebook::before {
  content: "\e00c";
}

.icon-instagram::before {
  content: "\e00d";
}

.icon-youtube::before {
  content: "\e00e";
}

@font-face {
  font-family: "PFDinTextCondPro-Thin";
  src: url("../../fonts/PFDinTextCondPro-Thin.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
/* arrow */
/* text overflow ellipsis */
html,
body {
  overflow-x: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  text-decoration-skip: none;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
}

li {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.2;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s;
}

a,
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
}

button,
[type=text],
[type=password],
[type=submit],
[type=search],
[type=email],
[type=tel],
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

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

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 0 solid #3d4047;
  -webkit-text-fill-color: #707585;
  transition: background-color 5000s ease-in-out 0s;
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
  color: #0D0E10 !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #596a73 !important;
}

html,
body,
.mobile-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.mobile-nav::-webkit-scrollbar {
  display: none;
}

body {
  color: #0D0E10;
  transition: color 0.4s;
  background-color: #ffffff;
  z-index: 0;
  overflow-x: hidden;
}

.main {
  position: relative;
  z-index: 1;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1288px;
  width: 100%;
}
.container--fixed {
  position: fixed;
  z-index: 11;
  bottom: 24px;
  left: 0;
  right: 0;
  max-width: 1440px;
}

html {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: normal;
  user-select: none;
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

h1 {
  display: block;
  font-size: 56px;
}

h2 {
  display: block;
  font-size: 40px;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
}

p {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.2;
}
p:last-child {
  margin-bottom: 0;
}

li,
a {
  user-select: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  user-select: none;
  padding: 0 20px;
  color: #0D0E10;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 8px;
}
.button i {
  font-size: 14px;
  margin-left: 10px;
  text-shadow: none;
}
.button:hover {
  transition: all 0.2s;
}
.button--s1 {
  width: auto;
}
.button--s2 {
  width: 80px;
  padding: 0 26px;
}
.button--t1 {
  color: #FFFFFF;
  background: #477665;
}
.button--t2 {
  color: #FFFFFF;
  background-color: #2B3134;
}

.form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=tel],
.form input[type=search],
.form input[type=file],
.form input[type=number],
.form textarea {
  width: 100%;
  height: 64px;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #0D0E10;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  transition: all 0.4s;
  text-overflow: ellipsis;
}
.form input[type=text]::placeholder,
.form input[type=password]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=search]::placeholder,
.form input[type=file]::placeholder,
.form input[type=number]::placeholder,
.form textarea::placeholder {
  transition: all 0.5s;
  text-overflow: ellipsis;
}
.form input[type=text]:focus::placeholder,
.form input[type=password]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=tel]:focus::placeholder,
.form input[type=search]:focus::placeholder,
.form input[type=file]:focus::placeholder,
.form input[type=number]:focus::placeholder,
.form textarea:focus::placeholder {
  opacity: 0;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=search]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form textarea:focus {
  border: 0;
}
.form textarea {
  width: 100%;
  max-width: 100%;
  height: 64px;
  padding: 20px 20px 10px 0;
  border-radius: 0;
  line-height: 1.5;
  overflow: auto;
  box-sizing: border-box;
  resize: none;
  font-family: "Open Sans", sans-serif;
}
.form .form-input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 24px;
  width: 100%;
  padding-left: 48px;
  border-bottom: solid 1px rgba(56, 56, 56, 0.4);
}
.form .form-input.error input {
  border-color: #DF2D14;
}
.form .form-input--file input[type=file] {
  position: absolute;
  opacity: 0;
}
.form .form-input--file input[type=text] {
  pointer-events: none;
}
.form .form-submit {
  margin-top: 32px;
  text-align: right;
}
.form .form-label {
  font-weight: 700;
  font-size: 18px;
  width: 80px;
}
.form .form__input input[type=text]:disabled,
.form .form__input input[type=password]:disabled,
.form .form__input input[type=email]:disabled,
.form .form__input input[type=tel]:disabled,
.form .form__input textarea:disabled {
  color: #9FA4BC;
  border-color: #9FA4BC;
  cursor: default;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px 0;
  background-color: #FBFBFB;
}
.footer ul {
  padding-left: unset;
}
.footer ul li {
  display: flex;
  margin-bottom: unset;
}
.footer-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-layout {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}
.footer-about p {
  font-size: 16px;
  font-weight: 600;
}
.footer-menu__title {
  font-size: 14px;
  font-weight: 600;
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-menu__link:hover {
  text-decoration: underline;
}
.footer-menu__item {
  color: #41454E;
  font-size: 13px;
  font-weight: 500;
}
.footer-copyright {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  font-size: 14px;
  margin-top: 60px;
}
.footer-copyright__row:first-child {
  justify-self: flex-start;
}
.footer-copyright__row:last-child {
  justify-self: flex-end;
}
.footer-copyright__text {
  color: #1C1D20;
  opacity: 0.5;
}
.footer-copyright__terms {
  display: block;
  margin-left: auto;
}

.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: right;
}

.header {
  padding-top: 32px;
}
.header-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 24px;
}
.header ul {
  padding-left: unset;
}
.header ul li {
  display: flex;
  margin-bottom: unset;
}
.header__row:last-child {
  justify-self: flex-end;
}
.header-info {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  line-height: 1;
}
.header-menu {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.header-menu__item {
  font-size: 14px;
  font-weight: 600;
}
.header-menu__item.absolute {
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  z-index: 2;
  background-color: #FFFFFF;
}
.header-menu__item.has-children:hover div {
  display: flex;
}
.header-menu__link:hover {
  text-decoration: underline;
}
.header-menu__link.active {
  color: #768185;
}
.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}
.header-user__link {
  position: relative;
}
.header-user__link .mall-cart-count {
  top: auto;
  position: absolute;
  display: flex;
  bottom: 14px;
  right: -10px;
}
.header-user-area {
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-bar {
  background-color: #FBFBFB;
  border-bottom: 1px solid #D7DBDF;
  padding: 12px 0;
  font-size: 14px;
}
.top-bar .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.mall-btn {
  @apply .text-sm .inline .bg-white .text-grey-darkest .py-3 .px-6 .border .border-grey-light .rounded .shadow .text-center .cursor-pointer .no-underline;
  white-space: nowrap;
  min-height: 42px;
}
.mall-btn:hover {
  @apply .bg-grey-lighter;
}
.mall-btn--primary {
  @apply .bg-primary .border-primary-light .text-white;
}
.mall-btn--primary:hover {
  @apply .bg-primary-light;
}
.mall-btn--secondary {
  @apply .bg-secondary .border-secondary-light .text-white;
}
.mall-btn--secondary:hover {
  @apply .bg-secondary-light;
}
.mall-btn--link {
  @apply .inline-block .align-baseline .font-bold .text-sm .text-blue .shadow-none .border-0;
}
.mall-btn--link:hover {
  @apply .text-blue-darker .bg-transparent;
}
.mall-btn--text {
  @apply .inline-block .align-baseline .text-sm .text-grey .shadow-none .border-0 .p-0 .m-0 .text-xs;
}
.mall-btn--text:hover {
  @apply .text-blue-darker .bg-transparent;
}
.mall-btn--full {
  @apply .w-full;
}
.mall-btn--disabled, .mall-btn[disabled] {
  @apply .bg-grey .border-grey-dark;
  cursor: no-drop;
}
.mall-btn--disabled:hover, .mall-btn[disabled]:hover {
  @apply .bg-grey;
}
.mall-btn--sm {
  @apply .py-2 .px-4 .text-xs;
  min-height: 0;
}

.logo {
  width: 124px;
}

.cookies__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  padding: 16px 16px 16px 48px;
  width: 380px;
  background: #FFFFFF;
}
.cookies-close {
  display: block;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
}
.cookies__message {
  width: 100%;
}
.cookies__message a {
  text-decoration: underline;
}
.cookies__message a:hover {
  text-decoration: none;
}

.main-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.main-description h1 {
  margin-bottom: 0;
  line-height: 1.2;
}
.main-description p {
  margin-bottom: 0;
}

.section {
  padding: 60px 0;
}
.section__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D7DBDF;
  padding-bottom: 8px;
  margin-bottom: 50px;
}
.section__header--center {
  justify-content: center;
}
.section__title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}
.section__buttons {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.section--main {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
}
.section--main .section-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
.section--about {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section--about .section__header {
  margin-bottom: 40px;
}
.section--about .section__title {
  padding-left: 80px;
  font-size: 18px;
  color: rgba(28, 29, 32, 0.4);
}
.section--about .about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  padding-left: 80px;
}
.section--about .about-title {
  font-size: 42px;
  margin-bottom: 0;
  line-height: 1;
}
.section--about .about p {
  color: #6F7273;
  margin-bottom: 0;
}
.section--about .about__images {
  display: flex;
  gap: 20px;
  height: 100%;
}
.section--about .about__img:first-child {
  margin-top: auto;
}

.main-description {
  max-width: 500px;
}

.page {
  padding-top: 32px;
  padding-bottom: 48px;
}
.page-header {
  border-top: 1px solid #D7DBDF;
  padding-top: 60px;
}
.page-title {
  margin-bottom: 0;
}
.page-desc {
  display: flex;
  gap: 120px;
}
.page-desc-header {
  flex-shrink: 0;
}
.page-info h2 {
  font-size: 24px;
}
.page-info p:not(:last-child) {
  margin-bottom: 16px;
}

.project {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.project--01 {
  background-image: url("../../img/backgrounds/project01-bg.svg"), linear-gradient(#061926 0%, #165C8C 100%);
  background-position: top right;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.project--02 {
  background-image: url("../../img/backgrounds/project02-bg.png"), linear-gradient(119deg, #5019AC -0.02%, #361966 61.28%, #4907AE 87.35%, #4F02C2 110.42%);
  background-position: top right;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.project--03 {
  background-image: url("../../img/backgrounds/project03-bg.svg"), linear-gradient(117deg, #003177 3.84%, #00419D 139.53%);
  background-position: top right;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.project--04 {
  background-image: linear-gradient(180deg, #F2F4FF 0%, #F2F2F5 20.5%, #F4EBCA 24.5%);
}
.project--04 .project-tag {
  border-color: #000000;
}
.project--05 {
  background-image: url("../../img/backgrounds/project05-bg.svg"), linear-gradient(0deg, #172E5C 0%, #172E5C 100%);
  background-position: top right;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.project-intro {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.project-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.project-subtitle {
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  line-height: 1;
}
.project-title {
  font-size: 48px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.project-description {
  padding-left: 180px;
}
.project-description p {
  font-size: 28px;
}
.project-tags {
  display: flex;
  align-items: center;
  gap: 12px;
}
.project-tag {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 6px 12px;
}
.project-params {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.project-params__digit {
  font-size: 80px;
}
.project-params__desc {
  text-transform: uppercase;
}
.project-params__list {
  display: flex;
  gap: 56px;
}
.project-feature {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project-feature-img__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.project-feature-img__grid--four {
  grid-template-columns: repeat(4, 1fr);
}
.project-feature-img__grid--three {
  grid-template-columns: repeat(2, 1fr);
}
.project-feature-img__grid--three .project-feature-img:last-child {
  grid-area: 2/1/2/3;
}
.project-feature-img__grid--three-line {
  grid-template-columns: repeat(3, 1fr);
}

.feedback-form {
  position: relative;
  padding: 48px;
  z-index: 1;
  display: grid;
  grid-template-columns: 310px 1fr;
  grid-gap: 60px;
}
.feedback-form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: -1;
  background-color: rgba(219, 255, 0, 0.67);
}
.feedback-form__header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 0 48px;
}
.feedback-form__header span {
  font-size: 20px;
}
.feedback-form-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 24px;
}
.feedback-form__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.feedback-form__right {
  border-left: solid 1px rgba(56, 56, 56, 0.4);
}
.feedback-form__notice p {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding-left: 48px;
  margin-top: 12px;
}
.feedback-form__links {
  text-align: right;
  margin-top: 12px;
}
.feedback-form__links p {
  font-size: 12px;
}
.feedback-form__links a {
  text-decoration: underline;
}
.feedback-form__links a:hover {
  text-decoration: none;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 80px;
}
.categories-grid .category {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}
.categories-grid .category__title {
  position: absolute;
  display: flex;
  left: 0;
  margin-bottom: 0;
  font-size: 18px;
  transform: rotate(-90deg);
  transform-origin: top left;
  line-height: 1;
  bottom: -20px;
  top: auto;
  text-transform: uppercase;
  font-weight: 400;
}
.categories-grid .category__img {
  border-radius: 16px;
  overflow: hidden;
  padding-left: 30px;
}

.slider-categories {
  margin-top: 48px;
}

.category-name {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  width: 100%;
}
.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
}
.product-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-info {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.product-info-description p {
  margin-bottom: 16px;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-add-card {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.product-add-card .mall-form-control {
  margin-bottom: 0;
  width: auto;
}
.product-add-card .mt-4, .product-add-card .mall-add-to-wishlist-button {
  margin-top: 0;
}
.product-add-card button:focus {
  outline: none;
}
.product-add-card .mall-wishlist-button__popup-inner {
  min-width: 200px;
}
.product-add-wishlist {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-name {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
}
.product-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-img {
  aspect-ratio: 3/2;
  background-color: #FBFBFB;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D7DBDF;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.section.mall-products {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.number {
  position: relative;
  display: flex;
  align-items: center;
  width: 120px;
}
.number .plus, .number .minus {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.number .plus {
  right: 0;
}
.number .mall-input {
  margin-bottom: 0;
  text-align: center;
  padding: 0 50px;
}

.mall-wishlist-button__popup-inner .mall-wishlists.mall-wishlists--height-limited {
  flex-direction: column;
}

.product-gallery .mall-product__images .f-carousel__slide {
  aspect-ratio: 3/2;
  border: 1px solid #D7DBDF;
  overflow: hidden;
  border-radius: 16px;
}
.product-gallery .f-thumbs__slide {
  border: 1px solid #D7DBDF;
  overflow: hidden;
  border-radius: 8px;
}

.product-search__results {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product-search__item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #D7DBDF;
  padding-bottom: 24px;
}
.product-search__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.product-search__title {
  font-size: 24px;
  font-weight: 600;
}

.mall-product__current-price {
  margin-bottom: 24px;
}

.mall-product__add-to-cart {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.mall-product__add-to-cart .mall-product__property-stock {
  margin-top: 0;
  margin-bottom: 0;
}

.review {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border-radius: 16px;
  background-color: #FBFBFB;
}
.review__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review__description {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.review__author {
  font-size: 14px;
  margin-bottom: 0;
  color: #6F7273;
}

.reviews__nav {
  display: flex;
  gap: 20px;
  font-size: 32px;
  margin-top: 20px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-gap: 30px;
  width: 100%;
}
.reviews-grid__img {
  position: relative;
}
.reviews-grid__img img {
  position: absolute;
  bottom: 0;
}

.socials-list {
  display: flex;
  gap: 20px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 60px;
}
.breadcrumb a {
  font-weight: 500;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #6F7273;
}

.pager {
  margin-top: 32px;
}
.pager .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
}
.pager .page-item {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.pager .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pager .page-item.active {
  color: #FFFFFF;
  background-image: url("../img/elements/triangle.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.pager .page-item--prev, .pager .page-item--next, .pager .page-item--divide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}
.pager.mall-pagination a, .pager.mall-pagination span {
  min-width: 40px;
  min-height: 40px;
}
.pager.mall-pagination .active > a, .pager.mall-pagination .active > span {
  color: unset;
  background-color: unset;
  border-color: unset;
}

.search {
  position: relative;
}
.search:hover {
  cursor: pointer;
}

.search-box {
  position: absolute;
  right: calc(100% - 30px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: 2;
}
.search-box:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #477665;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box.showInput {
  top: 35px;
  opacity: 1;
  pointer-events: auto;
  background: #477665;
}
.search-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 290px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.signup {
  background-color: #FBFBFB;
  border-radius: 16px;
  padding: 80px;
}
.signup__signin, .signup__signup {
  display: none;
  margin-top: 60px;
}
.signup__signin form {
  max-width: 300px;
  margin: auto;
}
.signup__signup form {
  max-width: 600px;
  margin: auto;
}
.signup__buttons {
  display: flex;
  align-items: center;
}
.signup__tab {
  cursor: pointer;
  width: 50%;
  text-align: center;
  padding: 0 20px 40px;
  color: rgba(28, 29, 32, 0.4);
  border-bottom: 1px solid #D7DBDF;
}
.signup__tab:first-child {
  border-right: 1px solid #D7DBDF;
}
.signup__tab.active {
  color: #0D0E10;
  border-bottom: 3px solid #0D0E10;
}

.main .mall-form-control input, .mall-form-control select, .mall-form-control textarea {
  border-color: #dae4e9;
  background-color: #FFFFFF;
}

.page .mall-wishlists-manager {
  flex-direction: column;
}
.page .mall-wishlists-manager__lists {
  width: 100%;
}
.page .mall-wishlists {
  display: flex;
  z-index: 1;
  margin-bottom: -1px;
}
.page .mall-wishlists-manager__well {
  background-color: unset;
  box-shadow: unset;
}
.page .mall-wishlist-item {
  border: 1px solid transparent;
}
.page .mall-wishlist-item--active, .page .mall-wishlist-item:hover {
  background-color: #fafcfc;
  border: 1px solid #D7DBDF;
  border-bottom-color: #fafcfc;
  border-radius: 16px 16px 0 0;
  margin-bottom: -1px;
  z-index: 1;
}
.page .mall-wishlists-manager__contents {
  border: 1px solid #D7DBDF;
  border-radius: 0 0 16px 16px;
  z-index: 0;
}

.mall-order-details__detail p {
  font-size: 14px;
}

.mall-my-account {
  flex-direction: column;
}
.mall-my-account .mall-my-account__nav {
  width: 100%;
  display: flex;
}
.mall-my-account .mall-my-account__content {
  width: 100%;
  padding-left: 0;
}

.mall-my-account .mall-my-account__content {
  width: 100%;
  border: 1px solid #D7DBDF;
  border-radius: 0 0 16px 16px;
  z-index: 0;
  padding: 2rem;
}

.mall-my-account__nav-item {
  padding: 1rem;
  color: #222b2f;
  cursor: pointer;
  background-color: #fafcfc;
  border: 1px solid #D7DBDF;
  border-bottom-color: #fafcfc;
  border-radius: 16px 16px 0 0;
  margin-bottom: -1px;
  z-index: 1;
}

.slider-products__nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 32px;
  margin-top: 40px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  cursor: pointer;
}

.mobile-nav {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100%;
  background-color: #FBFBFB;
  color: white;
  transition: right 0.3s ease;
  z-index: 20;
  padding: 24px;
}
.mobile-nav__wrapper .header-contacts {
  margin-top: 60px;
}
.mobile-nav__wrapper .header-contacts, .mobile-nav__wrapper .header-nav, .mobile-nav__wrapper .footer-links {
  display: flex;
  align-items: flex-start;
}
.mobile-nav__wrapper .socials__link {
  display: flex;
  color: #FFFFFF;
}
.mobile-nav__footer {
  margin-bottom: 60px;
}
.mobile-nav__footer .copyright {
  opacity: 1;
  visibility: visible;
  color: #FFFFFF;
  gap: 20px;
}
.mobile-nav__footer .socials {
  display: flex;
  gap: 12px;
  font-size: 24px;
  align-items: flex-end;
  justify-content: flex-end;
}
.mobile-nav__footer .copyright-links {
  gap: 4px;
  flex-direction: column;
  align-items: flex-end;
}
.mobile-nav__footer .copyright-text {
  text-align: right;
}

.mobile-nav__opener {
  display: none;
  width: 20px;
  height: 20px;
}

.burger-menu__closer {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__item {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.mobile-menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.mobile-menu-link i {
  transform: rotate(90deg);
}

@media all and (max-width: 980px) {
  .header-contacts {
    display: none;
  }
  .mobile-nav__opener {
    display: flex;
    font-size: 28px;
    justify-content: flex-end;
    margin-left: auto;
  }
  .header-menu {
    flex-direction: column;
  }
  .top-bar .container {
    grid-template-columns: auto 1fr;
    max-width: 100%;
  }
  .header .container, .main .container {
    padding: 0 24px;
    max-width: 1288px;
  }
  .header .header-menu {
    display: none;
  }
  .section--main {
    display: flex;
    flex-direction: column;
  }
  .section--main .section-row {
    align-items: center;
  }
  .main-description {
    max-width: 100%;
  }
  .reviews-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .reviews-grid .reviews-grid__img {
    text-align: center;
  }
  .reviews-grid__img img {
    position: relative;
  }
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .section--about {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .section--about .about {
    padding-left: unset;
  }
  .section--about .about__images {
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .product {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .product-gallery {
    max-width: 100%;
    width: 100%;
  }
  .footer-layout {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 640px) {
  .search-box.showInput {
    top: 160px;
  }
  .search-box {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
  }
  .search-box input {
    width: calc(100% - 8px);
  }
  .section {
    padding: 20px 0;
  }
  .main-description, .section--about .about {
    align-items: center;
  }
  .main-description h1, .section--about .about-title {
    font-size: 32px;
  }
  .reviews-grid .reviews-grid__img img {
    width: 100%;
  }
  .categories-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about__img {
    width: 100%;
  }
  .about__img img {
    width: 100%;
  }
  .header-user-area {
    font-size: 24px;
  }
  .signup {
    padding: 20px;
  }
  .signup .mall-two-fields {
    flex-direction: column;
  }
  .signup .mall-two-fields > :first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .signup .mall-two-fields > :last-child {
    margin-left: 0;
  }
  .signup__tab {
    padding: 0 20px 20px;
  }
  .signup__signin form {
    max-width: 100%;
  }
  .product-list {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
  }
  .product-search__item {
    flex-direction: column;
  }
  .page .mall-cart__empty {
    width: 100%;
    margin: unset;
  }
  .page .mall-quick-checkout {
    flex-direction: column;
    gap: 24px;
  }
  .page .mall-quick-checkout .mall-quick-checkout__content-column {
    padding-right: 0;
  }
  .page .mall-quick-checkout .mall-quick-checkout__cart-column {
    padding-left: 0;
  }
  .page .mall-quick-checkout .mall-cart-summary__info {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 0;
  }
  .page .mall-quick-checkout .mall-cart-summary__info > :not(:last-child) {
    padding-right: 0;
  }
  .page .mall-quick-checkout .mall-cart-summary__info--two-columns > * {
    width: 100%;
  }
  .page .mall-quick-checkout .mall-cart-summary .mall-address__actions {
    font-weight: 600;
  }
  .page .mall-checkout-result {
    width: 100%;
  }
  .page .mall-wishlists {
    flex-direction: column;
  }
  .page .mall-wishlists-manager__actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .page .mall-discount-applier form {
    width: 100%;
  }
  .mall-my-account .mall-two-fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mall-my-account .mall-two-fields > :last-child {
    margin-left: unset;
  }
  .mall-my-account .mall-address-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mall-my-account .mall-address-list__actions {
    display: flex;
    float: unset;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mall-my-account table.mall-table.mall-address-list__table tr {
    display: flex;
    flex-direction: column;
  }
  .mall-my-account .mall-switcher, .mall-my-account .mall-switcher__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mall-my-account .mall-address-list__table-actions a {
    margin-right: 0;
    margin-top: 24px;
    display: block;
  }
  .footer-layout {
    gap: 20px;
  }
  .footer-row {
    gap: 20px;
  }
  .footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=../maps/init.css.map */
