

/* Start:/bitrix/templates/universe_s1/infograd-theme/css/elements.css?178774640323360*/
*, 
*:before, 
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;

    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

a:hover {
    color: var(--color-main);
}

a:focus,
a:visited,
a:active {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
}

h1, h2 {
    margin-bottom: 36px;
    font-size: 40px;
    font-weight: 700;
}
h1{
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}

h3, h4, h5, h6 {
    font-weight: 500;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
    display: block;
    line-height: 1.2;
    font-weight: 400;
    margin: 35px 0 25px 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

p {
    margin: 0 0 10px;
}


/* 
*   S E C T I O N 
*/
.section-mt {
    margin-top: var(--margin-xl-el);
}

.section-mb {
    margin-bottom: var(--margin-xl-el);
}

.section-pt {
    padding-top: var(--padding-xl-el);
}

.section-pb {
    padding-bottom: var(--padding-xl-el);
}

.section-title {
    margin-bottom: var(--margin-sm-el);
}

.section-first-bg {
    padding: var(--padding-lg-el) 0;
    position: relative;
}

.section-first-bg__cover {
    width: 100%;
    height: calc(100% + var(--header-bottom-height) + (2 * var(--header-bootom-margin)) + var(--breadcrumb-height));
    position: absolute;
    margin-top: calc(-32px - var(--header-bottom-height) - (2 * var(--header-bootom-margin)) - var(--breadcrumb-height));
    z-index: -1;
}


/*
*   A L E R T S
*/

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

/*
*   B U T T O N S
*/

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 11px 28px;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    color: #5f5f5f;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: color, border-color, background-color;
    -moz-transition-property: color,border-color,background-color;
    -ms-transition-property: color,border-color,background-color;
    -o-transition-property: color,border-color,background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: var(--color-main2);
    border-color: var(--color-main2);
    color: var(--color-white);
    outline: 0;
}

.btn.colored {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-white);
    text-decoration: none;
}

.btn.colored:hover,
.btn.colored:active {
    background-color: var(--color-main2);
    border-color: var(--color-main2);
    color: var(--color-white);
}

.btn.btn-lg{
    width: 100%;
}

.btn.btn-sm {
    padding: 8px 12px;
    min-width: 135px;
    min-height: 35px;
    font-size: 14px;
}

.btn-primary {
    color: var(--color-white);
    border-color: var(--color-white);
    background: transparent;
}

.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-white);
}

.btn-secondary {
    border-color: var(--color-gray3);
}

.btn-light {
    background-color: var(--color-white);
    border-color: var(--color-white);
}


/*
*   C H E C K B O X
*/

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
    width: 0;
    height: 3px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.form-group input[type="checkbox"] + label,
.form-group input[type="radio"] + label{
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    line-height: 18px;
}

.form-group input[type="checkbox"] + label:before,
.form-group input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: border-color, background-color;
    -moz-transition-property: border-color,background-color;
    -ms-transition-property: border-color,background-color;
    -o-transition-property: border-color,background-color;
    transition-property: border-color, background-color;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group input[type="checkbox"] + label:hover:before,
.form-group input[type="radio"] + label:hover:before {
    border-color: var(--color-main);
    background-color: #f6f6f6;
}

.form-group input[type="checkbox"]:checked + label::after,
.form-group input[type="radio"]:checked + label:after {
    box-shadow: none;
    background: url("/bitrix/templates/universe_s1/infograd-theme/css/../images/svg/checkbox.svg") 0px 0px no-repeat;
    z-index: 2;
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
}

.form-group input[type="checkbox"]:checked + label:before,
.form-group input[type="radio"]:checked + label:before {
    background-color: var(--color-main);
    border-color: var(--color-main);
}


.form-group input[type="checkbox"] + label a,
.form-group input[type="radio"] + label a{
    color: var(--color-main);
}

/*
.form-group input[type="checkbox"] + label:before,
.form-group input[type="radio"] + label:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--color-main);
    z-index: -1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.form-group input[type="radio"] + label:before {
    border-radius: 50%;
}

.form-group input[type="checkbox"] + label:after,
.form-group input[type="radio"] + label:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 0px 1px var(--color-gray3) inset;
    -moz-box-shadow: 0px 0px 0px 1px var(--color-gray3) inset;
    -webkit-box-shadow: 0px 0px 0px 1px var(--color-gray3) inset;
    background: #fff;
}

.form-group input[type="radio"] + label:after {
    border-radius: 50%;
}

.form-group input[type="checkbox"]:checked + label:before,
.form-group input[type="checkbox"] + label:hover:before,
.form-group input[type="radio"]:checked + label:before,
.form-group input[type="radio"] + label:hover:before {
    display: inline-block;
    z-index: 3;
}

.form-group input[type="checkbox"] + label:before,
.form-group input[type="radio"] + label:before {
    display: block;
}

.form-group input[type="checkbox"]:checked + label:after,
.form-group input[type="radio"]:checked + label:after {
    box-shadow: none;
    background: url("/bitrix/templates/universe_s1/infograd-theme/css/../images/svg/checkbox.svg") 0px 0px no-repeat;
}

.form-group input[type="checkbox"] + label:hover:after,
.form-group input[type="radio"] + label:hover:after {
    box-shadow: none;
    background: url("/bitrix/templates/universe_s1/infograd-theme/css/../images/svg/checkbox.svg") 0px 0px no-repeat;
    z-index: 2;
}

.form-group input[type="checkbox"]:checked + label:before,
.form-group input[type="checkbox"] + label:hover:before,
.form-group input[type="radio"]:checked + label:before,
.form-group input[type="radio"] + label:hover:before {
    display: inline-block;
    z-index: 3;
}

.form-group input[type="checkbox"]:checked + label:before,
.form-group input[type="checkbox"]:checked + label:hover:before,
.form-group input[type="radio"]:checked + label:before,
.form-group input[type="radio"]:checked + label:hover:before {
    z-index: -1;
}*/

.iacept{
    position: relative;
}

.alarm-message {
    background: navajowhite;
    position: absolute;
    padding: 10px 15px;
    z-index: 311;
    border-radius: 6px;
    top: -90px;
    left: 10px;
    font-size: 14px;
    max-width: 350px;
}

.alarm-message:before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: -10px;
    width: 30px;
    border: 10px solid transparent;
    border-left: 21px solid navajowhite;
    border-top: 0px;
}



