

/* Start:/local/templates/main-responsive/components/bitrix/catalog/nii/assets/css/ui.css?176103271918676*/
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;
}

@media (min-width: 1024px) {
    .btn_text._desktop-lg {
        font-size: 17px;
        line-height: 1.2;
    }
}

@media (max-width: 1023px) {
    .btn_text._tablet-md {
        font-size: 15px;
        line-height: 1.2;
    }
    .btn_text._tablet-sm {
        font-size: 13px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .btn_text._mobile-sm {
        font-size: 13px;
        line-height: 1.2;
    }
    /*
    .rtext._mobile-sm {
        font-size: 13px;
        line-height: 1.2;
    }
    */
}

/* MARK: Header */
._niiEdy .LP_Header__Inner,
._niiRegion .LP_Header__Inner {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    padding: 5px 0px;
}
._niiRegion .HeaderATDToggler._type .HeaderATDToggler__Link{
    color: var(--light-primary);
}
._niiRegion .UniversMainIcBtn._cart.DeliveryBasket__stateEmpty:hover{
    color: var(--green600);
}

@media (any-hover: hover){
	._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;
    }
}

@media (max-width: 767px) {
    ._niiEdy .LP_Header__Delivery,
    ._niiRegion .LP_Header__Delivery {
        margin-bottom: 8px;
    }
    ._niiEdy .LP_Header__Inner,
    ._niiRegion .LP_Header__Inner {
        padding-block: 0 4px;
    }
}

.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: 106px;
        left: 26px;
    }
}

@media (max-width: 767px) {
    .VV24_NII_Breadcrumbs {
        top: 90px;
        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%;
}

@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/yakutiya/css/style.css?176103271917910*/
/* хлебные крошки */
.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: 111px;
        left: 26px;
    }
}

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

