

/* Start:/local/templates/.default/components/bitrix/menu/.default/style.css?17486943224934*/
.menu {
    --menu-hover: var(--tmp-olive);
}

.menu-nav__list {
    display: flex;
    gap: 68px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    line-height: 21px;
}

.menu-item__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tmp-black);
    text-decoration: none;
}

.menu-item__link.red {
    color: var(--tmp-red);
}

.menu-item__link:hover {
    color: var(--menu-hover);
}

.menu-sub {
    --calc: calc((100% - 1420px) / 2);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 100;
    padding: 34px var(--calc);
    list-style: none;
    background: #F2F2F2;
    min-height: 330px;
    display: flex;
    gap: 120px;
    overflow: hidden;
}

.menu-sub--line {
    padding-top: 18px;
    padding-bottom: 20px;
    gap: 57px;
    min-height: 1px;
}

.menu-sub>.menu-item {
    position: relative;
}

.menu-sub:not(.menu-sub--line)>.menu-item+.menu-item::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #DBDDE5;
    position: absolute;
    top: 0;
    left: -65px;
}

.menu-item.parent:hover .menu-sub {
    opacity: 1;
    visibility: visible;

}

.menu-item.parent .menu-sub::after {
    content: "";
    left: 0;
    right: 0;
    height: 23px;
    position: absolute;
    top: -23px;
    background: #fff;
}

.menu-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tmp-gray);
    margin-bottom: 10px;

}

.menu-sub:not(.menu-sub--line) .menu-item+.menu-item {
    margin-top: 3px;
}

.menu-sub .menu-item__link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    color: var(--tmp-black);
    text-transform: none;
}

.menu-sub .menu-item__link:hover {
    color: var(--tmp-olive);
}

