@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
}

body {
  background-color: #000;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Benzin-extraBold";
  src: url("../fonts/benzin/Benzin-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Benzin-bold";
  src: url("../fonts/benzin/Benzin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Benzin-medium";
  src: url("../fonts/benzin/Benzin-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Benzin-regular";
  src: url("../fonts/benzin/Benzin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Benzin-semibold";
  src: url("../fonts/benzin/Benzin-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
.benzin-e {
  font-family: "Benzin-extraBold";
}

.benzin-b {
  font-family: "Benzin-bold";
}

.benzin-m {
  font-family: "Benzin-medium";
}

.benzin-r {
  font-family: "Benzin-regular";
}

.benzin-s {
  font-family: "Benzin-semibold";
}

html, body {
  overflow-x: hidden;
}

.swiper-slide {
  display: flex !important;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.jcs {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.aic {
  align-items: center;
}

.flexbox {
  display: flex;
}

.jcc {
  justify-content: center;
}

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

.up {
  text-transform: uppercase;
}

.w {
  color: #FFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.shade {
  background-color: #EEEEEE;
}

.fdc {
  flex-direction: column;
}

.block {
  display: block;
}

.block-fit {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.wrap {
  flex-wrap: wrap;
}

.i-click {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 10px;
}
.i-click::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-click.png");
  display: inline-block;
}

.i-telegram {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.i-telegram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-telegram.png");
  display: inline-block;
}

.i-whatsapp {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.i-whatsapp::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-whatsapp.png");
  display: inline-block;
}

.i-tiktok {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.i-tiktok::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-tiktok.png");
  display: inline-block;
}

.i-youtube {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.i-youtube::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-youtube.svg");
  display: inline-block;
}

.i-phone {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.i-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-phone.png");
  display: inline-block;
}

.i-dollar {
  min-width: 50.5px;
  min-height: 76px;
  width: 50.5px;
  height: 76px;
  display: inline-block;
  position: absolute;
  bottom: -17.5px;
  left: -2px;
}
.i-dollar::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-dollar.png");
  display: inline-block;
}

.i-card-arrow {
  min-width: 49px;
  min-height: 49px;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
}
.i-card-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-card-arrow.png");
  display: inline-block;
}

.i-mini-logo {
  min-width: 36px;
  min-height: 36px;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 18px;
}
.i-mini-logo::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-mini-logo.png");
  display: inline-block;
}

.i-hr {
  min-width: 2px;
  width: 2px;
  background-color: #727272;
  display: inline-block;
  margin: 0 24px;
}

.i-chain {
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 15px;
}
.i-chain::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-chain.png");
  display: inline-block;
}

.i-chevron {
  min-width: 31px;
  min-height: 30px;
  width: 31px;
  height: 30px;
  display: inline-block;
  margin-left: 7px;
}
.i-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-chevron.png");
  display: inline-block;
}

.i-plus {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: auto;
  transition: transform 0.5s ease;
}
.i-plus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-plus.png");
  display: inline-block;
}

.i-menu-open {
  min-width: 72px;
  min-height: 72px;
  width: 72px;
  height: 72px;
  display: none;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.i-menu-open::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-menu-open.png");
  display: inline-block;
}

.menu-close::after {
  background-image: url("../imgs/icons/i-menu-close.png");
}

.i-chevrons-left {
  min-width: 33px;
  min-height: 33px;
  width: 33px;
  height: 33px;
  margin-right: 11px;
}
.i-chevrons-left::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-chevrons-left.png");
  display: inline-block;
}

.i-callbtn {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 2px;
  transition: 0.4s ease;
}
.i-callbtn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-callbtn.png");
  display: inline-block;
}

.i-ukraine {
  min-width: 19px;
  min-height: 11px;
  width: 19px;
  height: 11px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 7px;
}
.i-ukraine::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-ukraine.png");
  display: inline-block;
}

.i-card-size {
  min-width: 34px;
  min-height: 34px;
  width: 34px;
  height: 34px;
  margin-right: 18px;
  display: inline-block;
}

.i-clock::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-clock.png");
  display: inline-block;
}

.i-key::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-key.png");
  display: inline-block;
}

.i-scen::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-tag.png");
  display: inline-block;
}

.i-quality::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-quality.png");
  display: inline-block;
}

.i-modulor-about-vector {
  min-width: 304px;
  min-height: 224px;
  width: 304px;
  height: 224px;
  display: inline-block;
  position: absolute;
  bottom: -62px;
}
.i-modulor-about-vector::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/VECTOR-ABOUT.png");
  display: inline-block;
}

.i-modulor-contacts-vector {
  min-width: 752.83px;
  min-height: 611.59px;
  width: 752.83px;
  height: 611.59px;
  display: inline-block;
  position: absolute;
  right: -366px;
  top: -38px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.i-modulor-contacts-vector::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/VECTOR-CONTACTS.png");
  display: inline-block;
}

.i-chevrons-right {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
}
.i-chevrons-right::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-chevrons-orange.png");
  display: inline-block;
}

.i-modulor-close {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.i-modulor-close::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-modulor-close.png");
  display: inline-block;
}

