@import url("../assets/fonts/Unbounded/stylesheet.css");
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html.no-scroll,
body.no-scroll {
  position: relative;
  overflow: hidden;
}

body {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Unbounded", sans-serif;
  background-color: #fff;
}

h1,
.heading {
  font-weight: 700;
  line-height: 128%;
  color: #121212;
}
h1,
.heading {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  h1,
  .heading {
    font-size: calc(36px + 14 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .heading {
    font-size: 50px;
  }
}
h1 span, h1_accent,
.heading span,
.heading_accent {
  color: #fea700;
}

h2,
.subheading {
  text-transform: uppercase;
  margin-bottom: 26px;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
h2,
.subheading {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  h2,
  .subheading {
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  h2,
  .subheading {
    font-size: 18px;
  }
}

.subheading_white {
  color: #fff;
}

.page {
  width: 100%;
  min-height: 100%;
}

.wrapper {
  width: 100%;
  height: 100%;
  max-width: 1472px;
  padding: 0px 16px;
  margin: 0 auto;
  display: flex;
}

p,
.text {
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
p,
.text {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  p,
  .text {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  p,
  .text {
    font-size: 20px;
  }
}

.section-heading {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.section-heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .section-heading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .section-heading {
    font-size: 35px;
  }
}

.section-subheading {
  margin-bottom: 49px;
  font-weight: 400;
  color: #121212;
  line-height: 128%;
  letter-spacing: 0%;
  padding-left: 21px;
  border-left: 9px solid #fea700;
  text-transform: unset;
}
.section-subheading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .section-subheading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .section-subheading {
    font-size: 35px;
  }
}

.breadcrumbs {
  margin-bottom: 76px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.breadcrumbs__link {
  position: relative;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0%;
  color: #121212;
  background-image: url("../assets/icons/breadcrumb-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 50.5px;
}
.breadcrumbs__link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .breadcrumbs__link {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .breadcrumbs__link {
    font-size: 20px;
  }
}
.breadcrumbs__link_active {
  color: #fea700;
  background-image: url("../assets/icons/active-breadcrumb-icon.svg");
}
.breadcrumbs__link:first-child {
  padding: 0;
  background: none;
}
.breadcrumbs__link:first-child::after {
  display: none;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.select2-container--default {
  width: auto !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 15px;
  width: 339px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: start;
  box-shadow: 0 0 40px -1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("../assets/icons/select-icon.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.select2-container--default .select2-selection__rendered {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  line-height: 149%;
  color: #000 !important;
}
.select2-container--default .select2-selection__rendered {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .select2-container--default .select2-selection__rendered {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .select2-container--default .select2-selection__rendered {
    font-size: 20px;
  }
}
.select2-container--default.select2-container--open .select2-selection--single {
  background-image: url("../assets/icons/select-icon-opened.svg");
}
.select2-container--default .select2-dropdown {
  width: 100%;
}

@media (max-width: 1023px) {
  h1,
  .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 320px) {
  h1,
  .heading {
    font-size: calc(24px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1920px) {
  h1,
  .heading {
    font-size: 32px;
  }
}
.btn {
  padding: 10px 20.5px;
  font-weight: 400;
  line-height: 128%;
  text-align: center;
  background-color: #fea700;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fea700;
  transition: 0.3s;
  border-radius: 10px;
  text-transform: lowercase;
  transform: scale(1);
  transition: 0.3s;
}
.btn {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .btn {
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .btn {
    font-size: 18px;
  }
}
.btn:active {
  transform: scale(0.9);
}
.btn:hover {
  color: #fea700;
  background-color: transparent;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 41.9px;
  margin-top: 35px;
  margin-bottom: 62px;
  padding: 0px 16px;
}

.top-header {
  width: 100%;
}
.top-header__wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  max-width: 1440px;
}
.top-header__logo-link, .footer__logo-link {
  display: flex;
  align-items: center;
  gap: 20.14px;
}
.top-header__logo, .footer__top-logo {
  width: 68.72px;
  height: 47.1px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-header__logo-slogan, .footer__top-logo-slogan {
  width: 203.14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-header__address-info {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 60px;
}
.top-header__address-info-item, .footer__top-address-info-item {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 128%;
  color: #121212;
}
.top-header__address-info-item, .footer__top-address-info-item {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .top-header__address-info-item, .footer__top-address-info-item {
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .top-header__address-info-item, .footer__top-address-info-item {
    font-size: 18px;
  }
}
.top-header__address-info-item-heading, .footer__top-address-info-item-heading {
  margin-bottom: 7px;
  font-weight: 400;
  line-height: 128%;
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fea700;
}
.top-header__address-info-item-heading, .footer__top-address-info-item-heading {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .top-header__address-info-item-heading, .footer__top-address-info-item-heading {
    font-size: calc(10px + 2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .top-header__address-info-item-heading, .footer__top-address-info-item-heading {
    font-size: 12px;
  }
}

.bottom-header {
  width: 100%;
}
.bottom-header__wrapper {
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 43px;
  padding-right: 29px;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #121212;
}
.bottom-header__nav {
  display: flex;
  align-items: center;
  gap: 49px;
  font-weight: 400;
  line-height: 128%;
  color: #fff;
}
.bottom-header__nav {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .bottom-header__nav {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .bottom-header__nav {
    font-size: 16px;
  }
}
.bottom-header__nav-link {
  position: relative;
}
.bottom-header__nav-link::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fea700;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.bottom-header__nav-link:hover::after {
  visibility: visible;
  opacity: 1;
}
.bottom-header__main-btn {
  padding: 5px 20px;
  border-radius: 5px;
  line-height: 128%;
}
.bottom-header__main-btn {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .bottom-header__main-btn {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .bottom-header__main-btn {
    font-size: 16px;
  }
}

.header__burger::before,
.header__burger::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #000;
  transition: background-color 0.3s;
}

.header__burger::before {
  top: 0;
  box-shadow: 0 11px 0 #000;
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.header__burger::after {
  bottom: 0;
  transition: bottom 0.3s 0.15s, transform 0.3s;
}

.header__burger {
  cursor: pointer;
  display: none;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
  margin: 30px auto;
  z-index: 999;
}
.header__burger_active::after {
  background-color: #fff;
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}
.header__burger_active::before {
  background-color: #fff;
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.promo-section {
  width: 100%;
  padding-bottom: 103px;
  margin-bottom: 54px;
  background-image: url("../assets/img/promo-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.promo-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.promo-section__top {
  width: 100%;
  margin-bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.promo-section__top-heading {
  max-width: 798px;
}
.promo-section__top-stat {
  max-width: 411px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.promo-section__top-stat-text {
  font-weight: 700;
  line-height: 128%;
  text-align: center;
  color: #121212;
}
.promo-section__top-stat-text {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .promo-section__top-stat-text {
    font-size: calc(18px + 12 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .promo-section__top-stat-text {
    font-size: 30px;
  }
}
.promo-section__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 49px;
}

.stat-item {
  padding: 11px 48.5px;
  font-weight: 700;
  font-size: 60px;
  line-height: 128%;
  color: #121212;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
}
.stat-item {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .stat-item {
    font-size: calc(32px + 28 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .stat-item {
    font-size: 60px;
  }
}

.promo-section-card {
  width: 100%;
  height: 100%;
  padding: 39px 57px 71px 36px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.promo-section-card_black {
  background-color: #121212;
}
.promo-section-card_black .promo-section-card__heading {
  color: #fff;
}
.promo-section-card_black .promo-section-card__list-item {
  background-color: #fea700;
  color: #121212;
}
.promo-section-card__heading {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 128%;
  text-transform: uppercase;
  color: #121212;
}
.promo-section-card__heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .promo-section-card__heading {
    font-size: calc(18px + 12 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .promo-section-card__heading {
    font-size: 30px;
  }
}
.promo-section-card__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 20px;
}
.promo-section-card__list-item {
  width: auto;
  padding: 5px 20px;
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
  border: 1px solid #fea700;
  border-radius: 5px;
}
.promo-section-card__list-item {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .promo-section-card__list-item {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .promo-section-card__list-item {
    font-size: 16px;
  }
}

.news-section {
  width: 100%;
  margin-bottom: 95px;
}
.news-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.news-section__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 62px;
}
.news-section__preview {
  position: relative;
  width: 100%;
  height: 383px;
  border-radius: 20px;
  overflow: hidden;
  padding: 38px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}
.news-section__preview-body {
  position: relative;
  z-index: 2;
}
.news-section__preview-date {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
}
.news-section__preview-date {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .news-section__preview-date {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .news-section__preview-date {
    font-size: 18px;
  }
}
.news-section__preview-heading {
  padding: 10px;
  font-weight: 400;
  line-height: 128%;
  color: #fff;
  background-color: #fea700;
  border-radius: 10px;
}
.news-section__preview-heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .news-section__preview-heading {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .news-section__preview-heading {
    font-size: 20px;
  }
}
.news-section__preview-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section__news-list-holder {
  text-align: right;
}
.news-section__news-list {
  width: 100%;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.news-section__news-list-item {
  width: 100%;
}
.news-section__news-list-item-holder {
  width: 100%;
  min-height: 111px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fea700;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.news-section__news-list-item-date {
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
  margin-bottom: 20px;
}
.news-section__news-list-item-date {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .news-section__news-list-item-date {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .news-section__news-list-item-date {
    font-size: 18px;
  }
}
.news-section__news-list-item-heading {
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.news-section__news-list-item-heading {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .news-section__news-list-item-heading {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .news-section__news-list-item-heading {
    font-size: 20px;
  }
}

.projects-section {
  width: 100%;
  margin-bottom: 97px;
  padding-top: 26px;
  padding-bottom: 57px;
  background-image: url("../assets/img/projects-section-bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.projects-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.projects-section__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 34px;
}
.projects-section__list-item {
  width: 100%;
  height: 100%;
  min-height: 257px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding-top: 52px;
  padding-right: 42px;
  padding-bottom: 52px;
  padding-left: 45px;
  border-radius: 20px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.projects-section__list-item-heading {
  padding-left: 10px;
  border-left: 3px solid #fea700;
  font-weight: 400;
  line-height: 128%;
  color: #000;
}
.projects-section__list-item-heading {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .projects-section__list-item-heading {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .projects-section__list-item-heading {
    font-size: 20px;
  }
}

.request-section {
  width: 100%;
  margin-bottom: 285px;
}
.request-section__wrapper {
  align-items: flex-start;
  justify-content: space-between;
  gap: 69px;
}
.request-section__content {
  width: 100%;
  max-width: 591px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.request-section__heading {
  position: relative;
  margin-bottom: 28px;
  font-weight: 400;
  padding-bottom: 19px;
  line-height: 128%;
  text-transform: uppercase;
  color: #121212;
}
.request-section__heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .request-section__heading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .request-section__heading {
    font-size: 35px;
  }
}
.request-section__heading::before {
  content: "";
  width: 100%;
  max-width: 447px;
  height: 4px;
  background-color: #fea700;
  position: absolute;
  left: 0;
  bottom: 0;
}
.request-section__heading::after {
  content: "";
  width: 100%;
  max-width: 100px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: -8px;
  background-image: url(../assets/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.request-section__content-text {
  max-width: 481px;
}

.request-form {
  width: 100%;
  padding-top: 57px;
  padding-right: 52px;
  padding-bottom: 47px;
  padding-left: 75px;
  border-radius: 20px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fea700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.request-form__input {
  width: 100%;
  margin-bottom: 28px;
  font-family: "Unbounded", sans-serif;
  padding: 16px 60px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
  border: none;
}
.request-form__input {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .request-form__input {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .request-form__input {
    font-size: 18px;
  }
}
.request-form__input::-moz-placeholder {
  color: #fea700;
}
.request-form__input::placeholder {
  color: #fea700;
}
.request-form__input:focus {
  outline: none;
}
.request-form__label {
  margin-bottom: 13.32px;
  max-width: 622px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 28.87px;
  font-weight: 400;
  line-height: 128%;
  color: #fff;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}
.request-form__label {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .request-form__label {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .request-form__label {
    font-size: 16px;
  }
}
.request-form__label:active {
  transform: scale(0.9);
}
.request-form__checkbox-input {
  display: none;
}
.request-form__checkbox-input:checked + .request-form__custom-heckbox {
  background-image: url("../assets/icons/check-icon.svg");
}
.request-form__custom-heckbox {
  position: relative;
  border-radius: 5px;
  width: 31px;
  height: 31px;
  background: #fff0d3;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
.request-form__btn {
  margin-left: auto;
  font-family: "Unbounded", sans-serif;
  padding: 24px 63px 23px 74px;
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  border: 1px solid white;
  transform: scale(1);
  transition: 0.3s;
}
.request-form__btn {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .request-form__btn {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .request-form__btn {
    font-size: 20px;
  }
}
.request-form__btn:hover {
  color: #fff;
  background-color: transparent;
}
.request-form__btn:active {
  transform: scale(0.9);
}

.footer {
  width: 100%;
  padding-top: 92px;
  padding-bottom: 218px;
  background-color: #121212;
}
.footer__top {
  width: 100%;
  margin-bottom: 46px;
}
.footer__top-wrapper {
  align-items: flex-start;
  justify-content: space-between;
}
.footer__top-address-info {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 109px;
}
.footer__top-address-info-item {
  color: #fff;
}
.footer__bottom-wrapper {
  align-items: center;
  justify-content: end;
}

.footer-form {
  width: 100%;
  max-width: 781px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-form__input {
  width: 100%;
  max-width: 485px;
  padding: 15px 68px;
  font-weight: 400;
  line-height: 128%;
  color: #fff;
  border-radius: 10px;
  background: #444;
  font-family: "Unbounded", sans-serif;
  border: none;
  transition: 0.3s;
  outline: 1px soid transparent;
}
.footer-form__input {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .footer-form__input {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .footer-form__input {
    font-size: 20px;
  }
}
.footer-form__input::-moz-placeholder {
  color: #fff;
}
.footer-form__input::placeholder {
  color: #fff;
}
.footer-form__input:focus {
  outline: 1px solid #fea700;
}
.footer-form__btn {
  padding: 15px 63px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  border: none;
  line-height: 128%;
  color: #121212;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  border: 1px solid #fea700;
  background: #fea700;
  transition: 0.3s;
  transform: scale(1);
  transition: 0.3s;
}
.footer-form__btn {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .footer-form__btn {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .footer-form__btn {
    font-size: 20px;
  }
}
.footer-form__btn:hover {
  background-color: transparent;
  color: #fea700;
}
.footer-form__btn:active {
  transform: scale(0.9);
}

.overlay {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.overlay_active {
  opacity: 1;
  visibility: visible;
}
.overlay_active .mobile-menu {
  transform: translateX(0%);
}
.overlay_active + .header .top-header {
  background-color: #121212;
}
.overlay_active + .header .top-header__logo-slogan, .overlay_active + .header .footer__top-logo-slogan {
  filter: invert(1);
}

.mobile-menu {
  width: 100%;
  height: 100%;
  max-width: 340px;
  margin-left: auto;
  background-color: #121212;
  padding: 32px;
  padding-right: 64px;
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  transform: translateX(100%);
  transition: 0.3s;
  gap: 32px;
  overflow-y: auto;
  display: none;
}
.mobile-menu__nav {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 24px;
}
.mobile-menu__nav-link {
  color: #fff;
}
.mobile-menu__nav-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .mobile-menu__nav-link {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__nav-link {
    font-size: 16px;
  }
}
.mobile-menu__btn {
  width: 100%;
  padding: 8px;
}
.mobile-menu__btn {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .mobile-menu__btn {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__btn {
    font-size: 14px;
  }
}
.mobile-menu__info-list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 32px;
}
.mobile-menu__info-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 8px;
}
.mobile-menu__info-list-item-heading {
  color: #fea700;
  text-transform: uppercase;
}
.mobile-menu__info-list-item-heading {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .mobile-menu__info-list-item-heading {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__info-list-item-heading {
    font-size: 16px;
  }
}
.mobile-menu__info-list-item-text {
  color: #fff;
}
.mobile-menu__info-list-item-text {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .mobile-menu__info-list-item-text {
    font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__info-list-item-text {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .top-header__logo, .footer__top-logo {
    width: 48px;
    height: auto;
  }
  .top-header__logo-slogan, .footer__top-logo-slogan {
    width: 160px;
  }
  .top-header__logo-link, .footer__logo-link {
    gap: 16px;
  }
  .top-header__address-info {
    gap: 16px;
  }
  .top-header__address-info-item, .footer__top-address-info-item {
    max-width: 270px;
  }
  .bottom-header__nav {
    gap: 16px;
  }
  .projects-section__list {
    gap: 16px;
  }
  .projects-section__list-item {
    padding: 24px;
  }
}
@media (max-width: 1096px) {
  .bottom-header__wrapper {
    padding: 18px;
  }
}
@media (max-width: 1023px) {
  .top-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: #fff;
    padding: 16px 0;
  }
  .top-header__wrapper {
    padding: 0px 16px;
  }
  .wrapper {
    max-width: 820px;
  }
  .bottom-header,
  .top-header__address-info {
    display: none;
  }
  .header__burger {
    display: block;
    margin: 0;
  }
  .mobile-menu {
    display: flex;
  }
  .stat-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 320px) {
  .stat-item {
    font-size: calc(24px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1920px) {
  .stat-item {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .promo-section {
    background-position: bottom -121px right 0;
  }
  .promo-section__list {
    gap: 16px;
  }
  .promo-section-card {
    padding: 24px;
  }
  .projects-section {
    background-color: #fea700;
  }
  .projects-section__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .request-section {
    margin-bottom: 48px;
  }
  .request-form {
    padding: 32px;
  }
  .request-form__custom-heckbox {
    width: 18px;
    height: 18px;
  }
  .request-form__btn {
    width: 100%;
    padding: 12px;
  }
  .footer {
    padding: 48px 0;
  }
  .footer__top-address-info {
    margin: 0;
  }
  .footer-form {
    justify-content: space-between;
  }
  .footer-form__input {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .header {
    margin-top: 24px;
  }
  .wrapper {
    padding: 0px 32px;
  }
  .top-header__logo, .footer__top-logo {
    width: 32px;
  }
  .top-header__logo-link, .footer__logo-link {
    gap: 12px;
    align-items: flex-start;
  }
  .projects-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-section__list-item {
    min-height: 164px;
  }
}
@media (max-width: 720px) {
  .promo-section__top {
    flex-direction: column;
    gap: 48px;
  }
  .promo-section__top-heading {
    text-align: center;
  }
  .promo-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .promo-section-card {
    min-height: 210px;
  }
  .promo-section-card__heading {
    font-size: 14px;
    line-height: 1.1;
  }
  .news-section__content {
    gap: 16px;
  }
  .request-section__wrapper {
    gap: 16px;
  }
  .footer__top-address-info {
    gap: 32px;
  }
  .footer-form__input {
    padding: 16px;
  }
}
@media (max-width: 645px) {
  .promo-section {
    background-position: bottom 0 right -400px;
  }
  .promo-section__top {
    margin-bottom: 48px;
  }
  .footer__top-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .request-form__input {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .header {
    margin-top: 16px;
  }
  .top-header__logo-slogan, .footer__top-logo-slogan {
    display: none;
  }
  .promo-section__top-heading {
    line-height: 1.3;
  }
  .promo-section__list {
    grid-template-columns: 1fr;
  }
  .news-section__content {
    display: flex;
    flex-direction: column;
  }
  .news-section__preview {
    height: 263px;
    padding: 18px;
  }
  .projects-section__list {
    grid-template-columns: 1fr;
  }
  .request-section__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .request-section__heading::after {
    display: none;
  }
  .footer-form {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 425px) {
  .wrapper {
    padding: 0px 16px;
  }
  .request-form {
    padding: 16px;
  }
  .request-form__input {
    margin-bottom: 8px;
  }
  .request-form__label {
    gap: 2px;
  }
  .header {
    padding: 0;
  }
  .mobile-menu {
    max-width: 280px;
  }
  .footer__top-address-info {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer__top-address-info-item-heading {
    margin-bottom: 16px;
  }
}
.main-projects-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.main-projects-section__row {
  width: 100%;
  margin-bottom: 73px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.main-projects-section__years-list {
  max-width: 634px;
  display: grid;
  width: 100%;
  grid-auto-rows: 1fr;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}
.main-projects-section__year-link, .main-projects-section__category-link {
  padding: 12px;
  width: 100%;
  box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 149%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s;
  transform: scale(1);
  transition: 0.3s;
}
.main-projects-section__year-link, .main-projects-section__category-link {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .main-projects-section__year-link, .main-projects-section__category-link {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .main-projects-section__year-link, .main-projects-section__category-link {
    font-size: 20px;
  }
}
.main-projects-section__year-link:active, .main-projects-section__category-link:active {
  transform: scale(0.9);
}
.main-projects-section__year-link:hover, .main-projects-section__category-link:hover {
  filter: brightness(0.95);
}
.main-projects-section__year-link_active, .main-projects-section__category-link_active {
  color: #121212;
  background-color: #fea700;
}
.main-projects-section__category-list {
  width: 100%;
  max-width: 689px;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: 1fr;
  gap: 18px;
}
.main-projects-section__details-card-list {
  width: 100%;
  margin-bottom: 43px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
.main-projects-section__list {
  width: 100%;
  margin-bottom: 121px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  row-gap: 39px;
  -moz-column-gap: 43px;
       column-gap: 43px;
}
.main-projects-section__btn {
  margin: 0 auto;
  margin-bottom: 92px;
  padding: 24px 49px 23px 48px;
  color: #121212;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fea700;
  border-radius: 10px;
  font-weight: 500;
  text-transform: unset;
}

.project-card {
  position: relative;
  width: 100%;
  min-height: 395px;
  height: 100%;
  padding-top: 50px;
  padding-right: 35px;
  padding-bottom: 56px;
  padding-left: 35px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  transition: 0.3s;
  box-shadow: 0 0 40px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.project-card:hover {
  background-color: #121212;
}
.project-card:hover .project-card__text,
.project-card:hover .project-card__heading {
  color: #fff;
}
.project-card:hover .project-card__area {
  filter: invert(1);
}
.project-card:hover .project-card__tag-link {
  color: #fff;
}
.project-card_detail {
  max-width: 694px;
  min-height: 396px;
  padding-top: 51px;
  padding-right: 220px;
  padding-bottom: 59px;
  padding-left: 35px;
  border-radius: 25px;
}
.project-card_detail .project-card__area {
  margin-top: auto;
  margin-bottom: 0;
}
.project-card_detail .project-card__heading {
  margin-bottom: 14px;
}
.project-card_detail .project-card__img {
  right: 0;
  bottom: 49.53px;
  width: 206px;
  height: 246px;
}
.project-card_detail .project-card__tags {
  margin-bottom: 20px;
}
.project-card_detail .project-card__tag-link {
  border-radius: 10px;
  background-color: #121212;
  padding: 5px 22px;
  font-weight: 400;
  line-height: 149%;
  color: #fff;
  transform: scale(1);
  transition: 0.3s;
  border: 1px solid transparent;
}
.project-card_detail .project-card__tag-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .project-card_detail .project-card__tag-link {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .project-card_detail .project-card__tag-link {
    font-size: 16px;
  }
}
.project-card_detail .project-card__tag-link:active {
  transform: scale(0.9);
}
.project-card_detail .project-card__tag-link:hover {
  filter: brightness(1.5);
}
.project-card_detail .project-card__tag-link::after {
  display: none;
}
.project-card_detail:hover .project-card__tag-link {
  border: 1px solid #fea700;
}
.project-card__heading {
  position: relative;
  z-index: 2;
  max-width: 344px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
  padding-left: 18px;
  border-left: 3px solid #fea700;
}
.project-card__heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .project-card__heading {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .project-card__heading {
    font-size: 20px;
  }
}
.project-card__tags {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
  gap: 14px;
}
.project-card__tag-link {
  position: relative;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
}
.project-card__tag-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .project-card__tag-link {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .project-card__tag-link {
    font-size: 16px;
  }
}
.project-card__tag-link::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fea700;
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-card__text {
  max-width: 413px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
}
.project-card__text {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .project-card__text {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .project-card__text {
    font-size: 16px;
  }
}
.project-card__area {
  font-weight: 400;
  margin-bottom: auto;
  line-height: 149%;
  padding-left: 29px;
  padding-top: 1px;
  padding-bottom: 2px;
  background-image: url("../../../assets/icons/area-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  color: #121212;
}
.project-card__area {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .project-card__area {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .project-card__area {
    font-size: 16px;
  }
}
.project-card__img {
  position: absolute;
  width: 119px;
  height: 141px;
  right: 0;
  bottom: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1320px) {
  .main-projects-section__list {
    gap: 16px;
  }
  .main-projects-section__details-card-list {
    gap: 16px;
  }
}
@media (max-width: 1220px) {
  .main-projects-section__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .main-projects-section__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-projects-section__list {
    margin-bottom: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
  .main-projects-section__details-card-list {
    grid-template-columns: 1fr;
  }
  .project-card {
    min-height: 265px;
  }
  .project-card__img {
    bottom: 16px;
  }
  .project-card_detail {
    max-width: unset;
    width: 100%;
    min-height: 336px;
  }
}
@media (max-width: 625px) {
  .main-projects-section__list {
    grid-template-columns: 1fr;
  }
  .main-projects-section__row, .main-projects-section__years-list, .main-projects-section__category-list {
    gap: 8px;
  }
}
@media (max-width: 525px) {
  .project-card {
    padding: 24px;
  }
  .project-card_detail {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 164px;
    padding-bottom: 24px;
    border-radius: 14px;
  }
  .project-card_detail .project-card__img {
    width: 156px;
    height: 186px;
    bottom: 12px;
  }
  .main-projects-section__btn {
    padding: 14px 50px;
  }
}
@media (max-width: 480px) {
  .main-projects-section__category-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 375px) {
  .project-card_detail {
    padding-right: 114px;
  }
  .project-card_detail .project-card__img {
    width: 116px;
    height: 146px;
    bottom: 12px;
  }
}
.subservices-section {
  position: relative;
  margin-bottom: 143px;
}
.subservices-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.subservices-section__heading {
  max-width: 750px;
  margin-top: 82px;
  margin-bottom: 108px;
  font-weight: 700;
  font-size: 60px;
  line-height: 128%;
}
.subservices-section__heading {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .subservices-section__heading {
    font-size: calc(32px + 28 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .subservices-section__heading {
    font-size: 60px;
  }
}
.subservices-section__subtext {
  margin-bottom: 12px;
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 128%;
  color: #fea700;
}
.subservices-section__subtext {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .subservices-section__subtext {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .subservices-section__subtext {
    font-size: 20px;
  }
}
.subservices-section__stat-list {
  width: 100%;
  max-width: 866px;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.subservices-section__stat-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
}
.subservices-section__stat-item-counter {
  width: 100%;
  border-bottom: 5px solid #fea700;
  font-weight: 700;
  color: #121212;
}
.subservices-section__stat-item-counter {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .subservices-section__stat-item-counter {
    font-size: calc(32px + 28 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .subservices-section__stat-item-counter {
    font-size: 60px;
  }
}
.subservices-section__stat-item-text {
  max-width: 337px;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.subservices-section__stat-item-text {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .subservices-section__stat-item-text {
    font-size: calc(12px + 13 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .subservices-section__stat-item-text {
    font-size: 25px;
  }
}
.subservices-section__bg {
  position: absolute;
  top: -264px;
  right: 0;
  z-index: -1;
}

.info-services-section {
  margin-bottom: 109px;
}
.info-services-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.info-services-section__content {
  width: 100%;
  padding: 58px 36px 62px 50px;
  border-radius: 20px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.info-services-section__content-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 3px solid #fea700;
}
.info-services-section__content-text {
  max-width: 860px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 128%;
  color: #000;
}
.info-services-section__content-text {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .info-services-section__content-text {
    font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .info-services-section__content-text {
    font-size: 30px;
  }
}
.info-services-section__content-btn {
  padding: 20px 34px;
  background-color: #121212;
  font-weight: 400;
  font-size: 21px;
  line-height: 128%;
  color: #fff;
  border: 1px solid #121212;
}
.info-services-section__content-btn {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .info-services-section__content-btn {
    font-size: calc(14px + 7 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .info-services-section__content-btn {
    font-size: 21px;
  }
}
.info-services-section__content-btn:hover {
  border-color: #fea700;
}
.info-services-section__subtext {
  margin-top: 38px;
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
}
.info-services-section__subtext {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .info-services-section__subtext {
    font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .info-services-section__subtext {
    font-size: 30px;
  }
}

.finished-projects-section {
  overflow: hidden;
}
.finished-projects-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.finished-projects-section__swiper {
  width: 100%;
  margin-bottom: 149px;
  overflow: visible;
}

.subsection-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 55px;
}
.subsection-top__heading {
  margin-right: 39px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 128%;
  text-transform: uppercase;
  color: #121212;
}
.subsection-top__heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .subsection-top__heading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .subsection-top__heading {
    font-size: 35px;
  }
}
.subsection-top__slides-navigation {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.subsection-top__slides-navigation-btn {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  transform: scale(1);
  transition: 0.3s;
}
.subsection-top__slides-navigation-btn:active {
  transform: scale(0.9);
}
.subsection-top__more-link {
  max-width: 333px;
  text-align: right;
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
}
.subsection-top__more-link {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .subsection-top__more-link {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .subsection-top__more-link {
    font-size: 20px;
  }
}

.finished-project-card {
  width: 100%;
  border-radius: 20px;
 /*box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 28.17px;
  padding-right: 26.81px;
  padding-bottom: 30px;
  padding-left: 27.26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
    margin: 10px;
}
.finished-project-card__img {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 40px;
}
.finished-project-card__heading {
  font-weight: 400;
  line-height: 128%;
  color: #121212;
  padding-left: 19px;
  border-left: 6px solid #fea700;
}
.finished-project-card__heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .finished-project-card__heading {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .finished-project-card__heading {
    font-size: 20px;
  }
}

.technology-section {
  margin-bottom: 159px;
}
.technology-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.technology-section__heading {
  margin-bottom: 17px;
  padding-bottom: 16px;
  border-bottom: 3px solid #fea700;
  font-weight: 400;
  font-size: 35px;
  line-height: 128%;
  text-transform: uppercase;
  color: #121212;
}
.technology-section__heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .technology-section__heading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__heading {
    font-size: 35px;
  }
}
.technology-section__text {
  max-width: 1204px;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
  margin-bottom: 180px;
}
.technology-section__text {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__text {
    font-size: calc(12px + 13 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__text {
    font-size: 25px;
  }
}
.technology-section__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 42px;
}
.technology-section__tabs {
  width: 100%;
  max-width: 510px;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.technology-section__tabs-btn {
  width: 100%;
  border: none;
  font-family: "Unbounded", sans-serif;
  background: none;
  padding: 27px 35px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 11px;
  cursor: pointer;
  border-bottom: 1px solid #fea700;
  transform: scale(1);
  transition: 0.3s;
}
.technology-section__tabs-btn.active {
  background-color: #121212;
  border: none;
  border-radius: 20px;
}
.technology-section__tabs-btn.active .technology-section__tabs-btn-heading {
  color: #fff;
}
.technology-section__tabs-btn:last-child {
  border: none;
}
.technology-section__tabs-btn:hover {
  transform: scale(1.05);
}
.technology-section__tabs-btn:active {
  transform: scale(0.9);
}
.technology-section__tabs-btn-category-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 31px;
  flex-wrap: wrap;
}
.technology-section__tabs-btn-category {
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
}
.technology-section__tabs-btn-category {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__tabs-btn-category {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tabs-btn-category {
    font-size: 18px;
  }
}
.technology-section__tabs-btn-heading {
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.technology-section__tabs-btn-heading {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .technology-section__tabs-btn-heading {
    font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tabs-btn-heading {
    font-size: 25px;
  }
}
.technology-section__tab-pages {
  position: relative;
  width: 100%;
  max-width: 894px;
  min-height: 647px;
}
.technology-section__tab-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 467px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 63px;
  padding-right: 57px;
  padding-bottom: 61px;
  padding-left: 43px;
  border-radius: 20px;
  transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.technology-section__tab-page.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.technology-section__tab-page-content {
  width: 100%;
  margin-bottom: 53px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 65px;
}
.technology-section__tab-page-preview {
  border-radius: 20px;
  width: 100%;
  max-width: 320px;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
}
.technology-section__tab-page-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.technology-section__tab-page-category-list {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.technology-section__tab-page-category-link {
  padding: 6px 16px;
  font-weight: 400;
  color: #fea700;
  border: 1px solid #fea700;
  border-radius: 14px;
  transition: 0.3s;
}
.technology-section__tab-page-category-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__tab-page-category-link {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tab-page-category-link {
    font-size: 18px;
  }
}
.technology-section__tab-page-category-link:hover {
  background-color: #fea700;
  color: #121212;
}
.technology-section__tab-page-heading {
  margin-bottom: 38px;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.technology-section__tab-page-heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .technology-section__tab-page-heading {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tab-page-heading {
    font-size: 20px;
  }
}
.technology-section__tab-page-stats {
  width: 100%;
  height: 96px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
}
.technology-section__tab-page-stats-item {
  width: 100%;
  gap: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technology-section__tab-page-stats-item-heading {
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.technology-section__tab-page-stats-item-heading {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__tab-page-stats-item-heading {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tab-page-stats-item-heading {
    font-size: 16px;
  }
}
.technology-section__tab-page-stats-item-value {
  padding: 4px;
  width: 100%;
  max-width: 205px;
  border-radius: 14px;
  background: #fea700;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
  text-align: center;
}
.technology-section__tab-page-stats-item-value {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__tab-page-stats-item-value {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tab-page-stats-item-value {
    font-size: 16px;
  }
}
.technology-section__tab-page-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.technology-section__tab-page-text-link {
  font-weight: 400;
  line-height: 128%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #121212;
}
.technology-section__tab-page-text-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__tab-page-text-link {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tab-page-text-link {
    font-size: 18px;
  }
}
.technology-section__tab-page-link {
  padding: 18px 28px;
  border-radius: 14px;
  box-shadow: 0 0 55px 15px rgba(0, 0, 0, 0.1);
  background: #121212;
  font-weight: 400;
  line-height: 128%;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #121212;
  transform: scale(1);
  transition: 0.3s;
}
.technology-section__tab-page-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .technology-section__tab-page-link {
    font-size: calc(12px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .technology-section__tab-page-link {
    font-size: 18px;
  }
}
.technology-section__tab-page-link:hover {
  color: #121212;
  background-color: transparent;
}
.technology-section__tab-page-link:active {
  transform: scale(0.9);
}

.dec-section {
  margin-bottom: 205px;
}
.dec-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.dec-section__heading {
  margin-bottom: 106px;
  font-weight: 400;
  line-height: 128%;
  text-transform: uppercase;
  color: #121212;
}
.dec-section__heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .dec-section__heading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .dec-section__heading {
    font-size: 35px;
  }
}
.dec-section__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  row-gap: 48px;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.dec-section__list-item {
  width: 100%;
  height: 100%;
  min-height: 334px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding: 52px 62px;
  border-radius: 20px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: 0.3s;
}
.dec-section__list-item:hover {
  background-color: #121212;
}
.dec-section__list-item:hover .dec-section__list-item-heading {
  color: #fff;
}
.dec-section__list-item-heading {
  font-weight: 400;
  padding-left: 14px;
  border-left: 5px solid #fea700;
  line-height: 128%;
  text-transform: uppercase;
  color: #121212;
}
.dec-section__list-item-heading {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .dec-section__list-item-heading {
    font-size: calc(18px + 17 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .dec-section__list-item-heading {
    font-size: 35px;
  }
}

.license-section {
  overflow: hidden;
}
.license-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.license-section__swiper {
  width: 100%;
  margin-bottom: 164px;
  overflow: visible;
}

.license-card {
  width: 100%;
  height: 292px;
  border-radius: 20px;
  /*box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 0px 14px 4px rgb(0 0 0 / 5%);
  background: #fff;
  /*padding: 65px 79px 40px 43px;*/
	padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
    margin: 10px;
}
.license-card__heading {
  padding-left: 23px;
  border-left: 5px solid #fea700;
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.license-card__heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .license-card__heading {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .license-card__heading {
    font-size: 20px;
  }
}
.license-card__download-link, .review-card__download-link {
  margin: 0 auto;
  padding-left: 47px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: url("../../../assets/icons/pdf-icon.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left;
  font-weight: 400;
  line-height: 128%;
  color: #fea700;
  transform: scale(1);
  transition: 0.3s;
}
.license-card__download-link, .review-card__download-link {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .license-card__download-link, .review-card__download-link {
    font-size: calc(14px + 7 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .license-card__download-link, .review-card__download-link {
    font-size: 21px;
  }
}
.license-card__download-link:active, .review-card__download-link:active {
  transform: scale(0.9);
}
.license-card__download-link:hover, .review-card__download-link:hover {
  filter: brightness(0.85);
}

.partners-section {
  overflow: hidden;
}
.partners-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.partners-section__swiper {
  width: 100%;
  overflow: visible;
  margin-bottom: 199px;
}

.partner-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}
.partner-card__image-holder {
  width: 100%;
  height: 145px;
  padding: 18px 25px;
  border-radius: 20px;
  /*box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);*/
	box-shadow: 0 0 17px 5px rgb(181 181 181 / 10%);
	background: #fff;
	margin: 10px;
}
.partner-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partner-card__heading {
  font-weight: 400;
  line-height: 128%;
  text-align: center;
  color: #121212;
}
.partner-card__heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .partner-card__heading {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .partner-card__heading {
    font-size: 20px;
  }
}

.reviews-section {
  overflow: hidden;
}
.reviews-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.reviews-section__swiper {
  width: 100%;
  margin-bottom: 278px;
  overflow: visible;
}

.review-card {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  /*box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);*/
	box-shadow: 0 0 12px 1px rgb(104 104 104 / 10%);
  background: #fff;
  padding-top: 105px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 68px;
margin: 10px;
}
.review-card__content {
  max-width: 920px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding-left: 43px;
  border-left: 5px solid #fea700;
}
.review-card__heading {
  font-weight: 700;
  line-height: 128%;
  color: #121212;
  margin-bottom: 27px;
}
.review-card__heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .review-card__heading {
    font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .review-card__heading {
    font-size: 30px;
  }
}
.review-card__text {
  font-weight: 400;
  line-height: 128%;
  color: #121212;
}
.review-card__text {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .review-card__text {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .review-card__text {
    font-size: 20px;
  }
}
.review-card__download-link {
  padding-top: 10px;
  padding-bottom: 3px;
  margin: 0;
  margin-left: auto;
  margin-top: 56px;
}

@media (max-width: 1320px) {
  .technology-section__tab-page {
    padding: 16px;
  }
  .technology-section__tab-page-content {
    gap: 16px;
  }
}
@media (max-width: 1280px) {
  .technology-section__content {
    gap: 16px;
  }
  .subservices-section__bg {
    width: 60%;
    top: -40%;
  }
  .subservices-section__heading {
    max-width: 640px;
  }
  .dec-section__list {
    gap: 16px;
  }
}
@media (max-width: 1196px) {
  .technology-section__content {
    flex-direction: column;
  }
  .technology-section__tab-pages {
    max-width: unset;
  }
  .technology-section__tabs {
    max-width: unset;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
  .technology-section__tabs-btn {
    border-right: 1px solid #fea700;
    border-radius: 0;
  }
  .technology-section__tabs-btn.active {
    border-radius: 0;
  }
  .technology-section__tabs-btn:last-child {
    border-bottom: 1px solid #fea700;
  }
}
@media (max-width: 1023px) {
  .technology-section__tabs {
    grid-template-columns: 1fr;
  }
  .technology-section__tabs-btn {
    border-right: 1px solid #fea700;
    border-left: 1px solid #fea700;
  }
  .technology-section__tabs-btn:last-child {
    border-left: 1px solid #fea700;
    border-right: 1px solid #fea700;
  }
  .dec-section__list-item {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .info-services-section__content-top {
    flex-direction: column;
  }
  .info-services-section__content-btn {
    width: 100%;
  }
  .subservices-section__bg {
    top: -10%;
  }
  .dec-section__list {
    grid-template-columns: 1fr;
  }
  .dec-section__list-item {
    min-height: 240px;
  }
  .technology-section__text {
    margin-bottom: 24px;
  }
  .technology-section__tab-page-preview {
    max-width: unset;
  }
  .technology-section__tab-page-content {
    flex-direction: column;
  }
}
@media (max-width: 675px) {
  .subservices-section__bg {
    top: 20%;
    width: 40%;
  }
  .subsection-top {
    flex-direction: column;
    gap: 32px;
  }
  .subsection-top__slides-navigation {
    display: none;
  }
  .review-card {
    padding: 24px;
    height: auto;
    min-height: 320px;
  }
  .technology-section__tab-page-bottom {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .dec-section,
  .reviews-section__swiper {
    margin-bottom: 160px;
  }
  .info-services-section__content {
    padding: 24px;
  }
}
@media (max-width: 525px) {
  .subservices-section__bg {
    top: 28%;
    width: 40%;
  }
}
.catalog-section {
  margin-bottom: 238px;
}
.catalog-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.catalog-section__heading {
  max-width: 1291px;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 35px;
  line-height: 128%;
  color: #000;
}
.catalog-section__heading {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .catalog-section__heading {
    font-size: calc(16px + 19 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-section__heading {
    font-size: 35px;
  }
}
.catalog-section__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 33px;
}
.catalog-section__content-tabs {
  position: sticky;
  left: 0;
  top: 24px;
  width: 100%;
  max-width: 325px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.catalog-section__content-tab {
  width: 100%;
  padding: 24px 9px 24px 29px;
  border-radius: 20px;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}
.catalog-section__content-tab {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-section__content-tab {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-section__content-tab {
    font-size: 20px;
  }
}
.catalog-section__content-tab:active {
  transform: scale(0.9);
}
.catalog-section__content-tab.active {
  background-color: #121212;
  color: #fff;
}
.catalog-section__content-tab:hover {
  transform: scale(1.05);
}
.catalog-section__tab-pages {
  width: 100%;
  max-width: 1080px;
}
.catalog-section__page {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}
.catalog-section__page.active {
  display: flex;
}
.catalog-section__page-top {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.catalog-section__page-filters {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
  flex-wrap: wrap;
}
.catalog-section__page-filter-link {
  padding: 12px 38px;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
  border-radius: 15px;
  box-shadow: 0 0 40px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  transform: scale(1);
  transition: 0.3s;
}
.catalog-section__page-filter-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-section__page-filter-link {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-section__page-filter-link {
    font-size: 20px;
  }
}
.catalog-section__page-filter-link:active {
  transform: scale(0.9);
}
.catalog-section__page-filter-link_active {
  background-color: #fea700;
  color: #121212;
}
.catalog-section__page-filter-link:hover {
  transform: scale(1.05);
}
.catalog-section__page-list {
  width: 100%;
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 37px;
       column-gap: 37px;
  row-gap: 58px;
}
.catalog-section__page-link {
  padding: 24px 49px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fea700;
  text-align: center;
  line-height: 128%;
  color: #121212;
  border: 1px solid #fea700;
  transform: scale(1);
  transition: 0.3s;
}
.catalog-section__page-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-section__page-link {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-section__page-link {
    font-size: 20px;
  }
}
.catalog-section__page-link:active {
  transform: scale(0.9);
}
.catalog-section__page-link:hover {
  color: #fea700;
  background-color: transparent;
}

.catalog-card {
  width: 100%;
  height: 485px;
  border-radius: 25px;
  box-shadow: 0 0 40px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 56px;
  padding-right: 33px;
  padding-bottom: 58px;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.catalog-card__heading {
  margin-bottom: 30px;
  padding-left: 18px;
  border-left: 5px solid #fea700;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
}
.catalog-card__heading {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-card__heading {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-card__heading {
    font-size: 20px;
  }
}
.catalog-card__text {
  margin-bottom: 31px;
}
.catalog-card__text {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-card__text {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-card__text {
    font-size: 16px;
  }
}
.catalog-card__area {
  margin-bottom: auto;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
  padding-left: 37px;
  padding-top: 1px;
  background-image: url("../../../assets/icons/area-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
}
.catalog-card__area {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-card__area {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-card__area {
    font-size: 16px;
  }
}
.catalog-card__link {
  width: 100%;
  font-weight: 400;
  line-height: 149%;
  color: #fea700;
  border: 1px solid #fea700;
  border-radius: 10px;
  padding: 9px;
  text-align: center;
  transform: scale(1);
  transition: 0.3s;
}
.catalog-card__link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .catalog-card__link {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .catalog-card__link {
    font-size: 16px;
  }
}
.catalog-card__link:active {
  transform: scale(0.9);
}
.catalog-card__link:hover {
  background-color: #fea700;
  color: #121212;
}

@media (max-width: 1200px) {
  .catalog-section__content {
    gap: 16px;
  }
  .catalog-section__page-filters, .catalog-section__page-list {
    gap: 16px;
  }
  .select2-container--default .select2-selection--single {
    width: 212px;
  }
}
@media (max-width: 1100px) {
  .catalog-section__page-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .catalog-section__content {
    flex-direction: column;
  }
  .catalog-section__content-tab {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #121212;
    border-radius: 0;
  }
  .catalog-section__content-tabs {
    position: static;
    max-width: unset;
  }
}
@media (max-width: 525px) {
  .catalog-section {
    margin-bottom: 140px;
  }
  .catalog-section__page-top {
    flex-direction: column;
  }
  .catalog-section__page-filters {
    align-items: center;
    justify-content: center;
  }
  .catalog-section__page-list {
    grid-template-columns: 1fr;
  }
  .catalog-card {
    height: 320px;
  }
}
.detail-section {
  margin-bottom: 112px;
}
.detail-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.detail-section__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 81px;
}
.detail-section__swiper-holder {
  position: relative;
  width: 100%;
  max-width: 828px;
}
.detail-section__swiper-btn {
  border-radius: 5px;
  width: 48px;
  height: 54px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: none;
  z-index: 2;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}
.detail-section__swiper-btn:active {
  transform: scale(0.9);
}
.detail-section__swiper-left {
  left: 41px;
  top: 207px;
}
.detail-section__swiper-right {
  right: 41px;
  top: 207px;
}
.detail-section__info {
  width: 100%;
  max-width: 524px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-section__info-box {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 0 40px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 42px;
  padding-right: 65px;
  padding-bottom: 69px;
  padding-left: 67px;
  margin-bottom: 53px;
}
.detail-section__info-box-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 36px;
}
.detail-section__info-box-row-heading {
  font-weight: 400;
  line-height: 149%;
  color: #121212;
}
.detail-section__info-box-row-heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .detail-section__info-box-row-heading {
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .detail-section__info-box-row-heading {
    font-size: 18px;
  }
}
.detail-section__info-box-row-text {
  padding: 10px 45px;
  border: 1px solid #fea700;
  border-radius: 30px;
  font-weight: 400;
  line-height: 149%;
  color: #fea700;
}
.detail-section__info-box-row-text {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .detail-section__info-box-row-text {
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .detail-section__info-box-row-text {
    font-size: 18px;
  }
}
.detail-section__info-table {
  width: 100%;
}
.detail-section__info-table-heading {
  width: 100%;
  margin-bottom: 32px;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #fea700;
  font-weight: 400;
  line-height: 149%;
  color: #fea700;
}
.detail-section__info-table-heading {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .detail-section__info-table-heading {
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .detail-section__info-table-heading {
    font-size: 18px;
  }
}
.detail-section__info-table-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 18px;
}
.detail-section__info-table-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.detail-section__info-table-row-heading, .detail-section__info-table-row-value {
  font-weight: 400;
  line-height: 149%;
  color: #121212;
}
.detail-section__info-table-row-heading, .detail-section__info-table-row-value {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .detail-section__info-table-row-heading, .detail-section__info-table-row-value {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .detail-section__info-table-row-heading, .detail-section__info-table-row-value {
    font-size: 16px;
  }
}
.detail-section__info-table-row-value {
  color: #fea700;
}
.detail-section__btn {
  width: 100%;
  padding: 28.5px;
  font-weight: 500;
  line-height: 128%;
  text-align: center;
  color: #121212;
  border-radius: 10px;
  box-shadow: 0 0 40px 11px rgba(0, 0, 0, 0.1);
  background: #fea700;
  border: 1px solid #fea700;
  transform: scale(1);
  transition: 0.3s;
}
.detail-section__btn {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .detail-section__btn {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .detail-section__btn {
    font-size: 20px;
  }
}
.detail-section__btn:active {
  transform: scale(0.9);
}
.detail-section__btn:hover {
  background-color: transparent;
  color: #fea700;
}
.detail-section__category-list {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 41px;
  margin-top: 79px;
}
.detail-section__category-list-link {
  padding: 12px 53px;
  font-weight: 400;
  line-height: 149%;
  color: #121212;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  transform: scale(1);
  transition: 0.3s;
}
.detail-section__category-list-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .detail-section__category-list-link {
    font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .detail-section__category-list-link {
    font-size: 20px;
  }
}
.detail-section__category-list-link:active {
  transform: scale(0.9);
}
.detail-section__category-list-link_active {
  background-color: #fea700;
}
.detail-section__field {
  width: 100%;
  border: 2px solid #fea700;
  border-radius: 25px;
  padding: 66px 111px 72px 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.detail-section__field p {
  margin-bottom: 24px;
}
.detail-section__field p:last-child {
  margin: 0;
}

.mySwiper2 {
  width: 100%;
  margin-bottom: 34px;
}
.mySwiper2 img {
  width: 100%;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper {
  width: 100%;
  height: 65px;
}
.mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1360px) {
  .detail-section__content {
    gap: 32px;
  }
  .detail-section__info-box-row {
    flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .detail-section__content {
    flex-direction: column;
  }
  .detail-section__swiper-holder,
  .detail-section__info {
    max-width: unset;
  }
}
@media (max-width: 625px) {
  .mySwiper2 {
    height: 320px;
  }
  .detail-section__field {
    padding: 24px;
  }
  .detail-section__btn {
    padding: 16px;
  }
  .detail-section__category-list {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .detail-section__category-list-link {
    width: 100%;
    text-align: center;
  }
  .detail-section__swiper-btn {
    top: 120px;
  }
  .detail-section__swiper-right {
    right: 16px;
  }
  .detail-section__swiper-left {
    left: 16px;
  }
}/*# sourceMappingURL=index.css.map */