@charset "UTF-8";

@font-face {
    font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/commissioner-v20-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2");
}

@font-face {
    font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/commissioner-v20-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2");
}

@font-face {
    font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/commissioner-v20-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2");
}

@font-face {
    font-display: swap;
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/commissioner-v20-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2");
}

@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNcGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENdGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTJ1dGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTPFdGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTB1aGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTCRaGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENaGPc.ttf) format('truetype');
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTGpaGPc.ttf) format('truetype');
}

body {
    font-family: "Commissioner", Arial, sans-serif;
}


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
    max-width: 100%;

    height: auto;
    vertical-align: middle;

}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}


a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}


body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

*::-ms-input-placeholder {
    opacity: 1;
}

*::placeholder {
    opacity: 1;
}

body {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    background-color: #F7F2F2;
    position: relative;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100dvh;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

input {
    border: 0;
    outline: 0;
    border-radius: 0;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

@media (hover: none) and (pointer: coarse) {
    .no-scroll {
        margin-right: 0;
    }
}

textarea:focus {
    outline: none;
}

._container {
    width: 100%;
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
}

._page-container {
    width: 100%;
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

section {
    position: relative;
}

ul, ol {
    padding-left: 25px;
    margin-top: 20px;
}




@media (min-width: 768px) {
    .br-tab {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .br-desc {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (max-width: 480px) {
    .br-desc {
        display: none;
    }

    .br-tab {
        display: none;
    }
}


.tooltip {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: fixed;
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 3px;
    padding-left: 18px;
    padding-right: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    white-space: nowrap;
    border-radius: 100px;
    font-weight: 800;
    font-size: 17px;
    pointer-events: none;
}

@media (max-width: 500px) {
    .tooltip {
        font-size: 16px;
    }
}

.tooltip.active {
    opacity: 1;
}

.header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 90px;
}

.header-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    padding-top: 35px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: rgba(17, 5, 66, 0.9);
}

.logo-header {
    max-width: 258px;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.login-link {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url("../img/login.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

:root {
    --burger-menu-color: #fff;
    --burger-menu-width: 38px;
    --burger-menu-height: 30px;
    --burger-top-plus: 11px;
    --burger-top-minus: -11px;
    --burger-line-height: 2.5px;
    --burger-line-round: 0px;
}

.header__burger {
    width: var(--burger-menu-width);
    height: var(--burger-menu-height);
    position: relative;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 105;
}

.header__burger span {
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    width: 100%;
    position: absolute;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger span::before {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-minus);
    width: 100%;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger span::after {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-plus);
    width: 100%;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger.open span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: transparent;
}

.header__burger.open span:before {
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.header__burger.open span:after {
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.whatch-now-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-left: 23px;
    padding-right: 23px;
    height: 61px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.whatch-now-link:hover {
    background-color: rgba(255, 255, 255, 0.0901960784);
    background-color: #fff;
}

.whatch-now-link:hover p {
    color: #3A57B0;
}

.whatch-now-link:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(33%) sepia(18%) saturate(2305%) hue-rotate(189deg) brightness(97%) contrast(94%);
    filter: brightness(0) saturate(100%) invert(33%) sepia(18%) saturate(2305%) hue-rotate(189deg) brightness(97%) contrast(94%);
}

.whatch-now-link p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.whatch-now-link img {
    width: 35px;
    height: 35px;
}

.language-selector {
    position: relative;
    display: inline-block;
    min-width: 38px;
    position: relative;
}

.language-selector::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 5px;
    background-image: url("../img/arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#language-button {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 10px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-top: 10px;
    left: -10px;
}

.dropdown-content a {
    color: #110542;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-content a:hover {
    font-weight: 700;
    color: #3a57b0;
}

.language-selector.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 50%;
}

.language-selector.active .dropdown-content {
    display: block;
}

.main {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn {
    min-height: 69px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: -o-linear-gradient(334deg, #e3368d 0%, #3a57b0 70%);
    background: linear-gradient(116deg, #e3368d 0%, #3a57b0 70%);
    padding-left: 35px;
    padding-right: 35px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 2px;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.main-btn:hover {
    background: -o-linear-gradient(334deg, #314b97 35%, #e3368d 100%);
    background: linear-gradient(116deg, #314b97 35%, #e3368d 100%);
}


.first-section {
    width: 100%;
    background-color: #110542;
    aspect-ratio: 1907/1006;
    position: relative;
}

.section-top {
    width: 100%;
    aspect-ratio: 1900/1007;
    position: relative;
}

.s-tv-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: 1537px;
    max-width: 80%;
    aspect-ratio: 1537/1029;
    background-image: url("../img/mbf.webp");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5%;
    z-index: 2;
}

.header-ht {
    padding-top: 11%;
    padding-left: 10%;
    font-weight: 700;
    font-size: 60px;
    font-size: 3.1dvw;
    text-transform: uppercase;
    color: #f7f2f2;
    margin-bottom: 20px;
}

.s-subtitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #f7f2f2;
    padding-left: 10%;
    font-size: 2.2dvw;
}

.s-gf-box {
    position: absolute;
    right: 0;
    bottom: -22%;
    width: 47%;
    height: auto;
    aspect-ratio: 902/1246;
    background-image: url("../img/w-r.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 7;
}

.s-dx-box {
    position: absolute;
    top: 54%;
    left: 0;
    height: auto;
    width: 100%;
    max-width: 33%;
    aspect-ratio: 540/361;
    background-image: url("../img/ipad.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 30;
}

.section-bottom {
    width: 100%;
    height: 286px;
    background: -o-linear-gradient(302deg, #456eb5 0%, #2c8fc9 30%);
    background: linear-gradient(148deg, #456eb5 0%, #2c8fc9 30%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
    z-index: 10;
    position: relative;
}

.vb-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.nb-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.lv-bg {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.8%;
    width: 50%;
    height: auto;
    max-width: 80%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #fff;
    background: -o-radial-gradient(circle, rgba(227, 54, 140, 0.55) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(227, 54, 140, 0.55) 0%, transparent 70%);
    opacity: 0.8;
}

.rv-bg {
    position: absolute;
    top: 57.2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1%;
    width: 50%;
    height: auto;
    max-width: 80%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #fff;
    background: -o-radial-gradient(circle, rgba(58, 88, 176, 0.8) 0%, transparent 70%);
    background: radial-gradient(circle, rgba(58, 88, 176, 0.8) 0%, transparent 70%);
}


.second-section {
    width: 100%;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sd-box {
    width: 100%;
    max-width: 1376px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.sd-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f2f2), to(#fbf9f9));
    background: -o-linear-gradient(bottom, #f7f2f2 0%, #fbf9f9 100%);
    background: linear-gradient(0deg, #f7f2f2 0%, #fbf9f9 100%);
    aspect-ratio: 370/387;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.sd-item img {
    max-width: 127px;
}

.sd-item {
    width: 370px;
}

.sd-title {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #110542;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sd-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #4b4566;
    max-width: 330px;
}


.third-section {
    background-color: #110542;
    overflow: hidden;
}

.third-section .kl-subtitle {
    top: 0;
}

.third-section ._container {
    z-index: 3;
    position: relative;
    padding-left: 0;
}

.third-section .tv-list {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    border-bottom: 2px dotted;
    margin-top: 25px;
}

.third-section .tv-list::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.366116 17.6414C-0.122039 17.1632 -0.122039 16.3879 0.366117 15.9097L6.98223 9.42857L0.366116 2.94748C-0.122039 2.46929 -0.12204 1.69398 0.366116 1.21579C0.854271 0.737595 1.64573 0.737595 2.13388 1.21579L9.63388 8.56273C9.8683 8.79236 10 9.10382 10 9.42857C10 9.75333 9.8683 10.0648 9.63388 10.2944L2.13388 17.6414C1.64573 18.1195 0.854272 18.1195 0.366116 17.6414Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 12px;
    top: 4px;
    position: relative;
}

.third-section .tv-list:hover {
    border-color: transparent;
}

.tt-left {
    content: "";
    position: absolute;
    top: 27%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3%;
    width: 50%;
    height: auto;
    max-width: 1281px;
    aspect-ratio: 1281/894;
    background-image: url("../img/i-left.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.tt-right {
    content: "";
    position: absolute;
    top: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 40%;
    height: auto;
    max-width: 897px;
    aspect-ratio: 897/1067;
    background-image: url("../img/i-right.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.header-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cui-box {
    width: 100%;
    aspect-ratio: 1430/976;
    position: relative;
    pointer-events: none;
}

.rte-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.rte-img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 85%;
    opacity: 0.8;
}

.nmr-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nmr-text-block__left {
    width: 60%;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    padding-left: 150px;
    position: relative;
}

.nmr-text-block__right {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.nmr-ghv {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    max-width: 500px;
    width: 500px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nmr-ght {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 75px;
    position: relative;
    padding-right: 50px;
}

.nmr-text-block__left .nmr-blue-text {
    position: absolute;
    top: -37.4px;
    left: -10.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #e9e2e2;
    z-index: -1;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: rgba(153, 68, 196, 0.39);
}

.nmr-ght .nmr-ght-bg{
    position: absolute;
    top: -77.4px;
    left: 135.8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #e9e2e2;
    z-index: -1;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: rgba(153, 68, 196, 0.39);
}

.nmr-ght::before {
    content: "+";
    position: absolute;
    top: -92.2px;
    left: -26.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #e9e2e2;
    z-index: -1;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: rgba(153, 68, 196, 0.39);
    font-weight: 400;
    font-size: 96px;
    color: #fff;
}


.fourth-section {
    background-color: #110542;
    padding-top: 200px;
    padding-bottom: 80px;
    position: relative;
}

.fourth-section ._container {
    position: relative;
}

.fourth-section .lv-bg {
    top: 46.8%;
}

.fourth-section .rv-bg {
    right: 7%;
}

.fop-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    left: 0;
    width: 70%;
    height: auto;
    max-width: 676px;
    aspect-ratio: 676/364;
    background-image: url("../img/jy-n.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 5;
}

.swiper {
    width: 100%;
}

.swiper .swiper-slide {
    aspect-ratio: 330/488;
}

.sw-wrapper {
    position: relative;
}

.swiper-controls {
    width: 100%;
    height: 50px;
    position: relative;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: initial !important;
    right: initial !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    opacity: 0.2;
    background: red;
}

.swiper-pagination-bullet-active {
    background: red;
    opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
}

.swiper-button-next {
    content: "";
    position: absolute;
    background-image: url("../img/10.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
    right: 20px;
    left: initial;
    z-index: 15;
    margin-top: initial;
    margin-bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-button-prev {
    content: "";
    position: absolute;
    background-image: url("../img/10.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
    left: 20px;
    right: initial;
    z-index: 15;
    margin-top: initial;
    margin-bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fgr-box {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 80px;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nmg-text-block__left {
    width: 60%;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    padding-left: 150px;
    position: relative;
}

.nmg-text-block__left .top-text {
    position: absolute;
    top: -28.2px;
    left: 25.6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #e9e2e2;
    z-index: -1;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: rgba(153, 68, 196, 0.39);
}

.nmg-text-block__right {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    width: 550px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.seventh-section {
    width: 100%;
    height: 1014px;
    background-image: url("../img/pl-fon.webp");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}

.seventh-section ._container {
    padding-right: 40px;
    position: relative;
}

.fy-header {
    font-weight: 700;
    font-size: 128px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 60px;
}

.gradient-text {
    background: -o-linear-gradient(334deg, #e3368d 0%, #3a57b0 70%);
    background: linear-gradient(116deg, #e3368d 0%, #3a57b0 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.kl-subtitle {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #f7f2f2;
    padding-left: 5px;
}

.ql-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    row-gap: 100px;
    width: 100%;
}

.ql-box__left {
    aspect-ratio: 1/1;
    width: 1082px;
    width: 83%;
    width: 56dvw;
    max-width: 1082px;
    aspect-ratio: 1082/858;
    position: absolute;
    left: -13%;
    bottom: -36.8%;
    left: 2%;
    bottom: -4.82dvw;
    pointer-events: none;
}

.ql-img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ql-box__right {
    width: 507px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 90px;
}

.ql-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.ql-item img {
    width: 96px;
    aspect-ratio: 1/1;
}

.ql-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}

.ql-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.ql-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}


.sixth-section {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f2f2), to(#e9e2e2));
    background: -o-linear-gradient(bottom, #f7f2f2 0%, #e9e2e2 100%);
    background: linear-gradient(0deg, #f7f2f2 0%, #e9e2e2 100%);
    background-image: url("../img/cv-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 101%;
    position: relative;
    background-position-x: center;
    background-position-y: -300px;
}

.sixth-section .kl-subtitle {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #3a57b0;
}

.mm-box {
    width: 110%;
    aspect-ratio: 2353/1154;
    margin-top: 50px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mm-box .xc-img {
    position: absolute;
    content: "";
    top: -128px;
    right: 130px;
    top: -18.5%;
    right: 10%;
    left: initial;
    width: 30%;
    height: auto;
    aspect-ratio: 480/371;
    z-index: 5;
}

.mm-box .main-ibg {
    width: 100%;
    height: 100%;
    background-image: url("../img/gadjets-all.webp");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2353/1157;
    aspect-ratio: 1195/541;
    position: relative;
}

.let-f {
    position: absolute;
    width: 20.3%;
    height: auto;
    aspect-ratio: 479/529;
    background-image: url("../img/tel-f.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: 7.5%;
    display: none;
}

.right-f {
    position: absolute;
    width: 44.9%;
    height: auto;
    aspect-ratio: 1057/499;
    background-image: url("../img/notebook.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: 8.5%;
    left: initial;
    right: 0;
    display: none;
}

.type-img--one .main-ibg {
    background-image: url("../img/gadjets-2.webp");
    background-position-y: -2px;
    background-position-x: 0px;
    background-size: 99.99%;
}

.type-img--two .main-ibg {
    background-image: url("../img/gadjets.webp");
}

.type-img--two .main-ibg .let-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.type-img--three .main-ibg {
    background-image: url("../img/gadjets-2.webp");
    background-position-y: -2px;
    background-position-x: 0px;
    background-size: 99.99%;
}

.type-img--four .main-ibg {
    background-image: url("../img/gadjets.webp");
}

.type-img--four .main-ibg .let-f {
    display: none;
}

.type-img--four .main-ibg .right-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zx-box {
    padding-top: 50px;
    width: 100%;
    background-color: #F6F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zx-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1215px;
    width: 100%;
    top: 2px;
    position: relative;
}

.zx-tabs .tab-btn {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #110542;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 330px;
    aspect-ratio: 330/118;
    -webkit-box-shadow: 0 10px 10px 0 rgba(47, 19, 19, 0.2);
    box-shadow: 0 10px 10px 0 rgba(47, 19, 19, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(#f7f2f2), to(#fbf9f9));
    background: -o-linear-gradient(left, #f7f2f2 0%, #fbf9f9 100%);
    background: linear-gradient(90deg, #f7f2f2 0%, #fbf9f9 100%);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px 50px 0 0;
    position: relative;
    line-height: 1.25;
    cursor: pointer;
}

.zx-elem {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#456eb5), to(#2c8fc9));
    background: -o-linear-gradient(top, #456eb5 0%, #2c8fc9 100%);
    background: linear-gradient(180deg, #456eb5 0%, #2c8fc9 100%);
    padding-bottom: 70px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.zx-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 415px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.zx-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 25px;
    padding-top: 25px;
    min-height: 140px;
}

.zx-content__top img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.zx-content--four .zx-content__top {
    min-height: 100px;
}

.zx-content--two .zx-content__top {
    min-height: 100px;
}

.zx-elem-wrap {
    width: 100%;
    max-width: 1215px;
    position: relative;
    aspect-ratio: 1200/410;
    margin-left: auto;
    margin-right: auto;
}

.tab-btn--one {
    z-index: 5;
    left: 7.5%;
    position: relative;
}

.tab-btn--two {
    z-index: 4;
    left: 4.5%;
    position: relative;
}

.tab-btn--three {
    z-index: 3;
    left: 3%;
    position: relative;
}

.tab-btn--four {
    z-index: 2;
    left: 0;
    position: relative;
}

.tab-btn.tab-btn--active {
    background: -webkit-gradient(linear, left top, left bottom, from(#456FB6), to(#456EB5));
    background: -o-linear-gradient(top, #456FB6 0%, #456EB5 100%);
    background: linear-gradient(180deg, #456FB6 0%, #456EB5 100%);
    color: #fff;
    z-index: 5;
}

.zx-content__bottom {
    padding-top: 65px;
    border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.zx-content__bottom .main-btn {
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
}

.op-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.op-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.op-item img {
    width: 66px;
    aspect-ratio: 1/1;
}

.op-item p {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    max-width: 310px;
}


.eight-section {
    width: 100%;
    aspect-ratio: 1900/1419;
    background-image: url("../img/de-f.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 1419px;
}

.eight-section .h2-header {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #3a57b0;
    line-height: 1.25;
    z-index: 1;
}

.ff-top {
    padding-top: 150px;
}

.bg-text {
    position: relative;
}

.bg-text .gray-text-left {
    position: absolute;
    top: -79.6px;
    left: -97.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #e9e2e2;
    z-index: -1;
}

.ffg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 872px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-top: 36px;
}

.ffg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 50%;
}

.ffg-item img {
    width: 40px;
    aspect-ratio: 1/1;
    top: 8px;
    position: relative;
}

.ffg-item p {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #110542;
}

.ff-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.ff-bottom._container {
    padding-left: 0;
    padding-right: 0;
}

.ff-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #110542;
    max-width: 780px;
    margin-top: 35px;
}

.ff-bold {
    font-weight: 700;
}

.bnc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 43px;
    -moz-column-gap: 43px;
    column-gap: 43px;
    margin-top: 50px;
}

.bnc-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.bnc-box__item img {
    width: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.bnc-box__item p {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #110542;
}

.ff-box {
    margin-bottom: 40px;
}

.ff-box--left {
    position: absolute;
    left: 0;
    max-width: 45%;
    width: 100%;
    aspect-ratio: 1417/1074;
    bottom: 100px;
}

.bgj-text {
    position: relative;
}

.bgj-text .gray-text-right {
    position: absolute;
    top: -79.6px;
    left: 45.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #e9e2e2;
    z-index: -1;
}


.ninth-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #110542;
}

.ninth-header-h2 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.nt-box {
    margin-top: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 35px;
}

.nt-box-item {
    max-width: 390px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.nt-box-item img {
    width: 40px;
    height: 40px;
}

.nt-box-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.pp-wrap {
    margin-top: 95px;
    max-width: 1500px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.pp-box {
    background: -o-linear-gradient(302deg, #456eb5 0%, #2c8fc9 30%);
    background: linear-gradient(148deg, #456eb5 0%, #2c8fc9 30%);
    border-radius: 50px;
    aspect-ratio: 650/330;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 47px;
    padding-bottom: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 650px;
}

.pp-period {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}

.pp-price-box {
    top: -5px;
    position: relative;
}

.pp-price {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}

.pp-price-month {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 30px;
}

.pp-box--two {
    position: relative;
}

.pp-box--two .pp-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 170px;
    height: 49px;
    border-radius: 100px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #e3368d;
}

.kl-box {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kl-box p {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
}

.kl-box img {
    width: 110px;
}


.footer {
    background-color: #F7F2F2;
    padding-top: 50px;
    padding-bottom: 130px;
}

.footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.copyright {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #110542;
}

.copyright--mobile {
    display: none;
}

.footer-nav {
    list-style: none;
    margin-top: 0;
}

.footer-nav li {
    margin-bottom: 15px;
}

.footer-nav li:last-child {
    margin-bottom: 0;
}

.footer-nav li a {
    font-weight: 400;
    font-size: 20px;
    color: #110542;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footer-nav li a:hover {
    opacity: 0.65;
}

.soc-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.soc-btns a {
    width: 40px;
    aspect-ratio: 1/1;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-btns a img {
    width: 97%;
    height: 97%;
    -o-object-fit: contain;
    object-fit: contain;
}

.soc-btns a:hover {
    opacity: 0.65;
}

.logo-footer {
    top: -12px;
    position: relative;
}

.line {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

.line a {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: right;
    color: #110542;
}

.line span {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: right;
    color: #110542;
}

.mobile-menu {
    display: none;
    scrollbar-color: #9944C4 transparent;
    scrollbar-width: thin;
}

.mobile-menu::-webkit-scrollbar {
    width: 7px;
}

.mobile-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

.mobile-menu::-webkit-scrollbar-thumb {
    background-color: #9944C4;
}

.mobile-menu-opened .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #110542;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-menu-opened .mobile-menu .nav {
    padding-left: 0;
}

.mobile-menu-opened .mobile-menu li a {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.mobile-menu-opened .mobile-menu li a:hover {
    opacity: 0.65;
}

.mobile-menu-opened .mobile-menu li {
    margin-bottom: 25px;
    text-align: center;
}

.mobile-menu-opened .mobile-btn-nm {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mobile-menu-opened .nav {
    margin-top: 120px;
    list-style: none;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.overlay--visible {
    opacity: 1;
    visibility: visible;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 20px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 1100;
    background-image: url("../img/popup-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    overflow: hidden;
    min-width: 600px;
    max-height: 97%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 0 0px 15px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0px 15px rgba(255, 255, 255, 0.15);
}

.popup--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.popup__close {
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url("../img/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.popup-form__btn {
    margin-top: 45px;
    text-align: center;
}

.popup-form__btn .btn-modal {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.popup-form__btn .btn-modal:hover {
    background-color: #0056b3;
}

.popup-form__logo {
    max-width: 257px;
    margin-bottom: 45px;
}

.popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-form__title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
}

.popup-form__subtitle {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.popup-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    scrollbar-color: #9944C4 transparent;
    scrollbar-width: thin;
}

.popup-box::-webkit-scrollbar {
    width: 7px;
}

.popup-box::-webkit-scrollbar-track {
    background-color: transparent;
}

.popup-box::-webkit-scrollbar-thumb {
    background-color: #9944C4;
}

.popup-form {
    margin-top: 45px;
}

.popup-form__item {
    position: relative;
}

.popup-form__input {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #9944c4;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    padding-bottom: 6px;
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.popup-form__input::-webkit-input-placeholder {
    color: #fff;
}

.popup-form__input::-moz-placeholder {
    color: #fff;
}

.popup-form__input:-ms-input-placeholder {
    color: #fff;
}

.popup-form__input::-ms-input-placeholder {
    color: #fff;
}

.popup-form__input::placeholder {
    color: #fff;
}

.input_code {
    height: 50px;
    width: 50px;
    border-bottom: 1px solid #9944c4;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    padding-bottom: 6px;
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    text-align: center;
}

.input_code::-webkit-input-placeholder {
    color: #fff;
}

.input_code::-moz-placeholder {
    color: #fff;
}

.input_code:-ms-input-placeholder {
    color: #fff;
}

.input_code::-ms-input-placeholder {
    color: #fff;
}

.input_code::placeholder {
    color: #fff;
}

.popup-form__label {
    font-weight: 400;
    font-size: 14px;
    color: #9944c4;
}

.input_codewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
    position: relative;
}

.input_codewrap .popup-form__error {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.error_txt {
    display: none;
}

.error .error_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #E21E24;
    font-size: 14px;
}

.error .popup-form__input,
.error .input_code {
    color: #E21E24;
    border-bottom: 1px solid #E21E24;
}

div.popup-form__label:nth-child(3) {
    margin-top: 50px;
}

.text_center {
    text-align: center !important;
}

.btn-popup--disabled {
    background: #4B4566;
    pointer-events: none;
    color: #777190;
}

.btn-popup--disabled:hover {
    background: #4B4566;
    pointer-events: none;
    color: #777190;
}

.popup-form__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
}

.btn-popup {
    min-width: 250px;
    border-radius: 100px;
}

.popup-form__policy {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.popup-form__policy a {
    color: #fff;
    text-decoration: underline;
}

.popup-form__policy a:hover {
    text-decoration: none;
}

#select-subscription {
    max-width: 1400px;
    width: 95%;
    padding-top: 70px;
    padding-bottom: 30px;
}

#select-subscription .popup-box {
    width: 100%;
    max-width: 1340px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

#select-subscription .pp-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

@media (max-width: 1550px) {
    #select-subscription .pp-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 65px;
        margin-bottom: 35px;
    }
}

#select-subscription .nt-box {
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 35px;
    margin-top: 0;
}

#select-subscription .pp-banner {
    margin-top: 10px;
}

#select-subscription .nt-box-item p {
    line-height: 1.4;
}

#select-subscription .pp-banner {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1320/287;
    background-image: url("../img/pp-bhj.webp");
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1400px) {
    #select-subscription .pp-banner {
        border-radius: 50px;
        aspect-ratio: 650/330;
        width: 100%;
        max-width: 650px;
        background-size: 360%;
        background-position-x: right;
        background-position-y: center;
    }
}

#select-subscription .pp-banner__title {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 48px;
}

#select-subscription .ppd-header {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
    margin-top: 10px;
}

.ppd-header {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
    margin-top: 10px;
    line-height: 1.25;
    margin-top: 0;
}

#user-agreement {
    max-width: 1100px;
    width: 95%;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 80px;
    position: relative;
    z-index: 1500;
}

#user-agreement .popup-box {
    margin-top: 10px;
}

#chanels-list {
    max-width: 1700px;
    width: 95%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

#chanels-list .popup-box {
    width: 100%;
    margin-top: 15px;
}

#monthly-subscription {
    max-width: 1100px;
    width: 95%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

#monthly-subscription .ua-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#monthly-subscription .ua-box p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

#monthly-subscription .main-btn {
    min-width: 250px;
}

.ua-box {
    scrollbar-color: #9944C4 transparent;
    scrollbar-width: thin;
}

.ua-box::-webkit-scrollbar {
    width: 7px;
}

.ua-box::-webkit-scrollbar-track {
    background-color: transparent;
}

.ua-box::-webkit-scrollbar-thumb {
    background-color: #9944C4;
}

#trial-subscription {
    max-width: 1100px;
    width: 95%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

#trial-subscription .ua-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#trial-subscription .ua-box p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

#trial-subscription .main-btn {
    min-width: 250px;
}

#trial-subscription .ppd-header {
    margin-bottom: 0;
}

#trial-subscription .ppd-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
}

#partners-info {
    max-width: 1100px;
    width: 95%;
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

#partners-info .ua-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#partners-info .ua-box p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

#partners-info .main-btn {
    min-width: 250px;
}

#partners-info .ppd-header {
    margin-bottom: 60px;
}

#partners-info .ppd-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
}

#partners-info .popup-box {
    position: relative;
}

#partners-info .popup-vbp {
    margin-top: 70px;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

#partners-info .popup-vbp__left {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #fff;
    line-height: 1;
    top: -5px;
    position: relative;
}

#partners-info .popup-vbp__right {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff;
}

#partners-info .popup-vbp__right a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    line-height: 1;
    height: 30px;
}

#partners-info .popup-vbp__right > a:nth-child(1) {
    padding-right: 15px;
    border-right: 2px solid #fff;
}

#partners-info .popup-vbp__right > a:nth-child(2) {
    padding-left: 15px;
}

#about-us-popup {
    max-width: 1100px;
    width: 95%;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

#about-us-popup .ua-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
}

#about-us-popup .ua-box p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

#about-us-popup .popup-box {
    margin-top: 20px;
}

#about-us-popup .main-btn {
    min-width: 250px;
}

#about-us-popup .ppd-header {
    margin-bottom: 60px;
}

#about-us-popup .ppd-subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
}

#about-us-popup .popup-box {
    position: relative;
}

#about-us-popup .popup-vbp {
    width: 95%;
    height: 300px;
    margin-top: 40px;
}

#about-us-popup .popup-vbp .ppd-header {
    margin-bottom: 45px;
}

#about-us-popup .mn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#about-us-popup .ppd-header__left {
    width: 41%;
}

#about-us-popup .ppd-header__left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
}

#about-us-popup .ppd-header__right {
    width: 59%;
    aspect-ratio: 486/417;
    border-radius: 35px;
    overflow: hidden;
}

#about-us-popup .ppd-header__right img {
    aspect-ratio: 486/417;
}

#about-us-popup .ppd-header__right iframe {
    width: 100%;
    height: 100%;
}

.ppu {
    position: absolute;
    bottom: 0.1%;
    left: 24.05%;
    height: auto;
    max-width: 606px;
    width: 25.65%;
    aspect-ratio: 606/213;
    background-image: url("../img/ppu.webp");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
}

.type-img--three .ppu {
    display: block;
}

#faq-popup {
    max-width: 1100px;
    width: 95%;
}

.ua-box p {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
}

.nt-box-link {
    text-decoration: none;
    border-bottom: 1.5px dotted;
    color: inherit;
}

.nt-box-link:hover {
    border: none;
}

.chanels-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 55px;
}

.chanels-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 65px;
}

.chanels-item__title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.chanels-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.channel-img {
    width: 100%;
    max-width: 205px;
    aspect-ratio: 205/115;
}

.zx-cont-p {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 835px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.zx-cont-p .usr {
    height: 75px;
    border-radius: 200px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 205px;
}

.zx-cont-p .usr img {
    width: 80%;
}

div.usr:nth-child(1) {
    padding-bottom: 5px;
}

.login-box {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    row-gap: 15px;
    display: none;
}

.user-login {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-transform: uppercase;
    text-align: center;
    color: #110542;
    line-height: 1;
}

.logout {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    color: #110542;
    line-height: 1;
}

.faq {
    max-width: 800px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 35px;
    margin-bottom: 15px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
}

.faq-item.active {
    padding-bottom: 20px;
}

.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.faq-icon::after {
    content: "+";
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon::after {
    content: "-";
    color: #fff;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #fff;
    padding-left: 25px;
    padding-right: 80px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    text-align: left;
    margin-bottom: 15px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.anchor {
    position: relative;
    top: -80px;
}



@media (max-width: 1900px) {
    .fop-img {
        max-width: 512px;
    }

    .fourth-section {
        padding-top: 80px;
    }

    .nmr-text-block__left {
        padding-left: 80px;
    }

    .fop-img {
        left: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1700px) {
    .sixth-section ._container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .zx-box {
        padding-top: 0;
    }
}

@media (max-width: 1600px) {
    .ql-box__left {
        width: 900px;
        bottom: -4.9dvw;
    }

    .s-dx-box {
        top: 50%;
    }

    .header-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header {
        padding-top: 20px;
    }

    .second-section {
        padding-left: 70px;
        padding-right: 70px;
    }

    .sd-box {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .third-section ._container {
        padding-left: 50px;
    }

    .tt-left {
        top: 23%;
        left: -10%;
        width: 60%;
    }

    .tt-right {
        top: -2%;
        width: 41%;
        right: -3%;
    }

    .mm-box {
        width: calc(100% - 40px);
        width: 100%;
    }

    .sixth-section ._container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1570px) {
    .ql-box__left {
        bottom: -5dvw;
    }
}

@media (max-width: 1500px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .ff-bottom {
        padding-bottom: 40px;
    }

    .ff-box--left {
        bottom: 65px;
    }

    .ff-top {
        padding-top: 90px;
    }

    .bnc-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 35px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ff-box {
        margin-right: 40px;
    }

    .s-dx-box {
        max-width: 30.5%;
    }

    .s-subtitle {
        font-size: 1.9dvw;
    }

    .header-ht {
        font-size: 3.2dvw;
    }

    .header-ht {
        line-height: 1.3;
    }

    .fop-img {
        max-width: 512px;
    }

    .nmr-text-block__left {
        padding-left: 70px;
    }

    .nmr-text-block__left .nmr-blue-text {
        top: -37.4px;
        left: -63.2px;
    }

    .nmr-ght .nmr-ght-bg {
        left: 63.8px;
    }

    .tt-right {
        top: -2%;
        width: 50%;
        right: -5%;
    }

    .tt-left {
        top: 23%;
        left: -15%;
        width: 70%;
    }

    .ql-box__left {
        bottom: -5.2dvw;
    }
}

@media (max-width: 1450px) {
    .pp-box {
        width: calc(50% - 15px);
    }

    .pp-price {
        font-size: 25px;
    }

    .pp-period,
  .pp-price-month {
        font-size: 28px;
    }

    .main-btn,
  .pp-box--two::after {
        font-size: 24px;
    }

    .pp-box--two::after {
        font-size: 22px;
    }

    .nt-box {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .seventh-section {
        height: 850px;
    }

    .ql-box__left {
        bottom: -5.3dvw;
    }

    .fy-header {
        padding-top: 40px;
    }

    .ql-box__left {
        bottom: -5.5dvw;
    }
}

@media (max-width: 1400px) {
    #select-subscription .pp-wrap {
        margin-bottom: 65px;
    }

    .popup-box {
        margin-top: 50px;
    }

    #faq-popup .popup-box {
        margin-top: 0;
    }

    #select-subscription .ppd-header {
        margin-top: 0;
    }

    #select-subscription .nt-box {
        grid-template-columns: 450px 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 100px;
    }

    .bnc-box {
        margin-top: 30px;
    }

    .ff-box {
        margin-bottom: 20px;
    }

    .bnc-box__item p {
        font-size: 22px;
    }

    .bnc-box__item img {
        width: 55px;
    }

    .bnc-box {
        row-gap: 20px;
    }

    .eight-section .h2-header {
        font-size: 38px;
    }

    .bgj-text .gray-text-right {
        font-size: 80px;
        top: -57.6px;
    }

    .bg-text .gray-text-left {
        font-size: 80px;
        top: -66.6px;
    }

    .ql-box__left {
        bottom: -4.8dvw;
        left: -4%;
        width: 56dvw;
    }

    .seventh-section {
        height: 750px;
    }

    .ql-title {
        font-size: 28px;
    }

    .ql-text {
        font-size: 20px;
    }

    .ql-item img {
        width: 68px;
    }

    .ql-box__right {
        width: 410px;
    }

    .seventh-section ._container {
        padding-right: 50px;
    }

    .fy-header {
        font-size: 105px;
    }

    .kl-subtitle {
        font-size: 28px;
    }

    .third-section .kl-subtitle {
        font-size: 32px;
    }

    .header-ht {
        font-size: 48px;
    }

    .s-subtitle {
        font-size: 28px;
    }

    .s-dx-box {
        top: 48%;
    }

    .nmr-text-block__left {
        width: 570px;
        margin-right: 20px;
    }

    .nmr-text-block__right {
        width: 500px;
    }

    .nmr-text-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .sixth-section {
        background-position-y: 0px;
    }
}

@media (max-width: 1350px) {
    .header-ht {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .s-subtitle {
        font-size: 22px;
    }

    .header-right {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    :root {
        --burger-menu-color: #fff;
        --burger-menu-width: 30px;
        --burger-menu-height: 22px;
        --burger-top-plus: 10px;
        --burger-top-minus: -10px;
        --burger-line-height: 2.5px;
        --burger-line-round: 0px;
    }

    .s-gf-box {
        position: absolute;
        right: 0;
        bottom: -22%;
        width: 46%;
    }

    .zx-tabs {
        left: -3%;
    }
}

@media (max-width: 1300px) {
    .nt-box {
        grid-template-columns: 1fr 1fr;
        max-width: 75%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .kl-box p {
        font-size: 24px;
    }

    .pp-box {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .nmr-text-block__left {
        padding-left: 0px;
    }

    .second-section {
        height: auto;
    }
}

@media (max-width: 1250px) {
    ._container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .eight-section {
        aspect-ratio: 1022/847;
    }

    .ff-text {
        font-size: 20px;
    }

    .ql-box__right {
        row-gap: 35px;
    }

    .seventh-section ._container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        padding-bottom: 60px;
    }

    .ql-item {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .zx-tabs .tab-btn {
        font-size: 24px;
        height: 100px;
    }

    .zx-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .op-item p {
        font-size: 20px;
    }

    .op-item img {
        width: 60px;
    }

    .op-box {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .zx-content__top {
        padding-top: 20px;
    }

    .zx-content--one .zx-content__top img {
        max-width: 140px;
    }

    .zx-elem-wrap {
        aspect-ratio: initial;
        height: 440px;
    }
}

@media (max-width: 1200px) {
    .whatch-now-link {
        width: 240px;
        height: 50px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .whatch-now-link p {
        font-size: 14px;
    }

    .whatch-now-link img {
        width: 28px;
        height: 28px;
    }

    .logo-header {
        max-width: 205px;
    }

    .s-dx-box {
        max-width: 28.5%;
    }

    .first-section .main-btn {
        font-size: 20px;
        min-height: 64px;
    }

    .main-btn {
        padding-bottom: 1px;
    }

    .sd-title {
        font-size: 24px;
    }

    .sd-text {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sd-item {
        border-radius: 45px;
    }

    .second-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sd-box {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .second-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sd-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 1150px) {
    .logo-footer {
        width: 205px;
    }

    .ninth-header-h2 {
        font-size: 38px;
    }

    .nt-box-item p br {
        display: none;
    }

    .ql-box__left {
        min-width: 625px;
        bottom: -5.1dvw;
    }

    .nmg-text-block__left {
        padding-left: 100px;
    }

    .third-section .kl-subtitle {
        font-size: 28px;
    }

    .third-section ._container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .third-section .fy-header {
        padding-top: 50px;
    }

    .third-section .tv-list {
        font-size: 24px;
        margin-top: 20px;
    }

    .nmr-text-block__left {
        font-size: 28px;
        padding-left: 30px;
        margin-right: 0;
        width: 500px;
    }

    .nmr-ght {
        font-size: 28px;
        text-align: left;
    }

    .nmr-ghv {
        font-size: 20px;
        max-width: 440px;
    }

    .nmr-ght::before {
        font-size: 70px;
    }

    .nmr-ght .nmr-ght-bg {
        left: 25.8px;
    }

    .nmr-ght .nmr-ght-bg {
        font-size: 78px;
    }

    .nmr-text-block__left .nmr-blue-text {
        font-size: 78px;
        left: -9.2px;
    }

    .fop-img {
        max-width: 440px;
        left: 15px;
    }

    .nmg-text-block__left {
        font-size: 28px;
    }

    .nmg-text-block__right {
        font-size: 20px;
        width: 478px;
    }

    .sixth-section .kl-subtitle {
        font-size: 28px;
    }

    .sixth-section ._container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sixth-section .fy-header {
        padding-left: 20px;
    }

    .sixth-section .kl-subtitle {
        padding-left: 20px;
    }

    .zx-content--one .zx-content__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .zx-content--one .zx-content__top img {
        width: initial;
        max-width: initial;
    }

    .zx-content--one .zx-content__top {
        padding-left: 110px;
        padding-right: 110px;
    }

    .zx-content__bottom .main-btn {
        margin-top: 20px;
        font-size: 16px;
        min-height: 50px;
    }

    .zx-elem {
        padding-bottom: 45px;
    }

    .zx-content__top {
        padding-top: 10px;
    }

    .zx-tabs .tab-btn {
        font-size: 20px;
        width: 230px;
        height: 86px;
    }

    .op-item p {
        font-size: 16px;
    }

    .op-item img {
        width: 48px;
    }
}

@media (max-width: 1100px) {
    .ql-box__left {
        bottom: -5.2dvw;
    }
}

@media (max-width: 1050px) {
    #select-subscription .nt-box {
        grid-template-columns: 450px;
    }

    #select-subscription .pp-period {
        font-size: 24px;
    }

    #select-subscription .pp-price-month {
        font-size: 24px;
    }

    #select-subscription .pp-price {
        font-size: 26px;
    }

    #select-subscription .main-btn {
        font-size: 20px;
    }

    #select-subscription .pp-box {
        padding-top: 30px;
        padding-bottom: 30px;
        aspect-ratio: 650/280;
    }

    #select-subscription .ppd-header {
        font-size: 25px;
        margin-bottom: 50px;
    }

    .ppd-header {
        font-size: 25px;
        margin-bottom: 50px;
    }

    .popup .popup-box .ppd-subtitle {
        font-size: 22px !important;
    }

    .kl-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .kl-box p {
        min-width: 100%;
        text-align: center;
    }

    ._page-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 55px;
    }

    .ninth-section {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .nt-box {
        max-width: 100%;
    }

    .eight-section {
        aspect-ratio: 800/722;
    }

    .ff-text {
        font-size: 20px;
    }

    .zx-cont-p .usr {
        height: 70px;
    }

    .zx-cont-p .usr img {
        width: 70%;
    }
}

@media (max-width: 1020px) {
    .ql-box__left {
        min-width: initial;
        bottom: -4.9dvw;
    }

    .fy-header {
        font-size: 64px;
    }

    .kl-subtitle {
        font-size: 20px;
    }

    .ql-title {
        font-size: 20px;
    }

    .ql-text {
        font-size: 16px;
    }

    .seventh-section {
        height: 550px;
    }
}

@media (max-width: 1000px) {
    .copyright {
        display: none;
    }

    .copyright--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 35px;
    }

    .footer__left {
        width: 100%;
        margin-bottom: 35px;
    }

    .footer-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .pp-box {
        border-radius: 35px;
    }

    .pp-wrap {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pp-box {
        width: calc(50% - 10px);
    }

    ul.footer-nav:nth-child(2) {
        padding-left: 0;
        margin-right: 60px;
    }

    .footer-nav li a,
  .line a,
  .line span,
  .copyright--mobile {
        font-size: 16px;
    }

    .footer__right {
        position: absolute;
        right: 20px;
        top: 0;
    }

    .pp-box {
        height: 250px;
    }

    .pp-box .main-btn {
        font-size: 16px;
        height: 50px;
        min-height: initial;
        padding-left: 25px;
        padding-right: 25px;
    }

    .pp-period, .pp-price-month {
        font-size: 24px;
    }

    .pp-price {
        font-size: 28px;
    }

    .pp-box--two::after {
        font-size: 16px;
        height: 36px;
        width: 126px;
        top: -16px;
    }

    .pp-wrap {
        margin-top: 50px;
    }

    .kl-box {
        margin-top: 40px;
    }

    .eight-section .h2-header {
        font-size: 24px;
    }

    .bg-text .gray-text-left {
        font-size: 54px;
        top: -50.6px;
        left: -30px;
    }

    .bgj-text .gray-text-right {
        font-size: 54px;
        top: -47.6px;
        left: -28.8px;
    }

    .ffg-item p {
        font-size: 20px;
    }

    .ffg-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .ffg-item img {
        width: 30px;
    }

    .ff-text {
        max-width: 370px;
        font-size: 16px;
        margin-top: 15px;
    }

    .bnc-box__item img {
        width: 46px;
    }

    .bnc-box__item p {
        font-size: 20px;
    }

    .ff-text br {
        display: none;
    }

    .vb-br {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ff-box--left {
        max-width: 51%;
    }

    .ff-box--left {
        bottom: 23px;
    }

    .ff-bottom {
        padding-bottom: 20px;
    }

    .ff-top {
        padding-left: 65px;
    }

    .sd-item {
        border-radius: 25px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sd-item img {
        max-width: 80px;
    }

    .sd-title {
        font-size: 20px;
    }

    .sd-text {
        font-size: 16px;
    }

    .sd-item {
        height: auto;
        width: calc(33.33% - 16.6px);
        aspect-ratio: initial;
    }

    .header-ht {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .s-subtitle {
        font-size: 18px;
    }

    .header-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        padding-top: 10px;
    }

    .whatch-now-link {
        display: none;
    }

    .s-dx-box {
        top: 45%;
    }

    .vb-text {
        font-size: 20px;
    }

    .nb-text {
        font-size: 16px;
    }

    .section-bottom {
        height: 230px;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .first-section .main-btn {
        font-size: 16px;
        min-height: 50px;
    }

    .logo-header {
        max-width: 190px;
    }

    .vb-text {
        max-width: 300px;
        margin-bottom: 10px;
    }

    .nb-text {
        margin-bottom: 20px;
    }

    .ql-box__right {
        width: 330px;
    }

    .ffg-item p br {
        display: none;
    }

    .ff-top {
        margin-bottom: 65px;
    }

    .nmr-text-block__left {
        font-size: 20px;
    }

    .nmr-text-block__left .nmr-blue-text {
        font-size: 54px;
        left: -9.2px;
        top: -34%;
    }

    .nmr-ght .nmr-ght-bg {
        font-size: 54px;
        top: -50px;
    }

    .nmg-text-block__left .top-text {
        font-size: 54px;
        top: -14.2px;
    }

    .nmr-ghv {
        font-size: 16px;
        max-width: 300px;
    }

    .nmr-ght {
        font-size: 20px;
    }

    .nmr-ght::before {
        font-size: 50px;
        top: -70px;
    }

    .nmr-text-block__right {
        width: 400px;
    }

    .fourth-section .lv-bg {
        top: 25.8%;
    }

    .rv-bg {
        top: 38.2%;
    }

    .nmg-text-block__left {
        font-size: 20px;
    }

    .nmg-text-block__right {
        font-size: 16px;
        width: 330px;
    }

    .nmg-text-block__left {
        padding-left: 50px;
    }

    .nmg-text-block__left .top-text {
        left: -27.4px;
        top: -23.2px;
    }

    .third-section .kl-subtitle {
        font-size: 20px;
    }

    .third-section .tv-list {
        font-size: 18px;
        margin-top: 20px;
    }

    .third-section .tv-list::after {
        width: 15px;
        height: 10px;
        top: 2px;
    }

    .fop-img {
        max-width: 380px;
        left: 0;
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
    }

    .fourth-section {
        padding-top: 40px;
    }

    .popup__close {
        position: absolute;
        top: 30px;
        right: 35px;
    }
}

@media (max-width: 950px) {
    .seventh-section ._container {
        padding-right: 20px;
    }

    .ql-box__right {
        width: 330px;
    }

    .ql-title {
        margin-bottom: 10px;
    }

    .ql-box__left {
        width: 64dvw;
        bottom: -5.5dvw;
    }

    .header-ht {
        font-size: 22px;
    }

    .s-subtitle {
        font-size: 16px;
    }

    .nb-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .op-box {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .zx-tabs .tab-btn {
        font-size: 20px;
        width: 200px;
        height: 86px;
        border-radius: 35px 35px 0 0;
    }

    .zx-tabs {
        left: -4%;
    }
}

.mobile-zx-title {
    display: none;
}

@media (max-width: 900px) {
    .nt-box-item p {
        font-size: 16px;
    }

    .nt-box-item img {
        width: 34px;
        height: 34px;
    }

    .nt-box {
        padding-left: 5%;
        padding-right: 5%;
    }

    .eight-section {
        aspect-ratio: 800/800;
    }

    .ff-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ff-box--left {
        position: relative;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        left: 0;
        width: 98%;
        max-width: initial;
    }

    .ff-bottom {
        padding-left: 65px;
    }

    .ff-box {
        padding-left: 65px;
    }

    .bg-text .gray-text-left {
        font-size: 54px;
        top: -39.6px;
        left: -30px;
    }

    .bgj-text .gray-text-right {
        font-size: 54px;
        top: -40.6px;
        left: -28.8px;
    }

    .ff-box--left {
        top: -15px;
    }

    .second-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sd-text {
        font-size: 14.5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .zx-content--one .zx-content__top {
        padding-left: 0px;
        padding-right: 0px;
    }

    .zx-cont-p .usr {
        height: 55px;
        max-width: 150px;
    }

    .zx-content--two .zx-content__top {
        min-height: 50px;
    }

    .zx-content--four .zx-content__top {
        min-height: 50px;
    }
}

@media (max-width: 800px) {
    .ql-box__left {
        width: 68dvw;
        bottom: -5.9dvw;
        left: -15%;
    }

    .ff-box {
        margin-right: 20px;
    }

    .zx-elem-wrap {
        min-height: 550px;
        height: 550px;
    }

    .zx-content__top {
        border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
    }

    .zx-content.zx-content--four .zx-content__top {
        border-top: none;
        height: 50px;
        min-height: initial;
    }

    .zx-content--two .zx-content__top {
        border-top: none;
        height: 50px;
        min-height: initial;
    }

    #user-agreement {
        padding-left: 25px;
        padding-right: 15px;
    }

    #user-agreement .ppd-header {
        margin-bottom: 40px;
        font-size: 25px;
    }

    .ua-box p {
        font-size: 16px;
    }

    .channel-img {
        width: 100%;
        max-width: 150px;
        aspect-ratio: 205/115;
    }

    .chanels-item__title {
        font-size: 22px;
    }

    .chanels-item {
        row-gap: 25px;
    }

    .chanels-item__list {
        gap: 15px;
    }

    .zx-content {
        top: 15px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .zx-content__bottom .main-btn {
        margin-top: 35px;
    }

    #trial-subscription .ua-box p {
        font-size: 16px;
    }

    #trial-subscription .ppd-subtitle {
        font-size: 20px !important;
        line-height: 1.25;
    }

    #trial-subscription .ppd-header {
        margin-bottom: 10px;
    }

    #trial-subscription .ppd-header br {
        display: none;
    }

    .ua-box p {
        margin-bottom: 25px;
    }

    #partners-info .popup-vbp__left {
        font-size: 25px;
        top: 0;
    }

    #partners-info .popup-vbp__right a {
        font-size: 20px;
        height: auto;
    }
}

@media (max-width: 750px) {
    .fop-img {
        max-width: 260px;
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
    }

    .third-section .fy-header {
        padding-top: 35px;
    }

    .third-section .tv-list {
        margin-top: 15px;
    }

    .nmr-text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
    }

    .nmr-text-block__right {
        padding-left: 30px;
    }

    .nmr-ght {
        padding-top: 0;
    }

    .fourth-section {
        padding-top: 120px;
    }

    .nmr-text-block {
        margin-top: 10px;
    }

    .fgr-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
    }

    .nmg-text-block__left {
        padding-left: 0;
    }

    .fourth-section {
        padding-bottom: 50px;
    }

    .nmr-ght {
        margin-top: 60px;
    }

    .op-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
        width: 310px;
        margin-left: auto;
        margin-right: auto;
    }

    .zx-content__bottom {
        padding-top: 30px;
    }

    .op-item p br {
        display: none;
    }

    .mobile-zx-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
        font-size: 22px;
        color: #fff;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .zx-tabs .tab-btn {
        font-size: 20px;
        width: 180px;
        height: 60px;
        border-radius: 20px 20px 0 0;
    }

    .zx-content--three .zx-content__top img {
        max-width: 130px;
    }

    .zx-content--two .zx-content__top img {
        max-width: 170px;
    }

    .tab-btn--one::after {
        content: "";
        position: absolute;
        top: 52%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 45%;
        height: auto;
        aspect-ratio: 64/34;
        background-image: url("../img/b1.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tab-btn--two::after {
        content: "";
        position: absolute;
        top: 52%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20%;
        height: auto;
        aspect-ratio: 25/30;
        background-image: url("../img/b2.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tab-btn--three::after {
        content: "";
        position: absolute;
        top: 52%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 35%;
        height: auto;
        aspect-ratio: 34/13.5;
        background-image: url("../img/b3.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tab-btn--four::after {
        content: "";
        position: absolute;
        top: 52%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 39%;
        height: auto;
        aspect-ratio: 51.5/29.2;
        background-image: url("../img/b4.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .tab-btn--active::after {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(91%) hue-rotate(43deg) brightness(103%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(91%) hue-rotate(43deg) brightness(103%) contrast(101%);
    }

    .type-img--three.main-ibg {
        background-position-y: -1px;
    }

    .type-img--one.main-ibg {
        background-position-y: -1px;
    }

    #monthly-subscription .ua-box p {
        font-size: 16px;
    }

    #monthly-subscription .main-btn {
        min-width: initial;
        font-size: 16px;
        min-height: 52px;
    }

    #trial-subscription .main-btn {
        min-width: initial;
        font-size: 16px;
        min-height: 52px;
    }

    #trial-subscription .ua-box p br {
        display: none;
    }

    #partners-info .ppd-header {
        margin-bottom: 30px;
    }

    #partners-info .popup-box {
        margin-top: 20px;
    }

    #partners-info .ua-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #partners-info .popup-vbp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 7px;
    }

    #partners-info .popup-vbp {
        bottom: 30px;
        margin-top: 45px;
    }

    .zx-cont-p {
        max-width: 600px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        margin-top: 35px;
    }

    .zx-cont-p .usr {
        min-width: initial;
        max-width: 160px;
    }

    .zx-cont-p .usr img {
        width: 80%;
    }
}

@media (max-width: 710px) {
    .sd-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .second-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sd-item {
        width: 370px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sd-title {
        margin-top: 0;
        margin-bottom: 4px;
        text-align: left;
    }

    .sd-text {
        padding-left: 0;
        text-align: left;
    }

    .seventh-section {
        display: block;
        aspect-ratio: initial;
        height: auto;
        padding-bottom: 270px;
    }

    .ql-box__right {
        width: 100%;
    }

    .seventh-section ._container {
        height: auto;
    }

    .kl-subtitle {
        font-size: 20px;
    }

    .fy-header {
        padding-top: 25px;
    }

    .ql-box {
        margin-top: 50px;
    }

    .ql-text {
        max-width: 300px;
    }

    .ql-box__left {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90%;
        bottom: -7.7dvw;
    }
}

@media (max-width: 700px) {
    .popup {
        min-width: initial;
        max-width: 97%;
        width: 100%;
    }

    .footer-box {
        padding-bottom: 250px;
    }

    .footer__right {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 320px;
    }

    .soc-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright--mobile {
        margin-left: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo-footer {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-nav {
        margin-right: 0;
    }

    ul.footer-nav:nth-child(2) {
        margin-left: auto;
        margin-right: 20px;
    }

    ul.footer-nav:nth-child(3) {
        margin-right: auto;
    }

    .nt-box {
        margin-top: 30px;
    }
}

@media (max-width: 650px) {
    .ninth-header-h2 {
        font-size: 24px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .nt-box {
        grid-template-columns: 1fr;
    }

    .nt-box {
        max-width: 70%;
        row-gap: 20px;
    }

    .pp-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 40px;
    }

    .pp-box {
        width: 345px;
    }

    .kl-box p {
        font-size: 20px;
    }

    .kl-box img {
        width: 76px;
    }

    .kl-box {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .section-top {
        width: 100%;
        aspect-ratio: 1900/1100;
        position: relative;
    }

    .header-ht {
        font-size: 17px;
    }

    .s-subtitle {
        font-size: 13px;
    }

    .fgr-box {
        margin-top: 50px;
    }

    #chanels-list {
        max-width: 1700px;
        width: 95%;
        padding-top: 35px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .zx-tabs .tab-btn {
        font-size: 20px;
        width: 100px;
        height: 50px;
        border-radius: 20px 20px 0 0;
    }

    .zx-content--one .zx-content__top img {
        width: initial;
        max-width: 120px;
    }

    .zx-content--one .zx-content__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .mobile-zx-title {
        font-size: 20px;
        margin-bottom: 14px;
        margin-top: 7px;
    }

    .zx-content__top {
        padding-bottom: 15px;
        padding-top: 10px;
        min-height: 90px;
    }

    .op-box {
        width: 310px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .zx-content--two .zx-content__top img {
        max-width: 120px;
    }

    .zx-content--three .zx-content__top img {
        max-width: 90px;
    }

    .zx-content.zx-content--four .zx-content__top {
        height: 0;
        min-height: initial;
        padding-bottom: 0;
        padding-top: 5px;
    }

    .zx-content.zx-content--two .zx-content__top {
        height: 0;
        min-height: initial;
        padding-bottom: 0;
        padding-top: 5px;
    }

    div.zx-content:nth-child(1) > div:nth-child(2) > img:nth-child(5) {
        max-width: 40px;
    }

    .zx-elem-wrap {
        min-height: 500px;
        height: 500px;
    }

    div.zx-content:nth-child(3) > div:nth-child(2) > img:nth-child(3) {
        max-width: 60px;
    }

    div.zx-content:nth-child(3) > div:nth-child(2) > img:nth-child(4) {
        max-width: 60px;
    }

    .sixth-section .kl-subtitle {
        font-size: 20px;
        margin-top: 0;
    }

    .rv-bg {
        top: 50.8%;
    }

    .lv-bg {
        top: 51.6%;
    }

    .ppd-header {
        font-size: 25px;
    }

    .faq-question {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .faq-question {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-item {
        border-radius: 15px;
    }

    #monthly-subscription .ua-box p br {
        display: none;
    }

    #monthly-subscription {
        padding-left: 20px;
        padding-right: 20px;
    }

    #about-us-popup .ua-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #about-us-popup .mn-wrap {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 550px) {
    .popup-form__policy br {
        display: none;
    }

    .popup-form__title {
        font-size: 20px;
    }

    .popup-form__subtitle {
        font-size: 17px;
    }

    .popup-form__policy {
        font-size: 12px;
    }

    .popup-form {
        margin-top: 30px;
    }

    .popup-form__logo {
        margin-bottom: 25px;
    }

    .popup {
        border-radius: 35px;
    }

    .popup__close {
        width: 20px;
        height: 20px;
        top: 25px;
        right: 20px;
    }

    .popup-form__logo {
        max-width: 180px;
    }

    .btn-popup {
        min-width: initial;
        border-radius: 100px;
        height: 55px;
        min-height: initial;
        font-size: 20px;
    }

    .popup-form__btn,
  .popup-form__policy {
        margin-top: 20px;
    }

    .popup-box {
        margin-top: 10px;
    }

    .nt-box {
        max-width: initial;
    }

    .nt-box-item {
        width: 100%;
        max-width: initial;
    }

    .ffg-item {
        width: 100%;
    }

    .ff-text {
        max-width: 450px;
    }

    .section-top {
        aspect-ratio: 1900/1150;
    }

    .cui-box {
        scale: 1.15;
    }

    .nmr-text-block {
        margin-top: 55px;
    }

    .third-section .kl-subtitle {
        margin-top: 5px;
    }

    .cui-box {
        margin-top: 20px;
    }

    .tt-left {
        top: 25%;
    }

    .zx-content--one .zx-content__top img {
        width: initial;
        max-width: 70px;
    }

    .zx-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .zx-elem-wrap {
        min-height: 455px;
        height: 455px;
    }

    .zx-content--two .zx-content__top img {
        max-width: 100px;
    }

    .zx-content--three .zx-content__top img {
        max-width: 80px;
    }

    div.zx-content:nth-child(3) > div:nth-child(2) > img:nth-child(3) {
        max-width: 45px;
    }

    div.zx-content:nth-child(3) > div:nth-child(2) > img:nth-child(4) {
        max-width: 45px;
    }

    .zx-box {
        margin-top: 0;
    }

    .zx-content--three .zx-content__top {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 70px;
    }

    .zx-content--two .zx-content__top {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 70px;
    }

    .tab-btn--two::after {
        width: 23%;
    }

    .zx-elem .main-btn {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tab-btn--one::after {
        width: 55%;
    }

    .tab-btn--four::after {
        width: 45%;
    }

    #partners-info {
        padding-left: 20px;
        padding-right: 15px;
    }

    #partners-info .popup-box {
        margin-top: 0px;
    }

    .popup-box {
        padding-right: 14px;
    }

    #about-us-popup {
        max-width: 1100px;
        width: 95%;
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #about-us-popup .ppd-header {
        margin-bottom: 30px;
    }

    #about-us-popup .mn-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 25px;
    }

    #about-us-popup .ppd-header__left p {
        margin-bottom: 25px;
    }

    #about-us-popup .ppd-header__left {
        width: 100%;
    }

    #about-us-popup .ppd-header__right {
        width: 100%;
    }

    #about-us-popup .ua-box {
        height: 300px;
    }

    #about-us-popup .popup-vbp {
        width: 100%;
        margin-top: 25px;
    }

    #about-us-popup {
        padding-right: 5px;
        padding-bottom: 35px;
    }
}

