

/* Start:/local/templates/voilgel/css/delay/swiper-bundle.css?17322000121148*/
.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;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
}

.swiper-pagination span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 7px;
    transition: 0.4s;
    border: 2px solid var(--white);
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--white);
}
/* End */


/* Start:/local/templates/voilgel/css/fonts.css?17322000102950*/
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-Bold.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-Italic.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-Light.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-LightItalic.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-Medium.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-MediumItalic.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/voilgel/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('/local/templates/voilgel/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
/* End */


/* Start:/local/templates/voilgel/css/common.css?173220564310517*/
* {
    box-sizing: border-box;
    outline: none;
}

:root {
    --black: #1c1b1b;
    --white: #fff;
    --grey_x_light: #f8f8f8;
    --grey_light: #e8e8e8;
    --grey: #b7b7b7;
    --grey_dark: #838483;
    --grey_x_dark: #4e504f;
    --secondary_dark: #83bdff;
    --secondary: #a6e1ff;
    --secondary_light: #d7f2ff;
    --primary: #c3189b;
    --primary_light: #FFD2F2;
    --neon: #befb00;
    --error: #c8000e;
    --font: 'Open Sans', sans-serif;
    --height: 100vh;
}

html, body {
    font-family: var(--font);
    font-style: normal;
    margin: 0;
    padding: 0;
    color: var(--black);
    line-height: 1.6;
    min-width: 340px;
}

a {
    color: var(--black);
    text-decoration: none;
    text-underline-offset: 4px;
    text-decoration-color: var(--grey_x_light);
    cursor: pointer;
    font-style: normal;
}

ul.reset, ul.reset li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box {
    width: 100%;
    max-width: 1690px;
    margin: auto;
    padding: 0 25px;
    position: relative;
}

.no-box {
    margin: 0 -25px;
}

.flex {
    display: flex;
    align-items: center;
}

.grid {
    display: grid;
    align-items: center;
}

main {
    flex: 1;
    padding-bottom: 40px;
}

.wrapper {
    min-height: var(--height);
    flex-direction: column;
    align-items: normal;
}

.close {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/voilgel/images/icons/close.svg") center no-repeat;
    cursor: pointer;
    z-index: 1;
}

.close-white {
    background-image: url("/local/templates/voilgel/images/icons/close-white.svg");
}

.close:hover {
    background-image: url("/local/templates/voilgel/images/icons/close-hover.svg");
}

.btn {
    border: 1px solid transparent;
    padding: 12px 15px;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font);
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.3s;
    letter-spacing: 0.1em;
}

.btn[disabled] {
    opacity: 0.3;
    cursor: default;
}

.btn-black {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}

.btn-black:not(disabled) hover {
    background-color: transparent;
    color: var(--black);
}

.btn-white {
    border-color: var(--black);
}

.btn-white:hover {
    background-color: var(--black);
    color: var(--white);
}

.btn-white-more {
    background-color: var(--white);
    color: var(--black);
}

