*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img{
    display: block;
    user-select: none;
    pointer-events: none;
}
ul, ol {
    list-style: none;
}
button, input, select, textarea {
    outline: none;
    border: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    background-color: transparent;
    cursor: pointer;
    font-family: 'Sora', sans-serif;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
input {
    border: none;
    background-color: transparent;
}
body {
    font-family: 'Sora', sans-serif;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FAFAFA;
}
main{
    position: relative;
    z-index: 9;
}
section{
    position: relative;
}

.wrapper{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}


.desktop{
    @media(max-width: 768px){
        display: none;
    }
}
.mobile{
    display: none;
    @media(max-width: 768px){
        display: block;
        width: 100vw;
    }
}

.lives{
    position: absolute;
    top: 120px;
    left: 1000px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #FF7D32;
    @media(max-width: 1600px){
        top: 7.5vw;
        left: 62.5vw;
        font-size: 1.25vw;
    }
}
.lives__counter{
    color: #FFFFFF;
}
.main{
    background-image: url("../assets/images/main-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 0;
    @media(max-width: 1600px){
        padding: 9.375vw 0;
    }
}
.main__wrapper{
    display: flex;
    flex-direction: column;
    gap: 120px;
    @media(max-width: 1600px){
        gap: 7.5vw;
    }
}
.main__top{
    display: flex;
    align-items: center;
    gap: 200px;
    @media(max-width: 1600px){
        gap: 12.5vw;
    }
}
.main__video{
    max-width: 360px;
    padding: 20px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #FF7D32;
    overflow: hidden;
    height: fit-content;
    @media(max-width: 1600px){
        max-width: 22.5vw;
        border-radius: 1.875vw;
        padding: 1.25vw;
    }
}
.main__video video{
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    @media(max-width: 1600px){
        border-radius: 1.25vw;
    }
}
.main__logo{
    width: 320px;
    height: auto;
    margin-bottom: 20px;
    @media(max-width: 1600px){
        margin-bottom: 1.25vw;
        width: 20vw;
    }
}
.main__logo svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.main__title{
    font-size: 72px;
    line-height: 100%;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 750px;
    margin-bottom: 60px;
    @media(max-width: 1600px){
        font-size: 4.5vw;
        max-width: 46.875vw;
        margin-bottom: 3.75vw;
    }
}
.main__title b{
    color: #FF7D32;
}
.main__links{
    display: flex;
    align-items: center;
    gap: 20px;
    @media(max-width: 1600px){
        gap: 1.25vw;
    }
}
.main__links-item{
    width: 180px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        width: 11.25vw;
        height: 3.5vw;
        border-radius: 0.625vw;
    }
}
.main__links-item:hover{
    filter: brightness(80%);
}
.main__links-item svg{
    width: 130px;
    height: auto;
    object-fit: contain;
    @media(max-width: 1600px){
        width: 8.125vw;
    }
}
.main__bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    @media(max-width: 1600px){
        gap: 5.625vw;
    }
}
.main__bottom-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.main__bottom-item p{
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 1600px){
        font-size: 1.5vw;
    }
}
.main__bottom-item h2{
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    color: #FF7D32;
    @media(max-width: 1600px){
        font-size: 1.5vw;
    }
}

.transparency{
    background-image: url("../assets/images/bg-dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #FF7D32;
}
.section__title{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 30px 30px 0;
    border-left: 1px solid #FF7D32;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #FF7D32;
    @media(max-width: 1600px){
        padding: 1.875vw 1.875vw 0;
        font-size: 1.5vw;
        line-height: 1.5vw;
        margin: 0 auto 2.5vw;
    }
}
.section__title.section__title--white{
    color: #FFFFFF;
    border-color: #FFFFFF;
}


.transparency__main{
    display: flex;
    gap: 180px;
    padding-bottom: 120px;
    @media(max-width: 1600px){
        gap: 11.25vw;
        padding-bottom: 7.5vw;
    }
}
.transparency__img{
    width: 300px;
    height: auto;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #FF7D32;
    position: relative;
    @media(max-width: 1600px){
        width: 18.75vw;
        padding: 1.25vw;
        border-radius: 1.875vw;
    }
}
.transparency__img img{
    display: block;
    border-radius: 20px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    @media(max-width: 1600px){
        border-radius: 1.25vw;
    }
}
.transparency__img::after{
    content: '';
    position: absolute;
    left: 100%;
    top: 180px;
    height: 1px;
    width: 90px;
    background-color: #FF7D32;
    @media(max-width: 1600px){
        top: 11.25vw;
        width: 5.625vw;
    }
}
.transparency__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    width: 560px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
    color: #9C9C9C;
    @media(max-width: 1600px){
        gap: 3.75vw;
        width: 35vw;
        font-size: 1.5vw;
    }
}
.transparency__text b{
    color: #FF7D32;
}
.transparency__scroll-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    height: 835px;
    @media(max-width: 1660px){
        right: 30px;
    }
    @media(max-width: 1600px){
        right: 1.875vw;
        height: 52.1875vw;
    }
}
.transparency__scroll{
    width: 432px;
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px;
    border-left: 1px solid #FF7D32;
    border-right: 1px solid #FF7D32;
    @media(max-width: 1600px){
        width: 27vw;
        padding: 0 1.25vw;
    }
}
.transparency__scroll img{
    width: 100%;
    object-fit: contain;
}
.transparency__scroll::-webkit-scrollbar{
    display: none;
}
.transparency__scroll:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background-color: #FF7D32;
    right: 432px;
    top: 470px;
    @media(max-width: 1600px){
        right: 27vw;
        top: 29.375vw;
    }
}



