#landing_1177 ul li:before {
	display: none;
}

#popup_iframe_wrapper, .show {
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important;
}

#mobileheader {
	overflow-x: clip;
}

.page-top-wrapper {
  display:none;
}

html {
  scroll-behavior: smooth;
}

*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul,
li {
  list-style: none;
}

body {
  background-image: url("../assets/silicon/slicon-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
}

#landing_1177 .header {
  position: fixed;
  margin: 10px auto 0 auto;
  max-width: 1890px;
  width: 100%;
  top: 0;
  z-index: 999;
}

#landing_1177 .header-container {
  padding: 0 10px;
  max-width: 1839px;
  margin: 0 auto;
  position: relative;
}

#landing_1177 .header-container::after {
  content: "";
}

#landing_1177 .topAluminum-bg {
  position: absolute;
  background-image: url("../assets/aluminum/aluminum-top-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 887px;
  height: 678px;
  right: -40px;
  z-index: -10;
}

#landing_1177 .header-nav {
  display: flex;
  justify-content: space-between;
  background-color: #161616;
  padding: 22px 40px;
  border-radius: 8px;
}

#landing_1177 .logo {
  max-width: 220px;
  width: 100%;
  height: 56px;
  padding-right: 30px;
}

#landing_1177 .nav-list {
  display: flex;
  padding: 22px 0;
  z-index: 5;
}

#landing_1177 .nav-item {
  margin-right: 44px;
  font-size: 16px;
  transition: opacity 0.2s ease-in-out;
}

#landing_1177 .nav-item:hover {
  opacity: 0.8;
}

#landing_1177 .header-contacts {
  display: flex;
  z-index: 5;
}

#landing_1177 .header-contacts-tel {
  padding: 22px 0;
  margin-right: 52px;
  transition: opacity 0.2s ease-in-out;
}

#landing_1177 .header-contacts-tel:hover {
  opacity: 0.8;
}

#landing_1177 .button {
  padding: 19px 77px;
  color: #fff;
  background-color: #365edc;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
}

#landing_1177 .button:hover {
  background-color: #34495e;
}

#landing_1177 .button-outlined {
  border: #757575 1px solid;
  margin-left: 40px;
  background-color: inherit;
}

#landing_1177 .header-no-margin {
  margin-top: 0;
}

#landing_1177 .no-scroll {
  overflow: hidden;
}

#landing_1177 .header-no-border {
  border-radius: 0px;
}
#landing_1177 .container-no-padding {
  padding: 0px 0px;
}

#landing_1177 .active {
  display: flex !important;
}

#landing_1177 .open {
  display: block !important;
}

#landing_1177 .close {
  display: none !important;
}

#landing_1177 .burger-menu__open {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 25px;
  background-image: url("../assets/burger-menu-icon.svg");
  background-repeat: no-repeat;
  margin: auto 0;
  display: none;
}

#landing_1177 .burger-menu__close {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
  background-image: url("../assets/close-burger-icon.svg");
  background-repeat: no-repeat;
  margin: auto 0;
}

#landing_1177 .container {
  max-width: 1504px;
  margin: 0 auto;
  padding: 0 10px;
}

#landing_1177 .topAluminum {
  margin-top: 236px;
  margin-bottom: 262px;
  position: relative;
}

#landing_1177 .topAluminum-title {
  font-size: 44px;
  color: #ffffff30;
  text-transform: uppercase;
  max-width: 820px;
  margin-bottom: 61px;
  line-height: 107px;
}

#landing_1177 .topAluminum-title span {
  color: #fff;
  font-size: 128px;
}

#landing_1177 .topAluminum-text {
  max-width: 900px;
  font-size: 24px;
  margin-bottom: 27px;
}

#landing_1177 .topAluminum-text span {
  color: #0f70b7;
}

#landing_1177 .base {
  margin-bottom: 80px;
}

#landing_1177 .base-title {
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 40px;
}

#landing_1177 .base-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#landing_1177 .base-info {
  max-width: 900px;
}

#landing_1177 .base-text {
  font-size: 20px;
  margin-bottom: 20px;
}

#landing_1177 .base-text-two {
  font-size: 20px;
  margin-bottom: 72px;
}

#landing_1177 .base-btn {
  text-transform: none;
}

#landing_1177 .base-slider {
  margin-bottom: 40px;
}

#landing_1177 .base-slider-title {
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 40px;
}

#landing_1177 .base-slider {
  width: 500px;
}

#landing_1177 .base-slider__item {
  max-width: 732px;
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
  color: #161616;
  min-height: 400px;
}

#landing_1177 .base-slider__title {
  padding: 80px 80px 0 80px;
  margin-bottom: 40px;
  font-size: 24px;
}

#landing_1177 .base-slider__text {
  color: #999999;
  padding: 0 80px 80px 88px;
}

#landing_1177 .base-slider__img {
  width: 100%;
  max-width: 615px;
  max-height: 250px;
  margin-top: 13%;
}

#landing_1177 .base-left-arrow {
  position: relative;
  background-image: url("../assets/arrow-left.svg");
  width: 99px;
  height: 99px;
  top: -300px;
  z-index: 10;
  left: -50px;
  cursor: pointer;
}

#landing_1177 .base-right-arrow {
  background-image: url("../assets/arrow-right.svg");
  width: 99px;
  height: 99px;
  position: relative;
  top: -400px;
  z-index: 10;
  left: 450px;
  cursor: pointer;
}