.btn-white-more span {
    display: inline-block;
    background: url("/local/templates/voilgel/images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.btn-white-more:hover {
    filter: invert(100%);
}

.btn-white2-more {
    background-color: var(--white);
    border-color: var(--black);
    color: var(--black);
}

.btn-white2-more span {
    display: inline-block;
    background: url("/local/templates/voilgel/images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.btn-white2-more:hover {
    filter: invert(100%);
}

.btn-black-more {
    background-color: var(--white);
    color: var(--black);
    filter: invert(100%);
}

.btn-black-more:hover {
    filter: invert(0%);
}

.btn-black-more span {
    display: inline-block;
    background: url("/local/templates/voilgel/images/icons/arrow.svg") center right no-repeat;
    padding-right: 35px;
}

.btn-green {
    background-color: var(--neon) !important;
    color: var(--black) !important;
}

.counter {
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    min-width: 100px;
}

.counter-action {
    width: 38px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    background: url("/local/templates/voilgel/images/icons/counter-minus.svg") center no-repeat;
    background-size: 10px;
    cursor: pointer;
    border: none;
    z-index: 1;
}

.counter-action[disable] {
    opacity: 0.5;
}

.counter-action-plus {
    background-image: url("/local/templates/voilgel/images/icons/counter-plus.svg");
}

.counter input {
    text-align: center;
    font-size: 14px;
    width: 100%;
    border: none;
    background: transparent;
    color: var(--grey);
    position: absolute;
}

.animation {
    opacity: 0;
}

.field {
    margin: 15px 0;
    position: relative;
    display: block;
}

.field input:not([type=checkbox]) {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid var(--grey);
    font-family: var(--font);
    font-size: 16px;
    letter-spacing: 0.1em;
}

.field textarea {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--grey);
    font-family: var(--font);
    font-size: 16px;
    min-height: 80px;
}

.field input[type=checkbox] {
    position: absolute;
    margin: 0;
    z-index: -1;
    opacity: 0;
}

.checkbox-helper {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--grey);
    position: absolute;
    left: 0;
    top: 2px;
}

.checkbox-helper:after {
    content: '';
    position: absolute;
    display: none;
}

.field input:checked ~ .checkbox-helper:after {
    display: block;
}

