@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: Roboto;
  color: #262626;
  outline: none;
}
.container {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 10px;
  overflow-x: hidden;
}

img {
  display: block;
}

input {
  outline: none;
  border: none;
}

button {
  display: block;
  cursor: pointer;
}

span {
  display: block;
}
section {
    margin-bottom: 90px;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  height: 52px;
  background: #e52823;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
  line-height: 1.53846;
}

.button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #222222;
}

.button--empty {
  background: transparent;
  border: 1px solid #e52823;
  color: #222222;
}

.button--empty:hover {
  color: #e6340d;
  border: 1px solid #e52823;
}

::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.scroll-container {
  max-height: 300px;
  overflow-y: auto;
}

/*==================== SWIPER ====================*/

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-btns {
  display: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: auto;
}

.swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background-color: #e52823;
  opacity: 1;
}

.swiper-button-prev {
  position: static;
}

.swiper-button-next {
  position: static;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin: 0 8px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;

  pointer-events: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 50%;
}

.swiper-button-prev:active,
.swiper-button-next:active {
  background: #e52823;
}

.swiper-button-prev:active svg path,
.swiper-button-next:active svg path {
  fill: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

/* header */
header {
  padding-top: 30px;
}
.header-in,
.header-in__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin: 0px 20px 0px 0px;
  max-width: 300px;
}

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

.header-in__phone-btn {
  display: none;
}

.modal-input--box {
  position: relative;
  margin-bottom: 10px;
}
.modal-input--box img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.modal__cards > li,
.modal__cards > li > a{
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__cards > li > p,
.modal__cards > li > a > p{
  width: 70%;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-left: 3px;
}
.modal__cards > li > img,
.modal__cards > li > a > img{
  width: 70px;
  height: 70px;
}
.modal__buttons {
  padding-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.modal__buttons > li:first-child {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #222222;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.modal__buttons > li:first-child path {
  transition: all 0.2s;
}
.modal__buttons > li:first-child:hover {
  border: 0.5px solid #e52823;
}
.modal__buttons > li:first-child:hover svg path {
  fill: #e52823;
}
.modal__buttons > li > button {
  padding: 15px 17px;
  border: 0.5px solid #222222;
  background-color: transparent;
  font-family: Roboto;
  font-size: 16px;
  height: 44px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0px 0px 0px 30px;

  cursor: pointer;
  transition: all 0.2s;
}
.modal__buttons > li > button:hover {
  border: 0.5px solid #e52823;
  color: #e52823;
}

body.modal-active .modal {
  display: block;
}

body.plus-modal-active1 .plus_modal_1,
body.plus-modal-active2 .plus_modal_2,
body.plus-modal-active3 .plus_modal_3,
body.plus-modal-active4 .plus_modal_4{
  display: block;
}
.plus_modal_1,
.plus_modal_2,
.plus_modal_3,
.plus_modal_4{
  max-width: 640px;
  width: 100%;
  min-height: 513px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1%;
  display: none;
}
.modal {
  max-width: 640px;
  width: 100%;
  min-height: 513px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1%;
  display: none;
}
.modal-top {
  font-size: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.plus_modal_1 h2,
.plus_modal_2 h2,
.plus_modal_3 h2,
.plus_modal_4 h2{
  font-family: Roboto;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 28px !important;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
  text-transform: uppercase;
}
.modal h2 {
  font-family: Roboto;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 28px !important;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
  text-transform: uppercase;
}
.modal-top > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
}
.modal__left {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}

.modal__right {
  width: 100%;
  max-width: 245px;
}
.modal__right h3 {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: uppercase;
}
.modal-in {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8%;
}
.modal__cards {
  padding-top: 3%;
  width: 100%;
  height: 290px;
  overflow-y: scroll;
  padding-right: 3%;
  flex-direction: column;
}
.modal__cards .scroll-container {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* side-bar */

.sidebar {
  height: 100%;
  width: 100%;
  max-width: 321px;
  position: fixed;
  top: 0;
  right: -340px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 999;
}

.sidebar--active {
  right: 0;
}

.sidebar .close-btn {
  position: absolute;
  top: 32px;
  right: 23px;
  cursor: pointer;
  width: 27px;
  height: 27px;
}

.sidebar .close-btn svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style-type: none;
  padding: 32px 24px;
}

.sidebar ul li {
  text-decoration: none;
  font-size: 25px;
  padding: 10px 8px 10px 0px;
  display: block;
  transition: 0.3s;
}

.sidebar ul li:hover {
  color: #f1f1f1;
}

.sidebar ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #222;
}

.sidebar ul li a:active {
  color: #e52823;
}

.sidebar ul li:has(> ul.submenu) > a {
  position: relative;
}

.sidebar ul li:has(> ul.submenu) > a::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../icons/arrow-link.svg) no-repeat;
}

.sidebar .submenu {
  display: none;
  margin: 5px 0px 0px 30px;
  padding: 0;
}

.sidebar .submenu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-transform: none;
}

.form-modal, .form-modal2, .form-modal3{
  position: fixed;
  z-index: 1001;
  max-width: 620px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  top: 50%;
  transform: scale(0) translateX(50%) translateY(-50%);
  right: 50%;
  padding: 30px;
  box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
    0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
    0px 84px 23px 0px #00000000;
  background-color: #fff;
}

.form-modal--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-modal--top img {
  cursor: pointer;
}

.form-modal h2,
.form-modal2 h2,
.form-modal3 h2 {
  font-family: Roboto;
  font-size: 26px !important;
  font-weight: 400;
  line-height: 34px !important;
  text-align: left;
}

body.form-modal-active .form-modal {
  transform: scale(1) translateX(50%) translateY(-50%);
  z-index: 9999;
}
body.form-modal-active2 .form-modal2{
  transform: scale(1) translateX(50%) translateY(-50%);
}
body.form-modal-active3 .form-modal3{
  transform: scale(1) translateX(50%) translateY(-50%);
}
.modal-input--box {
  display: flex;
  height: 44px;
  width: 100%;
  background-color: #f0f0f0;
  align-items: center;
  padding: 10px;
  margin: 18px 0;
  img {
    width: 20px;
    height: 20px;
  }
}
.modal-input--box > input {
  padding: 10px;
  background-color: #f0f0f0;
  width: 100%;
  height: 40px;
}
.modal--agree-box {
  display: flex;
  align-items: center;
  margin: 36px 0px 0px 0px;
}
.agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.agree input {
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
}
.agree p {
  font-size: 13px;
}
.modal--agree-box > button {
  border-radius: 2px;
  padding: 12px 20px;
  max-width: 200px;
  height: 48px;
  width: 100%;
  padding: 15px 45px;
  border: none;
  background-color: #e52823;
  font-family: Roboto;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
  margin: 0px 0px 0px 22px;
  cursor: pointer;
}
main.form-modal-active .form-modal {
  transform: scale(1) translateX(50%) translateY(-50%);
}

.burger-menu {
  font-size: 30px;
  cursor: pointer;
  display: none;
}
.header-in__buttons > ul {
  display: flex;
  align-items: center;
}
.header-in__buttons > ul > li {
  margin-left: 40px;
}
.header-in__buttons > ul > li:first-child {
  margin-left: 0;
}
.header-in__buttons > ul > li:last-child {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.header-in__buttons > ul > li:last-child a {
  color: #777777;
}
.header-in__contacts {
  margin-top: 8px;
  width: 100%;
  justify-content: space-between;
}
.header-in__contacts > a:last-child {
  position: relative;
  left: 30%;
}
.support-btn {
  color: #000000;
  border: 1px solid #777777;
  padding: 12px 15px;
  font-size: 16px;
  font-family: Roboto;
  width: 200px;
  font-weight: 400;
  letter-spacing: 5%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.support-btn:hover {
  color: #ffffff;
  background-color: #e52823;
  display: flex;
  border: 1px solid transparent;
}
.call-btn {
  width: 200px;
  color: #ffffff;
  background-color: #e52823;
  padding: 12px 15px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 5%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s;
  white-space: nowrap;
}
.call-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #777777;
}
/* nav */
nav {
  margin-top: 35px;
  width: 100%;
  padding: 10px 0;
  background-color: #e52823;
  position: relative;
}
nav * {
  transition: all 0.3s ease;
  overflow-x: visible !important;
}

.navigation > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  height: 100%;
  padding: 0;
}

.navigation > ul > li {
  position: relative;
  height: 100%;
  text-align: center;
}

.navigation > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  height: 100vh;
  color: #fff;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 10px 18px;
  transition: none;
}

.navigation > ul > li > a:hover {
  outline: 1px solid #e52823;
  outline-offset: -1px;
}

nav .submenu {
  min-width: fit-content;
  max-width: 260px;
  width: auto;
  position: absolute;
  top: 150%;
  left: 0;
  background-color: #fff;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  white-space: nowrap;
}

nav .submenu > li {
  height: 50px;
  max-width: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  background-color: #fff;
  text-align: left;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.navigation > ul > li > a:hover,
.navigation > ul > li > a:active {
  color: #000;
  background-color: #fff;
}
nav .submenu a {
  background: transparent;
  color: #000;
  font-size: 15px;
  text-align: left;
  transition: all 0.3s ease;
}

nav .submenu li:hover,
nav .submenu li:active {
  color: #000;
  background: linear-gradient(
    180deg,
    rgba(230, 52, 13, 0.02) 58.61%,
    rgba(230, 53, 13, 0.356) 100%
  );
}

.navigation ul li:hover > .submenu,
.navigation ul li:focus-within > .submenu {
  display: block;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000044;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.overlay--open {
  visibility: visible;
  opacity: 1;
}

/*==================== MAIN-TOP ====================*/

.main__top {
  margin: 25px 0px 25px 0px;
  font-size: 13px;
}

.main__site-links {
  display: inline;
  color: #d6cdc6;
}

.main__site-link {
  color: #a5a5a5;
}

.main__site-links span {
  display: inline;
}

.main__site-link--active {
  color: #262626;
}

/*==================== hero ====================*/
.hero {
  width: 100%;
  background-color: #f0f0f0;
}
.hero-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__left-box {
  width: 50%;
}
.hero__left-box > h1 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
}
.hero__left-box > p {
  margin: 45px 0px 50px 0px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.01em;
  text-align: left;
}
.hero__buttons {
  display: flex;
  gap: 40px;
}
.hero__buttons > button:first-child {
  width: 260px;
  height: 54px;
  gap: 10px;
  background-color: #e52823;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0.5px solid #e52823;
}
.hero__buttons > button:first-child:hover {
  background: #fff;
  color: #000;
}
.hero__buttons > button:last-child {
  width: 260px;
  height: 54px;
  background-color: #fff;
  border: 0.5px solid #e52823;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.hero__buttons > button:last-child:hover {
  background-color: #e52823;
  color: #fff;
}
.hero__right-box {
  width: 50%;
  overflow: hidden;
}
.hero__right-box > img {
  width: 100%;
}

/*==================== DELIVERY ====================*/

.main__delivery {
  margin: 0px 0px 82px 0px;
  position: relative;
}

.delivery {
}

.delivery__inner {
}

.delivery__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.delivery__body {
  display: grid;
  grid-template-columns: 23% 1fr;
  gap: 40px;
  position: relative;
}

.delivery__aside {
  position: absolute;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  width: 22.5vw;
  height: fit-content;
  max-width: 260px;
  background: #f0f0f0;
  box-shadow: 1px 1px 3px 0 rgba(48, 48, 48, 0.1),
    4px 4px 6px 0 rgba(48, 48, 48, 0.09), 8px 10px 8px 0 rgba(48, 48, 48, 0.05),
    14px 17px 9px 0 rgba(48, 48, 48, 0.01), 22px 27px 10px 0 rgba(48, 48, 48, 0);
  padding: 30px 0;
}

.aside-fixed {
  position: fixed;
  top: 0;
}

.aside-stop {
  position: absolute;
}

.delivery__aside-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 10px 20px 30px 20px;
}

.delivery__aside-items {
  display: flex;
  flex-direction: column;
}

.delivery__aside-item {
}

.delivery__aside-item:hover {
  background: #fff linear-gradient(180deg, #e6340d05 58.61%, #e6350d5b 100%);
}

.delivery__aside-link {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
  padding: 10px 20px;
}

.delivery__main {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  gap: 20px;
}

.delivery__main-block {
}

.delivery__main-block:nth-child(even) {
  padding: 40px;
  background: #f0f0f0;
}

.delivery__main-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 24px 0px;
}

.delivery__main-subtitle {
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 8px 0px;
}

.delivery__main-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.375;
  margin: 0px 0px 24px 0px;
}

.delivery__main-item {
  list-style: decimal;
  margin: 0px 0px 0px 17px;
}

.delivery__main-block:nth-child(4) .delivery__main-items {
  margin: 0;
}

.delivery__main-subitems {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0px 0px 0px;
}

.delivery__main-subitem {
  padding: 0px 0px 0px 10px;
  position: relative;
}

.delivery__main-subitem::before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 4px;
  height: 1px;
  background: #222;
}

.delivery__main-description {
  border: 0.5px solid #777;
  padding: 10px;
  background: #f0f0f0;
  margin: 0px 0px 8px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

.delivery__main-paragraph {
  line-height: 1.375;
  margin: 0px 0px 24px 0px;
}

.delivery__main-table {
}

.delivery .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  margin: 0px 0px 24px 0px;
}

.delivery__main-block > .table:last-child {
  margin: 0;
}

.delivery .table td,
.delivery .table th {
  border: 0.5px solid #777;
}

.delivery .table__thead {
}

.delivery .table__thead-row {
  width: 100%;
}

.delivery .table__thead-item {
  background: #f0f0f0;
  font-weight: 400;
}

.delivery .table__thead-item,
.delivery .table__tbody-item {
  width: 25%;
  padding: 10px;
  text-align: center;
  line-height: 1.375;
}

.table__tbody {
}

.delivery .table__tbody-row {
  width: 100%;
}

.delivery .table__list {
  counter-reset: list-counter;
}

.delivery .table__list-item {
  counter-increment: list-counter;
}

.delivery .table__list-item::before {
  content: counter(list-counter, lower-alpha) ') ';
}

.delivery .table--left .table__thead-item,
.delivery .table--left .table__tbody-item {
  text-align: left;
}

.delivery .table--left .table__thead-item,
.delivery .table--left .table__tbody-item {
  width: 50%;
}

.delivery .table--three .table__tbody-item {
  width: 25%;
}

.table--three .table__tbody-item:first-child {
}

.delivery__main-block:nth-child(even) .table--left .table__thead-item {
  background: #fff;
}
.delivery__main-subtext {
  margin: 0px 0px 8px 0px;
  line-height: 1.375;
  color: #777;
}

.delivery__main-text {
  line-height: 1.375;
}

.delivery__main-block:nth-child(3) .delivery__main-text,
.delivery__main-block:nth-child(5) .delivery__main-text,
.delivery__main-block:nth-child(6) .delivery__main-text {
  margin: 0px 0px 24px 0px;
}

/*==================== DELIVERY-MOBILE ====================*/

.main__delivery-mobile {
  display: none;
}

.delivery-mobile {
}

.delivery-mobile__inner {
}

.delivery-mobile__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.26667;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 16px 0px;
}

.delivery-mobile__main-subtitle {
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 8px 0px;
  max-width: 90%;
}

.delivery-mobile__main-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.375;
  margin: 0px 0px 24px 0px;
}

.delivery-mobile__main-item {
  list-style: decimal;
  margin: 0px 0px 0px 17px;
  font-size: 13px;
}

.delivery-mobile__chapter:nth-child(4) .delivery__main-items {
  margin: 0;
}

.delivery-mobile__chapters {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.delivery-mobile__chapter {
  position: relative;
  padding: 24px 0px 24px 0px;
}

.delivery-mobile__chapter::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a5a5a5;
}

.delivery-mobile__chapter:last-child:before {
  content: none;
}

.delivery-mobile__chapter-header {
  display: flex;
  justify-content: space-between;
}

.delivery-mobile__chapter-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 90%;
}

.delivery-mobile__chapter-plus {
  align-self: end;
  transition: all 0.5s;
}