.tracking{
    border-top: 1px solid #FF7D32;
    background-image: url("../assets/images/tracking-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.tracking__main{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
    padding-bottom: 200px;
    @media(max-width: 1600px){
        gap: 6.25vw;
        padding-bottom: 12.5vw;
    }
}
.tracking__img{
    width: 400px;
    flex-shrink: 0;
    @media(max-width: 1600px){
        width: 25vw;
    }
}
.tracking__img svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.tracking__main-text{
    display: flex;
    flex-direction: column;
    gap: 90px;
    @media(max-width: 1600px){
        gap: 5.625vw;
    }
}
.tracking__inner-title{
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    @media(max-width: 1600px){
        font-size: 3.75vw;
    }
}
.tracking__inner-title b{
    color: #FF7D32;
}
.tracking__inner-content{
    display: flex;
    gap: 60px;
    @media(max-width: 1600px){
        gap: 3.75vw;
    }
}
.tracking__inner-content p{
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
    color: #FFFFFF;
    max-width: 550px;
    @media(max-width: 1600px){
        font-size: 1.5vw;
        max-width: 34.375vw;
    }
}
.tracking__inner-content p b{
    color: #FF7D32;
}
.tracking__inner-img{
    width: 450px;
    flex-shrink: 0;
    @media(max-width: 1600px){
        width: 28.125vw;
    }
}
.tracking__inner-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}


