/* stylelint-disable declaration-no-important */
/* stylelint-disable selector-pseudo-element-colon-notation */
/* stylelint-disable no-descending-specificity */
/* Row styles */
.styled-row-_1aad45aa7ef7dad1 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.table-row-_1aad45aa7ef7dad1:hover:before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    background-color: var(--bg-gray);
}

@media screen and (max-width: 1439px) {
    .table-row-_1aad45aa7ef7dad1:hover:before {
        left: -32px;
        width: calc(100% + 64px);
    }
}

@media screen and (max-width: 1151px) {
    .table-row-_1aad45aa7ef7dad1:hover:before {
        left: -20px;
        width: calc(100% + 40px);
    }
}

/* Cell styles */
.styled-cell-_1aad45aa7ef7dad1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-cell-_1aad45aa7ef7dad1 {
    padding: 20px 0;
    justify-content: flex-start;
}

@media screen and (max-width: 1439px) {
    .title-cell-_1aad45aa7ef7dad1 {
        padding: 16px 0;
    }
}

@media screen and (max-width: 1151px) {
    .title-cell-_1aad45aa7ef7dad1 {
        padding: 14px 0;
    }
}

.row-title-_1aad45aa7ef7dad1 {
    font-size: 18px;
}

@media screen and (max-width: 968px) {
    .row-title-_1aad45aa7ef7dad1 {
        font-size: 16px !important;
    }
}

.minus-_1aad45aa7ef7dad1 {
    width: 18px;
}

.col-header-cell-_1aad45aa7ef7dad1 {
    display: flex;
    flex-direction: column;
    padding: 0 16px 40px;
}

@media screen and (max-width: 1439px) {
    .col-header-cell-_1aad45aa7ef7dad1 {
        padding: 0 16px 32px;
    }
}

@media screen and (max-width: 1151px) {
    .col-header-cell-_1aad45aa7ef7dad1 {
        padding: 0 13px 28px;
    }
}

.styled-header-_1aad45aa7ef7dad1 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
    .styled-header-_1aad45aa7ef7dad1 {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1151px) {
    .styled-header-_1aad45aa7ef7dad1 {
        margin-bottom: 10px;
    }
}

.styled-header-_1aad45aa7ef7dad1::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    border: 1px solid #dedede;
}

.styled-header-white-background-_1aad45aa7ef7dad1::after {
    left: -32px;
    width: calc(100% + 64px);
}

@media screen and (max-width: 1151px) {
    .styled-header-white-background-_1aad45aa7ef7dad1::after {
        left: -20px;
        width: calc(100% + 40px);
    }
}

.col-header-title-_1aad45aa7ef7dad1 {
    font-weight: bold;
    font-size: 24px !important;
    line-height: 32px !important;
}

@media screen and (max-width: 1439px) {
    .col-header-title-_1aad45aa7ef7dad1 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
}

.col-header-description-_1aad45aa7ef7dad1 {
    font-size: 16px !important;
}

.col-header-description-with-title-_1aad45aa7ef7dad1 {
    margin-top: 12px;
}

@media screen and (max-width: 1151px) {
    .col-header-description-with-title-_1aad45aa7ef7dad1 {
        margin-top: 6px;
    }

    .col-header-description-_1aad45aa7ef7dad1 {
        font-size: 14px !important;
    }
}

.tooltip-icon-_1aad45aa7ef7dad1 {
    vertical-align: text-bottom;
    height: 20px;
    width: 20px;
    margin-left: 4px;
}

.tooltip-icon-_1aad45aa7ef7dad1:hover {
    cursor: pointer;
}

.tooltip-content-_1aad45aa7ef7dad1 {
    font-family: Lato, sans-serif;
    background-color: rgba(37, 37, 37, .9);
    color: #fff;
    padding: 24px 24px 40px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: calc(100vh - 64px);
    scrollbar-width: thin;
    scrollbar-color: var(--text-secondary) transparent;
}

.tooltip-content-_1aad45aa7ef7dad1::-webkit-scrollbar {
    background: transparent;
    width: 4px;
}

.tooltip-content-_1aad45aa7ef7dad1::-webkit-scrollbar-thumb {
    background-color: var(--text-secondary);
    border-radius: 2px;
}

.tooltip-content-_1aad45aa7ef7dad1::-webkit-scrollbar-track {
    background: transparent;
}

.tooltip-content-has-img-_1aad45aa7ef7dad1 {
    width: -moz-min-content;
    width: min-content;
}

