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

body {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    background: #FFFFFF;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

h2 {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

h3 {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ECECEC;
}

h4 {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #6A6A6A;
}

section.first-screen .text {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #D5D5D5;
}

section.about-us .text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #D5D5D5;
}

section.faq ul.faq-list .text {
    font-size: 16px;
    line-height: 150%;
}

.hide {
    display: none !important;
}

.container {
    max-width: 1432px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

section {
    padding: 84px 0;
}

header {
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: absolute;
    z-index: 1000;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

header nav ul,
.side-menu nav ul {
    display: flex;
    gap: 32px;
}

.side-menu nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header nav ul li,
.side-menu nav ul li {
    transition: .1s all linear;
}

header nav ul li a,
.side-menu nav ul li a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
}

.side-menu nav ul li a {
    font-size: 28px;
}

header nav ul li a.active,
.side-menu nav ul li a.active {
    color: #39F191;
    text-decoration: underline;
}

header nav ul li:hover,
.side-menu nav ul li:hover {
    transform: scale(1.01);
}

header .header-btn,
.side-menu .header-btn {
    height: 40px;
    width: 172px;
    border: 1px solid #03B4F6;
    background: rgba(3, 180, 246, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #03B4F6;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 8px;
}

.side-menu .header-btn {
    margin: 32px auto 32px auto;
}

header .header-btn:hover {
    transform: scale(1.01);
}

.media-1024 {
    display: none;
}

header .logo {
    margin-right: 100px;
}

.btn:hover {
    transform: scale(1.01);
}

section.first-screen {
    position: relative;
    /*background: url("../img/first-screen-bg.png") center center/cover no-repeat, #0C0C11;*/
    background: transparent;
    padding-bottom: 370px;
    padding-top: 220px;
}

section.first-screen h1 {
    text-wrap: balance;
    margin-bottom: 32px;
}

span.blue-text {
    color: #03B4F6
}

section.first-screen .text {
    max-width: 910px;
    margin: 0 auto;
}


section.first-screen .btn {
    width: 162px;
    height: 48px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #03B4F6;

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #0D0D13;
    margin: 32px auto 0 auto;
    border: none;
}

section.what-we-offer .text {
    max-width: 900px;
    margin: 32px auto 0 auto;

}

section.what-we-offer ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 64px;
    gap: 32px;
    flex-wrap: wrap;
}

section.what-we-offer ul .mobile {
    display: none;
}

section.what-we-offer ul li {
    max-width: 646px;
    width: 100%;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

section.what-we-offer ul li .wrapper {
    max-width: 646px;
    width: 100%;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
}

section.what-we-offer ul li .text-wrapper {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

section.what-we-offer ul li .name {
    font-family: PT Root UI, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000000;
}

section.what-we-offer ul li .text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
    text-align: left;
    color: #6A6A6A;
}

section.about-us {
    background: #070709;
}

section.about-us img {
    position: relative;
    right: 140px;
    z-index: 1;
}

section.about-us .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.about-us .mobile {
    display: none;
}

section.about-us .wrapper .left-side {
    display: flex;
    gap: 32px;
    flex-direction: column;
    width: 616px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

section.about-us .text {
    text-align: left;
}

span.green-text {
    color: #39F191
}

section.why-we .container>.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

section.why-we .mobile {
    display: none;
}

section.why-we .right-side {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

section.why-we h2 {
    text-align: left;
    text-wrap: balance;
}

section.why-we .right-side .text {
    margin-bottom: 16px;
    text-align: left;
    text-wrap: balance;
}

section.why-we .btn.mobile {
    display: none;
}

section.why-we .btn {
    width: 136px;
    height: 48px;
    border-radius: 8px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03B4F6;
    border: none;

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

section.tariff-plans {
    background: url("../img/tarrifs-bg.png") center center/cover no-repeat, #0C0C11;
}

section.tariff-plans h3 {
    text-align: center;
}

section.tariff-plans ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    overflow: scroll;
}

section.tariff-plans ul::-webkit-scrollbar {
    display: none;
}

section.tariff-plans ul li {
    width: 313px;
    height: 353px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.tariff-plans ul li .name {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000000;
}

section.tariff-plans ul li>.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'PTRootUIWebRegular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #6A6A6A;
}

section.tariff-plans ul li>.wrapper .price {
    background: #39F191;
    width: 106px;
    height: 29px;
    border-radius: 8px;
    padding: 4px 8px;
    gap: 8px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000000;
}

section.tariff-plans ul li .speed {
    font-family: 'PTRootUIWebRegular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000;
}

span.bold {
    font-weight: 700;
}

section.tariff-plans ul li .price {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
}

section.tariff-plans ul li .price span.small-text {
    font-family: 'PTRootUIWebRegular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #6A6A6A;
}

section.tariff-plans ul li .btn {
    width: 249px;
    height: 48px;
    border-radius: 8px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03B4F6;
    border: none;

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.btn {
    cursor: pointer;
}

section.tariff-plans .pagination-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 32px;
}

section.tariff-plans .pagination-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}

section.tariff-plans .pagination-dots .dot.active {
    background: #68D6FF;
}

section.faq .text {
    text-align: center;
    margin: 32px auto 0 auto;
    max-width: 780px;
}

section.faq .text.black {
    font-family: Montserrat, sans-serif;
    max-width: 580px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

ul.faq-list {
    margin: 64px auto 64px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 896px;
    gap: 32px;
}

ul.faq-list li {
    max-width: 768px;
    width: 100%;
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    cursor: pointer;
    transition: .1s all linear;
    border: 1px solid #2684FC
}

ul.faq-list li:hover {
    border: 1.5px solid #1062af;
}


ul.faq-list li .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

ul.faq-list li .name {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000000;
}

ul.faq-list li .item-open-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6A6A6A;
}

section.faq .btn {
    width: 118px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: #03B4F6;
    border: none;

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 16px auto 0 auto;
}

.plusminus {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.plusminus.active:before {
    transform: translatey(-50%) rotate(-90deg);
    background: #2684FC;
    opacity: 0;
}

.plusminus.active:after {
    transform: translatey(-50%) rotate(0);
    background: #2684FC;
}

.plusminus:before,
.plusminus:after {
    content: "";
    display: block;
    background-color: #2684FC;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 2px;
}

.plusminus:before {
    transform: translatey(-50%);
}

.plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

footer {
    background: #0C0C11;
    padding: 84px 0 48px 0;
}

footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
}

footer .footer-wrapper nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 140px;
    column-gap: 32px;
    justify-content: flex-start;
    row-gap: 16px;
}

footer .footer-wrapper nav ul li {
    transition: .1s all linear;
}

footer .footer-wrapper nav ul li:hover {
    transform: scale(1.01);
}

footer .footer-wrapper nav ul li a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

footer .footer-wrapper nav ul li.active a {
    color: #39F191;
}

footer .footer-wrapper nav {
    display: flex;
}

footer .work-time {
    max-width: 337px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;

}

footer .work-time .white-text {
    font-weight: 700;
}

footer .contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .contacts .white-text {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

footer .contacts ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .contacts ul li {
    display: flex;
    gap: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

footer .line {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin: 32px 0;
}

footer .footer-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-details .wrapper {
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

footer .footer-details .wrapper a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;

    color: #FFFFFF;
}

footer .footer-details .socials {
    display: flex;
    gap: 12px;
}

footer .logo {
    width: 160px;
}


.select-dropdown {
    display: flex;
    gap: 8px;
    position: relative;
    color: transparent;
    border-radius: 4px;
}

.select-dropdown * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.select-dropdown.is-active {}

.select-dropdown.is-active input[type="text"] {
    border-color: #00aeef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-dropdown .dropdown-img {
    transition: .3s all linear;
}

.select-dropdown.is-active .dropdown-img {
    top: 6px;
    transform: rotate(180deg);
}

.select-dropdown.is-active ul {
    display: block;
}

.select-dropdown.select-dropdown-mobile {
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    align-items: center;

}

header.black-bg {
    background: #0C0C11 !important;
}

.side-menu .header-btn {
    height: 48px;
    width: 172px;
}

.select-dropdown.select-dropdown-mobile ul {
    position: initial;
    margin-right: -44px;
}

.select-dropdown.select-dropdown-mobile>.wrapper img {
    width: 44px;
}

.select-dropdown.select-dropdown-mobile .js-ddInput {
    font-size: 28px;
    margin: 0 auto;
}

.select-dropdown .js-ddInput {
    display: flex;
    border-radius: 8px 0 0 0;
    gap: 8px;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #39F191;
    border: none;
    padding: 4px 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

    width: auto;
    height: 24px;
    background: transparent;
    cursor: pointer;
    user-select: none !important;
}

.select-dropdown i {
    position: absolute;
    top: 6.5px;
    right: 5px;
}

.select-dropdown ul {
    display: none;
    top: 28px;
    position: absolute;
    z-index: 999;
    background: transparent;
    color: #FFF;
    right: 0px;
    list-style: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 0;
    margin: 0;
}

.select-dropdown.select-dropdown-mobile ul li {
    font-size: 28px;
    width: 57px;
}

.select-dropdown ul li {
    border-top: 1px solid white;
    border-radius: 0;
    cursor: pointer;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/*.select-dropdown ul li:hover {*/
/*    background-color: #effbff;*/
/*}*/
.select-dropdown ul li * {
    pointer-events: none;
}

.burger {
    border: none;
    background: transparent;
    cursor: pointer;
    transition: .3s all linear;
}

.burger:hover {
    transform: scale(1.05);
}

#burger {
    width: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 25px;
    background: #03B4F6;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#burger span:nth-child(1) {
    top: -9px;
}

#burger span:nth-child(2) {
    top: -1px;
}

#burger span:nth-child(3) {
    top: 7px;
}

#burger.open span:nth-child(1) {
    top: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#burger.open span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.backdrop {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
}

.side-menu {
    position: fixed;
    z-index: 25;
    margin-top: 65px;
    top: -8px;
    right: -100%;
    height: 100vh;
    background: #0C0C11;
    padding: 32px 24px 0 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.5s ease;
}

.side-menu.open {
    right: 0;
}

.disable-body {
    overflow: hidden;
}

section.lk-notice {
    background: url("../img/lk-notice-bg.png"), center center/cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 220px;
}

section.lk-notice .text {
    margin: 32px auto 32px auto;
    text-align: center;
    font-family: Rubik, sans-serif;
    max-width: 910px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #D5D5D5;
}

section.lk-notice .btn {
    width: 128px;
    height: 48px;
    background: #03B4F6;
    border-radius: 8px;
    padding: 8px 20px;
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #0D0D13;
    margin: 0 auto;
    display: block;
}

section.about-us img.desktop {
    position: relative;
    right: 0 !important;
    z-index: 1;
    width: calc(100% - 616px);
    max-width: 997px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.first-screen .container {
    position: relative;
    z-index: 1;
}

.contacts-list a {
    color: #fff;
}

.contacts-list a:hover {
    text-decoration: underline;
}

section.bank-info {
    background: url("../img/first-screen-bg.png") center center/cover no-repeat, #0C0C11;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 104px;
    height: 100vh;
}

.bank-info__window {
    background: #0D2129;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #03B4F6;
    border-radius: 32px;
    padding: 32px;
}

.bank-info__window h3 {
    font-size: 32px;
    font-weight: 400;
}

.info-row {
    display: flex;
    align-items: flex-start;
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 20px;
}

.info-row .label {
    max-width: 216px;
    word-break: break-word;
    flex-shrink: 0;
    color: #cfcfcf;
    font-size: 19px;
}

.info-row .label.short {
    max-width: 118px;
}

.info-row .dots {
    flex-grow: 1;
    border-bottom: 4px dotted #999;
    margin: 0 4px;
    height: 1em;
    position: relative;
    top: 0.5em;
}

.info-row .value {
    white-space: nowrap;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 20px;
}

.info-row .value.green {
    color: #39F191;
}

.info-row .value-group {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    position: relative;
}

.value-group .copy-btn {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.value-group .copy-btn:hover {
    transform: scale(1.05);
}

.value-group .copy-btn:active {
    transform: scale(0.9);
}

.value-group .popup {
    display: none;
    position: absolute;
    color: #39F191;
    background: #0D2129;
    padding: 10px;
    border: 1px solid #03B4F6;
    border-radius: 12px;
    bottom: -6px;
}

.bank-info__payLink {
    background: #03B4F6;
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 16px;
    border-radius: 8px;
    margin-top: 32px;
}

.tariffPlans {
    background: rgba(7, 8, 12, 1);
    padding-top: 0 !important;
}

.tariffPlans__title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0;
}

.tariffPlans__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto;
}

.tariffPlans__item {
    background: #ffffff;
    width: 313px;
    border-radius: 16px;
    padding: 32px;
    flex-shrink: 0;
}

.tariffPlans__item.wide {
    width: 360px;
}

.tariffPlans__itemHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(106, 106, 106, 1);
}

.tariffPlans__itemHead .itemCost {
    font-size: 14px;
    font-weight: 600;
    background: rgba(57, 241, 145, 1);
    color: #000000;
    border-radius: 8px;
    padding: 8px;
}

.tariffPlans__item h4 {
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0;
    text-align: left;
}

.tariffPlans__itemSpeed {
    color: rgba(106, 106, 106, 1);
    margin-bottom: 12px;
    font-size: 20px;
}

.tariffPlans__itemSpeed .speedValue {
    color: #000000;
    font-weight: 600;
}

.tariffPlans__itemPrice {
    display: flex;
    align-items: start;
    gap: 4px;
    color: rgba(106, 106, 106, 1);
}

.tariffPlans__itemPrice .priceValue {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}

.tariffPlans__offer {
    border-radius: 8px;
    padding: 8px;
    background: rgba(210, 243, 255, 1);
    color: rgba(9, 142, 192, 1);
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 24px;
}

.tariffPlans__btn {
    display: block;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(3, 180, 246, 1);
    border-radius: 8px;
}

.tariffPlans__priceRange {
    background: rgba(210, 243, 255, 1);
    border-radius: 8px;
    padding: 8px;
    margin-top: 16px;
    margin-bottom: 12px;
}

.tariffPlans__priceRange .tariffPlans__rangeRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: end;
    gap: 1px;
    font-size: 14px;
    color: rgba(9, 142, 192, 1);
    margin-bottom: 10px;
}

