

/* Start:/local/templates/main-responsive/components/bitrix/catalog/nii/assets/css/ui.css?175394649518508*/
html.iOs {
    height: -webkit-fill-available;
    min-height: 100vh;
}

body {
    font-weight: 400;
    color: var(--light-primary);
}

.iOs body.modal-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

@media (hover:none) {
    .js-hover-detect{
        display: none;
    }
}

.bx-no-touch .js-custom-cursor,
.bx-no-touch .js-custom-cursor  a,
.bx-no-touch .js-custom-cursor  button {
    cursor: none !important;
}

h2:not(.Product__BlockTitle) {
    font-family: 'Villula', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/* MARK: Header */
._niiEdy .LP_Header__Inner,
._niiRegion .LP_Header__Inner {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    padding: 7px 0px;
}
._niiRegion .HeaderATDToggler._type .HeaderATDToggler__Link{
    color: var(--light-primary);
}
._niiRegion .UniversMainIcBtn._cart.DeliveryBasket__stateEmpty:hover{
    color: var(--green600);
}
._niiRegion .LP_Header .UniversMainIcBtn._cart .UniversMainIcBtn__Img._cart-full{
    display: none;
}
._niiRegion .LP_Header .UniversMainIcBtn._cart .UniversMainIcBtn__Img._cart-empty {
    display: block;
}

@media (any-hover: hover){
	._niiRegion .LP_Header .UniversMainIcBtn._cart:not(.DeliveryBasket__stateEmpty):hover .UniversMainIcBtn__Img._cart-empty {
        display: none;
    }
	._niiRegion .LP_Header .UniversMainIcBtn._cart:not(.DeliveryBasket__stateEmpty):hover .UniversMainIcBtn__Img._cart-full {
        display: block;
    }
	._niiRegion .HeaderATDToggler._type .HeaderATDToggler__Link:hover{
		color: var(--green600);
	}
}

@media (max-width: 1279px) {
	._niiEdy .LP_Header__Logo,
	._niiRegion .LP_Header__Logo {
		margin-right: 6px;
	}
	._niiEdy .HeaderATDToggler + .HeaderATDToggler,
	._niiRegion .HeaderATDToggler + .HeaderATDToggler {
		margin-left: 6px;
	}
	._niiEdy .HeaderATDToggler + .HeaderATDToggler:before,
	._niiRegion .HeaderATDToggler + .HeaderATDToggler:before {
		left: -4px;
	}
	._niiEdy .LP_Header__Inner,
	._niiRegion .LP_Header__Inner {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

@media (max-width: 1023px) {
    ._niiEdy .LP_Header__Inner,
    ._niiRegion .LP_Header__Inner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
        padding-block: 0 8px;
    }
}

.VV24_NII > section:first-of-type,
.VV24_NIIRegion > section:first-of-type {
    overflow: hidden;
}
.VV24_NII_BreadcrumbsWrapper {
    position: relative;
}
.VV24_NII_Logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 11px;
}
.LP_Header .vv-icon {
    color: var(--green500);
}
.LP_Header .lvl-one-icon {
    color: #000;
}
.LP_Header._light .vv-icon,
.LP_Header._light .lvl-one-icon {
    color: var(--white);
}

/* MARK: Breadcrumbs */
.VV24_NII_Breadcrumbs {
    position: absolute;
    top: 74px;
    left: 21px;
}
.VV24_NII_Breadcrumbs__List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    min-height: 34px;
    margin: 0;
    padding: 6px 16px;
    list-style: none;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.80);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}
.VV24_NII_Breadcrumbs__Item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 0;
}
.VV24_NII_Breadcrumbs__Item:not(:last-child)::after {
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--green500);
}
.VV24_NII_Breadcrumbs__Link {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: var(--green500);
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
span.VV24_NII_Breadcrumbs__Link {
    pointer-events: none;
}

@media (any-hover: hover){
    .VV24_NII_Breadcrumbs__Link:hover{
        color: var(--gray900);
    }
}

@media (max-width: 1023px) {
    .VV24_NII_Breadcrumbs {
        top: 104px;
        left: 26px;
    }
}

@media (max-width: 767px) {
    .VV24_NII_Breadcrumbs {
        top: 84px;
        left: 10px;
    }
}

/* MARK: Лаборатория */
.VV24_NII_Laboratory {
    margin-bottom: 100px;
}
._niiRegion .VV24_NII_Laboratory {
    margin-bottom: 80px;
}
.VV24_NII_Laboratory__Wrapper {
    max-width: 1080px;
    margin-inline: auto;
}
.VV24_NII_Laboratory__Title {
    margin-bottom: 40px;
    text-align: center;
}
.VV24_NII_Laboratory__Grid {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr); */
	-ms-grid-columns: calc(25% - 15px) 20px calc(25% - 15px) 20px calc(25% - 15px) 20px calc(25% - 15px);
    grid-template-columns: repeat(4, calc(25% - 15px));
	gap: 20px;
}
.VV24_NII_Laboratory_Card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
}

