html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Gropled", "Helvetica Neue", Arial, sans-serif;
  background-color: #0A2341;
}

.container {
  max-width: 164rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .container {
    max-width: 94rem;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
@font-face {
  font-family: "Gropled";
  src: url("../fonts/Gropled-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rawline";
  src: url("../fonts/rawline-600.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../fonts/SourceSansPro-Semibold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
.title-h1 {
  font-family: "Gropled", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.title-h2 {
  font-family: "Gropled", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 6.6rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  margin-bottom: 4rem;
  padding: 0;
  text-transform: uppercase;
}

.title-h3 {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #0A2341;
  margin: 0;
  padding: 0;
}

.desc {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.15;
  color: #0A2341;
  margin: 0;
  padding: 0;
}

.desc--white {
  color: #fff;
}

a.desc--white {
  text-decoration: none;
  transition: all ease 0.5s;
  display: block;
  margin-bottom: 0.8rem;
}
a.desc--white:hover {
  color: #DCBE7F;
}

.text {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #536274;
  margin: 0;
  padding: 0;
}

.text--white {
  color: #fff;
}

.text-bold {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #0A2341;
  margin: 0;
  padding: 0;
}

.text-bold--grey {
  color: #536274;
}

.button-text {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #0A2341;
  margin: 0;
  padding: 0;
}

.menu-text {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

@media (max-width: 77.4rem) {
  .title-h1 {
    font-size: 6.5rem;
    line-height: 1;
  }

  .title-h2 {
    font-size: 5.5rem;
    line-height: 1.05;
    margin-bottom: 3rem;
  }

  .title-h3 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .desc {
    font-size: 1.7rem;
    line-height: 1.24;
  }

  .text-bold {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .button-text {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .menu-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media (max-width: 37.5rem) {
  .title-h1 {
    font-size: 4.8rem;
  }

  .title-h2 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }

  .title-h3 {
    font-size: 2.3rem;
  }

  .desc {
    font-size: 1.8rem;
    line-height: 1.24;
  }

  .text-bold {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .button-text {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .menu-text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media (max-width: 35rem) {
  .title-h1 {
    font-size: 3.4rem;
  }

  .title-h2 {
    font-size: 2.8rem;
  }

  .title-h3 {
    font-size: 2rem;
  }

  .desc {
    font-size: 1.6rem;
    line-height: 1.24;
  }

  .text-bold {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .text {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .button-text {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .menu-text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 2rem 3rem;
  border-radius: 5rem;
}
.btn_white {
  background: #fff;
  transition: all ease 0.5s;
}
.btn_white:hover {
  background: #F7F7F7;
}
.btn_white:focus {
  background: #B7CAEE;
}
.btn_white:disabled {
  color: #d6d6d6;
}
.btn_dark {
  background: #0A2341;
  transition: all ease 0.5s;
  color: #fff;
}
.btn_dark:hover {
  background: #113b6d;
}
.btn_dark:focus {
  background: #113b6d;
}
.btn_dark:disabled {
  color: #d6d6d6;
}
.btn_gold {
  background: #DCBE7F;
  transition: all ease 0.5s;
  color: #fff;
}
.btn_gold:hover {
  background: #F5D38D;
}
.btn_gold:focus {
  background: #C2A770;
}
.btn_gold:disabled {
  background: #d6d6d6;
}
.btn_transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: all ease 0.5s;
}
.btn_transparent:hover {
  border: 1px solid #536274;
  color: #536274;
}
.btn_transparent:active {
  background: #DCBE7F;
  border: none;
  color: #0A2341;
}
.btn_transparent-blue {
  color: #0A2341;
  border: 1px solid #0A2341;
}
.btn_transparent-blue:hover {
  border: 1px solid #0A2341;
  color: #0A2341;
}
.btn_transparent-blue:active {
  background: #0A2341;
  color: #fff;
}
.btn_transparent-blue:disabled {
  color: #d6d6d6;
  border: 1px solid #d6d6d6;
  background: transrarent;
}

.btn-reset {
  border: none;
  outline: none;
  background: none;
}
.btn-reset:hover {
  cursor: pointer;
}

.cross {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 90%;
  top: 3rem;
  z-index: 5000;
}
.cross img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav__link {
  text-decoration: none;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-item:not(:last-child) {
  margin-right: 5rem;
}

.running__title {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
}
.running__title-text {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  margin-right: 1rem;
  color: #0A2341;
  text-transform: uppercase;
}
.running__title-line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #0A2341;
}

.text-white {
  color: #fff;
}

.line-white {
  border-bottom: 1px solid #fff;
}

@media (max-width: 980px) {
  .running__title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 665px) {
  .running__title {
    margin-bottom: 3rem;
  }
}
.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup--closing {
    opacity: 0;
    visibility: hidden;
}

.popup__desc {
  color: #536274;
}
.popup .selection__form {
  max-width: 100%;
}
.popup .select__wrapper::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(../icons/check-dark.svg);
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  margin-top: -2px;
  pointer-events: none;
}
.popup__cover {
  width: 100%;
  height: 100%;
  background: #242424;
  z-index: 300;
  transition: all ease 1s;
}
.popup__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 6rem;
  max-width: 80rem;
  width: 100%;
  height: 70rem;
  z-index: 500;
  border-radius: 3rem;
  transition: all ease 1s;
}

.popup__desc {
  width: 90%;
  margin-bottom: 3rem;
}

/* /css/style.css */

/* Стили для нового попапа заказа товара */
/* Стили для заголовка в попапе заказа */
#product-popup .product-popup__title {
    font-size: 5.5rem;
    line-height: 1.1; /* Улучшаем высоту строки для большого текста */
}

@media (max-width: 664px) {
    #product-popup .product-popup__title {
        font-size: 3.5rem;
    }
}

.product-popup__details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.product-popup__img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.product-popup__order-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.product-popup__quantity {
    display: flex;
    align-items: center;
}

.product-popup__quantity input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    height: 40px;
    font-size: 16px;
    -moz-appearance: textfield; /* Firefox */
}
/* Убираем стрелки в input[type=number] */
.product-popup__quantity input::-webkit-outer-spin-button,
.product-popup__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-popup__quantity .quantity-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.product-popup__quantity .quantity-btn:hover {
    background-color: #e9e9e9;
}

.product-popup__price {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.product-popup__price .price-label {
    margin-right: 10px;
    font-weight: normal;
    color: #666;
}

#product-popup-total-price {
    font-weight: bold;
    color: #0D1520;
}

/* Убедимся, что оба попапа скрыты по умолчанию */
.popup {
    display: none;
}

body {
  position: relative;
}

.header {
  position: relative;
}
.header__top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header__top_inner {
  padding: 2rem 1.5rem 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top-logo {
  display: block;
  width: 8.7rem;
  height: 8.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__top-contacts {
  display: flex;
  gap: 4rem;
}
.header__top-box {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
.header__top-icons {
  display: flex;
  gap: 0.6rem;
}
.header__top-tel {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all ease 0.5s;
}
.header__top-tel:hover {
  color: #DCBE7F;
}
@media (max-width: 35rem) {
    .header__top-tel {
        font-size: 1.5rem;
    }
}

.header__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 109.4rem;
}
.header__desc {
  max-width: 77rem;
  color: #fff;
  text-align: center;
  margin-bottom: 6rem;
  opacity: 0;
}
.header__desc.active {
  -webkit-animation: moveToTop 3s ease;
          animation: moveToTop 3s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header__title {
  text-align: center;
  margin-bottom: 2.4rem;
  opacity: 0;
  transform: translateY(-10000px);
}
.header__title span {
  color: #DCBE7F;
}
.header__title.active {
  -webkit-animation: moveToBottom 3s ease;
          animation: moveToBottom 3s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.header__btns {
  display: flex;
  gap: 3rem;
  opacity: 0;
}
.header__btns.active {
  -webkit-animation: moveToTop 3s ease;
          animation: moveToTop 3s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header__btn {
  width: 30rem;
  transition: all ease 0.5s;
}
.header__btn:hover {
  background: #B7CAEE;
  color: #0A2341;
}

.header__inner {
  padding-top: 42.8rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/hero__image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 10.4rem;
  border-radius: 0 0 10rem 10rem;
  transform: translateY(-100%);
  transition: transform ease-in-out 1s;
}
.header__piter {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/main-image-piter-pc.jpg");
}

.header__chelyabinsk {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/main-image-chelyabinsk-pc.jpg");
}

.header__inner.active {
  transform: translateY(0%);
}

@-webkit-keyframes moveToBottom {
  0% {
    transform: translateY(-10000px);
    opacity: 0;
  }
  80% {
    transform: translateY(200px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes moveToBottom {
  0% {
    transform: translateY(-10000px);
    opacity: 0;
  }
  80% {
    transform: translateY(200px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes moveToTop {
  0% {
    transform: translateY(10000px);
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes moveToTop {
  0% {
    transform: translateY(10000px);
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.about {
  background: url("../img/line_img.png") no-repeat;
  background-position: 100% 90%;
  background-attachment: fixed;
}
.about__content {
  padding: 12rem 1.5rem 41.2rem 1.5rem;
  text-align: right;
  max-width: 141rem;
  text-indent: 30rem;
}
.about__text {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  color: #DCBE7F;
  text-transform: uppercase;
}
.about__text span {
  color: #fff;
}

.products {
  border-radius: 10rem;
  padding: 10rem 2rem;
  background-color: #F7F7F7;
}
.products__btns {
  max-width: 97rem;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
.products__btn-large {
  display: block;
  width: 100%;
}
.products__title {
  color: #0A2341;
}

.swiper__dvuskat {
  width: 100%;
}
.swiper__dvuskat-title {
  color: #242424;
}

.product-card {
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border-radius: 3rem;
  transition: transform 0.2s;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card__content {
  padding: 3rem;
}
.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card__img {
  display: block;
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  border-radius: 3rem;
}
.product-card__title {
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
.product-card__price {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: #0A2341;
  margin-bottom: 15px;
}
.product-card__btn {
  transition: background-color 0.2s;
}
.product-card__data-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
.product-card__data-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #B7CAEE;
  padding-bottom: 0.4rem;
}

.swiper__why .swiper-wrapper {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
}

.why {
  padding: 10rem 2rem;
}
.why__item {
  aspect-ratio: 1/1.06;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 3rem;
  height: 100%;
  width: auto;
}
.why__img {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.why__content {
  flex: 0 0 auto;
  padding: 0 3rem 3rem 3rem;
}
.why__h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.item-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.item-2 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.item-3 {
  grid-column: 4/5;
  grid-row: 1/2;
  background: #223954;
  justify-content: flex-end;
}

.item-4 {
  grid-column: 1/2;
  grid-row: 2/3;
  background: #223954;
  justify-content: flex-end;
}

.item-5 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.item-6 {
  grid-column: 4/5;
  grid-row: 2/3;
}

.selection {
  border-radius: 10rem;
  background: url("../img/selection__bg.png"), #536274;
  background-position: bottom center, center;
  background-size: 500px, cover;
  background-repeat: no-repeat;
  padding: 10rem 2rem;
}
.selection__inner {
  display: flex;
  justify-content: space-between;
}
.selection__left {
  margin-right: 20rem;
}
.selection__title {
  max-width: 83.6rem;
  color: #fff;
}
.selection__desc {
  color: #fff;
  max-width: 59.8rem;
}
.selection__form {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  max-width: 60rem;
  width: 100%;
}
.selection__input {
  width: 100%;
  padding: 2.3rem 2rem;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.selection__input::-webkit-input-placeholder {
  padding-left: 5px;
}
.selection__input::-moz-placeholder {
  padding-left: 5px;
}
.selection__input:-ms-input-placeholder {
  padding-left: 5px;
}
.selection__input::-ms-input-placeholder {
  padding-left: 5px;
}
.selection__input::placeholder {
  padding-left: 5px;
}
.selection__input::-webkit-input-placeholder {
  color: #fff;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.selection__input::-moz-placeholder {
  color: #fff;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.selection__input:-ms-input-placeholder {
  color: #fff;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.selection__input::-ms-input-placeholder {
  color: #fff;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.selection__input::placeholder {
  color: #fff;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.3;
}
.selection__input option {
  color: #0A2341;
}
.selection__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
.selection__btn {
  display: block;
  width: 100%;
  max-width: 30.7rem;
}

.checkbox {
  max-width: 23.8rem;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox-label {
  padding-left: 1.6rem;
}
.checkbox-input {
  flex: 0 0 39px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  transition: 500ms;
}
.checkbox-input:hover {
  cursor: pointer;
}
.checkbox-input::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 30%;
  width: 0px;
  height: 0px;
  font-size: 30px;
  background: url("../icons/check.svg");
  background-repeat: no-repeat;
  transition: all 500ms ease;
  z-index: 100;
}
.checkbox-input:checked::after {
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}
.checkbox-label, .checkbox a {
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.3;
}

.iti__selected-flag {
  padding: 0 10px 0 25px;
}

.iti--separate-dial-code .iti__selected-flag {
  width: 100%;
  background: transparent;
  margin-left: 15px;
}

.iti__arrow {
  position: relative;
}
.iti__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 23px !important;
  height: 16px !important;
  background: url("../icons/arrow-down.svg");
  background-repeat: no-repeat;
  z-index: 200;
}

.select__wrapper {
  position: relative;
}

select.selection__input:hover {
  cursor: pointer;
}

.select__wrapper::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background: url("../icons/select-arrow.svg");
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  margin-top: -2px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 200px;
  padding: 4px;
  border-color: #aaa;
  border-radius: 3px;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

.tel {
  padding-left: 8rem !important;
}

.input--dark {
  border: 1px solid #0A2341;
  color: #0A2341;
}
.input--dark::-webkit-input-placeholder {
  color: #0A2341;
}
.input--dark::-moz-placeholder {
  color: #0A2341;
}
.input--dark:-ms-input-placeholder {
  color: #0A2341;
}
.input--dark::-ms-input-placeholder {
  color: #0A2341;
}
.input--dark::placeholder {
  color: #0A2341;
}

.checkbox-input--dark {
  flex: 0 0 39px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  border: 1px solid #0A2341;
  transition: 500ms;
}
.checkbox-input--dark:hover {
  cursor: pointer;
}
.checkbox-input--dark::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 30%;
  width: 0px;
  height: 0px;
  font-size: 30px;
  background: url("../icons/galka-dark.svg");
  background-repeat: no-repeat;
  transition: all 500ms ease;
  z-index: 2000;
}
.checkbox-input--dark:checked::after {
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}

.label--dark, .label--dark a {
  color: #0A2341;
}

.dark-color {
  color: #0A2341;
}

.mb20 {
  margin-bottom: 2rem;
}

.real-projects {
  padding: 10rem 2rem;
}
.real-projects__gallery {
  display: grid;
  grid-template-rows: 5% 15% 13% 10% 15% 5% 10% 5%;
  grid-template-columns: 23% 15% 20% 16% 3% 6% 9%;
  gap: 2rem;
  justify-items: center;
}
.real-projects__link {
  text-decoration: none !important;
}
.real-projects__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  transition: all ease 0.5s;
}
.real-projects__btn:hover {
  background: #B7CAEE;
  color: #0A2341;
}
.real-projects__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-projects__item-1 {
  grid-column: 1/2;
  grid-row: 2/5;
  transform: scale(0);
  transition: transform ease 1s;
}
.real-projects__item-1.active {
  transform: scale(1);
}
.real-projects__item-2 {
  grid-row: 4/6;
  grid-column: 2/3;
  transform: scale(0);
  transition: transform ease 1.2s;
}
.real-projects__item-2.active {
  transform: scale(1);
}
.real-projects__item-3 {
  grid-column: 2/4;
  grid-row: 1/4;
  transform: scale(0);
  transition: transform ease 1.4s;
}
.real-projects__item-3.active {
  transform: scale(1);
}
.real-projects__item-4 {
  grid-column: 4/6;
  grid-row: 1/4;
  transform: scale(0);
  transition: transform ease 1.6s;
}
.real-projects__item-4.active {
  transform: scale(1);
}
.real-projects__item-5 {
  grid-column: 5/8;
  grid-row: 5/8;
  transform: scale(0);
  transition: transform ease 1.8s;
}
.real-projects__item-5.active {
  transform: scale(1);
}
.real-projects__item-6 {
  grid-column: 6/8;
  grid-row: 3/5;
  transform: scale(0);
  transition: transform ease 2s;
}
.real-projects__item-6.active {
  transform: scale(1);
}
.real-projects__item-7 {
  grid-column: 3/4;
  grid-row: 4/5;
  justify-self: center;
  align-self: center;
}
.real-projects__item-8 {
  grid-column: 1/2;
  grid-row: 5/9;
  transform: scale(0);
  transition: transform ease 2.4s;
}
.real-projects__item-8.active {
  transform: scale(1);
}
.real-projects__item-9 {
  grid-column: 4/5;
  grid-row: 4/7;
  transform: scale(0);
  transition: transform ease 2.6s;
}
.real-projects__item-9.active {
  transform: scale(1);
}
.real-projects__item-10 {
  grid-column: 3/4;
  grid-row: 5/8;
  transform: scale(0);
  transition: transform ease 2.8s;
}
.real-projects__item-10.active {
  transform: scale(1);
}

.reviews {
  background-color: #f7f7f7;
  padding: 10rem 0;
  border-radius: 100px;
}
.reviews__inner {
  padding: 0 2rem;
}
.reviews__inner .swiper-button-prev1,
.reviews__inner .swiper-button-next1 {
  display: inline-block;
  width: 8rem;
}
.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__btns {
  flex: 0 0 auto;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
  margin-bottom: 4rem;
}
.reviews__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.reviews__title {
  color: #0A2341;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex: 1 1 auto;
}
.reviews__card {
  display: flex;
  height: 100%;
  max-width: 75rem;
  width: 100%;
  padding: 3rem;
  background: #fff;
  border-radius: 3rem;
}
.reviews__card img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  margin-right: 3rem;
}
.reviews__card-text {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.reviews .swiper__reviews {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
.reviews .swiper__reviews .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 3rem;
  overflow: visible;
  padding-left: 2rem;
  padding-right: 2rem;
}
.reviews .swiper__reviews .swiper-slide {
  width: calc(100% - 20px);
  height: auto;
}
.reviews .swiper-reviews__btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.reviews__card-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__card-box {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.reviews__card-box_left img {
  display: inline-block;
  width: 114px;
  height: auto;
  position: relative;
  top: 3px;
}
.reviews__card-box_left p {
  margin-bottom: 8px;
}
.reviews__card-box_left span {
  color: #727272;
  margin-right: 12px;
}

.contacts {
  padding: 10rem 2rem;
}
.contacts__title {
  max-width: 83.6rem;
  margin-bottom: 3rem;
}
.contacts__subtitle {
  text-transform: uppercase;
  color: #fff;
  max-width: 60rem;
}
.contacts__box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contacts__cards {
  display: flex;
  gap: 12rem;
}
.contacts-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts-card__photo {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  margin-bottom: 1.2rem;
}
.contacts-card p {
  text-align: center;
  font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
.contacts-card__phone {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
}
.contacts-card__phone:hover {
  color: #DCBE7F;
}
.contacts-card__email {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.5s;
}
.contacts-card__email:hover {
  color: #DCBE7F;
}
.contacts__phone {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 0.8rem;
}
.contacts__email {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 2rem;
  color: #fff;
}
.contacts__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.contacts__links img {
  width: 32px;
  height: 32px;
}

.faq {
  background: #536274;
  padding: 10rem 2rem;
  border-radius: 10rem;
}
.faq__item {
  border: 1px solid #fff;
  padding: 3rem;
  border-radius: 3rem;
  display: flex;
  gap: 2rem;
}
.faq__cifra {
  color: #fff;
}
.faq__question {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.faq__answer {
  color: #fff;
}

.swiper__faq .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.footer {
  padding: 6rem 2rem;
  color: #fff;
  padding: 40px 20px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__top-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem;
}
.footer__link {
  margin-right: 3rem;
}
.footer__tel p.desc--white:not(::last-child) {
  margin-bottom: 0.8rem;
}
.footer__whatsapp p.desc--white:not(::last-child) {
  margin-bottom: 0.8rem;
}
.footer__bottom {
  position: relative;
  left: 72%;
  transform: translateX(-50%);
  width: 50%;
  justify-content: flex-end;
  display: flex;
}
.footer__policy {
  margin-right: auto;
  
}
a.footer__policy.text {  
  text-decoration: none;
}

.text-bold--grey {
  margin-bottom: 4rem;
}

p.desc--white:not(:last-child) {
  margin-bottom: 0.8rem;
}

@media (max-width: 1615px) {
  .swiper__why .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto, 1fr);
  }

  .item-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .item-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .item-3 {
    grid-column: 3/4;
    grid-row: 1/2;
  }

  .item-4 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .item-5 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .item-6 {
    grid-column: 3/4;
    grid-row: 2/3;
  }

  .reviews__card {
    flex-direction: column;
    padding: 2rem;
  }
  .reviews__card-box {
    margin-top: 6rem;
  }

  .reviews__img {
    display: block;
    max-height: 28.2rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .footer__top-content {
    gap: 5rem;
  }
}
@media (max-width: 1200px) {
  .swiper__why .swiper-wrapper {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .why__item {
    aspect-ratio: 1/1.1;
  }

  .item-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .item-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .item-3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .item-4 {
    grid-column: 2/3;
    grid-row: 3/4;
  }

  .item-5 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .item-6 {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .selection__inner {
    flex-direction: column;
    gap: 4rem;
  }

  .selection__left {
    margin-right: 0;
  }

  .selection__title, .selection__desc, .selection__form {
    max-width: 100%;
  }

  .footer__bottom {
    left: 65%;
    width: 70%;
  }

  .footer__top-content {
    gap: 3rem;
  }
}
@media (max-width: 980px) {
  .header__inner {
    border-radius: 0 0 5rem 5rem;
  }

  .products, .why, .real-projects {
    padding: 4rem 2rem;
  }

  .products {
    border-radius: 5rem;
  }

  .product-card__img {
    height: 30rem;
    margin-bottom: 1.6rem;
  }

  .product-card__content {
    padding: 0 2rem 3rem 2rem;
  }

  .product-card__data-list {
    margin-bottom: 2rem;
  }

  .product-card__price {
    font-size: 3rem;
  }

  .product-card__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 3rem;
  }

  .product-card__btn {
    display: block;
    width: 100%;
  }

  .selection {
    padding: 7rem 2rem;
  }

  .real-projects {
    padding: 8rem 2rem;
  }
  .real-projects__gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
  }
  .real-projects__item-1 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-2 {
    grid-row: auto;
    grid-column: auto;
  }
  .real-projects__item-3 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-4 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-5 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-6 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-7 {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    align-self: center;
  }
  .real-projects__item-8 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-9 {
    grid-column: auto;
    grid-row: auto;
  }
  .real-projects__item-10 {
    grid-column: auto;
    grid-row: auto;
  }

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

  .reviews .swiper-reviews__btns {
    display: none;
  }

  .swiper__reviews .swiper-pagination {
    display: none;
  }

  .contacts__box {
    flex-direction: column;
  }

  .contacts__subtitle {
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .contacts__cards {
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
  }

  .swiper__faq .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .footer {
    padding: 5rem 2rem;
  }
  .footer__top {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .footer__bottom {
    position: static;
    transform: translateX(0);
    width: 100%;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .footer__top-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .text-bold--grey {
    margin-bottom: 0.8rem;
  }

  .selection {
    padding: 7rem 4rem;
  }

  .selection__inner {
    padding: 0;
    max-width: 60.4rem;
  }

  .selection__form {
    gap: 2rem;
  }

  .selection__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
  }

  .selection__btn {
    max-width: 100%;
  }

  .checkbox {
    max-width: 100%;
  }

  .popup__inner {
    padding: 5rem 4rem;
  }

  .cross {
    width: 4.5rem;
    height: 4.5rem;
    left: 87%;
  }
}
@media (max-width: 774px) {
  .header__inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/hero__img_tab.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 16.5rem;
    padding-top: 20rem;
    border-radius: 0 0 5rem 5rem;
  }
  .header__piter {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/main-image-piter-tablet.jpg");
  }

  .header__chelyabinsk {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/main-image-chelyabinsk-tablet.jpg");
  }
  
  .header__top-nav {
    display: none;
  }

  .about {
    background: url("../img/line_img-tab.png") no-repeat;
    background-position: 100% 90%;
    background-attachment: fixed;
  }
  .about__content {
    padding: 7rem 1.5rem 42.5rem 1.5rem;
    text-align: right;
    max-width: 141rem;
    text-indent: 15rem;
  }
  .about__text {
    font-size: 4rem;
  }

  .reviews, .reviews, .selection, .faq {
    padding: 7rem 2rem;
    border-radius: 5rem;
  }
}
@media (max-width: 665px) {
  .popup__inner {
    max-width: 33.5rem;
    padding: 6rem 2rem;
  }

  .cross {
    width: 3rem;
    height: 3rem;
    left: 87%;
  }

  .header__inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/hero__img_mob.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6.4rem;
  }

  .header__piter {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/main-image-piter-mobil.jpg");
  }

  .header__chelyabinsk {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%), url("../img/main-image-chelyabinsk-mobil.jpg");
  }

  .header__top-contacts {
    flex-direction: column;
    gap: 2rem;
  }

  .header__top-name {
    text-align: right;
    margin-bottom: 4px;
  }

  .header__top-item {
    margin-left: 1.6rem;
  }

  .header__top-icons {
    gap: 1.2rem;
  }

  .header__btns {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .header__btn {
    display: block;
    width: 100%;
  }

  .about {
    background: url("../img/line_img-mob.png") no-repeat;
    background-position: 100% 90%;
    background-attachment: fixed;
  }
  .about__content {
    padding: 6rem 1.5rem 24.8rem 1.5rem;
    text-align: right;
    max-width: 141rem;
    text-indent: 15rem;
  }
  .about__text {
    font-size: 2.5rem;
  }

  .swiper__pagoda {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
  }

  .swiper__pagoda .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }

  .swiper-pagination1, .swiper-pagination2 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
  }

  .swiper-pagination1 .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px !important;
    background-color: #536274 !important;
    opacity: 0.7 !important;
    transition: opacity 0.3s !important;
    border-radius: 100%;
    display: inline-block;
  }

  .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px !important;
    opacity: 1 !important;
    background-color: #0A2341 !important;
  }

  .products, .why, .real-projects {
    padding: 60px 0;
  }

  .product-card {
    width: 100%;
  }
  .product-card:hover {
    transform: translateY(0px);
  }

  .product-card__bottom {
    padding: 0 1rem;
  }

  .product-card__img {
    height: 27rem;
  }

  .products__btns {
    flex-direction: column;
  }

  .products__btn-large {
    display: none;
  }

  .why {
    width: 100%;
    height: auto;
    padding: 6rem 0 10rem 0;
  }

  .swiper__why {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
  }
  .swiper__why .swiper-wrapper {
    width: auto;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 3rem;
  }
  .swiper__why .swiper-wrapper .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    height: 100%;
  }

  .why__item {
    aspect-ratio: auto;
    flex: 0 0 300px;
    width: 100%;
    max-width: 335px;
    height: 100%;
    box-sizing: border-box;
  }

  .swiper-pagination2 .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px !important;
    background-color: #536274 !important;
    opacity: 0.7 !important;
    transition: opacity 0.3s !important;
    border-radius: 100%;
    display: inline-block;
  }

  .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px !important;
    opacity: 1 !important;
    background-color: #fff !important;
  }

  .selection {
    background: url("../img/selection__bg.png"), #536274;
    background-position: bottom center, center;
    background-size: 285px, cover;
    background-repeat: no-repeat;
    padding: 6rem 2rem;
  }
  .selection__bottom {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
  .selection__btn {
    max-width: 100%;
  }

  .checkbox {
    max-width: 100%;
  }

  .selection {
    padding: 6rem 0;
  }

  .real-projects {
    padding: 6rem 0;
  }
  .real-projects__gallery {
    display: flex;
    padding-bottom: 3rem;
  }
  .real-projects__item-1 {
    transform: scale(1);
  }
  .real-projects__item-2 {
    transform: scale(1);
  }
  .real-projects__item-3 {
    transform: scale(1);
  }
  .real-projects__item-4 {
    transform: scale(1);
  }
  .real-projects__item-5 {
    transform: scale(1);
  }
  .real-projects__item-6 {
    transform: scale(1);
  }
  .real-projects__item-7 {
    display: none;
  }
  .real-projects__item-8 {
    transform: scale(1);
  }
  .real-projects__item-9 {
    transform: scale(1);
  }
  .real-projects__item-10 {
    transform: scale(1);
  }

  .swiper__gallery {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
  }
  .swiper__gallery .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 3rem;
  }
  .swiper__gallery .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 393px;
  }

  .real-projects__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .reviews {
    padding: 6rem 0;
  }

  .reviews__btns {
    width: 100%;
    flex-direction: column;
  }

  .reviews__btn {
    width: 100%;
  }

  .reviews__inner {
    padding: 0;
  }

  .swiper__faq {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 3rem;
  }
  .swiper__faq .swiper-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    overflow: visible;
    padding-bottom: 3rem;
  }

  .faq__item {
    width: calc(100% - 20px);
    height: auto;
  }

  .footer {
    padding: 4rem 0 3rem 0;
  }

  .footer__top {
    gap: 0;
  }

  .footer__top-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    text-align: right;
  }

  .footer__bottom {
    margin-top: 3rem;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .footer__policy, .footer__link {
    margin-right: 0;
  }

  .footer__logo {
    width: 12.4rem;
  }
}
@media (max-width: 500px) {
  .contacts__cards {
    flex-direction: column;
    gap: 4rem;
  }

  .contacts-card {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }

  .contacts__phone {
    align-self: center;
  }

  .selection__form {
    gap: 1.6rem;
  }

  .selection__bottom {
    gap: 1.6rem;
  }

  .cross {
    width: 3rem;
    height: 3rem;
    left: 83%;
  }
}
@media (max-width: 375px) {
  .header__top-logo {
    width: 6.7rem;
    height: 6.7rem;
  }

  .products, .why, .real-projects {
    padding: 60px 0px;
  }

  .why__item {
    flex: 0 0 300px;
    max-width: 300px;
    height: 339px;
  }

  .reviews {
    padding: 6rem 0;
  }
}

/* Limit review source logos (Avito, Yandex) size inside reviews slider */
.reviews__card-box_right img {
  max-width: 81px;
  max-height: 25px;
  width: auto;
  height: auto;
  object-fit: contain;
}


/* Social icons: turn golden SVGs to white on hover with 200ms animation */
.icon-hover-white {
  transition: filter 200ms ease;
  /* keep crisp rendering */
  image-rendering: auto;
}
/* Trigger on either the image itself or when its parent link is hovered */
a:hover .icon-hover-white,
.icon-hover-white:hover {
  filter: brightness(0) saturate(100%) invert(100%) contrast(100%);
}


/* Стили для лоадера */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px; /* Минимальная высота, чтобы лоадер был виден */
  width: 100%;
}

.loader {
  border: 6px solid #f3f3f3; /* Светло-серый фон круга */
  border-top: 6px solid #0D1520; /* Цвет вращающейся части */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite;
}

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

/* Стили для сетки продуктов на десктопе и планшете */
/* Эти стили применяются только когда Swiper отключен (экран >= 665px) */
@media (min-width: 665px) {
    .products__grid {
        display: grid;
        gap: 30px;
        /* По умолчанию (для маленьких планшетов 665px - 768px) - 1 колонка */
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) {
    .products__grid {
        /* Для планшетов и небольших десктопов (769px - 1199px) - 2 колонки */
        /* Это правило будет действовать и для ширины 1024px */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .products__grid {
        /* Для широких десктопов (1200px и более) - 3 колонки */
        grid-template-columns: repeat(3, 1fr);
    }
}

.iti__country {
    font-family: "SourceSansPro", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
}