@font-face {
    font-family: "TT Hoves Pro Trial";
    src: url(../fonts/TTHovesProTrial-XLt.woff2) format("woff2"), url(../fonts/TTHovesProTrial-XLt.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Hoves Pro Trial";
    src: url(../fonts/TTHovesProTrial-Rg.woff2) format("woff2"), url(../fonts/TTHovesProTrial-Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Hoves Pro Trial";
    src: url(../fonts/TTHovesProTrial-Md.woff2) format("woff2"), url(../fonts/TTHovesProTrial-Md.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Hoves Pro Trial";
    src: url(../fonts/TTHovesProTrial-Bd.woff2) format("woff2"), url(../fonts/TTHovesProTrial-Bd.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "TT Hoves Pro Trial", "Open Sans", sans-serif, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100vh;
    position: relative;
    min-width: 320px;
    background: #fff;
    color: #161016
}

a,
button {
    color: inherit;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
    outline: 0
}

a:hover,
button:hover {
    color: inherit
}

svg {
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

footer,
header,
section {
    max-width: 2560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.container,
.container-fluid {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:767px) {

    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:359px) {

    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px
    }
}

.container {
    max-width: 1440px
}

.heading-1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.02em
}

@media (max-width:767px) {
    .heading-1 {
        font-size: 54px
    }
}

.heading-2 {
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.02em
}

@media (max-width:1023px) {
    .heading-2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .heading-2 {
        font-size: 32px
    }
}

@media (max-width:479px) {
    .heading-2 {
        font-size: 28px
    }
}

.heading-3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.02em
}

@media (max-width:1023px) {
    .heading-3 {
        font-size: 24px
    }
}

p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1.5em
}

p:last-child {
    margin-bottom: 0
}

p strong {
    font-weight: 700
}

@media (max-width:767px) {
    .heading-3 {
        font-size: 22px
    }

    p {
        font-size: 14px
    }
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    min-height: 36px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 19px;
    min-width: 0;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.btn:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-radius {
    border-radius: 18px
}

.btn-transparent {
    background: 0 0;
    color: #161016
}

.btn-transparent:hover {
    background: #fff;
    color: #161016
}

.btn-dark {
    background: #161016;
    color: #fff
}

.btn-dark:hover {
    background: #fff;
    color: #161016
}

.main-content {
    padding-top: 80px
}

.main-screen-section {
    background: url(../img/bg-main-screen.jpg) center/cover no-repeat #e6e6e6
}

@media (min-width:1920px) {
    .main-screen-section {
        background-image: url(../img/bg-main-screen-2560.jpg)
    }
}

@media (max-width:1023px) {
    .main-screen-section {
        background-position: 40% center
    }
}

@media (max-width:767px) {
    .btn {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px
    }

    .main-content {
        padding-top: 60px
    }

    .main-screen-section {
        background-position: center center
    }

    .main-screen-section .container {
        background: rgba(255, 255, 255, .4)
    }
}

.main-screen {
    min-height: 560px;
    max-width: 392px;
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:767px) {
    .main-screen {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        min-height: 380px;
        padding-bottom: 120px
    }
}

.main-screen__toptext {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: .583em;
    letter-spacing: -.02em
}

@media (max-width:479px) {
    .main-screen {
        padding-top: 48px
    }

    .main-screen__toptext {
        font-size: 28px
    }
}

.main-screen__heading {
    margin-bottom: .388em
}

.main-screen__bottomtext {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 382px;
    margin: 0
}

.mission-section {
    background: url(../img/bg-mission-section.webp) right center/cover no-repeat #161016;
    color: #fff
}

.mission {
    padding-top: 112px;
    padding-bottom: 144px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:1023px) {
    .mission {
        padding-top: 72px;
        padding-bottom: 80px;
        display: block
    }
}

@media (max-width:479px) {
    .main-screen__bottomtext {
        font-size: 14px
    }

    .mission {
        padding-top: 48px;
        padding-bottom: 60px
    }
}

.mission__left {
    padding-right: 40px
}

.projects-section {
    background: #f1f1f1;
    padding-top: 112px;
    padding-bottom: 136px
}

@media (max-width:1023px) {
    .mission__left {
        padding-right: 0
    }

    .mission__heading {
        margin-bottom: 1em
    }

    .mission__heading br {
        display: none
    }

    .projects-section {
        padding-top: 72px;
        padding-bottom: 80px
    }
}

@media (max-width:479px) {
    .projects-section {
        padding-top: 48px;
        padding-bottom: 60px
    }
}

.projects-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 74px
}

@media (max-width:1279px) {
    .projects-head {
        display: block;
        padding-bottom: 48px
    }
}

@media (max-width:479px) {
    .projects-head {
        padding-bottom: 36px
    }
}

.projects-head__heading {
    margin-bottom: 0
}

@media (max-width:1279px) {
    .projects-head__heading {
        margin-bottom: .5em
    }
}

.projects-head__counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 96px
}

@media (max-width:1439px) {
    .projects-head__counters {
        grid-gap: 0 80px
    }
}

@media (max-width:1023px) {
    .projects-head__counters {
        grid-gap: 0 40px
    }
}

@media (max-width:767px) {
    .projects-head__counters {
        display: block
    }
}

.projects-head__counter {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 19px
}

.projects-head__counter_value {
    font-size: 32px;
    white-space: nowrap
}

.projects-body {
    padding-top: 40px
}

.projects-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 20px;
    margin-bottom: 40px
}