.tariffPlans__rangeRow span {
    white-space: nowrap;
}

.tariffPlans__priceRange .tariffPlans__rangeRow .rangeDivisor {
    border-bottom: 2px dotted rgba(9, 142, 192, 1);
    width: 100%;
    flex-shrink: 1;
    margin-bottom: 1px;
}

.tariffPlans__priceRange .tariffPlans__discount {
    font-size: 8.8px;
    font-weight: 400;
    color: rgba(9, 142, 192, 1);
}

.promotions .tariffPlans__title {
    color: #000000;
    background-position-x: calc(50% - 450px);
    background-position-y: 0;
}

.promotions__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 45px;
}

.promotions__item {
    max-width: 630px;
    width: 100%;
    height: 300px;
    padding: 45px 0;
    padding-left: 200px;
    margin: 0 15px;
    border-radius: 16px;
    position: relative;
    box-sizing: border-box;
}

.promotions__title {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    max-width: 490px;
}

.promotions__subtitle {
    font-size: 16px;
    color: #ffffff;
    max-width: 610px;
}

.promotions__notice {
    font-size: 14px;
    color: rgba(210, 210, 210, 1);
    margin-top: 8px;
}

.promotions__item .promotion__addedImg {
    position: absolute;
    bottom: 0;
    left: calc(46%);
    z-index: 5;
}

