

/* Start:/local/templates/ravak/css/normalize.css?16984164706128*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	max-width: 100%;
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* End */


/* Start:/local/templates/ravak/css/jquery.fancybox.css?169841647017412*/
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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    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;
    /* Using without prefix would break IE11 */
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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;
    -ms-transform-origin: top left;
    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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.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:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        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%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 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 fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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));
        }
    }
}
/* Share */

.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 0;
}

.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 5px;
    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:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    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: center center;
    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;
}

/* Styling for Small-Screen Devices */
@media all and (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/ravak/css/swiper.css?16984164706584*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@at-root {
  @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')
      format('woff');
    font-weight: 400;
    font-style: normal;
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
  &.swiper-vertical {
    touch-action: pan-x;
  }
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight {
  &,
  .swiper-slide {
    height: auto;
  }

  .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d {
  &,
  &.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-wrapper,
  .swiper-slide,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
}
.swiper-horizontal.swiper-css-mode {
  > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
}
.swiper-vertical.swiper-css-mode {
  > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
}
.swiper-centered {
  > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
  }
  &.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      height: var(--swiper-centered-offset-after);
    }
  }

  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
  }
}
.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-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* End */


/* Start:/local/templates/ravak/css/style.min.css?174308186558774*/
@font-face {
	font-family: Manrope;
	src: local("Manrope-Regular"), url(/local/templates/ravak/css/../fonts/Manrope-Regular.woff2) format("woff2"), url(/local/templates/ravak/css/../fonts/Manrope-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Manrope;
	src: local("Manrope-Bold"), url(/local/templates/ravak/css/../fonts/Manrope-Bold.woff2) format("woff2"), url(/local/templates/ravak/css/../fonts/Manrope-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Manrope-Bold;
	src: local("Manrope-Bold"), url(/local/templates/ravak/css/../fonts/Manrope-Bold.woff2) format("woff2"), url(/local/templates/ravak/css/../fonts/Manrope-Bold.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Manrope-Regular;
	src: local("Manrope-Regular"), url(/local/templates/ravak/css/../fonts/Manrope-Regular.woff2) format("woff2"), url(/local/templates/ravak/css/../fonts/Manrope-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

:root {
	--swiper-theme-color: #007aff;
	--color_black: #3E3D44;
	--color_red: #D51317;
	--color_gray: #F1F2F5
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.--just-space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.--just-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.--just-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.--align-str {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.--align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.--align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.--dir-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

html {
	font-size: 16px
}

body,
html {
	min-height: 100%;
	position: relative
}

body {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.611rem;
	color: var(--color_black);
	overflow-x: hidden;
	letter-spacing: .3px
}

input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 1px solid #ece6e6;
	padding: 16px 17px;
	width: 100%;
	outline: 0
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 1px solid #ece6e6;
	padding: 16px 17px;
	width: 100%;
	outline: 0;
	resize: none;
	width: 100%;
	height: 131px;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
	margin: 0
}

.h1,
h1 {
	font-size: 3rem;
	line-height: 4.098rem;
	margin-bottom: 30px;
	font-weight: 400
}

@media screen and (max-width:640px) {
	.h1,
	h1 {
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 20px
	}
}

.h2,
h2 {
	font-size: 2.438rem;
	line-height: 3.329rem;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center
}
.h3,
h3 {
	font-size: 1.5625rem;
	line-height: 2.1344rem;
	margin-bottom: 20px;
	font-weight: 400
}

p {
	margin-bottom: 27px
}
iframe {
	max-width: 100%;
}
.container {
	width: 100%;
	max-width: 77.5rem;
	padding: 0 1.25rem;
	margin: 0 auto
}

@media screen and (max-width:640px) {
	.h2,
	h2 {
		font-size: 25px;
		line-height: 34px
	}

	.container {
		padding-left: .938rem;
		padding-right: .938rem
	}
}

.icon {
	position: relative;
	padding-left: 34px
}

.icon__sign {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: var(--color_red);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-size: 64%;
	position: absolute;
	left: 0;
	top: 0
}

.icon__size_m {
	display: inline-block;
	vertical-align: middle;
	width: 51px;
	height: 51px;
	background: var(--color_red);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px
}

@media screen and (max-width:640px) {
	.icon__size_m {
		width: 42px;
		height: 42px
	}
}

.icon-gray {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	background: var(--color_gray);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: relative
}

.index-block {
	padding: 55px 0
}

@media screen and (max-width:640px) {
	.index-block {
		padding: 40px 0
	}
}

.index-block--fon {
	background: var(--color_gray)
}

.text-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.button {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 4px;
	padding: 13px 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: none;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer
}

.button--default {
	border: 1px solid var(--color_red);
	color: var(--color_black)
}

.button--default:hover {
	background: var(--color_red);
	color: #fff
}

.button--default:hover svg path {
	stroke: #fff
}

.button--arrow {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.button--arrow svg path {
	stroke: var(--color_red);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.button--primary { 
    padding: 7px 30px;
	background: #F1F2F5;
}

.button--primary:hover { 
	background: var(--color_red);
	color: #fff
}

.button--secondary  { 
    padding: 16px 30px;
	background: var(--color_red);
	color: #fff;
    border: 1px solid var(--color_red);
}

.button--secondary:hover { 
	background: none;
    color: var(--color_black);
}

.button--link { 
    color: #96969C;
    position: relative;
    padding: 16px 30px;
    margin-top: 7px;
}
.button--link .btn { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.button--link .button { 
    background: none;
    width: auto;
    padding: 0;
}
.button--link .button--icon  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
   	grid-gap: 15px;

}
.button--link .button--icon:before  { 
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(/img/clear.svg) no-repeat center;
	-webkit-transition: .24s;
	-o-transition: .24s;
	transition: .24s;
}
.button--link:hover .button--icon:before  { 
    -webkit-transform: rotate(90deg); 
        -ms-transform: rotate(90deg); 
            transform: rotate(90deg);
	background: url(/img/clear-h.svg) no-repeat center;
}
.button--link:hover { 
	color: var(--color_red);
}

.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #161313;
	opacity: .3;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: .7
}

.swiper-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.swiper-navigation__icon {
	width: 22px;
	height: 25px
}

.swiper-navigation--light .swiper-button-next,
.swiper-navigation--light .swiper-button-prev {
	background: #fff;
	opacity: .6
}

.swiper-navigation--light .swiper-button-next:hover,
.swiper-navigation--light .swiper-button-prev:hover {
	opacity: 1
}

.swiper-navigation--white .swiper-button-next,
.swiper-navigation--white .swiper-button-prev {
	background: #fff
}

.swiper-navigation--absolute .swiper-button-next,
.swiper-navigation--absolute .swiper-button-prev {
	position: absolute;
	top: 36%
}

.swiper-navigation--absolute .swiper-button-next {
	right: -60px
}

.swiper-navigation--absolute .swiper-button-prev {
	left: -60px
}

.swiper-button-next,
.swiper-button-prev {
	background: #f1f2f5;
	width: 40px;
	height: 35px;
	border-radius: 7px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.swiper-button-next {
	margin-left: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.swiper-button-lock {
	display: none;
}
.tab-content {
	list-style: none;
	padding: 0
}

.tab-content__item.active {
	display: block
}

.tab-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-bottom: 10px
}

@media screen and (max-width:640px) {
	.tab-header {
		margin-bottom: 8px
	}
	.fancybox-content {
		padding: 20px;
	}
}

.tab-header__item {
	color: #8e8e93;
	font-size: 22px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 25px;
	padding-bottom: 12px;
	-webkit-transition: .24s;
	-o-transition: .24s;
	transition: .24s
}

@media screen and (max-width:640px) {
	.tab-header__item {
		font-size: 16px;
		line-height: 22px;
		margin: 0 10px;
		padding-bottom: 6px
	}
}

.tab-header__item.active {
	color: #3e3d44;
	border-bottom: 1px solid var(--color_red)
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh
}

.header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.main-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.footer__pays i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
	width: 20px;
    height: 20px;
    background: url(/img/payment.svg) 0 0 no-repeat;
}
.footer__pays i:hover {
    opacity: 1
}

.footer__pays i.cacsh {
    width: 20px;
    height: 20px;
    background-position: 0 -298px
}

.footer__pays i.cacsh:hover {
    background-position: 0 -198px
}

.footer__pays i.mastercard {
    width: 24px;
    height: 16px;
    background-position: -279px -300px
}

.footer__pays i.mastercard:hover {
    background-position: -327px -200px
}

.footer__pays i.visa {
    width: 32px;
    height: 10px;
    background-position: -40px -304px
}

.footer__pays i.visa:hover {
    background-position: -40px -204px
}

.footer__pays i.yandex_money {
    width: 25px;
    height: 19px;
    background-position: -534px -298px
}

.footer__pays i.yandex_money:hover {
    background-position: -626px -198px
}

.footer__pays i.webmoney {
    width: 17px;
    height: 18px;
    background-position: -127px -299px
}

.footer__pays i.webmoney:hover {
    background-position: -127px -199px
}

.footer__pays i.qiwi {
    width: 19px;
    height: 20px;
    background-position: -165px -298px
}

.footer__pays i.qiwi:hover {
    background-position: -165px -198px
}

.footer__pays i.sbrf {
    width: 19px;
    height: 20px;
    background-position: -240px -298px
}

.footer__pays i.sbrf:hover {
    background-position: -240px -198px
}

.footer__pays i.alfa {
    width: 14px;
    height: 19px;
    background-position: -323px -298px
}

.footer__pays i.alfa:hover {
    background-position: -415px -198px
}

.footer__pays i.mir {
    width: 36px;
    height: 20px;
    background-position: -357px -298px
}

.footer__pays i.mir:hover {
    background-position: -449px -198px
}

.footer__pays i.jcb {
    width: 22px;
    height: 19px;
    background-position: -412px -298px
}

.footer__pays i.jcb:hover {
    background-position: -504px -198px
}

.footer__pays i.paypal {
    width: 15px;
    height: 19px;
    background-position: -205px -298px
}

.footer__pays i.paypal:hover {
    background-position: -205px -198px
}

.footer__pays i.maestro {
    width: 24px;
    height: 16px;
    background-position: -279px -300px
}

.footer__pays i.maestro:hover {
    background-position: -371px -200px
}

.footer__pays i.yoomoney {
    width: 25px;
    height: 18px;
    background-position: -534px -299px
}

.footer__pays i.yoomoney:hover {
    background-position: -626px -199px
}

.footer__pays i.yookassa {
    width: 25px;
    height: 18px;
    background-position: -534px -299px
}

.footer__pays i.yookassa:hover {
    background-position: -671px -199px
}

.footer__pays i.belkart {
    width: 20px;
    height: 20px;
    background-position: -579px -298px
}

.footer__pays i.belkart:hover {
    background-position: -716px -198px
}

.footer__pays i.halva {
    width: 18px;
    height: 18px;
    background-position: -619px -299px
}

.footer__pays i.halva:hover {
    background-position: -756px -199px
}

.footer__pays i.tinkoff {
    width: 63px;
    height: 16px;
    background-position: -657px -300px
}

.footer__pays i.tinkoff:hover {
    background-position: -657px -300px
}
.footer__pays i.cacsh:not(:hover) {
    background-position: 0 -248px
}

.footer__pays i.mastercard:not(:hover) {
    background-position: -279px -250px
}

.footer__pays i.visa:not(:hover) {
    background-position: -40px -254px
}

.footer__pays i.yandex_money:not(:hover) {
    background-position: -534px -248px
}

.footer__pays i.webmoney:not(:hover) {
    background-position: -127px -249px
}

.footer__pays i.qiwi:not(:hover) {
    background-position: -165px -248px
}

.footer__pays i.sbrf:not(:hover) {
    background-position: -240px -248px
}

.footer__pays i.alfa:not(:hover) {
    background-position: -323px -248px
}

.footer__pays i.mir:not(:hover) {
    background-position: -357px -248px
}

.footer__pays i.jcb:not(:hover) {
    background-position: -412px -248px
}

.footer__pays i.paypal:not(:hover) {
    background-position: -205px -248px
}

.footer__pays i.maestro:not(:hover) {
    background-position: -279px -250px
}

.footer__pays i.yoomoney:not(:hover) {
    background-position: -534px -249px
}

.footer__pays i.yookassa:not(:hover) {
    background-position: -534px -249px
}

.footer__pays i.belkart:not(:hover) {
    background-position: -579px -248px
}

.footer__pays i.halva:not(:hover) {
    background-position: -619px -249px
}

.footer__pays i.tinkoff:not(:hover) {
    background-position: -657px -249px
}

.footer__pays i.tinkoff:hover {
    background-position: -794px -199px
}
.--svg__mail,
.--svg__mail-after::after,
.--svg__mail-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.188 2.362H.812v8.27h11.376v-8.27z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M.813 2.362L6.5 8.049l5.688-5.687M4.95 6.5L.813 10.638M12.188 10.638L8.049 6.5' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M12.188 2.362H.812v8.27h11.376v-8.27z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__mail-after::after,
.--svg__mail-before::before {
	content: ""
}

.--svg__shedule,
.--svg__shedule-after::after,
.--svg__shedule-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_90)' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'%3E%3Cpath d='M7.5 14.063A6.562 6.562 0 107.5.938a6.562 6.562 0 000 13.124z'/%3E%3Cpath d='M7.5 14.063A6.562 6.562 0 107.5.938a6.562 6.562 0 000 13.124z'/%3E%3Cpath d='M7.5 8.094a.594.594 0 100-1.188.594.594 0 000 1.188zM7.5 2.725v4.181M10.481 10.481L8.094 8.094'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_90'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.--svg__shedule-after::after,
.--svg__shedule-before::before {
	content: ""
}

.--svg__phone,
.--svg__phone-after::after,
.--svg__phone-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 13.97 13.98'%3E%3Cpath d='M11.28 12.55c-1.48 1.48-4.89.48-7.59-2.24S-.06 4.15 1.42 2.69l1.63-1.62L6.18 4.2 5.01 5.37a1.25 1.25 0 00-.36.89 1.29 1.29 0 00.36.89l1.81 1.81a1.27 1.27 0 001.79 0l1.21-1.17 3.13 3.13z' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E")
}

.--svg__phone-after::after,
.--svg__phone-before::before {
	content: ""
}

.--svg__cart,
.--svg__cart-after::after,
.--svg__cart-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.49 22.938a1.99 1.99 0 100-3.98 1.99 1.99 0 000 3.98zM19.438 22.938a1.99 1.99 0 100-3.98 1.99 1.99 0 000 3.98zM.542 1.063h2.77a2.99 2.99 0 012.855 2.083L9.49 13.99H9a2.49 2.49 0 00-2.49 2.49A2.49 2.49 0 009 18.957h10.417' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M7.51 5.042h15.907v1.99l-1.99 6.958H9.49' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__cart-after::after,
.--svg__cart-before::before {
	content: ""
}

.--svg__swarrow,
.--svg__swarrow-after::after,
.--svg__swarrow-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='23' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3_381)' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10'%3E%3Cpath d='M3.222 12.883h19.25M9.934 5.383L2.93 13.342 9.934 21.3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_381'%3E%3Cpath fill='%23fff' transform='matrix(-1 0 0 1 22.93 .383)' d='M0 0h22v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.--svg__swarrow-after::after,
.--svg__swarrow-before::before {
	content: ""
}
.--svg__check,
.--svg__check-after::after,
.--svg__check-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='9' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.333 6 8 1' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.--svg__check-after::after,
.--svg__check-before::before {
	content: ""
}
.--svg__nocheck,
.--svg__nocheck-after::after,
.--svg__nocheck-before::before{
	background-image:url("data:image/svg+xml;charset=utf8, %3Csvg width='7' height='7' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.53 1.53A.75.75 0 0017.47.47l1.06 1.06zM17.47.47l-17 17 1.06 1.06 17-17L17.47.47z' fill='%23fff'/%3E%3Cpath d='M17.47 18.53a.75.75 0 101.06-1.06l-1.06 1.06zm-17-17l17 17 1.06-1.06-17-17L.47 1.53z' fill='%23fff'/%3E%3C/svg%3E")
}
.--svg__nocheck-after::after,
.--svg__nocheck-before::before{
	content:""
}

.--svg__pointer,
.--svg__pointer-after::after,
.--svg__pointer-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_20_524)' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'%3E%3Cpath d='M12.275 5.713c0 4.174-4.775 8.35-4.775 8.35s-4.775-4.176-4.775-8.35a4.775 4.775 0 119.55 0z'/%3E%3Cpath d='M7.5 7.5a1.787 1.787 0 100-3.575 1.787 1.787 0 000 3.575z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_20_524'%3E%3Cpath fill='%23fff' d='M0 0h15v15H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.--svg__pointer-after::after,
.--svg__pointer-before::before {
	content: ""
}

.--svg__pointer2,
.--svg__pointer2-after::after,
.--svg__pointer2-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.914 10.663C22.914 18.457 14 26.25 14 26.25s-8.913-7.793-8.913-15.587a8.913 8.913 0 0117.827 0z' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M14 14a3.337 3.337 0 100-6.673A3.337 3.337 0 0014 14z' stroke='%23fff' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__pointer2-after::after,
.--svg__pointer2-before::before {
	content: ""
}

.--svg__price,
.--svg__price-after::after,
.--svg__price-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.131.938L.938 2.13V6.9L8.1 14.062 14.063 8.1 6.9.938H2.131z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M4 5a1 1 0 100-2 1 1 0 000 2z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.--svg__price-after::after,
.--svg__price-before::before {
	content: ""
}

.--svg__lifting,
.--svg__lifting-after::after,
.--svg__lifting-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.295 14.845L.982 16.572 0 15.258 20.428 0l.982 1.315-3.295 2.46v7.819h1.655V6.672H28V28H0v-6.562h3.295v-6.593zm1.64-1.226v7.819H6.59v-4.922h3.295V9.923l-4.95 3.696zm6.59-4.922v7.819h1.655v-4.922h3.295V5l-4.95 3.696zm9.885-.384v4.921h-6.59v4.922H8.23v4.922H1.64v3.282h24.72V8.313h-4.95z' fill='%23fff'/%3E%3C/svg%3E")
}

.--svg__lifting-after::after,
.--svg__lifting-before::before {
	content: ""
}
.--svg__garanty1,
.--svg__garanty1-after::after,
.--svg__garanty1-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='36' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.56 31.385H2.25V2.75h22.905v11.46M6.54 8.48h14.325M6.54 14.21h14.325M6.54 19.925h10.035M6.54 25.655h10.035' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M26.61 34.22h-.09a9.87 9.87 0 01-7.02-9.42v-5.67l7.095-2.055 7.23 2.055v5.625a9.84 9.84 0 01-7.215 9.465z' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__garanty1-after::after,
.--svg__garanty1-before::before {
	content: ""
}

.--svg__garanty2,
.--svg__garanty2-after::after,
.--svg__garanty2-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='37' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 34.25c8.698 0 15.75-7.052 15.75-15.75S27.198 2.75 18.5 2.75 2.75 9.802 2.75 18.5 9.802 34.25 18.5 34.25z' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M18.5 34.25c8.698 0 15.75-7.052 15.75-15.75S27.198 2.75 18.5 2.75 2.75 9.802 2.75 18.5 9.802 34.25 18.5 34.25z' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M18.5 19.925a1.425 1.425 0 100-2.85 1.425 1.425 0 000 2.85zM18.5 7.04v10.035M25.655 25.655l-5.73-5.73' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__garanty2-after::after,
.--svg__garanty2-before::before {
	content: ""
}

.--svg__garanty3,
.--svg__garanty3-after::after,
.--svg__garanty3-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='36' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.405 29.96a2.865 2.865 0 100-5.73 2.865 2.865 0 000 5.73zM26.595 29.96a2.865 2.865 0 100-5.73 2.865 2.865 0 000 5.73z' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M6.54 27.095H2.25V7.04h25.77v5.73l2.865 5.73 2.865 1.605v6.99h-4.29M23.73 27.095H12.27' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M30.885 18.5H22.29v-5.73h5.73' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__garanty3-after::after,
.--svg__garanty3-before::before {
	content: ""
}

.--svg__arrow,
.--svg__arrow-after::after,
.--svg__arrow-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='22' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.708 12.5H.458M12.705 4.542l7.003 7.958-7.003 7.958' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__arrow-after::after,
.--svg__arrow-before::before {
	content: ""
}

.--svg__bank,
.--svg__bank-after::after,
.--svg__bank-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='22' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.022 1.858V25.25H.979V1.917h5.565v1.166a2.24 2.24 0 002.228 2.229h4.457a2.24 2.24 0 002.228-2.229V1.917l5.565-.059z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M8.772 18.565h2.789a1.668 1.668 0 000-3.337h-1.167a1.668 1.668 0 010-3.336h2.788M11 9.663v2.229M11 18.565v2.228' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M15.457.75v2.228a2.24 2.24 0 01-2.228 2.229H8.772a2.24 2.24 0 01-2.228-2.229V.75h8.913z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__bank-after::after,
.--svg__bank-before::before {
	content: ""
}

.--svg__car,
.--svg__car-after::after,
.--svg__car-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.315 22.913a2.228 2.228 0 100-4.456 2.228 2.228 0 000 4.456zM20.685 22.913a2.228 2.228 0 100-4.456 2.228 2.228 0 000 4.456z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M5.087 20.685H1.75V5.087h20.043v4.456L24.022 14l2.228 1.248v5.437h-3.337M18.456 20.685H9.543' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M24.022 14h-6.685V9.543h4.457' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__car-after::after,
.--svg__car-before::before {
	content: ""
}




.--svg__credit,
.--svg__credit-after::after,
.--svg__credit-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='27' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.188 1.268H.813V19.72h25.375V1.268z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M26.188 5.884H.813V10.5h25.375V5.884z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E")
}

.--svg__credit-after::after,
.--svg__credit-before::before {
	content: ""
}

.--svg__express,
.--svg__express-after::after,
.--svg__express-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='19' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.428 28a.817.817 0 01-.729-.456.827.827 0 01-.06-.562L8.39 15.816H.978a.807.807 0 01-.671-.357.825.825 0 01-.088-.76L5.657.525A.82.82 0 016.415 0h7.483a.812.812 0 01.81.754.826.826 0 01-.066.397l-3.22 7.37h6.369a.808.808 0 01.713.427.826.826 0 01-.029.836L7.113 27.623a.816.816 0 01-.685.377zM2.165 14.175H9.43a.809.809 0 01.641.315.823.823 0 01.149.703l-1.815 7.365 7.896-12.397h-6.126a.81.81 0 01-.682-.372.825.825 0 01-.063-.779l3.22-7.37H6.973L2.165 14.176z' fill='%23fff'/%3E%3C/svg%3E")
}