.menu-sub__list {
    column-count: 1;
    /* По умолчанию одна колонка */
    column-gap: 70px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Если есть 6-й элемент (всего >5), то две колонки */
.menu-sub__list:has(> li:nth-child(6)) {
    column-count: 2;
}

.menu-nav__list .menu-item.selected>a {
    color: #a59979;
}

.menu-item.parent>a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-item.parent>a::after {
    display: flex;
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.101701 0.101701C0.133857 0.069463 0.172058 0.0438858 0.214114 0.0264343C0.256171 0.00898273 0.301257 0 0.346791 0C0.392324 0 0.437411 0.00898273 0.479467 0.0264343C0.521524 0.0438858 0.559724 0.069463 0.591881 0.101701L4.50085 4.01137L8.40983 0.101701C8.44201 0.0695152 8.48022 0.0439841 8.52227 0.0265653C8.56433 0.00914658 8.6094 0.000181244 8.65492 0.000181244C8.70043 0.000181244 8.74551 0.00914658 8.78756 0.0265653C8.82961 0.0439841 8.86782 0.0695152 8.90001 0.101701C8.93219 0.133886 8.95772 0.172096 8.97514 0.214149C8.99256 0.256201 9.00152 0.301273 9.00152 0.346791C9.00152 0.392308 8.99256 0.43738 8.97514 0.479432C8.95772 0.521485 8.93219 0.559695 8.90001 0.59188L4.74594 4.74594C4.71379 4.77818 4.67559 4.80376 4.63353 4.82121C4.59147 4.83866 4.54639 4.84764 4.50085 4.84764C4.45532 4.84764 4.41023 4.83866 4.36818 4.82121C4.32612 4.80376 4.28792 4.77818 4.25576 4.74594L0.101701 0.59188C0.0694633 0.559724 0.0438861 0.521523 0.0264346 0.479467C0.00898306 0.43741 0 0.392324 0 0.346791C0 0.301257 0.00898306 0.256171 0.0264346 0.214114C0.0438861 0.172058 0.0694633 0.133857 0.101701 0.101701Z' fill='%2347484F'/%3E%3C/svg%3E%0A");
}

.menu-item.parent:hover>a {
    color: var(--tmp-olive);
}

.menu-item.parent:hover>a::after {
    filter: brightness(0) saturate(100%) invert(71%) sepia(3%) saturate(2612%) hue-rotate(7deg) brightness(98%) contrast(86%);
}

.menu-sub:not(.menu-sub--line):before {
    content: '';
    background: url(/local/images/block-green-logo.svg);
    background-size: cover;
    position: absolute;
    right: calc(var(--calc) + 64px);
    bottom: -95px;
    z-index: 0;
    width: 220px;
    height: 330px;
    opacity: 0.5;
}

@media (max-width: 1480px) {
    .menu-sub{
        --calc: 20px;
        gap: 60px;
    }
    .menu-sub:not(.menu-sub--line)>.menu-item+.menu-item::before{
        left: -30px;
    }
    .menu-sub:not(.menu-sub--line) .menu-item+.menu-item{
        margin-top: 10px;
    }

}

@media (max-width: 1080px){
    .menu-sub .menu-item__link{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    /* . */
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/shop/style.css?17447225001041*/
.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 60px 0 11px 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    
    color: #A3A4A7;
    font-size: 14px;
    line-height: 21px;
}

.breadcrumbs__link {
    color: #A3A4A7;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: '';
    display: block;
    height: 1px;
    width: 16px;
    margin: 4px 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='1' viewBox='0 0 16 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5H16' stroke='%23A3A4A7'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1080px) {
    .breadcrumbs ol{
        margin: 52px 0 11px 0;
    }
}

@media (max-width: 768px) {
    .breadcrumbs ol{
        margin: 16px 0;

    }
}
/* End */


/* Start:/local/components/iordani/subscribe/templates/.default/style.css?17433418523*/




/* End */


/* Start:/local/templates/.default/fonts/OpenSans/stylesheet.css?17418696823647*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:08 PM */

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBoldItalic.eot');
	src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBoldItalic.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-LightItalic.eot');
	src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-LightItalic.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBoldItalic.eot');
	src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBoldItalic.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Light.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-Italic.eot');
	src: local('Open Sans Italic'), local('OpenSans-Italic'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Italic.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBold.eot');
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBold.eot');
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/local/templates/.default/fonts/OpenSans/OpenSans-BoldItalic.eot');
	src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff'),
		url('/local/templates/.default/fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

/* End */


/* Start:/local/templates/.default/fonts/Kazimir/stylesheet.css?1741872531155*/
@font-face {
	font-family: 'Kazimir';
	src: url('/local/templates/.default/fonts/Kazimir/Kazimir-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* End */


/* Start:/local/templates/.default/styles/normalize.css?17418688686138*/
/*! 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 {
  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/.default/styles/main.css?174988726911934*/
:root {
    --tmp-black: #47484F;
    --tmp-gray: #7C8397;
    --tmp-gray-light: #DBDDE5;
    --tmp-blue: #0000ff;
    --tmp-light-blue: #91AEB8;
    --tmp-olive: #B7AA87;
    --tmp-red: #C6002C;
    --gray: #cccccc;
    --green: #45a540;
    --tmp-font: 'Open Sans', sans-serif;
    --tmp-font-kazimir: 'Kazimir', sans-serif;
    --white: #ffffff;
    --black: #000000;
    --tmp-menu-index: 10;
    --z-index-tooltip: 1;
    --main-bg-color: #ffffff;
    --text-color-2: #111111;
    --ui-font-weight-bold: 600;
    --ui-font-family-secondary: 'sans-serif';
    --ui-font-family-open-sans: 'Open Sans';
    --ui-font-family-primary: 'Open Sans';
    --ui-font-weight-regular: 400;
    --calc: 0px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: var(--tmp-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--tmp-black);
}

h1,h2,h3,h4,h5 {
    font-family: var(--tmp-font-kazimir)
}

h1 {
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 170%;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
}

a{
    color: var(--tmp-olive);
    text-decoration: underline;
}

a:hover, a:focus {
    color: var(--tmp-olive);
    text-decoration: underline;
}

main {
    min-height: 30vh;
    margin-bottom: 40px;
}

.red {
    color: var(--tmp-red);
}

.hidden {
    display: none;
}

.main-title {
    font-family: var(--tmp-font-kazimir);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tmp-black);
    margin-bottom: 30px;
}
.main-container--cancel{
    max-width: 100% !important;
    padding: 0 !important;
}
.main-container {
    width: 100%;
    /*max-width: 918px;*/
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 1081px) {
    .main-container {
        max-width: 1460px;
    }
}

.btn-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tmp-black);
    background-color: #fff;
    padding: 12.5px 40px;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.btn-corner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}

.btn-corner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
}

.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 38px;
    gap: 10px;
    height: 43px;
    background: var(--tmp-olive);
    text-align: center;
    border: 1px solid var(--tmp-olive);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #fff;
}

a.btn-link {
    text-decoration: none;
}

.btn-clear {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

/* header */

.header-sticky {
    position: sticky;
    top: 0;
    z-index: var(--tmp-menu-index);
    box-shadow: 0px 0px 14px -4px rgb(0 0 0 / 30%);
}

.header {
    padding: 19px 0 23px;
    background: #fff;
    z-index: 99;
}

.header-top {
    display: flex;
    align-items: center;
}

.header-bottom {
    margin-top: 23px;
    display: flex;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 390px;
    margin-right: 6px;
}

.header-logo img {
    width: 100%;
    max-width: 139px;
    order: 1;
}

.header-logo::after {
    content: '';
    width: 1px;
    height: 36px;
    background: var(--tmp-gray);
    order: 2;
}

.header-logo__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--tmp-gray);
    order: 3;
}

.header-search {
    width: 360px;
    position: relative;
    min-width: 320px;
}

.header-search__input {
    height: 43px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid var(--tmp-gray-light);
    width: 100%;

    font-weight: 400;
    font-size: 14px;
    color: var(--tmp-gray);
}

.header-search__button {
    width: 17px;
    height: 17px;
    background: transparent;
    border: none;
    box-shadow: none;

    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}

.block-contact {
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 0 13px;
    margin-left: 50px;
    margin-right: auto;
}

/* vertical line */
.block-contact__icon {
    display: flex;
    align-items: flex-start;
    grid-row: span 2;
}

.block-contact__icon img {
    margin-top: 5px;
    width: 100%;
    max-width: 10px;
}

.block-contact__phone {
    font-family: var(--tmp-font-kazimir);
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tmp-black);
    text-decoration: none;
    white-space: nowrap;
}

.block-contact__schedule {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--tmp-gray);
}

.block-socials {
    display: flex;
    gap: 8px;
    margin-left: 70px;
    margin-top: 3px;
}

.block-socials__link {
    display: flex;
    display: flex;
    flex-wrap: nowrap;
}

.header-login {
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap;
}