.field{
    background-image: url("../assets/images/field-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #FF7D32;
    padding-bottom: 150px;
    @media(max-width: 1600px){
        padding-bottom: 9.375vw;
    }
}
.field__filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
    @media(max-width: 1600px){
        margin-bottom: 3.75vw;
    }
}
.field__tags{
    display: flex;
    align-items: center;
    gap: 20px;
    @media(max-width: 1600px){
        gap: 1.25vw;
    }
}
.field__tag{
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #5C5C5C;
    color: #9C9C9C;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    cursor: pointer;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        font-size: 1.5vw;
        padding: 0.625vw 1.25vw;
        border-radius: 1.25vw;
    }
}
.field__tag:hover{
    color: #FFFFFF;
}
.field__tag.field__tag--active{
    background-color: #FF7D32;
    color: #FFFFFF;
}
.field__results{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #9C9C9C;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        font-size: 1vw;
        line-height: 1.25vw;
    }
}
.field__results:hover{
    color: #FF7D32;
}
.field__navigation, .results__navigation{
    display: flex;
    align-items: center;
    gap: 10px;
    @media(max-width: 1600px){
        gap: 0.625vw;
    }
}
.field-btn-prev, .field-btn-next, .results-btn-prev, .results-btn-next{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7D32;
    transition: .3s ease-in-out;
    cursor: pointer;
    @media(max-width: 1600px){
        width: 1.5vw;
        height: 1.5vw;
    }
}
.field-btn-prev svg, .field-btn-next svg, .results-btn-prev svg, .results-btn-next svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.field-btn-prev:hover, .field-btn-next:hover, .results-btn-prev:hover, .results-btn-next:hover{
    color: #FFFFFF;
}
.field__list{
    display: none;
    gap: 30px;
    overflow-x: auto;
    width: 100%;
    scroll-snap-type: x mandatory;
    margin-bottom: 120px;
    @media(max-width: 1600px){
        gap: 1.875vw;
        margin-bottom: 7.5vw;
    }
}
.field__list.field__list--active{
    display: flex;
}
.field__list::-webkit-scrollbar{
    display: none;
}
.field__list-item{
    width: 510px;
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media(max-width: 1600px){
        width: 31.875vw;
        gap: 1.25vw;
    }
}
.field__list-more{
    width: 510px;
    height: 250px;
    background-color: #5C5C5C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #FF7D32;
    text-align: center;
    flex-shrink: 0;
    border-radius: 20px;
    @media(max-width: 1600px){
        width: 31.875vw;
        height: 15.625vw;
        font-size: 1vw;
        border-radius: 1.25vw;
    }
}
.field-item__img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #5C5C5C;
    @media(max-width: 1600px){
        height: 15.625vw;
        border-radius: 1.25vw;
    }
}
.field-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.field-item__name{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    @media(max-width: 1600px){
        font-size: 1.25vw;
    }
}
.field-item__name b{
    color: #FF7D32;
    font-weight: 400;
}
.field__content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.field__content-header{
    display: flex;
    gap: 60px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 100px;
    @media(max-width: 1600px){
        gap: 3.75vw;
    }
}
.field__content-header h2{
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #C3C3C3;
    max-width: 980px;
    @media(max-width: 1600px){
        font-size: 3.75vw;
        max-width: 61.25vw;
    }
}
.field__content-header h2 b{
    color: #FF7D32;
    font-weight: 700;
}
.field__content-header p{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
    @media(max-width: 1600px){
        font-size: 1.25vw;
        max-width: 25vw;
    }
}
.field__content-header p b{
    font-weight: 400;
    color: #FF7D32;
}
.field__content-img{
    width: 100%;
    height: fit-content;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    border: 1px solid #FF7D32;
    margin-bottom: 90px;
    @media(max-width: 1600px){
        padding: 1.875vw;
        border-radius: 1.875vw;
        margin-bottom: 5.625vw;
    }
}
.field__content-img:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: #FF7D32;
    @media(max-width: 1600px){
        height: 3.75vw;
    }
}
.field__content-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.field__content-text{
    text-align: center;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    @media(max-width: 1600px){
        max-width: 34.375vw;
        font-size: 1.25vw;
    }
}
.field__content-text b{
    font-weight: 400;
    color: #FF7D32;
}
.field__list-col, .field__list-volunteer{
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 510px;
    flex-shrink: 0;
    scroll-snap-align: start;
    @media(max-width: 1600px){
        gap: 3.75vw;
        width: 31.875vw;
    }
}
.field__list-col__item, .volunteer__item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    @media(max-width: 1600px){
        gap: 0.625vw;
    }
}
.field__list-col__item span, .volunteer__item span{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #FF7D32;
    @media(max-width: 1600px){
        font-size: 1.25vw;
    }
}
.field__list-col__item p, .volunteer__item p{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    @media(max-width: 1600px){
        font-size: 1.25vw;
    }
}
.field__list-volunteer{
    gap: 45px;
    @media(max-width: 1600px){
        gap: 2.8125vw;
    }
}
.volunteer__item{
    gap: 5px;
    @media(max-width: 1600px){
        gap: 0.3125vw;
    }
}







.recognition{
    background-image: url("../assets/images/recognition-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    border-top: 1px solid #FFFFFF;
    @media(max-width: 1600px){
        padding-bottom: 12.5vw;
    }
}
.recognition__content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    width: 100%;
    margin-bottom: 150px;
    @media(max-width: 1600px){
        gap: 5.625vw;
        margin-bottom: 9.375vw;
    }
}
.recognition__col{
    display: flex;
    flex-direction: column;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.recognition__item{
    width: 374px;
    height: auto;
    @media(max-width: 1600px){
        width: 23.375vw;
    }
}
.recognition__item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.recognition__col-spec{
    display: flex;
    flex-direction: column;
    gap: 150px;
    @media(max-width: 1600px){
        gap: 9.375vw;
    }
}
.recognition__col-spec .recognition__item{
    max-width: 250px;
}
.recognition__col p{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #5C5C5C;
    @media(max-width: 1600px){
        font-size: 1.25vw;
    }
}
.recognition__col p b{
    color: #FF7D32;
    font-weight: 400;
}
.recognition-save{
    border-top: 1px solid #FF7D32;
}
.recognition__socials{
    display: flex;
    gap: 10px;
    align-items: center;
    @media(max-width: 1600px){
        gap: 0.625vw;
    }
}
.recognition__socials-item{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C5C5C;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        width: 2vw;
        height: 2vw;
    }
}
.recognition__socials-item:hover{
    color: #000000;
}
.save__content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.save__qr{
    position: relative;
    width: fit-content;
}
.save__bg{
    width: 80px;
    height: auto;
    @media(max-width: 1600px){
        width: 5vw;
    }
}
.save__bg svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.save__qr-main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    padding: 10px;
    background-color: #F5E6EA;
    border: 1px solid #FF7D32;
    border-radius: 20px;
    width: 160px;
    @media(max-width: 1600px){
        padding: 0.625vw;
        width: 10vw;
        border-radius: 1.25vw;
    }
}
.save__qr-main svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.save__text{
    font-size: 80px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FF7D32;
    text-align: center;
    max-width: 550px;
    width: 100%;
    margin-bottom: 30px;
    @media(max-width: 1600px){
        font-size: 5vw;
        max-width: 34.375vw;
        margin-bottom: 1.875vw;
    }
}
.save__links{
    display: flex;
    align-items: center;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.save__link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 65px;
    border: 2px solid #FF7D32;
    border-radius: 10px;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        width: 11.25vw;
        height: 4.0625vw;
        border-radius: 0.625vw;
    }
}
.save__link:hover{
    filter: brightness(80%);
}
.save__link svg{
    width: 140px;
    height: auto;
    object-fit: contain;
    object-position: center;
    @media(max-width: 1600px){
        width: 8.75vw;
    }
}



