@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

@font-face { 
  font-family: 'Open Sans'; src: local('Open Sans'),
  url('/libs/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face { 
  font-family: 'Fira Sans'; src: local('Fira-Sans'),
  url('/libs/FiraSans-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face { 
  font-family: 'Fira Sans'; src: local('Fira-Sans'),
  url('/libs/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face { 
  font-family: 'Montserrat'; src: local('Montserrat'),
  url('/libs/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
}

html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

body {
  background-color: #4f535a;
  color: #000;
  position: relative;
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.text {
  font-family: 'Open Sans';
}

.title {
  font-family: 'Montserrat';
}

.fira { 
  font-family: 'Fira Sans';
}

.wrapper {
  width: calc(100% - 400px);
  margin: 0 auto;
}


.header {
  position: relative;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 21.8%, rgba(63, 62, 62, 0.5) 59.3%, rgba(255, 255, 255, 0) 96.28%);
  padding-top: 240px;
  padding-bottom: 200px;
}

.header__content {
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: calc(100% - 210px);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 18px 105px;
  background-color: #fff;
} 

.nav__logo {
  display: flex;
  align-items: center;
  user-select: none;
}



.nav__logo-text {
  font-weight: 700;
  font-size: 26px;
  color: #000000;
}

.nav__logo-img {
  width: 50px;
  height: 50px;
  transform: rotate(0deg);
  animation: 2.5s linear 0s normal none infinite running gear;
  -webkit-animation: 2.5s linear 0s normal none infinite running gear;
}

@keyframes gear {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes gear {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.nav__menu {
  display: flex;
  align-items: center;
}

.menu__li {
  margin-right: 50px;
}

.menu__li:last-child {
  margin-right: 0;
}

.menu__li-link {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.nav__email {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: #000000;
}

.header-fon {
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 0;
}










.menu-open {
  display: none;
  background-color: #fff0;
  border: 1px solid #fff0;
}

.menu-burger {
  transition: 0.4s all ease;
  display: block;
  position: absolute;
  left: -100%;
  top: -16px;
  padding: 50px 5px 10px 20px;
  position: absolute;
  background-image: url(../img/mobile-fon.webp);
  backdrop-filter: blur(11.5px);
  right: 100%;
  height: 95vh;
  width: 250px;
  z-index: 1;
}

.menu__burg {
  margin-top: 85px;
}

.menu-burger .menu__li-link {
  color: #fff;
}

.menu-burger .menu__li {
  margin-bottom: 20px;
}

.nav__social-burg .nav__email {
  display: block;
  color: #fff;
}

.show-menu {
  left: 0;
  transition:  0.4s all ease;
}

.burger {
  display: block;
  position: relative;
  width: 43px;
  height: 24px;
  cursor: pointer;
}

.burger-line {
  display: block;
  width: 43px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: 0.1s all linear;
}

.burger1 {
  top: 0;
}

.burger2,.burger3 {
  top: 50%;
  transform: translateY(-50%);
}

.burger4 {
  bottom: 0;
}

.burger_active .burger1, .burger_active .burger4 {
  opacity: 0;
}

.burger_active .burger1 {
  transform: translateY(-50%) rotate(45deg);
}

.burger_active .burger3 {
  transform: translateY(-50%) rotate(45deg);
}

.burger_active .burger2 {
  transform: translateY(-50%) rotate(-45deg);
}


.header__title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 65px;
  font-size: 50px;
  color: #FFFFFF;
}

.header__subtitle {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
}

.header__buttons {
  display: flex;
  align-items: center;
}

.header__btn-link:first-child {
  margin-right: 60px;
}

.header__btn {
  width: 275px;
  padding: 24px 0;
  cursor: pointer;
  transition: 0.3s all ease;
  background-color: #BE102D;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}

.header__btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.header__btn:active {
  transition: 0.1s all ease;
  transform: scale(110%);
}







.catalog {
  padding-top: 80px;
  padding-bottom: 100px;
}

.catalog__title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 56px;
  color: #FFFFFF;
}

.catalog__block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  transition: 0.3s all ease;
  cursor: pointer;
  border-radius: 25px;
}


.catalog__box {
  box-sizing: border-box;
  position: relative;
  width: calc(25% - 15px);
  padding: 30px 20px;
  transition: 0.3s all ease;
  cursor: pointer;
  background-color: #fff;
  border-radius: 25px;
}



.belt {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0,0.9);
}

.belt__cont {
  position: relative;
  background-color: #fff;
  margin: 10% auto;
  padding: 40px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 15px;
}

.belt-close {
  position: absolute;
  cursor: pointer;
  transition: 0.6s all ease;
  right: 10px;
  top: 10px;
}

.belt-close:hover {
  transform: rotate(180deg);
}

.catalog__div-btn {
  display: flex;
  gap: 20px; 
  justify-content: center;
  margin-top: 30px;
}

.table__h2 {
  max-height: 400px;
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}

.table__p {
  padding: 7px 5px 5px 5px;
  font-size: 18px;
  border: 1px solid black;
}

.table__p span {
  border-right: 1px solid black;
}







.catalog__box:hover {
  transform: scale(105%);
}

.catalog__box-nomargin {
  margin-right: 0;
}

.catalog__box-img {
  display: block;
  margin: 0 auto;
  max-height: 115px;
}

.catalog__box-text {
  margin-top: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
}

.catalog__link-btn {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s all ease;
  background-color: #BE102D;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  width: 275px;
  padding: 23px 0;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}

.catalog__link-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.catalog__link-btn:active {
  transition: 0.1s all ease;
  transform: scale(110%);
}






.advantages {
  background-image: url(../img/advantages/advantages-fon.webp);
  background-size: 100% 100%;
  padding-top: 70px;
  padding-bottom: 105px;
}

.advantages__title {
  text-align: center;
  margin-bottom: 85px;
  font-weight: 600;
  font-size: 56px;
  line-height: 50px;
  color: #FFFFFF;
}

.advantages__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advant__box {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  width: 360px;
  /* height: 370px; */
  border-radius: 25px;
  background-color: #fff;
}

.advant__box-img {
  display: block;
  margin: 0 auto 50px auto;
}

.advant__box-text {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #000000;
}


.accordeon {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordeon__title {
  margin-bottom: 75px;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
}

.accordeon__coll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s all ease;
}

.accordeon__coll-title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
}

.accordeon__coll-img {
  transform: rotate(-90deg);
  transition: 0.3s all ease;
}

.accordeon__coll-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.content-text {
  background-color: #fff;
  padding: 0px 20px 20px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.map__title {
  margin-bottom: 75px;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
}

#map {
  margin-bottom: -10px;
}

.map__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.map__block-text {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}

.map__block-img {
  width: 800px;
  border-radius: 10px;
  border: 10px solid #fff;
}

.map-yandex {
  width: 100%;
  height: 560px;
}



.forms {
  background-image: url(../img/form/mobile-fon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}

.forms__title {
  text-align: center;
  margin-bottom: 65px;
  font-weight: 400;
  font-size: 56px;
  color: #FFFFFF;
}

.form {
  width: 600px;
  display: block;
  margin: 0 auto;
}

.form__box {
  margin-bottom: 30px;
}

.form__box-p {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}

.form__box-input {
  width: 100%;
  height: 57px;
  font-size: 24px;
  color: #000;
  padding: 3px 10px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
}

.form__box-input::placeholder {
  font-size: 20px;
}

.form__btn {
  display: block;
  margin: 60px auto 0 auto;
  cursor: pointer;
  transition: 0.3s all ease;
  background-color: #BE102D;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  width: 275px;
  padding: 23px 0;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}

.form__btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.form__btn:active  {
  transform: scale(110%);
}



.question {
  padding-top: 100px;
  padding-bottom: 200px;
}

.question__title {
  text-align: center;
  margin-bottom: 75px;
  font-weight: 400;
  font-size: 56px;
  line-height: 76px;
  color: #FFFFFF;
}

.question__coll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s all ease;
}

.question__coll-title {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
}

.question__coll-img {
  transform: rotate(-90deg);
  transition: 0.3s all ease;
}

.quest__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.quest__content-text {
  background-color: #fff;
  padding: 0px 20px 20px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}


.footer {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff;
}

.foot__contacts {
  margin-bottom: 40px;
}

.contacts__title {
  margin-bottom: 30px;
  width: 230px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  border-bottom: 1px solid #000;
  color: #000000;
}

.contacts__block {
  display: flex;
  justify-content: space-between;
}

.social__box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.social__box:last-child {
  margin-bottom: 0;
}

.social__box-img {
  margin-right: 15px;
}

.social__box-link {
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
}

.contacts__menu {
  margin-top: 6px;
}

.contacts__menu-li {
  margin-bottom: 25px;
}

.contacts__menu-li:last-child {
  margin-bottom: 0;
}

.contacts__menu-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.foot__copyright {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000000;
}

.foot__map-br {
  display: none;
}

.product {
  margin-bottom: 100px;
}

.product__text {
  margin-bottom: 40px;
}

.product__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.product__subtitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}

.product__description {
  margin-bottom: 40px;
}

.product__description p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.product__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.product__list li {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.product__list li::before {
  content: "✔"; /* Иконка перед элементом списка */
  color: #00ff2f; /* Желтый акцент для иконок */
  margin-right: 8px;
}

.product__p {
  line-height: 120%;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.input__title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

.input__search {
  width: 30%;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  color: #000;
}

.input__search-size {
  width: 30%;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  color: #000;
}

.tablee {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow-y: scroll;
  max-height: 600px;
  background-color: #fff;
}

.tablee__box-main {
  max-height: 400px;
}

.table__header {
  display: flex;
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
}

.table__header div {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ccc; /* Рамка между колонками */
}

.table__header div:last-child {
  border-right: none; 
}

.btn__add {
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s all ease;
  background-color: #BE102D;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}

.btn__add:hover {
  color: #000;
  background-color: #FFFFFF;
}

.row {
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  transition: .1s all ease;
}

.row:not(.product_active):hover {
  background-color: #9797974a; 
}

.product_active {
  background-color: #63dd00ab;
}

.cell { 
  flex: 1;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ccc; 
}

.cell:last-child {
  border-right: none; /* Убираем правую рамку у последней колонки */
}

.product_active {
  background-color: #5dce00ab;
}



@media screen and (max-width: 1850px) {
  .catalog__box-img {
    width: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .wrapper {
    width: calc(100% - 200px);
  }

  .nav {
    width: calc(100% - 80px);
    padding: 18px 40px;
  }

  .header-fon {
    width: 90%;
  }

  .header__subtitle {
    font-size: 28px;
    line-height: 32px;
  }

  .header__btn {
    font-size: 20px;
    padding: 20px 0;
  }

  .catalog__link-btn {
    font-size: 20px;
    padding: 20px 0;
  }

  .map__block {
    display: block;
  }

  .map__block-text {
    margin-bottom: 40px;
  }

  .map__block-img {
    width: 65%;
    display: block;
    margin: 0 auto;
  }

  .map__title, .forms__title, .accordeon__title, .advantages__title, .catalog__title,.question__title {
    font-size: 42px;
  }

  .form__box-p {
    font-size: 24px;
  }

  .table__h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .nav__menu {
    display: none;
  }

  .nav__email {
    display: none;
  }

  .menu-open {
    display: block;
  }
  
  .catalog__box {
      width: calc((100% / 3) - 40px / 3);
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    width: calc(100% - 80px);
  }

  .header-fon {
    width: 100%;
    bottom: 10%;
  }

  .header__title {
    font-size: 40px;
    line-height: 50px;
  }

  .header__subtitle br {
    display: none;
  }

  .header__subtitle {
    width: 60%;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 35px;
  }

  .header__btn-link:first-child {
    margin-right: 40px;
  }

  .header__btn {
    width: 200px;
    font-size: 18px;
    padding: 18px 0;
  }

  .map__block-img {
    width: 100%;
  }

  .map__block-text {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .advantages {
    background-size: auto;
  }

  .advantages__title {
    font-size: 34px;
  }

  .advant__box {
    margin: 0 auto 30px auto;
    padding: 20px 20px 50px 20px;
  }

  .advant__box-img {
    width: 49%;
    margin: 0 auto 30px auto;
  }

  .advant__box-text {
    font-size: 25px;
    line-height: 30px;
  }

  .accordeon__coll-title {
    font-size: 20px;
  }

  .content-text {
    font-size: 14px;
    font-weight: 400;
  }

  .accordeon__coll-img {
    width: 20px;
  }

  .form {
    width: auto;
  }

  .form__box-input {
    width: 96%;
  }

  .question__coll-title {
    font-size: 20px;
  }

  .quest__content-text {
    font-size: 14px;
    font-weight: 400;
  }

  .question__coll-img {
    width: 20px;
  }

  .table__h2 {
    font-size: 24px;
  }

  .product__text {
    margin-bottom: 20px;
  }

  .product__title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
  }

  .product__subtitle {
    font-size: 20px;
    text-align: left;
  }

  .product__description p {
    font-size: 14px;
  }

  .product__list li {
    font-size: 12px;
  }

  .tablee {
    margin-top: 15px;
  }

  .cell {
    font-size: 14px;
    padding: 8px;
  }
  
    .catalog__box {
      width: calc((100% / 2) - 20px / 2);
  }
}

@media screen and (max-width: 576px) {
  .wrapper {
    width: calc(100% - 40px);
  }

  .header {
    padding-top: 140px;
  }

  .nav__logo-text {
    font-size: 22px;
  }

  .nav__logo-img {
    width: 35px;
    height: 35px;
  }

  .btn-catalog {
    display: none;
  }

  .header__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .header__subtitle {
    width: auto;
    font-size: 16px;
  }

  .header__btn {
    width: 160px;
    font-size: 14px;
    padding: 15px 0;
  }

  .header-fon {
    width: 120%;
    bottom: 12%;
  }

  .nav {
    padding: 18px 15px;
    width: calc(100% - 30px);
  }

  .accordeon__title {
    font-size: 34px;
  }

  .catalog__link-btn {
    width: 200px;
    font-size: 16px;
    padding: 15px 0;
  }

  .accordeon__coll-title {
    font-size: 16px;
  }

  .content-text {
    font-size: 12px;
  }

  .accordeon__coll-img {
    width: 18px;
  }

  .map__title {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .map__block-text {
    font-size: 20px;
    line-height: 25px;
  }

  .map__block-img {
    width: 97%;
  }

  .map-yandex {
    height: 400px;
  }

  .form__box-input {
    width: 94%;
    font-size: 20px;
  }

  .forms__title {
    font-size: 34px;
  }

  .form__btn {
    padding: 18px 0;
    font-size: 18px;
  }

  .question__coll-title {
    font-size: 16px;
  }

  .question__coll-img {
    width: 18px;
  }

  .question__title {
    font-size: 34px;
    line-height: 45px;
  }

  .social__box-link {
    font-size: 15px;
  }

  .foot__map-br {
    display: block;
  }

  .contacts__menu-link {
    font-size: 14px;
  }

  .contacts__menu {
    margin-top: 0;
  }

  .contacts__menu-li {
    margin-bottom: 36px;
  }
  
  .catalog__block {
      justify-content: center;
  }
  
  .catalog__box {
      width: 100%;
      max-width: 280px;
  }

  .belt__cont {
    width: 70%;
    padding: 60px 40px 60px 40px;
    margin: 30% auto;
  }

  .table__h2 {
    font-size: 19px;
  }

  .table__p {
    font-size: 14px;
  }

  .catalog__title {
    font-size: 34px;
  }

  .catalog__div-btn {
    flex-direction: column;
  }
}