.delivery-mobile__chapter-header--open .delivery-mobile__chapter-plus {
  transform: rotate(45deg);
}

.delivery-mobile__chapter-content {
  margin: 24px 0px 0px 0px;
}

.delivery-mobile__main-description {
  border: 0.5px solid #777;
  padding: 10px;
  background: #f0f0f0;
  margin: 0px 0px 8px 0px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
}

.delivery-mobile__main-table {
}

.delivery-mobile .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  margin: 0px 0px 24px 0px;
  font-size: 13px;
}

.delivery-mobile__chapter-content > .table:last-child {
  margin: 0;
}

.delivery-mobile .table td,
.delivery-mobile .table th {
  border: 0.5px solid #777;
}

.delivery-mobile .table__thead {
}

.delivery-mobile .table__thead-row {
  width: 100%;
}

.delivery-mobile .table__thead-item {
  background: #f0f0f0;
  font-weight: 400;
}

.delivery-mobile .table__thead-item,
.delivery-mobile .table__tbody-item {
  width: 25%;
  padding: 10px 5px;
  text-align: center;
  vertical-align: top;
  line-height: 1.53846;
}

.delivery-mobile .table__tbody {
}

.delivery-mobile .table__tbody-row {
  width: 100%;
}

.delivery-mobile .table__tbody-item {
}

.delivery-mobile .table--left .table__thead-item,
.delivery-mobile .table--left .table__tbody-item {
  text-align: left;
}

.delivery-mobile .table--left .table__thead-item,
.delivery-mobile .table--left .table__tbody-item {
  width: 50%;
}

.delivery-mobile .table--three .table__tbody-item {
  width: 25%;
}

.delivery-mobile__main-subtext {
  margin: 0px 0px 8px 0px;
  line-height: 1.375;
  font-size: 13px;
  line-height: 1.53846;
  color: #777;
}

.delivery-mobile__main-text {
  line-height: 1.53846;
  font-size: 13px;
}

.delivery-mobile__chapter:nth-child(3) .delivery-mobile__main-text,
.delivery-mobile__chapter:nth-child(5) .delivery-mobile__main-text,
.delivery-mobile__chapter:nth-child(6) .delivery-mobile__main-text {
  margin: 0px 0px 24px 0px;
}

.delivery-mobile__main-paragraph {
  line-height: 1.375;
  font-size: 13px;
  margin: 0px 0px 24px 0px;
}

.delivery-mobile .table__list {
  counter-reset: list-counter;
}

.delivery-mobile .table__list-item {
  counter-increment: list-counter;
}

.delivery-mobile .table__list-item::before {
  content: counter(list-counter, lower-alpha) ') ';
}

.delivery-mobile__main-subitems {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0px 0px 0px;
}

.delivery-mobile__main-subitem {
  padding: 0px 0px 0px 10px;
  position: relative;
}

.delivery-mobile__main-subitem::before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 4px;
  height: 1px;
  background: #222;
}

/*================= DOCUMENTS ===================*/

.main__documents {
  margin: 0px 0px 90px 0px;
}

.documents {
}

.documents__inner {
}

.documents__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.documents__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.documents__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
}

.documents__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 16px;
  padding: 10px 14px;
  height: 44px;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.documents__filter--active,
.documents__filter:hover {
  background: #e52823;
  color: #fff;
}

.main__projects .projects__filters .projects__filter--active,
.main__projects .projects__filters .projects__filter:hover {
  background: #f0f0f0;
  border: 2px solid #e52823;
  color: #222;
}

.documents__items {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  gap: 40px;
}

.documents__item {
  display: flex;
  gap: 40px;
}

.documents__item-img {
  width: 100%;
  max-width: 160px;
}

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

.documents__item-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}

.documents__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  max-width: 220px;
}

.documents__item-text {
  line-height: 1.375;
}

.documents__item-download {
  display: flex;
  align-items: center;
  gap: 40px;
}

.documents__item-download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 48px;
  line-height: 1.5;
}

.documents__item-download-btn svg path {
  transition: all 0.3s;
}

.documents__item-download-btn:hover svg path {
  fill: #e52823;
}

.documents__item-download-info {
  width: 100%;
  white-space: nowrap;
  font-size: 13px;
  color: #a5a5a5;
}

.documents__more-btn {
  display: none;
  max-width: 300px;
  margin: 0 auto;
}

.documents__filters-dropdown {
  display: none;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
}

.documents__filter-toggle {
  padding: 10px 15px;
  background: #fff;
  border: none;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.53846;
}

.documents__filter-toggle svg {
  transition: all 0.3s;
}

.documents__filter-toggle svg.rotate {
  transform: rotate(180deg);
}

.documents__filter-list {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  font-size: 13px;
  line-height: 1.53846;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
  z-index: 1;
}

.documents__filter-dropdown {
  padding: 12px 16px;
}

.documents__filter-dropdown:active {
  background: #e52823;
  color: #fff;
}

.documents__filter-dropdown.mixitup-control-active {
  background: #e52823;
  color: #fff;
}

.documents__filter.mixitup-control-active {
  background: #e52823;
  color: #fff;
}

/*================= projects ===================*/

.main__projects {
  margin: 0px 0px 90px 0px;
}

.main__projects .container {
  overflow: hidden;
}

.main__projects .projects__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.main__projects .projects__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main__projects .projects__filters {
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(6, 1fr);
  gap: 14px 40px;
}

.main__projects .projects__filters .projects__filter {
  display: grid;
  grid-template: repeat(1, 42px) / repeat(2, auto);
  align-items: center;
  text-align: left;
  width: 100%;
  line-height: 1.375;
  font-size: 16px;
  height: 44px;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  transition: all 0.3s;
  position: relative;
  padding: 0 6px;
  grid-column: span 2;
}

.main__projects .projects__filters .projects__filter:nth-child(8),
.main__projects .projects__filters .projects__filter:nth-child(9) {
  grid-column: span 1;
}

.main__projects .projects__filters .projects__filter--active,
.main__projects .projects__filters .projects__filter:hover {
  background: #f0f0f0;
  border: 2px solid #e52823;
}

.main__projects .projects__body .projects__items {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  gap: 40px;
}

.main__projects .projects__item {
  display: flex;
  flex-direction: column;
}

.main__projects .projects__item .projects__item-img {
  margin: 0px 0px 14px 0px;
  width: 100%;
  position: relative;
}

.main__projects .projects__item .projects__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.main__projects .projects__item.category-a .projects__item-img::before {
  position: absolute;
  content: '';
  right: 8px;
  top: 8px;
  width: 42px;
  height: 42px;
  background: #e52823 url(../icons/projects-filter-icon2.svg) center no-repeat;
}*/
.main__projects .projects__item .projects__item-img span {
  position: absolute;
  content: '';
  right: 8px;
  top: 8px;
  width: 42px;
  height: 42px;
  background: #e52823;
}
.main__projects .projects__item .projects__item-img span img {
  width: 30px;
  height: auto;
  margin: 6px auto;
}
/*
.main__projects .projects__item.category-b .projects__item-img::before {
  position: absolute;
  content: '';
  right: 8px;
  top: 8px;
  width: 42px;
  height: 42px;
  background: #e52823 url(../icons/projects-filter-icon3.svg) center no-repeat;
}

.main__projects .projects__item.category-c .projects__item-img::before {
  position: absolute;
  content: '';
  right: 8px;
  top: 8px;
  width: 42px;
  height: 42px;
  background: #e52823 url(../icons/projects-filter-icon4.svg) center no-repeat;
}
*/

.main__projects .projects__item .projects__item-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.main__projects .projects__item h2,
.projects__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.main__projects .projects__item .projects__item-location {
  line-height: 1.375;
  padding: 0px 0px 0px 40px;
  position: relative;
}

.main__projects .projects__item .projects__item-location::before {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  width: 25px;
  height: 27px;
  background: url(../icons/projects__item-location-icon.svg);
}

.main__projects .projects__item .projects__item-subinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.main__projects .projects__item .projects__item-size {
  padding: 0px 0px 0px 37px;
  position: relative;
}

.main__projects .projects__item .projects__item-size::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 28px;
  background: url(../icons/projects__item-size-icon.svg);
}

.main__projects .projects__item .projects__item-date {
  padding: 0px 0px 0px 32px;
  position: relative;
}

.main__projects .projects__item .projects__item-date::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 24px;
  background: url(../icons/projects__item-date-icon.svg);
}

.main__projects .projects__item .projects__item-text {
  line-height: 1.375;
  font-size: 16px;
}

.main__projects .projects__more-btn {
  display: none;
  margin: 0 auto;
}

.main__projects .projects__filters-dropdown {
  display: none;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
}

.main__projects .projects__filter-toggle {
  padding: 10px 15px;
  background: #fff;
  border: none;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.53846;
  position: relative;
}

.main__projects .projects__filter-toggle.with-padding {
  padding: 10px 15px 10px 45px;
}

.projects__filter-toggle::before {
  position: absolute;
  content: '';
  left: 6px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* Примеры фонов для категорий */
.projects__filter-toggle.category-a::before {
  background-image: url(../icons/projects-filter-red-icon1.svg);
}

.projects__filter-toggle.category-b::before {
  background-image: url(../icons/projects-filter-red-icon2.svg);
}

.projects__filter-toggle.category-c::before {
  background-image: url(../icons/projects-filter-red-icon3.svg);
}

.projects__filter-toggle.all::before {
  background-image: none;
}

.main__projects .projects__filter-toggle svg {
  transition: all 0.3s;
  min-width: 28px;
}

.main__projects .projects__filter-toggle svg.rotate {
  transform: rotate(180deg);
}

.main__projects .projects__filter-list {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  font-size: 16px;
  line-height: 1.53846;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
  z-index: 1;
}

.main__projects .projects__filter-dropdown {
  padding: 10px 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main__projects .projects__filter-dropdown:active {
  background: #e52823;
  color: #fff;
}

.main__projects .projects__filter-dropdown:active svg path {
  fill: #fff;
}

.main__projects .projects__filter-dropdown.active {
  color: #fff;
  background: #e52823;
}

.main__projects .projects__filter-dropdown.active svg path {
  fill: #fff;
}

/* .main__projects .mixitup-control-active {
  background: #e52823;
} */

.main__projects .mixitup-control-active svg path {
}

.projects__filter-dropdown.mixitup-control-active {
  background: #e52823;
  color: #fff;
}
.projects__filter-dropdown.mixitup-control-active svg path {
  fill: #fff;
}

/*================= project-major ===================*/

.main__project-major {
  margin: 40px 0px 90px 0px;
}

.main__project-major .project-major__inner {
  display: flex;
  gap: 40px;
}

.main__project-major .project-major__imgs {
  width: 100%;
}

.main__project-major .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 560px;
}

.main__project-major .project-major__img:first-child {
  grid-column: 1 / 3;
}

.main__project-major .project-major__img {
  grid-column: span 1;
}

.main__project-major .project-major__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__project-major .project-major__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.main__project-major .project-major__info h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
}

.main__project-major .project-major__date {
  padding: 0px 0px 0px 35px;
  position: relative;
  line-height: 1.375;
}

.main__project-major .project-major__date::before {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  background: url(../icons/projects__item-date-icon.svg);
}

.main__project-major .project-major__location {
  padding: 0px 0px 0px 35px;
  position: relative;
  line-height: 1.375;
}

.main__project-major .project-major__location::before {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  background: url(../icons/projects__item-location-icon.svg);
}

.main__project-major .project-major__size {
  padding: 0px 0px 0px 35px;
  position: relative;
  line-height: 1.375;
}

.main__project-major .project-major__size::before {
  position: absolute;
  content: '';
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  background: url(../icons/projects__item-size-icon.svg);
}

.main__project-major .project-major__text {
  line-height: 1.375;
}

/*================= OTHER-QUESTIONS ===================*/

.main__other-questions {
  padding: 30px 0;
  background: #e52823;
}

.other-questions {
margin-bottom: 0px;
}

.other-questions__inner {
  display: flex;
  flex-direction: column;
}

.other-questions__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0px 0px 8px 0px;
}

.other-questions__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  margin: 0px 0px 18px 0px;
}

.other-questions__form {
  display: flex;
  flex-direction: column;
}

.other-questions__row:nth-child(1) {
  display: flex;
  gap: 40px;
  margin: 0px 0px 18px 0px;
}

.other-questions__input-txt {
  padding: 20px;
  max-width: 412px;
  width: 100%;
  height: 62px;
  font-size: 16px;
}

.other-questions__input-txt::placeholder {
  font-size: 16px;
  color: #222;
  transition: all 0.3s;
}

.other-questions__input-txt:focus::placeholder {
  color: transparent;
}

.other-questions__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14px;
  width: 100%;
  height: 64px;
  background: #e52823;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
  max-width: 255px;
}

.other-questions__btn:hover {
  color: #e52823;
  background: #fff;
}

.other-questions__row:nth-child(2) {
  display: flex;
  gap: 8px;
}

.other-questions__row input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  background: url(../icons/check-box-red-empty.svg) no-repeat;
}

.other-questions__row input[type='checkbox']:checked {
  background: url(../icons/check-box-red.svg) no-repeat;
}

.other-questions__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
}

/*==================== MAP-MODAL ====================*/

.map-modal1,
.map-modal2,
.map-modal3,
.map-modal4,
.map-modal5,
.map-modal6,
.map-modal7 {
  position: fixed;
  z-index: 1001;
  width: 100%;
  transition: all 0.3s ease;
  top: 50%;
  transform: scale(0) translateX(50%) translateY(-50%);
  right: 50%;
  box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
    0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
    0px 84px 23px 0px #00000000;
  background-color: #fff;
  max-width: 720px;
  display: flex;
}

.map-modal__close {
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

.map-modal__img {
  display: none;
  width: 50%;
}

.map-modal1.map-modal--open > .map-modal__img,
.map-modal2.map-modal--open > .map-modal__img,
.map-modal3.map-modal--open > .map-modal__img,
.map-modal4.map-modal--open > .map-modal__img,
.map-modal5.map-modal--open > .map-modal__img,
.map-modal6.map-modal--open > .map-modal__img,
.map-modal7.map-modal--open > .map-modal__img {
  display: flex;
}

.map-modal__info {
  width: 50%;
  padding: 88px 40px 50px 40px;
}

.map-modal__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 24px 0px;
}

.map-modal__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0px 0px 40px 0px;
}

.map-modal__list-item {
  line-height: 1.375;
}

.map-modal__link {
  transition: all 0.2s;
}

.map-modal__link:hover {
  color: #e52823;
}

/*==================== CONTACT-MODAL ====================*/

.contact-modal {
  position: fixed;
  z-index: 1001;
  width: 100%;
  transition: all 0.3s ease;
  top: 50%;
  transform: scale(0) translateX(50%) translateY(-50%);
  right: 50%;
  padding: 80px 60px 50px 60px;
  box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
    0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
    0px 84px 23px 0px #00000000;
  background-color: #fff;
  max-width: 360px;
}

.contact-modal2 {
  position: fixed;
  z-index: 1001;
  width: 100%;
  transition: all 0.3s ease;
  top: 50%;
  transform: scale(0) translateX(50%) translateY(-50%);
  right: 50%;
  padding: 80px 60px 50px 60px;
  box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
    0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
    0px 84px 23px 0px #00000000;
  background-color: #fff;
  max-width: 360px;
}

.contact-modal--open {
  transform: scale(1) translateX(50%) translateY(-50%);
}

.map-modal--open {
  transform: scale(1) translateX(50%) translateY(-50%);
}

.contact-modal__close {
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
}

.contact-modal__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 14px 0px;
}

.contact-modal__img {
  margin: 0px 0px 40px 0px;
}

.contact-modal__img img {
  width: 100%;
  object-fit: cover;
}

.contact-modal__chat {
  font-size: 13px;
  line-height: 1.53846;
  position: relative;
  padding: 0px 0px 0px 63px;
}

.contact-modal__chat::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
  height: 48px;
  background: url(../img/contacts-phone.jpg);
}

