img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #1f39a7;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #1f39a7, 0 0 5px #1f39a7;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: "block";
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #1f39a7;
    border-left-color: #1f39a7;
    border-radius: 50%;
    -webkit-animation: nprogresss-spinner 400ms linear infinite;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iconWithText.cls_2413824507 {
    height: 32px;
}

.landing-navbar.cls_2582562152 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.landing-navbar.cls_2582562152>*.cls_2582562152:not(:last-child) {
    margin-right: 30px;
}

.landing-navbar.cls_2582562152 a.cls_2582562152 {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.landing-navbar.cls_2582562152 a.cls_2582562152:hover {
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
    cursor: pointer;
}

button.cls_1721907160 {
    width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    line-height: 13px;
    outline: none !important;
    border: none;
}

button.lg.cls_1721907160 {
    height: 70px;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: bold;
}

button.sm.cls_1721907160 {
    font-weight: inherit;
    padding: 0 20px;
    height: 2.75rem;
}

button.green.cls_1721907160 {
    background: var(--green);
    color: white;
}

button.green.cls_1721907160:hover {
    background: var(--green-hover);
}

button.green.cls_1721907160:active {
    background: var(--green-active);
}

button.transparent.cls_1721907160 {
    color: #fff;
    background: transparent;
    border: 2px solid var(--green);
}

button.transparent.cls_1721907160:hover {
    border-color: var(--green-hover);
}

button.transparent.cls_1721907160:active {
    border-color: var(--green-active);
}

button.white.cls_1721907160 {
    background: #ffffff;
    color: #000000;
}

button.white.cls_1721907160:hover {
    background: var(--grey);
}

button.white.cls_1721907160:active {
    background: var(--grey);
}

button.black.cls_1721907160 {
    background: #000;
    color: #fff;
}

@media only screen and (max-width:544px) {
    button.lg.cls_1721907160 {
        height: 60px;
        padding: 0 13px;
    }
}

.box.cls_1206037668 {
    box-sizing: border-box;
}

.box_display-flex.cls_1206037668 {
    display: flex;
}

.box_pos-undefined.cls_1206037668 {
    position: undefined;
}

.box_jc-undefined.cls_1206037668 {
    -webkit-box-pack: undefined;
    -webkit-justify-content: undefined;
    -ms-flex-pack: undefined;
    justify-content: undefined;
}

.box_ai-undefined.cls_1206037668 {
    -webkit-align-items: undefined;
    -webkit-box-align: undefined;
    -ms-flex-align: undefined;
    align-items: undefined;
}

.box_fw-undefined.cls_1206037668 {
    -webkit-flex-wrap: undefined;
    -ms-flex-wrap: undefined;
    flex-wrap: undefined;
}

.box_fd-undefined.cls_1206037668 {
    -webkit-flex-direction: undefined;
    -ms-flex-direction: undefined;
    flex-direction: undefined;
}

.box_gap-undefined.cls_1206037668 {
    gap: undefinedpx;
}

.box_gta.cls_1206037668 {
    grid-template-areas: undefined;
}

.box_gtc.cls_1206037668 {
    grid-template-columns: undefined;
}

.box_gtr.cls_1206037668 {
    grid-template-rows: undefined;
}

.box_ga.cls_1206037668 {
    grid-area: undefined;
}

.box_top-undefined.cls_1206037668 {
    top: undefinedpx;
}

.box_bottom-undefined.cls_1206037668 {
    bottom: undefinedpx;
}

.box_left-undefined.cls_1206037668 {
    left: undefinedpx;
}

.box_right-undefined.cls_1206037668 {
    right: undefinedpx;
}

.box_zi-undefined.cls_1206037668 {
    z-index: undefined;
}

.box_br-undefined.cls_1206037668 {
    border-radius: undefinedpx;
}

.box_bc-undefined.cls_1206037668 {
    background-color: var(--undefined);
}

.box_minw-undefined.cls_1206037668 {
    min-width: undefinedpx;
}

.box_maxw-undefined.cls_1206037668 {
    max-width: undefinedpx;
}

.box_minh-undefined.cls_1206037668 {
    min-height: undefinedpx;
}

.box_maxh-undefined.cls_1206037668 {
    max-height: undefinedpx;
}

.box_w.cls_1206037668 {
    width: undefined;
}

.box_h.cls_1206037668 {
    height: undefined;
}

.box_ofx-undefined.cls_1206037668 {
    overflow-x: undefined;
}

.box_ofy-undefined.cls_1206037668 {
    overflow-y: undefined;
}

.box_mt-undefined.cls_1206037668 {
    margin-top: undefinedpx;
}

.box_mr-undefined.cls_1206037668 {
    margin-right: undefinedpx;
}

.box_mb-undefined.cls_1206037668 {
    margin-bottom: undefinedpx;
}

.box_ml-undefined.cls_1206037668 {
    margin-left: undefinedpx;
}

.box_pt-undefined.cls_1206037668 {
    padding-top: undefinedpx;
}

.box_pr-undefined.cls_1206037668 {
    padding-right: undefinedpx;
}

.box_pb-undefined.cls_1206037668 {
    padding-bottom: undefinedpx;
}

.box_pl-undefined.cls_1206037668 {
    padding-left: undefinedpx;
}

.toggler.cls_3581049961 {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-top: -20px;
}

.toggler.cls_3581049961 .dash.cls_3581049961 {
    position: relative;
}

.mobile-nav {display:none;}

.toggler.cls_3581049961 .dash.cls_3581049961,
.toggler.cls_3581049961 .dash.cls_3581049961:before,
.toggler.cls_3581049961 .dash.cls_3581049961:after {
    width: 100%;
    height: 3px;
    background: #0e3db8;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 9px;
}

.toggler.cls_3581049961 .dash.cls_3581049961:before,
.toggler.cls_3581049961 .dash.cls_3581049961:after {
    content: "";
    position: absolute;
}

.toggler.cls_3581049961 .dash.cls_3581049961:after {
    top: -9px;
}

.toggler.opened.cls_3581049961 .dash.cls_3581049961 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggler.opened.cls_3581049961 .dash.cls_3581049961:before,
.toggler.opened.cls_3581049961 .dash.cls_3581049961:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggler.opened.cls_3581049961 .dash.cls_3581049961:after {
    opacity: 0;
}

.toggler.opened.cls_3581049961:hover .dash.cls_3581049961 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu.cls_3581049961 {
    position: absolute;
    z-index: 10;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    box-shadow: 0px 15px 40px -40px black;
}

.overlay.cls_3581049961 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.box.cls_2661428612 {
    box-sizing: border-box;
}

.box_display-flex.cls_2661428612 {
    display: flex;
}

.box_pos-undefined.cls_2661428612 {
    position: undefined;
}

.box_jc-space-between.cls_2661428612 {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.box_ai-center.cls_2661428612 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_fw-undefined.cls_2661428612 {
    -webkit-flex-wrap: undefined;
    -ms-flex-wrap: undefined;
    flex-wrap: undefined;
}

.box_fd-undefined.cls_2661428612 {
    -webkit-flex-direction: undefined;
    -ms-flex-direction: undefined;
    flex-direction: undefined;
}

.box_gap-undefined.cls_2661428612 {
    gap: undefinedpx;
}

.box_gta.cls_2661428612 {
    grid-template-areas: undefined;
}

.box_gtc.cls_2661428612 {
    grid-template-columns: undefined;
}

.box_gtr.cls_2661428612 {
    grid-template-rows: undefined;
}

.box_ga.cls_2661428612 {
    grid-area: undefined;
}

.box_top-undefined.cls_2661428612 {
    top: undefinedpx;
}

.box_bottom-undefined.cls_2661428612 {
    bottom: undefinedpx;
}

.box_left-undefined.cls_2661428612 {
    left: undefinedpx;
}

.box_right-undefined.cls_2661428612 {
    right: undefinedpx;
}

.box_zi-undefined.cls_2661428612 {
    z-index: undefined;
}

.box_br-undefined.cls_2661428612 {
    border-radius: undefinedpx;
}

.box_bc-undefined.cls_2661428612 {
    background-color: var(--undefined);
}

.box_minw-undefined.cls_2661428612 {
    min-width: undefinedpx;
}

.box_maxw-undefined.cls_2661428612 {
    max-width: undefinedpx;
}

.box_minh-undefined.cls_2661428612 {
    min-height: undefinedpx;
}

.box_maxh-undefined.cls_2661428612 {
    max-height: undefinedpx;
}

.box_w.cls_2661428612 {
    width: undefined;
}

.box_h.cls_2661428612 {
    height: undefined;
}

.box_ofx-undefined.cls_2661428612 {
    overflow-x: undefined;
}

.box_ofy-undefined.cls_2661428612 {
    overflow-y: undefined;
}

.box_mt-undefined.cls_2661428612 {
    margin-top: undefinedpx;
}

.box_mr-undefined.cls_2661428612 {
    margin-right: undefinedpx;
}

.box_mb-undefined.cls_2661428612 {
    margin-bottom: undefinedpx;
}

.box_ml-undefined.cls_2661428612 {
    margin-left: undefinedpx;
}

.box_pt-undefined.cls_2661428612 {
    padding-top: undefinedpx;
}

.box_pr-undefined.cls_2661428612 {
    padding-right: undefinedpx;
}

.box_pb-undefined.cls_2661428612 {
    padding-bottom: undefinedpx;
}

.box_pl-undefined.cls_2661428612 {
    padding-left: undefinedpx;
}

header.cls_763949994 {
    width: 100%;
    height: 80px;
    min-height: 80px;
    background: white;
}

header.cls_763949994 .inner-container {
    margin: 0 auto;
    height: 100%;
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
}

.mobile-nav .landing-navbar>* {
    margin-bottom: 30px;
}

.landing-header {
    height: 80px !important;
    padding-top: 0;
}

@media only screen and (max-width:970px) {
    .landing-header {
        height: 70px !important;
    }

    .desktop-nav.cls_4138232460 {
        display: none;
    }

    .mobile-nav.cls_4138232460 {
        display: block !important;
        margin-top: -18px;
    }
}

.buttonText.cls_2001752242 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
}

.buttonText.cls_2001752242>span.cls_2001752242:nth-child(2) {
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.box.cls_2710064132 {
    box-sizing: border-box;
}

.box_display-flex.cls_2710064132 {
    display: flex;
}

.box_pos-undefined.cls_2710064132 {
    position: undefined;
}

.box_jc-undefined.cls_2710064132 {
    -webkit-box-pack: undefined;
    -webkit-justify-content: undefined;
    -ms-flex-pack: undefined;
    justify-content: undefined;
}

.box_ai-center.cls_2710064132 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_fw-wrap.cls_2710064132 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_fd-undefined.cls_2710064132 {
    -webkit-flex-direction: undefined;
    -ms-flex-direction: undefined;
    flex-direction: undefined;
}

.box_gap-undefined.cls_2710064132 {
    gap: undefinedpx;
}

.box_gta.cls_2710064132 {
    grid-template-areas: undefined;
}

.box_gtc.cls_2710064132 {
    grid-template-columns: undefined;
}

.box_gtr.cls_2710064132 {
    grid-template-rows: undefined;
}

.box_ga.cls_2710064132 {
    grid-area: undefined;
}

.box_top-undefined.cls_2710064132 {
    top: undefinedpx;
}

.box_bottom-undefined.cls_2710064132 {
    bottom: undefinedpx;
}

.box_left-undefined.cls_2710064132 {
    left: undefinedpx;
}

.box_right-undefined.cls_2710064132 {
    right: undefinedpx;
}

.box_zi-undefined.cls_2710064132 {
    z-index: undefined;
}

.box_br-undefined.cls_2710064132 {
    border-radius: undefinedpx;
}

.box_bc-undefined.cls_2710064132 {
    background-color: var(--undefined);
}

.box_minw-undefined.cls_2710064132 {
    min-width: undefinedpx;
}

.box_maxw-undefined.cls_2710064132 {
    max-width: undefinedpx;
}

.box_minh-undefined.cls_2710064132 {
    min-height: undefinedpx;
}

.box_maxh-undefined.cls_2710064132 {
    max-height: undefinedpx;
}

.box_w.cls_2710064132 {
    width: undefined;
}

.box_h.cls_2710064132 {
    height: undefined;
}

.box_ofx-undefined.cls_2710064132 {
    overflow-x: undefined;
}

.box_ofy-undefined.cls_2710064132 {
    overflow-y: undefined;
}

.box_mt-undefined.cls_2710064132 {
    margin-top: undefinedpx;
}

.box_mr-undefined.cls_2710064132 {
    margin-right: undefinedpx;
}

.box_mb-undefined.cls_2710064132 {
    margin-bottom: undefinedpx;
}

.box_ml-undefined.cls_2710064132 {
    margin-left: undefinedpx;
}

.box_pt-undefined.cls_2710064132 {
    padding-top: undefinedpx;
}

.box_pr-undefined.cls_2710064132 {
    padding-right: undefinedpx;
}

.box_pb-undefined.cls_2710064132 {
    padding-bottom: undefinedpx;
}

.box_pl-undefined.cls_2710064132 {
    padding-left: undefinedpx;
}

.background-blob.cls_937361705 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.desktop-main-pic.cls_937361705 {
    position: absolute;
    top: -140px;
    right: 0px;
    z-index: -1;
}

.mobile-main-pic.cls_937361705 {
    display: none;
    position: absolute;
    top: -65px;
    right: 0;
    z-index: -1;
}

.inner-content-wrapper.cls_937361705 {
    position: relative;
}

.testing-period.cls_937361705 b.cls_937361705 {
    display: block;
}

.testing-period.cls_937361705 {
    width: 160px;
    margin: 0;
    margin-left: 40px;
    line-height: 18px;
}

section.cls_937361705 {
    text-align: left !important;
    padding-top: 136px;
    padding-bottom: 222px;
    background: url("/assets/svg/overview-background-blob.svg");
}

h2.cls_937361705 {
    margin-bottom: 27px !important;
    line-height: 50px;
}

.background-green.cls_937361705 {
    border-radius: 8px;
    padding: 4px 0;
    color: var(--green);
    position: relative;
}

@media only screen and (max-width:999px) {
    .desktop-main-pic.cls_937361705 {
        display: none;
    }

    .mobile-main-pic.cls_937361705 {
        display: block;
    }

    section.cls_937361705 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: white;
        padding-top: 45px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width:1100px) {
    .background-blob.cls_937361705 {
        display: none;
    }
}

@media only screen and (max-width:544px) {
    .testing-period.cls_937361705 {
        margin: auto;
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .testing-period.cls_937361705 b.cls_937361705 {
        display: inline;
    }

    .log-in-button.cls_937361705 {
        width: 100%;
    }
}

.main-content.cls_4214738902 {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(46, 61, 98, 0.03);
}

.utility-block {
    text-align: left;
    padding: 51px 30px !important;
    position: relative;
}

h3.cls_2682168195 {
    margin-bottom: 1.5rem;
}

p.cls_2682168195 {
    margin: 0;
    line-height: 24px;
}

.icon.cls_2682168195 {
    position: absolute;
    top: -30px;
    right: 28px;
}

.icon svg {
    height: 135px;
}

@media only screen and (max-width:470px) {
    .utility-block {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 20px !important;
    }

    .icon svg {
        height: 79px;
    }

    h3.cls_2682168195 {
        margin-bottom: 9px;
    }
}

section.cls_2616386432 {
    padding-top: 117px;
    padding-bottom: 100px;
}

h2.cls_2616386432 {
    margin-bottom: 104px;
}

.blocks.cls_2616386432 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 460px));
    grid-template-rows: repeat(auto-fit, fit-content);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    row-gap: 50px;
}

