:root {
  /* Колористика */
  --top-nav-background-color: #fff;
  --top-nav-text-color: #000;
  --main-accent-color: #FE8501;
  --second-accent-color: #fff;
  --main-text-color: #000;
  --second-text-color: #fff;
  --accent-text-color: #fff;
  --second-color: #ECECEC;
  --third-color: #50505D;


  --swiper-scrollbar-border-radius: 6px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: var(--main-accent-color);
  --swiper-scrollbar-size: 4px;


  --swiper-navigation-size: 30px;
  --swiper-navigation-top-offset: 70%;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-color: var(--main-accent-color);

  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100vw;
  overflow-x: hidden;
}


/* Шрифты */

@font-face {
  font-family: 'Gilroy-light';
  src: url('/static/fonts/Gilroy-light.otf') format('opentype');
}

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('/static/fonts/Gilroy-ExtraBold.otf') format('opentype');
}

@font-face {
  font-family: 'Inter';
  src: url('/static/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'RalewayBold';
  src: url('/static/fonts/Raleway-Bold.woff') format('woff');
}

a {
  text-decoration: none;
}


* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Gilroy', sans-serif;
}

h1 {
  /* font-size: 36px; */
  padding: 25px 0;
}

h2 {
  font-size: 26px;
  text-transform: uppercase;
  padding: 20px 0;
}

table, td{
  border: 2px solid #ECECEC;
  border-spacing: 0;
  
}
table{
  width: 100%;
}

.close-btn{
  font-size: 42px;
  padding: 5px;
}

.center{
  text-align: center;
}
.fs22{
  font-size: 22px;
}

.fs24{
  font-size: 24px;
}

.fs30{
  font-size: 30px;
}

.fs32{
  font-size: 32px;
}

.pt-5{
  padding-top: 5px;
}

.pb-5{
  padding-bottom: 5px;
}

.pt-10{  
  padding-top: 10px;
}

.pb-10{  
  padding-bottom: 10px; 
}

h3{
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 0;
}

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

iframe {
  border-radius: 16px;
}

.main {
  max-width: 94vw;
  overflow: hidden;
}

.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

.image img {
  max-width: 100%;
  max-height: 100%;
}

/* Основной шрифт - Gilroy*/
.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}


.body-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

body {
  /* background-color: rgb(0, 0, 0); */
  color: #000000;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 0;
  border-bottom: 2px solid #ECECEC;
  z-index: 999;
  background-color: #fff;
  height: 60px;
  width: 100%;
  max-width: 100%;
}

.header__logo {}

.logo {}

.logo__image {}


.header__menu {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-items: center;
}

.hamb {
  display: none;
}

.header__menu-list {
  display: inline-flex;
  list-style-type: none;
}

.opov{
  background-color: #fe0101;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu-item {

  color: #010101;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.header__menu-link {
  position: relative;
  padding: 20px;
}

.sub-menu::after {
  content: url('/static/img/Caret_Down_SM.svg');
  position: absolute;
  top: -4px;

}

.mobile-menu {
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}


.breadcrumbs {
  display: inline-flex;
  flex-direction: row;
  list-style: none;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
}

.breadcrumbs__item::after {
  content: " / ";
  padding-right: 5px;
}

.breadcrumbs__item:last-child{
  font-weight: 300;
}

.breadcrumbs__item:last-child::after {
  content: "";

}

.w100{
  width:100%
}


@media screen and (min-width: 1140px) {
  .fill {
    display: none;
  }

  .mobile-menu {
    display: none;

  }

}

@media screen and (max-width:1140px) {
  .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;

  }

  .mobile-menu__item:first-child {

    border-top: 2px solid #fff;
    border-radius: 16px 16px 0 0;
  }

  .mobile-menu__item:last-child {

    border-radius: 0 0 16px 16px;
  }

  .mobile-menu__item {
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ececec;
    border-bottom: 3px solid #fff;
  }

  .mobile-menu__item :hover {
    color: var(--main-accent-color);
    transition: 0.3s;
  }

  .mobile-menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--main-accent-color);
  }

  .mobile-menu__list {
    margin-top: 50px;
    padding: 62px 20px 20px 20px;

    list-style: none;
  }

  .mobile-menu__link {}

  .hamb {
    top: 2px;
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 8px;
    background-color: var(--main-accent-color);
    border-radius: 16px;
    z-index: 1000;
    position: fixed;
    left: calc(100vw - 80px);
    cursor: pointer;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    width: 50%;
    min-width: 375px;
    border-right: #ECECEC 1px solid;
  }

  /* .menu-toggle {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;
    opacity: 0;
  } */
  .header__menu {
    display: none;
  }

  .header__menu-list {
    display: flex;
    flex-direction: column;
  }

  .header__menu-link {
    font-size: 28px;
    line-height: 200%;

  }


}