.projects-filters__button-active {
    background: #fff;
    color: #161016
}

.projects-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px
}

@media (max-width:1279px) {
    .projects-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:1023px) {
    .projects-filters {
        gap: 4px 10px
    }

    .projects-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.projects-item {
    background: #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    width: 100%
}

@media (max-width:409px) {
    .projects-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.projects-item__logo {
    width: 80px;
    height: 80px;
    margin-bottom: 19px
}

.projects-item__logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:479px) {
    .projects-item__logo {
        width: 60px;
        height: 60px;
        margin-bottom: 12px
    }
}

.projects-item__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: .083em
}

@media (max-width:767px) {
    .projects-head__counter_value {
        font-size: 24px
    }

    .projects-filters {
        margin-left: -15px;
        margin-right: -15px;
        gap: 0 5px
    }

    .projects-item__title {
        font-size: 22px
    }
}

@media (max-width:479px) {
    .projects-item__title {
        font-size: 18px
    }
}

.projects-item__type {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #aeaeae;
    margin-bottom: .6875em;
    word-break: break-word
}

@media (max-width:767px) {
    .projects-item__type {
        font-size: 14px;
        line-height: 1.25
    }
}

.projects-item__counter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    padding-left: 50px
}

.projects-item__counter_icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.projects-item__counter_icon-users {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxNCAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNC4yIDVDNS41NTQwNiA1IDYuNjUgMy44ODE3IDYuNjUgMi41QzYuNjUgMS4xMTgzIDUuNTU0MDYgMCA0LjIgMEMyLjg0NTk0IDAgMS43NSAxLjExODMgMS43NSAyLjVDMS43NSAzLjg4MTcgMi44NDU5NCA1IDQuMiA1Wk01Ljg4IDUuNzE0MjlINS42OTg0NEM1LjI0MzQ0IDUuOTM3NSA0LjczODEyIDYuMDcxNDMgNC4yIDYuMDcxNDNDMy42NjE4NyA2LjA3MTQzIDMuMTU4NzUgNS45Mzc1IDIuNzAxNTYgNS43MTQyOUgyLjUyQzEuMTI4NzUgNS43MTQyOSAwIDYuODY2MDcgMCA4LjI4NTcxVjguOTI4NTdDMCA5LjUyMDA5IDAuNDcwMzEyIDEwIDEuMDUgMTBINy4zNUM3LjkyOTY5IDEwIDguNCA5LjUyMDA5IDguNCA4LjkyODU3VjguMjg1NzFDOC40IDYuODY2MDcgNy4yNzEyNSA1LjcxNDI5IDUuODggNS43MTQyOVpNMTAuNSA1QzExLjY1OTQgNSAxMi42IDQuMDQwMTggMTIuNiAyLjg1NzE0QzEyLjYgMS42NzQxMSAxMS42NTk0IDAuNzE0Mjg2IDEwLjUgMC43MTQyODZDOS4zNDA2MiAwLjcxNDI4NiA4LjQgMS42NzQxMSA4LjQgMi44NTcxNEM4LjQgNC4wNDAxOCA5LjM0MDYyIDUgMTAuNSA1Wk0xMS41NSA1LjcxNDI5SDExLjQ2NjlDMTEuMTYyOCA1LjgyMTQzIDEwLjg0MTIgNS44OTI4NiAxMC41IDUuODkyODZDMTAuMTU4NyA1Ljg5Mjg2IDkuODM3MTkgNS44MjE0MyA5LjUzMzEyIDUuNzE0MjlIOS40NUM5LjAwMzc1IDUuNzE0MjkgOC41OTI1IDUuODQ1OTggOC4yMzE1NiA2LjA1ODA0QzguNzY1MzEgNi42NDUwOSA5LjEgNy40MjQxMSA5LjEgOC4yODU3MVY5LjE0Mjg2QzkuMSA5LjE5MTk2IDkuMDg5MDYgOS4yMzg4NCA5LjA4Njg3IDkuMjg1NzFIMTIuOTVDMTMuNTI5NyA5LjI4NTcxIDE0IDguODA1OCAxNCA4LjIxNDI5QzE0IDYuODMyNTkgMTIuOTA0MSA1LjcxNDI5IDExLjU1IDUuNzE0MjlaJyBmaWxsPScjMTYxMDE2Jy8+PC9zdmc+Cg==) center/14px auto no-repeat #fff
}