.intersected-blob.cls_2616386432 {
    position: absolute;
    top: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (max-width:999px) {
    section.cls_2616386432 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    h2.cls_2616386432 {
        margin-bottom: 63px;
    }

    .intersected-blob.cls_2616386432 {
        display: none;
    }
}

.service-block.cls_1556588729 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 440px;
    text-align: left;
}

.service-block.without-title.cls_1556588729 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.icon.cls_1556588729 {
    max-width: 80px;
    margin-right: 30px;
}

.service-block.without-title.cls_1556588729 .icon.cls_1556588729 {
    margin-right: 0px;
}

.text-content-container.cls_1556588729 {
    max-width: 330px;
    margin-top: 5px;
}

.body.cls_1556588729 {
    margin: 0;
    line-height: 24px;
    overflow-wrap: break-word;
}

h3.cls_1556588729 {
    margin-bottom: 14px;
}

@media only screen and (max-width:470px) {
    h3.cls_1556588729 {
        margin-bottom: 11px;
    }

    .body.cls_1556588729 {
        line-height: 18px;
    }

    .icon.cls_1556588729 {
        margin-right: 20px;
    }
}

.box.cls_731684292 {
    box-sizing: border-box;
}

.box_display-flex.cls_731684292 {
    display: flex;
}

.box_pos-undefined.cls_731684292 {
    position: undefined;
}

