@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

p {
  padding: 5px 0px; }

:root {
  --font-family: "Montserrat", sans-serif; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important; }
    @media (max-width: 480px) {
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important; } }

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  /* Размер внешнего квадрата */
  height: 12px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.502);
  border-radius: 100%;
  opacity: 1;
  transition: 0.3s; }

.swiper-pagination-bullet-active {
  width: 24px;
  /* Размер внешнего квадрата */
  height: 12px;
  border-radius: 999px;
  border: 0px solid rgba(255, 255, 255, 0);
  background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.502) 50%);
  transition: 0.3s; }

.title {
  font-family: var(--font-family);
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: CAP_HEIGHT;
  line-height: 48px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #151515; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px;
    line-height: 35px; } }

.alert {
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background: rgba(52, 161, 65, 0.376);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px; }
  .alert button {
    background: transparent;
    color: #fff; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: all 0.4s ease;
  padding: 21px 0px;
  border-bottom: 2px solid var(--Red, #b8180d);
  background-color: rgba(0, 0, 0, 0.502); }
  @media (max-width: 480px) {
  .header {
    padding: 5px 0px; } }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  @media (max-width: 480px) {
    .header__logo-image {
      max-height: 50px; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 509px;
    margin-right: 64px; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s; }
    .header__item:hover {
      color: #b8180d; }
    .header__item_menu {
      font-family: var(--font-family);
      font-weight: 500;
      font-style: Medium;
      font-size: 14px;
      leading-trim: CAP_HEIGHT;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: middle;
      text-transform: uppercase;
      color: #000; }
  .header__right {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 849px;
    justify-content: space-between; }
    @media (max-width: 1200px) {
  .header__right {
    justify-content: end;
    gap: 10px; } }
  .header__lang {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #b5b5b5; }
  .header__lang-slash {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #b5b5b5; }
  .header__lang.active {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #fff; }
    .header__lang.active span {
      text-decoration: none; }
  .header__phone {
    display: flex;
    align-items: center;
    gap: 8px; }
  .header__phone-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s; }
    .header__phone-link:hover {
      color: #b8180d; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.header.active {
  background-color: #fff; }
  .header.active .header__logo {
    filter: brightness(0) invert(0); }
  .header.active .header__item {
    color: #000;
    transition: 0.3s; }
    .header.active .header__item:hover {
      color: #b8180d; }
  .header.active .header__lang.active {
    color: #000; }
  .header.active .header__phone-image {
    filter: brightness(0) invert(0); }
  .header.active .header__phone-link {
    color: #000;
    transition: 0.3s; }
    .header.active .header__phone-link:hover {
      color: #b8180d; }
  .header.active .burger {
    display: none;
    margin-left: 10px; }
    @media (max-width: 1200px) {
  .header.active .burger {
    display: flex;
    gap: 10px; }
    .header.active .burger * {
      fill: #000;
      stroke: #000; } }

.burger {
  display: none;
  margin-left: 10px; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    gap: 10px; }
    .burger * {
      fill: #fff;
      stroke: #fff; } }

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__logo {
    filter: brightness(0) invert(0); }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .menu__phone {
    display: flex;
    align-items: center;
    gap: 8px; }
  .menu__phone-image {
    filter: brightness(0) invert(0); }
  .menu__phone-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000; }

.footer {
  background-color: #dfdfdf; }
  .footer__body {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 55px 0px; }
    @media (max-width: 950px) {
  .footer__body {
    flex-direction: column;
    gap: 30px; } }
  .footer__items {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 839px;
    margin-right: 50px; }
    @media (max-width: 900px) {
  .footer__items {
    margin-right: 0px; } }
    @media (max-width: 700px) {
  .footer__items {
    flex-direction: column;
    gap: 30px; } }
  .footer__item-1 {
    max-width: 236px; }
  .footer__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #525252;
    margin-bottom: 15px; }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .footer__link-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 17px;
    letter-spacing: 0%;
    color: #303030;
    margin-bottom: 5px; }
  .footer__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 17px;
    letter-spacing: 0%;
    color: #606060;
    transition: 0.3s; }
    .footer__link:hover {
      color: #b8180d; }
  .footer__item-2 {
    max-width: 185px; }
  .footer__item-3 {
    max-width: 259px; }
  .footer__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 17px;
    letter-spacing: 0px;
    color: #6d6d6d; }
  .footer__foot {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #606060;
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #54595e;
    display: flex;
    align-items: center; }
    @media (max-width: 390px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #606060;
    font-size: 13px;
    line-height: 17.57px;
    padding-right: 5px;
    padding-top: 3px; }
    .footer__foot-left a {
      padding-top: 3px;
      height: fit-content; }

.main {
  margin-bottom: 80px;
  position: relative; }
  @media (max-width: 480px) {
  .main {
    margin-bottom: 40px; } }
  .main__item {
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .main__item::after {
      content: "";
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.502); }
  .main__container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .main__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 54px;
    leading-trim: CAP_HEIGHT;
    line-height: 60px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    max-width: 604px; }
    @media (max-width: 650px) {
  .main__title {
    font-size: 30px;
    line-height: 35px;
    max-width: 404px; } }
  .main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: CAP_HEIGHT;
    line-height: 31px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    max-width: 561px;
    margin: 25px 0px; }
    @media (max-width: 650px) {
  .main__subtitle {
    font-size: 16px;
    line-height: 18px;
    max-width: 350px; } }
  .main__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    background: linear-gradient(90deg, #b8180d 0%, #f03023 100%);
    border-radius: 12px;
    width: 189px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .main__pagination-wrapper {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .what {
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .what {
    margin-bottom: 40px; } }
  .what__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px; }
    @media (max-width: 700px) {
  .what__container {
    grid-template-columns: 1fr;
    gap: 16px; } }
  .what__title {
    margin-bottom: 36px; }
    @media (max-width: 480px) {
  .what__title {
    margin-bottom: 18px; } }
  .what__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #151515; }
  .what__right {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .what__item {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 24px; }
    @media (max-width: 480px) {
  .what__item {
    padding: 10px;
    gap: 12px; } }
  .what__item-image-place {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .what__item-image {
    max-width: 100%;
    max-height: 100%; }
  .what__item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    color: #151515;
    margin-bottom: 5px; }
  .what__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    color: #555; }

.metal {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .metal {
    margin-bottom: 40px; } }
  .metal__title {
    margin-bottom: 36px; }
    @media (max-width: 480px) {
  .metal__title {
    margin-bottom: 18px; } }
  .metal__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 32px; }
    @media (max-width: 900px) {
  .metal__content {
    gap: 16px; } }
    @media (max-width: 600px) {
  .metal__content {
    grid-template-columns: 1fr; } }
  .metal__item {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    background-color: #f3f3f3;
    border-radius: 10px;
    gap: 32px; }
    @media (max-width: 900px) {
  .metal__item {
    grid-template-columns: 1fr;
    gap: 16px; } }
  .metal__item:first-child {
    grid-column: span 2; }
    @media (max-width: 900px) {
  .metal__item:first-child {
    grid-column: span 1; } }
  .metal__item:nth-child(5n+2) {
    background-color: #181921; }
    .metal__item:nth-child(5n+2) .metal__item-link {
      color: #fff;
      transition: 0.3s; }
      .metal__item:nth-child(5n+2) .metal__item-link:hover {
        color: #b8180d; }
  .metal__item:nth-child(5n+5) {
    background-color: #181921; }
    .metal__item:nth-child(5n+5) .metal__item-link {
      color: #fff;
      transition: 0.3s; }
      .metal__item:nth-child(5n+5) .metal__item-link:hover {
        color: #b8180d; }
  .metal__item-image-place {
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px; }
  .metal__item-image {
    width: 100%; }
  .metal__item-link-place {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    padding-left: 0px; }
    @media (max-width: 900px) {
  .metal__item-link-place {
    padding: 16px;
    padding-top: 0px; } }
  .metal__item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #151515;
    max-width: 100%;
    transition: 0.3s; }
    @media (max-width: 1050px) {
  .metal__item-link {
    font-size: 20px;
    line-height: 25px; } }
    .metal__item-link:hover {
      color: #b8180d; }

.about {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about__field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    padding: 34px;
    border-radius: 10px;
    background-color: #f3f3f3; }
    @media (max-width: 800px) {
  .about__field {
    grid-template-columns: 1fr;
    gap: 15px; } }
    @media (max-width: 480px) {
  .about__field {
    padding: 10px; } }
  .about__image {
    border-radius: 10px;
    width: 100%; }
  .about__content {
    padding: 20px; }
    @media (max-width: 800px) {
  .about__content {
    padding: 0px; } }
  .about__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555;
    margin: 10px 0px; }
  .about__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 74px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    background: linear-gradient(90deg, #b8180d 0%, #f03023 100%);
    border-radius: 12px;
    width: 189px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center; }

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  height: 302px; }
  @media (max-width: 480px) {
  .banner {
    margin-bottom: 30px; } }
  .banner__content {
    height: 302px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 64px 0px; }
  .banner__top {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 20px; }
  .banner__top-main {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 10%;
    color: #fff; }
  .banner__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: #fff; }
    @media (max-width: 480px) {
  .banner__title {
    font-size: 30px;
    line-height: 32px; } }

.about-page {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .about-page {
    margin-bottom: 40px; } }
  .about-page__field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    padding: 34px;
    border-radius: 10px;
    background-color: #f3f3f3; }
    @media (max-width: 800px) {
  .about-page__field {
    grid-template-columns: 1fr;
    gap: 15px; } }
    @media (max-width: 480px) {
  .about-page__field {
    padding: 10px; } }
  .about-page__image {
    border-radius: 10px;
    width: 100%; }
  .about-page__content {
    padding: 20px; }
    @media (max-width: 800px) {
  .about-page__content {
    padding: 0px; } }
  .about-page__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555;
    margin: 10px 0px; }

.mission {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .mission {
    margin-bottom: 40px; } }
  .mission__field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    padding: 34px;
    border-radius: 10px;
    background-color: #181921; }
    @media (max-width: 800px) {
  .mission__field {
    gap: 15px;
    display: flex;
    flex-direction: column-reverse; } }
    @media (max-width: 480px) {
  .mission__field {
    padding: 10px; } }
  .mission__image {
    border-radius: 10px;
    width: 100%; }
  .mission__content {
    padding: 20px; }
    @media (max-width: 800px) {
  .mission__content {
    padding: 0px; } }
  .mission__title {
    color: #fff; }
  .mission__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
    margin: 10px 0px; }

.power {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .power {
    margin-bottom: 40px; } }
  .power__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .power__title {
    text-align: center; }
  .power__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #555;
    margin-top: 20px;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
  .power__subtitle {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px; } }
  .power__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
    @media (max-width: 800px) {
  .power__content {
    grid-template-columns: 1fr 1fr;
    gap: 16px; } }
    @media (max-width: 500px) {
  .power__content {
    grid-template-columns: 1fr;
    gap: 10px; } }
  .power__item {
    background-color: #f3f3f3;
    border-radius: 12px; }
  .power__item-image {
    border-radius: 12px;
    max-width: 100%; }
  .power__item-title {
    margin: 20px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #151515; }
    @media (max-width: 480px) {
  .power__item-title {
    margin: 10px; } }

.gallery {
  margin-bottom: 80px;
  background-color: #f3f3f3;
  padding: 70px 0px; }
  @media (max-width: 480px) {
  .gallery {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .gallery {
    padding: 30px 0px; } }
  .gallery__title {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
  .gallery__title {
    margin-bottom: 20px; } }
  .gallery__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px; }
    @media (max-width: 800px) {
  .gallery__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }
    @media (max-width: 500px) {
  .gallery__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; } }
  .gallery__item {
    height: 192px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    overflow: hidden; }
    .gallery__item::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-image: inherit;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: 0.3s; }
    .gallery__item:hover::after {
      transform: scale(1.1); }
  .gallery__item:first-child {
    grid-row: span 2;
    grid-column: span 2;
    height: 416px; }
    @media (max-width: 800px) {
  .gallery__item:first-child {
    height: 192px; } }
    @media (max-width: 500px) {
  .gallery__item:first-child {
    grid-row: span 1;
    grid-column: span 1; } }

.tech {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .tech {
    margin-bottom: 40px; } }
  .tech__field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    padding: 34px;
    border-radius: 10px;
    background-color: #181921; }
    @media (max-width: 800px) {
  .tech__field {
    gap: 15px;
    display: flex;
    flex-direction: column-reverse; } }
    @media (max-width: 480px) {
  .tech__field {
    padding: 10px; } }
  .tech__image {
    border-radius: 10px;
    width: 100%; }
  .tech__content {
    padding: 20px; }
    @media (max-width: 800px) {
  .tech__content {
    padding: 0px; } }
  .tech__title {
    color: #fff; }
  .tech__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
    margin: 10px 0px; }

.category {
  margin-bottom: 40px; }
  @media (max-width: 480px) {
  .category {
    margin-bottom: 20px; } }
  .category__container {
    display: flex;
    gap: 32px; }
    @media (max-width: 675px) {
  .category__container {
    flex-direction: column; } }
  .category__left {
    width: 280px;
    min-width: 280px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    height: fit-content; }
    @media (max-width: 675px) {
  .category__left {
    width: 100%;
    min-width: none; } }
  .category__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 21.24px;
    letter-spacing: 0%;
    color: #151515;
    padding: 25px 20px;
    border-bottom: 1px solid #d9d9d9; }
  .category__list {
    display: flex;
    flex-direction: column; }
  .category__item {
    border-bottom: 1px solid #d9d9d9; }
  .category__item:last-child {
    border-bottom: 0px solid #d9d9d9; }
  .category__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    cursor: pointer; }
  .category__item-title-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 21.24px;
    letter-spacing: 0%;
    color: #111;
    transition: 0.3s; }
    .category__item-title-text:hover {
      color: #b8180d; }
  .category__item-title.active {
    background-color: #b8180d; }
    .category__item-title.active .category__item-title-text {
      color: #fff; }
  .category__item-list {
    display: none; }
  .category__list-items {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    gap: 15px; }
  .category__item-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 21.24px;
    letter-spacing: 0%;
    color: #4a4a4a;
    padding: 0px 9px;
    transition: 0.3s; }
    .category__item-link:hover {
      color: #b8180d; }
  .category__item-link.active {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 21.24px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%; }
  .category__metal {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .category__metal-top {
    display: flex;
    gap: 26px; }
    @media (max-width: 1200px) {
  .category__metal-top {
    flex-direction: column; } }
  .category__metal-left {
    width: 100%;
    display: flex;
    gap: 30px;
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 30px;
    padding-right: 15px; }
    @media (max-width: 480px) {
  .category__metal-left {
    padding: 10px; } }
    @media (max-width: 930px) {
  .category__metal-left {
    flex-direction: column;
    align-items: center; } }
  .category__metal-left-images {
    max-width: 280px;
    width: 100%; }
  .category__metal-image-small {
    margin-top: 10px; }
  .category__metal-image-small-image-place {
    height: 113px;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .category__metal-image-big-image-place {
    height: 240px;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .category__metal-left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .category__metal-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515; }
  .category__metal-list-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #151515;
    padding-bottom: 3px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 40px;
    margin-bottom: 20px; }
  .category__metal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px; }
  .category__metal-item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #555; }
  .category__metal-item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #151515; }
  .category__metal-cost {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #f03023;
    width: 100%;
    height: 42px;
    border: 1px solid #f03023;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }
  .category__metal-right {
    min-width: 260px;
    width: 260px;
    padding: 25px;
    background-color: #f3f3f3;
    border-radius: 12px; }
    @media (max-width: 480px) {
  .category__metal-right {
    padding: 10px; } }
    @media (max-width: 1200px) {
  .category__metal-right {
    min-width: none;
    width: 100%; } }
  .category__metal-form-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    color: #151515;
    text-align: center;
    margin-bottom: 15px; }
  .category__metal-bottom {
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 30px; }
    @media (max-width: 480px) {
  .category__metal-bottom {
    padding: 10px; } }
  .category__metal-bottom-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #4b5762;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 16px; }
  .category__metal-bottom-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #666;
    margin-bottom: 50px; }
  .category__metal-area-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .category__metal-input-place {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .category__metal-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    color: #151515;
    padding: 10px;
    border-radius: 12px; }
    .category__metal-input::placeholder {
      color: #969696; }
  .category__metal-input-input {
    height: 62px;
    color: #151515; }
  .category__metal-input-mail {
    height: 91px;
    color: #151515; }
  .category__metal-submit {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    background: linear-gradient(90deg, #b8180d 0%, #f03023 100%);
    border-radius: 12px;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

.info {
  margin-bottom: 40px; }
  @media (max-width: 480px) {
  .info {
    margin-bottom: 20px; } }
  .info__container {
    display: flex;
    gap: 32px; }
    @media (max-width: 675px) {
  .info__container {
    flex-direction: column; } }
  .info__left {
    width: 280px;
    min-width: 280px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    height: fit-content; }
    @media (max-width: 675px) {
  .info__left {
    width: 100%;
    min-width: none; } }
  .info__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 21.24px;
    letter-spacing: 0%;
    color: #151515;
    padding: 25px 20px;
    border-bottom: 1px solid #d9d9d9; }
  .info__buttons {
    display: flex;
    flex-direction: column; }
  .info__button {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: transparent;
    transition: 0.3s; }
  .info__button:last-child {
    border-bottom: 0px solid #d9d9d9; }
  .info__button.active {
    background-color: #b8180d; }
    .info__button.active .info__button-text {
      color: #fff; }
  .info__button-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 21.24px;
    letter-spacing: 0%;
    color: #111;
    transition: 0.3s; }
    .info__button-text:hover {
      color: #b8180d; }
  .info__contents {
    width: 100%; }
  .info__content {
    display: none; }
  .info__content.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 33px;
    width: 100%; }
    @media (max-width: 1000px) {
  .info__content.active {
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }
    @media (max-width: 800px) {
  .info__content.active {
    grid-template-columns: 1fr;
    gap: 10px; } }
  .info__item {
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 30px;
    padding-bottom: 15px; }
  .info__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #151515;
    margin-top: 20px;
    margin-bottom: 30px; }
  .info__item-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #555; }

.contacts {
  margin-bottom: 50px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 25px; } }
  .contacts__field {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr; }
    @media (max-width: 700px) {
  .contacts__field {
    grid-template-columns: 1fr; } }
    @media (max-width: 480px) {
  .contacts__field {
    gap: 15px;
    padding: 10px; } }
  .contacts__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px 0px; }
    @media (max-width: 480px) {
  .contacts__content {
    gap: 15px;
    padding: 10px; } }
  .contacts__item-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 10px; }
  .contacts__item-title-mini {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000; }
  .contacts__item-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 3px; }
  .contacts__item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    transition: 0.3s; }
    .contacts__item-link:hover {
      color: #b8180d; }
  .contacts__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000; }
    @media (max-width: 480px) {
  .contacts__item-text {
    font-size: 14px;
    line-height: 18px; } }
  .contacts__map {
    border-radius: 12px;
    overflow: hidden; }
    @media (max-width: 700px) {
  .contacts__map {
    height: 300px; } }
    .contacts__map iframe {
      border: none !important; }

.details {
  margin-bottom: 40px; }
  @media (max-width: 480px) {
  .details {
    margin-bottom: 20px; } }
  .details__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px; }
    @media (max-width: 700px) {
  .details__container {
    grid-template-columns: 1fr;
    gap: 16px; } }
  .details__left {
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 45px 30px; }
    @media (max-width: 480px) {
  .details__left {
    padding: 15px; } }
  .details__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 38px;
    letter-spacing: 0%;
    color: #151515;
    margin-bottom: 20px; }
  .details__list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .details__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 22px;
    letter-spacing: 0%;
    color: #151515; }
  .details__item-subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 22px;
    letter-spacing: 0%;
    color: #555; }
  .details__right {
    background-color: #181921;
    border-radius: 12px;
    padding: 45px 30px; }
    @media (max-width: 480px) {
  .details__right {
    padding: 15px; } }
  .details__right-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 38px;
    letter-spacing: 0%;
    color: #fff; }
  .details__metal-input-place {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0px; }
  .details__metal-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    color: #151515;
    padding: 10px;
    border-radius: 12px; }
    .details__metal-input::placeholder {
      color: #969696; }
  .details__metal-input-mail {
    height: 209px; }
  .details__metal-submit {
    font-family: var(--font-family);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    background: linear-gradient(90deg, #b8180d 0%, #f03023 100%);
    border-radius: 12px;
    width: 200px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center; }