.header {
  margin-top: 25px;
}
.header .header__logo {
  width: 131px;
  height: 100px;
}
.header .header__logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header .header__nav .pages-nav li {
  text-transform: uppercase;
  margin-right: 30px;
}
.header .header__nav .pages-nav li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.header .header__nav .pages-nav li:last-child {
  margin-right: 0;
}
.header .header__nav .socials-nav {
  margin-left: 40px;
}
.header .header__nav .socials-nav li {
  margin-left: 20px;
}
.header .header__nav .socials-nav li:first-child {
  margin-left: 0;
}
.header .header__nav ul {
  list-style: none;
}
.header .header__nav ul li a {
  text-decoration: none;
}
.header .consultation-btn {
  background-color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1px;
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 56px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 33px;
}

.main {
  padding-bottom: 60px;
  padding-top: 25px;
  margin-bottom: 90px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%), url("../imgs/global/hero-to.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.main .header {
  margin-top: 0px;
  z-index: 3;
  position: relative;
}
.main .header .header__nav {
  margin-right: 100px;
}
.main .main__hero {
  margin-top: 79px;
  z-index: 3;
  position: relative;
}
.main .main__hero .main__hero-content span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.71em;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgba(243, 154, 38, 0.72), rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .main__hero .main__hero-content h1 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 1.3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
}
.main .main__hero .main__hero-content .content-btns {
  margin-top: 25px;
}
.main .main__hero .main__hero-content .content-btns #order-btn {
  background-color: #F39326;
  padding: 11px 25px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 111%;
  font-weight: 700;
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-block;
}
.main .main__hero .main__hero-content .content-btns a {
  border: 2px solid #F39326;
  padding: 9px 27px;
  text-transform: uppercase;
  color: #F39A26;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 111%;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: inline-block;
  margin-left: 25px;
}
.main .main__hero .main__hero-content {
  padding-bottom: 141px;
}
.main .main__hero .main__hero-features {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
.main .main__hero .main__hero-features .feature__block:first-child {
  margin-right: 25px;
}
.main .main__hero .main__hero-features .feature__block:first-child .feature__block-title {
  font-size: 24px;
  margin-bottom: 27px;
}
.main .main__hero .main__hero-features .feature__block {
  padding: 25px 20px;
  width: 139px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 13px;
  overflow: hidden;
}
.main .main__hero .main__hero-features .feature__block span {
  display: block;
  text-transform: uppercase;
}
.main .main__hero .main__hero-features .feature__block .feature__block-title {
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 37px;
}
.main .main__hero .main__hero-features .feature__block .feature__block-text {
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: right;
  line-height: 136%;
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper h4 {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.2px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  font-weight: 500;
}
.swiper .swiper__cards {
  width: 100%;
}
.swiper .swiper__cards .swiper__cards-card {
  width: 281px;
  border-radius: 3px;
  height: 373px;
  box-sizing: border-box;
  padding: 20px 20px;
  background-size: cover;
  background-position: center;
  align-items: flex-end;
  text-decoration: none;
  position: relative;
}
.swiper .swiper__cards .swiper__cards-card p {
  margin-top: auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.swiper .swiper__cards .swiper__cards-card span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.small-about {
  padding: 110px 0;
  background-repeat: repeat;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 83px;
}
.small-about span {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1.2px;
  line-height: 136%;
  margin-bottom: 15px;
}
.small-about h2 {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 70px;
}
.small-about .small-about__info {
  align-items: stretch;
}
.small-about .small-about__info p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 153%;
}
.small-about .small-about__info p:first-child {
  text-align: right;
}
.small-about .small-about__info p:last-child {
  margin-top: 100px;
}
.small-about .to-about {
  font-size: 18px;
  line-height: 153%;
  color: #F37F26;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 87px;
}

.work {
  width: 100%;
  background-image: url("../imgs/global/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
.work .modulor-outline {
  font-size: 36px;
  letter-spacing: 2.2px;
  line-height: 136%;
  text-transform: uppercase;
  position: absolute;
  top: -22px;
  left: -27px;
  opacity: 41%;
  font-style: normal;
  color: transparent;
  pointer-events: none;
  box-sizing: content-box;
  -webkit-text-stroke: 0.05px #F39A26;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}
.work h4 {
  position: relative;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1.2px;
  margin-left: 27px;
  margin-top: 22px;
}
.work .work__cards {
  margin-top: 85px;
}
.work .work__cards .work__cards-card {
  position: relative;
}
.work .work__cards .work__cards-card i {
  font-size: 60px;
  letter-spacing: 0.7px;
  line-height: 136%;
  font-weight: 700;
  opacity: 14%;
  font-style: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%);
}
.work .work__cards .work__cards-card span {
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 700;
}

.calculator {
  margin-bottom: 120px;
}
.calculator h3 {
  font-size: 28px;
  letter-spacing: 1.2px;
  line-height: 136%;
  color: #FFF;
  text-transform: uppercase;
}
.calculator .select {
  border: 2px solid #F39A26;
  color: #F39A26;
  position: relative;
}
.calculator .select .package-select {
  width: 265px;
  background-color: #000;
  text-transform: uppercase;
  line-height: 136%;
  font-size: 17px;
  letter-spacing: 0.2px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 50px;
  color: #F39A26;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../imgs/icons/select-chevron.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 30px;
}
.calculator .select .select-title {
  font-size: 9px;
  letter-spacing: 0.5px;
  line-height: 136%;
  background-color: #000;
  color: #FFF;
  position: absolute;
  font-style: normal;
  text-transform: uppercase;
  top: -5px;
  left: 22px;
  padding: 0 7px;
}
.calculator .calculator__ranges {
  margin-top: 43px;
  margin-bottom: 50px;
}
.calculator .calculator__ranges .calculator__ranges-input {
  width: 48.8%;
}
.calculator .calculator__ranges .calculator__ranges-input span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 17px;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin-bottom: 20px;
}
.calculator .calculator__ranges .calculator__ranges-input span b {
  color: #FF0000;
  font-weight: 200;
}
.calculator .calculator__ranges .calculator__ranges-input input {
  width: 100%;
  cursor: pointer;
}
.calculator .calculator__ranges .calculator__ranges-input input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(to right, #F39A26 var(--fill, 0%), #D9D9D9 var(--fill, 0%));
}
.calculator .calculator__ranges .calculator__ranges-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 3px solid #838383;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
}
.calculator .calculator__ranges .calculator__ranges-input input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 4px;
  background: transparent;
}
.calculator .calculator__ranges .calculator__ranges-input input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 3px solid #838383;
  border-radius: 50%;
  cursor: pointer;
}
.calculator .calculator__ranges .calculator__ranges-input input[type=range]::-moz-range-track {
  height: 8px;
  background: #D9D9D9;
  border-radius: 4px;
}
.calculator .calculator__ranges .calculator__ranges-input input[type=range]::-moz-range-progress {
  background: #F39A26;
  height: 8px;
  border-radius: 4px;
}
.calculator .calculator__ranges .calculator__ranges-input .range-marks {
  margin-top: 14px;
}
.calculator .calculator__ranges .calculator__ranges-input .range-marks span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #dcdcdc;
}
.calculator .calculator__ranges .calculator__ranges-input .thumb-icon {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 136%;
  background-color: #F39A26;
  border-radius: 2px;
  padding: 0.5px 7px;
  font-style: normal;
  position: absolute;
}
.calculator .calculator__inputs {
  margin-bottom: 50px;
}
.calculator .calculator__inputs span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.calculator .calculator__inputs .calculator__inputs-row {
  margin-top: 20px;
}
.calculator .calculator__inputs .calculator__inputs-row select {
  background-color: #000;
  padding: 14px 53px;
  padding-left: 25px;
  border: #939393 2px solid;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 136%;
  box-sizing: border-box;
  color: #dadada;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../imgs/icons/i-select-chevron.png");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 27px 26px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-rooms {
  width: 209px;
  position: relative;
  display: inline-block;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-wc {
  width: 234px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-ceiling {
  width: 157px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-ceilingtype {
  width: 205px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-coating {
  width: 158px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-baseboard {
  width: 143px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-layout {
  width: 180px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-walls {
  width: 220px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-doors {
  width: 182px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-doorstype {
  width: 180px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-heating {
  width: 145px;
}
.calculator .calculator__inputs .calculator__inputs-row #calc-conditioner {
  width: 200px;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 136%;
  margin-bottom: 20px;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block label:last-child {
  margin-right: 0;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 136%;
  color: #FFF;
  display: inline-flex;
  margin-right: 27px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block label input[type=checkbox] {
  margin-right: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  border: 2px solid #B0B0B0;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block label input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block label input[type=checkbox]:checked {
  background-color: #e99000;
  border-color: #ff8000;
}
.calculator .calculator__checkmarks .calculator__checkmarks-block label input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1);
}
.calculator .calculator__btns {
  margin-top: 45px;
}
.calculator .calculator__btns .active {
  background-color: #F39A26;
  color: #FFF;
  transition: 0.4s ease;
}
.calculator .calculator__btns .active:hover {
  background-color: #c76b02;
  border: #c76b02 2px solid;
}
.calculator .calculator__btns button:last-child {
  margin-right: 0;
}
.calculator .calculator__btns button {
  color: #F39A26;
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 149%;
  text-transform: uppercase;
  padding: 11px 58px;
  background-color: #000;
  outline: none;
  cursor: pointer;
  border: #F39A26 2px solid;
  margin-right: 25px;
  transition: 0.4s ease;
}
.calculator .calculator__btns button:hover {
  background-color: #F39326;
  color: #FFF;
}
.calculator .calculator__btns .span-price {
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 1.7px;
  line-height: 136%;
  color: #F39A26;
}
.calculator .calculator__btns .span-price strong {
  font-size: 28px;
  color: #F39A26;
  margin-left: 10px;
}

.faq {
  margin-top: 200px;
  margin-bottom: 85px;
}
.faq h2 {
  font-size: 28px;
  letter-spacing: 0.2px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
  font-weight: 400;
  position: relative;
}
.faq h2 .i-pattern-faq {
  min-width: 295px;
  min-height: 98px;
  width: 295px;
  height: 98px;
  display: inline-block;
  position: absolute;
  top: -81px;
  left: -91px;
  pointer-events: none;
}
.faq h2 .i-pattern-faq::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/FAQ.png");
  display: inline-block;
}
.faq h2 .i-pattern-modulor {
  min-width: 165px;
  min-height: 129px;
  width: 165px;
  height: 129px;
  display: inline-block;
  position: absolute;
  top: -57px;
  right: -59px;
  pointer-events: none;
}
.faq h2 .i-pattern-modulor::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/VECTOR.png");
  display: inline-block;
}
.faq .faq__content .faq__content-block {
  width: 42%;
}
.faq .faq__content .faq__content-block .segment {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 22px;
  padding-left: 28px;
  padding-right: 28px;
}
.faq .faq__content .faq__content-block .segment .segment__title h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.2px;
}
.faq .faq__content .faq__content-block .segment p {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 155%;
  font-weight: 400;
  color: #C5C5C5;
  display: none;
  transition: transform 0.7s ease;
}
.faq .faq__content .faq__content-block .segment {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 40px;
}
.faq .faq__content .faq__content-block .active .i-plus {
  transition: transform 0.5s ease;
  transform: rotate(45deg);
}
.faq .i-hr {
  margin: 0 30px;
}

.footer {
  margin-top: 85px;
  background-color: #030408;
  border-top: 3px solid #030303;
  padding-top: 50px;
  padding-bottom: 68px;
}
.footer .footer__logo {
  width: 270px;
}
.footer .footer__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__logo a img {
  width: 171px;
  height: 116px;
}
.footer .footer__logo p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  margin-top: 14px;
  line-height: 155%;
}
.footer .footer__logo .footer__logo-socials {
  margin-top: 20px;
}
.footer .footer__logo .footer__logo-socials a:last-child {
  margin-right: 0;
}
.footer .footer__logo .footer__logo-socials a {
  display: inline-block;
  margin-right: 13px;
}
.footer .footer__links {
  width: 170px;
}
.footer .footer__links span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 155%;
  margin-bottom: 17px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__links a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 155%;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__links a:last-child {
  margin-bottom: 0;
}
.footer .footer__links p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 155%;
  color: #c5c5c5;
}
.footer .footer__text {
  width: 300px;
}
.footer .footer__text span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 155%;
  margin-bottom: 17px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 155%;
  color: #c5c5c5;
}

.about-main {
  padding-bottom: 100px;
  padding-top: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0) 100%), url("../imgs/global/about.png");
  background-position: center;
  background-size: cover;
}
.about-main .about-main__content {
  margin-top: 225px;
  align-items: flex-end;
}
.about-main .about-main__content h1 {
  font-size: 46px;
  letter-spacing: 0.2px;
  font-weight: 500;
  line-height: 137.7%;
  text-transform: uppercase;
}
.about-main .about-main__content .about-pagination a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 137%;
  color: #FFF;
}
.about-main .about-main__content .about-pagination a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../imgs/icons/i-chevron-right.png");
  display: inline-block;
  margin: 0 7px;
  margin-top: 2px;
}
.about-main .about-main__content .about-pagination a:last-child {
  color: #FFBD67;
}
.about-main .about-main__content .about-pagination a:last-child::after {
  display: none;
}
.about-main .header {
  margin-top: 0;
}