.field .checkbox-helper:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid var(--black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.field-eye input {
    padding-right: 60px;
}

.field-error input {
    border-color: var(--error) !important;
}

.error {
    color: var(--error);
    margin-top: 5px;
    display: none;
}

.done {
    color: #219653;
    margin-top: 5px;
    display: none;
}

.field-error .error {
    display: block;
    font-size: 14px;
}

.field-done .done {
    display: block;
}

.field-agreement {
    color: var(--grey_x_dark);
    padding-bottom: 20px;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
}

.field-agreement input {
    position: absolute;
    left: 0;
}

.field-password-eye {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 20px;
    background: url("/local/templates/voilgel/images/icons/eye.svg") center no-repeat;
    cursor: pointer;
}

.field.open .field-password-eye {
    background-image: url("/local/templates/voilgel/images/icons/eye-open.svg");
}

.hide {
    display: none;
}

.no-scroll {
    overflow: hidden;
    padding-right: 17px;
}

.mobile, .mobile-900 {
    display: none !important;
}

.breadcrumb {
    margin: 20px 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb a {
    color: var(--grey_x_dark);
}

.breadcrumb a::after {
    content: ' / ';
    display: inline-block;
    margin: 0 8px;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 60px;
    line-height: 1.2;
}

.box > h1 {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: var(--grey_dark);
    text-transform: uppercase;
    line-height: 1.2;
}

.old-price {
    color: var(--grey);
    text-decoration: line-through;
}

a:hover {
    text-decoration: underline;
}

.under {
    text-decoration: underline;
}

.under:hover {
    text-decoration: none;
}

.photo-empty img {
    background-color: #fdfdfd;
    padding: 60px;
}

.photo-real {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.block {
    margin: 95px 0;
    position: relative;
}

.block-title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.block-more {
    position: absolute;
    right: 25px;
    top: 30px;
    color: var(--grey_x_dark);
    font-size: 24px;
}

.owl-nav .disabled {
    opacity: 0.5;
}

.done-message {
    color: #219653;
    font-size: 18px;
    margin-bottom: 20px;
}

.short-page {
    max-width: 680px;
    margin: auto;
}

.icon-plus {
    width: 11px;
    height: 11px;
}

.icon-plus::before, .icon-plus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    background-color: #000;
    transition: opacity .2s ease-in-out;
}

.icon-plus::before {
    width: 11px;
    height: 1px;
    opacity: 1;
}

.icon-plus::after {
    width: 1px;
    height: 11px;
}

@media (max-width: 1500px) {
    .block-more {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .block {
        margin: 75px 0;
    }
}

@media (max-width: 900px) {
    .box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-900 {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .btn {
        padding: 12px;
        font-size: 14px;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .breadcrumb {
        margin: 20px 0;
        font-size: 14px;
        overflow: hidden;
        height: 0;
    }

    .box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .no-box {
        margin-left: -20px;
        margin-right: -20px;
    }

    .field {
        font-size: 14px;
    }

    .field input:not([type=checkbox]), .field textarea {
        font-size: 14px;
        padding: 12px 15px;
        resize: vertical;
    }

    .field-password-eye {
        right: 12px;
        top: 11px;
    }

    .block {
        margin: 30px 0;
    }

    .block-more {
        right: unset;
        top: unset;
        font-size: 14px;
        bottom: -40px;
        left: 15px;
    }

    .block-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .photo-empty img {
        padding: 30px;
    }

    h1 {
        margin: 0 0 30px;
    }
}
/* End */


/* Start:/local/templates/voilgel/css/header.css?17322000104265*/
.top {
    background: #3E30DE;
    color: var(--white);
    font-size: 13px;
    z-index: 100;
    text-transform: uppercase;
}

.top-box {
    height: 40px;
    grid-template-columns: 1fr 2fr 1fr;
}

.city-icon {
    background: url("/local/templates/voilgel/css/../images/icons/location.svg") 0 1px no-repeat;
    padding-left: 24px;
}

.top-city a {
    line-height: 16px;
    display: inline-block;
}

.top-text {
    text-align: center;
    padding: 10px;
}

header {
    height: 110px;
    position: relative;
    z-index: 100;
}

.header, .header-mobile {
    position: absolute;
    width: 100%;
    background-color: var(--white);
}

body.scroll .header, body.scroll .header-mobile {
    top: 0;
    position: fixed;
}

.header-mobile-box {
    box-shadow: 0 0 0 1px #ececec;
}

.header-menu {
    justify-content: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.header-menu ul {
    gap: 40px;
}

.header-menu a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.header-box {
    grid-template-columns: 1fr auto 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-logo {
    justify-content: center;
}

.header-action {
    justify-content: end;
    gap: 15px;
}

.logo {
    background: url("/local/templates/voilgel/css/../images/icons/logo.svg") center no-repeat;
    width: 110px;
    height: 30px;
    display: inline-block;
}

.action {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/voilgel/css/../images/icons/user.svg") center no-repeat;
}

.common-favorite {
    background-image: url("/local/templates/voilgel/css/../images/icons/favorite.svg");
}

.common-favorite.active {
    background-image: url("/local/templates/voilgel/css/../images/icons/favorite-active.svg") !important;
}

.common-cart {
    background-image: url("/local/templates/voilgel/css/../images/icons/cart.svg");
    transform: translateY(-2px);
    position: relative;
}

.common-cart span {
    display: none;
}

.common-cart.active span {
    display: inline-flex;
    position: absolute;
    background-color: var(--black);
    border-radius: 50%;
    color: var(--white);
    font-size: 13px;
    width: 12px;
    height: 12px;
    justify-content: center;
    top: 1px;
    right: -4px;
    overflow: hidden;
    text-indent: -100px;
    border: 2px solid #fff;
}

.common-search {
    background-image: url("/local/templates/voilgel/css/../images/icons/search.svg");
}

.action-mobile-menu, .action-mobile-search, .action-mobile-cart, .action-mobile-favorite {
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-mobile-cart {
    align-items: end;
}

.action-mobile-menu svg {
    display: block;
    width: 20px;
    height: 14px;
}

.action-mobile-search svg {
    display: block;
    width: 18px;
    height: 17px;
}

.action-mobile-cart svg {
    display: block;
    width: 17px;
    height: 20px;
}

.header-mobile {
    display: none;
}

.header-mobile a.action-mobile-favorite {
    background: url("/local/templates/voilgel/css/../images/icons/favorite-mobile.svg") center bottom no-repeat;
    background-size: 21px;
}

.header-mobile-box {
    grid-template-columns: 1fr 2fr 1fr;
    padding: 17px 20px;
}

.header-mobile-left, .header-mobile-right {
    gap: 10px;
}

.header-mobile-center {
    justify-content: center;
}

.header-mobile-right {
    justify-content: end;
}

.header-mobile .action {
    background: none;
}

.header-mobile .common-favorite {
    background-size: 23px;
}

.header-mobile .logo {
    width: 131px;
    height: 24px;
    background-size: 70%;
}

.header-layer-box {
    position: relative;
}

@media (max-width: 1550px) {
    .header-box {
        grid-template-columns: 1fr 2fr 1fr;
    }

    /*.header .logo {
        width: 131px;
        height: 24px;
        background-size: 70%;
    }*/
}

@media (max-width: 700px) {
	.top-text {
		padding: 10px 0;
		font-size: 12px;
	}

    .top-box {
        height: 32px;
        grid-template-columns: 1fr;
        font-size: 12px;
        padding: 0;
    }

    .top-city, .header {
        display: none !important;
    }

    header {
        height: 60px;
    }

    .header-mobile {
        display: block;
    }
}
/* End */


/* Start:/local/templates/voilgel/css/footer.css?17322000101947*/
footer {
    padding: 40px 0 0;
    box-shadow: 0 0 0 1px #ececec;
}

.footer-box {
    grid-template-columns: 20% 32% 28% 20%;
    align-items: start;
}

.footer-title {
    text-transform: uppercase;
    padding-bottom: 15px;
}

ul.footer-menu li {
    text-transform: uppercase;
    padding: 5px 0;
}

.footer-menu a {
    color: var(--grey_x_dark);
    font-size: 14px;
    display: inline-block;
}

.footer-contacts {
    text-align: right;
    font-size: 14px;
}

.footer-contacts a, .footer-contacts .footer-title {
    text-transform: none;
}

.footer-copy {
    padding: 60px 20px 20px 0;
    color: var(--grey_x_dark);
}

.footer-whatsapp {
    background: url("/local/templates/voilgel/css/../images/icons/whatsapp.svg") left center no-repeat;
    padding-left: 30px;
}

.footer-logo {
    background-image: url("/local/templates/voilgel/css/../images/icons/logo-footer.svg");
    width: 110px;
}

.subscribe-text {
    color: var(--grey_x_dark);
    font-size: 15px;
}

.subscribe-form input {
    display: block;
    padding: 10px 15px;
    border: 1px solid var(--grey);
    font-family: var(--font);
    font-size: 16px;
    width: 100%;
    margin: 10px 0;
}

.subscribe-note {
    font-size: 12px;
    margin-top: 14px;
    color: var(--grey);
}

.subscribe-note a {
    color: var(--grey);
}

@media (max-width: 900px) {
    footer {
        font-size: 16px;
        padding: 10px 0;
    }

    .footer-box {
        display: block;
    }

    ul.footer-menu li {
        text-transform: none;
    }

    .footer-title {
        text-transform: uppercase !important;
    }

    .footer-col {
        padding: 15px 0;
    }

    .footer-contacts {
        text-align: left;
    }

    .footer-copy {
        text-align: left;
        padding: 10px 0 0;
    }

    .subscribe-text {
        color: var(--grey);
        font-size: 15px;
    }
}

@media (max-width: 600px) {

}
/* End */


/* Start:/local/templates/voilgel/components/bitrix/search.title/pc/style.css?1731394726957*/
.search-layer {
    background-color: var(--white);
    padding: 25px 0;
    justify-content: center;
}

.search-layer-box {
    position: relative;
}

.search-layer-input {
    border: none;
    display: block;
    font-family: var(--font);
    line-height: 44px;
    padding: 0 45px 0 5px;
    width: 100%;
    flex: 1;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.search-layer-button {
    border: none;
    display: block;
    width: 44px;
    height: 44px;
    background: url("/local/templates/voilgel/images/icons/search.svg") 5px no-repeat;
    background-size: 21px;
    cursor: pointer;
    opacity: 0.7;
}

.search-layer-pop {
    position: absolute;
    background-color: var(--white);
    padding: 15px 25px;
    width: 100%;
}

.search-layer-result-item {
    margin-top: 10px;
}

.search-layer-result .search-layer-result-item:first-child {
    margin-top: 0;
}

.title-search-result {
    z-index: 1000;
}
/* End */


/* Start:/local/templates/voilgel/css/index.css?17322000114527*/
.block-simple-description {
    padding: 0 100px;
}

.block-simple-box {
    justify-content: space-between;
}

.block-simple-description {
    width: 50%;
}

.block-simple-photo {
    width: 49%;
    padding-right: 100px;
}

.block-simple-photo img {
    width: 100%;
    display: block;
}

.block-simple-title {
    font-size: 37px;
    line-height: 48px;
}

.block-simple-text {
    font-size: 18px;
    padding: 60px 0 40px;
}

.block-simple-mobile {
    display: none;
}

.block-sections .box {
    position: relative;
}

.block-sections-box {
    justify-content: space-between;
    gap: 50px;
    padding: 0 100px;
}

.block-sections-item {
    display: block;
    position: relative;
}

.block-sections-item img {
    display: block;
    max-width: 100%;
}

.block-sections-item span {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    background-color: var(--white);
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    min-width: 185px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-sections-item:hover span {
    background-color: var(--black);
    color: var(--white);
}

.block-creator-box {
    padding: 0 100px;
}

.block-creator-pc {
    position: relative;
}

.block-creator-pc-flex {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.block-creator-box img {
    display: block;
    width: 100%;
}

.block-creator-button {
    width: auto;
    display: inline-block;
    min-width: 224px;
    margin-top: 100px;
}

/*
.block-creator-item-other {
    text-align: center;
}



.block-creator-item-brand-box {
    padding-bottom: 30px;
}
*/

@media (max-width: 1500px) {
    .block-simple-description, .block-sections-box, .block-creator-box {
        padding: 0 60px;
    }

    .block-simple-photo {
        width: 49%;
        padding-right: 60px;
    }
}

@media (max-width: 1100px) {
    .block-simple-title {
        font-size: 30px;
        line-height: 40px;
    }

    .block-simple-text {
        font-size: 16px;
        padding: 30px 0 20px;
    }

    .block-sections-box, .block-creator-box {
        gap: 30px;
    }

    .block-creator-button {
        min-width: auto;
    }
}


@media (max-width: 700px) {
    .block-simple-description {
        display: none;
    }

    .block-simple-box {
        padding: 0;
    }

    .block-simple-photo {
        width: 100%;
    }

    .block-simple-mobile {
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 15px;
        margin: -100px 25px -20px 25px;
        position: relative;
    }

    .block-simple-mobile-title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .block-simple-mobile-text {
        text-align: center;
    }

    .block-simple-mobile-button {
        padding: 10px;
        font-size: 14px;
        width: auto;
        display: inline-block;
        margin-left: -15px;
    }

    .block-sections-box {
        flex-direction: column;
    }

    .block-sections-item {
        display: block;
        position: relative;
        width: 100%;
        max-width: 430px;
    }

    .block-sections-item span {
        min-width: 145px;
    }

    .block-creator-mobile {
        max-width: 430px;
        margin: auto;
    }

    .block-creator-mobile-photo img {
        display: block;
        max-width: 100%;
        margin: auto;
    }

    .block-creator-mobile-text {
        padding: 0 20px;
        text-align: center;
    }

    .block-creator-mobile-description {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 15px;
        position: relative;
    }

    .block-creator-mobile-description-center {
        text-align: center;
    }

    .block-creator-mobile-description-center img {
        display: block;
        margin: 10px auto;
    }

    .block-simple-mobile-title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .block-creator-mobile-button {

    }

    .block-creator-mobile-button {
        display: inline-block;
    }

    .block-sections-box {
        padding: 0;
    }

    .block-simple .block-creator-mobile
}
/* End */


/* Start:/local/templates/voilgel/components/bitrix/news.list/slider/style.css?17321999951932*/
.slider {
    position: relative;
    margin: auto;
    max-width: 1920px;
}

.slider-item {
    height: calc(var(--height) - 150px);
}

.slider .photo-empty, .slider .photo-real {
    height: 100%;
}

.slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider img.pc {
    min-height: 400px;
    object-fit: cover;
}

.slider-description {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-header {
    color: var(--white);
}

.slider-title {
    color: var(--white);
    font-size: 50px;
    line-height: 1.1;
}

.slider-text {
    color: var(--white);
    padding: 20px 0 50px;
    max-width: 35%;
}

.slider-more {
    font-size: 18px;
    padding: 14px 56px;
    display: inline-block;
    width: auto;
}

.slider-item .box {
    padding: 0 125px;
}

.slider-navigation {
    position: absolute;
    width: calc(100% - 50px);
    max-width: 1640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.slider-navigation .slider-navigation-next {
    right: 0;
    transform: rotate(180deg);
}

.slider-pagination {
    margin: -30px 0 0 0;
    z-index: 12;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider-pagination span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 7px;
    transition: 0.4s;
    border: 2px solid var(--white);
    position: relative;
}

.slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--white);
}

.slider-full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.slider-item {
    position: relative;
}

@media (max-width: 700px) {
    .slider-item {
        height: calc(var(--height) - 100px);
    }
}
/* End */


/* Start:/local/templates/voilgel/components/bitrix/catalog.section/catalog-slider/style.css?17313946122889*/
.catalog-slider-navigation {
    position: absolute;
    width: calc(100% - 100px);
    max-width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.catalog-slider-navigation button {
    position: absolute;
    background: #fff url("/local/templates/voilgel/images/icons/catalog-arrow.svg") center no-repeat;
    background-size: 18px;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: -15px;
    border-radius: 50%;
    box-shadow: 0 2px 10px #36363626;
}

.catalog-slider-navigation-prev {
    transform: rotate(180deg);
}

.catalog-slider-navigation-next {
    right: 0;
}

.swiper-button-disabled {
    display: none;
}

.catalog-slider {
    padding: 0 150px;
}

@media (max-width: 1200px) {
    .catalog-slider {
        padding: 0 100px;
    }

    .catalog-slider-navigation {
        width: calc(100% - 50px);
    }

}

@media (max-width: 1000px) {
    .catalog-slider {
        padding: 0 20px;
    }

    .catalog-slider-navigation {
        display: none;
    }
}

@media (max-width: 700px) {
    .block-catalog {
        margin-bottom: 70px;
    }

    .common-slider {
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .block-catalog .box {
        padding: 0;
    }

    .catalog-slider-navigation {
        top: unset;
        bottom: -30px;
        left: calc(100% - 85px);
        width: 80px;
        transform: none;
    }

    .catalog-slider-navigation button {
        background-image: url("/local/templates/voilgel/images/icons/catalog-arrow-mobile.svg");
    }

    .common-slider .owl-prev {
        left: unset;
        right: 40px;
    }

    .common-slider .owl-nav .owl-next {
        right: 3px;
    }

    .catalog-slider-off .swiper-wrapper {
        gap: 10px;
    }

    .catalog-slider-off.common-slider {
        padding: 0 5px 0 15px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(50% - 10px);
    }
}

/* cls */

.catalog-slider-off .swiper-wrapper {
    width: calc(100% + 40px);
    gap: 50px;
}

.catalog-slider-off .catalog-item {
    width: calc(20% - 50px);
}

@media (max-width: 1600px) {
    .catalog-slider-off .swiper-wrapper {
        width: calc(100% + 35px);
        gap: 35px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(25% - 35px);
    }
}


@media (max-width: 1200px) {
    .catalog-slider-off .swiper-wrapper {
        gap: 25px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(33% - 25px);
    }
}

@media (max-width: 800px) {
    .catalog-slider-off .swiper-wrapper {
        width: 100%;
        gap: 10px;
    }

    .catalog-slider-off .catalog-item {
        width: calc(50% - 10px);
    }
}

/* End */


/* Start:/local/templates/voilgel/components/bitrix/catalog.item/product/style.css?17313977132625*/
@charset "utf-8";

.catalog-item {
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-direction: column;
}

.catalog-item-status {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.catalog-item-status span {
    display: inline-block;
    font-size: 14px;
    padding: 4px 6px;
    background-color: var(--white);
    user-select: none;
    text-transform: uppercase;
}

.catalog-item-status .sale {
    background-color: var(--primary_light);
}

.catalog-item-status .hit {
    background-color: var(--neon);
}

.catalog-item-description {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}

.catalog-item-title {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.catalog-item-text {
    color: var(--grey_x_dark);
    line-height: 1.4;
    padding-top: 5px;
    display: none;
}

.catalog-item-prices {
    margin: 10px 0 15px;
    gap: 10px;
    justify-content: center;
    color: #6a6a6a;
}

.catalog-item-photo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.catalog-item-favorite {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url("/local/templates/voilgel/images/icons/favorite.svg") center right no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
}

.catalog-item-favorite:not(.active):hover {
    background-image: url("/local/templates/voilgel/images/icons/favorite-active.svg");
    opacity: 0.5;
}

.catalog-item-favorite.active {
    background-image: url("/local/templates/voilgel/images/icons/favorite-active.svg");
}

.hide-cart .btn-in-cart {
    opacity: 0;
    z-index: -1;
    position: relative;
}

.catalog-item-bottom {
    margin-top: auto;
}

@media (max-width: 1280px) {
    .btn-in-cart {
        font-size: 0 !important;
    }

    .btn-in-cart::after {
        content: ' В корзину';
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .catalog-item-status span {
        font-size: 10px;
    }

    .catalog-item-title {
        font-size: 16px;
    }

    .catalog-item-text {
        font-size: 14px;
    }

    .catalog-item {
        font-size: 14px;
    }

    .catalog-item-favorite {
        background-image: url("/local/templates/voilgel/images/icons/favorite-mobile.svg");
    }

    .product-favorite {
        background-image: url("/local/templates/voilgel/images/icons/favorite-mobile.svg");
    }
}
/* End */


/* Start:/local/templates/voilgel/components/bitrix/news.list/sections/style.css?1731394683941*/
.catalog-main {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch !important;
    gap: 30px;
}

.catalog-main-item {
    height: 700px;
    position: relative;
    align-items: end !important;
    justify-content: start;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: center;
}

.catalog-main-bottom {
    display: block;
    padding: 0 50px 50px;
}

.catalog-main-button {
    text-transform: uppercase;
    padding: 14px 28px;
    letter-spacing: 0.2em;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .catalog-main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .catalog-main {
        grid-template-columns: 1fr;
        font-size: 14px;
    }

    .catalog-main-item {
        height: 500px;
    }

    .catalog-main-bottom {
        padding: 0 25px 25px;
    }

    .catalog-main-title {
        padding-bottom: 25px;
    }
}
/* End */
/* /local/templates/voilgel/css/delay/swiper-bundle.css?17322000121148 */
/* /local/templates/voilgel/css/fonts.css?17322000102950 */
/* /local/templates/voilgel/css/common.css?173220564310517 */
/* /local/templates/voilgel/css/header.css?17322000104265 */
/* /local/templates/voilgel/css/footer.css?17322000101947 */
/* /local/templates/voilgel/components/bitrix/search.title/pc/style.css?1731394726957 */
/* /local/templates/voilgel/css/index.css?17322000114527 */
/* /local/templates/voilgel/components/bitrix/news.list/slider/style.css?17321999951932 */
/* /local/templates/voilgel/components/bitrix/catalog.section/catalog-slider/style.css?17313946122889 */
/* /local/templates/voilgel/components/bitrix/catalog.item/product/style.css?17313977132625 */
/* /local/templates/voilgel/components/bitrix/news.list/sections/style.css?1731394683941 */
