

/* Start:/local/templates/edart_product/css/style.css?177602742010534*/
@font-face {
	font-family: 'Jost';
	src: url('/local/templates/edart_product/css/../fonts/Jost-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
 @font-face {
	font-family: 'Jost';
	src: url('/local/templates/edart_product/css/../fonts/Jost-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	src: url('/local/templates/edart_product/css/../fonts/Jost-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	src: url('/local/templates/edart_product/css/../fonts/Jost-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('/local/templates/edart_product/css/../fonts/Inter_Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    outline: none;
}
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }
html {
  line-height: 1.15;
  font-weight: 400;
  font-family: Jost;
  color: #212529;
}
main {
  display: block; }
body {
  margin: 0; 
  font-size: 16px;
  line-height:130%;
 }
h1{
	font-size: 24px;
	line-height: 130%;
	font-family: Jost;
	font-weight: 500;
}
h2{
	font-size: 24px;
	line-height: 120%;
}
h3{
	font-size: 20px;
	line-height: 120%;
}
h4{
	font-size: 16px;
	line-height: 120%;
}
h5{
	font-size: 16px;
	line-height: 120%;
}
.page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
}
a {
    color: inherit;
    text-decoration: unset;
}
img {
    border-style: none;
}
img, svg {
    vertical-align: middle;
}
b,
strong {
  font-weight: bolder; }
  
hr {
  box-sizing: content-box;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.overflow-hidden {
    overflow: hidden !important;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.btn{
	background: #40ABFA;
	color: #fff;
	font-family: Jost;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	padding: 15px 32px;
	border-radius: 20px;
	border-color: transparent;
	cursor: pointer;
}
.btn:hover{
	background: #66BCFB;
}
.btn-small{
	padding: 15px 32px;
	border-radius: 14px;
}
.btn:disabled{
	background:#E8E9F0; 
	color: #B2B3B6;
}
.btn-s{
	background: #E2F2FE;
	color: #40ABFA;
}
.btn-s:hover{
	background: #C2E4FD;
}
.btn-t{
	background: #E2F2FE;
	color: #212529;
}
.btn-cart{
	background: #40ABFA;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box; 
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"],
input[type="tel"],
textarea{
	border-radius: 16px;
	padding: 16px 24px;
	background: #F4F5F8; 
	color: #808185;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	border-color:transparent;
}
input[type="text"].err,
input[type="tel"].err,
textarea.err{
	border: 2px solid #DF1919;
}
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus{
	border: 2px solid #40ABFA;
}
input[type="radio"]{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}
.err{
	color: #DF1919;
}
@media (max-width: 768px){
	h1{
		font-size: 22px;
		line-height: 100%;
	}
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
		padding: 0;
    }
}
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}



/* End */


/* Start:/local/templates/edart_product/css/header.css?17759094369929*/
.header {
    position: relative;
}
.header--border {
    border-bottom: 1px solid #F2F3F5;
}
.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1068;
    height: 60px;
    background: #fff;
}
.header__top {
    background-color: #212529;
    padding: 0.75rem 0;
}
.header__top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.child-mob-menu {
    list-style-type: none;
    font-size: 14px;
    padding: 0 0 24px;
    column-count: 2;
    column-gap: 16px;
    border-bottom: 1px solid #E1E0E5;
    margin: 0;
    font-weight: 400;
}
.child-mob-menu li {
    padding: 0;
}
.main-menu {
    display: flex;
    align-items: center;
    gap: 12px;
}
.main-menu__item {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
	white-space: nowrap;
}

.header__top-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__social-list{
	display:flex;
}
.header__social-list__item{
	height: 28px;
	width: 28px;
	display: flex;
    justify-content: center;
}
.header__social-list__item img{
	width:12px;
}
.header__social-list__item.vk img{
	width:14px;
}
.header__top-phone {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 100%;
	white-space: nowrap;
}
.header__main {
    padding: 1rem 0;
	background: #fff;
}
.header__main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.header__logo-link img {
    width: 128px;
}
.header__logo-description {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    line-height: 1.1;
    bottom: -3px;
    color: #808185;
}
.header__logo-description span {
    display: block;
}
.header__mobile-search {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.875rem;
    background: url('/local/templates/edart_product/css/../img/icons/search.svg');
}
.header__search
{
    display: flex;
    justify-content: center;
    flex-grow: 1;
    padding: 0 1.5rem;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.search-form {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px;
}
.search-form__input {
    background-color: #fff;
    font-size: 14px;
    padding: 0 0.5rem;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-form__button {
    background-color: #000;
    border: none;
    height: 100%;
    border-radius: 0 3px 3px 0 !important;
}
.s-i {
    background-image: url("data:image/svg+xml;utf8,<svg style='fill:white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19'><path d='M17.86 16.738c.175.176.175.457 0 .598l-.81.809c-.14.175-.421.175-.597 0L12.2 13.89a.567.567 0 01-.105-.317v-.457c-1.301 1.09-2.953 1.758-4.781 1.758A7.307 7.307 0 010 7.562C0 3.556 3.27.25 7.313.25c4.007 0 7.312 3.305 7.312 7.313a7.362 7.362 0 01-1.793 4.78h.457c.106 0 .211.071.316.141l4.254 4.254zm-10.547-3.55a5.619 5.619 0 005.625-5.626c0-3.093-2.532-5.625-5.626-5.625a5.619 5.619 0 00-5.625 5.625 5.597 5.597 0 005.625 5.625z'/></svg>");
	background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    width: 40px;
}
.header__tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 27px;
}
.header__tools.burger_on {
    display: none;
}
.header__tools-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 14px;
    width: 24px;
    height: 24px;
    color: transparent;
}
.header__tools-item svg{
	width: 16px;
	height: 16px;
}
.header__tools-item .item-title {
    display: none;
}

.header__tools-item--search {
    background: url(/local/templates/edart_product/css/../img/icons/search.svg) 0 / 24px no-repeat;
}
.header__tools-item--auth {
    background: url(/local/templates/edart_product/css/../img/icons/user.svg) 0 / 24px no-repeat;
}
.header__tools-item--wishlist {
    display: none ;
    background: url(/local/templates/edart_product/css/../img/icons/like.svg) 0 / 24px no-repeat;
}
.header_logout{
	display: none;
}
.header__tools-item--bag {
    background: url(/local/templates/edart_product/css/../img/icons/bag.svg) 0 / 24px no-repeat;
}
.nav-item-icon{
	 background:url(/local/templates/edart_product/css/../img/icons/nav-tem.svg) no-repeat;
	 width:24px;
 }
 .header__tools-item-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    top: -2px;
    right: -8px;
    position: absolute;
    min-width: 16px;
    height: 16px;
    background-color: #DF1919;
    border-radius: 50%;
    color: #fff;
    padding: 4px;
}
.header__burger {
    display: none;
}
.burger {
    cursor: pointer;
    background: url(/local/templates/edart_product/css/../img/icons/burger.svg);
    height: 28px;
    width: 28px;
}
.burger.burger_on {
    background: url(/local/templates/edart_product/css/../img/icons/close.svg) no-repeat;
}
.header__catalog {
    padding: 1rem 0;
	background: #fff;
}
.header__catalog-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    overflow-x: auto;
}
.header__catalog-col {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.catalog-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.catalog-menu__item {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.header__catalog-link {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.offcanvas-menu {
    color: #212529;
    font-family: 'Jost', sans-serif;
    overflow: scroll;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1050;
}
.offcanvas-menu--show {
    display: block;
}
.offcanvas-menu .container {
    padding: 0 16px;
}
.offcanvas-menu__content {
    padding: 4rem 0;
}
.header_menu_contacts {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 40px;
}
.header_menu-contact-item {
    color: #808185;
    font-size: 16px;
    max-width: 73px;
}
.header_menu-contact-item a {
    background: #F4F5F8;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 150px;
    line-height: 46px;
    margin: 0 auto 12px;
    cursor: pointer;
}
.header_menu_nav-list {
    margin: 32px auto;
}
.main-menu__item.parent-menu-item {
    float: left;
    width: calc(100% - 15px);
    display: block;
    border-bottom: none;
}
.offcanvas-menu__phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 22px;
    font-weight: 500;
}
.bx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 10px 0;
}
}
.bx-breadcrumb .bx-breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #808080;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 12px;
    color: #808185;
    font-weight: 500;
    font-family: Inter;
    line-height: 100%;
}
@media (min-width: 451px) {
	.header.fixed{
		height: 123px;
	}
}
@media (min-width: 768px) {
    .header__tools-item .item-title {
        display: block;
    }
	.header__tools-item {
        padding-left: 28px;
        height: 20px;
        background-size: 20px;
        color: #333;
        width: unset;
    }
	.header__tools-item-counter {
        width: 18px;
        height: 18px;
        position: relative;
        top: unset;
        right: unset;
    }
	    .header__tools-item--wishlist {
        display: flex !important;
    }
	.header_logout{
		display: block;
	}
	.header.fixed{
		height: 170px;
	}
}
@media (max-width: 450px) {
    .header__catalog, .bx-breadcrumb {
        display: none !important;
    }
	
	.header__catalog, .bx-breadcrumb {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
	.header--border{
		border:none;
	}
    .header__top {
        display: none;
    }
	
	 .main-menu__item:first-child {
        border-top: 1px solid #E1E0E5;
    }
	.main-menu__item {
        color: #000;
        font-size: 16px;
        padding: 24px 0;
        width: 100%;
        border-bottom: 1px solid #E1E0E5;
        display: flex;
        justify-content: space-between;
    }
	.main-menu__item:first-child {
        border-top: 1px solid #E1E0E5;
    }
	.header__main-content {
        flex-direction: row;
    }
	.header__burger {
        position: relative;
        display: block;
        z-index: 1060;
    }
	.main-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
	.header__main {
        position: relative;
        z-index: 1060;
    }
	
}
@media (max-width: 991.98px) {
    .header__logo-description {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .header__search {
        display: none;
    }
}
/* End */


/* Start:/local/templates/edart_product/css/body.css?177637818448651*/
#artC {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100000;
    background: #fff;
    padding: 15px;
    color: #000;
    border: 1px #000 solid;
    border-radius: 5px;
}
.show{display:block !important;}
.catalog-detail-cont{
	position:relative;
	display:flex;
	gap:40px;
	flex-direction: column;
}
.gallery {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.product-left{
	width: 100%;
    padding-right: 0;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}
.product-right h1,.det-prices,.cart-badges-block,.over-colors,.catalog-detail-bottom{
	width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.product-items__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gallery_element {
	border-radius: 16px;
    position: relative;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
}
.gallery_element.none{
	display:none;
}
.gallery_element img {
	width: 100%;
	border-radius: 16px;
}
.product-item-detail-back{
	position: fixed;
    top: 76px;
    width: 16px;
    left: 21.6px;
    height: 30px;
   background: url(/local/templates/edart_product/css/../img/icons/svg/back.svg) no-repeat center;
    cursor: pointer;
    z-index: 1000; 
}

.product-badges{
	position: absolute;
    bottom: 10px;
    left: 16px;
}
.product-badges-cont{
	display: flex;
	gap:12px;
	flex-flow: column;
}

.video-btn-cart img{
	width: 24px;
}
.label-new{
	font-size: 14px;
    font-weight: 500;
    background: #212529;
    color: #fff;
    border-radius: 8px;
    padding: 6px 16px;
}
.catalog-detail__title  {
	font-family: Jost;
	font-weight: 500;
	font-weight: 500;
	font-size: 22px;
	
	line-height: 100%;
	letter-spacing: -2%;
	color:#212529;
}
.catalog-detail__section_title {
	font-family: Jost;
	font-weight: 600;
	font-size: 24px;
	
	line-height: 120%;
	letter-spacing: -2%;
}

.catalog-detail__prop_title {
	font-family: Jost;
	font-weight: 500;
	font-weight: 500;
	font-size: 18px;
	
	line-height: 120%;
	letter-spacing: 0%;
}
.catalog-detail__favorite{
	position: absolute;
	right: 8px;
    top: 19px;
    border: none;
    background-color: transparent;
}
.catalog-detail__favorite img{
	width: 24px;
    height: 22px;
}
favorite--active
.help-text {
	font-family: Jost;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	cursor: pointer;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: right;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #808185;
}
.catalog-detail__prop_specs {
	gap: 24px;
	angle: 0 deg;
	opacity: 1;
	border-radius: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background:#F4F5F8;
	display: flex;
    flex-direction: column;

}
.props-item {
	gap: 24px;
	display: flex;
	flex-direction: column;
	angle: 0 deg;
	opacity: 1;
	border-radius: 24px;
	padding: 32px 16px;
	background: #fff;
	margin-top: 12px;
}
.catalog-detail__props_info_images {
}
.catalog-detail__props-text {
	display: flex;
    flex-direction: column;
	gap: 10px;
	padding: 24px 16px 16px 16px;
}
.catalog-detail__props-item {
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	display: flex;
    gap: 12px;
}
.catalog-detail__props-item--title {
	color:#808185;
	width: 100px;
}
.catalog-detail__prop_specs_element {
	angle: 0 deg;
	opacity: 1;
	padding-right: 16px;
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom:24px;
}
.catalog-detail__specs_title {
	font-family: Jost;
	font-weight: 500;
	font-weight: 500;
	font-size: 18px;
}
.product_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.catalog-detail__prop_header { 
	display: flex;
	justify-content: space-between;
	padding-left: 8px;
	padding-right: 16px;
}

.catalog-detail__prop_header .catalog-detail__prop_title {
	height: 40px;
	padding: 10px 0 0 50px;
	line-height: 120%;
}
.catalog-detail__prop_title.spec {
	background: no-repeat url("/local/templates/edart_product/css/../img/icons/svg/icon_specification.svg");
}
.catalog-detail__prop_title.uhod {
	background: no-repeat url("/local/templates/edart_product/css/../img/icons/svg/icon_shine.svg");
}
.catalog-detail__prop_hide {
	padding-top: 25px;
	background: url('/local/templates/edart_product/css/../img/icons/svg/path_stroke.svg') no-repeat;
    width: 13px;
    height: 7px;
	background-position: center;
	cursor: pointer;
}
.catalog-detail__prop_hide.hide{
	padding-top: 40px;
	transform: rotate(180deg);
}
.catalog-detail__prop-uhod {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 16px;
	background: #F4F5F8;
}
.uhod_description {
	padding-left: 16px;
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	padding-bottom:16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.catalog-detail__prop-uhod a {
	font-family: Jost;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	color:#40ABFA;
}

.det-prices{
	display: flex;
    gap: 8px;
	margin: 12px 0 8px;
}
.price {
	color: #212529;
	font-weight: 500;
	font-family:Jost;
}
.price:after {
    content: ' \20BD';
}
.rozn-price{
	font-size: 22px;
    font-weight: 500;
}
.old-price,.opt-price{
	color: #808185;
	font-weight: 500;
	font-size: 16px;
}
.old-price{
	text-decoration: line-through;
}
.opt-price b {
    margin: 0 8px 0 16px;
}
.red,
.action {color:#DF1919}

.cart-badges-block {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    white-space: nowrap;
	padding-bottom: 8px;
}
.cart-badges-block .badge-item {
    padding: 0 8px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 12px;
	font-weight: 500;
}
.badge-item{
	background: #40ABFA;
    color: #fff;
	cursor: pointer;
}
.badge-item.blue{
	background: #40ABFA;
	color: #fff;
}
.badge-item.cyan{
	background: #E2F2FE;
    color: #40ABFA;
}
.badge-item.cyan:hover{
	background: #66BCFB;
    color: #fff;
}
.badge-item.red{
	background: #DF1919;
	color: #fff;
}
.badge-item..red:hover{
	background: #E54747;
}
.product-items__more-btn{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.js-gallery-more{
	background: #E2F2FE;
	border-radius: 20px;
	padding: 15px 32px;
	color: #40ABFA;
	border-color: transparent;
	font-weight: 600;
	font-size: 16px;
}
.over-colors{
	margin-top: 16px;
	padding-top: 4px;
	margin-bottom: 24px;
}
.over-colors_header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.stock-filter {
	font-family: Jost;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #808185;
	display:flex;
	padding: 3px 25px 3px 0;

}
.stock-filter a:hover {color:#B2B3B6}
.stock-filter.stock-action{
	color: #008000;
}
.stock-filter:after {
	background: url('/local/templates/edart_product/css/../img/icons/question.svg') no-repeat;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 100;
    right: 0px;
}
.stock-filter.stock-action:after{
	background: url('/local/templates/edart_product/css/../img/icons/question-green.svg') no-repeat;
}

.over-colors_title{
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #212529;

}
.over-colors_title span{ 
	font-weight: 400;
}
.over-colors_items  .catalog-item__img {
    width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.over-colors_items .catalog-item.active-color {
    border-radius: 13px;
    border: 2px solid #40ABFA;
}
.catalog-detail-sku-items{
	background: #F4F5F8;
    padding-bottom: 12px;
}
.catalog-detail__sku{
	padding-right: 16px;
    padding-left: 16px;
	background: #fff;
}
.catalog-detail__sku.size-cont{
	margin-bottom: 32px;
}
.catalog-detail__sku_title{
	display: flex;
	justify-content: space-between;
}
.catalog-detail__sku .catalog-detail__sku-list{
    list-style-type: none;
    display: flex;
    gap: 6px;
	    padding: 0;
	overflow-x: auto;
	padding: 9px 0 2px;
}
.catalog-detail__sku-list.size {padding-bottom: 9px;}

.catalog-detail__sku-item{
	padding: 7px 15px;
	border: 1px solid #E1E0E5;
	border-radius: 8px;
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	min-width: 51px;
	cursor: pointer;
}
.catalog-detail__sku-item.selected{
	border-color:#40ABFA;
}
.catalog-detail__sku-item.err{
	border-color:#DF1919;
}
.catalog-detail__sku-item.in-cart{
	border-color:#40ABFA;
	position: relative;
}
.catalog-detail__sku-item.no-avl{
	background: #F4F5F8;
	color:#808185;
}
.catalog-detail__sku-item.in-cart:after{
	background: url(/local/templates/edart_product/css/../img/icons/in-cart.svg);
    background-size: 20px;
    position: absolute;
    top: -7px;
    right: -5px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    z-index: 100;
}
.lenght-foot,.full-foot{
	color: #808185;
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	margin-top: 4px;
}
.full-foot{
	margin-top:14px;
}
.full-foot-btn{
	margin-top:16px;
	background: #E2F2FE;
	padding: 15px 32px;
	border-radius: 14px;
	width:100%;
	color: #40ABFA;
	font-family: Jost;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.sku-bottom{
	height:16px;
	border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    background: #fff;
}
.detail-cont-fon{
	background: #F4F5F8;
}

.wb-link{
	border-radius: 24px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 12px;
	margin-bottom: 12px;
}
.wb-link-text{
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0%;
	color: #212529;
	line-height: 45px;
}
.wb-link-text span{
	font-weight: 400;
}
.catalog-detail__props_info_images img {
	width: 100%;
}
.mob-wb-btn{
	background: #C518FF;
	color: #fff;
	padding: 12px 22px;
	border-radius: 14px;
	font-family: Jost;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.catalog-detail-bottom{
	background: #F4F5F8;
	padding: 12px 0 0;
}
.catalog_review_question{
    display: flex;
    justify-content: space-between;
	gap: 12px;
}
.catalog_review_question .catalog_review,.catalog_review_question .review_question{
	border-radius: 24px;
	background: #fff;
	padding: 12px 14px 13px 16px;
}
.review_question .count-question{
	background: url('/local/templates/edart_product/css/../img/icons/question.svg') no-repeat;
	padding-left: 22px;
	    color: #212529;
    font-family: Jost;
    font-weight: 600;
    font-size: 18px;
}
.catalog_review_question .review_score{
	background: url('/local/templates/edart_product/css/../img/icons/star-orange.svg') no-repeat;
	padding-left: 22px;
	color: #212529;
	font-family: Jost;
	font-weight: 600;
	font-size: 18px;
}
.review_reviews{
	color:#808185;
}
.catalog_review{
	width: calc(100% - 128px);
}
.catalog-reviews-info{
	display:flex;
	 justify-content: space-between;
}
.catalog-review-info{
	display:flex;
	flex-direction: column;
	gap: 7px;
}
.review-wrapper{
    position: relative;
    flex-shrink: 0;
    margin-inline-start: 7px;
    width: 78px;
    height: 47px;
}
.review-wrapper .photo-item{
    top: 0;
    inset-inline-end: 0;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 35px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.review-wrapper .photo-item:nth-of-type(2) {
    z-index: 2;
    transform: translate(-20px);
}
.review-wrapper .photo-item:nth-of-type(3) {
    z-index: 1;
    transform: translate(-40px);
}
.review-wrapper .photo-item img{
	object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.review_question{
	width:128px;
	display: flex;
    flex-direction: column;
    gap: 7px;
}
.review_question  .count-text{
	color: #808185;
}
.video-tabs{
	border-radius: 24px;
    background: #fff;
	padding: 32px 16px 16px;
}
.video-headers{
	display: flex;
	margin-bottom: 24px;
}
.video-headers .tab-button{
	width: 50%;
	border: none;
    background: unset;
    border-bottom: 2px solid #E1E0E5;
	padding: 0 0 16px;
}
.video-headers .tab-button.active{
	border-color: #40ABFA;
}
.video-tab{
	display:none;
}
.video-tab.active{
	display:block;
}
.video-tab iframe{
	border-radius: 16px;
}
.tab-button{
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #808185
}
.tab-button.active{
	color: #212529;
}
.catalog-detail__prop_content.hide{
	display:none;
}
.catalog-detail-bottom-full{
	background: #F4F5F8;
    padding: 12px 0 32px;
	
}
.reviews_faqs{
	border-radius: 24px;
    background: #fff;
	padding: 32px 16px 16px;
}
.rev-tab-content{
	display:none;
}
.swiper-with-btn-cont{
	position: relative;
}
.rev-tab-content.active{
	display:block;
}
.rev-tabs-content{
	padding: 24px 0 32px;
}
.rev-tab{
	width: calc(33.333% - 8px);
	border: none;
    background: unset;
    border-bottom: 2px solid #E1E0E5;
    padding: 0 0 16px;
	color: #808185;
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}
.rev-tab.active{
	border-color: #40ABFA;
	color: #212529;
}
.rev-tab sup{
	margin-left: 4px;
}
.rating_review{
	display: flex;
	gap: 4px;
	margin-bottom: 16px;
}
.rev-count{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-style: solid;
	color: #808185;
	    line-height: 20px;
}
.rating_review .rating{
	font-family: Jost;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	color: #212529;
	text-decoration: none;
	line-height: 80%;
}
.stars{
	display: flex;
	gap: 4px;
}
.star{
	background:url('/local/templates/edart_product/css/../img/icons/star.svg') no-repeat;
	height: 18px;
    width: 18px;
}
.star.active{
	background:url('/local/templates/edart_product/css/../img/icons/star-orange.svg') no-repeat;
}
.reviews_faqs .reviews{
	display: flex;
}
.review_card{
	box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.1);
	border-radius: 16px;
	padding: 16px 16px 29px;
}

/* .review_card{ */
	/* padding-bottom:5px; */
/* } */

.review_head{
	display: flex;
	justify-content: space-between;
}
.review_user_avatar{
	background:url('/local/templates/edart_product/css/../img/icons/avatar.svg') no-repeat;
	height: 32px;
	width: 32px;
	float: left;
    margin-right: 10px;
}
.review_user_info{
	display: flex;
	gap: 4px;
	flex-direction: column;
}
.review_user{
	margin-bottom: 8px;
}
.review_user-name{
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #212529;
}
.review_user-date{
	font-family: Jost;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808185;
}
.review_user-buy {
	padding: 5px 8px;
	border-radius: 50px;
	color: #40ABFA;
	font-family: Jost;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	background: #E2F2FE; 
	display: inline-block;
	margin-bottom: 16px;
}
.review_user-buy .ico{
	height: 12px;
}

.review_wb img{
	max-width:100%;
}
.review_wb .review_user-buy {
	background:#FFE5FF;
	color: #C518FF;
}
.review_card-info{
	display:flex;
	justify-content: space-between; 
}
.review_card-gallery-items{
	width: 116px;
	height: 64px;
	margin-inline-start: 7px;
	position: relative;
}

.review_card-gallery .review_card-gallery-item{
    top: 0;
    inset-inline-end: 0;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 48px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.review_card-gallery .review_card-gallery-item img{
	object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.review_card-gallery .review_card-gallery-item:nth-of-type(2) {
    z-index: 2;
    transform: translate(-20px);
}
.review_card-gallery .review_card-gallery-item:nth-of-type(3) {
    z-index: 1;
    transform: translate(-40px);
}
.review_card-text{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review_card-text.text-more{ 
    -webkit-line-clamp: unset;
}
.review_card-text-full{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}
.review_card-text-more{
	position: absolute;
	right: 0;
    bottom: 1px;
		color: #40ABFA;
		cursor:pointer;
		background: linear-gradient(270deg, #FFFFFF 65.52%, rgba(255, 255, 255, 0) 100%);
		    padding-left: 30px;
}
.review_card-text-hidden {
		color: #40ABFA;
		cursor:pointer;
		background: linear-gradient(270deg, #FFFFFF 65.52%, rgba(255, 255, 255, 0) 100%);
		padding-top: 8px;
		padding-left: 50px;
		
	
}
.review_prooduct-size{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #808185;

}
.reviews_faqs .reviews-wb,.reviews_faqs .reviews{
	padding-bottom: 20px;
}
.show-all-reviews{
	width: 100%;
	display: block;
	margin-top: 4px;
}
.swiper-button-next.btn-swiper-button-next,.swiper-button-prev.btn-swiper-button-prev{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(44px / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (44px / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; 
	box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color:#212529;
	background: #fff;
	z-index:100;

}
.swiper-button-disabled{
	display: none !important;
}
.swiper-button-next.btn-swiper-button-next{
    right: -20px;
    left: auto;
}
.swiper-button-prev.btn-swiper-button-prev{
    left: -20px;
    right: auto;
}
.swiper-button-prev.btn-swiper-button-prev:after, .swiper-button-next.btn-swiper-button-next:after
{
  background: url('/local/templates/edart_product/css/../img/icons/arrow_right.svg') no-repeat;
  height:16px;
  width:16px;
  content: '';
}
.btn-swiper-button-prev:after
{
	transform: rotate(180deg);
}
.rev-tab-content .btn{
	width:100%;
}
.questions{
	margin-bottom: 24px;
}
.question_user_avatar{
	background:url('/local/templates/edart_product/css/../img/icons/avatar.svg') no-repeat;
	height: 32px;
	width: 32px;
	float: left;
    margin-right: 10px;
}
.question_user_info{
	display: flex;
	gap: 4px;
	flex-direction: column;
}
.question_card-info{
	display: flex;
    flex-direction: column;
    gap: 16px;
}
.questions-btns{
	display: flex;
	gap: 8px;
	flex-direction: column;
	margin-top:24px;
}

.question_card-answer{
	background: #F4F5F8;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.answer-title{
	color: #808185;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
}
.answer-text{
	color:#212529;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.question_user{
	margin-bottom: 8px;
}
.question_user-name{
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #212529;
}
.question_user-date{
	font-family: Jost;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808185;
}
.no-questions{
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
	margin-bottom: 32px;
}
.no-questions-img img{
	width:142px;
}
.no-questions-content{
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.no-questions-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #212529;
}
.questions{
	margin-bottom: 32px;
}
.faq-title{
	font-family: Jost;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.faq-items{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.faq-item{
	background: #F4F5F8;
	padding: 16px 24px;
	border-radius: 16px;
}

.faq-item-title{
	display: flex;
	justify-content: space-between;
}
.faq-item-name{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.faq-item-answer{
	font-family: Jost;
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	    margin-top: 24px;
}
.faq-item.hide{
	box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.1);
	background: #fff;
}
.faq-item.hide .faq-item-answer{
	display:none;
}
.faq-item_hide {
	padding-top: 25px;
	background: url('/local/templates/edart_product/css/../img/icons/svg/path_stroke.svg') no-repeat;
    width: 13px;
    height: 7px;
	background-position: center;
	
}
.faq-item.hide .faq-item_hide{
	padding-top: 40px;
	transform: rotate(180deg);
}

.catalog-sell__block{
	background: #fff;
	padding: 32px 16px;
	gap: 10px;
	border-radius: 24px;
	margin-top: 12px;
}
.catalog-sell__block-title{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 32px;
}

.cross-sell_card .image {cursor:pointer;}
.cross-sell_card{
	position: relative;
	border-radius: 16px;
}
.icon-like{
	cursor:pointer;
	width: 32px;
	height: 32px;	
	position: absolute;
	top: 8px;
	right: 8px;
	    z-index: 10;
}
.icon-like:before,
.icon-like.active:before {
	content: '';
	padding: 8px;
	border-radius: 16px;
	width: 24px;
	height:21px;	
}

.icon-like:before{
	display: inline-block;
	background: url('/local/templates/edart_product/css/../img/icons/list-like.svg') #fff no-repeat;
	background-position: center;

}
.icon-like.active:before{
	display: inline-block;
	background: url('/local/templates/edart_product/css/../img/icons/like-list-active.svg') #fff no-repeat;
	background-position: center;
}
.catalog-sell__block .product_name{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 12px;
}
.catalog-sell__block .product_price{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}
.block-content{
	display: flex;
	gap:16px;
	flex-wrap: wrap;
}
.block-content .cross-sell_card{
	flex: 0 0 calc(50% - 8px); 
	box-sizing: border-box;
}
.catalog-sell__block .image{
	border-radius: 16px;
	margin-bottom: 12px;
}
.catalog-sell__block .image img{
	width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.cross-sell_card.hide{
	display: none;
}
.js-cross-more_btn{
	margin-top: 32px;
	width:100%; 
}
.block-content .cross-sell_card{
	margin-bottom: 48px;
	margin-bottom: 32px;
}
.product-prices{
	display: flex;
    gap: 8px;
	margin: 12px 0 8px;
}
.bayer_info .cross-sell_card{
	background: #F4F5F8;
	display:flex;
	flex-direction: column;
	gap: 24px;
	padding: 16px;
}
.bayer_info-icon{
	width: 56px;
	height: 56px;
	border-radius: 50px;
	text-align: center;
	background: #E2F2FE;
	padding: 18px 0;
}
.bayer_info-icon img{
	width: 20px;
	height: 20px;
}
.bayer_name{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 12px;
}
.articles_date{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808185;
}
.btn-cont{
	margin-top: 24px;
}
.btn-cont .btn{
	width: 100%;
	display: block;
}
.articles-block .image{
	height: 230px;
}
.articles-block .image img{
	height: 230px;
}
.product_usg{
	cursor:pointer;
	position:absolute;
	bottom:0;
	width: 100%;
	display: flex;
	gap: 15px;
	padding:16px;
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);

}
.product_usg img{
	width: 48px;
    border-radius: 10px;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
}
.moment-product-title-cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.moment-product-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #fff;
}
.moment-product-title img{
	width: 16px;
	margin-left: 0;
}
.block-swiper-content,.block-swiper-content-one{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.catalog_review_question-short{
	display:none;
}
.catalog_review_question-short{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
}
.catalog_review_question-short .review_reviews a,.catalog_review_question-short .review_question-short{
	text-decoration: underline;
}

.review_question-short .count-question {
    background: url(/local/templates/edart_product/css/../img/icons/question.svg) no-repeat;
    padding-left: 22px;
   background-size: 16px;
}
.catalog_review_question-short .review_score {
    background: url(/local/templates/edart_product/css/../img/icons/star-orange.svg) no-repeat;
    padding-left: 22px;
	background-size: 16px;
}
.catalog_review_question-short .review_reviews{
	color: #212529;
}

.quntify-product,.cart-d-buttons{
	display: none;
}
.cart-buttons{
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.prices-block{
	display: flex;
    justify-content: space-between;
}
.qunt-btn {
	width: 24px;
	height: 24px;
	background-size: 24px;
	cursor: pointer;
}
.qunt-btn.disabled{
	pointer-events: none;
}
.qunt-btn.minus{
	background: url('/local/templates/edart_product/css/../img/icons/minus-btn.svg') no-repeat;
}
.qunt-btn.plus{
	background: url('/local/templates/edart_product/css/../img/icons/plus-btn.svg') no-repeat;
	
}
.quntify{
	font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    min-width: 40px;
	border: none;
    max-height: 24px;
	max-width: 40px;
}
.quntify::-webkit-inner-spin-button,
.quntify::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-d-buttons{
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #808185;
}
.like-dop-btn{
	background: url('/local/templates/edart_product/css/../img/icons/like-gray.svg') no-repeat;
	background-size: 16px;
	padding-left: 24px;
	cursor:	pointer;
}
.like-dop-btn.favorite--active{
	background: url('/local/templates/edart_product/css/../img/icons/like-red.svg') no-repeat;
} 
.like-dop-btn:hover, .free-d-btn:hover {color: #B2B3B6;}
.free-d-btn{
	background: url('/local/templates/edart_product/css/../img/icons/free.svg') no-repeat;
	padding-left: 24px;
}
.favorite--active{
	color: #DF1919;
}

.cart-d-buttons{
	margin-top: 16px;
}
#toTop{
	width: 48px;
	height: 48px;
	border-radius: 24px;
	padding: 12.75px;
	background: #212529;
	text-align: center;
    position: fixed;
    bottom: 145px;
    right: 24px;
    cursor: pointer;
    display: none;
    font-size: 11px;
    cursor: pointer;
    z-index: 100000;
	    padding-top: 14px;
}
#toTop:hover{
	background: #808185;
}
#toTop span{
	background: url('/local/templates/edart_product/css/../img/icons/up.svg') no-repeat;
	background-size: 22.5px;
	display: block;
    width: 22.5px;
    height: 22.5px;
}
footer{
	background: #F4F5F8;
}
.footer{
	background: #212529;
	padding-top: 32px;
	padding-bottom: 1px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	color: #fff;
}
.footer__top{
	display: flex;
	gap: 12px;
	margin-bottom: 40px;
}
.footer__logo{
	display: flex;
	gap:  12px;
}
.footer__logo-description{
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	line-height: 16px;
	max-width: 140px;
}
.footer__menu{
	display: flex;
	flex-direction:column;
	gap: 8px;
	flex: 0 0 100%;
}
.footer__menu-items .footer__menu-title{
    display: flex;
    justify-content: space-between;
}
.footer__menu-colunm.footer__menu-items{
	border-radius: 16px;
	padding: 8px 16px;
	padding-bottom: 8px;
	background: rgba(128, 129, 133, 0.1);
}
.footer__menu_hide {
	padding-top: 25px;
	background: url('/local/templates/edart_product/css/../img/icons/svg/arrow-f.svg') no-repeat;
    width: 16px;
    height: 16px;
	background-position: center;
}
.footer__menu-item.hide .footer__menu_hide{
	transform: rotate(180deg);
}
.footer__menu-items .footer__menu-list{
	margin-top:24px;
}
.footer__menu-item.hide .footer__menu-list{
	display: none;
}
.footer__menu-list li{
	margin-bottom:16px;
}
.footer__menu-name{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.footer__menu-list{
	list-style: none;
	padding-left: 0;
}
.footer__menu-list a{
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}
.footer__contacts-items{
	margin-top: 24px;
	display: flex;
	flex-direction:column;
	gap: 24px;
}
.footer__contacts-item{
	display: flex;
	flex-direction:column;
	gap: 8px;
}
.footer_social-links{
	display: flex;
	gap: 4px;
}
.footer_social-link{
	width: 48px;
	height: 48px;
    border: 0.75px solid #fff;
    border-radius: 8px;
	display: flex;
    justify-content: center;
}
.footer_social-link img{
	width: 24px;
}
.footer__menu-colunm{
	padding: 8px 16px;
}
.footer__copyright-block{
	background: #8081851A;
	margin-top: 40px;
}
.footer__copyright-content{
	display: flex;
	flex-direction: column;
	padding: 18.5px 0;
	gap: 8px;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
}
.footer_pay-title{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
}
.footer_pay-items{
	display: flex;
	gap:4px;
	margin-top: 8px;
}
.footer_pay-item{
	background: rgba(128, 129, 133, 0.2);
	display: flex;
    justify-content: center;
	width: 60px;
	height: 39px;
	border-radius: 8px;
}
.footer_pay-item img{
	width: 38px;
}
.swiper-wrapper {padding-left:10px}
.hystmodal__close.modal_close{
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background: #F4F5F8;
	    top: 16px;
    right: 16px;
}
.hystmodal__close.modal_close:before{
	    background-image: url(/local/templates/edart_product/css/../img/icons/x.svg);
    content: '';
    width: 12px;
    height: 12px;
    background-position-y: center;
    display: block;
    top: 10px;
    position: absolute;
    left: 10px;
}
.hystmodal__close.modal_close:focus {
    outline: none;
}
.hystmodal__window.modal-window{
	    padding: 24px 16px;
	border-radius: 24px;
	box-shadow: 0px 4px 40px 0px #0000001A;
	width: 100%;
	bottom: 0;
	top: 64px;
	    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	margin: 0 auto;
}
.hystmodal--active{
	z-index: 100000000 !important;
}
.hystmodal--active:before{
	opacity: .5 !important;
}
.size_title,.step_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.size_preview{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 16px;
	max-width: 256px;
}
.help-fullness {
    margin-bottom: 16px;
    display: inline-block;
}
.size_chart{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.size_table-head{
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-align: right;
	 border-bottom: 1px solid #80818533;
    padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.size_head-s{
	opacity: 0;
}
.size_table-row{
	font-weight: 600;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #80818533;
}
.img_size_table{
	margin-bottom: 24px;
}
.img_size_table img{
	width: 100%
}
.step_item_test{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 24px;
}
.step_item_img{
	
	margin-bottom: 24px;
}

.step_item_img img{
	width: 100%;
	border-radius: 24px;
	border: 1px solid #212529;
}
.hystmodal__btn{
	margin: 32px 0 60px;
	text-align: center;
}
.modal_container{
	height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}
.step_list ol{
	padding-inline-start: 0;
}
.info_modal_title{
    width: calc(33.333% - 8px);
    border: none;
    background: unset;
    border-bottom: 2px solid #E1E0E5;
    padding: 0 0 16px;
    color: #808185;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
.info_modal_title.active{
	border-color: #40ABFA;
    color: #212529;
}
#info_modal  .hystmodal__close.modal_close{
	top: 12px;
	right: 12px;
}
#info_modal  .hystmodal__window.modal-window{
    padding: 40px 16px;
}
.info_modal_name{
	font-weight: 600;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.info_modal_contents{
	padding-top: 32px;
}
.info_modal_text{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}
.info_modal_content{
	display:none;
}
.info_modal_content.active{
	display: block;
}
.info_modal_gallery{
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.info_modal_gallery_element{
	width: calc(50% - 4px);
}
.info_modal_gallery_element img{
	width: 100%;
	border-radius: 24px;
}
.info_modal_text{
	display: flex;
	gap: 24px;
	flex-direction: column;
}
.hystmodal__wrap.modal_wrap{
	grid-row: unset;
}
#info_modal  .hystmodal__btn {
    margin: 32px 0 0;
}
#bonus_modal .hystmodal__window modal-window{
	padding:0;
}
#bonus_modal .hystmodal__window.modal-window{
	    padding: 0;
    top: unset;
    position: fixed;
}
.bonus_modal_img img{
	width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.bonus_modal_text{
	padding: 24px 16px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}
.bonus_modal_text span{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}

.bonus_modal_text .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	    margin-bottom: 24px;
}
#bonus_modal .hystmodal__btn {
    margin: 32px 0 0;
}
#bonus_modal .hystmodal__close.modal_close{
	top: 12px;
	right: 12px; 
}
.bonus_modal_text ul{
	list-style-type: none;
	padding-inline-start: 0;
}

.success-hystmodal .hystmodal__wrap.modal_wrap {
	grid-row: 2 / 3;
	padding: 0 8px;
}
.success-hystmodal .hystmodal__window.modal-window{
	border-radius: 24px;
}
.success-hystmodal .hystmodal__btn {
    margin: 32px 0 0;
}
.success-hystmodal .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
	margin-bottom: 16px;
}
.success-hystmodal  .success-info{
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}
.orm-hystmodal .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;

}
.form_fiels_button {
	text-align: center;
	margin-bottom:16px;
}
.form_fiels_button button{
	width:100%;
}
.form-hystmodal .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;

}
.form-hystmodal .hystmodal__window.modal-window{
    top: 64px;
    padding: 40px 16px;
	}


.form-fields input[type=text],
.form_field input[type="text"] {
	width: 100%;
}
.form_field input[type="tel"] {
	width: 100%;
}
.form_field textarea {
	width: 100%;
}
.form-hystmodal .hystmodal__close.modal_close {
	top: 12px;
	right: 12px;
}
.form-fields {
	padding-right: 16px;
	margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
}
.modal_form-container{
	padding: 24px 16px;
}
.modal_content_private{
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #808185;
}
.modal_content_private a{
	color: #40ABFA;
}
.form_button{
	text-align: center;
	margin-bottom:16px;
}
.quest-info{
	margin-top: 24px; 
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
}
.quest-info a{
	color: #40ABFA;
	text-decoration: underline;
	text-decoration-style: solid;
}
.form-fields-full{
	padding-right: 0; 
}
.form-fields-full input,
.form-fields-full textarea{
	width: 100%;
}
.form_fiels_label{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.where_by_form{
	margin: 24px 0;
}
.form_fiels_where_by{
	margin-top: 16px;
}
.form_fiels_where_by input[type="radio"]{
	display: none;
}
.custom-radio {
  position: relative;
  padding-left: 30px; /* отступ для кружка */
  cursor: pointer;
  display: inline-block;
  margin-right: 20px; /* отступ между ними */
  user-select: none;
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  width: 100%;
  font-weight: 400;
font-size: 16px;
line-height: 1px;
letter-spacing: 0%;

}
.custom-radio::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('/local/templates/edart_product/css/../img/icons/svg/radio-icon.svg') no-repeat;
  transition: all 0.2s ease;
}

/* Кружок при выборе */
input[type="radio"]:checked + .custom-radio::before {
   background: url('/local/templates/edart_product/css/../img/icons/svg/radio-icon-active.svg') no-repeat;
}
.photo-file-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.order_element img{
	border-radius: 16px;
    width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
}
}
.order_element.active img{
	border: 2px solid #40ABFA;
}
.form_orders{
	margin-top: 16px;
}
.form_fiels_product{
	position: relative;
}
.form_fiels_product .name_product{
	font-family: Jost;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0%;
	margin-top: 8px;
	margin-bottom: 24px;
}
.file-upload{
	width: 100%;
	border-radius: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.file-upload .custom-btn{
	border: none;
}
.file-upload .custom-btn{
    border: none;
    text-align: center;
    position: relative;
    padding: 57px 0 24px;
    width: 100%;
    border-radius: 10px;
	}
.file-upload .custom-btn:before {
    content: '';
    background: url(/local/templates/edart_product/css/../img/icons/svg/photo.svg) no-repeat;
    height: 28px;
    width: 28px;
    display: block;
    background-position: center;
    top: 0;
    position: absolute;
    top: 24px;
    left: calc(50% - 14px);
}
.file-upload .file-name{
	margin: 6px 0;
	display: block;
	width: 100%;
	border-radius: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}
#fileInput{
	display:none;
}
.cart-buttons-info{
	display:none;
}
.cart-buttons-info_free{
	color: #212529;
	font-weight: 500;
	font-size: 18px;
	line-height: 39px;
	letter-spacing: 0%;
	text-align: right;
    white-space: nowrap;
	display:none;
}
 .cart-buttons.visible .cart-buttons-info{
	display: flex;
	justify-content: space-between;
	    margin-bottom: 5px;
}
.swiper-horizontal {
	overflow-x: scroll;
	}

@media(max-width: 767px){
	.stock-filter{
		padding-right: 10px;
	}
	.cart-buttons.visible{
		box-shadow: 0px 0px 20px 0px #21252926;
		display:block;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
		 background: #fff;
		bottom: 0;
		padding: 13px 16px;
		z-index: 100000;
		}
	.fancybox-show-nav .fancybox-navigation .fancybox-button {
		    visibility: hidden !important;
	}

.cart-buttons.visible .cart-buttons-info_free{
	display:block;
}
.cart-buttons.visible .cart-buttons-cont{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.cart-buttons.visible .old-price{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: line-through;
}
.cart-buttons.visible  .rozn-price{
	font-weight: 600;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}
.cart-buttons.visible .det-prices{
	padding: 0;
}


	.catalog-detail .container{
		margin:0;
		padding:0;
	}
	.gallery{
		    flex-wrap: nowrap;
	}
	.gallery-scroll{
		overflow: hidden;
		overflow-x: auto;
	}
	.gallery_element{
		-webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
	}
	.gallery_element.none {
		display: block;
	}
	.cart-buttons{
		position: fixed;
		right: 0;
		left: 0;
		bottom: 3rem;
		display: none;
	}

	.product-items__more-btn{
		display: none;
	}
	.swiper-button-next.btn-swiper-button-next,.swiper-button-prev.btn-swiper-button-prev{
		display:none !important;
	}
}
@media(min-width: 768px){
	.form_fiels_button button{
			width: auto;
			display: inlin-block;
		}
		.form-hystmodal .hystmodal__window.modal-window{
			position: relative;
			border-radius: 24px;
			max-width: 498px;
			padding: 40px 32px;
		}
	.catalog-detail {
		padding-top: 32px;
	}
	.bx-breadcrumb {
		padding-top: 24px;
		margin:0;
	}
	.catalog-detail__props_info_images{
		display: flex;
		flex-wrap: wrap;
	}
	.catalog-detail__props_info_images img{
		width: 50%;
	}
	footer{
		background: #fff;
	}
	.footer{
		padding-top: 40px;
	}
	.footer__top{
		margin-bottom: 64px;
	}
	.footer__menu{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer__menu_hide{
		display: none;
	}
	.footer__menu-colunm{
		flex: 0 0 50%;
        max-width: calc(50% - 4px);
	}
	.footer__menu-colunm.footer__menu-items{
		background: inherit;
		border-radius: 0;
	}
	.product-item-detail-back{
		display: none;
	}
	.quntify-product{
		display: flex;
		display: flex;
	}
	.review_reviews:before {
		content: '•';
		position: relative;
		left:-6px;
	}
	
	
	.catalog-detail__favorite {
		display: none;
	}
	.catalog_review_question-short{
        display: flex;
        gap: 13px;
		margin-top: 16px;
	}
	.catalog-cart-info{
		margin-top: 24px;
		box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.1);
		border-radius: 16px;
		padding: 20px;
	}
	.cart-d-buttons{
		display: flex;
		gap:8px;
		flex-direction: column;
	}
	
	.block-content .cross-sell_card{
		margin-bottom: 0; /* 48px */
	}
	.recomendation-sell .btn-cont {
		margin-top: 0; /* 48px */
	}
	.btn-cont .btn{
		width: auto;
		display:inline-block;
	}
	.btn-cont{
		
		margin: 24px auto 0;
		text-align: center;
	}
	.js-cross-more_btn{
		width: auto;
		display: inline-block;
	}
	.icon-like{
		top: 12px;
		right: 13px;
	}
	.no-questions-content{
		max-width: 252px;
	}
	.questions-btns{
	flex-direction: row;
	}
	.no-questions-content{
		gap: 20px;
	}
	.no-questions{
		flex-direction: row;
		gap:32px;
		text-align: left;
		margin-bottom: 64px;
	}
	.no-questions{
		margin-bottom: 64px;
	}
	.show-all-reviews,.rev-tab-content .btn,.show-all-reviews{
		width: auto;
		display: inline-block;
	}
	.catalog_review_question{
		display: none;
	}
	.detail-cont-fon,.catalog-detail-bottom,.catalog-detail-bottom-full{
		background: #fff;
	}
	.catalog-detail-sku-items{
		display:none;
	}
	.cart-badges-block{
		overflow: hidden;
		flex-wrap: wrap;
	}
	.product-items__col,.product-right h1,.det-prices,.cart-badges-block,.over-colors{
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.product-badges {
		top: 16px;
		bottom: unset;
	}
	.video-btn-cart{
	    display: flex;
		justify-content: center;
	}
	.product-badges-cont{
		flex-direction: row-reverse;
	}
	.footer__menu-item.hide .footer__menu-list{
		display: block;
	}
	.footer__copyright-content{
		flex-direction: row;
		justify-content: space-between;
	}
	.footer_social-link{
		width: 32px;
		height: 32px;
		border: 0.5px solid #fff;
	}
	.footer_social-link img{
		width: 16px;
	}
	.product-left {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		padding-top: 3px;
	}
	.det-prices{
		margin: 0;
	}
	.cart-badges-block{
		overflow: hidden;
		flex-wrap: wrap;
		margin-top: 16px;
	}
	.catalog-detail__sku {
		padding-right: 0;
		padding-left: 0;
	}
	.footer_pay-items{
		margin-top: 12px;
	}
	.footer__menu-colunm,.footer__menu-colunm.footer__menu-items{
		padding: 8px 0;
	}
	.header.fixed {
		position:relative;
	}
	.old-price {
		color: #212529;
	}
	.det-prices {
		flex-wrap: wrap;
		flex: 0 0 50%;
	}
	.size_preview{
			max-width: 345px;
		}
		.size_head-s{
			opacity: 1;
		}
		.hystmodal__window.modal-window{
			width: calc(100% - 48px);
			padding: 32px 24px;
		}
		.size_chart{
			flex-direction: row;
			overflow-x: auto;
		}
		.size_table-head{
			flex-direction: column;
			font-weight: 500;
			font-size: 18px;
			line-height: 120%;
			text-align: center;
		}
		.size_table-row{
			flex-direction: column;
		}
		.size_table-row,.size_table-head{
			padding: 0;
		}
		.size_table-row div:first-child,.size_table-head div:first-child{
			padding: 10px 12px;
			background: #F4F5F8;
			height: 42px;
		}
		.size_table-row div{
			text-align: center;
		}
		.size_table-head div:last-child{
			padding: 10px 12px;
			height: 64px;
			width: 107px;
		}
		.size_table-row div:last-child{
			font-weight: 400;
			font-size: 16px;
			line-height: 130%;
			padding: 21.5px 12px;
			height: 64px;
			white-space: nowrap;
		}
		.size_table-row div,.size_table-head div{
			border: 1px solid #80818533;
		}
		.img_size_table{
			display: flex;
		}
		.img_size_table img {
			width: 50%;
		}
		.step_item{
			display: flex;
			justify-content: space-between;
		}
		.step_item_img img{
			width: 212px;
		}
		.step_item_test{
			max-width: 336px;	
		}
		.step_full_text{
			max-width: 377px;
		}
	#info_modal .hystmodal__window.modal-window{
			top: 86px;
			border-bottom-right-radius: 24px;
			border-bottom-left-radius: 24px;
		}
		.info_modal_gallery_element {
			width: calc(25% - 8px);
		}
		.info_modal_text-item{
			max-width: 498px;
		}
		#bonus_modal .hystmodal__window.modal-window{
			position: relative;
			border-bottom-right-radius: 24px;
			border-bottom-left-radius: 24px;
			padding: 40px 32px;
			max-width: 506px;
		}
		.bonus_modal_img img{
			border-radius: 24px;
			height: 243px;
			object-fit: cover;
		}
		.bonus_modal_text{
			padding: 24px 0 0;
		}
		.success-hystmodal .hystmodal__window.modal-window{
			width: 424px;
		}
		.bayer_info-icon {margin-bottom: 48px;}
		.faq {max-width:750px;}
}
@media(min-width: 1024px){
	.catalog-detail {
		padding-top: 48px;
	}
	.bx-breadcrumb {
		padding-top: 28px;
		margin:0;
	}
	.catalog-detail-bottom{
		margin-left: 0;
		width: 750px;
	}
	.reviews-tabs{
		width: 750px;
	}
	 .product-right {
        width: 399px;
    }
	.catalog-detail-cont{
		flex-direction: row;
	}
	.footer__menu-colunm{
		flex: 0 0 25%;
        max-width: calc(25% - 8px);
	}
	.catalog-detail__props-item--title {
    width: 320px;
	}
	.catalog-detail__prop_header {
		padding-left: 16px;
		padding-right: 16px;
	}
	.catalog-detail__props-text{
		padding-right: 48px;
		padding-left: 24px;
	}
	.uhod_description {
		padding-left: 24px;
		padding-right: 48px;
	}

	.catalog-detail__prop_specs_element {
		padding-left: 24px;
	}
	.catalog-detail__prop-uhod {
		padding-right: 0;
	}
	.product_name {
		max-width:250px;
	}
	.block-content .cross-sell_card{
		flex: 0 0 calc(25% - 12px);
	}
	.opt-price b {margin:0}
	.header.fixed {
		position:relative;
	}
	.review_card-text {max-width: 237px;}
	.step_item_img img{
		width: 346px;
	}
		
	.hystmodal__window.modal-window{
		max-width: 870px;
		padding: 32px;
	}
}
@media(min-width: 1200px){
	.img_size_table img {
		width: auto;
		height: 158px;
	}
}
@media(min-width: 1440px){
	.block-content .cross-sell_card{
		flex: 0 0 calc(25% - 12px);
	}
	.footer{
		padding-top: 64px;
	}
}
/* End */


/* Start:/local/templates/edart_product/css/swiper-bundle.min.css?177519599618454*/
/**
 * Swiper 11.2.6
 * 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: March 19, 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:/local/templates/edart_product/css/jquery.fancybox.min.css?177535433812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/edart_product/css/hystmodal.min.css?17655242234552*/
:root{--hystmodal-speed: .2s;--hystmodal-zindex: 70}.hystmodal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;display:grid;grid-template-columns:100%;grid-template-rows:0px min-content 0px;justify-content:center;align-content:space-between;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none}.hystmodal::-webkit-scrollbar{display:none}.hystmodal:before{position:fixed;top:0;left:0;width:100%;height:100%;content:"";display:block;background-color:#000;opacity:0;pointer-events:none}.hystmodal--animated:before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--active:before{opacity:.6}.hystmodal--moved,.hystmodal--active{opacity:1;pointer-events:none;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal__wrap{display:block;min-width:0;grid-row:2 / 3}.hystmodal__window{min-width:0;grid-row:2 / 3;position:relative;z-index:10;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transform:scale(.95);opacity:0;margin:50px auto}.hystmodal__window--loading{min-height:400px;background-image:url("data:image/svg+xml,%0A%3Csvg width='105' height='105' viewBox='0 0 105 105' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='0s' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E%3Canimate attributeName='fill-opacity' begin='100ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='300ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='600ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='800ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='400ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='700ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='500ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='200ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:48px}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal__close{position:absolute;z-index:10;top:15px;right:15px;display:block;width:25px;height:25px;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close--wh{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__close:hover{opacity:.95}.hystmodal__close:focus{outline:2px dotted rgba(0,0,0,.7);outline-offset:2px}.hystmodal__close--wh:focus{outline:2px dotted rgba(255,255,255,.7)}@media all and (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px}.hystmodal__window{margin-top:0;margin-bottom:0}}

/* End */


/* Start:/local/templates/edart_product/components/bitrix/breadcrumb/breadcrumbs/style.css?1754732750726*/
.bx-breadcrumb {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #808080;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #000;
}
@media (max-width: 450px){
	.bx-breadcrumb .bx-breadcrumb-item{
		display: inline-block;
	}
	.bx-breadcrumb {
		display: block;
	}
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17747678452729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /local/templates/edart_product/css/style.css?177602742010534 */
/* /local/templates/edart_product/css/header.css?17759094369929 */
/* /local/templates/edart_product/css/body.css?177637818448651 */
/* /local/templates/edart_product/css/swiper-bundle.min.css?177519599618454 */
/* /local/templates/edart_product/css/jquery.fancybox.min.css?177535433812795 */
/* /local/templates/edart_product/css/hystmodal.min.css?17655242234552 */
/* /local/templates/edart_product/components/bitrix/breadcrumb/breadcrumbs/style.css?1754732750726 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17747678452729 */