.about .container {
  align-items: flex-end;
}
.about {
  padding: 120px 0;
  background-repeat: repeat;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 53px;
}
.about .about__image {
  width: 587px;
  height: 629px;
  background-repeat: no-repeat;
  background: url("../imgs/global/about-card.png");
  position: relative;
}
.about .about__image .to-calculate {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 171%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 23px;
  text-decoration: none;
  text-transform: uppercase;
  border-top-right-radius: 15px;
}
.about .about__image-content {
  background-color: #121314;
  box-sizing: border-box;
  width: 587px;
  padding-top: 52px;
  padding-bottom: 61px;
  padding-left: 45px;
  padding-right: 79px;
  position: absolute;
  top: 36px;
  right: -510px;
}
.about .about__image-content span {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  line-height: 171%;
  color: #FFAB3F;
  display: block;
  margin-bottom: 6px;
}
.about .about__image-content h2 {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 171%;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.about .about__image-content p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 171%;
  display: block;
  margin-bottom: 45px;
}
.about .about__image-content a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 171%;
  color: #FFF;
  padding: 14px 20px;
  padding-bottom: 16px;
  background-color: #EF8700;
  transition: 0.4s ease;
}
.about .about__image-content a:hover {
  background-color: #d66f00;
}
.about .about__features {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.about .about__features .about__features-block {
  text-align: center;
  margin-right: 70px;
}
.about .about__features .about__features-block span {
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 171%;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.why {
  margin-bottom: 120px;
  background-color: #0B0B0C;
  padding-top: 110px;
  padding-bottom: 145px;
  overflow: hidden;
  position: relative;
}
.why .why__content {
  width: 485px;
}
.why .why__content h3 {
  font-size: 32px;
  letter-spacing: 0.2px;
  line-height: 171%;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.why .why__content p {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 400;
  line-height: 171%;
  color: #e7e7e7;
}
.why .why__content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 26px;
  background-color: #EF8700;
  padding: 11.5px 28px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 18px;
}
.why .why__cards {
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  width: 620px;
}
.why .why__cards .why__cards-card {
  background-color: #151516;
  padding-top: 32px;
  padding-bottom: 36px;
  padding-left: 23px;
  padding-right: 31px;
  display: block;
  width: 295px;
  box-sizing: border-box;
}
.why .why__cards .why__cards-card h5 {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 171%;
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.why .why__cards .why__cards-card p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 171%;
}
.why .why__cards .why__cards-card:nth-child(1) {
  margin-bottom: 21px;
  margin-right: 25px;
}
.why .why__cards .why__cards-card:nth-child(2) {
  margin-bottom: 21px;
}
.why .why__cards .why__cards-card:nth-child(3) {
  margin-right: 25px;
}

.contacts {
  margin-bottom: 112px;
  padding-top: 109px;
  overflow: visible;
}
.contacts .container {
  position: relative;
}
.contacts h1 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 137%;
  text-transform: uppercase;
  margin-bottom: 74px;
}
.contacts .contacts__content .contacts__content-form {
  width: 383px;
}
.contacts .contacts__content .contacts__content-form h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 137%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 57px;
}
.contacts .contacts__content .contacts__content-form input {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 137%;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  margin-bottom: 36px;
  outline: none;
  border: none;
  border-bottom: 1px solid #919191;
}
.contacts .contacts__content .contacts__content-form input::-moz-placeholder {
  color: #e8e8e8;
}
.contacts .contacts__content .contacts__content-form input::placeholder {
  color: #e8e8e8;
}
.contacts .contacts__content .contacts__content-form button {
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
  line-height: 137%;
  padding: 12px 100px;
  padding-bottom: 14px;
  background-color: #EF8700;
  cursor: pointer;
  border: none;
  outline: none;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.contacts .contacts__content .contacts__content-form button:hover {
  background-color: #222222;
}
.contacts .contacts__content .contacts__content-blocks {
  width: 692px;
}
.contacts .contacts__content .contacts__content-blocks .c-block {
  width: 281px;
  max-width: 281px;
}
.contacts .contacts__content .contacts__content-blocks .c-block h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 137.7%;
  color: #FFF;
  display: block !important;
  margin-bottom: 20px;
}
.contacts .contacts__content .contacts__content-blocks .c-block a {
  font-size: 16px;
  line-height: 137.7%;
  letter-spacing: 0.4px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin-bottom: 15px;
}
.contacts .contacts__content .contacts__content-blocks .c-block p {
  font-size: 16px;
  line-height: 137.7%;
  letter-spacing: 0.4px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts .contacts__content .contacts__content-blocks .c-block .c-block-flex i {
  margin-right: 15px;
}
.contacts .contacts__content .contacts__content-blocks .c-block .c-block-flex i:last-child {
  margin-right: 15px;
}
.contacts .contacts__content .contacts__content-blocks .c-block:nth-child(1) {
  margin-right: 130px;
  margin-bottom: 150px;
}
.contacts .contacts__content .contacts__content-blocks .c-block:nth-child(2) {
  margin-bottom: 150px;
}
.contacts .contacts__content .contacts__content-blocks .c-block:nth-child(3) {
  margin-right: 130px;
}

.standart .container {
  align-items: flex-end;
}
.standart {
  padding-top: 120px;
  padding-bottom: 119px;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 79.2px;
  background-repeat: repeat;
  margin-bottom: 10px;
}
.standart h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 137.7%;
}
.standart p {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 137.7%;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-right: 120px;
  width: 375px;
  color: #dfdfdf;
}