.--svg__express-after::after,
.--svg__express-before::before {
	content: ""
}

.--svg__heart,
.--svg__heart-after::after,
.--svg__heart-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='31' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.296 4.262A7.162 7.162 0 0015.333 7.5a7.163 7.163 0 00-13.125 3.925c0 10.738 13.125 14.313 13.125 14.313s13.125-3.575 13.125-14.313a7.15 7.15 0 00-7.162-7.163z' stroke='%23969696' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__heart-after::after,
.--svg__heart-before::before {
	content: ""
}

.--svg__official,
.--svg__official-after::after,
.--svg__official-before::before {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='26' height='26' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 18h14M5 14h14l1-9-4 3-4-5-4 5-4-3 1 9Z'/%3E%3C/svg%3E");
}

.--svg__official-after::after,
.--svg__official-before::before {
	content: ""
}



.--svg__money,
.--svg__money-after::after,
.--svg__money-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.087 17.457h2.228M19.685 17.457h2.228' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M25.25 9.663H.75V25.25h24.5V9.663zM2.979 5.207h20.043M5.207.75h15.587' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M13 21.913A4.457 4.457 0 1013 13a4.457 4.457 0 000 8.913z' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M4.087 17.457h2.228M19.685 17.457h2.228' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__money-after::after,
.--svg__money-before::before {
	content: ""
}