.header-basket__link,
.header-login__link {
    display: flex;
    align-items: center;
    gap: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: var(--tmp-black);
    text-decoration: none;
}

.header-basket {
    margin-left: 44px;
}

.header-menu-button {
    display: none;
}

@media (max-width: 1460px) {
    .block-socials {
        margin-left: auto;
    }

    .header-search {
        width: 20%;
        max-width: 360px;
        min-width: 320px;
    }

    .block-contact {
        margin-left: auto;
    }

    .header-logo__text {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .header .block-contact__phone {
        font-size: 16px;
        line-height: 24px;
    }

    .header .block-contact__schedule {
        font-size: 12px;
        line-height: 16px;
    }

    .header .block-socials__link svg {
        width: 24px;
        height: auto;
    }

    .header .menu-nav__list {
        gap: 40px;
    }

    .header-logo {
        width: 360px;
    }
}

@media (max-width: 1080px) {
    .header-search {
        display: none;
    }

    .header {
        padding: 25px 0 23px;
    }

    .header-logo {
        gap: 14px;
    }

    .header .block-socials,
    .header .block-contact {
        display: none;
    }

    .header-basket {
        margin-left: 27px;
    }

    .header-bottom,
    .header-top {
        display: contents;
    }

    .header .main-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header .menu {
        width: 100%;
        order: 1;
        margin-top: 36px;
    }

    .header-basket__link,
    .header-login__link {
        font-size: 12px;
    }

    .header .menu-nav__list {
        justify-content: space-between;
        gap: 10px;
    }

    .block-socials__link svg {
        width: 32px;
        height: auto;
    }

    .header-logo img {
        max-width: 109px;
    }

    .header-menu-button {
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        margin-right: 36px;
    }

    .header-basket__link,
    .header-login__link {
        gap: 10px;
    }

    .main-title {
        font-size: 27px;
        line-height: 39px;
    }
}

@media (max-width: 768px) {

    .breadcrumbs ol li:last-child {
        display: none;
    }

    .header-basket__link span,
    .header-login__link span {
        display: none;
    }

    .header-logo::after,
    .header-logo__text {
        display: none;
    }

    .header-logo {
        width: auto;
    }

    .header .menu {
        display: none;
    }

    .header-login {
        /* margin-left: 0; */
    }

    .header .main-container {
        justify-content: space-between;
    }

    .header {
        padding: 10px 0;
    }
    
    .header-logo {
        margin: 0;
    }
    .header-menu-button{
        margin-right: auto;
    }
    .header-logo img{
        max-width: 77px;
    }
}


/* footer */

.footer {
    background: #323337;
    padding: 60px 0 160px;
    color: var(--tmp-gray);
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #626573;
    margin-top: 31px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.footer-policy__link {
    color: var(--tmp-gray);
    text-decoration: none;
}

.footer-logo {
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    max-width: 159px;
}

.footer-logo__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}

.footer-menu {
    margin-top: 19px;
}

.footer-contacts {
    width: 220px;
    margin-top: 10px;
}

.footer-contacts .block-contact__schedule,
.footer-contacts .block-contact__phone {
    color: #fff;
}

.footer-contacts img {
    filter: grayscale(1) brightness(1000%);
}

.footer-contacts .block-contact {
    margin: 0;
}

.footer-contacts .block-socials {
    margin: 36px 0 0 0;
}

@media (max-width: 1080px) {

    .footer-contacts,
    .footer-logo {
        min-width: 208px;
    }

    .footer {
        padding: 53px 0 73px;
    }

    .footer-logo__text {
        font-size: 14px;
        line-height: 21px;
    }

    .footer-contacts {
        margin-top: 0;
    }

    .footer-top {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .footer-top{
        flex-direction: column;
    }
    .footer-logo{
       align-items: center;
    }
    .footer-contacts, .footer-logo{
        width: 100%;
    }
    .block-contact{
        display: none;
    }
    .block-socials{
        justify-content: center;
    }
    .footer-bottom{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer-logo__text{
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/.default/styles/menu-footer.css?1742748537735*/
.footer-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 52px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-item__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #fff;
    text-decoration: none;
}

@media (max-width: 1460px) {
    .footer-menu__list{
        gap: 20px 30px;
    }
}

@media (max-width: 1080px) {
    .footer-menu{
        margin-top: 12px;
    }
    .footer-menu__list{
        gap: 10px 20px;
    }
    .footer-menu-item__link{
        font-size: 12px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/templates/.default/styles/subscribe.css?17433418911998*/
.subscribe {
    min-height: 125px;
    background: var(--tmp-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 57px;
}

.subscribe-text {
    max-width: 480px;
}

.subscribe-title {
    font-family: var(--tmp-font-kazimir);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

.subscribe-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #fff;
    margin: 0;
}

.subscribe-input {
    max-width: 600px;
    height: 50px;

    background: #DBDDE5;
    border: 1px solid #DBDDE5;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    color: var(--tmp-gray);
    padding: 0 20px;
    flex: 1;
}

.subscribe-form {
    flex: 1;

}

.subscribe-form form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 31px;
}

.subscribe-button {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    height: 50px;
    width: 252px;
    text-align: center;
    background: var(--tmp-light-blue);
    color: #fff;
    border: 0;

    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}


@media (max-width: 1080px) {
    .subscribe-description {
        display: none;
    }

    .subscribe-text {
        max-width: 264px;
    }

    .subscribe-container {
        gap: 36px;
    }

    .subscribe-button {
        width: 205px;
    }

    .subscribe-form form {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .subscribe{
        display: none!important;
    }
}
/* End */


/* Start:/local/templates/.default/styles/ui-forms.css?174828608611555*/
:root {
    --i-ok: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-ok--active: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%231771F1'/%3E%3C/svg%3E%0A");
}


.form-container {
    font-size: 14px;
}

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: var(--white);
    border: 1px solid #BABFD3;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--black);
    overflow: hidden;
}

.ui-input--text input::placeholder {
    color: transparent;
}

.ui-input--text input:focus::placeholder {
    color: inherit;
}

.ui-input--text textarea {
    background: var(--white);
    border: 1px solid #BABFD3;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--black);
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input,
.ui-input--radio input,
.ui-input--checkbox input,
.ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #BABFD3;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 13px;
}

.ui-input--radio .ui-input__placeholder,
.ui-input--checkbox .ui-input__placeholder {
    display: flex;
    /* align-items: center; */
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--tmp-black);
}

.ui-input--checkbox input:focus+span::before {
    /* background: var(--tmp-olive); */
    border-color: var(--tmp-olive);
}

.ui-input--checkbox input:checked+span::before {
    background: var(--tmp-olive);
    background-image: var(--i-ok);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: var(--tmp-olive);
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    min-width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #BABFD3;
    box-sizing: border-box;
    border-radius: 0;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 13px;
    margin-top: 2px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    justify-content: center;
    color: #47484F;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 12px;
    border: 1px solid #DBDDE5;
    background: #fff;
    border-radius: 0;
    text-align: center;
    font-weight: 400;
    height: 53px;
    min-width: 70px;
}

.ui-input--checkbox-2 input:checked+span {
    background: #91AEB8;
    border: 1px solid #91AEB8;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    min-width: 19px;
    height: 19px;
    background: transparent;
    border: 1px solid #BABFD3;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 19px;
    margin-right: 13px;
    padding: 0;
    background-color: #fff;
    margin-top: 2px;
}

.radio--border .ui-input__placeholder {
    border: 2px solid var(--gray);
    padding: 18px 5px;
    border-radius: 8px;
    background: var(--gray);
    font-weight: 500;
    padding: 24px;
    font-size: 16px;

    display: inline-flex;
    align-items: center;
    width: 100%;
}


.radio--border input+span::before {
    width: 40px;
    height: 40px;
    margin-right: 24px;


    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    border: 2px solid var(--green);
    background-clip: unset !important;
    padding: 0 !important;

}

.ui-input--radio input+span::before {
    content: '';

}

.ui-input--radio input:checked+span:before {
    content: '';
}

.ui-input__label {
    cursor: pointer;
}

.ui-input--radio input:focus+span::before {
    /* background: var(--tmp-olive); */
    border-color: var(--tmp-olive);
}

.ui-input--radio input:checked+span::before {
    background-color: var(--tmp-olive);
    /* box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px var(--tmp-olive); */
    padding: 3px;
    border-color: var(--tmp-olive);
    background-clip: content-box;
    line-height: 14px;
}

.ui-input--radio.radio--border input:checked+span {
    background: #fff;
    border: 2px solid #00B38C;
}


.ui-input+.ui-input {
    margin-top: 8px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ui-input--text .ui-input__placeholder {
    z-index: 1;
    color: #444444;
    background: #ffffff;
    padding: 0 0 3px;
    box-sizing: border-box;
    text-transform: uppercase;
    display: block;
}

.ui-input__placeholder>.tx-red {
    color: #ff0000;
    margin-left: 2px;
}

.ui-input textarea.input--not-empty,
.ui-input--text textarea:focus,
.ui-input input.input--not-empty,
.ui-input--text input:focus,
.ui-input--text input:not([value=""]),
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: #fff;
    border-color: #BABFD3;
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder,
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text textarea.input--not-empty+.ui-input__placeholder,
.ui-input--text textarea:focus+.ui-input__placeholder,
.ui-input--text input.input--not-empty+.ui-input__placeholder,
.ui-input--text input:focus+.ui-input__placeholder {
    background: #fff;
    color: var(--tmp-olive);
}

.ui-input textarea::placeholder {
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red,
.ui-input input:focus+.ui-input__placeholder>.tx-red {
    color: var(--tmp-olive);
}

.ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: #ff0000 !important;
}

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: #ff0000;
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 10px 30px 10px 15px;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    line-height: inherit;
    background: #FFFFFF;
    border: 1px solid #00B38C;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    color: #00B38C;
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
    ;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-options {
    background: #FFFFFF;
    /* Blue/blue 15 */
    border: 1px solid #DCEAFD;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    z-index: calc(var(--z-index-tooltip) + 2);
    width: 100%;
    max-height: 208px;
    overflow: auto;
}

.ui-options__item:hover {
    background: var(--main-bg-color);
}

.ui-options__item--select {
    background: #DCEAFD;
}

.ui-options__item {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    color: #414042;
    cursor: pointer;
}

.form-group {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-input--stars .ui-input__wraper {
    display: flex;
    flex-direction: row-reverse;
    width: min-content;
    text-align: center;
    gap: 4px;

}

.ui-input__star {
    line-height: 0;
}

.ui-input__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ui-input__star svg {
    width: 24px;
    height: auto;
}

.ui-input__star+.ui-input__star {
    margin-left: 2px;
}

.ui-input__label:hover .ui-input__star svg,
.ui-input__label:hover~.ui-input__label .ui-input__star svg,
.ui-input__label.cheked~.ui-input__label .ui-input__star svg {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);

}

/* 

.ui-input--stars[data-input-val] .ui-input__wraper::before {
    content: attr(data-input-val) ".0";
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
} */

.ui-input__star input:checked+svg {
    --svg-fill: var(--green);
    --svg-stroke: var(--green);
}
/* CUSTOM bx-sls  */

.bx-sls .dropdown-block {
    background: #fff;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 34px;
    color: var(--text-color-2);
    box-shadow: none;
    -webkit-box-shadow: none;
    /* overflow: hidden; */
}

.bx-sls .dropdown-icon {
    top: 18px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    height: 25px;
    font-size: 16px;
    font-family: "Open Sans", serif;
    font-weight: 200;
}

.bx-sls .bx-ui-sls-pane {
    top: 50px;
}

.bx-sls .bx-ui-sls-clear {
    top: 8px;
}

/* CUSTOM bx-sls  */

@media (max-width: 992px) {
    .radio--border input+span::before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 556px) {
    .radio--border input+span::before {
        min-width: 24px;
        width: 24px;
        height: 24px;
    }

    .radio--border .ui-input__placeholder {
        font-size: 14px;
    }

    .ui-input--radio input+span:before {
        background-size: 16px 16px;
    }
}
/* End */


/* Start:/local/templates/.default/libs/slick/slick.css?17460382771794*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    height: auto;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/styles/modal.css?17470766252371*/

/* Стили модального окна */
#loginModal.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#loginModal .modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 1px;
    width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#loginModal .close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

#loginModal .close:hover {
    color: var(--tmp-olive);
}

/* РЕГИСТРАЦИЯ */
#registerModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#registerModal .modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 1px;
    width: 400px;
    position: relative;
}


#registerModal .close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

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

    #registerModal .modal-content {
        width: 100%;
    }

    #registerModal .modal-content {
        position: absolute;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        box-sizing: border-box;
    }

}


/* написать мекнеджеру */
#callManagerModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#registerModal .modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 1px;
    width: 400px;
    position: relative;
}