.projects-item__counter_icon-views {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAyMSAxNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTIwLjc2NzEgNy42NDQ2OUMxOS4zOTY1IDkuMzc2OTQgMTUuMzE4NyAxMy45OTY5IDEwLjQ5NSAxMy45OTY5QzUuNjcxNDEgMTMuOTk2OSAxLjU5MzU3IDkuMzc2OTQgMC4yMjI5NjQgNy42NDQ2OUMtMC4wODk5NDY0IDcuMjU5ODYgLTAuMDg5OTQ2NCA2LjcxNzA5IDAuMjIyOTY0IDYuMzMyMjZDMS41OTM1NyA0LjYwMDAxIDUuNjcxNDEgLTAuMDE5OTk3NyAxMC40OTUgLTAuMDAzMDA1MDFDMTUuMzE4NyAtMC4wMDMwMDUwMSAxOS4zOTY1IDQuNjE3IDIwLjc2NzEgNi4zNDkyNUMyMS4wNjIgNi43MTcwOSAyMS4wNjIgNy4yNTk4NiAyMC43NjcxIDcuNjQ0NjlaTTEwLjQ5NSAyLjc3OTc5QzguMTg2NjkgMi43Nzk3OSA2LjMzMDIyIDQuNjUxOTggNi4zMzAyMiA2Ljk3OTk4QzYuMzMwMjIgOS4zMDY5NyA4LjE4NjY5IDExLjE3OTIgMTAuNDk1IDExLjE3OTJDMTIuODAyNCAxMS4xNzkyIDE0LjY1ODggOS4zMDY5NyAxNC42NTg4IDYuOTc5OThDMTQuNjU4OCA0LjY1MTk4IDEyLjgwMjQgMi43Nzk3OSAxMC40OTUgMi43Nzk3OVpNMTAuNDk1IDkuMDc5MDdDOS4zNDQzNiA5LjA3OTA3IDguNDEyNjIgOC4xMzk0OCA4LjQxMjYyIDYuOTc5OThDOC40MTI2MiA1LjgxOTQ4IDkuMzQ0MzYgNC44Nzk4OSAxMC40OTUgNC44Nzk4OUMxMS42NDQ3IDQuODc5ODkgMTIuNTc2NCA1LjgxOTQ4IDEyLjU3NjQgNi45Nzk5OEMxMi41NzY0IDguMTM5NDggMTEuNjQ0NyA5LjA3OTA3IDEwLjQ5NSA5LjA3OTA3WicgZmlsbD0nIzE2MTAxNicvPjwvc3ZnPg==) center/24px auto no-repeat #fff
}

@media (max-width:479px) {
    .projects-item__counter {
        padding-left: 40px
    }

    .projects-item__counter_icon {
        width: 30px;
        height: 30px
    }
}

.projects-item__counter_value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25
}

