body {
    background: black;
    font-family: "Roboto-Bold", Helvetica;
    margin: 0;
}

.frame {
    width: 1440px;
    background: #1A1A1A;
    margin: -10px auto 0;
}

.main-block {
    background: url("/img/pattern-4-zip.png");
    background-size: 1440px;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-block .main-view {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-view .logo {
    margin: 0 auto 32px;
    display: block;
}

.main-view .title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 24px;
}

.main-view .description {
    color: #B3B3B3;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 32px;
}

.main-view .btn-get-vpn {
    display: inline-flex;
    padding: 12px;
    gap: 4px;
    background: #C9FF00;
    border-radius: 8px;
    margin: 0 0 32px;
    text-decoration: none;
    color: inherit;
}

.main-view .btn-get-vpn:hover {
    background: #bcec02;
}

.main-view .platforms {
    display: inline-flex;
    gap: 20px;
    margin: 0 auto;
}

.main-view .platforms a svg {
    fill: #B3B3B3;
}

.main-view .platforms a:hover svg {
    fill: #d3d3d3;
}

.main-view .flags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 32px auto;
    padding: 0 30px;
}

.main-view .flags .flag-icon {
    width: 55px;
    height: 40px;
    border-radius: 6px;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 40px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    padding: 7px 24px;
    align-items: center;
    background-color: #24242499;
    border-radius: 10px;
    border: 2px solid #262626;
    backdrop-filter: blur(16px) brightness(100%);
    -webkit-backdrop-filter: blur(16px) brightness(100%);
    color: #ffffff;
    z-index: 990;
}

.nav-bar .logo {
    display: flex;
    font-size: 22px;
    gap: 10px;
    align-items: center;
}

.nav-bar .menu-items {
    display: flex;
    font-size: 16px;
}

.nav-bar a {
    text-decoration: none;
    color: #ffffff;
}

.nav-bar .menu-items a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px;
    border-radius: 10px;
}

.nav-bar .menu-items a:hover {
    background: #262626;
    cursor: pointer;
}

.nav-bar .menu-burger {
    display: none;
}

.blur-nav {
    display: none;
}

.benefits-block {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 220px auto;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.00) 6.76%, rgba(26, 26, 26, 0.27) 13.26%, rgba(26, 26, 26, 0.47) 17.06%, rgba(26, 26, 26, 0.72) 21.04%, rgba(26, 26, 26, 0.80) 26.78%, rgba(26, 26, 26, 0.87) 32.24%, rgba(26, 26, 26, 0.93) 38.74%, #1A1A1A 45.17%);
}

.benefits-block.infinite {
    height: auto;
    margin: 20px auto 0;
}

.benefits-block.infinite a {
    color: inherit;
}

.benefits-block .container {
    width: 1200px;

    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
}

.benefits-block .container > .title {
    font-size: 36px;
    font-weight: 600;
}

.benefits-block .container .items {
    display: flex;
    gap: 10px;
}

.benefits-block .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    text-align: center;
    gap: 24px;
}