#callManagerModal .close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

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

    #callManagerModal .modal-content {
        width: 100%;
    }

    #callManagerModal .modal-content {
        position: absolute;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        box-sizing: border-box;
    }

}
/* End */


/* Start:/local/templates/.default/styles/personal.css?17438431422980*/
#registerModal .form-container {

}

#registerModal h2 {
    font-family: 'Kazimir';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 200;
}

#registerModal label {
    font-size: 14px;
    color: #7C8397;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

#registerModal input[type="text"],
#registerModal input[type="email"],
#registerModal input[type="tel"],
#registerModal input[type="password"]
{
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding-left: 17px;
    height: 54px;
    width: 100%;
}

#registerModal .checkbox-label {
    margin-bottom: 10px;
    font-size: 10px;
}

#registerModal .checkbox-label input {
    margin-right: 10px;
    accent-color: #ffffff;
}

#registerModal .btn.brown-btn {
    padding: 17px 32px;
    box-sizing: border-box;
    background-color: #B7AA87;
    color: #fff;
    width: 100%;
}

#registerModal .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 15px 64px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    transition: 0.2s;
}


#registerModal .error-message {
    color: red;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

#loginModal .btn.brown-btn {
    padding: 17px 32px;
    box-sizing: border-box;
    background-color: #B7AA87;
    color: #fff;
    width: 100%;
}

