/* Custom Intertelecom Styles - точно как на официальном сайте */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "HeliosCond";
    src: url("/fonts/HeliosCond.woff") format("woff"),
    url("/fonts/HeliosCond.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "HeliosCond", sans-serif;
    background-color: #ffffff;
    color: #000;
    font-weight: 400;
    line-height: 1.1;
}

.blue{
    color: #0C4DA2;
}

a {
    color: #0c4da2;
    text-decoration: none;
    font-size: 14px;
}

h1{
    font-weight: 700;
    font-size: 54px;
    max-width: 1100px;
    color: #0C4DA2;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin: 11px auto 80px;
}

h2{
    font-weight: 700;
    font-size: 40px;
    color: #0C4DA2;
    line-height: 72px;
    text-align: center;
}

p.form-title {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

/* Header Styles */
.header {
    background: white;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: #f8f9fa;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.header-top-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-size: 13px;
}

.logo a.clients-bs:before {
    content: '';
    background: url(/img/head-sprite.png) no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 -23px;
}

.top-left .top-info {
    color: #666;
}

.top-right .language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-switcher span {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #666;
}

.language-switcher span.active {
    background: #0066cc;
    color: white;
    font-weight: 600;
}

.language-switcher span:hover:not(.active) {
    background: #e9ecef;
}

.language-switcher .separator {
    cursor: default;
    color: #ccc;
}

.header-main {
    padding: 30px 0 20px 0;
}

.clients-bs{
    margin-top: 6px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 6px;
    white-space: nowrap;
}

.header-main-content {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

}

.logo-section {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0066cc, #004499);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    color: #0066cc;
}

.header-actions {
    display: flex;
    gap: 0;
    align-items: center;
}

.btn {
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
}

.btn-primary {
    border-radius: 25px;
    color: white;
    background-color: #0c4da2;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 7px;
}


.header-actions a.itmarket:before {
    content: '';
    background: url(/img/basketW.png) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.header-actions a.login-assa:before {
    display: block;
    float: left;
    content: ' ';
    font-size: 1px;
    background: url(/img/head-sprite.png) bottom left no-repeat;
    height: 24px;
    width: 32px;
}

.header-actions a.login-assa{
    background-color: #fff;
    padding: 0;
}

.header-actions a.login-assa span{
    background-color: #0c4da2;
    border-radius: 25px;
    padding: 0 15px;
}

.btn-primary:hover,
.clients-bs:hover {
    text-decoration: underline;
}

.btn-secondary {
    color: #0c4da2;
    line-height: 24px;
    font-size: 14px;
}

.btn-secondary:hover {
    text-decoration: underline;
}

.nav {
    background: white;
}

.nav-content {
    max-width: 1280px;
    margin: 0 auto;
}

.navbar-toggle{
    display: none;
    background-color: #fff;
    border: none;
    margin-left: 20px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.nav-item {
    position: relative;
    width: 100%;
    z-index: 2;
}

.nav-link {
    text-decoration: none;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #0c4da2;
    position: relative;
    z-index: 3;
}

#current-lang:after {
    content: '';
    background: url(/img/triangle.png) right -4px no-repeat;
    width: 15px;
    display: block;
    height: 24px;
    float: right;
    margin-left: 5px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(500%) hue-rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    padding: 12px 0;
}

.nav-item:hover .dropdown-menu {
    padding: 20px 27px;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item:hover > .nav-link {
    z-index: 1000;
    background: #ffffff;
}

.two-columns {
    display: flex;
    gap: 50px;
}

.two-columns .column {
    display: flex;
    flex-direction: column;
}

.dropdown-menu a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-size: 18px;
    color: #0c4da2;
    transition: background 0.3s ease;
}

.dropdown-menu a:hover {
    text-decoration: underline;
}

/* Main Content */
.main {
    margin: 0 auto 100px;
}

.block {
    margin-bottom: 100px;
}

.block:last-child {
    margin-bottom: 0;
}

.block.banner{
    max-width: 1280px;
    margin: 0 auto 100px;
}

.block.faq{
    max-width: 894px;
    margin: 0 auto 100px;
}

.block.advantages {
    max-width: 1110px;
    margin: 0 auto 100px;
    padding-bottom: 40px;
}

.section {
    width: 100%;
}

.banner-content {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.banner-left {
    flex: 1;
    text-align: left;
}

.banner-left p {
    font-size: 40px;
    line-height: 60.8px;
}

.btn-group {
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.btn-submit, .btn-check {
    width: 194px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    text-decoration: none;
    border-radius: 12px;
}

.btn-submit {
    background: #0C4DA2;
    color: #fff;
}

.btn-check {
    border: 1px solid #0C4DA2
}

.btn:hover {
    background: #0056b3;
}

.banner-right {
    flex: 1;
    min-width: 250px;
    text-align: end;
}

.banner-right img {
    width: 520px;
    height: 440px;
    max-width: 100%;
    height: auto;
}

.block.tariffs {
    max-width: 1332px;
    margin: 0 auto 100px;
}

.section.two {
    background: #0C4DA21A;
}

.section.three {
    background: #FFE849;
}


.sub-block {
    padding: 10px 0 20px 0;
}

.subtitle{
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #13001A;
    margin-top: 40px;
}

.subtitle.tariff_info{
    font-size: 22px;
    max-width: 846px;
    margin: 0 auto;
}

.subtitle a{
    font-size: 22px;
    text-decoration: underline;
}

.tariffs-container {
    width: 100%;
    overflow-x: auto;
    padding: 40px 0 30px 0;
}

.block.advantages .tariffs-scroll {
    gap: 72px;
    margin-top: 40px;
}

.tariffs-scroll {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.tariffs-scroll::-webkit-scrollbar {
    display: none; /* скрыть скролл в Chrome/Safari */
}

.block.advantages .tariffs-scroll {
    gap: 72px;
}

.tariff-card {
    flex: 0 0 312px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
}

.tariff-card .tariff-item .tariff-value{
    font-size: 16px;
}

.tariff-card .tariff-item{
    font-size: 14px;
    margin-bottom: 10px;
}

.blue-block {
    height: 27px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #DCEBFF;
    margin-bottom: 10px;
    padding-left: 20px;
}

.blue-text {
    font-weight: 700;
    font-size: 14px;
    color: #0C4DA2;
    margin-left: 20px;
}

.conditions {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.transferring {
    flex: 0 0 auto;
    width: 322px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 42px;
    background-color: #fff;
    border: 1px solid #D7D9DA;
    border-radius: 10px;
    padding-left: 30px;
}

.transferring p {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #011C60;
}

.transferring p span{
    color: #0C4DA2;
}

/* faq */

.faq-container h2 {
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    width: 100%;
    border: 1px solid #D7D9DA;
    border-radius: 12px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.faq-question, .faq-answer p {
    padding-right: 29px;
}

.faq-item:not(:last-child) {
    margin-bottom: 24px;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 30px 10px 0;
    position: relative;
    transition: color 0.3s;
}

.faq-question::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.7434 0.312638L29.04 2.61147L16.5232 15.1326C16.3226 15.3345 16.0841 15.4947 15.8214 15.604C15.5587 15.7133 15.277 15.7695 14.9924 15.7695C14.7079 15.7695 14.4262 15.7133 14.1635 15.604C13.9008 15.4947 13.6623 15.3345 13.4617 15.1326L0.938354 2.61147L3.23502 0.314805L14.9892 12.0668L26.7434 0.312638Z' fill='%2313001A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    width: 30px;
    height: 16px;
}

.faq-question.active::after {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    margin-top: 5px;
    font-size: 16px;
    color: #333;
}

.faq-answer.open {
    display: block;
}

.faq-question.active {
    background-color: transparent !important;
}

.faq-answer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.faq-question:focus,
.faq-question:active {
    background-color: transparent !important;
    outline: none;
}

.faq-question {
    background-color: transparent; /* основной фон */
    outline: none; /* убирает рамку при фокусе */
    -webkit-tap-highlight-color: transparent; /* для мобильных */
}

.faq-question:focus,
.faq-question:active {
    background-color: transparent; /* предотвращаем мигание при клике */
    outline: none;
}

/* Stepper */
.stepper,
.stepper.status{
    max-width: 1280px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    background: white;
    border-radius: 12px;
    --line-width: 11.11%;
}


.step::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 19%;
    right: 60px;
    width: 73%;
    height: 2px;
    background: #e0e0e0;
}

.step.active::before{
    background: #0066cc;
}

.form .faq-item {
    line-height: 21px;
    margin-top: 26px;
    margin-bottom: 26px;
    background: #BEDAFF;
}

.form .faq-item img{
    margin-right: 10px;
    vertical-align: middle;
}

.faq-question-form.active::after {
    transform: rotate(180deg);
}

.form .faq-item:last-child{
    margin-bottom: 0;
}

.faq-question-form::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.7434 0.312638L29.04 2.61147L16.5232 15.1326C16.3226 15.3345 16.0841 15.4947 15.8214 15.604C15.5587 15.7133 15.277 15.7695 14.9924 15.7695C14.7079 15.7695 14.4262 15.7133 14.1635 15.604C13.9008 15.4947 13.6623 15.3345 13.4617 15.1326L0.938354 2.61147L3.23502 0.314805L14.9892 12.0668L26.7434 0.312638Z' fill='%2313001A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 0;
    width: 28px;
    height: 16px;
}

.faq-answer-form {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
}

.faq-answer-form p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.faq-question-form {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
}

.block.faq.form {
    margin: 0;
}

.step:last-child::before {
    content: none;
}

.step {
    position: relative;
    background: white;
    padding-right: 5px;
    flex: 1;
    min-width: 0;
    cursor: pointer;
}


.step:last-child {
    padding-right: 0;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.step.active .step-number {
    border: 2px solid #0066cc;
    background: #0066cc;
    color: white;
}

.step.current .step-number {
    border: 2px solid #0066cc;
    background: #0066cc;
    color: white;
    outline: 3px solid #fff;
    outline-offset: -4px;
}

.step.current::before{
    background: #0066cc;
}

.step-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
}

.step.active .step-label {
    color: #0066cc;
    font-weight: 600;
}

.form-container {
    max-width: 845px;
    margin: 100px auto;
}
.checkbox-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

/* скрываем стандартный checkbox */
.checkbox-wrap input {
    display: none;
}

/* квадрат */
.checkbox-box {
    width: 15px;
    height: 15px;
    border: 2px solid #4aa3ff;
    flex-shrink: 0;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* фон при выборе */
.checkbox-wrap input:checked + .checkbox-box {
    background-color: #4aa3ff;
    border-color: #4aa3ff;
}

/* белая галочка */
.checkbox-wrap input:checked + .checkbox-box::after {
    content: "";
    position: absolute;
    left: 3px;
    top: -3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*.form-container.step_four{*/
/*    max-width: 1272px;*/
/*}*/

.form-container.step_four {
    max-width: 1272px;
    margin: 100px auto 0;
}

.form-operator {
    background: white;
    border-radius: 16px;
    padding: 44px 130px;
    box-shadow: 0px 4px 19.5px 5px #00000033;
    overflow: hidden;
}

.form-operator .text-inform{
    text-align: center;
}

.step_one.notification .form-operator {
    padding: 44px 162px;
}

.step_one .form-group{
    margin-top: 26px;
}

.step_eight table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.step_eight tr {
    margin-top: 12px;
}

.step_eight th, .step_eight td {
    border-bottom: 1px solid #69AAFE;
    text-align: right;
    font-size: 16px;
    line-height: 28px;
    padding-top: 12px;
}

.step_eight th {
    text-align: left;
    font-weight: 400;
}

.step_nine{
    margin-top: 100px;
}

.status.stepper {
    max-width: 1280px;
    margin: 100px auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 40px;
}

.status .status-step::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 33%;
    right: 60px;
    width: 94%;
    height: 2px;
    background: #e0e0e0;
}

.status-step.current::before {
    background: #0066cc;
}

.status .status-step:last-child::before {
    content: none;
}

.status-step {
    position: relative;
    background: white;
    padding-right: 5px;
    flex: 1;
    min-width: 0;
    cursor: pointer;
}

.status-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3sease;
}
.status-step.current .status-step-number {
    border: 2px solid #0066cc;
    background: #0066cc;
    color: white;
    outline: 3px solid #fff;
    outline-offset: -4px;
}

.status-step:last-child {
    flex: 0;
    margin-left: auto;
}

/*.status-step {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    flex: 0 0 auto;*/
/*    z-index: 2;*/
/*}*/

/*.status.stepper::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: calc(80px + 6px);*/
/*    right: calc(80px + 6px);*/
/*    height: 2px;*/
/*    background: #e0e0e0;*/
/*    z-index: 0;*/
/*}*/

/*.status.stepper::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: calc(80px + 6px);*/
/*    height: 2px;*/
/*    background: #007bff;*/
/*    z-index: 1;*/
/*    width: calc(50% - 86px - 6px);*/
/*}*/



/*.status-step-number {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    margin: 0 auto;*/
/*    border-radius: 50%;*/
/*    background: #e0e0e0;*/
/*    color: #333;*/
/*    font-weight: bold;*/
/*}*/


.status-step-label {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    position: absolute;
    /* width: max-content; */
    text-align: left;
    top: 44px;
}

.status-step.active .status-step-number {
    border: 2px solid #0066cc;
    background: #0066cc;
    color: #fff;
}

.status-step.active::before {
    background: #0066cc;
}

.status-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.status-completed {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #69AAFE;
    padding: 10px 14px;
    background-color: #fff;
}

.status-completed .status-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
}

.status-steps-label {
    font-size: 16px;
    line-height: 28px;
    color: #13001A;
    margin-left: 8px;
}

.status-step-icon.gray{
    background: #B3B3B3;
}

.status-steps-label.gray{
    color: #979797;
}


.status-step-icon.green{
    background: #00DE30;
}

.status-steps-label.bold {
    font-weight: 700;
}

.info-block {
    display: flex;
    gap: 29px;
    justify-content: space-between;
    margin-bottom: 26px;
    font-size: 16px;
}

.info-block-bottom .info-item {
    padding-top: 12px;
}

.form-submit.submit {
    background: #00DE30;
    color: #000000;
}

.form-submit.cancel {
    background: #FF0000;
    color: white;
}

/* form */

.form-error{
    font-weight: 700;
    font-size: 16px;
    color: #FF0000;
    margin-top: 20px;

}

.form-operator .form-title {
    margin-bottom: 0;
}

.form-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

.code-group {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.form-label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 14px;
}

.form-label.title{
    margin-bottom: 26px;
}

.form-select {
    padding-right: 40px; /* место для стрелки */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF url(/img/back_button.svg) no-repeat right 14px center;
    background-size: 22px;
}

.form-select, .form-input {
    width: 100%;
    height: 50px;
    opacity: 1;
    border-radius: 4px;
    padding: 10px 14px;
    border: 1px solid #69AAFE;
    color: #979797;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
}

.code-group .form-input {
    width: 900px;
    height: 60px;
    border-radius: 8px;
    text-align: center;
}

.step_two .code-group .form-input{
    margin-bottom: 20px;
}

.resend-link.received{
    font-weight: 700;
    font-size: 16px;
    color: #6E6E6E;
}

.step_two .form-operator .instruction{
    font-weight: 700;
    font-size: 16px;
    color: #6E6E6E;
    text-align: left;
    margin-bottom: 8px;
}

.form-buttons {
    display: flex;
    justify-content: space-between;
    gap: 26px;
}

.form-select:focus, .form-input:focus {
    outline: none;
    border-color: #0066cc;
}

#confirmation_code_notice.form-info {
    font-style: Italic;
}

.form-info {
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    margin-top: 26px;
}

.form-submit {
    font-family: "HeliosCond", sans-serif;
    width: 100%;
    padding: 16px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 26px;
}

.form-submit.back{
    background: #fff;
    color: #000;
    border: 1px solid #0C4DA2;
}

/*.form-submit:hover {*/
/*    background: #004499;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 8px 25px rgba(0,102,204,0.3);*/
/*}*/

.checkbox-label {
    display: flex;
    align-items: flex-start;
    height: 34px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    height: 16px;
    width: 16px;
    border: 2px solid #000;
    margin-right: 18px;
    opacity: 0.5;
    top: 4px;
    left: 4px;
    flex-shrink: 0;
    position: relative;
}

.checkbox-label input:checked ~ .checkmark {
    background: linear-gradient(136.1deg, #36DFF1 5%, #2764E7 95%);
    border: none;
    border-radius: 4px;
    opacity: 1;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked ~ .checkmark::after {
    display: block;
}

.image-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin: 26px auto 0;
}

/*.tariffs-wrapper {*/
/*    overflow-x: auto;*/
/*    margin: 26px 0;*/
/*    scrollbar-width: none;*/
/*    -ms-overflow-style: none;*/
/*}*/

.tariffs-wrapper {
    overflow-x: auto;
    margin: 26px 0;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
}

.tariffs-wrapper::-webkit-scrollbar {
    display: none;
}

/*.tariffs-row {*/
/*    display: flex;*/
/*    gap: 14px;*/
/*    flex-wrap: nowrap;*/
/*}*/

.tariffs-row {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    width: max-content; /* 👈 гарантирует ширину по контенту */
    min-width: 100%;
}

/*.tariff {*/
/*    background: #fff;*/
/*    border: 1px solid #9E9E9E40;*/
/*    border-radius: 12px;*/
/*    padding: 8px 16px;*/
/*    width: 242px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s;*/
/*    flex-shrink: 0;*/
/*}*/


.tariff {
    background: #fff;
    border: 1px solid #9E9E9E40;
    border-radius: 12px;
    padding: 12px 16px;
    width: 242px; /* 👈 увеличил ширину, чтобы влезло ровно 4 при 1272px */
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0; /* 👈 не сжимается */
}

.tariff input {
    display: none;
}

.tariff-name {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #222A40;
}

.tariff-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 27px;
    font-size: 12px;
}

/*.tariff-item {*/
/*    background: #fff;*/
/*    border: 1px solid #9E9E9E40;*/
/*    border-radius: 12px;*/
/*    padding: 16px;*/
/*    width: 240px;*/
/*    flex-shrink: 0; !* не сжимается *!*/
/*    box-shadow: 0 2px 6px #00000010;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


.tariff-item.long {
    height: 50px;
}

.tariff-item.color{
    background-color: #FFE400;
    align-items: center;
    border-radius: 6px;
    padding: 0 5px;
}

.tariff-label {
    color: #242332;
    width: 80%;
}

.tariffs-container .tariff-label {
    width: 75%;
}

.tariff-value {
    font-weight: bold;
    color:#13001A;
}

/* Выбранный тариф */
/*.tariff input:checked ~ * {*/
/*    background-color: #e0f7fa;*/
/*}*/

.tariff:has(input:checked) {
    background-color: #e0f7fa;
    border-color: #e0f7fa;
}

.hidden { display: none; margin-top: 26px; }

.app-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 17px;
    margin-top: 26px;
}

.store-img {
   width: 100%;
    transition: transform 0.2s ease;
}

.store-img:hover {
    transform: scale(1.05);
}

.group-input{
    margin-top: 26px;
}

/* calendar */
.calendar-container {
    max-width: 350px;
}

.time-selects {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    background: aqua;
}

.step_nine p{
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.btn-connect{
    display: flex;
    justify-content: center; /* горизонтальне вирівнювання */
    align-items: center;
    height: 51px;
    background: #0C4DA2;
    border-radius: 12px;
}

.btn-connect a{
    margin: 17px auto;
    color: #fff;
}


/* Footer */
.footer {
    background: #0c4da2;
    color: white;
    padding: 60px 0 60px;
    margin-top: 60px;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 20px;
}

.footer-column.information {
    width: 313px;
}
.footer-column h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding-top: 10px;
}

.footer-column li {
    font-weight: normal;
    padding-bottom: 4px;
}

footer .footer-column ul{
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-column a {
    color: #fff;
    font-size: 14px;
    line-height: 1.428571429;
}

.footer-column a:hover {
    text-decoration: underline;
}

.information-support {
    font-size: 14px;
}

.information-support .tel {
    font-size: 30px;
}

.social-icon {
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    opacity: 1;
    background: url(../img/social_icon.png) 0 0;
}

.footer-column a.tw {
    background-position: -2px 136px;
}

.footer-column a.tlg {
    background-position: -339px 136px;
}

.footer-column a.youtube {
    background-position: -255px 136px;
}

.footer-column a.fb {
    background-position: -164px 136px;
}

.footer-column a.tlg:hover,
.footer-column a.youtube:hover,
.footer-column a.tw:hover,
.footer-column a.fb:hover{
    background-position-y: -91px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.footer-bottom-bar {
    background: #0f0f1a;
    padding: 15px 0;
    margin-top: 20px;
}

.footer-bottom-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.footer-bottom-section {
    display: flex;
    gap: 30px;
}

.footer-bottom-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-section a:hover {
    color: #ffd700;
}


.lang-dropdown {
    width: 47px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
}
.lang-menu a.active {
    background-color: #0b4da1;
    color: #fff;
}

.lang-current {
    padding: 5px 0;
    color: #0056b3;
}
.lang-menu {
    display: none;
    position: absolute;
    background: white;
    min-width: 60px;
    padding: 5px 0;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

#current-lang:hover {
    text-decoration: underline;
}

.lang-menu a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}
.lang-menu a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.lang-dropdown:hover .lang-menu {
    display: block;
}

.btn.btn-primary.mob, .btn.btn-primary.mob{
    display: none;
}

.nav-item-clients{
    display: none;
}


/* Responsive */
@media screen and (min-width: 768px) {
    .nav-link:hover {
        z-index: 1000;
        background: #ffffff;
    }

}
@media (max-width: 1320px) {
    .main,
    .block.tariffs,
    .block.banner{
        margin: 0 40px 100px;
    }

    .header-main-content, .nav-content{
        margin: 0 40px;
    }
}

@media (max-width: 1280px) {
    .btn-secondary span, .header-actions a.login-assa span{
        display: none;
    }
}

@media (max-width: 1200px) {
    .header-main-content, .nav-content, .footer-content, .footer-bottom-content {
        max-width: 100%;
    }
}

@media (max-width: 1190px) {
    .block.advantages,
    .block.faq{
        margin: 0 40px 100px;
    }
}

@media (max-width: 1023px) {
    .footer-column.home-internet,
    .footer-column.voice-services,
    .footer-column.intertelecom,
    .reserved{
        display: none;
    }

    .footer-column.information{
        order: 2;
        width: 345px;
        text-align: center;
        margin: 0 auto;
    }

    .footer-column.icons {
        order: 1;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 25px;
    }

    .social-icons {
        justify-content: center;
        gap: 12px;
    }
}

@media screen and (min-width: 955px) {
    .nav-item:hover{
        z-index: 1000;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
}
@media screen and (max-width: 954px) {
    .clients-bs, .btn-primary, .btn-secondary{
        display: none;
    }

    .two-columns {
        display: block;
    }
    .nav-item:hover .dropdown-menu {
        padding: 5px 15px;
    }

    .navbar-toggle{
        display: block;
    }

    .nav-listA{
        display: flex;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
        justify-content: space-evenly;
    }

    .nav-item-clients span{
        font-size: 20px;
    }

    .nav-item.nav-item-clients{
        display: block;
        padding: 11px 24px;
        border-radius: 0;
        width: 100%;
    }

    .nav-item.nav-item-clients a{
        font-size: 20px;
        display: block;
        background-color: #fff;
        color: #0c4da2;
        padding: 0;
    }

    .btn.btn-primary.mob, .btn.btn-primary.mob{
        display: block;
        width: 40%;
        padding: 10px 25px;
        text-align: center;
    }

    .block.advantages .tariffs-scroll {
        gap: 40px;
    }

    .block.advantages {
        padding-bottom: 20px;
        padding-top: 20px;
    }


    /* Header Mobile */
    .header-top {
        padding: 6px 0;
    }

    .header-top-content {
        padding: 0 15px;
        font-size: 12px;
    }

    .header-main {
        padding: 0;
    }

    #header .nav>li:hover>a {
        background: #fff;
    }

    .logo-section {
        margin: 0 auto;
    }

    .header-main-content, .nav-content {
        margin: 0;
    }

    .lang-menu{
        position: relative;
        display: block;
        right: 40px;
        border-radius: 0;
        padding: 0;
    }

    .lang-dropdown .lang-menu a.ua,
    .lang-dropdown .lang-menu a.ru{
        font-size: 16px;
    }

    .icon-bar{
        background: #0c4da2;
        margin-bottom: 5px;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .lang-current{
        display: none;
    }

    .logo {
        justify-content: center;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

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

    .header-actions {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .btn {
        font-size: 15px;
        white-space: break-spaces;
    }

    /* Navigation Mobile */
    .nav {
        position: relative;
    }

    .nav-list {
        flex-direction: column;
        gap: 0;
        padding: 0;
        display: none;
    }

    .nav-list.mobile-open {
        display: flex;
    }

    .nav-item {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        padding-left: 23px;
        padding-right: 24px;
    }

    .nav-link {
        padding: 0;
        border-radius: 0;
        display: block;
        width: 100%;
    }

    .header-main-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        width: 100%;
    }

    /* Dropdown Menu Mobile */
    .dropdown-menu {
        position: static;
        box-shadow: none;
        border-radius: 0;
    }

    .nav-item.active{
        background: #0c4da2;
    }

    /* Mobile Menu Toggle */
    .mobile-menu-toggle {
        display: block !important;
        position: absolute;
        top: -40px;
        left: 40px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #333;
        z-index: 1001;
    }

    /* main */

    h1 {
        margin: 40px auto 80px;
    }

    .banner-content {
        flex-direction: column-reverse;
    }

    .btn-group {
        justify-content: center;
    }

    .btn-submit, .btn-check {
        width: 290px;
    }

    /* step */

    .form-operator {
        padding: 44px 40px;
    }

    .step-label{
        display: none;
    }

    .step-number {
        margin-bottom: 0px;
    }

    .step::before {
        top: 50%;
    }

    .nav-link {
        text-align: left;
    }

}

@media (max-width: 768px) {
    /* Main Content Mobile */
    h1 {
        font-size: 40px;
        line-height: 46px;
        margin: 60px auto 40px;
    }

    h2 {
        line-height: 40px;
    }

    .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .subtitle.tariff_info,
    .subtitle a {
        font-size: 16px;
        line-height: 28px;
    }

    .banner-left p {
        font-size: 24px;
        line-height: 33px;
    }

    .btn-submit, .btn-check {
        width: 100%;
    }

    .btn-group {
        flex-direction: column;
    }

    .block.advantages .tariffs-scroll {
        flex-direction: column;
        overflow: visible;
    }

    .transferring {
        width: 100%;
    }

    .block.faq {
        margin: 0 16px 100px;
    }



    .faq-question,
    .faq-answer p {
        font-size: 16px;
    }
    /* Stepper Mobile */


    .step-label {
        font-size: 10px;
        max-width: 60px;
        line-height: 1.2;
    }

    /* Специальные стили для длинных названий на мобильных */
    .step:nth-child(5) .step-label,
    .step:nth-child(7) .step-label {
        font-size: 9px;
        max-width: 50px;
    }

    /* Form Mobile */

    .form-select, .form-input {
        padding: 12px;
        font-size: 16px;
    }

    .form-submit {
        padding: 16px;
        font-size: 16px;
    }

    .form-group.code-group {
        gap: 15px;
    }

    /*.code-group .form-input {*/
    /*    width: 40px;*/
    /*    height: 40px;*/
    /*}*/

    .image-row {
        flex-direction: column;
    }

    .tariffs-wrapper{
        margin-left: 40px;
    }

    .step_four .form-buttons{
        margin: 0 40px;
    }

    .step_four .form-operator{
        padding: 44px 0;
    }
    .tariff-error{
        padding-left: 40px;
    }

    .app-links {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .faq-question-form::after {
        top: 40%;
    }

    /* Footer Mobile */
    .footer {
        padding: 30px 0 15px;
        margin-top: 40px;
    }

    .footer-column h3 {
        font-size: 15px;
    }

    .footer-column li {
        margin-bottom: 8px;
    }

    .footer-column a {
        font-size: 13px;
    }

    .footer-bottom-content {
        padding: 0 15px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .form-operator {
        padding: 44px 16px;
    }

    .step_two .form-operator {
        padding: 44px 16px;
    }

    .main,
    .block.tariffs,
    .block.banner{
        margin: 0 16px 100px;
    }


    .lang-menu {
        right: 30px;
    }

    .mobile-menu-toggle {
        left: 17px;
    }
}

@media (min-width: 580px) {
    .tariffs-row {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile */
    .header-top-content {
        padding: 0 10px;
        font-size: 11px;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .logo-text {
        font-size: 18px;
    }

    .step-label {
        font-size: 9px;
        max-width: 50px;
    }

    .form-select, .form-input {
        padding: 10px;
    }

    .form-submit {
        padding: 14px;
    }

    .checkbox-label {
        height: 100%;
    }

    .footer {
        padding: 25px 0 10px;
    }

    .footer-content {
        padding: 0 10px;
        gap: 20px;
    }
    .form-title {
        font-size: 39px;
    }
}

@media (max-width: 360px) {

    .step-label {
        font-size: 10px;
        max-width: 80px;
    }
}

@media (max-width: 768px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: none; /* отключаем hover на мобильных */
    }
}

@media (min-width: 683px) {
    .tariffs-scroll {
        justify-content: center;
    }
}