.bar {
  width: 100%;
  margin-bottom: 36px;
}
.bar .container {
  padding-left: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B4B4B4;
}
.bar span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 137.7%;
  cursor: pointer;
  margin-right: 75px;
}
.bar span.active {
  color: #ff8000;
}

.row {
  margin-bottom: 120px;
}
.row .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.row .row__card {
  width: 100%;
  height: 285px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.row .row__card .row__card-content {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7725490196);
  box-sizing: border-box;
  opacity: 0;
  transition: 0.4s ease;
}
.row .row__card .row__card-content:hover {
  opacity: 1;
}
.row .row__card .row__card-content {
  padding: 53px 47px;
  text-decoration: none;
  backdrop-filter: blur(8.3px);
  -webkit-backdrop-filter: blur(8.3px); /* для Safari */
}
.row .row__card .row__card-content h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 137.7%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 13px;
}
.row .row__card .row__card-content p {
  display: block;
  margin-top: 13px;
  margin-bottom: 43px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 168%;
  color: #e5e5e5;
}
.row .row__card .row__card-content span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 168%;
  color: #FDA930;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.photos {
  margin: 90px 0;
}
.photos h4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  letter-spacing: 0.3px;
  line-height: 137.7%;
  font-weight: 500;
  margin-bottom: 60px;
}
.photos .photos__content {
  flex-wrap: wrap;
}
.photos .photos__content img {
  width: 25%;
  height: 373px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case {
  margin-top: 25px;
  padding-top: 150px;
  padding-bottom: 178px;
  margin-bottom: 120px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case h1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 137.7%;
}
.case p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 160%;
  color: #FFF;
  display: block;
  width: 33%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}