.top-nav-tel {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  text-wrap: nowrap;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;
  text-decoration: none;
}

.wa {
  text-decoration: none;
}

.tg {}

.hero {}

.hero-wrapper {}

.button-color {}

.second-button {}

/* h1 {
      background-clip: text;
      background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
      font-size: 100px;
      -webkit-text-stroke: transparent 2px;
  } */


/* hero */

.strong{
  font-weight: 700;
}

.hero-section {

  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.hero-section {}


/* AI */
.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  min-height: 700px;
  padding: 32px 64px 16px;
}

@media (max-width: 991px) {
  .container {
    padding: 10px;
  }

  .hero-section {
    border-radius: 16px;
    margin: 16px;
  }
}

.background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  background-size: cover;
}

.gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  content: '';
}

.logo-container {
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  width: 158px;
  max-width: 100%;
  padding: 8px 16px;
}

.logo-image {
  aspect-ratio: 3.23;
  object-fit: contain;
  width: 100%;
}

.content-wrapper {
  position: relative;
  justify-content: flex-end;
  display: flex;
  margin-top: 344px;
  flex-direction: column;
}

.content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .breadcrumbs {
  flex-direction: column;
}
}


.text-content {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  color: #fff;
}

@media (max-width: 991px) {
  .text-content {
    max-width: 100%;
  }
}

.title {
  text-transform: uppercase;
  font: 700 52px/120% Gilroy, sans-serif;
}

@media (max-width: 991px) {
  .title {
    max-width: 100%;
    font-size: 40px;
  }
}

.description {
  margin-top: 16px;
  font: 500 38px/46px Raleway, sans-serif;
}

@media (max-width: 991px) {
  .description {
    max-width: 100%;
  }
}

.button-container {
  display: flex;
  margin-top: 32px;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}




.details-button {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}


@media (max-width: 991px) {
  .button-container {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }

  .button {
    padding: 25px 40px;
    font-size: 16px;
  }
}

.button-group {
  border-radius: 16px;
  backdrop-filter: blur(10px);
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .button-group {
    white-space: initial;
  }
}

.order-button {
  font-variant-numeric: lining-nums proportional-nums;
  justify-content: center;
  background-color: #fe8501;
  color: #fff;
  /* border: none; */
  cursor: pointer;
}

@media (max-width: 991px) {
  .order-button {
    white-space: initial;

  }
}



@media (max-width: 991px) {
  .details-button {
    white-space: initial;

  }
}

.social-icons {
  border-radius: 16px;
  backdrop-filter: blur(10px);
  background-color: #000;
  display: flex;
  gap: 2px;
}

.social-icon-black {
  align-items: center;
  border-radius: 14px;
  background-color: #010101;
  display: flex;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0 14px;
  border: none;
  cursor: pointer;
}

.social-icon-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 24px;
}

.social-icon-orange {
  align-items: center;
  border-radius: 14px;
  background-color: #fe8501;
  display: flex;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0 14px;
  border: none;
  cursor: pointer;
}

.pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 32px;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .pagination {
    max-width: 100%;
    padding: 0 20px;
  }
}

.pagination-dots {
  display: flex;
  gap: 16px;
}