.box_jc-undefined.cls_731684292 {
    -webkit-box-pack: undefined;
    -webkit-justify-content: undefined;
    -ms-flex-pack: undefined;
    justify-content: undefined;
}

.box_ai-center.cls_731684292 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box_fw-undefined.cls_731684292 {
    -webkit-flex-wrap: undefined;
    -ms-flex-wrap: undefined;
    flex-wrap: undefined;
}

.box_fd-column.cls_731684292 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box_gap-undefined.cls_731684292 {
    gap: undefinedpx;
}

.box_gta.cls_731684292 {
    grid-template-areas: undefined;
}

.box_gtc.cls_731684292 {
    grid-template-columns: undefined;
}

.box_gtr.cls_731684292 {
    grid-template-rows: undefined;
}

.box_ga.cls_731684292 {
    grid-area: undefined;
}

.box_top-undefined.cls_731684292 {
    top: undefinedpx;
}

.box_bottom-undefined.cls_731684292 {
    bottom: undefinedpx;
}

.box_left-undefined.cls_731684292 {
    left: undefinedpx;
}

.box_right-undefined.cls_731684292 {
    right: undefinedpx;
}

.box_zi-undefined.cls_731684292 {
    z-index: undefined;
}

.box_br-undefined.cls_731684292 {
    border-radius: undefinedpx;
}

.box_bc-undefined.cls_731684292 {
    background-color: var(--undefined);
}

.box_minw-undefined.cls_731684292 {
    min-width: undefinedpx;
}

.box_maxw-undefined.cls_731684292 {
    max-width: undefinedpx;
}

.box_minh-undefined.cls_731684292 {
    min-height: undefinedpx;
}

.box_maxh-undefined.cls_731684292 {
    max-height: undefinedpx;
}

.box_w.cls_731684292 {
    width: undefined;
}

.box_h.cls_731684292 {
    height: undefined;
}

.box_ofx-undefined.cls_731684292 {
    overflow-x: undefined;
}

.box_ofy-undefined.cls_731684292 {
    overflow-y: undefined;
}

.box_mt-undefined.cls_731684292 {
    margin-top: undefinedpx;
}

.box_mr-undefined.cls_731684292 {
    margin-right: undefinedpx;
}

.box_mb-undefined.cls_731684292 {
    margin-bottom: undefinedpx;
}

.box_ml-undefined.cls_731684292 {
    margin-left: undefinedpx;
}

.box_pt-undefined.cls_731684292 {
    padding-top: undefinedpx;
}

.box_pr-undefined.cls_731684292 {
    padding-right: undefinedpx;
}

.box_pb-undefined.cls_731684292 {
    padding-bottom: undefinedpx;
}

.box_pl-undefined.cls_731684292 {
    padding-left: undefinedpx;
}

.box.cls_159807876 {
    box-sizing: border-box;
}

.box_display-flex.cls_159807876 {
    display: flex;
}

.box_pos-undefined.cls_159807876 {
    position: undefined;
}

.box_jc-center.cls_159807876 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_ai-undefined.cls_159807876 {
    -webkit-align-items: undefined;
    -webkit-box-align: undefined;
    -ms-flex-align: undefined;
    align-items: undefined;
}

.box_fw-undefined.cls_159807876 {
    -webkit-flex-wrap: undefined;
    -ms-flex-wrap: undefined;
    flex-wrap: undefined;
}

.box_fd-undefined.cls_159807876 {
    -webkit-flex-direction: undefined;
    -ms-flex-direction: undefined;
    flex-direction: undefined;
}

.box_gap-undefined.cls_159807876 {
    gap: undefinedpx;
}

.box_gta.cls_159807876 {
    grid-template-areas: undefined;
}

.box_gtc.cls_159807876 {
    grid-template-columns: undefined;
}

.box_gtr.cls_159807876 {
    grid-template-rows: undefined;
}

.box_ga.cls_159807876 {
    grid-area: undefined;
}

.box_top-undefined.cls_159807876 {
    top: undefinedpx;
}

.box_bottom-undefined.cls_159807876 {
    bottom: undefinedpx;
}

.box_left-undefined.cls_159807876 {
    left: undefinedpx;
}

.box_right-undefined.cls_159807876 {
    right: undefinedpx;
}

.box_zi-undefined.cls_159807876 {
    z-index: undefined;
}

.box_br-undefined.cls_159807876 {
    border-radius: undefinedpx;
}

.box_bc-undefined.cls_159807876 {
    background-color: var(--undefined);
}

.box_minw-undefined.cls_159807876 {
    min-width: undefinedpx;
}

.box_maxw-undefined.cls_159807876 {
    max-width: undefinedpx;
}