/* _size */
.VV24_NII_Laboratory_Card._size50 {
    grid-column: auto / span 2;
}
.VV24_NII_Laboratory_Card._size25 {
    grid-column: auto / span 1;
}

/* _order */
.VV24_NII_Laboratory_Card._order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.VV24_NII_Laboratory_Card._order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.VV24_NII_Laboratory_Card._order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.VV24_NII_Laboratory_Card._order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.VV24_NII_Laboratory_Card._order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

.VV24_NII_Laboratory_Card__ImgWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.VV24_NII_Laboratory_Card__ImgWrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
}
._size50 .VV24_NII_Laboratory_Card__ImgWrapper {
    aspect-ratio: 530 / 243;
}
._size25 .VV24_NII_Laboratory_Card__ImgWrapper {
    aspect-ratio: 255 / 243;
}

@media (any-hover: hover){
    .VV24_NII_Laboratory_Card__ImgWrapper:hover .VV24_NII_Laboratory_Card__Img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
    }
}

.VV24_NII_Laboratory_Card__Img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
}
.VV24_NII_Laboratory_Card__Info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2px;
}
.VV24_NII_Laboratory_Card__Status {
    text-transform: uppercase;
}
.VV24_NII_Laboratory_Card__Title {
    max-width: 328px;
    font-weight: 500;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    letter-spacing: unset;
}

