.page-183391 .navbar.fixed-top {
    background: #ffffff !important;
}

@media screen and (max-width: 991px) {
    .mob-d-none {
        display: none !important;
    }
}

.btn-v2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(97.12deg, #22B8FF 0%, #0B7FD1 100%);
    color: #ffffff;
    box-shadow: 0px 12px 24px 0px #22B8FF3D;
    cursor: pointer;
    text-decoration: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.btn-v2:hover {
    filter: brightness(0.95);
    box-shadow: 0px 10px 22px 0px #22B8FF33;
    text-decoration: none;
    color: #ffffff;
}

.btn-v2:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(34, 184, 255, 0.25), 0px 12px 24px 0px #22B8FF3D;
}

.btn-v2:active {
    filter: brightness(0.92);
}

.main-section {
	padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .main-section p {
        font-size: 17px;
    }
}

.main-section:not(.header-v2) {
    padding-top: 22px;
}

.main-section_light {
	background-color: #EDF7FE;
    color: #0F2239;
}

.main-section_dark {
	background-color: #081B30;
    background: linear-gradient(180deg, #071A2E 0%, #10233A 100%),
radial-gradient(92.5% 153.77% at 75% 10%, rgba(34, 184, 255, 0.23) 0%, rgba(34, 184, 255, 0) 28%);
    color: #FEFEFE;
}

.main-section_blur {
    position: relative;
    overflow: hidden;
}

.main-section_blur::before {
    content: "";
    position: absolute;
    width: 338px;
    height: 338px;
    right: 50%;
    bottom: -50px;
    background: #FFFFFF;
    filter: blur(169.0322723388672px);
    z-index: 1;
    opacity: 0.16;
}

.main-section_blur::after {
    content: "";
    position: absolute;
    width: 507px;
    height: 507px;
    right: 5%;
    bottom: -50%;
    background: #05A3E7;
    filter: blur(169.0322723388672px);
    z-index: 1;
    opacity: 0.16;
}

.header-v2 {
    padding: 80px 0 40px;
}

.header-v2-row {
    display: flex;
    position: relative;
}
  
@media screen and (max-width: 992px) {
    .header-v2__img {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .header-v2 {
      padding: 128px 0 70px;
    } 
}
  
@media screen and (min-width: 992px) {
    .header-v2 {
        padding: 100px 0 70px;
    } 
}

@media screen and (min-width: 992px) {
    .header-v2__text {
        width: 70%;
        padding-top: 30px;
        margin-right: 40px;
    }

    .header-v2__text h1 {
        margin-bottom: 24px;
        font-size: 50px;
        line-height: 1.1;
    }
    
    .header-v2__img {
        position: absolute;
        right: -150px;
    }   
}

.header-v2-btn {
    position: relative;
    z-index: 3;
}

.filter-image {
    position: relative;
    overflow: hidden;
}

.filter-image img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: luminosity;
    filter: brightness(1.03) contrast(1.08);
    transform: translateZ(0);
}

.main-section__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.07;
}

@media screen and (min-width: 720px) {
    .main-section__title {
        font-size: 38px;
    }
}

.main-section__title:not(.main-section__title_no-mb) {
    margin-bottom: 30px;
}

.main-section__subtitle {
    margin-top: 14px;
    margin-bottom: 40px;
}

.content-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 24px;
    font-size: 12px;
    line-height: 1.5;
}

.content-item__description {
    font-size: 16px;
    line-height: 1.5;
}

.content-item__title {
    font-weight: bold;
}

@media screen and (min-width: 720px) {
    .content-item {
        padding: 16px 18px;
    }

    .content-item__description {
        font-size: 14px;
    }
}

.stats-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
    margin-top: 24px;
}

.why-kso-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.how-kso-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.infrastructure-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.infrastructure-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.scenarios-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.added-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

.material-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .stats-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .why-kso-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .infrastructure-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .added-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 50px;
    }

    .material-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .why-kso-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .how-kso-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .infrastructure-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .added-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .material-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .scenarios-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

.content-item_why-kso-item {
    font-size: 15px;
    line-height: 1.15;
}

.content-item_why-kso-item .content-item__title,
.content-item_why-kso-item .content-item__description {
    font-size: inherit;
    line-height: inherit;
}

.content-item_why-kso-item .content-item__description {
    color: #5F7389;
}

.content-item_why-kso-item .content-item__title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    height: 48px;
    width: 48px;
    border-radius: 16px;
}

.content-item_light .content-item__icon {
    color: #0A7ED0;
    background-color: #ECF7FE;
}

.content-item_dark .content-item__icon {
    color: #ffffff;
    background-color: #344354;
}

.content-item_how-kso-item .content-item__title {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
}

.stat-item {
    padding: 10px 14px 10px 18px;
}