.tooltip-content-_1aad45aa7ef7dad1 h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.tooltip-content-_1aad45aa7ef7dad1 p {
    margin-bottom: 0 !important;
    color: white;
}

.tooltip-content-_1aad45aa7ef7dad1 h4 + p,
.tooltip-content-_1aad45aa7ef7dad1 h4 + img {
    margin-top: 12px;
}

.tooltip-content-_1aad45aa7ef7dad1 p + img {
    margin-top: 32px;
}

.tooltip-content-_1aad45aa7ef7dad1 img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 300px;
    max-width: 302px;
    margin: auto 0 0;
    align-self: flex-start;
}

@media (max-width: 700px) {
    .tooltip-content-_1aad45aa7ef7dad1 {
        max-width: 300px;
    }

    .tooltip-content-_1aad45aa7ef7dad1 img {
        max-width: 252px;
    }
}

.checked-_1aad45aa7ef7dad1 {
    width: 17px;
    height: 15px;
}

/* stylelint-disable declaration-no-important */
.styled-holder-dff4f1a175645a7d {
    overflow: auto;
    background-color: var(--bg-primary);
    border-radius: 20px;
    padding: 48px 32px 44px;
    width: calc(100% - 64px);
    max-width: 1392px;
}

.styled-holder-with-title-or-subtitle-dff4f1a175645a7d {
    margin-top: 68px;
}

.styled-holder-on-white-bg-dff4f1a175645a7d {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.columns-holder-dff4f1a175645a7d {
    display: grid;
}

.styled-holder-in-tabs-dff4f1a175645a7d {
    margin-top: 52px;
}

@media (max-width: 1439px) {
    .styled-holder-dff4f1a175645a7d {
        padding: 40px 32px;
        width: calc(100% - 168px);
    }

    .styled-holder-in-tabs-dff4f1a175645a7d {
        margin-top: 44px;
    }
}

@media (max-width: 1151px) {
    .styled-holder-dff4f1a175645a7d {
        padding: 40px 20px 42px;
        width: calc(100% - 40px);
    }

    .styled-holder-in-tabs-dff4f1a175645a7d {
        padding: 44px 20px 42px;
        margin-top: 36px;
    }
}

/* stylelint-disable declaration-no-important */
.cards-holder-de92e686a817d186 {
    width: 100%;
}

.cards-holder-with-title-or-subtitle-de92e686a817d186 {
    margin-top: 44px;
}

.styled-cards-holder-in-tabs-de92e686a817d186 {
    margin-top: 36px;
}

.card-de92e686a817d186 {
    background: var(--bg-primary);
    border-radius: 20px;
    margin-bottom: 16px;
    padding: 24px 24px 40px;
}

.card-on-white-or-gray-bg-de92e686a817d186 {
    box-shadow: 0 10px 84px rgba(62, 83, 157, .081);
}

.card-title-de92e686a817d186 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: bold;
    display: block;
    margin-bottom: 0 !important;
}

.card-description-de92e686a817d186 {
    margin-top: 8px;
    font-size: 14px !important;
    line-height: 20px !important;
    display: block;
}

.card-mobile-title-de92e686a817d186 {
    margin-top: 16px;
    font-size: 16px !important;
    line-height: 20px !important;
    display: block;
}

.card-row-de92e686a817d186 {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
}

.card-row-text-de92e686a817d186 {
    margin-left: 12px;
    font-size: 18px;
}

.tooltip-icon-de92e686a817d186 {
    height: 20px;
    width: 20px;
    margin-left: 4px;
    vertical-align: bottom;
}

.tooltip-icon-de92e686a817d186:hover {
    cursor: pointer;
}

.mobile-tip-de92e686a817d186 {
    width: 100vw;
    height: 100vh;
    padding: 32px 24px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    min-height: 100vh;
    overflow-x: hidden !important;
    z-index: 2000;
    background: rgba(37, 37, 37, .9);
    overflow: auto;
}

.mobile-tip-content-de92e686a817d186 {
    width: 100%;
}

.mobile-tip-title-de92e686a817d186 {
    color: var(--text-white) !important;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 12px !important;
}