#loginModal .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 15px 64px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    transition: 0.2s;
}

#loginModal input[type="text"],
#loginModal input[type="password"]
{
    background: #FFFFFF;
    border: 1px solid #DBDDE5;
    box-sizing: border-box;
    padding-left: 17px;
    height: 54px;
    width: 100%;
    margin-bottom: 14px;
}
#loginModal label {
    font-size: 14px;
    color: #7C8397;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

#loginModal h2 {
    font-family: 'Kazimir';
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 200;
}

#loginModal .store-password-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

#loginModal .store-password-wrapper input {
    accent-color: #ffffff;
}

#loginModal .store-password-wrapper input, .store-password-wrapper label {
    margin: 0!important;
}

#loginModal .register-link, #loginModal .forgot-link {
    margin: 16px;
    text-align: center;
}

#loginModal .register-link a, #loginModal .forgot-link a {
    color: #91AEB8;
    text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }
/* End */


/* Start:/local/templates/.default/styles/menu-mobile.css?17434260221343*/
.menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: url(/local/images/block-green-logo.svg);
    background-size: 161px 246px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F2F2F2;
    z-index: 9999;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: auto;
}

.menu-mobile.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.menu-mobile__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu-mobile__item--contact {
    margin-top: 65px;
}

.menu-mobile__item--contact .block-contact {
    display: grid;
    margin: 0;
}

.menu-mobile__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;

    color: var(--tmp-black);
}


.menu-mobile__item--red {
    color: var(--tmp-red);
    font-weight: 600;
}

@media (min-width: 768px) {
    .menu-mobile {
        top: 100px;
    }
}
/* End */


/* Start:/local/templates/.default/preloader/custom_preloader_style.css?174543642532544*/
/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    /* background: #000; */
    height: 100%;
    /* opacity: 0.7; */
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: progress;
}