.pagination-dot {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.pagination-dot-active {
  border-radius: 16px;
  background-color: #f9f9f9;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

/* rex - list*/

.rex-container {
  align-self: stretch;
  background-color: #ececec;
  display: flex;
  flex-direction: column;
  padding: 32px 10px 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .rex-container {
    padding: 0 20px;
  }
}

.rex-header {
  display: flex;
  flex-direction: column;
  line-height: 120%;
}

@media (max-width: 991px) {
  .rex-header {
    max-width: 100%;
  }
}

.rex-title {
  color: #fe8501;
  text-transform: uppercase;
  font: 700 38px Gilroy, sans-serif;
}

.rex-title span {
  display: block;
  color: #010101;
  margin-top: 16px;
  font: 500 28px Gilroy, sans-serif;
}

@media (max-width: 991px) {
  .rex-title {
    max-width: 100%;
  }
}

.rex-content {
  margin: 32px 0;
}

@media (max-width: 991px) {
  .rex-content {
    max-width: 100%;
  }
}

.rex-columns {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .rex-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.rex-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .rex-column {
    width: 100%;
  }
}

.rex-list {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 16px;
  color: #010101;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 991px) {
  .rex-list {
    max-width: 100%;
    margin-top: 16px;
  }
}

.rex-list-item {
  background-color: #f9f9f9;
  display: flex;
  gap: 16px;
  padding: 16px;
  cursor: pointer;
  border: none;
  text-align: left;
  stroke: #fe8501;
}

.rex-list-item:first-child {
  border-radius: 16px 16px 0 0;
}

.rex-list-item:last-child {
  border-radius: 0 0 16px 16px;
  margin-top: 4px;
}

.rex-list-item:not(:first-child):not(:last-child) {
  margin-top: 4px;
}

.rex-list-item--highlighted {
  background-color: #fe8501;
  color: #f9f9f9;
  stroke: #ffffff;
}


@media (max-width: 991px) {
  .rex-list-item {
    flex-wrap: wrap;
  }
}

.rex-list-icon {
  width: 24px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.rex-list-text {
  font-family: Inter, sans-serif;
}

.rex-main-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 67%;
  /* margin-left: 20px; */
}

@media (max-width: 991px) {
  .rex-main-column {
    width: 100%;
  }
}

.rex-main-content {
  justify-content: flex-end;
  border-radius: 16px;
  background-color: #f9f9f9;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 16px;
}

@media (max-width: 991px) {
  .rex-main-content {
    max-width: 100%;
    margin-top: 16px;
  }
}

.rex-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rex-carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.rex-carousel-inner img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 1.18; */
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rex-carousel-item {
  flex: 0 0 25%;
  padding: 0 10px;
  box-sizing: border-box;
}


.rex-carousel-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.18;
  object-fit: cover;
  object-position: center;

}

.rex-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.rex-carousel-control--prev {
  left: 0;
}

.rex-carousel-control--next {
  right: 0;
}

.rex-description {
  justify-content: flex-end;
  display: flex;
  margin-top: 16px;
  flex-direction: column;
}

@media (max-width: 991px) {
  .rex-description {
    max-width: 100%;
  }
}

.rex-description-title {
  color: #010101;
  font: 700 20px/120% Gilroy, sans-serif;
}

@media (max-width: 991px) {
  .rex-description-title {
    max-width: 100%;
  }
}

.rex-description-text {
  color: #50505d;
  margin-top: 8px;
  font: 400 16px/22px Inter, sans-serif;
}

@media (max-width: 991px) {
  .rex-description-text {
    max-width: 100%;
  }
}

.main-content--hidden {
  display: none;
}

/* Каталог */
.swiper {
  max-width: 1400px;
  width: 100%;
  margin-top: 10px;
  /* height: 200px; */
  /* height: 400px; */
}

.swiperProduct {
  max-width: 100%;
  max-height: 200px;
}

.swiper-slide {}

.catalog {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* padding: 64px; */
  /* max-width: 1200px; */
  margin: 50px 0;
  position: relative;
}

@media (max-width: 991px) {
  .catalog {
    padding: 0 20px;
  }
}

.catalog-header {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .catalog-header {
    flex-wrap: wrap;
  }
}

.catalog-title {
  display: flex;
  flex-direction: column;
  color: #010101;
  line-height: 120%;
  flex: 1;
}

@media (max-width: 991px) {
  .catalog-title {
    max-width: 100%;
  }
}

.catalog-heading {
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  font: 700 38px Gilroy, sans-serif;
}

@media (max-width: 991px) {
  .catalog-heading {
    max-width: 100%;
  }
}

.catalog-subhe {
  leading-trim: both;
  text-edge: cap;
  margin-top: 16px;
  font: 500 28px Gilroy, sans-serif;
}

@media (max-width: 991px) {
  .catalog-subheading {
    max-width: 100%;
  }
}

.catalog-button {
  font-variant-numeric: lining-nums proportional-nums;
  justify-content: center;
  border-radius: 16px;
  background-color: #fe8501;
  align-self: start;
  margin-top: 11px;
  color: #fff;
  /* padding: 16px 32px; */
  font: 700 16px 'Raleway', sans-serif;
  border: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .catalog-button {
    /* padding: 0 20px; */
  }
}

.product-grid {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .product-grid {
    max-width: 100%;
  }
}

.product-row {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .product-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.product-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 25%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .product-column {
    width: 100%;
  }
}

.product-card {
  display: flex;
  width: 300px;
  height: 350px;
  /* height: 200px; */
  /* width: 300px; */
  flex-direction: column;
  align-items: center;
  /* gap: 2px; */
  align-self: stretch;
  cursor: pointer;
  border-radius: 16px;
  border: #ECECEC 2px solid;
  margin: 0 auto;
  object-fit: fill;
  overflow: auto;
  /* margin: 16px 16px; */

}

@media (max-width: 991px) {
  .product-card {
    /* margin-top: 16px; */
  }
}

.product-image {
  object-fit: auto;
  object-position: center;
  /* width: 100%; */
  height: 200px;
  object-fit: auto;
  max-width: 100%;
}

.product-details {
  height: 120px;
  display: flex;
  width: 100%;
  padding: 16px 14px;
  flex-direction: column;
  border-top: 1px #ececec solid;
}

.product-card a {
  text-decoration: none;
  color: inherit;
}

.product-name {
  font: 400 20px/20px Inter, sans-serif;
  padding: 5px;
}

.product-price {
  margin-top: 16px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Gilroy', sans-serif;
  
}

.regular-price{
  font-size: small;
}

.swiper-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  /* display: flex; */
  /* justify-content: center;
      align-items: center; */
  /* background-color: #ECECEC; */
}

