
/* ROBOTO BOLD */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}
/* ROBOTO MEDIUM */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
/* ROBOTO REGULAR */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

html, body {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

.af-page.af-page-greeting {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.af-page-greeting .af-page-section {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.af-page-greeting .af-page-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.af-page-greeting .af-page-header {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #222222;
    text-align: center;
}
.af-page-greeting .af-page-credo {
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    color: #222222;
}
.af-page-greeting .af-page-image {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.af-page-greeting .af-page-title {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
}
.af-page-greeting .af-page-description {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
    line-height: 1.5;
    margin: 0;
}
.af-page-greeting .af-page-list {
    width: 100%;
    padding-left: 15px;
    list-style-type: disc;
    list-style-position: outside;
}
.af-page-greeting .af-page-list li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
    line-height: 1.5;    
    padding: 8px 0;
}
.af-page-greeting .af-page-list li:not(:last-of-type) {
    border-bottom: 1px solid #efefef;
}
.af-page-greeting .af-page-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0f74d1;
    line-height: 1.5;
    text-decoration: none;
}

/* DESKTOP */
.main .af-page-greeting .af-page-header {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 36px;
}
.main .af-page-greeting .af-page-credo {
    font-size: 20px;
    margin: 0;
}
.main .af-page-greeting .af-page-image {
    width: 750px;
    margin: 0 auto 36px;
}
.main .af-page-greeting .af-page-title {
    font-size: 20px;
    margin: 0 0 20px;
}
.main .af-page-greeting .af-page-description {
    font-size: 14px;
}
.main .af-page-greeting .af-page-list {
    margin: 0 0 36px;
}
.main .af-page-greeting .af-page-list li {
    font-size: 14px;
}
.main .af-page-greeting .af-page-link {
    font-size: 14px;
    transition: 150ms ease;
}
.main .af-page-greeting .af-page-link:hover {
    color: #0A65B9;
}

/* MOBILE */
.app__main .af-page-greeting .af-page-wrapper {
    padding: 0 28px;
    box-sizing: border-box;
}
.app__main .af-page-greeting .af-page-header {
    font-size: 38px;
    line-height: 1.3;
    margin: 0 0 40px;
}
.app__main .af-page-greeting .af-page-credo {
    font-size: 24px;
    margin: 0 0 40px;
}
.app__main .af-page-greeting .af-page-image {
    width: 100%;
    margin-bottom: 40px;
}
.app__main .af-page-greeting .af-page-title {
    line-height: 1.3;
    font-size: 32px;
    margin: 0 0 40px;
}
.app__main .af-page-greeting .af-page-description {
    font-size: 24px;
}
.app__main .af-page-greeting .af-page-list {
    margin: 0 0 40px;
}
.app__main .af-page-greeting .af-page-list li {
    font-size: 24px;
}
.app__main .af-page-greeting .af-page-link {
    font-size: 24px;
}