.contact-modal__link {
  transition: all 0.2s;
  white-space: nowrap;
}

.contact-modal__link:hover {
  color: #e52823;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000044;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.overlay--open {
  visibility: visible;
  opacity: 1;
}

/*==================== CONTACTS ====================*/

.main__contacts {
  margin: 0px 0px 82px 0px;
}

.contacts__inner {
  display: flex;
  gap: 38px;
}

.contacts__map {
  width: 100%;
}

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

.contacts__info {
  width: 100%;
}

.contacts__info-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 14px 0px;
}

.contacts__info-text {
  line-height: 1.375;
  margin: 0px 0px 40px 0px;
}

.contacts__info-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 24px 0px;
}

.contacts__info-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0px 0px 40px 0px;
}

.contacts__info-item {
  line-height: 1.375;
}

.contacts__info-link {
  transition: all 0.2s;
}

.contacts__info-link:hover {
  color: #e52823;
}

.contacts__info-btns {
  display: flex;
  gap: 40px;
}

/*================= BRANCHES ===================*/

.main__branches {
  background: #f0f0f0;
  padding: 80px 0;
}

.branches__inner {
}

.branches__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.branches__items {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  gap: 40px;
  margin: 0px 0px 15px 0px;
}

.branches__item {
  display: flex;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 1px 3px 0 rgba(48, 48, 48, 0.1),
    4px 4px 6px 0 rgba(48, 48, 48, 0.09), 8px 10px 8px 0 rgba(48, 48, 48, 0.05),
    14px 17px 9px 0 rgba(48, 48, 48, 0.01), 22px 27px 10px 0 rgba(48, 48, 48, 0);
}

.branches__item-info {
  display: flex;
  flex-direction: column;
  padding: 24px;
  width: 50%;
}

.branches__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 24px 0px;
}

.branches__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.branches__item-el {
  line-height: 1.375;
}

.branches__link {
  transition: all 0.2s;
}

.branches__link:hover {
  color: #e52823;
}

.branches__item-map {
  width: 50%;
}

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

.branches__all-btn {
  display: none;
}

/*================= LOGISTICS ===================*/

.main__logistics {
  margin: 80px 0;
}

.logistics {
}

.logistics__inner {
}

.logistics__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.logistics__text {
  line-height: 1.375;
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.logistics__countries {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(5, 1fr);
  gap: 40px 33px;
}

.logistics__countrie {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logistics__countrie-logo {
}

.logistics__countrie-name {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.69231;
}

/*================= project-stage ===================*/

.main__project-stage {
  margin: 0px 0px 90px 0px;
}

.main__project-stage h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 18px 0px;
}

.main__project-stage .project-stage__text {
  line-height: 1.375;
  margin: 0px 0px 40px 0px;
  max-width: 960px;
}

.main__project-stage .project-stage__imgs {
  width: 100%;
}

.main__project-stage .swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px 40px;
}

.main__project-stage .project-stage__img:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.main__project-stage .project-stage__img {
  height: 100%;
  grid-column: span 1;
}

.main__project-stage .project-stage__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*================= WRAP ===================*/

.main__wrap {
  max-width: 100%;
  margin: auto;
  padding: 0px 0px 90px 0px;
}

.main__wrap .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.main__wrap .items-wrap:before,
.main__wrap .items-wrap:after {
  content: '';
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.main__wrap .items {
  flex-shrink: 0;
  display: flex;
  gap: 50px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.main__wrap .item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: uppercase;
}

.main__wrap .marquee {
  animation: scroll 30s linear infinite;
}

/*==================== ABOUT-PRODUCTION ====================*/

.main__about-production {
  margin: 0px 0px 80px 0px;
}

.main__about-production .about-production__factory img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: 83%;
}

.main__about-production .about-production__inner {
}

.main__about-production .about-production__info {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  background: #e52823;
}

.main__about-production .about-production__info-history {
  justify-self: end;
  padding: 60px 140px 70px 10px;
  max-width: 555px;
}

.main__about-production .about-production__info-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 28px 0px;
}

.main__about-production .about-production__info-history h1,
.about-production__info-history p,
.about-production__info-history .about-production__info-experience {
  color: #fff;
}

.main__about-production .about-production__info-history p {
  font-size: 24px;
  padding: 0px 0px 20px 0px;
  line-height: 1.20833;
  position: relative;
}

.main__about-production .about-production__info-history p::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffffb3;
}

.main__about-production
  .about-production__info-history
  .about-production__info-experience {
  padding: 20px 0px 0px 0px;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
}

.main__about-production .about-production__info-company {
  padding: 54px 10px 0px 40px;
  background: #f0f0f0;
}

.main__about-production .about-production__info-company p {
  line-height: 1.375;
  max-width: 500px;
}

/*==================== TECHNOLOGY-DEVELOPMENT ====================*/

.main__technology-development {
  margin: 0px 0px 90px 0px;
}

.main__technology-development h2 {
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 45px 0px;
}

.main__technology-development .swiper {
  margin: 0px 0px 90px 0px;
}

.main__technology-development .swiper-wrapper {
  position: relative;
}

.main__technology-development .swiper-wrapper::before {
  position: absolute;
  content: '';
  left: 0;
  top: 191px;
  width: 500%;
  height: 1px;
  background: #222222;
}

.main__technology-development .technology-development__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 440px;
  position: relative;
}

.main__technology-development .technology-development__stage::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 1px;
  height: 308px;
  background: #222222;
}

.main__technology-development .technology-development__stage:last-child:after {
  content: none;
}

.main__technology-development .swiper-wrapper {
}

.main__technology-development .technology-development__stage-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 240px;
  height: 100%;
  overflow: hidden;
}

.main__technology-development h3 {
  font-size: 16px;
  line-height: 1.375;
  height: 44px;
  width: 240px;
  margin: 0px 0px 20px 0px;
}

.main__technology-development .technology-development__stage p {
  width: 240px;
}

.main__technology-development .technology-development__descriptions {
  display: flex;
  gap: 40px;
}

.main__technology-development .technology-development__descriptions p {
  width: 50%;
  line-height: 1.375;
}

.main__technology-development
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.main__technology-development .swiper-btns {
  display: none;
  justify-content: center;
  margin: 50px 0px 0px 0px;
}

.main__technology-development .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: auto;
}

.main__technology-development .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s;
}

.main__technology-development .swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background-color: #e52823;
  opacity: 1;
}

.main__technology-development .swiper-button-prev {
  position: static;
}

.main__technology-development .swiper-button-next {
  position: static;
}

.main__technology-development .swiper-button-prev,
.main__technology-development .swiper-button-next {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin: 0 8px;
}

.main__technology-development .swiper-button-prev.swiper-button-disabled,
.main__technology-development .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;

  pointer-events: none;
}

.main__technology-development .swiper-button-prev svg,
.main__technology-development .swiper-button-next svg {
  width: 50%;
}

.main__technology-development .swiper-button-prev:active,
.main__technology-development .swiper-button-next:active {
  background: #e52823;
}

.main__technology-development .swiper-button-prev:active svg path,
.main__technology-development .swiper-button-next:active svg path {
  fill: #fff;
}

.main__technology-development .swiper-button-prev::after,
.main__technology-development .swiper-button-next::after {
  content: none;
}

/*==================== DISTRIBUTION ====================*/

.main__distribution {
  background: #e52823 url(../img/map-bg.svg) 20% no-repeat;
}

.main__distribution .distribution__inner {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  gap: 135px;
  margin: 0px 0px 0px 115px;
  padding: 50px 0;
}

.main__distribution .distribution__choice {
  width: 100%;
  max-width: 450px;
}

.main__distribution .distribution__choice h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0px 0px 40px 0px;
}

.main__distribution .distribution__select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px 0px 40px 0px;
}

.main__distribution
  .distribution__select.distribution__select--open
  .distribution__select-items {
  display: block;
}

.main__distribution
  .distribution__select.distribution__select--open
  .distribution__select-arrow {
  transform: rotate(180deg);
}

.main__distribution .distribution__select-btn {
  width: 100%;
  padding: 20px;
  background: white;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__distribution .distribution__select-btn span {
  height: 24px;
}

.main__distribution .distribution__select-arrow {
  transition: transform 0.3s;
}

.main__distribution .distribution__select ul {
  position: absolute;
  width: 100%;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  display: none;
  max-height: 120px;
  overflow: scroll;
  z-index: 100;
}

.main__distribution .distribution__select li {
  padding: 20px;
  cursor: pointer;
}

.main__distribution .distribution__select li:hover {
  background: #e52823;
  color: #fff;
}

.main__distribution .distribution__button {
  border: 2px solid #fff;
  height: 64px;
  max-width: 255px;
}

.main__distribution .distribution__button:hover {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.main__distribution .distribution__partners {
  display: flex;
  flex-direction: column;
}

.main__distribution .distribution__partners-counter {
  display: flex;
  gap: 8px;
  margin: 95px 0px 35px 0px;
}

.main__distribution .distribution__partners-cell:nth-child(3) {
  margin: 0px 36px 0px 0px;
}

.main__distribution .distribution__partners-cell {
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 600;
  font-size: 30px;
  line-height: 1.26667;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  width: 48px;
  height: 62px;
  background: #fff;
}

.main__distribution .distribution__partners p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #fff;
}

/*==================== MODAL-SLIDER ====================*/

.main__modal-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: grid;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.modal-slider--open {
  visibility: visible;

  opacity: 1;
}

.modal-slider {
}

.modal-slider__container {
  transform: scale(0);
  transition: all 0.4s;
  width: 90vw;
}

.modal-slider--open .modal-slider__container {
  transform: scale(1);
}

.modal-slider__body {
  position: relative;
}

.modal-slider__close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: -20px;
  z-index: 1000;
}

.modal-slider__close svg path {
  transition: all 0.15s;
}

.modal-slider__close:hover svg path {
  fill: #e52823;
}

.modal-slider__body .swiper-container {
  height: 99vh;
}

.modal-slider__body .swiper-wrapper {
}

.modal-slider__body .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-slider__body .swiper-button-next::after,
.modal-slider__body .swiper-button-prev::after {
  display: none;
}

.modal-slider__body .swiper-button-next,
.modal-slider__body .swiper-button-prev {
  position: absolute;
  width: 36px;
  height: 34px;
  background-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-slider__body .swiper-button-next::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../icons/right-arrow-slider.svg);
}
.modal-slider__body .swiper-button-prev::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../icons/left-arrow-slider.svg);
}

.modal-slider__body .swiper-button-next:hover,
.modal-slider__body .swiper-button-prev:hover {
  background: #e52823;
}

/*==================== PRODUCT ====================*/

.main__product {
  margin: 0px 0px 80px 0px;
}

.product {
}

.product__inner {
}

.product__main {
  display: flex;
  gap: 40px;
  margin: 0px 0px 80px 0px;
}

.product__main-imgs {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.product__main-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.product__main-img img {
  width: 100%;
  min-width: 350px;
  height: 100%;
  object-fit: cover;
}

.product__main-img--border {
  border: 1px solid #d9d9d9;
}

.product__main-info {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  max-width: 560px;
}

.product__main-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  max-width: 427px;
}

.product__main-price {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
}

.product__main-chapters {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product__main-chapter {
}

.product__main-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 18px 0px;
}

.product__main-items {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
}

.product__main-item {
  padding: 0px 0px 0px 15px;
  position: relative;
}

.product__main-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #262626;
}

.product__main-item--title {
  padding: 0;
}

.product__main-item--title::before {
  content: none;
}

.product__main-specifications {
  display: flex;
  flex-direction: column;
}

.product__main-specifications--hidden {
  display: none;
}

.product__main-specification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #a5a5a5;
  font-size: 13px;
  gap: 8px;
}

.product__main-parameter:last-child {
  font-weight: 700;
}

.product__main-all {
  display: flex;
  justify-content: end;
  text-transform: uppercase;
  padding: 0px 24px 0px 0px;
  position: relative;
  margin: 24px 0px 0px 0px;
}

.product__main-all::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../icons/arrow-link-min.svg);
}

.product__main-downloads {
  display: flex;
  gap: 40px;
}

.product__main-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  background: #f0f0f0;
  width: 100%;
  max-width: 160px;
}

.product__main-btns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.product__main-btn {
  gap: 10px;
}

.product__main-btn svg path {
  transition: all 0.3s;
}

.product__main-btn:hover svg path {
  fill: #e52823;
}

.product__bottom {
}

.product__bottom-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.product__bottom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  max-height: 200px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

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

/*==================== PRODUCT-MOBILE ====================*/

.main__product-mobile {
  display: none;
}

.product-mobile__inner {
}

.product-mobile__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.26667;
  letter-spacing: 0.05em;
  margin: 0px 0px 24px 0px;
}

.product-mobile__items {
}

.product-mobile__item {
}

.product-mobile .swiper-btns {
  margin: 60px 0px 60px 0px;
}

.product-mobile__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: auto;
}

.product-mobile__img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.product-mobile__img img {
  max-width: 400px;
  min-width: 300px;
  width: 100%;
  object-fit: cover;
}

.product-mobile__main-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.product-mobile__main-price {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
}

.product-mobile__main-chapters {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-mobile__main-chapter {
}

.product-mobile__main-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0px 0px 18px 0px;
}

.product-mobile__main-items {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
}

.product-mobile__main-item {
  padding: 0px 0px 0px 15px;
  position: relative;
}

.product-mobile__main-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #262626;
}

.product-mobile__main-item--title {
  padding: 0;
}

.product-mobile__main-item--title::before {
  content: none;
}

.product-mobile__main-specifications {
  display: flex;
  flex-direction: column;
}

.product-mobile__main-specifications--hidden {
  display: none;
}

.product-mobile__main-specification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #a5a5a5;
  font-size: 13px;
}

.product-mobile__main-parameter:last-child {
  font-weight: 700;
}

.product-mobile__main-all {
  display: flex;
  justify-content: end;
  text-transform: uppercase;
  padding: 0px 24px 0px 0px;
  position: relative;
  margin: 24px 0px 0px 0px;
}

.product-mobile__main-all::before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../icons/arrow-link-min.svg);
}

.product-mobile__main-downloads {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.product-mobile__main-download {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  gap: 10px;
  padding: 12px;
  background: #f0f0f0;
  width: 100%;
}

.product-mobile__main-btns {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.product-mobile__main-btn {
  gap: 10px;
}

.product-mobile__main-btn svg path {
  transition: all 0.3s;
}

.product-mobile__main-btn:hover svg path {
  fill: #e52823;
}

.product-mobile__bottom {
}

.product-mobile__bottom-imgs {
  display: flex;
  gap: 40px;
}

.product-mobile__bottom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  max-height: 200px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.product-mobile__bottom-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

/*==================== PRODUCT-OPTIONS ====================*/

.main__product-options {
  padding: 63px 0px 110px 0px;
  background: #f0f0f0;
}

.product-options {
}

.product-options__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-options__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.product-options__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
  text-align: center;
  margin: 0px 0px 30px 0px;
  max-width: 758px;
}

.product-options__table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.product-options__table thead th {
  padding: 32px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.product-options__table thead th:first-child,
.product-options__table thead th:last-child {
  width: 25%;
}

.product-options__table tbody td {
  padding: 10px 0;
  border-bottom: 1px solid #222;
}

.product-options__table tbody tr:first-child td {
  padding: 22px 0px 10px 0px;
}

/*==================== PRODUCT-MOBILE-OPTIONS ====================*/

.main__product-mobile-options {
  padding: 40px 0;
  display: none;
  background: #f0f0f0;
}

.product-mobile-options {
}

.product-mobile-options__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.product-mobile-options__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.26667;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 80%;
}

.product-mobile-options__descriptions {
  font-size: 13px;
  line-height: 1.53846;
  text-align: center;
}

.product-mobile-options__variants {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.product-mobile-options__variants::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a5a5a5;
}

.product-mobile-options__variant {
  position: relative;
  padding: 12px 0;
}

.product-mobile-options__variant::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a5a5a5;
}

.product-mobile-options__variant-header {
  display: flex;
  flex-direction: column;
  text-align-last: left;
}

