@charset "UTF-8";

/* =====================================================
   1. FONT FACE
   ===================================================== */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arvo";
  src: url("../fonts/Arvo.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =====================================================
   2. ROOT VARIABLES
   ===================================================== */
:root {
  --orange-color: #014b7a;
  --swiper-theme-color: var(--orange-color);
  --swiper-navigation-size: 44px;
  --color-violet: var(--brand);
  --br: 15px;

  /* brend rengleri (logo) */
  --brand: #014b7a;
  --brand-dark: #01365a;
  --brand-deep: #012f4f;
  --brand-light: #a8d8f0;
  --accent-pink: #dd01c7;
}

/* =====================================================
   3. RESET
   ===================================================== */
header, nav, section {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  position: relative;
  font: 16px/1.3 "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, .title-1 {
  font-family: "Arvo", "ProximaNova", sans-serif;
  font-weight: 400;
}

h1, h2 {
  margin: 0 0 .5em;
}

p {
  margin: 0 0 1em;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--brand);
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button, html [type="button"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* =====================================================
   4. SWIPER (6.3.4)
   ===================================================== */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

/* =====================================================
   5. COMMON STYLES
   ===================================================== */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1316px;
  }
}

.flex, .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img {
  display: block;
  max-width: 100%;
  height: 80px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section {
  margin: 35px 0;
}

@media screen and (max-width: 1199px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .show-xl {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin: 25px 0;
  }
}

/* ---------- Titles & text ---------- */
h1, .title-1 {
  margin-top: .5em;
  margin-bottom: .8em;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.04em;
}

h2 {
  margin-bottom: 1.2em;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.016em;
}

.txt-1 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1199px) {
  h1, .title-1 {
    font-size: 42px;
  }
  .txt-1 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  h1, .title-1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  .txt-1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 575px) {
  .txt-1 {
    font-size: 18px;
    line-height: 1.35;
  }
}

@media (max-width: 500px) {
  h1, .title-1 {
    font-size: 21px;
  }
}

/* ---------- Buttons ---------- */
.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-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid var(--brand);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button--bg {
  background: var(--brand);
  color: #fff;
}

.button--bg:hover {
  color: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(1, 75, 122, 0.55);
          box-shadow: 0 2px 9px rgba(1, 75, 122, 0.55);
}

.button--bd {
  color: var(--brand);
}

.button--bd:hover {
  background: var(--brand);
  color: #fff;
}

.button--sm {
  height: 2.2em;
  padding: .67em 1em;
}

.button--lg {
  height: 3.4em;
  padding: .67em 1.8em;
}

@media screen and (max-width: 1199px) {
  .button {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 15px;
  }
}

/* ---------- Socials ---------- */
.socials {
  font-size: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials li {
  margin-left: 1.6em;
}

.socials__link .img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.socials__link:hover .img {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

.socials__vk {
  width: 2.2em;
  height: 2.2em;
}

.socials__youtube {
  width: 2.1em;
  height: 2.1em;
}

.socials .button--bd {
  font-size: 16px;
  text-decoration: underline;
}

.socials__item--vk {
  position: relative;
}

.socials__item--vk .socials__link,
.socials__item--vk .footer__link {
  cursor: pointer;
}

.socials__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  padding: 12px 8px 8px;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  transition-delay: 0.25s;
}

.socials__dropdown::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: -1;
}

.socials__dropdown a {
  display: block;
  position: relative;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
}

.socials__dropdown a:hover {
  background: #f5f6f8;
  color: var(--brand);
}

.socials__dropdown--up {
  top: auto;
  bottom: 100%;
  padding: 8px 8px 12px;
}

.socials__dropdown--up::before {
  top: 0;
  bottom: 12px;
}

.socials__item--vk:hover .socials__dropdown,
.socials__item--vk:focus-within .socials__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

@media (max-width: 768px) {
  .socials .button--bd {
    font-size: 20px;
  }
  .menu .socials {
    gap: 20px 0px;
  }
}

/* ---------- Forms ---------- */
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* =====================================================
   6. HEADER
   ===================================================== */
.header {
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #efeff0;
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .15s linear;
}

header.header {
  padding-top: 0;
}

.header__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo {
  margin-right: 3.4%;
}

.header__block {
  margin-right: 3.8%;
  padding-top: 6px;
  margin-left: auto;
}

.header__block .location {
  margin-bottom: 3px;
}

.header .socials {
  margin-left: 0;
  font-size: 11px;
  overflow: visible;
}

.header .socials li {
  margin-left: 0.45em;
}

.header .socials li:first-child {
  margin-left: 0;
}

.header .socials li:last-child {
  margin-left: 1.4em;
}

.header .socials__youtube,
.header .socials__vk {
  width: 2.2em;
  height: 2.2em;
}

.header .header-btn {
  font-size: 15px;
  height: 2.5em;
  padding: .6em 1.3em;
}

.header .header-btn.button--bg,
.front__hero--btns .button--bg {
  background: #dd01c7;
  border-color: #dd01c7;
}

.header .header-btn.button--bg:hover,
.front__hero--btns .button--bg:hover {
  background: #dd01c7;
  border-color: #dd01c7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__address {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
}

.header__address:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 0.6em;
  background: url(../img/location.svg) center center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.header__top {
  min-height: 49px;
  background: #f7f7f7;
}

.header__top .container > .flex {
  width: 100%;
  align-items: center;
}

.header__top-right {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.header__email {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand);
  text-decoration: underline;
  white-space: nowrap;
}

.header__email:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 0.6em;
  background: url(../img/ic-email.svg) center center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.header__email:hover {
  color: var(--brand-dark);
}

.header__top .location {
  margin-right: 105px;
}

.header__top .tel-link {
  margin-right: 24px;
}

.header__low {
  padding-top: 10px;
}

.header__low .logo {
  margin-right: 55px;
}

@media screen and (max-width: 1300px) {
  .header .logo {
    margin-right: 2%;
  }
  .header__block {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1199px) {
  .header .logo {
    margin-right: auto;
  }
  .header__block {
    margin-right: 0;
    padding-top: 0;
    text-align: right;
  }
  .header .tel-link {
    position: relative;
    top: .1em;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .header__low .header__block,
  .header__low .location,
  .header__low .tel-link,
  .header__low .socials-w-t {
    display: none;
  }
  .header__low .button {
    margin-left: 35px;
  }
  .f-menu__btn {
    top: 40px;
  }
}

@media (max-width: 1199px) {
  .header__top {
    display: none;
  }
  .header__low .tel-link {
    display: block;
  }
  .header__low .socials-w-t {
    display: flex;
    margin-left: auto;
  }
  .header__low .button {
    margin-top: 35px;
  }
  .header__low .location .button {
    margin-top: 0;
  }
  .f-menu__btn {
    top: -3px;
  }
}

@media (max-width: 767px) {
  .header__low .logo {
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  .header__low .logo {
    margin-right: 20px;
  }
  .header__low .header__block {
    margin-left: auto;
  }
  .header__low .socials-w-t {
    display: none;
  }
}

/* ---------- Logo ---------- */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: none;
  text-decoration: none;
}

.logo .img {
  height: 72px;
  width: auto;
  object-fit: contain;
}

@media screen and (max-width: 575px) {
  .logo {
    gap: 6px;
  }

  .logo .img {
    height: 48px;
  }
}

@media screen and (max-width: 375px) {
  .logo .img {
    height: 42px;
  }
}

/* ---------- Woocommerce links ---------- */
.woocommerce-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  margin-left: auto;
}

.woocommerce-links a {
  display: block;
  height: 21px;
  width: 21px;
  margin-left: 30px;
}

.woocommerce-links__account {
  background: url(../img/user.svg) center center no-repeat;
  background-size: contain;
}

/* ---------- Location ---------- */
.location {
  font-size: 13px;
  display: flex;
}

.location:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 1em;
  background: url(../img/location.svg) center center no-repeat;
  background-size: contain;
}

.location_mobile:before {
  content: none;
}

.location_mobile .location__toggle {
  border: none;
  position: relative;
  font-size: 13px;
  color: #888;
  top: 5px;
}

.location_mobile .location__toggle:before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 1em;
  background: url(../img/location.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -40px;
  top: 5px;
}

.location_mobile .location__hidden {
  left: -17px;
  top: 50px;
  transform: translate(-50%);
}

.location_mobile .location__hidden:before {
  left: calc(50% - 8px);
}

.location_mobile .button {
  margin-top: 0;
}

.menu .location:before {
  height: 23px;
  width: 23px;
}