.--svg__search,
.--svg__search-after::after,
.--svg__search-before::before {
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.14 17.28A7.64 7.64 0 109.14 2a7.64 7.64 0 000 15.28zM22.5 23l-8.11-8.11' stroke='%23D51317' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E")
}

.--svg__search-after::after,
.--svg__search-before::before {
	content: ""
}


.catalog-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sitebar {
	width: 23%
}

.catalog {
	width: 74%
}

@media screen and (max-width:1200px) {
.sitebar {
	width: 0
}
.menu-list {
	display: none;
}
.catalog {
	width: 100%
}	
}
.payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.payment__item {
	width: 31%;
	background: #f1f2f5;
	padding: 25px 30px
}

@media screen and (max-width:1200px) {
	.payment__item {
		width: 100%;
		margin-bottom: 30px
	}
}

@media screen and (max-width:640px) {

	.payment__item {
		padding: 15px 20px;
		margin-bottom: 10px
	}
}

.payment__title {
	padding-top: 70px;
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 8px
}

@media screen and (max-width:640px) {
	.payment__title {
		font-size: 18px;
		line-height: 25px;
		padding-top: 60px
	}

}




.logo svg {
	width: 154px
}

.logo span {
	color: #6b6b6b;
	font-size: .625rem;
	line-height: .854rem;
	letter-spacing: .55px;
	margin-top: 4px
}
#to-top {
	position: fixed;
	bottom: 65px;
	right: 65px;
	border: 1px solid #D51317;
	border-radius: 5px;
	width: 40px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	background-color: rgb(255 255 255 / 50%);
}
#to-top:hover {
	background-color: rgb(255 255 255 / 100%);
}
#to-top svg {
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
#to-top svg path {
    stroke: var(--color_red);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.swiper {
	opacity: 0;
}
.swiper-initialized .swiper,
.swiper.swiper-initialized {
	opacity: 1;
}
.popular {
	padding: 55px 25px
}