.product-mobile-options__variant-header {
  position: relative;
}

.product-mobile-options__variant-header::after {
  position: absolute;
  content: '';
  top: 7px;
  right: 0;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  background: url(../icons/plus.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.product-mobile-options__variant-header.product-mobile-options__variant-header--open::after {
  transform: rotate(45deg);
}

.product-mobile-options__subtitle {
  color: #a5a5a5;
}

.product-mobile-options__variant-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0px 0px 0px;
}

.product-mobile-options__variant-item {
}

/*==================== WITH-PRODUCT ====================*/

.main__with-product {
  margin: 45px 0;
}

.with-product {
}

.with-product__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.with-product__title {
  text-align: center;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 40px 0px;
}

.with-product__items {
}

.with-product__item {
}

.with-product .swiper-wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: start;
  margin: 0px 0px 24px 0px;
}

.with-product .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}

.with-product__link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.with-product__link::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url(../icons/arrow-link.svg);
}

.with-product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.with-product__img img {
  width: 360px;
  object-fit: cover;
}

.with-product__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  height: 100%;
  max-width: 200px;
}

.with-product__description {
  font-weight: 400;
  font-size: 13px;
  max-width: 220px;
  margin: 5px 0px 0px 0px;
  letter-spacing: normal;
}

/*==================== applications ====================*/

.applications {
 /*margin: 90px 0px 0px 0px;*/
}
.applications-in {
  text-align: center;
}
.applications-in h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
}
.applications-in > .applications__el {
    margin-top: 45px;
    width: 100%;
    height: 637px;
    FONT-WEIGHT: 600;
    background-position: top center;
    background-size: 1920px;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../img/bg-image.png);
}
.applications__el > li {
  width: 41px;
  height: 41px;
  background-color: #fff;
  color: #000;
  position: absolute;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: -0.01em;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.applications__el > li:first-child {
  left: 12%;
  top: 40%;
}
.applications__el > li:nth-child(4) {
  right: 14%;
  top: 30%;
}
.applications__el > li:nth-child(2) {
  right: 37.5%;
  top: 36%;
}
.applications__el > li:nth-child(3) {
  right: 43%;
  top: 61%;
}

/* benefits */
.benefits {
 /* margin: 27px 0px 0px 0px;*/
}
.benefits-in {
  text-align: center;
}
.benefits-in > h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
.benefits-in > ul {
  margin-top: 45px;
  display: flex;
  padding: 0 5%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.benefits-in > ul > li {
  margin: 0px 0px 45px 0px;
  width: 40%;
  display: flex;
  align-items: center;
  text-align: left;
}
.benefits-in > ul > li:last-child,
.benefits-in > ul > li:nth-child(5) {
  margin: 0;
}
.count {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  background-color: #e52823;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.01em;
  text-align: left;
  height: 50px;
  width: 50px;
}
.benefits-in > ul > li > p {
  width: 100%;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
}
/* reliance */
.reliance {
/*  margin-top: 90px;*/
  width: 100%;
  background-color: #f0f0f0;
}
.reliance-in {
  padding: 2% 0;
  display: flex;
  align-items: center;
  justify-self: space-between;
}
.reliance__left-box,
.reliance__right-box {
  width: 50%;
  align-items: center;
  overflow: hidden;
}
.reliance__right-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.reliance__right-box > h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 30px;
}
.reliance__right-box > p {
  width: 85%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: right;
}
.reliance__right-box > p > span:first-child {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.reliance__right-box > p > span:last-child {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}
.reliance__right-box > hr {
  width: 85%;
  height: 1px;
  background-color: #a5a5a5;
  border: none;
}
/* wrap */

.wrap {
    max-width: 100%;
    margin-left: auto;
    /* padding-top: 90px; */
    margin-right: auto;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.items-wrap:before,
.items-wrap:after {
  content: '';
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 50px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: uppercase;
}

.marquee {
  animation: scroll 30s linear infinite;
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}
/* steps-work */

.steps-work {
  /*padding-top: 90px;*/
}
.steps-work > .container {
  position: relative;
}
.steps-work__in > h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 38px;
}
.steps-work__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2%;
}

.steps-work__cards > li {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-top: 2%;
  width: 200px;
  height: 200px;
  background-color: #f0f0f0;
  box-shadow: 0px 6px 12px 0px #0000001a;
}
.steps-work__cards > li > h3 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #e52823;
  text-align: left;
}
.steps-work__cards > li > p {
  width: 100%;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.steps-work__cards > li:nth-child(6) p,
.steps-work__cards > li:nth-child(7) p,
.steps-work__cards > li:nth-child(8) p,
.steps-work__cards > li:nth-child(9) p,
.steps-work__cards > li:nth-child(10) p {
  margin: 25px 0px 0px 0px;
}
.bg-elements {
  max-width: 100%;
  position: absolute;
  top: 25%;
  z-index: -3;
  left: -23px;
  height: 250px;
}

/* choise */
.choise {
 /* padding-top: 90px;*/
}
.choise-in > h2 {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
.choise-in__info {
  padding-top: 45px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  flex-direction: column;
}
.choise-in__info > ul {
  width: 100%;
  display: flex;
  align-items: center;

  justify-content: center;
}
.choise-in__info > ul:nth-child(2) {
  flex-direction: row-reverse;
}
.choise-in__info > ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  width: 100%;
  max-width: 580px;
  flex-direction: column;
}

.choise-in__info > ul > li:first-child {
  padding: 0 40px;
}
.choise-in__info > ul > li > a > h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
  max-width: 410px;
  text-transform: none;
}
.choise-in__info > ul > li > p {
  margin: 30px 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
}

.choise-in__info > ul > li > a {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
  color: #222222;
}

.choise-in__info > ul > li > .more_link::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../icons/arrow-link-min.svg) no-repeat;
}
.choise-in__info > ul > li > a:hover {
  text-decoration: underline;
}
.choise-in__info > ul > li > img {
  height: 580px;
}
/* zavod */
.locate-image {
 /* padding: 90px 0;*/
}
.locate-image > img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
/* about */
.about {
}
.about-in > h2,
.about-in > p {
  text-align: center;
}
.about-in > h2 {
  margin-bottom: 45px;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-in > p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.53846;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 auto;
}
.examples {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(4, 260px);
  position: relative;
}
.examples-in {
  padding: 45px 0px 0px 0px;
  width: 100%;
}
.examples-in > h3 {
  width: 100%;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 45px;
}

.examples-link {
  color: #222222;
}

.examples > li {
  width: 260px;
  position: relative;
}

.examples > li::before {
  position: absolute;
  content: '';
  bottom: 1px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../icons/arrow-link-min.svg);
}

.examples > li > a > p {
  margin-top: 3%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}

.examples {
  position: relative;
  align-items: flex-start;
}

.swiper-wrapper {
  display: flex;
  margin: 0px 0px 24px 0px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
}

.swiper-btns {
  display: none;
}

.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background-color: #e52823;
  opacity: 1;
}

.swiper-button-prev {
  position: static;
}

.swiper-button-next {
  position: static;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 8px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 12px;
  height: 12px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #e52823;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

/* form */
.form {
/*  padding-top: 90px;*/
}
.form-in {
  width: 100%;
}
.form-info-in > h2 {
  margin-bottom: 45px;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
.form-info__box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.form-info__box > li {
  height: 100%;
}
.form-info__box > li:first-child {
  margin: 0px 40px 0px 0px;
}
.form-info__box > li:last-child {
}
.form-info__box > li > .support-btn {
  margin-top: 30px;
  max-width: 260px;
  width: 100%;
  height: 48px;
  border: 1px solid #e52823;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  line-height: 1.5;
}
.form-info__box > li > img {
  width: 560px;
  height: 385px;
}
.form-info__box > li > h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 7%;
}
.form-info__box > li > p {
  margin: 0px 0px 30px 0px;

  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.form-in {
/*  padding: 24px 0px 90px 0px;*/
padding: 24px 0px 0px 0px;
}
.form-boxes {
  gap: 40px;
  display: flex;
  align-items: flex-start;
}
.form__left-box > h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
  text-align: left;
}
.form__left-box {
  width: 100%;
  max-width: 560px;
}
.form__left-box > ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
  gap: 1%;
}
.form__left-box > ul:last-child {
  margin: 0;
}
.left-box__info {
  width: 100%;
  margin-left: 10px;
}
h5 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 14px;
}
.left-box__info > li {
  list-style: disc;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-left: 20px;
}
.download-btn {
  margin-top: 14px;
  width: 55%;
  height: 40px;
  border: 1px solid #e52823;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #222222;
  gap: 2%;
  white-space: nowrap;
  transition: all 0.2s;
  width: 100%;
  max-width: 290px;
  height: 44px;
  padding: 10px 15px;
}
.download-btn svg path {
  transition: all 0.2s;
}
.download-btn:hover {
  color: #e52823;
}
.download-btn:hover svg path {
  fill: #e52823;
}
.left-box__calculate-card > li > p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}
.left-box__calculate-card > li:first-child {
  margin-right: 12px;
}
.left-box__calculate-card > li > h5 {
  margin-bottom: 6%;
}
.left-box__document-card {
  display: flex;
  align-items: flex-start;
}
.left-box__document-card > li > img {
  margin-right: 12px;
}
.left-box__document-card > ul > li {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  list-style: disc;
  margin-left: 20px;
}
.form__right-box {
  width: 560px;
  height: 530px;

  box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
    0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
    0px 84px 23px 0px #00000000;
}

.form__right-box > form {
  padding: 4%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.form__right-box > form > h4 {
  margin-bottom: 18px;
  color: #222222;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  width: 100%;
}
.form-container {
}

.input-box {
  margin-bottom: 18px;
  width: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
.input-box {
  position: relative;
  margin-bottom: 10px;
}
.input-box img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none; /* Скрываем по умолчанию */
}

.input-box > input {
  width: 500px;
  height: 44px;
  font-size: 13px;
  background: #f0f0f0;
  padding: 10px 20px 10px 20px;
}

.input-box > input::placeholder {
  font-size: 13px;
}

.input-box > img {
  width: 23px;
  height: 23px;
}

.input-box ::placeholder {
  color: #222222;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.input-description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
}
.input-description > textarea {
  width: 500px;
  margin: 0 auto;
  height: 110px;
  padding: 10px 20px 10px 20px;
  background-color: #f0f0f0;
  opacity: 0px;
  font-size: 13px;
  outline: none;
  border: none;
  resize: none;
  
}
.file-upload2 img {
    margin: 0 auto;
}
.input-description > textarea::placeholder {
  font-size: 13px;
  color: #262626;
}
#order_form_popup .input-description > textarea{
  color: #262626;
}
.input-download-box {
  width: 100%;
  height: 75px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
}
.input-download-box > p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  max-width: 300px;
}
.input-download-box > input {
  border: none;
  outline: none;
}

.form-submit-box {
  padding-top: 36px;
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.form-submit-box > li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.form-submit-box > li > input {
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-submit-box > li > p {
  width: 100%;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}

.form-submit-box > li > button {
  display: block;
  padding: 13px 40px;
  align-self: flex-start;
  border: none;
  background-color: #e52823;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  cursor: pointer;
}
.form-wrap {
  padding: 0;
}
/* faq */

.faq-container {
  max-width: 1295px;
  margin: 0px auto;
 /* margin-top: 90px;*/
}

.faq-container h2 {
  width: 100%;
  margin-bottom: 45px;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}
section.faq {
  margin-bottom: 40px;
}
.faq {
  margin-bottom: 10px;
}

.faq-question {
  margin: 3% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  padding-bottom: 3%;
  border-bottom: 1px solid #ddd;
}

.faq-question span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.faq-answer {
  width: 60%;
  display: none;
  padding: 10px;

  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}
/*================= FORM-FILLED ========================*/

.form-filled,
.form-filled2,
.form-filled3 {
  position: fixed;
  z-index: 1002;
  max-width: 620px;
  width: 100%;
  height: 309px;
  transition: all 0.3s ease;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  padding: 30px;
  box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
    0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
    0px 84px 23px 0px #00000000;
  background-color: #fff;
}

.form-filled.form-filled--fill,
.form-filled2.form-filled--fill2,
.form-filled3.form-filled--fill3{
  opacity: 1;
  visibility: visible;
}

.form-filled__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.form-filled__close {
  align-self: flex-end;
  cursor: pointer;
}

.form-filled__text {
  font-size: 26px;
  line-height: 1.30769;
  text-align: center;
  max-width: 47%;
}

.form-filled__logo {
}

/*================= CHIEF-MONTAGE ========================*/

.main__chief-montage {
  padding: 80px 0px 80px 0px;
  margin-top: 90px;
  background: #f0f0f0;
  margin-bottom: 0px;
}

.chief-montage {
}

.chief-montage__inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.chief-montage__img img {
  height: 330px;
  width: 360px;
  object-fit: cover;
  display:none;
}

.chief-montage__description {
  display: flex;
  flex-direction: column;
}

.chief-montage__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 45px 0px;
}

.chief-montage__text {
  font-size: 13px;
  line-height: 1.53846;
  margin: 0px 0px 24px 0px;
}

.chief-montage__positions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.chief-montage__positions div{
  padding: 0px 0px 0px 42px;
  font-size: 13px;
  line-height: 1.53846;
  position: relative;
}

.chief-montage__positions div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #e52823;
}
.chief-montage__img{
	width: 360px;
    min-width: 360px;
    background: url(/local/templates/hlist/img/chief-montage-img.jpg) no-repeat top center;

}
/*================= CERTIFICATES ===================*/

.main__certificates {
  margin: 0px 0px 90px 0px;
}

.certificates__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 600px;
  margin: 0px auto 40px auto;
}

.certificates__items {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(4, 1fr);
  gap: 40px;
}

.certificates__item-img {
  width: auto;
  margin: 0px 0px 14px 0px;
}

.certificates__item-img img {
  width: 100%;
}

.certificates__iten-text {
  line-height: 1.375;
}

.certificates__btn {
  display: none;
  max-width: 300px;
  margin: 0 auto;
  margin: 40px auto 0px auto;
}

/*=============== create-with-us ============*/

.main__create-with-us {
  background: url(../img/create-with-us__bg.jpg) no-repeat;
  height: 737px;
  background-position: 37% 50%;
  background-size: cover;
  margin-bottom: 0px;
}

.main__create-with-us .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main__create-with-us .create-with-us__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0px 0px 40px 0px;
}

.main__create-with-us .create-with-us__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main__create-with-us .create-with-us__description-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main__create-with-us .create-with-us__subtitle {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.30769;
  color: #fff;
}

.main__create-with-us .create-with-us__text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #fff;
}

/*=============== company-information ============*/

.main__company-information {
  padding: 100px 0;
  background: #f0f0f0;
}

.main__company-information .company-information__columns {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(4, 230px);
  justify-content: center;
  gap: 82px;
}

.main__company-information .company-information__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 230px;
}

.main__company-information .company-information__column-number {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  color: #222;
}

.main__company-information .company-information__column-text {
  line-height: 1.375;
  color: #222;
}

/*=============== acquaint ============*/

.main__acquaint .container {
}

.main__acquaint .acquaint__inner {
  display: flex;
  gap: 40px;
  padding: 60px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
/*  margin: 80px 0px 80px 0px;*/
}

.main__acquaint .acquaint__info {
  max-width: 500px;
  width: 100%;
}

.main__acquaint .acquaint__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 24px 0px;
}

.main__acquaint .acquaint__text {
  color: #212121cc;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  max-width: 490px;
}

.main__acquaint .acquaint__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  width: 100%;
}

.main__acquaint .acquaint__form input {
  padding: 6px 16px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  background: #7777770d;
}

.main__acquaint .acquaint__form input::placeholder {
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s;
}

.main__acquaint .acquaint__form input:focus::placeholder {
  color: transparent;
}

.main__acquaint .acquaint__form-inp-wrapper {
  display: flex;
  gap: 22px;
}

.main__acquaint .acquaint__form label {
  display: flex;
  font-size: 13px;
  line-height: 1.53846;
  color: #212121cc;
}