.case .case__btns {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 28px;
}
.case .case__btns button:first-child {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 160%;
  color: #000;
  background-color: #FFF;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: 0.4s ease;
}
.case .case__btns button:first-child:hover {
  background-color: #EF8700;
  color: #FFF;
}
.case .case__btns button:last-child {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 160%;
  padding: 10px 25px;
  cursor: pointer;
  outline: none;
  border: none;
  color: #ffffff;
  background-color: #EF8700;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.case .case__btns button:last-child:hover {
  background-color: #000;
}
.case span {
  position: absolute;
  right: 80px;
  bottom: 50px;
}

.preview h2 {
  font-size: 28px;
  letter-spacing: 0.2px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 66px;
  text-transform: uppercase;
}
.preview .preview__info {
  justify-content: center;
  position: relative;
}
.preview .preview__info span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 136%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  z-index: 3;
}
.preview .preview__info span b {
  font-weight: 500;
  color: #EF8700;
}
.preview .preview__info span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 23px;
  margin-right: 22px;
  margin-left: 22px;
  background-color: #737373;
}
.preview .preview__info span:first-of-type {
  padding-left: 22px;
}
.preview .preview__info span:last-child {
  padding-right: 22px;
}
.preview .preview__info span:last-child::after {
  display: none !important;
}
.preview .preview__info .i-info-hr {
  width: 100%;
  height: 1px;
  background-color: #737373;
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
}
.preview .preview__banner {
  height: 480px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #1e1e1e;
  margin-top: 75px;
  margin-bottom: 25px;
}
.preview .preview__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}
.preview .preview__imgs img {
  width: 281px;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.preview p {
  display: block;
  width: 85%;
  color: #CECECE;
  font-size: 16px;
  font-weight: 400;
  line-height: 147.3%;
  margin-bottom: 38px;
  white-space: pre-line;
}
.preview p:last-child {
  margin-bottom: 120px;
}

.default-block {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.default-block h1 {
  font-size: 32px;
  font-weight: 500;
}
.default-block p {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}
.default-block a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 19px;
  background-color: #F37F26;
  margin-top: 25px;
}

.error-block {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 100px;
}

.success-block {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 100px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 653px;
  padding: 45px 40px;
  background-color: #121314;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 101;
}
.modal h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 155%;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
}
.modal p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 155%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
.modal .modal__inputs {
  margin-bottom: 35px;
}
.modal .modal__inputs .modal__inputs-input {
  width: 47.5%;
}
.modal .modal__inputs .modal__inputs-input span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.modal .modal__inputs .modal__inputs-input .input-over {
  background-color: #0F1010;
  border-radius: 4px;
  border: 1px solid #0C0C0C;
  box-sizing: border-box;
  padding: 0 20px;
}
.modal .modal__inputs .modal__inputs-input .input-over input {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 155%;
  color: #cbcbcb;
  background: none;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 11px 0;
  width: 100%;
}
.modal .modal__inputs .modal__inputs-input .input-over input::-moz-placeholder {
  color: #6f6f6f;
}
.modal .modal__inputs .modal__inputs-input .input-over input::placeholder {
  color: #6f6f6f;
}
.modal .modal__radios span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 155%;
  color: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.modal .modal__radios .modal__radios-row {
  flex-wrap: wrap;
}
.modal .modal__radios .modal__radios-row label {
  cursor: pointer;
  display: block;
  width: 47.5%;
  padding: 9px 20px;
  box-sizing: border-box;
  background-color: #ad5700;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #FFF;
  letter-spacing: 0.1px;
  line-height: 155%;
}
.modal .modal__radios .modal__radios-row label input {
  width: 0;
  height: 0;
}
.modal .modal__radios .modal__radios-row label:hover {
  background-color: #c96400;
}
.modal .modal__radios .modal__radios-row label:has(input:checked) {
  background-color: #f18900;
}
.modal button {
  border: 2px solid #F39A26;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 149%;
  padding: 10px 33px;
  padding-bottom: 9px;
  text-transform: uppercase;
  color: #F39A26;
  display: block;
  margin-top: 22px;
  margin-left: auto;
  transition: 0.5s ease;
}
.modal button:hover {
  background-color: #F39A26;
  color: #FFF;
}

