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

h1.center {
    display: none;
}

html{
    scroll-behavior: smooth;
}

img{
    max-width: initial;
}

.bx-breadcrumb {
    display: none;
}

.title__logo{
    text-decoration: none;
}

.info-mobile__advanced__flex-container > a {
    text-decoration: none;
}

.form_callback_new .callback_container .callback__comments p {
    font-weight: 300;
}

.form_callback_new .btn_close {
    left: auto;
}

a{
    text-decoration: underline;
}

.search__form .search__input {
    display: none;
}

.logo {
    padding: 9px 0;
}
.section > .container {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
}

header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: hidden;
}

@media (max-width: 1200px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 992px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 720px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 576px){
    header.section > .container, .header__topline > .container, .footer > .container, .copyright > .container {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 0;
}

.info-mobile__ui__button--green{
    padding: 12px 18px;
    background: #39B54A;
    border-radius: 10px;
    font-weight:  600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.info-mobile__buy__container > h2 {
    text-align: left;
}
.info-mobile__ui__button--green-outline{
    padding: 12px 18px;
    font-weight:  600;
    font-size: 20px;
    line-height: 140%;
    color: #39B54A;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #39B54A;
    background-color: #FFF;
    transition: background-color .7s;
}

.info-mobile__ui__button--green-outline:hover{
    padding: 12px 18px;
    background-color: #39B54A;
    border-radius: 10px;
    font-weight:  600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color .7s;
}

.info-mobile__ui__button--white-outline{
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    width: 210px;
    height: 52px;
    position: relative;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #FFF;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.info-mobile__ui__button--white-outline > a > img {
    position: relative;
    top: 3px;
}

.info-mobile__slider-circle{
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #F1F2F4;
}

.info-mobile__slider-circle--active{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #00BCD4;
}

.info-mobile__ui__button--white-outline > a{
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 140%;
}

.info-mobile__ui__button--white-outline:hover {
    background-color: white;
    transition: background-color .5s;
}

.info-mobile__ui__button--white-outline:hover > a {
    color: #00BCD4;
    filter: brightness(0) saturate(100%) invert(57%) sepia(93%) saturate(3326%) hue-rotate(151deg) brightness(101%) contrast(105%);
}

.info-mobile__ui__button--blue-outline {
    padding: 12px 18px;
    border: 1px solid #3C6B9B;
    border-radius: 10px;
    background-color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #3C6B9B;
    cursor: pointer;
    transition: background-color .5s;
}

.info-mobile__ui__button--blue {
    padding: 12px 18px;
    border: none;
    border-radius: 10px;
    background-color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #00BCD4;
    cursor: pointer;
    transition: background-color .5s;
}

.info-mobile__ui__button--blue-outline:hover{
    color: white;
    background-color: #3C6B9B;
    cursor: pointer;
    transition: background-color .5s;
}

.info-mobile__ui__blue-circle{
    width: 50px;
    height: 50px;
    background: #00BCD4;
    border-radius: 100px;
    font-weight:  600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-mobile__ui__textarea{
    resize: none;
    border-radius: 10px;
    border: 1px solid #E8EAED;
    background: #FFF;
    color: #60676F;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 140%;
    padding: 12px 18px;
}

.info-mobile__ui__textarea::placeholder{
    color: #60676F;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 140%;
}

.info-mobile__ui__input{
    padding: 12px 18px;
    background: #FFFFFF;
    border: 2px solid #E8EAED;
    border-radius: 10px;
    font-weight: 400;
    color: #60676F;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 140%;
}

.info-mobile__ui__input::placeholder{
    color: #60676F;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 140%;
}

.info-mobile__ui__list-circle--green{
    position: relative;
    top: 5px;
    left: 4px;
    height: 10px;
    width: 10px;
}

.info-mobile__slider-switch{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 57px;
}
.info-mobile__slider-switch-container{
    display: flex;
    gap: 18px;
    align-items: center;
}

.info-mobile__section{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #1F1F1F;
    display: flex;
    justify-content: center;
    position: relative;
}

.info-mobile__content{
    width: 1160px;
}

.info-mobile__lk__container{
    display: flex;
    justify-content: space-between;
}

.info-mobile__lk__icon{
    margin: 55px 0 50px;
}

.info-mobile__lk__item {
    width: 460px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    position: relative;
}

.info-mobile__download-window__buttons--mobile > .info-mobile__download__stores {
    justify-content: center;
    flex-wrap: wrap;
}

.info-mobile__lk__item > h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 135%;
    margin-bottom: 10px;
    text-align: left;
}

.info-mobile__lk__buttons-block{
    margin-top: 30px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-mobile__lk__buttons-block > button{
    width: 320px;
}

.info-mobile__lk__buttons-block > a > button{
    width: 320px;
}

.info-mobile__lk__link{
    font-weight: 400;
    font-size: 18px;
    color: #3C6B9B;
    text-decoration: none;
}

.info-mobile__lk__link > img{
    position: relative;
    top: 7px;
    left: 8px;
}

.info-mobile__advantages__container{
    margin-top: 120px;
    margin-bottom: 120px;
    display: flex;
    gap: 40px;
}

.info-mobile__advantages__item{
    width: 360px;
    height: 271px;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    box-shadow: 0 0 20px rgba(0, 31, 61, 0.08);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px 40px;
    gap: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.info-mobile__advantages__item > header{
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
}

.info-mobile__start__container{
    margin-bottom: 120px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.info-mobile__start__list{
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.info-mobile__start__list-item{
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
}

.info-mobile__start__item{
    background: #00BCD4;
    mix-blend-mode: normal;
    border-radius: 30px;
    width: 560px;
    height: 340px;
    padding: 45px 38px;
    overflow: hidden;
    display: flex;
    position: relative;
    text-decoration: none;
}

.info-mobile__start__item:hover .play_start{
    transform: scale(1.2);
    transition: all .5s;
}

.info-mobile__start__item:hover .phone_start{
    top: 35px;
    transition: all .5s;
}

.phone_start {
    position: absolute;
    transition: all .5s;
    top: 94px;
    left: 257px;
}

.play_start {
    position: absolute;
    top: 132px;
    left: 243px;
    transition: all .5s;
}

.info-mobile__start__item > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    height: 100%;
    width: 232px;
}

.info-mobile__start__item > div >  img {
    width: 80px;
    height: 80px;
}

.info-mobile__start__item > div > header {
    font-weight: 600;
    font-size: 40px;
    line-height: 105%;
    color: #FFFFFF;
}

.info-mobile__opportunities__container > header, .info-mobile__advanced__container > header{
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #1F1F1F;
    margin-bottom: 60px;
    text-align: center;
}

.info-mobile__opportunities__flex-container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 80px;
    justify-content: center;
}

.info-mobile__opportunities__flex-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    width: 570px;
    height: 314px;
    background-color: #FFFFFF;
    border: 1px solid #E8EAED;
    box-shadow: 0 0 20px rgba(0, 31, 61, 0.08);
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1F1F1F;
    text-decoration: none;
    transition: background-color .2s;
}

.info-mobile__opportunities__flex-item:hover {
    background-color: #00BCD4;
    transition: background-color .2s;
    color: white;
}

.info-mobile__opportunities__flex-item:hover > header {
    color: white;
}

.info-mobile__opportunities__flex-item:hover .info-mobile__opportunities__item-more {
    color: white;
    filter:brightness(0) invert(1);
}

.info-mobile__opportunities__flex-item:hover > img {
    filter:brightness(0) invert(1);
}

.info-mobile__opportunities__flex-item > img {
    margin-bottom: 30px;
}

.info-mobile__opportunities__flex-item > header {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
}


.info-mobile__opportunities__item-more {
    margin-top: 5px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #3C6B9B;
    text-decoration: none;
}

.info-mobile__opportunities__item-more > img {
    position: relative;
    top: 7px;
    left: 5px;
}

.info-mobile__advantages__container > header{
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #1F1F1F;
    margin-bottom: 60px;
    text-align: center;
}

.info-mobile__advanced__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 120px;
}

.info-mobile__advanced__flex-container{
    display: flex;
    gap: 20px;
    width: max-content;
    margin-bottom: 80px;
}

.info-mobile__advanced__flex-item{
    width: 197px;
    height: 205px;
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    box-shadow: 0 0 20px rgba(0, 31, 61, 0.08);
    border-radius: 30px;
    padding: 25px 20px 25px 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1F1F1F;
}

.info-mobile__advanced__flex-item > img{
    margin-bottom: 20px;
}

.info-mobile__start__list::before {
    border-left: 2px #E8EAED dashed;
    height: 180px;
    content: "";
    position: absolute;
    left: 25px;
    top: 20px;
    z-index: -1;
}

.info-mobile__functions__flex-container{
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.info-mobile__functions__content {
    max-width: 731px;
}

.info-mobile__functions__flex-container{
    display: flex;
    gap: 78px;
}

.info-mobile__functions__content > header{
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #1F1F1F;
    margin-bottom: 30px;
}

.info-mobile__functions__sub-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #60676F;
}

.info-mobile__functions__inputs{
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.info-mobile__functions__inputs > input{
    width: 302px;
}

.info-mobile__functions__inputs > button{
    width: 302px;
}

.info-mobile__section--blue{
    background: #00BCD4;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #1F1F1F;
    display: flex;
    justify-content: center;
}

.info-mobile__buy__container{
    margin: 161px 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 1160px;
    height: 592px;
    background: #FFFFFF;
    border-radius: 30px;
}

.info-mobile__buy__container > h2{
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #1F1F1F;
}

.info-mobile__buy__prices  h2 {
    text-align: center;
}

.info-mobile__buy__buttons{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: max-content;
    height: 52px;
    border: 1px solid #E8EAED;
    border-radius: 100px;
}

.info-mobile__buy__button{
    height: 100%;
    padding: 12px 12px;
    color: #60676F;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    cursor: pointer;
}

.info-mobile__buy__button--active{
    background: #FFFFFF;
    border: 1px solid #E8EAED;
    box-shadow: 0 0 20px rgba(0, 31, 61, 0.08);
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.info-mobile__buy__prices{
    margin-top: 15px;
    display: flex;
    gap: 25px;
    margin-bottom: 45px;
}

#info-mobile__buy__kpp-info .info-mobile__buy__prices{
    margin-bottom: 15px;
}

.info-mobile__buy__price-item{
    width: 130px;
    height: 134px;
}

.info-mobile__buy__price-item > h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 6px;
    white-space: nowrap;
}

.info-mobile__buy__kpp-item{
    width: auto;
    text-align: left;
}

.info-mobile__buy__kpp-item > h2{
    text-align: left;
}

.info-mobile__buy__kpp-item > .info-mobile__buy__price-button{
    width: 285px;
}

.info-mobile__buy__price-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #60676F;
    margin-bottom: 15px;
}

.info-mobile__buy__price-button{
    padding: 12px 18px;
    gap: 10px;
    background: #39B54A;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.info-mobile__buy__info{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.info-mobile__buy__info-item{
    display: flex;
    gap: 17px;
    align-items: flex-start;
}

.info-mobile__buy__info-item > div {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #60676F;
}

.info-mobile__buy__info-item > div > a {
    color: #3C6B9B;
}

.info-mobile__appearance__container{
    padding: 40px 0 50px;
    margin-top: 120px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.info-mobile__appearance__content > h2{
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
}

.info-mobile__appearance__content > button{
    width: 260px;
}

.info-mobile__appearance__list{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.info-mobile__appearance__item{
    display: flex;
    gap: 25px;
    align-items: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
    opacity: 0.5;
    padding-bottom: 30px;
    transition: opacity .5s;
}
.info-mobile__appearance__item--active {
    display: flex;
    gap: 25px;
    align-items: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
    opacity: 1;
    transition: opacity .5s;
}

.info-mobile__download__container{
    margin-top: 120px;
    padding: 50px;
    width: 1160px;
    height: 550px;
    background: #00BCD4;
    border-radius: 30px;
    position: relative;
    margin-bottom: 120px;
}

.info-mobile__download__container > img {
    margin-bottom: 30px;
}

.info-mobile__download__container > h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: left;
}

.info-mobile__download__stores{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.info-mobile__download__links{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    text-decoration: none;
}

.info-mobile__download__subtext{
    align-items: center;
    display: flex;
    gap: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.info-mobile__download__phone-img{
    position: absolute;
    top: 1px;
    left: 766px;
    margin-bottom: 0;
}

.info-mobile__other__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.info-mobile__other__container > h2 {
    color: #1F1F1F;
    font-size: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 135%;
}

.info-mobile__other__flex-container{
    display: flex;
    gap: 20px;
    margin-bottom: 196px;
    position: relative;
    flex-wrap: nowrap;
    width: max-content;
    left: 0;
    transition: left .5s;
}

.info-mobile__other__flex-item{
    flex-shrink: 0;
    width: 373px;
    height: 600px;
    padding: 30px 40px;
    border-radius: 30px;
    border: 1px solid #F1F2F4;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-mobile__other__item-info > img {
    margin-bottom: 30px;
}

.info-mobile__other__item-info > header{
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}

.info-mobile__other__item-subtext{
    color: #1F1F1F;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}

.info-mobile__other__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-mobile__other__list-item{
    color: #60676F;
    font-size: 18px;
    position: relative;
    display: flex;
    gap: 16px;
}

.info-mobile__other__price{
    color: #3C6B9B;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}

.info-mobile__other__buttons > a > .info-mobile__ui__button--green{
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.info-mobile__other__buttons > a {
    text-decoration: none;
}

.info-mobile__other__arrow-left, .info-mobile__other__arrow-right{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 267px;
    border-radius: 100px;
    border: 1px solid #F1F2F4;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    z-index: 2;
}

.info-mobile__other__arrow-left{
    left: -30px;
}

.info-mobile__other__arrow-right{
    left: calc(100% - 30px);
}

.info-mobile__other__arrow-right > img{
    position: relative;
    left: 2px;
}

.info-mobile__other__arrow-left > img{
    position: relative;
    left: -2px;
}

.info-mobile__other__arrow-left:hover, .info-mobile__other__arrow-right:hover {
    background: #00BCD4;
    transition: background-color 0.3s;
}

.info-mobile__other__arrow-left:hover > img, .info-mobile__other__arrow-right:hover  > img {
    filter:brightness(0) invert(1);
}

.info-mobile__appearance__image-container{
    position: relative;
    width: 500px;
    height: 700px;
}

.info-mobile__appearance__image-container > img{
    position: absolute;
    transition: opacity .5s;
}

.info-mobile__other__flex-list{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.info-mobile__other__slider-container{
    position: relative;
    width: 100%;
}

.info-mobile__download__container > a{
    text-decoration: none;
}

.info-mobile__form-layout{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000000;
    display: none;
}

.info-mobile__form-background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity .5s;
}

.info-mobile__form-container{
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-mobile__form{
    position: relative;
    top: 100vh;
    left: 0;
    padding: 30px 40px;
    width: 432px;
    height: 620px;
    border-radius: 30px;
    border: 1px solid #E8EAED;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
    transition: all 0.5s;
}

.info-mobile__form-close {
    position: absolute;
    top: 20px;
    left: 382px;
    cursor: pointer;
}

.info-mobile__download-window-close {
    position: absolute;
    top: 20px;
    left: 1110px;
    cursor: pointer;
}

.info-mobile__form-info{
    margin-bottom: 30px;
}

.info-mobile__form-info > header{
    color: #1F1F1F;
    font-size: 32px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 140%;
    margin-bottom: 10px;
}

.info-mobile__form-info > div{
    color: #1F1F1F;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    line-height: 140%;
}

.info-mobile__form-inputs{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-mobile__form-inputs .info-mobile__ui__input{
    border-radius: 10px;
    border: 1px solid #E8EAED;
    background: #FFF;
}

.info-mobile__form-inputs > div {
    color: #60676F;
    font-size: 16px;
    line-height: 140%;
    font-family: Roboto, sans-serif;
}

.info-mobile__download-window__container{
    font-family: Roboto, sans-serif;
    margin-top: 160px;
    padding: 50px;
    width: 1160px;
    height: 550px;
    background: white;
    border-radius: 30px;
    position: relative;
    margin-bottom: 160px;
    top: 100vh;
    transition: top .5s;
}

.info-mobile__download-window__container > .desktop > img {
    margin-bottom: 30px;
}

.info-mobile__download-window__container > .desktop > h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: black;
    margin-bottom: 25px;
    text-align: left;
}

.info-mobile__download-window__container > .desktop > a{
    text-decoration: none;
}

.info-mobile__download-window__container .info-mobile__ui__button--blue-outline {
    width: 210px;
    height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0;
}

.info-mobile__ui__button--blue-outline > a {
    color: #3C6B9B;
    text-decoration: none;

}

.info-mobile__ui__button--blue-outline > a > img {
    position: relative;
    top: 3px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(28%) saturate(921%) hue-rotate(170deg) brightness(89%) contrast(92%);
}

.info-mobile__ui__button--blue-outline:hover{
    background-color: #3C6B9B;
}

.info-mobile__ui__button--blue-outline:hover > a {
    color: white;
}

.info-mobile__ui__button--blue-outline:hover > a > img {
    filter:brightness(0) invert(1);
}

.info-mobile__download-window__container .info-mobile__download__subtext {
    color: #3C6B9B;
}

.info-mobile__download-window__container .info-mobile__download__subtext > img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(28%) saturate(921%) hue-rotate(170deg) brightness(89%) contrast(92%);
}

.mobile{
    display: none;
}

.middle {
    display: none;
}

.info-mobile__buy__kpp-item h2 {
    margin-bottom: 15px;
}

.info-mobile__functions__sub-content > a, .info-mobile__form-inputs > div > a {
    color: #60676F;

}
@media (max-width: 1200px){


    .info-mobile__download-window__container > .mobile {
        display: block;
    }

    .info-mobile__download-window__container > .desktop {
        display: none;
    }

    .info-mobile__download-window__container {
        width: 324px;
        height: auto;
        padding: 24px;
    }

    .info-mobile__download-window-close {
        left: 274px;
    }

    .info-mobile__download-window__content--mobile {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .info-mobile__download-window__content--mobile > img {
        width: 80px;
        height: 80px;
    }

    .info-mobile__download-window__content--mobile > header {
        color: #1F1F1F;
        /* RB/Mobile/H-2 */
        font-size: 26px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__download-window__buttons--mobile > a > .info-mobile__ui__button--blue {
        display: flex;
        height: 48px;
        padding: 12px 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 10px;
        background: #3C6B9B;
        color: white;
        width: 100%;
        margin-bottom: 24px;
    }

    .info-mobile__download-window__buttons--mobile > a {
        display: flex;
        gap: 16px;
        color: #3C6B9B;
        text-decoration: none;
        font-size: 16px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__download-window__buttons--mobile > a > img {
        filter: brightness(0) saturate(100%) invert(41%) sepia(28%) saturate(921%) hue-rotate(170deg) brightness(89%) contrast(92%);
        margin-bottom: 18px;
    }


    .middle {
        display: block;
    }

    .info-mobile__content {
        width: 940px;
        position: relative;
    }

    .info-mobile__lk__container > img {
        width: 423px;
        height: 428px;
        flex-shrink: 0;
    }

    .info-mobile__lk__container {
        align-items: flex-end;
        gap: 35px;
    }

    .info-mobile__lk__icon {
        margin: 60px 0 50px;
    }

    .info-mobile__lk__item > h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        text-align: left;
    }

    .info-mobile__lk__item {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__ui__button--green, .info-mobile__ui__button--blue-outline {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__lk__buttons-block {
        margin-bottom: 4px;
    }

    .info-mobile__advantages__container {
        margin-top: 107px;
        margin-bottom: 85px;
        gap: 17px;
    }

    .info-mobile__advantages__item {
        gap: 12px;
        height: auto;
    }

    .info-mobile__advantages__item > img {
        margin-bottom: 8px;
    }

    .info-mobile__advantages__item > header {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__advantages__item > div {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__start__item {
        width: 460px;
        height: 255px;
        padding: 33px 35px;
    }

    .info-mobile__start__item > div > img {
        width: 64px;
        height: 64px;
    }

    .info-mobile__start__item > div > header {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 105%;
    }

    .info-mobile__start__item > div {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .play_start {
        width: 87px;
        height: 79px;
        top: calc(50% - 39px);
        left: calc(50% - 43px);
    }

    .info-mobile__start__item:hover .phone_start {
        top: 0;
        transition: all .5s;
    }

    .phone_start {
        width: 220px;
        height: 363px;
        top: 24px;
        left: 222px;
    }

    .info-mobile__start__container {
        gap: 0;
        justify-content: space-between;
        margin-bottom: 85px;
    }

    .info-mobile__start__list-item {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__opportunities__container > header, .info-mobile__advanced__container > header {
        margin-bottom: 45px;
    }

    .info-mobile__opportunities__flex-container {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .info-mobile__opportunities__flex-item {
        width: 460px;
        padding: 40px;
        height: auto;
    }

    .info-mobile__advanced__container {
        margin-bottom: 35px;
    }

    .info-mobile__advanced__flex-container {
        margin-bottom: 35px;
        flex-wrap: wrap;
        width: 800px;
        justify-content: center;
    }

    .info-mobile__functions__flex-container {
        margin: 105px 0;
        gap: 68px;
    }

    .info-mobile__functions__content > header{
        font-size: 38px;
    }

    .info-mobile__functions__inputs {
        margin-bottom: 20px;
    }

    .info-mobile__buy__container {
        margin: 60px 0;
        width: 940px;
        height: 571px;
    }

    .info-mobile__buy__prices {
        gap: 0px !important;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .info-mobile__buy__prices  h2 {
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__buy__kpp-item h2 {
        text-align: left;
    }

    .info-mobile__buy__price-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__buy__price-item {
        width: auto;
    }

    .info-mobile__buy__price-button {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding: 12px 18px;
    }

    .info-mobile__buy__info-item > div {
        font-size: 16px;
    }

    .info-mobile__buy__info {
        gap: 26px;
    }

    .info-mobile__buy__button {
        font-size: 16px;
        line-height: 100%;
        padding: 17px 2px;
    }
    .info-mobile__buy__buttons {
        width: max-content;
    }

    .info-mobile__appearance__container {
        padding: 30px 0 40px;
        margin-top: 60px;
    }

    .info-mobile__appearance__image-container {
        width: 393px;
        height: 542px;
    }

    .info-mobile__appearance__image-container > img {
        width: 393px;
        height: 542px;
    }

    .info-mobile__appearance__container {
        align-items: flex-start;
        gap: 170px;
    }

    .info-mobile__appearance__item {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__download__container {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .info-mobile__download__container {
        width: 1019px;
        height: 590px;
        left: -40px;
    }

    .info-mobile__download__container > h2 > br {
        display: none;
    }

    .info-mobile__download__container > h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
    }

    .info-mobile__download__phone-img {
        display: none;
    }

    .info-mobile__download__container > img {
        margin-top: 20px;
        margin-bottom: 23px;
    }
    /*
    .info-mobile__other__container > .mobile {
        display: block;
    }

    .info-mobile__other__container > h2.mobile {
        display: none;
    }

    .info-mobile__other__slider-container > .info-mobile__other__arrow-left, .info-mobile__other__slider-container > .info-mobile__other__arrow-right {
        display: none;
    }
    */
    .info-mobile__other__container {
        padding: 0 18px;
        gap: 0;
        margin-bottom: 57px;
    }

    .info-mobile__other__container > h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 140%;
        text-align: center;
        margin-bottom: 40px;
    }

    .info-mobile__other__flex-list{
        width: 766px;

    }
    /*
    .info-mobile__other__flex-list{
        width: 766px;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
    }

    .info-mobile__other__flex-list::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    .info-mobile__other__flex-container{
        margin-bottom: 35px;
    }

    .info-mobile__other__slider-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .info-mobile__other__flex-item {
        width: 324px;
        padding: 24px;
        min-height: 620px;
        scroll-snap-align: start;
    }
    */
    .info-mobile__other__slider-container {
        display: flex;
        justify-content: center;
    }

    .info-mobile__other__container > h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
    }
}

@media (max-width: 1024px){

    .info-mobile__content{
        width: 565px;
    }

    .info-mobile__lk__container > img {
        display: none;
    }

    .info-mobile__lk__icon {
        margin: 62px 0 35px;
    }

    .info-mobile__lk__item {
        width: 100%;
    }

    .info-mobile__lk__item .middle {
        display: none;
    }

    .info-mobile__buy__container {
        width: 565px;
    }

    .info-mobile__buy__prices {
        flex-direction: column;
    }

    .info-mobile__download__container {
        width: 565px;
    }

    .info-mobile__lk__buttons-block > button {
        width: 270px;
    }

    .info-mobile__lk__buttons-block {
        flex-direction: row;
        justify-content: space-between;
    }

    .info-mobile__lk__buttons-block {
        margin-bottom: 23px;
    }

    .info-mobile__advantages__container {
        margin-top: 87px;
        margin-bottom: 75px;
    }

    .info-mobile__advantages__container {
        flex-direction: column;
    }

    .info-mobile__advantages__item {
        width: 565px;
        height: 203px;
        padding: 24px 42px;
        gap: 8px;
    }

    .info-mobile__advantages__item > img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .info-mobile__start__container {
        flex-direction: column;
    }

    .info-mobile__start__item {
        padding: 38px 45px;
        width: 560px;
        height: 340px;
        margin-bottom: 50px;
    }

    .info-mobile__start__item > div > img {
        width: 80px;
        height: 80px;
    }

    .info-mobile__start__item > div > header {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 105%;
    }

    .info-mobile__start__item > div {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .play_start {
        width: 73px;
        height: 73px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
    }

    .phone_start {
        width: 282px;
        height: 465px;
        top: 14px;
        left: 257px;
    }

    .info-mobile__start__list {
        width: 500px;
    }

    .info-mobile__start__container {
        margin-bottom: 75px;
    }

    .info-mobile__opportunities__flex-item {
        width: 568px;
        padding: 40px 0px 40px 45px;
    }

    .info-mobile__opportunities__flex-item > div.desktop {
        width: 367px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__opportunities__flex-item > header {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__advanced__container {
        margin-top: 75px;
    }

    .info-mobile__opportunities__container > header, .info-mobile__advanced__container > header {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        margin-bottom: 35px;
    }

    .info-mobile__advanced__flex-container {
        gap: 12px;
    }

    .info-mobile__advanced__flex-item {
        width: 156px;
        height: auto;
    }

    .info-mobile__advanced__flex-item > img {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .info-mobile__advanced__flex-item {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__functions__flex-container {
        margin: 75px 0;
    }

    .info-mobile__functions__flex-container > img {
        display: none;
    }

    .info-mobile__functions__content > header {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
    }

    .info-mobile__functions__inputs > input {
        width: 275px;
    }

    .info-mobile__functions__inputs > button {
        width: 275px;
    }

    .info-mobile__advanced__container {
        margin-bottom: 0;
    }

    .info-mobile__buy__buttons {
        flex-direction: column;
        align-items: center;
        width: auto;
        height: auto;
    }

    .info-mobile__buy__prices {
        flex-direction: column;
        align-items: center;
    }

    .info-mobile__buy__container {
        width: auto;
        height: auto;
    }

    .info-mobile__buy__container {
        margin: 80px 18px;
        padding: 24px;
        gap: 18px;
    }

    .info-mobile__buy__container > h2 {
        font-size: 28px;
    }

    .info-mobile__buy__prices {
        margin-bottom: 18px;
        gap: 8px;
    }

    .info-mobile__buy__price-item {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
    }

    .info-mobile__buy__price-button {
        width: 134px;
        height: 48px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-mobile__buy__info-item {
        gap: 8px;
    }

    .info-mobile__buy__info-item > div {
        font-size: 14px;
    }

    .info-mobile__buy__kpp-item {
        display: block;
        margin-bottom: 280px;
    }

    .info-mobile__buy__kpp-item > .info-mobile__buy__price-button {
        width: 100%;
    }

    .info-mobile__buy__kpp-item > h2 {
        white-space: normal;
        font-size: 22px;
    }

    .info-mobile__buy__container > .desktop {
        display: none;
    }

    .info-mobile__buy__container > .mobile {
        display: block;
    }

    .info-mobile__buy__select {

        width: 100%;
        border-radius: 30px;
        border: 1px solid #E8EAED;
        background: #FFF;
        /* Sh2 */
        box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
        color: #1F1F1F;
        height: 48px;
        overflow-y: hidden;
        transition: height .5s;
        padding: 0 6px;
        position: relative;
    }

    .info-mobile__buy__select-arrow {
        position: absolute;
        top: 12px;
        left: 230px;
        transition: all .5s;
    }


    .info-mobile__buy__select-item {
        padding: 12px 10px 10px 18px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
        order: 1;
    }

    .info-mobile__buy__select-list {
        display: flex;
        flex-direction: column;
    }

    .info-mobile__buy__select-item--active {
        pointer-events: none;
        order: 0;
    }

    .info-mobile__buy__price-item {
        justify-content: center;
        gap: 12px;
    }

    .info-mobile__buy__container {
        width: 565px;
        padding: 24px 10px;
    }

    .info-mobile__buy__select {
        width: 276px;
        margin-left: calc(50% - 138px);
    }

    .info-mobile__buy__prices  h2 {
        text-align: left;
    }

    .info-mobile__buy__container > h2 {
        margin: 0 32px;
    }

    .info-mobile__appearance__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info-mobile__appearance__content > h2 {
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
    }

    .info-mobile__appearance__image-container.desktop, .info-mobile__appearance__list.desktop {
        display: none;
    }

    .info-mobile__appearance__image-container--mobile.mobile{
        display: flex;
        overflow: hidden;
        width: 324px;
    }

    .info-mobile__appearance__image-list--mobile{
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
    }

    .info-mobile__appearance__image-list-inner--mobile{
        display: flex;
        gap: 20px;
        width: max-content;
    }
    .info-mobile__appearance__image-list--mobile::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }

    .info-mobile__appearance__image-item--mobile {
        scroll-snap-align: start;
    }

    .info-mobile__appearance__image-item--mobile > img{
        width: 324px;
        height: 449px;
        margin-bottom: 32px;
    }

    .info-mobile__appearance__image-item--mobile > header {
        color: #1F1F1F;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 55px;
    }

    .info-mobile__appearance__content > .mobile {
        display: flex;
    }

    .info-mobile__download__container {
        width: 763px;
        left: -99px;
        padding: 100px 142px;
        height: auto;
    }

    .info-mobile__download__container > img {
        margin: 12px 0 23px;
    }

    .info-mobile__download__stores {
        flex-wrap: wrap;
    }

    .info-mobile__other__container > h2.mobile {
        display: flex;
    }

    .info-mobile__other__container > h2.desktop {
        display: none;
    }

    .info-mobile__other__flex-list {
        width: 324px;
    }

    .info-mobile__other__slider-container {
        width: 324px;
    }

    .info-mobile__other__container > .mobile {
        display: block;
    }

    .info-mobile__other__container {
        padding: 0 18px;
        gap: 0;
        margin-bottom: 57px;
    }

    .info-mobile__other__container > h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 140%;
        text-align: center;
        margin-bottom: 40px;
    }
    .info-mobile__other__flex-list{
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
    }

    .info-mobile__other__flex-list::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }

    .info-mobile__other__flex-container{

    }

    .info-mobile__other__slider-container {
        width: 100%;
    }

    a > .info-mobile__other__arrow-left {
        width: 48px;
        height: 48px;
        display: flex;
    }

    .info-mobile__other__arrow-left {
        display: none;
    }

    .info-mobile__other__arrow-right {
        display: none;
    }

    .info-mobile__other__flex-item {
        width: 324px;
        padding: 24px;
        min-height: 620px;
        scroll-snap-align: start;
    }

    .info-mobile__other__flex-container {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px){

    .mobile > .info-mobile__download__stores{
        justify-content: center;
    }

    .info-mobile__download-window__buttons--mobile > .info-mobile__download__stores{
        justify-content: center;
    }

    .desktop {
        display: none;
    }

    .middle {
        display: none;
    }

    .mobile {
        display: block;
    }

    .info-mobile__content{
        width: 360px;
    }

    .info-mobile__lk__container {
        justify-content: center;
        align-items: center;
    }

    .info-mobile__lk__container > img {
        display: none;
    }

    .info-mobile__lk__buttons-block {
        align-items: center;
    }

    .info-mobile__lk__link {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__advantages__container {
        padding: 0 18px;
        flex-direction: column;
        align-items: center;
        margin: 60px 0;
    }

    .info-mobile__start__container {
        flex-direction: column;
        align-items: center;
    }

    .info-mobile__advanced__flex-container {
        flex-direction: column;
        align-items: center;
    }

    .info-mobile__functions__flex-container > img {
        display: none;
    }

    .info-mobile__functions__inputs {
        flex-direction: column;
        align-items: center;
    }

    .info-mobile__buy__buttons {
        flex-direction: column;
        align-items: center;
        width: auto;
        height: auto;
    }

    .info-mobile__buy__prices {
        flex-direction: column;
        align-items: center;
    }

    .info-mobile__buy__container {
        width: auto;
        height: auto;
    }

    .info-mobile__download__container {
        width: auto;
        height: auto;
        left: 0;
    }

    .info-mobile__download__phone-img {
        display: none;
    }

    .info-mobile__lk__item {
        padding: 0 18px;
        width: 100%;
    }

    .info-mobile__lk__icon {
        margin: 40px 0;
    }

    .info-mobile__lk__item > h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 140%;
        text-align: left;
    }

    .info-mobile__lk__buttons-block {
        margin: 24px 0;
        flex-direction: column;
    }

    .info-mobile__lk__buttons-block > button {
        width: 100%;
    }

    .info-mobile__lk__link > img {
        display: none;
    }

    .info-mobile__advantages__item {
        padding: 24px;
        height: auto;
        width: auto;
        gap: 5px;
    }

    .info-mobile__advantages__item > img {
        margin-bottom: 18px;
    }

    .info-mobile__advantages__item > header, .info-mobile__start__item > div > header {
        font-size: 22px;
    }

    .info-mobile__advantages__item > div, .info-mobile__start__item > div {
        font-size: 16px;
    }

    .info-mobile__start__item > div >  img {
        width: 50px;
        height: 50px;
    }

    .info-mobile__start__list {
        padding: 0 18px 0 32px;
    }

    .info-mobile__ui__blue-circle {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
    }

    .info-mobile__start__list-item {
        font-size: 22px;
        align-items: flex-start;
        gap: 18px;
    }

    .info-mobile__start__container {
        gap: 40px;
        margin-bottom: 60px;
    }

    .info-mobile__opportunities__container > header, .info-mobile__advanced__container > header {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .info-mobile__opportunities__flex-container {
        padding: 0 18px;
        margin-bottom: 40px;
    }

    .info-mobile__opportunities__flex-item {
        padding: 24px;
        font-size: 16px;
        height: auto;
    }

    .info-mobile__opportunities__flex-item > img {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .info-mobile__opportunities__flex-item > header {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .info-mobile__opportunities__mobile-content {
        display: flex;
        justify-content: space-between;
        align-items: self-end;
        width: 100%;
    }

    .info-mobile__opportunities__mobile-content > div {
        margin-bottom: 6px;
    }

    .info-mobile__advanced__container {
        margin-top: 40px;
    }

    .info-mobile__advanced__container > header {
        margin-bottom: 40px;
    }

    .info-mobile__advanced__flex-container {
        padding: 0 18px;
        width: 100%;
    }

    .info-mobile__advanced__flex-item {
        padding: 24px;
        font-size: 16px;
        width: 156px;
        height: 176px;
    }

    .info-mobile__advanced__flex-item > img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .info-mobile__advanced__flex-container {
        gap: 12px;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .info-mobile__functions__container {
        margin-top: 60px;
        padding: 0 18px;
    }

    .info-mobile__functions__content > header{
        font-size: 28px;
        margin-bottom: 24px;
    }

    .info-mobile__functions__inputs > input, .info-mobile__functions__inputs > button {
        width: 100%;
    }

    .info-mobile__functions__inputs {
        gap: 12px;
        margin-bottom: 12px;
    }

    .info-mobile__functions__sub-content {
        font-size: 14px;
    }

    .info-mobile__functions__inputs > input, .info-mobile__functions__inputs > button {
        font-size: 18px;
        font-weight: 500;
    }

    .info-mobile__functions__flex-container {
        margin: 0;
    }

    .info-mobile__advanced__container {
        margin-bottom: 60px;
    }

    .info-mobile__section--blue {

    }

    .info-mobile__buy__container {
        margin: 80px 18px;
        padding: 24px;
        gap: 18px;
    }

    .info-mobile__buy__container > h2 {
        font-size: 28px;
        margin: 0;
    }

    .info-mobile__buy__prices {
        margin-bottom: 18px;
        gap: 8px;
    }

    .info-mobile__buy__price-item {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
    }

    .info-mobile__buy__price-button {
        width: 134px;
        height: 48px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-mobile__buy__info-item {
        gap: 8px;
    }

    .info-mobile__buy__info-item > div {
        font-size: 14px;
    }

    .info-mobile__buy__kpp-item {
        display: block;
        margin-bottom: 280px;
    }

    .info-mobile__buy__kpp-item > .info-mobile__buy__price-button {
        width: 100%;
    }

    .info-mobile__buy__kpp-item > h2 {
        white-space: normal;
        font-size: 22px;
    }

    .info-mobile__appearance__container {
        margin-top: 60px;
        padding: 0 18px;
        justify-content: center;
    }

    .info-mobile__appearance__content > h2 {
        margin-bottom: 40px;
        font-size: 28px;
        text-align: center;
    }

    .info-mobile__appearance__content > button {
        height: 48px;
        width: 100%;
        font-size: 18px;
    }

    .info-mobile__appearance__content {
        width: 100%;
    }

    .info-mobile__download__container {
        margin: 60px 18px;
        padding: 24px;
    }

    .info-mobile__download__container > img {
        margin-bottom: 24px;
    }

    .info-mobile__download__container > h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__download__subtext {
        font-size: 16px;
        line-height: 140%;
    }

    .info-mobile__download__links-mobile {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 18px;
    }

    .info-mobile__download__links-mobile > a {
        display: flex;
        gap: 8px;
        color: #FFF;
        font-size: 16px;
        line-height: 140%;
        text-decoration: none;
    }

    .info-mobile__download__links > .info-mobile__ui__button--blue {
        width: 100%;
        font-size: 18px;
        margin-bottom: 6px;
    }

    a > .info-mobile__ui__button--blue {
        width: 100%;
        font-size: 18px;
        margin-bottom: 6px;
    }

    .info-mobile__other__container {
        padding: 0 18px;
        gap: 0;
        margin-bottom: 57px;
    }

    .info-mobile__other__container > h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 140%;
        text-align: center;
        margin-bottom: 40px;
    }
    .info-mobile__other__flex-list{
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
    }

    .info-mobile__other__flex-list::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }

    .info-mobile__other__flex-container{

    }

    .info-mobile__other__slider-container {
        width: 100%;
    }

    a > .info-mobile__other__arrow-left {
        width: 48px;
        height: 48px;
        display: flex;
    }

    .info-mobile__other__arrow-left {
        display: none;
    }

    .info-mobile__other__arrow-right {
        display: none;
    }

    .info-mobile__other__flex-item {
        width: 324px;
        padding: 24px;
        min-height: 620px;
        scroll-snap-align: start;
    }

    .info-mobile__other__flex-container {
        margin-bottom: 35px;
    }

    .info-mobile__appearance__image-container--mobile{
        overflow: hidden;
    }

    .info-mobile__appearance__image-list--mobile{
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
    }

    .info-mobile__appearance__image-list-inner--mobile{
        display: flex;
        gap: 20px;
        width: max-content;
    }
    .info-mobile__appearance__image-list--mobile::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }

    .info-mobile__appearance__image-item--mobile {
        scroll-snap-align: start;
    }

    .info-mobile__appearance__image-item--mobile > img{
        width: 324px;
        height: 449px;
        margin-bottom: 32px;
    }

    .info-mobile__appearance__image-item--mobile > header {
        color: #1F1F1F;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 55px;
    }

    .info-mobile__buy__select {

        width: 100%;
        border-radius: 30px;
        border: 1px solid #E8EAED;
        background: #FFF;
        /* Sh2 */
        box-shadow: 0 0 20px 0 rgba(0, 31, 61, 0.08);
        color: #1F1F1F;
        height: 48px;
        overflow-y: hidden;
        transition: height .5s;
        padding: 0 6px;
        position: relative;
    }

    .info-mobile__buy__select-arrow {
        position: absolute;
        top: 12px;
        left: 230px;
        transition: all .5s;
    }


    .info-mobile__buy__select-item {
        padding: 12px 10px 10px 18px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
        order: 1;
    }

    .info-mobile__buy__select-list {
        display: flex;
        flex-direction: column;
    }

    .info-mobile__buy__select-item--active {
        pointer-events: none;
        order: 0;
    }

    .info-mobile__form {
        width: 324px;
        padding: 24px;
        height: auto;
    }

    .info-mobile__ui__input, .info-mobile__ui__textarea {
        font-size: 16px;
    }

    .info-mobile__ui__input::placeholder, .info-mobile__ui__textarea::placeholder {
        font-size: 16px;
    }

    .info-mobile__form-close {
        left: 274px;
    }

    .info-mobile__form-inputs {
        gap: 12px;
    }


    .info-mobile__form-info > header {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__form-info > div {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__form-info {
        margin-bottom: 18px;
    }

    .info-mobile__form-inputs > div {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__download-window__container {
        width: 324px;
        height: auto;
        padding: 24px;
    }

    .info-mobile__download-window-close {
        left: 274px;
    }

    .info-mobile__download-window__content--mobile {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .info-mobile__download-window__content--mobile > img {
        width: 80px;
        height: 80px;
    }

    .info-mobile__download-window__content--mobile > header {
        color: #1F1F1F;
        /* RB/Mobile/H-2 */
        font-size: 26px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }

    .info-mobile__download-window__buttons--mobile > a > .info-mobile__ui__button--blue {
        display: flex;
        height: 48px;
        padding: 12px 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 10px;
        background: #3C6B9B;
        color: white;
        width: 100%;
        margin-bottom: 24px;
    }

    .info-mobile__download-window__buttons--mobile > a {
        display: flex;
        gap: 16px;
        color: #3C6B9B;
        text-decoration: none;
        font-size: 16px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .info-mobile__download-window__buttons--mobile > a > img {
        filter: brightness(0) saturate(100%) invert(41%) sepia(28%) saturate(921%) hue-rotate(170deg) brightness(89%) contrast(92%);
        margin-bottom: 18px;
    }

    .info-mobile__start__list {
        width: auto;
    }

    .info-mobile__start__list::before {
        border-left: 2px #E8EAED dashed;
        height: 150px;
        content: "";
        position: absolute;
        left: 51px;
        top: 20px;
        z-index: -1;
    }
}

@media (max-width: 764px){
    .info-mobile__content{

    }
}

@media (min-width: 1200px) {
    .info-mobile__buy__prices {
        gap: 50px;
    }
}