.main__acquaint .acquaint__form label input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  max-width: 20px;
  max-height: 20px;
  cursor: pointer;
  background: url(../icons/acquaint__form-checkbox.svg) no-repeat;
}

.main__acquaint .acquaint__form label input[type='checkbox']:checked {
  background: url(../icons/acquaint__form-checkbox-checked.svg) no-repeat;
}

/*=============== stages-work ============*/

.main__stages-work {
  margin: 80px 0 0;
}

.main__stages-work .stages-work__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 45px 0px;
}

.main__stages-work .swiper-btns {
  visibility: hidden;
  height: 0;
}

.main__stages-work .stages-work__items {
  display: grid;
  justify-content: center;
  grid-template: repeat(1, 1fr) / repeat(3, minmax(260px, 360px));
  gap: 50px 40px;
  padding: 0px 0px 80px 0px;
}

.main__stages-work .stages-work__item {
  padding: 40px 20px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1), 0 22px 22px 0 rgba(0, 0, 0, 0.09),
    0 50px 30px 0 rgba(0, 0, 0, 0.05), 0 88px 35px 0 rgba(0, 0, 0, 0.01),
    0 138px 38px 0 rgba(0, 0, 0, 0);
  background: #f0f0f0;
  max-width: 360px;
  height: fit-content;
}

.main__stages-work .stages-work__item:nth-child(2) {
  margin: 143px 0px 0px 0px;
}

.main__stages-work .stages-work__item:nth-child(4) {
  margin: -93px 0px 0px 0px;
}

.main__stages-work .stages-work__item:nth-child(6) {
  margin: -143px 0px 0px 0px;
}

.main__stages-work .stages-work__item-number {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  color: #e52823;
  margin: 0px 0px 40px 0px;
}

.main__stages-work .stages-work__item-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.30769;
  color: #222;
  margin: 0px 0px 15px 0px;
  max-width: 60%;
}

.main__stages-work .stages-work__item-text {
  max-width: 280px;
  font-weight: 400;
  line-height: 1.375;
}

/*=============== useful-materials ============*/

.main__useful-materials {
  position: relative;
  margin: 80px 0;
}

.useful-materials .useful-materials__info {
  padding: 40px 0px;
  max-width: 560px;
  width: 100%;
}

.useful-materials .useful-materials__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  color: #222;
  margin: 0px 0px 32px 0px;
}

.useful-materials .useful-materials__text {
  line-height: 1.375;
  margin: 0px 0px 32px 0px;
  color: #212121cc;
}

.useful-materials .useful-materials__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.useful-materials .useful-materials__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #222;
  padding: 11px 11px;
  transition: all 0.3s ease;
}

.useful-materials .useful-materials__link::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e52823;
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.useful-materials .useful-materials__link:hover .useful-materials__link-text {
  color: #fff;
}

.useful-materials .useful-materials__link:hover {
  border: 1px solid transparent;
}

.useful-materials .useful-materials__link svg path {
  transition: all 0.3s ease;
}

.useful-materials .useful-materials__link:hover svg path {
  fill: #fff;
}

.useful-materials .useful-materials__link:hover::after {
  left: 0;
  width: 100%;
}

.useful-materials .useful-materials__link-text {
  line-height: 1.5;
  white-space: nowrap;
}

.useful-materials .useful-materials__img {
  position: absolute;
  right: 0;
  top: 0;
}

.useful-materials .useful-materials__img img {
  max-width: 940px;
  width: 48vw;
  height: 474px;
  object-position: 80%;
  object-fit: cover;
}

/*=============== completed-projects ============*/

.main__completed-projects {
  margin: 80px 0;
}

.completed-projects .completed-projects__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0px 0px 45px 0px;
}

.completed-projects .completed-projects__description {
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.completed-projects .examples {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(4, 260px);
  position: relative;
}

.completed-projects .examples-in {
  padding: 45px 0px 0px 0px;
  width: 100%;
}

.completed-projects .examples-link {
  color: #222222;
}

.completed-projects .examples > li {
  width: 260px;
  position: relative;
}

.completed-projects .examples > li::before {
  position: absolute;
  content: '';
  bottom: 1px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../icons/arrow-link-min.svg);
}

.completed-projects .examples > li > a > p {
  margin-top: 3%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}

.completed-projects .examples {
  position: relative;
}

.completed-projects .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0px 0px 24px 0px;
}

.completed-projects .swiper-container {
  width: 100%;
}

.completed-projects .swiper-btns {
  display: none;
}

.completed-projects .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}

.completed-projects .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.completed-projects .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s;
}

.completed-projects .swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background-color: #e52823;
  opacity: 1;
}

.completed-projects .swiper-button-prev {
  position: static;
}

.completed-projects .swiper-button-next {
  position: static;
}

.completed-projects .swiper-button-prev,
.completed-projects .swiper-button-next {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 8px;
}

.completed-projects .swiper-button-prev.swiper-button-disabled,
.completed-projects .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}

.completed-projects .swiper-button-prev svg,
.completed-projects .swiper-button-next svg {
  width: 12px;
  height: 12px;
}

.completed-projects .swiper-button-prev:hover,
.completed-projects .swiper-button-next:hover {
  background: #e52823;
}

.completed-projects .swiper-button-prev:hover svg path,
.completed-projects .swiper-button-next:hover svg path {
  fill: #fff;
}

.completed-projects .swiper-button-prev::after,
.completed-projects .swiper-button-next::after {
  content: none;
}

.completed-projects .completed-projects__more-btn {
  max-width: 260px;
  margin: 20px auto 0px auto;
}

/*=============== implement-project ============*/

.main__implement-project {
  margin: 160px 0 0;
}

.implement-project .implement-project__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 600px;
  margin: 0px auto 45px auto;
}

.implement-project .implement-project__description {
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  margin: 0px auto 45px auto;
  max-width: 650px;
}

.implement-project .implement-project__dropdown {
  background: #f0f0f0;
  padding: 30px 60px;
  margin: 0px 0px 80px 0px;
}

.implement-project .dropdown {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 13px 13px 0 rgba(0, 0, 0, 0.09),
    0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 54px 21px 0 rgba(0, 0, 0, 0.01),
    0 84px 23px 0 rgba(0, 0, 0, 0);
}

.implement-project .dropdown__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.implement-project .dropdown__header svg {
  transition: all 0.5s;
}

.implement-project .dropdown__header.dropdown__header--active svg {
  transform: rotate(180deg);
}

.implement-project .dropdown__header-text {
  font-size: 26px;
  line-height: 1.30769;
}

.implement-project .dropdown__body {
  display: none;
  margin: 20px 0px 0px 0px;
}

.implement-project .dropdown__title:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  margin: 0px 0px 25px 0px;
}

.implement-project .dropdown__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  margin: 0px 0px 18px 0px;
}

.implement-project .dropdown__info {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 38px 0px;
}

.implement-project .dropdown__list {
  width: 100%;
  max-width: 710px;
  line-height: 1.375;
  padding: 0px 0px 0px 20px;
}

.implement-project .dropdown__list-item {
  list-style: disc;
  line-height: 1.375;
}

.implement-project .dropdown__download {
  max-width: 290px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  align-self: flex-end;
}

.implement-project .dropdown__download-text {
  transition: all 0.3s;
  line-height: 1.5;
}

.implement-project .dropdown__download:hover .dropdown__download-text {
  color: #e52823;
}

.implement-project .dropdown__download svg path {
  transition: all 0.3s;
}

.implement-project .dropdown__download:hover svg path {
  fill: #e52823;
}

.implement-project .dropdown__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.implement-project .dropdown__form input,
.implement-project .dropdown__form textarea {
  font-size: 16px;
  border-radius: 2px;
  padding: 10px 20px;
  max-width: 1040px;
  height: 44px;
}

.implement-project .dropdown__form input::placeholder,
.implement-project .dropdown__form textarea::placeholder {
  font-size: 16px;
  line-height: 1.375;
  transition: all 0.3s;
}

.implement-project .dropdown__form input:focus::placeholder,
.implement-project .dropdown__form textarea:focus::placeholder {
  color: transparent;
}

.implement-project .dropdown__input-description {
  border: none;
  resize: none;
  min-height: 115px;
}

/*.input-download-file-name {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0px 0px 10px 0px;
  cursor: pointer;
  
}*/

.input-download-file-name.input-download-file-name--fill{
  display: flex;
}

.input-download-file-name__icon, .input-download-file-name__close {
  display: flex;
}

.input-download-file-name__text {
line-height: 1.375;
}

.implement-project .dropdown__label1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  color: #777;
}

.implement-project .dropdown__input-file {
  display: none;
}

.implement-project .dropdown__footer {
  display: flex;
  justify-content: space-between;
}

.implement-project .dropdown__label2 {
  display: flex;
  align-self: flex-end;
  font-size: 13px;
  line-height: 1.53846;
}

.implement-project .dropdown__label2 input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  max-width: 20px;
  max-height: 20px;
  padding: 0px 28px 0px 0px;
  cursor: pointer;
  background: url(../icons/acquaint__form-checkbox.svg) no-repeat;
}

.implement-project .dropdown__label2 input[type='checkbox']:checked {
  background: url(../icons/acquaint__form-checkbox-checked.svg) no-repeat;
}

.implement-project .dropdown__form-btn {
  max-width: 200px;
}

/* footer */

.footer {
  padding: 52px 0 0px;
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}
.footer-in {
  display: grid;
  grid-template: repeat(1, 1fr) / repeat(4, 1fr);
  width: 100%;
  gap: 75px 100px;
}

.footer-column img {
  margin: 0px 0px 46px 0px;
}
.footer-column h3,
.footer-column span {
  color: #222222;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 18px;
}

.footer-column p,
.footer-column a {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #222222;
  margin: 0px 0px 18px 0px;
}
.footer-column a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
  color: #777;
 /* margin-top: 50px;*/
}
.footer-bottom a {
  color: #777;
  text-decoration: none;
  margin: 0 30px;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

/*================= MODAL-DECISION ================*/

.modal-decision {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #0000004d;
  display: grid;
  z-index: 10000;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.modal-decision.modal-decision--open {
  visibility: visible;
  opacity: 1;
}

.modal-decision__container {
  margin: 30px 15px;
  width: 100%;
  max-width: 560px;
  height: auto;
  background: #fff;
  position: relative;
  transform: scale(0);
  transition: all 0.4s;
}

.modal-decision__body {
}

.modal-decision.modal-decision--open .modal-decision__container {
  transform: scale(1);
}

/*==================== PILLARS ====================*/

.main__pillars {
  margin: 0px 0px 60px 0px;
}

.pillars {
}

.pillars__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pillars__title {
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 40px 0px;
}

.pillars__items {
  display: grid;
  justify-content: center;
  grid-template: repeat(1, 1fr) / repeat(4, minmax(200px, 260px));
  gap: 40px;
}

.pillars__item {
  width: 100%;
}

.pillars__link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.pillars__link::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url(../icons/arrow-link.svg);
}

.pillars__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 300px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.pillars__img img {
  width: auto;
  object-fit: cover;
}

.pillars__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  max-width: 200px;
  height: 100%;
}

.pillars__description {
  font-weight: 400;
  font-size: 13px;
  max-width: 220px;
  margin: 5px 0px 0px 0px;
  letter-spacing: normal;
}

/*==================== pillars-intermediate ====================*/

.pillars-intermediate--box {
  margin: 0px 0px 80px 0px;
}

.main__pillars-intermediate .pillars-intermediate__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__pillars-intermediate .pillars-intermediate__title {
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 80px;
}

.main__pillars-intermediate .pillars-intermediate__subtitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.26667;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 620px;
  margin: 0px 0px 40px 0px;
}
.main__our-catalog.our-catalog{
margin-bottom: 0px;
}
.main__pillars-intermediate .pillars-intermediate__items {
  display: grid;
  justify-content: center;

  grid-template: repeat(1, 1fr) / repeat(3, minmax(200px, 360px));
  grid-template-areas: 'left center right';
  gap: 40px;
}

.main__pillars-intermediate .pillars-intermediate__item {
  width: 100%;
}

.pillars-intermediate--box .pillars-intermediate__item:nth-child(1) {
  grid-area: center;
}

.main__pillars-intermediate .pillars-intermediate__link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.main__pillars-intermediate .pillars-intermediate__link::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url(../icons/arrow-link.svg);
}

.main__pillars-intermediate .pillars-intermediate__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 400px;
  margin: 0px 0px 20px 0px;
}

.main__pillars-intermediate .pillars-intermediate__img img {
  width: 100%;
  object-fit: cover;
}

.main__pillars-intermediate .pillars-intermediate__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  gap: 25px;
  height: 100%;
}

.main__pillars-intermediate .pillars-intermediate__description {
  line-height: 1.375;
  text-align: center;
  margin: 0px 0px 40px 0px;
  max-width: 900px;
}

/*==================== MOUNTING-SYSTEM ====================*/

.main__mounting-system {
  padding: 45px 0;
  background: #f0f0f0;
}

.mounting-system {
}

.mounting-system__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mounting-system__title {
  text-align: center;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 40px 0px;
}

.mounting-system .swiper-container {
  width: 100%;
  overflow: hidden;
}

.mounting-system .swiper-btns {
  display: none;
}

.mounting-system .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: auto;
}

.mounting-system .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s;
}

.mounting-system .swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background-color: #e52823;
  opacity: 1;
}

.mounting-system .swiper-button-prev {
  position: static;
}

.mounting-system .swiper-button-next {
  position: static;
}

.mounting-system .swiper-button-prev,
.mounting-system .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
  margin: 0 8px;
}

.mounting-system .swiper-button-prev.swiper-button-disabled,
.mounting-system .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}

.mounting-system .swiper-button-prev svg,
.mounting-system .swiper-button-next svg {
  width: 50%;
}

.mounting-system .swiper-button-prev:hover,
.mounting-system .swiper-button-next:hover {
  background: #e52823;
}

.mounting-system .swiper-button-prev:hover svg path,
.mounting-system .swiper-button-next:hover svg path {
  fill: #fff;
}

.mounting-system .swiper-button-prev::after,
.mounting-system .swiper-button-next::after {
  content: none;
}

.mounting-system .swiper-wrapper {
  display: flex;
  margin: 0px 0px 24px 0px;
  align-items: stretch;
}

.mounting-system .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}

.mounting-system__link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
}

.mounting-system__link::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url(../icons/arrow-link.svg);
}

.mounting-system__img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

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

.mounting-system__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  height: 100%;
}

.mounting-system__description {
  font-weight: 400;
  font-size: 13px;
  max-width: 220px;
  margin: 5px 0px 0px 0px;
  letter-spacing: normal;
}

/*==================== TYPICAL-SOLUTIONS1 ====================*/

.main__typical-solutions {
  margin: 40px 0;
}

.typical-solutions .typical-solutions__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.typical-solutions .typical-solutions__title {
  text-align: center;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  margin: 0px 0px 40px 0px;
  max-width: 530px;
}

.typical-solutions .typical-solutions__items {
  display: grid;
  justify-content: center;
  grid-template: repeat(1, 1fr) / repeat(2, minmax(0px, 560px));
  gap: 40px;
}

.typical-solutions .typical-solutions__item {
  width: 100%;
}

.typical-solutions .typical-solutions__link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.typical-solutions .typical-solutions__link::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url(../icons/arrow-link.svg);
}

.typical-solutions .typical-solutions__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  min-height: 295px;
}

.typical-solutions .typical-solutions__img img {
  width: auto;
  object-fit: cover;
}

.typical-solutions .typical-solutions__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  height: 100%;
}

.typical-solutions .typical-solutions__description {
  font-weight: 400;
  font-size: 13px;
  max-width: 220px;
  margin: 5px 0px 0px 0px;
  letter-spacing: normal;
}

.typical-solutions .typical-solutions__btn {
  max-width: 260px;
  margin: 40px auto 0px;
}

.typical-solutions .typical-solutions__btn-more {
  display: none;
}

/*================= typical-solutions2 ===================*/

.main__typical-solutions2 {
  margin: 0px 0px 80px 0px;
}

