.mobile-proxy {
    padding-top: 70px;
    padding-bottom: 130px;
    background-image: url('./images/MAP.png'), linear-gradient(180deg, #0C0D12 0%, #1A1C26 100%);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    background-repeat: no-repeat;
}

.mobile-proxy__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-proxy__title {
    font-size: 60px;
    margin: 20px 0 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
}

.mobile-proxy__ip-title {
    margin-bottom: 27px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.mobile-proxy__ip-items {
    display: flex;
    flex-wrap: wrap;
}

.mobile-proxy__ip-item {
    display: flex;
    align-items: center;
    margin: 0 25px 25px;
}

.mobile-proxy__ip-item-logo {
    width: 54px;
    height: 54px;
    margin-right: 16px;
}

.mobile-proxy__ip-item-title {
    font-size: 16px;
    font-weight: 700;
}

.mobile-proxy__advantages {
    max-width: 847px;
    width: 100%;
    margin-top: 75px;
}

.mobile-proxy__advantages-header {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    justify-content: space-between;
    padding: 24px 40px;
    border-radius: 20px;
    background: #009BFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.13);
    position: relative;
}

.mobile-proxy__advantages-container {
    max-width: 782px;
    margin: 0 auto;
    background: #ffffff;
    color: #1a1a1a;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 20px 20px;
    padding: 38px 38px 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-proxy__advantage {
    width: 50%;
    margin-bottom: 18px;
    position: relative;
    padding-left: 28px;
}

.mobile-proxy__advantage::before {
    content: url('./images/check.png');
    position: absolute;
    left: 0;
}

.mobile-proxy__free-test {
    position: absolute;
    width: 102px;
    height: 102px;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background: url('./images/star.png') no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -55px;
    top: -55px;
    transform: rotate(-25deg);
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .mobile-proxy__ip-item {
        width: calc(33% - 40px);
        margin: 0 20px 20px;
    }
}

@media screen and (max-width: 989px) {
    .mobile-proxy {
        padding-bottom: 50px;
    }
    .mobile-proxy__title {
        font-size: 48px;
    }
    .mobile-proxy__advantages-header {
        padding: 40px 24px 24px;
        border-radius: 20px 20px 0 0;
    }
    .mobile-proxy__advantages-container {
        padding: 24px;
    }
    .mobile-proxy__advantages-title {
        font-size: 18px;
        max-width: 350px;
    }
    .mobile-proxy__free-test {
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .mobile-proxy__title {
        font-size: 32px;
    }
    .mobile-proxy__ip-item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 479px) {
    .mobile-proxy__advantages-header {
        flex-direction: column;
    }
    .mobile-proxy__advantages-title {
        max-width: 100%;
        padding-bottom: 15px;
        text-align: center;
    }
    .mobile-proxy__advantages-header {
        padding: 50px 15px 15px;
    }
    .mobile-proxy__advantages-container {
        padding: 24px 15px 15px;
    }
    .mobile-proxy__advantage {
        width: 100%;
        margin-bottom: 12px;
    }
}