/* equipments*/

.equipments-header {}

.equipments-list {
  display: flex;
  flex-direction: column;
}

.equipment {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-top: 20px;
  height: 222px;
  border-radius: 16px;
  padding: 0;
  border: 2px solid #ECECEC;
  box-sizing: border-box;
}

.equipment-wrapper {
  display: flex;
}

.equipment-main-img {
  height: 220px;

}

.equipment-list-img {

  border-radius: 16px 0 0 16px;
}

.equipment-description {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}

.equipment-property__wrapper {

  width: 100%;
  height: 220px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: space-between;
}

.equipment-name {
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px;
}

.equipment-property {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #ECECEC;
  border-radius: 16px;
}

.equipment-text {
  width: 100%;
  padding: 16px;
}

.equipment-price {
  background-color: var(--main-accent-color);
  color: var(--accent-text-color);
  border-radius: 0 16px 16px 0;
  width: 170px;
  max-width: 170px;
  padding: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  font-family: 'Gilroy', sans-serif;
}

.equipment-price-value {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 20px;
}

@media screen and (max-width: 850px) {
  .equipment-wrapper {
    flex-direction: column;
  }

  .equipments-list {
    padding: 0 22px 0 0;
  }

  .equipment {
    flex-direction: column;
    gap: 0;
    margin: 10px;
    height: auto;
  }

  .equipment-list-img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: auto;
  }

  .equipment-main-img {
    width: 100%;
    height: auto;
  }

  .equipment-property {
    height: auto;
    flex-direction: column;
  }

  .equipment-property__wrapper {
    height: auto;
  }

  .equipment-price {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0 0 16px 16px;
    align-items: center;
  }

  .equipment-img__small {
    width: 32%;
    height: auto;
  }
}

/*MAP*/
.map {
  margin: 20px 0;
  border-radius: 16px;
}

/*end MAP*/
/*EQUIPMENT-detail*/
.equipment-detail-img {

  height: auto;
  max-height: 400px;
  max-width: 100%;
  border-radius: 16px;
}

/*contacts*/
.contact-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 10px;

}

.contact-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;

  border: 2px solid #ECECEC;
  border-radius: 16px;
}

.contact-item-header {
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px;
  border-bottom: 2px solid #ECECEC;
}