.cssload-preloader {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 19px;
    display: block;
    width: 3.75em;
    height: 4.25em;
    margin-left: -1.875em;
    margin-top: -2.125em;
    transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform: rotateY(180deg) rotateZ(-60deg);
    -o-transform: rotateY(180deg) rotateZ(-60deg);
    -ms-transform: rotateY(180deg) rotateZ(-60deg);
    -webkit-transform: rotateY(180deg) rotateZ(-60deg);
    -moz-transform: rotateY(180deg) rotateZ(-60deg);
}

.cssload-preloader .cssload-slice {
    border-top: 1.125em solid transparent;
    border-right: none;
    border-bottom: 1em solid transparent;
    border-left: 1.875em solid #B7AA87;
    position: absolute;
    top: 0px;
    left: 50%;
    transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    border-radius: 3px 3px 0 0;
}

.cssload-preloader .cssload-slice:nth-child(1) {
    transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -o-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -ms-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -webkit-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    -moz-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
    animation: 0.17s linear 0.94s preload-hide-1 both 1;
    -o-animation: 0.17s linear 0.94s preload-hide-1 both 1;
    -ms-animation: 0.17s linear 0.94s preload-hide-1 both 1;
    -webkit-animation: 0.17s linear 0.94s preload-hide-1 both 1;
    -moz-animation: 0.17s linear 0.94s preload-hide-1 both 1;
}

.cssload-preloader .cssload-slice:nth-child(2) {
    transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -o-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -ms-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -webkit-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    -moz-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
    animation: 0.17s linear 0.85s preload-hide-2 both 1;
    -o-animation: 0.17s linear 0.85s preload-hide-2 both 1;
    -ms-animation: 0.17s linear 0.85s preload-hide-2 both 1;
    -webkit-animation: 0.17s linear 0.85s preload-hide-2 both 1;
    -moz-animation: 0.17s linear 0.85s preload-hide-2 both 1;
}

.cssload-preloader .cssload-slice:nth-child(3) {
    transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -o-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -ms-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -webkit-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    -moz-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
    animation: 0.17s linear 0.76s preload-hide-3 both 1;
    -o-animation: 0.17s linear 0.76s preload-hide-3 both 1;
    -ms-animation: 0.17s linear 0.76s preload-hide-3 both 1;
    -webkit-animation: 0.17s linear 0.76s preload-hide-3 both 1;
    -moz-animation: 0.17s linear 0.76s preload-hide-3 both 1;
}

.cssload-preloader .cssload-slice:nth-child(4) {
    transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -o-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -ms-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -webkit-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    -moz-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
    animation: 0.17s linear 0.67s preload-hide-4 both 1;
    -o-animation: 0.17s linear 0.67s preload-hide-4 both 1;
    -ms-animation: 0.17s linear 0.67s preload-hide-4 both 1;
    -webkit-animation: 0.17s linear 0.67s preload-hide-4 both 1;
    -moz-animation: 0.17s linear 0.67s preload-hide-4 both 1;
}

.cssload-preloader .cssload-slice:nth-child(5) {
    transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -o-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -ms-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -webkit-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    -moz-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
    animation: 0.17s linear 0.58s preload-hide-5 both 1;
    -o-animation: 0.17s linear 0.58s preload-hide-5 both 1;
    -ms-animation: 0.17s linear 0.58s preload-hide-5 both 1;
    -webkit-animation: 0.17s linear 0.58s preload-hide-5 both 1;
    -moz-animation: 0.17s linear 0.58s preload-hide-5 both 1;
}

.cssload-preloader .cssload-slice:nth-child(6) {
    transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -o-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -ms-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -webkit-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    -moz-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
    animation: 0.17s linear 0.48s preload-hide-6 both 1;
    -o-animation: 0.17s linear 0.48s preload-hide-6 both 1;
    -ms-animation: 0.17s linear 0.48s preload-hide-6 both 1;
    -webkit-animation: 0.17s linear 0.48s preload-hide-6 both 1;
    -moz-animation: 0.17s linear 0.48s preload-hide-6 both 1;
}

.cssload-preloader.cssload-loading {
    animation: 2.3s preload-flip steps(2) infinite both;
    -o-animation: 2.3s preload-flip steps(2) infinite both;
    -ms-animation: 2.3s preload-flip steps(2) infinite both;
    -webkit-animation: 2.3s preload-flip steps(2) infinite both;
    -moz-animation: 2.3s preload-flip steps(2) infinite both;
}

.cssload-preloader.cssload-loading .cssload-slice:nth-child(1) {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -o-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -ms-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    -moz-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
    animation: 2.3s preload-cycle-1 linear infinite both;
    -o-animation: 2.3s preload-cycle-1 linear infinite both;
    -ms-animation: 2.3s preload-cycle-1 linear infinite both;
    -webkit-animation: 2.3s preload-cycle-1 linear infinite both;
    -moz-animation: 2.3s preload-cycle-1 linear infinite both;
}

.cssload-preloader.cssload-loading .cssload-slice:nth-child(2) {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -o-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -ms-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    -moz-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
    animation: 2.3s preload-cycle-2 linear infinite both;
    -o-animation: 2.3s preload-cycle-2 linear infinite both;
    -ms-animation: 2.3s preload-cycle-2 linear infinite both;
    -webkit-animation: 2.3s preload-cycle-2 linear infinite both;
    -moz-animation: 2.3s preload-cycle-2 linear infinite both;
}