.stat-item .content-item__title {
    font-size: 26px;
}

.stat-item .content-item__description {
    font-size: 18px;
}

.infrastructure-main .content-item__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 11px;
}

@media screen and (min-width: 786px) {
    .infrastructure-main .content-item__title {
        font-size: 26px;
    }
}

.infrastructure-main .content-item__description {
    font-size: 17px;
}

.infrastructure-main__icon {
    margin-bottom: 12px;
    height: 92px;
    width: 92px;
    border-radius: 30px;
}

.infrastructure-main__icon img {
    height: 54px;
    width: 54px;
}

.infrastructure-card .content-item__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.infrastructure-card ul {
    padding-left: 28px;
}

.infrastructure-card .content-item__description {
    font-size: 17px;
}

.content-item_light {
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px 0px #051B341F;
    border: 1px solid #EDF1F7;
}

.content-item_dark {
    background-color: #1D2E42;
    color: #FCFCFC;
    border: 1px solid #334455;
}

.scenario-item {
    padding-left: 0;
    padding-right: 0;
}

.scenario-item__title {
    margin-right: auto;
    margin-left: auto;
}

.scenario-item__subitem {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 20px;
}

@media screen and (max-width: 767px) {
    .scenario-item__subitem {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.scenario-item__subitem + .scenario-item__subitem {
    border-top: 1px solid #E7EDF5;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.scenario-item__subitem-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.scenario-item__subitem-description {
    color: #5F7389;
    font-size: 16px;
}

.badge-item {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .badge-item {
        padding: 10px 20px;
    }
}

.badge-item_accent {
    background-color: #E7F5FE;
    color: #0B7FD1;
}

.badge-item_light {
    border-color: #D6EAFA;
    color: #34668D;
}
.products-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.product-card {
    color: #10233A;
}

.product-card__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 2px;
}

.product-card__badge {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
}

.product-card__price-wrap {
    text-align: right;
    margin-left: auto;
}

.product-card__price {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    
}

.product-card__price-note {
    margin-top: 2px;
    font-size: 12px;
}

.product-card__title {
    margin-top: 4px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
}

p.product-card__description {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.product-card__image-wrap {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 20px;
    height: 250px;
    background: linear-gradient(180deg, #EEF8FF 0%, #FFFFFF 100%);
    border: 1px solid #DDEAF6;
    border-radius: 22px;
}

.product-card__image {
    max-height: 100%;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-card__features {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .product-card__features {
        gap: 15px;
    }
}

.product-card__button {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.added-item {
    align-items: center;
    gap: 14px;
    padding-left: 17px;
    padding-right: 17px;
}

.added-item .content-item__title {
    font-size: 16px;
}

.added-item__image-wrap {
    height: 172px;
    width: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D7EBFB;
    border-radius: 45px;
}

.added-item__image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.material-item {
    gap: 16px;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.material-item .content-item__title {
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.material-item:hover {
    border-color: #D7EBFB;
    background: #E8F6FF;
    transition: all 0.3s ease-in-out;
}

.material-item:hover .content-item__title {
    color: var(--accent-color);
}

.compare-table-wrap {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 24px;
    border: 1px solid #475565;
}

.compare-table-hint {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #475565;
    border-radius: 16px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .compare-table-hint {
        display: none;
    }
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
}

.compare-table tr {
    border-bottom: 1px solid #475565;
}

.compare-table th,
.compare-table td {
    padding: 12px 18px;
}

.compare-table th {
    background: #3C4B5C;
}

.compare-table td {
    background: #243548;
}

.compare-table thead th {
    font-weight: bold;
}

.compare-elem {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5px;
    background-color: #606D7A;
    border-radius: 20px;
}

.compare-elem-img-wrap {
    display: flex;
    align-items: center;
    height: 130px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 24px;
    border-radius: 20px;
    background-color: #6B7783;
}

.compare-elem-img-wrap img {
    display: block;
    height: auto;
    max-width: 90px;
    width: auto;
}

.compare-table thead th:nth-child(2),
.compare-table thead th:nth-child(3) {
    text-align: center;
}

.compare-table tbody td {
    text-align: center;
}

.compare-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
}

.compare-table tbody td:first-child img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 8px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(190, 214, 236, 0.28);
    flex-shrink: 0;
}

.compare-table th:first-child,
.compare-table td:first-child {
    width: 326px;
}

.compare-table thead th:first-child {
    vertical-align: bottom;
}

@media (max-width: 767px) {
    .compare-table-wrap {
        margin-right: -12px;
        margin-left: -12px;
        border-radius: 16px;
    }

    .compare-table {
        min-width: 860px;
    }

    .compare-table th,
    .compare-table td {
        padding: 12px 14px;
    }

    .compare-table thead th:first-child {
        width: 220px;
        min-width: 220px;
    }

    .compare-table thead th img {
        width: 120px;
        height: 120px;
        margin-bottom: 8px;
        border-radius: 14px;
    }

    .compare-table tbody td:first-child img {
        width: 22px;
        height: 22px;
        padding: 3px;
    }
}

.form-block {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px 10px;
    background: linear-gradient(180deg, #0A2037 0%, #0F2F4F 100%);
    box-shadow: 0px 20px 50px 0px #051B341F;
    color: #FFFFFF;
    border-radius: 32px;
}

@media screen and (min-width: 992px) {
    .form-block {
        padding: 34px;
        grid-template-columns: 1fr 1fr;
    }
}

.form-block-title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.01;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .form-block-title {
        font-size: 36px;
    }
}

.form-block__form {
    padding: 26px 21px 26px;
    border-radius: 28px;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px 0px #051B341F;
}

.main-form__content {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.main-form-succes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-form-succes-icon {
    height: 52px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 14px;
    background: linear-gradient(97.12deg, #22B8FF 0%, #0B7FD1 100%);
    box-shadow: 0px 12px 24px 0px #22B8FF3D;
}

.main-form-succes__title {
    color: #10233A;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.main-form-succes__text {
    font-size: 16px;
    color: #757575;
}

.main-form__field {
    width: 100%;
}

.main-form__field label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #5F7389;
}

.main-input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #D8E2EE;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    color: #757575;
    outline: none;
}

.main-input::placeholder {
    color: #757575;
    opacity: 1;
}

.main-input:focus {
    border-color: #4AB5F8;
    box-shadow: 0 0 0 2px rgba(74, 181, 248, 0.15);
}

.main-form__select {
    position: relative;
}

.main-form__select select {
    width: 100%;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    background-image: none;
}

.main-form__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #757575;
    border-bottom: 2px solid #757575;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.main-form__select option,
.main-form__select optgroup {
    background-color: #FFFFFF;
    color: #1E2A3A;
}

@media screen and (max-width: 991px) {
    .form-block__form {
        padding: 20px 12px;
    }
}

.main-form__policy {
    margin-top: 2px;
    padding: 2px 0;
}

.main-form__policy-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.1;
    color: #757575;
    font-weight: 400;
}

.main-form__policy-label a {
    color: #0B7FD1;
    text-decoration: none;
}

.main-form__policy-label a:hover {
    text-decoration: underline;
}

.main-form__policy-checkbox {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #D8E2EE;
    background-color: #FFFFFF;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.main-form__policy-checkbox:checked {
    border-color: #0B7FD1;
    background: radial-gradient(circle at center, #0B7FD1 0 36%, #FFFFFF 38% 100%);
}

.main-form__policy-checkbox:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(11, 127, 209, 0.2);
}

.main-form__alerts {
    display: grid;
    gap: 8px;
}

.main-form__alert {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.3;
}

.main-form__alert--error {
    color: #8A2231;
    background-color: #FFEFF2;
    border: 1px solid #F6C4CD;
}

.main-form__alert--success {
    color: #165B2E;
    background-color: #EEFCEF;
    border: 1px solid #BDE8C2;
}

.main-form .d-none {
    display: none;
}

.main-form_calc .main-form__content {
    gap: 14px;
}

.calc-btn {
    margin-left: auto;
    margin-right: auto;
}

.modal-calc__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .modal-calc__wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.modal-calc .modal-dialog {
    max-width: 1400px;
}

.modal-calc .modal-content {
    background: none;
    padding: 0;
}

.modal-calc__wrap > * {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #D7EBFB;
}

.modal-calc__calc {
    background: #ffffff;
}

.modal-calc__result {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #F8FBFE 0%, #FFFFFF 100%);
}

.modal-calc__title {
    margin-bottom: 5px;
    font-size: 28px;
}

.modal-calc__subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.modal-calc__explanation {
    margin: 0;
    font-size: 10px;
    color: #5F7389;
}

.modal-calc__cards {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.modal-calc__badges {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

@media screen and (max-width: 991px) {
    .modal-calc__badges {
        margin-bottom: 20px;
    }
}

.modal-calc__badge {
    font-size: 13px;
}

.calc-result-btn {
    margin: auto auto 0 auto;
}

.calc-result__card {
    box-shadow: none;
}

.calc-result__card .content-item__description {
    font-size: 12px;
    line-height: 1.05;
}

.calc-result__value {
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (min-width: 992px) {
    .calc-result__value {
        font-size: 34px;
    }
}

.modal-v2 .modal-dialog .modal-content {
    padding: 45px 21px;
}

.modal-v2-close {
    position: absolute;
    top: 14px;
    right: 13px;
    height: 17px;
    width: 17px;
}

.files-download-modal__category-title {
    font-size: 18px;
}