.call-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #F39A26;
  cursor: pointer;
  border: none;
  outline: none;
  width: 90px;
  height: 90px;
  border-radius: 65px;
}

.call-btn {
  transition: 0.2s ease;
}

.call-btn:active {
  transform: scale(0.9);
}

.call-btn {
  transition: transform 0.2s ease;
  /* обе анимации */
  animation: callAttention 1.5s infinite, glow 1.8s infinite;
  z-index: 4;
  border-radius: 50%;
}

@keyframes callAttention {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  15% {
    transform: rotate(-8deg) scale(1.05);
  }
  30% {
    transform: rotate(8deg) scale(1.05);
  }
  45% {
    transform: rotate(-6deg) scale(1.05);
  }
  60% {
    transform: rotate(6deg) scale(1.05);
  }
  75% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 130, 30, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(30, 145, 207, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 145, 207, 0);
  }
}
.call-btn:hover {
  animation: glow 1.5s infinite;
}

.call-btn:active {
  transform: scale(0.9);
}

body.darked::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* затемнение */
  backdrop-filter: blur(6px); /* размытие */
  -webkit-backdrop-filter: blur(6px);
  z-index: 100;
}

.main {
  position: relative;
  padding-top: 25px;
  padding-bottom: 60px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%), url("../imgs/global/hero-from.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.main::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%), url("../imgs/global/hero-to.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  animation: slideIn 2s forwards;
  will-change: clip-path;
}

