@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Bold.eot');
    src: url('fonts/subset-Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Bold.woff') format('woff'),
        url('fonts/subset-Montserrat-Bold.ttf') format('truetype'),
        url('fonts/subset-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Code Pro';
    src: url('fonts/subset-SourceCodePro-Bold.eot');
    src: url('fonts/subset-SourceCodePro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-SourceCodePro-Bold.woff2') format('woff2'),
        url('fonts/subset-SourceCodePro-Bold.woff') format('woff'),
        url('fonts/subset-SourceCodePro-Bold.ttf') format('truetype'),
        url('fonts/subset-SourceCodePro-Bold.svg#SourceCodePro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.blur-effect {
  filter: blur(25px);
  transform: translate(0,150px);
  opacity: 0;
  transition: filter 1s ease, transform 0.8s ease, opacity 0.4s ease;
}
.blur-effect_active {
  filter: blur(0);
  transform: translate(0,0);
  opacity: 1;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  z-index: 2;
}

.section__title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 70px;
    line-height: 130%;
    color: #fff;
}
.section__title_large {
  font-family: 'Source Code Pro';
  font-size: 160px;
  font-weight: bold;
}
.section__text {
  font-weight: 300;
  font-size: 42px;
  line-height: 125%;
  color: #fff;
}
.section__text_large {
    font-size: 50px;
}
.section__text.section__text_small {
  font-size: 34px;
}
.section__text + .section__text {
  margin-top: 90px;
}
.section__btn {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    .section__title {
        font-size: 100px;
    }
    .section__title_large {
        font-size: 160px;
    }
    .section__text {
        font-size: 42px;
    }
    .section__text_small {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .section__title {
        font-size: 72px;
    }
    .section__title_large {
        font-size: 130px;
    }
    .section__text {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section__text {
        font-size: 26px;
    }
    .section__text + .section__text {
        margin-top: 40px;
    }
    .section__title {
        font-size: 56px;
    }
    .section__title_large {
        font-size: 100px;
    }
    .section__content {
        padding: 60px 0;
    }
}


.section_counters .section__bg-img {
  opacity: 0.25;
}
.section_counters .section__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #030302 0%, transparent 54.69%, #030302 100%);
  z-index: 3;
}
.section_video {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 90px;
}
.section_video .section__video-wrapper:before,
.section_video .section__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(67.95% 67.95% at 50% 50%, rgba(3, 3, 2, 0) 0%, #030302 70.97%);
  z-index: 3;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section_video .section__video-wrapper_active:before {
    opacity: 0;
    visibility: hidden;
}
.section_video .section__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.section_info .section__bg-img {
  opacity: 0.75;
}
.section_info .section__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(3, 3, 2, 0.24) 0%, #030302 100%);
  z-index: 3;
}
.section_install {
    z-index: 6;
}
.section_install .section__bg {
  left: 40%;
  right: -35%;
  top: -20%;
  pointer-events: none;
}
.section_install .section__bg-img {
  object-fit: contain;
  object-position: left top;
}
.section_action .section__bg-img {
  opacity: 0.6;
}
.section_action .section__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 19.79%, #000000 100%);
  z-index: 3;
}
.section_offer .section__bg {
  left: 30%;
  top: 50%;
  transform: translate(0,-50%);
  bottom: auto;
}
.section_offer .section__bg-img {
    position: relative;
    object-fit: contain;
}
.section_offer .section__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(3, 3, 2, 0) 0%, #030302 100%);
  z-index: 3;
}
.section_advantages .section__bg {
    opacity: 0.6;
}
.section_advantages .section__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%, #030202 100%);*/
    background: -moz-radial-gradient(center, ellipse cover,  rgba(3,2,2,0) 0%, rgba(0,0,0,0.51) 51%, rgba(3,2,2,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(3,2,2,0) 0%,rgba(0,0,0,0.51) 51%,rgba(3,2,2,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(3,2,2,0) 0%,rgba(0,0,0,0.51) 51%,rgba(3,2,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030202', endColorstr='#030202',GradientType=1 );
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .section:not(.section_intro) {
        height: auto;
    }
    .section_install .section__bg {
        left: 0;
        top: 0;
    }
}

.intro-block__title {
    font-family: 'Montserrat';
    font-size: 105px;
    line-height: 0.95;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.index-footer {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  z-index: 5;
}
.index-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-footer__scroll {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: -1px;
}
.index-footer__scroll:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 50px;
  background: #fff;
  margin-top: 14px;
}
.index-footer__scroll-icon-line {
    animation-name: scroll-animation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.index-footer__scroll.blur-effect {
    filter: none;
    transform: translate(0,0);
    opacity: 1;
    transition: filter 1s ease, transform 0.8s ease, opacity 0.4s ease;
}
.index-footer__scroll.blur-effect_active {
    opacity: 0;
}
@keyframes scroll-animation {
    0% {
        transform: translate(0,0);
        opacity: 0;
    }
    5% {
        transform: translate(0,0);
        opacity: 1;
    }
    50% {
        transform: translate(0,12px);
        opacity: 1;
    }
    75% {
        transform: translate(0,15px);
        opacity: 0;
    }
    100% {
        transform: translate(0,15px);
        opacity: 0;
    }
}
@media screen and (max-width: 1199px) {
    .intro-block__title {
        font-size: 90px;
    }
}
@media screen and (max-width: 991px) {
    .intro-block__title {
        font-size: 68px;
    }
}
@media screen and (max-width: 767px) {
    .index-footer {
        bottom: 20px;
    }
    .intro-block__title {
        font-size: 9vw;
    }
    .index-footer__scroll {
        display: none;
    }
    .index-footer__logo-img {
        height: 24px;
    }
}
@media screen and (max-width: 575px) {
    .intro-block__title {
        font-size: 11vw;
    }
}

.index-advantages {
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
}
.index-advantages__logo {
    margin: 0 0 74px;
    display: inline-block;
}
.index-advantages__logo-img {
    max-height: 162px;
}
.index-advantages__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 125%;
    max-width: 825px;
    margin: 0 auto 80px;
}
.index-advantages__title_lp.section__text {
    font-size: 36px;
}
.index-advantages__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    max-width: 712px;
    margin: 0 auto;
}
.index-advantages__text_large {
    font-size: 20px;
}
.index-advantages__text + .index-advantages__text {
    margin-top: 25px;
}
.index-advantages__btn {
    margin-bottom: 80px;
}
.section_advantages.section-page_first .section__content {
    padding-top: 0;
}
@media screen and (max-width: 991px) {
    .index-advantages__title {
        font-size: 40px;
    }
    .index-advantages__title_lp.section__text {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-advantages__title {
        font-size: 26px;
    }
    .index-advantages__title_lp.section__text {
        font-size: 24px;
    }
}

.index-counter__title {
    text-align: center;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: flex-end;
    padding: 24px;
    position: relative;
    margin: 0 auto;
    transition: border 0.2s ease;
}
.index-counter__title:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
}
.index-counter__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform: rotate(-90deg);
}
.index-counter__progress-line {
    stroke: #CF0D2D;
    stroke-width: 3;
    transition: stroke-dashoffset 3s ease;
}
.index-counter__waves {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border-radius: 50%;
    background: #000;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.index-counter__waves-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0,125%);
    transition: transform 2s ease;
}
.index-counter__title_active .index-counter__waves-inner {
    transform: translate(0,38%);
}
.index-counter__wave {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 200%;
    height: auto;
    animation-name: wave-left;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}
.index-counter__wave_2 {
    bottom: 2%;
    left: 0;
    animation-name: wave-right;
    animation-duration: 8s;
}
.index-counter__wave_3 {
    bottom: 8%;
    animation-duration: 3s;
}
.index-counter__title-inner {}
.index-counter__text {
    font-size: 36px;
}
.index-counter__btn {
    margin-top: 100px;
}
/*
.index-counter__text:first-child {
  background: linear-gradient(179.34deg, rgba(0, 0, 0, 0.72) 0.57%, rgba(255, 255, 255, 0) 146.9%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-counter__text:last-child {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) -11.25%, transparent 220.09%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/
@keyframes wave-left {
    0% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(50%);
    }
}
@keyframes wave-right {
    0% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 991px) {
    .index-counter__text {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .index-counter__title {
        text-align: center;
        margin-bottom: 50px;
    }
    .index-counter__text {
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .index-counter__title {
        width: 280px;
        height: 280px;
    }
}

.index-features__section + .index-features__section {
    margin-top: 250px;
}
.index-features__group + .index-features__group {
    margin-top: 60px;
}
.index-features__group {
    display: flex;
    position: relative;
}
.index-features__icon-wrapper {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #F70424;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 51.9941px #ED1D24;
    margin-right: 32px;
    position: relative;
}
.index-features__icon {
    width: 55px;
    height: auto;
}
.index-features__text {
    font-size: 40px;
    margin-bottom: 100px;
}
.index-features__text_small {
    font-size: 26px;
    margin-bottom: 100px;
}
.index-features__text_large {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.31;
    text-transform: uppercase;
}
.index-features__title {
    font-size: 32px;
    margin-bottom: 8px;
}
.index-features__title_gradient {
  background: linear-gradient(180.17deg, #FFFFFF 57.09%, rgba(0, 0, 0, 0.82) 99.85%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-features__title_small {
    font-size: 50px;
    margin-bottom: 30px;
}
.index-features__title_large {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.index-features__helper {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}
.index-features__helper p {
    margin: 0;
}
.index-features__helper p + p {
    margin-top: 25px;
}
.index-features__img-wrapper {
    
}
.index-features__img {
  max-width: none;
}
@media screen and (max-width: 991px) {
    .index-features__img {
        width: 700px;
    }
    .index-features__text {
        margin-bottom: 32px;
        font-size: 32px;
    }
    .index-features__text_small {
        font-size: 24px;
        margin-bottom: 80px;
    }
    .index-features__title {
        font-size: 36px;
    }
    .index-features__title_small {
        font-size: 40px;
    }
    .index-features__section + .index-features__section {
        margin-top: 150px;
    }
    .index-features__helper {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-features__group {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .index-features__icon-wrapper {
        margin: 0 0 24px;
    }
    .index-features__img {
        max-width: 100%;
        margin-top: 40px;
    }
    .index-features__text {
        text-align: center;
    }
    .index-features__title {
        text-align: center;
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .index-features__group:not(:last-child):before {
        content: "";
        position: absolute;
        top: 45px;
        left: 45px;
        bottom: -105px;
        border-right: 1px dashed #C6C6C6;
        opacity: 0.8;
    }
}

.index-about__title {
  font-weight: bold;
  font-size: 150px;
  line-height: 1;
  color: #FFFFFF;
}
.index-about__title-helper {
  font-size: 50px;
}
@media screen and (max-width: 991px) {
    .index-about__title {
        font-size: 82px;
    }
    .index-about__title-helper {
        font-size: 32px;
    }
}
@media screen and (max-width: 991px) {
    .index-about__title {
        margin-bottom: 40px;
    }
}

.index-info__name {
  font-weight: bold;
  font-size: 40px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 70px;
}
.index-info__dl-group {
    display: flex;
    margin: 0 -20px;
    justify-content: space-between;
    position: relative;
}
.index-info__dl-group:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: -moz-linear-gradient(left,  rgba(247,4,36,0) 0%, rgba(247,4,36,1) 50%, rgba(247,4,36,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(247,4,36,0) 0%,rgba(247,4,36,1) 50%,rgba(247,4,36,0) 100%);
    background: linear-gradient(to right,  rgba(247,4,36,0) 0%,rgba(247,4,36,1) 50%,rgba(247,4,36,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f70424', endColorstr='#00f70424',GradientType=1 );

}
.index-info__dl-group > .index-info__dl {
    padding: 80px 20px 0;
}
.index-info__dl {
  margin-bottom: 70px;
  position: relative;
}
.index-info__dl:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.31);
    border: 1px solid #F70424;
    border-radius: 50%;
}
.index-info__dl:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
}
.index-info__dt {
  font-weight: 300;
  font-size: 14px;
  line-height: 105%;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.index-info__dd {
  font-weight: bold;
  font-size: 32px;
  line-height: 105%;
  color: #FFFFFF;
}
.index-info__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 105%;
  color: #FFFFFF;
  margin-bottom: 35px;
}
* + .index-info__title {
  margin-top: 105px;
}
.index-info__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 100px;
}
.index-info__text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.index-info__text ul li {
  padding-left: 20px;
  position: relative;
}
.index-info__text ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.index-info__text ul li + li {
  margin-top: 20px;
}
.index-info__btn.btn {
    transition: filter 1s ease, transform 0.8s ease, opacity 0.4s ease, color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 991px) {
    .index-info__name {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .index-info__dl {
        margin-bottom: 40px;
    }
    .index-info__dd {
        font-size: 32px;
    }
    * + .index-info__title {
        margin-top: 40px;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .index-info__text {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .index-info__text ul li + li {
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-info__dl-group {
        flex-wrap: wrap;
    }
    .index-info__dl-group:before {
        content: none;
        display: none;
    }
    .index-info__dl {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 80px;
    }
    .index-info__dl-group > .index-info__dl {
        padding: 50px 20px 0;
    }
}

.detail-pic {
    text-align: center;
    margin-top: 70px;
}
.detail-pic__inner {
    display: inline-block;
    position: relative;
}
.detail-pic__img {}
.detail-pic__info {
    position: absolute;
    right: calc(100% + 50px);
    color: #FFFFFF;
    font-weight: 300;
    text-align: right;
    line-height: 125%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.detail-pic__info-title {
    font-size: 20px;
    margin-bottom: 16px;
    position: relative;
    width: 100%;
}
.detail-pic__info-title:before {
    content: "";
    position: absolute;
    left: calc(100% + 18px);
    top: 50%;
    transform: translate(0,-50%);
    height: 1px;
    background: rgba(255,255,255,0.5);
    width: 60px;
}
.detail-pic__info-text {
    font-size: 14px;
    position: relative;
}

.detail-pic__info_right {
    left: calc(100% + 50px);
    text-align: left;
    align-items: flex-start;
}
.detail-pic__info_right .detail-pic__info-title:before {
    left: auto;
    right: calc(100% + 18px);
}
.detail-pic__info_1 {
    top: 2%;
}
.detail-pic__info_2 {
    top: 9%;
}
.detail-pic__info_2 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}
.detail-pic__info_3 {
    top: 15%;
}
.detail-pic__info_4 {
    top: 25.5%;
}
.detail-pic__info_5 {
    top: 32%;
}
.detail-pic__info_5 .detail-pic__info-title:before,
.detail-pic__info_5 .detail-pic__info-text:before {
    width: calc(30% + 32px);
}
.detail-pic__info_6 {
    top: 46%;
}
.detail-pic__info_6 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}
.detail-pic__info_7 {
    top: 47%;
}
.detail-pic__info_7 .detail-pic__info-title:before {
    width: calc(11% + 32px);
}
.detail-pic__info_8 {
    top: 56.5%;
}
.detail-pic__info_8 .detail-pic__info-title:before {
    width: calc(10% + 32px);
}
.detail-pic__info_9 {
    top: 60%;
}
.detail-pic__info_9 .detail-pic__info-title:before {
    width: calc(35% + 32px);
}
.detail-pic__info_10 {
    top: 67%;
}
.detail-pic__info_10 .detail-pic__info-title:before {
    width: calc(35% + 32px);
}
.detail-pic__info_11 {
    top: 72%;
}
.detail-pic__info_11 .detail-pic__info-title:before {
    width: calc(20% + 32px);
}
.detail-pic__info_12 {
    top: 75%;
}
.detail-pic__info_12 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}
.detail-pic__info_13 {
    top: 78.5%;
}
.detail-pic__info_13 .detail-pic__info-title:before {
    width: calc(40% + 32px);
}
.detail-pic__info_14 {
    top: 79%;
}
.detail-pic__info_14 .detail-pic__info-title:before {
    width: calc(13% + 32px);
}
.detail-pic__info_15 {
    top: 87%;
}
.detail-pic__info_15 .detail-pic__info-title:before {
    width: calc(32% + 32px);
}
.detail-pic__info_16 {
    top: 95%;
}
.detail-pic__info_16 .detail-pic__info-title:before {
    width: calc(50% + 32px);
}

@media screen and (max-width: 1279px) {
    .detail-pic__info-text {
        width: 60%;
    }
}
@media screen and (max-width: 991px) {
    .detail-pic__inner {
        max-width: 250px;
    }
    .detail-pic__info {
        right: calc(95% + 50px);
        width: 85%;
    }
    .detail-pic__info_right {
        left: calc(95% + 50px);
    }
    .detail-pic__info-title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .detail-pic__info-text {
        font-size: 12px;
        line-height: 1.1;
        letter-spacing: -0.02em;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .detail-pic {
        text-align: right;
        margin-top: 40px;
    }
    .detail-pic__inner {
        max-width: 40vw;
    }
    .detail-pic__info {
        width: calc(100% - 20px);
    }
    .detail-pic__info-title {
        white-space: nowrap;
        display: flex;
        justify-content: flex-end;
        font-size: 12px;
    }
    .detail-pic__info-text {
        display: none;
    }
    .detail-pic__info_right {
        left: auto;
        text-align: right;
    }
    .detail-pic__info_right .detail-pic__info-title:before {
        left: calc(100% + 18px);
    }
    .detail-pic__info_3 {
        top: 16.5%;
    }
    .detail-pic__info_6 {
        top: 44%;
    }
    .detail-pic__info_7 {
        top: 48%;
    }
    .detail-pic__info_8 {
        top: 53.5%;
    }
    .detail-pic__info_8 .detail-pic__info-title::before {
        width: calc(90% + 32px);
    }
    .detail-pic__info_10 {
        top: 65%;
    }
    .detail-pic__info_11 {
        top: 70%;
    }
    .detail-pic__info_14 {
        top: 83%;
    }
    .detail-pic__info_14 .detail-pic__info-title::before {
        width: calc(30% + 32px);
    }
    .detail-pic__info_15 {
        top: 88%;
    }
}
@media screen and (min-width: 768px) {
    .detail-pic__info_line_text .detail-pic__info-title:before {
        content: none;
        display: none;
    }
    .detail-pic__info_line_text .detail-pic__info-text:before {
        content: "";
        position: absolute;
        left: calc(100% + 18px);
        top: 0.65em;
        height: 1px;
        background: rgba(255,255,255,0.5);
        /*width: 60px;*/
    }
}