.projects-item__counter_text {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #aeaeae
}

.projects-item__full {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility, opacity .2s ease-in-out;
    transition: visibility, opacity .2s ease-in-out;
    position: absolute;
    left: -21px;
    right: -21px;
    top: 0;
    background: #fff;
    padding: 10px 20px 48px;
    border-radius: 0 0 8px 8px;
    border: 1px solid transparent;
    border-top: none
}

@media (max-width:767px) {
    .projects-item__full {
        padding-bottom: 20px
    }
}

@media (max-width:409px) {
    .projects-item__full {
        padding-left: 10px;
        padding-right: 10px;
        left: -11px;
        right: -11px
    }
}

@media (pointer:fine) {
    .projects-item.projects-item-hover {
        background: #fff;
        z-index: 2;
        border-radius: 8px 8px 0 0;
        border-color: #dedede;
        border-bottom: none
    }

    .projects-item.projects-item-hover .projects-item__full {
        visibility: visible;
        opacity: 1;
        border-color: #dedede
    }

    .projects-item.projects-item-hover .projects-item__counter_icon {
        background-color: #f1f1f1
    }
}

@media (pointer:fine) and (max-width:767px) {
    .projects-item.projects-item-hover {
        width: 200%
    }

    .projects-item.projects-item-hover:nth-child(odd) {
        margin-right: -100%
    }

    .projects-item.projects-item-hover:nth-child(even) {
        margin-left: -100%
    }
}

@media (pointer:coarse) {
    .projects-item.projects-item-full {
        background: #fff;
        z-index: 2;
        border-radius: 8px 8px 0 0;
        border-color: #dedede;
        border-bottom: none
    }

    .projects-item.projects-item-full .projects-item__showmore {
        display: none
    }

    .projects-item.projects-item-full .projects-item__full {
        visibility: visible;
        opacity: 1;
        top: 0;
        border-color: #dedede
    }

    .projects-item.projects-item-full .projects-item__counter_icon {
        background-color: #f1f1f1
    }
}

@media (pointer:coarse) and (max-width:767px) {
    .projects-item.projects-item-full {
        width: 200%
    }

    .projects-item.projects-item-full:nth-child(odd) {
        margin-right: -100%
    }

    .projects-item.projects-item-full:nth-child(even) {
        margin-left: -100%
    }
}

@media (pointer:coarse) and (max-width:409px) {
    .projects-item.projects-item-full {
        padding-left: 10px;
        padding-right: 10px
    }
}

.projects-item__about {
    margin-top: 20px;
    padding-right: 30px
}

.projects-item__about_heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .8125em
}

.projects-item__about_text {
    color: #161016;
    font-size: 14px;
    line-height: 1.42857em;
    font-weight: 500
}

.projects-item__about_text ol,
.projects-item__about_text p,
.projects-item__about_text ul {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 1.42857em
}

.projects-item__about_text ol:last-child,
.projects-item__about_text p:last-child,
.projects-item__about_text ul:last-child {
    margin-bottom: 0
}

.projects-item__button {
    margin-top: 25px
}

.projects-item__button .btn-dark:hover {
    background: #e6e6e6
}

.advertising-options-section {
    background: #fff;
    padding-top: 112px;
    padding-bottom: 120px
}

@media (max-width:1023px) {
    .advertising-options-section {
        padding-top: 72px;
        padding-bottom: 80px
    }
}

@media (max-width:479px) {
    .advertising-options-section {
        padding-top: 48px;
        padding-bottom: 60px
    }
}

.advertising-options-head {
    padding-bottom: 72px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 48px
}

@media (max-width:1023px) {
    .advertising-options-head {
        padding-bottom: 48px;
        margin-bottom: 48px
    }
}

@media (max-width:479px) {
    .advertising-options-head {
        padding-bottom: 24px;
        margin-bottom: 36px
    }
}

.advertising-options-head__heading {
    margin-bottom: 0
}

.advertising-options-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.advertising-options__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.advertising-options__col-left {
    padding-right: 40px
}

@media (max-width:1023px) {
    .advertising-options-body {
        display: block
    }

    .advertising-options__col-left {
        padding-right: 0;
        margin-bottom: 48px
    }
}