.cssload-preloader.cssload-loading .cssload-slice:nth-child(3) {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -o-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -ms-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    -moz-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
    animation: 2.3s preload-cycle-3 linear infinite both;
    -o-animation: 2.3s preload-cycle-3 linear infinite both;
    -ms-animation: 2.3s preload-cycle-3 linear infinite both;
    -webkit-animation: 2.3s preload-cycle-3 linear infinite both;
    -moz-animation: 2.3s preload-cycle-3 linear infinite both;
}

.cssload-preloader.cssload-loading .cssload-slice:nth-child(4) {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -o-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -ms-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    -moz-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
    animation: 2.3s preload-cycle-4 linear infinite both;
    -o-animation: 2.3s preload-cycle-4 linear infinite both;
    -ms-animation: 2.3s preload-cycle-4 linear infinite both;
    -webkit-animation: 2.3s preload-cycle-4 linear infinite both;
    -moz-animation: 2.3s preload-cycle-4 linear infinite both;
}

.cssload-preloader.cssload-loading .cssload-slice:nth-child(5) {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -o-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -ms-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    -moz-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
    animation: 2.3s preload-cycle-5 linear infinite both;
    -o-animation: 2.3s preload-cycle-5 linear infinite both;
    -ms-animation: 2.3s preload-cycle-5 linear infinite both;
    -webkit-animation: 2.3s preload-cycle-5 linear infinite both;
    -moz-animation: 2.3s preload-cycle-5 linear infinite both;
}

.cssload-preloader.cssload-loading .cssload-slice:nth-child(6) {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -o-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -ms-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    -moz-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
    animation: 2.3s preload-cycle-6 linear infinite both;
    -o-animation: 2.3s preload-cycle-6 linear infinite both;
    -ms-animation: 2.3s preload-cycle-6 linear infinite both;
    -webkit-animation: 2.3s preload-cycle-6 linear infinite both;
    -moz-animation: 2.3s preload-cycle-6 linear infinite both;
}