.contact-item-value {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 16px;
}

@media screen and (max-width: 850px) {
  .contact-wrapper {
    flex-direction: column;
  }
}

/* contacts */
/* footeR */
.footer {
  font-family: 'Inter', sans-serif;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-top: var(--main-accent-color) 2px solid;
}

.footer-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;

}

@media (max-width: 780px) {
  .footer-columns {
    flex-direction: column;
  }

}

.footer-column {
  padding: 20px;
  flex-grow: 1 0;
}

.footer-column-title {
  color: #010101;

  /* H6 */
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  margin-bottom: 16px;
}

.footer-column-links {
  list-style: none;
  text-decoration: none;
}

.footer-link {
  font-size: 14px;
  line-height: 20px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
}

.footer-contact-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.footer-contact-icon {
  display: flex;
  /* width: 54px;
    height: 54px; */
  padding: 16px 16px;
  justify-content: center;
  align-items: center;

  border-radius: 14px;
  border: 2px solid #ECECEC;
  background: #FFF;
  margin-right: 3px;
}

.footer-contact-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.footer-contact-text {
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 2px solid rgba(236, 236, 236, 1);
  color: #010101;
  /* white-space: nowrap; */
  /* flex: 1; */
  width: 280px;
  padding: 16px;
  font: 400 15px / 140% 'Inter', sans-serif;
}

.footer-copyright {

  /* Caption */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

/* FAQ */

.faq {
  /* width: 100%; */
  background-color: #ECECEC;
  padding: 64px 10px;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
}

.faq-header {
  font-family: 'Gilroy', sans-serif;
  font-size: 38px;
  margin-bottom: 20px;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;

}

.faq-item {
  margin-top: 6px;
  padding: 16px;
  background-color: #FFF;
  border-radius: 16px;
  border: 0;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--main-text-color);
  cursor: pointer;
  /* 24px */
}


.faq-answer {
  background-color: var(--accent-text-color);
  color: var(--main-text-color);
  font-family: 'Inter', sans-serif;
  padding: 0 18px;
  border-radius: 0 0 16px 16px;
  margin-top: 0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

  /* 22.4px */
}

.faq-item::after {
  content: url("../img/elements/Caret_Down_SM.svg");
  border-radius: 10px;
  padding: 16px;
  align-self: flex-end;
  background-color: var(--main-accent-color);
}

.faq-item--active {
  background-color: var(--main-accent-color);
  color: var(--accent-text-color);
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
}

.faq-item--active::after {
  content: url("../img/elements/Caret_Up_SM.svg");
  border-radius: 10px;
  padding: 16px;
  align-self: flex-end;
  background-color: #FFF;
}

.answer {
  padding: 16px 18px;
}


/*  Model */

.model {
  background-color: #ECECEC;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.model-header {
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  color: var(--main-text-color);
  margin-bottom: 20px;
  /* line-height: 140%; */
}


.model-title {
  text-transform: uppercase;

}

.model-wrapper {
  padding: 24px 0;
  display: flex;
  gap: 16px;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .model-wrapper {
    flex-direction: column-reverse;
  }
}

.model-description {
  font-family: 'Inter', sans-serif;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 16px;
  flex: min-content;
}

.model-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.model-button {
  border: 0px;

}

.button {}

.model-image {
  flex-grow: 3;
}

.model-image img {
  border-radius: 16px;
}

.whoweto {
  margin: 64px 0;
}

.whoweto-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: 'Inter', sans-serif;
  padding: 16px;
}

.whoweto-header {}

.whoweto-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
}

.whoweto-card {
  width: 350px;
  max-width: 90vw;
  display: flex;

  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border: 2px #ececec solid;
  border-radius: 16px;

}

.whoweto-card-step {
  color: #FE8501;
  width: 100%;
  /* H6 */
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 2px #ececec solid;
  text-align: center;
  padding: 16px;

  /* 24px */
}

.whoweto-card-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  color: #010101;
  text-align: center;
  min-height: 174px;
  /* H4 */
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}

.whoweto-card-description {

  width: 100%;
  border-top: 2px #ececec solid;
  text-align: center;
  color: #50505D;
  text-align: center;

  /* Body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 76px;
  padding: 16px;
  /* 22.4px */
}