.hit-slider,
.new-slider {
	position: relative
}
.hit-slider .swiper,
.new-slider .swiper {
	padding: 30px;
	width: calc(100% + 60px);
	margin-right: -30px;
	margin-left: -30px
}


.hit-slider .swiper-pagination,
.new-slider .swiper-pagination {
	display: none
}

@media screen and (max-width:1350px) {

	.hit-slider .swiper-pagination,
	.new-slider .swiper-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 50px
	}

	.hit-slider .swiper-navigation,
	.new-slider .swiper-navigation {
		display: none
	}
}
@media screen and (max-width:640px) {
	.popular {
		    padding: 38px 0;
	}
	.hit-slider .swiper-pagination,
	.new-slider .swiper-pagination {
		margin-top: 23px
	}

	.news.index-block {
		padding: 40px 0
	}
}

@media screen and (max-width:640px) {
	.search-form__input {
		display: none
	}
	.hit-slider .swiper,
	.new-slider .swiper {
		padding: 15px;
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px
	}
}

.phone {
	position: relative;
	padding-left: 34px
}

.phone .icon {
	position: absolute;
	left: 0;
	top: 0
}

.phone a {
	color: var(--color_black);
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

	
.phone a:last-child {
	margin-bottom: 0;
}
.phone a:hover {
	color: var(--color_red)
}

.search-form {
	position: relative;
	width: 385px
}

.search-form__input {
	padding-right: 70px
}

.search-form__button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 65px
}


