

/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/about/style.css?17863473831505*/
.about_block_wrapper {
    background-color: #F4F7FB;
}

.home-about__text {
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
}

.home-about__text strong {
    font-weight: 700;
}

.home-about__text p {
    margin: 0 0 var(--home-text-gap);
}

.home-about__text p:last-child {
    margin-bottom: 0;
}

body.SITE_THEME_DARK .about_block_wrapper {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

/* Home about actions */
.home-about__footer {
    margin-top: 24px;
}

.home-about__lead {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.home-about__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--home-text-gap);
    margin-top: var(--home-text-gap);
}

.home-about__actions .btn {
    margin: 0;
    text-align: center;
}

.home-about__actions .color1 {
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    body.index_page .about_block_wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }

    body.index_page .about_block_wrapper > .content_container {
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-about__footer {
        margin-top: 20px;
    }

    .home-about__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-about__actions .btn {
        width: 100%;
    }

    .home-about__actions .color1 {
        text-align: center;
    }
}
/* /Home about actions */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/photo_items/style.css?17862532902348*/
.photo_tile {margin-bottom: 30px;}

.photo_tile .item {
    overflow: hidden; 
    width: 25%; 
    height: 200px; 
    text-align: center;
    position: relative;
}
.photo_tile .item a {display: block; width: 100%; height: 100%;}
.photo_tile .item a img {object-fit: cover; width: 100%; height: 100%; transition: transform 0.5s;}


.photo_tile .item a::before, .photo_tile .item a::after {
    opacity: 0;
    width: 50px;
    height: 50px;  
    border-radius: 25px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    transition: all 0.1s ease-out 0.05s;
}
.photo_tile .item a::before {background: var(--OPTION_BASE_COLOR);}
.photo_tile .item a::after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11.5' cy='11.5' r='9.5' stroke='%23FFFFFF' stroke-width='1.5'/%3e%3cpath d='M18.5 18.5L22 22' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3e%3cpath d='M9 11.5H11.5M11.5 11.5H14M11.5 11.5V14M11.5 11.5V9' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;
    background-size: auto;
    background-size: 45%;
}

.photo_tile .item:hover {box-shadow: 0 1rem 3rem rgba(0,0,0,.2) !important;}
.photo_tile .item:hover a img {transform: scale(1.1);}
.photo_tile .item:hover a::before {opacity: 0.75; z-index: 1;}
.photo_tile .item:hover a::after {opacity: 1; z-index: 2;}

/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    .photo_tile .item {width: 33.33%; height: 170px;}  
    .photo_tile .item:nth-child(n+7) {display: none!important;}
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .photo_tile .item {width: 33.33%; height: 140px;}     
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .photo_tile .item {width: 33.33%; height: 90px;}  
    .photo_tile .item:nth-child(n+4) {display: none!important;}
}

/* Home about gallery */
.photo_tile--home-about {
    margin-top: 24px;
    margin-bottom: 0;
}

.photo_tile--home-about .item {
    width: 33.333333%;
}

@media screen and (max-width: 575px) {
    .photo_tile--home-about {
        margin-top: 20px;
    }
}
/* /Home about gallery */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_services/style.css?17862568383437*/
/* Home services: audience cards */
.home-services {
    background-color: #ffffff;
}

.home-services__header {
    display: block;
    margin-bottom: 28px;
}

.home-services__heading-group {
    max-width: 620px;
}

.home-services__lead {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: var(--home-text-line-height);
}

.home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-services__card {
    display: grid;
    min-width: 0;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #dbe8f1;
    color: var(--TEXT_COLOR);
    text-decoration: none;
}

.home-services__card:hover {
    color: var(--TEXT_COLOR);
    text-decoration: none;
}

.home-services__card--text-only {
    grid-template-columns: minmax(0, 1fr);
}

.home-services__media {
    display: block;
    width: 112px;
    height: 112px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f7fbfe;
}

.home-services__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-services__card:hover .home-services__media img {
    transform: scale(1.025);
}

.home-services__body {
    display: flex;
    min-width: 0;
    min-height: 112px;
    flex-direction: column;
    padding: 2px 0;
}

.home-services__name {
    display: block;
    color: var(--TEXT_COLOR);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.home-services__description {
    display: block;
    margin-top: 8px;
    color: #656b72;
    font-size: 14px;
    line-height: 1.5;
}

.home-services__more {
    display: block;
    margin-top: auto;
    padding-top: 12px;
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 600;
}

.home-services__more::after {
    content: " →";
}

.home-services__footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;
}


@media screen and (max-width: 1348px) {
    .home-services > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 1200px) {

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


@media screen and (max-width: 767px) {
    .home-services > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-services__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .home-services__header {
        margin-bottom: 24px;
    }

    .home-services__grid {
        gap: 20px;
    }

    .home-services__card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding-top: 14px;
    }

    .home-services__media {
        width: 96px;
        height: 96px;
    }

    .home-services__body {
        min-height: 96px;
        padding: 0;
    }

    .home-services__name {
        font-size: 17px;
    }

    .home-services__description {
        font-size: 14px;
        line-height: 1.45;
    }

    .home-services__more {
        padding-top: 10px;
        font-size: 13px;
    }

    .home-services__footer {
        justify-content: flex-start;
        margin-top: 22px;
        text-align: left;
    }
}
/* /Home services: audience cards */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_included/style.css?17862656008231*/
/* Home included services */
.home-included {
    background-color: #ffffff;
}

.home-included__container {
    box-sizing: border-box;
    padding: 0;
}

.home-included__heading {
    margin-bottom: 24px;
    text-align: left;
}

.home-included__lead {
    width: 100%;
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: var(--home-text-line-height);
}

.home-included__groups {
    display: grid;
    gap: 22px;
}

.home-included__group {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    padding: 0;
}

.home-included__group-heading {
    min-width: 0;
}

.home-included__group-icon {
    display: none;
}

.home-included__group-title {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 19px;
    line-height: 1.35;
}


.home-included__items {
    position: relative;
    display: grid;
    align-items: start;
    gap: 20px;
    min-width: 0;
}

.home-included__items--two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-included__items--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-included__items::before {
    position: absolute;
    top: 30px;
    height: 1px;
    background-color: #b9dcf5;
    content: "";
}

.home-included__items--two::before {
    right: 50%;
    left: 16.666667%;
}

.home-included__items--three::before {
    right: 16.666667%;
    left: 16.666667%;
}

.home-included__item {
    position: relative;
    z-index: 1;
    min-width: 0;
    text-align: center;
}

.home-included__icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    place-items: center;
    border: 1px solid #b9dcf5;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 14px rgba(8, 43, 73, 0.05);
}

.home-included__icon img,
.home-included__group-icon,
.home-included__note-icon img {
    filter: grayscale(1) brightness(0%) var(--OPTION_BASE_COLOR_FILTER);
}

.home-included__icon img {
    display: block;
    width: 30px;
    height: 30px;
}

.home-included__item-content {
    max-width: 340px;
    margin: 6px auto 0;
}

.home-included__item h4 {
    margin: 0 0 4px;
    color: var(--TEXT_COLOR);
    font-size: 15px;
    line-height: 1.3;
}

.home-included__item p {
    margin: 0;
    color: #656b72;
    font-size: 13px;
    line-height: 1.4;
}

.home-included__footer {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
    padding: 14px 20px;
    border: 1px solid #b9dcf5;
    border-radius: 10px;
    background-color: #f8fcff;
}

.home-included__note {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.home-included__note-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
}

.home-included__note-icon img {
    display: block;
    width: 32px;
    height: 32px;
}

