/*!
Theme Name: metallic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

input, button, select, textarea {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  overflow: visible;
}

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

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

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

body {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #212121 0 0 / cover;
  max-width: 100%;
  font-family: 'Commissioner', sans-serif;
  font-size: 18rem;
  overflow-x: hidden;
}

.hidden {
  overflow: hidden;
}

html {
  background-color: #fff;
}

.container {
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  padding: 0 150rem;
  max-width: 1920rem !important;
}

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

::-webkit-scrollbar {
  width: 8rem;
  height: auto;
}

html ::-webkit-scrollbar {
  width: 8rem;
  height: auto;
}

::-webkit-scrollbar-thumb {
  background-color: #212121;
  border-radius: 15rem;
}

html ::-webkit-scrollbar-thumb {
  background-color: #212121;
  border-radius: 15rem;
}

::-webkit-scrollbar-track {
  background: #736e6e;
}

html ::-webkit-scrollbar-track {
  background: #736e6e;
}

.wp-video {
  max-width: 100%;
  margin: 40px auto;
}

@media (max-width: 650px) {
  .wp-video {
    max-width: 100%;
    margin: 20px 0;
  }

  ::-webkit-scrollbar {
    width: 4rem;
    height: auto;
  }

  html ::-webkit-scrollbar {
    width: 4rem;
    height: auto;
  }

  body {
    font-size: 15rem;
  }

  .container {
    padding: 0 15rem;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.sitemap {
  padding: 100rem 0 20rem;
}

.sitemap__header {
  margin-bottom: 20rem;
}

.sitemap__list {
  flex-direction: column;
  gap: 15rem;
  display: flex;
}

.sitemap__link {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 30rem 50rem;
  display: block;
}

.section {
  padding: 60rem 0;
}

.section__header {
  margin-bottom: 60rem;
  text-transform: uppercase;
}

.section--first {
  padding-top: 200rem;
}

.section--grad {
  background: linear-gradient(#212121, #8f8f8f 49.979% 49.99%, #212121 103.138% 103.148%);
}

.header {
  z-index: 2;
  background: linear-gradient(#0d0c0ccc, #736e6ecc 100%);
  width: 100%;
  padding: 28rem 0;
  transition: background .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.header__container {
  align-items: center;
  display: flex;
}

.header__logo {
  margin-right: auto;
}

.header__logo img {
  width: 490rem;
}

.header__request {
  text-align: center;
  color: #fff;
  background: #837a7a;
  border-radius: 10rem;
  padding: 15rem;
}

.btn {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 12rem 15rem;
  display: flex;
}

.nav_mob {
  display: none;
}

.nav__list {
  align-items: center;
  gap: 70rem;
  display: flex;
}

.nav__link {
  svg {
    width: 1.5em;
    height: 1.5em;
  }
}

.nav__link {
  cursor: pointer;
  gap: 6rem;
  display: flex;
}

.nav_btn {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  width: 24rem;
  height: 24rem;
  display: none;
}

.nav_btn span {
  background: #fff;
  flex-shrink: 0;
  width: 24rem;
  height: 1rem;
  transition: transform .3s;
}

.nav_btn.active span:first-child {
  transform: rotate(45deg)translate(3rem, 4rem);
}

.nav_btn.active span:nth-child(2) {
  display: none;
}

.nav_btn.active span:last-child {
  transform: rotate(-45deg)translate(0, -2rem);
}

.map__wrapper {
  height: 600rem;
}

.stop-scroll {
  overflow: hidden;
}

.flex {
  display: flex;
}

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

.light {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.demi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.caps {
  text-transform: uppercase;
}

.h1 {
  font-size: 56rem;
  line-height: 110%;
}

.h2 {
  font-size: 46rem;
  line-height: 120%;
}

.h3 {
  font-size: 36rem;
  line-height: 110%;
}

.h4 {
  font-size: 28rem;
  line-height: 120%;
}

.subtitle {
  font-size: 24rem;
  line-height: 150%;
}

.mintitle {
  font-size: 24rem;
  line-height: 120%;
}

.maintext {
  font-size: 20rem;
  line-height: 120%;
}

.liltext {
  font-size: 15rem;
  line-height: 150%;
}

.opacity {
  transition: opacity .3s;
}

.opacity:hover {
  opacity: .6;
}

.opacity:active {
  opacity: .4;
}

.underline {
  position: relative;
}

.underline:after {
  content: "";
  background: #ff6f6f;
  width: 0;
  height: 2rem;
  margin: auto;
  transition: width .3s;
  position: absolute;
  bottom: -5rem;
  left: -5%;
  right: 0;
}

.underline:hover:after, .underline.active:after {
  width: 110%;
}

.modal {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background: #3c3c3c99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal__container {
  background: #212121;
  gap: 30rem;
  width: 1600rem;
  padding: 120rem 70rem 70rem;
  display: flex;
  position: relative;
}

.modal__close {
  position: absolute;
  top: 50rem;
  right: 70rem;
}

.modal__header {
  margin-bottom: 18rem;
  font-weight: 400;
}

.modal__left {
  width: 716rem;
}

.modal__right {
  flex-direction: column;
  gap: 30rem;
  display: flex;
}

.modal__input {
  background: #edecec;
  border-radius: 10rem;
  padding: 22rem 35rem;
  width: 100%;
}

.modal__send {
  color: #fff;
  background: #837a7a;
  border-radius: 10rem;
  padding: 16rem;
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.feedback__checkbox {
  position: relative;
}

.feedback__checkbox .wpcf7-not-valid-tip {
  white-space: nowrap;
  position: absolute;
  bottom: -130%;
  top: unset;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 4rem;
  left: 10rem;
  font-size: 12rem;
}

.modal .feedback__checkbox input + span {
  background: #edecec;
}

.modal .feedback__checkbox input:checked + span {
  background: #edecec url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzQgNEw2LjAwMDA4IDExLjMzMzNMMi42NjY3NSA4IiBzdHJva2U9IiMyOTNEOEYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") center / 20rem no-repeat;
}

.input {
  background: #fff;
  border-radius: 10rem;
  width: 100%;
  padding: 22rem 16rem;
  display: block;
}

.feedback {
  background: #212121;
}

.feedback__container {
  justify-content: space-between;
  display: flex;
}

.feedback__col1 {
  width: 360rem;
}

.feedback__col2 {
  width: 660rem;
}

.feedback__col3 {
  flex-direction: column;
  display: flex;
}

.feedback__col3 .header__phone, .feedback__col3 .header__mail {
  margin-bottom: 30rem;
  margin-left: 0;
}

.feedback__col3__label {
  margin-bottom: 8rem;
}

.feedback__header {
  margin-bottom: 24rem;
  text-transform: uppercase;
}

.feedback__btn {
  margin-left: auto;
}

.feedback__input {
  margin-bottom: 15rem;
}

.feedback__bottom {
  align-items: center;
  width: 100%;
  margin-top: 28rem;
  margin-bottom: 32rem;
  display: flex;
}

.feedback__checkbox {
  cursor: pointer;
  align-items: center;
  gap: 20rem;
  display: flex;
}

.feedback__checkbox input {
  display: none;
}

.feedback__checkbox input + span {
  background: #fff;
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  display: block;
  color: transparent;
}

.feedback__checkbox input:checked + span {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzQgNEw2LjAwMDA4IDExLjMzMzNMMi42NjY3NSA4IiBzdHJva2U9IiMyOTNEOEYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") center / 20rem no-repeat;
}

.feedback__checkbox a {
  color: #ccc;
}

.feedback__social {
  align-items: center;
  gap: 10rem;
  display: flex;
}

.feedback__social__link svg {
  width: 24rem;
  height: 24rem;
}

.footer {
  color: #6f6f6f;
  background: #f5f5f5;
  padding: 50rem 0 30rem;
}

.footer__top {
  justify-content: space-between;
  margin-bottom: 10rem;
  display: flex;
}

.footer__bottom {
  line-height: 1.5;
}

.footer__bottom__link {
  text-decoration: underline;
}

.footer__bottom__link:hover {
  text-decoration: none;
}

.footer__logo img {
  width: 350rem;
}

.footer__table {
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  display: grid;
}

.footer__links {
  flex-direction: column;
  gap: 15rem;
  display: flex;
}

.footer__link {
  align-items: center;
  gap: 10rem;
  display: flex;
}

.footer__link svg {
  width: 1em;
  height: 1em;
}

.footer__address {
  text-align: right;
  font-style: normal;
  max-width: 300rem;
}

@media (max-width: 650px) {
  .h1 {
    font-size: 20rem;
    line-height: 110%;
  }

  .h2 {
    font-size: 18rem;
  }

  .h3 {
    font-size: 16rem;
    line-height: 110%;
  }

  .h4 {
    font-size: 15rem;
    line-height: 110%;
  }

  .subtitle {
    font-size: 14rem;
  }

  .mintitle {
    font-size: 10rem;
  }

  .maintext {
    font-size: 11rem;
  }

  .btn {
    border-radius: 5rem;
    padding: 8rem 10rem;
  }

  .section {
    padding: 20rem 0 30rem;
  }

  .section__header {
    margin-bottom: 20rem;
  }

  .section--first {
    padding-top: 70rem;
  }

  .input {
    border-radius: 8rem;
    padding: 16rem 12rem;
  }

  .header {
    padding: 15rem 0 12rem;
  }

  .header.active {
    background: #212121;
  }

  .header__container {
    flex-wrap: wrap;
  }

  .header__logo img {
    width: 165rem;
  }

  .nav {
    display: none;
  }

  .nav_btn {
    display: flex;
  }

  .nav_mob {
    pointer-events: none;
    flex-direction: column;
    gap: 15rem;
    width: 100%;
    height: 0;
    padding: 0;
    transition: opacity .3s;
    display: flex;
    overflow: hidden;
  }

  .nav_mob.active {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding: 20rem 0;
  }

  .nav_mob__list {
    flex-direction: column;
    gap: 10rem;
    display: flex;
  }

  .map__wrapper {
    height: 400rem;
  }

  .feedback__container {
    flex-direction: column;
    gap: 21rem;
  }

  .feedback__col1, .feedback__col2, .feedback__col3 {
    width: 100%;
  }

  .feedback__col3 {
    display: none;
  }

  .feedback__bottom {
    margin: 0 0 20rem;
  }

  .feedback__btn {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .feedback__checkbox {
    align-items: flex-start;
    gap: 10rem;
  }

  .feedback__checkbox a {
    display: block;
  }

  .modal__container {
    flex-direction: column;
    gap: 20rem;
    width: 95%;
    padding: 25rem 15rem;
  }

  .modal__left {
    width: 100%;
  }

  .modal__right {
    gap: 15rem;
  }

  .modal__header {
    margin-bottom: 10rem;
  }

  .modal__input {
    text-align: center;
    border-radius: 5rem;
    padding: 12rem;
  }

  .modal__close {
    display: none;
  }

  .modal__send {
    border-radius: 5rem;
  }

  .footer {
    padding: 20rem 0;
  }

  .footer__top {
    flex-direction: column;
    gap: 12rem;
  }

  .footer__logo img {
    width: 200rem;
  }

  .footer__table {
    flex-direction: column;
    gap: 5rem;
    display: flex;
  }

  .footer__address {
    text-align: left;
  }
}

.hero {
  height: 1045rem;
  padding: 0 0 150rem;
  position: relative;
}

.hero__container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 110rem;
  height: 100%;
  display: flex;
}

.hero__main {
  backdrop-filter: blur(4rem);
  color: #fff;
  z-index: 1;
  background: #00000073;
  padding: 20rem 20rem 40rem;
  position: relative;
}

.hero__background {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.services {
  background: #212121;
}

.services__container {
  flex-direction: column;
  align-items: stretch;
  gap: 15rem;
  width: 100%;
  display: flex;
}

.services__item {
  color: #fff;
  align-items: stretch;
  display: flex;
}

.services__item--right {
  text-align: right;
  flex-direction: row-reverse;
}

.services__item__img {
  object-fit: cover;
  border-radius: 10rem;
  width: 1200rem;
  max-height: 500rem;
  height: unset;
}

.services__item__img--prod {
  float: left;
  border-radius: 20rem;
  max-width: 1000rem;
  margin: 10rem 25rem 25rem 10rem;
}

.services__item__header {
  text-transform: uppercase;
}

.services__item__text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 27rem;
  padding: 120rem;
  display: flex;
}

.pluses {
  color: #fff;
  background: #212121;
}

.pluses__list {
  gap: 20rem;
  display: flex;
}

.pluses__item {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 30rem;
  padding: 30rem 60rem 50rem;
  display: flex;
}

.pluses__item__icon {
  width: 228rem;
  height: 228rem;
}

.how {
  color: #fff;
  background: #212121;
}

.how__list {
  gap: 50rem;
  display: flex;
}

.how__item {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.how__item__img {
  object-fit: cover;
  width: 100%;
  height: 360rem;
}

.how__item__text {
  background: #00000073;
  padding: 10rem 20rem;
}

.projects {
  color: #fff;
  background: linear-gradient(#212121, #8f8f8f 49.979% 49.99%, #212121 103.138% 103.148%);
}

.projects--page {
  padding: 180rem 0 120rem;
}

.projects__container {
  flex-direction: column;
  display: flex;
}

.projects__list {
  grid-template-columns: 1fr 1fr;
  gap: 30rem;
  display: grid;
}

.projects__item {
  border-radius: 20rem;
  align-items: center;
  height: 400rem;
  padding: 50rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects__item:hover:after {
  opacity: 1;
}

.projects__item:after {
  content: "";
  object-fit: cover;
  backdrop-filter: blur(10rem);
  opacity: 0;
  background: #00000080;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.projects__item__header {
  text-transform: uppercase;
}

.projects__item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.projects__item__main {
  z-index: 1;
  backdrop-filter: blur(10rem);
  text-align: center;
  background: #00000080;
  border-radius: 20rem;
  flex-direction: column;
  gap: 18rem;
  width: 100%;
  padding: 20rem 15rem;
  display: flex;
  position: relative;
}

.projects__more {
  align-items: center;
  align-self: left;
  border: 1px solid #fff;
  border-radius: 10rem;
  margin-top: 58rem;
  margin-left: auto;
  padding-left: 35rem;
  display: inline-flex;
}

.projects__more svg {
  width: 70rem;
  height: 70rem;
}

@media (width <= 650px) {
  .hero {
    height: unset;
    padding: 0;
  }

  .hero__container {
    padding: 120rem 0 60rem;
  }

  .hero__main {
    backdrop-filter: blur();
    background: none;
    padding: 0 25rem;
  }

  .services__item__img {
    border-radius: 5rem;
    width: 40%;
  }

  .services__item__img--prod {
    width: 100%;
    margin: 0 0 12rem;
  }

  .services__item__text {
    gap: 8rem;
    padding: 10rem;
  }

  .pluses__header {
    margin-bottom: 10rem;
  }

  .pluses__list {
    grid-template-columns: 1fr;
    gap: 12rem;
    display: grid;
  }

  .pluses__item {
    gap: 10rem;
    padding: 15rem;
  }

  .pluses__item__icon {
    width: 60rem;
    height: 60rem;
  }

  .how__list {
    flex-direction: column;
    gap: 10rem;
  }

  .how__item__img {
    height: 120rem;
  }

  .how__item__text {
    padding: 8rem;
  }

  .projects--page {
    padding: 80rem 0;
  }

  .projects__list {
    grid-template-columns: 1fr;
  }

  .projects__item {
    height: 260rem;
    padding: 18rem;
  }

  .projects__item__main {
    padding: 12rem;
  }

  .projects__more {
    display: none;
  }
}

.article__header {
  margin-bottom: .5em;
}

.article__text {
  margin-bottom: 20rem;
}

.article__text:last-child {
  margin-bottom: 0;
}

.article_grid {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40rem;
  display: flex;
  margin: 2em 0 40px;
}

.article_grid:last-child {
  margin-bottom: 0;
}

.article_grid__item {
  border-radius: 10rem;
  flex-direction: column;
  width: calc(33.3333% - 26.6667rem);
  display: flex;
  overflow: hidden;
}

.article_grid__item--main {
  width: calc(50% - 20rem);
}

.article_grid__img {
  object-fit: cover;
  width: 100%;
  height: 300rem;
  flex-shrink: 0;
}

.article_grid__header {
  text-align: center;
  background: #ffffff40;
  padding: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.article__row {
  gap: 40rem;
  margin-bottom: 40rem;
  display: flex;
}

.article__row:last-child {
  margin-bottom: 0;
}

.article__row__img {
  border-radius: 10rem;
  width: 670rem;
  max-width: 100%;
}

.article__row__list {
  flex-direction: column;
  gap: .5ch;
  margin-bottom: 1.5em;
  padding-top: 1em;
  display: flex;
}

.article__row__list:last-child {
  margin-bottom: 0;
}

.article__row__item {
  gap: 1ch;
  display: flex;
}

.article__row__item:before {
  content: " • ";
  padding-left: 1ch;
  display: inline-block;
}

.article__cover {
  object-fit: cover;
  float: left;
  border-radius: 10rem;
  width: 620rem;
  max-width: 100%;
  height: 400rem;
  margin: 0 50rem 40rem 0;
}

.article__main .article__row__list {
  padding: 0;
}

.article__main p {
  margin-bottom: 1em;
  line-height: 1.5;
}

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

.article__cards {
  gap: 20rem;
  margin-bottom: 60rem;
  display: flex;
}

.article__cards__item {
  border-radius: 10rem;
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.article__cards__item__img {
  object-fit: cover;
  width: 100%;
  height: 330rem;
}

.article__cards__item__text {
  background: #00000080;
  flex-direction: column;
  gap: 20rem;
  padding: 15rem 20rem 20rem;
  display: flex;
}

.article__cards__item__text .btn {
  align-self: flex-end;
}

.article_banner {
  border-radius: 10rem;
  flex-direction: column;
  width: 100%;
  padding: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article_banner__header {
  margin-bottom: 15rem;
}

.article_banner__text {
  margin-bottom: 50rem;
}

.article_banner__btn {
  align-self: flex-end;
}

.article_banner :not(img) {
  z-index: 1;
  position: relative;
}

.article_banner:after {
  content: "";
  opacity: .45;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.article_banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 650px) {
  .article_grid {
    gap: 10rem;
  }

  .article_grid__item, .article_grid__item--main {
    width: 100%;
  }

  .article_grid__img {
    height: 100rem;
  }

  .article_grid__header {
    padding: 6rem;
    font-size: 10rem;
  }

  .article__row {
    flex-direction: column;
    gap: 15rem;
    margin-bottom: 20rem;
  }

  .article__cover {
    height: 150rem;
    margin: 0 0 30rem;
  }

  .article__cards {
    flex-direction: column;
  }

  .article__cards__item__img {
    height: 150rem;
  }

  .article__cards__item__text {
    gap: 10rem;
    padding: 10rem;
  }

  .article_banner {
    padding: 15rem;
  }

  .article_banner__text {
    margin-bottom: 40rem !important;
  }
}

.contacts {
  padding: 180rem 0 65rem;
}

.contacts__top {
  align-items: center;
  gap: 44rem;
  margin-bottom: 65px;
  display: flex;
}

.contacts__header {
  text-transform: uppercase;
}

.contacts__top__text {
  width: 440rem;
  max-width: 100%;
}

.contacts__bottom {
  justify-content: space-between;
  display: flex;
}

.contacts__col {
  flex-direction: column;
  gap: 15rem;
  max-width: 280rem;
  display: flex;
}

.contacts__address {
  font-style: normal;
}

.contacts__link {
  align-items: center;
  gap: 15rem;
  display: flex;
}

.contacts__link svg {
  width: 24rem;
  height: 24rem;
}

@media (width <= 650px) {
  .contacts {
    padding: 80rem 0 32rem;
  }

  .contacts__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15rem;
    margin-bottom: 20rem;
  }

  .contacts__bottom {
    flex-direction: column;
    gap: 20rem;
  }

  .contacts__col {
    gap: 10rem;
  }

  .contacts__link svg {
    width: 1.5em;
    height: 1.5em;
  }

  .contacts .feedback__social svg {
    width: 20rem;
    height: 20rem;
  }
}

.project {
  padding: 180rem 0 120rem;
}

.project__text {
  margin-bottom: 65rem;
}

.project__text img {
  max-width: 100%;
  width: 1000rem;
  border-radius: 10rem;
  margin: 25rem auto;
  text-align: center;
  display: block;
}

.project__swiper {
  border-radius: 20rem;
  width: 1250rem;
  max-width: 100%;
  height: 710rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.project__swiper__img {
  object-fit: cover;
  flex-shrink: 0;
  height: 100%;
}

.project__swiper__container {
  height: 100%;
  display: flex;
}

.project__swiper__arrow {
  background: #212121cc;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project__swiper__arrow:disabled {
  pointer-events: none;
  opacity: .5;
}

.project__swiper__arrow svg {
  width: 75rem;
  height: 75rem;
}

.project__swiper__arrow--left {
  transform: scale(-1, 1);
}

.project__swiper__arrow--right {
  left: unset;
  right: 0;
  transform: scale(1);
}

@media (width <= 650px) {
  .project {
    padding: 80rem 0 0;
  }

  .project__text {
    margin-bottom: 30rem;
  }

  .project__swiper {
    height: 250rem;
  }

  .project__swiper__arrow svg {
    width: 30rem;
    height: 30rem;
  }
}
