/* Media */
[data-anim-inner-text] tr {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.3s ease-out;
}
[data-anim-inner-text] tr.anim {
  opacity: 1;
  transform: translateY(0);
}
[data-anim-inner-text] tr.anim::after {
  width: 100%;
}
[data-anim-inner-text] p,
[data-anim-inner-text] h2,
[data-anim-inner-text] li {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.3s ease-out;
}
[data-anim-inner-text] p.anim,
[data-anim-inner-text] h2.anim,
[data-anim-inner-text] li.anim {
  opacity: 1;
  transform: translateY(0);
}
[data-anim="fadeUp"] {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.3s ease-out;
}
[data-anim="fadeUp"].anim {
  opacity: 1;
  transform: translateY(0);
}
[data-anim="fade"] {
  opacity: 0;
  transition: all 0.6s ease-out;
}
[data-anim="fade"].anim {
  opacity: 1;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
input:-moz-placeholder {
  color: transparent;
}
a {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding: 0;
  list-style: none;
}
input,
button {
  outline: none;
}
input:focus,
button:focus {
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
}
.img {
  width: 100%;
  display: block;
}
.img-blurry {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}
.container {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1445px;
  position: relative;
}
.container.container--high {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section {
  padding: 80px 0;
}
.page-title {
  margin: 0 0 40px;
  display: block;
  font-family: 'Unbounded';
  font-size: 72px;
  line-height: 1.1;
  font-weight: 400;
}
.section-suptitle {
  margin-bottom: 30px;
  display: block;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #CBFC01;
}
.section-suptitle.section-suptitle--center {
  text-align: center;
}
.section-title {
  margin: 0 0 30px;
  display: block;
  font-family: 'Unbounded';
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
}
.section-title.section-title--center {
  text-align: center;
}
.section-title.section-title--left-offset {
  padding-left: 30px;
}
.section-title.section-title--bottom-offset {
  margin-bottom: 50px;
}
.section-subtitle {
  margin: 0 0 40px;
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.section-subtitle.section-subtitle--center {
  text-align: center;
}
.section-subtitle.section-subtitle--no-offset {
  margin: 0;
}
.block-title {
  margin: 0 0 20px;
  display: block;
  font-family: 'Unbounded';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
}
.site-btn {
  padding: 20px 40px;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  font: inherit;
  font-weight: 500;
  font-size: 18px;
  color: #17191A;
  background: #CBFC01;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.site-btn:hover {
  background: #b7e301;
}
.site-btn:active span {
  opacity: 0.3;
}
.site-btn.site-btn--white {
  background: #fff;
}
.site-btn.site-btn--white:hover {
  background: #b7e301;
}
.site-btn.site-btn--small {
  padding: 14px 30px;
  font-size: 16px;
}
.site-btn.site-btn--transparent {
  padding: 13px 30px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
}
.site-btn.site-btn--transparent:hover {
  border-color: #b7e301;
  background: #b7e301;
  color: #17191A;
}
.site-btn span {
  transition: all 0.3s ease-out;
}
.link-more {
  padding: 0;
  padding-right: 30px;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #CBFC01;
  background: none;
  border: none;
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.link-more:hover::after {
  transform: rotate(45deg);
}
.link-more::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/ico/arrow-up-green.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -2px;
  right: 0;
  transition: all 0.3s ease-out;
}
.link-more:active {
  opacity: 0.3;
}
.link-more.link-more--white {
  padding-right: 25px;
  color: #fff;
  opacity: 0.5;
}
.link-more.link-more--white:hover {
  opacity: 1;
}
.link-more.link-more--white:hover::after {
  transform: rotate(0deg);
}
.link-more.link-more--white:active {
  opacity: 0.3;
}
.link-more.link-more--white::after {
  width: 16px;
  height: 16px;
  background: url(../images/ico/maximize-ico.svg) no-repeat center;
  background-size: contain;
  top: 2px;
}
.link-more.link-more--black {
  color: #17191A;
  border-bottom: 1px solid #17191A;
}
.link-more.link-more--black:hover {
  border-color: rgba(23, 25, 26, 0);
}
.link-more.link-more--black:active {
  opacity: 0.3;
}
.link-more.link-more--no-ico {
  padding-right: 0;
}
.link-more.link-more--no-ico::after {
  display: none;
}
.link-more.link-more--small {
  padding: 0 0 3px;
  font-size: 18px;
  text-transform: none;
  border-bottom: 1px solid rgba(203, 252, 1, 0);
}
.link-more.link-more--small:hover {
  border-color: #CBFC01;
}
.link-more.link-more--small::after {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  background: #17191A;
}
/* Media */
@media (max-width: 1240px) {
  .container {
    padding: 0 30px;
  }
  .section-suptitle,
  .section-title,
  .section-subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 35px 0;
  }
  .container {
    padding: 0 15px;
  }
  .page-title {
    font-size: 34px;
  }
  .section-suptitle,
  .section-title,
  .section-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-suptitle {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: lowercase;
  }
  .section-suptitle.section-suptitle--center {
    text-align: start;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section-title.section-title--left-offset {
    padding-left: 20px;
  }
  .section-title.section-title--bottom-offset {
    margin-bottom: 20px;
  }
  .section-title.section-title--center {
    text-align: start;
  }
  .section-title br {
    display: none;
  }
  .section-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .section-subtitle.section-subtitle--center {
    text-align: start;
  }
  .section-subtitle br {
    display: none;
  }
  .block-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: none;
  }
  .site-btn {
    padding: 15px;
    width: 100%;
    font-size: 16px;
  }
  .site-btn.site-btn--small {
    padding: 15px;
    font-size: 16px;
  }
  .link-more {
    font-size: 16px;
  }
  .link-more.link-more--small {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
}
/* Blocks */
body.header-black .header__burger {
  background: #17191A;
}
body.header-black .header__burger::before,
body.header-black .header__burger::after {
  border-color: #fff;
}
body.header-black .header__burger span {
  color: #17191A;
}
body.header-black .header__logo img:nth-child(1) {
  display: none;
}
body.header-black .header__logo img:nth-child(2) {
  display: block;
}
body.header-painted .header {
  background: #17191A;
  border-bottom: 1px solid #323232;
}
body.header-painted .header__burger {
  background: #fff;
}
body.header-painted .header__burger::before,
body.header-painted .header__burger::after {
  border-color: #17191A;
}
body.header-painted .header__burger span {
  color: #fff;
}
body.header-painted .header__logo img:nth-child(1) {
  display: block;
}
body.header-painted .header__logo img:nth-child(2) {
  display: none;
}
.header {
  padding: 20px 40px;
  width: 100%;
  border-bottom: 1px solid #323232;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-out;
}
.header__row {
  display: flex;
  justify-content: space-between;
}
.header__col {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.header__logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 160px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__logo img:nth-child(2) {
  display: none;
}
.header__burger {
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
  border: none;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.header__burger::before,
.header__burger::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 0;
  border-top: 2px solid #17191A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
.header__burger::before {
  top: 14px;
}
.header__burger::after {
  bottom: 14px;
}
.header__burger span {
  display: block;
  padding-left: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: -55px;
}
.header__social {
  margin-left: auto;
  display: flex;
}
.header__social-item:not(:first-child) {
  margin-left: 6px;
}
.header__social-item.header__social-item--hidden-d {
  display: none;
}
.header__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1f20;
  border-radius: 4px;
  border: 1px solid #323232;
}
.header__social-link:hover svg {
  fill: #CBFC01;
}
.header__social-link svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-out;
}
/* Media */
@media (max-width: 1240px) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body.header-black .header__social-link svg {
    fill: #17191A;
  }
  body.header-painted .header__social-link svg {
    fill: #fff;
  }
  .header {
    padding: 15px 20px;
  }
  .header__col {
    flex-grow: 0;
  }
  .header__col:nth-child(2) {
    order: 1;
  }
  .header__col:nth-child(1) {
    order: 3;
  }
  .header__col:nth-child(3) {
    margin-left: auto;
    margin-right: 10px;
    order: 2;
  }
  .header__logo {
    margin: 0;
    width: 120px;
  }
  .header__social-item.header__social-item--hidden-m {
    display: none;
  }
  .header__social-item.header__social-item--hidden-d {
    display: block;
  }
  .header__social-item:not(:first-child) {
    margin: 0;
  }
  .header__social-link {
    width: 33px;
    height: 33px;
    background: none;
    border: none;
  }
  .header__social-link svg {
    width: 28px;
    height: 28px;
  }
  .header__burger {
    width: 33px;
    height: 33px;
  }
  .header__burger span {
    display: none;
  }
  .header__burger::before,
  .header__burger::after {
    width: calc(100% - 18px);
  }
  .header__burger::before {
    top: 12px;
  }
  .header__burger::after {
    bottom: 12px;
  }
}
.hero-page {
  padding: 160px 0 40px;
}
.hero-page .section-title {
  margin: 0 0 20px;
}
.hero-page__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.74);
}
/* Media */
@media (max-width: 1240px) {
  .hero-page .section-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-page {
    padding-top: 105px;
  }
  .hero-page__subtitle {
    font-size: 16px;
  }
}
.nav {
  width: 100%;
  height: 100vh;
  background: rgba(23, 25, 26, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
}
.nav.show {
  opacity: 1;
  pointer-events: visible;
}
.nav.show .nav__inner {
  transform: translateX(0);
}
.nav__inner {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  width: 560px;
  height: 100%;
  background: #1d1f20;
  position: relative;
  transition: all 0.3s ease-out;
  transform: translateX(-560px);
}
.nav__overflow {
  width: 300px;
  height: 100%;
  background: #1d1f20;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.nav__overflow.show {
  right: -300px;
  opacity: 1;
  pointer-events: visible;
}
.nav__close {
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
  border: none;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.nav__close::before,
.nav__close::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/ico/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav__close span {
  display: block;
  padding-left: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: -74px;
}
.nav__wrapper {
  padding-top: 40px;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}
.nav__item {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}
.nav__item.active .nav__link {
  color: #CBFC01;
}
.nav__link {
  padding: 5px 0;
  width: -webkit-max-content;
  width: max-content;
  display: block;
  font-family: 'Unbounded';
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
}
.nav__link:hover {
  color: #CBFC01;
}
.nav__link:active {
  opacity: 0.3;
}
.nav__subnav {
  margin: 0;
  padding: 30px 50px;
  width: 300px;
  min-height: 450px;
  list-style: none;
  position: absolute;
  top: 0;
  right: -298px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.nav__subnav.show {
  top: -30px;
  opacity: 1;
  pointer-events: visible;
  transition: all 0.3s ease-out;
}
.nav__subnav-item:not(:last-child) {
  margin-bottom: 2px;
}
.nav__subnav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-out;
}
.nav__subnav-link:hover {
  color: #CBFC01;
}
.nav__subnav-link:active {
  opacity: 0.3;
}
.nav__contact {
  margin-top: auto;
  padding: 0 30px 0 50px;
}
.nav__social {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #323232;
  display: flex;
}
.nav__social-link {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__social-link svg {
  width: 22px;
  height: 22px;
  fill: #CBFC01;
  transition: all 0.3s ease-out;
}
.nav__contact-link {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.74);
}
/* Media */
@media (max-width: 1240px) {
  .nav__inner {
    padding-bottom: 0;
    padding-left: 30px;
    width: 100%;
  }
  .nav__overflow {
    display: none;
  }
  .nav__wrapper {
    padding-bottom: 40px;
    overflow-y: scroll;
  }
  .nav__item.active .nav__link {
    color: #fff;
  }
  .nav__item.active .nav__link::after {
    transform: rotate(-180deg);
    opacity: 1;
  }
  .nav__subnav {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: initial;
    height: 0;
    overflow: hidden;
    position: initial;
    right: 0;
    opacity: 1;
  }
  .nav__subnav.show {
    padding: 20px 0 30px;
    height: 100%;
  }
  .nav__link {
    width: 100%;
  }
  .nav__link:hover {
    color: #fff;
  }
  .nav__link.nav__link--subnav {
    padding-right: 60px;
    position: relative;
  }
  .nav__link.nav__link--subnav::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico/chevron-down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 8px;
    right: 20px;
    transition: all 0.3s ease-out;
    opacity: 0.6;
  }
  .nav__subnav-link {
    color: rgba(255, 255, 255, 0.74);
  }
  .nav__subnav-link:hover {
    color: rgba(255, 255, 255, 0.74);
  }
  .nav__contact {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .nav__inner {
    padding: 15px 20px;
    padding-bottom: 0;
  }
  .nav__close {
    margin-left: auto;
    width: 33px;
    height: 33px;
  }
  .nav__close::after {
    width: 18px;
    height: 18px;
  }
  .nav__close span {
    display: none;
  }
  .nav__wrapper {
    padding: 30px 0 90px;
  }
  .nav__item {
    padding: 0;
  }
  .nav__link {
    font-size: 24px;
  }
  .nav__link.nav__link--subnav {
    padding-right: 30px;
  }
  .nav__link.nav__link--subnav::after {
    top: 6px;
    right: 0;
  }
  .nav__contact {
    margin-top: 30px;
    padding: 0;
  }
}
@media (min-width: 1241px) {
  .flip-content__list {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .flip-content__card {
    margin: 15px;
    width: calc((100% / 3) - 30px);
    height: auto;
  }
  .flip-content__link {
    display: block;
    color: #fff;
    position: relative;
  }
  .flip-content__link:hover .flip-content__front {
    transform: rotateY(180deg);
  }
  .flip-content__link:hover .flip-content__back {
    transform: rotateY(360deg);
  }
  .flip-content__link:active .flip-content__front,
  .flip-content__link:active .flip-content__back {
    opacity: 0.3;
  }
  .flip-content__front,
  .flip-content__back {
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #17191A;
    border: 1px solid #323232;
    transition: transform 0.8s ease-out, opacity 0.3s ease-out;
    backface-visibility: hidden;
  }
  .flip-content__back {
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .flip-content__title {
    color: #fff;
  }
  .flip-content__img {
    height: auto;
  }
  .flip-content__price {
    margin-bottom: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.74);
  }
  .flip-content__txt p {
    margin: 0;
  }
  .flip-content__more {
    margin-top: auto;
  }
  .flip-content__more:active {
    opacity: 1;
  }
  .flip-content__block {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #323232;
  }
  .flip-content__scrolling {
    display: none;
  }
}
/* Media */
@media (max-width: 1240px) {
  .flip-content {
    overflow: hidden;
  }
  .flip-content__slider {
    overflow: initial;
  }
  .flip-content__card {
    height: auto;
  }
  .flip-content__block {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #323232;
  }
  .flip-content__block .section-title,
  .flip-content__block .section-subtitle {
    padding-left: 0;
    padding-right: 0;
  }
  .flip-content__link {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #323232;
    color: #fff;
    position: relative;
  }
  .flip-content__front {
    margin-top: auto;
  }
  .flip-content__front .flip-content__title {
    display: none;
  }
  .flip-content__title {
    padding-right: 30px;
    color: #fff;
  }
  .flip-content__img {
    height: auto;
  }
  .flip-content__price {
    color: #CBFC01;
  }
  .flip-content__txt {
    color: rgba(255, 255, 255, 0.74);
  }
  .flip-content__more {
    padding: 0;
    font-size: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .flip-content__scrolling {
    margin-top: 35px;
    margin-left: auto;
    display: block;
    width: 52px;
    height: auto;
    animation: scrollingAnim 6s ease-out infinite;
  }
  @keyframes scrollingAnim {
    0% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100px);
    }
  }
}
@media (max-width: 767px) {
  .flip-content__link,
  .flip-content__block {
    padding: 20px;
  }
  .flip-content__title {
    padding-right: 28px;
  }
  .flip-content__title br {
    display: none;
  }
  .flip-content__txt p {
    margin: 10px 0 15px;
  }
  .flip-content__more {
    top: 23px;
    right: 16px;
  }
  .flip-content__scrolling {
    margin-left: 0;
    margin-top: 15px;
    width: 36px;
  }
  @keyframes scrollingAnim {
    0% {
      transform: translateX(40px);
    }
    50% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(40px);
    }
  }
}
.examples {
  position: relative;
}
.examples__slider-slide {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: auto;
  background: #1d1f20;
}
.examples__slider-img {
  display: block;
  width: 100%;
  height: auto;
}
.examples__slider-popup {
  margin-top: 15px;
  display: none;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  font-size: 16px;
  text-transform: lowercase;
  color: #CBFC01;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.examples__slider-popup:hover svg {
  transform: rotate(180deg);
}
.examples__slider-popup:active {
  opacity: 0.3;
}
.examples__slider-popup:first-of-type {
  display: flex!important;
}
.examples__slider-popup span {
  margin-right: 4px;
}
.examples__slider-popup svg {
  margin-bottom: -1px;
  width: 15px;
  height: 15px;
  fill: #CBFC01;
  transition: all 0.3s ease-out;
}
.examples__slider-gallery {
  display: none;
}
.examples__slider-title {
  margin-top: 30px;
}
.examples__slider-descr {
  margin-bottom: 30px;
}
.examples__slider-descr li {
  color: rgba(255, 255, 255, 0.74);
}
.examples__slider-descr li:not(:last-child) {
  margin-bottom: 6px;
}
.examples__slider-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.examples__slider-price {
  color: #CBFC01;
}
.examples__pag {
  display: flex;
  justify-content: flex-end;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  top: -76px !important;
  right: 0!important;
  bottom: auto!important;
  left: auto!important;
  transform: translateX(0) !important;
  overflow: initial!important;
}
.examples__pag span {
  margin: 0 4px!important;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 0;
  left: auto!important;
  transform: scale(1) !important;
}
.examples__pag span.swiper-pagination-bullet-active {
  background: #CBFC01;
}
/* Media */
@media (max-width: 767px) {
  .examples__slider-slide {
    padding: 20px;
  }
  .examples__slider-popup {
    margin-top: 20px;
  }
  .examples__slider-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .examples__slider-descr {
    margin-bottom: 20px;
  }
  .examples__slider-price {
    margin-right: 20px;
    white-space: nowrap;
  }
  .examples__slider-btn {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 50%;
    min-width: 140px;
  }
  .examples__pag {
    margin-top: 35px;
    justify-content: center!important;
    position: initial!important;
  }
}
.stocks {
  display: flex;
}
.stocks__col {
  width: 50%;
}
.stocks__header {
  position: sticky;
  top: 110px;
}
.stocks__item {
  display: flex;
  background: #1d1f20;
}
.stocks__item:not(:last-child) {
  margin-bottom: 15px;
}
.stocks__descr {
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stocks__title {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
}
.stocks__img {
  width: 163px;
}
/* Media */
@media (max-width: 1240px) {
  .stocks {
    flex-direction: column;
  }
  .stocks__col {
    width: 100%;
  }
  .stocks__col:nth-child(1) {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .stocks__col:nth-child(1) {
    margin-bottom: 35px;
    padding: 0;
  }
  .stocks__item {
    padding: 20px;
    padding-bottom: 60px;
    border: 1px solid #323232;
    position: relative;
  }
  .stocks__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .stocks__img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
  }
  .stocks__descr {
    padding: 0 20px 0 0;
  }
  .stocks__title {
    margin: 0;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }
  .stocks__title br {
    display: none;
  }
  .stocks__more {
    padding: 10px 20px!important;
    width: 100%;
    text-align: start;
    border-bottom: none!important;
    border-top: 1px solid #323232;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .stocks__more:hover {
    border-color: #323232 !important;
  }
}
.stocks-cards {
  padding-top: 0;
}
.stocks-cards__list {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.stocks-cards__item {
  margin: 15px;
  padding: 30px;
  width: calc((100% / 3) - 30px);
  display: flex;
  flex-direction: column;
  background: #1d1f20;
  border: 1px solid #323232;
}
.stocks-cards__img {
  display: block;
  width: 100%;
  height: auto;
}
.stocks-cards__title {
  margin: 30px 0;
  display: block;
}
.stocks-cards__btn {
  margin-top: auto;
  width: 100%;
}
/* Media */
@media (max-width: 1240px) {
  .stocks-cards__item {
    width: calc((100% / 2) - 30px);
  }
}
@media (max-width: 767px) {
  .stocks-cards__list {
    margin: 0;
  }
  .stocks-cards__item {
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  .stocks-cards__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.reviews__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.reviews__more {
  margin: 60px auto 0;
}
.reviews__more:not(:first-of-type) {
  display: none;
}
/* Media */
@media (max-width: 767px) {
  .reviews {
    overflow: hidden;
  }
  .reviews__img {
    margin-left: -200px;
    width: calc(100% + 400px);
  }
  .reviews__more {
    margin-top: 30px;
  }
}
/* Trigger */
.calculator-trigger {
  padding: 25px 20px;
  width: 375px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(50, 50, 50, 0.1);
  position: fixed;
  bottom: 0;
  left: 40px;
  z-index: 99;
  transition: all 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}
.calculator-trigger.show {
  opacity: 1;
  bottom: 40px;
  pointer-events: visible;
}
.calculator-trigger__txt {
  margin-bottom: 25px;
  display: block;
  font-size: 16px;
  color: #17191A;
}
.calculator-trigger__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculator-trigger__show {
  padding: 8px 17px;
  background: #CBFC01;
  border: none;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #17191A;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.calculator-trigger__show:hover {
  background: #bfed01;
}
.calculator-trigger__show:active span {
  opacity: 0.3;
}
.calculator-trigger__show span {
  transition: all 0.3s ease-out;
}
.calculator-trigger__close {
  padding: 8px 17px;
  font: inherit;
  font-size: 14px;
  color: #17191A;
  background: none;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.calculator-trigger__close:hover {
  opacity: 0.7;
}
.calculator-trigger__close:active {
  opacity: 0.3;
}
/* Calculator */
.calculator {
  padding-top: 150px;
  padding-bottom: 80px;
}
.calculator__row {
  display: flex;
}
.calculator__col {
  width: 50%;
}
.calculator__col:nth-child(1) {
  margin-right: 60px;
}
.calculator__element:not(:last-child) {
  margin-bottom: 15px;
}
.calculator__element-inner {
  position: relative;
}
.calculator__element-name {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.74);
  position: absolute;
  top: 10px;
  left: 20px;
}
.calculator__select,
.calculator__input-input {
  padding: 0 20px;
  padding-top: 20px;
  display: block;
  width: 100%;
  height: 66px;
  font: inherit;
  font-weight: 400;
  color: #fff;
  background: none;
  border: 1px solid #323232;
  transition: all 0.3s ease-out;
}
.calculator__select:hover,
.calculator__input-input:hover {
  background: #222425;
}
.calculator__select:focus,
.calculator__input-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.74);
}
.calculator__select {
  cursor: pointer;
}
.calculator__select option {
  background: #1d1f20;
  color: #fff;
}
.calculator__select option:hover {
  background: #1d1f20 !important;
}
.calculator__input-input {
  font: inherit;
  font-weight: 400;
  color: #fff;
  -moz-appearance: textfield;
}
.calculator__input-input::-webkit-inner-spin-button,
.calculator__input-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator__input-input::placeholder {
  font: inherit;
  font-weight: 400;
  color: #fff;
}
.calculator_range {
  margin-top: 6px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calculator_range:focus {
  outline: none;
}
.calculator_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 15px;
  border-radius: 20px;
  background: #323232;
  border: 2px solid #CBFC01;
  cursor: pointer;
  margin-top: -4px;
  box-shadow: 0 0 2px black;
}
.calculator_range::-webkit-slider-runnable-track {
  height: 8px;
  border: 1px solid #323232;
  background-color: #323232;
  box-shadow: none;
}
.calculator_range::-moz-range-thumb {
  width: 35px;
  height: 15px;
  border-radius: 20px;
  background: #323232;
  border: 2px solid #CBFC01;
  box-shadow: 0 0 2px black;
}
.calculator_range::-moz-range-track {
  height: 8px;
  border: 1px solid #323232;
  background-color: #323232;
  box-shadow: none;
}
.calculator_range::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}
.calculator_range::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}
.calculator_range::-ms-thumb {
  width: 35px;
  height: 15px;
  border-radius: 20px;
  background: #323232;
  border: 2px solid #CBFC01;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}
.calculator_range::-ms-track {
  height: 8px;
  border-radius: 0.5em;
  background: #efefef;
  border: 1px solid #323232;
  box-shadow: none;
  box-sizing: border-box;
}
.calculator__optionally {
  margin-top: 40px;
}
.calculator__optionally-title {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
}
.calculator__accordion.active .calculator__options {
  margin-top: 20px;
  height: 40px;
}
.calculator__accordion-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.74);
}
.calculator__accordion {
  padding: 20px 0;
}
.calculator__accordion:not(:last-child) {
  border-bottom: 1px solid #323232;
}
.calculator__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculator__switcher {
  margin: 0;
  display: block;
  width: 50px;
  height: 24px;
  background: #323232;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
}
.calculator__switcher:hover {
  background: #3f3f3f;
}
.calculator__switcher:checked {
  background: #CBFC01;
}
.calculator__switcher:checked::before {
  background: #17191A;
  left: 30px;
}
.calculator__switcher::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #1d1f20;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-out;
}
.calculator__options {
  width: -webkit-max-content;
  width: max-content;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
.calculator__options-input {
  display: block;
  width: 140px;
  height: 40px;
  background: none;
  border: 1px solid #323232;
  font: inherit;
  text-align: center;
  color: #fff;
  -moz-appearance: textfield;
}
.calculator__options-input::-webkit-inner-spin-button,
.calculator__options-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator__options-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #CBFC01;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 5px;
}
.calculator__options-btn:hover {
  background: #b7e301;
}
.calculator__options-btn:active svg {
  opacity: 0.3;
}
.calculator__options-btn.minus {
  left: 5px;
}
.calculator__options-btn.plus {
  right: 5px;
}
.calculator__options-btn svg {
  display: block;
  width: 18px;
  height: auto;
  transition: all 0.3s ease-out;
}
.calculator__result {
  padding: 30px;
  border: 2px solid #CBFC01;
  border-radius: 10px;
  position: sticky;
  top: 110px;
}
.calculator__result-title {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.74);
}
.calculator__result-result {
  display: block;
  font-size: 50px;
  font-family: 'Unbounded';
  font-weight: 500;
}
.calculator__result-subtitle {
  margin: 30px 0;
  display: block;
  color: rgba(255, 255, 255, 0.74);
}
/* Media */
@media (max-width: 1240px) {
  .calculator .section-title,
  .calculator .section-subtitle {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* Trigger */
  .calculator-trigger {
    padding: 20px;
    width: 310px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .calculator-trigger.show {
    bottom: 15px;
  }
  .calculator-trigger__txt {
    margin-bottom: 20px;
  }
  .calculator-trigger__show,
  .calculator-trigger__close {
    padding: 6px 14px;
  }
  /* Calculator */
  .calculator {
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .calculator__row {
    flex-direction: column;
  }
  .calculator__col {
    width: 100%;
  }
  .calculator__col:nth-child(1) {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .calculator__element:not(:last-child) {
    margin-bottom: 6px;
  }
  .calculator__element-name {
    top: 8px;
    left: 15px;
  }
  .calculator__select,
  .calculator__input-input {
    padding: 0 15px;
    padding-top: 16px;
    height: 56px;
  }
  .calculator_range {
    margin-bottom: 40px;
  }
  .calculator__optionally {
    margin-top: 30px;
  }
  .calculator__optionally-title {
    font-size: 18px;
  }
  .calculator__accordion {
    padding: 15px 0;
  }
  .calculator__accordion.active .calculator__options {
    height: 34px;
  }
  .calculator__accordion-title {
    width: calc(100% - 50px);
    font-size: 14px;
  }
  .calculator__switcher {
    width: 36px;
    height: 18px;
  }
  .calculator__switcher::before {
    width: 14px;
    height: 14px;
    top: 2px;
    left: 2px;
  }
  .calculator__switcher:checked::before {
    left: 20px;
  }
  .calculator__options-btn {
    width: 24px;
    height: 24px;
  }
  .calculator__options-btn svg {
    width: 14px;
  }
  .calculator__options-input {
    height: 34px;
  }
  .calculator__result {
    margin-left: -20px;
    padding: 20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  .calculator__result-result {
    font-size: 26px;
  }
  .calculator__result-subtitle {
    margin: 15px 0 25px;
  }
}
.goverlay {
  background: rgba(0, 0, 0, 0.92) !important;
}
.gclose {
  opacity: 1!important;
  top: 36px!important;
  right: 31px!important;
  background: none!important;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gclose:active {
  opacity: 0.3 !important;
}
.gclose:hover {
  transform: rotate(180deg);
}
.gnext,
.gprev {
  top: 50%!important;
  transform: translateY(-50%) !important;
  transition: opacity 0.3s ease-out;
}
.gnext:hover svg path,
.gprev:hover svg path {
  fill: #CBFC01;
}
.gnext:active,
.gprev:active {
  opacity: 0.3 !important;
}
.gnext svg path,
.gprev svg path {
  transition: all 0.3s ease-out;
}
.gslide-description {
  background: none!important;
}
.gdesc-inner {
  padding: 0!important;
}
.gdesc-inner .gslide-title {
  display: none!important;
}
/* Media */
@media (max-width: 767px) {
  .glightbox-container {
    padding: 0 15px;
  }
  .gnext,
  .gprev {
    display: none;
  }
  .gclose {
    top: 32px!important;
    right: 12px!important;
  }
}
.form-contact {
  display: block;
  width: 100%;
}
.form-contact.form-contact--vertical .form-contact__row {
  flex-direction: column;
}
.form-contact.form-contact--vertical .form-contact__col:not(:last-child) {
  margin-right: 0;
  margin-bottom: 15px;
}
.form-contact.form-contact--vertical .form-contact__input {
  border-color: #323232;
}
.form-contact.form-contact--vertical .form-contact__input:hover {
  border-color: #fff;
}
.form-contact.form-contact--vertical .form-contact__input:focus {
  border-color: #fff;
}
.form-contact__row {
  display: flex;
}
.form-contact__col {
  flex-basis: 0;
  flex-grow: 1;
}
.form-contact__col:not(:last-child) {
  margin-right: 10px;
}
.form-contact__input {
  padding: 20px 20px;
  display: block;
  width: 100%;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #1d1f20;
  border: 1px solid #323232;
  transition: all 0.3s ease-out;
}
.form-contact__input:hover {
  border-color: #fff;
}
.form-contact__input:focus {
  border-color: #fff;
}
.form-contact__input::placeholder {
  font: inherit;
  font-size: 18px;
  line-height: 1;
}
.form-contact__input.error {
  border-color: #cb6100 !important;
}
.form-contact__submit {
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
}
.form-contact__agree {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.74);
}
/* Media */
@media (max-width: 767px) {
  .form-contact__row {
    flex-direction: column;
  }
  .form-contact__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6px!important;
  }
  .form-contact__input {
    padding: 15px 20px;
    font-size: 16px;
  }
  .form-contact__input::placeholder {
    font-size: 16px;
  }
}
body.footer-hidden-desktop .footer {
  display: none;
}
body.footer-hidden-form .footer__top {
  display: none;
}
.footer {
  margin-top: 80px;
}
.footer__top {
  padding-bottom: 160px;
}
.footer__form {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.footer__social-title {
  display: block;
  text-align: center;
  text-transform: lowercase;
}
.footer__social-list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social-link {
  padding-bottom: 2px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid #CBFC01;
  transition: all 0.3s ease-out;
}
.footer__social-link:hover {
  border-color: rgba(203, 252, 1, 0);
}
.footer__social-link:active {
  opacity: 0.3;
}
.footer__social-and {
  margin-top: -2px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1;
}
.footer__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(limegreen, transparent), linear-gradient(30deg, #CBFC01, transparent), linear-gradient(-60deg, #cbfe01, transparent);
}
.footer__bottom-row {
  display: flex;
}
.footer__bottom-col {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__logo-img {
  margin-right: 20px;
  width: 70px;
  height: auto;
}
.footer__logo-txt {
  font-size: 13px;
  color: #17191A;
}
.footer__contact {
  margin-top: 36px;
}
.footer__tel {
  display: block;
  width: -webkit-max-content;
  width: max-content;
  font-size: 28px;
  color: #17191A;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid rgba(23, 25, 26, 0);
}
.footer__tel:hover {
  border-color: #17191A;
}
.footer__tel:active {
  opacity: 0.3;
}
.footer__email {
  margin-top: 24px;
  padding-bottom: 2px;
  display: block;
  width: -webkit-max-content;
  width: max-content;
  color: #17191A;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid rgba(23, 25, 26, 0);
}
.footer__email:hover {
  border-color: #17191A;
}
.footer__email:active {
  opacity: 0.3;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  gap: 40px 20px;
}
.footer__nav-wrapper {
  width: calc((100% / 4) - 15px);
}
.footer__nav-title {
  margin-bottom: 30px;
  display: block;
  color: #17191A;
  text-transform: uppercase;
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer__nav-link {
  padding-bottom: 2px;
  font-size: 16px;
  color: #17191A;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid rgba(23, 25, 26, 0);
}
.footer__nav-link:hover {
  border-color: #17191A;
}
.footer__nav-link:active {
  opacity: 0.3;
}
.footer__legal {
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  border-top: 1px solid rgba(23, 25, 26, 0.9);
}
.footer__legal-col:first-child {
  width: 30%;
}
.footer__legal-link {
  font-size: 14px;
  color: #17191A;
  transition: all 0.3s ease-out;
}
.footer__legal-link:hover {
  opacity: 0.7;
}
.footer__legal-link:active {
  opacity: 0.3;
}
/* Media */
@media (max-width: 1240px) {
  body.footer-hidden-desktop .footer {
    display: block;
  }
  body.footer-hidden-form .footer__top {
    display: none;
  }
  .footer__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__bottom-row {
    flex-direction: column;
  }
  .footer__bottom-col {
    margin-bottom: 50px;
    width: 100%;
    flex-direction: row;
  }
  .footer__logo {
    width: 50%;
  }
  .footer__contact {
    margin-top: 0;
    padding-left: 15px;
    width: 50%;
  }
  .footer__tel {
    margin-bottom: 2px;
    font-size: 16px;
  }
  .footer__email {
    margin-top: 0;
    font-size: 16px;
  }
  .footer__nav {
    width: 100%;
  }
  .footer__nav-wrapper {
    width: calc(50% - 10px);
  }
  .footer__nav-title {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(23, 25, 26, 0.9);
  }
  .footer__legal {
    justify-content: space-between;
  }
  .footer__legal-col {
    width: 50%!important;
  }
  .footer__legal-col:nth-child(2) {
    text-align: end;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 35px;
  }
  .footer__top {
    padding-bottom: 70px;
  }
  .footer__form {
    margin-top: 35px;
    padding: 0 20px;
  }
  .footer__social {
    margin-top: 30px;
  }
  .footer__social-list {
    margin-top: 30px;
  }
  .footer__social-link {
    font-size: 16px;
  }
  .footer__social-and {
    margin-top: -4px;
    padding: 0 14px;
  }
  .footer__bottom {
    padding: 70px 20px;
  }
  .footer__nav {
    margin: 0;
    width: 100%;
    flex-direction: column;
    order: 1;
    gap: 0;
  }
  .footer__nav-wrapper {
    margin: 0;
    width: 100%;
  }
  .footer__nav-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__nav-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .footer__nav-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Unbounded';
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
  }
  .footer__bottom-col {
    margin-top: 35px;
    margin-bottom: 0;
    order: 2;
  }
  .footer__logo {
    display: none;
  }
  .footer__contact {
    padding-left: 0;
  }
  .footer__tel,
  .footer__email {
    padding-left: 25px;
    border: none;
    position: relative;
  }
  .footer__tel::before,
  .footer__email::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
  }
  .footer__tel {
    margin-bottom: 5px;
  }
  .footer__tel::before {
    width: 17px;
    height: 17px;
    background: url(../images/ico/tel-footer-ico.svg) no-repeat center;
    background-size: contain;
    top: 3px;
  }
  .footer__email {
    margin-top: 15px;
  }
  .footer__email::before {
    width: 15px;
    height: 15px;
    background: url(../images/ico/mail-ico-footer.svg) no-repeat center;
    background-size: contain;
    top: 4px;
  }
  .footer__legal {
    margin-top: 25px;
    padding-top: 25px;
    flex-direction: column;
  }
  .footer__legal-col {
    width: 100%!important;
    text-align: start!important;
  }
}
.popup {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.92);
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.popup.show {
  opacity: 1;
  pointer-events: visible;
}
.popup__inner {
  margin: auto;
  padding: 80px 40px;
  display: none;
}
.popup__inner.show {
  display: block;
}
.popup__inner.show .popup__form {
  transform: scale(1);
}
.popup__inner.show .popup__calculator {
  transform: translateY(0);
}
/* Form */
.popup__close {
  width: 35px;
  height: 35px;
  top: 36px;
  right: 31px;
  background: none;
  border: none;
  position: absolute;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 1;
}
.popup__close:hover {
  transform: rotate(180deg);
}
.popup__close:active {
  opacity: 0.3;
}
.popup__close svg {
  width: 18px;
  height: 18px;
}
.popup__form {
  padding: 40px;
  width: 100%;
  max-width: 575px;
  background: #17191A;
  border: 1px solid #323232;
  transform: scale(0.5);
  transition: all 0.4s ease-out;
}
.popup-form__social {
  margin-top: 40px;
}
.popup-form__social-title {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  text-transform: lowercase;
}
.popup-form__social-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-form__social-link {
  padding-bottom: 2px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid #CBFC01;
  transition: all 0.3s ease-out;
}
.popup-form__social-link:hover {
  border-color: rgba(203, 252, 1, 0);
}
.popup-form__social-link:active {
  opacity: 0.3;
}
.popup-form__social-and {
  margin-top: -2px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1;
}
/* Calculator */
.popup__calculator {
  transform: translateY(100px);
  transition: all 0.5s ease-out;
}
.popup__calculator .section-title {
  margin-bottom: 10px;
}
.popup__calculator .section-subtitle {
  margin-bottom: 60px;
}
.popup__calculator .calculator__inner {
  padding: 30px;
  background: #1d1f20;
  border-radius: 10px;
}
/* Media */
@media (max-width: 1240px) {
  .popup__calculator {
    margin-top: -80px;
    margin-bottom: -80px;
    margin-left: -40px;
    width: calc(100% + 80px);
  }
  .popup__calculator .container {
    padding: 0;
  }
  .popup__calculator .section-title {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }
  .popup__calculator .section-subtitle {
    padding-left: 0;
  }
  .popup__calculator .calculator__inner {
    padding-top: 35px;
    padding-bottom: 110px;
    border-radius: 0;
  }
  .popup__calculator .calculator__result {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .popup__inner {
    padding: 70px 15px;
  }
  .popup__close {
    top: 32px;
    right: 27px;
  }
  /* Form */
  .popup__form {
    padding: 20px;
  }
  .popup-form__title,
  .popup-form__subtitle {
    padding: 0;
  }
  .popup-form__social {
    margin-top: 24px;
  }
  .popup-form__social-list {
    margin-top: 24px;
  }
  .footer__social-and {
    margin-top: -4px;
    padding: 0 14px;
  }
  .popup-form__social-link {
    font-size: 16px;
  }
  /* Calculator */
  .popup__calculator {
    margin-top: -70px;
    margin-bottom: -70px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .popup__calculator .container {
    padding: 0;
  }
  .popup__calculator .section-title {
    margin-bottom: 20px;
    padding: 0;
    padding-right: 40px;
  }
  .popup__calculator .section-subtitle {
    margin-bottom: 30px;
    padding: 0;
  }
  .popup__calculator .calculator__inner {
    padding: 35px;
    padding-bottom: 90px;
  }
}
.notice {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.notice.show {
  opacity: 1;
  pointer-events: visible;
}
.notice.show .notice__inner {
  transform: scale(1);
}
.notice__inner {
  margin: auto;
  padding: 25px;
  padding-bottom: 0;
  width: 100%;
  max-width: 470px;
  background: #1d1f20;
  border: 3px solid #CBFC01;
  border-radius: 10px;
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.5s ease-out;
}
.notice__header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice__title {
  margin: 0;
  display: block;
}
.notice__txt {
  margin: 0 0 30px;
}
.notice__close-bottom {
  margin-left: -25px;
  padding-left: 25px;
  padding-right: 25px;
  width: calc(100% + 50px);
  border: none;
  border-radius: 0;
}
/* Media */
@media (max-width: 1240px) {
  .notice__title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .notice__ico {
    width: 22px;
    height: 22px;
  }
  .notice__inner {
    padding: 20px;
    padding-bottom: 0;
    max-width: 290px;
    border-width: 1px;
    border-radius: 8px;
  }
  .notice__txt br {
    display: none;
  }
  .notice__close-bottom {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }
}
/* Pages */
/* Hero */
.home__hero {
  margin-bottom: 80px;
  height: 100vh;
  overflow: hidden;
}
.home__hero-blurry {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home__hero-inner {
  padding: 0 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home__hero-txt {
  margin: auto 0;
  transform: translateY(40px);
}
.home__hero-title {
  margin-bottom: 25px;
}
.home__hero-subtitle {
  margin: 0;
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.74);
}
.home__hero-form {
  margin-top: 35px;
  width: 100%;
  max-width: 783px;
}
.home__hero-btn {
  margin: 30px auto 0;
}
/* Brands */
.home__brands {
  margin: -100px 0;
  padding: 200px 0;
  overflow: hidden;
}
.home__brands-slider {
  overflow: initial;
}
.home__brands-slider:hover {
  z-index: 10;
}
.home__brands-item {
  position: relative;
}
.home__brands-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease-out;
}
.home__brands-btn:hover {
  opacity: 1;
}
.home__brands-btn:hover img:nth-child(1) {
  opacity: 0;
}
.home__brands-btn:hover img:nth-child(2) {
  opacity: 1;
}
.home__brands-btn img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.home__brands-btn img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.home__brands-tooltip {
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  background: #1d1f20;
  border: 1px solid #323232;
  font-size: 16px;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.home__brands-tooltip::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #1d1f20;
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.home__brands-tooltip p {
  margin: 0;
}
.home__brands-tooltip.show {
  opacity: 1;
  top: 140px;
}
.home__brands-tooltip-close {
  display: none;
}
/* About */
.home__about {
  display: flex;
  position: relative;
}
.home__about-col {
  width: 50%;
}
.home__about-col:first-child {
  padding-right: 70px;
}
.home__about-features {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home__about-features-item {
  width: 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(limegreen, transparent), linear-gradient(30deg, #CBFC01, transparent), linear-gradient(-60deg, #cbfe01, transparent);
  position: relative;
}
.home__about-features-item::before {
  content: "";
  display: block;
  background: #17191A;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.home__about-features-item:nth-child(1) {
  transform: translate(40px, 20px);
}
.home__about-features-item:nth-child(2) {
  margin-top: auto;
  transform: translate(0, -20px);
  z-index: 1;
}
.home__about-features-title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: linear-gradient(limegreen, transparent), linear-gradient(30deg, #CBFC01, transparent), linear-gradient(-60deg, #cbfe01, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.home__about-counter {
  display: flex;
}
.home__about-counter-col:first-child {
  margin-right: 80px;
}
.home__about-counter-num {
  display: block;
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 34px;
  color: #CBFC01;
  text-align: center;
}
.home__about-counter-txt {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  text-transform: lowercase;
}
.home__about-blurry {
  width: 600px;
  height: 600px;
  top: -150px;
  right: 0;
}
/* Documents */
.home__documents {
  position: relative;
}
.home__documents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(23, 25, 26, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home__documents-wrapper {
  height: 700px;
  position: relative;
}
.home__documents-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.home__documents-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.home__documents-btn {
  margin: 0 auto;
}
.home__documents-btn:not(:first-of-type) {
  display: none;
}
.home__documents-carousel {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 999;
  -webkit-perspective: 5000;
  perspective: 5000;
  transform: translate(-50%, -50%) scale(0.6);
  pointer-events: none;
  z-index: 1;
}
.home__documents-carousel-wrapper {
  margin: 0 auto;
  height: 300px;
  width: 400px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-animation: rotate 45s infinite linear;
  -webkit-animation: rotate 45s infinite linear;
  animation: rotate 45s infinite linear;
}
@keyframes rotate {
  0% {
    -moz-transform: rotateX(15deg) rotateY(0) rotateZ(15deg);
    -ms-transform: rotateX(15deg) rotateY(0) rotateZ(15deg);
    -webkit-transform: rotateX(15deg) rotateY(0) rotateZ(15deg);
    transform: rotateX(15deg) rotateY(0) rotateZ(15deg);
  }
  100% {
    -moz-transform: rotateX(15deg) rotateY(360deg) rotateZ(15deg);
    -ms-transform: rotateX(15deg) rotateY(360deg) rotateZ(15deg);
    -webkit-transform: rotateX(15deg) rotateY(360deg) rotateZ(15deg);
    transform: rotateX(15deg) rotateY(360deg) rotateZ(15deg);
  }
}
.home__documents-image {
  position: absolute;
  height: 100px;
  width: 400px;
  text-align: center;
}
.home__documents-image.i1 {
  transform: translateZ(485px);
}
.home__documents-image.i2 {
  transform: rotateY(45deg) translateZ(485px);
}
.home__documents-image.i3 {
  transform: rotateY(90deg) translateZ(485px);
}
.home__documents-image.i4 {
  transform: rotateY(135deg) translateZ(485px);
}
.home__documents-image.i5 {
  transform: rotateY(180deg) translateZ(485px);
}
.home__documents-image.i6 {
  transform: rotateY(225deg) translateZ(485px);
}
.home__documents-image.i7 {
  transform: rotateY(270deg) translateZ(485px);
}
.home__documents-image.i8 {
  transform: rotateY(315deg) translateZ(485px);
}
.home__documents-image img {
  width: 370px;
  height: 480px;
  border-radius: 10px;
}
/* Steps */
.home__steps {
  margin: 70px auto 0;
  width: 100%;
  display: flex;
}
.home__steps-item {
  padding: 0 30px;
  flex-basis: 0;
  flex-grow: 1;
}
.home__steps-ico {
  margin: 0 auto 30px;
  width: 60px;
  height: 60px;
  display: block;
}
.home__steps-title {
  text-align: center;
}
.home__steps-txt {
  margin-bottom: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
}
.home__steps-txt a {
  padding-bottom: 2px;
  color: #CBFC01;
  border-bottom: 1px solid rgba(203, 252, 1, 0.7);
  transition: all 0.3s ease-out;
}
.home__steps-txt a:hover {
  border-color: rgba(203, 252, 1, 0);
}
.home__steps-txt a:active {
  opacity: 0.3;
}
/* Feature */
.home__feature {
  display: flex;
  position: relative;
}
.home__feature-col {
  width: 50%;
  position: relative;
}
.home__feature-col:first-child {
  padding-right: 50px;
}
.home__feature-list {
  display: flex;
  flex-wrap: wrap;
}
.home__feature-item {
  margin-top: -1px;
  margin-right: -1px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #17191A;
  border: 1px solid #323232;
  position: relative;
}
.home__feature-item:nth-child(1),
.home__feature-item:nth-child(2) {
  width: 50%;
}
.home__feature-item:nth-child(3) {
  width: calc(100% - 1px);
}
.home__feature-item:nth-child(3) .home__feature-item-img {
  left: auto;
  right: 0;
}
.home__feature-item-title {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.home__feature-item-descr {
  margin: 0;
  margin-top: auto;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.home__feature-item-img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.home__feature-blurry {
  width: 600px;
  height: 600px;
  top: -120px;
  right: 0;
}
.home__feature-arrow {
  display: block;
  width: 220px;
  position: absolute;
  bottom: -58px;
  left: -38px;
}
.home__feature-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.home__feature-arrow span {
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: -3px;
  left: 88px;
  transform: rotate(-27deg);
}
/* FAQ */
.home__faq-item {
  padding: 0 30px;
  border: 1px solid #323232;
  transition: all 0.3s ease-out;
}
.home__faq-item:not(:last-child) {
  margin-bottom: 15px;
}
.home__faq-title {
  padding: 30px 0;
  padding-right: 40px;
  display: block;
  width: 100%;
  background: none;
  border: none;
  font-size: 20px;
  text-align: start;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.home__faq-title:hover::after {
  opacity: 1;
}
.home__faq-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico/chevron-down.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: -7px;
  transition: all 0.3s ease-out;
  opacity: 0.3;
  transform: rotate(-180deg);
}
.home__faq-title.active::after {
  opacity: 1;
  transform: rotate(0deg);
}
.home__faq-descr {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.home__faq-txt {
  padding-bottom: 10px;
  margin: -20px 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.4;
}
.home__faq-txt p {
  margin: 20px 0;
}
/* Media */
@media (max-width: 1240px) {
  /* Hero */
  .home__hero {
    margin-bottom: 0;
  }
  .home__hero-subtitle {
    width: 100%;
    max-width: 410px;
  }
  /* Brands */
  .home__brands-list {
    transform: none;
  }
  .home__brands-item {
    transform: none!important;
  }
  .home__brands-btn:hover {
    opacity: 0.3;
  }
  .home__brands-btn:hover img:nth-child(1) {
    opacity: 1;
  }
  .home__brands-btn:hover img:nth-child(2) {
    opacity: 0;
  }
  .home__brands-btn.active {
    opacity: 1;
  }
  .home__brands-btn.active img:nth-child(1) {
    opacity: 0;
  }
  .home__brands-btn.active img:nth-child(2) {
    opacity: 1;
  }
  .home__brands-tooltip {
    width: 330px;
    padding-right: 35px;
    border: none;
    position: fixed;
    top: auto!important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .home__brands-tooltip::after {
    display: none;
  }
  .home__brands-tooltip.show {
    bottom: 30px;
  }
  .home__brands-tooltip-close {
    padding: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CBFC01;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    pointer-events: visible;
  }
  .home__brands-tooltip-close svg {
    display: block;
    width: 100%;
    height: auto;
  }
  /* About */
  .home__about {
    flex-direction: column;
  }
  .home__about-col {
    width: 100%;
  }
  .home__about-col:nth-child(1) {
    margin-bottom: 120px;
    padding-right: 0;
  }
  .home__about-features-item {
    height: 260px;
  }
  .home__about-features-item:nth-child(1) {
    transform: translate(30px, 50px);
  }
  .home__about-features-item:nth-child(2) {
    transform: translateX(-30px);
  }
  .home__about-blurry {
    top: 120px;
  }
  .home__about-counter {
    padding-left: 30px;
  }
  /* Steps */
  .home__steps {
    margin: -15px;
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home__steps-item {
    margin: 15px;
    padding: 0 30px;
    flex-basis: calc(50% - 30px);
    flex-grow: 0;
  }
  .home__steps-txt br {
    display: none;
  }
  /* Feature */
  .home__feature {
    flex-direction: column;
  }
  .home__feature-col {
    width: 100%;
  }
  .home__feature-col:nth-child(1) {
    padding: 0;
    order: 2;
  }
  .home__feature-col:nth-child(2) {
    margin-bottom: 40px;
    order: 1;
  }
  .home__feature-arrow {
    display: none;
  }
  .home__feature-item-descr {
    width: 100%;
    max-width: 335px;
  }
  .home__feature-item-descr br {
    display: none;
  }
}
@media (max-width: 767px) {
  /* Hero */
  .home__hero {
    padding: 110px 0 35px;
    height: auto;
  }
  .home__hero-inner {
    padding: 0 20px;
  }
  .home__hero-txt {
    transform: translateY(0);
  }
  .home__hero-title {
    margin: 0 auto 30px;
    background: linear-gradient(limegreen, transparent), linear-gradient(30deg, #CBFC01, transparent), linear-gradient(-60deg, #cbfe01, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home__hero-title br {
    display: none;
  }
  .home__hero-subtitle {
    width: 100%;
    max-width: 550px;
    display: inline;
    font-size: 16px;
  }
  .home__hero-subtitle br {
    display: none;
  }
  .home__hero-blurry {
    width: calc(100% + 200px);
    height: auto;
    top: -50%;
    left: auto;
    right: -50%;
    bottom: 0;
    transform: translate(0);
  }
  /* Brands */
  .home__brands {
    margin: -35px 0;
    padding: 70px 0;
  }
  .home__brands-tooltip {
    padding-right: 30px;
    width: 290px;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(50, 50, 50, 0.1);
    border-radius: 0;
    color: rgba(23, 25, 26, 0.9);
  }
  .home__brands-tooltip.show {
    bottom: 15px;
  }
  /* About */
  .home__about-col:nth-child(1) {
    margin-bottom: 70px;
  }
  .home__about-features {
    flex-direction: column;
  }
  .home__about-features-item {
    width: 100%;
    height: 230px;
    transform: translate(0, 0) !important;
  }
  .home__about-features-item::before {
    background: #17191A;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
  }
  .home__about-features-item:nth-child(1) {
    margin-bottom: 15px;
  }
  .home__about-features-title {
    font-size: 16px;
  }
  .home__about-counter {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .home__about-counter-col {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #323232;
  }
  .home__about-counter-col:nth-child(1) {
    margin: 0;
    border-top: 1px solid #323232;
  }
  .home__about-counter-num {
    font-size: 18px;
    line-height: 1;
  }
  .home__about-counter-txt {
    width: 100%;
    max-width: 130px;
    font-size: 14px;
    color: #fff;
    text-align: end;
  }
  .home__about-blurry {
    width: 100%;
    height: auto;
    top: auto;
    bottom: -60px;
    left: -120px;
  }
  /* Documents */
  .home__documents {
    padding: 35px;
    overflow: hidden;
  }
  .home__documents-wrapper {
    height: 325px;
  }
  .home__documents-carousel {
    transform: translate(-50%, -50%) scale(0.35);
  }
  .home__documents-image img {
    width: 390px;
    height: 580px;
  }
  .home__documents-btn {
    width: -webkit-max-content;
    width: max-content;
    text-align: center;
  }
  /* Steps */
  .home__steps {
    margin: 0;
    margin-top: 40px;
    border-top: 1px solid #323232;
  }
  .home__steps-item {
    margin: 0;
    padding: 20px;
    flex-basis: 100%;
    border-bottom: 1px solid #323232;
    position: relative;
  }
  .home__steps-ico {
    margin: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 22px;
    left: 18px;
  }
  .home__steps-title {
    padding-left: 50px;
    text-align: start;
  }
  .home__steps-txt {
    margin: 0;
    padding-left: 50px;
    text-align: start;
  }
  /* Feature */
  .home__feature-list {
    flex-direction: column;
  }
  .home__feature-item {
    margin: 0;
    margin-top: -1px;
    padding: 20px;
    width: 100%!important;
  }
  .home__feature-item-img {
    left: 0!important;
    right: auto!important;
  }
  .home__feature-item-title {
    margin-bottom: 15px;
  }
  /* FAQ */
  .home__faq-item {
    padding: 0 20px;
  }
  .home__faq-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .home__faq-title {
    padding: 20px 0;
    padding-right: 30px;
    font-size: 16px;
  }
  .home__faq-title:hover::after {
    opacity: 0.3;
  }
  .home__faq-title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 1px solid #323232;
    position: absolute;
    bottom: 0;
    left: -20px;
    transition: all 0.3s ease-out;
  }
  .home__faq-title::after {
    width: 24px;
    height: 24px;
    top: 17px;
    right: -4px;
  }
  .home__faq-title.active::before {
    width: calc(100% + 40px);
    transition-delay: 0.3s;
  }
  .home__faq-title.active::after {
    opacity: 1;
  }
  .home__faq-txt {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/* Hero */
.single__hero {
  margin-bottom: 80px;
  padding-bottom: 40px;
  height: 480px;
  background: linear-gradient(limegreen, transparent), linear-gradient(30deg, #CBFC01, transparent), linear-gradient(-60deg, #cbfe01, transparent);
}
.single__hero-row {
  margin-top: auto;
}
.single__hero-title {
  margin-bottom: 10px;
  color: #17191A;
}
.single__hero-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: rgba(23, 25, 26, 0.9);
}
.single__hero-bottom {
  margin-top: 100px;
  display: flex;
}
.single__hero-price {
  margin-right: 50px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  font-size: 20px;
  color: #17191A;
  border: 1px solid #323232;
}
.single__hero-warranty-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #17191A;
}
.single__hero-warranty-txt {
  display: block;
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 20px;
  color: #17191A;
}
.single__hero-warranty-subtxt {
  display: block;
  font-size: 12px;
  color: #17191A;
  text-transform: lowercase;
}
/* Gallery */
.single__gallery {
  margin-bottom: 80px;
}
.single__gallery-gallery {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "img-1 img-1 img-2" "img-1 img-1 img-3" "img-4 img-5 img-6";
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.single__gallery-link:nth-child(1) {
  grid-area: img-1;
}
.single__gallery-link:nth-child(2) {
  grid-area: img-2;
}
.single__gallery-link:nth-child(3) {
  grid-area: img-3;
}
.single__gallery-link:nth-child(4) {
  grid-area: img-4;
}
.single__gallery-link:nth-child(5) {
  grid-area: img-5;
}
.single__gallery-link:nth-child(6) {
  grid-area: img-6;
}
.single__gallery-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Content */
.single__content {
  position: relative;
}
.single__content-inner {
  margin: -20px 0;
  width: 100%;
  max-width: 1100px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.74);
}
.single__content-inner p {
  margin: 20px 0;
}
.single__content-inner h3,
.single__content-inner h4 {
  margin: 30px 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
}
.single__content-inner a {
  padding-bottom: 2px;
  color: #CBFC01;
  border-bottom: 1px solid rgba(203, 252, 1, 0);
  transition: all 0.3s ease-out;
}
.single__content-inner a:hover {
  border-color: #CBFC01;
}
.single__content-inner a:active {
  opacity: 0.3;
}
.single__content-inner ul {
  margin: 20px 0;
}
.single__content-inner ul li {
  padding-left: 0;
  position: relative;
}
.single__content-inner ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #CBFC01;
  position: absolute;
  top: 10px;
  left: -20px;
}
.single__content-inner ul li:not(:last-child) {
  margin-bottom: 8px;
}
.single__content-blurry {
  width: auto;
  height: 300%;
  position: absolute;
  top: -100%;
  right: 0;
  z-index: -1;
}
/* Features */
.single__features-row {
  display: flex;
}
.single__features-main {
  margin-right: 30px;
  padding: 30px;
  width: 50%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.single__features-txt {
  margin: 0 0 60px;
  width: 100%;
  max-width: 480px;
  font-size: 22px;
  color: rgba(23, 25, 26, 0.9);
}
.single__features-btn {
  margin-top: auto;
}
.single__feature-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.single__feature-item {
  margin-top: -1px;
  margin-right: -1px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #17191A;
  border: 1px solid #323232;
  position: relative;
}
.single__feature-item:nth-child(1),
.single__feature-item:nth-child(2) {
  width: 50%;
}
.single__feature-item:nth-child(3) {
  width: calc(100% - 1px);
}
.single__feature-item:nth-child(3) .single__feature-item-img {
  left: auto;
  right: 0;
}
.single__feature-item-title {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.single__feature-item-descr {
  margin: 0;
  margin-top: auto;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.single__feature-item-img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.single__features-secondary {
  padding: 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #1d1f20;
  border: 1px solid #323232;
}
.single__features-secondary-subtitle {
  margin: 0;
  width: 100%;
  max-width: 505px;
}
.single__features-counter {
  margin-top: auto;
  display: flex;
}
.single__features-counter-col:first-child {
  margin-right: 80px;
}
.single__features-counter-num {
  display: block;
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 34px;
  color: #CBFC01;
  text-align: center;
}
.single__features-counter-txt {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  text-transform: lowercase;
}
/* Media */
@media (max-width: 1240px) {
  .single__hero-title {
    padding: 0;
  }
  .single__features-row {
    flex-direction: column;
  }
  .single__features-main {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    min-height: auto;
  }
  .single__features-txt {
    max-width: 760px;
  }
  .single__feature-list {
    width: 100%;
  }
  .single__feature-item-descr {
    width: 100%;
    max-width: 340px;
  }
  .single__feature-item-descr br {
    display: none;
  }
  .single__features-secondary {
    width: 100%;
  }
  .single__features-secondary-title {
    padding: 0;
  }
  .single__features-secondary-subtitle {
    margin-bottom: 40px;
    max-width: 850px;
  }
}
@media (max-width: 767px) {
  .single__hero {
    margin-bottom: 35px;
    padding-bottom: 35px;
    padding-top: 100px;
    height: auto;
  }
  .single__hero-bottom {
    margin-top: 30px;
    flex-direction: column;
  }
  .single__hero-price {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
  }
  .single__hero-warranty {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .single__hero-warranty::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/ico/shield.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .single__hero-warranty-title,
  .single__hero-warranty-txt {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
  }
  .single__hero-warranty-txt {
    padding-left: 5px;
  }
  .single__hero-warranty-subtxt {
    width: 100%;
  }
  .single__gallery {
    margin-bottom: 35px;
  }
  .single__gallery-gallery {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .single__content {
    margin-bottom: -35px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  .single__content-inner {
    padding: 0 20px;
    font-size: 16px;
  }
  .single__content-inner h3 {
    margin: 25px 0;
    font-size: 22px;
  }
  .single__content-inner ul li::before {
    width: 4px;
    height: 4px;
    left: -15px;
    top: 8px;
  }
  .single__content-blurry {
    width: calc(100% + 100px);
    height: auto;
    top: auto;
    right: auto;
    left: -50px;
    transform: rotate(90deg);
    bottom: -142px;
  }
  .single__features {
    padding: 35px 0;
  }
  .single__features-main {
    margin-left: -15px;
    padding: 35px;
    width: calc(100% + 30px);
  }
  .single__features-txt {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .single__features-btn {
    font-size: 14px;
  }
  .single__feature-list {
    flex-direction: column;
  }
  .single__feature-item {
    margin: 0;
    margin-top: -1px;
    padding: 20px;
    width: 100%!important;
  }
  .single__feature-item-img {
    left: 0!important;
    right: auto!important;
  }
  .single__feature-item-title {
    margin-bottom: 15px;
  }
  .single__features-secondary {
    margin-top: -30px;
    margin-left: -15px;
    padding: 35px;
    width: calc(100% + 30px);
    border: none;
  }
  .single__features-secondary-subtitle {
    margin-bottom: 30px;
  }
  .single__features-counter {
    flex-direction: column;
  }
  .single__features-counter-col {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #323232;
  }
  .single__features-counter-col:nth-child(1) {
    margin: 0;
    border-top: 1px solid #323232;
  }
  .single__features-counter-num {
    font-size: 18px;
    line-height: 1;
  }
  .single__features-counter-txt {
    width: 100%;
    max-width: 130px;
    font-size: 14px;
    color: #fff;
    text-align: end;
  }
}
.contact {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.contact__row {
  display: flex;
  height: 100%;
}
.contact__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.contact__col:first-child {
  padding-right: 100px;
  width: 60%;
}
.contact__col:first-child::after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  border-right: 1px solid #323232;
  position: absolute;
  top: 0;
  right: 0;
}
.contact__col:last-child {
  width: 40%;
}
.contact__form {
  width: 100%;
  max-width: 600px;
}
.contact__col-inner {
  padding-left: 100px;
  transform: translateY(14px);
}
.contact__title {
  margin-bottom: 40px;
}
.contact__descr {
  margin: 0 0 30px;
  width: 100%;
}
.contact__txt {
  margin: 0;
  font-size: 20px;
}
.contact__item:not(:last-child) {
  margin-bottom: 6px;
}
.contact__link {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-out;
}
.contact__link:hover {
  color: #CBFC01;
}
.contact__link:hover span {
  color: #fff;
}
.contact__link:active {
  color: rgba(255, 255, 255, 0.3);
}
.contact__link span {
  color: #fff;
  opacity: 0.5;
}
.contact__social {
  margin-top: 30px;
  display: flex;
}
.contact__social-item:not(:first-child) {
  margin-left: 6px;
}
.contact__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CBFC01;
  border-radius: 4px;
  border: 1px solid #CBFC01;
  transition: all 0.3s ease-out;
}
.contact__social-link:hover {
  background: #fff;
  border-color: #fff;
}
.contact__social-link:active svg {
  opacity: 0.3;
}
.contact__social-link svg {
  width: 20px;
  height: 20px;
  fill: #17191A;
  transition: all 0.3s ease-out;
}
/* Media */
@media (max-width: 1240px) {
  .contact {
    padding-top: 150px;
    padding-bottom: 80px;
    height: auto;
    overflow: initial;
  }
  .contact__row {
    flex-direction: column;
  }
  .contact__col {
    padding: 0 30px!important;
    width: 100%!important;
  }
  .contact__col:first-child {
    margin-bottom: 80px;
    padding-bottom: 80px!important;
  }
  .contact__col:first-child::after {
    width: calc(100% + 60px);
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #323232;
    top: auto;
    right: auto;
    bottom: 0;
    left: -30px;
  }
  .contact__title {
    padding-left: 0;
    padding-right: 0;
  }
  .contact__form {
    max-width: 100%;
  }
  .contact__col-inner {
    padding-left: 0;
    transform: translate(0, 0);
  }
  .contact__descr {
    margin-bottom: 40px;
  }
  .contact__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .contact__social {
    margin-top: 26px;
  }
}
/* Media */
@media (max-width: 767px) {
  .contact {
    padding-top: 110px;
    padding-bottom: 35px;
  }
  .contact__col {
    padding: 0 20px!important;
  }
  .contact__col:first-child {
    margin-bottom: 35px;
    padding-bottom: 35px!important;
  }
  .contact__col:first-child::after {
    width: calc(100% + 30px);
    left: -15px;
  }
  .contact__title {
    margin-bottom: 25px;
  }
  .contact__descr {
    margin-bottom: 20px;
  }
  .contact__txt {
    width: 100%;
    max-width: 325px;
    font-size: 18px;
  }
  .contact__txt br {
    display: none;
  }
  .contact__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.portfolio {
  padding-top: 0;
}
.portfolio__btns {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.portfolio__btns-btn.active {
  background: #CBFC01;
  color: #17191A;
  border-color: #CBFC01;
}
.portfolio__images {
  display: none;
}
.portfolio__images.show {
  display: block;
}
.portfolio__images-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.portfolio__images-link {
  width: calc((100% / 3) - 20px);
}
.portfolio__images-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio__videos {
  flex-wrap: wrap;
  gap: 30px;
  display: none;
}
.portfolio__videos.show {
  display: flex;
}
.portfolio__videos-item {
  width: calc(50% - 15px);
}
.portfolio__videos-item iframe {
  width: 100%;
  height: calc(530 / 1920 * 100vw);
  object-fit: cover;
}
/* Media */
@media (max-width: 1240px) {
  .portfolio__images-gallery {
    gap: 15px;
  }
  .portfolio__images-link {
    width: calc((100% / 3) - 15px);
  }
  .portfolio__videos {
    gap: 15px;
  }
  .portfolio__videos-item {
    width: calc(50% - 8px);
  }
  .portfolio__videos-item iframe {
    height: calc(230 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .portfolio__btns {
    gap: 4px;
  }
  .portfolio__btns-btn {
    padding: 6px 8px!important;
    border-color: #323232 !important;
    background: #1d1f20 !important;
    border-radius: 6px!important;
  }
  .portfolio__btns-btn.active {
    background: #CBFC01 !important;
    border-color: #CBFC01 !important;
    color: #17191A !important;
  }
  .portfolio__images-gallery {
    gap: 6px;
  }
  .portfolio__images-link {
    width: calc((100% / 2) - 3px);
  }
  .portfolio__videos {
    gap: 6px;
  }
  .portfolio__videos-item {
    width: 100%;
  }
  .portfolio__videos-item iframe {
    height: calc(210 / 320 * 100vw);
  }
}
.company {
  padding-top: 160px;
}
.company__inner {
  position: relative;
}
.company__slider {
  width: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}
.company__slider-img {
  display: block;
  width: 100%;
  height: auto;
}
.company__row {
  display: flex;
  gap: 160px;
  position: relative;
  z-index: 2;
}
.company__col {
  width: 50%;
}
.company__txt {
  margin: 0;
  width: 100%;
  max-width: 500px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.company__counter {
  margin: 60px 0 160px;
  display: flex;
}
.company__counter-col:first-child {
  margin-right: 80px;
}
.company__counter-num {
  display: block;
  font-family: 'Unbounded';
  font-weight: 500;
  font-size: 34px;
  color: #CBFC01;
  text-align: center;
}
.company__counter-txt {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  text-transform: lowercase;
}
.company__documents {
  position: relative;
}
.company__documents-img {
  height: auto;
}
.company__documents-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__documents-nav {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.company__documents-btn {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.company__documents-btn:hover svg {
  stroke: #CBFC01;
}
.company__documents-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.company__documents-btn svg {
  display: block;
  width: 100%;
  height: auto;
}
/* Media */
@media (max-width: 1240px) {
  .company__row {
    gap: 70px;
  }
  .company__txt {
    font-weight: 400;
  }
  .company__slider {
    display: none;
  }
  .company__counter {
    margin-bottom: 80px;
    justify-content: center;
  }
  .company__documents-title {
    padding-left: 0;
    padding-right: 0;
  }
  .company__documents-btn:hover svg {
    stroke: #fff;
  }
}
@media (max-width: 767px) {
  .company {
    padding-top: 0;
  }
  .company__slider {
    margin-left: -15px;
    width: calc(100% + 30px);
    display: block;
    position: initial;
  }
  .company__page-title {
    margin-top: -90px;
    position: relative;
    z-index: 2;
  }
  .company__row {
    margin-top: -10px;
    padding: 25px 0;
    background: #fff;
    color: #17191A;
    flex-direction: column;
    gap: 20px 0;
  }
  .company__col {
    padding: 0 20px;
    width: 100%;
  }
  .company__txt {
    font-size: 18px;
  }
  .company__counter {
    margin: 70px 0;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .company__counter-col {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #323232;
  }
  .company__counter-col:nth-child(1) {
    margin: 0;
    border-top: 1px solid #323232;
  }
  .company__counter-num {
    font-size: 18px;
    line-height: 1;
  }
  .company__counter-txt {
    width: 100%;
    max-width: 130px;
    font-size: 14px;
    color: #fff;
    text-align: end;
  }
  .company__documents-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .company__documents-nav {
    display: none;
  }
}
/*# sourceMappingURL=./style.css.map */