.home-included__note p {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.home-included__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.home-included__actions .btn {
    margin: 0;
    text-align: center;
}

.home-included__actions .color1 {
    font-weight: 600;
}

body.SITE_THEME_DARK .home-included {
    background-color: var(--THEME_DARK_BG_COLOR);
}

body.SITE_THEME_DARK .home-included__container,
body.SITE_THEME_DARK .home-included__icon {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-included__footer {
    background-color: var(--THEME_DARK_BG_COLOR);
}

body.SITE_THEME_DARK .home-included__container,
body.SITE_THEME_DARK .home-included__group,
body.SITE_THEME_DARK .home-included__icon,
body.SITE_THEME_DARK .home-included__footer {
    border-color: var(--THEME_DARK_LINE_COLOR);
}

body.SITE_THEME_DARK .home-included__lead,
body.SITE_THEME_DARK .home-included__item p {
    color: var(--TEXT_COLOR_FOOTER);
}

@media screen and (max-width: 1348px) {
    .home-included > .content_container {
        width: calc(100% - 48px);
    }
}

@media screen and (max-width: 1100px) {
    .home-included__container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .home-included__group {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 20px;
    }

    .home-included__items {
        gap: 16px;
    }

    .home-included__footer {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-included__actions {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .home-included__container {
        padding: 0;
    }

    .home-included__heading {
        margin-bottom: 24px;
    }

    .home-included__group {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        padding: 20px 18px;
        border: 1px solid #d9e7f1;
        border-radius: 10px;
    }

    .home-included__group + .home-included__group {
        margin-top: 16px;
    }

    .home-included__group-heading {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .home-included__group-icon {
        display: block;
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
    }

    .home-included__group-title {
        font-size: 18px;
    }

    .home-included__group-title::after {
        display: none;
    }

    .home-included__items,
    .home-included__items--two,
    .home-included__items--three {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        margin-top: 18px;
    }

    .home-included__items::before,
    .home-included__items--two::before,
    .home-included__items--three::before {
        top: 29px;
        right: auto;
        bottom: 29px;
        left: 29px;
        width: 1px;
        height: auto;
    }

    .home-included__item {
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        align-items: center;
        gap: 16px;
        text-align: left;
    }

    .home-included__icon {
        width: 58px;
        height: 58px;
        margin: 0;
    }

    .home-included__icon img {
        width: 34px;
        height: 34px;
    }

    .home-included__item-content {
        max-width: none;
        margin: 0;
    }

    .home-included__item h4 {
        font-size: 16px;
    }

    .home-included__footer {
        gap: 20px;
        margin-top: 18px;
        padding: 20px 18px;
    }

    .home-included__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .home-included__actions .btn {
        width: 100%;
    }

    .home-included__actions .color1 {
        text-align: center;
    }

    body.SITE_THEME_DARK .home-included__group {
        border-color: var(--THEME_DARK_LINE_COLOR);
    }
}

@media screen and (max-width: 575px) {
    .home-included > .content_container {
        width: calc(100% - 30px);
    }

    .home-included__container {
        padding: 0;
    }

    .home-included__lead {
        font-size: 14px;
    }

    .home-included__group {
        padding: 18px 14px;
    }

    .home-included__group-heading {
        gap: 12px;
    }

    .home-included__group-title {
        font-size: 17px;
    }

    .home-included__item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 13px;
    }

    .home-included__icon {
        width: 54px;
        height: 54px;
    }

    .home-included__icon img {
        width: 32px;
        height: 32px;
    }

    .home-included__items::before,
    .home-included__items--two::before,
    .home-included__items--three::before {
        top: 27px;
        bottom: 27px;
        left: 27px;
    }

    .home-included__item h4 {
        font-size: 15px;
    }

    .home-included__item p {
        font-size: 13px;
    }

    .home-included__note {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .home-included__note-icon,
    .home-included__note-icon img {
        width: 38px;
        height: 38px;
    }

    .home-included__note p {
        font-size: 15px;
    }
}
/* /Home included services */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17859261804504*/
.home-actions {
    padding: 44px 0;
    background-color: #fff;
}

/* Home actions: editorial heading */
.home-actions--index {
    padding: 84px 0;
}

.home-actions__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.home-actions--index .home-actions__heading {
    align-items: flex-end;
    margin-bottom: 42px;
}

.home-actions__heading-copy {
    min-width: 0;
}

.home-actions__kicker {
    margin: 0 0 14px;
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.home-actions__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.home-actions__all:hover {
    color: var(--OPTION_BASE_COLOR);
    text-decoration: none;
}

.home-actions__all img {
    display: block;
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.home-actions__all:hover img {
    transform: translateX(3px);
}

.slider_actions {
    padding-bottom: 10px;
}

.slider_actions .item_container {
    height: 320px;
}

.slider_actions .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e5f4ff;
}

.actions-card__background {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.slider_actions .item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 27, 48, 0.9) 0%,
        rgba(5, 27, 48, 0.7) 52%,
        rgba(5, 27, 48, 0.16) 100%
    );
}

.actions-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    box-sizing: border-box;
    width: 68%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 34px 38px;
    color: #fff;
}

.actions-card__label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 11px;
    border-radius: 15px;
    background-color: var(--OPTION_BASE_COLOR);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.actions-card__title {
    margin: 0;
    color: inherit;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.actions-card__text {
    margin: 14px 0 0;
    color: inherit;
    font-size: 15px;
    line-height: 1.5;
}

.actions-card__button {
    margin-top: 22px;
}

.slider_actions .item_container:hover .actions-card__background {
    transform: scale(1.035);
}

.slider_actions.owl-theme .owl-dots {
    bottom: -18px;
}

@media screen and (max-width: 1348px) {
    .home-actions--index > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media screen and (min-width: 1350px) {
    .slider_actions.owl-theme .owl-nav button.owl-prev {
        left: -65px;
    }

    .slider_actions.owl-theme .owl-nav button.owl-next {
        right: -65px;
    }
}

@media screen and (max-width: 1300px) {
    .slider_actions.owl-theme .owl-nav button.owl-prev {
        left: 0;
    }

    .slider_actions.owl-theme .owl-nav button.owl-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .home-actions {
        padding: 36px 0;
    }

    .home-actions.home-actions--index {
        padding: 64px 0;
    }

    .home-actions > .content_container {
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-actions__heading {
        align-items: flex-start;
    }

    .home-actions--index .home-actions__heading {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 32px;
    }

    .home-actions__all {
        margin-bottom: 0;
    }

    .slider_actions .item_container {
        height: 350px;
    }

    .actions-card__content {
        width: 86%;
        padding: 28px 24px;
    }

    .actions-card__title {
        font-size: 24px;
    }

    .actions-card__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {

    .actions-card__content {
        width: 100%;
    }

    .slider_actions .item::after {
        background: rgba(5, 27, 48, 0.74);
    }
}

body.SITE_THEME_DARK .home-actions {
    background-color: var(--THEME_DARK_BG_COLOR);
}
/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_equipment/style.css?17865120987077*/
/* Home equipment */
.home-equipment {
    background-color: #ffffff;
}

.home-equipment__heading {
    margin-bottom: 28px;
}

.home-equipment__lead {
    width: 100%;
    max-width: 980px;
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: var(--home-text-line-height);
}

.home-equipment__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px 0;
}

.home-equipment__card {
    display: flex;
    grid-column: span 2;
    min-width: 0;
    flex-direction: column;
    padding: 0 28px 32px;
    border-right: 1px solid #dce7ee;
    border-bottom: 1px solid #dce7ee;
}

.home-equipment__card:nth-child(3) {
    border-right: 0;
}

.home-equipment__card:nth-child(4) {
    grid-column: 2 / span 2;
    border-bottom: 0;
}

.home-equipment__card:nth-child(5) {
    grid-column: 4 / span 2;
    border-right: 0;
    border-bottom: 0;
}

.home-equipment__media {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    background-color: #ffffff;
}

.home-equipment__media img,
.home-equipment__featured-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-equipment__media img {
    object-fit: contain;
}

.home-equipment__featured-media img {
    object-fit: cover;
}

.home-equipment__body {
    padding: 18px 0 0;
}
.home-equipment__body h3,
.home-equipment__featured-body h3,
.home-equipment__footer h3 {
    color: var(--TEXT_COLOR);
}

.home-equipment__body h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.3;
}

.home-equipment__body p,
.home-equipment__featured-body p {
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: 1.55;
}

.home-equipment__body p {
    font-size: 14px;
    line-height: 1.5;
}

.home-equipment__featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 360px;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #cfe3f0;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(8, 43, 73, 0.04);
}

.home-equipment__featured-media {
    height: 360px;
    min-height: 0;
    overflow: hidden;
    background-color: #eaf2f7;
}

.home-equipment__featured-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 38px 42px;
}

.home-equipment__label {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background-color: #eaf6ff;
    color: var(--OPTION_BASE_COLOR);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.home-equipment__featured-body h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.25;
}

.home-equipment__featured-body p {
    max-width: 560px;
}

.home-equipment__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
    padding: 26px 28px;
    border: 1px solid #cfe3f0;
    border-radius: 12px;
    background-color: #ffffff;
}

.home-equipment__footer h3 {
    margin: 0 0 7px;
    font-size: 20px;
    line-height: 1.3;
}

.home-equipment__footer p {
    max-width: 720px;
    margin: 0;
    color: #656b72;
    font-size: 15px;
    line-height: 1.5;
}

.home-equipment__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.home-equipment__actions .btn {
    margin: 0;
    text-align: center;
}

.home-equipment__actions .color1 {
    font-weight: 600;
}

body.SITE_THEME_DARK .home-equipment,
body.SITE_THEME_DARK .home-equipment__featured,
body.SITE_THEME_DARK .home-equipment__footer {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-equipment__card,
body.SITE_THEME_DARK .home-equipment__featured,
body.SITE_THEME_DARK .home-equipment__footer {
    border-color: var(--THEME_DARK_LINE_COLOR);
}

@media screen and (max-width: 1348px) {
    .home-equipment > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .home-equipment__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 0;
    }

    .home-equipment__card,
    .home-equipment__card:nth-child(4),
    .home-equipment__card:nth-child(5) {
        grid-column: auto;
        padding: 0 24px 28px;
        border-right: 0;
        border-bottom: 1px solid #dce7ee;
    }

    .home-equipment__card:nth-child(odd) {
        border-right: 1px solid #dce7ee;
    }

    .home-equipment__card:nth-child(5) {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
        border-right: 0;
        border-bottom: 0;
    }

    .home-equipment__featured {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .home-equipment__featured-body {
        padding: 30px;
    }

    .home-equipment__footer {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .home-equipment__actions {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .home-equipment__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .home-equipment__card,
    .home-equipment__card:nth-child(odd),
    .home-equipment__card:nth-child(4),
    .home-equipment__card:nth-child(5) {
        grid-column: auto;
        width: auto;
        padding: 0 0 24px;
        border-right: 0;
        border-bottom: 1px solid #dce7ee;
    }

    .home-equipment__card:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .home-equipment__media {
        aspect-ratio: 16 / 10;
    }

    .home-equipment__body {
        padding-top: 16px;
    }

    .home-equipment__featured {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .home-equipment__featured-media {
        height: 260px;
    }
}

@media screen and (max-width: 575px) {
    .home-equipment > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-equipment__heading {
        margin-bottom: 22px;
    }

    .home-equipment__media {
        aspect-ratio: 4 / 3;
    }

    .home-equipment__body h3 {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .home-equipment__body p {
        font-size: 14px;
        line-height: 1.45;
    }

    .home-equipment__featured-media {
        height: 220px;
    }

    .home-equipment__featured-body {
        padding: 24px 20px;
    }

    .home-equipment__featured-body h3 {
        font-size: 22px;
    }

    .home-equipment__footer {
        gap: 20px;
        padding: 22px 20px;
    }

    .home-equipment__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .home-equipment__actions .btn {
        width: 100%;
    }

    .home-equipment__actions .color1 {
        text-align: center;
    }
}
/* /Home equipment */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/kviz/style.css?178637449128505*/
.kviz_wrapper {min-height: 200px;}
.kviz_container {border: 1px solid #DCDCDC;  border-radius: 12px; overflow: hidden;}
.kviz_container h2 {margin-top: 0;}

.kviz_container .item_shadow {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.5)}
.kviz_container .item_shadow.shadow_light {background-color: rgba(255,255,255,0.7)}

.kviz_container .step .question {font-weight: 600; margin-bottom: 10px; font-size: 20px;}
.kviz_container .step .question_header {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #DCDCDC;}

.kviz_container .controls_panel {background-color: #F4F7FB; padding: 30px 40px 50px 40px;}

.kviz_container .choice_comment {margin-bottom: 10px; display: inline-block; font-size: 14px;}
.kviz_container .answer_anons {line-height: 1.1; font-size: 15px; opacity: 0.8;}
.kviz_container input[type="text"]{border: 1px solid #DCDCDC!important;}
.kviz_container input[type="text"]:focus {border: 1px solid #C6C6C6!important;}

.kviz_wrapper .disklamer {margin-top: 5px; font-size: 13px; text-align: center;}
.kviz_wrapper .kviz_informer {text-align: center; color: #FFF; 
background-color: var(--OPTION_BASE_COLOR); 
border-top-right-radius: 20px;
border-top-left-radius: 20px;
padding: 10px 20px 30px 10px;
margin-bottom: -20px;
}

/*Старт*/
.kviz_container .step_start {background-color: #FFF}
.kviz_container .step_start .info_container {height: 100%;}
.kviz_container .step_start .info_container .content {padding: 40px; z-index: 2; position: relative;}
.kviz_container .step_start .img_container {flex: 0 0 30%; max-width: 30%;}
.kviz_container .step_start .img_container .img {width: 100%; height: 100%;}
.kviz_container .step_start .img_container .img img {width: 100%; height: 100%; object-fit: cover;}
.kviz_container .step_start .info_container {background-repeat: no-repeat; background-size: cover; background-position: center;}

/*Шаги*/
.kviz_container .step {padding: 40px; background-color: #FFF;}

/*Комментарий блок справа*/
.kviz_container .step .col_right {flex: 0 0 30%; padding: 30px; background-color: #F4F7FB; border-radius: 12px; margin-left: 20px; min-width: 300px;}
.kviz_container .step .col_right h2, .kviz_container .step .col_right h3 {margin: 0; font-size: 18px;}
.kviz_container .step .col_right .img {width:100%; margin-bottom: 10px;}
.kviz_container .step .col_right .img img {max-width: 100%; width: 175px;}
.kviz_container .step .col_right .text {
    background-color: #FFF;
    padding: 15px; border-radius: 6px;
}
.kviz_container .step .col_right .text.has_sign {margin-top: 10px; position: relative;}
.kviz_container .step .col_right .text.has_sign:before {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    position: absolute;
    top: -14px;
    left: 20px;
}

/*Прогресс*/
.kviz_container .progress_container {margin-top: 15px;}
.kviz_container .progress_container .step_info {font-size:15px; color: #999999}
.kviz_container .progress {position: relative;}
.kviz_container .progress .value {position: absolute; font-weight: 600;  top: 0; margin-top: 22px;  width: 30px; text-align: center; margin-left: -15px; left: 0;}
.kviz_container .progress.first_step .value {margin-left: 0;}
.kviz_container .progress.last_step .value {margin-left: -30px;}
.kviz_container .progress .value:before {content: ""; display: inline-block; position: absolute; border: none; background: var(--OPTION_BASE_COLOR); border-radius: 10px; left: 0; top: -21px; width: 30px; height: 16px;}
.kviz_container .progress .procent {font-size: 0.8rem; font-weight: 400; margin-top: 4px;}
.kviz_container .progress .procent .indicator {background-color: #e7e7e7; padding: 1px; height: 8px; position: relative; margin-top: 5px; border-radius: 4px;}
.kviz_container .progress .procent .indicator .val {
    background-image: repeating-linear-gradient(-45deg, var(--OPTION_BASE_COLOR_L), var(--OPTION_BASE_COLOR_L) 0.5rem, var(--OPTION_BASE_COLOR_D) 0.5rem, var(--OPTION_BASE_COLOR_D) 1rem);
    background-size: 200% 200%;
    animation: gradient_lines 15s linear infinite; 
    border-radius: 5px; overflow: hidden; width: 0; height: 6px;
}
.kviz_container .progress.final .indicator .val {background-image: none; background-color: #00cc66;}
.kviz_container .progress.final .value::before {background: #00a43e;}

@keyframes gradient_lines {100% {background-position: 100% 100%;}}
 
 
.kviz_container .start_button {animation: glowing 1300ms infinite;}
@keyframes glowing {
    0% { background-color: var(--OPTION_BASE_COLOR); box-shadow: 0 0 5px var(--OPTION_BASE_COLOR_L4); }
    50% {background-color: var(--OPTION_BASE_COLOR_L2); box-shadow: 0 0 20px var(--OPTION_BASE_COLOR); }
    100% {color: #FFF; background-color: var(--OPTION_BASE_COLOR_D); box-shadow: 0 0 5px #var(--OPTION_BASE_COLOR_D); }
}

/*Навигация*/
.kviz_container .navigation .btn {padding: 10px 15px 9px; margin-left: 10px;}
.kviz_container .navigation .btn svg {vertical-align: middle; margin-top: -2px;}


/*Радио-кнопка*/
.input_radio input[type=radio] {display: none;}
.input_radio label {position: relative; padding-left: 40px; font-size: 20px; line-height: 30px; margin-bottom: 10px; display: inline-block; cursor: pointer; caret-color: transparent;}
.input_radio label:before {content: ""; display: inline-block; left: 0; top: 2px; position: absolute; width: 30px; height: 30px; border-radius: 15px; border: 2px solid #DCDCDC;}
.input_radio label:hover:before {border: 2px solid #C6C6C6;}

.input_radio input[type=radio]:checked + label:before {border: 2px solid var(--OPTION_BASE_COLOR);}
.input_radio input[type=radio]:checked + label:after {content: ""; display: inline-block; position: absolute; border: none; background: var(--OPTION_BASE_COLOR); border-radius: 10px; left: 7px; top: 9px; width: 16px; height: 16px;}

/*Чекбокс*/
.input_checkbox input[type=checkbox] {display: none;}
.input_checkbox label {position: relative; padding-left: 40px; font-size: 20px; line-height: 30px; margin-bottom: 10px; display: inline-block; cursor: pointer; caret-color: transparent;}
.input_checkbox label:before {content: ""; display: inline-block; left: 0; top: 2px; position: absolute; width: 30px; height: 30px; border-radius: 6px; border: 2px solid #DCDCDC;}
.input_checkbox label:hover:before {border: 2px solid #C6C6C6;}

.input_checkbox input[type=checkbox]:checked + label:before {border: 2px solid var(--OPTION_BASE_COLOR); background-color: var(--OPTION_BASE_COLOR);}
.input_checkbox input[type=checkbox]:checked + label:after {font-family: "FontAwesome"; content: "\f00c"; font-size: 14px; color: #FFFFFF; text-align: center; line-height: 15px; position: absolute; left: 8px; top: 9px;}


/*Радио-кнопка, чекбокс [с картинкой]*/
.input_choice_image .item {border: 1px solid #DCDCDC; padding: 20px; margin-bottom: 10px; border-radius: 6px; font-size: 20px; cursor: pointer; caret-color: transparent; position: relative;}
.input_choice_image .item .img {margin-right: 20px; width: 150px; flex: 0 0 150px;}
.input_choice_image .item .img img {max-width: 100%;}
.input_choice_image input {display: none;}
.input_choice_image .item:hover {border: 1px solid #C6C6C6;}
.input_choice_image .item.active {border: 1px solid var(--OPTION_BASE_COLOR);}
.input_choice_image .item.active:after {font-family: "FontAwesome"; content: "\f00c"; font-size: 30px; color: var(--OPTION_BASE_COLOR); text-align: center; line-height: 15px; position: absolute; right: 10px; top: 10px;}

.input_choice_image {display: flex; flex-wrap: wrap; margin-right: -10px;}
.input_choice_image .item_container {flex: 0 0 50%; padding: 0 10px 10px 0; min-width: 400px;}

/*Дата*/
.kviz_container .ui-datepicker {margin: 0!important; font-size: 1.2em;}

/*Информационный блок*/
.custom_inform .img {margin-bottom: 10px;}
.custom_inform .img img {max-width: 100%;}


/*Оформление ответов css классы*/
.kviz_container .step.css_w100 .item_container {flex: 0 0 100%;}

.kviz_container .step.css_w50 .custom_input {display: flex; flex-wrap: wrap;}
.kviz_container .step.css_w50 .item  {flex: 0 0 50%;}

.kviz_container .step.tile_with_bg .item_container {height: 200px; overflow: hidden; flex: 0 0 425px; border-radius: 6px; margin-bottom: 10px;}
.kviz_container .step.tile_with_bg .item_container .item {padding: 0;}
.kviz_container .step.tile_with_bg .item_container .item .img {width: 100%; flex: 0 0 100%; height: 200px;}
.kviz_container .step.tile_with_bg .item_container .item .img img {width: 100%; height: 100%; object-fit: cover;}
.kviz_container .step.tile_with_bg .item_container .item .option_descr {position: absolute; left: 0; bottom: 0; background-color: var(--OPTION_BASE_COLOR); width: 100%; padding: 10px; color: #FFF;}



/*Летающая кнопка*/
.kviz_fly_button {
    width: 350px; height: 200px; position: fixed; bottom: 10px; left: 10px; z-index: 100; overflow: hidden; border-radius: 10px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.3), 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.kviz_fly_button .info_container {border-radius: 10px;}
.kviz_fly_button .info_container .content {padding: 15px; z-index: 2; position: relative;}
.kviz_fly_button .img_container {flex: 0 0 100%; width: 100%;}
.kviz_fly_button .img_container .img {width: 100%;}
.kviz_fly_button .img_container .img img {max-height: 170px; width: 100%; height: 100%; object-fit: cover; display: block;}
.kviz_fly_button .info_container {background-repeat: no-repeat; background-size: cover; background-position: center; height: 100%;}
.kviz_fly_button .item_shadow {position: absolute; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.5)}
.kviz_fly_button .item_shadow.shadow_light {background-color: rgba(255,255,255,0.7)}

.kviz_fly_button.css_text_light_mobile {color: #FFF;}
.kviz_fly_button h2 {font-size: 1.4rem;}

.kviz_fly_button .close {position: absolute; right: 10px; top: 10px;}
.kviz_fly_button .close svg {opacity: 0.8;}
.kviz_fly_button .close:hover svg {opacity: 1}
.kviz_fly_button .close:hover svg path {fill: #FFF}
.kviz_fly_button .close:hover svg path:first-child {fill: var(--OPTION_BASE_COLOR)}

@media screen and (min-width: 767px)
{
    .kviz_fly_button.hover {height: auto;}
    .kviz_fly_button.hover .img_container {display: block!important;}
    .kviz_fly_button.hover .info_container {background-color: #FFF; background-image: none!important; border-top-right-radius: 0; border-top-left-radius: 0;}
    .kviz_fly_button.hover .info_container .kviz_anons {display: block!important;}
    .kviz_fly_button.css_text_light_mobile.hover .info_container {background-color: #2b2b2b}
}


/*--------------------------popup режим--------------------------*/
.kviz_popup_wrapper {
    padding: 10px 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: transparent;
    overflow: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.kviz_popup_wrapper .main_content {margin-bottom: 30px;}
.kviz_popup_wrapper .main_content .col1 {padding-right: 50px;}
.kviz_popup_wrapper .main_content .col2 {flex: 0 0 250px;}

.kviz_popup_wrapper .logo {margin-bottom: 20px;}
.kviz_popup_wrapper .logo img {max-width: 80%; display: block; padding: 10px 0; max-height: 100px;}

.kviz_popup_wrapper .contacts > div {margin-bottom: 20px;}
.kviz_popup_wrapper .contacts a {text-decoration: none;}
.kviz_popup_wrapper .contacts .address {font-weight: 600;}
.kviz_popup_wrapper .contacts .callback a {width: 100%;}
.kviz_popup_wrapper .contacts .social {margin-left: -11px;}
.kviz_popup_wrapper .contacts .social a {color: var(--OPTION_BASE_COLOR)!important;}
.kviz_popup_wrapper .contacts .social a:hover {color: var(--TEXT_COLOR)!important;}
.kviz_popup_wrapper .contacts .buttons > div {margin: 15px 0;}
.kviz_popup_wrapper .contacts .buttons a.active {text-decoration: underline;}
.kviz_popup_wrapper .hr {border-top: 1px solid rgba(255,255,255,0.25);}

.kviz_popup_wrapper > .d-flex {max-height: 100vh}
.kviz_popup_wrapper > div > div > .content_container {
    background-color: transparent; padding: 10px 30px;
}
.kviz_popup_wrapper > div > div > .content_container::after {
    background-color: rgba(232, 232, 232, 0.65);
    position: absolute;
    content: "";
    inset: 0px;
    border-radius: 8px;
    backdrop-filter: blur(32px);
    pointer-events: none;
    z-index: -1;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: background-color;
}


.kviz_popup_wrapper.popup_page .close-x {display: block!important;}
.kviz_popup_wrapper .close-x {
    width: 30px; height: 30px; 
    display: inline-block; 
    cursor: pointer;
    text-decoration: none;
    color: var(--TEXT_COLOR);
    position: absolute;
    right: 20px;
    top: 20px;
}
.kviz_popup_wrapper .close-x svg path {stroke: var(--OPTION_BASE_COLOR);}
.kviz_popup_wrapper .close-x svg path:first-child {stroke: var(--OPTION_BASE_COLOR);}
.kviz_popup_wrapper .close-x:hover svg path {stroke: #FFF;}
.kviz_popup_wrapper .close-x:hover svg path:first-child {stroke: var(--OPTION_BASE_COLOR); fill: var(--OPTION_BASE_COLOR);}


.kviz_popup_wrapper .kviz_container {border: 1px solid rgba(255,255,255,0.25);}
.kviz_popup_wrapper .kviz_wrapper {min-height: 350px; border-radius: 12px;}
.kviz_popup_wrapper .kviz_container {height: 100%;}
.kviz_popup_wrapper .step_start {height: 350px;}  
.kviz_popup_wrapper .step_start > div {height: 100%;}  
.kviz_popup_wrapper .step_start .img_container {flex: 0 0 40%; max-width: 40%;}
/*--------------------------popup режим--------------------------*/


/*Темная тема*/
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .kviz_container {border: 1px solid var(--THEME_DARK_LINE_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step_start {background-color: var(--THEME_DARK_BG_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step {background-color: var(--THEME_DARK_BG_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .controls_panel {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step .col_right {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step .col_right .text {color: var(--TEXT_COLOR)}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step .question_header {border-bottom: 1px solid var(--THEME_DARK_LINE_COLOR);}
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .progress .procent .indicator {background-color: var(--THEME_DARK_LINE_COLOR)}


body.SITE_THEME_DARK .kviz_wrapper.view_popup {color: var(--TEXT_COLOR)}
body.SITE_THEME_DARK .kviz_popup_wrapper .main_content, body.SITE_THEME_DARK .kviz_popup_wrapper .main_content a {color: var(--TEXT_COLOR)}

@media screen and (min-width: 767px)
{
    .step_start .info_container {background-image: none!important;}
}


@media screen and (max-width: 1348px)
{

}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .kviz_popup_wrapper {height: auto;}
    .kviz_popup_wrapper > .d-flex {max-height: none;}
    
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    .kviz_popup_wrapper .kviz_container {padding: 0!important;}
    .kviz_popup_wrapper .kviz_wrapper {min-height: 200px;}
    .kviz_popup_wrapper div > div > .content_container {padding: 10px;}
    .kviz_popup_wrapper .main_content {flex-wrap: wrap;}     
    .kviz_popup_wrapper .main_content .col1 {flex: 0 0 100%; padding: 20px;}
    .kviz_popup_wrapper .main_content .col2 {flex: 0 0 100%; padding: 20px;}
    
    .kviz_popup_wrapper .step_start {height: 250px;}
    .kviz_popup_wrapper .step_start .info_container .content {padding: 20px;}
    
    
    .kviz_container .step.css_w50 .custom_input {display: flex; flex-wrap: wrap;}
    .kviz_container .step.css_w50 .item  {flex: 0 0 100%;}
    
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .step_start .img_container {display: none;}
    .kviz_container .controls_panel {padding: 20px 20px 40px 20px;}
    .kviz_container .progress_container {margin-top: 0px;}
    
    
    .kviz_container .step_start .item_shadow {display: block !important;}
    .kviz_wrapper.css_text_light_mobile .step_start {color: #FFF;}
    
    .kviz_container .step {padding: 25px;}
    .kviz_container .step .col_container {-ms-flex-wrap: wrap !important; flex-wrap: wrap !important;}
    .kviz_container .step .col_left {flex: 0 0 100%;}
    .kviz_container .step .col_right {flex: 0 0 100%; margin: 20px 0 0 0;}
    
    .kviz_container .step .col_right.question_descr_block .content {display: flex;}
    .kviz_container .step .col_right {padding: 20px;}
    .kviz_container .step .col_right .img {width: 30%; flex: 0 0 30%; margin: 0 15px 0 0 }
    

    .kviz_fly_button {left: 50%; margin-left: -125px; width: 250px; height: 130px; cursor: pointer;}
    .kviz_fly_button .btn {padding: 8px 20px 10px; font-size: 0.85rem;}
    .kviz_fly_button h2 {font-size: 1rem;}
    .kviz_fly_button .air.p30 {display: none;}
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .kviz_container .step .col_right.question_descr_block {font-size: 14px;}   
    
}
/* Home quiz redesign: 1/4 */
.kviz_wrapper.view_page_block {
    background-color: #f4f7fb;
}

.kviz_wrapper.view_page_block .kviz_container {
    overflow: hidden;
    border: 1px solid #dce7ee;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 12px 32px rgba(8, 43, 73, 0.06);
}

.kviz_wrapper.view_page_block .step_start {
    background-color: #ffffff;
}

.kviz_wrapper.view_page_block .step_start > .d-flex {
    min-height: 300px;
}

.kviz_wrapper.view_page_block .step_start .img_container,
.kviz_wrapper.view_page_block .step_start .item_shadow {
    display: none;
}

.kviz_wrapper.view_page_block .step_start .info_container {
    background-color: #ffffff;
    background-image: none;
}

.kviz_wrapper.view_page_block .step_start .info_container .content {
    width: 100%;
    box-sizing: border-box;
    padding: 36px 40px;
}

.kviz_wrapper.view_page_block .kviz_header h2 {
    max-width: 980px;
    margin: 0 0 var(--home-heading-text-gap);
    color: var(--TEXT_COLOR);
    font-size: var(--home-section-title-size);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.kviz_wrapper.view_page_block .kviz_anons {
    max-width: 920px;
    color: #656b72;
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
}

.kviz_wrapper.view_page_block .step_start .air {
    display: none;
}

.kviz_wrapper.view_page_block .start_button {
    margin-top: 24px;
    animation: none;
}
/* /Home quiz redesign: 1/4 */
/* Home quiz redesign: 2/4 */
.kviz_wrapper.view_page_block .step {
    box-sizing: border-box;
    padding: 36px 40px 28px;
    background-color: #ffffff;
}

.kviz_wrapper.view_page_block .step .question_header {
    margin-bottom: 22px;
    padding: 0;
    border: 0;
}

.kviz_wrapper.view_page_block .step .question {
    max-width: 900px;
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.kviz_wrapper.view_page_block .step .anons {
    margin-top: 8px;
    color: #656b72;
    font-size: 15px;
    line-height: 1.5;
}

.kviz_wrapper.view_page_block .input_radio {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.kviz_wrapper.view_page_block .input_radio .item {
    min-width: 0;
}

.kviz_wrapper.view_page_block .input_radio input[type="radio"] {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.kviz_wrapper.view_page_block .input_radio label {
    display: flex;
    align-items: center;
    min-height: 76px;
    box-sizing: border-box;
    margin: 0;
    padding: 16px 54px 16px 18px;
    border: 1px solid #dce7ee;
    border-radius: 10px;
    background-color: #ffffff;
    color: var(--TEXT_COLOR);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
}

.kviz_wrapper.view_page_block .input_radio label:hover {
    border-color: var(--OPTION_BASE_COLOR);
}

.kviz_wrapper.view_page_block .input_radio label::before {
    top: 50%;
    right: 18px;
    left: auto;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #bcd9eb;
    border-radius: 50%;
    transform: translateY(-50%);
}

.kviz_wrapper.view_page_block .input_radio input[type="radio"]:checked + label {
    border-color: var(--OPTION_BASE_COLOR);
    background-color: var(--OPTION_BASE_COLOR_L4);
}

.kviz_wrapper.view_page_block .input_radio input[type="radio"]:checked + label::before {
    border-color: var(--OPTION_BASE_COLOR);
}

.kviz_wrapper.view_page_block .input_radio input[type="radio"]:checked + label::after {
    top: 50%;
    right: 25px;
    left: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.kviz_wrapper.view_page_block .input_radio input[type="radio"]:focus-visible + label {
    outline: 2px solid var(--OPTION_BASE_COLOR);
    outline-offset: 2px;
}
/* /Home quiz redesign: 2/4 */
/* Home quiz redesign: 3/4 */
.kviz_wrapper.view_page_block .controls_panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    padding: 0 40px 32px;
    background-color: #ffffff;
}

.kviz_wrapper.view_page_block .controls_panel[hidden] {
    display: none;
}

.kviz_wrapper.view_page_block .navigation {
    grid-column: 2;
    grid-row: 1;
}

.kviz_wrapper.view_page_block .kviz_navigation {
    display: flex;
    gap: 10px;
}

.kviz_wrapper.view_page_block .navigation .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 108px;
    margin: 0;
    border: 0;
}

.kviz_wrapper.view_page_block .navigation .btn_prev {
    background-color: #edf5fa;
    color: var(--TEXT_COLOR);
}

.kviz_wrapper.view_page_block .navigation .btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.kviz_wrapper.view_page_block .kviz_nav_arrow {
    font-size: 18px;
    line-height: 1;
}

.kviz_wrapper.view_page_block .progress_container {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.kviz_wrapper.view_page_block .progress_container .step_info {
    margin-bottom: 8px;
    color: #656b72;
    font-size: 14px;
    font-weight: 600;
}

.kviz_wrapper.view_page_block .progress {
    height: auto;
    overflow: visible;
    background-color: transparent;
}

.kviz_wrapper.view_page_block .progress .procent {
    display: block;
    margin: 0;
}

.kviz_wrapper.view_page_block .progress .procent .indicator {
    height: 8px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background-color: #e3edf3;
}

.kviz_wrapper.view_page_block .progress .procent .indicator .val {
    height: 8px;
    border-radius: 4px;
    background-color: var(--OPTION_BASE_COLOR);
    background-image: none;
    animation: none;
    transition: width 0.25s ease;
}
/* /Home quiz redesign: 3/4 */
/* Home quiz redesign: 4/4 */
.kviz_wrapper.view_page_block .kviz_result {
    max-width: 920px;
    margin: 0 auto;
}

.kviz_wrapper.view_page_block .kviz_result .question {
    margin-bottom: 10px;
}

.kviz_wrapper.view_page_block .kviz_result_text {
    max-width: 760px;
    margin-bottom: 24px;
    color: #656b72;
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
}

.kviz_wrapper.view_page_block .disklamer {
    margin-top: 12px;
    color: #656b72;
    font-size: 13px;
    line-height: 1.45;
}

body.SITE_THEME_DARK .kviz_wrapper.view_page_block,
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .kviz_container,
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step_start,
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .step,
body.SITE_THEME_DARK .kviz_wrapper.view_page_block .controls_panel {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .kviz_wrapper.view_page_block .input_radio label {
    border-color: var(--THEME_DARK_LINE_COLOR);
    background-color: var(--THEME_DARK_BG_COLOR);
}

@media screen and (max-width: 767px) {
    .kviz_wrapper.view_page_block .step_start > .d-flex {
        min-height: 0;
    }

    .kviz_wrapper.view_page_block .step_start .info_container .content,
    .kviz_wrapper.view_page_block .step {
        padding: 26px 22px;
    }

    .kviz_wrapper.view_page_block .input_radio {
        grid-template-columns: minmax(0, 1fr);
    }

    .kviz_wrapper.view_page_block .input_radio label {
        min-height: 64px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 15px;
    }

    .kviz_wrapper.view_page_block .controls_panel {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        padding: 0 22px 26px;
    }

    .kviz_wrapper.view_page_block .navigation,
    .kviz_wrapper.view_page_block .progress_container {
        grid-column: 1;
    }

    .kviz_wrapper.view_page_block .navigation {
        grid-row: 2;
    }

    .kviz_wrapper.view_page_block .progress_container {
        grid-row: 1;
    }

    .kviz_wrapper.view_page_block .kviz_navigation {
        width: 100%;
    }

    .kviz_wrapper.view_page_block .navigation .btn {
        flex: 1 1 0;
    }
}

@media screen and (max-width: 575px) {
    .kviz_wrapper.view_page_block .kviz_container {
        border-radius: 12px;
    }

    .kviz_wrapper.view_page_block .step .question {
        font-size: 21px;
    }
}
/* /Home quiz redesign: 4/4 */
/* Home quiz intro image */
@media screen and (min-width: 768px) {
    .kviz_wrapper.view_page_block .step_start .info_container {
        position: relative;
        z-index: 2;
        order: 1;
    }

    .kviz_wrapper.view_page_block .step_start .img_container {
        position: relative;
        display: block;
        overflow: hidden;
        flex: 0 0 34%;
        max-width: 34%;
        order: 2;
    }

    .kviz_wrapper.view_page_block .step_start .img_container .img,
    .kviz_wrapper.view_page_block .step_start .img_container img {
        width: 100%;
        height: 100%;
    }

    .kviz_wrapper.view_page_block .step_start .img_container img {
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .kviz_wrapper.view_page_block .step_start .img_container::before {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        width: 72px;
        content: "";
        background: linear-gradient(
            90deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 100%
        );
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .kviz_wrapper.view_page_block .step_start .img_container {
        display: none;
    }
}
/* /Home quiz intro image */
/* Home quiz mobile photo */
@media screen and (max-width: 767px) {
    .kviz_wrapper.view_page_block .step_start .info_container {
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .kviz_wrapper.view_page_block .step_start .info_container::before {
        position: absolute;
        z-index: 1;
        inset: 0;
        content: "";
        background-color: rgba(5, 28, 48, 0.62);
        pointer-events: none;
    }

    .kviz_wrapper.view_page_block .step_start .info_container .content {
        position: relative;
        z-index: 2;
    }

    .kviz_wrapper.view_page_block .step_start .kviz_header h2 {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    }

    .kviz_wrapper.view_page_block .step_start .kviz_anons {
        color: rgba(255, 255, 255, 0.92);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    }
}
/* /Home quiz mobile photo */

/* End */


/* Start:/local/templates/novosvetskiy/components/brainsite/iblock.element.add.form/kviz_form/style.css?17863506122750*/
.ajax_form .btn_container {
    text-align: center;
}

.ajax_form .form_result {
    color: #cc0000;
}

/* Quiz result form */
.kviz_form_template .popup_form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kviz_form_template .form_field {
    min-width: 0;
    margin: 0;
}

.kviz_form_template .form_field input[type="text"] {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 16px;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 16px;
}

.kviz_form_template .form_field--contact-method {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: 12px;
}

.kviz_form_template .form_field_title {
    grid-column: 1 / -1;
    color: var(--TEXT_COLOR);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.kviz_form_template .form_field--contact-method input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.kviz_form_template .form_field--contact-method label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid #dce7ee;
    border-radius: 8px;
    background-color: #ffffff;
    color: var(--TEXT_COLOR);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    cursor: pointer;
}

.kviz_form_template .form_field--contact-method label:hover {
    border-color: var(--OPTION_BASE_COLOR);
}

.kviz_form_template .form_field--contact-method input:focus-visible + label {
    outline: 2px solid var(--OPTION_BASE_COLOR);
    outline-offset: 2px;
}

.kviz_form_template .form_field--contact-method input:checked + label {
    border-color: var(--OPTION_BASE_COLOR);
    background-color: var(--OPTION_BASE_COLOR_L4);
    color: var(--OPTION_BASE_COLOR_D);
}

.kviz_form_template .form_field--contact-method br,
.kviz_form_template .popup_form > .clear,
.kviz_form_template .popup_form > .air {
    display: none;
}

.kviz_form_template .licence_block,
.kviz_form_template .btn_container,
.kviz_form_template .form_result {
    grid-column: 1 / -1;
}

.kviz_form_template .licence_block {
    margin: 2px 0 0;
}

.kviz_form_template .btn_container {
    margin: 0;
}

.kviz_form_template .send_form_wrapper {
    min-width: 260px;
    margin: 0;
}

@media screen and (max-width: 575px) {
    .kviz_form_template .popup_form,
    .kviz_form_template .form_field--contact-method {
        grid-template-columns: minmax(0, 1fr);
    }

    .kviz_form_template .send_form_wrapper {
        width: 100%;
        min-width: 0;
    }
}
/* /Quiz result form */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_schedule/style.css?17863873004858*/
/* Home schedule: open three-period layout */
.home-schedule {
    padding: var(--home-section-spacing) 0;
    background-color: #f2f8fb;
}

.home-schedule__layout {
    min-width: 0;
}

.home-schedule__intro {
    max-width: 980px;
    margin-bottom: 38px;
}

.home-schedule__intro .page_block_header {
    margin-top: 0;
}

.home-schedule__lead {
    max-width: 900px;
    margin: 0;
    color: #656b72;
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
}

.home-schedule__timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
}

.home-schedule__period {
    min-width: 0;
    padding: 0 32px;
    border-left: 1px solid #d5e5ef;
}

.home-schedule__period:first-child {
    padding-left: 0;
    border-left: 0;
}

.home-schedule__period:last-child {
    padding-right: 0;
}

.home-schedule__period-header {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.home-schedule .home-schedule__period-icon {
    display: block;
    flex: 0 0 32px;
    margin: 0;
    color: var(--OPTION_BASE_COLOR);
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

.home-schedule__period-title {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.home-schedule__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-schedule__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid #d5e5ef;
}

.home-schedule__time {
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.home-schedule__activity-content {
    min-width: 0;
}

.home-schedule__activity {
    display: block;
    color: var(--TEXT_COLOR);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.home-schedule__description {
    margin: 2px 0 0;
    color: #68747d;
    font-size: 12px;
    line-height: 1.4;
}

.home-schedule__note {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    max-width: 980px;
    gap: 12px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #d5e5ef;
}

.home-schedule .home-schedule__note-icon {
    display: block;
    margin: 1px 0 0;
    color: var(--OPTION_BASE_COLOR);
    font-size: 22px;
    line-height: 1;
}

.home-schedule__note-text {
    margin: 0;
    color: #656b72;
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (max-width: 1348px) {
    .home-schedule > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .home-schedule__period {
        padding-right: 22px;
        padding-left: 22px;
    }

    .home-schedule__item {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .home-schedule__intro {
        margin-bottom: 30px;
    }

    .home-schedule__timeline {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-schedule__period,
    .home-schedule__period:first-child,
    .home-schedule__period:last-child {
        padding: 30px 0;
        border-top: 1px solid #d5e5ef;
        border-left: 0;
    }

    .home-schedule__period:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .home-schedule__period:last-child {
        padding-bottom: 0;
    }

    .home-schedule__period-header {
        margin-bottom: 8px;
    }

    .home-schedule__note {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .home-schedule {
        margin-right: -15px;
        margin-left: -15px;
    }

    .home-schedule > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-schedule__intro {
        margin-bottom: 26px;
    }

    .home-schedule__lead {
        font-size: 15px;
    }

    .home-schedule__period,
    .home-schedule__period:first-child,
    .home-schedule__period:last-child {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .home-schedule__period:first-child {
        padding-top: 0;
    }

    .home-schedule__period:last-child {
        padding-bottom: 0;
    }

    .home-schedule__item {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        padding: 13px 0;
    }

    .home-schedule__activity {
        font-size: 14px;
    }

    .home-schedule__note {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 10px;
        margin-top: 26px;
        padding-top: 20px;
    }

    .home-schedule .home-schedule__note-icon {
        font-size: 20px;
    }
}
/* /Home schedule: open three-period layout */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_life/style.css?17864248852321*/
/* Home life: open photo layout */
.home-life {
    padding: var(--home-section-spacing) 0;
    background-color: #ffffff;
}

.home-life__intro {
    max-width: 940px;
    margin-bottom: 24px;
}

.home-life__intro .page_block_header {
    margin-top: 0;
}

.home-life__lead {
    max-width: 900px;
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
    opacity: 0.68;
}

.home-life__gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.home-life__item {
    min-width: 0;
    margin: 0;
}

.home-life__photo {
    display: block;
    overflow: hidden;
    height: 260px;
    border-radius: 14px;
}

.home-life__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-life__caption {
    min-width: 0;
    margin-top: 14px;
}

.home-life__caption::before {
    display: block;
    width: 32px;
    height: 2px;
    margin-bottom: 10px;
    background-color: var(--OPTION_BASE_COLOR);
    content: "";
}

.home-life__caption h3 {
    margin: 0 0 6px;
    color: var(--TEXT_COLOR);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.home-life__caption p {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 13px;
    line-height: 1.45;
    opacity: 0.68;
}

.home-life__actions {
    margin-top: 22px;
}

.home-life__actions .btn {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .home-life__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

    .home-life__photo {
        height: 240px;
    }
}

@media screen and (max-width: 575px) {
    .home-life__intro {
        margin-bottom: 20px;
    }

    .home-life__gallery {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .home-life__photo {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .home-life__caption {
        margin-top: 12px;
    }

    .home-life__caption::before {
        margin-bottom: 8px;
    }

    .home-life__actions {
        margin-top: 20px;
    }

    .home-life__actions .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
/* /Home life: open photo layout */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/home_reviews/style.css?17864300592782*/
/* Home reviews: official Yandex widget */
.home-reviews {
    padding: var(--home-section-spacing) 0;
    background-color: #ffffff;
}

.home-reviews > .content_container {
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
}

.home-reviews__layout {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 760px);
    justify-content: space-between;
    align-items: start;
    gap: clamp(36px, 6vw, 90px);
    min-width: 0;
}

.home-reviews__intro {
    min-width: 0;
}

.home-reviews__intro .page_block_header {
    margin-top: 0;
}

.home-reviews__lead {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
    opacity: 0.68;
}

.home-reviews__source {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #d7e6ef;
}

.home-reviews__rating-badge {
    display: block;
    width: 150px;
    height: 50px;
    border: 0;
}

.home-reviews__source-note {
    max-width: 300px;
    margin: 14px 0 0;
    color: var(--TEXT_COLOR);
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.62;
}

.home-reviews__source-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.home-reviews__source-link:hover {
    text-decoration: underline;
}

.home-reviews__widget {
    min-width: 0;
}

.home-reviews__widget .yandex-reviews-widget {
    margin: 0;
}

body.SITE_THEME_DARK .home-reviews {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-reviews__source {
    border-top-color: var(--THEME_DARK_BORDER_COLOR);
}

@media screen and (max-width: 991px) {
    .home-reviews__layout {
        grid-template-columns: minmax(0, 760px);
        justify-content: center;
        gap: 30px;
    }

    .home-reviews__intro {
        max-width: 760px;
    }

    .home-reviews__source {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        column-gap: 20px;
    }

    .home-reviews__rating-badge {
        grid-row: 1 / span 2;
    }

    .home-reviews__source-note,
    .home-reviews__source-link {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .home-reviews > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-reviews__layout {
        gap: 24px;
    }

    .home-reviews__source {
        display: block;
        margin-top: 22px;
        padding-top: 20px;
    }

    .home-reviews__source-note {
        margin-top: 12px;
    }

    .home-reviews__source-link {
        margin-top: 15px;
    }
}
/* /Home reviews: official Yandex widget */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/home_admission/style.css?17864310525144*/
/* Home admission: open numbered route */
.home-admission {
    padding: var(--home-section-spacing) 0;
    background-color: #f2f8fb;
}

.home-admission > .content_container {
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
}

.home-admission__intro {
    max-width: 980px;
}

.home-admission__intro .page_block_header {
    margin-top: 0;
}

.home-admission__lead {
    max-width: 900px;
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
    opacity: 0.68;
}

.home-admission__steps {
    --home-admission-step-gap: clamp(20px, 2.5vw, 34px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--home-admission-step-gap);
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.home-admission__step {
    position: relative;
    min-width: 0;
}

.home-admission__step:not(:last-child)::after {
    position: absolute;
    top: 25px;
    left: 52px;
    width: calc(100% + var(--home-admission-step-gap) - 52px);
    height: 1px;
    content: "";
    background-color: #b9d8e9;
}

.home-admission__number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--OPTION_BASE_COLOR);
    border-radius: 50%;
    background-color: #f2f8fb;
    color: var(--OPTION_BASE_COLOR);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.home-admission__step-content {
    margin-top: 20px;
}

.home-admission__step-content h3 {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

.home-admission__step-content p {
    margin: 10px 0 0;
    color: var(--TEXT_COLOR);
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.68;
}

.home-admission__step-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.home-admission__step-link:hover {
    text-decoration: underline;
}

.home-admission__accent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 42px;
    padding: 26px 0;
    border-top: 1px solid #b9d8e9;
    border-bottom: 1px solid #b9d8e9;
}

.home-admission__accent-content h3 {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
}

.home-admission__accent-content p {
    margin: 6px 0 0;
    color: var(--TEXT_COLOR);
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.68;
}

.home-admission__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 22px;
}

.home-admission__actions .btn {
    margin: 0;
}

.home-admission__actions .color1 {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.home-admission__actions .color1:hover {
    text-decoration: underline;
}

body.SITE_THEME_DARK .home-admission {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-admission__number {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

@media screen and (max-width: 991px) {
    .home-admission__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }

    .home-admission__step:nth-child(2n)::after {
        display: none;
    }

    .home-admission__accent {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .home-admission > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-admission__steps {
        display: block;
        margin-top: 30px;
    }

    .home-admission__step {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 16px;
    }

    .home-admission__step + .home-admission__step {
        margin-top: 26px;
    }

    .home-admission__step:not(:last-child)::after {
        top: 52px;
        bottom: -26px;
        left: 25px;
        width: 1px;
        height: auto;
    }

    .home-admission__step-content {
        margin-top: 2px;
    }

    .home-admission__step-content h3 {
        font-size: 17px;
    }

    .home-admission__step-content p {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.55;
    }

    .home-admission__accent {
        gap: 20px;
        margin-top: 32px;
        padding: 22px 0;
    }

    .home-admission__accent-content h3 {
        font-size: 19px;
    }

    .home-admission__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .home-admission__actions .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .home-admission__actions .color1 {
        justify-content: center;
    }
}
/* /Home admission: open numbered route */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/home_transfer/style.css?17864319343626*/
/* Home transfer: partner-assisted transfer */
.home-transfer {
    padding: var(--home-section-spacing) 0;
    background-color: #ffffff;
}

.home-transfer__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 72px;
}

.home-transfer__intro,
.home-transfer__process {
    min-width: 0;
}

.home-transfer__intro .page_block_header {
    margin-top: 0;
}

.home-transfer__lead {
    max-width: 660px;
    margin: 0;
    color: #656b72;
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
}

.home-transfer__notice {
    max-width: 660px;
    margin-top: 24px;
    padding: 16px 0 16px 18px;
    border-left: 2px solid var(--OPTION_BASE_COLOR);
}

.home-transfer__notice strong {
    display: block;
    color: var(--TEXT_COLOR);
    font-size: 16px;
    line-height: 1.4;
}

.home-transfer__notice p {
    margin: 5px 0 0;
    color: #656b72;
    font-size: 14px;
    line-height: 1.5;
}

.home-transfer__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
}

.home-transfer__actions .color1 {
    font-size: 15px;
    font-weight: 600;
}

.home-transfer__steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-transfer__step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
    border-top: 1px solid #dbe8f1;
}

.home-transfer__step:first-child {
    padding-top: 0;
    border-top: 0;
}

.home-transfer__number {
    color: var(--OPTION_BASE_COLOR);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.home-transfer__step-content h3 {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
}

.home-transfer__step-content p {
    margin: 6px 0 0;
    color: #656b72;
    font-size: 14px;
    line-height: 1.5;
}

.home-transfer__footnote {
    margin: 8px 0 0 76px;
    color: #78838b;
    font-size: 12px;
    line-height: 1.45;
}

body.SITE_THEME_DARK .home-transfer {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-transfer__step {
    border-color: var(--THEME_DARK_BORDER_COLOR);
}

@media screen and (max-width: 1348px) {
    .home-transfer > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 991px) {
    .home-transfer__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .home-transfer__lead,
    .home-transfer__notice {
        max-width: 820px;
    }
}

@media screen and (max-width: 767px) {
    .home-transfer > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-transfer__layout {
        gap: 32px;
    }
}

@media screen and (max-width: 575px) {
    .home-transfer__notice {
        margin-top: 20px;
        padding: 13px 0 13px 14px;
    }

    .home-transfer__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-top: 22px;
    }

    .home-transfer__step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 18px 0;
    }

    .home-transfer__number {
        font-size: 18px;
    }

    .home-transfer__step-content h3 {
        font-size: 17px;
    }

    .home-transfer__step-content p {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.45;
    }

    .home-transfer__footnote {
        margin-left: 56px;
    }
}
/* /Home transfer: partner-assisted transfer */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/speech/style.css?17864325472706*/
/* Home speech section */
.speech_section {
    padding: 62px 0 54px;
    background: #f7fbfe;
}

.speech_block_wrapper {
    margin-top: 0;
}

.speech_block_wrapper .page_block_header {
    margin-bottom: 30px;
}

.speech_block--home {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 0;
}

.speech_block--home .img_wrapper,
.speech_block--home .text {
    min-width: 0;
}

.speech_block--home .img {
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
    aspect-ratio: 4 / 5;
}

.speech_block--home .img img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 9px;
    object-fit: cover;
    object-position: center top;
}

.speech_block--home .text h4 {
    margin: 0 0 16px;
    font-size: 1.35rem;
    line-height: 1.3;
}

.speech_block--home .text p {
    margin: 0 0 16px;
    color: #526071;
    line-height: 1.65;
}

.speech_block--home .text p:last-child {
    margin-bottom: 0;
}

.speech_block--home .sign {
    margin-top: 24px;
    font-weight: 400;
    font-style: normal;
}

.speech_block--home .sign strong {
    display: block;
    color: var(--TEXT_COLOR);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.speech_block--home .sign span {
    display: block;
    margin-top: 3px;
    color: #65717a;
    font-size: 13px;
    line-height: 1.45;
}

body.SITE_THEME_DARK .speech_section {
    background: transparent;
}

body.SITE_THEME_DARK .speech_block--home .text p {
    color: inherit;
}

@media screen and (max-width: 1200px) {
    .speech_section {
        padding: 48px 0 42px;
    }

    .speech_section > .content_container {
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .speech_block--home {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        gap: 28px;
    }
}

@media screen and (max-width: 767px) {
    .speech_block--home {
        grid-template-columns: 1fr;
    }

    .speech_block--home .img_wrapper {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .speech_block_wrapper .page_block_header {
        margin-bottom: 22px;
        text-align: left;
    }

    .speech_block--home {
        gap: 22px;
        font-size: 0.95rem;
    }

    .speech_block--home .img_wrapper {
        max-width: 260px;
    }

    .speech_block--home .text h4 {
        font-size: 1.2rem;
    }

    .speech_block--home .text p {
        margin-bottom: 14px;
        line-height: 1.55;
    }
}
/* /Home speech section */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_faq/style.css?17864368533712*/
/* Home FAQ: accessible accordion */
.home-faq {
    padding: calc(var(--home-section-spacing) * 0.7) 0;
    background-color: #ffffff;
}

.home-faq__intro {
    max-width: 900px;
    margin-bottom: 22px;
}

.home-faq__intro .page_block_header {
    margin-top: 0;
}

.home-faq__lead {
    max-width: 820px;
    margin: 0;
    color: #656b72;
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
}

.home-faq__list {
    max-width: 1080px;
    border-bottom: 1px solid #dbe8f1;
}

.home-faq__item {
    border-top: 1px solid #dbe8f1;
}

.home-faq__question {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border: 0;
    background-color: transparent;
    color: var(--TEXT_COLOR);
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.home-faq__indicator {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #c8deeb;
    border-radius: 50%;
    color: var(--OPTION_BASE_COLOR);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.home-faq__question:hover .home-faq__indicator,
.home-faq__question:focus-visible .home-faq__indicator {
    border-color: var(--OPTION_BASE_COLOR);
}

.home-faq__answer {
    max-width: 900px;
    padding: 0 46px 15px 0;
    color: #596873;
    font-size: 14px;
    line-height: 1.55;
}

.home-faq__answer[hidden] {
    display: none;
}

.home-faq__footer {
    display: flex;
    max-width: 1080px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 22px;
    padding: 16px 20px;
    box-sizing: border-box;
    border-left: 2px solid var(--OPTION_BASE_COLOR);
    background-color: #f2f8fb;
}

.home-faq__footer-text h3 {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.home-faq__footer-text p {
    margin: 4px 0 0;
    color: #656b72;
    font-size: 14px;
    line-height: 1.5;
}

.home-faq__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 18px;
}

.home-faq__phone a {
    color: var(--OPTION_BASE_COLOR);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

body.SITE_THEME_DARK .home-faq {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-faq__item,
body.SITE_THEME_DARK .home-faq__list {
    border-color: var(--THEME_DARK_BORDER_COLOR);
}

@media screen and (max-width: 1348px) {
    .home-faq > .content_container {
        box-sizing: border-box;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .home-faq > .content_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-faq__question {
        grid-template-columns: minmax(0, 1fr) 34px;
        gap: 14px;
        padding: 12px 0;
        font-size: 15px;
    }

    .home-faq__indicator {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .home-faq__answer {
        padding: 0 42px 13px 0;
        font-size: 14px;
        line-height: 1.55;
    }

    .home-faq__footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 20px;
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .home-faq__intro {
        margin-bottom: 18px;
    }

    .home-faq__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }
}
/* /Home FAQ: accessible accordion */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/home_articles/style.css?17864385746942*/
.slider_news .item_container {
    width: 342px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.slider_news .item_container.last_item {
    width: 322px;
    padding-right: 0;
}

.slider_news .item {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9rem;
}

body.SITE_THEME_DARK .slider_news .item {
    border-color: var(--THEME_DARK_LINE_COLOR);
}

.slider_news .item:hover {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.3);
}

.slider_news .item .img {
    overflow: hidden;
    flex: 0 0 240px;
    height: 240px;
}

.slider_news .item .img a,
.slider_news .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider_news .item .img img {
    object-fit: cover;
}

.slider_news .item .descr {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 160px;
    padding: 20px 25px;
    box-sizing: border-box;
}

.slider_news .item .descr .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.slider_news .item .date_news {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    border-bottom-right-radius: 8px;
    background-color: var(--OPTION_BASE_COLOR);
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
}

.slider_news .item .date_news .date,
.slider_news .item .date_news .month {
    display: block;
}

.slider_news .item .date_news .date {
    font-size: 1.6rem;
    font-weight: 400;
}

.slider_news .item:hover .date_news {
    opacity: 0.4;
}

.slider_news .item .descr .name {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.slider_news .item .descr .name a {
    display: -webkit-box;
    overflow: hidden;
    height: 3.2rem;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-decoration: none;
    text-overflow: ellipsis;
}

.slider_news .item .descr .preview-text {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    text-overflow: ellipsis;
}

.slider_news .item .descr .article-link {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.slider_news .item .descr .link {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-size: 0.8rem;
    font-style: italic;
}

.slider_news .item .descr .link::after {
    position: absolute;
    top: 3px;
    right: 0;
    margin-left: 3px;
    content: "\e90b";
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: never;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider_news .item.no-image .descr {
    padding-top: 80px;
}

.slider_news.owl-theme .owl-nav button.owl-next,
.slider_news.owl-theme .owl-nav button.owl-prev {
    top: 130px;
}

.slider_news.owl-theme .owl-dots {
    bottom: -10px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.articles-grid .item_container,
.articles-grid .item_container.last_item {
    width: auto;
    margin: 0;
    padding: 0;
}

.articles-grid .item {
    height: 100%;
    min-height: 440px;
}

.articles-grid .item .descr {
    height: auto;
    min-height: 200px;
}

.articles-empty {
    padding: 32px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
}

.articles-empty p {
    margin: 0;
}

body.SITE_THEME_DARK .articles-empty {
    border-color: var(--THEME_DARK_LINE_COLOR);
}

@media screen and (min-width: 1350px) {
    .slider_news.owl-theme .owl-nav button.owl-prev {
        left: -65px;
    }

    .slider_news.owl-theme .owl-nav button.owl-next {
        right: -65px;
    }
}

@media screen and (max-width: 1300px) {
    .slider_news.owl-carousel {
        padding: 0 50px;
    }

    .slider_news.owl-theme .owl-nav button.owl-prev {
        left: 0;
    }

    .slider_news.owl-theme .owl-nav button.owl-next {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .slider_news.owl-carousel {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .articles-grid .item {
        min-height: 0;
    }

    .articles-grid .item .img {
        flex-basis: 220px;
        height: 220px;
    }

    .articles-grid .item .descr {
        min-height: 190px;
        padding: 20px;
    }

    .articles-empty {
        padding: 24px 18px;
    }
}
/* ARTICLE_CARD_TITLE_START */
.articles-grid .item .descr .name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.articles-grid .item .descr .name a {
    height: 4.05rem;
    color: inherit;
}

.articles-grid .item .descr .name a:hover {
    color: var(--OPTION_BASE_COLOR);
}

@media screen and (max-width: 767px) {
    .articles-grid .item .descr .name a {
        height: auto;
        min-height: 2.7rem;
    }
}
/* ARTICLE_CARD_TITLE_END */

/* Home articles: responsive carousel */
.home-articles-carousel .item_container,
.home-articles-carousel .item_container.last_item {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-articles-carousel .item {
    height: 420px;
}

.home-articles-carousel .item .img {
    flex-basis: 210px;
    height: 210px;
}

.home-articles-carousel .item .descr {
    height: 210px;
    padding: 14px 16px;
}

.home-articles-carousel .item .descr .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.home-articles-carousel .item .descr .name a {
    height: auto;
    margin-bottom: 9px;
    -webkit-line-clamp: 2;
}

.home-articles-carousel .item .descr .preview-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.home-articles-carousel.owl-theme .owl-dots {
    position: static;
    margin-top: 16px;
}

@media screen and (min-width: 1200px) {
    .home-articles-carousel.owl-theme .owl-dots {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .home-articles-carousel .item {
        height: 410px;
    }

    .home-articles-carousel .item .img {
        flex-basis: 200px;
        height: 200px;
    }

    .home-articles-carousel .item .descr {
        height: 210px;
        padding: 14px;
    }

    .home-articles-carousel .item .descr .name {
        font-size: 17px;
    }
}
/* /Home articles: responsive carousel */

/* End */


/* Start:/local/templates/novosvetskiy/components/bitrix/main.include/home_contact/style.css?17864399063616*/
/* Home contacts: map and visit form */
.home-contact {
    padding: var(--home-section-spacing) 0;
    overflow: hidden;
    background-color: #ffffff;
}

.home-contact__intro {
    max-width: 940px;
    margin-bottom: 30px;
}

.home-contact__intro .page_block_header {
    margin-top: 0;
}

.home-contact__lead {
    max-width: 880px;
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: var(--home-text-size);
    line-height: var(--home-text-line-height);
    opacity: 0.68;
}

.home-contact__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 42px;
    align-items: stretch;
}

.home-contact__content {
    min-width: 0;
}

.home-contact__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
}

.home-contact__detail {
    min-width: 0;
    padding: 14px 0;
    border-bottom: 1px solid #d7e4ec;
}

.home-contact__label {
    display: block;
    margin-bottom: 4px;
    color: #687681;
    font-size: 12px;
    line-height: 1.4;
}

.home-contact__value {
    color: var(--TEXT_COLOR);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.home-contact__value a {
    color: inherit;
    text-decoration: none;
}

.home-contact__value a:hover,
.home-contact__value a:focus-visible {
    color: var(--OPTION_BASE_COLOR);
}

.home-contact__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    align-items: center;
    margin-top: 20px;
}

.home-contact__route-link {
    color: var(--OPTION_BASE_COLOR);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.home-contact__route-link:hover,
.home-contact__route-link:focus-visible {
    text-decoration: underline;
}

.home-contact__form-panel {
    margin-top: 24px;
    padding: 22px 24px;
    border-left: 3px solid var(--OPTION_BASE_COLOR);
    border-radius: 0 8px 8px 0;
    background-color: #f2f8fb;
}

.home-contact__form-panel h3 {
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
}

.home-contact__form-panel > p {
    margin: 5px 0 17px;
    color: var(--TEXT_COLOR);
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.68;
}

.home-contact__map {
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid #d7e4ec;
    border-radius: 12px;
    background-color: #eef4f7;
}

.home-contact__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}

body.SITE_THEME_DARK .home-contact {
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

body.SITE_THEME_DARK .home-contact__form-panel {
    background-color: var(--THEME_DARK_BG_COLOR);
}

body.SITE_THEME_DARK .home-contact__detail,
body.SITE_THEME_DARK .home-contact__map {
    border-color: var(--THEME_DARK_BORDER_COLOR);
}

@media screen and (max-width: 991px) {
    .home-contact__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .home-contact__map,
    .home-contact__map iframe {
        min-height: 380px;
    }
}

@media screen and (max-width: 575px) {
    .home-contact__intro {
        margin-bottom: 22px;
    }

    .home-contact__details {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-contact__detail {
        padding: 11px 0;
    }

    .home-contact__actions {
        margin-top: 16px;
    }

    .home-contact__form-panel {
        margin-top: 20px;
        padding: 18px 16px;
    }

    .home-contact__map,
    .home-contact__map iframe {
        min-height: 300px;
    }
}
/* /Home contacts: map and visit form */
/* End */


/* Start:/local/templates/novosvetskiy/components/brainsite/iblock.element.add.form/home_visit/style.css?17864399062585*/
/* Home visit form */
.home-visit__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.home-visit__field {
    display: block;
    min-width: 0;
    margin: 0;
}

.home-visit__field:last-child {
    grid-column: 1 / -1;
}

.home-visit__field > span {
    display: block;
    margin-bottom: 5px;
    color: var(--TEXT_COLOR);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.home-visit__field b {
    color: #c84c4c;
}

.home-visit__field input {
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #d7e4ec;
    border-radius: 6px;
    background-color: #ffffff;
    color: var(--TEXT_COLOR);
    font: inherit;
    font-size: 14px;
}

.home-visit__field input:focus {
    border-color: var(--OPTION_BASE_COLOR);
    outline: 2px solid rgba(31, 158, 221, 0.15);
    outline-offset: 1px;
}

.home-visit__field input.alert {
    border-color: #c84c4c;
}

.home-visit__footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.home-visit__agreement {
    display: flex;
    max-width: 370px;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
    color: var(--TEXT_COLOR);
    font-size: 11px;
    line-height: 1.45;
    opacity: 0.76;
}

.home-visit__agreement input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin: 0;
    accent-color: var(--OPTION_BASE_COLOR);
}

.home-visit__agreement a {
    color: var(--OPTION_BASE_COLOR);
}

.home-visit__submit {
    flex: 0 0 auto;
    white-space: nowrap;
}

.home-visit__validation {
    margin: 10px 0 0;
    color: #b33d3d;
    font-size: 12px;
    line-height: 1.4;
}

.home-visit__message {
    padding: 14px 16px;
    border-radius: 6px;
    background-color: #eaf7ed;
    color: #315d3a;
    font-size: 14px;
    line-height: 1.5;
}

.home-visit__message--error {
    background-color: #fff0f0;
    color: #8d3535;
}

body.SITE_THEME_DARK .home-visit__field input {
    border-color: var(--THEME_DARK_BORDER_COLOR);
    background-color: var(--THEME_DARK_BG_ITEM_COLOR);
}

@media screen and (max-width: 575px) {
    .home-visit__fields {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-visit__field:last-child {
        grid-column: auto;
    }

    .home-visit__footer {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .home-visit__agreement {
        max-width: none;
    }

    .home-visit__submit {
        width: 100%;
    }
}
/* /Home visit form */
/* End */
/* /local/templates/novosvetskiy/components/bitrix/main.include/about/style.css?17863473831505 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/photo_items/style.css?17862532902348 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_services/style.css?17862568383437 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_included/style.css?17862656008231 */
/* /local/templates/novosvetskiy/components/bitrix/news/actions/bitrix/news.list/.default/style.css?17859261804504 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_equipment/style.css?17865120987077 */
/* /local/templates/novosvetskiy/components/bitrix/main.include/kviz/style.css?178637449128505 */
/* /local/templates/novosvetskiy/components/brainsite/iblock.element.add.form/kviz_form/style.css?17863506122750 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_schedule/style.css?17863873004858 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_life/style.css?17864248852321 */
/* /local/templates/novosvetskiy/components/bitrix/main.include/home_reviews/style.css?17864300592782 */
/* /local/templates/novosvetskiy/components/bitrix/main.include/home_admission/style.css?17864310525144 */
/* /local/templates/novosvetskiy/components/bitrix/main.include/home_transfer/style.css?17864319343626 */
/* /local/templates/novosvetskiy/components/bitrix/main.include/speech/style.css?17864325472706 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_faq/style.css?17864368533712 */
/* /local/templates/novosvetskiy/components/bitrix/news.list/home_articles/style.css?17864385746942 */
/* /local/templates/novosvetskiy/components/bitrix/main.include/home_contact/style.css?17864399063616 */
/* /local/templates/novosvetskiy/components/brainsite/iblock.element.add.form/home_visit/style.css?17864399062585 */