.main__typical-solutions2 .typical-solutions__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.main__typical-solutions2 .typical-solutions__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main__typical-solutions2 .typical-solutions__filters {
  display: flex;
  flex-wrap: wrap;

  gap: 14px 40px;
}

.main__typical-solutions2 .typical-solutions__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size: 16px;
  padding: 10px 14px;
  height: 44px;
  background: #fff;
  border: none;
  flex-grow: 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

.main__typical-solutions2 .typical-solutions__filter--active,
.main__typical-solutions2 .typical-solutions__filter:hover {
  background: #e52823;
  color: #fff;
}

.main__typical-solutions2 .typical-solutions__text {
  line-height: 1.375;
  max-width: 950px;
}

.main__typical-solutions2 .typical-solutions__items {
  display: grid;
  justify-content: center;
  grid-template: repeat(1, 1fr) / repeat(4, minmax(200px, 260px));
  gap: 40px;
}

.main__typical-solutions2 .typical-solutions__item {
  width: 100%;
}

.main__typical-solutions
  .typical-solutions__item--request
  .typical-solutions__item-price {
  color: #a5a5a5;
}

.main__typical-solutions2 .typical-solutions__item-link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.main__typical-solutions2 .typical-solutions__item-link::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 16px;
  height: 17px;
  background: url(../icons/arrow-link.svg);
}
.main__typical-solutions2 .typical-solutions__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 300px;
  overflow: hidden;
  margin: 0px 0px 18px 0px;
}

.main__typical-solutions2 .typical-solutions__item-img img {
  width: auto;
  object-fit: cover;
}

.main__typical-solutions2 .typical-solutions__item-name {
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.05em;
  max-width: 260px;
  margin: 0px 0px 24px 0px;
}

.main__typical-solutions2 .typical-solutions__item-price {
  font-weight: 600;
  line-height: 1.375;
}

.main__typical-solutions2 .typical-solutions__filters-dropdown {
  display: none;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
}

.main__typical-solutions2 .typical-solutions__filter-toggle {
  padding: 10px 15px;
  background: #fff;
  border: none;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.53846;
}

.main__typical-solutions2 .typical-solutions__filter-toggle svg {
  transition: all 0.3s;
}

.main__typical-solutions2 .typical-solutions__filter-toggle svg.rotate {
  transform: rotate(180deg);
}

.main__typical-solutions2 .typical-solutions__filter-list {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  font-size: 13px;
  line-height: 1.53846;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.04),
    0 9px 5px 0 rgba(0, 0, 0, 0.03), 0 16px 6px 0 rgba(0, 0, 0, 0.01),
    0 25px 7px 0 rgba(0, 0, 0, 0);
  z-index: 1;
}

.main__typical-solutions2 .typical-solutions__filter-dropdown {
  padding: 12px 16px;
}

.main__typical-solutions2 .typical-solutions__filter-dropdown:active {
  background: #e52823;
  color: #fff;
}

.main__typical-solutions2 .typical-solutions__more-btn {
  display: none;
}

.main__typical-solutions2 .mixitup-control-active {
  background: #e52823;
  color: #fff;
}

/*==================== OUR-CATALOG ====================*/

.main__our-catalog {
  padding: 75px 0 25px;
  background: #d9d9d9;
}

.our-catalog {
}

.our-catalog__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.our-catalog__img {
}

.our-catalog__img img {
  width: 100%;
  object-fit: cover;
  max-height: 433px;
}

.our-catalog__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 358px;
}

.our-catalog__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18182;
  letter-spacing: 0.05em;
}

.our-catalog__text {
  line-height: 1.375;
}

.our-catalog__btn {
  max-width: 260px;
  gap: 10px;
}

.our-catalog__btn svg path {
  transition: all 0.3s;
}

.our-catalog__btn:hover svg path {
  fill: #e52823;
}

@media (hover: none) {
  .button:hover {
    background: #e52823;
    color: #fff;
    border: 1px solid #e52823;
  }

  .button--empty:hover {
    color: #222222;
    border: 1px solid #e52823;
    background: transparent;
  }

  .button:active {
    background: transparent;
    color: #222;
    border: 1px solid #222;
  }

  .button--empty:active {
    color: #e52823;
    border: 1px solid #e52823;
    background: transparent;
  }

  .product-mobile__main-btn:active svg path {
    fill: #e52823;
  }

  .with-product .swiper-button-prev,
  .with-product .swiper-button-next {
    transition: none;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #fff;
  }

  .swiper-button-prev:hover svg path,
  .swiper-button-next:hover svg path {
    fill: #222222;
  }

  .swiper-button-prev:active,
  .swiper-button-next:active {
    background: #e52823;
  }

  .swiper-button-prev:active svg path,
  .swiper-button-next:active svg path {
    fill: #fff;
  }

  .mounting-system .swiper-button-prev,
  .mounting-system .swiper-button-next {
    transition: none;
  }
}