@keyframes slideIn {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.main .header {
  opacity: 0;
  transform: translateY(-50px);
  animation: headerAnim 0.6s ease forwards;
}

@keyframes headerAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main .main__hero .main__hero-content {
  opacity: 0;
  transform: translateY(-20px);
  animation: heroContentAnim 0.6s ease forwards;
  animation-delay: 0.2s;
}

@keyframes heroContentAnim {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main .main__hero .main__hero-features {
  opacity: 0;
  transform: translateX(50px);
  animation: heroFeaturesAnim 0.6s ease forwards;
  animation-delay: 0.4s;
}

@keyframes heroFeaturesAnim {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.about {
  padding: 120px 0;
  background-repeat: repeat;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url(../imgs/global/tile.png);
  background-size: 53px;
  opacity: 0;
  background-position: 0 50px;
  animation: aboutFade 3s ease forwards;
}

@keyframes aboutFade {
  to {
    opacity: 1;
    background-position: 0 0;
  }
}
.standart {
  animation: bgIntro 1.2s ease forwards;
}

@keyframes bgIntro {
  from {
    background-position: 0 60px;
    filter: blur(1px);
  }
  to {
    background-position: 0 0;
    filter: blur(0);
  }
}
.header .header__nav ul li a {
  transition: color 0.2s ease;
}

.header .header__nav ul li a:hover {
  color: #F39326;
  transition: color 0.2s ease;
}

.header .consultation-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  color: #000; /* текст черный */
}

.header .consultation-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* старт слева за пределами кнопки */
  width: 100%;
  height: 100%;
  background-color: #da7100; /* сам цвет пролета */
  mix-blend-mode: lighten; /* смешиваем с текстом */
  pointer-events: none;
}

.header .consultation-btn:hover::after {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.header .consultation-btn {
  transition: all 0.2s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.header .consultation-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.301);
}

.header .consultation-btn:active {
  transform: scale(0.95);
}

.i-telegram::after,
.i-whatsapp::after,
.i-phone::after {
  transition: filter 0.3s;
}

.i-telegram:hover::after {
  filter: saturate(100%) invert(63%) sepia(45%) saturate(2006%) hue-rotate(1deg) brightness(134%) contrast(103%);
}

.i-whatsapp:hover::after {
  filter: saturate(100%) invert(63%) sepia(45%) saturate(2006%) hue-rotate(1deg) brightness(134%) contrast(103%);
}

.i-phone:hover::after {
  filter: saturate(100%) invert(63%) sepia(45%) saturate(2006%) hue-rotate(1deg) brightness(134%) contrast(103%);
}

.main .main__hero .main__hero-content .content-btns #order-btn {
  transition: 0.2s ease;
}

.main .main__hero .main__hero-content .content-btns #order-btn:hover {
  background-color: #c76b02;
}

.main .main__hero .main__hero-content .content-btns a {
  transition: all 0.2s ease;
}

.main .main__hero .main__hero-content .content-btns a:hover {
  background-color: #F39A26;
  color: #FFF;
}

.to-about {
  position: relative;
}
.to-about::after {
  transition: 0.7s ease all;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #F37F26;
  position: absolute;
  bottom: -9px;
  left: 0;
}

.to-about:hover {
  position: relative;
}
.to-about:hover::after {
  content: "";
  display: block;
  width: 82%;
  height: 1px;
  background-color: #F37F26;
  position: absolute;
  bottom: -9px;
  left: 0;
}

.to-about .i-chain {
  transition: 0.6s ease;
}

.to-about:hover .i-chain {
  transform: rotate(360deg);
}

.i-chevron {
  transition: 0.3s ease;
  display: inline-block;
}

.i-chevron.rotate {
  transform: rotate(180deg);
}

.about-main {
  padding: 30px 0 100px;
  position: relative;
  overflow: hidden;
}

.about-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.2) 100%), url("../imgs/global/about.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
  opacity: 0;
  animation: bgDarkReveal 1.3s ease forwards;
}

.about-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 1;
  animation: darkFade 1.3s ease forwards;
}

.about-main > * {
  position: relative;
  z-index: 2;
}

@keyframes bgDarkReveal {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes darkFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.success-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 100px;
  animation: movePattern 25s linear infinite;
}

/* 🔸 движение паттерна */
@keyframes movePattern {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 200px;
  }
}
/* 🔸 скан линия */
.success-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F37F26, transparent);
  top: -20px;
  opacity: 0.8;
  animation: scan 1.5s ease forwards;
}

/* 🔸 мягкое оранжевое свечение */
.success-block::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #F37F26;
  filter: blur(140px);
  opacity: 0.15;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
}

/* 🔸 анимации */
@keyframes scan {
  to {
    top: 100%;
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.success-block {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 150px;
}

.success-footer {
  margin-top: 0;
}

.error-block {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: url("../imgs/global/tile.png");
  background-size: 100px;
  /* лёгкий синий тон паттерна */
  filter: hue-rotate(200deg) saturate(2) brightness(0.75);
  animation: movePatternError 25s linear infinite;
}

/* движение паттерна */
@keyframes movePatternError {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200px 200px;
  }
}
/* 🔥 СИНИЙ СКАН, который "окрашивает" */
.error-block::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  top: -140px;
  background: linear-gradient(to bottom, rgba(59, 130, 246, 0), rgba(246, 156, 59, 0.35), rgba(59, 130, 246, 0));
  animation: scanBlue 1.6s linear forwards;
}