.index-install__title {
  margin-bottom: 34px;
}
.index-install__name {
  font-weight: 300;
  font-size: 32px;
  line-height: 125%;
  color: #FFFFFF;
}
.index-install__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
}
.index-install__text_small {
    font-size: 14px;
}
* + .index-install__text {
  margin-top: 40px;
}
.index-install__helper {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 26px;
  margin-left: 30px;
}
.index-install__select {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}
.index-install {
  margin-top: 60px;
}
.index-install__img {
    display: inline-block;
}
.index-install__btn.btn {
    max-width: 400px;
    margin-top: 30px;
    transition: filter 0.5s ease, transform 0.8s ease, opacity 0.4s ease, background 0.3s ease, color 0.3s ease, visibility 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
    filter: blur(0);
    visibility: visible;
    max-height: 60px;
    opacity: 1;
}
.index-install__btn[disabled] {
    filter: blur(25px);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .index-install__name {
        font-size: 30px;
    }
    .index-install__text,
    .index-install__helper {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-install__title {
        text-align: center;
        margin-bottom: 40px;
    }
    .index-install {
        margin: 0 0 40px !important;
    }
    * + .index-install__text {
        margin-top: 20px;
    }
    .index-install__select,
    .index-install__btn.btn {
        max-width: 100%;
    }
    .index-install__img {
        margin: 40px 0;
    }
}

.index-action__logo-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
.index-action__logo {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.index-action__logo:before {
    content: "";
    position: absolute;
    width: 250%;
    height: 250%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: blur(10px);
    pointer-events: none;
    z-index: -1;
}
.index-action__logo-svg {
    width: 160px;
    height: auto;
}
.index-action {
  display: flex;
  justify-content: center;
  margin-top: 89px;
}
.index-action__btn {
  min-width: 300px;
  margin: 0 12px 24px;
}
@media screen and (max-width: 991px) {
    .index-action__logo-img {
        max-height: 180px;
    }
}
@media screen and (max-width: 767px) {
    .index-action {
        flex-wrap: wrap;
        margin-top: 50px;
    }
}


.index-offer {
    margin: 40px 0;
}
.index-offer__title {
  font-size: 90px;
  line-height: 0.95;
  text-transform: none;
  margin-bottom: 23px;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 34.38%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.index-offer__text {
  background: linear-gradient(0.06deg, rgba(0, 0, 0, 0.72) 0.04%, rgba(255, 255, 255, 0) 99.94%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
}
.index-offer__helper {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}
.index-offer__helper p {
    margin-bottom: 25px;
}
.index-offer__btn {
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
    .index-offer__title {
        font-size: 160px;
    }
}
@media screen and (max-width: 991px) {
    .index-offer__title {
        font-size: 100px;
    }
    .index-offer__text {
        font-size: 24px;
    }
    .index-offer__helper {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .index-offer {
        text-align: center;
    }
    .index-offer__title {
        font-size: 100px;
    }
}



.reel-overlay {
    max-width: 100%;
    height: auto !important;
}
.reel-overlay:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 75%;
    bottom: 70px;
    width: 68px;
    height: 45px;
    transform: translate(-50%,-50%);
    z-index: 5;
    transition: opacity 0.3s ease;
    pointer-events: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA2OCA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDIuMzIwMyAzOC43MTA5QzQxLjM0MzEgMzguNzEwOSA0MC40OTUzIDM3Ljk4ODMgNDAuMzY4NiAzNi45OTg5QzQwLjIzMTYgMzUuOTI1MiA0MC45OTQ5IDM0Ljk0NDQgNDIuMDczNiAzNC44MDc2QzQ4LjI5NzYgMzQuMDE4NyA1My44NzEzIDMyLjM0MDggNTcuNzY3NiAzMC4wODIyQzYxLjMzMSAyOC4wMTcgNjMuMjkzIDI1LjU4OSA2My4yOTMgMjMuMjQ1N0M2My4yOTMgMjAuNjYzIDYwLjk5NzEgMTguNTQ5OSA1OS4wNzA1IDE3LjIzMTJDNTguMTc0NCAxNi42MTc5IDU3Ljk0NzYgMTUuMzk4MiA1OC41NjQyIDE0LjUwNjJDNTkuMTgwNyAxMy42MTQ3IDYwLjQwNzIgMTMuMzg5MiA2MS4zMDMzIDE0LjAwMjVDNjUuMTgyMiAxNi42NTcxIDY3LjIzMjQgMTkuODUzMiA2Ny4yMzI0IDIzLjI0NjJDNjcuMjMyNCAyNy4wOTY5IDY0LjY0NTYgMzAuNjMxOCA1OS43NTExIDMzLjQ2ODZDNTUuMzQ1NSAzNi4wMjIxIDQ5LjQwNTEgMzcuODI5NiA0Mi41NzE2IDM4LjY5NTZDNDIuNDg3IDM4LjcwNTggNDIuNDAyOSAzOC43MTA5IDQyLjMyMDMgMzguNzEwOVoiIGZpbGw9IndoaXRlIi8+PHBhdGggZD0iTTMzLjEzNjEgMzUuOTA0MkwyNy44ODM2IDMwLjY3ODhDMjcuMTE0MSAyOS45MTMzIDI1Ljg2NzIgMjkuOTEzMyAyNS4wOTc4IDMwLjY3ODhDMjQuMzI4OSAzMS40NDM3IDI0LjMyODkgMzIuNjg0NyAyNS4wOTc4IDMzLjQ0OTdMMjYuNjMyNSAzNC45NzY1QzIwLjc0OCAzNC4zNzE4IDE1LjQwMjEgMzMuMDA4OCAxMS4yNjI3IDMxLjAyODNDNi42MDg3NSAyOC44MDE5IDMuOTM5NCAyNS45NjUyIDMuOTM5NCAyMy4yNDYzQzMuOTM5NCAyMC45NDAzIDUuODUwNjIgMTguNTQzNCA5LjMyMDY4IDE2LjQ5NzJDMTAuMjU2OCAxNS45NDU1IDEwLjU2NTYgMTQuNzQzMyAxMC4wMTExIDEzLjgxMjVDOS40NTYxIDEyLjg4MTIgOC4yNDc2IDEyLjU3NCA3LjMxMiAxMy4xMjU2QzEuMjY4NTEgMTYuNjg5NSAwIDIwLjU5NjQgMCAyMy4yNDYzQzAgMjcuNTk0IDMuMzkzNjMgMzEuNjEyMSA5LjU1NTYxIDM0LjU2MDZDMTQuMzM4MyAzNi44NDgyIDIwLjUyNDkgMzguMzgwNyAyNy4yNjUgMzguOTczNkwyNS4wOTc4IDQxLjEyOTZDMjQuMzI4OSA0MS44OTQ2IDI0LjMyODkgNDMuMTM1NiAyNS4wOTc4IDQzLjkwMUMyNS40ODI1IDQ0LjI4MzIgMjUuOTg2NyA0NC40NzQ2IDI2LjQ5MDkgNDQuNDc0NkMyNi45OTQ2IDQ0LjQ3NDYgMjcuNDk4OSA0NC4yODMyIDI3Ljg4MzYgNDMuOTAxTDMzLjEzNjEgMzguNjc1NkMzMy45MDUgMzcuOTEwMiAzMy45MDUgMzYuNjY5MSAzMy4xMzYxIDM1LjkwNDJaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik01Ny41NTUgNS40OTcwN0M1Ni4xNTA2IDUuNDk3MDcgNTUuMDA4MyA0LjM2MDQzIDU1LjAwODMgMi45NjMzOEM1NS4wMDgzIDEuNTY2MzMgNTYuMTUwNiAwLjQyOTY4OCA1Ny41NTUgMC40Mjk2ODhDNTguOTU5MiAwLjQyOTY4OCA2MC4xMDE3IDEuNTY2MzMgNjAuMTAxNyAyLjk2MzM4QzYwLjEwMTcgNC4zNjA0MyA1OC45NTkyIDUuNDk3MDcgNTcuNTU1IDUuNDk3MDdaTTU3LjU1NSAyLjExODgyQzU3LjA4NjggMi4xMTg4MiA1Ni43MDYxIDIuNDk3NzcgNTYuNzA2MSAyLjk2MzM4QzU2LjcwNjEgMy40MjkyMSA1Ny4wODY4IDMuODA3OTQgNTcuNTU1IDMuODA3OTRDNTguMDIzIDMuODA3OTQgNTguNDAzOSAzLjQyOTIxIDU4LjQwMzkgMi45NjMzOEM1OC40MDM5IDIuNDk3NzcgNTguMDIzIDIuMTE4ODIgNTcuNTU1IDIuMTE4ODJaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik0yMi45ODI3IDExLjExNThDMjQuMjA5NCAxMS4zMTU4IDI1LjE0OTQgMTEuNzc1OCAyNS44MDI3IDEyLjQ5NThDMjYuNDU2IDEzLjIwMjQgMjYuNzgyNyAxNC4wODI0IDI2Ljc4MjcgMTUuMTM1OEMyNi43ODI3IDE1Ljk0OTEgMjYuNTY5NCAxNi43MDI0IDI2LjE0MjcgMTcuMzk1OEMyNS43MTYgMTguMDc1OCAyNS4wNjI3IDE4LjYyMjQgMjQuMTgyNyAxOS4wMzU4QzIzLjMxNiAxOS40NDkxIDIyLjI0OTQgMTkuNjU1OCAyMC45ODI3IDE5LjY1NThDMTkuOTk2IDE5LjY1NTggMTkuMDIyNyAxOS41MjkxIDE4LjA2MjcgMTkuMjc1OEMxNy4xMTYgMTkuMDA5MSAxNi4zMDk0IDE4LjYzNTggMTUuNjQyNyAxOC4xNTU4TDE2LjkwMjcgMTUuNjc1OEMxNy40MzYgMTYuMDc1OCAxOC4wNDk0IDE2LjM4OTEgMTguNzQyNyAxNi42MTU4QzE5LjQ0OTQgMTYuODI5MSAyMC4xNjk0IDE2LjkzNTggMjAuOTAyNyAxNi45MzU4QzIxLjcxNiAxNi45MzU4IDIyLjM1NiAxNi43ODI0IDIyLjgyMjcgMTYuNDc1OEMyMy4yODk0IDE2LjE1NTggMjMuNTIyNyAxNS43MDkxIDIzLjUyMjcgMTUuMTM1OEMyMy41MjI3IDEzLjk4OTEgMjIuNjQ5NCAxMy40MTU4IDIwLjkwMjcgMTMuNDE1OEgxOS40MjI3VjExLjI3NThMMjIuMzAyNyA4LjAxNTc4SDE2LjM0MjdWNS40MTU3OEgyNi4xNDI3VjcuNTE1NzhMMjIuOTgyNyAxMS4xMTU4WiIgZmlsbD0id2hpdGUiLz48cGF0aCBkPSJNMzQuOTE4NiAxMC42MzU4QzM1LjgxMiAxMC42MzU4IDM2LjYyNTMgMTAuODE1OCAzNy4zNTg2IDExLjE3NThDMzguMDkyIDExLjUzNTggMzguNjcyIDEyLjA0OTEgMzkuMDk4NiAxMi43MTU4QzM5LjUyNTMgMTMuMzY5MSAzOS43Mzg2IDE0LjEyOTEgMzkuNzM4NiAxNC45OTU4QzM5LjczODYgMTUuOTI5MSAzOS41MDUzIDE2Ljc0OTEgMzkuMDM4NiAxNy40NTU4QzM4LjU3MiAxOC4xNjI0IDM3LjkzMiAxOC43MDkxIDM3LjExODYgMTkuMDk1OEMzNi4zMTg2IDE5LjQ2OTEgMzUuNDI1MyAxOS42NTU4IDM0LjQzODYgMTkuNjU1OEMzMi40Nzg2IDE5LjY1NTggMzAuOTQ1MyAxOS4wNTU4IDI5LjgzODYgMTcuODU1OEMyOC43MzIgMTYuNjU1OCAyOC4xNzg2IDE0Ljk0MjQgMjguMTc4NiAxMi43MTU4QzI4LjE3ODYgMTEuMTI5MSAyOC40Nzg2IDkuNzY5MTEgMjkuMDc4NiA4LjYzNTc4QzI5LjY3ODYgNy41MDI0NSAzMC41MTIgNi42NDI0NSAzMS41Nzg2IDYuMDU1NzhDMzIuNjU4NiA1LjQ2OTExIDMzLjkwNTMgNS4xNzU3OCAzNS4zMTg2IDUuMTc1NzhDMzYuMDY1MyA1LjE3NTc4IDM2Ljc3ODYgNS4yNjI0NSAzNy40NTg2IDUuNDM1NzhDMzguMTUyIDUuNTk1NzggMzguNzM4NiA1LjgyOTExIDM5LjIxODYgNi4xMzU3OEwzOC4wMTg2IDguNTE1NzhDMzcuMzI1MyA4LjA0OTExIDM2LjQ1MiA3LjgxNTc4IDM1LjM5ODYgNy44MTU3OEMzNC4yMTIgNy44MTU3OCAzMy4yNzIgOC4xNjI0NSAzMi41Nzg2IDguODU1NzhDMzEuODg1MyA5LjU0OTEyIDMxLjUxMiAxMC41NTU4IDMxLjQ1ODYgMTEuODc1OEMzMi4yODUzIDExLjA0OTEgMzMuNDM4NiAxMC42MzU4IDM0LjkxODYgMTAuNjM1OFpNMzQuMjU4NiAxNy4yMzU4QzM0Ljk1MiAxNy4yMzU4IDM1LjUxMiAxNy4wNDkxIDM1LjkzODYgMTYuNjc1OEMzNi4zNzg2IDE2LjMwMjQgMzYuNTk4NiAxNS43OTU4IDM2LjU5ODYgMTUuMTU1OEMzNi41OTg2IDE0LjUxNTggMzYuMzc4NiAxNC4wMDkxIDM1LjkzODYgMTMuNjM1OEMzNS41MTIgMTMuMjQ5MSAzNC45Mzg2IDEzLjA1NTggMzQuMjE4NiAxMy4wNTU4QzMzLjUxMiAxMy4wNTU4IDMyLjkzMiAxMy4yNTU4IDMyLjQ3ODYgMTMuNjU1OEMzMi4wMjUzIDE0LjA0MjQgMzEuNzk4NiAxNC41NDI0IDMxLjc5ODYgMTUuMTU1OEMzMS43OTg2IDE1Ljc2OTEgMzIuMDE4NiAxNi4yNjkxIDMyLjQ1ODYgMTYuNjU1OEMzMi44OTg2IDE3LjA0MjQgMzMuNDk4NiAxNy4yMzU4IDM0LjI1ODYgMTcuMjM1OFoiIGZpbGw9IndoaXRlIi8+PHBhdGggZD0iTTQ2LjgxMyAxOS42NTU4QzQ1LjY1MyAxOS42NTU4IDQ0LjYxOTcgMTkuMzY5MSA0My43MTMgMTguNzk1OEM0Mi44MDYzIDE4LjIyMjQgNDIuMDkzIDE3LjM5NTggNDEuNTczIDE2LjMxNThDNDEuMDY2MyAxNS4yMjI0IDQwLjgxMyAxMy45MjI0IDQwLjgxMyAxMi40MTU4QzQwLjgxMyAxMC45MDkxIDQxLjA2NjMgOS42MTU3OCA0MS41NzMgOC41MzU3OEM0Mi4wOTMgNy40NDI0NSA0Mi44MDYzIDYuNjA5MTEgNDMuNzEzIDYuMDM1NzhDNDQuNjE5NyA1LjQ2MjQ1IDQ1LjY1MyA1LjE3NTc4IDQ2LjgxMyA1LjE3NTc4QzQ3Ljk3MyA1LjE3NTc4IDQ5LjAwNjMgNS40NjI0NSA0OS45MTMgNi4wMzU3OEM1MC44MTk3IDYuNjA5MTEgNTEuNTI2MyA3LjQ0MjQ1IDUyLjAzMyA4LjUzNTc4QzUyLjU1MyA5LjYxNTc4IDUyLjgxMyAxMC45MDkxIDUyLjgxMyAxMi40MTU4QzUyLjgxMyAxMy45MjI0IDUyLjU1MyAxNS4yMjI0IDUyLjAzMyAxNi4zMTU4QzUxLjUyNjMgMTcuMzk1OCA1MC44MTk3IDE4LjIyMjQgNDkuOTEzIDE4Ljc5NThDNDkuMDA2MyAxOS4zNjkxIDQ3Ljk3MyAxOS42NTU4IDQ2LjgxMyAxOS42NTU4Wk00Ni44MTMgMTYuOTE1OEM0Ny42NjYzIDE2LjkxNTggNDguMzMzIDE2LjU0OTEgNDguODEzIDE1LjgxNThDNDkuMzA2MyAxNS4wODI0IDQ5LjU1MyAxMy45NDkxIDQ5LjU1MyAxMi40MTU4QzQ5LjU1MyAxMC44ODI0IDQ5LjMwNjMgOS43NDkxMSA0OC44MTMgOS4wMTU3OEM0OC4zMzMgOC4yODI0NSA0Ny42NjYzIDcuOTE1NzggNDYuODEzIDcuOTE1NzhDNDUuOTczIDcuOTE1NzggNDUuMzA2MyA4LjI4MjQ1IDQ0LjgxMyA5LjAxNTc4QzQ0LjMzMyA5Ljc0OTExIDQ0LjA5MyAxMC44ODI0IDQ0LjA5MyAxMi40MTU4QzQ0LjA5MyAxMy45NDkxIDQ0LjMzMyAxNS4wODI0IDQ0LjgxMyAxNS44MTU4QzQ1LjMwNjMgMTYuNTQ5MSA0NS45NzMgMTYuOTE1OCA0Ni44MTMgMTYuOTE1OFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
}
.reel-overlay:hover:before {
    opacity: 0;
}
.reel__img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .reel-overlay {
        max-width: calc(100vw - 40px);
    }
}

@media screen and (min-width: 768px) {
    .sticky-el_absolute {
        position: absolute;
        top: auto;
        bottom: -230px;
    }
    .sticky-el_fixed {
        position: fixed;
        top: 90px;
    }
}

.header-logo__img {
    height: 40px;
}
#header.header_fixed .header-logo__img {
    height: 40px;
}
@media screen and (max-width: 767px) {
    .header-logo__img {
        height: 32px !important;
        display: block;
    }
}


.form-main-install {
    margin-top: 32px;
}