@keyframes preload-show-1 {
    from {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-show-1 {
    from {
        -o-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-show-1 {
    from {
        -ms-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-show-1 {
    from {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-show-1 {
    from {
        -moz-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-hide-1 {
    to {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-hide-1 {
    to {
        -o-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-hide-1 {
    to {
        -ms-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-hide-1 {
    to {
        -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-hide-1 {
    to {
        -moz-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-cycle-1 {
    5% {
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    10%,
    75% {
        transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    80%,
    100% {
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-cycle-1 {
    5% {
        -o-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    10%,
    75% {
        -o-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: rgb(247, 197, 72);
    }
    80%,
    100% {
        -o-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-cycle-1 {
    5% {
        -ms-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    10%,
    75% {
        -ms-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    80%,
    100% {
        -ms-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-cycle-1 {
    5% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    10%,
    75% {
        -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    80%,
    100% {
        -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-cycle-1 {
    5% {
        -moz-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    10%,
    75% {
        -moz-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    80%,
    100% {
        -moz-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-show-2 {
    from {
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-show-2 {
    from {
        -o-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-show-2 {
    from {
        -ms-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-show-2 {
    from {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-show-2 {
    from {
        -moz-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-hide-2 {
    to {
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-hide-2 {
    to {
        -o-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-hide-2 {
    to {
        -ms-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-hide-2 {
    to {
        -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-hide-2 {
    to {
        -moz-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-cycle-2 {
    10% {
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    15%,
    70% {
        transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    75%,
    100% {
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-cycle-2 {
    10% {
        -o-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    15%,
    70% {
        -o-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    75%,
    100% {
        -o-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-cycle-2 {
    10% {
        -ms-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    15%,
    70% {
        -ms-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    75%,
    100% {
        -ms-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-cycle-2 {
    10% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    15%,
    70% {
        -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    75%,
    100% {
        -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-cycle-2 {
    10% {
        -moz-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    15%,
    70% {
        -moz-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    75%,
    100% {
        -moz-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-show-3 {
    from {
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-show-3 {
    from {
        -o-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-show-3 {
    from {
        -ms-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-show-3 {
    from {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-show-3 {
    from {
        -moz-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-hide-3 {
    to {
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-hide-3 {
    to {
        -o-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-hide-3 {
    to {
        -ms-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-hide-3 {
    to {
        -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-hide-3 {
    to {
        -moz-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-cycle-3 {
    15% {
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    20%,
    65% {
        transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    70%,
    100% {
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-cycle-3 {
    15% {
        -o-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    20%,
    65% {
        -o-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    70%,
    100% {
        -o-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-cycle-3 {
    15% {
        -ms-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    20%,
    65% {
        -ms-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    70%,
    100% {
        -ms-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-cycle-3 {
    15% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    20%,
    65% {
        -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    70%,
    100% {
        -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-cycle-3 {
    15% {
        -moz-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
    20%,
    65% {
        -moz-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #F7C548;
    }
    70%,
    100% {
        -moz-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-show-4 {
    from {
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-o-keyframes preload-show-4 {
    from {
        -o-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-ms-keyframes preload-show-4 {
    from {
        -ms-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-webkit-keyframes preload-show-4 {
    from {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@-moz-keyframes preload-show-4 {
    from {
        -moz-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9C7D2F;
    }
}

@keyframes preload-hide-4 {
    to {
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-hide-4 {
    to {
        -o-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-hide-4 {
    to {
        -ms-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-hide-4 {
    to {
        -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-hide-4 {
    to {
        -moz-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-cycle-4 {
    20% {
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    25%,
    60% {
        transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    65%,
    100% {
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-cycle-4 {
    20% {
        -o-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    25%,
    60% {
        -o-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    65%,
    100% {
        -o-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-cycle-4 {
    20% {
        -ms-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    25%,
    60% {
        -ms-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    65%,
    100% {
        -ms-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-cycle-4 {
    20% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    25%,
    60% {
        -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    65%,
    100% {
        -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-cycle-4 {
    20% {
        -moz-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    25%,
    60% {
        -moz-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    65%,
    100% {
        -moz-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-show-5 {
    from {
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-show-5 {
    from {
        -o-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-show-5 {
    from {
        -ms-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-show-5 {
    from {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-show-5 {
    from {
        -moz-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-hide-5 {
    to {
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-hide-5 {
    to {
        -o-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-hide-5 {
    to {
        -ms-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-hide-5 {
    to {
        -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-hide-5 {
    to {
        -moz-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-cycle-5 {
    25% {
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    30%,
    55% {
        transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    60%,
    100% {
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-cycle-5 {
    25% {
        -o-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    30%,
    55% {
        -o-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    60%,
    100% {
        -o-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-cycle-5 {
    25% {
        -ms-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    30%,
    55% {
        -ms-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    60%,
    100% {
        -ms-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-cycle-5 {
    25% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    30%,
    55% {
        -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    60%,
    100% {
        -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-cycle-5 {
    25% {
        -moz-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    30%,
    55% {
        -moz-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    60%,
    100% {
        -moz-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-show-6 {
    from {
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-show-6 {
    from {
        -o-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-show-6 {
    from {
        -ms-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-show-6 {
    from {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-show-6 {
    from {
        -moz-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-hide-6 {
    to {
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-hide-6 {
    to {
        -o-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-hide-6 {
    to {
        -ms-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-hide-6 {
    to {
        -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-hide-6 {
    to {
        -moz-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-cycle-6 {
    30% {
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    35%,
    50% {
        transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    55%,
    100% {
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-o-keyframes preload-cycle-6 {
    30% {
        -o-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    35%,
    50% {
        -o-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    55%,
    100% {
        -o-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-ms-keyframes preload-cycle-6 {
    30% {
        -ms-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    35%,
    50% {
        -ms-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    55%,
    100% {
        -ms-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-webkit-keyframes preload-cycle-6 {
    30% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    35%,
    50% {
        -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    55%,
    100% {
        -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@-moz-keyframes preload-cycle-6 {
    30% {
        -moz-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
    35%,
    50% {
        -moz-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #B7AA87;
    }
    55%,
    100% {
        -moz-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #9c2f2f;
    }
}

@keyframes preload-flip {
    0% {
        transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        transform: rotateY(360deg) rotateZ(-60deg);
    }
}

@-o-keyframes preload-flip {
    0% {
        -o-transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        -o-transform: rotateY(360deg) rotateZ(-60deg);
    }
}

@-ms-keyframes preload-flip {
    0% {
        -ms-transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        -ms-transform: rotateY(360deg) rotateZ(-60deg);
    }
}

@-webkit-keyframes preload-flip {
    0% {
        -webkit-transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        -webkit-transform: rotateY(360deg) rotateZ(-60deg);
    }
}

@-moz-keyframes preload-flip {
    0% {
        -moz-transform: rotateY(0deg) rotateZ(-60deg);
    }
    100% {
        -moz-transform: rotateY(360deg) rotateZ(-60deg);
    }
}

/* AJAX CUSTOM PRELOADER END */
/* End */


/* Start:/local/lib/magnific/magnific-popup.css?17178337516852*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/* End */


/* Start:/local/templates/iordani/template_styles.css?1745687271215*/
.logo--main {
    width: 250px;
    height: auto;
}

/* popus styles*/
.popup-window-buttons button{
    margin: 10px 0 0 0;
    width: 100%;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 0;
}

/* End */
/* /local/templates/.default/components/bitrix/menu/.default/style.css?17486943224934 */
/* /local/templates/.default/components/bitrix/breadcrumb/shop/style.css?17447225001041 */
/* /local/components/iordani/subscribe/templates/.default/style.css?17433418523 */
/* /local/templates/.default/fonts/OpenSans/stylesheet.css?17418696823647 */
/* /local/templates/.default/fonts/Kazimir/stylesheet.css?1741872531155 */
/* /local/templates/.default/styles/normalize.css?17418688686138 */
/* /local/templates/.default/styles/main.css?174988726911934 */
/* /local/templates/.default/styles/menu-footer.css?1742748537735 */
/* /local/templates/.default/styles/subscribe.css?17433418911998 */
/* /local/templates/.default/styles/ui-forms.css?174828608611555 */
/* /local/templates/.default/libs/slick/slick.css?17460382771794 */
/* /local/templates/.default/styles/modal.css?17470766252371 */
/* /local/templates/.default/styles/personal.css?17438431422980 */
/* /local/templates/.default/styles/menu-mobile.css?17434260221343 */
/* /local/templates/.default/preloader/custom_preloader_style.css?174543642532544 */
/* /local/lib/magnific/magnific-popup.css?17178337516852 */
/* /local/templates/iordani/template_styles.css?1745687271215 */