/* 🌑 затемнение (как у тебя раньше) */
.error-block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
}

/* движение скана */
@keyframes scanBlue {
  to {
    top: 100%;
  }
}
/* контент поверх всего */
.error-block > * {
  position: relative;
  z-index: 3;
}

.checked {
  background-color: rgba(255, 187, 39, 0.1411764706) !important;
  border-color: #5b3800 !important;
}
.checked option {
  background-color: #000;
}

.info-block {
  margin-top: 40px;
  padding: 70px 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%), url("../imgs/global/tile.png");
  background-size: 83px;
  color: #fff;
}

.info-block .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Базовый текст */
.info-block p,
.info-block li {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 18px 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "montserrat", sans-serif;
}

/* Заголовки */
.info-block h1,
.info-block h2,
.info-block h3,
.info-block h4,
.info-block h5,
.info-block h6 {
  font-family: "benzin-medium", "benzin-regular", sans-serif;
  line-height: 1.2;
  margin: 0 0 22px 0;
  color: #fff;
  font-weight: 400;
}

.info-block h1 {
  font-size: 48px;
  margin-bottom: 28px;
}

.info-block h2 {
  font-size: 36px;
  margin-top: 42px;
  margin-bottom: 20px;
}

.info-block h3 {
  font-size: 28px;
  margin-top: 34px;
  margin-bottom: 16px;
}

.info-block h4 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 14px;
}

.info-block h5 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 12px;
}

.info-block h6 {
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}

/* Списки */
.info-block ul,
.info-block ol {
  padding-left: 24px;
  margin: 0 0 22px 0;
}

.info-block ul li,
.info-block ol li {
  margin-bottom: 10px;
}

.info-block ul li::marker,
.info-block ol li::marker {
  color: #ffffff;
}

/* Цитаты */
.info-block blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.info-block blockquote p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
}

/* Ссылки */
.info-block a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.info-block a:hover {
  opacity: 0.8;
}

/* Код */
.info-block pre {
  overflow-x: auto;
  padding: 18px 20px;
  margin: 24px 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.info-block code {
  font-family: monospace;
  font-size: 15px;
}

/* Разделитель */
.info-block hr {
  border: 0;
  height: 1px;
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.15);
}

/* Картинки */
.info-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 28px 0;
  border-radius: 14px;
}

/* Таблицы */
.info-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  overflow: hidden;
}

.info-block th,
.info-block td {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}

.info-block th {
  font-family: "benzin-medium", "benzin-regular", sans-serif;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.info-block td {
  color: rgba(255, 255, 255, 0.88);
}

/* Адаптация 1200 */
@media (max-width: 1200px) {
  .info-block {
    padding: 60px 0;
    margin-top: 70px;
  }
  .info-block h1 {
    font-size: 44px;
  }
  .info-block h2 {
    font-size: 32px;
  }
  .info-block h3 {
    font-size: 26px;
  }
  .info-block p,
  .info-block li {
    font-size: 17px;
  }
}
/* Адаптация 992 */
@media (max-width: 992px) {
  .info-block {
    padding: 52px 0;
    margin-top: 60px;
  }
  .info-block h1 {
    font-size: 40px;
  }
  .info-block h2 {
    font-size: 30px;
  }
  .info-block h3 {
    font-size: 24px;
  }
  .info-block h4 {
    font-size: 20px;
  }
  .info-block p,
  .info-block li {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* Адаптация 768 */
@media (max-width: 768px) {
  .info-block {
    padding: 44px 0;
    margin-top: 50px;
    background-size: 70px;
  }
  .info-block .container {
    padding: 0 16px;
  }
  .info-block h1 {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .info-block h2 {
    font-size: 26px;
    margin-top: 34px;
  }
  .info-block h3 {
    font-size: 22px;
    margin-top: 28px;
  }
  .info-block h4 {
    font-size: 19px;
  }
  .info-block p,
  .info-block li {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .info-block blockquote {
    padding: 16px 18px;
  }
}
/* Адаптация 480 */
@media (max-width: 480px) {
  .info-block {
    padding: 36px 0;
    margin-top: 40px;
    background-size: 60px;
  }
  .info-block .container {
    padding: 0 14px;
  }
  .info-block h1 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .info-block h2 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 16px;
  }
  .info-block h3 {
    font-size: 20px;
    margin-top: 24px;
  }
  .info-block h4 {
    font-size: 18px;
  }
  .info-block h5,
  .info-block h6 {
    font-size: 16px;
  }
  .info-block p,
  .info-block li {
    font-size: 14px;
    line-height: 1.65;
  }
  .info-block ul,
  .info-block ol {
    padding-left: 20px;
  }
}
.footer {
  position: relative;
}
.footer .watermark {
  position: absolute;
  bottom: 0;
  right: 17%;
  display: flex;
  width: 180px;
  height: auto;
  justify-content: center;
  align-items: flex-end;
}
.footer .watermark img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=styles.css.map */