.results{
    background-image: url("../assets/images/results-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    border-top: 1px solid #FF7D32;
    @media(max-width: 1600px){
        padding-bottom: 6.25vw;
    }
}
.results__filter{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
    @media(max-width: 1600px){
        gap: 1.875vw;
        margin-bottom: 3.75vw;
    }
}
.results__tags{
    display: flex;
    gap: 10px;
    @media(max-width: 1600px){
        gap: 0.625vw;
    }
}
.results__tag{
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #5C5C5C;
    color: #9C9C9C;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    cursor: pointer;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        padding: 0.625vw 1.25vw;
        font-size: 1.5vw;
    }
}
.results__tag:hover{
    color: #FFFFFF;
}
.results__tag.results__tag--active{
    background-color: #FF7D32;
    color: #FFFFFF;
    cursor: default;
}
.results__main{
    display: none;
}
.results__main.results__main--active{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
    width: 100%;
    @media(max-width: 1600px){
        gap: 3.75vw;
    }
}
.results__item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    @media(max-width: 1600px){
        gap: 0.625vw;
    }
}
.results__item img{
    width: 100%;
    height: fit-content;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #5C5C5C;
    border: 1px solid #FF7D32;
    overflow: hidden;
}
.results__item-name{
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #9C9C9C;
    text-align: center;
    width: 100%;
    @media(max-width: 1600px){
        font-size: 1vw;
    }
}
.results__more{
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #5C5C5C;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #FF7D32;
    padding: 40px;
    height: fit-content;
    @media(max-width: 1600px){
        padding: 2.5vw;
        font-size: 1vw;
    }
}





.learn{
    background-image: url("../assets/images/learn-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 200px;
    @media(max-width: 1600px){
        padding-bottom: 12.5vw;
    }
}
.learn__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.learn__content-main{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 150px;
    margin-bottom: 120px;
    @media(max-width: 1600px){
        gap: 9.375vw;
        margin-bottom: 7.5vw;
    }
}
.learn__item{
    width: 100%;
    height: fit-content;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #FF7D32;
    @media(max-width: 1600px){
        padding: 1.25vw;
        border-radius: 1.875vw;
    }
}
.learn__item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    @media(max-width: 1600px){
        border-radius: 1.25vw;
    }
}
.learn__sub{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.learn__links{
    display: flex;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.learn__links-item{
    width: 240px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        width: 15vw;
        height: 4.6875vw;
        border-radius: 1vw;
    }
}
.learn__links-item svg{
    width: 165px;
    height: auto;
    object-fit: contain;
    object-position: center;
    @media(max-width: 1600px){
        width: 10.3125vw;
    }
}
.learn__links-item:hover{
    filter: brightness(80%);
}
.learn__lives{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    font-weight: 400;
    @media(max-width: 1600px){
        font-size: 1.875vw;
    }
}
.learn__lives p{
    color: #FFFFFF;
}
.learn__lives b{
    color: #FF7D32;
}
.learn__qr{
    padding: 10px;
    width: 300px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 2px solid #FF7D32;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 110%);
    z-index: 99;
    @media(max-width: 1600px){
        width: 18.75vw;
        border-radius: 1.25vw;
    }
}
.learn__qr svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}


.info{
    padding: 250px 0 80px;
    background-color: #303030;
    @media(max-width: 1600px){
        padding: 15.625vw 0 5vw;
    }
}
.info__content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.info__top, .info__bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    @media(max-width: 1600px){
        gap: 5.625vw;
    }
}
.info__col{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    @media(max-width: 1600px){
        gap: 1.875vw;
    }
}
.info__col-main{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 1600px){
        font-size: 1.25vw;
    }
}
.info__col-main b{
    font-weight: 400;
    color: #FF7D32;
}
.info__col-sub{
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    @media(max-width: 1600px){
        font-size: 1vw;
    }
}
.info__col-sub a{
    color: #FFFFFF;
    transition: .3s ease-in-out;
}
.info__col-sub a:hover{
    color: #FF7D32;
}


