@font-face {
    font-family: 'Apoc';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../assets/fonts/ApocLC-Revelations.otf) format('opentype')
}

@font-face {
    font-family: 'Apoc';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../assets/fonts/ApocLC-Light.otf) format('opentype')
}

@font-face {
    font-family: 'Apoc';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../assets/fonts/ApocLC-Bold.otf) format('opentype')
}

@font-face {
    font-family: 'Aeroport';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../assets/fonts/Aeroport-Light.woff2) format('woff2')
}

:root {
    --dark: #000;
    --white: #fff;
    --green: rgba(188, 253, 63, 1)
}

html {
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth
}

body {
    font-family: 'Apoc';
    font-size: 2rem;
    font-weight: 300;
    line-height: normal;
    padding: 0;
    color: var(--dark);
    background: var(--white)
}

body,p {
    margin: 0
}

a {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: none;
    color: #000;
    outline: 0
}

img {
    display: inline-block;
    vertical-align: middle
}

.scroll {
    overflow-y: scroll
}

.scroll::-webkit-scrollbar-track {
    width: 0;
    height: 0;
    background-color: transparent
}

.scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent
}

.scroll::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    background-color: transparent
}

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px
}

.main__container {
    position: relative
}


.main__container_desktop {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main__img {
    width: 100%;
    height: auto;
    grid-column: 1 / span 2;
    grid-row: 1;
}

.main__description {
    display: grid;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    width: 100%;
    padding: 0 4rem;
    box-sizing: border-box;
    @media (max-width: 768px) {
        padding: 0 1rem;
    }

}

.main__description p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 12px;
    margin-left: 4px
}

.main__logo {
    aspect-ratio: 76 / 45;
    width: 100%;
}

.partners {
    margin: 40px 0 30px
}

.partners p {
    font-size: 2.4rem;
    margin-bottom: 20px
}

.partners__list,.partners__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partners__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 0
}

.partners__list a {
    width: 33.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners__list_img {
    width: auto!important;
    margin-right: 30px
}

.partners__list_img img {
    max-width: 160px!important
}

.partners__list img {
    width: auto;
    max-width: 82px;
    height: auto
}

.list__title,.second a {
    text-transform: uppercase
}

.list__title {
    font-size: 4.4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-top: 4px;
    cursor: pointer;
    -webkit-transition: color .3s ease-in,padding .5s ease-in;
    transition: color .3s ease-in,padding .5s ease-in
}

.list__item.active .list__title,.list__title:hover {
    color: var(--green)
}

.list__border {
    margin-top: -4px
}

.list__border,.list__border2 {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.2)
}

.list__body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in,padding .5s ease-in;
    transition: max-height .5s ease-in,padding .5s ease-in
}

.list__body img,.list__body p {
    padding-bottom: 18px
}

.list__body img {
    max-width: 100%
}

.second a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 220px;
    height: 50px;
    margin-bottom: 18px;
    margin-left: 2px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    border-radius: 16px;
    background: #FF6BFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.second a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.second__title,.second__title2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 18px
}

.second__title2 {
    font-size: 2.2rem
}

.third__container,.third__item {
    margin-bottom: 22px
}

.fourth__title,.third__title {
    font-size: 2.6rem
}

.third__title:before {
    display: inline-block;
    width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 16px;
    content: '';
    border-radius: 100%;
    background: var(--green);
    aspect-ratio: 1
}

.fifth .title,.fourth__title,.third .title,.third__title {
    font-weight: 700;
    margin-bottom: 18px
}

.fourth__blocks {
    display: grid;
    margin-bottom: 18px;
    grid-gap: 18px
}

.fourth__item {
    display: grid;
    align-self: flex-start
}

.fourth__item p,.second a {
    font-weight: 700
}

.fourth__item a:first-of-type {
    margin-bottom: 18px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: underline
}

.fifth__box a:hover,.fourth__item a:hover {
    text-decoration: none
}

.fourth img {
    margin-top: 18px
}

.fifth__container,.footer {
    display: grid;
    grid-gap: 18px
}

.fifth__box a {
    text-decoration: underline
}

.footer {
    font-family: 'Aeroport';
    font-size: 1.4rem;
    margin: 40px 0 100px;
    grid-gap: 40px
}

.footer,.footer__copyright {
    text-align: center
}

.pad {
    padding-bottom: 0!important
}

@media (min-width: 768px) {


    .partners__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 20px 30px
    }

    .partners__list a {
        width: auto
    }

    .partners__list_img {
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .partners__list {
        grid-gap:20px 50px
    }

    .partners__list_img img {
        max-width: 250px!important
    }

    .partners__list img {
        max-width: 240px
    }

    .first,.second {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .second a {
        margin-bottom: 72px
    }

    .second__title {
        font-size: 2.8rem
    }

    .second__title,.second__title2 {
        margin-bottom: 40px
    }

    .third__container {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .third__container .left__block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .third__container .left__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .third__title {
        font-size: 2.8rem;
        margin-bottom: 40px
    }

    .fourth {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fourth__title {
        font-size: 2.8rem;
        margin-bottom: 40px
    }

    .fourth__blocks {
        margin-bottom: 40px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .fourth img {
        margin-top: 0
    }

    .fifth__container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px 40px
    }

    .fifth .third__title {
        margin-bottom: 18px
    }

    .fifth__box {
        grid-column: 1/span 2
    }

    .footer {
        margin: 80px 0 100px
    }
}


@media (min-width: 1600px) {
    .container {
        max-width:1440px
    }

    .main__description p {
        font-size: 4.6rem;
        line-height: normal;
        margin-top: 40px;
        margin-left: 6px;
        letter-spacing: 1.88px
    }


    .list__title {
        font-size: 10rem
    }

    .list__border {
        margin-top: -9px
    }
}

@media (min-width: 1280px) and (max-width:1599px) {
    .container {
        max-width:1280px
    }

}

@media (min-width: 768px) and (max-width:1599px) {
    .main__description {
        /* margin-right:20px; */
    }

    .main__description p {
        font-size: 3.6rem;
        line-height: normal;
        margin-top: 28px;
        margin-left: 6px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .main__description p {
        font-size:2.8rem;
        line-height: normal;
        margin-top: 28px;
        margin-left: 4px
    }

    .main__logo {
        /* max-height:200px; */
    }
}

@media (min-width: 1024px) and (max-width:1599px) {
    .list__title {
        font-size:8rem
    }

    .list__border {
        margin-top: -8px
    }
}
