.index-faqs__item,.index-faqs__item-btn,.index-hero__content {
    -webkit-transition-timing-function: ease
}

.index-app__bottom,.index-app__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.index-hero {
    height: 100vh;
    min-height: 680px;
    margin-top: -92px;
    padding-top: 124px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

@media (max-width: 1200px) {
    .index-hero {
        height:auto
    }
}

@media (max-width: 1024px) {
    .index-hero {
        min-height:0;
        margin-top: -62px;
        padding-top: 282px;
        background-image: url(../images/index_bg_tablet.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 293px
    }

    .index-hero__bg {
        display: none!important
    }
}

@media (max-width: 1024px) and only screen and (-webkit-min-device-pixel-ratio:2),(max-width:1024px) and only screen and (min--moz-device-pixel-ratio:2),(max-width:1024px) and only screen and (min-device-pixel-ratio:2),(max-width:1024px) and only screen and (min-resolution:192dpi),(max-width:1024px) and only screen and (min-resolution:2dppx) {
    .index-hero {
        background-image:url(../images/index_bg_tablet@2x.png)
    }
}

@media (max-width: 532px) {
    .index-hero {
        background-image:url(../images/index_bg_mobile.png)
    }
}

@media (max-width: 532px) and only screen and (-webkit-min-device-pixel-ratio:2),(max-width:532px) and only screen and (min--moz-device-pixel-ratio:2),(max-width:532px) and only screen and (min-device-pixel-ratio:2),(max-width:532px) and only screen and (min-resolution:192dpi),(max-width:532px) and only screen and (min-resolution:2dppx) {
    .index-hero {
        background-image:url(../images/index_bg_mobile@2x.png)
    }
}

.index-app__title,.index-hero__text {
    background: linear-gradient(123deg,#FFF 44.98%,#9A9AA2 90.4%);
    -webkit-text-fill-color: transparent;
    color: #FFF
}

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

@media (max-width: 1360px) {
    .index-hero__bg {
        -o-object-fit:contain;
        object-fit: contain;
        -o-object-position: top center;
        object-position: top center
    }
}

.index-hero__bg--loop {
    z-index: 1
}

.index-hero__content {
    position: absolute;
    z-index: 10;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transition-timing-function: ease;
    will-change: opacity,transform;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.index-hero__content--visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.index-hero__logo {
    color: #FFF;
    width: 343px;
    max-width: 100%;
    margin-bottom: 16px
}

@media (min-width: 1025px) {
    .index-hero__logo {
        display:none
    }
}

.index-hero__text {
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (max-width: 1024px) {
    .index-hero__content {
        position:static
    }

    .index-hero__text {
        font-size: 24px
    }
}

@media (max-width: 576px) {
    .index-hero__text {
        font-size:17px
    }

    .index-hero__btn {
        width: 100%
    }
}

.index-hero__warranty {
    font-size: 14px;
    margin-top: 25px
}

.index__section {
    padding-top: 210px
}

@media (max-width: 767px) {
    .index__section {
        padding-top:100px
    }
}

.index-app {
    padding-top: 60px;
    position: relative;
    z-index: 2
}

.index-app__shadow {
    position: absolute;
    top: 124px;
    width: 64%;
    left: 18%;
    height: 212px;
    background: #283FFF;
    -webkit-filter: blur(137px);
    filter: blur(137px)
}

.index-app__content {
    background-image: url(../images/index_app_bg.png);
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 42px;
    position: relative;
    z-index: 1
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-app__content {
        background-image:url(../images/index_app_bg@2x.png)
    }
}

@media (max-width: 767px) {
    .index-app__content {
        background-color:#010315;
        background-image: url(../images/bg_bottom_mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center
    }
}

@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio:2),(max-width:767px) and only screen and (min--moz-device-pixel-ratio:2),(max-width:767px) and only screen and (min-device-pixel-ratio:2),(max-width:767px) and only screen and (min-resolution:192dpi),(max-width:767px) and only screen and (min-resolution:2dppx) {
    .index-app__content {
        background-image:url(../images/bg_bottom_mobile@2x.png)
    }
}

.index-app__texts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 93px
}

@media (max-width: 1024px) {
    .index-app__content {
        display:block;
        text-align: center
    }

    .index-app__texts {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.index-app__title {
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 64px;
    font-weight: 500
}

@media (max-width: 767px) {
    .index-app__title {
        font-size:36px;
        line-height: 1.11
    }
}

.index-app__description {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.4;
    white-space: nowrap
}

@media (max-width: 767px) {
    .index-app__description {
        margin-top:10px;
        font-size: 14px;
        line-height: 1.42
    }
}

.index-app__bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.index-app__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.index-app__warranty {
    color: #FFF;
    background: linear-gradient(123deg,#FFF 44.98%,#9A9AA2 90.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.43;
    max-width: 140px
}

.index-limits__item,.index-speed__item {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box
}

@media (max-width: 1024px) {
    .index-app__bottom {
        display:block
    }

    .index-app__warranty {
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
}

.index-app__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 356px;
    max-width: 50%;
    height: auto;
    -ms-flex-item-align: end;
    align-self: end;
    margin-right: 88px
}

.index-limits__blocks,.index-speed__blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -moz-column-gap: 20px
}

@media (max-width: 1200px) {
    .index-app__image {
        margin-right:0
    }
}

@media (max-width: 1024px) {
    .index-app__image {
        display:block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .index-app__image {
        display:none
    }

    .index-limits {
        padding-top: 52px
    }
}

.index-app__image-mobile {
    display: block;
    width: 282px;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .index-app__image-mobile {
        display:none
    }
}

.index-limits {
    position: relative;
    z-index: 3;
    text-align: center
}

.index-limits__bg {
    height: 786px;
    width: auto;
    position: absolute;
    top: 156px;
    left: 0;
    right: 0;
    z-index: 1;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .index-limits__bg {
        display:none
    }
}

.index-limits__bg-mobile {
    display: block;
    width: 672px;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -336px
}

.index-anonim__description,.index-anonim__item-image,.index-limits__texts,.index-location__description {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .index-limits__bg-mobile {
        display:none
    }
}

.index-limits__texts {
    position: relative;
    z-index: 2;
    margin-top: 357px;
    max-width: 600px
}

@media (max-width: 767px) {
    .index-limits__texts {
        margin-top:286px;
        max-width: 100%
    }

    .index-limits__title {
        font-size: 36px
    }
}

.index-limits__description {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.4
}

@media (max-width: 767px) {
    .index-limits__description {
        margin-top:10px;
        font-size: 16px
    }
}

.index-limits__blocks {
    margin-top: 60px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.index-anonim__blocks,.index-speed__blocks {
    z-index: 2;
    -webkit-column-gap: 20px;
    position: relative
}

.index-limits__item {
    background-size: cover;
    padding: 205px 25px 35px;
    box-sizing: border-box;
    max-width: 450px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: #A9A4C0;
    font-size: 16px;
    line-height: 1.38
}

.index-limits__item--first {
    background-image: url(../images/index_limits_item_1.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-limits__item--first {
        background-image:url(../images/index_limits_item_1@2x.png)
    }
}

.index-limits__item--second {
    background-image: url(../images/index_limits_item_2.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-limits__item--second {
        background-image:url(../images/index_limits_item_2@2x.png)
    }
}

.index-speed {
    text-align: center
}

@media (max-width: 767px) {
    .index-limits__blocks {
        margin-top:40px;
        display: block
    }

    .index-limits__item {
        max-width: 100%
    }

    .index-limits__item--second {
        margin-top: 20px
    }

    .index-speed__title {
        font-size: 36px
    }
}

.index-speed__blocks {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 20px
}

.index-anonim__blocks,.index-location__blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-column-gap: 20px
}

.index-speed__item {
    background-size: contain;
    box-sizing: border-box;
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 24px;
    line-height: 1.33
}

@media (max-width: 767px) {
    .index-speed__blocks {
        margin-top:40px;
        display: block
    }

    .index-speed__item {
        width: 100%
    }

    .index-speed__item+.index-speed__item {
        margin-top: 20px
    }
}

.index-speed__item-image {
    display: block;
    width: 100%
}

.index-speed__item-text {
    color: #FFF;
    background: linear-gradient(123deg,#FFF 44.98%,#9A9AA2 90.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 30px 0;
}

.index-anonim,.index-anonim__item,.index-download,.index-location,.index-location__item {
    background-repeat: no-repeat
}

.index-anonim {
    text-align: center;
    background-image: url(../images/index_anonim_bg.png);
    background-size: 1440px auto;
    background-position: center;
    margin-top: 92px;
    padding-top: 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-anonim {
        background-image:url(../images/index_anonim_bg@2x.png)
    }
}

@media (max-width: 906px) {
    .index-anonim {
        background-size:auto 904px;
        background-position: top center
    }
}

@media (max-width: 767px) {
    .index-anonim {
        margin-top:0;
        padding-top: 100px;
        background-image: url(../images/index_anonim_bg_mobile.png);
        background-position: top 140px center;
        background-size: auto 506px
    }
}

@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio:2),(max-width:767px) and only screen and (min--moz-device-pixel-ratio:2),(max-width:767px) and only screen and (min-device-pixel-ratio:2),(max-width:767px) and only screen and (min-resolution:192dpi),(max-width:767px) and only screen and (min-resolution:2dppx) {
    .index-anonim {
        background-image:url(../images/index_anonim_bg_mobile@2x.png)
    }
}

.index-anonim__content {
    padding-top: 118px
}

@media (max-width: 767px) {
    .index-anonim__content {
        padding-top:0
    }

    .index-anonim__title {
        max-width: 380px;
        overflow-wrap: break-word;
        font-size: 36px;
        margin-left: auto;
        margin-right: auto
    }
}

.index-anonim__description {
    font-size: 20px;
    line-height: 1.4;
    max-width: 764px;
    margin-top: 15px
}

@media (max-width: 767px) {
    .index-anonim__description {
        margin-top:10px;
        max-width: 100%;
        font-size: 16px
    }
}

.index-anonim__subtext {
    margin-top: 396px;
    line-height: 1.11
}

@media (max-width: 767px) {
    .index-anonim__subtext {
        margin-top:266px
    }
}

.index-anonim__blocks {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 20px
}

@media (max-width: 906px) {
    .index-anonim__blocks {
        row-gap:20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.index-anonim__item {
    background-image: url(../images/index_anonim_block_bg.png);
    background-size: 100% 100%;
    background-position: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 20%;
    padding: 35px 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 24px;
    line-height: 1.33
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-anonim__item {
        background-image:url(../images/index_anonim_block_bg@2x.png)
    }
}

@media (max-width: 1024px) {
    .index-anonim__item {
        padding-right:0;
        padding-left: 0
    }
}

@media (max-width: 906px) {
    .index-anonim__item {
        padding:25px 10px;
        width: 30%
    }
}

@media (max-width: 767px) {
    .index-anonim__item {
        width:40%;
        font-size: 16px
    }
}

.index-anonim__item-image {
    display: block;
    width: 42px;
    height: 42px
}

.index-anonim__item-text {
    margin-top: 32px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.38
}

.index-location {
    text-align: center;
    background-image: url(../images/index_location_bg.png);
    background-size: contain;
    background-position: top center;
    position: relative
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-location {
        background-image:url(../images/index_location_bg@2x.png)
    }
}

@media (max-width: 767px) {
    .index-location {
        background-image:url(../images/index_location_bg_mobile.png);
        background-position: top 54px center;
        background-size: auto 354px;
        padding-top: 386px
    }
}

@media (max-width: 767px) and only screen and (-webkit-min-device-pixel-ratio:2),(max-width:767px) and only screen and (min--moz-device-pixel-ratio:2),(max-width:767px) and only screen and (min-device-pixel-ratio:2),(max-width:767px) and only screen and (min-resolution:192dpi),(max-width:767px) and only screen and (min-resolution:2dppx) {
    .index-location {
        background-image:url(../images/index_location_bg_mobile@2x.png)
    }
}

.index-location__tooltip {
    position: absolute
}

.index-location__tooltip--first {
    top: 400px;
    left: 74px;
    text-align: right
}

@media (max-width: 906px) {
    .index-location__tooltips {
        margin-top:20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .index-location__tooltip {
        position: static;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 10px;
        border-radius: 15px;
        border: 1px solid #24263A
    }

    .index-location__tooltip--first {
        text-align: center
    }
}

.index-location__tooltip--second {
    top: 449px;
    right: 44px;
    text-align: left
}

.index-location__tooltip-counter {
    font-size: 54px;
    font-weight: 500;
    color: #FFF;
    background: linear-gradient(123deg,#FFF 44.98%,#9A9AA2 90.4%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 767px) {
    .index-location__tooltip-counter {
        font-size:36px
    }
}

.index-location__tooltip-text {
    font-size: 16px;
    line-height: 1.375
}

@media (max-width: 767px) {
    .index-location__tooltip-text {
        margin-top:5px;
        font-size: 12px
    }
}

.index-location__tooltip-line {
    position: absolute;
    top: 24px;
    color: #FFF
}

@media (max-width: 906px) {
    .index-location__tooltip--second {
        text-align:center
    }

    .index-location__tooltip-line {
        display: none
    }
}

.index-location__tooltip-line:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    z-index: 1;
    background: rgba(129,108,255,.5);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px)
}

.index-location__tooltip-line--right {
    width: 182px;
    right: -194px
}

.index-location__tooltip-line--right:after {
    right: -17px
}

.index-location__tooltip-line--left {
    width: 122px;
    left: -134px
}

.index-location__tooltip-line--left:after {
    left: -17px
}

.index-location__tooltip-line-icon {
    display: block;
    height: 6px;
    position: relative;
    z-index: 2
}

.index-location__tooltip-line--right .index-location__tooltip-line-icon {
    width: 182px
}

.index-location__tooltip-line--left .index-location__tooltip-line-icon {
    width: 122px
}

.index-location__title {
    margin-top: 382px
}

@media (max-width: 767px) {
    .index-location__title {
        margin-top:0;
        font-size: 36px
    }
}

.index-location__description {
    font-size: 20px;
    line-height: 1.4;
    max-width: 620px;
    margin-top: 15px
}

.index-location__blocks {
    margin-top: 100px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.index-location__item {
    background-size: cover;
    background-position: top center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    padding: 240px 35px 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.index-location__item--first {
    background-image: url(../images/index_location_item_1.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-location__item--first {
        background-image:url(../images/index_location_item_1@2x.png)
    }
}

.index-location__item--second {
    background-image: url(../images/index_location_item_2.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-location__item--second {
        background-image:url(../images/index_location_item_2@2x.png)
    }
}

@media (max-width: 767px) {
    .index-location__blocks {
        display:block;
        margin-top: 80px
    }

    .index-location__item {
        width: 100%
    }

    .index-location__item--second {
        margin-top: 20px
    }

    .index-location__item-text br {
        content: ""
    }

    .index-location__item-text br:after {
        content: " "
    }
}

.index-location__item-title {
    color: #FFF;
    font-size: 24px;
    line-height: 1.33
}

.index-location__item-text {
    margin-top: 10px;
    font-size: 16px;
    color: #A9A4C0;
    line-height: 1.38
}

.index-faqs__content {
    max-width: 940px;
    position: relative;
    z-index: 1
}

.index-faqs__content--page {
    padding-bottom: 120px
}

@media (max-width: 767px) {
    .index-faqs__content--page {
        padding-bottom:100px
    }
}

.index-faqs__items {
    margin-top: 20px;
    margin-bottom: -40px
}

.index-faqs__item {
    position: relative;
    padding: 40px 71px 40px 0;
    overflow: hidden;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease
}

.index-faqs__item+.index-faqs__item {
    border-top: 1px solid #24263A
}

.index-faqs__item-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.33
}

@media (max-width: 767px) {
    .index-faqs__item {
        padding:30px 0
    }

    .index-faqs__item-title {
        font-size: 18px;
        padding-right: 46px
    }
}

.index-faqs__item-btn {
    position: absolute;
    top: 40px;
    right: 0;
    font: inherit;
    background-color: transparent;
    outline: 0;
    padding: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #24263A;
    color: #FFF;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: ease
}

@media (max-width: 767px) {
    .index-faqs__item-btn {
        top:30px;
        width: 36px;
        height: 36px
    }
}

.index-faqs__item-btn--collapsed {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index-faqs__item-icon {
    width: 24px;
    height: 24px
}

.index-faqs__item-description {
    margin-top: 15px;
    line-height: 1.33;
    max-height: 300px;
    overflow-y: auto;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

@media (max-width: 767px) {
    .index-faqs__item-description {
        margin-top:12px;
        max-height: 600px
    }

    .index-download__btn {
        width: 100%
    }
}

.index-faqs__item-description--collapsed {
    overflow-y: hidden;
    max-height: 0
}

.index-download {
    text-align: center;
    background-image: url(../images/footer_bg.png);
    background-size: 100% 488px;
    background-position: bottom center;
    overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .index-download {
        background-image:url(../images/footer_bg@2x.png)
    }
}

.index-download__btn {
    margin-top: 30px
}

.index-download__image {
    display: table;
    width: 370px;
    max-width: 100%;
    margin: 56px auto -114px
}

@media (max-width: 767px) {
    .index-download__image {
        display:none
    }
}

.index-download__image-mobile {
    display: block;
    width: 282px;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .index-download__image-mobile {
        display:none
    }
}