@media (max-width: 500px) {
    .header-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    ._page-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ninth-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pp-wrap {
        margin-top: 40px;
    }

    .eight-section {
        aspect-ratio: initial;
        background-image: url("../img/mob-bn-bg.svg");
        background-size: cover;
        background-size: 101%;
        background-repeat: no-repeat;
    }

    .ff-top {
        padding-left: 15px;
    }

    .ff-box {
        padding-left: 15px;
    }

    .ff-top {
        padding-top: 65px;
    }

    .bg-text .gray-text-left {
        left: -16px;
    }

    .bgj-text .gray-text-right {
        left: -16px;
    }

    .ff-box--left {
        width: 100%;
    }

    .nt-box-item {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .pp-price-month {
        margin-left: 6px;
    }

    .ff-box--left {
        top: -5px;
    }

    .login-link {
        display: none;
    }

    .language-selector {
        display: none;
    }

    .s-gf-box {
        display: none;
    }

    .s-tv-box {
        background-image: initial;
    }

    .header-ht {
        padding-left: 0;
        padding-top: 65px;
        font-size: 32px;
    }

    .s-tv-box {
        width: 100%;
        max-width: initial;
        padding-left: 15px;
    }

    .s-subtitle {
        padding-left: 0;
        font-size: 20px;
    }

    .section-top {
        height: auto;
    }

    .s-tv-box {
        position: relative;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }

    .s-dx-box {
        display: none;
    }

    .mob-vv {
        width: 100%;
        aspect-ratio: 563/544;
        background-image: url("../img/fs-mob.webp");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 5;
        position: relative;
    }

    .first-section {
        aspect-ratio: initial;
    }

    .mobile-menu-opened .nav {
        margin-top: 110px;
    }

    .mobile-menu-opened .mobile-menu li a {
        font-weight: 400;
        font-size: 16px;
    }

    .mobile-menu-opened .mobile-btn-nm {
        margin-top: 100px;
        margin-bottom: 90px;
    }

    .mobile-menu-opened .login-link {
        z-index: 105;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-opened .language-selector {
        z-index: 105;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-opened .header-right {
        width: 100%;
        width: calc(100% - 30px);
        position: fixed;
        z-index: 1500;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-menu-opened .mobile-btn-nm {
        font-size: 16px;
        min-height: 50px;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-bottom {
        height: auto;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .first-section .main-btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nb-text {
        margin-bottom: 30px;
    }

    .sd-item {
        width: 100%;
        max-width: 350px;
    }

    .sd-item img {
        max-width: 60px;
    }

    .seventh-section {
        background-image: url("../img/cv-mob-n.webp");
        background-size: cover;
        background-position-x: top;
    }

    .ql-text {
        max-width: 247px;
    }

    .ql-box__right {
        row-gap: 25px;
    }

    .seventh-section ._container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .kl-subtitle {
        margin-top: 15px;
    }

    .dropdown-content {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 25px;
    }

    .language-selector {
        margin-right: auto;
    }

    .language-selector::after {
        top: 55%;
    }

    .login-link {
        margin-left: 10px;
    }

    .tt-right {
        top: 29%;
        right: -10%;
    }

    .tt-left {
        top: 36%;
        left: -18%;
    }

    .nmr-ght::before {
        left: -38.4px;
    }

    .nmr-ght .nmr-ght-bg {
        left: 6.8px;
    }

    .sd-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .bnc-box__item {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .ff-text {
        max-width: 360px;
    }

    .ql-box__right {
        padding-left: 5px;
    }

    .channel-img {
        width: 100%;
        max-width: 100px;
        aspect-ratio: 205/115;
    }

    .chanels-item__list {
        gap: 10px;
    }

    .mm-box {
        margin-top: 10px;
        width: 100%;
        max-width: initial;
        aspect-ratio: 563/644;
        background-image: url("../img/mob-tv.webp");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mm-box .xc-img {
        display: none;
    }

    .mm-box .main-ibg {
        display: none;
    }

    .type-img--two.mm-box {
        background-image: url("../img/mob-sm.webp");
    }

    .type-img--three.mm-box {
        background-image: url("../img/mob-tv.webp");
    }

    .type-img--four.mm-box {
        background-image: url("../img/mob-nt.webp");
    }

    #trial-subscription {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nmg-text-block__left {
        font-size: 20px;
        width: 100%;
    }

    .nmg-text-block__left br {
        display: none;
    }

    .zx-content--three .zx-content__top img {
        max-width: 60px;
    }

    div.zx-content:nth-child(3) > div:nth-child(2) > img:nth-child(4) {
        max-width: 35px;
    }

    div.zx-content:nth-child(3) > div:nth-child(2) > img:nth-child(3) {
        max-width: 35px;
    }

    .zx-content--two .zx-content__top img {
        max-width: 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1250px) {
    .kl-subtitle {
        top: -20px;
        position: relative;
    }

    .ql-box__left {
        bottom: -4.9dvw;
    }

    .sixth-section .kl-subtitle {
        top: 0;
        position: relative;
    }
}

@media (max-width: 450px) {
    .zx-cont-p {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 420px) {
    .ql-box__left {
        bottom: -8dvw;
    }

    .seventh-section {
        height: 780px;
        padding-bottom: 0;
    }
}

@media (max-width: 400px) {
    ul.footer-nav:nth-child(2) {
        margin-right: 5px;
    }

    .footer-nav li a {
        font-size: 14px;
    }

    .line a {
        white-space: nowrap;
    }

    .soc-btns a img {
        min-width: 30px;
    }

    .fy-header {
        font-size: 55px;
    }

    .seventh-section .kl-subtitle {
        margin-top: 5px;
    }

    #partners-info .popup-vbp__right a {
        font-size: 16px;
    }

    #partners-info .popup-vbp__left {
        font-size: 20px;
    }

    #partners-info {
        padding-bottom: 100px;
    }

    #partners-info .popup-vbp {
        bottom: 25px;
    }

    .zx-cont-p .usr {
        max-width: 135px;
    }
}

@media (max-width: 380px) {
    .ql-box__left {
        width: 370px;
        bottom: -8.7dvw;
    }

    .seventh-section {
        background-size: 110%;
    }
}

@media (max-width: 350px) {
    .footer-nav li a {
        font-size: 12px;
    }

    .header-ht {
        font-size: 29px;
    }
}

@media (min-width: 1925px) {
    .seventh-section {
        overflow: hidden;
    }
}

.lv-bg {
    opacity: 0;
}

.rv-bg,
.s-tv-box,
.s-gf-box,
.s-dx-box,
.sd-item,
.rte-img,
.rte-img-bg,
.ql-box__left,
.ninth-header-h2,
.nt-box,
.pp-wrap,
.kl-box,
.section-bottom,
.tt-left,
.tt-right,
.header-box-wrap,
.ff-box,
.ffg-box,
.ff-top .h2-header,
.seventh-section .fy-header,
.seventh-section .kl-subtitle {
    opacity: 0;
}

.ql-box__right {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.ff-box--left {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.ff-box {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition-duration: 0.55s;
    -o-transition-duration: 0.55s;
    transition-duration: 0.55s;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.anim-start .lv-bg {
    -webkit-animation: fadeIn 1s ease-in-out 0.3s forwards;
    animation: fadeIn 1s ease-in-out 0.3s forwards;
}

.anim-start .rv-bg {
    -webkit-animation: fadeIn 1s ease-in-out 0.3s forwards;
    animation: fadeIn 1s ease-in-out 0.3s forwards;
}

.anim-start .s-tv-box {
    -webkit-animation: fadeIn 0.4s ease-in-out 0.2s forwards;
    animation: fadeIn 0.4s ease-in-out 0.2s forwards;
}

.anim-start .s-gf-box {
    -webkit-animation: fadeIn 0.6s ease-in-out 0.5s forwards;
    animation: fadeIn 0.6s ease-in-out 0.5s forwards;
}

.anim-start .s-dx-box {
    -webkit-animation: fadeIn 0.6s ease-in-out 0.5s forwards;
    animation: fadeIn 0.6s ease-in-out 0.5s forwards;
}

.anim-start .rte-img {
    -webkit-animation: fadeIn 0.5s ease-in-out forwards;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.anim-start .rte-img-bg {
    -webkit-animation: fadeIn 1.7s ease-in-out 0.3s forwards;
    animation: fadeIn 1.7s ease-in-out 0.3s forwards;
}

.anim-start .ql-box__left {
    -webkit-animation: fadeIn 1s ease-in-out forwards;
    animation: fadeIn 1s ease-in-out forwards;
}

.anim-start .ql-box__right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.anim-start .ff-box--left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.anim-start .ff-box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.anim-start .ninth-header-h2 {
    -webkit-animation: fadeIn 0.35s ease-in-out forwards;
    animation: fadeIn 0.35s ease-in-out forwards;
}

.anim-start .nt-box {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.2s forwards;
    animation: fadeIn 0.35s ease-in-out 0.2s forwards;
}

.anim-start .pp-wrap {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.4s forwards;
    animation: fadeIn 0.35s ease-in-out 0.4s forwards;
}

.anim-start .kl-box {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.6s forwards;
    animation: fadeIn 0.35s ease-in-out 0.6s forwards;
}

.anim-start .section-bottom {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.8s forwards;
    animation: fadeIn 0.35s ease-in-out 0.8s forwards;
}

.anim-start .header-box-wrap {
    -webkit-animation: fadeIn 0.15s ease-in-out forwards;
    animation: fadeIn 0.15s ease-in-out forwards;
}

.anim-start .tt-left {
    -webkit-animation: fadeIn 0.3s ease-in-out forwards;
    animation: fadeIn 0.3s ease-in-out forwards;
}

.anim-start .tt-right {
    -webkit-animation: fadeIn 0.3s ease-in-out forwards;
    animation: fadeIn 0.3s ease-in-out forwards;
}

.anim-start .ff-box {
    -webkit-animation: fadeIn 0.35s ease-in-out forwards;
    animation: fadeIn 0.35s ease-in-out forwards;
}

.anim-start .ffg-box {
    -webkit-animation: fadeIn 0.55s ease-in-out forwards;
    animation: fadeIn 0.55s ease-in-out forwards;
}

.ff-top.anim-start .h2-header {
    -webkit-animation: fadeIn 0.55s ease-in-out forwards;
    animation: fadeIn 0.55s ease-in-out forwards;
}

.anim-start.seventh-section .fy-header {
    -webkit-animation: fadeIn 0.35s ease-in-out forwards;
    animation: fadeIn 0.35s ease-in-out forwards;
}

.anim-start.seventh-section .kl-subtitle {
    -webkit-animation: fadeIn 0.35s ease-in-out 0.1s forwards;
    animation: fadeIn 0.35s ease-in-out 0.1s forwards;
}

@-webkit-keyframes slideUpFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.anim-start .sd-item {
    -webkit-animation: slideUpFadeIn 0.7s ease-in-out forwards;
    animation: slideUpFadeIn 0.7s ease-in-out forwards;
}

.pp-box:first-child {
    background: -webkit-gradient(linear, left top, right top, from(#2C8FC9), color-stop(40%, #2C8FC9), color-stop(48%, #456EB5), color-stop(56%, #2C8FC9), to(#2C8FC9));
    background: -o-linear-gradient(left, #2C8FC9 0%, #2C8FC9 40%, #456EB5 48%, #2C8FC9 56%, #2C8FC9 100%);
    background: linear-gradient(90deg, #2C8FC9 0%, #2C8FC9 40%, #456EB5 48%, #2C8FC9 56%, #2C8FC9 100%);
    background-size: 300% 100%;
    -webkit-animation: gradientMove 4s linear infinite;
    animation: gradientMove 4s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pp-box:nth-child(2) {
    background: -webkit-gradient(linear, left top, right top, from(#2C8FC9), color-stop(40%, #2C8FC9), color-stop(48%, #456EB5), color-stop(56%, #2C8FC9), to(#2C8FC9));
    background: -o-linear-gradient(left, #2C8FC9 0%, #2C8FC9 40%, #456EB5 48%, #2C8FC9 56%, #2C8FC9 100%);
    background: linear-gradient(90deg, #2C8FC9 0%, #2C8FC9 40%, #456EB5 48%, #2C8FC9 56%, #2C8FC9 100%);
    background-size: 300% 100%;
    -webkit-animation: gradientMove 4s linear 0.55s infinite;
    animation: gradientMove 4s linear 0.55s infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.ff-top {
    z-index: 5;
    position: relative;
}

.ff-bottom {
    z-index: 5;
    position: relative;
}

.eight-section {
    position: relative;
}

.pop {
    position: absolute;
    width: 50px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: popEffect 3s ease-out infinite;
    animation: popEffect 3s ease-out infinite;
}

.pop--1 {
    width: 150px;
    top: 10%;
    left: 20%;
    -webkit-animation: popEffect 5s ease-out 0.5s infinite;
    animation: popEffect 5s ease-out 0.5s infinite;
}

.pop--2 {
    width: 90px;
    top: 46%;
    left: 11%;
    -webkit-animation: popEffect 4s ease-out infinite;
    animation: popEffect 4s ease-out infinite;
}

.pop--3 {
    width: 130px;
    top: 15%;
    left: 35%;
    -webkit-animation: popEffect 3s ease-out 0.7s infinite;
    animation: popEffect 3s ease-out 0.7s infinite;
}

.pop--4 {
    width: 200px;
    top: 30%;
    left: 40%;
    -webkit-animation: popEffect 5s ease-out 0.1s infinite;
    animation: popEffect 5s ease-out 0.1s infinite;
}

.pop--5 {
    width: 150px;
    top: 60%;
    left: 30%;
    -webkit-animation: popEffect 5s ease-out infinite;
    animation: popEffect 5s ease-out infinite;
}

.pop--6 {
    width: 130px;
    bottom: 15%;
    right: 35%;
    -webkit-animation: popEffect 3s ease-out 0.9s infinite;
    animation: popEffect 3s ease-out 0.9s infinite;
}

.pop--7 {
    width: 180px;
    bottom: 28%;
    right: 11%;
    -webkit-animation: popEffect 4s ease-out infinite;
    animation: popEffect 4s ease-out infinite;
}

.pop--8 {
    width: 110px;
    bottom: 5%;
    right: 4%;
    -webkit-animation: popEffect 8s ease-out infinite;
    animation: popEffect 8s ease-out infinite;
}

.pop--9 {
    width: 110px;
    bottom: 56%;
    right: 4%;
    -webkit-animation: popEffect 8s ease-out infinite;
    animation: popEffect 8s ease-out infinite;
}

.pop--10 {
    width: 160px;
    top: 40%;
    left: 19%;
    -webkit-animation: popEffect 3s ease-out infinite;
    animation: popEffect 3s ease-out infinite;
}

.pop--11 {
    width: 140px;
    top: 25%;
    left: 15%;
    -webkit-animation: popEffect 6s ease-out 0.3s infinite;
    animation: popEffect 6s ease-out 0.3s infinite;
}

.pop--12 {
    width: 80px;
    top: 55%;
    left: 45%;
    -webkit-animation: popEffect 4.5s ease-out infinite;
    animation: popEffect 4.5s ease-out infinite;
}

.pop--13 {
    width: 60px;
    top: 5%;
    left: 50%;
    -webkit-animation: popEffect 3.5s ease-out 0.6s infinite;
    animation: popEffect 3.5s ease-out 0.6s infinite;
}

.pop--14 {
    width: 100px;
    bottom: 40%;
    right: 25%;
    -webkit-animation: popEffect 5.5s ease-out 0.2s infinite;
    animation: popEffect 5.5s ease-out 0.2s infinite;
}

.pop--15 {
    width: 50px;
    bottom: 60%;
    right: 10%;
    -webkit-animation: popEffect 7s ease-out 0.8s infinite;
    animation: popEffect 7s ease-out 0.8s infinite;
}

.pop--16 {
    width: 90px;
    bottom: 10%;
    left: 5%;
    -webkit-animation: popEffect 4s ease-out 0.4s infinite;
    animation: popEffect 4s ease-out 0.4s infinite;
}

.pop--17 {
    width: 130px;
    top: 70%;
    left: 60%;
    -webkit-animation: popEffect 5.2s ease-out 0.5s infinite;
    animation: popEffect 5.2s ease-out 0.5s infinite;
}

.pop--18 {
    width: 110px;
    top: 15%;
    right: 20%;
    -webkit-animation: popEffect 6s ease-out infinite;
    animation: popEffect 6s ease-out infinite;
}

.pop--19 {
    width: 40px;
    bottom: 50%;
    left: 15%;
    -webkit-animation: popEffect 3s ease-out 0.9s infinite;
    animation: popEffect 3s ease-out 0.9s infinite;
}

.pop--20 {
    width: 120px;
    top: 35%;
    right: 45%;
    -webkit-animation: popEffect 5s ease-out 0.7s infinite;
    animation: popEffect 5s ease-out 0.7s infinite;
}

@media (max-width: 500px) {
    .pop {
        max-width: 90px;
    }
}

@-webkit-keyframes popEffect {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes popEffect {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

#select-subscription .popup-box {
    opacity: 1;
}

#select-subscription .nt-box {
    opacity: 1;
}

#select-subscription .pp-wrap {
    opacity: 1;
}

#select-subscription .kl-box {
    opacity: 1;
}

@media (max-width: 1000px) {
    #select-subscription .pp-box {
        min-width: 420px;
    }

    #select-subscription .popup-box {
        padding-right: 0;
    }
}

#select-subscription .pp-banner__title {
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 700px) {
    #select-subscription .pp-banner__title {
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 550px) {
    .select-subscription {
        padding-left: 20px;
        padding-right: 20px;
    }

    #select-subscription .nt-box {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .popup {
        padding-left: 20px;
        padding-right: 20px;
    }

    #select-subscription .pp-box {
        min-width: initial;
        max-width: initial;
        width: 100%;
    }

    #select-subscription .pp-banner {
        height: 300px;
        background-size: 500%;
        margin-top: 0;
    }

    #select-subscription .pp-wrap {
        margin-bottom: 60px;
    }

    #faq-popup {
        padding-top: 50px;
    }

    .faq {
        margin-bottom: 0;
    }

    .faq-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    #select-subscription .pp-banner__title,
  #select-subscription .pp-period {
        font-size: 22px;
    }

    #select-subscription .pp-banner__title {
        margin-bottom: 50px;
    }

    #select-subscription .main-btn {
        font-size: 16px;
        height: 50px;
        min-height: initial;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 20px;
        border-radius: 35px;
    }

    #select-subscription .pp-banner {
        background-size: 700%;
        border-radius: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 35px;
    }
}

@media (max-width: 370px) {
    #select-subscription .main-btn {
        font-size: 17px;
        height: 45px;
        min-height: initial;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 35px;
    }
}

@media (min-width: 2000px) {
    .section-top {
        max-width: 2800px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-ht {
        font-size: 75px;
    }

    .s-subtitle {
        font-size: 50px;
    }

    .s-dx-box {
        display: none;
    }

    .ql-box__left {
        left: 7dvw;
    }

    .ff-box--left {
        max-width: 1000px;
    }
}

@media (min-width: 405px) and (max-width: 422px) {
    .ql-box__left {
        bottom: -7.8dvw;
    }
}

@media (min-width: 380px) and (max-width: 405px) {
    .ql-box__left {
        bottom: -7.7dvw;
    }
}

@media (min-width: 360px) and (max-width: 380px) {
    .ql-box__left {
        bottom: -8.6dvw;
    }
}

@media (min-width: 250px) and (max-width: 360px) {
    .ql-box__left {
        bottom: -32px;
    }
}

@media (max-width: 500px) {
    .swiper-slide {
        width: 148px !important;
    }

    .fop-img {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .faq-icon::after {
        font-size: 30px;
    }
}

#select-subscription .pp-wrap {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#select-subscription .pp-box {
    width: calc(50% - 15px);
    height: 330px;
    min-width: initial;
}

#select-subscription .pp-wrap {
    margin-bottom: 30px;
}

@media (max-width: 1600px) {
    #select-subscription .pp-box {
        height: 300px;
    }
}

@media (max-width: 1050px) {
    #select-subscription .pp-banner {
        border-radius: 50px;
        aspect-ratio: 650/300;
    }

    #select-subscription .pp-banner__title {
        font-size: 24px;
    }

    #select-subscription .pp-banner .main-btn {
        min-height: initial;
        height: 50px;
    }

    #select-subscription .pp-banner {
        margin-top: 24px;
    }
}