.box_minh-undefined.cls_159807876 {
    min-height: undefinedpx;
}

.box_maxh-undefined.cls_159807876 {
    max-height: undefinedpx;
}

.box_w.cls_159807876 {
    width: undefined;
}

.box_h.cls_159807876 {
    height: undefined;
}

.box_ofx-undefined.cls_159807876 {
    overflow-x: undefined;
}

.box_ofy-undefined.cls_159807876 {
    overflow-y: undefined;
}

.box_mt-undefined.cls_159807876 {
    margin-top: undefinedpx;
}

.box_mr-undefined.cls_159807876 {
    margin-right: undefinedpx;
}

.box_mb-undefined.cls_159807876 {
    margin-bottom: undefinedpx;
}

.box_ml-undefined.cls_159807876 {
    margin-left: undefinedpx;
}

.box_pt-undefined.cls_159807876 {
    padding-top: undefinedpx;
}

.box_pr-undefined.cls_159807876 {
    padding-right: undefinedpx;
}

.box_pb-undefined.cls_159807876 {
    padding-bottom: undefinedpx;
}

.box_pl-undefined.cls_159807876 {
    padding-left: undefinedpx;
}

.column>*:not(:last-child) {
    margin-bottom: 70px;
}

.features>* {
    white-space: nowrap;
}

section.cls_1336720554 {
    padding-top: 238px;
    padding-bottom: 215px;
    background: url("/assets/svg/services-background-blob.svg");
}

h2.cls_1336720554 {
    margin-bottom: 129px;
}

.inner-content-wrapper.cls_1336720554 {
    position: relative;
}

.columns.cls_1336720554 {
    display: grid;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    row-gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 152px;
    grid-template-columns: repeat(auto-fill, minmax(min-content, 410px));
}

.features.cls_1336720554 {
    display: grid;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    grid-template-columns: repeat(3, 80px);
    margin-top: 92px;
    margin-bottom: 124px;
    font-size: 16px;
}

.background-blob.cls_1336720554 {
    position: absolute;
    left: 0;
    right: 0;
    top: 1657px;
}

.intersected-blob.cls_1336720554 {
    position: absolute;
    right: 115px;
    top: calc(100% + 12px);
}

.services__items.cls_1336720554 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.services__item.cls_1336720554 {
    list-style-type: none;
    margin-bottom: 70px;
}

.services__item.cls_1336720554:nth-child(odd) {
    margin-right: 30px;
}