/*
*   S P E C I A L
*/
.align-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.flex-center-center {
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-sb {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.g-10 {
    gap: 10px;
}
.g-15 {
    gap: 15px;
}
.g-20 {
    gap: 20px;
}
.g-30{
    gap: 30px;
}

.hidden{
    display: none !important;
}

.maxwidth-theme{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1366px;
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.swiper-container{
    overflow: hidden;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/*
*   L O A D E R S
*/

.t-loading{
    color: transparent !important;
    position: relative;
    pointer-events: none;
    -webkit-animation: fadeInBig .3s ease-in-out;
    animation: fadeInBig .3s ease-in-out
}

.t-loading *{
    opacity: 0;
}

.t-loading::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ff7231' stroke='%23ff7231' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle stroke-width='15' r='15' cx='40' cy='100'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.4'%3E%3C/animate%3E%3C/circle%3E%3Ccircle stroke-width='15' r='15' cx='100' cy='100'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle stroke-width='15' r='15' cx='160' cy='100'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='0'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease;
}

.t-loading.colored::before{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' stroke='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Ccircle stroke-width='15' r='15' cx='40' cy='100'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.4'%3E%3C/animate%3E%3C/circle%3E%3Ccircle stroke-width='15' r='15' cx='100' cy='100'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='-.2'%3E%3C/animate%3E%3C/circle%3E%3Ccircle stroke-width='15' r='15' cx='160' cy='100'%3E%3Canimate attributeName='opacity' calcMode='spline' dur='2' values='1;0;1;' keySplines='.5 0 .5 1;.5 0 .5 1' repeatCount='indefinite' begin='0'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}

.b-loading{
    position: relative;
    min-height: 200px;
    display: block;
}

.b-loading::after{
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 115;
    top: 0;
    left: 0;
}

.b-loading::before{
    content: '';
    display: block;
    position: absolute;
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a12" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23FF8F01"></stop><stop offset=".3" stop-color="%23FF8F01" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23FF8F01" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23FF8F01" stop-opacity=".3"></stop><stop offset="1" stop-color="%23FF8F01" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a12)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23FF8F01" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
    width: 80px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease;
    z-index: 120;
}



/*  M O D A L*/
[data-js-entity="popup"]{
    cursor: pointer;
}

.main.popup-open{
    display: block;
    overflow: hidden;
    position: absolute;
    max-height: 100%;
    width: 100%;
}

.infograd-popup{
    position: absolute;
    margin: 5% auto;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    z-index: 100;
    padding: 25px 60px 60px;
    min-width: 320px;
    max-width: 580px;
    min-width: 320px;
    height: auto;
    width: 100%;
    margin-bottom: 6px;
    text-align: left;
    opacity: 0;
    top: 0px;
    left: 50%;
    z-index: 1000;
    transform: translateX(-50%);
}
.infograd-popup.in{
    opacity: 1;
    -webkit-animation:.3s fadeInSlideDown ease-in-out;
    animation:.3s fadeInSlideDown ease-in-out
}

.infograd-popup .popup-title,
.infograd-popup .news-detail > h3 {
    margin-right: 20px;
}

.infograd-popup .popup-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-black__cover-popup,
.main-black__cover{
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    position: fixed;
    width: 0%;
    height: 0%;
    opacity: 0;
}

.main-black__cover-popup.in,
.main-black__cover.in {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-animation: fadeInBig .3s ease-in-out;
    animation: fadeInBig .3s ease-in-out
}

.main-black__cover-modal.out,
.main-black__cover.out {
    -webkit-animation: fadeOutBig .3s ease-in-out;
    animation: fadeOutBig .3s ease-in-out;
    width: 100%;
    height: 100%;
    opacity:0;
}

@-webkit-keyframes fadeInBig {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInBig {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOutBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOutBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}


@-webkit-keyframes fadeInSlideDown {
    0% {
        opacity: 0;
        top:-20px;
    }
    100% {
        opacity: 1;
        top:0px;
    }
}

@keyframes fadeInSlideDown {
    0% {
        opacity: 0;
        top:-20px;
    }
    100% {
        opacity: 1;
        top:0px;
    }
}


/*  SVG  **/
.svg{
    width: 16px;
    height: 16px;
    display: flex;
    fill: var(--color-gray2);
    stroke: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .2s ease;
}

.svg svg{
    width: 100%;
    height: 100%;
}

.svg-copy {
    display: block;
    padding-right: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.svg-copy .check-icon {
    display: none;
}

.svg-copy{
    stroke: var(--color-white);
}

table.props{
    border-spacing: 0;
    width: 100%;
}

table.props tr td{
    padding: 20px 40px;
}

table.props tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}


/* SEARCH — dropdown positioning handled in infograd-header-search/style.css */


/* S O C I A L S */
.socials {
    flex-wrap: wrap;
}
.socials__link{
    opacity: 1;
    transition: opacity .2s ease;
}

.socials__link:hover{
    opacity: 0.7;
}


.socials__link .svg {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2;
}



/* A R R O W S */
.arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrows-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 9px;
    line-height: 1;
    border: 1px solid #E8E8E8;
    border-radius:0;
    background: #fff;
    cursor: pointer;
    transition: background-color .2s ease;
}

.arrows-item.arrows-item_small {
    width: 30px;
    height: 30px;
}

.arrows-item:hover {
    border-color: var(--color-main);
    background-color: var(--color-main);
}

.arrows-item.colored {
    border-color: var(--color-main);
    background-color: var(--color-main);
}

.arrows-item.colored:hover,
.arrows-item.colored:active,
.arrows-item.colored:focus {
    border-color: var(--color-main2);
    background-color: var(--color-main2);
}

.arrows-item .svg {
    width: 14px;
    height: 14px;
}

.arrows-item.arrow-prev .svg {
    margin-right: 2px;
    transform: rotate(180deg);
}

.arrows-item.arrow-next .svg {
    margin-left: 2px;
}

.arrows-item .svg use {
    stroke: var(--color-gray);
    transition: stroke .2s ease;
}

.arrows-item:hover .svg use {
    stroke: var(--color-white);
}

.arrows-item.colored .svg use {
    stroke: var(--color-white);
}

.arrows-item.swiper-button-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}


/* CONTACTS */
.contacts .contacts-item.phone .svg {
    width: 20px;
    height: 20px;
}

.contacts .contacts-item.email span,
.contacts .contacts-item.email .svg.svg-copy {
    display: block;
    margin-top: -2px;
}


/* ABOUT-COMPANY-PAGE */
.about-company__title-list {
    margin-top: var(--margin-lg-el);
}

.about-company__title,
.about-company__title-list {
    margin-bottom: var(--margin-md-el);
}

.about-company__list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    gap: 30px;
}

.about-company__list li {
    padding-left: 23px;
    position: relative;
}

.about-company__list li::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;

    background-image: url('/bitrix/templates/universe_s1/infograd-theme/css/../images/svg/check-square.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}

.about-company__list li:not(:last-child) {
    margin-bottom: var(--margin-sm-el);
}

.about-company__list li .svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
}

.about-company__list li .svg svg use {
    stroke: var(--color-main);
}


@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    h1, h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    h1, h2 {
        margin-bottom: 24px;
    }

    .about-company__list {
        column-count: 1;
    }

    .g-md-20 {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    h1, h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    .section-mt {
        margin-top: var(--margin-lg-el);
    }
    
    .section-mb {
        margin-bottom: var(--margin-lg-el);
    }
    
    .section-pt {
        padding-top: var(--padding-lg-el);
    }
    
    .section-pb {
        padding-bottom: var(--padding-lg-el);
    }

    .g-xs-10 {
        gap: 10px;
    }

    .g-xs-20 {
        gap: 20px;
    }

    .socials__link .svg {
        width: 30px;
        height: 30px;
    }

    .btn {
        padding: 8px 12px;
        min-width: 135px;
        min-height: 36px;

        border-radius: 10px;

        font-size: 14px;
    }

    .arrows-item {
        width: 35px;
        height: 35px;
    }

    .arrows-item .svg {
        width: 12px;
        height: 12px;
    }

    .form-group input[type="checkbox"] + label,
    .form-group input[type="radio"] + label {
        font-size: 12px;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/infograd-theme/css/style.css?178774640318927*/

:root {
    --font-family       : sans-serif;
    --color-main        : #fd5000;
    --color-main2       : #ff7231;
    --color-gray        : #e8e8e8;
    --color-gray2       : #a6b1b7;
    --color-gray3       : #f5f5f5;
    --color-black       : #2d2d2d;
    --color-white       : #fff;
    --color-gray-text   : #777e89;
    --color-gray-text2   : #9a9a9a;
    --color-black-text  : #1d1d1d;
    --color-black-text2 : #323232;
    --border-radius: 2px;

   /* --color-main2: #ff7231;
    --color-main3: #ED6533;
    --color-bg: #f8f8f8;
    --color-black: #222222;
    --color-gray-disabled: rgba(134, 134, 134, .5);
    --color-gray2: #414141;
    --color-gray3: #E5E5E5;
    --color-status-succ:#28A745;
    --color-red: red;

    --icon-width-height: 48px;

    --padding-xl-el: 64px;
    --padding-lg-el: 32px;
    --padding-el: 24px;
    --padding-el2: 32px 24px;
    --padding-md-el: 16px;
    --padding-sm-el: 8px;

    --margin-xl-el: 64px;
    --margin-lg-el: 32px;
    --margin-el: 24px;
    --margin-md-el: 16px;
    --margin-sm-el: 8px;

    --border-radius: 16px;
    --border-md-radius: 12px;
    --border-sm-radius: 6px;
    --box-shadow-hover: 0 3px 10px var(--color-gray3);
    --default-transition: .3s ease;

    --header-bottom-height: 80px;
    --header-bootom-margin: var(--margin-lg-el);
    --breadcrumb-height: 0px;*/
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.4;
    position: relative;
    min-height: 100%;
}

body.no-scroll {
    overflow: hidden;
}

.main {
    display: contents;
}

.main-content {
    flex: 1 0 auto;
/*    overflow: hidden;*/ /* пункты меню выпадающие перекрываются футером */
    width: 100%;
}

.main-content-bg {
    background-image: url('/bitrix/templates/universe_s1/infograd-theme/css/../images/bg.png');
    background-repeat: repeat;
    background-position: top left;
}




/*
        H E A D E R
*/

.header-top-row{
    height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-gray);
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.header-top-row .svg{
    fill:var(--color-main)
}

.header-top-row__personal{
    display: flex;
    flex: 1 1 auto;
    justify-content: end;
}


.header-top-row__personal-item{
    cursor: pointer;
    color:var(--color-black);
    fill:var(--color-black);
    padding-right: 15px;
    padding-left: 15px;
    height: 45px;
    text-decoration: none;
    -webkit-transition: color 350ms;
    -moz-transition: color 350ms;
    -ms-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
}

.header-top-row__personal-item:hover{
    color:var(--color-main);
    fill:var(--color-main);
    background: #f4f5f7;
}

.header-top-row__personal-item .svg{
    fill: inherit;
}

.header-middle-row__inner{
    height: 85px;
}

.header-middle-row__logo{
    display: flex;
    align-items: center;
}

.header-middle-row__logo-picture{
    width: 150px;
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.header-middle-row__logo-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-middle-row__logo-description{
    padding-left:20px;
    border-left: 1px solid var(--color-gray);
    display: block;
    width: 140px;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}


.header-middle-row__search{
    flex:1 1 auto;
    position: relative;
    overflow: visible;
}

.header-middle-row__contacts-info{
    position: relative;
}

.header-middle-row__contacts-phone{
    gap: 5px;
    align-items: center;
    white-space: nowrap;
}

.header-middle-row__contacts-phone .svg-phone{
    fill:var(--color-main)
}

.header-middle-row__contacts-phone-text{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-black);
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 350ms color;
    -moz-transition: 350ms color;
    -ms-transition: 350ms color;
    -o-transition: 350ms color;
}

.header-middle-row__contacts-phone-arrow{
    width: 12px;
    height: 12px;
    transform: translateY(-3px);
}

.header-middle-row__contacts-popup{
    position: absolute;
    opacity: 0;
    top: 100%;
    left: -20px;
    right: -20px;
    padding-top: 20px;
    white-space: normal;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    position: absolute;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}


.header-middle-row__contacts-info:hover .header-middle-row__contacts-popup{
    opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
}

.header-middle-row__contacts-popup-inner{
    background: #fff;
    width: 100%;
    min-width: 140px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--color-black-text);
}

.header-middle-row__contacts-info:hover .header-middle-row__contacts-popup-inner{
    -webkit-transform: none;
    transform: none;
}

.header-middle-row__contacts-popup-phone{
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.header-middle-row__contacts-popup-work-time{
    color: #888;
}


.header-middle-row__contacts-feedback{
    text-align: right;
    padding-right: 17px;
    -webkit-transition: 350ms opacity;
    -moz-transition: 350ms opacity;
    -ms-transition: 350ms opacity;
    -o-transition: 350ms opacity;
}

.header-middle-row__contacts-info:hover  + .header-middle-row__contacts-feedback{
    opacity: 0;    
}


.header-middle-row__contacts-feedback-btn{
    border: 0;
    background: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #2d2d2d;
    cursor: pointer;
    border-bottom: 1px dashed #2d2d2d;
    -webkit-transition: opacity 500ms, color 350ms, border 350ms;
    -moz-transition: opacity 500ms, color 350ms, border 350ms;
    -ms-transition: opacity 500ms, color 350ms, border 350ms;
    -o-transition: opacity 500ms, color 350ms, border 350ms;
    transition: opacity 500ms, color 350ms, border 350ms;
}

.header-middle-row__contacts-feedback-btn:hover{
    color: var(--color-main);
    border-color: var(--color-main);
}

.header-bottom-row{
    background-color: var(--color-main);
    position: relative;
}

.header-bottom-row.on{
    z-index: 1001;
}

.header-mobile-row{
    display: none;
}

.breadcrumb-title-row{
    margin-top: 30px;
    margin-bottom: 11px;
}

.head-page-title{
    display: block;
    margin-top: 11px;
    margin-bottom: 30px;
}

/*  F I X E D   H E A D E R */
.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    background: #fff;
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}

body.show-header-fixed .header-fixed{
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);

}

body.show-header-fixed .header-fixed.on{
    z-index: 1001;
}


.header-fixed__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-fixed__logo{
    width: 130px;
    height: auto;
    display: flex;
    align-items: center;
    flex: none;
}

.header-fixed__menu{
    flex: 1 1 auto;
}

.main-content__content.with-menu{
    display: grid;
    grid-template-columns: 300px 1fr;
}



/*  F O O T E R */
footer {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 ;
    color: var(--color-gray-text);
    background: var(--color-gray3);
    margin-top: 50px;
}

.footer-ask-row {
    background: var(--color-main);
    color: var(--color-white);
    font-size: 18px;
    gap:25px;
}

.footer-ask-row__title-text,
.footer-ask-row__content,
.footer-ask-row__btn{
    padding: 30px 25px;
}

.footer-ask-row__title{
    position: relative;
    overflow: hidden;
}

.footer-ask-row__title-icon{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 143px;
    transform: translateY(-71px);
    text-align: center;
    z-index: 1;
}

.footer-ask-row__title-text{
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    word-break: break-word;
    padding-left:0;
}

.footer-ask-row__content{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    white-space: normal;
    flex: 1 1 auto;
}

.footer-ask-row__btn{
    padding-right:0;
}

.footer-ask-row__title,
.footer-ask-row__content,
.footer-ask-row__btn{
    display: flex;
    align-items: center;
}

.footer-viewed-row{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
}

.footer-top-row{
    padding-top: 40px;
    display:grid;
    grid-template-columns: minmax(240px, 320px) 1fr 300px;
    gap: 30px;
}

.footer-top-row__contacts{
    font-size: 14px;
    white-space: normal;
}

.footer-top-row__contacts .svg {
    flex-shrink: 0;
    fill: var(--color-black-text2);
    stroke: var(--color-black-text2);
    width: 20px;
    height: 20px;
}

.footer-top-row__contacts-phone a{
    color: var(--color-black-text2);
    font-size: 16px;
    font-weight: bold;
}

.footer-top-row__contacts-email a{
    color: var(--color-main);
    text-decoration: underline;
    
}

.footer-top-row__contacts-address{
    color: var(--color-black-text);
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.footer-top-row__aside{
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 14px;
}

.footer-top-row__search {
    position: relative;
    overflow: visible;
}
.footer-bottom-row{
    padding:15px 10px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-black-text);
}

.footer-bottom-row__copyright{
    max-width: 620px;
}


.footer-top-row__contacts-feedback-btn {
    width: 100%;
    max-width: 100%;
}


.main-arrow-up{
    position: fixed;
    z-index: -1;
    bottom: 106px;
    left: auto;
    right: 20px;
    top: auto;
    height: 46px;
    width: 46px;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 4px 12px;
    border: 2px solid var(--color-main);
    background-color: var(--color-main);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-arrow-up.on{
    z-index: 100;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-arrow-up .svg{
    width: 12px;
    height: 17px;
    stroke: var(--color-white);
}



@media (max-width: 991.98px) {
    .footer-top-row {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 30px;
    }

    .footer-top-row__aside {
        gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .main-content__content.with-menu{
        grid-template-columns: 1fr;
        gap:30px;
    }
    
    footer {
        margin-top: 30px;
    }

    .footer-ask-row {
        font-size: 16px;
        gap: 0;
    }

    .footer-ask-row__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .footer-ask-row__title,
    .footer-ask-row__content,
    .footer-ask-row__btn {
        display: block;
        width: 100%;
        padding: 20px 15px;
    }

    .footer-ask-row__title-text {
        font-size: 20px;
        padding-left: 0;
        text-align: center;
    }

    .footer-ask-row__title-icon {
        height: 100px;
        transform: translateY(-50px);
    }

    .footer-ask-row__content {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-ask-row__btn {
        padding-top: 0;
        padding-bottom: 24px;
    }

    .footer-ask-row__btn .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .footer-viewed-row {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .footer-top-row {
        padding-top: 24px;
        gap: 20px;
    }

    .footer-top-row__contacts,
    .footer-top-row__menu,
    .footer-top-row__aside {
        padding: 10px 0;
    }

    .footer-menu__items {
        padding-top: 16px;
    }

    .footer-top-row__contacts {
        text-align: center;
        align-items: center;
    }

    .footer-top-row__contacts-phone,
    .footer-top-row__contacts-email,
    .footer-top-row__contacts-address {
        justify-content: center;
    }

    .footer-top-row__contacts-feedback {
        width: 100%;
    }

    .footer-top-row__contacts-feedback-btn {
        margin: 0 auto;
        max-width: 280px;
    }

    .footer-top-row__menu {
        width: 100%;
    }

    .footer-top-row__aside {
        align-items: center;
        text-align: center;
    }

    .footer-top-row__search {
        width: 100%;
    }

    .footer-top-row__search .footer-search-title > .title-search-result {
        left: 0;
        right: auto;
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
    }

    .footer-top-row__socials {
        width: 100%;
        align-items: center;
    }

    .footer-top-row__socials .socials {
        justify-content: center;
    }

    .footer-bottom-row {
        margin-top: 0;
        padding: 20px 0 24px;
        text-align: center;
    }

    .footer-bottom-row__copyright {
        max-width: none;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    footer {
        padding: 0 0 20px;
    }

    .footer-ask-row__title-text {
        font-size: 18px;
    }

    .footer-ask-row__content {
        font-size: 13px;
    }

    .footer-top-row__contacts {
        text-align: left;
        align-items: flex-start;
    }

    .footer-top-row__contacts-phone,
    .footer-top-row__contacts-email,
    .footer-top-row__contacts-address {
        justify-content: flex-start;
    }

    .footer-top-row__contacts-phone a {
        font-size: 15px;
    }

    .footer-top-row__contacts-feedback-btn {
        margin: 0;
        max-width: none;
    }

    .footer-top-row__aside {
        align-items: stretch;
        text-align: left;
    }

    .footer-top-row__socials {
        align-items: flex-start;
    }

    .footer-top-row__aside .footer-top-row__search ~ .footer-top-row__socials {
        padding-top: 40px;
    }

    .footer-top-row__socials-title {
        padding-right: 15px;
    }

    .footer-top-row__socials .socials {
        justify-content: flex-start;
    }

    .footer-bottom-row {
        padding-top: 16px;
        font-size: 12px;
        line-height: 1.45;
    }
}

/*  O V E R L A Y   M E N U */
.overlay-mobile-menu{
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.overlay-mobile-menu.on{
    opacity: 1;
    visibility: visible;
    z-index: 110;
}


.overlay-mobile-menu__header{
    display: flex;
    justify-content: start;
    gap: 0px;
    flex-direction: column;
    padding-bottom: 10px;
    height: 99px;
    overflow: visible;
}

.overlay-mobile-menu__close{
    padding: 0 20px;
    display: flex;
    height: 50px;
    align-items: center;
}

.overlay-mobile-menu__search{
    padding: 0 20px;
    position: relative;
    overflow: visible;
}



.overlay-mobile-menu__content{
    overflow: auto;
    height: calc(100% - 99px);
    position: relative;
}


.overlay-mobile-menu__content-menu{
    overflow: auto;
    height: 100%;
}

@media (max-width: 768px) {

    header{
        min-height: 63px;
    }

    .header-top-row,
    .header-middle-row,
    .header-bottom-row,
    .header-fixed{
        display: none;
    }

    .header-mobile-row{
        display: block;
        position: relative;
        z-index: 100;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    }

    body.show-header-fixed .header-mobile-row{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        animation: header-fixed 0.3s ease-in-out;
    }
    @keyframes header-fixed {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }

    .header-mobile-menu__btn .svg,
    .header-mobile-row__buttons .svg{
        fill: var(--color-black);
        width: 20px;
        height: 23px;
    }

    .header-mobile-row__buttons .svg{
        fill: #bebebf;
        stroke: #bebebf;
    }

    .header-mobile-row__inner{
        padding: 20px 0;
    }

    .header-mobile-row__buttons{
        display: flex;
        gap: 20px;
    }

}
/* End */


/* Start:/bitrix/templates/universe_s1/components/infograd/promo/main-notify/style.css?17869517942422*/
.infograd-main-notify{
    position: fixed;
    top: 95px;
    right: 0;
    z-index: 11111;
}

.infograd-main-notify__item{
    display: block;
    padding: 12px 14px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(172, 172, 172, 0.64);
    width: 99px;
    height: 99px;
    margin-right: 30px;
    margin-bottom: 20px;
    text-decoration: none;
    transform: scale(0);
    border-radius: 50px;
}

.infograd-main-notify__item{
    animation: scale-in 0.3s ease-out forwards, expand 0.35s 0.25s ease-out forwards;
}

.infograd-main-notify__item .infograd-main-notify__item-inner{ 
    overflow: hidden;
    animation: fade-in 0.65s ease-in forwards;
}


.infograd-main-notify__item.out {
    animation: close 0.3s ease-out forwards;
}

.infograd-main-notify__close{
    position: absolute;
    top: 0px;
    right: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    background-color: var(--color-main);
}

.infograd-main-notify__close .svg use{
    fill: #fff;
}

.product-card-notify{
    display: flex;
    gap: 5px;
    align-items: center;
}
.product-card-notify__pic{
    display: flex;
    align-items: center;
    width: 75px;
    height: 75px;
}

.product-card-notify__pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-notify__content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-card-notify__title{
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #222222;
}


.product-card-notify__text{
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #888888;
    max-height: 38px;
    overflow: hidden;
}

@keyframes scale-in {
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes expand {
    50% {
        width: 400px;
    }

    100% {
        width: 350px;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes close {
    from {
        transform: scale(1);
        opacity: 1;
        width: 350px;
    }

    to {
        transform: scale(0);
        opacity: 0;
        width: 350px;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/infograd/promo/infograd-cookie/style.css?17877464035703*/
.infograd-cookie {
    font: inherit;
}

.infograd-cookie__cover {
    position: fixed;
    inset: 0;
    z-index: 9980;
    background-color: rgba(0,0,0,0.5);
    width: 0;
    height: 0;
    opacity: 0;
}

.infograd-cookie__cover--in {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-animation: infograd-cookie-fadeInBig .3s ease-in-out;
    animation: infograd-cookie-fadeInBig .3s ease-in-out
}

.infograd-cookie__cover--out {
    -webkit-animation: infograd-cookie-fadeOutBig .3s ease-in-out;
    animation: infograd-cookie-fadeOutBig .3s ease-in-out;
    width: 100%;
    height: 100%;
    opacity:0;
}

@-webkit-keyframes infograd-cookie-fadeInBig {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes infograd-cookie-fadeOutBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.infograd-cookie__banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9990;
    max-width: 560px;
    margin: 0 auto;
    padding: 24px;
    color: var(--ic-text, #eeeef2);
    background: var(--ic-bg, #0e0e15);
    border: 1px solid var(--ic-border, #1c1c28);
    border-radius: var(--ic-radius, 14px);
    font: 14px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2), transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}

.infograd-cookie__banner--in {
    opacity: 1;
    transform: translateY(0);
}

.infograd-cookie__banner--out {
    opacity: 0;
    transform: translateY(20px);
}

.infograd-cookie__title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ic-text, #eeeef2);
}

.infograd-cookie__content {
    margin: 0 0 18px;
    color: var(--ic-muted, #a9a9bc);
    font-size: 13px;
}

.infograd-cookie__content a {
    color: var(--ic-main, #e53935);
    text-decoration: none;
}

.infograd-cookie__content a:hover {
    text-decoration: underline;
}

.infograd-cookie__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.infograd-cookie__btn {
    flex: 1 1 auto;
    min-width: 120px;
    margin: 0;
    padding: 11px 16px;
    border: 0;
    border-radius: 8px;
    font: inherit;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.1s ease, background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.infograd-cookie__btn:active {
    transform: scale(0.97);
}

.infograd-cookie__btn--primary {
    color: var(--ic-btn-text, #fff);
    background: var(--ic-main, #e53935);
}

.infograd-cookie__btn--primary:hover {
    opacity: 0.9;
}

.infograd-cookie__btn--secondary {
    color: var(--ic-text, #eeeef2);
    background: var(--ic-secondary, #1c1c28);
}

.infograd-cookie__btn--secondary:hover {
    filter: brightness(1.15);
}

.infograd-cookie__btn--ghost {
    color: var(--ic-muted, #a9a9bc);
    background: transparent;
    font-weight: 400;
}

.infograd-cookie__btn--ghost:hover {
    color: var(--ic-text, #eeeef2);
}

.infograd-cookie__settings {
    display: none;
    margin-top: 18px;
}

.infograd-cookie__settings--open {
    display: block;
}

.infograd-cookie__cat {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--ic-border, #1c1c28);
}

.infograd-cookie__cat-title {
    font-weight: 600;
    font-size: 13px;
    color: var(--ic-text, #eeeef2);
}

.infograd-cookie__cat-desc {
    margin-top: 2px;
    font-size: 12px;
    color: var(--ic-muted, #a9a9bc);
}

.infograd-cookie__toggle {
    position: relative;
    flex-shrink: 0;
    width: 38px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    background: var(--ic-secondary, #1c1c28);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.infograd-cookie__toggle::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.infograd-cookie__toggle--on,
.infograd-cookie__toggle--locked {
    background: var(--ic-main, #e53935);
}

.infograd-cookie__toggle--on::after,
.infograd-cookie__toggle--locked::after {
    transform: translateX(16px);
}

.infograd-cookie__toggle--locked {
    cursor: not-allowed;
    opacity: 0.85;
}

.infograd-cookie__reopen {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 2147483645;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 5px;
    border: 1px solid var(--ic-border, #1c1c28);
    border-radius: 50%;
    background: var(--ic-bg, #0e0e15);
    color: var(--ic-text, #eeeef2);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.infograd-cookie__reopen:hover {
    background: var(--ic-secondary, #1c1c28);
}

.infograd-cookie__reopen[hidden] {
    display: none !important;
}

@media (max-width: 480px) {
    .infograd-cookie__banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 18px;
    }

    .infograd-cookie__btn {
        flex: 1 1 100%;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/menu/infograd-header-fixed-menu/style.css?17869517946463*/
.header-fixed-menu{
    height: 70px;
    position: relative;
}
.header-fixed-menu__items{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    gap:0px;
    height: 100%;
}

.header-fixed-menu__item{
    position: relative;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: var(--color-black-text);
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.header-fixed-menu__item::before{
    content:unset;
}

.header-fixed-menu__item .svg{
    fill:var(--color-black-text);
}

.header-fixed-menu__item__catalog{
    position: initial;
}

.header-fixed-menu__item-inner{
    display: flex;
    flex:0;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-fixed-menu__link{
    padding: 0px 14px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    color: var(--color-black-text);
    font-weight: bold;
}
.header-fixed-menu__item:hover a{
    text-decoration: none;
}

.header-fixed-menu__item:hover .header-fixed-menu__link{
    color: var(--color-black);
}


.header-fixed-menu__item__dropdown .header-fixed-menu__link{
    padding-right: 35px;
}

.header-fixed-menu__item-arrow{
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;
}

.header-fixed-menu__subitems-wrap{
    display: none;
}


.show-header-fixed .header-fixed-menu__item__dropdown.header-fixed-menu__item__catalog:hover .header-fixed-menu__subitems-wrap{
    position: absolute;
    display: block;
    white-space: normal;
    background-color: #fff;
    margin: 0 -1px;
    padding: 50px 80px 40px 80px;
    width: calc(100% + 2px);
    overflow: auto;
    max-height: 500px;
}

.header-fixed-menu__subitem-catalog-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:40px;
}

.header-fixed-menu__subitems-wrap{
    color: #2d2d2d;
    text-align: left;

}

.header-fixed-menu__subitem-catalog-header{
    color:var(--color-main);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}


.show-header-fixed .header-fixed-menu__item__dropdown:hover .header-fixed-menu__subitems-wrap{
    position: absolute;
    display: block;
    white-space: normal;
    background-color: #fff;
    width: 260px;
}

.header-fixed-menu__item__dropdown:hover:last-child .header-fixed-menu__subitems-wrap,
.header-fixed-menu__item__dropdown:hover:nth-last-child(2) .header-fixed-menu__subitems-wrap{
    right:-1px;
}

.header-fixed-menu__subitem-catalog-section-items{
    display: block;
    overflow: hidden;
    padding-top: 8px;
    display: flex;
    gap: 0px 18px;
    flex-wrap: wrap;
}

.header-fixed-menu__subitem-catalog-section-item{
    display: inline-block;
    padding: 3px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2d;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: colo
}

.header-fixed-menu__subitem.dropdown{
    position: relative;
}

.header-fixed-menu__subitem{
    border-top: 1px solid #e8e8e8;
}

.header-fixed-menu__subitem:first-child{
    border-top: none;
}

.header-fixed-menu__subitem-link{
    font-size: 14px;
    white-space: normal;
    display: block;
    padding: 15px 30px;
    color: #2f2f2f;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    text-decoration: none;
}


.header-fixed-menu__subitems2{
    position: absolute;
    left: 100%;
    width: 260px;
    background: #fff;
    display: none;
}


.header-fixed-menu .nosave{
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-fixed-menu .nosave:before{
    content:unset;
}


.header-fixed-menu .nosave .title{
    width: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    height: 100%;
    border-radius: 0;
    border: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}


.header-fixed-menu .nosave .dropdown-menu{
    min-height: 0;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    min-width: 160px;
    padding: 0;
    list-style: none;
    height: 0px;
    border: 0;
    margin: 0;
    border-radius:0;
    display: block;
    background:#fff;
    border: none;
    overflow: hidden;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .5s ease;
    opacity: 0;
    visibility: hidden;
}
.header-fixed-menu .nosave:hover .dropdown-menu{
    height: auto;
    opacity: 1;
    visibility: visible;
}

.header-fixed-menu .nosave .dropdown-menu > li{
    display: block;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.header-fixed-menu .nosave .dropdown-menu > li:before{
    content:unset;
}


.header-fixed-menu .nosave .header-fixed-menu__item a{
    background: #fff;
    font-size: 14px;
    white-space: normal;
    display: block;
    padding: 15px 30px;
    color: #2f2f2f;
}

.header-fixed-menu .nosave .header-fixed-menu__item .header-fixed-menu__item-arrow{
    display: none;
}

.header-fixed-menu .nosave [data-item="more-item"]{
    border-top: 1px solid #e8e8e8;

}

.header-fixed-menu .nosave [data-item="more-item"]:first-child{
    border-top: none;
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/sale.basket.basket/infograd-header-basket/style.css?17869517946638*/
.header-basket__item{
    position: relative;
}

.header-basket__count{
    text-align: center;
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: var(--color-main);
    fill: var(--color-main);
    color: #fff;
    border: 2px solid #fff;
}

.header-basket.has-favorites .header-basket__item.favorites .header-basket__count,
.header-basket.has-items .header-basket__item.items .header-basket__count{
    display: block;
}

.header-basket.has-favorites  .header-basket__item.favorites .header-basket__item-btn .svg use,
.header-basket.has-items  .header-basket__item.items .header-basket__item-btn .svg use{
    fill: var(--color-main);
}

.header-basket__item .header-basket__popup{
    height: auto;
    top: 100%;
    padding-top: 25px;
    top: 10px;
    right: -70px;
    width: 410px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    z-index: 10;
}

.header-basket.has-favorites .header-basket__item.favorites:hover .header-basket__popup,
.header-basket.has-items .header-basket__item.items:hover .header-basket__popup {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    -ms-transition: opacity 350ms;
    -o-transition: opacity 350ms;
    transition: opacity 350ms;
}

.header-basket__popup-header{
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    align-items: center;
}

.header-basket__popup-count{
    color: #888;
    font-weight: normal;
    margin-left: 10px;
}

.header-basket__popup-actions{
    display: flex;
    flex: 1 1 auto;
    justify-content: end;
}


.header-basket__popup-actions .btn{
    padding: 11px 20px;
    border-radius: 20px;
    border-radius: 20px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    font-size: 10px;
    line-height: 14px;
    color: #888;
    text-transform: uppercase;
    vertical-align: middle;
}
.header-basket__popup-clear.btn {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.header-basket__popup-clear.btn .svg{
    width: 10px;
    height: 10px;
}


.header-basket__popup-items{
    height: 300px;
    overflow-y: auto;
}

.header-basket__popup:before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    right: 61px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    z-index: 1;
}

.header-basket__popup-wrap{
    width: 410px;
    background: #fff;
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.header-basket__item:hover .header-basket__popup-wrap{
    -webkit-transform: none;
    transform: none;
}

.header-basket__popup-item{
    display: flex;
    gap: 20px;
    position: relative;
}


.header-basket__popup-item-close{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    font-size: 10px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ea4b4b;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.header-basket__popup-item-close .svg use{
    fill: #fff;
}

.header-basket__popup-item:hover .header-basket__popup-item-close{
    opacity: 1;
}

.header-basket__popup-item-picture{
    display: block;
    position: relative;
    height: 110px;
    width: 110px;
    margin: 18px;
    flex: none;
}

.header-basket__popup-item-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-basket__popup-item-content{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-basket__popup-item-title{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.header-basket__popup-item-price{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #161616;
}

.header-basket__popup-item-basket,
.header-basket__popup-item-favorite{
    color: var(--color-main);
    align-items: center;
    cursor: pointer;
}

.header-basket__popup-item-basket:hover,
.header-basket__popup-item-favorite:hover{
    opacity: 0.8;
}

.header-basket__popup-item-basket .svg use,
.header-basket__popup-item-favorite .svg use{
    fill: var(--color-main);
}

.header-basket__popup-total{
    padding: 15px 20px;
    background: #FBFBFB;
    font-size: 16px;
    color: #888888;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-basket__popup-total-title{
    line-height: 34px;
}

.header-basket__popup-total-value{
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.header-basket__popup-buttons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.header-favorites__popup-buttons{
    display: grid;
    grid-template-columns: 1fr;
}

.header-favorites__popup-buttons .btn,
.header-basket__popup-buttons .btn{
    font-size: 16px;
    padding: 18px 0;
}

@media (max-width: 1500px) {
    .header-basket__item .header-basket__popup{
        right: -10px;
    }
    .header-basket__popup:before{
        right: 2px;
    }
    
} 

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/search.title/infograd-header-search/style.css?17869517947985*/
.header-search-title {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}

.header-search-title__wrap{
    display: flex;
    background: #f0f0f0;
    border-radius: 5px;
    position: relative;
}

.header-search__input {
    background: transparent;
    border: none;
    width: 100%;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    outline: none;
    padding: 9px 10px;
}

.header-search-title__wrap button{
    display: block;
    outline: none;
    padding: 9px 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    line-height: 1;
}

.header-search-title__wrap button .svg {
    width: 14px;
    height: 14px;
    fill:var(--color-main);
}



.header-search-title > .title-search-result {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    z-index: 90;
    width: min(760px, calc(100vw - 30px));
    max-width: min(760px, calc(100vw - 30px));
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    background: #fff;
    border: 1px solid var(--color-main);
    border-radius: var(--border-radius, 5px);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-categories {
    box-sizing: border-box;
    flex: 0 0 330px;
    width: 330px;
    padding: 30px 32px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category {
    padding-top: 32px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category:first-child {
    padding-top: 0;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category-title {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category-item {
    padding-top: 16px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category-item-link {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 18px;
    text-decoration: none;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category-item-link:hover {
    color: var(--color-main);
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-category-item-link b {
    color: var(--color-main);
    font-weight: 600;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-additional {
    box-sizing: border-box;
    flex: 1 1 auto;
    border-left: 1px solid #e8e8e8;
    padding: 30px 32px;
    min-width: 0;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-additional-products {
    position: relative;
    width: 100%;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-additional-products + .search-title-additional-button {
    padding-top: 24px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-additional-button-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 13px 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-main);
    border-radius: var(--border-radius, 5px);
    transition: opacity 0.2s ease;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-additional-button-control:hover {
    opacity: 0.9;
    color: #fff;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-title {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-name {
    margin-top: 8px;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.3;
    color: #404040;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    background: #f5f5f5;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-quantity {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-quantity-indicator {
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-quantity-indicator .svg {
    width: 14px;
    height: 14px;
    fill: #5abb34;
}

.ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-item-quantity[data-quantity-state="empty"] .catalog-section-item-quantity-indicator .svg {
    fill: #fa9696;
}

@media (max-width: 1199.98px) {
    .header-search-title__wrap {
        margin-right: 0;
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .header-search-title__wrap{
        padding-top: var(--padding-el);
        margin: 0;
    }

    .header-search__input {
        font-size: 14px;
        border-color: var(--color-gray);
    }

    .header-search-title > .title-search-result {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results {
        flex-wrap: wrap;
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-categories {
        flex: 0 0 100%;
        width: 100%;
        padding: 24px 20px;
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-additional {
        flex-basis: 100%;
        width: 100%;
        padding: 24px 20px;
        border-left: none;
        border-top: 1px solid #e8e8e8;
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .catalog-section-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.overlay-mobile-menu__search {
    position: relative;
    overflow: visible;
}

.overlay-mobile-menu__search .header-search-title > .title-search-result {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
}

.overlay-mobile-menu__search .ns-bitrix.c-search-title.c-search-title-infograd-header.search-title-results .search-title-categories {
    flex: 0 0 100%;
    width: 100%;
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/menu/infograd-header-menu/style.css?17869517946011*/
.header-menu__items{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 50px;
    position: relative;
    background-color: #ff7231;
    gap:1px;
    border-left: 1px solid #ff7231;
    border-right: 1px solid #ff7231;
}

.header-menu__item{
    background-color: var(--color-main);
    position: relative;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #fff;
    fill:#fff;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.header-menu__item::before{
    content:unset;
}

.header-menu__item__catalog{
    position: initial;
}

.header-menu__item:hover{
    background-color: transparent;
}

.header-menu__item .svg{
    fill:#fff;
}

.header-menu__item-inner{
    display: flex;
    flex:0;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-menu__link{
    padding: 0 14px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    color: #fff;
}
.header-menu__item:hover a{
    text-decoration: none;
}

.header-menu__item:hover .header-menu__link{
    color: #fff;
}


.header-menu__item__dropdown .header-menu__link{
    padding-right: 35px;
}

.header-menu__item-arrow{
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;
}

.header-menu__subitems-wrap{
    display: none;
}


.header-menu__item__dropdown.header-menu__item__catalog.on .header-menu__subitems-wrap{
    position: absolute;
    display: block;
    white-space: normal;
    background-color: #fff;
    margin: 0 -1px;
    padding: 50px 80px 40px 80px;
    width: calc(100% + 2px);
    overflow: auto;
    max-height: 500px;
}

.header-menu__subitem-catalog-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:40px;
}

.header-menu__subitems-wrap{
    color: #2d2d2d;
    text-align: left;

}

.header-menu__subitem-catalog-header{
    color:var(--color-main);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}


.header-menu__item__dropdown.on .header-menu__subitems-wrap{
    position: absolute;
    display: block;
    white-space: normal;
    background-color: #fff;
    width: 260px;
}

.header-menu__item__dropdown.on:last-child .header-menu__subitems-wrap,
.header-menu__item__dropdown.on:nth-last-child(2) .header-menu__subitems-wrap{
    right:-1px;
}

.header-menu__subitem-catalog-section-items{
    display: block;
    overflow: hidden;
    padding-top: 8px;
    display: flex;
    gap: 0px 18px;
    flex-wrap: wrap;
}

.header-menu__subitem-catalog-section-item{
    display: inline-block;
    padding: 3px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2d;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: colo
}

.header-menu__subitem.dropdown{
    position: relative;
}

.header-menu__subitem{
    border-top: 1px solid #e8e8e8;
}

.header-menu__subitem:first-child{
    border-top: none;
}

.header-menu__subitem-link{
    font-size: 14px;
    white-space: normal;
    display: block;
    padding: 15px 30px;
    color: #2f2f2f;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    text-decoration: none;
}


.header-menu__subitems2{
    position: absolute;
    left: 100%;
    width: 260px;
    background: #fff;
    display: none;
}


.header-menu .nosave{
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-menu .nosave:before{
    content:unset;
}


.header-menu .nosave .title{
    width: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    background-color: var(--color-main);
    height: 100%;
    border-radius: 0;
    border: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}


.header-menu .nosave .dropdown-menu{
    min-height: 0;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    min-width: 160px;
    padding: 0;
    list-style: none;
    height: 0px;
    border: 0;
    margin: 0;
    border-radius:0;
    display: block;
    background:#fff;
    border: none;
    overflow: hidden;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .5s ease;
    opacity: 0;
    visibility: hidden;
}
.header-menu .nosave:hover .dropdown-menu{
    height: auto;
    opacity: 1;
    visibility: visible;
}

.header-menu .nosave .dropdown-menu > li{
    display: block;
    line-height: 1.5;
}

.header-menu .nosave .header-menu__item {
    background: #fff;
    font-size: 14px;
    white-space: normal;
    display: block;
    padding: 15px 30px;
    color: #2f2f2f;
}

.header-menu .nosave [data-item="more-item"]{
    border-top: 1px solid #e8e8e8;

}

.header-menu .nosave [data-item="more-item"]:first-child{
    border-top: none;
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/breadcrumb/.default/style.css?1787746403334*/
.breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-gray-text2);
}

.breadcrumb > li {
    display: inline-block;
    position: relative;
}


.breadcrumb li + li:before {
    background: none;
    border-radius: 0;
    content: "/";
    margin: 0 10px;
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.products.viewed/infograd-tile/style.css?17877464032688*/
.infograd-products-viewed {
    position: relative;
    padding-bottom: 20px;
}

.infograd-products-viewed__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #1b1e25;
}

.infograd-products-viewed__content {
    position: relative;
}

.infograd-products-viewed__slider {
    overflow: hidden;
}

.infograd-products-viewed__arrows {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -16px;
    left: -16px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.infograd-products-viewed__arrows .arrows-item {
    pointer-events: auto;
}

.infograd-products-viewed .arrows-item.swiper-button-disabled {
    opacity: 0.3;
}

.infograd-products-viewed__item {
    display: block;
    height: 124px;
    text-decoration: none;
    color: inherit;

}

.infograd-products-viewed__item:hover {
    text-decoration: none;
}

.infograd-products-viewed__item-inner {
    height: 100%;
    padding: 22px 20px 22px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #fff;
    align-items: center;
    transition: box-shadow .5s;
}

.infograd-products-viewed__item:hover .infograd-products-viewed__item-inner {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
}

.infograd-products-viewed__item--empty {
    border: 1px solid transparent;
    border-radius: 2px;
    background: #f9f9f9;
}

.infograd-products-viewed__picture {
    flex: 0 0 38%;
    height: 100%;
}

.infograd-products-viewed__picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infograd-products-viewed__info {
    min-width: 0;
    margin-left: 10px;
    flex: 1 1 auto;
}

.infograd-products-viewed__name {
    max-height: 38px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.38;
    color: #808080;
    transition: color .5s;
}

.infograd-products-viewed__item:hover .infograd-products-viewed__name {
    color: var(--color-main, #fd5000);
}

.infograd-products-viewed__status {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infograd-products-viewed__status .svg {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.infograd-products-viewed__status .svg use {
    fill: #fa9696;
}

.infograd-products-viewed__price {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    color: #222;
}

.infograd-products-viewed__price-old {
    font-size: 13px;
    line-height: 13px;
    color: #666;
    text-decoration: line-through;
}

/* End */


/* Start:/bitrix/templates/universe_s1/infograd-theme/css/swiper.min.css?178774640318470*/
/**
 * Swiper 11.2.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 12, 2025
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/menu/infograd-footer-menu/style.css?17869517942360*/
.footer-menu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.footer-menu__header {
    position: relative;
}

.footer-menu__title {
    color: var(--color-main);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 350ms;
}

.footer-menu__title:hover {
    opacity: 0.8;
    text-decoration: none;
}

.footer-menu__toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.35s ease;
    line-height: 0;
}

.footer-menu__toggle .svg {
    width: 14px;
    height: 14px;
    fill: var(--color-main);
}

.footer-menu__toggle_active {
    transform: translateY(-50%) rotate(180deg);
}

.footer-menu__items {
    list-style: none;
    margin: 0;
    padding: 24px 0 0;
}

.footer-menu__item {
    display: block;
    padding: 4px 0;
    color: #777e89;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
}

.footer-menu__item:before {
    content: unset;
}

.footer-menu__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.footer-menu__link:hover,
.footer-menu__item.active .footer-menu__link {
    color: var(--color-main2);
    text-decoration: none;
}

@media (max-width: 549.98px) {
    .footer-menu {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-menu.menu-adapted .footer-menu__header {
        display: block;
        padding: 20px 30px 20px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .footer-menu.menu-adapted .footer-menu__column:first-child .footer-menu__header {
        border-top: 1px solid #dcdcdc;
    }

    .footer-menu.menu-adapted .footer-menu__title {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .footer-menu.menu-adapted .footer-menu__toggle {
        display: block;
    }

    .footer-menu.menu-adapted .footer-menu__items {
        padding: 0 0 16px;
        overflow: hidden;
    }

    .footer-menu.menu-adapted .footer-menu__column[data-expand="true"] .footer-menu__items {
        padding-top: 16px;
    }

    .footer-menu.menu-adapted .footer-menu__item {
        text-align: left;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/search.title/infograd-footer-search/style.css?17869517947669*/
.footer-search-title {
    position: relative;
    width: 100%;
    overflow: visible;
}

.footer-search-title__wrap{
    display: flex;
    background: #fff;
    border: 1px solid var(--color-gray);
    border-radius: var(--border-radius);
    position: relative;
}

.footer-search__input {
    background: transparent;
    border: none;
    width: 100%;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    outline: none;
    padding: 9px 10px;
}

.footer-search-title__wrap button{
    display: block;
    outline: none;
    padding: 11px 15px;
    cursor: pointer;
    background: transparent;
    border: none;
    line-height: 1;
}

.footer-search-title__wrap button .svg {
    width: 14px;
    height: 14px;
    fill: var(--color-gray-text);
}

.footer-search-title > .title-search-result {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    z-index: 90;
    width: min(760px, calc(100vw - 30px));
    max-width: min(760px, calc(100vw - 30px));
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    background: #fff;
    border: 1px solid var(--color-main);
    border-radius: var(--border-radius, 5px);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-categories {
    box-sizing: border-box;
    flex: 0 0 330px;
    width: 330px;
    padding: 30px 32px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category {
    padding-top: 32px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category:first-child {
    padding-top: 0;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category-title {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category-item {
    padding-top: 16px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category-item-link {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 18px;
    text-decoration: none;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category-item-link:hover {
    color: var(--color-main);
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-category-item-link b {
    color: var(--color-main);
    font-weight: 600;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-additional {
    box-sizing: border-box;
    flex: 1 1 auto;
    border-left: 1px solid #e8e8e8;
    padding: 30px 32px;
    min-width: 0;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-additional-products {
    position: relative;
    width: 100%;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-additional-products + .search-title-additional-button {
    padding-top: 24px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-additional-button-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 13px 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-main);
    border-radius: var(--border-radius, 5px);
    transition: opacity 0.2s ease;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-additional-button-control:hover {
    opacity: 0.9;
    color: #fff;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-title {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-name {
    margin-top: 8px;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.3;
    color: #404040;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    background: #f5f5f5;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-quantity {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-quantity-indicator {
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-quantity-indicator .svg {
    width: 14px;
    height: 14px;
    fill: #5abb34;
}

.ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-item-quantity[data-quantity-state="empty"] .catalog-section-item-quantity-indicator .svg {
    fill: #fa9696;
}

@media (max-width: 1199.98px) {
    .footer-search-title__wrap {
        margin-right: 0;
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .footer-search-title__wrap {
        padding-top: var(--padding-el);
        margin: 0;
    }

    .footer-search__input {
        font-size: 14px;
        border-color: var(--color-gray);
    }

    .footer-search-title > .title-search-result {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results {
        flex-wrap: wrap;
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-categories {
        flex: 0 0 100%;
        width: 100%;
        padding: 24px 20px;
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .search-title-additional {
        flex-basis: 100%;
        width: 100%;
        padding: 24px 20px;
        border-left: none;
        border-top: 1px solid #e8e8e8;
    }

    .ns-bitrix.c-search-title.c-search-title-infograd-footer.search-title-results .catalog-section-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/menu/infograd-mobile-menu/style.css?17869517945380*/
.mobile-menu {
    display: block;
    position: relative;
}

.mobile-menu__item {
    display: block;
    padding: 15px 20px;
    color: #1d1d1d;
    font-weight: 500;
    font-size: 16px;
    margin:0;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: color 350ms;
    -moz-transition: color 350ms;
    -ms-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
}

.mobile-menu__item-back{
    padding: 0;
    margin: 0;
}

.mobile-menu__item:before,
.mobile-menu__item-back:before{
    content:unset
}

.mobile-menu__item:first-child {
    border-top: 1px solid #f1f1f1;
}

.mobile-menu__item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}
.mobile-menu__item-link.back{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:20px;
    justify-content: flex-start;
    margin: 0;
    padding: 15px 20px;
    color: #1d1d1d;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: color 350ms;
    -moz-transition: color 350ms;
    -ms-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
}


.mobile-menu__item-arrow {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    fill: var(--color-black); 
    stroke: var(--color-black);
    transform: rotate(-90deg);
}


.mobile-menu__item-back .svg{
    transform: rotate(90deg);
}

.mobile-menu ul.mobile-menu-list li.mobile-menu__item-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #f1f1f1;
    color: #1d1d1d;
    border-color: #e5e5e5;
    padding: 20px;
}

.mobile-menu__item-contacts:before {
    content: unset;
}

.mobile-menu__item-contacts-phone{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: inherit;
    color: inherit;

}

.mobile-menu__item-contacts-phone .svg{
    fill:#333;
    stroke:#333;
    width: 16px;
    height: 16px;
}


.mobile-menu__item-contacts-email{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: inherit;
    color: inherit;
}

.mobile-menu__item-contacts-email .svg{
    fill:#333;
    stroke:#333;
    width: 16px;
    height: 16px;
}
.mobile-menu__item-contacts-buttons{
    display:grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.mobile-menu__item-contacts-personal{
    grid-column: 1 / 3;
}

.mobile-menu__item-contacts-basket{
    width: 100%;
}

.mobile-menu__item-contacts-item-button{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: inherit;
    color: inherit;
    align-items: center;
    justify-content: center;
    padding: 7px;
    background: #E3E3E3;
    border-radius: 5px;
    color: #1d1d1d;
    width: 100%;
    flex: 1 1 auto;
}

.mobile-menu__item-contacts-item-button .svg{
    fill:#1d1d1d;
    stroke:#1d1d1d;
    width: 16px;
    height: 16px;
}




.mobile-menu ul.mobile-menu-list {
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    visibility: hidden;
    left: -999px;
    height: 0;
    overflow: hidden;
}

.mobile-menu ul.mobile-menu-list.show-open {
    position: relative;
    visibility: visible;
    left: 0;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
    height: auto;
}

.mobile-menu ul.mobile-menu-list li {
    display: block;
    position: relative;
    cursor: pointer;
}



.mobile-menu ul.mobile-menu-list.main-list li.active a {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-white);
    outline: 0;
}

.mobile-menu ul.mobile-menu-list.in-list li.active a {
    color: var(--color-main);
}

/* angle-down → влево у «Назад» */
.mobile-menu ul.mobile-menu-list li.back a .svg {
    transform: rotate(90deg);
}

.mobile-menu ul.mobile-menu-list li.parent .svg use {
    stroke: var(--color-black);
}

.mobile-menu ul.mobile-menu-list.main-list li.parent a:hover .svg use,
.mobile-menu ul.mobile-menu-list.main-list li.parent a:focus .svg use,
.mobile-menu ul.mobile-menu-list.main-list li.parent a:active .svg use {
    stroke: var(--color-white);
}

.mobile-menu ul.mobile-menu-list.in-list li.parent a:hover .svg use,
.mobile-menu ul.mobile-menu-list.in-list li.parent a:focus .svg use,
.mobile-menu ul.mobile-menu-list.in-list li.parent a:active .svg use {
    stroke: var(--color-main);
}

.mobile-menu ul.mobile-menu-list.main-list li.active a .svg use {
    stroke: var(--color-white);
}

.mobile-menu ul.mobile-menu-list.in-list li.active a .svg use {
    stroke: var(--color-main);
}

.mobile-menu ul.mobile-menu-list li.back a {
    min-width: 0;
    justify-content: flex-start;
}

@media (max-width: 575.98px) {
    .mobile-menu {
        padding: 0 20px;
    }

    .mobile-menu ul.mobile-menu-list li:not(:last-child) {
        margin-bottom: var(--margin-sm-el, 8px);
    }

    .mobile-menu ul.mobile-menu-list li.parent .svg,
    .mobile-menu ul.mobile-menu-list li.back a .svg {
        width: 12px;
        height: 12px;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/styles.css?17875739871099*/
/* LEGACY COOKIE */
div.legacy-cookie>div {
    max-width: 400px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    gap: 7px;
    border-radius: 8px;
    border: 2px solid #fd5000;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .04), 0 4px 20px rgba(0, 0, 0, .1);
    padding: 5px 10px;
}

div.legacy-cookie>div .legacy-cookie__text {
    color: #2d2d2d;
}

div.legacy-cookie a {
    text-decoration: underline !important;
}

.legacy-cookie__btn {
	margin: 0;
    border: 0;
    color: inherit;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
    padding: 7px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    background-color: #fd5000;
    cursor: pointer;
    transition: opacity .15s ease-out;
}

.legacy-cookie__btn:hover {
    opacity: 0.9;
}

@media (min-width: 640px) {
    div.legacy-cookie {
        bottom: 4px;
    }

    div.legacy-cookie>div {
        max-width: 100%;
        font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/template_styles.css?1787573987132*/
.msginheader-panel p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    padding-right: 15px;
    width: 100%;
}
/* End */
/* /bitrix/templates/universe_s1/infograd-theme/css/elements.css?178774640323360 */
/* /bitrix/templates/universe_s1/infograd-theme/css/style.css?178774640318927 */
/* /bitrix/templates/universe_s1/components/infograd/promo/main-notify/style.css?17869517942422 */
/* /bitrix/templates/universe_s1/components/infograd/promo/infograd-cookie/style.css?17877464035703 */
/* /bitrix/templates/universe_s1/components/bitrix/menu/infograd-header-fixed-menu/style.css?17869517946463 */
/* /bitrix/templates/universe_s1/components/bitrix/sale.basket.basket/infograd-header-basket/style.css?17869517946638 */
/* /bitrix/templates/universe_s1/components/bitrix/search.title/infograd-header-search/style.css?17869517947985 */
/* /bitrix/templates/universe_s1/components/bitrix/menu/infograd-header-menu/style.css?17869517946011 */
/* /bitrix/templates/universe_s1/components/bitrix/breadcrumb/.default/style.css?1787746403334 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.products.viewed/infograd-tile/style.css?17877464032688 */
/* /bitrix/templates/universe_s1/infograd-theme/css/swiper.min.css?178774640318470 */
/* /bitrix/templates/universe_s1/components/bitrix/menu/infograd-footer-menu/style.css?17869517942360 */
/* /bitrix/templates/universe_s1/components/bitrix/search.title/infograd-footer-search/style.css?17869517947669 */
/* /bitrix/templates/universe_s1/components/bitrix/menu/infograd-mobile-menu/style.css?17869517945380 */
/* /bitrix/templates/universe_s1/styles.css?17875739871099 */
/* /bitrix/templates/universe_s1/template_styles.css?1787573987132 */