@media screen and (max-width:1200px) {
	.footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.footer {
	background: var(--color_gray);
	padding-top: 50px
}

.footer__top {
	-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;
	border-bottom: 1px solid #96969c;
	padding-bottom: 35px
}

.footer__logo {
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
	width: 24%
}

.footer__logo .logo {
	/*margin-bottom: 60px*/
}

@media screen and (max-width:640px) {
	.footer {
		text-align: center;
		padding-top: 20px
	}

	.footer__top {
		padding-bottom: 28px
	}

	.footer__logo {
		width: 100%
	}

	.footer__logo .logo {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px
	}
}

.footer__logo .logo svg {
	width: 168px
}

.footer__logo .logo span {
	font-size: 11px
}

.footer__menu {
	width: 50%
}

@media screen and (max-width:1200px) {
	.footer__menu {
		width: 66.6%
	}
}

@media screen and (max-width:640px) {
	.footer__menu {
		width: 100%
	}
}

.footer__info {
	line-height: 22px;
	width: 22%
}

.footer__info .mail,
.footer__info .phone,
.footer__info .pointer,
.footer__info .shedule {
	margin-bottom: 16px
}

@media screen and (max-width:1200px) {
	.footer__info {
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-rows: (auto)[2];
		grid-template-rows: repeat(2, auto);
		margin-top: 24px
	}
	.footer__info > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1
	}
	.footer__info > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2
	}
	.footer__info > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3
	}
	.footer__info > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1
	}
	.footer__info > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2
	}
	.footer__info > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3
	}

	.footer__info .mail,
	.footer__info .shedule {
		padding-right: 10px
	}

	.footer__info .shedule .icon__sign {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.footer__info .phone {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-area: 1/1/3/2
	}
}

@media screen and (max-width:640px) {
	.footer__info {
		margin-top: 0;
		grid-auto-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: (1auto)[4];
		grid-template-rows: repeat(4, 1auto);
		text-align: left;
		max-width: 220px;
		margin-left: auto;
		margin-right: auto
	}
	.footer__info > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1
	}
	.footer__info > *:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1
	}
	.footer__info > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1
	}
	.footer__info > *:nth-child(4) {
		-ms-grid-row: 4;
		-ms-grid-column: 1
	}

	.footer__info .phone {
		grid-area: auto;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: auto
	}
}

.footer__bottom {
	padding: 10px 0
}

.footer a {
	color: var(--color__text);
	text-decoration: none
}

.footer a:hover {
	color: var(--color_red)
}

.header__top {
	padding: 9px 0;
	border-bottom: 1px solid #ece6e6
}

