

/* Start:/local/templates/theme/css/normalize.css?17421954665968*/
/*! 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;
}

/**
 * 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/theme/css/magnific-popup.css?17421954666951*/
/* 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: transparent; }
  .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; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top-left-menu/style.css?1742195466581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/top-left-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top-menu/style.css?1742195466841*/

@media (min-width: 992px) {
    .top-nav__message {
        display: none;
    }
    .nav__contacts, .nav__buying {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .top-nav__menu li a.nav__catalog {
        display: flex;
        justify-content: space-between;
        color: #e40087;
        font-weight: 800;
    }
    .top-nav__submenu {
        display: none;
    }
    .top-nav__menu, .mobile__left-menu .main-header__left-menu {
        display: flex;
        padding: 0;
        flex-direction: column;
    }
    .top-nav__menu li.nav__brilliants {
        display: none;
    }
    .top-nav__menu li.nav__married {
        display: none;
    }
    .top-nav__message {
        padding: 0;
        margin: 0;

    }
    .top-nav__message li {
        list-style-type: none;
        padding: 5px 20px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/bottom-menu/style.css?1742195466581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/bottom-menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


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


/* Start:/local/templates/theme/styles.css?174219546660*/
.about__page {
    font-weight: 200;
    line-height: 1.5;
}
/* End */


/* Start:/local/templates/theme/template_styles.css?175066953050349*/
/*@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/theme/fonts/light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/theme/fonts/normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

.image-carousel:after {
    content: "";
    display: table;
    clear: both;
}

#scroller {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: url(/local/templates/theme/images/arrow-up.png) no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 45px;
    cursor: pointer;
    display: none;
}

.image-carousel {
    position: relative;
}

.image-carousel img {
    width: 100%;
    position: relative;
    display: none;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    height: 300px;
    object-fit: contain;
    object-position: center;

}

.image-carousel img:first-child {
    display: block;
}

.tmb-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.tmb-wrap .tmb-wrap-table {
    display: table;
    height: 100%;
    width: 100%;

}

.tmb-wrap-table div {
    display: table-cell;
    transition: all .3s ease;
    border-bottom: 5px solid transparent;
    padding-top: 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.tmb-wrap-table:hover div {
    border-color: #E6E6E6;
}

.tmb-wrap-table:hover div.active {
    border-color: #808080;
}

.tmb-wrap-table div:first-child:last-child {
    border-color: transparent;
}

/*bxslider start */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    box-shadow: 3px 5px 8px 1px rgba(62, 62, 68, 0.15);
    border-radius: 10px;
}
.bx-viewport {
    border-radius: 10px;
}
.slider {
    margin-top: 15px;
}
.bx-wrapper img {
    width: 100%;
    display: block;
    border-radius: 10px;

}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/local/templates/theme/images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('/local/templates/theme/images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('/local/templates/theme/images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 50;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('/local/templates/theme/images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('/local/templates/theme/images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*custom styles*/
.bxslider__text-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
}

.bxslider__slide__button__wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bxslider__slide__button {
    color: #FFFFFF;
    padding: 10px 50px;
    border: 2px solid;
    border-color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.bxslider__text-container--bottom_left {
    justify-content: flex-start;
}

.bxslider__text-container--bottom_right {
    justify-content: flex-end;
}

.bxslider__text-container--left_vertical {
    transform: rotate(270deg);
    transform-origin: left;
    left: 10px;
}

.bxslider__text-container--right_vertical {
    transform: rotate(90deg);
    transform-origin: right;
}

.bxslider__title {
    font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
}

.slider__text {
    margin: 0;
    font-size: 12px;
    padding: 5px 10px;
}

.bxslider__text-container--bottom_left .slider__text {
    font-size: 22px;
}

.bxslider__text-container--bottom_right .slider__text {
    font-size: 22px;
}

.slider__link {
    color: inherit;
}

@media (max-width: 850px) {
    .slim-catalog-wrapper {
        display: none;
    }

    .bxslider__text-container {
        width: 100%;
    }

    .bxslider__title {
        font-size: 24px;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

    .slider__text {
        margin: 0;
        padding: 5px 10px;
        font-size: 6px;
    }

    .bxslider__text-container--bottom_left .slider__text {
        font-size: 6px;
    }

    .bxslider__text-container--bottom_right .slider__text {
        font-size: 6px;
    }
}

@media (max-width: 500px) {
    .bxslider__text-container {
        top: auto;
        bottom: 0;
    }

    .bxslider__title {
        font-size: 18px;
    }

}

/*bxslider finish */

html {
    height: 100%;
}

.mfp-bg {
    opacity: 0.5;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 300px;
    margin: 20px auto;
}

.white-popup--map {
    max-width: 600px;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rev-wrapper {
    display: flex;
    flex-direction: column;
}

.list-order-2 {
    order: 2;
    position: relative;
}

.list-order-2:hover {
    cursor: pointer;
}

#more {
    display: none;
}

.list-order-2::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    background: url("/local/templates/theme/images/down-arrow.png") no-repeat center center;
    position: absolute;
    bottom: -40px;
    left: 50%;
}

.list-order-2.list-order-2--opened::after {
    transform: rotate(180deg);
}


.main__mob__links {
    display: none;
}

@media (max-width: 500px) {
    .main__mob__links {
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        overflow-x: auto;
        margin-left: -10px;
    }

    .main__mob__link__item {
        padding: 10px 12px;
        border-radius: 20px;
        background-color: #CCCCCC;
        color: #0b0b0b;
        margin-left: 7px;
    }

    .main__mob__link__item:first-child {
        background-color: #e40087;
        color: #ffffff;
    }

    .slider .bx-wrapper {
        margin-bottom: 0;
    }
}

.wrapper {
    width: 90%;
    margin: auto;
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

a {
    text-decoration: none;
    font-family: inherit;
    color: #e40087;
}

a.pink--hover:hover {
    color: #E40087;
}

img {
    max-width: 100%;
    height: auto;
}

.main-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* display: -webkit-flex; */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /* display: flex; */
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: space-between;
}

.header__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__tel {
    padding-left: 15px;
}

.header__mob__tel {
    display: none;
}

.married__image-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.married__link {
    width: 45%;
}

.married__link img {
    width: 100%;
    border-radius: 5px;
}

.main-header__menu-icon, .mobile__left-menu {
    display: none;
}

.main-header__left-menu,
.main-header__right-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* flex-wrap: wrap; */
    padding: 0;
    margin: 0;
    align-items: center;
}

.main-header--logo {
    justify-self: center;
    align-self: center;
}

.main-header--logo img {
    width: 226px;
}

.main-header__left-menu li,
.main-header__right-menu li {
    list-style-type: none;
    text-decoration: none;
}

.main-header__right-menu li,
.main-header__left-menu li {
    position: relative;
}

.main-header__left-menu li:last-child {
    margin-left: 10%;
}

.main-header__left-menu li a,
.main-header__right-menu li a {
    color: #666;
    padding: 0 15px;
    display: inline-block;
    font-size: 15px;

}

.main-header__right-menu__flex {
    display: flex;
    align-items: center;

}

.mobile__left-menu .main-header__left-menu {
    display: none;
}

.main-header__left-menu li a:hover,
.main-header__right-menu li a:hover,
.main-header__left-menu li a:focus,
.main-header__right-menu li a:focus {
    outline: none;
    color: #e40087;

}

.main-header__right-menu li a:hover svg {
    fill: #e40087;
}

.main-header__right-menu li a {
    padding-left: 10px;
    margin-left: 10px;

}

.main-header__right-menu a:after,
.main-header__left-menu a:after {
    background-color: #e40087;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-header__right-menu a:hover:after,
.main-header__right-menu a:focus:after,
.main-header__left-menu a:hover:after,
.main-header__left-menu a:focus:after {
    width: 100%;
}

.main-header__favorite svg {
    fill: #c6c6c6;
}

.main-header__basket svg {
    fill: #c6c6c6;
}

.main-header_lk {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-header_lk svg {
    fill: #c6c6c6;
}

.top-nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.top-nav__menu {
    margin: 0;
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.top-nav__menu li {
    list-style-type: none;
}

.top-nav__menu li a {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
}

.top-nav__lowest-price {
    position: relative;
}

.top-nav__menu li.top-nav__lowest-price a {
    position: absolute;
    z-index: 10;
    width: 110px;
    height: 90px;
    top: -73%;
    left: -97px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.top-nav__menu li.top-nav__lowest-price a:hover {
    transform: scale(1.2);
}

.top-nav__submenu {
    position: absolute;
    left: 29%;
    background-color: #fff;
    z-index: 100;
    width: 71%;
    box-sizing: border-box;
    visibility: hidden;
    min-height: 220px;
    box-shadow: 0 10px 10px 0 #cccccc80;
}

@media (min-width: 850px) {
    .top-nav__catalog:hover .top-nav__submenu {
        visibility: visible;
    }
}

.top-nav__submenu li {
    display: flex;
}

.top-nav__submenu-level-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 75%;
    box-sizing: border-box;
}

.top-nav__submenu-level-3 {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    width: 50%;
    box-sizing: border-box;
}

.top-nav__menu li a:hover,
.top-nav__menu li a:hover,
.top-nav__menu li a:focus {
    color: #e40087;
}

.top-nav__menu li a:after {
    background-color: #e40087;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-nav__menu li.top-nav__lowest-price a:after {
    content: none;
}

.top-nav__menu li a:hover:after,
.top-nav__menu li a:focus:after {
    width: 100%;
}

.main-header__left-menu li a.menu--active,
.main-header__left-menu li a.menu--active,
.top-nav__menu li a.menu--active {
    color: #e40087;
}

.section-title {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.items__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -20px;
}
.items__wrapper::after {
    content: "";
    flex: auto;
}

.catalog__sort--deactive {
    color: #383838;
}

.catalog-section__top .items__item {
    width: calc(25% - 20px);
}

.items__item {
    width: calc(25% - 20px);
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 20px;
    /*border: 1px solid #fff;*/
    padding: 10px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.items__item:hover {
    box-shadow: 0px 0px 20px rgba(62, 62, 68, 0.15);
}

.items__item:hover .item__buttons-wrapper a {
    opacity: 100%;
}
.add__discount__text {
    color: #000;
    font-size: 14px;
}
.item__link-to-detail {
    overflow: hidden;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item__link-to-detail img {
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*transform: scale(1.2);*/
}

.item__link-to-detail:hover img {
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item__action {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
    border: 1px solid #E40087;
    border-radius: 100%;
}

.item__action--detail {
    position: absolute;
    top: 25px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
    right: 25px;
}

.item__new {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
}

.stop__price {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
}

.item__discount-size__add {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
}

.item__discount-size {
    color: #E40087;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #E40087;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    background-color: #fff;
}

.item__discount-size--detail {
    color: #E40087;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #E40087;
    border-radius: 100%;
    width: 49px;
    height: 49px;
    display: flex;
    position: absolute;
    top: 40px;
    right: 25px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.catalog__filter {
    display: none;
}

.item__old-price {
    color: #000;
    text-decoration: line-through;
    font-size: 14px;
}

.item__new-price {
    color: #000;
    padding-bottom: 0px;
    font-size: 20px;
}

.item__buttons-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item__buttons-wrapper a {
    display: inline-block;
    margin: auto;
    opacity: 0%;
    transition: all .3s ease-in-out;
}

.item__buy {
    color: #D32C81;
    padding: 10px 50px;
    border: 1px solid #D32C81;
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 3px #D32C81;
    border-radius: 5px;
}

.item__buy:hover,
.item__buy:focus {
    color: #FFF;
    background-color: #D32C81;
    border: 1px solid #D32C81;
    text-decoration: none;
}

.discount-items {
    margin-bottom: 85px;
}

.discount-items__else-wrapper {
    text-align: center;
}

.discount-items__else-button {
    padding: 10px 50px;
    background: no-repeat;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: 400;
    border-radius: 5px;
}
.main__preim {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.main__preim__item {
    width: calc(25% - 10px);


    display: flex;
    flex-direction: column;
    align-items: center;
    color: #444444;
    text-align: center;
}
.main__preim__item img {
    margin-bottom: 30px;
}
.main__preim__item h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;

}

.main__preim__item p {
    margin: 0;
    padding: 0;
    max-width: 260px;
}
@media (max-width: 991px) {
    .main__preim__item {
        width: calc(50% - 10px);
        margin-bottom: 40px;

    }
}
@media (max-width: 500px) {
    .main__preim__item {
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }
}
.front-page-description p,
.front-page-description li {
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 150%;
    font-size: 14px;
}

.front-page-description h1 {
    font-size: 24px;
}

.front-page-description h2 {
    font-size: 18px;
    font-weight: 400;
}

.front-page-description h3 {
    font-size: 15px;
    font-weight: 400;
}

.page-footer {
    background-color: #ccc;
    padding: 20px;
    color: #000;
    font-size: 14px;
    margin-top: 50px;
}

.footer__store__rating {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.footer__store__rating>div {
    max-width: 150px;
    font-size: 10px;
}

.page-footer__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo {
    width: 280px;
}

.footer__social {
    display: flex;
    padding: 0;
    margin: 0;
}

.footer__message {
    padding-top: 10px;
    max-width: 200px;
}

.footer__message a {
    display: inline-block;
    margin-bottom: 10px;
}

.social__fixed {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);

}

.social__fixed li {
    list-style-type: none;
    padding-bottom: 9px;
}

.social__fixed li a img {
    width: 45px;
}

.footer__social li {
    list-style-type: none;
    margin-right: 10px;
}

.footer__social li a {
    width: 40px;
    height: 40px;
    display: flex;
    margin-left: 5px;
}

.about__req {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.contacts__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about__qr {
    max-width: 150px;
}

.contacts__qr {
    max-width: 275px;
}

.footer-menu__title {
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 10px;
}

.footer-menu__qr {
    max-width: 160px;
    padding-left: 10px;
    padding-top: 5px;
}

.footer-menu__link {
    margin: 0;
    padding: 0;
}

.footer__tel {
    display: block;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer-menu__link li {
    list-style-type: none;
}

.footer-menu__link li a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
}

.modal__title {
    text-align: center;
    font-size: 16px;
}

.search__emtpy__text {
    font-size: 24px;
    padding-top: 40px;
    text-align: center;
    font-weight: 300;
}

.catalog__search-text {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #CCCCCC;
    padding: 5px;
    border-radius: 5px;
}

.catalog__search {
    background-color: #F0F0F0;
    padding: 10px 10px 0 10px;
}

.catalog__search-form {
    position: relative;
}

.catalog__search-submit {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 4px;
    opacity: 0.5;
    cursor: pointer;
}

.page__search-form {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.modal-window__add-cart .modal__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.modal-window__add-cart .modal__button {
    padding: 10px 50px;
    background: no-repeat;
    border: 1px solid #B3B3B3;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    color: #B3B3B3;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.modal-window__add-cart .modal__button:hover {
    border-color: #E40087;
    color: #E40087;
    box-shadow: 0px 0px 5px #E40087;
}

.breadcrump {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #ccc;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.bx-breadcrumb-item {
    padding-right: 5px;
}

.bx-breadcrumb-item a {
    color: inherit;
    padding-left: 5px;
}

.content-flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.content__title {
    margin: 0;
    font-size: 30px;
    padding: 10px 0;
}

.article-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
    font-weight: 200;
    line-height: 1.5;
}

.article-item__img {
    width: 170px;
    margin-right: 30px;
}

.article-item__detail-url {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.right-line {
    order: -1;
    /*border-right: 1px solid #ccc;*/
}

.wide-block-wrapper {
    box-sizing: border-box;
    width: 70%;
    padding: 30px;

}

.chapter__detail-link p {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.chapter__title {
    font-weight: 400;
}

.chapter__desc {
    font-weight: 200;
}

.slim-block-wrapper {
    box-sizing: border-box;
    width: 30%;
    padding: 30px;
}

.chapter-item {
    margin-bottom: 30px;
}

.chapter_caption {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 24px;
}

.chapter__detail-link {
    color: #000;
}

.blog__detail__text--container {
    font-weight: 200;
    line-height: 1.5;
}

.obtain-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-text-input {
    padding: 10px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #ccc;

}

.obtain-form input:focus,
.obtain-form input:hover {
    box-shadow: 0px 0px 5px #E40087;
    border: 1px solid #E40087;
    outline: none;

}

.obtain-form input[type=submit] {
    padding: 10px 50px;
    background: no-repeat;
    border: 1px solid #ccc;
    font-weight: 400;
}

.slim-catalog-wrapper {
    padding-left: 0;
    width: 15%;
}

.wide-catalog-wrapper {
    width: 85%;
    padding-right: 0;
}
.top-sale .wide-catalog-wrapper {
    width: 100%;
}
.catalog__section-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.catalog__section-list li {
    padding: 6px 0;
    margin: 0;
}

.catalog__section-list li a {
    font-size: 16px;
    color: #000;
}

.catalog__items__wrapper {
    justify-content: space-between;
}

.wide__items__wrapper {
    /*justify-content: flex-start;*/
}

.items__item--last {
    margin-right: auto;
    margin-left: 70px;
}

.item-detail__container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
    position: relative;
    align-items: flex-start;
}

.item-detail__banner {
    display: flex;
    align-items: center;
}

.item-detail__banner img {
    margin-right: 15px;
    width: 70px;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    border-radius: 5px;
}
#add-discount.white-popup-block {
    padding: 0;
}
.popup-ring-size {
    max-width: 500px;
}
.popup-ring-size h1 {
    color: #E40087;
}
.popup-ring-size div {
    display: flex;
    gap: 0 20px;
    align-items: center;
    min-height: 40px;
}
.popup-ring-size img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
}
.ring-size {
    display: block;
    margin-top: 10px;
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}
.popup-ring-size .ring-size-input {
    padding: 3px 5px;
    width: 40px;
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
}
.mfp-close {
    color: #333;
}

.item-detail__picture {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.wishlist__title {
    padding: 30px;
}

.item-detail__picture img {
    width: 100%;
}

.item-detail__description {
    width: 48%;
    box-sizing: border-box;
    padding-left: 20px;
}

.item-detail__description h1 {
    text-align: left;
    font-size: 18px;
    text-transform: none;
    color: #000000;
    font-weight: normal;
    font-weight: 600;
}

.detail__attention {
    font-size: 10px
}

.detail__popup {
    display: block;
    width: calc(100% - 70px);
    height: 600px;
}

.item-detail__back-link {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    opacity: 0.3;
}

.item-detail__back-link:hover {
    opacity: 1;
}

.item-detail__back-link:before,
.item-detail__back-link:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 40px;
    width: 2px;
    background-color: #333;
}

.item-detail__back-link:before {
    transform: rotate(45deg);
}

.item-detail__back-link:after {
    transform: rotate(-45deg);
}

.item-detail__article {
    font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
    margin-top: 0;
}

.item-detail__price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.item-detail__offers {
    max-width: 400px;
}

.item__new--detail {
    position: absolute;
    left: 90px;
    top: 40px;
    z-index: 10;
    max-width: 52px;
    max-height: 52px;
}

.item-detail__current-price {
    font-size: 36px;

}
.item-detail__about__delivery {
    color: #0a0a0a;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
}
.item-detail__current-discount {
    font-size: 24px;
    padding-left: 5px;
    margin-right: 60px;
    align-self: center;
}
.item-detail__old-price p {
    padding: 0;
    margin: 0;
    color: #c0c0c0;
    font-size: 18px;
    display: flex;
}
.item-detail__add__bonus {
    color: #000;
    text-decoration: underline;
}
.item-detail__old-price--val span {
    color: #000;
    text-decoration: line-through;
}

.item-detail__economy--val span {
    color: #e40087;
}

.item-detail__offers input {
    display: none;
}

.item-detail__store {
    margin-bottom: 50px;
    cursor: pointer;
}

.item-detail__offers input + span {
    display: inline-flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    background-color: #e6e6e6;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 5px;
}

.item-detail__offers input:checked + span {
    background-color: #fff;
    border: 1px solid #ccc;
}

.item-detail__amount {
    color: #0a0a0a;
}

.slider-detail {
    margin-bottom: 30px;
    position: relative;
    width: 50%;
}

.slider-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider-detail .bx-wrapper {
    width: calc(100% - 70px);
    margin: 0 auto;
    position: relative;
}

.slider-detail li {
}

.slider-detail .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.slider-detail .bxslider-detail img {
    outline: none !important;
}

.slider-detail .bxslider-detail a:hover,
a:focus {
    outline: none !important;
}

.slider-detail #bx-pager {
    margin-top: 20px;
}

.slider-detail #bx-pager a {
    margin: 0 3px;
}

.slider-detail #bx-pager a img {
    padding: 3px;
    border: 1px solid #ccc;
    width: 50px;
    transition: .4s ease-in-out;
}

.slider-detail #bx-pager a.active img {
    border: 1px solid #e40087;
}

.slider-detail .bx-prev,
.bx-next {
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: white;
    color: #666;
    width: 30px;
    height: 80px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.slider-detail .bx-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.slider-detail .bx-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.slider-detail .bx-prev:before,
.bx-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 80px;
}

.slider-detail .bx-next:before {
    content: "\f105";
}

.slider-detail .bx-prev:before {
    content: "\f104";
}

.item-detail__buttons-in-slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.item-detail__properties {
    padding: 0;
    color: #ccc;
    margin: 30px 0;
    max-width: 400px;
}

.item-detail__prop-name {
    padding: 0 30px 0 0;
}

.item-detail__prop-value {
    color: #000;
    padding-bottom: 5px;
}

.item-detail__prop-value--country {
    text-transform: capitalize;
}

.item-detail__share-container {
    position: absolute;
    top: -70px;
    padding: 15px;
    padding-right: 40px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px #ccc;
    background-color: #fff;
}

.item-detail__hr {
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    padding: 0;
    margin: 0;
}

.item-detail__action-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
}

.item-detail__amount-title {
    margin: 0;
    padding: 20px 0;
}

.item-detail__amount-description a {
    color: inherit;
    text-decoration: underline;
}

.item-detail__buttons-in-slider button,
.add-to-basket {
    border: none;
    background: none;
    color: #666;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.add-to-basket,
.added-to-basket {
    border: 1px solid #e40087;
    background-color: #e40087;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    transition: all 0.3s;
    border-radius: 5px;
}

.add-to-basket:hover {
    box-shadow: 0 0 5px #e40087;
}

.buy-picture {
    fill: #fff;
}

.one-click-buy {
    margin: 0;
    padding: 0;
    background: none;
    color: #c0c0c0;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    /*margin-left: 45px;*/
}

.detail__more__photo {
    background: none;
    color: #e40087;
    margin-right: 20px;
    cursor: pointer;
    border: none;
    /*border-bottom: 1px dashed;*/
    font-size: 14px;
    /*margin-left: 45px;*/
}
.detail__more__photo span {
    font-size: 20px;
}
.get-more-photo p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}

.add-to-wishlist i {
    display: none;
}

.add-to-wishlist span,
.item-detail__share-button span {
    padding-left: 5px;
}

.in_wishlist i {
    display: block;
}

.in_wishlist span {
    display: none;
}

.share__close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
    cursor: pointer;
}

.share__close-button:hover {
    opacity: 1;
}

.share__close-button:before,
.share__close-button:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.share__close-button:before {
    transform: rotate(45deg);
}

.share__close-button:after {
    transform: rotate(-45deg);
}

.bx-authform-link-container a {
    color: #e40087;
}

.bx-authform-input-container {
    font-family: 'Roboto Condensed', sans-serif;
}

.bx-authform-input-container input:focus {
    border: 1px solid #e40087;
}

.bx-authform-formgroup-container input[type=submit] {
    outline: none;
    background-color: #fff;
    border: 1px solid #e40087;
    padding: 10px 16px;
    color: #e40087;
    font-family: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz--transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}

.bx-authform-formgroup-container input[type=submit]:hover,
.bx-authform-formgroup-container input[type=submit]:active {
    outline: none;
    background-color: #e40087;
    border: 1px solid #e40087;
    padding: 10px 16px;
    color: #fff;
}

.wishlist__item {
    border: 1px solid #ccc;
}

.wishlist__item__del {
    position: absolute;
    right: -10px;
    top: -10px;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    background-color: #fff;
}

.section__create {
    background-color: #ccc;
    border-top: 1px solid #989494;
}

.section__create__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center;
}

.create__desc,
.create__desc a {
    font-size: 10px;
    color: #000;
    font-family: inherit;
}

.o-w-send {
    background-color: #fff !important;
    border-color: #e40087 !important;
    color: #e40087 !important;
    transition: all 0.3s;
}

.o-w-send:hover {
    background-color: #e40087 !important;
    border-color: #fff !important;
    color: #fff !important;
}

.o-w-modal-base input {
    font-family: inherit;
}

.o-w-modal-base * {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.o-w-info {
    font-style: normal !important;
}

.o-w-modal-base input:active,
.o-w-modal-base input:focus {
    outline: none;
    border-color: #e40087;
}

.sale-order-list-button-container {
    padding: 30px 0;
}

.sale-order-list-button-container a {
    border: 1px solid #e40087;
    padding: 10px 16px;
    background-color: #e40087;
    color: #fff;
}

.sale-order-list-status-restricted,
.sale-order-list-status-alert {
    border: none;
    color: #e40087;
    background: none;
}

.sale-order-list-status-success {
    color: green;
    background: none;
    border: none;
}

.sale-order-list-shipment-status-block {
    background: none;
    color: blue;
    border: none;
}

.contacts__header {
    font-size: 22px;
}

.contacts__h2 {
    font-size: 18px;
}

.catalog__filter-desc {
    display: none;
}
.item-detail__price {
    display: block;
}

.item-detail__old-price {
    margin-bottom: 5px;
}

span.item-detail__current-discount {
    font-size: 18px;
    color: #e40087;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 700;
}
.item-detail__old-price--val span {

}
.item-detail__article {
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 1360px) {
    .social__fixed {
        display: none;
    }
}

@media (max-width: 1200px) {
    /* .main-header:not(:has(.search-results)) #custom-search {
        width: 30vw;
    }

    .main-header:not(:has(.search-results)) .main-header__favorite {
        display: none;
    }

    .main-header:not(:has(.search-results)) .main-header__basket {
        display: none;
    }

    .main-header:not(:has(.search-results)) .main-header_lk {
        display: none;
    }

    #custom-search:has(.search-results) .MuiInputBase-input {
        width: 0;
        padding: 0;
    } */
    .wrapper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .items__wrapper {
        margin: 0;
    }

    .items__item {
        width: 23%;
        margin: 0 auto 20px;
    }

    .catalog-section__top .items__item {
        width: 50%;
    }

}

@media (min-width: 992px) {

    .top-nav__submenu-level-1 li:hover .top-nav__submenu-level-2 {
        display: block;
    }

    .top-nav__submenu-level-2 li:hover .top-nav__submenu-level-3 {
        display: block;
    }

    .slider-detail {
        margin-bottom: 30px;
        position: relative;
        width: 50%;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .item-detail__buttons-in-slider {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: -35px;
        left: 30%;
    }

    .slider-detail #bx-pager {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {

    .top-nav__opener {
        display: block;
        width: 14px;
        height: 14px;
        position: relative;
    }

    .top-nav__opener span {
        border: 1px solid #CCCCCC;
        width: 12px;
        display: block;
        position: relative;
    }

    .top-nav__opener span:first-child {
        position: absolute;
        top: calc(50% - 1px);
    }

    .top-nav__opener span:last-child {
        position: absolute;
        top: calc(50% - 1px);
        transform: rotate(90deg);
    }

    .top-nav__opener--opened span:last-child {
        display: none;
    }

    .top-nav__menu li a:after {
        content: none;
    }

    .bx-breadcrumb-item {
        padding-right: 0px;
    }

    .main-header--logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header__mob__tel {
        display: block;
        font-size: 18px;
    }

    .main-header_lk .logout {
        display: none;
    }

    .catalog__filter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 100%;
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        text-align: center;
        order: -2;
        background-color: #f0f0f0;
    }

    .catalog__filter-desc {
        display: block;
        font-size: 13px;
    }

    .catalog__filter-header {
        text-transform: uppercase;
        font-size: 21px;
        color: #E40087;
    }

    .right-line {

        border-right: none;
    }

    .main-header {
        /* display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; */
        align-items: center;
        padding: 3px;
    }

    .top-nav {
        position: absolute;
        z-index: 60;
        background-color: #fff;
        min-height: 100vh;
        width: 100vw;
        padding: 0;
        margin: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz--transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding-top: 10px;
    }

    .top-nav--invisible {
        left: -100%;
    }

    .main-header__left-menu,
    .header__left {
        display: none;
    }

    .top-nav__menu,
    .mobile__left-menu .main-header__left-menu {
        display: block;
        padding: 0;
    }

    .mobile__left-menu .main-header__left-menu li a {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 14px;
        color: #666;
        -webkit-transition: all .3s ease-in-out;
        -moz--transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .top-nav__submenu {
        visibility: visible;
        left: auto;
        width: 100%;
        box-shadow: none;
        min-height: auto;
        position: relative;
    }

    .top-nav__submenu-level-1 {
        padding: 0;
        margin: 0;
    }

    .top-nav__submenu-level-1 li {
        display: flex;
        flex-direction: column;
    }

    .top-nav__submenu-level-1 > li > a {
        display: flex;
        justify-content: space-between;
    }

    .top-nav__submenu-level-2 {
        display: none;
        position: relative;
        left: auto;
        width: 100%;
        padding-left: 5px;
    }

    .top-nav__submenu-level-2 > li > a {
        display: flex;
        justify-content: space-between;
    }

    .top-nav__submenu-level-3 {
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        padding-left: 5px;
    }

    .top-nav__menu li a {
        box-sizing: border-box;
        width: 100%;
    }

    .top-nav__lowest-price {
        height: 50px;
    }

    .top-nav__menu li.top-nav__lowest-price a {
        position: absolute;
        z-index: 10;
        width: 70px;
        height: 70px;
        top: 0;
        left: 0;
        transition: all 0.3s;
        padding: 0 0 10px 20px;
    }

    .main-header__menu-icon {
        display: block;
        margin-right: auto;
        width: 50px;
    }

    .main-header__right-menu li a {
        display: block;
        width: 15px;
        height: 15px;
        margin: 1px;
        padding: 0 5px;
    }

    .main-header--logo {
        width: 100%;
    }

    .main-header--logo img {
        width: 100%;
    }

    .main-header__right-menu {
        /* margin-left: auto; */
    }

    .main-header__right-menu li a:after {
        content: none;
    }

    .main-header__right-menu li a span {
        display: none;
    }

    .section-title {
        font-size: 20px;
    }

    .items__item {
        width: 46%;
        margin: 0 auto 20px;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        order: 1;
    }

    .footer__social {
        justify-content: center;
    }

    .footer-menu {
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    .content-flex-container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wide-block-wrapper {
        border: none;
        width: 100%;
        padding: 10px;
    }

    .slim-block-wrapper {
        width: 100%;
        padding: 10px;
    }

    .slider-detail .bx-wrapper {
        width: 100%;
    }

    .item-detail__description {
        width: 100%;
    }

    .slider-detail {
        position: static;
        width: 100%;
    }

    .item__new--detail {
        position: absolute;
        /*right: 70px;*/
        top: 40px;
        left: auto;
        z-index: 10;
        max-width: 52px;
        max-height: 52px;
    }

    .item__action--detail {
        top: 50px;
        right: 10px;
    }

    .item-detail__description h1 {
        text-align: left;
        width: 75%;
    }

    #custom-search {
        padding-top: 7px;
    }
    .top-nav__menu li a {
        padding: 13px 20px;
    }
}

#custom-search {
    grid-column-start: 3;
    grid-row-start: 2;
}

@media (max-width: 500px) {
    .footer__message {
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wrapper {
        padding: 0 5px;
    }

    .wide-block-wrapper {
        padding: 5px;
    }

    .items__item {
        padding: 5px;
    }

    .items__item:hover {
    }

    /* #custom-search:not(:has(.search-results)) .MuiInputBase-input {
        width: 100%;
        padding: 8.5px 0px 8.5px 14px;
    }

    .main-header:not(:has(.search-results)) {
        padding: 20px 0;
        grid-template-columns: 0fr 0fr 1fr;
    }

    .main-header:not(:has(.search-results)) #custom-search {
        position: absolute;
        width: 90vw;
        left: 0;
    }

    .main-header:not(:has(.search-results)) .main-header__menu-icon {
        display: none;
    }

    .main-header:not(:has(.search-results)) .main-header__favorite {
        display: none;
    }

    .main-header:not(:has(.search-results)) .main-header__basket {
        display: none;
    }

    .main-header:not(:has(.search-results)) .main-header_lk {
        display: none;
    } */
    .main-header {
        grid-template-columns: 0.3fr 1fr 0.5fr;
    }

    #custom-search {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
    }

    .main-header--logo {
        width: 100%;
    }

    .detail__popup {
        display: block;
        width: auto;
        height: auto;
    }

    .married__link {
        width: 100%;
    }

    .item-detail__price {
        flex-wrap: wrap;
    }

    .item-detail__current-price {
        margin-right: 0;
    }

    .items__item {
        width: 50%;
        height: 350px;
        margin: 0 auto 20px;

    }

    .items__item--last {
        margin-left: 0;
    }

    .item__discount-size,
    .item__action,
    .item__new {
        font-size: 13px;
        width: 40px;
        height: 40px;
    }

    .item__link-to-detail {
        /*align-items: flex-end;*/
    }

    .item__buy {
        padding: 7px 20px;
    }

    .footer-menu {
        width: 100%;
    }

    .article-item {
        display: block;
    }

    .article-item__img {
        float: left;
        padding-bottom: 20px;
    }

    .header__mob__tel {
        display: none;
        font-size: 14px;
    }

    .catalog-section__top .items__item {
        width: 49%;
    }

    #scroller {
        position: fixed;
        right: 10px;
        bottom: 10px;
        background: url(/local/templates/theme/images/arrow-up.png) no-repeat center center;
        background-size: contain;
        width: 30px;
        height: 40px;
        cursor: pointer;
        display: none;
    }

    .bxslider__slide__button__wrapper {
        bottom: 20px;
    }

    .bxslider__slide__button {
        padding: 2px 20px;
    }
}
/* End */
/* /local/templates/theme/css/normalize.css?17421954665968 */
/* /local/templates/theme/css/magnific-popup.css?17421954666951 */
/* /local/templates/.default/components/bitrix/menu/top-left-menu/style.css?1742195466581 */
/* /local/templates/.default/components/bitrix/menu/top-menu/style.css?1742195466841 */
/* /local/templates/.default/components/bitrix/menu/bottom-menu/style.css?1742195466581 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17466030242729 */
/* /local/templates/theme/styles.css?174219546660 */
/* /local/templates/theme/template_styles.css?175066953050349 */
