/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
textarea {
  resize: vertical;
}
button,
input[type="submit"] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
input[type='file'] {
  max-width: 100%;
}
.header__logo {
  width: 180px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 140px;
  }
}
.header__line {
  background-color: white;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__line-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.header__line-phone {
  font-size: 24px;
  font-family: 'bahnschriftSemiLight', sans-serif;
  color: #303030;
}
@media (max-width: 768px) {
  .header__line-phone {
    display: none;
  }
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button__contour {
  width: 222px;
  height: 48px;
  border: 1px solid #2563EB;
  font-family: 'BrutalType', sans-serif;
  font-size: 18px;
}
@media (max-width: 768px) {
  .button__contour {
    width: 160px;
    font-size: 14px;
    height: 40px;
  }
}
.button__blue {
  background-color: #2563EB;
  width: 222px;
  height: 56px;
  color: white;
  font-family: 'BrutalType', sans-serif;
}
@media (max-width: 992px) {
  .button__blue {
    width: 100%;
  }
}
@font-face {
  font-family: 'bahnschriftLight';
  src: url('../fonts/Bahnschrift/bahnschriftLight.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bahnschriftSemiLight';
  src: url('../fonts/Bahnschrift/bahnschriftSemiLight.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BrutalType';
  src: url('../fonts/Brutal/BrutalType.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BrutalTypeBold';
  src: url('../fonts/Brutal/BrutalType-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bahnschriftLightSemiCondensed';
  src: url('../fonts/Bahnschrift/bahnschriftLightSemiCondensed.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bahnschriftBoldSemiCondensed';
  src: url('../fonts/Bahnschrift/bahnschriftBoldSemiCondensed.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
.section-content {
  padding-top: 120px !important;
}
@media (max-width: 992px) {
  .section-content {
    padding-top: 96px !important;
  }
}
.section-content__title {
  color: #303030;
  font-size: 56px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section-content__title {
    font-size: 45px;
  }
}
.section-content__title--center {
  text-align: center;
}
.section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 40px !important;
}
@media (max-width: 992px) {
  .section-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 24px !important;
  }
}
.section-main b {
  font-family: 'BrutalTypeBold', sans-serif;
  color: #303030;
}
.section-main__title-wrapper {
  position: relative;
}
.section-main__list {
  padding-bottom: 40px;
}
.section-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 12px;
}
.section-main__item:not(:first-child) {
  border-top: 1px solid rgba(48, 48, 48, 0.08);
}
.section-main__gallery-thumbs-label {
  padding: 24px 32px;
  color: #303030;
  font-size: 16px;
}
.section-main .gallery-main {
  width: 100%;
  min-height: 492px;
  margin: 0 auto;
}
.section-main .gallery-main img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-main__left-side {
  width: 50%;
}
@media (max-width: 992px) {
  .section-main__left-side {
    width: 100%;
  }
}
.section-main__right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 656px;
  width: 50%;
}
@media (max-width: 992px) {
  .section-main__right-side {
    display: none;
  }
}
.section-main__title {
  position: relative;
  color: #303030;
  font-size: 72px;
  font-family: 'bahnschriftSemiLight', sans-serif;
  line-height: 80px;
}
@media (max-width: 992px) {
  .section-main__title {
    font-size: 46px;
    line-height: 56px;
  }
}
.section-main__title:after {
  content: 'В наличии на складе';
  border: 1px solid #12BA82;
  background-color: rgba(18, 186, 130, 0.08);
  height: 38px;
  width: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #12BA82;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
  gap: 10px;
}
@media (max-width: 1200px) {
  .section-main__title:after {
    margin-bottom: 16px;
    display: none;
  }
}
@media (min-width: 1200px) {
  .section-main__title:after {
    position: absolute;
    right: 150px;
    bottom: 15px;
  }
}
.section-main__price {
  color: #2563EB;
  font-size: 72px;
  font-family: 'bahnschriftBoldSemiCondensed', sans-serif;
}
@media (max-width: 992px) {
  .section-main__price {
    font-size: 56px;
    line-height: 80px;
  }
}
.section-main__price--lable {
  color: #7E8DA5;
  font-size: 24px;
  font-family: 'bahnschriftBoldSemiCondensed', sans-serif;
}
.section-main__lable {
  border: 1px solid #12BA82;
  background-color: rgba(18, 186, 130, 0.08);
  height: 38px;
  width: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #12BA82;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
  gap: 10px;
}
@media (max-width: 1200px) {
  .section-main__lable {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .section-main__lable {
    position: absolute;
    right: 125px;
    top: 110px;
  }
}
.section-main__lable--dot {
  width: 4px;
  height: 4px;
  background-color: #12BA82;
  border-radius: 5px;
}
.section-main__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .section-main__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-main__button-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7E8DA5;
  font-size: 16px;
  font-family: 'BrutalType', sans-serif;
}
.section-main__gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Миниатюра */
}
.section-main__gallery-thumbs .thumb {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.section-main__gallery-thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section-main__gallery-thumbs .active {
  border: 1px solid #2563EB;
}
.section-main__gallery-thumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-right: 16px;
}
.section .colors-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .section .colors-available {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section .colors-available__item {
  width: 50%;
}
@media (max-width: 992px) {
  .section .colors-available__item {
    width: 100%;
  }
}
.section .colors-available__thumbs-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.section .colors-available__thumbs-list .active {
  border: 1px solid #2563EB;
}
.section .colors-available__thumbs-list .active .colors-available__name {
  color: #2563EB;
}
.section .colors-available__thumbs-item {
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
}
.section .colors-available__thumbs-item:hover {
  border: 1px solid #2563EB;
}
.section .colors-available__thumbs-item:hover .colors-available__name {
  color: #2563EB;
}
.section .colors-available__thumbs-img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .section .colors-available__thumbs-img {
    width: 40px;
    height: 40px;
  }
}
.section .colors-available__info {
  margin-top: 16px;
  padding: 17px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section .colors-available__info p {
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  font-size: 24px;
  font-family: 'bahnschriftSemiLight', sans-serif;
}
@media (max-width: 992px) {
  .section .colors-available__info p {
    font-size: 16px;
  }
}
.section .colors-available-swiper {
  position: relative;
  height: 100%;
}
.section .colors-available-swiper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .colors-available-swiper__info-name {
  padding-left: 12px;
}
.section .colors-available-swiper__info-line {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .colors-available-swiper__info-lable {
  border: 1px solid #12BA82;
  background-color: rgba(18, 186, 130, 0.08);
  height: 38px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #12BA82;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
  gap: 10px;
}
.section .tasks__line {
  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;
}
@media (max-width: 992px) {
  .section .tasks__line {
    padding-top: 10px;
  }
}
.section .tasks__img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .tasks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section .tasks__item {
  width: 25%;
}
.section .tasks__name {
  background-color: white;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #303030;
  text-transform: uppercase;
  font-size: 24px;
}
.section .choose__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section .choose__item {
  background-color: white;
  padding: 24px;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100px;
}
@media (max-width: 480px) {
  .section .choose__item {
    padding: 8px;
  }
}
.section .choose__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .section .choose__item-wrapper {
    gap: 8px;
  }
}
.section .choose__icon {
  width: 72px;
}
.section .choose__title {
  color: #303030;
  text-transform: uppercase;
  font-size: 21px;
}
.section .choose__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (max-width: 992px) {
  .section .choose__title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section .choose__text {
  color: #7E8DA5;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
}
@media (max-width: 992px) {
  .section .choose__text {
    padding-top: 16px;
  }
}
.section .choose__line {
  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;
}
@media (max-width: 992px) {
  .section .choose__line {
    padding-top: 10px;
  }
}
.section .order__line {
  padding-top: 44px;
  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;
}
@media (max-width: 992px) {
  .section .order__line {
    padding-top: 24px;
  }
}
.section .order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E6E6E6;
}
@media (max-width: 992px) {
  .section .order__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section .order__item {
  background-color: white;
  padding: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .section .order__item {
    padding: 24px;
  }
}
.section .order__item:nth-child(2) {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
@media (max-width: 992px) {
  .section .order__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
}
.section .order__item:nth-child(2):after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #E6E6E6;
  left: -20px;
  top: 56px;
  background-color: white;
  background-image: url("../img/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.section .order__item:nth-child(2):before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #E6E6E6;
  right: -20px;
  top: 56px;
  background-color: white;
  z-index: 1;
  background-image: url("../img/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
@media (max-width: 992px) {
  .section .order__item:nth-child(2)::before,
  .section .order__item:nth-child(2)::after {
    width: 32px;
    height: 32px;
    background-size: 14px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .section .order__item:nth-child(2)::before {
    top: calc(100% - 16px);
    right: 24px;
  }
  .section .order__item:nth-child(2)::after {
    left: calc(100% - 56px);
    top: -20px;
  }
}
.section .order__numb {
  color: #2563EB;
  font-size: 88px;
  opacity: 0.3;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .section .order__numb {
    display: none;
  }
}
.section .order__title {
  padding-bottom: 12px;
  color: #303030;
  text-transform: uppercase;
  font-size: 21px;
}
.section .order__text {
  color: #7E8DA5;
  font-size: 16px;
  line-height: 24px;
}
.section .faq {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 120px !important;
}
.section .faq .active {
  background-color: rgba(37, 99, 235, 0.04);
}
.section .faq .active .faq__content {
  display: block;
}
.section .faq .active .faq__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section .faq__icon {
  background-image: url("../img/icons/icon-plus.svg");
  width: 23px;
  height: 23px;
}
.section .faq__link {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section .faq__content {
  display: none;
  padding: 0 24px 24px 24px;
  color: #7E8DA5;
  font-size: 16px;
  font-family: 'BrutalType', sans-serif;
  line-height: 24px;
}
.section .faq__name {
  font-size: 24px;
  text-transform: uppercase;
}
.section .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #E6E6E6;
  background-color: white;
}
.section .faq__item {
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.section .faq__item:not(:first-child) {
  border-top: 1px solid #E6E6E6;
}
.section .faq__item:hover {
  background-color: rgba(37, 99, 235, 0.04);
}
.section .faq__item:hover .faq__icon {
  stroke: #2563EB !important;
}
.section .faq__item:hover .faq__name {
  color: #2563EB;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: 430px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 100px !important;
  background-color: white;
}
@media (max-width: 992px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    gap: 0;
  }
}
.footer__tell-form {
  width: 50%;
  padding: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__tell-form {
    width: 100%;
    padding: 24px;
  }
}
.footer__tell-form p {
  color: #7E8DA5;
  font-size: 20px;
  padding-top: 24px;
  font-family: 'BrutalType', sans-serif;
}
@media (max-width: 992px) {
  .footer__tell-form p {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.footer__text {
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .footer__text {
    font-size: 28px;
  }
}
.footer__text span {
  color: #2563EB;
}
.footer__contact {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 50%;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 992px) {
  .footer__contact {
    width: 100%;
    height: 335px;
  }
}
.footer__contact-text {
  font-size: 16px;
  font-family: 'BrutalType', sans-serif;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .footer__contact-text {
    padding-top: 24px;
    padding-bottom: 8px;
    color: #7E8DA5;
    font-size: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer__contact-text::before,
  .footer__contact-text::after {
    content: '';
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    background: #E6E6E6;
    max-width: 100%;
  }
  .footer__contact-text::before {
    margin-right: 16px;
  }
  .footer__contact-text::after {
    margin-left: 16px;
  }
}
.footer__contact-phone {
  font-size: 48px;
  font-family: 'bahnschriftLight', sans-serif;
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .footer__contact-phone {
    color: #303030;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__contact-text-two {
  font-size: 20px;
  font-family: 'BrutalType', sans-serif;
  font-weight: 500;
  color: white;
  z-index: 2;
  position: relative;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .footer__contact-text-two {
    color: #7E8DA5;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(28, 35, 73, 0.6);
  z-index: 1;
  pointer-events: none;
}
.desctop {
  display: none;
}
@media (min-width: 992px) {
  .desctop {
    display: block;
  }
}
.mobile {
  display: none;
}
@media (max-width: 992px) {
  .mobile {
    display: block;
  }
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.popup-overlay.is-open .popup {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.popup-overlay .popup {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 432px;
  padding: 32px;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(20px) scale(0.95);
          transform: translateY(20px) scale(0.95);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-overlay .popup .button__blue {
  width: 100%;
  margin-top: 40px;
}
.popup-overlay .popup-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid rgba(48, 48, 48, 0.12);
  outline: none;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  background: #fff;
}
.popup-overlay .popup-input:focus {
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
          box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.popup-overlay .popup-input:invalid:not(:placeholder-shown) {
  border-color: #ef4444;
}
.popup-overlay .popup-input::-webkit-input-placeholder {
  color: #9ca3af;
}
.popup-overlay .popup-input:-ms-input-placeholder {
  color: #9ca3af;
}
.popup-overlay .popup-input::-ms-input-placeholder {
  color: #9ca3af;
}
.popup-overlay .popup-input::placeholder {
  color: #9ca3af;
}
.popup-overlay .popup-label {
  color: #7E8DA5;
  font-size: 14px;
  padding-bottom: 2px;
}
.popup-overlay .popup-title {
  margin: 0 0 16px;
  line-height: 32px;
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
}
.popup-overlay .popup-content {
  margin: 0;
  line-height: 1.6;
  color: #444;
  padding-bottom: 24px;
}
.popup-overlay .popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.popup-overlay .popup-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup-overlay .popup-close::before,
.popup-overlay .popup-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #666;
  border-radius: 1px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.popup-overlay .popup-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup-overlay .popup-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-overlay .popup-close:hover::before,
.popup-overlay .popup-close:hover::after {
  background-color: #000;
}
body {
  background-color: #F2F4F6;
  font-family: 'bahnschriftLightSemiCondensed', sans-serif;
}
.container {
  margin: 0 auto;
  max-width: 1352px;
  padding: 0 20px;
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.pb-40 {
  padding-bottom: 40px;
}
.swiper-pagination {
  bottom: 0px;
  z-index: 10;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0!important;
  border: 1px solid #7E8DA5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7E8DA5;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  width: 8px;
}