footer{
    background-color: #303030;
    padding: 30px 0 45px;
    @media(max-width: 1600px){
        padding: 1.875vw 0 2.8125vw;
    }
    @media(max-width: 768px){
        display: none;
    }
}
.footer__wrapper{
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
    gap: 90px;
    @media(max-width: 1600px){
        gap: 5.625vw;
    }
}
.footer__col{
    display: flex;
    flex-direction: column;
    gap: 15px;
    @media(max-width: 1600px){
        gap: 0.9375vw;
    }
}
.footer__logo{
    width: 200px;
    @media(max-width: 1600px){
        width: 12.5vw;
    }
}
.footer__logo svg{
    width: 100%;
    height: fit-content;
    object-fit: contain;
    object-position: center;
}
.footer__col p{
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    min-height: 45px;
    @media(max-width: 1600px){
        font-size: 1vw;
        min-height: 2.8125vw;
    }
}
.footer__docs{
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    min-height: 45px;
    display: flex;
    gap: 5px;
    @media(max-width: 1600px){
        font-size: 1vw;
        min-height: 2.8125vw;
        gap: 0.3125vw;
    }
}
.footer__docs-link{
    transition: .3s ease-in-out;
}
.footer__docs-link:hover{
    color: #FF7D32;
}
.footer__socials{
    display: flex;
    align-items: center;
    gap: 10px;
    @media(max-width: 1600px){
        gap: 0.3125vw;
    }
}
.footer__socials-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #9C9C9C;
    transition: .3s ease-in-out;
    @media(max-width: 1600px){
        width: 2vw;
        height: 2vw;
    }
}
.footer__socials-item svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.footer__socials-item:hover{
    color: #FF7D32;
}