.advertising-options__heading {
    letter-spacing: 0;
    line-height: 1.25;
    min-height: 80px;
    margin-bottom: 67px
}

.advertising-options-list,
.advertising-options__heading {
    max-width: 480px
}

@media (max-width:1023px) {
    .advertising-options__heading {
        min-height: 0;
        margin-bottom: 1.5em
    }

    .advertising-options-list,
    .advertising-options__heading {
        max-width: 100%
    }
}

.advertising-options-list {
    position: relative
}

.advertising-options-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    grid-gap: 0 32px;
    position: relative;
    padding-left: 40px
}

.advertising-options-item:not(:last-child) {
    margin-bottom: 32px
}

.advertising-options-item:not(:last-child):after {
    content: "";
    width: 1px;
    height: calc(100% + 32px);
    position: absolute;
    left: 0;
    top: 25px;
    background: #dedede
}

.advertising-options-item:before {
    content: "";
    display: block;
    width: 19px;
    height: 1px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 25px
}

@media (max-width:479px) {
    .advertising-options-item {
        grid-gap: 0 20px
    }
}

.advertising-options-item__icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.advertising-options-item__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.advertising-options-item__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.advertising-options-not {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin-top: 84px
}

.advertising-options-not_col {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 54px 200px 52px 40px;
    position: relative;
    min-height: 200px
}

@media (max-width:1279px) and (min-width:1024px) {
    .advertising-options-not_col {
        padding-right: 160px
    }
}

@media (max-width:767px) {
    .advertising-options-not_col {
        padding: 40px 120px 40px 20px;
        min-height: 80px
    }
}

@media (max-width:409px) {
    .advertising-options-not_col {
        padding-left: 10px
    }
}

.advertising-options-not__heading {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: .5769em
}

@media (max-width:767px) {
    .advertising-options-not__heading {
        font-size: 22px
    }
}

.advertising-options-not__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0
}

.advertising-options-not__icon {
    position: absolute;
    top: 40px;
    right: 56px;
    width: 120px;
    height: 120px
}

.advertising-options-not__icon img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1279px) and (min-width:1024px) {
    .advertising-options-not__icon {
        right: 40px
    }
}

.conditions-publications-section {
    background: #1d1d1d;
    color: #fff;
    padding-top: 112px;
    padding-bottom: 144px
}

@media (max-width:1023px) {
    .advertising-options-not {
        margin-top: 72px;
        grid-template-columns: 1fr
    }

    .conditions-publications-section {
        padding-top: 72px;
        padding-bottom: 80px
    }
}

.conditions-publications-head {
    margin-bottom: 72px
}

@media (max-width:767px) {
    .advertising-options-not__text {
        font-size: 14px
    }

    .advertising-options-not__icon {
        right: 20px;
        width: 80px;
        height: 80px
    }

    .conditions-publications-head {
        margin-bottom: 48px
    }
}

@media (max-width:479px) {
    .advertising-options-not_col {
        padding-right: 100px
    }

    .advertising-options-not__icon {
        width: 60px;
        height: 60px
    }

    .conditions-publications-section {
        padding-top: 48px;
        padding-bottom: 60px
    }

    .conditions-publications-head {
        margin-bottom: 36px
    }
}

.conditions-publications__heading {
    margin-bottom: 0
}

.conditions-publications-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4px 5px
}

.conditions-publications-item {
    border-radius: 8px;
    border: 1px solid #333;
    display: grid;
    grid-template-columns: 360fr 294fr;
    padding: 20px 20px 20px 19px
}

.conditions-publications-item:focus,
.conditions-publications-item:hover {
    background: #333
}

@media (max-width:409px) {
    .conditions-publications-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.conditions-publications-item__left {
    border-right: 1px solid #474747;
    position: relative;
    padding: 14px 40px 14px 99px;
    min-height: 80px
}

.conditions-publications-item__logo {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 20px
}

.conditions-publications-item__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

@media (max-width:1279px) {
    .conditions-publications-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .conditions-publications-item__left {
        padding: 0 0 14px 100px;
        border-right: none;
        border-bottom: 1px solid #474747;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .conditions-publications-item__logo {
        top: 0
    }
}

@media (max-width:479px) {
    .conditions-publications-item__left {
        padding: 0 0 20px
    }

    .conditions-publications-item__logo {
        position: static;
        margin-bottom: 12px;
        width: 60px;
        height: 60px
    }
}

.conditions-publications-item__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width:767px) {
    .conditions-publications-item__title {
        font-size: 18px
    }
}