@media screen and (max-width:1200px) {
	.footer__info .pointer {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-area: 1/3/3/4
	}

	.header__top {
		padding-bottom: 0
	}

	.header__menu {
		padding-bottom: 7px;
		border-bottom: 2px solid transparent
	}

	.header__menu.--active {
		border-color: var(--color_red)
	}

	.header__menu.--active .top-menu {
		display: block
	}

	.header__menu.--active .icon-burger {
		background: 0 0
	}

	.header__menu.--active .icon-burger:before {
		margin: 0;
		background-color: #000;
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.header__menu.--active .icon-burger:after {
		margin: 0;
		background-color: #000;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.header__link {
	color: #9c9696;
	font-size: .875rem
}

.header__link a {
	text-decoration: none;
	color: #9c9696
}

.header__link a:hover {
	color: var(--color_red)
}

.header__link .mail,
.header__link .shedule {
	margin-left: 28px
}

.header__bottom {
	padding: 20px 0
}

@media screen and (max-width:1200px) {
	.header__bottom {
		grid-gap: 30px;
		padding: 12px 0
	}
}

@media screen and (max-width:640px) {
	.footer__info .pointer {
		grid-area: auto
	}



	.footer__copy {
		margin-bottom: 10px
	}

	.header__top {
		display: none
	}

	.header__bottom {
		padding: 10px 0
	}

	.header__phone {
		display: none
	}
}

/*.header__logo {
	width: 26%
}*/
.footer__soc svg,
.menu__soc svg {
	margin-right: 10px;
}
.header__soc svg {
	margin-right: 5px;
}
.footer__soc a,
.menu__soc a,
.header__soc a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	    color: var(--color_black);
	    margin-bottom:5px;
}
.header__soc a:last-child {
	margin-bottom: 0;
}
.header__cart {
	min-width: 180px
}
.footer__soc a:hover,
.menu__soc a:hover,
.header__soc a:hover {
    color: var(--color_red);
}
.menu__soc {
	display: none;
	margin-top: 25px;
}
.footer__soc {
	margin-left: -34px;
}
@media screen and (max-width:1200px) {
	.header__logo {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.header__search {
		display: none
	}
}

.header__burger {
	color: var(--color_red);
	font-size: 14px;
	display: none
}

@media screen and (max-width:1200px) {
	.header__burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}


.icon-burger {
	width: 19px;
	height: 1px;
	vertical-align: middle;
	background-color: var(--color_red);
	position: relative;
	margin-right: 10px
}

.icon-burger:after,
.icon-burger:before {
	position: absolute;
	top: -8px;
	left: 0;
	display: block;
	width: inherit;
	height: inherit;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: inherit;
	background-color: inherit;
	margin: 12px 0
}

.icon-burger:after {
	top: auto;
	bottom: -8px
}

.menu {
	height: 54px;
	position: relative;
	padding: 0
}

@media screen and (max-width:1200px) {
	.menu {
		height: 75px
	}
}

@media screen and (max-width:640px) {
	.menu {
		height: 58px;
		position: initial;
		padding: 7px 0
	}
	.menu__soc {
		display: block;
	}
}

.menu__search {
	display: none
}

@media screen and (max-width:1200px) {
	.menu__search {
		display: block
	}
}

@media screen and (max-width:640px) {
	.menu__search {
		width: 44px;
		height: 44px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: 1px solid #ece6e6;
		background: url(/img/search.svg) center no-repeat
	}
}

.menu__search.--active .search-form {
	width: 100%;
	position: absolute;
	right: 0
}

.menu__search.--active .search-form__input {
	display: block
}

.menu .container {
	height: 100%
}

@media screen and (max-width:1200px) {
	.menu .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.menu .search-form {
		width: 415px
	}
}
.menu__favorite,
.menu__mobile {
	display: none
}

@media screen and (max-width:640px) {
	.menu .search-form {
		width: 0;
		right: 0;
		position: absolute;
		-webkit-transition: .24s;
		-o-transition: .24s;
		transition: .24s
	}

	.menu__mobile {
		-webkit-box-flex:1;
		    -ms-flex:1;
		        flex:1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 700;
		text-transform: uppercase
	}
	.menu__favorite {
		display: block;
		margin-right: 15px;
	}
}

.menu__icon {
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 8px
}

.main-menu {
	list-style: none;
	padding: 0
}

@media screen and (max-width:1200px) {
	.main-menu {
		height: 100%
	}
}

@media screen and (max-width:640px) {
	.main-menu {
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		left: -100%;
		-webkit-transition: .24s;
		-o-transition: .24s;
		transition: .24s;
		background: #fff;
		z-index: 10;
		overflow-x: hidden;
		padding: 22px 15px
	}
}

.main-menu.--active {
	left: 0
}

.main-menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*position: relative;*/
	border-bottom: 2px solid transparent;
	height: 54px
}

@media screen and (min-width:1201px) {
	.main-menu__item:hover {
		border-bottom: 2px solid var(--color_red)
	}

	.main-menu__item:hover>.main-menu__link {
		color: var(--color_red)
	}

	.main-menu__item:hover .main-menu__submenu {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0
	}

	.main-menu__item:hover>.main-menu__arrow {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@media screen and (max-width:1200px) {
	.main-menu__item {
		display: none
	}

	.main-menu__item.--active {
		border-bottom: 2px solid var(--color_red)
	}

	.main-menu__item.--active>.main-menu__link {
		color: var(--color_red)
	}

	.main-menu__item.--active .main-menu__submenu {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0
	}

	.main-menu__item.--active>.main-menu__arrow {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@media screen and (max-height:1600px) {
	.main-menu__item.--last .main-menu__submenu {
		right: 0
	}
}

.main-menu__item--mobile {
	display: none
}

@media screen and (max-width:640px) {
	.main-menu__item {
		height: auto;
		padding: 7px 20px;
		border-bottom: 1px solid #d4d5dd
	}

	.main-menu__item--mobile {
		display: block
	}
}

.main-menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}

.main-menu__icon {
	margin-right: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}

.main-menu__icon--mobile {
	display: none
}

@media screen and (max-width:640px) {
	.main-menu__icon--mobile {
		display: block;
		width: 21px;
		height: 21px;
		background: url(/img/arrow.svg) center no-repeat
	}
}

.main-menu__arrow {
	height: 100%;
	width: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	background: url(/img/arrow-d.svg) center no-repeat
}

.main-menu__submenu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	padding: 0;
	width: 100%;
	left: 0;
	right: 0;
	top: 54px;
	z-index: 5;
	margin-top: -15px;
	padding-bottom: 20px;
	-webkit-transition: .24s;
	-o-transition: .24s;
	transition: .24s
}
.main-menu__submenulist {
	list-style: none;
	width: 100%;
	margin: auto;
    max-width: 77.5rem;
    padding: 0 1.25rem;
columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  	background: var(--color_gray);
	    -webkit-box-shadow: 0 4px 24px 0 rgba(143, 146, 168, .1803921569);
    box-shadow: 0 4px 24px 0 rgba(143, 146, 168, .1803921569);
}
.main-menu__submenu a {
	display: block;
	padding: 8px 23px 7px
}

.main-menu__subitem {
	background: #f1f2f5;
	border-top: 1px solid #fff;
	-webkit-transition: .24s;
	-o-transition: .24s;
	transition: .24s
}

.main-menu__subitem:hover>a {
	background: var(--color_red);
	color: #fff
}

.main-menu a {
	text-decoration: none;
	color: var(--color_black)
}

.main-menu .logo {
	display: none
}

@media screen and (max-width:640px) {
	.main-menu .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.main-menu .logo svg {
		width: 125px
	}

	.main-menu .logo span {
		font-size: 8px;
		margin-top: 1px
	}
}

.main-menu .search-form {
	display: none
}

.main-menu__close {
	display: none;
	position: absolute;
	width: 25px;
	height: 1px;
	vertical-align: middle;
	background: 0 0;
	top: 30px;
	right: 10px;
	z-index: 11
}

@media screen and (max-width:640px) {
	.main-menu .search-form {
		display: block;
		position: relative;
		width: 100%;
		margin-top: 12px;
		margin-bottom: 10px
	}

	.main-menu .search-form__input {
		display: block;
		padding: 13px 17px
	}

	.main-menu__close {
		display: block
	}
}

.main-menu__close:after,
.main-menu__close:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: inherit;
	height: inherit;
	-webkit-transition: .24s;
	-o-transition: .24s;
	transition: .24s;
	border-radius: inherit;
	background-color: #96969c
}

.main-menu__close:before {
	margin: 0;
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.main-menu__close:after {
	margin: 0;
	bottom: 0;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.main-menu .phone {
	display: none
}

@media screen and (max-width:640px) {
	.main-menu .phone {
		display: block;
		margin-top: 25px
	}
}

.main-menu .mail,
.main-menu .shedule {
	display: none
}

.calalog-menu {
	padding: 0;
	list-style: none;
	position: unset
}

@media screen and (min-width:1201px) {
	.calalog-menu:hover>a .main-menu__icon {
		background: 0 0 !important
	}

	.calalog-menu:hover>a .main-menu__icon:after,
	.calalog-menu:hover>a .main-menu__icon:before {
		content: "";
		position: absolute;
		width: 28px;
		height: 1px;
		background: #000
	}

	.calalog-menu:hover>a .main-menu__icon:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.calalog-menu:hover>a .main-menu__icon:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.calalog-menu:hover .calalog-menu__menu {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0
	}
}

@media screen and (max-width:1200px) {
	.main-menu__link {
		padding: 0
	}

	.calalog-menu {
		display: block;
		height: 100%;
		padding: 22px 0
	}

	.calalog-menu.--active>a .main-menu__icon {
		background: 0 0 !important
	}

	.calalog-menu.--active>a .main-menu__icon:after,
	.calalog-menu.--active>a .main-menu__icon:before {
		content: "";
		position: absolute;
		width: 28px;
		height: 1px;
		background: #000
	}

	.calalog-menu.--active>a .main-menu__icon:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.calalog-menu.--active>a .main-menu__icon:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.calalog-menu.--active .calalog-menu__menu {
		opacity: 1;
		pointer-events: auto;
		margin-top: 0
	}
}

@media screen and (max-width:1200px)and (max-width:640px) {
	.calalog-menu.--active .calalog-menu__menu {
		right: 0
	}
}

@media screen and (min-width:641px) {
	.calalog-menu>a {
		font-weight: 700;
		text-transform: uppercase
	}
}

@media screen and (max-width:640px) {

	.main-menu .mail,
	.main-menu .shedule {
		display: block;
		margin-top: 15px;
		font-size: 14px
	}

	.calalog-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 7px 20px;
		border-bottom: 1px solid #d4d5dd
	}

	.calalog-menu>a .main-menu__icon {
		display: none
	}
}

.calalog-menu__link {
	width: 89%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 9px 0 2px;
	margin-bottom: 6px;
	border-bottom: 1px solid transparent
}
.calalog-menu__link:hover > a {
	color: var(--color_red)
}
@media screen and (max-width:640px) {
	.calalog-menu__link {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid #d4d5dd;
		padding: 9px 21px;
		margin-bottom: 0
	}
}

.calalog-menu__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.calalog-menu__link.--active {
	border-color: var(--color_red)
}

.calalog-menu__link.--active a {
	color: var(--color_red)
}

.calalog-menu__link.--active .calalog-menu__icon {
	background-image: url(/img/arrow-r.svg)
}

.calalog-menu__link.--active~.calalog-menu__sub {
	right: 0
}

.calalog-menu__link:hover {
	color: var(--color_red)
}

.calalog-menu__menu {
	position: absolute;
	top: 54px;
	width: 100%;
	left: 0;
	z-index: 6;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .24s;
	-o-transition: .24s;
	transition: .24s;
	margin-top: -15px
}

@media screen and (max-width:1200px) {
	.calalog-menu__menu {
		top: 75px
	}
}

.calalog-menu__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px 40px;
		background: #fff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
}

@media screen and (max-width:640px) {
	.calalog-menu__menu {
		top: 0;
		margin-top: 0;
		right: -100%;
		left: auto
	}
	.calalog-menu__menu { 
		background: #fff;
	}
	.calalog-menu__wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
		padding: 0 0 60px
	}
}

.calalog-menu__list {
	list-style: none;
	padding: 0;
	width: 30%
}

@media screen and (max-width:1200px) {
	.calalog-menu__list {
		width: 50%
	}
}

.calalog-menu__list .main-menu__icon {
	margin-right: 10px
}

.calalog-menu__list .calalog-menu__icon {
	width: 34px;
	height: 34px
}

@media screen and (max-width:640px) {
	.calalog-menu__list {
		width: 100%;
		margin-top: 10px
	}

	.calalog-menu__list .calalog-menu__icon {
		background-image: url(/img/arrow.svg)
	}
}

.calalog-menu__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.calalog-menu__icon {
	height: 100%;
	width: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	background: url(/img/arrow-d.svg) center no-repeat
}

.calalog-menu__icon svg {
	width: 10px;
	height: 6px
}

.calalog-menu__sub {
	width: 100%;
	padding: 0;
	list-style: none;
	display: none
}

@media screen and (max-width:640px) {
	.calalog-menu__sub {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 5;
		-webkit-transition: .24s;
		-o-transition: .24s;
		transition: .24s;
		right: -100%;
		display: block;
		left: auto
	}
}

.calalog-menu__subitem {
	margin-bottom: 9px;
	position: relative
}

@media screen and (max-width:640px) {
	.calalog-menu__subitem {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid #d4d5dd;
		padding: 9px 21px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 0
	}
}

.calalog-menu__subitem.--active {
	padding-left: 18px
}

.calalog-menu__subitem.--active:before {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	background-image: url(/img/arrow-r.svg);
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.calalog-menu__subitem.--active > a,
.calalog-menu__subitem:hover > a {
	color: var(--color_red)
}

.calalog-menu__back {
	padding-left: 27px;
	background-image: url(/img/back.svg);
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-left: 16px;
	font-size: 14px;
	display: none
}

@media screen and (max-width:640px) {
	.calalog-menu__back {
		display: block
	}
}

.calalog-menu__title {
	display: none;
	margin-left: 16px;
	font-weight: 700;
	margin-top: 10px
}

@media screen and (max-width:640px) {
	.calalog-menu__title {
		display: block
	}
}

.error input,
.error textarea {
	border-color: var(--color_red);
}
.wish-form {
	display: none;
}
.wishlist{
	margin-left: 28px; 	
	display: -webkit-box; 	
	display: -ms-flexbox; 	
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}   
.wishlist .favorite-count{ 
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #96969c;
    right: -3px;
    top: -1px;
    font-size: .625rem;
    font-weight: 700;
}
.wishlist svg path {
    stroke: var(--color_red);
}
.favorite-link {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.favorite-link.hidden  {
    display: none;
}
.catalog-item__stickers {
	position: absolute;
	top: 10px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.catalog-item__sticker {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	padding: 5px 9px 5px 22px;
	border-radius: 0 8px 8px 0;
	position: relative;
	margin-bottom: 3px
}

.catalog-item__sticker:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 7px;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat
}

.catalog-item__sticker--hit {
	background-color: #d51317
}

.catalog-item__sticker--hit:after {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/hit.svg)
}

.catalog-item__sticker--sale {
	background: #fd6230
}

.catalog-item__sticker--sale:after {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/sale.svg)
}
.catalog-item__sticker--new {
	background: #8ADE76
}

.catalog-item__sticker--new:after {
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/img/circle_check.svg)
}
.catalog-item__favorite .delete svg path {
    stroke: var(--color_red);
    fill: var(--color_red);
}
.gallery-list {
	margin-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(3, 1fr); 
	grid-gap: 15px;
}
.gallery-list img {
	display: block;
}
@media screen and (max-width:767px) {
	.header__soc .contacts__text {
		display: none;
	}
	.header__cart {
	    min-width: 170px;
	}
	.header__bottom {
    	grid-gap: 15px;
	}
	.gallery-list {
		-ms-grid-columns: 1fr 15px 1fr;
		grid-template-columns: repeat(2, 1fr); 
	}
	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media screen and (max-width:640px) {
	.gallery-list {
		grid-gap: 10px; 
	}
	.header__soc{
		display: none;
	}
	.header__cart {
	    min-width: auto;
	    margin-left: auto;
	}
}
.popup-window {
	font: inherit;
}
#product-id {
	display: none;
}
.form-field {
	margin-bottom: 15px;
}
#oneclick .button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.error-fld input[type="text"]{
	border-color:#D51317;;
}
/* End */