.mobile section, .double-screen__section{
    min-height: 90svh;
}
.mobile-wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    @media(max-width: 589px){
        padding: 0 3.38vw;
    }
    @media(min-width: 591px){
        padding: 0 3.38vw;
    }
}
.double-screen{
    background-image: url("../assets/images/m-main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.double-screen__header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #004684;
    border-bottom: 1px solid #FFFFFF;
    padding: 40px 20px 20px;
    width: 100%;
    @media(max-width: 589px){
        padding: 6.77vw  3.38vw 3.38vw;
    }
    @media(min-width: 591px){
        padding: 6.77vw  3.38vw 3.38vw;
    }
}
.double__links{
    display: flex;
    align-items: center;
    gap: 20px;
    @media(max-width: 589px){
        gap: 3.38vw;
    }
    @media(min-width: 591px){
        gap: 3.38vw;
    }
}
.double__links-item{
    color: #FFFFFF;
    width: 200px;
    height: 65px;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    @media(max-width: 589px){
        width: 33.8vw;
        height: 11vw;
        border-radius: 2.54vw;
    }
    @media(min-width: 591px){
        width: 33.8vw;
        height: 11vw;
        border-radius: 2.54vw;
    }
}
.double__links-item svg{
    width: 140px;
    height: auto;
    object-fit: contain;
    object-position: center;
    @media(max-width: 589px){
        width: 23.7vw;
    }
    @media(min-width: 591px){
        width: 23.7vw;
    }
}
.double-screen__section{
    padding-top: 50px;
    height: 100%;
    @media(max-width: 589px){
        padding-top: 8.47vw;
    }
    @media(min-width: 591px){
        padding-top: 8.47vw;
    }
}
.double-screen__section .mobile-wrapper{
    height: 90svh;
}
.double__lives{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 60px;
    @media(max-width: 589px){
        font-size: 2.71vw;
        margin-bottom: 10.1vw;
    }
    @media(min-width: 591px){
        font-size: 2.71vw;
        margin-bottom: 10.1vw;
    }
}
.double__lives b{
    font-weight: 400;
    color: #FF7D32;
}
.mobile__logo{
    width: 260px;
    height: auto;
    margin-bottom: 20px;
    @media(max-width: 589px){
        width: 44vw;
        margin-bottom: 3.38vw;
    }
    @media(min-width: 591px){
        width: 44vw;
        margin-bottom: 3.38vw;
    }
}
.mobile__logo svg{
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.m__main-title{
    font-size: 70px;
    line-height: 100%;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 60px;
    @media(max-width: 589px){
        font-size: 11.86vw;
        margin-bottom: 10.1vw;
    }
    @media(min-width: 591px){
        font-size: 11.86vw;
        margin-bottom: 10.1vw;
    }
}
.m__main-title b{
    color: #FF7D32;
    font-weight: 700;
}
.saved-live{
    display: flex;
    flex-direction: column;
}
.saved-live__icon{
    width: 160px;
    height: fit-content;
    @media(max-width: 589px){
        width: 27.1vw;
    }
    @media(min-width: 591px){
        width: 27.1vw;
    }
}
.saved-live__icon svg{
    width: 100%;
    height: fit-content;
    object-fit: contain;
    object-position: center;
}
.saved-live__value{
    font-size: 70px;
    line-height: 100%;
    font-weight: 500;
    color: #FFFFFF;
    @media(max-width: 589px){
        font-size: 11.86vw;
    }
    @media(min-width: 591px){
        font-size: 11.86vw;
    }
}
.saved-live__text{
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 589px){
        font-size: 4vw;
    }
    @media(min-width: 591px){
        font-size: 4vw;
    }
}
.double-screen__title{
    font-size: 70px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
    @media(max-width: 589px){
        font-size: 11.86vw;
        margin-bottom: 10.1vw;
    }
    @media(min-width: 591px){
        font-size: 11.86vw;
        margin-bottom: 10.1vw;
    }
}
.double-screen__title b{
    font-weight: 700;
    color: #FF7D32;
}
.double-screen__text{
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    color: #004684;
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}
.double-screen__text-absolute{
    position: absolute;
    bottom: 200px;
    left: 20px;
    font-size: 30px;
    line-height: 140%;
    font-weight: 700;
    color: #FF7D32;
    @media(max-width: 589px){
        left: 3.38vw;
        bottom: 33.8vw;
    }
    @media(min-width: 591px){
        left: 3.38vw;
        bottom: 33.8vw;
    }
}


.app{
    background-color: #303030;
    min-height: 100svh;
    position: relative;
}
.app-screen{
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
}
.app-screen::-webkit-scrollbar{
    display: none;
}
.app-screen__item{
    width: 100vw;
    flex-shrink: 0;
    scroll-snap-align: start;
}
.app-screen__item-text{
    padding: 60px 20px 0;
    width: calc(100% - 40px);
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #BABABA;
    @media(max-width: 589px){
        padding: 10.1vw 3.38vw 0;
        margin-bottom: 10.1vw;
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        padding: 10.1vw 3.38vw 0;
        margin-bottom: 10.1vw;
        font-size: 3.38vw;
    }
}
.app-screen__item-text b{
    font-weight: 400;
    color: #FF7D32;
}
.app-screen__item-img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    @media(max-width: 589px){
        margin-bottom: 5.08vw;
    }
    @media(min-width: 591px){
        margin-bottom: 5.08vw;
    }
}
.app-screen__item-video{
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}
.app-screen__item-video video{
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.app-screen__item-img img{
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.app__footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #303030;
    border-top: 1px solid #FF7D32;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    z-index: 9;
    @media(max-width: 589px){
        padding: 5.08vw 3.38vw;
        gap: 5.08vw;
    }
    @media(min-width: 591px){
        padding: 5.08vw 3.38vw;
        gap: 5.08vw;
    }
}
.app__links, .connects__links{
    display: flex;
    align-items: center;
    gap: 15px;
    @media(max-width: 589px){
        gap: 2.54vw;
    }
    @media(min-width: 591px){
        gap: 2.54vw;
    }
}
.app__links-item, .connects__links-item{
    width: 180px;
    height: 60px;
    border: 1px solid #FF7D32;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7D32;
    @media(max-width: 589px){
        width: 30.5vw;
        height: 10.1vw;
        border-radius: 2.54vw;
    }
    @media(min-width: 591px){
        width: 30.5vw;
        height: 10.1vw;
        border-radius: 2.54vw;
    }
}
.app__links-item svg, .connects__links-item svg{
    width: 140px;
    height: auto;
    object-fit: contain;
    object-position: center;
    @media(max-width: 589px){
        width: 23.7vw;
    }
    @media(min-width: 591px){
        width: 23.7vw;
    }
}
.app__pagination{
    display: flex;
    gap: 10px;
    @media(max-width: 589px){
        gap: 1.7vw;
    }
    @media(min-width: 591px){
        gap: 1.7vw;
    }
}
.app__pagination-item{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5D5D5D;
    @media(max-width: 589px){
        width: 1.7vw;
        height: 1.7vw;
    }
    @media(min-width: 591px){
        width: 1.7vw;
        height: 1.7vw;
    }
}
.app__pagination-item.app__pagination-item--active{
    background-color: #FF7D32;
}

.connects{
    background-image: url("../assets/images/connects-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 90px;
    @media(max-width: 589px){
        padding-top: 15.25vw;
    }
    @media(min-width: 591px){
        padding-top: 15.25vw;
    }
}
.connects__title{
    font-size: 50px;
    line-height: 100%;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto 90px;
    @media(max-width: 589px){
        font-size: 8.47vw;
        margin: 0 auto 15.25vw;
    }
    @media(min-width: 591px){
        font-size: 8.47vw;
        margin: 0 auto 15.25vw;
    }
}
.connects__title b{
    font-weight: 700;
    color: #FF7D32;
}
.connects__img{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.connects__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.connects__footer{
    border-top: 1px solid #FF7D32;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #303030;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    @media(max-width: 589px){
        padding: 5.08vw 3.38vw;
        gap: 5.08vw;
    }
    @media(min-width: 591px){
        padding: 5.08vw 3.38vw;
        gap: 5.08vw;
    }
}
.learn-more{
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    text-decoration: underline;
    color: #9C9C9C;
    text-underline-offset: 2px;
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}

.data{
    background-color: #303030;
    position: relative;
    padding: 30px 0;
    width: 100vw;
    @media(max-width: 589px){
        padding-top: 5.08vw;
    }
    @media(min-width: 591px){
        padding-top: 5.08vw;
    }
}
.data__img-wrapper{
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 60px;
    @media(max-width: 589px){
        margin-bottom: 10.1vw;
    }
    @media(min-width: 591px){
        margin-bottom: 10.1vw;
    }
}
.data__img{
    width: 1450px;
    overflow-x: scroll;
    border: 1px solid #FF7D32;
    margin: 0 20px;
    padding: 20px;
    border-radius: 20px;
}
.data__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.data__img::-webkit-scrollbar, .data__img-wrapper::-webkit-scrollbar{
    display: none;
}
.data__text{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #BABABA;
    width: calc(100% - 40px);
    margin: 0 auto;
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}
.data__text b{
    font-weight: 400;
    color: #FF7D32;
}


.costs{
    background-image: url("../assets/images/costs-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 120px;
    @media(max-width: 589px){
        padding-top: 20.3vw;
    }
    @media(min-width: 591px){
        padding-top: 20.3vw;
    }
}
.costs__title{
    font-size: 50px;
    line-height: 100%;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 auto 90px;
    width: calc(100% - 40px);
    @media(max-width: 589px){
        font-size: 8.47vw;
        margin: 0 auto 15.25vw;
    }
    @media(min-width: 591px){
        font-size: 8.47vw;
        margin: 0 auto 15.25vw;
    }
}
.costs__title b{
    font-weight: 700;
    color: #FF7D32;
}
.costs__icon{
    width: 360px;
    margin: 0 auto 120px;
    @media(max-width: 589px){
        width: 61vw;
        margin: 0 auto 20.3vw;
    }
    @media(min-width: 591px){
        width: 61vw;
        margin: 0 auto 20.3vw;
    }
}
.costs__icon svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.costs__text{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    width: calc(100% - 40px);
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}
.m-partners{
    background-image: url("../assets/images/m-partners-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    @media(max-width: 589px){
        padding-top: 15.25vw;
        padding-bottom: 15.25vw;
    }
    @media(min-width: 591px){
        padding-top: 15.25vw;
        padding-bottom: 15.25vw;
    }
}
.m-partners__item{
    max-width: 60vw;
    width: 100%;
    flex-shrink: 0;
}
.m-partners__item:nth-child(2), .m-partners__item:nth-child(3){
    max-width: 40vw;
}
.m-partners__item img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.award{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 auto 120px;
    @media(max-width: 589px){
        gap: 7.62vw;
        margin: 0 auto 20.3vw;
    }
    @media(min-width: 591px){
        gap: 7.62vw;
        margin: 0 auto 20.3vw;
    }
}
.award__image{
    width: 320px;
    height: auto;
    @media(max-width: 589px){
        width: 54.2vw;
    }
    @media(min-width: 591px){
        width: 54.2vw;
    }
}
.award__image img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.award__text, .m-partners__text{
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    color: #5A5959;
    text-align: center;
    @media(max-width: 589px){
        font-size: 4vw;
    }
    @media(min-width: 591px){
        font-size: 4vw;
    }
}
.award__text b, .m-partners__text b{
    color: #FF7D32;
    font-weight: 400;
}
.m-partners__text{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.m-partners__logos{
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    flex-wrap: wrap;
    align-items: center;
    @media(max-width: 589px){
        margin: 0 auto 5.08vw;
    }
    @media(min-width: 591px){
        margin: 0 auto 5.08vw;
    }
}



.m-save{
    background-image: url("../assets/images/m-save-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 180px;
    @media(max-width: 589px){
        padding-top: 30.5vw;
    }
    @media(min-width: 591px){
        padding-top: 30.5vw;
    }
}
.m-save__qr{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    @media(max-width: 589px){
        gap: 3.38vw;
    }
    @media(min-width: 591px){
        gap: 3.38vw;
    }
}
.m-save__qr-text{
    width: 62px;
    height: auto;
    @media(max-width: 589px){
        width: 10.5vw;
    }
    @media(max-width: 591px){
        width: 10.5vw;
    }
}
.m-save__qr-text svg{
    width: 100%;
    height: fit-content;
    object-fit: contain;
    object-position: center;
}
.m-save__qr-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -40%);
    width: 160px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F5E6EA;
    border: 1px solid #FF7D32;
    @media(max-width: 589px){
        width: 27.1vw;
        padding: 1.7vw;
        border-radius: 2.54vw;
    }
    @media(min-width: 591px){
        width: 27.1vw;
        padding: 1.7vw;
        border-radius: 2.54vw;
    }
}
.m-save__qr-img svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.m-save__qr-live{
    width: calc(100% - 40px);
    margin: 0 auto 90px;
    text-align: center;
    font-size: 60px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FF7D32;
    @media(max-width: 589px){
        font-size: 10.1vw;
        margin: 0 auto 15.25vw;
    }
    @media(min-width: 591px){
        font-size: 10.1vw;
        margin: 0 auto 15.25vw;
    }
}
.m-save__links{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    @media(max-width: 589px){
        gap: 2.54vw;
    }
    @media(min-width: 591px){
        gap: 2.54vw;
    }
}
.m-save__links-item, .m-footer__download-item{
    width: 210px;
    height: 65px;
    border: 2px solid #FF7D32;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media(max-width: 589px){
        width: 35.6vw;
        height: 11vw;
        border-radius: 1.7vw;
    }
    @media(min-width: 591px){
        width: 35.6vw;
        height: 11vw;
        border-radius: 1.7vw;
    }
}
.m-save__links-item svg, .m-footer__download-item svg{
    width: 160px;
    height: auto;
    object-fit: contain;
    object-position: center;
    @media(max-width: 589px){
        width: 27.11vw;
    }
    @media(min-width: 591px){
        width: 27.11vw;
    }
}



.m-footer{
    background-color: #303030;
    border-top: 2px solid #FF7D32;
    padding: 60px 0 30px;
    @media(max-width: 589px){
        padding: 10.1vw 0 5.08vw;
    }
    @media(min-width: 591px){
        padding: 10.1vw 0 5.08vw;
    }
}
.copyright{
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    margin-bottom: 45px;
    @media(max-width: 589px){
        font-size: 2.71vw;
        margin-bottom: 7.62vw;
    }
    @media(min-width: 591px){
        font-size: 2.71vw;
        margin-bottom: 7.62vw;
    }
}
.copyright a{
    text-decoration: underline;
    text-underline-offset: 2px;
}
.m-footer__info{
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-bottom: 90px;
    @media(max-width: 589px){
        gap: 7.62vw;
        margin-bottom: 15.25vw;
    }
    @media(min-width: 591px){
        gap: 7.62vw;
        margin-bottom: 15.25vw;
    }
}
.m-footer__info-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    @media(max-width: 589px){
        gap: 1.69vw;
    }
    @media(min-width: 591px){
        gap: 1.69vw;
    }
}
.m-footer__info-item span{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}
.m-footer__info-item p{
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    color: #9C9C9C;
    @media(max-width: 589px){
        font-size: 2.71vw;
    }
    @media(min-width: 591px){
        font-size: 2.71vw;
    }
}
.m-footer__link{
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 2px;
    width: fit-content;
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}
.m-footer__row{
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #FF7D32;
    @media(max-width: 589px){
        gap: 5.08vw;
        padding-bottom: 3.38vw;
    }
    @media(min-width: 591px){
        gap: 5.08vw;
        padding-bottom: 3.38vw;
    }
}
.m-footer__logo{
    width: 240px;
    height: auto;
    @media(max-width: 589px){
        width: 40.67vw;
    }
    @media(min-width: 591px){
        width: 40.67vw;
    }
}
.m-footer__logo svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.m-footer__save{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #FFFFFF;
    @media(max-width: 589px){
        font-size: 3.38vw;
    }
    @media(min-width: 591px){
        font-size: 3.38vw;
    }
}
.m-footer__save b{
    font-weight: 400;
    color: #FF7D32;
}
.m-footer__links{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    @media(max-width: 589px){
        padding-top: 3.38vw;
        gap: 5.08vw;
    }
    @media(min-width: 591px){
        padding-top: 3.38vw;
        gap: 5.08vw;
    }
}
.m-footer__download{
    display: flex;
    gap: 15px;
    @media(max-width: 589px){
        gap: 2.54vw;
    }
    @media(min-width: 591px){
        gap: 2.54vw;
    }
}
.m-footer__socials{
    display: flex;
    align-items: center;
    gap: 10px;
    @media(max-width: 589px){
        gap: 1.69vw;
    }
    @media(min-width: 591px){
        gap: 1.69vw;
    }
}
.m-footer__socials-item{
    color: #9C9C9C;
}




.widget{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #004684;
    @media(max-width: 768px){
        display: none;
    }
}
.widget__text{
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    color: #FFFFFF;
}
.widget__row{
    display: flex;
    gap: 30px;
    align-items: center;
}
.widget__item {
    width: 100%;
    height: fit-content;
    transition: .3s ease-in-out;
}
.widget__item:hover{
    filter: brightness(70%);
}
.widget__item svg{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}