#landing_1177 .base-slider-mobile {
  display: none !important;
}

#landing_1177 .base-slider-mobile__item {
  /* max-width: 732px; */
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
  color: #161616;
  min-height: 400px;
}

#landing_1177 .base-slider-mobile__title {
  padding: 20px 24px;
  margin-bottom: 40px;
  font-size: 24px;
}

#landing_1177 .base-slider-mobile__text {
  color: #999999;
  padding: 20px 24px;
  margin-top: -20px;
}

#landing_1177 .base-slider-mobile__img {
  width: 100%;
  max-width: 336px;
  max-height: 213px;
  margin: auto auto;
  display: flex;
  margin-bottom: 10px;
}

#landing_1177 .base-slider-mobile-left-arrow {
  position: relative;
  background-image: url("../assets/mobile-left-arrow.svg");
  width: 18px;
  height: 30px;
  top: -230px;
  z-index: 10;
  left: -10px;
  cursor: pointer;
  display: none;
}

#landing_1177 .base-slider-mobile-right-arrow {
  background-image: url("../assets/mobile-right-arrow.svg");
  width: 18px;
  height: 30px;
  position: relative;
  top: -260px;
  z-index: 10;
  left: 98%;
  cursor: pointer;
  display: none;
}

#landing_1177 .base-btn-mobile {
  display: none;
  margin: 0 auto;
}

#landing_1177 .features {
  margin-bottom: 120px;
}

#landing_1177 .features-title {
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 40px;
}

#landing_1177 .features-list {
  margin-left: 25px;
}

#landing_1177 .features-item {
  list-style: disc;
  font-size: 24px;
  text-transform: uppercase;
  color: #999999;
}

#landing_1177 .application-title__wrapper {
  max-width: 1504px;
  margin: 0 auto;
  padding: 0 10px;
}

#landing_1177 .application-title {
  font-size: 44px;
  margin-bottom: 80px;
  max-width: 1100px;
  text-transform: uppercase;
}

#landing_1177 .application-left-arrow {
  background-image: url("../assets/arrow-left.svg");
  width: 99px;
  height: 99px;
  position: relative;
  top: -270px;
  z-index: 10;
  left: 100px;
  cursor: pointer;
}

#landing_1177 .application-right-arrow {
  background-image: url("../assets/arrow-right.svg");
  width: 99px;
  height: 99px;
  position: relative;
  top: -370px;
  z-index: 10;
  right: 100px;
  float: right;
  cursor: pointer;
}

#landing_1177 .application-slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#landing_1177 .application-slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#landing_1177 .application-slider__info {
  margin-left: 30px;
  background-color: #365edc;
  border-radius: 14px;
  padding: 120px 40px 80px 40px;
  height: 496px;
}

#landing_1177 .application-slider__title {
  font-size: 24px;
  max-width: 516px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#landing_1177 .application-slider__list-item {
  margin-left: 30px;
  list-style: disc;
  font-size: 24px;
}

#landing_1177 .inactive-slide {
  filter: blur(3px);
}

#landing_1177 .swiper-slide-active {
  filter: blur(0);
}

#landing_1177 .contacts {
  margin-bottom: 40px;
}

#landing_1177 .contacts-title {
  font-size: 128px;
  margin-bottom: 63px;
  text-transform: uppercase;
}

#landing_1177 .contacts-wrapper {
  display: flex;
  justify-content: space-between;
}

#landing_1177 .contacts-info {
  margin-top: 75px;
}

#landing_1177 .contacts-text {
  font-size: 64px;
  margin-bottom: 80px;
  color: #ffffff30;
  text-transform: uppercase;
  display: block;
}

#landing_1177 .contacts-form {
  padding: 40px 40px 40px 40px;
  background-color: #365edc;
  border-radius: 14px;
  max-width: 615px;
  max-height: 430px;
}

#landing_1177 .contacts-form__title {
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#landing_1177 .contacts-form-text {
  margin-bottom: 20px;
  max-width: 430px;
}

#landing_1177 .contacts-form__input {
  background-color: #4371ff10;
  padding: 17px 20px;
  width: 100%;
  margin-bottom: 20px;
  border: #4371ff 1px solid;
  border-radius: 4px;
  color: #fff;
}

#landing_1177 .contacts-form__input::placeholder {
  color: #ffffff30;
}

#landing_1177 .contacts-form__wrapper {
  display: flex;
  justify-content: space-between;
}

#landing_1177 .contacts-form__btn {
  background-color: #fff;
  color: #365edc;
  margin-right: 42px;
}

#landing_1177 .contacts-form-accept {
  font-size: 10px;
  color: #ffffff50;
  text-align: right;
  max-width: 220px;
}

#landing_1177 .footer {
  padding: 76px 80px;
  background-color: #161616;
  display: flex;
}

#landing_1177 .footer-logo {
  margin-right: 157px;
  cursor: pointer;
}

#landing_1177 .footer-link__social {
  display: none;
}

#landing_1177 .footer-tel {
  display: none;
}

#landing_1177 .footer-text {
  display: none;
}

#landing_1177 .footer-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#landing_1177 .footer-nav__link {
  font-size: 16px;
  transition: opacity 0.2 ease-in-out;
}

#landing_1177 .footer-nav__link:hover {
  opacity: 0.8;
}