.conditions-publications-item__type {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #a8a8a8;
    margin-bottom: .8125em;
    word-break: break-word
}

@media (max-width:767px) {
    .conditions-publications-item__type {
        font-size: 14px;
        line-height: 1.25
    }
}

.conditions-publications-item__link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.conditions-publications-item__link a:hover {
    opacity: .6
}

@media (max-width:767px) {
    .conditions-publications-item__link {
        font-size: 14px
    }
}

.conditions-publications-item__right {
    padding: 15px 0 15px 19px
}

@media (max-width:1279px) {
    .conditions-publications-item__right {
        padding: 15px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.conditions-publications-item__text {
    font-size: 14px;
    line-height: 1.42857em;
    color: #959595;
    margin-bottom: 1px
}

.conditions-publications-item__value {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.conditions-publications-item__value:not(:last-child) {
    margin-bottom: .125em
}

.payments-options-section {
    background: #f1f1f1;
    padding-top: 112px;
    padding-bottom: 116px
}

@media (max-width:1023px) {
    .payments-options-section {
        padding-top: 72px;
        padding-bottom: 80px
    }
}

@media (max-width:479px) {
    .payments-options-section {
        padding-top: 48px;
        padding-bottom: 60px
    }
}

.payments-options-head {
    margin-bottom: 74px
}

@media (max-width:1023px) {
    .payments-options-head {
        margin-bottom: 48px
    }
}

.payments-options-head__heading {
    margin-bottom: 1em
}

.payments-options-head__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width:767px) {
    .payments-options-head__text {
        font-size: 14px
    }
}

.payments-options-body {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:1023px) {
    .payments-options-body {
        display: block
    }
}

.payments-options-list {
    padding-right: 80px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px
}

@media (max-width:1439px) {
    .payments-options-list {
        padding-right: 40px
    }
}

@media (max-width:1023px) {
    .payments-options-list {
        padding-right: 0
    }
}

.payments-options-item {
    border-radius: 10px;
    padding: 40px 20px 32px
}

.payments-options-item-card {
    background: #e1e0e0
}

.payments-options-item-invoice {
    background: #e6e6e6
}

.payments-options-item__img {
    margin-bottom: 24px
}

.payments-options-specials {
    padding-top: 35px
}

.payments-options-specials__wrapper {
    max-width: 480px
}

.payments-options-specials__heading {
    margin-bottom: 1.09375em
}

.payments-options-specials-list {
    margin-top: 26px
}

.payments-options-specials-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 40px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    padding-top: 20px
}

.payments-options-specials-item:not(:last-child) {
    border-bottom: 1px solid #dedede;
    padding-bottom: 23px
}

@media (max-width:767px) {
    .payments-options-specials-item {
        font-size: 22px
    }

    .algorithm-cooperation__heading {
        text-align: center
    }
}

@media (max-width:479px) {
    .payments-options-specials-item {
        font-size: 20px;
        padding-top: 12px
    }

    .payments-options-specials-item:not(:last-child) {
        padding-bottom: 12px
    }
}

.algorithm-cooperation-section {
    background: #fff;
    padding-top: 116px;
    padding-bottom: 104px
}

.algorithm-cooperation-head {
    margin-bottom: 83px
}

@media (max-width:1023px) {
    .payments-options-specials__wrapper {
        max-width: 100%
    }

    .algorithm-cooperation-section {
        padding-top: 72px;
        padding-bottom: 80px
    }

    .algorithm-cooperation-head {
        margin-bottom: 48px
    }
}

@media (max-width:479px) {
    .algorithm-cooperation-section {
        padding-top: 48px;
        padding-bottom: 60px
    }

    .algorithm-cooperation-head {
        margin-bottom: 36px
    }
}

.algorithm-cooperation__heading {
    margin-bottom: 0
}

.algorithm-cooperation-list .swiper-pagination {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px
}

.algorithm-cooperation-list .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
    background: #aeaeae
}

.algorithm-cooperation-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #161016
}