/*Consultation*/
.consult {

  background-color: var(--main-accent-color);
}

@media screen and (max-width: 991px) {
  .consult-wrapper {
    flex-direction: column-reverse;
  }
}

.consult-wrapper {
  padding: 32px 16px;
  display: flex;
  gap: 16px;
  align-items: stretch;

}

.consult-descrition {
  display: flex;
  border-radius: 16px;
  background-color: #fff;
  /* height: 100%; */
  flex-direction: column;
  flex: 1 1;
  padding: 16px;
  font-family: 'Inter', sans-serif;
  justify-content: space-between;
}

.consult-header {
  color: #010101;


  /* H2 - Bold */
  font-family: 'Gilroy', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 45.6px */
  text-transform: uppercase;
}

.consult-text {
  padding: 16px 0;
}


.consult-buttons {
  display: flex;
  flex-wrap: nowrap;

}

.wa {
  width: 80px;
  display: flex;
  justify-content: center;

}

.consult-button--short {
  flex: 6 1;
}

.consult-image {
  border-radius: 16px;
  flex: 1 1;

}

.consult-image img {
  border-radius: 16px;
}


/* Отзывы */
.testimonials {
  margin: 64px 0;

  --swiper-pagination-color: var(--main-accent-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;


}

.testimonials {
  display: flex;
  /* padding: 24px 0; */
  gap: 16px;
}

.testimonials-wrapper {
  overflow: hidden;
  font-family: 'Inter', sans-serif;

}

.testimonials-header {

  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  flex-wrap: wrap;
}



.testimoials-title h2 {
  color: #010101;
  leading-trim: both;
  text-edge: cap;

  /* H2 - Bold */
  font-family: 'Gilroy', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 45.6px */
  text-transform: uppercase;

}

.testimonials-name-image img {
  border-radius: 50%;
}

.testimonials-button {
  min-width: 100%;
}

.testimonials-list {

  /* display: flex; */
  /* justify-content: flex-start; */
  gap: 16px;
  /* padding: 16px; */
  height: 350px;
}

.testimonials-card {
  width: 350px;
  align-self: center;
  max-width: 350px;
  /* max-width: 90vw; */
  border: 2px solid #ECECEC;
  border-radius: 16px;
}

.testimonials-card-header {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px;
}

.testimonials-card-name {
  color: #010101;

  /* Caption */
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.testimonials-card-text {
  height: 200px;
  padding: 0 16px;
}

.testimonials-card-footer {
  border-top: 2px solid #ECECEC;
  display: flex;
  justify-content: space-around;
  padding: 10px 48px;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

/* Excavator Список */

.excavator-list h1 {
  text-transform: uppercase;
  padding: 32px;
}

.excavator-list-header {
  font-family: 'Gilroy', sans-serif;
}

.excavator-list-wrapper {
  font-family: 'Inter', sans-serif;
  padding-right: 20px;
}

.excavator-card {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 220px;
  display: flex;
  /* padding: 16px 14px; */
  /* flex-direction: column; */
  align-items: flex-start;
  /* gap: 32px; */
  flex: 1 0 0;
  border: 2px solid #ECECEC;
  border-radius: 16px;
  box-sizing: content-box;
}

.excavator-card__small {
  height: 220px;
}

.excavator-img {
  height: 220px;
  width: 300px;
  box-sizing: content-box;

}

.excavator-img img {
  box-sizing: border-box;
  border-radius: 16px 0 0 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-right: 2px solid #ECECEC;
  box-sizing: content-box;
  max-height: 300px;

}

.excavator-card-wrapper {
  height: 100%;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  
  flex: 1 0 0;
}

.excavator-card-header a {
  text-decoration: none;
}

.excavator-card-header h2 {
  color: #010101;

  /* H5 */
  font-family: 'Gilroy', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 26.4px */
  text-transform: uppercase;

}

.excavator-description {
  font-family: 'Inter', sans-serif;
  background-color: #ECECEC;
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* height: a; */
  border-radius: 16px;

  /* gap: 16px; */
}

.description-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.property-name {
  color: #010101;

  /* Body */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}


.property-value {
  color: #010101;

  /* H6 */
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: right;

  /* 24px */
}

.excavator-price {
  background-color: var(--main-accent-color);
  color: var(--accent-text-color);
  border-radius: 0 16px 16px 0;
  width: 170px;
  padding: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 10px 10px;
}

.excavator-price-value {
  color: #FFF;

  /* H4 */
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}

.excavator-price a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 830px) {
  .excavator-description {
    flex-direction: column;
  }

  .excavator-price {
/*    margin-top: -16px;*/
  }

}

@media screen and (max-width: 1140px) {
  .excavator-card-wrapper {
    width: 100%;
  }

  .excavator-img {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: content-box;
    /* padding: 16px; */
  }

  .excavator-img img {
    border-radius: 16px 16px 0 0;
    /* max-width: 100%; */
  }

  .excavator-card {
    flex-direction: column;
    height: auto;
  }

  .description-item {
    border-bottom: 1px solid #fff;
    align-items: center;
  }

  .excavator-card-wrapper {
    flex-direction: column
  }

  .excavator-price {
    width: 100%;
    border-radius: 0 0 16px 16px;
    align-items: center;
    padding: 16px;
  }

}


/* DETAILS */
.excavator-detail {
  max-width: 100%;
  padding: 0 10px;
}

.excavator-detail-header {
  color: #010101;
  leading-trim: both;
  text-edge: cap;

  /* H2 - Bold */
  font-family: 'Gilroy', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 45.6px */
  text-transform: uppercase;
  padding: 32px 0;

}
.excavator-detail-header h1{
  line-height: 150%;
  font-size: 2rem;
  font-family: 'Gilroy', sans-serif; 
  font-weight: 700;
  text-transform: uppercase;
}

.excavator-detail-gallery {
  padding: 10px 0;
}

.excavator-detail-wrapper {}

.excavator-detail-image {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: content-box;
  max-height: 400px;
  border-radius: 16px;
}

.excavator-detail-image img {
  max-width: 100%;
  border-radius: 16px;
}

.excavator-detail-info {
  gap: 16px;
  display: flex;
}

.excavator-detail-description {
  flex: 2 1;
}

.excavator-detail-description p {
  padding: 10px 0;
}

.excavator-detail-properties h3 {
  font-size: 28px;
  font-weight: 700;
  padding: 32px 0;
  text-transform: uppercase;
}

.excavator-detail-properties {
  flex: 1 1;
  display: flex;
  flex-direction: column;

}

.excavator-detail-property {
  display: flex;
  border: 1px solid #ECECEC;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}

.excavator-detail-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--main-accent-color);
  border-radius: 0 0 16px 16px;
  padding: 10px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

.excavator-detail-price-volume {
  font-weight: 800;
  font-size: 28px;
  font-family: 'Inter', sans-serif;
}

.short-property {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 1px solid #ECECEC;
  border-radius: 16px;
}

.short-property-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-right: 1px solid #ECECEC;
  align-items: center;
}

.short-property-item:last-child {
  border-right: 0;
}

.short-property-item .property-name {
  font-weight: 700;
  font-size: 16px;
}

.short-property-item .property-value {
  font-weight: 700;
  font-size: 28px;
  color: var(--main-accent-color);

}

@media screen and (max-width: 768px) {

  .excavator-detail-info {
    flex-direction: column;
  }

  .short-property {
    flex-direction: column;
  }

  .short-property-item {
    padding: 10px 10px;
    border-right: 0;
    border-bottom: 1px solid #ECECEC;
  }

  .short-property-item:last-child {
    border-bottom: 0;
  }
}

.dop-products {}

.dop-products-header {
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 0;
  color: var(--main-accent-color);
}

.product-wrapper {
  position: relative;
}

.product-card {}

.product-image {}

.product-details {}

.product-name {}

.product-price {}


/* News start*/

.short-news {
  border: 2px solid #ECECEC;
  border-radius: 16px;
  margin-bottom: 10px;
}

.short-news h2 {
  padding: 10px;
}

.short-news img {
  border-radius: 16px 16px 0 0;
}

.news-item__img {
  height: 200px;
}

.news-image {
  /* border-radius: 14px 14px 0 0; */
  width: 100%;
  object-fit: cover;

}

.news-images {}

.news-img__small {
  width: 200px;
  height: auto;
  border-radius: 10px;
}

.news-wrapper {
  display: flex;
  gap: 32px;
}

.news-detail {
  flex: 3 0 0;
}

.news-aside {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding-top: 32px;
}

.news-title {
  color: #010101;
  leading-trim: both;
  text-edge: cap;

  /* H2 - Bold */
  font-family: 'Gilroy', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 45.6px */
  text-transform: uppercase;
  padding: 10px;
}

.news-item {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 350px;
  max-width: 95vw;
  max-width: 100%;
  border: 2px solid #ECECEC;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  object-fit: cover;
  overflow: auto;
}

.news-video {
  border-radius: 10px;
  max-width: 100%;
  max-height: 90vh;
}

.news-leed {
  color: #50505D;
  padding: 0 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.news-leed-video {
  padding: 0;
}

.news-leed-video iframe {
  border-radius: 16px 16px 0 0;
}

.news-date {
  color: #010101;

  /* Caption */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  display: flex;
  align-items: center;
  padding: 10px;
}

.separator {
  display: none;
}

@media screen and (max-width: 768px) {
  .news-wrapper {
    flex-direction: column;
  }

  .separator {
    display: block;
    width: 100%;
    height: 2px;
    background: #ECECEC;
    margin: 32px 0;
  }

  .news-img__small {
    width: 32%
  }
}

/* News end*/


/* Buttons*/
.swiper-top-button-prev,
.swiper-top-button-next {
  display: flex;
  height: 52px;
  padding: 24px 14px;
  align-items: center;
  gap: 8px;

  border-radius: 16px;
  background: #ECECEC;

}

.swiper-top-button-prev {
  position: absolute;
  left: 26px;
  top: 137px;
}

.swiper-top-button-next {
  position: absolute;
  right: 26px;
  top: 137px;
}




.accent-button {
  font-variant-numeric: lining-nums proportional-nums;
  justify-content: center;
  border-radius: 16px;
  background-color: #fe8501;
  align-self: start;
  margin-top: 11px;
  color: #fff;
  /* padding: 16px 32px; */
  font: 700 16px 'Raleway', sans-serif;
  border: none;
  cursor: pointer;
}



.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 17px 32px;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  /* font-family: 'Inter'; */
  font-style: normal;
  border-radius: 16px;
  border: 2px solid transparent;
  /* Устанавливаем изначально прозрачную рамку */
  box-sizing: border-box;
  /* Включаем рамку и отступы в общий размер элемента */
  transition: border-color 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  /* color: #fff;
      border: none;
      cursor: pointer;
      border: 2px solid var(--main-accent-color); */
}

.bg {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
  overflow: hidden;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
  max-height: 90vh;
  overflow: hidden;
  z-index: 9999;
  max-width: 90vw;

}

.close-modal__btn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: orange;
  font-weight: 700;
  cursor: pointer;
  font-size: 24px;
  font-family: 'Inter';
}