@media only screen and (max-width:470px) {
    .columns svg {
        width: 53px;
        height: 53px;
    }

    .log-in-button.cls_1336720554 {
        width: 100%;
    }

    .services__items.cls_1336720554 {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}

@media only screen and (max-width:999px) {
    .intersected-blob.cls_1336720554 {
        display: none;
    }

    section.cls_1336720554 {
        padding: 50px 0;
        background: white;
    }

    .services__item.cls_1336720554:nth-child(odd) {
        margin-right: 0;
    }
}

@media only screen and (max-width:730px) {
    .features>*:not(:last-child) {
        margin-bottom: 60px;
    }

    .features.cls_1336720554 {
        grid-template-columns: 80px;
    }
}

@media only screen and (max-width:909px) {
    .column>*:not(:last-child) {
        margin-bottom: 30px;
    }

    .services__item.cls_1336720554 {
        margin-bottom: 30px;
    }

    h2.cls_1336720554 {
        margin-bottom: 40px;
    }

    .columns.cls_1336720554 {
        margin-bottom: 50px;
    }

    .features.cls_1336720554 {
        margin: 70px 0;
    }
}

.carousel-with-controls {
    width: 100%;
    margin-bottom: 50px !important;
}

.carousel {
    max-width: 700px;
    padding: 40px;
    background: white;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    text-align: left;
    line-height: 24px;
    word-break: break-word;
}

.carousel-item {
    display: block;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.carousel-item:not(.active) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-item.active~.carousel-item {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev,
.carousel-item-next {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.carousel-item.active,
.carousel-item-prev,
.carousel-item-next {
    opacity: 1 !important;
}

.carousel-wrapper.cls_2376803169 {
    position: relative;
}

.carousel-wrapper.cls_2376803169:after {
    content: "”";
    position: absolute;
    top: -27px;
    right: 20px;
    font-size: 150px;
    font-weight: bold;
    line-height: 144px;
    color: var(--green);
}

.arrow.cls_2376803169 {
    cursor: pointer;
}

.arrow.right.cls_2376803169 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (max-width:800px) {
    .carousel-with-controls {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .arrow.cls_2376803169 {
        padding: 0 10px;
    }
}

@media only screen and (max-width:470px) {
    .carousel {
        padding: 20px;
    }

    .carousel-wrapper.cls_2376803169:after {
        font-size: 100px;
        line-height: 96px;
    }
}

.box.cls_1860928164 {
    box-sizing: border-box;
}

.box_display-flex.cls_1860928164 {
    display: flex;
}

.box_pos-undefined.cls_1860928164 {
    position: undefined;
}

.box_jc-center.cls_1860928164 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_ai-baseline.cls_1860928164 {
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.box_fw-undefined.cls_1860928164 {
    -webkit-flex-wrap: undefined;
    -ms-flex-wrap: undefined;
    flex-wrap: undefined;
}

.box_fd-undefined.cls_1860928164 {
    -webkit-flex-direction: undefined;
    -ms-flex-direction: undefined;
    flex-direction: undefined;
}

.box_gap-undefined.cls_1860928164 {
    gap: undefinedpx;
}

.box_gta.cls_1860928164 {
    grid-template-areas: undefined;
}

.box_gtc.cls_1860928164 {
    grid-template-columns: undefined;
}

.box_gtr.cls_1860928164 {
    grid-template-rows: undefined;
}

.box_ga.cls_1860928164 {
    grid-area: undefined;
}

.box_top-undefined.cls_1860928164 {
    top: undefinedpx;
}

.box_bottom-undefined.cls_1860928164 {
    bottom: undefinedpx;
}

.box_left-undefined.cls_1860928164 {
    left: undefinedpx;
}

.box_right-undefined.cls_1860928164 {
    right: undefinedpx;
}

.box_zi-undefined.cls_1860928164 {
    z-index: undefined;
}

.box_br-undefined.cls_1860928164 {
    border-radius: undefinedpx;
}

.box_bc-undefined.cls_1860928164 {
    background-color: var(--undefined);
}

.box_minw-undefined.cls_1860928164 {
    min-width: undefinedpx;
}

.box_maxw-undefined.cls_1860928164 {
    max-width: undefinedpx;
}

.box_minh-undefined.cls_1860928164 {
    min-height: undefinedpx;
}

.box_maxh-undefined.cls_1860928164 {
    max-height: undefinedpx;
}

.box_w.cls_1860928164 {
    width: undefined;
}

.box_h.cls_1860928164 {
    height: undefined;
}

.box_ofx-undefined.cls_1860928164 {
    overflow-x: undefined;
}

.box_ofy-undefined.cls_1860928164 {
    overflow-y: undefined;
}

.box_mt-undefined.cls_1860928164 {
    margin-top: undefinedpx;
}

.box_mr-undefined.cls_1860928164 {
    margin-right: undefinedpx;
}

.box_mb-undefined.cls_1860928164 {
    margin-bottom: undefinedpx;
}

.box_ml-undefined.cls_1860928164 {
    margin-left: undefinedpx;
}

.box_pt-undefined.cls_1860928164 {
    padding-top: undefinedpx;
}

.box_pr-undefined.cls_1860928164 {
    padding-right: undefinedpx;
}

.box_pb-undefined.cls_1860928164 {
    padding-bottom: undefinedpx;
}

.box_pl-undefined.cls_1860928164 {
    padding-left: undefinedpx;
}

.companies {
    max-width: 700px;
    height: 134px;
}

.companies>*:not(:last-child) {
    margin-right: 50px;
}

.company .logo svg {
    width: 100%;
    height: 100%;
}

.scroll-container.cls_663081536 {
    max-width: 100%;
    overflow-x: auto;
}

.company.cls_663081536 {
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0.3;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

.company.cls_663081536:hover {
    opacity: 0.5;
}

.company.active.cls_663081536 {
    width: 100px;
    height: 100px;
    opacity: 1;
}

.company.cls_663081536 .name.cls_663081536 {
    margin-top: 10px;
    line-height: 24px;
}

@media only screen and (max-width:800px) {
    .companies {
        margin: 0 auto !important;
        padding: 0 20px !important;
    }

    .scroll-container.cls_663081536 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 100vw;
    }
}

@media only screen and (max-width:470px) {
    .companies {
        height: 104px;
    }

    .companies>*:not(:last-child) {
        margin-right: 30px;
    }

    .company.cls_663081536 {
        width: 40px;
        height: 40px;
    }

    .company.active.cls_663081536 {
        width: 70px;
        height: 70px;
    }
}

.carousel-container {
    max-width: 960px;
}

h2.cls_4288242961 {
    margin-bottom: 67px;
}

section.cls_4288242961 {
    padding-top: 120px;
    padding-bottom: 93px;
}

@media only screen and (max-width:999px) {
    section.cls_4288242961 {
        padding: 50px 0;
        background: white;
    }

    h2.cls_4288242961 {
        margin-bottom: 46px;
    }
}

table.cls_2466351116 {
    width: 100%;
}

tr.cls_2466351116 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

td.cls_2466351116 {
    padding: 0;
}

tr.cls_2466351116:not(:last-child) {
    margin-bottom: 26px;
}

thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116 {
    text-align: left;
}

table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:first-child {
    width: 195px;
}

table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:first-child {
    width: 195px;
}

table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:nth-child(2) {
    width: 200px;
    text-align: center;
}

table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:nth-child(2) {
    width: 200px;
    text-align: center;
}

table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:nth-child(3) {
    width: 200px;
    text-align: center;
}

table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:nth-child(3) {
    width: 200px;
    text-align: center;
}

.table-container.cls_2466351116 {
    max-width: 660px;
    padding: 40px;
    margin: auto;
    line-height: 24px;
    background: white;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.quantity.cls_2466351116,
.price.cls_2466351116 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}

.quantity.cls_2466351116 {
    text-align: left;
}

.price.cls_2466351116 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.space-between-columns.cls_2466351116 {
    height: 1px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background: #f5f5f5;
}

.space-between-columns_head.cls_2466351116 {
    background: transparent;
}

.fine-column-cell.cls_2466351116 {
    padding-right: 38px;
}

@media only screen and (max-width:680px) {
    table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:first-child {
        width: 175px;
    }

    table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:first-child {
        width: 175px;
    }

    table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:nth-child(2) {
        width: 120px;
        margin-left: auto;
    }

    table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:nth-child(2) {
        width: 120px;
        margin-left: auto;
    }

    table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:nth-child(3) {
        width: 100px;
        margin-left: auto;
    }

    table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:nth-child(3) {
        width: 100px;
        margin-left: auto;
    }

    .table-container.cls_2466351116 {
        padding: 20px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:470px) {
    .table-container.cls_2466351116 {
        padding: 20px;
        padding-bottom: 40px;
        font-size: 14px;
    }

    tr.cls_2466351116:not(:last-child) {
        margin-bottom: 1rem;
    }

    table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:first-child {
        width: 95px;
    }

    table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:first-child {
        width: 95px;
    }

    table.cls_2466351116 thead.cls_2466351116 tr.cls_2466351116 th.cls_2466351116:nth-child(2) {
        width: 115px;
    }

    table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 td.cls_2466351116:nth-child(2) {
        width: 115px;
    }

    table.cls_2466351116 tbody.cls_2466351116 tr.cls_2466351116 {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tarrifs-table {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

section.cls_3121710923 {
    padding-top: 123px;
    padding-bottom: 150px;
}

h2.cls_3121710923 {
    margin-bottom: 82px;
}

.inner-content-wrapper.cls_3121710923 {
    position: relative;
}

@media only screen and (max-width:920px) {
    .tarrifs-table {
        margin-top: 10px !important;
    }

    section.cls_3121710923 {
        padding: 50px 0;
    }

    h2.cls_3121710923 {
        margin-bottom: 40px;
    }

    .blob.cls_3121710923,
    .line-with-circle.cls_3121710923 {
        display: none;
    }
}

@media only screen and (max-width:533px) {
    .log-in-button.cls_3121710923 {
        width: 100%;
    }
}

@media only screen and (max-width:470px) {
    .nav-tabs .nav-link {
        font-size: 12px;
        line-height: 11px;
    }

    .nav-tabs .nav-link.active {
        height: 34px;
        padding: 0 20px;
    }

    .nav-tabs>*:not(:last-child) {
        margin-right: 20px;
    }

    .nav-tabs .weekly-tab span {
        display: none;
    }

    .nav-tabs .weekly-tab:before {
        content: "Еженедельные";
    }
}

.to-top.cls_2953984556 {
    position: relative;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
}

.arrow.cls_2953984556 {
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--green);
}

.to-top.cls_2953984556:hover .arrow.cls_2953984556 {
    color: var(--green-hover);
}

.to-top.cls_2953984556:active .arrow.cls_2953984556 {
    color: var(--green-active);
}

footer .landing-navbar>*:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 27px;
}

footer.cls_472319654 {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding-top: 130px;
    padding-bottom: 240px;
    background: #363636;
}

.with-image.cls_472319654 {
    padding-top: 189px;
    background: url("/assets/svg/footer-background-blob.svg");
}

.inner-content-wrapper.cls_472319654 {
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-rows: 44px fit-content;
    grid-template-areas: "logo navbar log-in-button""сopyright . support";
}

.logo.cls_472319654 {
    grid-area: logo;
}

.сopyright.cls_472319654 {
    grid-area: сopyright;
}

.footer-navbar.cls_472319654 {
    grid-area: navbar;
    margin-top: 17px;
    white-space: nowrap;
}

.log-in-button.cls_472319654 {
    grid-area: log-in-button;
}

.support.cls_472319654 {
    grid-area: support;
}

.footer-navbar.cls_472319654,
.сopyright.cls_472319654,
.support.cls_472319654 {
    max-height: 44px;
}

.сopyright.cls_472319654,
.support.cls_472319654 {
    line-height: 22px;
    margin-top: 47px;
}

.сopyright.cls_472319654 {
    color: #dcdcdc;
}

.support.cls_472319654 a.cls_472319654 {
    color: white;
}

@media only screen and (max-width:999px) {
    footer.cls_472319654 {
        padding-top: 58px !important;
        background: #363636 !important;
    }
}

@media only screen and (max-width:725px) {
    footer.cls_472319654 {
        padding-bottom: 20px;
    }

    .footer-navbar.cls_472319654 {
        display: none;
    }

    .inner-content-wrapper.cls_472319654 {
        grid-template-rows: 60px 60px 40px 44px;
        margin-bottom: 20px!important;
        grid-template-areas: "logo""сopyright";
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .log-in-button.cls_472319654 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .support.cls_472319654 {
        margin: 0;
        justify-content: center;
    }

    .сopyright.cls_472319654 {
        margin: 0;
    }
}

.landing-layout .inner-content-wrapper {
    width: 100%;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.landing-layout section {
    position: relative;
    z-index: 1;
}

.landing-layout h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin: 0 0 20px;
    font-weight:bold;
}
.landing-layout h2.cls_4288242961 {text-align:center;}

.landing-layout h3 {
    margin: 0 0 20px;
}

.landing-layout h5 {
    font-size: 20px;
    line-height: 25px;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    margin: 0;
}

.landing-layout b {
    color: var(--green);
    font-weight: 500;
}

.landing-layout.cls_447940358 {
    background: #f5f5f5;
    position: relative;
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 400;
    color: #000000;
}

@media only screen and (max-width:470px) {
    .landing-layout h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .landing-layout h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .landing-layout h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .landing-layout.cls_447940358 {
        font-size: 14px;
    }
}

.message-container.cls_1601599739 {
    z-index: 1100;
    position: fixed;
    left: 20px;
    bottom: 0;
}

@media screen and (max-width:767px) {
    .message-container.cls_1601599739 {
        width: calc(100vw - 24px);
        left: 12px;
    }
}

.box_ml-auto.cls_3500060987 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
}

.сopyright a,
.сopyright a:hover,
.сopyright a:visited {
    color: #fff;
    border-bottom: 1px solid #ffffff3d;
}

.сopyright a:hover {
    border-bottom: 1px solid #ffffff;
}

.header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px !important;
    background-color: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0px 5px 10px rgba(46, 61, 98, 0.03);
    padding: 0;
}

.icon[data-v-4ce755f5] {
    width: 117px;
    height: 20px;
}

.commenter[data-v-4ce755f5] {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin: 10px 0 20px;
}

.input-container.cls_3683288121 {
    position: relative;
}

.input-container.cls_3683288121 button.cls_3683288121 {
    background: transparent;
    border: none;
    outline: none !important;
}

.input.cls_3683288121,
.simple-label.cls_3683288121 {
    line-height: 20px;
}

.simple-label.cls_3683288121 {
    color: #a8a8a8;
}

.input.s.cls_3683288121,
.input.s.cls_3683288121~.simple-label.cls_3683288121,
textarea.input.cls_3683288121,
textarea.input.cls_3683288121~.simple-label.cls_3683288121 {
    font-size: 16px;
}

.input.m.cls_3683288121,
.input.m.cls_3683288121~.simple-label.cls_3683288121 {
    font-size: 20px;
}

.input-container.cls_3683288121 .simple-label.cls_3683288121 {
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-container.cls_3683288121 input.input.cls_3683288121~.simple-label.cls_3683288121 {
    top: 50%;
}

.input-container.cls_3683288121 textarea.input.cls_3683288121~.simple-label.cls_3683288121 {
    top: 20px;
}

.input.s.cls_3683288121~.simple-label.cls_3683288121,
textarea.input.cls_3683288121~.simple-label.cls_3683288121 {
    left: 15px;
}

.input.m.cls_3683288121~.simple-label.cls_3683288121 {
    left: 20px;
}

.input.cls_3683288121:focus~.simple-label.cls_3683288121,
.input.cls_3683288121:not(:placeholder-shown)~.simple-label.cls_3683288121 {
    display: none;
}

.input.cls_3683288121,
.floating-label.cls_3683288121 {
    line-height: 20px;
}

.input.cls_3683288121 {
    color: var(--black);
}

.floating-label.cls_3683288121 {
    color: #a8a8a8;
}

.input.s.cls_3683288121,
.input.s.cls_3683288121~.floating-label.cls_3683288121,
textarea.input.cls_3683288121,
textarea.input.cls_3683288121~.floating-label.cls_3683288121 {
    font-size: 16px;
}

.input.m.cls_3683288121,
.input.m.cls_3683288121~.floating-label.cls_3683288121 {
    font-size: 20px;
}

.input.cls_3683288121 {
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: 1px solid #dcdcdc;
    background-color: white;
}

.input.s.cls_3683288121,
textarea.input.cls_3683288121 {
    height: var(--height-s);
    padding: 10px 15px;
}

.input.m.cls_3683288121 {
    height: var(--height-m);
    padding: 20px;
}

.input-container.cls_3683288121 .floating-label.cls_3683288121 {
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.input-container.cls_3683288121 input.input.cls_3683288121~.floating-label.cls_3683288121 {
    top: 50%;
}

.input-container.cls_3683288121 textarea.input.cls_3683288121~.floating-label.cls_3683288121 {
    top: 20px;
}

.input.s.cls_3683288121~.floating-label.cls_3683288121,
textarea.input.cls_3683288121~.floating-label.cls_3683288121 {
    left: 15px;
}

.input.m.cls_3683288121~.floating-label.cls_3683288121 {
    left: 20px;
}

.input.cls_3683288121:focus~.floating-label.cls_3683288121,
.input.cls_3683288121:not(:placeholder-shown)~.floating-label.cls_3683288121 {
    top: -7px !important;
    line-height: 15px;
    padding: 0 5px;
    background: white;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.input.s.cls_3683288121:focus~.floating-label.cls_3683288121,
.input.s.cls_3683288121:not(:placeholder-shown)~.floating-label.cls_3683288121,
textarea.input.cls_3683288121:focus~.floating-label.cls_3683288121,
textarea.input.cls_3683288121:not(:placeholder-shown)~.floating-label.cls_3683288121 {
    left: 10px;
    font-size: 12px;
}

.input.m.cls_3683288121:focus~.floating-label.cls_3683288121,
.input.m.cls_3683288121:not(:placeholder-shown)~.floating-label.cls_3683288121 {
    left: 15px;
    font-size: 16px;
}

.input.cls_3683288121::-webkit-input-placeholder {
    opacity: 0;
}

.input.cls_3683288121::-moz-placeholder {
    opacity: 0;
}

.input.cls_3683288121:-ms-input-placeholder {
    opacity: 0;
}

.input.cls_3683288121::placeholder {
    opacity: 0;
}

.input.cls_3683288121:hover {
    border: 1px solid #a8a8a8;
}

.input.cls_3683288121:focus,
.focus.cls_3683288121 {
    border: 1px solid var(--green);
    color: var(--black);
}

.input.cls_3683288121:disabled {
    border: 1px solid #f5f5f5;
}

.input.cls_3683288121:disabled,
.input.cls_3683288121:disabled.cls_3683288121::-webkit-input-placeholder,
.input.cls_3683288121:disabled~.floating-label.cls_3683288121 {
    color: #2929291a !important;
}

.input.cls_3683288121:disabled,
.input.cls_3683288121:disabled.cls_3683288121::-moz-placeholder,
.input.cls_3683288121:disabled~.floating-label.cls_3683288121 {
    color: #2929291a !important;
}

.input.cls_3683288121:disabled,
.input.cls_3683288121:disabled.cls_3683288121:-ms-input-placeholder,
.input.cls_3683288121:disabled~.floating-label.cls_3683288121 {
    color: #2929291a !important;
}

.input.cls_3683288121:disabled,
.input.cls_3683288121:disabled.cls_3683288121::placeholder,
.input.cls_3683288121:disabled~.floating-label.cls_3683288121 {
    color: #2929291a !important;
}

.input.cls_3683288121:disabled+.icon.cls_3683288121 {
    opacity: 0.1;
}

.input.invalid.cls_3683288121 {
    border-color: #fb6342 !important;
}

.input-container.cls_3683288121 .icon.cls_3683288121 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background: white;
}

textarea.input.cls_3683288121 {
    height: auto !important;
    resize: none;
}

input[type="number"].cls_3683288121::-webkit-outer-spin-button,
input[type="number"].cls_3683288121::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].cls_3683288121 {
    -moz-appearance: textfield;
}

input[type="number"].cls_3683288121:hover,
input[type="number"].cls_3683288121:focus {
    -moz-appearance: number-input;
}

input[type="number"].cls_3683288121::-webkit-inner-spin-button,
input[type="number"].cls_3683288121::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table {
    border-collapse: collapse;
}

.footer-navbar .cls_2582562152 a,
.footer-navbar .cls_2582562152 a:hover,
.footer-navbar .cls_2582562152 a:visited {
    color: #fff !important;
}

.footer-navbar .cls_2582562152 a:hover {
    border-bottom: 1px solid #fff !important;
}

.snet-account-page {
    overflow: visible;
}

.table-container.cls_924659939 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 500px;
}

.table-wrapper.cls_924659939 {
    --th-height: 29px;
    position: relative;
    overflow: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.loading.cls_924659939 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table-wrapper.cls_924659939 tbody {
    margin-top: 45px;
    overflow: auto;
}

.table-wrapper.cls_924659939 tbody tr:not(:first-child) {
    border-top: 1px solid #dcdcdc;
}

.table-wrapper.cls_924659939 th {
    padding: 6px 0;
    z-index: 1;
}

.table-wrapper.cls_924659939 td {
    padding: 16px 0 15px;
}

.table-wrapper.cls_924659939 tr>* {
    padding-right: 30px;
}

.table-wrapper.cls_924659939 tr> :first-child {
    padding-left: 20px;
    min-width: 300px;
}

.table-wrapper.cls_924659939 td:last-child:not(:first-child) {
    width: 100%;
    white-space: nowrap;
}

.table-wrapper.cls_924659939 tbody tr:hover:not(.loader) {
    background: #fff;
}

.table-wrapper.cls_924659939 tr.checked {
    background: #f5f5f5;
}

.table-wrapper.cls_924659939 tr.checked:hover {
    background: #eeeeee;
}

.table-wrapper.cls_924659939 table svg {
    cursor: pointer;
}

.table-wrapper.cls_924659939 table .no-padding {
    padding: 0;
}

.table-wrapper.cls_924659939 tr.error {
    background: #fb634233;
}

.table-wrapper.cls_924659939 tr.error,
tr.error+tr {
    border-color: #fb63424d !important;
}

.table-wrapper.cls_924659939 tr.error:hover {
    background: #ff563140 !important;
}

.table-wrapper.cls_924659939 td.error {
    color: var(--red);
}

.table-wrapper.cls_924659939 tr.error:hover>td.error {
    color: var(--red-hover);
}

.table-wrapper.cls_924659939 table a {
    cursor: pointer;
    color: #3979f4;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #3979f44d;
}

.table-wrapper.cls_924659939 table a:hover {
    color: #1e62e7;
}

.table-wrapper.cls_924659939 table a:active {
    color: #1053d3;
}

.table-wrapper.cls_924659939 .date-group {
    background: transparent !important;
}

.table-wrapper.cls_924659939 .date-group td {
    padding-top: 0;
    padding-bottom: 0;
}

.table-wrapper.cls_924659939 .table-checkbox {
    width: 16px;
    padding-right: 15px;
}

.table-wrapper.sticky-header.cls_924659939 {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    min-height: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: var(--th-height);
    z-index: 5;
    margin-top: 0 !important;
    margin-bottom: calc(-1 * var(--th-height)) !important;
}

.table-wrapper.sticky-header.cls_924659939 table.cls_924659939 {
    width: 100%;
}

.table-wrapper.sticky-header.cls_924659939 table.cls_924659939 tbody {
    display: none;
}

.table-wrapper.sticky-header.cls_924659939 table.cls_924659939 thead~tbody {
    display: table-row-group;
}

table.cls_924659939 tr td:first-child,
table.cls_924659939 tr th:first-child {
    text-align: left;
}

table.cls_924659939 {
    width: 100%
}

table.cls_924659939 thead tr {
    border-bottom: 2px solid var(--green);
}

.table-wrapper.cls_924659939 tr th {
    padding-bottom: 15px;
}

.table-wrapper.cls_924659939 td:not(:first-child) {
    white-space: nowrap;
}

.table-wrapper.cls_924659939 tr> :last-child {
    min-width: 310px;
}

.table-wrapper.cls_924659939 tr> :first-child {
    text-align: left;
}

.table-wrapper.cls_924659939 div.flex {
    display: flex;
    max-width: 230px;
    gap: 10px;
}

.table-wrapper.cls_924659939 div.flex div {
    min-width: 150px;
    text-align: center;
}

.cls_924659939 td span {
    font-size: 13px;
    color: #999;
    display: block;
    font-weight: normal;
    margin-top: 4px;
}

.cls_924659939 td div.Table_field__name__1ZOOS span {
    margin-top: 6px !important;
}

.button.cls_4174749897 {
    white-space: nowrap;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 30px;
    text-decoration: none !important;
}

.green.cls_4174749897 {
    background: #1f39a7;
    color: white;
}

.m.cls_4174749897 {
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    margin: 0 auto;
}

.form-item.cls_2798952188 {
    height: fit-content;
    position: relative;
    margin-bottom: 20px;
}

.graybold td {
    font-weight: bold;
    color: var(--green);
}

.cls_9246599139 {
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(46, 61, 98, 0.03);
}

@media (max-width:800px) {
    .cls_924659939 tr th {
        display: none
    }

    .cls_924659939 tr th:first-child {
        display: block;
    }

    .cls_924659939 tr td {
        display: grid;
    }

    .table-wrapper.cls_924659939 td:last-child:not(:first-child) {
        padding-left: 20px;
        padding-top: 0;
    }

    .table-wrapper.cls_924659939 div.flex div:first-child {
        text-align: left;
        min-width: 50%;
    }

    .table-wrapper.cls_924659939 div.flex {
        max-width: 100%;
    }
}

@media (max-width:640px) {
    .table-wrapper.cls_924659939 td {
        padding: 12px 0 11px;
        font-size: 14px;
    }

    .cls_924659939 td span {
        font-size: 12px;
    }

    .table-wrapper.cls_924659939 tr> :first-child {
        min-width: 150px;
        padding-left: 5px;
    }

    .table-wrapper.cls_924659939 td:last-child:not(:first-child) {
        padding-left: 5px;
    }

    .table-wrapper.cls_924659939 tr>* {
        padding-right: 5px;
    }

    .cls_9246599139 {
        padding: 20px;
    }
}

h1.cls_937361705 {
    max-width: 460px;
}
button {    border: none;}
.worktime {
    position: absolute;
    font-size: 13px;
    margin-top: 20px;
    top: 0;
    color: #999;
    left: 0;
    font-weight: normal;
    text-align: right;
    width: 100%;
}

.header__button,
.header__button_white {
    background: var(--green);
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    border-bottom: 0;
    padding: 4px 22px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    border:none;
}

.fizcheck-modern-why-need-panel h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.fizcheck-modern-why-need-panel h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px;
}

.header__button:hover {
    background: var(--green-hover);
    color: #fff;
}

.ml-15 {
    margin-left: 15px;
}

.fizcheck-modern-why {
    padding: 80px 0
}

.attention {
    position: relative
}

.fizcheck-modern-try-now {
    color: #fff;
    background-color: var(--green);
    padding: 50px;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.fizcheck-modern-try-now {
    color: #fff;
    background-color: var(--green);
    padding: 50px;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.fizcheck-modern-try-now__img-1 {
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute
}

@media (max-width:767.98px) {
    .fizcheck-modern-try-now__img-1 {
        left: -47px;
        top: -70px
    }
}

.fizcheck-modern-try-now__img-2 {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: absolute
}

.fizcheck-modern-try-now__img-3 {
    right: 0;
    top: 35px;
    z-index: 1;
    position: absolute
}

.fizcheck-modern-questions .collapsible__item:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}

.fizcheck-modern-questions .collapsible__item:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.fizcheck-modern-questions .fizcheck-faq__question-title {
    font-size: 1.06667rem;
    color: #1f2937;
    font-weight: 400
}

@media (max-width:767.98px) {
    .fizcheck-modern-questions .fizcheck-faq__question-title {
        font-size: .93333rem
    }
}

.fizcheck-modern-questions .collapsible {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    gap: 4px
}

.fizcheck-modern-questions .collapsible__wrapper {
    border: none
}

.fizcheck-modern-questions .collapsible__content {
    font-size: 1.06667rem;
    color: #6b7280
}

@media (max-width:767.98px) {
    .fizcheck-modern-questions .collapsible__content {
        font-size: .93333rem
    }
}

.fizcheck-modern-questions .collapsible__trigger_active .fizcheck-faq__question-title {
    color: var(--green);
    font-weight: 500
}

.fizcheck-modern-try-now__text {
    position: relative;
    z-index: 3
}

.fizcheck-modern-try-now__text p {
    font-size: 18px;
	line-height: 26px;
}

.fizcheck-data-block {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 24px
}

.fizcheck-data-block__icon {
    border-radius: 12px;
    background: #f3f4f6;
    flex-shrink: 0;
    width: 40px;
    aspect-ratio: 1;
    padding: 8px
}

.suggestion_3nFcK {
    position: relative
}

.suggestion-input_11glC {
    position: relative;
    z-index: 150;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background .15s ease-in-out
}

.suggestion-input_11glC:focus {
    background: #fff
}

.suggestion-input_11glC input[type=number]::-webkit-inner-spin-button,
.suggestion-input_11glC input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.suggestion-list-wrap_3W_TH {
    text-align: left;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    padding-top: 75px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background: #fff;
    z-index: 140;
    transform-origin: center top;
    overflow: hidden;
    border-radius: 9px;
    border-top-left-radius: .5625rem;
    border-top-right-radius: .5625rem
}

.suggestion-list-title_avd0Q {
    color: #6a737d;
    font-size: .875rem;
    padding: 5px 10px 0
}

.suggestion-item_1ISnu {
    padding: 5px 10px
}

.suggestion-item_1ISnu:hover,
.suggestion-item_highlight_3wmaH {
    cursor: pointer;
    background: rgba(34, 129, 249, .06)
}

.suggestion-item__mark_19jzj {
    color: #2281f9;
    background: 0 0;
    padding: 0
}

@media (max-width:575.98px) {
    .suggestion-item_1ISnu {
        font-size: .875rem
    }
}

.suggest-enter-active[data-v-e9141f6c],
.suggest-leave-active[data-v-e9141f6c] {
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), height .3s cubic-bezier(.23, 1, .32, 1)
}

.suggest-enter[data-v-e9141f6c] {
    height: 0 !important
}

.suggest-enter[data-v-e9141f6c],
.suggest-leave-to[data-v-e9141f6c] {
    opacity: 0
}

.fizcheck-form-input input,
.fizcheck-form-input select {
    line-height: 140% !important;
    color: #4b5563;
    background-color: #f3f4f6 !important;
    border: none;
    height: auto !important;
    padding: 34px 24px 16px !important;
    border-radius: 16px;
    width: 100%
}

@media (max-width:767.98px) {

    .fizcheck-form-input input,
    .fizcheck-form-input select {
        padding: 24px 16px 16px !important;
        border-radius: 12px;
        font-size: .8rem
    }
}

.fizcheck-form-input input:focus,
.fizcheck-form-input select:focus {
    background-color: #f3f4f6
}

.fizcheck-form-input [class*=form-input-error] {
    position: absolute;
    top: 70%;
    left: 16px;
    width: 100%;
    color: #ff4949;
    font-size: 12px;
    transform-origin: center top
}

.fizcheck-form-input label:not(.control) {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .15s ease-in-out
}

@media (max-width:767.98px) {
    .fizcheck-form-input label:not(.control) {
        left: 16px;
        font-size: .8rem
    }
}

.fizcheck-form-input input::-moz-placeholder {
    opacity: 0;
    color: #9ca3af
}

.fizcheck-form-input input::placeholder {
    opacity: 0;
    color: #9ca3af
}

.fizcheck-form-input input:focus::-moz-placeholder {
    opacity: 1
}

.fizcheck-form-input input:focus::placeholder {
    opacity: 1
}

.fizcheck-form-input input:focus+label,
.fizcheck-form-input input[data-empty=false]+label,
.fizcheck-form-input label.active {
    top: 24px;
    left: 24px;
    font-size: 10px
}

@media (max-width:767.98px) {

    .fizcheck-form-input input:focus+label,
    .fizcheck-form-input input[data-empty=false]+label,
    .fizcheck-form-input label.active {
        left: 16px;
        font-size: .53333rem;
        top: 14px
    }
}

.fizcheck-form-input label {
    margin-bottom: .125rem;
    font-size: .93333rem;
    color: #1f2937
}

@media (max-width:767.98px) {
    .fizcheck-form-input label {
        font-size: .8rem
    }
}

.fizcheck-modern-why-need-benefits-panel__last-block {
    text-align: center
}

.logo {
    position: relative;
}

.copyr18 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 180px;
    top: 2px;
}

.postal-slider__button {
    width: 23px;
    border: none;
}
.btn--clear, .btn--clear:active, .btn--clear:hover {
    background: #fff;
    color: var(--green);
    white-space: nowrap;
    border: none;
}
h3.fizcheck-faq__question-title {margin-bottom:0px;}