@font-face {
    font-family: SF Pro;
    src: url('/assets/fonts/SF-Pro-Display-Regular.ttf');
}
@font-face {
    font-family: SF Pro Medium;
    src: url('/assets/fonts/SF-Pro-Display-Medium.ttf');
}
@font-face {
    font-family: SF Pro Semibold;
    src: url('/assets/fonts/SF-Pro-Display-Semibold.ttf');
}
@font-face {
    font-family: SF Pro Bold;
    src: url('/assets/fonts/SF-Pro-Display-Bold.ttf');
}
@font-face {
    font-family: Benzin Bold;
    src: url('/assets/fonts/benzin-bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: SF Pro, sans-serif;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
body {
    position: relative;
}
.h-100 {
    height: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 0 16px;
}
.container.center {
    display: flex;
    justify-content: center;
}

.header {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    z-index: 3;
}

.header__menu {
    display: none;
}
.header__mobile-logo {
    display: none;
}
.header__burger {
    display: none;
}
.header.dark a {
    color: #8589A3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 410;
    line-height: normal;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__middle {
    display: flex;
    gap: 32px;
}
.header__link {
    color: #F4F4F4;
    font-size: 14px;
    font-style: normal;
    font-weight: 410;
    line-height: normal;
    transition: 0.3s;
}
.header__link:hover {
    transform: translateY(-4.5px);
}
.header__right {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header__lang {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__lang.mobile {
    margin-right: 24px;
}
.header__logo {
    width: 70px;
    height: 75px;
}
.header__lang-text {
    color: #FFF;
    text-align: center;
    font-family: SF Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 16px;
    letter-spacing: 0.14px;
    cursor: pointer;
}
.header__lang-text.dark {
    color: #8589A3;
}
.header__lang-text.dark {
    color: #353535;
}
.header__socials {
    display: flex;
    align-items: center;
    & > img {
        width: 18px;
        height: 18px;
    }
}

.hero {
    width: 100%;
    height: 900px;
    background: url("/assets/images/banner-bg.png") no-repeat;
    background-size: cover;
}
.hero__inner {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.hero__title {
    font-family: Benzin Bold, sans-serif;
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 760;
    line-height: normal;
    max-width: 648px;
    width: 100%;
    margin-bottom: 20px;
}
.hero__subtitle {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 410;
    line-height: 23px;
    max-width: 699px;
    width: 100%;
    margin-bottom: 40px;
}
.hero__btn {
    display: block;
    border-radius: 6px;
    background: #F0544C;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 540;
    line-height: normal;
    letter-spacing: 1.34px;
    padding: 18px 36px;
    max-width: 310px;
    width: 100%;
    margin-bottom: 32px;
}
.hero__link {
    display: flex;
    align-items: center;
}
.hero__link-mobile {
    display: none;
}
.hero__link-mobile > span {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 270;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-left: 16px;
}
.hero__link > span {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 270;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-left: 16px;
}
.hero__phones {
    position: absolute;
    bottom: 16% ;
    right: 0;
}


.mission {
    width: 100%;
    height: 100vh;
}
.mission__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    width: 100%;
    position: relative;
}
.mission__title {
    font-family: SF Pro Bold, sans-serif;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 760;
    line-height: 23px;
    margin-bottom: 16px;
}
.mission__logo {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.mission__logo > span {
    color: #353535;
    margin-left: 16px;
    font-size: 38px;
    font-style: normal;
    font-weight: 760;
    line-height: normal;
}
.mission__subtitle {
    color: #767A7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 410;
    line-height: 140%;
    max-width: 400px;
    width: 100%;
    margin-bottom: 32px;
}
.mission__box {
    display: flex;
    margin-bottom: 20px;
}
.mission__box:last-child {
    margin-bottom: 0;
}
.mission__box-left {
    margin-right: 20px;
}
.mission__box-count {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 540;
    line-height: normal;
    letter-spacing: -0.544px;
    width: 35px;
    height: 35px;
    background: rgba(236, 79, 73, 0.50);
    border-radius: 50%;
}
.mission__box-title {
    font-family: SF Pro Bold, sans-serif;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 760;
    line-height: 23px;
    margin-bottom: 8px;
}
.mission__box-subtitle {
    color: #767A7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 410;
    line-height: 140%;
    max-width: 399px;
    width: 100%;
}

.mission__right {

}
.mission__right-phone {
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 25%;
}
.mission__right-switcher {
    position: absolute;
    z-index: 2;
    right: 15%;
    bottom: 3%;
    animation: float 5s ease-in-out infinite;
}
.mission__right-bg {
    background: url("/assets/images/mission-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    max-width: 900px;
    width: 100%;
    max-height: 900px;
    height: 100%;
    z-index: 1;
    right: 0;
    top: 0;
}
.mission__right-dot {
    position: absolute;
    z-index: 1;
    animation: float 2.5s ease-in-out infinite;
}
.mission__right-dot.green {
    top: 25%;
    right: 52%;
    animation: float 3.5s ease-in-out infinite;
}
.mission__right-dot.blue {
    top: 25%;
    right: 8%;
}
.mission__right-dot.yellow {
    bottom: 20%;
    right: 57%;
    animation: float 2s ease-in-out infinite;
}

.advantage {
    width: 100%;
    height: 100vh;
}
.advantage__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 130px 0;
}
.advantage__title {
    font-family: SF Pro Bold, sans-serif;
    color: #353535;
    font-size: 48px;
    font-style: normal;
    font-weight: 760;
    line-height: normal;
    margin-bottom: 60px;
}
.advantage__boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.advantage__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantage__box-img {
    margin-bottom: 30px;
}
.advantage__box-title {
    font-family: SF Pro Bold, sans-serif;
    max-width: 187px;
    width: 100%;
    color: #353535;
    height: 64px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 760;
    line-height: 32px;
    margin-bottom: 20px;
}
.advantage__box-subtitle {
    color: #767A7D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 410;
    line-height: 23px;
    max-width: 393px;
    width: 100%;
}
.history {
    margin-bottom: 120px;
}
.history__bg {
    max-width: 100%;
    width: 100%;
}
.history__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.history__top {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(200px);
}
.history__top-title {
    color: #353535;
    font-size: 42px;
    font-style: normal;
    font-weight: 760;
    line-height: normal;
    margin-bottom: 8px;
}
.history__top-subtitle {
    max-width: 560px;
    width: 100%;
    color: #767A7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 410;
    line-height: 23px;
}
.history__bottom-text {
    font-family: SF Pro Semibold, sans-serif;
    max-width: 700px;
    width: 100%;
    color: #353535;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 650;
    line-height: 115%;
}


.advertisement {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
}
.advertisement__inner {
    padding-top: 141px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advertisement__subtitle {
    color: #767A7D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 410;
    line-height: 23px;
    margin-bottom: 16px;
}
.advertisement__title {
    font-family: SF Pro Bold, sans-serif;
    max-width: 596px;
    width: 100%;
    color: #353535;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 760;
    line-height: 32px;
}
.advertisement__bg {
    max-width: 642px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.advertisement__vector {
    position: absolute;
    z-index: 1;
}
.advertisement__vector.purple {
    bottom: 0;
    right: 0;
}
.advertisement__vector.yellow {
    top: 180px;
    left: 40px;
}
.advertisement__vector.triangle {
    top: 180px;
    right: 30%;
    animation: float 3s ease-in-out infinite;
}


.download {
    background: #FFF;
    width: 100%;
    height: 100vh;
    position: relative;
}
.download::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.download__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.download__title {
    font-family: SF Pro Bold, sans-serif;
    max-width: 658px;
    width: 100%;
    color: #353535;
    font-size: 32px;
    font-style: normal;
    font-weight: 760;
    line-height: 32px;
    margin-bottom: 60px;
}
.download__box {
    display: flex;
}
.download__box-left {
    padding: 21px;
    border-radius: 24px;
    border: 8px solid #F6F6F5;
    background: #F6F6F5;
    margin-right: 32px;
    & > img {
        width: 230px;
        height: 230px;
    }
}
.download__box-right {
    display: flex;
    flex-direction: column;
}
.download__box-title {
    max-width: 345px;
    width: 100%;
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 540;
    line-height: 22px;
    letter-spacing: -0.14px;
    margin-bottom: 20px;
}
.download__box-img {
    width: 136px;
    height: 43px;
    margin-bottom: 16px;
}
.download__box-img:first-child {
    margin-bottom: 16px;
}
.download__bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    max-width: 860px;
    width: 100%;
    height: 717px;
    background: url("/assets/images/download-bg.png") no-repeat;
    background-size: cover;
}

.policy {
    background: #FFF;
    padding-top: 128px;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
}
.policy__inner {
    display: flex;
    max-width: 864px;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(39, 50, 60, 0.50);
}
.policy__title {
    font-family: Inter, sans-serif;
    color: #353535;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.policy__subtitle {
    font-family: Inter, sans-serif;
    font-size: 18px;
    color: #342D28;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.policy__text {
    font-family: Inter, sans-serif;
    margin-bottom: 20px;
    color: #342D28;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.policy__text.inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.delete {
    background: #FFF;
    padding-top: 128px;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
}
.delete__inner {
    display: flex;
    max-width: 864px;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 1px 0 rgba(39, 50, 60, 0.50);
}
.delete__title {
    font-family: Inter, sans-serif;
    color: #353535;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.delete__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 16px;
}
.delete__box:nth-child(even) {
    flex-direction: row-reverse;
}

.delete__box-text {
    font-family: Inter, sans-serif;
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 450px;
}

.delete__box-img {
    width: 250px;
}

.footer {
    position: relative;
    padding-top: 170px;
    padding-bottom: 30px;
    background: #ECEEF4;
}
.footer.none::before {
    display: none;
}
.footer::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(236, 238, 244, 0), rgba(236, 238, 244, 1));
}
.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 28px;
}

.footer__link {
    color: #353535;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 540;
    line-height: 18px;
}
.footer__guarantor {
    color: #767A7D;
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 410;
    line-height: 22px;
    letter-spacing: -0.14px;
}
.footer__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid rgba(190, 190, 182, 0.20);
}
.footer__socials-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer__socials-address {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer__socials-address > p {
    display: flex;
    flex-direction: column;
}
.footer__socials-address span, a {
    color: #353535;
    font-size: 12px;
    font-style: normal;
    font-weight: 540;
    line-height: 18px;
    letter-spacing: -0.12px;
}
.footer__socials-link {
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer__bottom-politics {
    color: #353535;
    font-size: 12px;
    font-style: normal;
    font-weight: 410;
    line-height: 22px;
    letter-spacing: -0.12px;
}
.footer__bottom-terms {
    color: #767A7D;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 540;
    line-height: 22px;
    letter-spacing: -0.12px;
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.light__bg {
    position: absolute;
    z-index: 1;
}
.light__bg.advertisement__purple {
    top: 0;
    right: 0;
}
.light__bg.advertisement__yellow {
    top: 0;
    left: 0;
}
.mission__right-mobileBg {
    display: none;
}
.history__bg-mobile {
    display: none;
}
.download__bg-mobile {
    display: none;
}
.download__box-markets {
    display: flex;
    flex-direction: column;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@media screen and (max-width: 900px) {
    .header {
        /*background: #FFF;*/
        padding: 10px;
    }
    .header__middle {
        display: none;
    }
    .header__left {
        /*display: none;*/
    }
    .header__logo {
        width: 54px;
        height: 60px;
    }
    .header__right {
        display: none;
    }
    .header__left {
        /*width: 48px;*/
        /*height: 53px;*/
    }

    .header__burger-all {
        display: none;
    }
    .header__burger-all.active {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
    }
    .header__menu {
        display: block;
        cursor: pointer;
    }
    .header__burger-bg {
        position: fixed;
        top: 0;
        z-index: 6;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    .header__burger {
        display: block;
        position: absolute;
        max-width: 400px;
        width: 100%;
        height: 100vh;
        right: 0;
        top: 0;
        z-index: 7;
        background: #E5E5E5;
    }
    .header__burger-btn {
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: #FFF;
    }
    .header__burger-logo {
        position: absolute;
        left: 20px;
        top: 10px;
    }
    .header__burger-exit {
        margin-right: 16px;
        cursor: pointer;
    }
    .header__burger-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
        padding: 16px;
    }
    .header__burger-elem {
        max-width: 100%;
        width: 100%;
        padding: 15px 16px;
        border-radius: 8px;
        border: 1px solid #E5E5E5;
        background: #FFF;
        color: #353535;
        font-size: 14px;
        font-style: normal;
        font-weight: 410;
        line-height: normal;
        cursor: pointer;
    }
    .header__burger-elem.center {
        text-align: center;
    }
    .header__burger-title {
        color: #353535;
        font-size: 14px;
        font-style: normal;
        font-weight: 760;
        line-height: normal;
        margin-bottom: 8px;
        padding: 16px;
    }
    .header__burger-tel {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 16px 16px 8px 16px;
    }
    .header__burger-socials {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0 16px 16px 16px;
    }
    .header__burger-socials > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 16px;
        border-radius: 8px;
        border: #E5E5E5;
        background: #FFF;
        flex-grow: 1;
        cursor: pointer;
    }
    .hero {
        background: url("/assets/images/mobile-phones-bg.png") no-repeat;
        background-size: cover;
    }
    .hero__inner {
        align-items: flex-start;
        padding-top: 106px;
        justify-content: center;
    }
    .hero__title {
        max-width: 344px;
        width: 100%;
        font-size: 22px;
        margin-bottom: 16px;
    }
    .hero__phones {
        right: 50%;
        bottom: 13%;
        transform: translateX(50%);
    }
    .hero__subtitle {
        max-width: 344px;
        width: 100%;
        font-size: 14px;
    }
    .hero__btns {
        display: flex;
        flex-direction: column-reverse;
    }
    .hero__btn {
        position: absolute;
        bottom: 19px;
        max-width: 344px;
        width: 100%;
        font-size: 16px;
        padding: 15px 30px;
        margin-bottom: 0;
    }
    .hero__phones {
        max-width: 338px;
    }
    .mission {
        padding-top: 50px;
        margin-bottom: 170px;
    }
    .mission__right-phone {
        width: 266px;
        right: 23%;
        top: 67%;
    }
    .mission__right-bg {
        display: none;
    }
    .mission__title {
        font-size: 14px;
    }
    .mission__logo > span {
        font-size: 24px;
    }
    .mission__subtitle {
        font-size: 13px;
    }
    .mission__box-title {
        font-size: 14px;
    }
    .mission__box-subtitle {
        font-size: 13px;
    }
    .mission__inner {
        flex-direction: column;
    }
    .mission__right-switcher {
        width: 89px;
        right: 32%;
        bottom: -18%;
    }
    .mission__right-dot.yellow {
        left: 15%;
        bottom: 0;
    }
    .mission__right-dot.blue {
        top: inherit;
        bottom: 15%;
        right: 9%;
    }
    .mission__right-dot.green {
        top: inherit;
        right: inherit;
        bottom: 25%;
        left: 25%;
    }
    .advantage {
        /*margin-bottom: 340px;*/
        height: 900px;
    }
    .advantage__inner {
        padding-bottom: 20px;
    }
    .advantage__title {
        font-size: 22px;
    }
    .advantage__box-img {
        width: 206px;
        margin-bottom: 20px;
    }
    .advantage__box-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .advantage__box-subtitle {
        font-size: 14px;
    }
    .history__bg {
        display: none;
    }
    .history__bg-mobile {
        display: block;
        max-width: 375px;
        width: 100%;
    }
    .history__inner {
        margin-top: 550px;
    }
    .history__top {
        transform: inherit;
        align-items: center;
    }
    .history__top-title {
        font-family: SF Pro Bold, sans-serif;
        font-size: 20px;
        max-width: 343px;
        width: 100%;
        margin-bottom: 8px;
        text-align: left;
    }
    .history__top-subtitle {
        font-size: 14px;
        max-width: 343px;
        width: 100%;
    }
    .history__bottom-text {
        font-size: 14px;
        max-width: 343px;
        width: 100%;
    }
    .advertisement__vector {
        width: 108px;
    }
    .advertisement__inner {
        padding-top: 0;
    }
    .advertisement {
        height: 700px;
    }
    .advertisement__vector.purple {
        bottom: -70px;
        right: 0;
        z-index: 2;
    }
    .advertisement__vector.yellow {
        top: -100px;
        left: 0;
    }
    .light__bg {
        display: none;
    }
    .advertisement__vector.triangle {
        width: 27px;
        right: 15%;
        top: 0;
    }
    .advertisement__subtitle {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 12px;
    }
    .advertisement__title {
        font-size: 17px;
        line-height: 24px;
    }
    .download {
        height: max-content;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .download__bg {
        display: none;
    }
    .download__title {
        max-width: 343px;
        width: 100%;
        font-size: 20px;
        margin-bottom: 400px;
    }
    .download__bg-mobile {
        position: absolute;
        top: 250px;
        right: 0;
        display: block;
        max-width: 359px;
        width: 100%;
        height: 355px;
    }
    .download__inner {
        align-items: center;
    }
    .download__box {
        flex-direction: column;
    }
    .download__box-left {
        margin-right: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .download__box-title {
        text-align: center;
    }
    .download__box-markets {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }


    .footer {
        padding-top: 50px;
    }
    .footer::before {
        display: none;
    }
    .footer__links {
        flex-direction: column;
    }
    .footer__socials {
        flex-direction: column;
    }
    .footer__socials-contact {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .footer__bottom {
        flex-direction: column-reverse;
    }
    .footer__bottom-terms {
        margin-bottom: 20px;
    }
    .footer__bottom-politics {
        text-align: center;
        max-width: 200px;
        width: 100%;
    }
}
@media screen and (max-width: 650px) {
    .delete__box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .delete__box:nth-child(even) {
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .delete__box-img {
        width: initial;
        height: 370px;
    }
    .delete__title {
        font-size: 18px;
    }
    .delete__box-text {
        font-size: 14px;
    }
    .policy__title {
        font-size: 16px;
    }
    .policy__text {
        font-size: 14px;
    }
    .policy__subtitle {
        font-size: 16px;
    }
    .mission {
        height: 800px;
    }
    .advantage__box-title {
        height: initial;
    }
    .advantage__box-img {
        margin-bottom: 0;
    }
    .hero__link {
        display: none;
    }
    .hero__link-mobile {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .advertisement {
        height: 420px;
    }
    .mission__right-phone {
        right: 13%;
        top: 70%;
    }
    .advantage__box-subtitle {
        max-width: 250px;
    }
}