@media (max-width: 1023px) {
    .VV24_NII_Laboratory {
        margin-bottom: 80px;
    }
	._niiRegion .VV24_NII_Laboratory {
		margin-bottom: 74px;
	}
    .VV24_NII_Laboratory__Wrapper {
        max-width: 664px;
    }
    .VV24_NII_Laboratory__Title {
        margin-bottom: 24px;
    }
    .VV24_NII_Laboratory__Grid {
		-ms-grid-columns: calc(25% - 6px) 8px calc(25% - 6px) 8px calc(25% - 6px) 8px calc(25% - 6px);
    	grid-template-columns: repeat(4, calc(25% - 6px));
        gap: 18px 8px;
    }
    ._size50 .VV24_NII_Laboratory_Card__ImgWrapper {
        aspect-ratio: 328 / 158;
    }
    ._size25 .VV24_NII_Laboratory_Card__ImgWrapper {
        aspect-ratio: 159 / 158;
    }
    .VV24_NII_Laboratory_Card__Title {
        max-width: 294px;
        font-size: 17px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .VV24_NII_Laboratory {
        margin-bottom: 64px;
    }
	._niiRegion .VV24_NII_Laboratory {
        margin-bottom: 78px;
    }
    .VV24_NII_Laboratory__Wrapper {
        max-width: clamp(340px, 90%, 450px);
        padding-inline: 6px;
    }
    .VV24_NII_Laboratory__Title {
        margin-bottom: 22px;
    }
    .VV24_NII_Laboratory__Grid {
        /* -ms-grid-columns: 1fr 8px 1fr;
        grid-template-columns: repeat(2, 1fr); */
		grid-auto-flow: dense; /* грид элемент стремится занять пустое место */
		-ms-grid-columns: calc(50% - 4px) 8px calc(50% - 4px);
    	grid-template-columns: repeat(2, calc(50% - 4px));
        gap: 18px 8px;
    }
    .VV24_NII_Laboratory_Card__ImgWrapper {
        border-radius: 16px;
    }
    .VV24_NII_Laboratory_Card__Info {
        row-gap: 4px;
    }
}

/* MARK: Курсор */
.Cursor {
    position: fixed;
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    z-index: 100000000;
}

@media (any-hover: none) {
    .Cursor {
        display: none;
    }
}

.Cursor._inited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}
.Cursor ._hidden {
    display: none;
}
.Cursor__Inner {
    width: 140px;
    height: 140px;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.1s linear;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear, width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: transform 0.1s linear, width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: transform 0.1s linear, width 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.1s linear;
}
.Cursor__Inner .Cursor__Bg:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--light-primary);
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.Cursor__Inner._click-on-me ._default,
.Cursor__Inner._rostov ._default,
.Cursor__Inner._tatarstan ._default,
.Cursor__Inner._central-russia ._default,
.Cursor__Inner._karelia ._default,
.Cursor__Inner._kamchatka ._default {
    opacity: 0;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.Cursor__Inner ._click-on-me,
.Cursor__Inner ._rostov,
.Cursor__Inner ._tatarstan,
.Cursor__Inner ._central-russia,
.Cursor__Inner ._karelia,
.Cursor__Inner ._kamchatka {
    opacity: 0;
	-webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.Cursor__Inner._click-on-me ._click-on-me {
    opacity: 1;
	-webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}
.Cursor__Inner._rostov ._rostov {
    opacity: 1;
}
.Cursor__Inner._tatarstan ._tatarstan {
    opacity: 1;
}
.Cursor__Inner._central-russia ._central-russia {
    opacity: 1;
}
.Cursor__Inner._karelia ._karelia {
    opacity: 1;
}
.Cursor__Inner._kamchatka ._kamchatka {
    opacity: 1;
}
.Cursor__Inner._dot {
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0 0 0 2px #F1F2F0;
            box-shadow: 0 0 0 2px #F1F2F0;
    border-radius: 50%
}
.Cursor__Inner._dot ._default,
.Cursor__Inner._dot ._rostov,
.Cursor__Inner._dot ._tatarstan,
.Cursor__Inner._dot ._central-russia,
.Cursor__Inner._dot ._karelia,
.Cursor__Inner._dot ._kamchatka {
    opacity: 0;
}
.Cursor__Inner._dot .Cursor__Bg:after {
    opacity: 1;
}
.Cursor__Bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.Cursor__Text {
    position: absolute;
    max-width: 100%;
    height: auto;
    -webkit-animation: cursor-image 20s linear infinite;
            animation: cursor-image 20s linear infinite;
}
.Cursor__Text._default {
    width: 117px;
}
.Cursor__Text._default._point-to-product {
    width: 128px;
}
.Cursor__Text._rostov {
    width: 116px;
}
.Cursor__Text._tatarstan {
    width: 117px;
}
.Cursor__Text._central-russia {
    width: 116px;
}
.Cursor__Text._karelia {
    width: 117px;
}
.Cursor__Text._kamchatka {
    width: 116px;
}

@-webkit-keyframes cursor-image {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes cursor-image {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* MARK: Comments */
.VV24_NII_Comments {
	margin-bottom: 64px;
}
.VV24_NII_Comments__Text {
	max-width: 615px;
	margin-inline: auto;
	margin-bottom: 40px;
	text-align: center;
}
.VV24_NII_Comments__Title {
	margin-bottom: 16px;
}
.VV24_NII_Comments__Description {
	font-weight: 400;
	font-size: 18px;
	line-height: 133.333%;
}

.VV24_NII_Comments .CommentForm__submit:hover {
    color: var(--white) !important;
}

@media (max-width: 1023px) {
	.VV24_NII_Comments {
		margin-bottom: 64px;
	}
}

@media (max-width: 767px) {
	.VV24_NII_Comments {
		margin-bottom: 40px;
	}
	.VV24_NII_Comments__Text {
		max-width: clamp(340px, 90%, 450px);
		margin-bottom: 30px;
	}
	.VV24_NII_Comments__Title {
		margin-bottom: 10px;
	}
	.VV24_NII_Comments__Description {
		font-weight: 400;
		font-size: 16px;
		line-height: 125%;
	}
}

/* MARK: Footer */
.VV24_NII_Footer {
    border-top: 1px solid var(--light-outline);
    padding: 32px 0 42px;
}
.VV24_NII_Footer__Row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32px;
}
.VV24_NII_Footer__Row:not(:last-child) {
    margin-bottom: 32px;
}
.VV24_NII_Footer__Link {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

@media (any-hover: hover){
    .VV24_NII_Footer__Link:hover{
        color: var(--green600);
    }
}
.VV24_NII_Footer__Social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.VV24_NII_Footer .SocialItem {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--white);
    color: var(--green500);
    fill: var(--green500);
}
.VV24_NII_Footer .SocialItem:hover svg {
    fill: var(--green400);
}
.VV24_NII_Footer .SocialItem .SvgIcon {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
}
.VV24_NII_Footer .SocialItem .SvgIcon--social-vkontakte {
    width: 28px;
    height: 28px;
}
.VV24_NII_Footer .SocialItem .SvgIcon--social-telegram {
    width: 32px;
    height: 32px;
}
.VV24_NII_Footer .SocialItem .SvgIcon--social-yadzen {
    width: 32px;
    height: 32px;
}
.VV24_NII_Footer .SocialItem .SvgIcon--social-whatsapp {
    width: 24px;
    height: 24px;
}

@media (max-width: 1279px) {
	.VV24_NII_Footer__Link {
        display: inline-block;
		max-width: 560px;
	}
}

@media (max-width: 1023px) {
    .VV24_NII_Footer {
        padding: 24px 0 18px;
    }
    .VV24_NII_Footer__Row:not(:last-child) {
        margin-bottom: 22px;
    }
    .VV24_NII_Footer__Link {
        line-height: 120% !important;
    }
}

@media (max-width: 767px) {
    .VV24_NII_Footer {
        padding: 32px 14px 24px;
    }
    .VV24_NII_Footer__Row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        row-gap: 22px;
    }
    .VV24_NII_Footer__Row:last-child {
        row-gap: 4px;
    }
    .VV24_NII_Footer__Row:not(:last-child) {
        margin-bottom: 53px;
    }
}
/* End */


/* Start:/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/sibir/css/style.css?174790762818217*/
/* хлебные крошки */
.VV24_NIIRegion .VV24_NII_BreadcrumbsWrapper {
    z-index: 20;
}

@media (any-hover: hover){
	.VV24_NIIRegion .VV24_NII_Breadcrumbs::before {
		content:'';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 50px;
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}

@media (max-width: 1023px) {
    .VV24_NIIRegion .VV24_NII_Breadcrumbs {
        top: 109px;
        left: 26px;
    }
}

@media (max-width: 767px) {
    .VV24_NIIRegion .VV24_NII_Breadcrumbs {
        top: 94px;
        left: 10px;
    }
}

/* MARK: Preview */
.VV24_NIINovosibirsk {
	position: relative;
    margin-bottom: 64px;
    color: var(--light-fixed-black);
    background-color: #fff5d7; 
	overflow: hidden;
}
.VV24_NIINovosibirsk::before,
.VV24_NIINovosibirsk::after {
	content:'';
	position: absolute;
	top: 0;
	width: 152px;
	height: 100%;
	background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/decor--desktop.svg');
	background-position: top;
    background-repeat: repeat-y;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.VV24_NIINovosibirsk::before {
	left: 0;
}
.VV24_NIINovosibirsk::after {
	right: 0;
	transform: scaleX(-1);
}
.VV24_NIINovosibirsk__Wrapper._content {
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
    min-height: 641px;
    padding-block: 114px 20px;
}
.VV24_NIINovosibirsk__Wrapper._clickables {
	position: absolute;
	inset: 0;
}
.VV24_NIINovosibirsk__Content {
    position: relative;
    z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    text-align: center;
}
.VV24_NIINovosibirsk__Title {
	max-width: -webkit-min-content;
	max-width: -moz-min-content;
	max-width: min-content;
    margin: 0 0 6px;
    font-size: 86px;
    line-height: 100%;
    text-transform: uppercase; 
    color: var(--light-fixed-black);
    text-align: center;
}
.VV24_NIINovosibirsk__Description {
	max-width: 500px;
    margin-bottom: 42px;
    font-weight: 400;
    font-size: 32px;
    line-height: 133%;
}
.VV24_NIINovosibirsk__Button.VV_Button {
    padding: 16px 20px;
    min-width: 241px;
    min-height: 52px;
    font-size: 18px;
    border-radius: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.VV24_NIINovosibirsk__Button.VV_Button._pink {
    background-color: var(--berry1);
}

@media (any-hover: hover){
    .VV24_NIINovosibirsk__Button.VV_Button._pink:hover{
        background-color: var(--berry3)
    }
}

/* MARK: Clickables */
.VV24_NIINovosibirsk_ClickablesItem {
    position: absolute;
    z-index: 5;
    margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none;
}
.VV24_NIINovosibirsk_ClickablesItem._opened {
    z-index: 10;
}
.VV24_NIINovosibirsk_ClickablesItem__Img {
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none;
}
.VV24_NIINovosibirsk_ClickablesItem__Img._tablet,
.VV24_NIINovosibirsk_ClickablesItem__Img._mobile {
    display: none;
}
.VV24_NIINovosibirsk_ClickablesItem__Popup {
    display: none;
    position: absolute;
    z-index: 7;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
    width: 250px;
	padding: 8px;
}
.VV24_NIINovosibirsk_ClickablesItem._opened .VV24_NIINovosibirsk_ClickablesItem__Popup {
	display: block;
}
.VV24_NIINovosibirsk_ClickablesItem__PopupText {
	position: relative;
	z-index: 3;
	display: block;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 133.333%;
    letter-spacing: 0.24px;
    text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.VV24_NIINovosibirsk_ClickablesItem__PopupTip {
    content:'';
    position: absolute;
    bottom: 0;
	left: 17%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='8' viewBox='0 0 20 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8C13 8 15.9999 0 20 0H0C3.9749 0 7 8 10 8Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='8' viewBox='0 0 20 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8C13 8 15.9999 0 20 0H0C3.9749 0 7 8 10 8Z' fill='white'/%3E%3C/svg%3E");
}

/* кедр */
.VV24_NIINovosibirsk_ClickablesItem._cedar {
    top: 94px;
    right: 92px;
}
.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__Img {
	rotate: -19deg;
	clip-path: polygon(39% 0%, 66% 1%, 97% 31%, 112% 73%, 73% 101%, 35% 99%, -6% 73%, 11% 18%);
}
.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__Popup {
	bottom: 101px;
    left: -259px;
    width: 250px;
}
.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
    top: 28%;
    right: -6px;
    bottom: unset;
    left: unset;
    rotate: -90deg;
}

/* пельмени */
.VV24_NIINovosibirsk_ClickablesItem._dumplings {
    right: -66px;
    bottom: 8px;
}
.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Img {
	rotate: -22.2deg;
	clip-path: polygon(134% 22%, 97% 56%, 79% 57%, 86% 86%, 38% 100%, 11% 80%, -1% 7%, 64% -6%, 71% 31%);
}
.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Popup {
    top: -99px;
    left: 79px;
    width: 238px;
}
.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
    left: 48%;
}
.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__PopupText {
	padding: 8px 19px;
}

/* дичь */
.VV24_NIINovosibirsk_ClickablesItem._game {
	left: 43px;
    bottom: -27px;
}
.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__Img {
    rotate: 43deg;
}
.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__Popup {
	top: -149px;
    left: 45px;
    width: 236px;
}
.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
    left: 48%;
}
.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__PopupText {
	padding: 8px 15px;
}

/* мука */
.VV24_NIINovosibirsk_ClickablesItem._flour {
	top: 85px;
    left: 27px;
}
.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Img {
    rotate: -40.5deg;
	clip-path: polygon(100% 17%, 101% 67%, 53% 64%, 36% 100%, 10% 98%, 2% 78%, -1% 35%, 10% 1%, 34% 1%, 54% 27%);
}
.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Popup {
	top: 23px;
    right: -96px;
}
.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
    bottom: 28%;
    left: -6px;
    rotate: 90deg;
}
.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__PopupText {
	padding: 12px 12px 9px;
}

.Cursor._sticky {
	display: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none;
}

@media (max-width: 1279px) and (any-hover: none) {
	.Cursor._sticky {
		display: block;
		opacity: 1;
		position: absolute;
        right: 160px;
		bottom: 5px;
        z-index: 10;
	}
}

@media (max-width: 1023px) and (any-hover: none) {
	.Cursor._sticky {
		right: 237px;
        bottom: 74px;
	}
}

@media (max-width: 767px) and (any-hover: none) {
	.Cursor._sticky {
		top: 169px;
        left: calc(86px + (262 - 86) * ((100vw - 360px) / (767 - 360)));
        width: 116px;
        height: 116px;
	}
	.Cursor._sticky .Cursor__Inner {
		width: 100%;
    	height: 100%;
	}
	.Cursor._sticky img {
		width: 96px;
    	height: 96px;
	}
}

@media (min-width: 768px) {
	.VV24_NIINovosibirsk__Description span {
		display: block;
	}
}

@media (min-width: 1280px) {
	.VV24_NIINovosibirsk::before {
		left: calc(50vw - 1280px / 2);
	}
	.VV24_NIINovosibirsk::after {
		right: calc(50vw - 1283px / 2);
	}
}

@media (max-width: 1279px) {
	/* MARK: Clickables
	кедр */
	.VV24_NIINovosibirsk_ClickablesItem._cedar {
		top: 74px;
    	right: 16px;
	}

	/* пельмени */
	.VV24_NIINovosibirsk_ClickablesItem._dumplings {
		right: -122px;
    	bottom: -10px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: -99px;
        left: 102px;
	}

	/* дичь */
	.VV24_NIINovosibirsk_ClickablesItem._game {
		left: -66px;
		bottom: -24px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: -83px;
        left: 49px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
		left: 24%;
	}

	/* мука */
	.VV24_NIINovosibirsk_ClickablesItem._flour {
		top: 63px;
    	left: -10px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: 43px;
	}
}

@media (max-width: 1023px) {
    .VV24_NIINovosibirsk {
		margin-bottom: 64px;
    }
	.VV24_NIINovosibirsk::before,
	.VV24_NIINovosibirsk::after {
		width: 116px;
		background-position: 0px 88px;
	}
	.VV24_NIINovosibirsk::before {
		top: 0;
		left: 0;
		background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/decor--tablet-left.svg');
	}
	.VV24_NIINovosibirsk::after {
		top: 0;
		right: 0;
		background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/decor--tablet-right.svg');
		transform: scaleX(1);
	}
	.VV24_NIINovosibirsk__Wrapper._content {
		min-height: 839px;
		padding-block: 120px 20px;
	}
	.VV24_NIINovosibirsk__Description {
        max-width: 484px;
    }
    .VV24_NIINovosibirsk__Title {
        margin-bottom: 6px;
        font-size: 64px;
    }
    .VV24_NIINovosibirsk__Description {
		margin-bottom: 24px;
        letter-spacing: unset;
    }
	.VV24_NIINovosibirsk__Button.VV_Button {
		min-width: 213px;
	}
	.VV24_NIINovosibirsk_ClickablesItem__Img._desktop {
		display: none;
	}
	.VV24_NIINovosibirsk_ClickablesItem__Img._tablet {
		display: block;
	}

	/* MARK: Clickables
	кедр */
	.VV24_NIINovosibirsk_ClickablesItem._cedar {
		top: 118px;
        right: 56px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__Img {
		rotate: -20deg;
	}
	.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__Popup {
		bottom: 85px;
        left: -258px;
	}

	/* пельмени */
	.VV24_NIINovosibirsk_ClickablesItem._dumplings {
        right: -69px;
        bottom: 32px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Img {
		rotate: -25deg;
		clip-path: polygon(99% 32%, 100% 61%, 77% 60%, 85% 91%, 21% 105%, 10% 88%, -3% -2%, 65% 1%, 71% 35%);
	}
	.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: -109px;
        left: 74px;
	}

	/* дичь */
	.VV24_NIINovosibirsk_ClickablesItem._game {
		left: -21px;
        bottom: -19px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: -126px;
        left: 16px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
		left: 48%;
    }

	/* мука */
	.VV24_NIINovosibirsk_ClickablesItem._flour {
		top: 112px;
        left: -8px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Img {
		rotate: -43deg;
	}
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Popup {
        top: 53px;
        right: -92px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
		bottom: 28%;
    }
}

@media (max-width: 767px) {
    .VV24_NIINovosibirsk {
        min-height: 541px;
        margin-bottom: 30px;
        padding-bottom: 40px;
        background-color: unset;
    }
	.VV24_NIINovosibirsk::before {
		top: 82px;
		bottom: unset;
        left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 1;
		width: 400px;
		height: 78px;
		background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/decor--mobile.svg');
		background-repeat: no-repeat;
        background-position: 0px;
	}
	.VV24_NIINovosibirsk::after {
		display: none;
	}
	.VV24_NIINovosibirsk__Wrapper._content {
		-webkit-box-align: start;
        	-ms-flex-align: start;
        		align-items: start;
        min-height: 503px;
        padding-block: 191px 68px;
        background-color: #fff5d7;
	}
	.VV24_NIINovosibirsk__Wrapper._clickables {
		position: relative;
		width: calc(100% + 20px);
    	margin-inline: -10px;
	}
    .VV24_NIINovosibirsk__Description {
        max-width: clamp(280px, 80%, 424px)
    }
    .VV24_NIINovosibirsk__Title {
        margin-bottom: 7px;
        font-size: 46px;
		line-height: 1.1;
    }
    .VV24_NIINovosibirsk__Description {
        margin-bottom: 24px;
		font-weight: 400;
		font-size: 14px !important;
        line-height: 128% !important;
    }
    .VV24_NIINovosibirsk__Button.VV_Button {
        padding: 14px;
        min-width: 217px;
        min-height: 44px;
		font-size: 16px;
    }

	/* MARK: Clickables */
	.VV24_NIINovosibirsk_Clickables {
		position: relative;
		min-height: 840px;
		margin-top: -30px;
		background-image:
			-webkit-image-set(
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile@2x.webp') type('image/webp') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile.webp') type('image/webp') 1x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile@2x.png') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile.png') 1x
		);
		background-image:
			image-set(
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile@2x.webp') type('image/webp') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile.webp') type('image/webp') 1x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile@2x.png') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/novosibirsk/img/preview/novosibirsk-preview-bgi--mobile.png') 1x
		);
		background-size: 767px 840px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.VV24_NIINovosibirsk_ClickablesItem__Img._tablet {
		display: none !important;
	}
	.VV24_NIINovosibirsk_ClickablesItem__Img._mobile {
		display: block;
	}

	/* кедр */
	.VV24_NIINovosibirsk_ClickablesItem._cedar {
        right: calc(10px + (148 - 10) * ((100vw - 360px) / (767 - 360)));
        top: 219px;
    }
	.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__Img {
        rotate: -20deg;
    }
	.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__Popup {
		bottom: -31px;
        left: -208px;
    }
	.VV24_NIINovosibirsk_ClickablesItem._cedar .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
        top: 37%;
        right: -6px;
        rotate: -90deg;
	}

	/* пельмени */
	.VV24_NIINovosibirsk_ClickablesItem._dumplings {
		bottom: 41px;
        right: calc((-55px) + (58 - (-55)) * ((100vw - 360px) / (767 - 360)));
	}
	.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Img {
        rotate: -30deg;
		clip-path: polygon(100% 42%, 100% 72%, 77% 68%, 86% 113%, 7% 94%, 7% 91%, -1% 0%, 67% 5%, 71% 42%);
    }
	.VV24_NIINovosibirsk_ClickablesItem._dumplings .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: -97px;
        left: -9px;
	}

	/* дичь */
	.VV24_NIINovosibirsk_ClickablesItem._game {
        left: calc((-19px) + (98 - (-19)) * ((100vw - 360px) / (767 - 360)));
        bottom: 229px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__Img {
        rotate: 12.5deg;
    }
	.VV24_NIINovosibirsk_ClickablesItem._game .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: -127px;
        left: 16px;
	}

	/* мука */
	.VV24_NIINovosibirsk_ClickablesItem._flour {
        top: 65px;
		left: calc((-8px) + (168 - (-8)) * ((100vw - 360px) / (767 - 360)));
	}
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Img {
        rotate: -45deg;
		clip-path: polygon(104% 33%, 97% 85%, 51% 70%, 33% 106%, 8% 94%, 0% 70%, -1% 34%, 9% -3%, 36% 3%, 53% 35%);
    }
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__Popup {
		top: unset;
        right: unset;
        bottom: -211px;
        left: 6px;
	}
	.VV24_NIINovosibirsk_ClickablesItem._flour .VV24_NIINovosibirsk_ClickablesItem__PopupTip {
		top: 1px;
		bottom: unset;
        left: 26%;
		rotate: 180deg;
    }
}
/* End */
/* /local/templates/main-responsive/components/bitrix/catalog/nii/assets/css/ui.css?175394649518508 */
/* /local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/sibir/css/style.css?174790762818217 */