@media (max-width: 780px) {
    #select-subscription .pp-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #select-subscription .pp-box {
        width: 100%;
    }

    #select-subscription .pp-box,
  #select-subscription .pp-banner {
        height: 240px;
        min-height: 240px;
        border-radius: 35px;
    }

    #select-subscription .pp-banner__title {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
    #select-subscription .pp-banner .pp-banner__title {
        margin-bottom: 25px;
    }

    #select-subscription .pp-banner .pp-banner__title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#annual-subscription .main-btn {
    margin-top: 20px;
}

.up {
    text-transform: uppercase;
}
.none {
    text-decoration: none;
}
.th {
    font-weight: 100;
}
.el {
    font-weight: 200;
}
.l {
    font-weight: 300;
}
.reg {
    font-weight: 400;
}
.med {
    font-weight: 500;
}
.sb {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.eb {
    font-weight: 800;
}
.black {
    font-weight: 900;
}
.un {
    text-decoration: underline;
}
.in {
    display: inline-block;
}
.vam {
    vertical-align: middle;
}
.rel {
    position: relative;
}
.bl {
    display: block;
}
.abs {
    position: absolute;
}
.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tc {
    display: table-cell;
    vertical-align: middle;
}
.dn {
    display: none;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.taj {
    text-align: justify;
}
.it {
    font-style: italic;
}
.sn {
    font-style: normal;
}
.b0 {
    border: 0;
}
.bn {
    background: none;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.wa {
    width: auto;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.poi {
    cursor: pointer;
}
.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.noup {
    text-transform: none;
}
.fix {
    position: fixed;
}
.tn {
    transform: none;
}
.bf {
    background: #fff;
}
.cf {
    color: #fff;
}
.c0 {
    color: #000;
}
.ap {
    appearance: none;
}
.nw {
    white-space: nowrap;
}
.ma {
    margin: 0 auto;
}
.oh {
    overflow: hidden;
}
.pen {
    pointer-events: none;
}
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.footer.blue {
    background: #110542;
    color: #fff;
    padding: 60px 0;
}
.footer.blue .copyright {
    color: #fff;
}
.footer.blue .footer-nav li a {
    color: #fff;
}
.footer.blue .line span {
    color: #fff;
}
.footer.blue .line a {
    color: #fff;
}
.cabinet-page {
    padding: 150px 0 40px;
    background: #110542;
}
.cabinet-page .wrap {
    width: 1396px;
    margin: 0 auto;
}
.cabinet-page .back-link {
    display: block;
    text-decoration: none;
    color: #110542;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 19px;
    background: url('../img/back.svg') no-repeat left;
}
.cabinet-page nav {
    width: 24%;
}
.cabinet-page nav .menu {
    border-radius: 20px;
    background: #fbf8f8;
    margin-bottom: 20px;
    overflow: hidden;
}
.cabinet-page nav .menu h3 {
    text-transform: uppercase;
    color: #110542;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    padding: 20px;
}
.cabinet-page nav .menu ul {
    margin: 0 0 80px 0;
    padding: 0;
    list-style: none;
}
.cabinet-page nav .menu ul:last-child {
    margin: 0;
}
.cabinet-page nav .menu ul li a {
    display: block;
    text-decoration: none;
    line-height: 64px;
    padding: 0 10px 0 50px;
    position: relative;
    color: #110542;
    font-size: 20px;
}
.cabinet-page nav .menu ul li a:hover {
    background: #f2ebeb;
}
.cabinet-page nav .menu ul li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
}
.cabinet-page nav .bring {
    background: url('../img/bg.jpg') center / cover;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
}
.cabinet-page nav .bring h3 {
    padding-left: 40px;
    margin-bottom: 10px;
    background: url('../img/bring.svg') no-repeat 0 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.cabinet-page nav .bring p {
    max-width: 239px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.cabinet-page nav .bring .field {
    position: relative;
}
.cabinet-page nav .bring .field input[type='text'] {
    width: 100%;
    height: 28px;
    background: none;
    padding-right: 65px;
    border-bottom: 1px solid #fbf8f8;
    font-size: 20px;
    color: #fff;
}
.cabinet-page nav .bring .field input[type='text']::-webkit-input-placeholder {
    color: #fff;
}
.cabinet-page nav .bring .field input[type='text']:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.cabinet-page nav .bring .field input[type='text']::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.cabinet-page nav .bring .field input[type='text']:-ms-input-placeholder {
    color: #fff;
}
.cabinet-page nav .bring .field input[type='text']::-ms-input-placeholder {
    color: #fff;
}
.cabinet-page nav .bring .field input[type='text']::placeholder {
    color: #fff;
}
.cabinet-page nav .bring .field button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 16px;
    background: url('../img/copy.svg');
    cursor: pointer;
}
.cabinet-page .content {
    width: 74.6%;
}
.cabinet-page .content .user {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.cabinet-page .content .user .avatar {
    width: 100px;
}
.cabinet-page .content .user .info {
    width: calc(100% - 120px);
}
.cabinet-page .content .user .info h3 {
    margin-bottom: 20px;
    color: #110542;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.cabinet-page .content .user .info input[type='text'] {
    width: 252px;
    height: 28px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b3a6ad;
    color: #110542;
    font-size: 20px;
    padding: 0;
}
.cabinet-page .content .user .info .edit {
    display: block;
    text-decoration: none;
    color: #db378e;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .personal {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
}
.cabinet-page .content .personal h3 {
    padding: 20px 20px 30px 20px;
    text-transform: uppercase;
    color: #110542;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.cabinet-page .content .personal .item {
    width: 33.33334%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.cabinet-page .content .personal .item p {
    margin-bottom: 5px;
    color: #b3a6ad;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .personal .item input[type='text'] {
    width: 100%;
    height: 28px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b3a6ad;
    color: #b3a6ad;
    font-size: 20px;
    padding: 0;
}
.cabinet-page .content .personal .item .edit {
    display: block;
    text-decoration: none;
    color: #db378e;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .tarifs {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px 20px 1px 20px;
}
.cabinet-page .content .tarifs h3 {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #110542;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.cabinet-page .content .tarifs .list .item {
    width: 49%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #f7f2f2;
    padding: 20px;
}
.cabinet-page .content .tarifs .list .item h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #b3a6ad;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
.cabinet-page .content .tarifs .list .item .price {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #110542;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
}
.cabinet-page .content .tarifs .list .item button {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: linear-gradient(148.2deg, #456eb5 18.437%, #2c8fc9 37.375%);
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}
.cabinet-page .content .tarifs .list .item button:hover {
    background: linear-gradient(116deg, #e3368d 0%, #3a57b0 70%);
}
.cabinet-page .content .tarifs .list .item .security {
    color: #110542;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .tarifs .list .item .security img {
    width: auto;
    display: block;
    margin: 0 auto 10px auto;
}
.cabinet-page .content .tarifs .list .item p {
    color: #110542;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.cabinet-page .content .subscribes {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px 20px 1px 20px;
}
.cabinet-page .content .subscribes h3 {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #110542;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.cabinet-page .content .subscribes .list .item {
    width: 32%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 14px;
    background: #f7f2f2;
}
.cabinet-page .content .subscribes .list .item:hover {
    background: url('../img/bg.jpg') center / cover;
    color: #fff;
}
.cabinet-page .content .subscribes .list .item:hover h4 {
    color: #fff;
}
.cabinet-page .content .subscribes .list .item:hover .date {
    color: #fff;
}
.cabinet-page .content .subscribes .list .item:hover .date span {
    color: #fff;
}
.cabinet-page .content .subscribes .list .item h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #b3a6ad;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.cabinet-page .content .subscribes .list .item .date {
    color: #db378e;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .subscribes .list .item .date span {
    display: block;
    margin-top: 5px;
    color: #110542;
}
.cabinet-page .content .orders {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.cabinet-page .content .orders h3 {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #110542;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.cabinet-page .content .orders .tbl table {
    width: 100%;
}
.cabinet-page .content .orders .tbl table thead tr td {
    padding: 20px;
    color: #b3a6ad;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .orders .tbl table tbody tr {
    border-radius: 14px;
    background: #f7f2f2;
}
.cabinet-page .content .orders .tbl table tbody tr:not(:last-child) {
    border-bottom: 10px solid #fff;
}
.cabinet-page .content .orders .tbl table tbody tr td {
    padding: 20px;
    color: #110542;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.cabinet-page .content .orders .tbl table tbody tr td .paid {
    display: inline-block;
    padding-left: 20px;
    background: url('../img/paid.svg') no-repeat left;
    color: #46c71b;
}
.cabinet-page .content .orders .tbl table tbody tr td button {
    width: 85px;
    height: 27px;
    color: #fff;
    border-radius: 50px;
    background: #ed5858;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 1426px) {
    .cabinet-page .wrap {
        width: 1276px;
    }
}
@media (max-width: 1306px) {
    .cabinet-page .wrap {
        width: 1204px;
    }
}
@media (max-width: 1234px) {
    .cabinet-page .wrap {
        width: 984px;
    }
    .cabinet-page .flex .content {
        width: 100%;
        order: 1;
    }
    .cabinet-page .flex nav {
        width: 100%;
        order: 2;
    }
    .cabinet-page nav .menu {
        display: none;
    }
}
@media (max-width: 1014px) {
    .cabinet-page .wrap {
        width: 760px;
    }
    .cabinet-page .content .orders .tbl {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .cabinet-page .content .orders .tbl table {
        width: auto;
    }
}
@media (max-width: 767px) {
    .cabinet-page .wrap {
        width: auto;
        padding: 0 20px;
    }
    .cabinet-page .content .user .info {
        width: 100%;
        margin-top: 20px;
    }
    .cabinet-page .content .personal .item {
        width: 100%;
        padding: 10px 20px;
    }
    .cabinet-page .content .user .info h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .cabinet-page .content .personal h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 20px;
    }
    .cabinet-page .content .personal {
        padding-bottom: 10px;
    }
    .cabinet-page .content .tarifs h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .cabinet-page .content .tarifs .list .item {
        width: 100%;
    }
    .cabinet-page .content .tarifs .list .item h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .cabinet-page .content .tarifs .list .item .price {
        font-size: 24px;
        line-height: 29px;
    }
    .cabinet-page .content .tarifs .list .item p {
        font-size: 16px;
        line-height: 20px;
    }
    .cabinet-page .content .subscribes h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .cabinet-page .content .subscribes .list .item {
        width: 100%;
    }
    .cabinet-page .content .subscribes .list .item h4 {
        margin-bottom: 20px;
    }
    .cabinet-page .content .orders h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