.mobile-tip-text-de92e686a817d186 {
    color: var(--text-white) !important;
    margin-top: 12px;
    margin-bottom: 32px !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.mobile-tip-image-de92e686a817d186 {
    margin-bottom: 40px;
    width: 100%;
}

.mobile-tip-button-de92e686a817d186 {
    color: var(--text-white);
    height: 64px;
    padding: 14px 48px;
    margin: 4px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 70px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.mobile-tip-button-icon-de92e686a817d186 {
    height: 15px;
    width: 15px;
    margin-right: 9px;
}

.disable-margin-top-de92e686a817d186 {
    margin-top: 0 !important;
}

.disable-margin-bottom-de92e686a817d186 {
    margin-bottom: 0 !important;
}

/* stylelint-disable selector-max-universal */
/* stylelint-disable no-descending-specificity */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.normalizer-c920ef32bdccc545 h1,
.normalizer-c920ef32bdccc545 h2,
.normalizer-c920ef32bdccc545 h3,
.normalizer-c920ef32bdccc545 h4,
.normalizer-c920ef32bdccc545 h5,
.normalizer-c920ef32bdccc545 h6,
.normalizer-c920ef32bdccc545 p,
.normalizer-c920ef32bdccc545 span {
    font-family: Lato, sans-serif, system-ui;
    color: var(--text-primary);
}

.normalizer-c920ef32bdccc545 h1,
.normalizer-c920ef32bdccc545 h2,
.normalizer-c920ef32bdccc545 h3,
.normalizer-c920ef32bdccc545 h4,
.normalizer-c920ef32bdccc545 h5,
.normalizer-c920ef32bdccc545 h6 {
    font-weight: 700;
}

.normalizer-c920ef32bdccc545 h1 {
    font-size: 64px;
    line-height: 1;
}

.normalizer-c920ef32bdccc545 h1.small-c920ef32bdccc545 {
    font-size: 56px;
}

.normalizer-c920ef32bdccc545 h2 {
    font-size: 48px;
    line-height: 1;
}

.normalizer-c920ef32bdccc545 h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 16px;
}

.normalizer-c920ef32bdccc545 h1,
.normalizer-c920ef32bdccc545 h2,
.normalizer-c920ef32bdccc545 h3 {
    margin-bottom: 28px;
}

.normalizer-c920ef32bdccc545 h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.normalizer-c920ef32bdccc545 p.lead-c920ef32bdccc545,
.normalizer-c920ef32bdccc545 span.lead-c920ef32bdccc545,
.normalizer-c920ef32bdccc545 a.lead-c920ef32bdccc545 {
    font-size: 24px;
    line-height: 1.33;
}

.normalizer-c920ef32bdccc545 p,
.normalizer-c920ef32bdccc545 span,
.normalizer-c920ef32bdccc545 a {
    font-size: 18px;
    line-height: 1.33;
}

.normalizer-c920ef32bdccc545 p {
    margin-bottom: 16px;
}

.normalizer-c920ef32bdccc545 p.gray-c920ef32bdccc545,
.normalizer-c920ef32bdccc545 span.gray-c920ef32bdccc545 {
    color: var(--text-secondary);
}

.normalizer-c920ef32bdccc545 a {
    display: inline-block;
    color: var(--link-color);
}

.normalizer-c920ef32bdccc545 a:visited,
.normalizer-c920ef32bdccc545 a:active {
    color: var(--link-color);
}

.normalizer-c920ef32bdccc545 a:hover {
    color: var(--primary-main-hover);
}

.normalizer-c920ef32bdccc545 img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100vh;
    max-width: 100%;
}

.normalizer-c920ef32bdccc545 ul,
.normalizer-c920ef32bdccc545 ol {
    padding-left: 40px;
}

.normalizer-c920ef32bdccc545 ul li {
    list-style: none;
}

.normalizer-c920ef32bdccc545 ol li {
    list-style: decimal;
}

tr:last-child > td,
tr:last-child > th {
    border-bottom: 0;
}

td {
    border-right: 1px solid var(--text-disabled);
    border-bottom: 1px solid var(--text-disabled);
    padding: 16px;
}

td:last-child {
    border-right: 0;
}

