

/* Start:/noviplus/src/css/custom.css?17411251316894*/
@font-face {
    font-family: "Inter";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local("Inter"),
    url("/noviplus/src/css/../fonts/Inter-Medium.woff2") format("woff2"),
    url("/noviplus/src/css/../fonts/Inter-Medium.woff") format("woff");
}

.page__body {
    font-family: "Inter";
}

@media (min-width: 576px) {
    .container,
    .container-lg {
        padding: 0;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg {
        max-width: 1390px;
    }
}

.container-header {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .container-header {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-header {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-header {
        max-width: 1290px; /*ширина десктопного контейнера конкретного сайта*/
    }
}

.list-reset {
    list-style: none;
    padding-left: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


/*начало стилей лендинга*/

.novi-top-block {
    background: linear-gradient(90deg, #67B2AE -4.38%, #A2DDDB 46.25%, #86C2C0 100%);
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .novi-top-block {
        background: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .novi-top-block .row {
        flex-direction: column-reverse;
    }
}

.novi-top-block-title {
    color: #373F51;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .novi-top-block-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.novi-top-block-text {
    color: #373F51;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .novi-top-block-text {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 20px;
    }
}

.novi-top-block-logo {
    margin-bottom: 10px;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .novi-top-block-logo {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
}

.novi-top-block-logo svg {
    max-width: 480px;
    width: 100%;
    height: auto;
    max-height: 180px;
}


@media (max-width: 992px) {
    .novi-top-block-img {
        margin-bottom: 15px;
        background: linear-gradient(90deg, #67B2AE -4.38%, #A2DDDB 46.25%, #86C2C0 100%);
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 992px) {
    .novi-top-block-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.novi-bottom-block-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #373F51;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .novi-bottom-block-title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .novi-custom-col {
        padding-left: 0;
        padding-right: 0;
    }
}

.novi-bottom-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #373F51;
}

.novi-bottom-text a {
    transition: 0.2s;
    color: #2B91B1;
    text-decoration: none;
    border-bottom: 1px solid #2B91B1;
}

.novi-bottom-block-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .novi-bottom-block-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.novi-bottom-block-item {
    background-color: #A2DEDB;
    border-radius: 3px;
    padding: 15px;
}

.novi-bottom-block-item-top-wrapper {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 40px;
    margin-bottom: 15px;
    align-items: center;
}

@media (max-width: 768px) {
    .novi-bottom-block-item-top-wrapper {
        gap: 20px;
        margin-bottom: 10px;
        grid-template-columns: 35px 1fr;
    }
}

.novi-bottom-block-item-top-wrapper-number {
    color: #FCFCFC;
    border-radius: 50%;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 50px;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background-color: #58A4B0;
    text-align: center;
}

@media (max-width: 768px) {
    .novi-bottom-block-item-top-wrapper-number {
        font-size: 24px;
        line-height: 29px;
        width: 35px;
    }
}

@media (max-width: 768px) {
    .novi-bottom-block-item-top-wrapper svg {
        width: 40px;
    }
}

.novi-bottom-block-item-title {
    color: #373F51;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .novi-bottom-block-item-title {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

.novi-bottom-block-item a {
    color: #2B91B1;
    transition: 0.2s;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #2B91B1;
}

@media (max-width: 768px) {
    .novi-bottom-block-item a {
        font-size: 12px;
        line-height: 14px;
    }
}

.novi-bottom-block-item-text {
    font-weight: 400;
    color: #373F51;
    font-size: 15px;
    line-height: 18px;
}

@media (max-width: 768px) {
    .novi-bottom-block-item-text {
        font-size: 12px;
        line-height: 14px;
    }
}

/*.novi-bottom-block-item-text ul {
    list-style: none;
    padding-left: 0;
}

.novi-bottom-block-item-text ul li {
    position: relative;
    margin-left: 14px;
    margin-bottom: 6px;
}

.novi-bottom-block-item-text ul li:before {
    content: "" !important;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 8px;
    height: 8px;
    background-color: #FCFCFC;
    border-radius: 50%;
    margin: 0 !important;
}*/

@media (max-width: 768px) {
    /*.novi-bottom-block-item-text ul li:before {
        top: 3px;
    }*/
}

@media (max-width: 992px) {
    .novi-btn {
        width: 100%;
    }
}

/*конец стилей лендинга*/
/* End */
/* /noviplus/src/css/custom.css?17411251316894 */