.benefits-block .items .item .icon {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #2E2E2E;
    background: linear-gradient(229deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.benefits-block .items .item .title {
    color: #E8E7E4;
    font-size: 18px;
    font-weight: 600;
}

.benefits-block .items .item .text {
    color: #B3B3B3;
    font-size: 16px;
    font-weight: 400;
}

.services-block {
    margin: 220px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 940px;
    gap: 20px;
}

.services-block > .title {
    color: #E8E7E4;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
}

.services-block > .description {
    color: #B3B3B3;
    text-align: center;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.services-block .items {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin: 36px 0 0;
}

.services-block .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 43%;
    height: 152px;
    padding: 24px;

    border-radius: 10px;
    border: 2px solid #262626;
}

.services-block .items .item:nth-child(1) {
    background: linear-gradient(329deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.services-block .items .item:nth-child(2) {
    background: linear-gradient(29deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.services-block .items .item:nth-child(3) {
    background: linear-gradient(229deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.services-block .items .item:nth-child(4) {
    background: linear-gradient(129deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.services-block .items .item .icon {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #2E2E2E;
    background: linear-gradient(229deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.services-block .items .item .text {
    color: #E8E7E4;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.app-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 220px 0 0;
    gap: 20px;
}

.app-block > .title {
    color: #E8E7E4;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.756px;
}

.app-block > .description {
    color: #B3B3B3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.app-block .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 28px 0 0;
    width: 100%;
}

.app-block .content .tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #1C1C1C;
    padding: 16px;
}

.app-block .content .tabs .tab-item {
    padding: 8px 12px;
    color: #ffffff;
    cursor: pointer;
}

.app-block .content .tabs .tab-item:hover {
    background: #262626;
    border-radius: 8px;
}

.app-block .content .tabs .tab-item.active {
    border-radius: 8px;
    background: #C9FF00;
    color: black;
}

.app-block .content .tabs-content {
    margin: 32px 0 0;
    width: 100%;
}

.app-block .content .tabs-content .tab-content-item {
    display: none;
}

.app-block .content .tabs-content .tab-content-item.app {
    align-items: center;
    flex-direction: column;
}

.app-block .content .tabs-content .tab-content-item.active {
    display: flex;
}

.app-block .content .tabs-content .tab-content-item .btns-download {
    display: flex;
    gap: 12px;
}

.app-block .content .tabs-content .tab-content-item .btns-download .btn-download {
    display: flex;
    padding: 8px 12px;
    gap: 4px;
    align-items: center;

    color: #E8E7E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.app-block .content .tabs-content .tab-content-item .btns-download .btn-download.googleplay {
    border-radius: 8px;
    border: 2px solid #E8E7E4;
}

.app-block .content .tabs-content .tab-content-item .btns-download a.btn-download.googleplay {
    text-decoration: none;
}

.app-block .content .tabs-content .tab-content-item .btns-download a.btn-download.googleplay svg {
    fill: #ffffff;
}

.app-block .content .tabs-content .tab-content-item .btns-download a.btn-download.googleplay:hover {
    background: #ffffff;
    color: #000000;
}

.app-block .content .tabs-content .tab-content-item .btns-download a.btn-download.googleplay:hover svg {
    fill: #000000;
}

.app-block .content .tabs-content .tab-content-item .btns-download .btn-download.apk {
    min-width: 180px;
}

.app-block .content .tabs-content .tab-content-item .btns-download a.btn-download.apk {
    text-decoration: none;
}

.app-block .content .tabs-content .tab-content-item .btns-download .btn-download.apk img {
    width: 20px;
    height: 20px;
}

.app-block .content .tabs-content .tab-content-item .screenshots {
    margin: 56px 0 0;
}

.app-block .content .instruction {
    background: url("/img/instruction_bg-svg.png") no-repeat right;
    padding: 60px 120px;
    flex-direction: column;
    align-items: center;
}

.app-block .content .instruction > .title {
    color: #E8E7E4;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.756px;
}

.app-block .content .instruction > .text {
    color: #B3B3B3;
    text-align: center;
    margin: 20px 0 0;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.app-block .content .instruction > .items {
    display: flex;
    flex-direction: row;
    margin: 80px 0 0;
}

.app-block .content .instruction > .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 33.3%;
}

.app-block .content .instruction > .items .item .step {
    padding: 4px 8px;
    border-radius: 6px;
    background: #262626;
    color: #C9FF00;
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

.app-block .content .instruction > .items .item .icon {
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #2E2E2E;
    background: linear-gradient(229deg, rgba(158, 255, 0, 0.20) -68.25%, rgba(158, 255, 0, 0.00) 32.16%), linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, 0.00) 100%);
}

.app-block .content .instruction > .items .item .title {
    color: #E8E7E4;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.252px;
}

.app-block .content .instruction > .items .item .text {
    color: #B3B3B3;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.tariffs-block {
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: url("/img/tariffs-background.png") no-repeat #1C1C1C;;
    margin: 60px 0 0;
    padding: 60px 0;
}

.tariffs-block > .title {
    color: #E8E7E4;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.756px;
}

.tariffs-block .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.tariffs-block .items > .item {
    display: flex;
    width: 245px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 12px;
    border: 2px solid #262626;
    background: #1A1A1A;
}

.tariffs-block .items > .item.active {
    border: 2px solid #C9FF00;
}

.tariffs-block .items > .item .name {
    color: #B3B3B3;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.252px;
    align-self: stretch;
}

.tariffs-block .items > .item.active .name {
    color: #C9FF00;
}

.tariffs-block .items > .item .name.active {
    color: #C9FF00;
}

.tariffs-block .items > .item .price {
    color: #E8E7E4;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.756px;
    align-self: stretch;
}

.tariffs-block .items > .item .benefits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.tariffs-block .items > .item .benefits .item {
    display: inline-flex;
    gap: 12px;
    align-items: center;

    color: #E8E7E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.tariffs-block .items > .item .benefits .item.active {
    color: #C9FF00;
}

.tariffs-block .items > .item .benefits .item img {
    width: 20px;
    height: 20px;
}

.tariffs-block .items > .item .btn {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid #E8E7E4;
    color: #E8E7E4;

    margin: 92px 0 0;
}

.tariffs-block .items > .item .btn:hover {
    background: #E8E7E4;
    color: #1A1A1A;
    cursor: pointer;
}

.tariffs-block .items > .item.active .btn {
    background: #C9FF00;
    color: #1A1A1A;
    border: none;

    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.tariffs-block .items > .item .btn.active {
    background: #C9FF00;
    color: #1A1A1A;
    border: none;

    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.tariffs-block .items > .item.active .btn:hover {
    background: #bcec02;
}

.tariffs-block .items > .item .btn.active:hover {
    background: #bcec02;
}

.already-with-us-block {
    display: flex;
    width: 560px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 160px auto;
}

.already-with-us-block .title {
    color: #E8E7E4;
    text-align: center;
    margin: 32px 0 0;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.756px;
}

.already-with-us-block .text {
    color: #B3B3B3;
    text-align: center;
    margin: 28px 0 0;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.already-with-us-block .form {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 24px 0 0;
}

.already-with-us-block .form input {
    padding: 11px 12px;
    border-radius: 6px;
    border: 1px solid #DDE1E6;
    background: #FFF;
    width: 100%;

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.already-with-us-block .form button {
    padding: 11px 12px;
    border-radius: 8px;
    background: #C9FF00;
    border: none;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.already-with-us-block .form button:hover {
    background: #bcec02;
}

.already-with-us-block .agreements {
    margin: 10px 0 0;
    color: #B3B3B3;

    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

.already-with-us-block .agreements a {
    text-decoration: underline;
    color: #B3B3B3;

    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
}

.footer {
    display: flex;
    padding: 60px 162px;
    flex-direction: column;
    align-items: center;
    background: #1C1C1C;
}

.footer .company-name {
    display: inline-flex;
    color: #E8E7E4;
    gap: 12px;
    align-items: center;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer .menu {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 50px 0;
}

.footer .menu .item {
    padding: 10px 16px;
    color: #E8E7E4;

    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
}

.divider {
    width: 100%;
    height: 0;
    border-top: solid 1px #262626;
}

.footer .contacts {
    display: inline-flex;
    padding: 50px 0;
    gap: 20px;
}

.footer .contacts .item {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.footer .contacts .item a {
    color: #E8E7E4;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
    text-decoration: none;
}

.footer .bottom {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    width: 100%;
    padding: 16px 30px 16px 16px;
    align-items: center;
    align-self: stretch;

    border-radius: 12px;
    background: #1A1A1A;
}

.footer .bottom .links {
    display: flex;
    flex-direction: row;
}

.footer .bottom .links a.item {
    display: block;
    padding: 0 12px;

    color: #B3B3B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.176px;
    text-decoration: none;
}

.footer .bottom .links .item:not(:last-child) {
    border-right: solid 1px #B3B3B3;
}

.email-modal {
    width: 0;
    height: 0;

    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #ffffff;

    background-color: #24242499;
    backdrop-filter: blur(30px) brightness(100%);
    -webkit-backdrop-filter: blur(30px) brightness(100%);
    border-radius: 10px;
    display: flex;

    transform: translateY(0.5rem) translate(-50%, -50%);
    opacity: 0;

    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
}

.email-modal img, .email-modal div, .email-modal form {
    display: none;
}

.email-modal.show img, .email-modal.show div, .email-modal.show form {
    display: flex;
}

.email-modal.show {
    opacity: 1;
    transform: translateY(0rem) translate(-50%, -50%);
    width: calc(100% - 50px);
    max-width: 600px;
    height: auto;
    border: 2px solid #262626;
    padding: 20px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.5, 1);
}

.email-modal.show .logo{
    width: 50px;
    margin: -40px 0 0;
}

.email-modal.show .title {
    color: #E8E7E4;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.756px;
}

.email-modal.show .text {
    color: #B3B3B3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.176px;
}

.email-modal.show .form {
    display: flex;
    flex-direction: row;
}

.email-modal.show .form input {
    padding: 11px 12px;
    border-radius: 6px;
    border: 1px solid #DDE1E6;
    background: #FFF;
    width: 250px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.email-modal.show .form button {
    padding: 11px 12px;
    border-radius: 8px;
    background: #C9FF00;
    border: none;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.email-modal.show .agreements {
    margin: 10px 0 0;
    color: #B3B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.084px;
    text-align: center;
}

.email-modal.show .agreements a {
    color: inherit;
}

.email-modal.show .close-icon {
    align-self: flex-end;
}

.email-modal.show .close-icon:hover {
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;

    background-color: #24242499;
    backdrop-filter: blur(30px) brightness(100%);
    -webkit-backdrop-filter: blur(30px) brightness(100%);

    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    top: 140%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    position: absolute;
    z-index: 1;
}

div:hover > .tooltiptext {
    visibility: visible;
}