.location__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.location__toggle {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px dashed currentColor;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.location__toggle:hover {
  border-color: transparent;
}

.location__hidden {
  display: none;
  padding: 13px 15px;
  position: absolute;
  left: -30px;
  top: 100%;
  margin-top: 10px;
  white-space: nowrap;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.location__hidden::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 30px;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  top: -5px;
  z-index: 0;
}

.location__link {
  display: block;
  padding: 3px 0;
  color: #000;
}

.location__link:hover {
  color: var(--brand);
}

.location-dialog a.location-dialog__select {
  border: none;
  color: var(--orange-color);
}

.location-dialog__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

span.location-dialog__close {
  font-size: 30px;
  color: #000;
  cursor: pointer;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .location__link {
    padding: 0.6em 0;
  }
}

/* ---------- Tel link ---------- */
.tel-link {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1199px) {
  .tel-link {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .tel-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 370px) {
  .tel-link {
    font-size: 16px;
  }
}

/* ---------- Menu ---------- */
.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-weight: 600;
  font-size: 15px;
}

.menu__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list > li {
  position: relative;
  padding-right: 14px;
  margin-right: 2.8%;
}

.menu__list > li:last-child {
  margin-right: 0;
}

.menu__list a {
  display: block;
}

.menu__list a:hover {
  color: var(--brand);
}

.menu .no-active > a {
  pointer-events: none;
}

header .menu .menu-item {
  position: relative;
}

header .menu .menu-item .submenu > .menu-item .submenu {
  right: -136%;
  left: auto;
  top: -10px;
  display: none;
}

header .menu .menu-item .submenu > .menu-item:hover .submenu {
  display: block;
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 21px;
  margin-right: 5%;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .35s linear;
  transition: -webkit-transform .35s linear;
  -o-transition: transform .35s linear;
  transition: transform .35s linear;
  transition: transform .35s linear, -webkit-transform .35s linear;
  will-change: transform;
}

.menu-ic {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  border-radius: var(--br);
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before, .menu-ic::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: var(--br);
  background-color: #000;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before {
  top: -9px;
}

.menu-ic::after {
  top: 9px;
}

.menu-arrow {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -4px;
  top: .2em;
  background: url("../img/ic-arrow.svg") no-repeat 50% 50%/0.26em 0.5em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (min-width: 1200px) {
  .menu__list > li:hover .menu-arrow {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .menu__list > li:hover .submenu {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .menu__list > li {
    margin-right: 2.1%;
  }
}

@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
  .menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 500px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5em;
    padding-bottom: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
    font-size: 22px;
    will-change: transform;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .menu__list {
    display: block;
  }
  .menu__list > li {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .menu__list > li > a {
    padding: .5em 0;
  }
  .menu-arrow {
    font-size: 28px;
    right: 15px;
    top: .3em;
  }
  .menu .header-btn {
    margin: 1em 0 1em 16px;
  }
  .menu .socials {
    font-size: .8em;
    margin-top: 20px;
    padding-left: 16px;
  }
  .menu .socials li {
    margin: 0 2em 0 0;
  }
}

@media screen and (max-width: 575px) {
  .menu-toggle {
    width: 28px;
  }
  .menu {
    font-size: 18px;
  }
}

/* ---------- Submenu ---------- */
.submenu {
  display: none;
  padding: 13px 15px;
  background: #fff;
}

.submenu li:not(:last-child) {
  margin-bottom: .5em;
}

@media screen and (min-width: 1200px) {
  .submenu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .submenu::before {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .submenu a {
    padding: 0.25em 0;
  }
}

/* ---------- Flag menu ---------- */
.f-menu {
  width: 100%;
  max-width: 420px;
  position: fixed;
  z-index: 11;
  top: 30px;
  right: 0;
  will-change: transform;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.f-menu__btn {
  position: absolute;
  right: 100%;
  top: 8px;
  font-size: 10px;
  width: 2.9em;
  height: 3.1em;
  background: url("../img/ic-flag.png") no-repeat 100% 50%/100%;
  cursor: pointer;
  transition: all .15s linear;
  display: none;
}

.f-menu__hidden {
  padding: 34px 50px 26px;
  background: #fff;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.f-menu__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-menu__list li {
  width: 80px;
}

.f-menu__link {
  display: block;
}

.f-menu__link:hover {
  color: var(--brand);
}

.f-menu__ic {
  font-size: 10px;
  width: 5.7em;
  height: 5.5em;
  margin-bottom: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-menu__ic .img {
  max-height: 90%;
}

.f-menu__txt {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .f-menu__btn {
    top: 4px;
  }
}

@media screen and (max-width: 575px) {
  .f-menu {
    max-width: calc(100% - 15px);
  }
  .f-menu__btn {
    top: 0;
  }
  .f-menu__hidden {
    padding-left: 30px;
    padding-right: 30px;
  }
  .f-menu__ic {
    font-size: 8px;
  }
  .f-menu__txt {
    font-size: 14px;
  }
}

/* =====================================================
   7. HERO
   ===================================================== */
.hero-screen {
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-screen__ticker {
  flex-shrink: 0;
  width: 100%;
}

.hero-screen .hero__main {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  min-height: unset;
  display: flex;
  flex-direction: column;
}

.hero__main {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F7F7F7;
  overflow: hidden;
}

.hero__main--slider {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

.hero__main--slider .swiper-slide {
  height: 100%;
}

.hero__main--slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__main--content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 60px;
  pointer-events: none;
}

.hero-screen .hero__main--content {
  flex: 1;
  min-height: 0;
  height: auto;
  padding: 100px 0 32px;
}

.hero-screen .hero__main--content .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero__main--content a,
.hero__main--content button {
  pointer-events: auto;
}

.hero__main--box {
  width: 49%;
  pointer-events: auto;
}

.hero__text-slides {
  position: relative;
  min-height: 260px;
  margin-bottom: 36px;
}

.hero__text-slide {
  display: none;
}

.hero__text-slide.is-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: heroTextFade 0.45s ease;
}

@keyframes heroTextFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__main .title-1 {
  font-family: "ProximaNova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1.92px;
  color: #000000;
  margin: 0px 0px 16px;
}

.hero__main p {
  font-family: "ProximaNova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}

.hero__pagination {
  display: none;
}

.hero__pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}

.hero__pagination .swiper-pagination-bullet-active {
  background: var(--brand);
}

.hero__nav {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}

.hero__nav--btn {
  background: #FFFFFF;
  min-height: 60px;
  min-width: 60px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.hero__nav--btn svg {
  fill: black;
}

.hero__nav--btn.swiper-button-disabled {
  opacity: .5;
}

.front__hero--btns .button--bg:hover,
.front__hero--btns .button--bd:hover {
  box-shadow: none;
}

.front__hero--btns .button--bg:hover {
  background: #dd01c7;
  border-color: #dd01c7;
  color: #fff;
}

.front__hero--btns .button--bd:hover {
  background: transparent;
  color: var(--brand);
  border-color: var(--brand);
}

@media (max-width: 1440px) {
  .hero__main p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 768px) {
  .hero-screen .hero__main {
    min-height: 0;
    height: auto;
  }

  .hero__main {
    min-height: 100vh;
    height: 100vh;
  }

  .hero__main--content {
    min-height: 100vh;
    align-items: flex-end;
    padding: 100px 0 40px;
  }

  .hero-screen .hero__main--content {
    flex: 1;
    min-height: 0;
    height: auto;
    align-items: flex-end;
    padding: 100px 0 24px;
  }

  .hero-screen .hero__main--content .container {
    align-items: flex-end;
  }

  .hero__main--slider {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .hero__main--box {
    width: 100%;
    padding: 30px 0 60px;
  }

  .hero__main .title-1 {
    font-size: 32px;
    line-height: 120%;
  }

  .hero__pagination {
    position: absolute;
    z-index: 11111;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .hero__nav {
    display: none;
  }
}

@media (max-width: 450px) {
  .hero__main--box {
    padding: 20px 0 30px;
  }

  .hero__main .title-1 {
    font-size: 24px;
  }

  .front__hero--btns {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   8. STEPS
   ===================================================== */
.steps {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 0;
  overflow: visible;
  counter-reset: li;
}

.steps__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 56px !important;
}

.step {
  padding: 126px 40px 40px 40px;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: var(--br);
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.step:before {
  counter-increment: li;
  content: counter(li)".";
  font-size: 60px;
  position: absolute;
  font-family: "Arvo", "ProximaNova", sans-serif;
  color: var(--brand);
  left: 40px;
  top: 20px;
  font-weight: bold;
}

.swiper-slide:not(:last-child) .step:after {
  content: '';
  display: block;
  position: absolute;
  right: 65px;
  top: 42px;
  width: 38px;
  height: 31px;
  background: url(../img/arrow-right.svg) center center no-repeat;
  background-size: contain;
  opacity: 0.1;
  transform: rotate(180deg);
}

.step a,
.section.steps a {
  color: var(--brand);
}

.steps-swiper {
  overflow: visible;
}

.steps-swiper.swiper-container {
  overflow: visible;
}

.steps-swiper .swiper-wrapper {
  align-items: stretch;
  height: auto !important;
}

.steps-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.steps-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 1em;
  width: 100%;
}

@media (max-width: 575px) {
  .steps {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .step {
    padding: 110px 30px 30px;
  }
  .steps-swiper {
    max-width: 60%;
    margin-left: 0;
  }
  .steps-swiper .swiper-pagination {
    width: calc(100vw - 2em);
  }
  .swiper-slide:not(:last-child) .step:after {
    right: 30px;
  }
}

/* =====================================================
   9. SINCE SCREEN (Next.js module)
   ===================================================== */
.sinceScreen_screen__zCYA3 {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: 56px 48px !important;
  margin: 60px auto;
  border-radius: var(--br);
  background-color: var(--brand);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.sinceScreen_screen__zCYA3::before,
.sinceScreen_screen__zCYA3::after {
  content: "";
  position: absolute;
  width: clamp(220px, 32vw, 405px);
  height: clamp(135px, 20vw, 250px);
  background: url(../img/price_screen_shape2.301830ca.svg) no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.sinceScreen_screen__zCYA3::before {
  left: -48px;
  bottom: -36px;
}

.sinceScreen_screen__zCYA3::after {
  right: -48px;
  top: -36px;
  transform: scale(-1, -1);
}

.sinceScreen_screen__zCYA3 > div {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.sinceScreen_screen_header__Aj9JV {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin: 0;
}

.sinceScreen_screen_title__fcvee {
  font-family: "Arvo", "ProximaNova", sans-serif;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  max-width: 560px;
  color: #fff;
}

.sinceScreen_screen_title__fcvee span {
  font-family: inherit;
  color: #fff;
}

.sinceScreen_screen_subtitle__VjGbZ {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
  max-width: 578px;
}

.sinceScreen_screen_content__HDc55 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  box-sizing: border-box;
  overflow: visible;
}

.sinceScreen_screen_content_item__F0GHQ {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--br);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
}

.sinceScreen_screen_content_item_title__mZ0GS {
  font-family: "ProximaNova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sinceScreen_screen_content_item_text__gnpEw {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  .sinceScreen_screen_content_item__F0GHQ {
    padding: 20px;
  }
}

@media (max-width: 900px) {
  .sinceScreen_screen_header__Aj9JV {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .sinceScreen_screen_subtitle__VjGbZ {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .sinceScreen_screen_content__HDc55 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .sinceScreen_screen__zCYA3 {
    padding: 32px 24px !important;
  }

  .sinceScreen_screen__zCYA3::before {
    left: -64px;
    bottom: -48px;
    width: 200px;
    height: 124px;
  }

  .sinceScreen_screen__zCYA3::after {
    right: -64px;
    top: -48px;
    width: 200px;
    height: 124px;
  }

  .sinceScreen_screen__zCYA3 > div {
    gap: 32px;
  }
  .sinceScreen_screen_title__fcvee {
    font-size: 25px;
    line-height: 27px;
  }
  .sinceScreen_screen_subtitle__VjGbZ {
    font-size: 14px;
    line-height: 16px;
  }
  .sinceScreen_screen_content_item_title__mZ0GS {
    font-size: 16px;
    line-height: 18px;
  }
  .sinceScreen_screen_content_item_text__gnpEw {
    font-size: 14px;
    line-height: 16px;
  }
}

/* ⚠️ DİQQƏT: aşağıdakı 2 qayda orijinal faylın ən sonunda idi və
   bütün body/font ayarlarını əzir. Kaskad pozulmasın deyə yerində saxladım,
   amma bu real bir bug-dır — bax izaha. */
body, html {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

*, body, html {
  font-family: "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.categories {
    padding: 80px 0;
}



.categories__title {
    margin: 0 0 40px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #111;
}

.categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px 28px 28px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.category-card:hover {
            box-shadow: 0 2px 40px 2px rgba(92, 92, 92, .2);
}

.category-card__title {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #111;
}

.category-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-card__item {
    margin-bottom: 10px;
}

.category-card__item:last-child {
    margin-bottom: 0;
}

.category-card__link {
    font-size: 18px;
    line-height: 1.35;
    color: rgba(1, 75, 122, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

.category-card__link:hover {
    color: #dd01c7;
}

.category-card__btn {
    flex: 0 0 auto;
    align-self: flex-start;
    margin-top: 20px;
}

.category-card__image {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 20px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
}

.category-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-catalog {
    padding: 20px 0 80px;
}

.service-catalog__group {
    scroll-margin-top: 140px;
}

.service-catalog__group + .service-catalog__group {
    margin-top: 64px;
}

.service-catalog__title {
    margin: 0 0 28px;
    font-family: "Arvo", "ProximaNova", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

.service-catalog__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.service-tile {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-tile:hover {
    box-shadow: 0 2px 40px 2px rgba(92, 92, 92, 0.2);
}

.service-tile__photo {
    aspect-ratio: 1 / 1;
    background: #e8e8e8;
    overflow: hidden;
}

.service-tile__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-tile__title {
    padding: 16px 16px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

@media (max-width: 1024px) {
    .service-catalog__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-catalog__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .service-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .service-catalog__group + .service-catalog__group {
        margin-top: 40px;
    }

    .service-catalog__title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .service-tile__title {
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 1024px) {
    .categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories__title {
        font-size: 38px;
    }

    .category-card {
        padding: 28px 24px 24px;
    }

    .category-card__title {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .category-card__image {
        margin-top: 16px;
    }

    .category-card__btn {
        margin-top: 16px;
    }
}

@media (max-width: 640px) {
    .categories {
        padding: 48px 0;
    }

    .categories__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .categories__title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .category-card {
        padding: 24px 20px 20px;
        border-radius: 6px;
    }

    .category-card__title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .category-card__link {
        font-size: 16px;
    }

    .category-card__image {
        margin-top: 14px;
    }

    .category-card__btn {
        margin-top: 14px;
    }
}
.ticker {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 4px 0;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;

    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
}

.ticker__track {
    display: flex;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}

.ticker__group {
    display: flex;
    flex-shrink: 0;
}

.ticker__item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 4px 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #111;
    white-space: nowrap;
    border-right: 1px solid #ececec;
}

.ticker:hover .ticker__track {
    animation-play-state: paused;
}

@keyframes ticker-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 768px) {
    .ticker {
        padding: 16px 0;
    }

    .ticker__item {
        padding: 10px 24px;
        font-size: 16px;
    }

    .ticker__track {
        animation-duration: 20s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticker__track {
        animation: none;
    }
}

/* =====================================================
   CHAT FAB
   ===================================================== */
.chat-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.chat-fab__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
}

.chat-fab.is-open .chat-fab__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.chat-fab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.chat-fab__link:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.chat-fab__link img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.chat-fab__toggle {
  position: relative;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-fab__btn {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-pink);
  box-shadow: 0 8px 24px rgba(221, 1, 199, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-fab__btn img {
  display: block;
  width: 28px;
  height: 28px;
}

.chat-fab__toggle:hover .chat-fab__btn,
.chat-fab.is-open .chat-fab__btn {
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(221, 1, 199, 0.45);
}

.chat-fab.is-open .chat-fab__ring {
  animation: none;
  opacity: 0;
}

.chat-fab__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--accent-pink);
  opacity: 0;
  animation: chat-fab-pulse 2s ease-out infinite;
  pointer-events: none;
}

.chat-fab__ring--delay {
  animation-delay: 1s;
}

@keyframes chat-fab-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .chat-fab {
    right: 16px;
    bottom: 16px;
  }

  .chat-fab__toggle {
    width: 56px;
    height: 56px;
  }

  .chat-fab__btn {
    width: 56px;
    height: 56px;
  }

  .chat-fab__btn img {
    width: 24px;
    height: 24px;
  }

  .chat-fab__link img {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-fab__ring {
    animation: none;
    opacity: 0.35;
    transform: scale(1.15);
  }
}

.faq {
    padding: 80px 0;
    background: #fff;
}

.faq__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.faq__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 48px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111;
}

.faq__label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
}

.faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.faq__grid.page{
  grid-template-columns: 1fr;
}
.faq__media {
    position: sticky;
    top: 40px;
    overflow: hidden;
    border-radius: var(--br);
    background: #f2f2f2;
}

.faq__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq__title {
    margin: 0 0 56px;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #111;
}

.faq__list {
    border-top: 1px dashed #cfcfcf;
}

.faq-item {
    border-bottom: 1px dashed #cfcfcf;
}

.faq-item__head {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 24px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.faq-item__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: 1px solid #111;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.faq-item__question {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111;
    transition: opacity 0.2s ease;
}

.faq-item__head:hover .faq-item__question {
    opacity: 0.55;
}

.faq-item__icon {
    position: relative;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    transition: transform 0.35s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #111;
    transform: translate(-50%, -50%);
}

.faq-item__icon::before {
    width: 22px;
    height: 1.5px;
}

.faq-item__icon::after {
    width: 1.5px;
    height: 22px;
}

.faq-item--active .faq-item__icon {
    transform: rotate(45deg);
}

.faq-item__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.faq-item--active .faq-item__body {
    grid-template-rows: 1fr;
}

.faq-item__body-inner {
    overflow: hidden;
}

.faq-item__text {
    margin: 0;
    padding: 0 0 28px;
    font-size: 19px;
    line-height: 1.5;
    color: #111;
}

@media (max-width: 1024px) {
    .faq__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq__media {
        position: static;
        aspect-ratio: 4 / 3;
    }

    .faq__title {
        font-size: 38px;
        margin-bottom: 36px;
    }
}

@media (max-width: 640px) {
    .faq {
        padding: 48px 0;
    }

    .faq__container {
        padding: 0 20px;
    }

    .faq__title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .faq-item__head {
        gap: 14px;
        padding: 18px 0;
    }

    .faq-item__num {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .faq-item__question {
        font-size: 14px;
    }

    .faq-item__icon {
        width: 18px;
        height: 18px;
    }

    .faq-item__icon::before {
        width: 18px;
    }

    .faq-item__icon::after {
        height: 18px;
    }

    .faq-item__text {
        font-size: 16px;
        padding-bottom: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-item__body,
    .faq-item__icon {
        transition: none;
    }
}
.partners {
    padding: 60px 0;
    background: #ebebeb;
}

.partners__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.partners__title {
    position: relative;
    margin: 0 0 90px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #111;
}



.partners__title::before {
    left: 0;
}

.partners__title::after {
    right: 0;
}

.partners__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 30px;
    background: #fff;
    border-radius: var(--br);
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.partner img {
    display: block;
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .partners__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .partners {
        padding: 56px 0 64px;
    }

    .partners__title {
        margin-bottom: 48px;
        font-size: 28px;
    }

    .partners__title::before,
    .partners__title::after {
        font-size: 24px;
    }

    .partners__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .partner {
        min-height: 120px;
        padding: 0px;
    }

    .partner img {
        max-height: 56px;
    }
}

@media (max-width: 400px) {
    .partners__title::before,
    .partners__title::after {
        display: none;
    }
}
.products {
    padding: 80px 0;
    background: #fff;
}

.products__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.products__title {
    margin: 0 0 40px;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #1c1c1c;
}

.products__slider {
    overflow: hidden;
}

.products__slider .swiper-wrapper {
    transition-timing-function: linear;
}

.products__slider .swiper-slide {
    height: auto;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
    padding: 40px;
    background: #f5f6f8;
    border-radius: var(--br);
    text-decoration: none;
    transition: background 0.3s ease;
}

.product-card:hover {
    background: #eef0f3;
}

.product-card__title {
    margin: 0 0 auto;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #1c1c1c;
}

.product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding-bottom: 10px;
}

.product-card__image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 270px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.product-card:hover .product-card__image img {
    transform: translateY(-6px);
}

.product-card--work {
    min-height: 360px;
    padding: 24px;
    background: #f5f6f8;
    border-radius: 6px;
}

.product-card--work .product-card__image {
    margin-top: 0;
    padding-bottom: 0;
    height: 100%;
    min-height: 300px;
}

.product-card--work .product-card__image img {
    width: 100%;
    max-width: 100%;
    max-height: 320px;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .products {
        padding: 48px 0;
    }

    .products__container {
        padding: 0 20px;
    }

    .products__title {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .product-card {
        min-height: 380px;
        padding: 28px 24px;
        border-radius: var(--br);
    }

    .product-card__title {
        font-size: 22px;
    }

    .product-card--work {
        min-height: 280px;
        padding: 16px;
    }

    .product-card--work .product-card__image {
        min-height: 220px;
    }

    .product-card--work .product-card__image img {
        max-height: 220px;
    }
}
.footer {
    padding: 36px 0 28px;
    background: #fff;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: clamp(260px, 38vw, 480px);
    height: clamp(160px, 24vw, 300px);
    background: url(../img/prefooter_shape.svg) no-repeat right center / contain;
    transform: scale(-1, -1);
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
}

.footer__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.footer__top,
.footer__bottom,
.footer__container > * {
    position: relative;
    z-index: 1;
}

/* ===== TOP ===== */

.footer__top {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) minmax(240px, 1.2fr);
    gap: 32px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px dashed #c4c4c4;
}

.footer__brand {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding-right: 0;
}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    text-decoration: none;
}

.footer__logo img {
    display: block;
    height: 64px;
    width: auto;
    object-fit: contain;
}

.footer__logo-divider {
    display: block;
    flex-shrink: 0;
    width: 0.06em;
    height: 0.8em;
    background: currentColor;
}

.footer__nav,
.footer__contacts {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-left: 28px;
    border-left: 1px dashed #c4c4c4;
}

.footer__nav-list,
.footer__contacts-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__nav-item,
.footer__contacts-item {
    margin-bottom: 10px;
}

.footer__nav-item:last-child,
.footer__contacts-item:last-child {
    margin-bottom: 0;
}

.footer__link {
    display: inline-block;
    max-width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer__link:hover {
    opacity: 0.5;
}

.footer__link--mail {
    overflow-wrap: anywhere;
}

.footer__up {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer__up:hover {
    opacity: 0.5;
}

.footer__up-arrow {
    display: inline-block;
    transition: transform 0.25s ease;
}

.footer__up:hover .footer__up-arrow {
    transform: translateY(-3px);
}

/* ===== BOTTOM ===== */

.footer__bottom {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) minmax(240px, 1.2fr);
    gap: 32px;
    align-items: start;
    padding-top: 24px;
}

.footer__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding-right: 0;
}

.footer__meta-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__meta-item {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #9a9a9a;
}

.footer__meta-item:last-child {
    margin-bottom: 0;
}

.footer__care {
    padding-left: 0;
    border-left: none;
}

.footer__care-text {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #9a9a9a;
}

.footer__copyright {
    margin: 0;
    min-width: 0;
    padding: 0 28px;
    border-left: 1px dashed #c4c4c4;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left;
    color: #9a9a9a;
}

.footer__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding-left: 28px;
    border-left: 1px dashed #c4c4c4;
}

.footer__legal-link {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer__legal-link:hover {
    opacity: 0.5;
}

/* ===== MEDIA ===== */

@media (max-width: 1200px) {
    .footer__top,
    .footer__bottom {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        row-gap: 24px;
    }

    .footer__brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .footer__logo img {
        height: 56px;
    }

    .footer__nav {
        padding-left: 0;
        border-left: none;
    }

    .footer__up {
        margin-top: 12px;
    }

    .footer__meta {
        grid-column: 1 / -1;
        padding-right: 0;
    }

    .footer__copyright,
    .footer__legal {
        padding-left: 0;
        border-left: none;
    }
}

@media (max-width: 640px) {
    .footer {
        padding: 28px 0 24px;
    }

    .footer__container {
        padding: 0 16px;
    }

    .footer::before {
        width: 200px;
        height: 124px;
        opacity: 0.24;
    }

    .footer__top,
    .footer__bottom {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 20px;
    }

    .footer__top {
        padding-bottom: 20px;
    }

    .footer__logo {
        gap: 10px;
    }

    .footer__logo img {
        height: 56px;
    }

    .footer__contacts {
        padding-left: 0;
        border-left: none;
    }

    .footer__up {
        margin-top: 24px;
    }

    .footer__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer__care {
        padding-left: 0;
        border-left: none;
    }

    .footer__copyright {
        text-align: left;
    }
}
.prefooter {
    padding: 60px 0;
    background: #f2f3f5;
}

.prefooter__container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 24px;
}

.prefooter__card {
    position: relative;
    isolation: isolate;
    padding: 64px 72px 56px;
    background: #fff;
    border-radius: var(--br);
    border: 1px dashed #c4c4c4;
    box-shadow: none;
    overflow: hidden;
}

.prefooter__card::before {
    content: "";
    position: absolute;
    left: -88px;
    bottom: -40px;
    width: clamp(260px, 38vw, 480px);
    height: clamp(160px, 24vw, 300px);
    background: url(../img/prefooter_shape.svg) no-repeat center / contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.22;
}

.prefooter__top,
.prefooter__bottom {
    position: relative;
    z-index: 1;
}

/* ===== TOP ===== */

.prefooter__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #c4c4c4;
}

.prefooter__title {
    max-width: 620px;
    margin: 0 0 56px;
    font-size: clamp(28px, 3.2vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #1c1c1c;
}

.prefooter__title em {
    font-style: italic;
}

.prefooter__subtitle {
    max-width: 620px;
    margin: 0;
    font-family: "Arvo", "ProximaNova", serif;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--brand);
}

.prefooter__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 28px;
    border-left: 1px dashed #c4c4c4;
}

.prefooter__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.prefooter__form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.prefooter__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prefooter__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #6b7280;
}

.prefooter__input {
    width: 100%;
    padding: 14px 16px;
    border: 1px dashed #c4c4c4;
    border-radius: 6px;
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    color: #1c1c1c;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.prefooter__input::placeholder {
    color: #9ca3af;
}

.prefooter__input:focus {
    outline: none;
    border-color: var(--brand);
}

.prefooter__textarea {
    min-height: 120px;
    resize: vertical;
}

.prefooter__submit {
    align-self: flex-start;
    min-width: 220px;
}

.prefooter__policy {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #9ca3af;
}

.prefooter__policy a {
    color: var(--brand);
    text-decoration: underline;
}

.prefooter__policy a:hover {
    color: var(--accent-pink);
}

/* ===== BOTTOM ===== */

.prefooter__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding-top: 28px;
}

.prefooter__messengers {
    display: flex;
    align-items: center;
    gap: 28px;
}

.prefooter__messengers-text {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    color: #1c1c1c;
}

.prefooter__messengers-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.prefooter__messenger {
    display: block;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
}

.prefooter__messenger.socials__item--vk {
    position: relative;
}

.prefooter__messenger-icon {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.prefooter__messenger img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prefooter__note {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    text-align: right;
}

.prefooter__note-text {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    color: #1c1c1c;
}

.prefooter__note-underline {
    display: block;
    width: 130px;
    height: auto;
}

/* ===== MEDIA ===== */

@media (max-width: 1024px) {
    .prefooter__card {
        padding: 44px 36px 40px;
        border-radius: var(--br);
    }

    .prefooter__top {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding-bottom: 24px;
    }

    .prefooter__form {
        padding-left: 0;
        border-left: none;
    }

    .prefooter__title {
        margin-bottom: 24px;
    }

    .prefooter__form-grid,
    .prefooter__form-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .prefooter__submit {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .prefooter {
        padding: 32px 0;
    }

    .prefooter__container {
        padding: 0 16px;
    }

    .prefooter__card {
        padding: 32px 20px 28px;
        border-radius: var(--br);
    }

    .prefooter__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding-top: 32px;
    }

    .prefooter__messengers {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .prefooter__messengers-text,
    .prefooter__note-text {
        font-size: 17px;
    }

    .prefooter__messenger {
        width: 46px;
        height: 46px;
    }

    .prefooter__note {
        align-items: flex-start;
        text-align: left;
    }
}
:root {
  --orange-color: #014b7a; 
  --swiper-theme-color: var(--orange-color);
}

/*
.tabs_history .tabs-slider-wrap{
	overflow: hidden;
}*/




/*--------------  Заказать футболку со своим принтом от 1 штуки  --------------*/
/*--------------  Заказать футболку со своим принтом оптом  --------------*/
.swiper-slide{
	height: auto;
}

@media(max-width:768px){
	.more-btn{
		margin-bottom: 0;
	}
}



.section-cloth{
	overflow:hidden;
}

.section-cloth.cloth {
  margin-bottom: 0;
}

.section-cloth + .prefooter {
  padding-top: 60px;
}

@media (max-width: 640px) {
  .section-cloth + .prefooter {
    padding-top: 32px;
  }
}



@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arvo";
  src: url("../fonts/Arvo.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------
	Libs
	------------------------------------- */
/* ----- swiper slider ----- */
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color:#014b7a;
  --color-violet: var(--brand);
}

.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-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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* Auto Height */

/* 3D Effects */

/* CSS Mode */

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
@media(max-width:768px){
	.swiper-pagination-bullet {
	  width: 5px;
	  height: 5px;
	}
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* Progress */

/* Scrollbar */

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* ----- jquery modal ----- */

/* -------------------------------------
	Reset
	------------------------------------- */
section {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  position: relative;
  font: 16px/1.3 "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

h2, .title-2 {
  font-family: "Arvo", "ProximaNova", sans-serif;
  font-weight: 400;
}

h2 {
  margin: 0 0 .5em;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--brand);
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

a, [role="button"] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[role="button"] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* -------------------------------------
	Common styles
	------------------------------------- */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1316px;
  }
}



@media screen and (max-width: 1199px) {
/*   .wholesale-builder .hide-xl {
        display: block!important;;
  } */
}

/* ---------- Titles & text ---------- */

h2, .title-2 {
  margin-bottom: 1.2em;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.016em;
}

@media screen and (max-width: 767px) {
  h2, .title-2 {
    font-size: 30px;
  }
}

.txt-1 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1199px) {
  .txt-1 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .txt-1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 575px) {
  .txt-1 {
    font-size: 18px;
    line-height: 1.35;
  }
}

.txt-2 {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .txt-2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .txt-2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) {
  .txt-2 {
    font-size: 14px;
    line-height: 1.6;
  }
}

.text-center {
  text-align: center;
}

/* ----- Кнопки ----- */
.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-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid var(--brand);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button--bd {
  color: var(--brand);
}

.button--bd:hover {
  background: var(--brand);
  color: #fff;
}

.button--lg {
  height: 3.4em;
  padding: .67em 1.8em;
}

@media screen and (max-width: 1199px) {
  .button {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 15px;
  }
}

.more-btn {
  margin-top: 35px;
  text-align: center;
}

.section {
  margin: 35px 0;
}

@media screen and (max-width: 767px) {
  .section {
    margin: 25px 0;
  }
}

/* Элементы навигации слайдера */
.slider-arrow {
  font-size: 10px;
  width: 6em;
  height: 6em;
  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: 50%;
  margin-top: -3em;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.07);
  outline: none;
  -webkit-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear;
}

.slider-arrow::before {
  content: '';
  display: block;
  width: .9em;
  height: 1.6em;
  position: absolute;
  background: url("../img/ic-arrow.svg") no-repeat 50% 50%/100%;
}

.slider-arrow:hover {
  background: var(--brand);
}

.slider-arrow:hover::before {
  filter: brightness(0) invert(1);
}

.slider-prev {
  left: 0;
  margin-left: -9em;
}

.slider-prev::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

@media screen and (max-width: 1500px) {
  .slider-prev {
    margin-left: -4vw;
  }
}

.slider-next {
  right: 0;
  margin-right: -9em;
}

@media screen and (max-width: 1500px) {
  .slider-next {
    margin-right: -4vw;
  }
}

.slider-dots {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-dots .swiper-pagination-bullet {
  margin: 0 5px;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

@media(max-width:768px){
	.slider-dots .swiper-pagination-bullet {
	  margin: 0 3px;
	}
}

.slider-dots .swiper-pagination-bullet-active {
  background: var(--brand) !important;
}

/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */

/* location start */




/* location end */

/* ----- footer ----- */

.cloth {
  padding: 60px 0;
  background: #f7f7f7;
}


@media screen and (max-width: 767px) {
  .cloth {
    padding: 40px 0;
  }

}

.cloth__slider-wrap {
  position: relative;
}

.cloth__slider-wrap .slider-arrow {
  margin-top: -6em;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .cloth__item {
    text-align: center;
  }
}

.cloth__img {
  margin-bottom: 35px;
  background: #b2b1ac;
	display: block;
	height: 449px;
}

.cloth__img .img {
  /*height: 45.1em;*/
  height: auto;
  border-radius: var(--br);
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .cloth__img .img {
    margin: 0 auto;
    font-size: 9px;
  }
}

@media screen and (max-width: 575px) {
  .cloth__img .img {
    font-size: 8px;
  }

}

.cloth__title {
  font-weight: 700;
  margin-bottom: .5em;
}

.cloth__txt {
  display: none;
}

.cloth-grid > a {
  display: block;
  width: auto !important;
  margin: 0 !important;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------------
	Main page
	------------------------------------- */

/* -------------------------------------
	Silk
	------------------------------------- */

/* -------------------------------------
	Print methods
	------------------------------------- */

/* -------------------------------------
	Wholesale
	------------------------------------- */

/* -------------------------------------
	Single
	------------------------------------- */

/* -------------------------------------
	Textile
	------------------------------------- */

/* -------------------------------------
	Card
	------------------------------------- */

/* -------------------------------------
	Price
	------------------------------------- */

/* -------------------------------------
	Testimonials
	------------------------------------- */

/* -------------------------------------
	Blog
	------------------------------------- */

/* Article */

/* -------------------------------------
	Contacts
	------------------------------------- */

/* -------------------------------------
	Modules
	------------------------------------- */








/* NEW SLIDER STYLE */

.footer__top {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) minmax(240px, 1.2fr);
    gap: 32px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px dashed #c4c4c4;
}

.footer__contacts {
    justify-content: flex-start;
}

.footer__up {
    margin-top: 16px;
    padding-top: 0;
}

/* === .footer__bottom — əsas fix === */

.footer__bottom {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) minmax(240px, 1.2fr);
    gap: 32px;
    align-items: start;
    padding-top: 24px;
}

.footer__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding-right: 0;
}

.footer__meta-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__care {
    display: block;
    padding-left: 0;
    border-left: none;
}

.footer__copyright {
    display: block;
    align-items: flex-start;
    margin: 0;
    min-width: 0;
    padding: 0 28px;
    border-left: 1px dashed #c4c4c4;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left;
    color: #9a9a9a;
}

.footer__legal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    padding-left: 28px;
    border-left: 1px dashed #c4c4c4;
}
.contacts {
    padding: 60px 0;
    background: #ebebeb;
}

.contacts__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 780px;
}

/* ===== SOL BLOK ===== */

.contacts__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 48px 56px;
    background: #fff;
    justify-content: space-between;
    border-radius: var(--br) 0 0 var(--br);
}

.contacts__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 56px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

.contacts__label-dot {
    display: block;
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
}

.contacts__title {
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #111;
}

.contacts__divider {
    height: 0;
    margin-bottom: 48px;
    border-top: 1px dashed #c4c4c4;
}

.contacts__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contacts__phone {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #111;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.contacts__mail {
    margin-bottom: 44px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: opacity 0.2s ease;
}

.contacts__phone:hover,
.contacts__mail:hover {
    opacity: 0.55;
}

.contacts__address {
    margin-bottom: 32px;
}

.contacts__address-item {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.25;
    color: #111;
}

.contacts__address-item:last-child {
    margin-bottom: 0;
}

.contacts__schedule-title,
.contacts__schedule-time {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #111;
}

/* ===== MESSENGER KARTLARI ===== */

.contacts__messengers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-top: 64px;
}

.contacts__messenger {
  max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 180px;
    padding: 22px 26px;
    border: 1px dashed #c4c4c4;
    border-radius: var(--br);
    text-decoration: none;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.contacts__messenger:hover {
    background: #fafafa;
    border-color: #111;
}

.contacts__messenger-arrow {
    align-self: flex-end;
    font-size: 26px;
    line-height: 1;
    color: #111;
    transition: transform 0.25s ease;
}

.contacts__messenger:hover .contacts__messenger-arrow {
    transform: translate(3px, -3px);
}

.contacts__messenger-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

/* ===== MAP ===== */

.map {
    min-width: 0;
    min-height: 100%;
    background: #e4e4e4;
    border-radius: 0 var(--br) var(--br) 0;
    overflow: hidden;
}

.map iframe,
.map > * {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

/* ===== MEDIA ===== */

@media (max-width: 1024px) {
    .contacts__inner {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .contacts__info {
        padding: 36px 32px;
        border-radius: var(--br) var(--br) 0 0;
    }

    .contacts__label {
        margin-bottom: 36px;
    }

    .contacts__messengers {
        padding-top: 44px;
    }

    .contacts__messenger {
        min-height: 150px;
    }

    .map {
        min-height: 460px;
        border-radius: 0 0 var(--br) var(--br);
    }
}

@media (max-width: 640px) {
    .contacts {
        padding: 32px 0;
    }

    .contacts__info {
        padding: 28px 20px;
    }

    .contacts__title {
        margin-bottom: 28px;
    }

    .contacts__divider {
        margin-bottom: 32px;
    }

    .contacts__mail {
        margin-bottom: 32px;
    }

    .contacts__address-item,
    .contacts__schedule-title,
    .contacts__schedule-time {
        font-size: 16px;
    }

    .contacts__messengers {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding-top: 36px;
    }

    .contacts__messenger {
        min-height: 110px;
    }

    .map {
        min-height: 340px;
    }
}
.feedback {
    padding: 60px 0;
    background: #ebebeb;
}

.feedback__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

/* ===== SOL ===== */

.feedback__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111;
}

.feedback__label-dot {
    display: block;
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
}

.feedback__title {
    margin: 0 0 60px;
    font-size: clamp(32px, 4vw, 64px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #111;
}

.feedback__text {
    margin: 0;
    font-size: 19px;
    line-height: 1.5;
    color: #111;
}

/* ===== FORMA ===== */

.feedback__form {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.feedback__field {
    margin-bottom: 24px;
}

.feedback__input {
    display: block;
    width: 100%;
    padding: 28px 32px;
    font-family: inherit;
    font-size: 19px;
    line-height: 1.3;
    color: #111;
    background: #fff;
    border: 1px solid transparent;
    border-radius: var(--br);
    outline: none;
    transition: border-color 0.2s ease;
}

.feedback__input::-webkit-input-placeholder {
    color: #8f8f8f;
}

.feedback__input::placeholder {
    color: #8f8f8f;
}

.feedback__input:focus {
    border-color: #111;
}

/* --- radio --- */

.feedback__group {
    margin-bottom: 24px;
}

.feedback__group-title {
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.3;
    color: #111;
}

.feedback__radios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.feedback__radio {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: var(--br);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.feedback__radio:hover {
    border-color: #c4c4c4;
}

.feedback__radio-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.feedback__radio-mark {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 1.5px solid #111;
    border-radius: 50%;
    transition: border-color 0.2s ease;
}

.feedback__radio-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}

.feedback__radio-input:checked ~ .feedback__radio-mark::after {
    transform: translate(-50%, -50%) scale(1);
}

.feedback__radio-input:focus-visible ~ .feedback__radio-mark {
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.2);
}

.feedback__radio-text {
    font-size: 19px;
    line-height: 1.3;
    color: #111;
    white-space: nowrap;
}

/* --- checkbox --- */

.feedback__agree {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin: 20px 0 40px;
    cursor: pointer;
}

.feedback__agree-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.feedback__agree-mark {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border: 1.5px solid #111;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.feedback__agree-mark::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
}

.feedback__agree-input:checked ~ .feedback__agree-mark {
    background: #111;
}

.feedback__agree-input:checked ~ .feedback__agree-mark::after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}

.feedback__agree-input:focus-visible ~ .feedback__agree-mark {
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.2);
}

.feedback__agree-text {
    font-size: 17px;
    line-height: 1.5;
    color: #111;
}

.feedback__agree-link {
    color: #8f8f8f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.feedback__agree-link:hover {
    color: #111;
}

/* --- submit --- */

.feedback__submit {
    align-self: flex-start;
    padding: 26px 44px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: #111;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.feedback__submit:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

/* ===== MEDIA ===== */

@media (max-width: 1024px) {
    .feedback {
        padding: 64px 0 72px;
    }

    .feedback__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
    }

    .feedback__title {
        margin-bottom: 32px;
    }

    .feedback__input,
    .feedback__radio {
        padding: 22px 24px;
    }
}

@media (max-width: 640px) {
    .feedback {
        padding: 44px 0 56px;
    }

    .feedback__label {
        margin-bottom: 24px;
    }

    .feedback__title {
        margin-bottom: 24px;
    }

    .feedback__text,
    .feedback__group-title,
    .feedback__input,
    .feedback__radio-text {
        font-size: 16px;
    }

    .feedback__radios {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .feedback__field {
        margin-bottom: 16px;
    }

    .feedback__input,
    .feedback__radio {
        padding: 18px 20px;
    }

    .feedback__agree-text {
        font-size: 15px;
    }

    .feedback__submit {
        width: 100%;
        padding: 22px 32px;
    }
}
.products-filter_header__t7yMr {
    text-align: center;
    margin-top: 170px;
    margin-bottom: 30px;
}

.products-filter_title__ql_v5 {
    font-family: "Arvo", "ProximaNova", sans-serif;
    font-size: clamp(28px,5vw,42px);
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    margin: 0
}

.NoModelBlock_submitOrder__uo1BU:hover:not(:disabled) {
    background-color: #000;
    color: #fff
}

.breadcrumbs {
    display: flex;
    gap: 4px;
    align-items: center;
    
}
.breadcrumbs {
    margin: 30px 0 ;
    flex-wrap: wrap;
    font-size: 10px;
}
.breadcrumb-item {
    color: #000;
    text-decoration: none;
    position: relative;
        display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb-item:not(:last-child):after {
    content: "";
    display: inline-flex;
    width: 4px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    border-radius: 50%;
    background: #dd01c7
}

/*
.flip-card {
  position: absolute;
  width: 176px;
  height: 169px;
  transform-style: preserve-3d;
  animation: spin 6s linear infinite;
}

@keyframes spin {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}


.flip-card:nth-child(1) { animation-delay: 0s; }
.flip-card:nth-child(2) { animation-delay: 1s; }
.flip-card:nth-child(3) { animation-delay: 2s; }
.flip-card:nth-child(4) { animation-delay: 3s; }

.card__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
}

.card__face--front { z-index: 2; }
.card__face--back  { transform: rotateY(180deg); }
*/


.about-company {
    margin-bottom: 110px;
}
.about-company__list {
    display: flex;
    gap: 40px;
    align-items: stretch;
    background: #fff;
    border-radius: 48px;
}
.about-company__img {
    border-radius: 48px;
    height: auto;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    width: 556px;
    background-size: cover !important;
    background-position: center !important;
    padding: 14px 33px;
}
.image-desc {
    background: rgba(1, 75, 122, 0.78);
    backdrop-filter: blur(40px);
    border-radius: 41px;
    padding: 4px 46px;
}
.about-company__content {
    width: calc(100% - 556px - 40px);
    padding: 28px 40px 40px 0;
}
.about-company__specialist {
    font-size: 18px;
    font-weight: 300;
    font-family: "ProximaNova", sans-serif;
    color: #fff;
}
.about-company__name {
    font-family: "ProximaNova", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.about-company__content h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: "Arvo", "ProximaNova", sans-serif;
    line-height: 1.3;
    margin-bottom: 22px;
}
.who-we {
    margin-top: 14px;
}
.about-company__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.about-company__tag {
    background: #F2F4F5;
    border-radius: 60px;
    padding: 0px 16px;
    font-size: 15px;
    font-family: "ProximaNova", sans-serif;
    white-space: wrap;
    height: 45px;
    line-height: 45px;
}

.who-we__row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.who-we__item {
    border: 1px solid var(--brand);
    padding: 26px;
    border-radius: 41px;
    width: calc(50% - 4px);
    transition: 0.3s ease-out;
}
.who-we__item:hover {
    background: var(--brand);
    color: #fff;
    transition: 0.3s ease-out;
}


.who-we__num-text {
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Arvo", "ProximaNova", sans-serif;
    color: var(--brand); 
}
.who-we__item:hover .who-we__num-text {
    color: #fff;
    transition: 0.3s ease-out;
}
.who-we__desc {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    font-family: "ProximaNova", sans-serif;
}


@media screen and (max-width: 1278px) {
    .about-company__list {
        flex-direction: column;
    }
    .about-company__img {
        width: 100%;
        height: 800px;
    }
    .about-company__content {
        width: 100%;
        padding: 0px 40px 40px;
    }
}

@media screen and (max-width: 978px) {
    .about-company__img {
        height: 650px;
    }
    .about-company__content h3 {
        font-size: 30px;
    }
    .who-we__desc {
        font-size: 16px;
        line-height: 1.5;
    }
    
}

@media screen and (max-width: 767px) {
    .about-company__img {
        height: 600px;
    }
}

@media screen and (max-width: 600px) {
    .about-company {
        margin-bottom: 60px;
    }
    .about-company__img {
        height: 550px;
    }
    .about-company__content h3 {
        font-size: 24px;
    }
    .who-we__item {
        width: 100%;
    }
    .about-company__content {
        width: 100%;
        padding: 0px 24px 24px;
    }
}
@font-face {
    font-family: 'Vela Sans';
    src: url('../fonts/VelaSans-Regular.woff') format('woff'), url('../fonts/VelaSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Vela Sans';
    src: url('../fonts/VelaSans-Medium.woff') format('woff'), url('../fonts/VelaSans-Medium.woff2') format('woff2'),
	url('../fonts/VelaSans-Medium.ttf') format('truetype');
	src: url('../fonts/VelaSans-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Vela Sans';
    src: url('../fonts/VelaSans-SemiBold.woff') format('woff'), url('../fonts/VelaSans-SemiBold.woff2') format('woff2');
	src: url('../fonts/VelaSans-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Vela Sans';
    src: url('../fonts/VelaSans-Bold.woff') format('woff'), url('../fonts/VelaSans-Bold.woff2') format('woff2');
	src: url('../fonts/VelaSans-Bold.otf');
    font-weight: 700;
    font-style: normal;
}

*    {
    font-family: "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

:root {
	--color-brand: #2753BB;
	--color-brand-light: #EDF0FF;
	--color-primary-dark:#1E1E1E;
	--color-primary-light:#fff;
	--color-secondary: #A0ADB4;
	--color-border: #EDF0F2;
	--color-bg: #f2f4f5;
	--color-border-second: #C2CED4;
}

body {
	color:var(--color-primery-dark);
    background: var(--color-bg);
}

@media (max-width:1200px){
    /*section.header .n_line .logo 	{
        order:1;
    }
    
    section.header .n_line .menus 	{
        order:2;
        padding-top:15px;
    }
    
    section.header .n_line .userinfo 	{
        order:3;
        padding-top:15px;
    }*/
}

/**Product-card**/
/*.product-panel-slider-nav .slick-next:focus:after, .product-panel-slider-nav .slick-prev:focus:after {
	border-color:#fff;
	border-bottom-color: transparent;
    border-left-color: transparent;
}*/
/*.construct-bracelete .steps-pagination, .steps-in-constructor {
	display:none;
}*/
/*.body-orders .lk-order-details-wrapper .edit-choises .choise-item {
	height:40px;
}
.lk-order-details-wrapper .edit-choises {
	margin-top:0;
}*/


	
/*Media*/
@media only screen and (min-width: 660px) and (max-width: 979px) {
	.application-box .option > img:not(.modalnew .application-box .option > img), .option-box .option > img:not(.modalnew .option-box .option > img) {
		margin: 0 auto 5px;
	}
}
@media only screen and (max-width: 659px) {
	.application-box .option > img:not(.modalnew .application-box .option > img), .option-box .option > img:not(.modalnew .option-box .option > img) {
		height: 120px;
	}
}

@media only screen and (max-width: 414px) {
	/*.counter-wrapper:before {
		background-size: 60px 60px;
		width: 60px;
		height: 60px;
		left: 20px;
		margin-left: 0;
		margin-top: auto;
		margin-bottom: auto;
		top: 0;
		bottom: 0;
	}
	.new-color .amount-wrap::before {
		left: 15px;
	}*/
}
/*.clients-logo .wrapper:after {
    background:linear-gradient(to top, rgba(42,42,42,0.8) 20%, rgba(0,0,0,0) 50%);
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    content:'';
    position:absolute;
}*/



@media only screen and (max-width:1619px) {
}

@media only screen and (max-width:1440px) {
}

@media only screen and (max-width:1299px) {
}

@media only screen and (max-width:979px) {
}

@media only screen and (max-width:768px) {
}

@media only screen and (max-width:659px) {
}
@media only screen and (max-width:480px) {
}

@media only screen and (max-width:414px) {
}

@media only screen and (max-width:406px) {
}

@media only screen and (max-width:375px) {
}

@media only screen and (max-width:360px) {
}
@media only screen and (max-width:360px) {
}



/* Story styles */

/*.modal-gallery::before,
.modal-gallery::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 200px);
    cursor: pointer;
    z-index: 10;
}

.modal-gallery::before {
    left: 0;
}

.modal-gallery::after {
    right: 0;
}*/


/*Newform style*/

/* Стилизация радио-кнопок */


/**New media**/

@media screen and (max-width: 1199px) {
	/*
	#construct-tab-1 {
		display: none;
	}*/
}

@media screen and (max-width: 980px) {
	.application-box .option > img:not(.modalnew .application-box .option > img), .option-box .option > img:not(.modalnew .option-box .option > img) {
		height:40px;
	}
}

@media screen and (max-width: 480px) {
	.application-box .option > img:not(.modalnew .application-box .option > img), .option-box .option > img:not(.modalnew .option-box .option > img) {
		margin: 0;
	}
}
/* New styles */



.trust-us {
    margin-bottom: 110px;
}

.trust-us h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    font-family: "Arvo", "ProximaNova", sans-serif;
    line-height: 1.3;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}
.trust-us__subtitle {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    font-family: "ProximaNova", sans-serif;
    margin-bottom: 52px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}
.trust-us h2.visible,
.trust-us__subtitle.visible {
  opacity: 1;
  transform: translateY(0);
}
.trust-us__subtitle {
  transition-delay: .2s;
}

.stacked-cards {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 80px;
}

.trust-us__card {
  position: relative;
  width: 320px;
  height: 385px;
  text-align: center;
  transform: translateY(150px);
  z-index: 0;
  opacity: 0;
  transform: translateY(40px) rotate(0deg); /* начальное положение */
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.trust-us__card.visible {
  opacity: 1;
}
.trust-us__card:first-child.visible {
    transform: rotate(-12deg);
}
.trust-us__card:nth-of-type(2).visible {
    transform: rotate(12deg);
    z-index: 10 !important;
    color: #fff;
}
.trust-us__card:nth-of-type(3).visible {
    transform: rotate(10deg);
    color: #fff;
}
.trust-us__card:nth-of-type(2) .trust-us__content {
    background: #F5679B;
}
.trust-us__card:nth-of-type(3).visible {
    transform: rotate(0deg);
    color: #fff;
}
.trust-us__card:nth-of-type(4).visible {
    transform: rotate(12deg);
    z-index: 10 !important;
}
.trust-us__card:nth-of-type(3) .trust-us__content {
    background: #2753BB;
}
.trust-us__content {
    padding: 40px 12px 12px;
    border-radius: 40px;
    background: #fff;
}
.trust-us__icon {
    position: absolute;
    left: calc(50% - 28px);
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid #F2F4F5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trust-us__head {
    min-height: 100px;
    margin-bottom: 24px;
}
.trust-us__title {
    font-size: 24px;
    line-height: 1.2;
    font-family: "Arvo", "ProximaNova", sans-serif;
    margin-bottom: 8px;
}
.trust-us__text {
    font-size: 15px;
    line-height: 1.2;
    font-family: "ProximaNova", sans-serif;
    
}
.trust-us__img {
    border-radius: 40px;
    overflow: hidden;
    height: 148px;
}
.trust-us__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trust-us__icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 50%;
}

@media screen and (max-width: 1400px) {
    .trust-us__card:nth-of-type(3) {
        left: 395px;
    }
    .trust-us__card:nth-of-type(4) {
        left: 705px;
    }
}


@media screen and (max-width: 1278px) {
    .stacked-cards {
        display: flex;
        gap: 48px 24px;
        flex-wrap: wrap;
    }
    .trust-us__card {
        position: relative;
        top: unset;
        width: calc(50% - 12px);
    }
    .trust-us__card:first-child, .trust-us__card:nth-of-type(2), .trust-us__card:nth-of-type(3), .trust-us__card:nth-of-type(4) {
        transform: rotate(0deg);
        left: unset;
    }
    .trust-us__img {
        height: 209px;
    }
    .trust-us__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 978px) {
    .trust-us h2 {
        font-size: 36px;
    }
    .trust-us__subtitle {
        font-size: 21px;
    }
    .trust-us__head {
        min-height: 120px;
    }
    
}

@media screen and (max-width: 767px) {
    .trust-us__card:first-child.visible, .trust-us__card:nth-of-type(2).visible, .trust-us__card:nth-of-type(4).visible {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 600px) {
    .trust-us {
        margin-bottom: 60px;
    }
    .trust-us h2 {
        font-size: 24px;
    }
    .trust-us__subtitle {
        font-size: 18px;
    }
    .trust-us__card {
        width: 100%;
    }
    .trust-us__head {
        min-height: unset;
    }
}
.works-grid , .cloth-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px; 
  align-items: stretch;
}

@media (max-width: 992px) {
  .works-grid,
  .cloth-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .works-grid,
  .cloth-grid {
    grid-template-columns: 1fr;
  }
}


:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */

/* Bullets */

/* Progress */

/* Scrollbar */

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

/* a11y */

/* ----- jquery modal ----- */

/* -------------------------------------
	Reset
	------------------------------------- */

@-ms-viewport {
  width: device-width;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  position: relative;
  font: 16px/1.3 "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}



img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* -------------------------------------
	Common styles
	------------------------------------- */

.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-row {
  margin: 0 -15px;
}

.f-col {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
/*   .wholesale-builder .hide-xl {
        display: block!important;;
  } */
}

/* ---------- Titles & text ---------- */

.txt-1 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1199px) {
  .txt-1 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .txt-1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 575px) {
  .txt-1 {
    font-size: 18px;
    line-height: 1.35;
  }
}

.txt-2 {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .txt-2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .txt-2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) {
  .txt-2 {
    font-size: 14px;
    line-height: 1.6;
  }
}

.subcolor {
  color: rgba(0, 0, 0, 0.7);
}

/* ----- Кнопки ----- */
.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-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid var(--brand);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button--bd {
  color: var(--brand);
}

.button--bd:hover {
  background: var(--brand);
  color: #fff;
}

.button--lg {
  height: 3.4em;
  padding: .67em 1.8em;
}

@media screen and (max-width: 1199px) {
  .button {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 15px;
  }
}

.more-btn {
  margin-top: 35px;
  text-align: center;
}

/* Элементы навигации слайдера */

/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */

/* location start */




/* location end */

/* ----- footer ----- */

/* -------------------------------------
	Main page
	------------------------------------- */

/* -------------------------------------
	Silk
	------------------------------------- */

/* -------------------------------------
	Print methods
	------------------------------------- */

/* -------------------------------------
	Wholesale
	------------------------------------- */

/* -------------------------------------
	Single
	------------------------------------- */

/* -------------------------------------
	Textile
	------------------------------------- */

/* -------------------------------------
	Card
	------------------------------------- */

/* -------------------------------------
	Price
	------------------------------------- */

/* -------------------------------------
	Testimonials
	------------------------------------- */

/* -------------------------------------
	Blog
	------------------------------------- */

.blog-date {
  display: inline-block;
  padding: 0.35em 0.8em;
  background: #dd01c7;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.blog-tag {
  display: inline-block;
  padding: .2em 1.2em;
  background: #fff;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.blog-thumb {
  display: block;
  font-size: 10px;
  width: 40.9em;
  height: 25.1em;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blog-thumb img{
	min-height: 230px;
}

.blog-thumb::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -o-linear-gradient(top, transparent, #000);
  background: linear-gradient(180deg, transparent, #000);
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .blog-list__row {
    display: block;
    margin: 0 0 -25px;
  }
}

.blog-list__col {
  width: 33.33333%;
}

@media screen and (max-width: 1199px) {
  .blog-list__col {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .blog-list__col {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}

.blog-list__img {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blog-list__img .blog-thumb {
    width: 100%;
    height: auto;
  }
}

.blog-list__img .blog-tag, .blog-list__img .blog-date {
  position: absolute;
  z-index: 1;
  left: 25px;
}

.blog-list__img .blog-tag {
  top: 25px;
}

.blog-list__img .blog-date {
  bottom: 25px;
}

.blog-list__title {
  margin-bottom: 0.3em;
  font-weight: 700;
}

/* Article */

/* -------------------------------------
	Contacts
	------------------------------------- */

/* -------------------------------------
	Modules
	------------------------------------- */

@media screen and (max-width: 575px) {


	.blog-list__img .blog-tag, .blog-list__img .blog-date {
	  left: 15px;
	}
	.blog-list__img .blog-tag {
		top: 15px;
	}
	.blog-list__img .blog-date {
		bottom: 15px;
		padding: 0.15em 0.4em;
	}

}








/* NEW SLIDER STYLE */
@charset "UTF-8";
/* -------------------------------------
	Font face
	------------------------------------- */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arvo";
  src: url("../fonts/Arvo.woff2") format("woff2"), url("../fonts/Arvo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------
	Libs
	------------------------------------- */
/* ----- swiper slider ----- */
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color:#007aff;
  --color-violet: #ad129c;
}

/* Auto Height */

/* 3D Effects */

/* CSS Mode */

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */

/* Bullets */

/* Progress */

/* Scrollbar */

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

/* a11y */

/* ----- jquery modal ----- */

/* -------------------------------------
	Reset
	------------------------------------- */
article, section {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  position: relative;
  font: 16px/1.3 "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, .title-1, .title-2 {
  font-family: "Arvo", "ProximaNova", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  margin: 0 0 .5em;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: #dd01c7;
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* -------------------------------------
	Common styles
	------------------------------------- */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1316px;
  }
}

.flex, .f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-row {
  margin: 0 -15px;
}

.f-col {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
/*   .wholesale-builder .hide-xl {
        display: block!important;;
  } */
}

/* ---------- Titles & text ---------- */
h1, .title-1 {
  margin-top: .5em;
  margin-bottom: .8em;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.04em;
}

@media screen and (max-width: 1199px) {
  h1, .title-1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  h1, .title-1 {
    font-size: 34px;
  }
}

h2, .title-2 {
  margin-bottom: 1.2em;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.016em;
}

@media screen and (max-width: 767px) {
  h2, .title-2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.016em;
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

.txt-1 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1199px) {
  .txt-1 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .txt-1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 575px) {
  .txt-1 {
    font-size: 18px;
    line-height: 1.35;
  }
}

.txt-2 {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .txt-2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .txt-2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) {
  .txt-2 {
    font-size: 14px;
    line-height: 1.6;
  }
}

.text-center {
  text-align: center;
}

.subcolor {
  color: rgba(0, 0, 0, 0.7);
}

/* ----- Кнопки ----- */

.section {
  margin: 35px 0;
}

@media screen and (max-width: 767px) {
  .section {
    margin: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .page .section:first-child {
    margin-top: 30px;
  }
}

/* Элементы навигации слайдера */

/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */

/* location start */




/* location end */

/* ----- footer ----- */

/* -------------------------------------
	Main page
	------------------------------------- */
@media(max-width:500px){
	h1, .title-1 {
        font-size: 21px;
    }
}

/* -------------------------------------
	Silk
	------------------------------------- */

/* -------------------------------------
	Print methods
	------------------------------------- */

/* -------------------------------------
	Wholesale
	------------------------------------- */

/* -------------------------------------
	Single
	------------------------------------- */

/* -------------------------------------
	Textile
	------------------------------------- */

/* -------------------------------------
	Card
	------------------------------------- */

/* -------------------------------------
	Price
	------------------------------------- */

/* -------------------------------------
	Testimonials
	------------------------------------- */

/* -------------------------------------
	Blog
	------------------------------------- */
.blog-hero__banner {
  height: 460px;
  padding: 35px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}

.blog-hero__banner::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -o-linear-gradient(top, transparent, #000);
  background: linear-gradient(180deg, transparent, #000);
  opacity: 0.5;
}

.blog-hero__banner .title-2 {
  margin: auto 0 0;
}

.blog-hero__banner .blog-tag {
  position: absolute;
  right: 60px;
  top: 35px;
}

.blog-hero__heading {
  max-width: 630px;
  margin: 40px auto 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .blog-hero__banner {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .blog-hero__banner {
    height: 400px;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 575px) {
  .blog-hero__banner {
    height: 300px;
  }
}

.blog-date {
  display: inline-block;
  padding: 0.35em 0.8em;
  background: #dd01c7;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.blog-tag {
  display: inline-block;
  padding: .2em 1.2em;
  background: #fff;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.blog-thumb {
  display: block;
  font-size: 10px;
  width: 40.9em;
  height: 25.1em;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blog-thumb img{
	min-height: 230px;
}

.blog-thumb::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -o-linear-gradient(top, transparent, #000);
  background: linear-gradient(180deg, transparent, #000);
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .blog-list__row {
    display: block;
    margin: 0 0 -25px;
  }
}

.blog-list__col {
  width: 33.33333%;
}

@media screen and (max-width: 1199px) {
  .blog-list__col {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .blog-list__col {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}

.blog-list__img {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blog-list__img .blog-thumb {
    width: 100%;
    height: auto;
  }
}

.blog-list__img .blog-tag, .blog-list__img .blog-date {
  position: absolute;
  z-index: 1;
  left: 25px;
}

.blog-list__img .blog-tag {
  top: 25px;
}

.blog-list__img .blog-date {
  bottom: 25px;
}

.blog-list__title {
  margin-bottom: 0.3em;
  font-weight: 700;
}

/* Article */
.article {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .article {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .article {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 575px) {
  .article {
    font-size: 16px;
    line-height: 1.5;
  }
}

.article h2, .article h3, .article h4, .article p, .article ul {
  margin-bottom: 0;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.article h2,
.article h3,
.article h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.article p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
}

.article ul {
  padding: 0;
  list-style: none;
}

.article ul li {
  position: relative;
  padding-left: 1.8em;
}

.article ul li:not(:last-child) {
  margin-bottom: .5em;
}

.article ul li::before {
  position: absolute;
  left: 0;
  z-index: 0;
}

.article ul li::before {
  content: '';
  display: block;
  font-size: .625em;
  width: 1.4em;
  height: 1.4em;
  top: .4em;
  background: url("../img/ic-plus-accent.svg") no-repeat 50% 50%/100%;
}

.article-title .title-1 {
  margin-right: auto;
}

.article-back {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.article-back::before {
  content: '';
  display: block;
  font-size: .6em;
  width: .9em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 .9em;
          flex: 0 0 .9em;
  height: 1.6em;
  margin-right: 1em;
  background: url("../img/ic-arrow.svg") no-repeat 50% 50%/100%;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.article-rec {
  position: relative;
  padding-top: 50px;
}

.article-rec::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 630px;
  height: 1px;
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: #000;
  opacity: 0.2;
}

/* -------------------------------------
	Contacts
	------------------------------------- */

/* -------------------------------------
	Modules
	------------------------------------- */

@media screen and (max-width: 575px) {


	.blog-list__img .blog-tag, .blog-list__img .blog-date {
	  left: 15px;
	}
	.blog-list__img .blog-tag {
		top: 15px;
	}
	.blog-list__img .blog-date {
		bottom: 15px;
		padding: 0.15em 0.4em;
	}

}








/* NEW SLIDER STYLE */
.service {
    padding: 40px 0 90px;
}

.service__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.service__card {
    padding: 40px 36px;
    background: #fff;
    border-radius: var(--br);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.service__title {
    text-align: left;
    margin: 0 0 24px;
}

.service__image {
    margin-bottom: 32px;
    border-radius: var(--br);
    overflow: hidden;
}

.service__image.is-placeholder {
    min-height: 240px;
    /* aspect-ratio: 16 / 10; */
    background: #e8e8e8;
}

.service__image img {
    display: block;
    width: 100%;
    height: auto;
}

.service__text {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #1c1c1c;
}

.service__subtitle {
    margin: 28px 0 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.service__list {
    margin: 0 0 8px;
    padding-left: 22px;
}

.service__list li {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #1c1c1c;
}

.service__list--numbered {
    padding-left: 24px;
}

.service__form {
    position: sticky;
    top: 170px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service__form-lead {
    margin: -4px 0 4px;
    font-size: 16px;
    line-height: 1.45;
    color: #555;
}

.service__socials {
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
}

.service__socials-text {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #444;
}

.service__socials-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service__social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.service__social img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service__social-vk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0077ff;
    cursor: pointer;
}

.service__social-vk img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}

.service__form-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #111;
}

.service__form .feedback__input {
    padding: 20px 24px;
    font-size: 17px;
    background: #fff;
    border: 1px solid #c8c8c8;
}

.service__form .feedback__input:focus {
    border-color: #111;
}

.service__textarea {
    resize: vertical;
    min-height: 120px;
}

.service__form .feedback__agree {
    margin: 4px 0 8px;
}

.service__form .feedback__submit {
    align-self: flex-start;
}

.service__social.socials__item--vk {
    position: relative;
}

@media (max-width: 1024px) {
    .service__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .service__card {
        padding: 32px 28px;
    }

    .service__form {
        position: static;
        top: auto;
    }
}

@media (max-width: 640px) {
    .service {
        padding: 24px 0 56px;
    }

    .service__card {
        padding: 26px 22px;
    }

    .service__text,
    .service__list li {
        font-size: 16px;
    }

    .service__subtitle {
        font-size: 20px;
        margin-top: 22px;
    }

    .service__form-title {
        font-size: 24px;
    }

    .service__form .feedback__submit {
        width: 100%;
    }
}

/* Site-wide typography — same as homepage */
html, body,
button, input, textarea, select {
  font-family: "ProximaNova", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.title-1, .title-2,
.products-filter_title__ql_v5,
.trust-us h2,
.about-company__content h3,
.who-we__num-text,
.trust-us__title,
.service__form-title,
.feedback__title,
.contacts__title {
  font-family: "Arvo", "ProximaNova", sans-serif;
}

.hero__main .title-1,
.hero__main p {
  font-family: "ProximaNova", sans-serif;
}

/* =====================================================
   ORDER MODAL
   ===================================================== */
.order-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.order-modal[hidden] {
  display: none !important;
}

.order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.order-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: var(--br);
  padding: 40px 32px 32px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.order-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #111;
  cursor: pointer;
}

.order-modal__title {
  margin: 0 0 12px;
  font-family: "Arvo", "ProximaNova", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: #111;
}

.order-modal__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.45;
  color: #444;
}

.order-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-modal__form .feedback__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  background: #fff;
}

.order-modal__form .feedback__input:focus {
  border-color: #111;
}

.order-modal__form textarea.feedback__input {
  min-height: 120px;
  resize: vertical;
}

.order-modal__form .feedback__submit {
  margin-top: 8px;
  align-self: stretch;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 575px) {
  .order-modal__dialog {
    padding: 36px 20px 24px;
  }

  .order-modal__title {
    font-size: 22px;
  }
}

/* =====================================================
   LEGAL PAGES
   ===================================================== */
.legal {
  padding: 8px 0 80px;
}

.legal__container {
  max-width: 860px;
  margin: 0 auto;
}

.legal__updated {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.4;
  color: #888;
}

.legal h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

.legal h2 + p,
.legal h2 + ul {
  margin-top: 0;
}

.legal p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.legal ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal li {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.legal a {
  color: rgba(1, 75, 122, 0.9);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal a:hover {
  color: #dd01c7;
}

.legal__block {
  margin-bottom: 32px;
}

/* =====================================================
   COOKIE CONSENT BANNER
   ===================================================== */
.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 4000;
  width: min(420px, calc(100vw - 48px));
  padding: 20px 22px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.cookie-banner__text a {
  color: rgba(1, 75, 122, 0.9);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner__text a:hover {
  color: #dd01c7;
}

.cookie-banner__btn {
  min-width: 140px;
}

@media (max-width: 640px) {
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 88px;
    width: auto;
  }
}

/* ================= MOBILE MENU FIX ================= */
@media screen and (max-width: 1199px) {
  .menu {
    pointer-events: none;
  }

  .menu.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    -o-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
  }

  .menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }

  .menu__close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 5;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    display: none;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }

  .menu__close:hover {
    color: var(--brand);
  }

  body.menu-open {
    overflow: hidden;
  }

  .menu-toggle {
    cursor: pointer;
    z-index: 100;
  }

  .menu-toggle.is-active .menu-ic {
    background-color: transparent;
  }

  .menu-toggle.is-active .menu-ic::before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .menu-toggle.is-active .menu-ic::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (min-width: 1200px) {
  .menu-overlay,
  .menu__close {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hero__main--slider img {
  filter: brightness(0.3);
}
    .hero__main .title-1 , .hero__main p , .hero .button--bd{
      color: #fff !important;
      border-color: #fff !important;
    }
    .footer__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px dashed #c4c4c4;
}
.footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
    padding-top: 24px;
}
.menu-verhnee-menyu-container #menu-verhnee-menyu{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

}

@media(max-width: 1200px){
  .header__block{
  display: none
}
}