/* Start:/local/templates/ravak/components/bitrix/menu/top/style.css?1705255625920*/
.top-menu {
	list-style: none;
	padding: 0;
	font-size: .875rem
}

.top-menu__item {
	margin-right: 28px
}

.top-menu a {
	color: #9c9696;
	text-decoration: none
}

.top-menu a:hover {
	color: var(--color_red)
}

@media screen and (max-width:1200px) {
	.top-menu {
		z-index: 7;
		position: absolute;
		-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
		background: -webkit-gradient(linear, left bottom, left top, from(#f1f2f5), to(#f1f2f5)), -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
		background: linear-gradient(0deg, #f1f2f5, #f1f2f5), linear-gradient(0deg, #fff, #fff);
		font-size: 16px;
		line-height: 1.366rem;
		display: none;
		margin-top: 10px
	}

	.top-menu__item {
		padding: 12px 22px 7px;
		border-bottom: 1px solid #fff;
		margin-right: 0;
		min-width: 283px
	}

	.top-menu a {
		color: var(--color_black)
	}
}
/* End */


/* Start:/local/templates/ravak/components/bitrix/search.title/main/style.css?17048702892461*/
div.title-search-result {
	border: 1px solid #f7f7f7;
    box-shadow: 0px 4px 4px 0px #00000040;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:100%;
}

table.title-search-result th {
/*	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;*/
	display: none;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	/*white-space:nowrap;*/
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
	color: var(--color_black);
    text-decoration: none;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
	margin-right: 7px;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}
table.title-search-result tr.title-search-selected a {
	color: var(--color_red)
}
/*table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}*/

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/ravak/components/bitrix/search.title/main/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.title-search-price {
	margin-top: 5px;
}
p.title-search-preview {
	font-size:12px;
	display: none;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/ravak/components/bitrix/sale.basket.basket.line/header/style.css?17036949794433*/
.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cart a {
	color: var(--color_black);
	text-decoration: none;
}
.cart__num {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	color: #fff;
	background: #96969c;
	right: -3px;
	top: -2px;
	font-size: .625rem;
	font-weight: 700
}

.cart__info {
	margin-left: 15px
}

.cart__sum {
	font-weight: 700
}

@media screen and (max-width:640px) {
	.cart__info {
		display: none
	}
}


.bx-basket { 
position: relative;
}


.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	display: none;
	position: absolute;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	z-index: 5;
	top: 83px;
	right: 0;
	box-shadow: 0px 4px 4px 0px #00000040;

}
.bx-basket-item-list:before {
	content: '';
	position: absolute;
	top: -40px;
	height: 42px;
	width: 100%;

}
.bx-basket:hover .bx-basket-item-list {
	display: block;
}

.bx-opener .bx-basket-item-list { padding-bottom: 120px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
	display: flex;
	align-items: center;
    width: 380px;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 10px 0;
	padding: 3px;
	text-align: center;
	white-space: normal;
}

.bx-basket-item-list-item-img {
	padding-bottom: 5px;
	text-align: center;
	padding-right: 7px;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { 
	padding-bottom: 5px; 
	padding-right: 7px;	
	font-size: 13px;
	flex: 1;
	line-height: 16px;}



.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/ravak/components/bitrix/menu/bottom/style.css?1698416470611*/

.footer-menu {
	list-style: none;
	padding: 0
}

.footer-menu a {
	color: var(--color__text);
	text-decoration: none
}

.footer-menu a:hover {
	color: var(--color_red)
}

.footer-menu__title>a {
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px
}

.footer-menu__sub {
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-menu__sub .footer-menu__item {
	width: 50%
}

.footer-menu__item {
	margin-bottom: 6px
}
@media screen and (max-width:640px) {

	.footer-menu {
		width: 100%;
		margin-bottom: 25px
	}
	
	.footer-menu__sub .footer-menu__item {
		width: 100%
	}
}

/* End */
/* /local/templates/ravak/css/normalize.css?16984164706128 */
/* /local/templates/ravak/css/jquery.fancybox.css?169841647017412 */
/* /local/templates/ravak/css/swiper.css?16984164706584 */
/* /local/templates/ravak/css/style.min.css?174308186558774 */
/* /local/templates/ravak/components/bitrix/menu/top/style.css?1705255625920 */
/* /local/templates/ravak/components/bitrix/search.title/main/style.css?17048702892461 */
/* /local/templates/ravak/components/bitrix/sale.basket.basket.line/header/style.css?17036949794433 */
/* /local/templates/ravak/components/bitrix/menu/bottom/style.css?1698416470611 */