.promotions__item.first {
    background: url("../img/earthPromo.webp") no-repeat;
    background-size: cover;
    max-width: 1310px;
    padding-left: 45px;
}

.promotions__advantages {
    position: absolute;
    right: 12px;
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promotions__advantage {
    color: #ffffff;
    background-color: rgba(50, 200, 122, 1);
    padding: 8px 12px;
    border: 1px solid rgba(181, 181, 181, 1);
    border-radius: 12px;
    width: fit-content;
    font-size: 17px;
}

.promotions__advantage.second {
    transform: rotate(2deg);
}

.promotions__advantage.third {
    transform: rotate(1deg);
}

.promotions__advantage.fourth {
    transform: rotate(3deg) translateX(-27px);
}

.promotions__item.first p.h3 {
    max-width: 645px;
}

.promotions__item.second {
    padding-left: clamp(16px, 32px, 32px);
    background: url("../img/promoBg2.webp") no-repeat;
    background-size: cover;
}

.promotions__item.second .promotions__subtitle {
    font-size: 14px;
}

.promotions__item.first .h3 {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    display: block;
    margin: 8px 0;
    max-width: 410px;
    color: #39F191;
}

.promotions__item.second .h3 {
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 8px 0;
    max-width: 410px;
    color: #03B4F6;
}

.promotions__link {
    display: inline-block;
    color: #ffffff;
    background: #03B4F6;
    border-radius: 8px;
    padding: 12px 20px;
    position: absolute;
    text-align: center;
    bottom: 30px;
    font-weight: 500;
}

.page404 {
    width: 100%;
    height: 100vh;
    background: url("../img/404Bg.webp") no-repeat;
    background-size: cover;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    padding-bottom: 180px;
}

.page404 h2 {
    color: #39F191;
    font-size: 56px;
}

.page404 p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    max-width: 900px;
    padding: 0 10px;
}