@media (min-width:768px) {
    .algorithm-cooperation-list .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 40px 20px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .algorithm-cooperation-list .swiper-wrapper .swiper-slide {
        width: 100% !important
    }

    .algorithm-cooperation-list .swiper-pagination {
        display: none
    }
}

@media (min-width:1024px) {
    .algorithm-cooperation-list .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

.algorithm-cooperation-item {
    padding-left: 20px;
    padding-right: 20px
}

.algorithm-cooperation-item__icon {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 19px
}

.algorithm-cooperation-item__icon img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.algorithm-cooperation-item__counter {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #161016;
    color: #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500
}

.algorithm-cooperation-item__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 288px
}

.contacts-section {
    background: url(../img/bg-contacts.webp) right bottom/auto 100% no-repeat #f7f7f7;
    padding-top: 96px;
    padding-bottom: 80px
}

@media (max-width:1439px) {
    .contacts-section {
        background-size: 48.5% auto
    }
}

.contacts__heading {
    margin-bottom: 1.0972em;
    font-size: 72px
}

@media (max-width:1023px) {
    .contacts-section {
        padding-bottom: 50%
    }

    .contacts__heading {
        font-size: 48px;
        margin-bottom: 1em
    }
}

@media (max-width:479px) {
    .contacts-section {
        padding-top: 48px;
        padding-bottom: 60%
    }

    .contacts__heading {
        font-size: 36px;
        margin-bottom: .5em
    }
}

.contacts__text {
    font-size: 32px;
    line-height: 1.25;
    max-width: 56.7647%;
    margin-bottom: 1.75em
}

@media (max-width:767px) {
    .algorithm-cooperation-item {
        text-align: center
    }

    .algorithm-cooperation-item__icon,
    .algorithm-cooperation-item__text {
        margin-left: auto;
        margin-right: auto
    }

    .contacts__text {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .contacts__text {
        font-size: 20px
    }
}

.contacts__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 32px;
    font-size: 18px;
    line-height: 1.5
}

.contacts__link_icon {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    font-size: 32px
}

.contacts__link_icon:before {
    content: "";
    display: block;
    width: 38px;
    height: 32px;
    background: url(../img/icon-tg.webp) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.contacts__link_icon:hover:before {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

@media (max-width:479px) {
    .contacts__link {
        grid-gap: 0 20px
    }

    .contacts__link_icon {
        font-size: 24px;
        padding-left: 36px
    }

    .contacts__link_icon:before {
        width: 28px;
        height: 24px
    }
}

.copyrights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0 24px;
    margin-top: 220px
}

@media (max-width:1023px) {
    .contacts__text {
        max-width: 100%
    }

    .copyrights {
        margin-top: 72px
    }
}

.copyrights__logo {
    width: 96px
}

.copyrights__logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:767px) {
    .copyrights {
        display: block
    }

    .copyrights__logo {
        margin-bottom: 12px
    }
}

.copyrights__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.main-footer {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 52px
}

@media (max-width:767px) {
    .copyrights__text {
        font-size: 14px
    }

    .main-footer {
        padding-top: 36px;
        padding-bottom: 36px
    }
}

.main-footer__text {
    font-size: 16px;
    line-height: 1.25
}

.main-header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #dedede
}

.main-header .container-fluid {
    padding-right: 20px
}

@media (max-width:767px) {
    .main-footer__text {
        font-size: 14px
    }

    .main-header .container-fluid {
        padding-right: 10px
    }
}

.main-header-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-gap: 0 20px;
    min-height: 80px
}

.main-header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 133px;
    -ms-flex-item-align: center;
    align-self: center
}

.main-header-logo img {
    width: 100%
}

.main-header-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center
}

.main-header-menu .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    min-height: 36px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 15px;
    min-width: 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: 0 0;
    color: #161016;
    text-decoration: none
}

.main-header-menu .nav-link.active,
.main-header-menu .nav-link:hover {
    background: #f1f1f1;
    color: #161016
}

@media (max-width:1439px) {
    .main-header-menu .nav-link {
        font-size: 14px;
        padding: 0 10px
    }
}

@media (max-width:1279px) {
    .main-header-menu {
        display: none
    }

    .main-header-tg-link {
        margin-left: auto
    }
}