.normalizer-c920ef32bdccc545 *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1151px) {
    .normalizer-c920ef32bdccc545 h1 {
        font-size: 56px;
    }

    .normalizer-c920ef32bdccc545 h1.small-c920ef32bdccc545 {
        font-size: 48px;
    }

    .normalizer-c920ef32bdccc545 h2 {
        font-size: 40px;
    }

    .normalizer-c920ef32bdccc545 h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .normalizer-c920ef32bdccc545 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .normalizer-c920ef32bdccc545 p.lead-c920ef32bdccc545,
    .normalizer-c920ef32bdccc545 span.lead-c920ef32bdccc545,
    .normalizer-c920ef32bdccc545 a.lead-c920ef32bdccc545 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 567px) {
    .normalizer-c920ef32bdccc545 h1 {
        font-size: 40px;
    }

    .normalizer-c920ef32bdccc545 h1.small-c920ef32bdccc545 {
        font-size: 36px;
        line-height: 40px;
    }

    .normalizer-c920ef32bdccc545 h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .normalizer-c920ef32bdccc545 h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .normalizer-c920ef32bdccc545 p.lead-c920ef32bdccc545,
    .normalizer-c920ef32bdccc545 span.lead-c920ef32bdccc545,
    .normalizer-c920ef32bdccc545 a.lead-c920ef32bdccc545 {
        font-size: 20px;
        line-height: 24px;
    }
}

.popup-_0ff3173e13954ca3 {
    display: none;
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
}

.popup-_0ff3173e13954ca3.active-_0ff3173e13954ca3 {
    display: flex;
}

.popup-_0ff3173e13954ca3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: .7;
    z-index: -1;
}

.popup-content-_0ff3173e13954ca3 {
    position: relative;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
}

.popup-content-_0ff3173e13954ca3::-webkit-scrollbar {
    display: none;
}

.close-btn-_0ff3173e13954ca3 {
    background-color: unset;
    outline: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.close-btn-_0ff3173e13954ca3::before,
.close-btn-_0ff3173e13954ca3::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: var(--text-primary);
}

.close-btn-_0ff3173e13954ca3::before {
    transform: rotate(45deg);
}

.close-btn-_0ff3173e13954ca3::after {
    transform: rotate(-45deg);
}

@media (max-width: 900px) {
    .close-btn-_0ff3173e13954ca3 {
        right: 15px;
        top: 15px;
    }
}

.loader-_0ff3173e13954ca3 {
    margin: 40px;
    width: 6em;
    height: 6em;
    border: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid #000;
    border-radius: 50%;
    animation: load8-_0ff3173e13954ca3 1.1s infinite linear;
}

@keyframes load8-_0ff3173e13954ca3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* stylelint-disable declaration-no-important */
.tariff-block-b58a3861972872f3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariff-block-in-tabs-b58a3861972872f3 {
    width: 100%;
}

.title-b58a3861972872f3 {
    padding: 0 32px;
    margin: 0 auto !important;
    width: 880px;
    text-align: center !important;
}

.subtitle-b58a3861972872f3 {
    font-size: 18px !important;
    padding: 0 32px;
    width: 880px;
    margin: 0 auto;
    text-align: center !important;
}

.subtitle-with-title-b58a3861972872f3 {
    margin-top: 28px !important;
}

.subtitle-in-tabs-b58a3861972872f3 {
    padding: 0 32px;
    margin-top: 48px;
}

@media (max-width: 1439px) {
    .title-b58a3861972872f3 {
        padding: 0 84px;
    }

    .subtitle-b58a3861972872f3 {
        padding: 0 84px;
    }

    .subtitle-with-title-b58a3861972872f3 {
        margin-top: 24px !important;
    }

    .subtitle-in-tabs-b58a3861972872f3 {
        margin-top: 40px;
        padding: 0 84px;
    }
}

@media (max-width: 1151px) {
    .title-b58a3861972872f3 {
        padding: 0 20px;
    }

    .subtitle-b58a3861972872f3 {
        padding: 0 20px;
    }

    .subtitle-with-title-b58a3861972872f3 {
        margin-top: 24px !important;
    }

    .subtitle-in-tabs-b58a3861972872f3 {
        margin-top: 32px;
        padding: 0 20px;
    }

    .tariff-block-button-b58a3861972872f3 {
        margin-top: 48px;
    }
}

@media (max-width: 968px) {
    .title-b58a3861972872f3 {
        width: 100%;
    }

    .subtitle-b58a3861972872f3 {
        width: 100%;
    }
}

@media (max-width: 567px) {
    .title-b58a3861972872f3 {
        padding: 0 24px;
    }

    .subtitle-b58a3861972872f3 {
        padding: 0 24px;
    }

    .subtitle-in-tabs-b58a3861972872f3 {
        padding: 0 24px;
    }

    .subtitle-with-title-b58a3861972872f3 {
        margin-top: 16px !important;
    }
}

.tariff-block-button-b58a3861972872f3 {
    margin-top: 72px;
}

