

/* Start:/local/components/sogaz/landing.elements/templates/app/css/style.css?17188655535631*/
*{
    box-sizing: border-box;
}
body, html {
    height: 100%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    width: 100%;
    min-width: 1024px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, "Helvetica", sans-serif;
    font-style: normal;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

b, strong {
    font-weight: bolder
}

img {
    border-style: none
}

@media (max-width: 1023px) {
    body {
        min-width: 768px
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px
    }
}

@font-face {
    font-family: "Stratos";
    font-weight: 400;
    src: url(/local/components/sogaz/landing.elements/templates/app/css/../fonts/stratos-regular-desktop.otf) format("OpenType");
    font-display: swap
}

.header-mobile {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.header-mobile__wrapper {
    max-width: 1252px;
    box-sizing: border-box;
    padding: 21px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-mobile__logo {
    margin-top: 7px
}

.header-mobile__logo-img {
    width: 160px;
    height: 33px
}

.header-mobile__logo-img path {
    fill: #000078
}

.header-mobile__support-number {
    text-align: right
}

.header-mobile__support-number p {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 22px;
    color: #000078
}

.header-mobile__support-number a {
    color: #000078;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px
}

@media (max-width: 767px) {
    .header-mobile__wrapper {
        max-width: 767px;
        padding: 10px 24px
    }

    .header-mobile__logo {
        margin-top: 6px
    }

    .header-mobile__logo-img {
        width: 84px;
        height: 25px
    }

    .header-mobile__support-number {
        text-align: right
    }

    .header-mobile__support-number p {
        margin: 0 0 1px;
        font-size: 12px;
        line-height: 14px
    }

    .header-mobile__support-number a {
        font-size: 16px;
        line-height: 22px
    }
}

.main-mobile {
    width: 100%;
    margin: 0 auto
}

.main-mobile__banner {
    min-width: 1024px;
    padding: 39px 30px 56px 18.2%;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    align-items: center
}

.main-mobile__banner-description {
    text-align: left;
    width: 100%;
    max-width: 585px;
    margin-top: -93px;
    margin-right: 38px
}

.main-mobile__banner-title {
    font-family: "Stratos", "Arial", sans-serif, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    color: #000078;
    margin: 0 0 34px
}

.main-mobile__banner-list {
    margin: 0 0 50px 16px;
    padding: 0
}

.main-mobile__banner-item {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 12px
}

.main-mobile__banner-buttons {
    text-align: left;
    display: flex;
    justify-content: left
}

.main-mobile__banner-button {
    display: block;
    width: 183px;
    height: 54px;
}

.main-mobile__banner-button--google {
    margin-right: 19px;
    background: url(/local/components/sogaz/landing.elements/templates/app/css/../img/store-google.svg) no-repeat
}

.banner-button--ru-store{
    height: 54px;
}
@media (max-width: 767px) {
    .banner-button--ru-store{
        height: 40px;
    }
}

.main-mobile__banner-button--apple {
    background: url(/local/components/sogaz/landing.elements/templates/app/css/../img/store-apple.svg) no-repeat
}

.main-mobile__banner-button--apk {
    margin-right: 19px;
    background: url(/local/components/sogaz/landing.elements/templates/app/css/../img/android.svg) no-repeat;
    background-size: contain
}

.main-mobile__banner-button--instructions {
    background: url(/local/components/sogaz/landing.elements/templates/app/css/../img/apk-instructions.svg) no-repeat;
    background-size: contain
}

.main-mobile__banner-subtitle {
    margin: 30px 0 10px
}

.main-mobile__banner-img {
    width: 100%;
    height: auto
}

@media (max-width: 1023px) {
    .main-mobile__banner {
        flex-wrap: wrap
    }

    .main-mobile__banner-description {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .main-mobile {
        height: calc(100vh - 57px)
    }

    .main-mobile__banner {
        min-width: 320px;
        height: 100%;
        padding: 22px 14px 0 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: nowrap
    }

    .main-mobile__banner-description {
        max-width: 90%;
        margin: 0
    }

    .main-mobile__banner-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 15px
    }

    .main-mobile__banner-list {
        margin-left: 15px;
        margin-bottom: 17px
    }

    .main-mobile__banner-item {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        padding-left: 0
    }

    .main-mobile__banner-buttons {
        margin-bottom: 20px
    }

    .main-mobile__banner-button {
        width: 130px;
        height: 40px
    }

    .main-mobile__banner-button--google {
        margin-right: 15px
    }

    .main-mobile__banner-pic {
        margin: 0 auto
    }
}

/* End */
/* /local/components/sogaz/landing.elements/templates/app/css/style.css?17188655535631 */