.privacy-link {
  color: var(--main-accent-color);
}

@media screen and (max-width: 768px) {
  .modal-form {
    max-width: 90vw;
  }
}

.modal-form input {
  font-size: 20px;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
}

.form-check-input {
  display: none;
}

.form-name,
.form-phone,
.form-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  width: 100%;
}

.form-text {
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
  margin: 10px 0;
}

.text-control {
  border-radius: 10px;
  border: var(--main-accent-color) 1px solid;
  padding: 5px;
}

.form-control {
  border: var(--main-accent-color) 1px solid;
}

.form-messenger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

  border-radius: 16px
}

.form-messenger select {
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
  border: var(--main-accent-color) 1px solid;
}

.form-type-messenger__control {
  width: 100%;
  border-radius: 16px;
  padding: 5px;

}

.menu-toggle {
  transform: translateX(0);
}

.text-accent {
  color: var(--main-accent-color);
}

.fixed {
  position: fixed;
}

.grey {
  background-color: #ECECEC;
}

.hidden {
  display: none;
}

.button-black {
  background-color: #000;
  color: #fff;
}

.order-button:hover,
.details-button:hover {
  border: 2px solid var(--main-accent-color);
  background: #FFF;
  color: var(--main-accent-color);
  backdrop-filter: blur(10px);

}

.pointer {
  cursor: pointer;
}


/* Размеры */
.w100 {
  width: 100%;
}