.main-header-tg-link {
    border-left: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
}

@media (max-width:767px) {
    .main-header-tg-link {
        padding-left: 10px
    }
}

.main-header-tg-link__button {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    padding-left: 36px;
    position: relative
}

.main-header-tg-link__button:before {
    content: "";
    display: block;
    width: 28px;
    height: 23px;
    background: url(../img/icon-tg.webp) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.main-header-tg-link__button:hover:before {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.projects-item__hidemore,
.projects-item__showmore {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 24px;
    display: none
}

@media (pointer:coarse) {

    .projects-item__hidemore,
    .projects-item__showmore {
        display: block
    }
}

@media (max-width:479px) {
    .main-header-navbar {
        min-height: 60px;
        grid-gap: 10px
    }

    .main-header-logo {
        width: 104px
    }

    .main-header-tg-link__button {
        padding-left: 28px
    }

    .main-header-tg-link__button:before {
        width: 21px;
        height: 18px
    }

    .projects-item__hidemore,
    .projects-item__showmore {
        font-size: 14px
    }
}

.main-header-burger {
    display: none;
    border-left: 1px solid #e3e3e3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
}

@media (max-width:1279px) {
    .main-header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .main-header-burger {
        padding-left: 10px
    }
}

.main-header-burger-button {
    width: 36px;
    height: 21px;
    display: block;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: relative
}

.main-header-burger-button span {
    display: block;
    width: 36px;
    height: 3px;
    background: #161016;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.main-header-burger-button span:not(:last-child) {
    margin-bottom: 6px
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    z-index: 100;
    display: none;
    opacity: 1;
    border-top: 1px solid #f1f1f1
}

@media (max-width:479px) {
    .mobile-menu {
        top: 60px;
        height: calc(100vh - 60px)
    }
}

.mobile-menu__overflow {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 48px;
    padding-bottom: 48px
}

.mobile-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1280px) {
    .algorithm-cooperation-list .swiper-wrapper {
        grid-gap: 80px 40px;
        grid-template-columns: repeat(4, 1fr) !important
    }

    .mobile-menu {
        display: none !important
    }
}

.mobile-menu-links {
    list-style: none;
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    padding: 0;
    margin: 0
}

.mobile-menu-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-menu-links li:not(:last-child) {
    margin-bottom: 1.5em
}

.mobile-menu-links li a {
    display: block;
    padding: 4px 15px;
    border-radius: 4px
}

.mobile-menu-links li a:hover {
    background: #f1f1f1
}

body.menu-opened {
    overflow: hidden
}

body.menu-opened .mobile-menu {
    display: block
}

body.menu-opened .main-header-burger-button span {
    display: none;
    margin: 0;
    position: absolute
}

body.menu-opened .main-header-burger-button span:first-child {
    display: block;
    left: 6px;
    top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

body.menu-opened .main-header-burger-button span:last-child {
    display: block;
    left: 3px;
    bottom: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.projects-head__counter_value {
    position: relative;
    color: transparent
}

.projects-head__counter_anim {
    position: absolute;
    left: 0;
    top: 0;
    color: #161016
}

.projects-item__bottomrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    margin-top: 20px
}

.projects-item__bottomrow .projects-item__button,
.projects-item__bottomrow .projects-item__hidemore {
    margin-top: 0
}

@media (max-width:409px) {
    .projects-item__bottomrow {
        grid-gap: 10px
    }
}

.projects-item:not(.projects-item-full),
.projects-item:not(.projects-item-hover) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.projects-item__logo,
.projects-item__title,
.projects-item__type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.projects-item__counter {
    margin-top: auto
}

@media (max-width:1279px) {
    .conditions-publications-item__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .conditions-publications-item__link {
        margin-top: auto
    }

    .conditions-publications-item__title {
        margin-bottom: .5em
    }
}

@media (max-width:767px) {
    .mobile-menu-links {
        font-size: 18px
    }

    .main-screen-section {
        background-position: 33.3333% center
    }

    .heading-1 {
        font-size: 48px
    }
}

@media (max-width:479px) {
    .main-screen__toptext {
        font-size: 22px;
        margin-bottom: 1em
    }

    .conditions-publications-item__title,
    .projects-item__title {
        font-size: 16px
    }
}