@media (max-width: 1200px) {
  /*==================== HEADER ====================*/

  header .support-btn,
  .call-btn {
    width: 175px;
    font-size: 13px;
  }

  .header-in__buttons > ul > li {
    margin-left: 20px;
    white-space: nowrap;
  }

  .navigation > ul > li > a {
    padding: 10px 3px;
  }

  /*=============== stages-work ============*/

  .main__stages-work .stages-work__items {
    grid-template: repeat(1, 1fr) / repeat(2, minmax(260px, 360px));
  }

  .main__stages-work .stages-work__item {
    height: 100%;
  }

  .main__stages-work .stages-work__item:nth-child(2),
  .main__stages-work .stages-work__item:nth-child(4),
  .main__stages-work .stages-work__item:nth-child(6) {
    margin: 0;
  }

  /*=============== implement-project ============*/

  .implement-project .dropdown__info {
    flex-direction: column;
    gap: 15px;
  }

  .implement-project .dropdown__download {
    align-self: start;
  }

  /*==================== applications ====================*/

  .applications__el {
    width: 100% !important;
    background-size: cover !important;
    height: 400px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*================= benefits =================*/

  .benefits-in > ul > li > p {
    margin: 0px 0px 0px 30px;
  }

  /*================= reliance =================*/

  .reliance__right-box > h2 {
    text-align: center;
    margin: 0;
  }

  .reliance__right-box > p {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .reliance__right-box > p > span:last-child {
    text-align: center;
  }

  /*================= locate-image =================*/

  .locate-image {
    padding: 90px 0px 40px 0px;
  }

  /*================= about =================*/

  .about-in > h2 {
    margin: 0px 0px 24px 0px;
  }

  .examples {
    justify-content: start;
  }

  .examples-in > h3 {
    margin: 0px 0px 24px 0px;
  }

  .examples > li {
    width: 300px;
  }

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

  .swiper-btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*==================== MODAL ====================*/
  .plus_modal_1,
  .plus_modal_2,
  .plus_modal_3,
  .plus_modal_4{
    box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
      0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
      0px 84px 23px 0px #00000000;
  }
  .modal {
    box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
      0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
      0px 84px 23px 0px #00000000;
  }

  /*================= CERTIFICATES ===================*/

  .certificates__items {
    gap: 20px;
  }

  /*================= project-major ========================*/

  .main__project-major .project-major__inner {
    gap: 24px;
  }

  .main__project-major .swiper-wrapper {
    gap: 24px;
  }

  /*================= project-stage ========================*/

  .main__project-stage .swiper-wrapper {
    gap: 24px;
  }

  /*================= projects ========================*/
  .main__projects .projects__filters {
    grid-template: repeat(3, 1fr) / repeat(4, 1fr);
    gap: 14px 20px;
  }

  .main__projects .projects__filters .projects__filter:nth-child(8),
  .main__projects .projects__filters .projects__filter:nth-child(9) {
    grid-column: span 2;
  }

  .main__projects .projects__body .projects__items,
  .main__projects .projects__body .projects__item {
    gap: 20px;
  }

  /*=============== create-with-us ============*/
  .main__create-with-us {
    height: 538px;
  }

  .main__create-with-us .create-with-us__title {
    max-width: 60%;
  }

  .main__create-with-us .create-with-us__subtitle {
    max-width: 80%;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .main__create-with-us .create-with-us__text {
    font-size: 16px;
    line-height: 1.375;
  }

  /*=============== company-information ============*/

  .main__company-information {
    padding: 60px 20px;
  }

  .main__company-information .company-information__columns {
    justify-content: start;
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
  }

  .main__company-information .company-information__column {
    max-width: 100%;
  }

  .main__company-information .company-information__column-number {
    font-size: 30px;
    line-height: 1.26667;
    letter-spacing: 0.05em;
  }
  .main__company-information .company-information__column-text {
    font-size: 13px;
    line-height: 1.53846;
  }
  /*=============== completed-projects ============*/

  .completed-projects .examples {
    justify-content: start;
  }

  .completed-projects .examples > li {
    width: 300px;
  }

  .completed-projects .examples-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .completed-projects .swiper-btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*=============== acquaint ============*/

  .main__acquaint .acquaint__inner {
    gap: 20px;
    padding: 40px;
  }

  /*=============== useful-materials ============*/

  .main__useful-materials {
    margin: 40px 0;
    padding: 0px 0px 474px 0px;
  }

  .useful-materials .useful-materials__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .useful-materials .useful-materials__title {
    text-align: center;
  }

  .useful-materials .useful-materials__info {
    max-width: 830px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .useful-materials .useful-materials__links {
    display: grid;
    width: 100%;
    grid-template-areas:
      '. . .'
      'three three three'
      'three2 three2 three2';
  }

  .useful-materials .useful-materials__link:nth-child(4) {
    grid-area: three;
  }
  .useful-materials .useful-materials__link:nth-child(5) {
    grid-area: three2;
  }

  .useful-materials .useful-materials__link {
    justify-content: center;
    width: 100%;
  }

  .useful-materials .useful-materials__img {
    width: 100%;
    bottom: 0;
    top: inherit;
    display: flex;
    justify-content: center;
  }

  .useful-materials .useful-materials__img img {
    width: 100%;
    -webkit-mask-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 20%
    );
    mask-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 80%
    );
  }

  /*================= DOCUMENTS ========================*/

  .documents__items,
  .documents__item {
    gap: 20px;
  }

  /*================= CONTACTS ========================*/

  .contacts__info-btns {
    flex-direction: column;
    gap: 24px;
  }

  /*================= BRANCHES ========================*/

  .branches__items {
    gap: 20px;
  }

  /*================= COUNTRIES ========================*/

  .logistics__countries {
    grid-template: repeat(1, 1fr) / repeat(4, 1fr);
  }

  .logistics__countrie {
    gap: 8px;
  }

  /*================= OTHER-QUESTIONS ========================*/

  .other-questions__row:nth-child(1) {
    flex-wrap: wrap;
    gap: 24px;
  }

  /*================= MOUNTING-SYSTEM =================*/

  .mounting-system .swiper-wrapper {
    display: flex;
    justify-content: left;
  }

  /*================= PILLARS =================*/

  .pillars__items {
    gap: 20px;
  }

  /*================= TYPICAL-SOLUTIONS1 =================*/

  .typical-solutions .typical-solutions__items {
    gap: 20px;
  }

  .typical-solutions .typical-solutions__img {
    margin: 0px 0px 18px 0px;
  }

  /*================= OUR-CATALOG =================*/

  .our-catalog__description {
    gap: 20px;
  }

  /*==================== ABOUT-PRODUCTION ====================*/
  .main__about-production .about-production__info-history {
    padding: 60px 100px 70px 10px;
  }

  /*==================== TECHNOLOGY-DEVELOPMENT ====================*/

  .main__technology-development .swiper-btns {
    display: flex;
  }

  .main__technology-development .swiper {
    margin: 0px 0px 60px 0px;
  }

  /*==================== DISTRIBUTION ====================*/

  .main__distribution .distribution__inner {
    gap: 60px;
  }

  /*==================== PRODUCT ====================*/

  .product__main {
    gap: 24px;
    margin: 0px 0px 40px 0px;
  }

  .product__main-info {
    gap: 24px;
  }

  .product__main-specification {
    flex-direction: column;
    align-items: start;
  }

  .product__main-downloads {
    justify-content: space-between;
    gap: 18px;
  }

  .product__main-btns {
    gap: 18px;
  }

  .product__bottom-imgs {
    gap: 18px;
  }

  /*==================== WITH-PRODUCT ====================*/

  .with-product .swiper-wrapper {
    display: flex;
    justify-content: left;
  }

  /*==================== FORM ====================*/

  .form-info__box > li:first-child {
    margin: 0px 20px 0px 0px;
  }

  .form-info__box > li > h4,
  .form-info__box > li > p {
    margin: 0px 0px 24px 0px;
  }

  .form-boxes {
    gap: 20px;
  }
  /*==================== CHIEF-MONTAGE ====================*/

  .main__chief-montage {
    padding: 40px 0px 40px 0px;
  }

  .chief-montage__inner {
    gap: 24px;
  }

  /*================= FOOTER ========================*/

  .footer-in {
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  /*================= steps-work =================*/
  .bg-elements {
    display: none;
  }

  /*================= TYPICAL-SOLUTIONS1 =================*/

  .typical-solutions .typical-solutions__items {
    gap: 10px;
  }

  /*================= MOUNTING-SYSTEM =================*/

  .mounting-system .swiper-btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 900px) {
  h2,
  h1 {
    font-size: clamp(30px, 6vw, 44px) !important;
    line-height: clamp(40px, 8vw, 60px) !important;
  }

  /*================= HEADER =================*/

  header {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.09),
      0 4px 3px 0 rgba(0, 0, 0, 0.05), 0 8px 3px 0 rgba(0, 0, 0, 0.01),
      0 12px 3px 0 rgba(0, 0, 0, 0);
  }

  .burger-menu {
    position: absolute;
    right: 10px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header {
    padding: 0;
  }

  .header-in {
    padding: 12px 0;
    margin: 0px 60px 0px 0px;
    gap: 40px;
  }

  .header-in__buttons > ul {
    width: 100%;
  }

  /* .header-in,
  .header-in__buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .header-in__buttons > ul {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .support-btn,
  .call-btn {
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 0;
    margin: 1% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-in__buttons > ul > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }

  .header-in__buttons > ul > li > a {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
  } */

  /* .header-in__buttons > ul > li:last-child {
    margin-top: 5%;
    display: none;
    flex-direction: row;
    a {
      text-align: left;
    }
  } */

  header .support-btn {
    display: none;
  }
  .logo {
    width: 100%;
    justify-content: space-between;
  }
  .logo > ul {
    display: flex;
  }

  .footer-bottom a {
    margin: 0 9px;
  }

  /*=============== stages-work ============*/

  .main__stages-work {
    margin: 40px 0;
  }

  .main__stages-work .stages-work__title {
    margin: 0px 0px 40px 0px;
  }

  .main__stages-work .stages-work__items {
    gap: 30px;
    padding: 0px 0px 30px 0px;
  }

  .main__stages-work .stages-work__item-number {
    font-size: 30px;
    line-height: 1.26667;
    margin: 0px 0px 25px 0px;
  }

  .main__stages-work .stages-work__item-title {
    font-size: 13px;
    line-height: 1.53846;
    text-transform: uppercase;
    max-width: 100%;
  }

  .main__stages-work .stages-work__item-text {
    font-size: 13px;
    line-height: 1.53846;
    max-width: 100%;
  }

  /*=============== implement-project ============*/

  .main__implement-project {
    margin: 40px 0 0;
  }

  .implement-project .implement-project__title {
    font-size: 30px;
    line-height: 1.26667;
  }

  .implement-project .dropdown {
    padding: 25px 10px 25px 10px;
    margin: 0px 0px 40px 0px;
  }

  .implement-project .dropdown__header-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .implement-project .dropdown__title {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.53846 !important;
  }

  .implement-project .implement-project__description {
    font-size: 13px;
    line-height: 1.53846;
  }

  .implement-project .dropdown__info {
    margin: 0px 0px 25px 0px;
  }

  .implement-project .dropdown__list-item {
    font-size: 13px;
    line-height: 1.53846;
  }

  .implement-project .dropdown__download {
    padding: 9px;
  }

  .implement-project .dropdown__label1 {
    flex-direction: column;
    text-align: center;
  }

  .implement-project .dropdown__footer {
    flex-direction: column-reverse;
    gap: 22px;
  }

  .implement-project .dropdown__label2 {
    align-self: start;
  }

  .implement-project .dropdown__form-btn {
    max-width: 100%;
  }

  /*==================== hero ====================*/

  .hero__left-box > h1 {
    font-size: clumber(22px, 44px);
  }

  .hero__left-box > p {
    margin: 24px 0;
    font-family: Roboto;
    font-size: 18px;
  }

  .hero-in {
    padding: 44px 0;
  }

  /*============== pillars-intermediate ==============*/

  .main__pillars-intermediate {
    margin: 0px 0px 60px 0px;
  }

  .main__pillars-intermediate .pillars-intermediate__title {
    margin: 0px 0px 40px 0px;
  }

  .main__pillars-intermediate .pillars-intermediate__subtitle {
    font-size: 20px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0px 0px 40px 0px;
  }

  .main__pillars-intermediate .pillars-intermediate__description {
    font-size: 13px;
    line-height: 1.53846;
  }

  .main__pillars-intermediate .pillars-intermediate__items {
    grid-template: repeat(1, 1fr) / repeat(auto-fit, minmax(140px, 360px));
    grid-template-areas: 'left right';
    gap: 24px 12px;
  }

  .pillars-intermediate--box .pillars-intermediate__item:nth-child(1) {
    grid-area: left;
  }



  .pillars-intermediate--box .pillars-intermediate__item {
    max-width: 168px;
  }

  /*==================== applications ====================*/

  .applications {
    margin: 40px 0px 0px 0px;
  }

  .footer-bottom a {
    margin: 0 9px;
  }

  /* benefitsx` */

  .benefits-in > ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .benefits-in > ul > li {
    width: 100%;
    margin: 0;
  }
  .benefits-in > ul > li > p {
    margin: 0px 0px 0px 10px;
  }
  /* reliance */
  .reliance {
    margin-bottom: 40px;
  }
  .reliance-in {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-self: space-between;
    flex-direction: column;
  }
  .reliance__left-box,
  .reliance__right-box {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .reliance__left-box {
    height: 100%;
  }

  .reliance__left-box > img {
    height: 500px;
    object-fit: cover;
  }
  .reliance__right-box {
    margin-top: 10%;
  }

  .reliance__right-box > p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    margin-bottom: 2%;
    flex-direction: column;
  }
  .reliance__right-box > p > span:first-child {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }
  .reliance__right-box > p > span:last-child {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
  .reliance__right-box > hr {
    width: 100%;
    height: 1px;
    background-color: none;
    border: none;
  }
  /* wrap */

  .wrap {
    padding: 10px 0px 0px 0px;
  }

  /* steps-work */

  .steps-work {
    padding: 40px 0px 0px 0px;
  }

  .steps-work__in > h2 {
    margin: 0px 0px 20px 0px;
  }

  /* choise */

  .choise {
    padding: 40px 0;
  }

  .choise-in__info {
    gap: 24px;
  }
  .choise-in__info > ul,
  .choise-in__info > ul:nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .choise-in__info > ul > li {
    width: 100%;
    margin: 0;
    gap: 24px;
  }
  .choise-in__info > ul > li * {
    width: 100%;
    text-align: center;
  }
  .choise-in__info > ul > li > p {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
  }
  .choise-in__info > ul > li > img {
    max-width: 100%;
    height: auto;
  }

  .choise-in__info > ul > li:first-child {
    padding: 0;
  }

  .choise-in__info > ul > li > a {
    width: auto;
  }

  /*================= locate-image =================*/

  .locate-image {
    padding: 40px 0px;
  }

  /*================= about =================*/

  .about {
    margin: 0px 0px 50px 0px;
  }

  /*================= CERTIFICATES ===================*/

  .main__certificates {
    margin: 0px 0px 40px 0px;
  }

  .certificates__items {
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  }

  .certificates__iten-text {
    font-size: 13px;
    line-height: 1.53846;
  }

  .certificates__btn {
    display: block;
  }

  /*================= projects ========================*/

  .main__projects .projects__filters {
    display: none;
  }

  .main__projects .projects__body .projects__items {
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
    gap: 40px;
  }

  .main__projects .projects__body .projects__item {
    gap: 0;
  }

  .main__projects .projects__item.category-a .projects__item-img::before,
  .main__projects .projects__item.category-b .projects__item-img::before,
  .main__projects .projects__item.category-c .projects__item-img::before {
    top: 4px;
    right: 4px;
  }

  .main__projects .projects__item .projects__item-info {
    padding: 20px 10px;
  }

  .projects__item-title {
    /*  font-size: 13px;*/
    line-height: 1.53846;
  }

  .projects__item-text {
    font-size: 13px;
    line-height: 1.53846;
  }

  .main__projects .projects__more-btn {
    display: block;
  }

  .main__projects .projects__filters-dropdown {
    display: block;
  }

  /*================= project-major ========================*/
  .main__project-major {
    margin: 40px 0px 50px 0px;
  }

  .main__project-major .project-major__inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .main__project-major .project-major__info h1 {
    line-height: 1.26667;
    letter-spacing: 0.05em;
    font-size: 30px;
    width: 90%;
  }

  .main__project-major .swiper-wrapper {
    display: flex;
    gap: 0;
    max-width: 100%;
    margin: 0px 0px 34px 0px;
  }

  .main__project-major .swiper-btns {
    display: flex;
    justify-content: center;
  }

  /*================= WRAP ========================*/

  .main__wrap {
    padding: 0px 0px 40px 0px;
  }

  /*================= project-stage ========================*/

  .main__project-stage {
    margin: 0px 0px 50px 0px;
  }

  .main__project-stage .swiper-wrapper {
    display: flex;
    gap: 0;
    max-width: 100%;
    margin: 0px 0px 34px 0px;
  }

  .main__project-stage .swiper-btns {
    display: flex;
    justify-content: center;
  }

  /*=============== acquaint ============*/

  .main__acquaint .acquaint__inner {
    padding: 30px 20px;
    flex-direction: column;
    margin: 40px 0px 40px 0px;
  }

  .main__acquaint .acquaint__info {
    max-width: inherit;
  }

  .main__acquaint .acquaint__title {
    font-size: 30px;
    line-height: 1.26667;
    letter-spacing: 0.05em;
  }

  .main__acquaint .acquaint__text {
    max-width: inherit;
    font-size: 16px;
    line-height: 1.375;
  }

  .main__acquaint .acquaint__form {
    max-width: inherit;
  }

  .main__acquaint .acquaint__form-inp-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .main__acquaint .acquaint__form-submit {
    max-width: 270px;
  }

  /*=============== useful-materials ============*/

  .useful-materials .useful-materials__title {
    max-width: 70%;
  }

  .useful-materials .useful-materials__text {
    font-size: 13px;
    line-height: 1.53846;
    text-align: center;
    max-width: 700px;
  }

  /*================= DOCUMENTS ========================*/

  .documents__filters,
  .documents__item-download-text {
    display: none;
  }

  .documents__items {
    gap: 40px 12px;
  }

  .documents__item {
    gap: 14px;
  }

  .documents__item-title {
    font-size: 13px;
    line-height: 1.53846;
  }

  .documents__item-text {
    font-size: 13px;
    line-height: 1.53846;
  }

  .documents__item-download {
    gap: 14px;
  }

  .documents__more-btn {
    display: block;
  }

  .documents__filters-dropdown {
    display: block;
  }

  /*==================== DELIVERY ====================*/

  .main__delivery {
    display: none;
  }

  /*==================== DELIVERY-MOBILE ====================*/

  .main__delivery-mobile {
    display: block;
  }

  /*================= CONTACTS ========================*/

  .main__contacts {
    margin: 0px 0px 40px 0px;
  }

  .contacts__inner {
    flex-direction: column-reverse;
  }

  .contacts__info-title {
    line-height: 1.26667;
  }

  .contacts__info-text,
  .contacts__info-items {
    max-width: 500px;
  }

  /*====================== BRANCHES ======================*/

  .main__branches {
    padding: 40px 0;
  }

  .branches__items {
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
  }

  .branches__item {
  }

  .branches__item-map img {
    height: 242px;
  }

  /*================= COUNTRIES ========================*/

  .main__logistics {
    margin: 40px 0;
  }

  .logistics__countries {
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
  }

  .branches__all-btn {
    display: block;
    margin: 40px 0px 0px 0px;
  }

  /*================= OTHER-QUESTIONS ========================*/

  .other-questions__title {
    font-size: 30px;
    line-height: 1.26667;
    max-width: 80%;
  }

  .other-questions__row:nth-child(1) {
    flex-direction: column;
  }

  .other-questions__input-txt,
  .other-questions__btn {
    max-width: 100%;
  }

  /*================= PILLARS =================*/

  .main__pillars {
    margin: 0px 0px 40px 0px;
  }

  .pillars__title {
    margin: 0px 0px 24px 0px;
  }

  .pillars__items {
    grid-template: repeat(1, 1fr) / repeat(2, minmax(200px, 260px));
  }

  /*================= MOUNTING-SYSTEM =================*/

  .main__mounting-system {
    padding: 40px 0;
  }

  .mounting-system__title {
    margin: 0px 0px 24px 0px;
  }

  .mounting-system__img img {
    max-height: 320px;
  }

  /*================= TYPICAL-SOLUTIONS1 =================*/

  .typical-solutions .typical-solutions__title {
    margin: 0px 0px 24px 0px;
  }

  /*================= typical-solutions2 ========================*/

  .main__typical-solutions2 {
    margin: 0px 0px 40px 0px;
  }

  .main__typical-solutions2 .typical-solutions__title {
    line-height: 1.26667;
  }

  .main__typical-solutions2 .typical-solutions__filters,
  .main__typical-solutions2 .typical-solutions__item-download-text {
    display: none;
  }

  .main__typical-solutions2 .typical-solutions__items {
    gap: 40px 20px;
    justify-content: center;
    grid-template: repeat(1, 1fr) / repeat(3, minmax(200px, 260px));
  }

  .main__typical-solutions2 .typical-solutions__item {
    gap: 14px;
  }

  .main__typical-solutions2 .typical-solutions__item-name {
    font-size: 15px;
  }

  .main__typical-solutions2 .typical-solutions__item-download {
    gap: 14px;
  }

  .main__typical-solutions2 .typical-solutions__more-btn {
    display: block;
  }

  .main__typical-solutions2 .typical-solutions__filters-dropdown {
    display: block;
  }

  /*================= OUR-CATALOG =================*/

  .main__our-catalog {
    padding: 40px 0;
  }

  .our-catalog__inner {
    justify-content: start;
  }

  .our-catalog__title {
    font-size: 30px;
    line-height: 1.26667;
  }

  .our-catalog__img {
    display: none;
  }

  .our-catalog__description {
    max-width: 80%;
  }

  /*==================== ABOUT-PRODUCTION ====================*/
  .main__about-production {
    margin: 0px 0px 40px 0px;
  }

  .main__about-production .about-production__inner {
  }

  .main__about-production .about-production__info {
    display: flex;
    flex-direction: column;
  }

  .main__about-production .about-production__info-history {
    padding: 40px 10px;
  }

  .main__about-production .about-production__info-title {
    line-height: 1.26667;
    margin: 0px 0px 10px 0px;
  }

  .main__about-production
    .about-production__info-history
    .about-production__info-experience {
    font-size: 30px;
    line-height: 1.26667;
    padding: 10px 0px 0px 0px;
  }

  .main__about-production .about-production__info-company {
    padding: 57px 10px;
  }

  .main__about-production .about-production__info-company p {
    font-size: 13px;
    line-height: 1.53846;
  }

  /*==================== TECHNOLOGY-DEVELOPMENT ====================*/

  .main__technology-development {
    margin: 0px 0px 10px 0px;
  }

  .main__technology-development h2 {
    margin: 0px 0px 40px 0px;
  }

  .main__technology-development .technology-development__descriptions {
    flex-direction: column;
    gap: 24px;
  }

  .main__technology-development .technology-development__descriptions p {
    width: 100%;
  }

  /*==================== DISTRIBUTION ====================*/

  .main__distribution {
    background: #e52823 url(../img/map-bg.svg) 50% 0 / contain no-repeat;
    background-size: 97%;
  }

  .main__distribution .distribution__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 80px 0;
  }

  .main__distribution .distribution__select {
    margin: 0px 0px 195px 0px;
  }

  .main__distribution .distribution__select ul {
    max-height: inherit;
    overflow: inherit;
  }

  .main__distribution .distribution__button {
    max-width: 300px;
  }

  .main__distribution .distribution__partners {
    position: absolute;
    top: 275px;
  }

  .main__distribution .distribution__partners-counter {
    margin: 0px 0px 24px 0px;
  }

  .main__distribution .distribution__partners-cell {
    font-size: 24px;
    font-weight: 400;
    width: 38px;
  }

  .main__distribution .distribution__partners-cell:nth-child(3) {
    margin: 0px 32px 0px 0px;
  }

  /*==================== PRODUCT ====================*/

  .main__product {
    display: none;
  }

  /*==================== PRODUCT-MOBILE ====================*/

  .main__product-mobile {
    display: block;
    margin: 0px 0px 24px 0px;
  }

  /*==================== PRODUCT-OPTIONS ====================*/

  .main__product-options {
    display: none;
  }

  /*==================== PRODUCT-MOBILE-OPTIONS ====================*/

  .main__product-mobile-options {
    display: block;
  }

  /*================= with-product =================*/

  .with-product__title {
    margin: 0px 0px 24px 0px;
  }

  .with-product__link {
    width: 100%;
  }

  .with-product__img img {
    width: 100%;
    min-width: 300px;
    height: 80%;
    max-height: 350px;
  }

  .swiper-btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*================= FORM =================*/

  .form-info__box > li:first-child {
    margin: 0px 0px 24px 0px;
  }

  .form__right-box > form {
    padding: 30px 20px;
  }

  .form-info__box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5%;
  }
  .form-info__box > li {
    margin: 0px 0px 45px 0px;

    width: 100%;
    text-align: center;
    height: 100%;
  }

  .form-info__box > li > img {
    width: 100%;
    height: auto;
  }

  .form-info__box > li > .support-btn {
    width: 100%;
    margin: 0;
  }

  .form-in {
    padding: 0;
  }

  .form__left-box > h3 {
    margin: 0px 0px 24px 0px;
  }

  .left-box__info h5,
  .left-box__calculate-card > li > h5 {
    margin: 0px 0px 18px 0px;
  }

  .form__left-box > ul {
    margin: 0px 0px 24px 0px;
  }

  .form-boxes {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .form__left-box,
  .form__right-box {
    width: 100%;
    max-width: inherit;
  }
  .form__right-box {
    width: 100%;
    height: 530px;
    margin: 30px 0px 60px 0px;

    box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
      0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
      0px 84px 23px 0px #00000000;

    input {
      width: 100%;
    }
    .input-box {
      margin: 0px 0px 18px 0px;
    }
    .input-download-box {
    }
  }

  .input-description > textarea {
    margin: 0;
  }
  .left-box__info {
  }
  .download-btn {
    margin: 18px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
  }

  /*==================== WRAP ====================*/

  .wrap {
    margin: 0px 0px 60px 0px;
  }

  /*==================== CHIEF-MONTAGE ====================*/

  .chief-montage__inner {
    flex-direction: column;
  }

  .chief-montage__title {
    margin: 0px 0px 24px 0px;
  }

  .chief-montage__img {
    max-width: 450px;
  }

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

  /*================= FOOTER ========================*/

  .footer-in {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 45px 50px;
  }

  /* nav */
  nav {
    display: none;
  }

  /* reliance */

  .reliance-in {
    padding: 15% 0;
    display: flex;
    align-items: center;
    justify-self: space-between;
    flex-direction: column;
  }
  .reliance__left-box,
  .reliance__right-box {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .reliance__left-box > img {
    width: 100%;
  }
  .reliance__right-box {
    margin-top: 10%;
  }

  .reliance__right-box > p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    margin-bottom: 2%;
    flex-direction: column;
  }
  .reliance__right-box > p > span:first-child {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }
  .reliance__right-box > p > span:last-child {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
  .reliance__right-box > hr {
    width: 100%;
    height: 1px;
    background-color: #000;
    border: none;
  }
  /* steps-work */

  .bg-elements {
    display: none;
  }
  /* choise */
  .choise-in__info > ul,
  .choise-in__info > ul:nth-child(2) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2%;
  }
  .choise-in__info > ul > li {
    width: 100%;
    margin: 5% 0;
  }
  .choise-in__info > ul > li * {
    width: 100%;
    text-align: center;
  }
  .choise-in__info > ul > li > p {
    font-size: 15px;
    font-weight: normal;
  }
  .choise-in__info > ul > li > img {
    max-width: 100%;
    height: auto;
  }
  /* faq */

  .faq-container {
    margin: 40px 0px 0px 0px;
  }

  .faq-question span {
    width: 80%;
    font-size: 16px;
  }

  .faq-question {
    width: 100%;
    margin: 3% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    font-family: Roboto;
    font-size: clamp(13px, 3vw, 15px);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    padding-bottom: 3%;
    border-bottom: 1px solid #ddd;
  }

  .faq-answer {
    width: 100%;
    display: none;
    padding: 10px;
    font-family: Roboto;
    font-size: clamp(13px, 3vw, 15px);
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}

@media (max-width: 790px) {
  .navigation ul li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navigation ul li > a:after {
    content: '▼';
    margin-left: 5px;
  }

  .navigation ul li.open > .submenu {
    display: block;
  }

  .header-in__buttons > ul > li:last-child {
    display: none;
  }

  /*================= OUR-CATALOG =================*/

  .our-catalog__description {
    max-width: 100%;
  }

  .navigation ul li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navigation ul li > a:after {
    content: '▼';
    margin-left: 5px;
  }

  .navigation ul li.open > .submenu {
    display: block;
  }
}

@media (max-width: 700px) {
  /* benefitsx` */
  .benefits-in {
    margin-top: 30px;
  }
  /* steps-work */

  .steps-work__cards {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 12px;
    margin: 0px 0px 40px 0px;
  }

  .steps-work__cards > li {
    padding: 8px;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    background-color: #f0f0f0;
  }
  .steps-work__cards > li > h3 {
    color: #e52823;
    font-size: 32px;
    line-height: 1.18182;
    margin: 0px 0px 8px 0px;
  }
  .steps-work__cards > li > p {
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
  }

  .steps-work__cards > li:nth-child(6) p,
  .steps-work__cards > li:nth-child(7) p,
  .steps-work__cards > li:nth-child(8) p,
  .steps-work__cards > li:nth-child(9) p,
  .steps-work__cards > li:nth-child(10) p {
    margin: 0;
  }
  .form-submit-box > li > p {
    font-size: 13px;
  }
  .form-submit-box > li > p {
    font-size: 13px;
  }

  /*==================== hero ====================*/

  .hero-in {
    display: flex;
    flex-direction: column;
  }
  .hero__left-box,
  .hero__right-box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .hero__right-box {
    margin-top: 3%;
  }
  .hero__left-box > p {
    text-align: center;
  }

  /*================= projects ========================*/

  .projects__item {
    flex-direction: column;
  }

  .projects__item-img {
    max-width: 100%;
  }

  .projects__item-title {
    max-width: 100%;
  }

  .projects__item-download-btn {
    max-width: 65px;
  }

  /*================= COUNTRIES ========================*/

  .logistics__countries {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
  }

  /*================= DOCUMENTS ========================*/

  .documents__item {
    flex-direction: column;
  }

  .documents__item-img {
    max-width: 100%;
  }

  .documents__item-title {
    max-width: 100%;
  }

  .documents__item-download-btn {
    max-width: 65px;
  }

  /*==================== TYPICAL-SOLUTIONS1 ====================*/

  .typical-solutions .typical-solutions__items {
    grid-template: repeat(1, 1fr) / repeat(1, minmax(0px, 560px));
    gap: 40px;
  }

  .typical-solutions .typical-solutions__btn {
    display: none;
  }

  .typical-solutions .typical-solutions__btn-more {
    display: block;
    margin: 40px 0px 0px 0px;
    max-width: 260px;
  }

  /*================= typical-solutions2 ========================*/
  .main__typical-solutions2 .typical-solutions__items {
    gap: 40px 12px;
    grid-template: repeat(1, 1fr) / repeat(2, minmax(142px, 260px));
  }

  .main__typical-solutions2 .typical-solutions__item-img {
    min-height: auto;
  }

  .main__typical-solutions2 .typical-solutions__item-img img {
    height: 53vw;
    width: 100%;
  }
}

@media (max-width: 600px) {
  /*==================== MODAL ====================*/
  .plus_modal_1,
  .plus_modal_2,
  .plus_modal_3,
  .plus_modal_4{
    padding: 40px 12px;
    min-height: 858px;
    height: fit-content;
    z-index: 1000;
    justify-content: center;
  }
  .modal {
    padding: 40px 12px;
    min-height: 858px;
    height: fit-content;
    z-index: 1000;
    justify-content: center;
  }

  .modal-in {
    flex-direction: column;
    gap: 36px;
  }

  .modal__right {
    max-width: 100%;
  }

  .modal__cards {
    height: 250px;
  }

  .modal__cards > li {
    justify-content: start;
    gap: 22px;
  }

  .modal__buttons {
    gap: 12px;
  }

  .modal__buttons > li > button {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .modal__buttons > li:last-child {
    width: 100%;
  }

  /*==================== FORM-MODAL ====================*/

  .form-modal {
    padding: 30px 20px;
  }

  .modal--agree-box {
    flex-direction: column-reverse;
    gap: 22px;
    align-items: start;
  }

  .modal--agree-box > button {
    margin: 0;
    max-width: 100%;
  }

  /*==================== HEADER ====================*/

  .logo {
    max-width: 144px;
  }

  header {
    padding: 30px 0;
  }

  .header-in__buttons > ul {
    display: none;
  }

  .burger-menu {
    top: 15px;
  }

  .header-in {
    gap: 0;
    padding: 0;
  }

  .header-in__phone-btn {
    position: absolute;
    top: 15px;
    right: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e52823;
    width: 40px;
    height: 40px;
  }

  /*=============== stages-work ============*/

  .main__stages-work .swiper {
    overflow: visible;
  }

  .main__stages-work .swiper-wrapper {
    margin: 0px 0px 30px 0px;
  }

  .main__stages-work .stages-work__items {
    display: flex;
    padding: 0;
    gap: 0;
    justify-content: start;
  }

  .main__stages-work .swiper-slide {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .main__stages-work .swiper-btns {
    visibility: visible;
    height: inherit;
  }

  .main__stages-work .stages-work__item {
    max-width: 100%;
  }

  /*==================== HERO ====================*/

  .hero {
    overflow: hidden;
  }

  .hero__left-box {
    align-items: start;
  }

  .hero__left-box > h1 {
    max-width: 280px;
    text-align: left;
    line-height: 1.26667;
  }
  .hero__left-box > p {
    text-align: left;
    z-index: 10;
    margin: 30px 0px 0px 0px;
    max-width: 300px;
  }

  .hero__buttons {
    width: 100%;
  }

  .hero__buttons > button:last-child {
    display: none;
  }

  .hero__buttons > button:first-child {
    width: 100%;
    margin-top: 227px;
    z-index: 1;
  }

  .hero-in {
    position: relative;
  }

  .hero__left-box {
  }

  .hero__right-box {
    position: absolute;
    right: -10px;
    width: 280px;
    bottom: 40px;
    display: block;
    z-index: 0;
    overflow: hidden;
  }

  .hero__right-box img {
    width: 400px;
    object-fit: fill;
  }

  /*==================== applications ====================*/

  .applications-in h2 {
    max-width: 300px;
    margin: 0 auto;
  }

  .applications-in > .applications__el {
    height: 220px !important;
    margin: 24px 0px 0px 0px;
  }

  .applications__el > li {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  /*==================== MAP-MODAL ====================*/

  .map-modal1,
  .map-modal2,
  .map-modal3,
  .map-modal4,
  .map-modal5,
  .map-modal6,
  .map-modal7  {
    flex-direction: column;
  }

  .map-modal__img,
  .map-modal__info {
    width: 100%;
  }

  .map-modal__img iframe {
    height: 300px;
  }

  .map-modal__info {
    padding: 24px;
  }

  .map-modal__close {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0 rgba(48, 48, 48, 0.1),
      4px 4px 6px 0 rgba(48, 48, 48, 0.09),
      8px 10px 8px 0 rgba(48, 48, 48, 0.05),
      14px 17px 9px 0 rgba(48, 48, 48, 0.01),
      22px 27px 10px 0 rgba(48, 48, 48, 0);
  }

  /*================= CERTIFICATES ===================*/

  .certificates__title {
    max-width: 90%;
  }

  .certificates__items {
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 12px;
  }

  /*====================== BRANCHES ======================*/

  .branches__items {
    gap: 40px;
  }

  .branches__item {
    flex-direction: column;
  }

  .branches__item-info,
  .branches__item-map {
    width: 100%;
  }

  /*================= MOUNTING-SYSTEM =================*/

  .mounting-system__link {
    width: 100%;
    max-width: 400px;
  }

  .mounting-system__img img {
    width: 100%;
    min-width: 300px;
    height: 80%;
    max-height: 350px;
  }

  /*==================== PRODUCT-MOBILE ====================*/

  .product-mobile__main-specification {
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }

  .product-mobile__main-btns {
    flex-direction: column;
  }

  /*================= with-product =================*/

  .with-product__link {
    width: 100%;
    max-width: 400px;
  }

  .with-product__img img {
    width: 100%;
    min-width: 300px;
    height: 80%;
    max-height: 350px;
  }

  /*==================== FORM ====================*/

  .form-info__box > li > .support-btn {
    max-width: 100%;
  }

  .form__left-box > ul {
    flex-direction: column;
    gap: 12px;
  }

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

  .form-submit-box {
    flex-direction: column-reverse;
    padding: 0;
    margin: 36px 0px 0px 0px;
    justify-content: start;
    gap: 22px;
  }

  .form__right-box {
    height: auto;
  }

  .form-submit-box > li {
    width: 100%;
  }

  .form-submit-box > li > button {
    max-width: 100%;
  }

  .footer-in {
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
    gap: 45px;
  }

  .footer-column p,
  .footer-column a {
    max-width: 400px;
  }

  /*================= FOOTER ========================*/

  .footer-in {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    width: 100%;
    text-align: center;
  }
  .footer-column:first-child {
    width: 100%;

    flex: 1;
  }
  .footer-bottom {
    flex-direction: column;
    width: 100%;
    text-align: left;
    gap: 8px;
  }

  .footer-bottom a {
    margin: 0;
  }
}

@media (max-width: 560px) {
  .projects__item-text {
    display: none;
  }
}
/* header contact*/
.header-in__contacts {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  gap: 15px;
}

.header-in__contacts-adr {
  color: #777777;
  text-align: left;
}
.header-in__contacts > a:last-child {
  left: none !important;
}

.header-in__contacts > a:last-child {
  left: unset !important;
}
/* header contact end*/

@media (max-width: 500px) {
  /*================= PILLARS =================*/
  .pillars__items {
    grid-template: repeat(1, 1fr) / repeat(1, minmax(200px, 260px));
  }

  /*================= MODAL-DECISION =================*/

  .form-submit-box {
    flex-direction: column-reverse;
  }

  .form-submit-box > li {
    width: 100%;
  }

  .form-submit-box > li > button {
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  /*================= COUNTRIES ========================*/

  .logistics__countries {
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
    gap: 14px;
  }
}

/* @media screen and (max-width: 900px) {
  .modal {
    width: 100% !important;
    height: 513px;
    top: 0;
    position: absolute;
    padding: 3%;
    left: 0;
    box-shadow: 0px 3px 7px 0px #0000001a, 0px 13px 13px 0px #00000017,
      0px 30px 18px 0px #0000000d, 0px 54px 21px 0px #00000003,
      0px 84px 23px 0px #00000000;
  }
} */

@media (max-width: 350px) {
  /*==================== benefits ====================*/

  .benefits-in > ul > li {
    align-items: start;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}


@media (min-width: 901px){
  .slider-box, .slider-wrap{
    width: 100%;
    max-width: 47.5vw;
  }
  /*.main__project-major, .main__project-stage:not(:last-child){
    margin-bottom: 0;
  }*/
  .slider-box-100, .slider-box-100 .slider-wrap{
    max-width: 100%;
  }
}

.swiper-big .swiper-btns{
  display: none;
  margin-top: 34px;
}

.swiper-big .swiper-button-next svg{
  position: absolute;
}

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

.slider-wrap{
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 8px;
}

.swiper-big .swiper-slide a{
  height: 100%;
  display: block;
}

.swiper-small .swiper-slide{
  height: 146px;
}

.main__project-major .slider-box .swiper-wrapper, 
.main__project-stage .slider-box .swiper-wrapper{
  display: flex;
  gap: 0;
  margin: 0;
}

.swiper-btn-prev{
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.swiper-btn-next{
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.openFancybox{
  position: relative;  
  display: block;
}

.openFancybox:after{
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyMkMxNy41MjI4IDIyIDIyIDE3LjUyMjggMjIgMTJDMjIgNi40NzcxNSAxNy41MjI4IDIgMTIgMkM2LjQ3NzE1IDIgMiA2LjQ3NzE1IDIgMTJDMiAxNy41MjI4IDYuNDc3MTUgMjIgMTIgMjJaTTEwLjY5MzUgMTUuODQ1OEwxNS40MTM3IDEzLjA1OUMxNi4xOTU0IDEyLjU5NzQgMTYuMTk1NCAxMS40MDI2IDE1LjQxMzcgMTAuOTQxTDEwLjY5MzUgOC4xNTQxOUM5LjkzMzcxIDcuNzA1NjEgOSA4LjI4OTQ3IDkgOS4yMTMxNlYxNC43ODY4QzkgMTUuNzEwNSA5LjkzMzcxIDE2LjI5NDQgMTAuNjkzNSAxNS44NDU4WiIgZmlsbD0iI2U1MjgyMyIvPg0KPC9zdmc+) 0 0 no-repeat #fff;
  left: 50%;
  top: 50%;  
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.fancybox-button svg path{
  fill: #fff;
}

@media (max-width: 600px){  
  .slider-wrap{
    display: none;
  }
  .swiper-big .swiper-btns{
    display: flex;
  }
}
.header-in__contacts_adr{
color: #777777;
}
.chief-montage__positions span{
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-size: 16px;
}
.agreement p{
margin: 15px 0px;
    line-height: 1.2;
}
.agreement {
margin-bottom: 40px;
}
.agreement ol { counter-reset: item;     margin: 15px; }

.agreement li { display: block; margin: 10px; }

.agreement li:before { content: counters(item, ".") ". "; counter-increment: item; font-weight: bold; }

.agreement h1{
    margin: 20px 0;
}
.agreement a {
color: #e52823;
}

.form__left-box span.title-h5 {
	margin-bottom: 2%;
	font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
} 

.form__left-box span.title-h4 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 52px;
    text-align: left;
}

.form__right-box > form > h4 {
    margin-bottom: 18px;
    color: #222222;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    width: 100%;
}

.form__right-box span.title-h3  {
    margin-bottom: 18px;
    color: #222222;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    width: 100%;
}
.steps-work__cards > li > span {
    font-family: Roboto;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #e52823;
    text-align: left;
}
.form-modal h2, .form-modal2 h2, .form-modal3 h2, .form-modal span.title-form, .form-modal2 span.title-form, .form-modal3 span.title-form{
    font-family: Roboto;
    font-size: 26px !important;
    font-weight: 400;
    line-height: 34px !important;
    text-align: left;
}

.swiper-pagination-extra{
  /*position: absolute;*/
  margin: 0 auto;
  display: block;
  transform: none !important;
}