.page404 a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    background: #03B4F6;
    padding: 14px 20px;
    border-radius: 8px;
    z-index: 99999;
}

.error-404__astronaut {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.error-404__astronaut img {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

.tariffPlans__item p.h4 {
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0;
    text-align: left;
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #000000;
}

.about-us .h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi: isolate;
    font-family: 'PTRootUIWebBold', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ECECEC;
}

.bank-info__window h1.h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
}

.markedWord {
    display: inline-block;
    padding-bottom: 45px;
}

.trustBr {
    display: none;
}

.trust__list {
    list-style: none;
    max-width: 1312px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.trust--three .trust__list{
    grid-template-columns: repeat(3, 1fr);
}

.trust__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trust__item p:first-child {
    font-size: 54px;
    font-weight: 600;
    color: rgba(15, 166, 222, 1);
}

.trust__item p:last-child {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.feedbacks {
    background: #000;
}

.feedbacks__title {
    color: #fff;
    padding: 20px 0;
}

.feedbacks__slider {
    width: 100%;
    max-width: 1320px;
    margin: 40px auto;
    position: relative;
    padding: 0 15px;
}

.feedbacks__sliderViewport {
    width: 100%;
    overflow: hidden;
}

.feedbacks__sliderTrack_wrap {
    overflow-x: scroll;
    scrollbar-width: none;
}

.feedbacks__sliderTrack_wrap::-webkit-scrollbar {
    display: none;
}

.feedbacks__sliderTrack {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

.feedbacks__slide {
    flex-shrink: 0;
    width: 410px;
    height: 220px;
    border-radius: 20px;
    background: #ffffff;
    padding: 16px;
}

.slideHead {
    display: flex;
    align-items: center;
    gap: 10px;
    background: url("../img/feedbackBg.webp") no-repeat;
    background-position: 100% 0;
}

.feedback__author {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.feedback__text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    font-size: 18px;
}

.feedbacks__nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
}

.feedbacks__prevSlide,
.feedbacks__nextSlide {
    width: 33px;
    height: 33px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: rgba(15, 166, 222, .5);
    color: rgba(15, 166, 222, 1);
    cursor: pointer;
}

.feedbacks__dot {
    background: rgba(15, 166, 222, .5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.feedbacks__dot.active {
    background: rgba(15, 166, 222, 1);
}

.popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 1050;
    overflow: auto;
    scrollbar-width: none;
    padding-top: 60px;
    padding-bottom: 20px;
}

.popup.connection {
    display: none;
}

.popup.success {
    display: none;
}

.popup.tvSuccess {
    display: none;
}


.popup.tvConnection {
    display: none;
}

.popup.success.open,
.popup.connection.open,
.popup.tvConnection.open,
.popup.tvSuccess.open {
    display: flex;
}

.connectionReq {
    background: rgba(13, 33, 41, 1);
    border: 1px solid rgba(15, 166, 222, 1);
    border-radius: 32px;
    padding: 32px;
    padding-top: 60px;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.connectionReq h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.connectionReq__btn {
    width: 100%;
    padding: 16px;
    outline: none;
    border: none;
    border-radius: 12px;
    background: rgba(3, 180, 246, 1);
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 32px;
    cursor: pointer;
}

.connectionReq__inputWrap {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.connectionReq__input:focus {
    border: 1px solid rgba(15, 166, 222, 1);
}

.customPlaceholder {
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 16px;
    pointer-events: none;
    color: rgba(200, 200, 200, 1);
}

.customPlaceholder > span + span {
    color: red;
}

.connectionReq__input {
    width: 100%;
    background: rgba(21, 69, 88, 1);
    outline: none;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 22px 20px 10px 20px;
    height: 64px;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.customPlaceholder.active {
    top: 10px;
    font-size: 12px;
}

.customPlaceholder.hidden {
    opacity: 0;
}

.inputLabel {
    color: rgba(200, 200, 200, 1);
    font-size: 16px;
    padding-left: 15px;
    margin-top: 20px;
}

.inputLabel>span {
    color: red;
}

.connectionReq__radioBtns {
    display: flex;
    gap: 30px;
    padding-left: 10px;
    margin-top: 20px;
}

.connectionReq__radioBtn {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    font-weight: 300;
    position: relative;
}

.connectionReq__radioBtn input[type=radio] {
    width: 27px;
    height: 27px;
    position: absolute;
    left: -5px;
    opacity: 0;
}

.pseudoRadio {
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 3px;
}

.connectionReq__radioBtn input[type=radio]:checked~.pseudoRadio {
    background: #ffffff;
}

.connectionReq__radioBtn input[type=radio]:checked~.pseudoRadio::after {
    content: '✔';
    position: absolute;
    color: #000000;
    font-size: 24px;
    padding-left: 2px;
}

.custom-select-wrapper {
    display: none;
    position: relative;
    width: 100%;
    user-select: none;
    margin-top: 30px;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(21, 69, 88, 1);
    border-radius: 24px;
    padding: 12px 12px 12px 24px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.custom-select:hover {
    background-color: #345f6e;
}

.select-trigger {
    color: #E0E0E0;
    font-size: 16px;
}

.select-trigger .placeholder {
    color: #a0b4bc;
}

.arrow-container {
    width: 38px;
    height: 38px;
    background-color: rgba(224, 224, 224, 0.2);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.custom-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background-color: rgba(21, 69, 88, 1);
    border-radius: 24px;
    list-style: none;
    padding: 16px 0;
    margin: 0;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.custom-option {
    padding: 14px 24px;
    color: #E0E0E0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.custom-option:hover {
    background-color: #3c6e7f;
}

.custom-option.selected {
    font-weight: 500;
}

.custom-select-wrapper.open .custom-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select-wrapper.open .arrow {
    transform: rotate(180deg);
}

.popup__closeBtn {
    background: transparent;
    outline: none;
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: none;
    cursor: pointer;
}

.popup__msg {
    background: rgba(13, 33, 41, 1);
    border: 1px solid rgba(15, 166, 222, 1);
    border-radius: 20px;
    padding: 32px;
    max-width: 500px;
    position: relative;
}

.popup__msg h4 {
    color: #ffffff;
    margin-top: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}

.popup__msg p {
    color: #ffffff;
    text-align: center;
}

.returnToMain {
    width: 100%;
    padding: 16px;
    outline: none;
    border: none;
    border-radius: 12px;
    background: rgba(3, 180, 246, 1);
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 32px;
    cursor: pointer;
}

.first-screen.wow.fadeInDown.contacts-screen {
    padding-bottom: 100px;
}

.first-screen.wow.fadeInDown.contacts-screen .video-background video {
    object-position: top;
}

.contacts-block h3 {
    color: rgba(3, 180, 246, 1);
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.contactsList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 60px;
}

.contactsItem {
    width: 270px;
    height: 207px;
    border: 1px solid rgba(3, 180, 246, 1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img {
    margin-bottom: 16px;
}

.contactsItem__title {
    color: #000000;
    font-weight: 600;
    margin-bottom: 4px;
}

.contactsItem__subtitle {
    color: rgba(106, 106, 106, 1);
    font-weight: 300;
    font-size: 14px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.contactsItem__value {
    color: rgba(106, 106, 106, 1);
}

.contactsTxt {
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
}

.contacts-block__mapWrap {
    max-width: 1092px;
    height: 285px;
    width: calc(100% - 30px);
    margin: auto;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(15, 166, 222, 1);
    border-radius: 20px;
    margin-bottom: 60px;

}

.contacts-block__mapWrap iframe{
    width: 100%;
    border-radius: inherit;
}


/*-----------------------------------*/

.phone-display {
    position: absolute;
    top: 22px;
    left: 20px;
    height: calc(64px - 22px - 10px);
    display: flex;
    align-items: center;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
    color: #ffffff;
}

.phone-prefix {
    color: rgba(15, 166, 222, 1);
}

.phone-separator {
    display: inline-block;
    width: 1.5px;
    height: 18px;
    background-color: rgba(15, 166, 222, 0.7);
    margin: 0 8px;
}

.connectionReq__input.phone {
    color: transparent;
    caret-color: transparent;
    user-select: none !important;
}

.connectionReq__inputWrap.has-error .connectionReq__input {
    border-color: rgba(224, 74, 77, 1);
}


.connectionReq__inputWrap.has-error .customPlaceholder {
    color: rgba(224, 74, 77, 1);
}


.connectionReq__inputWrap .error-message {
    display: none;
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    color: rgba(224, 74, 77, 1);
    margin-top: 4px;
    box-sizing: border-box;
}

.connectionReq__inputWrap.has-error .error-message {
    display: block;
}

.footer-socials{
    display:flex;
    gap:16px;
    margin-top:14px;
}
.footer-socials a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.footer-socials img{
    width:28px;
    height:28px;
}

.tariffNotice {
    font-size: 12px;
    color: #ffffff;
    background: rgba(106, 57, 241, 1);
    padding: 8px;
    border-radius: 6px;
}

.tariffs__oldPrice {
    margin: 1rem 0;
    color:rgba(106, 106, 106, 1);
    text-decoration: line-through;
    font-size: 24px;
    font-weight: 600;
}

.connectGuide {
    max-width: 1312px;
    margin: 0 auto;
    padding: 1rem;
    margin: 6rem auto;
}

.connectGuide__title .markedWord {
    background-position: 42% 50%;
    padding: 20px 0;
}

.connectGuide__steps {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.connectGuide__step {
    max-width: 390px;
    background: #F1F1F1;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.connectGuide__step img {
    width: 80px;
    margin: 0;
}

.connectGuide__step h4 {
    font-size: 28px;
}

.connectGuide__step p {
    color: #6A6A6A;
    font-size: 1rem;
    line-height: 1.5;
}

.tariffPlans .markedWord {
    background-position: 0px 5px;
    padding-top: 20px;
}

.installPrice {
    margin: 1rem 0;
}