/* MARK: desktop */
.VV24_NIIYakutiya {
	--decor-pos: 0;

	position: relative;
    margin-bottom: 64px;
    color: var(--light-fixed-black);
    background-color: #cee5f9;
	overflow: hidden;
}
.VV24_NIIYakutiya::before,
.VV24_NIIYakutiya::after {
	content:'';
	position: absolute;
	top: 64px;
	width: 169px;
	height: 100%;
	background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/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_NIIYakutiya::before {
	left: var(--decor-pos);
}
.VV24_NIIYakutiya::after {
	right: var(--decor-pos);
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.VV24_NIIYakutiya__Wrapper._content {
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
    min-height: 641px;
    padding-block: 122px 20px;
}
.VV24_NIIYakutiya__Wrapper._clickables {
	position: absolute;
	inset: 0;
}
.VV24_NIIYakutiya__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_NIIYakutiya__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_NIIYakutiya__Description {
	max-width: 480px;
    margin-bottom: 42px;
    font-weight: 400;
    font-size: 32px;
    line-height: 133%;
}
.VV24_NIIYakutiya__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_NIIYakutiya__Button.VV_Button._pink {
    background-color: var(--berry1);
}

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

/* MARK: Clickables */
.VV24_NIIYakutiya_ClickablesItem {
    position: absolute;
    z-index: 5;
    margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none;
}
.VV24_NIIYakutiya_ClickablesItem._opened {
    z-index: 10;
}
.VV24_NIIYakutiya_ClickablesItem__Img {
	-webkit-user-select: none;
	-moz-user-select: none;
	 -ms-user-select: none;
		 user-select: none;
}
.VV24_NIIYakutiya_ClickablesItem__Img._tablet,
.VV24_NIIYakutiya_ClickablesItem__Img._mobile {
    display: none;
}
.VV24_NIIYakutiya_ClickablesItem__Popup {
    display: none;
    position: absolute;
    z-index: 7;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
    width: 250px;
	padding: 8px;
}
.VV24_NIIYakutiya_ClickablesItem._opened .VV24_NIIYakutiya_ClickablesItem__Popup {
	display: block;
}
.VV24_NIIYakutiya_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_NIIYakutiya_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_NIIYakutiya_ClickablesItem._hart {
    top: 44px;
    right: 82px;
}
.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__Img {
	-webkit-clip-path: polygon(28% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	        clip-path: polygon(28% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__Popup {
	bottom: 131px;
    left: -213px;
    width: 236px;
}
.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__PopupTip {
    top: 28%;
    right: -6px;
    bottom: unset;
    left: unset;
    rotate: -90deg;
}
.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__PopupText {
	padding: 8px 13px;
}

/* строгонина */
.VV24_NIIYakutiya_ClickablesItem._stroganina {
    right: -44px;
    bottom: 14px;
}
.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__Img {
	-webkit-clip-path: polygon(53% -3%, 90% 6%, 104% 35%, 80% 70%, 47% 95%, 9% 105%, 0% 78%, 1% 52%);
	        clip-path: polygon(53% -3%, 90% 6%, 104% 35%, 80% 70%, 47% 95%, 9% 105%, 0% 78%, 1% 52%);
}
.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__Popup {
	top: -75px;
    left: 84px;
    width: 236px;
}
.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__PopupTip {
    left: 48%;
}
.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__PopupText {
	padding: 9px 15px;
}

/* сливки */
.VV24_NIIYakutiya_ClickablesItem._cream {
	left: -33px;
    bottom: -18px;
}
.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__Img {
	-webkit-clip-path: polygon(29% 62%, 24% 38%, 38% 30%, 55% 0%, 83% 0%, 97% 20%, 108% 45%, 86% 83%, 55% 88%, 36% 73%, 10% 100%, -5% 100%);
	        clip-path: polygon(29% 62%, 24% 38%, 38% 30%, 55% 0%, 83% 0%, 97% 20%, 108% 45%, 86% 83%, 55% 88%, 36% 73%, 10% 100%, -5% 100%);
}
.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__Popup {
	top: -90px;
    left: 180px;
    width: 236px;
}
.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__PopupTip {
    left: 48%;
}
.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__PopupText {
	padding: 9px 15px;
}

/* кумыс */
.VV24_NIIYakutiya_ClickablesItem._koumiss {
	top: 58px;
    left: 36px;
}
.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__Img {
    -webkit-clip-path: polygon(17% 100%, -3% 78%, 0% 41%, 58% 29%, 83% 0%, 114% 0%, 81% 34%, 100% 44%, 100% 62%, 87% 74%, 79% 93%, 60% 100%);
            clip-path: polygon(17% 100%, -3% 78%, 0% 41%, 58% 29%, 83% 0%, 114% 0%, 81% 34%, 100% 44%, 100% 62%, 87% 74%, 79% 93%, 60% 100%);
}
.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__Popup {
	top: 110px;
    right: -180px;
    width: 236px;
}
.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__PopupTip {
    bottom: 35%;
    left: -6px;
    rotate: 90deg;
}
.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__PopupText {
	padding: 9px 12px;
}

.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: 216px;
        bottom: 68px;
        z-index: 10;
	}
}

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

@media (max-width: 767px) and (any-hover: none) {
	.Cursor._sticky {
		top: 254px;
        left: calc(120px + (414 - 120) * ((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_NIIYakutiya__Description span {
		display: block;
	}
}

/* MARK: 4k */
@media (min-width: 1280px) {
	.VV24_NIIYakutiya {
		--decor-pos: calc(50vw - 1617px / 2); 
	}
	.VV24_NIIYakutiya::before,
	.VV24_NIIYakutiya::after {
		width: 338px;
		background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/decor--4k.svg');
	}
}

/* MARK: big-tablet */
@media (max-width: 1279px) {
	/* харта */
	.VV24_NIIYakutiya_ClickablesItem._hart {
		top: 65px;
        right: 43px;
	}
	.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__Popup {
		bottom: 154px;
    	left: -197px;
	}

	/* строгонина */
	.VV24_NIIYakutiya_ClickablesItem._stroganina {
		right: -75px;
        bottom: -21px;
	}
	.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: -70px;
        left: 108px;
	}

	/* сливки */
	.VV24_NIIYakutiya_ClickablesItem._cream {
		left: -112px;
        bottom: -46px;
	}
	.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: -87px;
		left: 116px;
	}
	.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__PopupTip {
		left: 67%;
	}

	/* кумыс */
	.VV24_NIIYakutiya_ClickablesItem._koumiss {
		top: 45px;
        left: 54px;
	}
	.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: unset;
        right: 12px;
        bottom: -92px;
	}
	.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__PopupTip {
		top: 0;
		bottom: unset;
    	left: 44%;
    	rotate: 180deg;
	}
}

/* MARK: tablet */
@media (max-width: 1023px) {
    .VV24_NIIYakutiya {
		margin-bottom: 64px;
    }
	.VV24_NIIYakutiya::before,
	.VV24_NIIYakutiya::after {
		top: 90px;
		width: 112px;
		background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/decor--tablet.svg');
	}
	.VV24_NIIYakutiya__Wrapper._content {
		min-height: 839px;
		padding-block: 130px 20px;
	}
	.VV24_NIIYakutiya__Description {
        max-width: 454px;
    }
    .VV24_NIIYakutiya__Title {
        margin-bottom: 6px;
        font-size: 64px;
    }
    .VV24_NIIYakutiya__Description {
		margin-bottom: 24px;
        letter-spacing: unset;
    }
	.VV24_NIIYakutiya__Button.VV_Button {
		min-width: 213px;
	}
	.VV24_NIIYakutiya_ClickablesItem__Img._desktop {
		display: none;
	}
	.VV24_NIIYakutiya_ClickablesItem__Img._tablet {
		display: block;
	}

	/* харта */
	.VV24_NIIYakutiya_ClickablesItem._hart {
		top: 49px;
        right: 32px;
	}

	.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__Popup {
		bottom: 31px;
        left: -210px;
	}

	/* строгонина */
	.VV24_NIIYakutiya_ClickablesItem._stroganina {
        right: -30px;
        bottom: -4px;
	}
	.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: -21px;
		left: 119px;
	}
	.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__PopupTip {
		top: unset;
		bottom: 35%;
		left: -6px;
		rotate: 90deg;
	}

	/* сливки */
	.VV24_NIIYakutiya_ClickablesItem._cream {
		left: -79px;
        bottom: 0;
	}
	.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: -50px;
        left: 88px;
	}
	.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__PopupTip {
        left: 48%;
    }

	/* кумыс */
	.VV24_NIIYakutiya_ClickablesItem._koumiss {
		top: 75px;
        left: 15px;
	}
	.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__Popup {
        top: 108px;
        left: 152px;
        bottom: unset;
        right: unset;
	}
}

/* MARK: mobile */
@media (max-width: 767px) {
    .VV24_NIIYakutiya {
        min-height: 541px;
        margin-bottom: 30px;
        padding-bottom: 40px;
        background-color: unset;
    }
	.VV24_NIIYakutiya::before {
		top: 84px;
		bottom: unset;
        left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: 1;
		width: 398px;
		height: 109px;
		background-image: url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/decor--mobile.svg');
		background-repeat: repeat-x;
        background-position: 0px;
	}
	.VV24_NIIYakutiya::after {
		display: none;
	}
	.VV24_NIIYakutiya__Wrapper._content {
		-webkit-box-align: start;
        	-ms-flex-align: start;
        		align-items: start;
        min-height: 503px;
        padding-block: 223px 73px;
        background-color: #cee5f9;
	}
	.VV24_NIIYakutiya__Wrapper._clickables {
		position: relative;
		width: calc(100% + 20px);
    	margin-inline: -10px;
	}
    .VV24_NIIYakutiya__Description {
        max-width: clamp(280px, 80%, 424px)
    }
    .VV24_NIIYakutiya__Title {
        margin-bottom: 7px;
        font-size: 46px;
		line-height: 1.1;
    }
    .VV24_NIIYakutiya__Description {
        margin-bottom: 24px;
		font-weight: 400;
		font-size: 14px !important;
        line-height: 128% !important;
    }
    .VV24_NIIYakutiya__Button.VV_Button {
        padding: 14px;
        min-width: 217px;
        min-height: 44px;
		font-size: 16px;
    }

	/* MARK: Clickables */
	.VV24_NIIYakutiya_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/yakutiya/img/preview/yakutiya-preview-bgi--mobile@2x.webp') type('image/webp') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile.webp') type('image/webp') 1x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile@2x.png') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile.png') 1x
		);
		background-image:
			image-set(
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile@2x.webp') type('image/webp') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile.webp') type('image/webp') 1x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile@2x.png') 2x,
				url('/local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/img/preview/yakutiya-preview-bgi--mobile.png') 1x
		);
		background-size: 767px 840px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.VV24_NIIYakutiya_ClickablesItem__Img._tablet {
		display: none !important;
	}
	.VV24_NIIYakutiya_ClickablesItem__Img._mobile {
		display: block;
	}

	/* харта */
	.VV24_NIIYakutiya_ClickablesItem._hart {
		top: -14px;
        right: unset;
        left: calc(-16px + (152 - (-16)) * ((100vw - 360px) / (767 - 360)));
    }
	.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__Popup {
        top: -1px;
        right: -151px;
		bottom: unset;
        left: unset;
    }
	.VV24_NIIYakutiya_ClickablesItem._hart .VV24_NIIYakutiya_ClickablesItem__PopupTip {
		top: 55%;
		right: unset;
		bottom: unset;
		left: -6px;
		rotate: 90deg;
	}

	/* строгонина */
	.VV24_NIIYakutiya_ClickablesItem._stroganina {
		bottom: 16px;
        right: calc((-47px) + (58 - (-47)) * ((100vw - 360px) / (767 - 360)));
	}
	.VV24_NIIYakutiya_ClickablesItem._stroganina .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: -70px;
        left: 61px;
	}

	/* сливки */
	.VV24_NIIYakutiya_ClickablesItem._cream {
        left: calc((-77px) + (98 - (-77)) * ((100vw - 360px) / (767 - 360)));
        bottom: 212px;
	}
	.VV24_NIIYakutiya_ClickablesItem._cream .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: -81px;
        left: 104px;
	}

	/* кумыс */
	.VV24_NIIYakutiya_ClickablesItem._koumiss {
		top: 98px;
        left: unset;
        right: calc((-10px) + (110 - (-10)) * ((100vw - 360px) / (767 - 360)));
	}

	.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__Popup {
		top: 3px;
        left: -49px;
	}
	.VV24_NIIYakutiya_ClickablesItem._koumiss .VV24_NIIYakutiya_ClickablesItem__PopupTip {
		bottom: 0%;
        left: 48%;
        rotate: 0deg;
    }
}
/* End */
/* /local/templates/main-responsive/components/bitrix/catalog/nii/assets/css/ui.css?176103271918676 */
/* /local/templates/main-responsive/components/bitrix/catalog/nii/element/first_screen/yakutiya/css/style.css?176103271917910 */
