

/* Start:/local/templates/redesign2022/css/normalize.css?16880167326138*/
/*! 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/redesign2022/slick-1.8.1/slick/slick-theme.css?16880167323145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/redesign2022/slick-1.8.1/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/redesign2022/slick-1.8.1/slick/./fonts/slick.eot');
    src: url('/local/templates/redesign2022/slick-1.8.1/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/redesign2022/slick-1.8.1/slick/./fonts/slick.woff') format('woff'), url('/local/templates/redesign2022/slick-1.8.1/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/redesign2022/slick-1.8.1/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/redesign2022/slick-1.8.1/slick/slick.css?16880167321720*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }
  .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/redesign2022/css/style.css?1741234214158818*/
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); */

/* ------------------------------- */
/*
.slick-track{
	height: 90px;
}
*/
.slick-dots {
	
	width:300px;
	left:0;
	right:0;
	margin:0 auto;
}

.fos_cheaper_link2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 10px;
  width: 100%;
  background: #D90000;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  outline: none;
  border: none;
  cursor: pointer;
}


.fos_cheaper2 {
  padding: 48px 50px 50px !important;
  gap: 32px;
  isolation: isolate;
  width: 664px;
  /*min-height: 656px;*/
  background: #FFFFFF;
  border-radius: 32px;
}

.fos_cheaper2 .fancybox-close-small {
  margin-top: 12px;
  margin-right: 12px;
}

.fos_cheaper2 .cheaper_text .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
  color: #343434;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 16px;
}

.fos_cheaper2 .note {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #343434;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  text-align: center;
}

.fos_cheaper2 .note p {
  padding: 23px;
  border-radius: 8px;
}

.fos_cheaper2 .cheaper_text p {
  padding: 7px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.fos_cheaper2 .cheaper_text .error {
  background-color: #f2dede;
  color: #a94442;
}

.fos_cheaper2 .cheaper_text .desc {
  margin-bottom: 32px;
}

.fos_cheaper2 .cheaper_text .desc h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 20px;
}

.fos_cheaper2 .cheaper_text .desc div {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.fos_cheaper2 .cheaper_inputs {
  display: flex;
  flex-direction: column;
}
/*
.fos_cheaper2 .cheaper_inputs {
  margin-bottom: 8px;
}*/

.fos_cheaper2 .cheaper_inputs input[name="form_text_11"],
.fos_cheaper2 .cheaper_inputs input[name="form_text_13"]{
	width: 48%;	
}

.fos_cheaper2 .cheaper_inputs>div>input,
.fos_cheaper2 .cheaper_inputs>input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 8px 16px;
  gap: 10px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  flex-grow: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;

  color: #5F7283;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 24px;
}

.fos_cheaper2 input[name="web_form_submit"]{
	margin-bottom: 24px;
}

.fos_cheaper2>div>form>input
 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  outline: none;
  border: none;
  cursor: pointer;
}

.cheaper_inputs-50{
	display: flex;
	justify-content: space-between;
}

.cheaper_inputs-100{
	
	
}

.fos_callback{
	text-align: center;
}
	.fos_img{
		
	}
		.fos_img img{
			height: 80px;
		}
    
	.fos_title{
		font-family: 'Inter';
		font-style: normal;
		font-weight: 900;
		font-size: 32px;
		line-height: 40px;
		color: #343434;
		flex: none;
		order: 0;
		align-self: stretch;
		flex-grow: 0;
		margin-bottom: 16px;
	}

	.fos_descr{
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
		color: #343434;
		flex: none;
		order: 1;
		align-self: stretch;
		flex-grow: 0;
		padding-bottom: 20px;
	}
	
	.fos_callback button{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 10px;
    width: 100%;
    height: 60px;
    background: #D90000;
    border-radius: 4px;

    order: 1;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;

  
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    outline: none;
    border: none;
    cursor: pointer;
	}
/* ------------------------------- */

.subsc__layer{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000;
	opacity:.5;
	z-index: 100000;
}
.subsc__layer-hide{display:none;}

.subsc__popup{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 100001;
}

.subscr__formsucc{
	position:fixed;
	width:380px;
	height:255px;
	padding:10px 40px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	background-color:#fff;	
  border-radius:10px;
}

.subscr__form{
	position:fixed;
	padding:10px 40px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	background-color:#fff;	
    border-radius:10px;
}

.subscr__form-auth{
	width:380px;
	height:215px;	
}

.subscr__form-noauth{
	width:380px;
	height:290px;	
}

.subscr__popup-hide{display:none;}


.subscr__form-cancel{
  position:absolute;
  width:24px;
  height:24px;
  background-image:url(/local/img/cancel.png);
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
  top: 20px;
  right: 16px;
  cursor:pointer;
}

.subscr__form-cancel:hover{
  opacity:.7;
}

.subscr__form-header{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #343434;
}

.subscr__input{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 20px;
  /*text-align: center;*/
  
}
.input-half{
	
}

.subscr__form-label{
	color: #403d3d;
	font-size: 16px;
}

.subscr__input-input{
  padding: 10px 10px;
  border: 1px solid #E8E8E8;
}

.subscr__form-text{
  padding: 20px 0;
  text-align: center;
}

.subscr__btn{
  display: inline-block;
  text-align: center;
  width: 100%;
  padding:10px 0;
}

.subscr__btn-submit{
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  height: 45px;
  background: #D90000;
  border-radius: 4px;	
  border:0;
  color:#fff;
}

.subscr__btn-submit:hover{  opacity:.7;}
/* ------------------------------- */
.compare_result_no_list_title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  /* identical to box height, or 48px */
  text-align: center;
  /* Текст */
  color: #343434;

  margin-top: 40px;
  margin-bottom: 32px;
}

.dsp_cent {
  display: flex;
  align-items: center;
}

.inner-page-content {
  padding-bottom: 360px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

body {
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

button {
  cursor: pointer;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.header2 {
  width: 100%;
  height: 206px;
}

.header__top {
  height: 58px;
  background: #02345F;
  padding-top: 16px;
  position: relative;
  z-index: 150;
}

.header__top .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

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

.header__top .left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
}

.header__top .left p span {
  border-bottom: 1px dashed #FFFFFF;
  height: 24px;
}

.header__top .left p svg {
  margin-right: 13px;
}

.header__top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-left: 40px;
}

.header__top .right a svg {
  margin-right: 12px;
}

.header__top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/local/templates/redesign2022/css/../img/header-bg.webp) no-repeat center;
  background-size: 100%;
  opacity: 0.1;
}

.header__bottom {
  height: 148px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.header__bottom .container {
  height: 100%;
}

.header__bottom .container .box {
  height: 100%;
}

.header__logo img {
  width: max-content;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__where_buy {
  /* display: none; */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  background: #014888;
  border-radius: 4px;
  border: 0px;
  margin-right: 5px;
}

.header__where_buy.fixed {
  display: none;
}

.header__where_buy a {
  display: block;
  /* margin-right: 10px; */
  position: relative;
  color: #FFFFFF;
}

.header__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 48px;
  /* margin-left: 60px; */
  background: #D90000;
  border-radius: 4px 0 0 4px;
  ;
  border: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__catalog span {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
}

.header__catalog span::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__catalog span::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__catalog.active {
  background: #B60000;
}

.header__catalog.active span::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__catalog.active span::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__catalog:hover {
  background: #B60000;
}

.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48px;
}

.header__navbar li {
  margin-left: 24px;
}

.header__navbar li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__navbar li a:hover {
  color: #B60000;
}

/*.header__navbar li a::after {
      opacity: 0;
      content: "";
      width: 8px;
      height: 14px;
      background: #B60000;
      position: absolute;
      top: -15px;
      right: -2px;
      -webkit-transform: skewX(-20deg) translateY(5px);
      -ms-transform: skewX(-20deg) translateY(5px);
      transform: skewX(-20deg) translateY(5px);
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }*/
.header__navbar li a:hover::after {
  opacity: 1;
  -webkit-transform: skewX(-20deg) translateY(0px);
  -ms-transform: skewX(-20deg) translateY(0px);
  transform: skewX(-20deg) translateY(0px);
}

.header__navbar li a.active,
.header__navbar li.active a {
  color: #B60000;
}

.header__navbar li a.active::after,
.header__navbar li.active a::after {
  opacity: 1;
  -webkit-transform: skewX(-20deg) translateY(0px);
  -ms-transform: skewX(-20deg) translateY(0px);
  transform: skewX(-20deg) translateY(0px);
}

.header__navbar li:nth-child(1) {
  margin-left: 0;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header__right a {
  margin-left: 16px;
}

.header__right a:hover svg path {
  fill: #B60000;
}

.header__right a:nth-child(1) {
  margin-left: 0;
}

.hr-solid-catalog,
hr-solid {
  border: 1px solid #EEEEEE;
  height: auto;
  margin: 8px 0px;
}

.header__menu {
  max-width: 1400px;
  width: 100%;
  height: 81px;
  position: absolute;
  top: 250px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #01345F;
  border-radius: 32px;
  overflow: hidden;
}

.header__menu ul {
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu ul a {
  padding: 8px 16px;
  background: transparent;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header__menu ul a:hover {
  background: #B60000;
}

.header__menu::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/local/templates/redesign2022/css/../img/header-bg.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.catalog_menu {
  width: 100%;
  height: 0;
  position: absolute;
  top: 205px;
  left: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 32px 40px rgba(9, 30, 66, 0.15), inset 0px 1px 0px #EEEEEE;
  box-shadow: 0px 32px 40px rgba(9, 30, 66, 0.15), inset 0px 1px 0px #EEEEEE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog_menu .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog_menu .box .items {
  width: 25%;
  height: 250px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.catalog_menu .box .items .title {
  max-width: 270px;
  width: 100%;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
}

.catalog_menu .box .items img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.catalog_menu .box .items .line {
  position: absolute;
  top: 0px;
  right: -100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-20px, 50px);
  -ms-transform: translate(-20px, 50px);
  transform: translate(-20px, 50px);
  opacity: 0;
}

.catalog_menu .box .items.opacity {
  opacity: 0.7;
}

.catalog_menu .box .items:hover .line {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.catalog_menu .box .items.catalog_menu_btn {
  width: 50%;
  height: 250px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog_menu .box .items.catalog_menu_btn p {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
}

.catalog_menu.active {
  height: 750px;
  overflow-y: auto;
}

.catalog_menu.fixed {
  top: 75px;
  position: fixed;
}

.main {
  /* overflow: hidden; */
}
.full-width-wrapper{
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: clip;
}
.banner {
  margin-bottom: 96px;
  position: relative;
}

.banner__btn {
  /*   max-width: 1400px; */
  max-width: 75%;
  width: 100%;
  position: absolute;
  bottom: 13%;
  /*155px;*/
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner__btn .btn,
.compare__btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.banner__btn .btn:hover {
  background: #B60000;
}

.compare__btn .btn:hover {
  background: #B60000;
}

.banner__slider .slick-dots {
  bottom: 51px;
}

.banner__slider .slick-dots li {
  /*     background: #D90000; */
  /*     border: 2px solid #D90000; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 11px;
  opacity: 0.5;
}

.banner__slider .slick-dots li button {
  display: none;
}

.banner__slider .slick-dots li.slick-active {
  opacity: 1;
}

/*banner__slider .slick-dots li:nth-child(1) button {
    background: #D90000 url(/local/templates/redesign2022/css/../img/banner.png) no-repeat center;
    background-size: 300%; }
  .banner__slider .slick-dots li:nth-child(2) button {
    background: #D90000 url(/local/templates/redesign2022/css/../img/banner2.png) no-repeat center;
    background-size: 300%; }
  .banner__slider .slick-dots li:nth-child(3) {
    background: #D90000 url(/local/templates/redesign2022/css/../img/banner3.png) no-repeat center;
    background-size: 300%; }
  .banner__slider .slick-dots li:nth-child(4) {
    background: #D90000 url(/local/templates/redesign2022/css/../img/banner4.png) no-repeat center;
    background-size: 300%; }
  .banner__slider .slick-dots li:nth-child(5) {
    background: #D90000 url(/local/templates/redesign2022/css/../img/banner5.png) no-repeat center;
    background-size: 300%; }
  .banner__slider .slick-dots li:nth-child(6) {
    background: #D90000 url(/local/templates/redesign2022/css/../img/banner6.png) no-repeat center;
    background-size: 300%; }*/

.banner__slider .slick-arrow::before,
.compare__slider-- .slick-arrow::before {
  display: none;
}

.banner__slider .slick-arrow,
.compare__slider-- .slick-arrow {
  width: 48px;
  height: 48px;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.banner__slider .slick-arrow::after,
.compare__slider-- .slick-arrow::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(/local/templates/redesign2022/css/../img/banner-slider-arrow.svg) no-repeat;
  background-position: center center;
  background-size: 140%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner__slider .slick-prev,
.compare__slider-- .slick-prev {
  left: 32px;
}

.banner__slider .slick-next,
.compare__slider-- .slick-next {
  right: 32px;
}

.banner__slider .slick-next::after,
.compare__slider-- .slick-next::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.banner__slider .slick-arrow:hover,
.compare__slider-- .slick-arrow:hover {
  background-color: #fff;
}

.banner_tab {
  display: none;
}

.banner_mobile {
  display: none;
}

.banner__block img {
  width: 100%;
}

.advantages {
  position: relative;
  margin-bottom: 50px;
}

.advantages .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 64px;
}

.advantages::after {
  content: "";
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.advantages::before {
  content: "";
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  bottom: -48px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.advantages__container {
  max-width: 1439px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: #00335E;
  border-radius: 120px 0px;
  position: relative;
  overflow: hidden;
}

.advantages__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/redesign2022/css/../img/header-bg.webp) no-repeat center;
  background-size: 100%;
  opacity: 0.1;
}

.advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 58px;
}

.advantages__block svg {
  margin-right: 16px;
}

.advantages__block p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.advantages__block:nth-child(1) {
  margin-left: 0;
}

.categories {
  padding-bottom: 0;
}

.categories .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  text-align: center;
  margin-bottom: 77px;
}

.categories__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories__block {
  display: block;
  width: 447px;
  height: 300px;
  border-radius: 8px;
  background: url(/local/templates/redesign2022/css/../img/categories-bg.webp) no-repeat center/cover;
  position: relative;
  margin-bottom: 93px;
  margin-right: 29px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.categories__block .img {
  overflow: hidden;
  position: relative;
  top: -45px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.categories__block .img img {
  width: 100%;
}

.categories__block h5,
.categories__block .name  {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
  padding: 0 12px;
  padding-bottom: 20px;
}

.categories__block:nth-child(1) .img {
  /*top: -70px;*/
}

@media(max-width: 768px) {
  .categories__block .img {
    /* 		top: -30px; */
  }
}

.categories__block::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: url(/local/templates/redesign2022/css/../img/categories-after.png) no-repeat;
  background-size: 100%;
  border-radius: 0 0 8px 8px;
}

.categories__block::before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 2;
  background: url(/local/templates/redesign2022/css/../img/categories-before.png) no-repeat;
  background-size: 100%;
  border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.categories__block:nth-child(3n) {
  margin-right: 0;
}

.categories__block:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.categories__block:hover::before {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.categories__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.categories__btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 282px;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.categories__btn .btn svg {
  margin-right: 10px;
}

.categories__btn .btn:hover {
  background: #B60000;
}

.product_slider__slick .slick-arrow {
  opacity: 0;
}

.product_slider__slick .slick-arrow::before {
  display: none;
}

.product_slider__slick .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  z-index: 9;
  border-radius: 50%;
}

.product_slider__slick .slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #014888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
 /*
.product_slider__slick .slick-prev {
  left: 220px;
}

.product_slider__slick .slick-next {
  right: 220px;
}
*/
.product_slider__slick .slick-prev::after {
  border-right: 0;
  border-bottom: 0;
  left: 57%;
}

.product_slider__slick .slick-next::after {
  border-top: 0;
  border-left: 0;
  left: 43%;
}

.product_slider__slick:hover .slick-arrow {
  opacity: 1;
}

.product_slider2__slick .slick-arrow {
  opacity: 0;
}

.product_slider2__slick:hover .slick-arrow {
  opacity: 1;
}

.product_slider {
  margin-bottom: 160px;
}

.product_slider .slick-arrow::before {
  display: none;
}

.product_slider .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  z-index: 9;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product_slider .slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #014888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product_slider .slick-prev {
  left: 220px;
}

.product_slider .slick-next {
  right: 220px;
}

.product_slider .slick-prev::after {
  border-right: 0;
  border-bottom: 0;
  left: 57%;
}

.product_slider .slick-next::after {
  border-top: 0;
  border-left: 0;
  left: 43%;
}

.product_slider .slick-arrow:hover {
  border: 2px solid #00335E;
}

.product_slider .slick-list {
  overflow: visible !important;
}

.product_slider .h2 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-bottom: 48px;
}

.product_slider__block {
  position: relative;
  /* height: 625px;  */
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product_slider__block {
    position: relative;
    /*height: 570px;*/
  }

  .product_slider__block.slick-active .product_slider__item {
    height: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .product_slider__block {
    position: relative;
    /*height: 450px;*/
  }

  .product_slider__block.slick-active .product_slider__item {
    height: 100%;
  }
}

.slider-with-min-items .product_slider__block:not(.slick-active) .product_slider__item {
  opacity: 0.1;
}

.product_slider__block.slick-active .product_slider__item {
  opacity: 1;
}

.product_slider__item {

  /* height: 625px;  */
  /* height: auto;*/
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  /* position: absolute; */
  /* top: 0; */
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%); */
  /* -ms-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.product_slider__slick-1 .product_slider__item{
  width: 300px;	
}

.product_slider__item .slider_icon {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 9;
  cursor: pointer;
}
.product_slider__item .slider_icon2 {
  cursor: pointer;
}
.product_slider__item .icons-list{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;

  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.product-item__icons {
  top: 51px !important;
  right: 8px !important;
}

.product_slider__item .slider_icon svg path,
.product_slider__item .slider_icon2 svg path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_slider__item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border: none;
  background: #D90000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  position: absolute;
  top: 174px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product_slider__item .btn:hover {
  background: #B60000;
}

.product_slider__item .detailed {
  display: none;
}

.product_slider__item .modalbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 183px;
  height: 40px;
  border: none;
  background: #014888;
  border-radius: 4px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  order: 0;
  flex-grow: 0;
  color: #FFFFFF;
  position: absolute;
  top: 174px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 8px 24px;
  gap: 8px;
  flex: none;
  white-space: nowrap;
}

.product_slider__item .modalbox:hover {
  background: #0f48aa;
}

.product_slider__item .options {
  padding: 0 16px;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_slider__item .options .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.product_slider__item .options .box .h6 {
  width: 100px;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.product_slider__item .options .box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.product_slider__item-recom .img {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.product_slider__item .img img {
  width: auto;
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_slider__item .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 161, 0.4)), to(rgba(0, 92, 161, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: -o-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: linear-gradient(0deg, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.product_slider__item-recom .img2 {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.product_slider__item .img2 img {
  width: auto;
  /* height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_slider__item .img2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 161, 0.4)), to(rgba(0, 92, 161, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: -o-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: linear-gradient(0deg, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.product_slider__item .price {
	position:relative;  
  
  color: #5F7283;
  margin-bottom: 0;
  padding: 0 16px;
}

.product_slider__item-recom .price {
	font-weight: 800;
	font-size: 28px;	
	line-height: 120%;
}


.product_slider__item .title {

}

.product_slider__item-recom  .title{
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
  padding: 0 16px;
  margin-bottom: 16px;
}

.product-price {
  padding: 0 15px;
}

.product-price_text {
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;

	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #5F7283;
	margin-bottom:10px;
}

.product_slider__item-recom .price_title{
	display: inline-block;
	width: 100%;
	height: 28px;
}

.product-price_text .price_old{
	
}

.product-price_text .price_old {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #B2B2B2;
  margin-left: auto;
  position: relative;
}
.product-price_text .price_old::after {
  content: "";
  width: 110%;
  height: 1px;
  background: #D90000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-9.02deg);
      -ms-transform: translate(-50%, -50%) rotate(-9.02deg);
          transform: translate(-50%, -50%) rotate(-9.02deg);
}

.hr-solid {
  border: 1px solid #EEEEEE;
  height: auto;
}

.opt_price {
  padding: 0px !important;
}

.opt {
  margin: 0px !important;
}

.product_slider__item:hover .slider_icon svg path,
.product_slider__item:hover .slider_icon2 svg path {
  fill: #fff;
}

.product_slider__item:hover .slider_icon:hover svg path,
.product_slider__item:hover .slider_icon2:hover svg path {
  fill: #00335E;
}

.product_slider__item:hover .btn {
  z-index: 2;
}

.product_slider__block .product_slider__item:hover {
  min-height: auto;
  height: auto;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  z-index: 1;
}

.product_slider__block .product_slider__item:hover .options {
  opacity: 1;
}

.product_slider__block .product_slider__item:hover .img::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 92, 161, 0.4)), to(rgba(0, 92, 161, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: -o-linear-gradient(bottom, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  background: linear-gradient(0deg, rgba(0, 92, 161, 0.4), rgba(0, 92, 161, 0.4));
  opacity: 1;
}

.product_slider__block.slick-active .product_slider__item:hover .btn {
  opacity: 1;
}

.product_slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 47px;
}

.product_slider__btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 282px;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product_slider__btn .btn svg {
  margin-right: 10px;
}

.product_slider__btn .btn:hover {
  background: #B60000;
}

.confidence {
  padding-bottom: 160px;
}

.confidence__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.confidence__left {
  width: 640px;
  min-width: 640px;
  height: 640px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(0, 29, 55, 0.96) 0%, #024583 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(0, 29, 55, 0.96) 0%, #024583 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 29, 55, 0.96) 0%, #024583 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.confidence__left img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.confidence__left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/local/templates/redesign2022/css/../img/confidence-bg.png) no-repeat center;
  background-size: 250%;
  opacity: 0.2;
  -webkit-transform: rotate(-95deg);
  -ms-transform: rotate(-95deg);
  transform: rotate(-95deg);
}

.popup-window .popup-window-titlebar-close-icon {
  right: 18px;
  top: 16px;
  background: none;
}

.popup-window-close-icon:after {
  width: 22px;
  height: 22px;
}

.confidence__right {
  padding-top: 24px;
}

.confidence__right .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-bottom: 56px;
  padding-left: 198px;
}

.confidence__right h6 {
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 16px 40px;
  margin-left: 195px;
  margin-bottom: 32px;
  position: relative;
}

.confidence__right h6 p {
  position: relative;
  z-index: 2;
}

.confidence__right h6::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #D90000;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.confidence__right h5 {
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 16px 40px;
  margin-left: 145px;
  margin-bottom: 32px;
  position: relative;
}

.confidence__right h5 p {
  position: relative;
  z-index: 2;
}

.confidence__right h5::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #D90000;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.confidence__right h4 {
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 16px 40px;
  margin-left: 87px;
  position: relative;
}

.confidence__right h4 p {
  position: relative;
  z-index: 2;
}

.confidence__right h4::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #D90000;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.product_slider2 {
  padding-bottom: 166px;
}

.product_slider2 .slick-arrow::before {
  display: none;
}

.product_slider2 .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.product_slider2 .slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #014888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product_slider2 .slick-prev {
  left: 31%;
}

.product_slider2 .slick-next {
  right: 31%;
}

.product_slider2 .slick-prev::after {
  border-right: 0;
  border-bottom: 0;
  left: 57%;
}

.product_slider2 .slick-next::after {
  border-top: 0;
  border-left: 0;
  left: 43%;
}

.product_slider2 .slick-arrow:hover {
  border: 2px solid #00335E;
}

.product_slider2 .slick-list {
  overflow: visible;
}

.product_slider2 .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  text-align: center;
  margin-bottom: 126px;
}

.product_slider2__block {
  position: relative;
  height: 620px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_slider2__block.slick-active {
  -webkit-transform: translateY(-78px);
  -ms-transform: translateY(-78px);
  transform: translateY(-78px);
}

.product_slider2__item {
  width: 685px;
  height: 620px;
  background: #014888;
  -webkit-box-shadow: 0px 18px 80px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
  box-shadow: 0px 18px 80px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  cursor:default;
}

.product_slider2__item .img {
  position: absolute;
  top: -63px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product_slider2__item .icon {
  position: absolute;
  top: 178px;
  left: 52px;
  z-index: 2;
}

.product_slider2__item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 152px;
  background: url(/local/templates/redesign2022/css/../img/product_slider2.png) no-repeat bottom;
  background-size: 100%;
}

.product_slider2__item .title .h5 {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  padding: 0 90px;
  padding-top: 44px;
}

/*.product_slider2__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/local/templates/redesign2022/css/../img/confidence-bg.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2; }
*/

.product_slider2__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 24, 48, 0.7);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product_slider2__block.slick-active .product_slider2__item::after {
  opacity: 0;
}

.reviews {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3.68%, rgba(229, 238, 245, 0)), color-stop(100%, #C3E6FF), to(#E5EEF5));
  background: -webkit-linear-gradient(top, rgba(229, 238, 245, 0) 3.68%, #C3E6FF 100%, #E5EEF5 100%);
  background: -o-linear-gradient(top, rgba(229, 238, 245, 0) 3.68%, #C3E6FF 100%, #E5EEF5 100%);
  background: linear-gradient(180deg, rgba(229, 238, 245, 0) 3.68%, #C3E6FF 100%, #E5EEF5 100%);
  padding-bottom: 233px;
  margin-bottom: 90px;
}

.reviews .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-bottom: 48px;
  text-align: center;
}

.reviews__slider {
  margin-bottom: 48px !important;
}

.reviews__slider .slick-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reviews__slider .slick-arrow::before {
  display: none;
}

.reviews__slider .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  z-index: 9;
  border-radius: 50%;
}

.reviews__slider .slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #014888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reviews__slider .slick-prev {
  left: 220px;
}

.reviews__slider .slick-next {
  right: 220px;
}

.reviews__slider .slick-prev::after {
  border-right: 0;
  border-bottom: 0;
  left: 57%;
}

.reviews__slider .slick-next::after {
  border-top: 0;
  border-left: 0;
  left: 43%;
}

.reviews__slider:hover .slick-arrow {
  opacity: 1;
}

.reviews__block {
  height: 275px;
  position: relative;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.reviews__block .reviews__item {
  /*opacity: 0.2;*/
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.reviews__block.slick-active .reviews__item {
  opacity: 1;
}

.reviews__item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 660px;
  height: 275px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 32px 43px 40px 48px;
}

.reviews__item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #014888;
  margin-bottom: 16px;
}

.reviews__item h3 span {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #014888;
  margin-left: auto;
}

.reviews__item p {
  font-weight: normal;
  font-size: 15.5px;
  line-height: 145%;
  color: #343434;
	overflow: hidden;
	height: 90px;  
	margin-bottom: 20px;
}

.reviews__item a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #014888;
  margin-top: 24px;
}

.product2_reviews-link1{
  display:inline-block;
  margin-bottom: 10px;	
}

.product2_reviews-link2{
  margin-bottom: 24px;	
}

.reviews__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__btn .btn {
  width: 282px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  border: none;
  background: #D90000;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reviews__btn .btn:hover {
  background: #B60000;
}

.categories__page {
  padding-bottom: 210px;
}

.categories__page .container {
  margin-bottom: 160px;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.crumbs a {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #00335E;
}

.crumbs img {
  margin: 0 19px;
}

.crumbs p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #5F7283;
}

.categories__page {
  padding-top: 24px;
}

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

.categories__page__filter {
  width: 239px;
}

.categories__page__filter .block {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.aside__price,
.aside__color,
.aside__material,
.aside__type,
.aside__radio {
  margin-bottom: 40px;
}

.aside__price li h5,
.aside__color li h5,
.aside__material li h5,
.aside__type li h5,
.aside__radio li h5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
  cursor: pointer;
}

.aside__price li h5 svg,
.aside__color li h5 svg,
.aside__material li h5 svg,
.aside__type li h5 svg,
.aside__radio li h5 svg {
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aside__price li h5 svg path,
.aside__color li h5 svg path,
.aside__material li h5 svg path,
.aside__type li h5 svg path,
.aside__radio li h5 svg path {
  stroke: #E8E8E8;
}

.aside__price li .block,
.aside__color li .block,
.aside__material li .block,
.aside__type li .block,
.aside__radio li .block {
  max-height: 0;
  overflow: hidden;
}

.aside__radio h5.active+.block {
  padding-top: 8px;
}

.aside__radio .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside__radio .radio {
  position: relative;
  margin: 8px 8px 0 0 !important;
}

.aside__radio .radio input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.aside__radio .radio label {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
  background: #FFFFFF;
  border: 1px solid #014888;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  z-index: 1;
}

.aside__radio .radio input:checked+label {
  background: #014888;
  color: #FFFFFF;
}

.aside__price .slider-range {
  padding: 0 9px;
  padding-top: 25px;
}

.aside__price #slider-range {
  border: 2px solid #014888;
}

.aside__price .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #014888;
  border: 1px solid #FFFFFF;
}

.aside__price .ui-slider-horizontal .ui-slider-handle {
  top: -7.4px;
}

.aside__price .ui-slider-horizontal {
  height: 2px;
  margin-bottom: 27px;
}

.aside__price .price_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #E8E8E8;
  border-radius: 6px 0px 0px 6px;
  margin-top: 16px;
}

.aside__price .price_num p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 40px;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #E8E8E8;
  padding-left: 12px;
}

.aside__price .price_num p input {
  background-color: transparent;
  border: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
  margin-left: 4px;
}

.aside__price .price_num p:nth-child(1) {
  border-right: 1px solid #E8E8E8;
}

.discharge_btn {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D90000;
  border-radius: 4px;
  font-weight: 800;
  font-size: 16px;
  line-height: 130%;
  color: #D90000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.discharge_btn:hover {
  background: #D90000;
  color: #fff;
}

.catalog__aside {
  width: 239px;
}

.catalog__aside p.active svg,
.catalog__aside h5.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.catalog__aside p.active svg path,
.catalog__aside h5.active svg path {
  stroke: #00335E;
}

.catalog__aside p.active+ul {
  max-height: 1000px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catalog__aside h5.active+.block {
  max-height: 1000px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catalog__aside .check {
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.catalog__aside .check input {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  opacity: 0;
}

.catalog__aside .check label {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
  cursor: pointer;
}

.catalog__aside .check label::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #014888;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.catalog__aside .check input:checked+label::after {
  background: url(/local/templates/redesign2022/css/../img/check.svg) #014888 no-repeat center;
  background-size: 90%;
}

.catalog__aside .check:nth-child(1) {
  margin-top: 24px;
}

.catalog__aside .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  position: relative;
}

.catalog__aside .radio input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.catalog__aside .radio label {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #374151;
}

.catalog__aside .radio:nth-child(1) {
  margin-top: 24px;
}

.catalog__aside .radio_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #D1D5DB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.catalog__aside .radio input:checked+.radio_check {
  border: 2px solid #1C2864;
}

.catalog__aside .radio input:checked+.radio_check span {
  width: 12px;
  height: 12px;
  background: #1C2864;
  border-radius: 50%;
}

.categories__page__product {
  width: 1114px;
}

.categories__page__product .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.categories__page__product .nav li a {
  display: block;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 145%;
  color: #343434;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.categories__page__product .nav li a:hover {
  background: #00335E;
  border: 1px solid #00335E;
  color: #FFFFFF;
}

.categories__page__product .nav li a.active {
  background: #00335E;
  border: 1px solid #00335E;
  color: #FFFFFF;
}

.categories__page__product .h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #343434;
  margin-bottom: 32px;
}

.categories__page__product .price_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.categories__page__product .price_select p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #00335E;
  border-bottom: 1px dashed #00335E;
}

.categories__page__product .price_select img {
  margin-left: 9px;
}

.categories__page__product .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.categories__page__product .product_slider__block {
  width: 253px;
  margin-bottom: 31px;
  margin-right: 34px;
}

.categories__page__product .product_slider__block:nth-child(4n) {
  margin-right: 0;
}

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

.next-page a,
.next-page li>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
  margin: 0 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-page a:hover,
.next-page li.bx-active a,
.next-page li.bx-active>span {
  color: #fff;
  background: #00335E;
}

.next-page a.next {
  width: auto;
}

.next-page a.next:hover,
.next-page .bx-pag-next a:hover,
.next-page .bx-pag-prev a:hover {
  background: transparent;
  color: #00335E;
}

.product__page .description {
  padding-bottom: 142px;
}

.product__page .description .block1 {
  margin-bottom: 66px;
  max-width: 800px;
  width: 100%;
}

.product__page .description .block1 h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #343434;
  margin-bottom: 24px;
}

.product__page .description .block1 p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
  margin-bottom: 24px;
}

.product__page .description .block1 p:last-child {
  margin-bottom: 0;
}

.product__page .description .block2 {
  margin-bottom: 74px;
}

.product__page .description .block2 h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #343434;
  margin-bottom: 24px;
}

.product__page .description .block2 p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
  margin-bottom: 16px;
}

.product__page .description .block2 p:last-child {
  margin-bottom: 0;
}

.product__page .description .block3 h3 {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #343434;
  margin-bottom: 24px;
}

.product__page .description .block3 .specifications .option {
  margin-bottom: 16px;
}

.product__page .description .block3 .specifications .option .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product__page .description .block3 .specifications .option .box::after {
  content: "....................................................................................................................";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #EEEEEE;
}

.product__page .description .block3 .specifications .option p {
  width: 258px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #5F7283;
}

.product__page .description .block3 .specifications .option p span {
  background: #fff;
  position: relative;
  z-index: 1;
}

.product__page .description .block3 .specifications .option h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
  margin-left: 112px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.product__page .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
  margin-bottom: 8px;
}

.product__page .h3 svg {
  margin-right: 8px;
}

.product__page .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  color: #343434;
  margin-bottom: 32px;
}

.product__page .h2 .icon {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border: 2px solid #00335E;
  border-radius: 16px;
  position: relative;
  margin-left: 12px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.product__page .h2 .icon p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #00335E;
  padding-left: 31px;
}

.product__page .h2 .icon svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.product__page .h2 .icon.active {
  width: 236px;
}

.all_specifications {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #014888;
}

.product__page_slider {
  padding-bottom: 210px;
}

.product__page_nav {
  margin-bottom: 38px;
  position: relative;
}

.product__page_nav .slick-prev {
  display: none !important;
}

.product__page_nav .slick-next::before {
  display: none;
}

.product__page_nav .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.product__page_nav .slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #014888;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product__page_nav .slick-next {
  right: 0;
}

.product__page_nav .slick-next::after {
  border-top: 0;
  border-left: 0;
  left: 43%;
}

.product__page_nav .slick-arrow:hover {
  border: 2px solid #00335E;
}

.product__page_nav .block {
  padding: 2px 0;
  padding-left: 1px;
}

.product__page_nav .block a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 8px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
  margin-right: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product__page_nav .block a:hover {
  background: #00335E;
  border: 1px solid #00335E;
  color: #FFFFFF;
}

.product__page_nav::after {
  content: "";
  width: 100px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(linear, right top, left top, color-stop(2.2%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #FFFFFF 2.2%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #FFFFFF 2.2%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFFFFF 2.2%, rgba(255, 255, 255, 0) 100%);
}

.product__page__box {
  position:relative;
  display: flex;
  flex-direction: column;
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  margin-bottom: 32px;
}
.product-wrap{
	display:flex;

}

.product__page__images {
  min-width: 435px;
  width: 435px;
}

.product__page__images .block {
  position: relative;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
}

.product__page__images .discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12px;
  left: 17px;
  background: #FFE2E2;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #D90000;
  z-index: 3;
}

.product__page__img {
  width: 100%;
  height: 650px;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 8px 8px 0 0;
  margin-bottom: 16px;
}

.product__page__img_block {
  width: 100%;
  height: 650px;
}

.product__page__img_block .img img {
	width:100%;
}

.product__page__img_block .img {
  display:flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product__page__img_block .img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;	
}

.product__page__img_block.w .img img {
	width:100%;
}

.product__page__img_block.h .img img {
	height:100%;
}

.product__page__img_block .img a {
    display: flex;
	justify-content: center;
	
}

.m a{
    width: 100%;
    height: auto;	
}

.w a{
    width: 100%;
    height: auto;	
}

.h a{
    width: 100%;
    height: 100%;	
}
/*
.product__page__img_block .img img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/
.product__page__img.min {
  height: 278px;
}
.product__page__img.min .product__page__img_block {
  height: 278px;
}
.product__page__nav .slick-arrow {
  opacity: 0;
}

.product__page__nav .slick-arrow::before {
  display: none;
}

.product__page__nav .slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  box-shadow: 0px 2px 15px rgba(9, 30, 66, 0.08);
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.product__page__nav .slick-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product__page__nav .slick-prev {
  left: -10px;
}

.product__page__nav .slick-next {
  right: -10px;
}

.product__page__nav .slick-prev::after {
  border-right: 0;
  border-bottom: 0;
  left: 57%;
}

.product__page__nav .slick-next::after {
  border-top: 0;
  border-left: 0;
  left: 43%;
}

.product__page__nav .slick-arrow:hover {
  border: 2px solid #00335E;
}

.product__page__nav:hover .slick-arrow {
  opacity: 1;
}

.product__page__nav_block {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__page__nav_block .img {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #e2e5e7;
  border-radius: 4px;
  cursor:pointer;
}

.product__page__nav_block .img:hover {
  border: 2px solid #00335E;
  border-radius: 4px;
}

.product__page__nav_block .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product__page__nav_block.slick-current .img {
  border: 2px solid #00335E;
  border-radius: 4px;
}



.product__page__content {
  width: 100%;
  padding-top: 32px;
  padding-left: 160px;
}

.product__page__content .price {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  color: #5F7283;
  margin-bottom: 8px;
}

.product__page__content .in_stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #219653;
  margin-bottom: 10px;
}

.product__page__content .in_stock span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #219653;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #219653;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #219653;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #219653;
  margin-right: 8px;
}

.product__page__content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.product__page__content .btn .btn_cart,
.product__page__content .btn .out_of_stock {
  width: 250px;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 36px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product__page__content .btn .btn_cart:hover,
.product__page__content .btn .out_of_stock:hover {
  background: #B60000;
}

.product__page__content .btn .btn_comparisons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product__page__content .btn .btn_comparisons svg {
  margin-right: 8px;
}

.product__page__content .btn .btn_comparisons svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product__page__content .btn .btn_comparisons:hover {
  color: #00335E;
}

.product__page__content .btn .btn_comparisons:hover svg path {
  fill: #00335E;
}

.product__page__content .specifications .option {
  margin-bottom: 16px;
}

.product__page__content .specifications .option .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product__page__content .specifications .option .box::after {
  content: "....................................................................................................................";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 6px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #EEEEEE;
}

.product__page__content .specifications .option p {
  width: 258px;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #5F7283;
}

.product__page__content .specifications .option p span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 4px;
}

.product__page__content .specifications .option h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
  margin-left: 112px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 4px;
}

.news__page {
  padding-bottom: 360px;
}

.news__page .h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #343434;
  margin-bottom: 32px;
}

.news__page__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 200px;
}

.news__page__items {
  width: 450px;
  height: 509px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
  margin-bottom: 32px;
}

.news__page__items .img {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.news__page__items .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news__page__items .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 161, 0.4);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news__page__items .content {
  padding: 16px 16px 40px 16px;
}

.news__page__items .date {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #343434;
  margin-bottom: 8px;
}

.news__page__items .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  color: #343434;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news__page__items:nth-child(3n) {
  margin-right: 0;
}

.news__page__items:hover .img::after {
  opacity: 1;
}

.news__page__items:hover .title {
  color: #00335E;
}

.anchor_form {
  width: 100%;
  background: #014888;
  border-radius: 6px;
  padding: 40px 60px 46px 60px;
  position: relative;
}

.anchor_form .img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 550px;
  height: 604px;
  overflow: hidden;
}

.anchor_form .img img {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
}

.anchor_form .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 33px;
}

.anchor_form .form .input {
  width: 260px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 16px;
  border: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #5F7283;
  padding: 0 16px;
}

.anchor_form .form .btn {
  width: 250px;
  height: 60px;
  background: #D90000;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.anchor_form .form .btn:hover {
  background: #B60000;
}

.anchor_form .form .check {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 19px;
  position: relative;
}

.anchor_form .form .check input {
  width: 18px;
  height: 18px;
  opacity: 0;
  margin-right: 11px;
}

.anchor_form .form .check label {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.anchor_form .form .check label::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 2px;
}

.anchor_form .form .check input:checked+label::after {
  background: #fff url(/local/templates/redesign2022/css/../img/form-check.svg) no-repeat center;
  background-size: 70%;
}

.anchor_form .content {
  position: relative;
  z-index: 2;
}

.anchor_form .h3 {
  max-width: 770px;
  width: 100%;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.anchor_form p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
}

.anchor_form p a {
  font-weight: bold;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
}

.anchor_form p a:hover {
  text-decoration: underline;
}

.anchor_form::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/local/templates/redesign2022/css/../img/header-bg.webp) no-repeat center;
  background-size: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.contacts__page {
  padding-bottom: 360px;
}

.contacts__page .h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #343434;
  margin-bottom: 68px;
}

.contacts__page__box {
  height: 550px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 229px;
}

.contacts__page__box iframe {
  width: 150%;
  height: 552px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.contacts__page__block {
  width: 685px;
  height: 311px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 260px;
  z-index: 9;
}

.hg-392 {
  min-height: 392px;
}

.contacts__page__block h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.contacts__page__block p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 23px;
}

.contacts__page__block a {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.contacts__page__block .left {
  width: 50%;
  height: 187px;
  background: #D90000;
  padding: 24px 10px 24px 30px;
}

.contacts__page__block .right {
  width: 50%;
  height: 187px;
  background: #00335E;
  padding: 24px 10px 24px 30px;
}

.contacts__page__block .bottom {
  width: 100%;
  height: 205px;
  background: #FFFFFF;
  padding: 24px 10px 24px 30px;
  position: relative;
}

.contacts__page__block .bottom h3 {
  color: #343434;
}

.contacts__page__block .bottom p {
  color: #343434;
}

.contacts__page__block .bottom span {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #343434;
}

.contacts__page__block .bottom svg {
  position: absolute;
  top: 0;
  right: 19px;
}

.map__page {
  padding-bottom: 360px;
}

.map__page__box {
  margin-bottom: 229px;
  height: 830px;
  position: relative;
}

.map__page__box .iframe {
  width: 100%;
  height: 830px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.map__page__block {
  width: 533px;
  height: 830px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 9;
  overflow-y: scroll;
}

.map__page__block .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 58px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 0px #EEEEEE;
}

.map__page__block .top .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #5F7283;
}

.map__page__block .top .btn svg {
  margin-right: 8px;
}

.map__page__block .top .btn svg path {
  fill: #5F7283;
}

.map__page__block .top .btn.active {
  color: #014888;
  border-bottom: 2px solid #014888;
}

.map__page__block .top .btn.active svg path {
  fill: #014888;
}

.map__page__block .block {
  height: 144px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -1px 0px #EEEEEE;
  box-shadow: inset 0px -1px 0px #EEEEEE;
  padding-top: 24px;
  padding-left: 91px;
}

.map__page__block .block .h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
  margin-bottom: 16px;
}

.map__page__block .block p {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #5F7283;
}

.map__page__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 87px;
  height: 64px;
  background: #00335E;
}

.map__page__block .title p {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
}

.map__page__block .title svg {
  margin-right: 10px;
}

.map__page__block::-webkit-scrollbar {
  background: #EEEEEE;
  width: 8px;
}

.map__page__block::-webkit-scrollbar-track {
  background: #EEEEEE;
}

.map__page__block::-webkit-scrollbar-thumb {
  background: #5F7283;
}

.map__page__block::-webkit-scrollbar-button {
  display: none;
}

.map__page__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 11px;
  right: 0;
  width: calc(100% - 533px);
  z-index: 9;
}

.map__page__filter .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 314px;
  height: 51px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  border-radius: 58px;
  margin-bottom: 8px;
}

.map__page__filter .top .btn {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #5F7283;
  cursor: pointer;
  border-bottom: 1px dashed #5F7283;
  padding-bottom: 2px;
  margin: 0 16px;
}

.map__page__filter .top .btn.active {
  color: #00335E;
  border-bottom: 1px dashed #00335E;
}

.map__page__filter .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 562px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  border-radius: 58px;
}

.map__page__filter .bottom .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 20px;
}

.map__page__filter .bottom .check input {
  width: 64px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 16px;
  opacity: 0;
}

.map__page__filter .bottom .check label {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #343434;
}

.map__page__filter .bottom .check label .on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
  width: 64px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #D1D5DB;
  border-radius: 323px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.map__page__filter .bottom .check label .on i {
  display: block;
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
}

.map__page__filter .bottom .check input:checked+label .on {
  background-color: #014888;
}

.map__page__filter .bottom .check input:checked+label .on i {
  left: auto;
  right: 4px;
}

.become__page {
  padding-bottom: 360px;
}

.become__page .h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #343434;
  margin-bottom: 81px;
}

.become__page__banner {
  margin-bottom: 24px;
}

.become__page__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 229px;
}

.become__page__block {
  width: 32%;
  height: 160px;
  background: #EEEEEE;
  border-radius: 8px;
  margin-bottom: 70px;
  position: relative;
  padding-left: 40px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor:default;
}

.become__page__block .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 205px;
  height: 100%;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.become__page__block img {
  position: absolute;
  right: 46px;
  bottom: 0;
}

.become__page__block.big {
  width: 49%;
}

.become__page__block.big .h5 {
  width: 343px;
}

.become__page__block.big img {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.become__page__block:hover {
  background: #00335E;
}

.become__page__block:hover .h5 {
  color: #FFFFFF;
}

.about_us__page {
  padding-bottom: 360px;
}

.about_us__page .h2 {
  display: inline-block;
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  color: #343434;
  margin-bottom: 80px;
}

.about_us__page .h2 span {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #5F7283;
  text-align: end;
}

.about_us__page__banner {
  margin-bottom: 94px;
  border-radius: 16px;
}

.about_us__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 94px;
}

.about_us__number .block {
  width: 330px;
  height: 146px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 16px 24px 16px 24px;
}

.about_us__number .block .num {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-bottom: 14px;
}

.about_us__number .block .h6 {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
}

.about_us__box {
  padding-left: 310px;
  margin-bottom: 280px;
  position: relative;
  overflow: hidden;
}

.about_us__box::after {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed #014888;
  position: absolute;
  top: 20px;
  left: 240px;
  opacity: 0.3;
}

.about_us__block {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.about_us__block .ball {
  display: block;
  position: absolute;
  top: 12px;
  left: -80px;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: #014888;
  border-radius: 50%;
}

.about_us__block .ball::after {
  content: "";
  width: 32px;
  height: 32px;
  background: #014888;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about_us__block .date {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-right: 180px;
}

.about_us__block p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
  margin-bottom: 20px;
}

.about_us__block:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about_us__block:last-child .ball::before {
  content: "";
  width: 22px;
  height: 1000px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 0;
}

.about_us__block.red .date {
  color: #D90000;
}

.about_us__block.red .ball {
  background: #D90000;
}

.about_us__block.red .ball::after {
  background: #D90000;
}

.about_us__map {
  margin-bottom: 160px;
}

.about_us__map .container {
  position: relative;
}

.about_us__map .map_img {
  width: 100%;
}

.about_us__map_block {
  width: 480px;
  position: absolute;
  top: -119px;
  right: 0;
}

.about_us__map_block h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: right;
  color: #00335E;
  margin-bottom: 34px;
}

.about_us__map_block p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #343434;
  margin-bottom: 12px;
}

.about_us__humans {
  margin-bottom: 229px;
}

.about_us__humans .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00335E;
  margin-bottom: 48px;
}

.about_us__humans .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_us__humans .block {
  width: 330px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 26px;
}

.about_us__humans .block .img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}

.about_us__humans .block .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about_us__humans .block .name {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #343434;
  margin-bottom: 24px;
}

.about_us__humans .block p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #00335E;
  margin-bottom: 32px;
}

.about_us__humans .block:nth-child(4n) {
  margin-right: 0;
}

.question_fixed {
  position: fixed;
  bottom: 86px;
  left: 52px;
  z-index: 99;
  opacity: 0.8;
}

.question_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #D90000;
  border-radius: 50%;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.question_btn svg:nth-child(2) {
  display: none;
}

.question_btn:hover {
  background: #B60000;
}

.question_btn::after {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(204, 0, 30, 0.1);
  border-radius: 50%;
}

.question_block {
  width: 228px;
  position: absolute;
  left: 90px;
  bottom: -50px;
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
}

.question_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #D90000;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  padding: 8px;
  margin-top: 16px;
  text-align: center;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.question_block a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.question_block a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.question_block a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.question_block a:hover {
  background: #B60000;
}

.question_fixed.active .question_block {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.question_fixed.active .question_block a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.question_fixed.active .question_btn {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.question_fixed.active .question_btn svg {
  display: none;
}

.question_fixed.active .question_btn svg:nth-child(2) {
  display: block;
}

.footer {
  position: relative;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 217px;
  background: url(/local/templates/redesign2022/css/../img/footer-bg.png) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -216px;
}

.footer__logo img {
  /*width: 343px; */
}

.footer__top {
  background: #00335E;
  padding-top: 50px;
  padding-bottom: 34px;
  margin-top: -1px;
}

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

.footer__phone {
  width: 33%;
}

.footer__phone a {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__phone a:hover {
  color: #D90000;
}

.footer__phone:nth-child(2) {
  text-align: center;
}

.footer__btn {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__btn .btn {
  width: 336px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__btn .btn:hover {
  background-color: #fff;
  color: #00335E;
}

.soc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.soc_box .item {
  width: 33%;
}

.soc_box .item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc_box .item p {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: 16px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.soc_box .item svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.soc_box .item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.soc_box .item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.soc_box .item a:hover svg path {
  fill: #D90000;
}

.soc_box .item a:hover p {
  color: #D90000;
}

.footer__wrap {
  background: #00335E;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 39px;
  padding-bottom: 30px;
}

.footer__box .items {
  width: 218px;
}

.footer__box .items h5,
.footer__box .items .h5 {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  color: #E8E8E8;
  margin-bottom: 24px;
}

.footer__box .items li {
  margin-bottom: 20px;
}

.footer__box .items li:last-child {
  margin-bottom: 0;
}

.footer__box .items a {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__box .items a:hover {
  color: #D90000;
}

.footer__box .items:nth-child(1) {
  width: 218px;
}

.footer__box .items:nth-child(2) {
  width: 142px;
}

.footer__box .items:nth-child(3) {
  width: 171px;
}

.footer__box .items:nth-child(4) {
  width: 160px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom .left p {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.footer__bottom .left a {
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
}

.footer__bottom .left a:hover {
  text-decoration: underline;
}

.footer__bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__bottom .right a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
  margin: 3px 0;
}

.footer__bottom .right a:hover {
  text-decoration: underline;
}

.footer__bottom .right img {
  margin-left: 29px;
}

.info {
  width: 1046px;
  height: 100vh;
  overflow-y: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  position: fixed;
  top: 0;
  right: -1100px;
  z-index: 999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-top: 122px;
  padding-left: 80px;
  padding-bottom: 82px;
}

.info.active {
  right: 0;
}

.info__close {
  position: absolute;
  top: 24px;
  left: 24px;
  border: 0;
  background-color: transparent;
}

.info__content {
  max-width: 707px;
  width: 100%;
}

.info__content .block:nth-child(1) {
  padding-top: 0;
}

.info__content .block {
  border-bottom: 1px solid #E8E8E8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.info__content .block .h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  color: #5F7283;
  margin-bottom: 32px;
}

.info__content .top {
  width: 100%;
  min-height: 315px;
  background: #FFFFFF;
  border: 3px solid #5F7283;
  border-radius: 16px;
  margin-bottom: 64px;
  padding-top: 32px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 32px;
}

.info__content .top .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #343434;
  margin-bottom: 32px;
}

.info__content .top .h3 p {
  margin-right: 24px;
}

.info__content .top .h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-right: 10px;
}

.info__content .top .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.info__content .top .input p {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-right: 12px;
}

.info__content .top .input input {
  width: 446px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #343434;
  padding: 0 12px;
}

.info__content .top .h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 32px;
}

.info__content .top .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__content .top .type .h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-right: 60px;
}

.info__content .top .type svg {
  margin-right: 10px;
}

.info__content .top .type p {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin: 8px 0;
  padding-left: 14px;
}

.info__content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.info__content .box .h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 97px;
  height: 50px;
  background: #014888;
  border-radius: 4px;
  margin-right: 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #FFFFFF;
}

.info__content .box p {
  font-weight: normal;
  font-size: 18px;
  line-height: 145%;
  color: #343434;
}

.info__content .box:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .header.fixed .header__bottom {
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 950;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
    box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  }

  .header.fixed .header__logo img {
    /*width: 195px;*/
  }

  .header.fixed .header__catalog {
    /* height: 100%; */
    /* border-radius: 0;  */
  }
}

.product__page__img_mobile,
.catalog__aside .top,
.filter_open {
  display: none;
}

#header__catalog_1 {
  display: none;
}

@media screen and (max-width: 1024px) {
  /*
  .banner_desktop {
    display: none; }
  .banner_tab {
    display: block; }
*/
  .banner__btn {
    bottom: 50px;
  }

  .map__page__block .block {
    padding-left: 24px;
  }

  .banner__slider .slick-dots {
    bottom: 36px;
  }

  .banner__slider .slick-dots li {
    width: 24px;
    height: 24px;
    border: 1px solid #D90000;
  }

  .container {
    padding: 0 22px;
  }

  .header__menu {
    display: none;
  }

  .header__bottom {
    padding-bottom: 11px;
  }

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

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

  .header__navbar {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }

  .header__logo {
    width: 220px;
  }

  .header__catalog {
    /* width: 260px; */
    /* margin-left: 73px;  */
  }

  .catalog_menu .box .items .title {
    font-size: 18px;
    line-height: 130%;
  }

  .catalog_menu .box .items,
  .catalog_menu .box .items.catalog_menu_btn {
    width: 100%;
    height: 180px;
  }

  .banner .slick-arrow {
    display: none !important;
  }

  .banner__block {
    height: 507px;
    position: relative;
  }

  .banner__block img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .banner__btn {
    padding-left: 30px;
  }

  .advantages {
    margin-bottom: 64px;
    padding: 0 22px;
  }

  .advantages__container {
    height: 198px;
    border-radius: 80px 0px;
  }

  .advantages .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 44px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .advantages__block p {
    font-size: 16px;
    line-height: 140%;
  }

  .advantages__block p br {
    display: none;
  }

  .advantages__block {
    width: 47%;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advantages__block svg {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 4px;
  }

  .advantages::after {
    width: 50px;
    height: 50px;
    top: -25px;
  }

  .advantages::before {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }

  .categories {
    padding-bottom: 96px;
  }

  .categories .h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 69px;
  }

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

  .categories__block {
    width: 48%;
    height: 270px;
    /*     overflow: hidden; */
    margin-right: 0;
    margin-bottom: 67px;
  }

  .categories__block:last-child {
    margin: 0 auto;
    margin-bottom: 67px;
  }

  .categories__block::after {
    background-size: cover;
    /*background-position: -50px;*/
  }

  .categories__block::before {
    bottom: 5px;
  }

  .categories__block h5,
  .categories__block .h5 {
    font-size: 16px;
    line-height: 130%;
    padding-bottom: 22px;
  }

  .product_slider {
    margin-bottom: 96px;
  }

  .product_slider .slick-arrow {
    display: none !important;
  }

  .confidence {
    padding-top: 110px;
    padding-bottom: 96px;
    position: relative;
  }

  .confidence__right .h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
  }

  .confidence__right {
    padding-top: 0;
  }

  .confidence__right h6 {
    width: 233px;
    height: 56px;
    margin-left: 0;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 130%;
  }

  .confidence__right h5 {
    width: 307px;
    height: 80px;
    margin-left: 40px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 60px;
  }

  .confidence__right h4 {
    width: 380px;
    margin-left: 0;
    font-size: 18px;
    line-height: 130%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  .confidence__left {
    min-width: 341px;
    width: 341px;
    height: 341px;
  }

  .product_slider2 {
    padding-bottom: 94px;
  }

  .product_slider2 .h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 72px;
  }

  .reviews {
    padding-bottom: 199px;
    margin-bottom: 0;
  }
  
  .reviews_page {
    padding-bottom: 233px;
    margin-bottom: 63px;
  }

  .reviews .h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 40px;
  }

  .reviews__slider {
    margin-bottom: 40px !important;
  }

  .about_us__page__banner {
    width: 150%;
    margin-bottom: 69px;
    border-radius: 0;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }

  .about_us__number {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 94px;
  }

  .about_us__number .block {
    width: 48%;
    margin-bottom: 22px;
  }

  .about_us__number .block .num {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 14px;
  }

  .about_us__number .block h6 {
    font-size: 18px;
    line-height: 145%;
  }

  .about_us__page .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 48px;
  }

  .about_us__box {
    padding-left: 62px;
    margin-bottom: 214px;
  }

  .about_us__block .ball {
    left: -60px;
  }

  .about_us__box::after {
    left: 12px;
  }

  .about_us__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  .about_us__block .date {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  .about_us__block p {
    font-size: 18px;
    line-height: 145%;
  }

  .about_us__map_block {
    top: -125px;
    right: 22px;
  }

  .about_us__map_block h3 {
    font-size: 32px;
    line-height: 110%;
  }

  .about_us__map_block p {
    font-size: 18px;
    line-height: 145%;
  }

  .about_us__map {
    margin-bottom: 96px;
  }

  .about_us__page .h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 40px;
  }

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

  .about_us__humans .block {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .about_us__humans .block .img img {
    width: 100%;
  }

  .about_us__humans {
    margin-bottom: 96px;
  }

  .anchor_form .img {
    display: none;
  }

  .about_us__page {
    padding-top: 24px;
    padding-bottom: 215px;
  }

  .anchor_form {
    padding: 40px 56px 56px 56px;
  }

  .anchor_form .h3 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 16px;
  }

  .anchor_form p {
    font-size: 18px;
    line-height: 145%;
  }

  .anchor_form .form {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .anchor_form .form .input {
    width: 48%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin: 0;
    margin-bottom: 16px;
  }

  .anchor_form .form .btn {
    width: 48%;
  }

  .anchor_form .form .check {
    width: 48%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .anchor_form .form .check input {
    min-width: 18px;
  }

  .anchor_form .form .check label::after {
    top: 5px;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .become__page {
    padding-top: 24px;
    padding-bottom: 215px;
  }

  .become__page__banner {
    width: 140%;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
    margin-bottom: 24px;
  }

  .become__page .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 64px;
  }

  .become__page__block {
    width: 100% !important;
    margin-bottom: 51px;
    padding-left: 80px;
  }

  .become__page__block .h5 {
    width: 100%;
    font-size: 18px;
    line-height: 130%;
  }

  .become__page__block .h5 br {
    display: none;
  }

  .become__page__block img {
    right: 44px;
  }

  .become__page__block:nth-child(2n) img {
    right: auto;
    left: 44px;
  }

  .become__page__block:nth-child(2n) .h5 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    text-align: end;
    padding-right: 80px;
  }

  .become__page__box {
    margin-bottom: 16px;
  }

  .contacts__page .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .contacts__page__box {
    margin-bottom: 304px;
  }

  .contacts__page__block {
    width: auto;
    top: 366px;
    left: 22px;
    right: 22px;
  }

  .contacts__page__box iframe {
    width: 100%;
  }

  .news__page .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .news__page__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 96px;
  }

  .news__page__items {
    width: 48%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .news__page__items .date {
    font-size: 14px;
    line-height: 140%;
  }

  .news__page__items .title {
    font-size: 18px;
    line-height: 130%;
  }

  .news__page__items .img img {
    width: auto;
    height: 100%;
  }

  .product__page__nav {
    display: none;
  }

  .product__page__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product__page__content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }

  .product__page__content .specifications {
    display: none;
  }

  .btn_comparisons p {
    display: none;
  }

  .btn_comparisons svg {
    margin-right: 0;
  }

  .product__page__content .btn {
    margin-bottom: 0;
  }

  .product__page__content .btn .btn_cart,
  .product__page__content .btn .out_of_stock {
    width: 440px;
    margin-right: 60px;
  }

  .product__page__content .in_stock {
    margin-bottom: 0;
  }

  .product__page__box {
    margin-bottom: 71px;
  }

  .product__page .description .block1 {
    margin-bottom: 49px;
  }

  .product__page .description .block2 {
    margin-bottom: 58px;
  }

  .product__page .description {
    padding-bottom: 78px;
  }

  .product_slider .h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 44px;
  }

  .categories__page__filter {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }

  .categories__page__filter .catalog__aside {
    padding-top: 100px;
    width: 367px;
    max-height: 100%;
    overflow-y: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
    box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
    border-radius: 0px 0px 0px 8px;
  }

  .categories__page__filter .catalog__aside .top {
    width: 367px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 22px;
  }

  .categories__page__filter .catalog__aside .top .filter_close {
    border: 0;
    background-color: transparent;
  }

  .categories__page__filter .catalog__aside .top .fil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    color: #5F7283;
  }

  .categories__page__filter .catalog__aside .top .fil svg {
    margin-right: 8px;
  }

  .categories__page__filter .catalog__aside .top .discharge {
    border: 0;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    color: #D90000;
  }

  .categories__page__filter .catalog__aside ul {
    padding: 0px 20px 0px 30px;
    margin-bottom: 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #EEEEEE;
  }

  .categories__page__filter .discharge_btn {
    display: none;
  }

  .categories__page__filter.active {
    display: block;
  }

  .categories__page__filter::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00335E;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
  }

  .categories__page__product .product_slider__block {
    width: 33%;
    margin-right: 0%!important;
    margin-bottom: 28px;
	padding:0 19px;
  }

  .categories__page__product .product_slider__block .product_slider__item {
    width: 95%;
  }

  .categories__page__product .product_slider__block:nth-child(4n) {
    margin-right: 2%;
  }

  .categories__page__product .product_slider__block:nth-child(3n) {
    margin-right: 0;
  }

  .product_slider__item .price {
	
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 13px;
  }

  .product_slider__item .title {
    font-size: 16px;
    line-height: 140%;
  }

  .product_slider__block .product_slider__item {
    width: 96%;
    opacity: 1;
  }

  .product_slider__block.slick-active .product_slider__item {
    width: 95%;
  }

  .product_slider2__slick .slick-arrow {
    display: none !important;
  }

  .product_slider2__item {
    width: 476px;
    height: 430px;
  }

  .product_slider2__block {
    height: 430px;
  }

  .product_slider2__block.slick-active {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  .categories__page__product .nav {
    display: none;
  }

  .categories__page__product .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }

  .map__page__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map__page__block {
    width: 100%;
    height: 434px;
    min-height: 434px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .map__page__box {
    margin-bottom: 96px;
    height: auto;
  }

  .map__page__box .iframe {
    height: 550px;
  }

  .map__page__filter {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .map__page__filter .top {
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .map__page__filter .bottom {
    position: absolute;
    top: 480px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .map__page {
    padding-bottom: 251px;
  }

  .product_slider2__item .img {
    width: 600px;
    top: -45px;
  }

  .product_slider2__item .title {
    height: 105px;
  }

  .product_slider2__item .title .h5 {
    font-size: 18px;
    line-height: 130%;
    padding-top: 24px;
  }

  .product_slider2__item .icon {
    width: 80px;
    top: 100px;
  }

  .reviews__block {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .reviews__item {
    width: 680px;
  }

  .product__page__images {
    width: 100%;
  }

  .product__page__images .block {
    width: 100%;
  }

  .product__page__img {
    height: auto;
  }

  .product__page__images .block {
    border: none;
  }

  .product__page__img_block {
    height: 466px;
    border: none;
  }

  .product__page__img_block .img {
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    width: 311px;
    height: 466px;
    margin: 0 auto;
  }

  .product__page__img {
    display: none;
  }

  .product__page__img_mobile {
    display: block;
  }
/*
  .product__page .container {
    padding: 0;
  }
*/
  .product__page .crumbs {
    padding: 0 22px;
  }

  .product__page .product__page_nav {
    padding-left: 22px;
  }

  .product__page .h3,
  .product__page .h2 {
    padding: 0 22px;
  }

  .product__page .product__page__content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product__page .description {
    padding-left: 22px;
    padding-right: 22px;
  }

  .filter_open_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .filter_open {
    width: 200px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D90000;
    border-radius: 4px;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    color: #D90000;
  }

  .filter_open svg {
    margin-right: 10px;
  }

  .price_select {
    margin-bottom: 0 !important;
  }

  .footer__logo {
    height: 119px;
    background: url(/local/templates/redesign2022/css/../img/footer-bg2.png) no-repeat bottom;
    top: -118px;
    padding-top: 27px;
  }

  .footer__logo img {
    /*width: 211px;*/
  }

  .footer__phone a {
    font-size: 24px;
    line-height: 29px;
  }

  .footer__btn .btn {
    width: 194px;
    height: 48px;
    font-size: 18px;
    line-height: 140%;
  }

  .footer__box .items:nth-child(1) {
    width: 100% !important;
    margin-bottom: 50px;
  }

  .contacts__page {
    padding-top: 24px;
  }

  .news__page {
    padding-top: 24px;
  }

  .product__page {
    padding-top: 24px;
  }

  .map__page__block .top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 24px;
  }
}

.header_burgir,
.header_mobile_menu {
  display: none;
}

.categories__page_nav,
.map__page_filter_btn,
.filter_top {
  display: none;
}

@media screen and (min-width: 880px) {
  .categories__block {
    height: 300px;
  }
}

@media screen and (min-width: 415px) {

  /* #header__catalog_2 {display: flex;} */

}

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

  .header__bottom .container .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }

  .h_c2 {
    display: none;
  }

  .h_c2.fixed {
    display: flex;
  }

  .compare_result_no_list_title {
    font-size: 40px;
  }

  .info {
    max-width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .info.active {
    padding: 0;
  }

  .info__close {
    padding: 8px;
    padding-bottom: 0;
    position: initial;
  }


  .info__content {
    padding-top: 48px;
    padding-right: 32px;
    padding-left: 66px;
  }


  .info__content .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .info__content .block:nth-child(1) {
    padding-top: 0;
  }

  .info__content .block .h5 {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 24px;
  }

  .info__content .box {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 8px;
  }

  .info__content .box:last-child {
    margin-bottom: 0;
  }

  .info__content .box .h6 {
    width: 60px;
    height: 40px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .info__content .top {
    width: 100%;
    padding: 32px 30px 40px 24px !important;
    margin-bottom: 64px;
  }

  .info__content .top .h4 {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .info__content .top .type .h6 {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .info__content .top .type svg {
    width: 19px;
    height: 39px;
  }

  .info__content .top .type p {
    font-size: 20px;
    padding-left: 16px;
    margin: 0;
    margin-bottom: 8px;
  }

  .info__content .top .type {}

  .info__content .top h3 {
    margin-bottom: 31px;
  }

  .info__content .top h3 span,
  .info__content .top h3 p {
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info__content .top .input {
    margin-bottom: 27px;
  }

  .info__content .top .input p {
    wirth: 12%;
    font-size: 20px;
  }

  .info__content .top .input input {
    width: 70%;
  }

  .wd-100 {
    width: 100%;
    padding: 0px 15px;
  }
}

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

  .info__content .top h3 span,
  .info__content .top h3 p {
    font-size: 17px;
  }
}

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

  .info__content .top h3 span,
  .info__content .top h3 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .info {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 456px) {
  .mx-auto img {
    width: 100%;
  }

  .compare_result_no_list_title {
    font-size: 32px;
  }

  .info__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 414px) {
  #header__catalog_1 {
    display: flex;
  }

  .header__where_buy {
    /* display: flex; */
  }

  .info {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header {
    z-index: 995;
  }

  .info.active {
    padding-top: 0px;
  }

  .info__close {
    padding: 8px;
    padding-bottom: 0;
    position: initial;
  }

  .info__content {
    padding: 0;
  }

  .info__content .block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .info__content .block:nth-child(1) {
    padding-top: 0;
  }

  .info__content .block .h5 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
  }

  .info__content .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info__content .box:last-child {
    margin-bottom: 0;
  }

  .info__content .box .h6 {
    width: 48px;
    height: 24px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .info__content .box p {
    font-size: 16px;
  }

  .info__content .top {
    width: 100%;
    border-radius: 0;
    padding: 32px 15px 40px !important;
    margin-bottom: 45px;
  }

  .info__content .top h3 {
    margin-bottom: 16px;
  }

  .info__content .top .h4,
  .info__content .top .type .h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .info__content .top .type .h6 {
    width: 100%;
  }

  .info__content .top .type svg {
    width: 24px;
    height: 48px;
  }

  .info__content .top .type p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
  }

  .info__content .top .type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .info__content .top h3 span,
  .info__content .top h3 p {
    font-size: 14px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info__content .top .input p {
    wirth: 12%;
    font-size: 20px;
  }

  .info__content .top .input input {
    width: 70%;
  }
}

@media screen and (max-width: 425px) {
  .slider_icon {
    display: block !important;
  }
}

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

  /*
  .banner_tab {
    display: none; }
  .banner_mobile {
    display: block; }
*/
  .banner__block img {
    width: 100%;
    height: auto;
  }

  .categories__page__filter .catalog__aside .top {
    width: 100%;
  }

  .map__page_filter_btn {
    width: 98%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #D90000;
    border-radius: 4px;
    position: fixed;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 2px;
    z-index: 99;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    color: #D90000;
  }

  .map__page_filter_btn svg {
    margin-right: 10px;
  }

  .map__page_filter_btn:hover {
    background-color: red;
  }
/*
  section {
    display: none;
  }
*/
  .container {
    padding: 0 15px;
  }

  .question_fixed {
    display: none;
  }

  .header__navbar,
  .header__right {
    display: none;
  }

  .header__top .left p {
    font-size: 14px;
    line-height: 140%;
  }

  .header__top .left p svg {
    width: 14px;
    height: 14px;
    margin-top: 4px;
    margin-right: 8px;
  }

  .header__top .box {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__top .box .header__catalog {
    height: 100%;
    margin: 0;
    border-radius: 0px;
  }

  .header__bottom {
    height: 64px;
    padding-bottom: 0;
  }

  .header__logo {
    width: 100px;
  }

  .header__catalog {
    width: 122px;
    /*height: 32px;*/
    border-radius: 0px;
    margin-left: 19px;
    font-size: 16px;
    line-height: 130%;
  }

  .header.fixed .header__bottom {
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 950;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
    box-shadow: 0px 8px 25px rgba(0, 15, 31, 0.07);
  }

  .header_mobile_menu {
    display: block;
    top: 100px;
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 32px 40px rgba(9, 30, 66, 0.15), inset 0px 1px 0px #EEEEEE;
    box-shadow: 0px 32px 40px rgba(9, 30, 66, 0.15), inset 0px 1px 0px #EEEEEE;
  }

  .header_mobile_menu .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px 20px 24px 20px;
    border-bottom: 1px solid #EEEEEE;
  }

  .header_mobile_menu .top svg {
    margin-right: 16px;
  }

  .header_mobile_menu .top a {
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    color: #343434;
  }

  .header_mobile_menu .top a:last-child {
    border-left: 1px solid #EEEEEE;
    padding-left: 16px;
    margin-left: 16px;
  }

  .header_mobile_menu ul {
    margin-bottom: 40px;
  }

  .header_mobile_menu ul li a {
    display: block;
    padding: 32px 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #343434;
    border-bottom: 1px solid #EEEEEE;
  }

  .header_mobile_menu .phone {
    padding: 0 15px;
    margin-bottom: 32px;
  }

  .header_mobile_menu .phone a {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #343434;
    margin-bottom: 16px;
  }

  .header_mobile_menu .phone .btn {
    width: 219px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D90000;
    border-radius: 4px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    color: #D90000;
  }

  .header_mobile_menu .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
  }

  .header_mobile_menu .soc a {
    margin-right: 37px;
  }

  .header_mobile_menu.active {
    height: 100%;
    /*calc(100% - 111px);*/
    overflow-y: auto;
    padding-bottom: 80px;
  }

  .header_mobile_menu.fixed {
    top: 47px;
  }

  .header_mobile_menu.active.fixed {
    height: 100%;
    /*calc(100% - 47px);*/
  }

  .catalog_menu {
    top: 111px;
  }

  .catalog_menu.fixed {
    top: 47px;
  }

  .catalog_menu.active {
    height: calc(100% - 111px - 45px);
  }

  .catalog_menu.fixed.active {
    height: calc(100% - 47px);
  }

  .header_burgir {
    width: 32px;
    height: 32px;
    /*margin-left: auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header_burgir svg:nth-child(2) {
    display: none;
  }

  .header_burgir.active {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .header_burgir.active svg {
    display: none;
  }

  .header_burgir.active svg:nth-child(2) {
    display: block;
  }

  .header {
    height: 100px;
  }

  .banner {
    display: block;
    margin-bottom: 56px;
  }

  .banner__block {
    height: 260px;
  }

  .header__top {
    height: 48px;
    padding-top: 0px;
  }

  .banner__btn {
    bottom: 60px;
    padding-left: 12px;
  }

  .banner__btn .btn {
    width: 120px;
    height: 28px;
    font-size: 10px;
  }

  .advantages {
    display: block;
    padding: 0;
    margin-bottom: 80px;
  }

  .advantages__container {
    border-radius: 32px;
    height: 535px;
  }

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

  .advantages__block {
    width: 245px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages__block p {
    text-align: center;
  }

  .categories {
    display: block;
    padding-bottom: 80px;
  }

  .categories .container {
    padding: 0;
  }

  .categories__block {
    width: 100%;
    height: 250px;
    margin-right: 0;
    margin-bottom: 75px;
    border-radius: 5px;
  }

  .categories__block .img {
    top: -37px;
  }

  .categories__btn .btn {
    width: 280px;
    height: 48px;
    font-size: 16px;
    line-height: 130%;
  }
/*
  .product_slider.index {
    display: none;
  }*/

  .confidence {
    display: block;
    padding-bottom: 80px;
  }

  .confidence__right .h2 {
    padding-left: 0;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
  }

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

  .confidence__right {
    width: 100%;
  }

  .confidence__left {
    min-width: 275px;
    width: 275px;
    height: 275px;
    margin-bottom: 24px;
  }

  .confidence__right h6::after,
  .confidence__right h5::after,
  .confidence__right h4::after {
    display: none;
  }

  .confidence__right h6 {
    width: 100%;
    height: auto;
    background: #D90000;
    padding: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
  }

  .confidence__right h5 {
    width: 100%;
    height: auto;
    background: #D90000;
    padding: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
  }

  .confidence__right h4 {
    width: 100%;
    height: auto;
    background: #D90000;
    padding: 16px;
    text-align: center;
    margin: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .product_slider2 {
    display: block;
  }

  .product_slider2 .h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .product_slider2__block {
    height: 400px;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  .product_slider2__item {
    width: 95%;
    height: 400px;
  }

  .reviews {
    display: block;
    padding-bottom: 64px;
  }

  .reviews .h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }

  .reviews__item {
    width: 95%;
    padding: 24px 24px 32px 24px;
  }

  .reviews__item h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .reviews__item h3 span {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 8px;
  }

  .reviews__item p {
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  .reviews__item a {
    margin-top: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .catalog_menu .box .items,
  .catalog_menu .box .items.catalog_menu_btn {
    padding: 32px 35px 32px 15px;
  }

  .catalog_menu .box .items .title,
  .catalog_menu .box .items.catalog_menu_btn .title {
    font-size: 16px;
    line-height: 130%;
  }

  .catalog_menu .box .items img {
    bottom: 5px;
    right: 5px;
    width: 120px;
  }

  .categories__page {
    display: block;
  }

  .categories__page__filter .catalog__aside {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }

  .categories__page__filter .catalog__aside {
    padding-top: 104px;
  }

  .crumbs {
    display: none;
  }

  .categories__page__product .h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 24px;
    /*padding-right: 30px;*/
  }

  .filter_open_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price_select {
    margin-bottom: 16px !important;
  }

  .filter_open {
    width: 100%;
  }

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

  .categories__page__product .product_slider__block {
    width: 48%;
    height: 311px;
    padding: 0px 0px;
    margin: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .categories__page__product .product_slider__block .product_slider__item {
    width: 95%;
    height: 340px;
  }

  .product_slider__item .btn {
    width: 120px;
    height: 28px;
    font-size: 10px;
    top: 115px;
  }

  .product_slider__item .detailed {
    display: inline-flex;
  }

  .product_slider__item .modalbox {
    width: 120px;
    height: 28px;
    font-size: 10px;
    
    display: none;
  }
  
  .product_slider__item-recom .modalbox {
	  top: 115px;
  }
  
  .prod_slider-soput .modalbox {
	  top: 115px;
  }

  .product_slider__item .img {
    height: 166px;
    margin-bottom: 8px;
  }

  .product_slider__item .price {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .product_slider__item .title {
    font-size: 14px;
    line-height: 140%;
  }

  .product_slider__block.slick-active .product_slider__item:hover {
    height: auto;
  }

  .product_slider__item .options .box .h6 {
    font-weight: bold;
    font-size: 13px;
  }

  .product_slider {
    display: block;
  }

  .next-page {
    /*display: none;*/
  }

  .categories__page .container {
    margin-bottom: 80px;
  }

  .product_slider .product_slider__block.slick-active .product_slider__item {
    width: 95%;
    min-height: 370px;
  }

  .product_slider__item .options .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product_slider {
    margin-bottom: 112px;
  }

  .categories__page {
    padding-bottom: 0;
  }

  .categories__page__product .product_slider__block:nth-child(4n) {
    margin-right: 0;
  }

  .categories__page_nav {
    display: block;
  }

  .product__page_nav {
    margin-bottom: 30px;
  }

  .product__page_nav .slick-arrow {
    display: none !important;
  }

  .product__page_nav::after {
    display: none !important;
  }

  .product__page_nav .block a {
    font-size: 14px;
    line-height: 140%;
    margin-right: 8px;
  }

  .product__page {
    padding-top: 31px;
    display: block;
  }

  .product__page .product__page_nav {
    padding-left: 0;
  }

  .product__page__img_block {
    height: 360px;
  }

  .product__page__img_block .img {
    max-width: 240px;
    width: 100%;
    height: 360px;
  }

  .product__page__img_block .img img {
    width: 100%;
  }

  .product__page .h3 {
    margin-bottom: 16px;
  }

  .product__page .h2 {
    display: block;
    font-size: 28px;
    line-height: 39px;
  }

  .product__page .h2 .icon {
    display: inline-block;
    margin-left: 0;
  }

  .product__page__images {
    min-width: 100%;
  }

  .product__page__content {
    padding: 0 !important;
  }

  .product__page__content-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 64px !important;
    position: relative;
  }

  .product__page__content .price,
  .product__page__content .in_stock {
    padding: 0 15px;
  }

  .product__page__content .btn {
    margin-top: 32px;
    height: 48px;
  }

  .product__page__content .btn .btn_cart.fixed,
  .product__page__content .btn .out_of_stock.fixed {
    position: fixed;
    bottom: 42px;
    left: 0;
    z-index: 99;
    width: 100%;
  }

  .product__page__content .btn .btn_comparisons {
    position: absolute;
    top: 70px;
    right: 15px;
  }

  .product__page__content .btn .btn_cart,
  .product__page__content .btn .out_of_stock {
    margin-right: 0;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 130%;
  }

  .product__page__box {
    display: flex;
    align-items: center;
    justify-content: center;	  
    margin-bottom: 56px;
  }

  .product__page .description {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 32px;
  }

  .product__page .description .block1 h3 {
    margin-bottom: 16px;
  }

  .product__page .description .block1 p {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 12px;
  }

  .product__page .description .block2 p {
    font-size: 16px;
    line-height: 145%;
  }

  .product__page .description .block2 {
    margin-bottom: 48px;
  }

  .product__page .description .block3 .specifications .option {
    margin-bottom: 24PX;
  }

  .product__page .description .block3 .specifications .option .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product__page .description .block3 .specifications .option h5 {
    margin-left: 0;
  }

  .product__page .description .block3 .specifications .option .box::after {
    display: none;
  }

  .product__page_slider {
    display: block;
  }

  .product_slider .h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
  }

  .product_slider__block.slick-active .product_slider__item:hover {
    height: auto;
  }

  .product_slider__slick:hover {
    z-index: 9 !important;
  }

  .categories__page {
    padding-bottom: 100px;
  }

  .product__page_slider {
    padding-bottom: 100px;
  }

  .about_us__page {
    display: block;
  }

  .about_us__page__banner {
    width: 200%;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
    margin-bottom: 47px;
  }

  .about_us__number .block {
    width: 100%;
    height: 121px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_us__number .block .num {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
  }

  .about_us__number .block .h6 {
    font-size: 18px;
    line-height: 145%;
    text-align: center;
  }

  .about_us__number {
    margin-bottom: 80px;
  }

  .about_us__page .h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 32px;
  }

  .about_us__page .h2 span {
    text-align: start;
    margin-top: 8px;
    font-size: 14px;
    line-height: 140%;
  }

  .about_us__block .ball {
    width: 16px;
    height: 16px;
  }

  .about_us__block .ball::after {
    width: 24px;
    height: 24px;
  }

  .about_us__block .ball {
    left: -45px;
  }

  .about_us__box::after {
    left: 12px;
  }

  .about_us__box {
    padding-left: 50px;
  }

  .about_us__block .date {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }

  .about_us__block p {
    font-size: 16px;
    line-height: 145%;
  }

  .about_us__block p:last-child {
    margin-bottom: 0;
  }

  .about_us__block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .about_us__box {
    margin-bottom: 300px;
  }

  .about_us__map .map_img {
    width: 300%;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    transform: translateX(-15%);
  }

  .about_us__map_block {
    width: 100%;
    top: -200px;
    z-index: 1;
    right: 0 !important;
    padding: 0 15px;
  }

  .about_us__map_block h3 {
    text-align: start;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }

  .about_us__map_block p {
    font-size: 16px;
    line-height: 145%;
    text-align: start;
  }

  .about_us__page .h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
    padding: 0 18px;
  }

  .about_us__humans .h2 {
    text-align: center;
  }

  .about_us__humans .block {
    width: 100%;
    margin-bottom: 24px;
  }

  .about_us__humans .block .img {
    height: 250px;
    margin-bottom: 16px;
  }

  .about_us__humans .block .name {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
  }

  .about_us__humans .block p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 24px;
  }

  .about_us__humans {
    margin-bottom: 80px;
  }

  .about_us__page .container {
    padding: 0;
  }

  .about_us__page .container:nth-child(1) {
    padding: 0 15px;
  }

  .about_us__humans {
    padding: 0 15px;
  }

  .anchor_form {
    padding: 40px 15px 56px 15px;
    border-radius: 0;
  }

  .anchor_form .h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
    text-align: center;
  }

  .anchor_form p {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }

  .anchor_form p a {
    display: block;
    font-weight: normal;
  }

  .anchor_form .form {
    margin-top: 32px;
  }

  .anchor_form .form .check {
    width: 100% !important;
    margin-bottom: 16px;
  }

  .anchor_form .form .btn {
    width: 100%;
  }

  .anchor_form .form .input {
    width: 100%;
    margin-bottom: 16px;
  }

  .about_us__page {
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .become__page {
    display: block;
    padding-bottom: 80px;
  }

  .become__page .container {
    padding: 0;
  }

  .become__page__banner {
    width: 150%;
    -webkit-transform: translateX(-17%);
    -ms-transform: translateX(-17%);
    transform: translateX(-17%);
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .become__page .h2 {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 24px;
  }

  .become__page__block {
    height: 240px;
    border-radius: 8px;
    padding-left: 0;
    padding-top: 24px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .become__page__block .h5,
  .become__page__block:nth-child(2n) .h5 {
    width: 254px !important;
    font-size: 18px;
    line-height: 130%;
    height: auto;
    text-align: center;
    margin: 0 auto !important;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .become__page__block img {
    bottom: -20% !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .news__page {
    display: block;
    padding-top: 24px;
  }

  .news__page .container {
    padding: 0;
  }

  .news__page .h2 {
    font-size: 32px;
    line-height: 39px;
    padding: 0 15px;
  }

  .news__page__items {
    width: 100%;
    border-radius: 0;
  }

  .news__page__items .img {
    height: 240px;
  }

  .news__page__items .img img {
    width: 110%;
    height: auto;
  }

  .news__page__items .date {
    font-size: 14px;
    line-height: 140%;
  }

  .news__page__items .title {
    font-size: 18px;
    line-height: 130%;
  }

  .news__page__items {
    height: auto;
  }

  .news__page__box {
    margin-bottom: 78px;
  }

  .news__page {
    padding-bottom: 80px;
  }

  .contacts__page {
    display: block;
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .contacts__page .h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 24px;
    padding: 0 15px;
  }

  .contacts__page__box {
    height: auto;
  }

  .contacts__page__block {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -6px;
  }

  .contacts__page__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__page__box iframe {
    height: 346px;
  }

  .contacts__page__block .left {
    width: 100%;
    height: auto;
    padding: 24px 14px 32px 14px;
  }

  .contacts__page__block .right {
    width: 100%;
    height: auto;
    padding: 24px 14px 32px 14px;
  }

  .contacts__page__block h3 {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  .contacts__page__block a {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 8px;
  }

  .contacts__page__block .bottom {
    height: auto;
    padding: 24px 14px 32px 14px;
  }

  .contacts__page__block .bottom p {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 16px;
  }

  .contacts__page__block .bottom span {
    font-size: 14px;
    line-height: 140%;
  }

  .contacts__page__block .bottom svg {
    right: -88px;
  }

  .contacts__page__block {
    height: auto;
  }

  .contacts__page__box {
    margin-bottom: 80px;
  }

  .contacts__page .container {
    padding: 0;
  }

  .map__page {
    display: block;
    padding-bottom: 80px;
  }

  .map__page .container {
    padding: 0;
  }

  .map__page__block .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0 16px;
  }

  .map__page__block .top .btn {
    padding: 16px 0 8px;
  }

  .map__page__filter {
    position: fixed;
    bottom: -400px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 339px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 8px;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .map__page__filter .filter_top {
    width: 100%;
    min-height: 71px;
    height: 71px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }

  .map__page__filter .filter_top .h5 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
    color: #5F7283;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .map__page__filter .filter_top .h5 svg {
    margin-right: 8px;
  }

  .map__page__filter .filter_top .close {
    background-color: transparent;
    border: none;
  }

  .map__page__filter .top,
  .map__page__filter .bottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .map__page__filter .top {
    margin-top: 71px;
    padding: 0 17px;
    padding-top: 32px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
  }

  .map__page__filter .top .btn {
    margin: 0;
    margin-bottom: 16px;
  }

  .map__page__filter .top .btn:last-child {
    margin-bottom: 0;
  }

  .map__page__filter .bottom {
    padding: 0 17px;
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .map__page__filter .bottom .check {
    margin: 0;
    margin-bottom: 16px;
  }

  .map__page__filter .bottom .check:last-child {
    margin-bottom: 0;
  }

  .map__page__filter.active {
    bottom: 0;
  }

  .map-filter.minus {
    position: relative;
    z-index: -1;
  }

  .map__page__box .iframe {
    height: 400px;
  }

  .map__page__block {
    height: 619px;
  }

  .map__page__block .block {
    height: 167px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .map__page__box {
    margin-bottom: 80px;
  }

  .map__page__block .title {
    padding-left: 24px;
  }

  .footer__logo {
    position: relative;
    top: auto;
    left: auto;
    background: #00335E;
    height: 148px;
    padding: 0 15px;
    padding-top: 56px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__top {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .footer__top .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__phone {
    width: 100%;
    text-align: start !important;
    margin-bottom: 16px;
  }

  .footer__phone a {
    font-size: 24px;
    line-height: 29px;
  }

  .footer__btn {
    width: 221px;
    height: 48px;
  }

  .footer__btn .btn {
    width: 100%;
    height: 48px;
  }

  .soc_box {
    margin-top: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .soc_box .item {
    width: auto;
    margin-right: 40px;
  }

  .soc_box .item p {
    display: none;
  }

  .footer__box {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .footer__box .items {
    width: 100% !important;
    margin-bottom: 44px;
  }

  .footer__box .items:last-child {
    margin-bottom: 0;
  }

  .footer__box .items h5,
  .footer__box .items .h5 {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .footer__box .items li {
    margin-bottom: 16px;
  }

  .footer__box .items a {
    font-size: 16px;
    line-height: 145%;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer__bottom .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .footer__bottom .left p {
    font-size: 14px;
    line-height: 140%;
  }

  .footer__bottom .left a {
    font-size: 14px;
    line-height: 140%;
  }

  .footer__bottom .right a {
    font-size: 14px;
    line-height: 140%;
  }

  .confidence__right h4,
  .confidence__right h5,
  .confidence__right h6 {
    font-size: 16px;
    line-height: 130%;
  }

  .product_slider2__item .title .h5 {
    font-size: 18px;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 32px !important;
  }

  .product_slider2__item .img {
    width: 500px;
    top: -40px;
    /*bottom: 40px;*/
  }

  .product_slider2__item .icon {
    width: 60px;
  }

  .product_slider2__item .title {
    background-size: 120%;
  }

  .reviews__slider {
    margin-bottom: 72px !important;
  }

  .reviews__slider .slick-arrow {
    display: none !important;
  }

  .product_slider2__slick .slick-dots,
  .reviews__slider .slick-dots {
    bottom: -40px;
  }

  .product_slider2__slick .slick-dots li,
  .reviews__slider .slick-dots li {
    width: 16px;
    height: 16px;
    position: relative;
    margin: 0 4px;
  }

  .product_slider2__slick .slick-dots li button,
  .reviews__slider .slick-dots li button {
    display: none;
  }

  .product_slider2__slick .slick-dots li::after,
  .reviews__slider .slick-dots li::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00335E;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .product_slider2__slick .slick-dots li.slick-active::after,
  .reviews__slider .slick-dots li.slick-active::after {
    width: 16px;
    height: 16px;
    opacity: 1;
  }

  .banner__slider .slick-dots {
    bottom: 11px;
  }

  .banner__slider .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  .header__bottom {
    height: auto;
    padding-bottom: 0;
  }	

	.header2 {
		width: 100%;
		height: auto;
	}
	.header__logo {		
		margin-top: 7px;
	}  
}

@media screen and (max-width: 330px) {
  .banner__block {
    height: 240px;
  }
}

@media screen and (max-width: 320px) {
  .popup-window-titlebar .popup-window-titlebar-text {
    font-size: 28px;
  }

}

@media screen and (max-width: 495px) {
  .product_slider__item {
    /* width: 200px !important; */
    /* height: 100%; */
  }

  .header__top .right {
    /* height: 16px;  */
  }
}

@media (max-width: 768px) {
  .header__top .right a {
    /* width: 10px; */
    /* height: 16px; */
    /*overflow: hidden;*/
    margin-left: 0;
    font-size: 0;
    margin-left: 0;
  }

  .header__top .right a svg {
    min-width: 11px;
    width: 11px;
    min-height: 17px;
    height: 17px;
    margin: 0;
  }

  .header__top .right a:nth-child(1) {
    display: none;
  }

  .header__top .right a svg {
    /* min-height: 25px;
    min-width: 20px; */
  }
}

@media (max-width: 768px) {

  .header__top .right-icons a svg,
  .header__top .right a svg {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 429px) {
  .product_slider__item {
    /* width: 170px !important; */
    /* height: 100%; */
  }
}

@media screen and (max-width: 374px) {
  .product_slider__item {
    /* width: 140px !important; */
    /* height: 100%; */
  }
}
/* End */


/* Start:/local/templates/redesign2022/css/custom.css?175082273013356*/
.loader{
	display: block;
    box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
	width: 611px;
	height: 138px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	animation: loader-steps .5s linear infinite;
	background-image: url('/local/templates/redesign2022/css/../images/icons/loader/step1.svg');
	transition: .25s;
}
.order__page{
	margin-bottom: 150px;
}
@media(max-width: 850px){
	.loader{
		max-width: 300px;
		max-height: 75px;
	}
}
@media(max-width: 400px){
	.loader{
		max-width: calc(100vw - 60px);
	}
}
@keyframes loader-steps {
    0% {
        background-image: url('/local/templates/redesign2022/css/../images/icons/loader/step1.svg');
    }
	25% {
        background-image: url('/local/templates/redesign2022/css/../images/icons/loader/step1.svg');
    }
    45% {
        background-image: url('/local/templates/redesign2022/css/../images/icons/loader/step2.svg');
    }
    65% {
        background-image: url('/local/templates/redesign2022/css/../images/icons/loader/step3.svg');
    }
    100% {
        background-image: url('/local/templates/redesign2022/css/../images/icons/loader/step4.svg');
    }
}
.profile-page-container{
	margin-bottom: 360px;
}
.bx-searchtitle.theme-red .bx-input-group .bx-form-control{
	height:48px;
}
.bx-searchtitle .bx-input-group-btn button{
	height: 48px!important;
	border-radius: 0 5px 4px 0!important;
}

jdiv[class*="_orientationRight"],
jdiv.__jivoMobileButton {
	margin-bottom:60px;
}
.search-page-content {
	padding-bottom: 0;
}
/*
.popup-window-content {
	min-width: 400px;
}*/
.popup-window-buttons {
	padding-bottom: 24px;
}
.popup-window-buttons .btn-buy {
	cursor: pointer;
	padding: 10px;
	text-decoration: underline;
}
.popup-window-buttons .btn-buy:hover {
	text-decoration: none;
}

.header__right .bx-basket {
	margin-left: 25px;
}

.footer__logo {
	position: relative;
	z-index: 10;
	top: inherit;
	background-position: 50% 0;
	background-size: cover;
}

.product-item [data-entity="compare-checkbox"] {
	display: none;
}
.product-item .product-item-compare {
	cursor: pointer;
}

.header-compare-link,
.header-whishlist-link {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 0;
	flex-direction: column;
}
.header-compare-ico,
.header-whishlist-ico {
	position: relative;
}
.header-compare-count,
.header-whishlist-count {
	font-size: 12px;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #f33;	
	color: #fff;
	text-align: center;
	line-height: 20px;
}

.inner-page-content {
	/* margin-bottom: 100px; */
	/* padding-bottom: 100px !important; */
}

.product__page_nav div.active a.active {
	background: #00335E;
	border: 1px solid #00335E;
	color: #FFFFFF;
}

.banner_desktop {
	min-height: 200px;
	height:752px;
	background-image:url(/upload/index/bgslide.jpg);
}
/*
.slick-initialized .slick-slide,
.slick-initialized .slick-slide a
{
 background-color:#fff!important;	
}*/

.right-icons {
	display: flex;
	align-items: center;
}
.cart-mobile {
	margin-right: 10px;	
}
.cart-mobile svg path {
	fill: #fff;
}

@media (max-width: 375px) {
	.cart-mobile { margin-right: 5px; }	
}

.header__top .right a:nth-child(1) {
	/* display: inherit; */
}

@media (min-width: 496px) {
	.cart-mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.header__top .right {
		/* display: none */
	}
}

.product__page .description article ul {
	list-style: disc;
	padding-left: 1.4em;
}
.product__page .description article li {
	margin: 0 0 5px;
}

.arrow-down {
    width: 20px;
    height: 20px;
	background: url(/local/templates/redesign2022/img/upArrow.png) no-repeat;
	background-position: center center;
}

.arrow-up {	
    width: 20px;
    height: 20px;
	background: url(/local/templates/redesign2022/img/downArrow.png) no-repeat;
	background-position: center center;	
}

.catalog-section_height {
	min-height: 536px;
	margin-bottom: 31px;
}

.cat-sec_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.compare-items thead {
	display: none;
}

.compare-items tbody {
	display: none;
}

.container .title {
	margin-top: 4%;
	margin-bottom: 4%;
	display: flex;	
    flex-wrap: wrap;
}

.container .title .crumbs {
	width: 100%;
}


.dsp-flex {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    margin: 0px -13px;
}

.dsp-flex-start {
	justify-content: flex-start;
}

.dsp-flex_row_nw {
	display: flex; 
	flex-direction: row; 
	flex-wrap: nowrap;	
}

.delete_compare_list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.delete_compare_list-text {
    text-decoration: none !important;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #D90000 !important;
}

.ellipse {	
    border-radius: 50%;
	position: static;
	width: 28px;
	height: 28px;
	/* белый */
	background: #FFFFFF;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 2px;
}

.js-dsp-none {
    visibility: hidden;
    height: 0px;
	
}

.properties {
	padding: 0;
    padding-top: 40px;
    padding-bottom: 15px;
	display: flex;
	align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.property {
	padding: 15px 0;
	width: 100%;
}

.properties_wrap {
	padding: 15px 0;
	/*display: flex;
	align-items: center;
    flex-direction: row;
    flex-wrap: wrap;*/
}

.properties_wrap:hover {
	background-color: #EEEEEE;
}

.property_title {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 28px;
}
 
.property_title-wrap, .switch_title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
}

.property_title-wrap, .switch_title {
	margin-left: 8px;
}

.property_value {
	width: 20%;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    text-align: center;
}

.property_value-text {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
	color: #343434;
}

.section-item {   
    width: 100%;
    height: 100%; 
	background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.section-item-magrin {
	width: 25%;
	margin: 0px;
    padding: 13px;
    position: relative;
}

.section-item .title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #343434;
    padding: 0 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1045px) {
	.section-item .title {
		font-size: 15px;
	}	
}

@media screen and (max-width: 973px) {
	.section-item .title {
		font-size: 14px;
	}	
}

@media screen and (max-width: 922px) {
	.section-item .title {
		padding: 0 10px;
	}	
}

@media screen and (max-width: 900px) {
	.section-item .title {
		padding: 0 5px;
		line-height: 120%;
	}	
}

@media screen and (max-width: 768px) {	
	.section-item-magrin {
		width: 50%;
	}	
}

@media screen and (max-width: 480px) {	
	.section-item-magrin {
		width: 100%;
	}	
}

@media screen and (max-width: 767px) {
	.section-item .title {
		font-size: 15px;
	}
}

.section-item .img {
    width: 100%;
	height: 70%;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
}

.section-item .img img{
    width: 100%;
	height: 100%;
}
/*
.slick-prev {
	z-index: 10;
    box-shadow: 0px 0px 13px silver;
    border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
    left: 11px;
	background: url(/local/templates/redesign2022/img/prevArrow.png) no-repeat;
	background-position: center center;
}
.slick-next {
	z-index: 10;
    box-shadow: 0px 0px 13px silver;
    border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
    right: 11px;
	background: url(/local/templates/redesign2022/img/nextArrow.png) no-repeat;
	background-position: center center;
	background-size: 100%;
}

.slider-arrow {
    right: -25px;
	width: 48px;
	height: 48px;
	display: flex;
    background-color: #ccc;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
	background: url(/local/templates/redesign2022/img/nextArrow.png) no-repeat !important; 
	background-position: center center !important;
}

.slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
	background: url(/local/templates/redesign2022/img/nextArrow.png) no-repeat !important; 
	background-position: center center !important;
}

.slick-prev:hover, .slick-prev:focus{
    color: transparent;
    outline: none;
	background: url(/local/templates/redesign2022/img/prevArrow.png) no-repeat !important; 
	background-position: center center !important;
}*/

.switch {
    display: flex;
    width: 64px;
    height: 32px;
    /*background: #E8E8E8; - for checked*/
    background: #858585;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    border-radius: 323px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
	margin-left: 16px;
}

.switch_wrapper input:checked ~ div{
    align-items: flex-end;
	background: #4598ff;
}

.switch_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 17px;
	padding-top: 0px;
}

.title .title_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_14 {	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	
	position: static;
	height: 20px;
	
	color: #00335E;
	
	flex: none;
	flex-grow: 0;
	margin: 0px 16px;
}

.title_wrap_text {	
	font-family: Inter; 
	font-size: 48px; 
	font-style: normal; 
	font-weight: 900; 
	line-height: 48px; 
	letter-spacing: 0px; 
	text-align: left;
}

.wd {
	width: 20%;
}

.fl {
    display: flex;
    flex-direction: column;	
	align-items: center;
}

.compare__slider {}
.compare__slider .slick-arrow {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 15px rgb(9 30 66 / 8%);
	box-shadow: 0px 2px 15px rgb(9 30 66 / 8%);
	z-index: 9;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.compare__slider .slick-arrow::after {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #014888;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.compare__slider .slick-next::after {
	border-top: 0;
	border-left: 0;
	left: 43%;
}
.compare__slider .slick-prev::after {
	border-right: 0;
	border-bottom: 0;
	left: 57%;
}

.compare__slider .slick-next {
	/* right: -25px !important; */
}
.compare__slider .slick-prev {
	/* left: -25px !important; */
}
/*
@media screen and (max-width: 500px) {
	.product_slider__block.slick-active .product_slider__item {
		 width: 100%;
	}	
}*/

.notice__block{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100px;
    align-items: center;
    font-size: 21px;
    margin-bottom: 100px;
}

/* WishList */
.WhishList{
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    text-decoration: none;
    outline: none;
    position: relative;
}
.WhishList.add-list::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/redesign2022/css/../images/icons/whishlist-add.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.WhishList.remove-list::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/redesign2022/css/../images/icons/whishlist-added.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.top-right-icons{
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	row-gap: 2px;
	column-gap: 2px;
}
.top-right-icons .WhishList{
	max-width: 24px;
	max-height: 24px;
}
#sale-icons-count.hide{
    display: none;
}
@media(max-width: 1024px) {
	.header-whishlist-text{
		display: none;
	}
}
@media(max-width: 767px) {
	.header-compare-count,
	.header-whishlist-count {
		display: none;
	}
	.profile-page-container{
		margin-bottom: 80px;
	}
}

@media(min-width: 769px) {
	.container .crumbs {
		display: flex;
		flex-direction: row;
		align-items: center;
	
		height: 40px;
	}
	.title_wrap > h1 {
		font-size: 40px;
	}
}

@media(max-width: 768px) {
	.title_wrap > .title_wrap_text {
		font-size: 40px;
	}
}

@media(max-width: 414px) {
	.title {
		margin-bottom: 24px !important;
	}
		.title .title_wrap {
			flex-direction: column;
			align-items: flex-start;
		}
			.title_wrap > .title_wrap_text {
				font-size: 32px;
				line-height: 39px;
			}
			.delete_cmopare_list {
				margin-top: 16px;
			}
				.delete_compare_list-text {
					font-size: 14px;
				}
		/*.switch_wrapper {
			display: none;
		}*/
}
/* End */


/* Start:/local/templates/redesign2022/css/media.css?168801673243*/
footer .soc_box svg path {
	fill: #fff;
}


/* End */


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


/* Start:/local/templates/redesign2022/jquery-ui-1.12.1.custom/jquery-ui.min.css?168801673230747*/
/*! jQuery UI - v1.12.1 - 2020-02-10
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/local/templates/redesign2022/jquery-ui-1.12.1.custom/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* End */


/* Start:/local/templates/redesign2022/css/less-compiled.css?172473786921866*/
.section-item .img {
	display: flex;
	align-items: center;
	text-align: center;
	height: 85%;
}

.section-item .img a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-item .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.container-wide {
	max-width: 1680px;
}
.motor-advantages .sm-img {
	width: 100%;
}

@media (min-width: 768px) {
	.motor-advantages .product_slider2__block .sm-img {
		display: none;
	}
}

@media (max-width: 767px) {
	.full-width-wrapper .motor-advantages{
		margin-bottom: 60px;
	}
	.motor-advantages .product_slider2__block {
		height: 550px;
	}

	.motor-advantages .product_slider2__block .product_slider2__item {
		height: 550px;
	}

	.motor-advantages .product_slider2__block .img {
		width: auto;
		top: -65px;
	}

	.motor-advantages .product_slider2__block.with-sm-img .img {
		display: none;
	}
}

@media (max-width: 375px) {
	.motor-advantages .product_slider2__block {
		height: 450px;
	}

	.motor-advantages .product_slider2__block .product_slider2__item {
		height: 450px;
	}

	.motor-advantages .product_slider2__block .title {
		margin-bottom: 0 !important;
	}
}

.white-box {
	padding: 25px;
	background-color: #fff;
	border: solid 1px #EEE;
	border-radius: 10px;
	width: 200px;
	position: relative;
}

.white-box:before {
	content: "";
	display: block;
	border: solid #EEE;
	border-width: 1px 1px 0 0;
	background: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: calc(93%);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.btn-style {
	width: 250px;
	height: 60px;
	background: #D90000;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-style:hover {
	color: #eee;
	background: #B60000;
}

.btn-style-blue {
	background: #014888;
}

.btn-style-blue:hover {
	background: #083762;
}

.btn-style-catalog span {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: relative;
}

.btn-style-catalog span:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	bottom: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-style-catalog span:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.header__catalog:hover {
	color: #fff;
}

.error-404-page {
	padding-bottom: 0 !important;
}

.error-404-page .h2 {
	text-align: center;
	margin-top: 30px;
}

.error-404-page .buttons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.error-404-page .buttons > * {
	margin: 0 15px 10px;
	height: 60px;
}

@media (max-width: 600px) {
	.error-404-page .buttons {
		flex-direction: column;
		align-items: center;
	}
}

.error-404-page .categories {
	margin-top: 100px;
	padding-bottom: 0;
}

.header_mobile_menu .header-city {
	padding: 40px 0 0 20px;
}

.header_mobile_menu .header-city a {
	color: #000;
	align-items: center;
}

.header_mobile_menu .header-city a svg path {
	fill: #000;
}

.header_mobile_menu .header-city .header-city-text {
	margin-left: 7px;
	border-bottom: dotted 1px;
}

.footer-mobile-block {
	position: fixed;
	z-index: 190;
	bottom: 0;
	width: 100%;
	height: 42px;
	background: #FFF;
	border-radius: 16px 16px 0px 0px;
	box-shadow: 0px -6px 25px rgba(0, 15, 31, 0.1);
}

@media (min-width: 768px) {
	.footer-mobile-block {
		display: none;
	}
}

.footer-mobile-block .buttons {
	display: flex;
	justify-content: space-evenly;
	height: 100%;
	align-items: center;
}

.footer-mobile-block .buttons .catalog-link {
	background: url(/local/templates/redesign2022/css/../img/top-catalog-ico.png) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
	.footer__wrap {
		padding-bottom: 85px;
	}
}
/*
.header__logo {
    width: 480px;
}
*/
.header-compare-link,
.header-account {
	flex-direction: column;
}

.header-account-wrap {
	position: relative;
	margin-left: 25px;
}

.header-account-wrap:hover .header-account-info {
	display: block;
}

.header-account-info {
	display: none;
	position: absolute;
	z-index: 100;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-top: 15px;
}

.header-account-info .account-name {
	margin-bottom: 20px;
}

.header-account-info-box {
	padding: 25px;
	background-color: #fff;
	border: solid 1px #EEE;
	border-radius: 10px;
	width: 200px;
	position: relative;
}

.header-account-info-box:before {
	content: "";
	display: block;
	border: solid #EEE;
	border-width: 1px 1px 0 0;
	background: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: calc(93%);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.header-account-menu li {
	margin-bottom: 20px;
}

.header-account-menu li:last-child {
	margin: 0;
}

.header-account-menu a {
	font-weight: bold;
}

@media (max-width: 1024px) {
	.header {
		height: 150px;
	}
}

@media (max-width: 767px) {
	.header {
		height: 110px;
	}

	.header .header__logo {
		width: inherit;
		margin-top: 7px;
	}
}

@media (max-width: 1024px) {
	.catalog_menu {
		top: 150px;
	}
}

@media (max-width: 767px) {
	.catalog_menu {
		top: 110px;
	}
}

.mobile-buttons {
	display: flex;
	margin: 7px 0 0;
}

.mobile-buttons .header__where_buy {
	display: flex;
}

@media (min-width: 768px) {
	.mobile-buttons {
		display: none !important;
	}
}

@media (min-width: 375px) {
	.mobile-buttons {
		width: 60%;
	}

	.mobile-buttons .header__where_buy {
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.header__top {
		display: none;
	}
}

.header__bottom {
  /*
    @media (max-width: 1024px) {
        height: 100px;
        padding-bottom: 0;
    }*/;
}

@media (min-width: 768px) {
	.header__bottom .container .box {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.header.fixed .header__logo {
	width: 245px;
}

.header.fixed .header__bottom .header__where_buy {
	display: none;
}

@media (max-width: 1023px) {
	.header.fixed .header__bottom .header__logo {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.header.fixed .header__bottom .box {
		flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-direction: row-reverse;
	}

	.header.fixed .header__bottom .mobile-buttons {
		margin: 0;
		width: inherit;
	}

	.header.fixed .header__bottom .header__logo {
		display: none;
	}
}

.header.fixed .catalog-btn-wrap .header__catalog {
	height: 36px;
}

.header.fixed .catalog-btn-wrap .bx-input-group-btn button {
	width: 40px !important;
	height: 28px !important;
}

.header.fixed .header-compare-text,
.header.fixed .header-account-text {
	display: none;
}

.header.fixed .header-account-wrap,
.header.fixed .header__right .bx-basket {
	margin-left: 15px;
}

.header.fixed .bx-searchtitle .bx-form-control {
	height: 36px !important;
}

@media (max-width: 1024px) {
	.header-compare-text,
  .header-account-text {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.header__catalog {
		width: 54px;
		background: url(/local/templates/redesign2022/css/../img/top-catalog-ico.png) center no-repeat #D90000 !important;
	}

	.header__catalog p {
		display: none;
	}

	.header__catalog span {
		display: none;
	}

	.header__catalog span:before,
  .header__catalog span:after {
		display: none;
	}
}

@media (max-width: 425px) {
	.header__catalog {
		height: 32px !important;
	}
}

.catalog-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.catalog-btn-wrap .search-box {
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 1024px) {
	.catalog-btn-wrap .search-box {
		width: 100%;
	}
}

.catalog-btn-wrap .bx-searchtitle {
	margin: 0;
}

@media (min-width: 1024px) {
	.catalog-btn-wrap {
		margin-left: 60px;
		margin-right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.catalog-btn-wrap {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	.catalog-btn-wrap {
		margin: 10px 0;
	}

	.catalog-btn-wrap .header__catalog {
		display: none;
	}
}

.header .bx-searchtitle .bx-input-group .bx-input-group-btn,
.search-page .bx-searchtitle .bx-input-group .bx-input-group-btn {
	background: #fff;
	border: solid 1px #D90000;
	border-radius: 4px;
	z-index: 4;
	position: relative;
	left: -2px;
}

.header .bx-searchtitle .bx-input-group .bx-input-group-btn button,
.search-page .bx-searchtitle .bx-input-group .bx-input-group-btn button {
	height: 40px;
	width: 45px;
	margin: 0 3px;
	background: url(/local/templates/redesign2022/css/../img/top-search-ico.png) 50% 50% no-repeat;
	background-color: #fff !important;
	background-size: 40%;
}

.header .bx-searchtitle .bx-input-group .bx-form-control,
.search-page .bx-searchtitle .bx-input-group .bx-form-control {
	height: 48px;
}

@media (max-width: 767px) {
	.header .bx-searchtitle .bx-input-group .bx-form-control,
  .search-page .bx-searchtitle .bx-input-group .bx-form-control {
		border-radius: 4px 0 0 4px;
		height: 40px;
	}

	.header .bx-searchtitle .bx-input-group .bx-input-group-btn button,
  .search-page .bx-searchtitle .bx-input-group .bx-input-group-btn button {
		height: 35px;
		width: 35px;
	}
}

.top-menu {
	margin: 0 20px;
}

.top-menu > ul > li.drop-down {
	position: relative;
}

.top-menu > ul > li > a,
.header__navbar a {
	color: #fff;
	white-space: nowrap;
}

.top-menu > ul > li:hover ul,
.top-menu > ul > li:focus ul {
	display: block;
}

.top-menu ul ul {
	padding: 25px;
	background-color: #fff;
	border: solid 1px #EEE;
	border-radius: 10px;
	width: 200px;
	position: relative;
	display: none;
	position: absolute;
	left: -85px;
	top: 35px;
}

.top-menu ul ul:before {
	content: "";
	display: block;
	border: solid #EEE;
	border-width: 1px 1px 0 0;
	background: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: calc(93%);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.top-menu ul ul li {
	text-align: left;
	margin: 0 0 10px;
}

.top-menu ul ul li:last-child {
	margin: 0;
}

.top-menu ul ul a {
	font-weight: 400;
	font-size: 14px;
}

@media (max-width: 767px) {
	.top-menu {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header__top .right a:nth-child(1) {
		display: none;
	}
}

.popup-window-titlebar {
	height: auto !important;
	margin-bottom: 10px;
	padding-top: 20px;
}

.popup-window-titlebar .popup-window-titlebar-text {
	font-size: 24px;
	text-overflow: inherit;
	white-space: inherit;
}

@media (max-width: 767px) {
	.popup-window-titlebar .popup-window-titlebar-text {
		font-size: 24px;
		line-height: 28px;
	}
}

.popup-window-content {
	font-size: 1.2em;
}

@media (max-width: 767px) {
	.popup-window-content {
		min-width: inherit;
	}
}

@media screen and (max-width: 767px) {
	.product_slider__block.slick-active .product_slider__item,
  .product_slider__block.slick-active .product_slider__item:hover {
    /*height: auto !important;*/;
	}

	.product_slider__block {
		height: auto;
	}

	.product_slider .product_slider__block.slick-active .product_slider__item {
		height: 100%;
	}

	.hr-solid {
		margin: 10px 0 !important;
	}
}

@media (min-width: 768px) {
	.index-page main {
		margin-bottom: -180px;
	}
}

@media (min-width: 1030px) {
	.index-page main {
		margin-bottom: -280px;
	}
}

.mb-3 {
	margin-bottom: 1.3em;
}

@media (min-width: 768px) {
	.d-sm-none {
		display: none;
	}
}
/* Order */
.bx-authform-starrequired {
	margin-right: 5px;
}

.bx-soa .bx-authform label input {
	margin-right: 5px;
}

.bx-authform-formgroup-container .btn-link {
	display: inline-block;
	border: none;
	margin-left: 10px;
	padding: inherit;
	background: inherit;
}

.popup-window .popup-window-titlebar-close-icon {
	background: #000;
	border-radius: 50%;
	right: 20px;
	top: 20px;
}

.sale-order-list-title-container {
	padding: 5px;
}

.sale-order-list-inner-container {
	padding: 10px;
}

.sale-order-list-inner-title-line-item {
	padding-bottom: 5px;
	font-size: 1.1em;
}

.bx-soa-pp-company-graf-container {
	max-width: 200px;
	max-height: 100px;
}

#bx-soa-order {
	display: flex;
	flex-direction: column;
}

@media (min-width: 758px) {
	#bx-soa-order {
		flex-direction: row;
		justify-content: space-between;
	}

	#bx-soa-order .bx-soa {
		width: 70%;
	}

	#bx-soa-order .bx-soa-sidebar {
		width: calc(10%);
	}
}

.alert {
	position: relative;
}

.reg-form__input label {
	margin-bottom: 5px;
	display: block;
}
.main-profile-block-date-info > div {
	margin-bottom: .5em;
	color: #666;
}

.table {
	width: 100%;
}

.table td,
.table th {
	text-align: left;
}

.table thead th {
	padding: 10px 5px;
}

.table td {
	padding: 5px;
}

.product_slider__item .title {
	display: block;
}

.product_slider__item .options {
	height: 0;
	overflow: hidden;
}

.product_slider__item:hover .options {
	height: auto;
}

.product-list .product-item {
	z-index: 100;
}

.product-list .product-item:hover {
	z-index: 120 !important;
}

@media (min-width: 1024px) {
	/* .product_slider__slick-1, */
	.product_slider__slick{
		height: 950px;
		/* margin-bottom: -150px; */
	}
}

@media (min-width: 1024px) {
	.prod_slider-soput {
		height: 320px;
		margin-bottom: -150px;
	}
}

.product-item:hover svg path {
	fill: #fff;
}

.product-item__icons {
	position: absolute;
	right: 12px;
	top: 96px;
	z-index: 9;
	cursor: pointer;
	width: 32px;
}

.product-item__icons a {
	outline: none;
}

.product-item__icons .cart-ico {
	text-align: center;
}

.product-item__icons svg path {
	fill: #B2B2B2;
}

.product-item__icons svg:hover path {
	fill: #00335E;
}

@media (max-width: 768px) {
	.buy-info_price {
		margin: 0px;
	}
}

.product__page__content-main .btn {
	min-width: 150px;
}

@media (max-width: 768px) {
	.popup-window.popup-window-with-titlebar {
		max-width: 90%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.buy-info_price {
		flex-direction: column;
	}

	.buy-info_price .buy-info_price_text-opt,
  .buy-info_price .buy-info_price_text {
		padding: 0 5px;
		margin: 7px 0;
	}

	.buy-info {
		margin-right: 10px;
	}

	.product__page__content-main .btn {
		max-width: 65%;
	}
}

.search-page-content {
	padding-top: 20px;
}

.search-page-content > .product_slider {
	margin-top: 50px;
}

.bx-ag-search-page {
	display: none;
}

.search-page .bx-searchtitle {
	max-width: 650px;
	margin: 0 auto 35px;
}

.search-page .bx-searchtitle .bx-input-group {
	width: 100%;
}

.search-page .bx-searchtitle .bx-input-group .bx-form-control {
	border-radius: 4px 0 0 4px;
}

.search-page .search-query-info {
	font-weight: 900;
	font-size: 32px;
}

@media (min-width: 768px) {
	.search-page .search-query-info {
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	.search-page .search-query-info {
		font-size: 48px;
	}
}

.search-page .search-query-info span {
	color: #00335E;
}

.search-page .search-query-info span.count {
	font-size: 18px;
	color: #5F7283;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: 700;
}

.search-page .search-not-found {
	text-align: center;
	max-width: 920px;
	margin: 50px auto;
}

.search-page .not-found-menu .text-center {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 20px;
}

.search-page .not-found-menu .categories__page__product {
	width: inherit;
}

.search-page .not-found-menu ul {
	margin: 0 auto;
	max-width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.search-page__empty form {
	display: flex;
	justify-content: center;
}

@media (max-width: 1024px) {
	.search-page .product__page_nav,
  .search-page .categories__page_nav {
		display: block;
	}
}

.filter-item {
	margin-bottom: 40px;
}

.filter-item .bx-filter-container-modef {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.filter-item .bx-filter-container-modef .bx-filter-popup-result {
	border: solid 1px #ddd;
	padding: 7px 5px;
	border-radius: 3px;
	background-color: #eee;
}

.filter-item .bx-filter-container-modef .bx-filter-popup-result a {
	text-decoration: underline;
}

@media (min-width: 1024px) {
	.filter-item .bx-filter-container-modef .bx-filter-popup-result {
		position: absolute;
		right: -50%;
		top: -10px;
		z-index: 150;
	}
}

.filter-item .bx-filter-parameters-box-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	color: #343434;
	cursor: pointer;
}

.filter-item .bx-filter-parameters-box-title svg {
	height: 20px;
	transition: all.3s ease;
}

.filter-item .bx-filter-parameters-box-title svg path {
	stroke: #E8E8E8;
}

.filter-item .bx-filter-block {
	max-height: 0;
	overflow: hidden;
}

.filter-item .bx-filter-block .filter-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #E8E8E8;
	border-radius: 6px 0px 0px 6px;
	margin-top: 16px;
}

.filter-item .bx-filter-block .filter-price-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 40px;
	border-radius: 2px;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	color: #E8E8E8;
	padding-left: 12px;
}

.filter-item .bx-filter-block .filter-price-item:nth-child(1) {
	border-right: 1px solid #E8E8E8;
}

.filter-item .bx-filter-block .filter-price-item input {
	background-color: transparent;
	border: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 145%;
	color: #343434;
	margin-left: 4px;
}

.filter-item .bx-filter-block .bx-filter-parameters-box-container {
	padding-top: 8px;
}

.filter-item .bx-filter-block .bx-filter-parameters-box-container select {
	max-width: 100%;
	display: block;
	width: 100%;
	padding: 5px;
	border-color: #ddd;
}

.filter-item.bx-active .bx-filter-block {
	max-height: 1000px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.filter-item.bx-active svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-item.bx-active svg path {
	stroke: #00335E;
}

@media screen and (max-width: 1024px) {
	.filter-item {
		padding: 0px 20px 0px 30px;
		margin-bottom: 0;
		padding-bottom: 32px;
		margin-bottom: 32px;
		border-bottom: 1px solid #EEEEEE;
	}
}

@media screen and (max-width: 320px) {
	.filter-item {
		font-size: 28px;
	}
}

.basket-items-list-table thead td {
	padding: 10px;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.btn .wd-100 {
		padding: 0px 15px;
	}

	.btn .wd-100 a {
		width: 100% !important;
	}
}

.filter_open_box {
	display: flex;
}

.price_select {
	position: relative;
	padding-bottom: 7px;
}

.price_select__items {
	padding: 25px;
	background-color: #fff;
	border: solid 1px #EEE;
	border-radius: 10px;
	width: 200px;
	position: relative;
	display: none;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: 35px;
	z-index: 670;
	width: 250px;
}

.price_select__items:before {
	content: "";
	display: block;
	border: solid #EEE;
	border-width: 1px 1px 0 0;
	background: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: calc(93%);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 1024px) {
	.price_select__items {
		left: 100%;
	}
}

.price_select__list li {
	margin: 10px 0;
}

.price_select__list li.current a {
	font-weight: bold;
}

.price_select:hover .price_select__items {
	display: block;
}

.section-item-id-466 {
	display: none;
}

.product_slider-cart {
	margin: 100px auto 0;
}

@media (max-width: 768px) {
	.next-page a,
  .next-page li > span {
		margin: 0;
	}
}
/* End */


/* Start:/local/templates/redesign2022/components/arturgolubev/search.title/.default/style.css?168801673213966*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/redesign2022/components/arturgolubev/search.title/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/sale.basket.basket.line/header/style.css?1688016732100*/
.basket-line {
	display: flex;
	height: 100%;
}

.bx-basket .bx-basket-item-list {
	display: none;
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/sale.basket.basket.line/footer_mobile/style.css?1688016732247*/
.footer-basket-ico a {
	display: block;
	position: relative;
}

.footer-basket-ico a.has-items:after {
	position: absolute;
	top: 0;
	right: -3px;;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f33;
}
/* End */


/* Start:/local/components/kontur/regionality.regions_list/templates/.default/style.css?16880167324303*/

.city-popup__region-title {
    display: inline-block;
    margin: 0 50px 50px 0;
}
#city-popup {
    max-width: 780px;
    max-height: 735px;
/*     overflow: hidden; */
    padding: 54px 60px 60px 40px;
}
.city-popup {
    padding: 0;
}
.city-popup__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #444444;
    margin-bottom: 10px;

}

.city-popup__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 54px;

}
.city-popup__region-title {
    margin: 0;
    padding: 0;
    width:33%;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #444444;
        margin-right: 24px;
}
.city-popup__region-title:last-child {
    margin-right: 0;
}
.city-popup__search {
    width: 100%;
    height: 47px;
    border: 1px solid #B50C17;
    border-radius: 2px;
    margin-top: 8px;
    padding: 5px 15px;
}
.city-popup__search:focus-visible {
    outline: 1px solid #B50C17;
}
.city-popup__list {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;

}
.city-popup__popular-city {
    margin: 0;
    padding:0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 24px -6px 5px -6px;
}
.city-popup__popular-city li{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background: rgba(181, 12, 23, 0.1);
    border-radius: 2px;
    margin: 0 6px;
    cursor: pointer;
    margin-bottom: 12px;
}
.city-popup__col {
    width: 33%;
    margin-right: 24px;
    max-height: 370px;
    overflow: auto;
    background: linear-gradient(351.98deg, #FFFFFF 38.96%, rgba(255, 255, 255, 0) 125.46%);

}
.city-popup__col::-webkit-scrollbar { width: 8px; height: 3px;}
.city-popup__col::-webkit-scrollbar-button {  background-color: transparent; display: none;}
.city-popup__col::-webkit-scrollbar-track {  background-color: #999;}
.city-popup__col::-webkit-scrollbar-track-piece { background-color: #F5F5F5;;}
.city-popup__col::-webkit-scrollbar-thumb { height: 50px; background: #C4C4C4; border-radius: 1px;}
.city-popup__col::-webkit-scrollbar-corner { background-color: #999;}
.city-popup__col::-webkit-resizer { background-color: #666;}
.city-popup__col:last-child {
    margin-right: 0;
}
.city-popup__item-list {
    margin-bottom: 8px;
}
.city-popup__item-list span,
.city-popup__item-list a{
    display: inline-flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #444444;
    cursor:pointer;
}
.city-popup__item-list span:hover,
.city-popup__item-list a:hover {
    background: #B50C17;
    border-radius: 2px;
    color: #fff;
}

.city-popup__col_subregion .city-popup__item-list {
    display: none;
}
.city-popup__col_city .city-popup__item-list {
    display: none;
}
.city-popup__item-list.active span,
.city-popup__item-list.active a {
    background: #B50C17;
    border-radius: 2px;
    color: #fff;
}
.mobile-block {
    display: none;
}
@media(max-width: 768px) {
    .city-popup__item-list span, 
    .city-popup__item-list a {
        font-size: 14px;
    }
    #city-popup {
        padding: 54px 20px 60px 20px;
    }
}
@media(max-width: 576px) {
    .city-popup__col {
        width: 100%;
    }
    .city-popup__header {
        display: none;
    }
    .city-popup__list {
        overflow-x: hidden;
    }
    .city-popup__col_subregion,
    .city-popup__col_city {
        position: absolute;
        left: 100%;
        top:0;
        transition: all .3s linear;
        height: 100%;
        background-color: #fff;
    }
    .mobile-block {
        display: block;
        margin-bottom: 20px;
    }
    .city-popup__col_subregion.active,
    .city-popup__col_city.active {
        left: 0;
    }
    .city-popup__col_subregion.active .mobile-block,
    .city-popup__col_city.active .mobile-block{
        display: block;
    }
    .btn-back {
        margin-bottom: 15px;
    }
}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/system.auth.form/redesign2019_auth_common/style.css?16880167321720*/
div.bx-system-auth-form span.bx-auth-secure {
    background-color:#FFFAE3;
    border:1px solid #DEDBC8;
    padding:2px;
    display:inline-block;
    vertical-align:bottom;
    margin-top:-1px;
}
div.bx-system-auth-form div.bx-auth-secure-icon {
    background-image:url(/local/templates/redesign2022/components/bitrix/system.auth.form/redesign2019_auth_common/images/sec.png);
    background-repeat:no-repeat;
    background-position:center;
    width:19px; height:18px;
}
div.bx-system-auth-form div.bx-auth-secure-unlock {
    background-image:url(/local/templates/redesign2022/components/bitrix/system.auth.form/redesign2019_auth_common/images/sec-unlocked.png);
}

.reg-popup__error-mess {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f2dede;
    border-radius: 3px;
    position: relative;
}
.reg-popup__error-mess p {
    margin: 0;
    color: #a94442;
}
.reg-popup__error-mess__closer {
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 1;
    cursor: pointer;
}


#auth-popup {
	background: #FFFFFF;
	border-radius: 32px;
}
	.reg-popup__title {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 900;
		font-size: 40px;
		line-height: 48px;
		text-align: center;
		color: #343434;
		margin-bottom: 32px;
	}
	.reg-form__input input {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 8px 8px 8px 16px;
		background: #FFFFFF;
		border: 1px solid #E8E8E8;
		box-sizing: border-box;
		border-radius: 4px;
		height: 60px;
	}
	.reg-popup .btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 8px;
		height: 60px;
		background: #D90000;
		border-radius: 4px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 140%;
		display: flex;
		align-items: center;
		text-align: right;
		color: #FFFFFF;
	}
/* End */


/* Start:/local/templates/redesign2022/components/bitrix/form/fos_price/bitrix/form.result.new/.default/style.css?1688016732626*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/redesign2022/components/bitrix/form/fos_price/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/redesign2022/components/bitrix/form/fos_price/bitrix/form.result.new/.default/images/icon_warn.gif);
}



/* End */


/* Start:/local/templates/redesign2022/styles.css?1688016732187*/
.product_slider2__item .title p {
	font-weight: 800;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	padding: 0 90px;
	padding-top: 0px;
	padding-top: 44px;
}
/* End */


/* Start:/local/templates/redesign2022/template_styles.css?174123421410106*/
section.product__page {
	padding-bottom: 0;
}

.header__logo {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo .pic {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.header__logo .text {
	margin-top: -15px;
}

.footer__logo .img-set {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
.footer__logo .pic {
	width: 110px;
	height: 110px;
	margin-right: 15px;
}
.footer__logo .text {
	height: 50px;
	margin-top: -17px;
}

@media screen and (max-width: 1024px) {
	.header__logo .pic {
		width: 60px;
		height: 60px;
	}
	.header__logo .text {
		width: 135px;
		margin-top: -10px;
	}
	
	.footer__logo .pic {
		width: 60px;
		height: 60px;
	}
	.footer__logo .text {
		width: 135px;
		margin-top: -10px;
	}			
}

@media screen and (max-width: 767px) {
	.header__logo .pic {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
	.header__logo .text {
		width: 65px;
		margin-top: -5px;
	}
	.footer__logo .pic {
		width: 65px;
		height: 65px;
	}
	.footer__logo .text {
		height: 30px;
		margin-top: -13px;
	}
}

@media screen and (min-width: 1024px) {
	header.fixed .header__logo .pic {
		width: 60px;
		height: 60px;
	}
	header.fixed .header__logo .text {
		width: 135px;
		margin-top: -10px;
	}	
}
@media screen and (max-width: 1200px) {
    .catalog-btn-wrap {
        margin-left: 30px;
        margin-right: 15px;
    }
}
.page-content-top .h2 {
	font-weight: 900;
    font-size: 48px;
    line-height: 100%;
    color: #343434;
    margin-bottom: 0;
}

.page-content h1 {
	margin: 0 0 1em;
}

.page-content p {
	margin: 0 0 1em;
}

.header-city a {
	color: #fff;
}
.header-city-inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.categories__page__filter.active svg path,
.map__page__filter.active svg path {
	fill: #5F7283
}

.pf_result-message {
	padding-top: 20px;
	font-size: 1.2em;
}

.anchor_form .form .input.has-error {
	border: solid 2px #f33;
}

.pf_result-message .success {
	color: #1edb48;
}

.map-filter {
	border-bottom: solid 2px #efefef; 
}

.bx-filter-button-box {
	margin-top: 20px;
}
.bx-filter-button-box .discharge_btn {
	margin-bottom: 10px;
}

#auth-popup {
    width: 100%;
    max-width: 410px;
}
.reg-popup .col-6.offset-6 {
	width: 50%;
	margin: 0 auto;
}
.reg-popup__title {
    color: #444444;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}
.reg-popup__error-mess, 
.reg-popup__success-mess {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}
.reg-popup__error-mess {
    background-color: #f2dede;
    color: #a94442;
}
.reg-popup__error-mess {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f2dede;
    border-radius: 3px;
    position: relative;
}
.reg-form__input {
    margin-bottom: 20px;
}
.reg-form__input textarea, 
.reg-form__input input {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    height: 40px;
    line-height: 20px;
    padding: 9px 15px;
}
.reg-popup .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #B50C17;
    -webkit-box-shadow: 0px 3px 1px rgb(0 0 0 / 25%), 0px 3px 1px #b50c17;
    box-shadow: 0px 3px 1px rgb(0 0 0 / 25%), 0px 3px 1px #b50c17;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    height: 41px;
    min-width: 120px;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.reg-form .btn {
    width: 100%;
    height: 43px;
}

.header-account {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.header-account {}

a {
	color: #014888;
}
a:hover {
	color: #B60000;
}

.form-group {
	margin-bottom: 20px;
}
.form-group label {
	margin-bottom: 5px;
	display: block;
}
.form-control {
	display: block;
	padding: 5px 8px;
}


.form-control {
	width: 100%;
}

.form-group .form-text {
	margin-top: 10px;
}
.text-muted {
	color: #777;
}

.text-center {
	text-align: center;
}
.reg-area {
	margin-top: 20px;	
}

.reg-form .buttons {
	margin-top: 20px;
}
.personal-page .col-6 {
	width: 100%;
}
@media (min-width: 1280px) {
	.personal-page .col-lg-3 {
		width: 25%;
	}	
}
@media(min-width: 768px) {
	.personal-page .col-6 {
		width: 50%;
	}
	
	.main-profile-block-shown .col-md-9 {
		width: 50%;
	}
	.main-profile-block-shown .col-md-9 .form-control {
		/* width: 50%; */
	}	
}


.bx-section-desc {
	margin-top: 40px;
}
.bx-section-desc h2 {
	margin-bottom: 1em;
}
.bx-section-desc p {
	margin-bottom: 1.2em;
	line-height: 1.3em;
}
.bx-section-desc ul {
	list-style: disc;
	padding-left: 1.3em;
	margin-bottom: 1em;
}

.reviews__item.is-full {
	height: auto;
}
.reviews__item.is-full .preview {
	display: none;
}
.reviews__item.is-full .full-text {
	display: block !important;
}
.reviews__item .full-text p {
	margin-bottom: 1em;
}

.banner_desktop .slick-dots a {
	background-size: 300%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.product__page__content-main {
	margin-bottom: 40px;	
}
.product-main-video-inner iframe {
	width: 100%;
}

.product-main-popup-title {
	margin: 0 0 1em;
}
.cities-tabs__list .cities-item {
	margin-bottom: 15px;
}
.cities-item__title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.cities-item__address {
	height: auto !important;
	font-size: .9em;
}
.product-main-all {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.reviews__item {
	max-width: 90%;
}
.empty-cart-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 20px 0 50px;
	text-align: center;
  }
.empty-cart-image {
	width: 200px;
	height: 200px;
	margin-bottom: 15px;
}
.empty-cart-text {
	font-size: 26px;
}
.empty-cart-desc {
	margin-top: 15px;
	font-size: 16px;
}

@media (max-width: 425px) {
	.slider_icon {
		display: none;
	}
}
@media (max-width: 767px) {
	.inner-page-content  {
		display: block;
		padding-top: 24px;
		padding-bottom: 80px;
	}
	.page-content-top .h2 {
		font-size: 38px;
		padding: 0;
		margin-bottom: 30px;
	}	
}

@media (min-width: 480px) and (max-width: 768px) {
	.page-content-top .h2 {
		font-size: 32px;			
	}
}


@media (max-width: 1720px) {
	.reviews__slider .slick-prev {
		left: 20px;
	}
	.reviews__slider .slick-next {
		right: 20px;
	}		
}

@media (max-width: 1680px) {
	.banner__btn {
		max-width: 1220px;
		bottom: 50px;
	}
}

@media (max-width: 1440px) {
	.banner__btn {
		max-width: 1040px;
		bottom: 90px;
	}
}
@media (max-width: 1024px) {
	.product__page .h2 {
		font-size: 38px;
	}
	.info {
		max-width: 90%;
		padding-left: 40px;
		padding-right: 20px;
	}	
	.info__content .top {
		padding: 32px 32px;
	}
		
	.fancybox-content {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.banner_desktop {display: none; }
	.banner_tab {display: block; }
	
	.banner__btn {
	    max-width: 755px;
	    bottom: 101px;
	}
	
	.product__page .h2 {
		font-size: 24px;
	}
	
	.fancybox-content {
		padding: 10px;
	}
}

@media(max-width: 540px) {
	.banner_tab {display: none; }
	.banner_mobile {display: block; }
	.banner__btn {
		max-width: 100%;
		bottom: 25px;
	}
	.product__page2_characteristics{
		width: 100%;
		margin-left: 0;
	}
	.product__page2_characteristics .option .box p {
		min-width: 280px;
		width: 280px;
		font-size: 14px;
		background-color: #fff;
	}
	.product__page2_characteristics .option .box .value {
		font-size: 14px;
		margin-left: 0px;
		text-align: right;
	}
	.slider-item__photos {
		width: 100%;
		height:280px;
	}
	.product__page__box__wrap .h2{
		width: 100%;
		font-weight: 500;
		font-size: 21px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.fancybox-fast_view>.fancybox-close-small {
		margin-top: 0;
		margin-right: 0;
	}
	.product-page .product__page__images {
		min-width: 450px;
		width: 410px;	
		height: 365px;	
	}
	.product__page__images__gallery{
		flex-direction: column!important;
	}
	.fancybox-fast_view>.product-page{
		width: 100%;
	}	
	.product__page__box .product__page__box__wrap{
		width:100%
	}
	.slider-item__img {
		width:430px!important;
		height:245px!important;
		background-size: auto;
	}
	.product__compare{
		margin-bottom: 15px;
	}
	.slider-item__photos-nav{
		width: 355px;
		margin: auto;
	}
	.slider-item__photos-nav .slick-list{
		left: 0px;
		right: 0px;
		position: absolute;
		width: 340px;
		padding: 0px 50px;
	}
	.fancybox-fast_view{
		border-radius: 8px;
	}
}

@media(max-width: 480px) {
	.product-page .product__page__images {
		min-width: 345px;
		width: 345px;	
		height: 410px;	
	}
	.slider-item__img {
		width:330px!important;
		height:245px!important;
		background-size: auto;
	}
	.slider-item__photos-nav{
		width: 260px;
		margin: auto;
	}
	.slider-item__photos-nav .slick-list{
		width: 260px;
		padding: 0 0!important;
	}
	.product__page2_characteristics .option .box p {
		min-width: 200px;
		width: 200px;
	}
}

@media(max-width: 360px) {
	.fancybox-slide--html .fancybox-close-small { top: 14px; }
	#auth-popup {
		border-radius: 16px;
		padding: 20px 20px;
	}
	.reg-popup__title {
		color: #444444;
		font-weight: 500;
		font-size: 21px;
		line-height: 30px;
	}
}
/* End */
/* /local/templates/redesign2022/css/normalize.css?16880167326138 */
/* /local/templates/redesign2022/slick-1.8.1/slick/slick-theme.css?16880167323145 */
/* /local/templates/redesign2022/slick-1.8.1/slick/slick.css?16880167321720 */
/* /local/templates/redesign2022/css/style.css?1741234214158818 */
/* /local/templates/redesign2022/css/custom.css?175082273013356 */
/* /local/templates/redesign2022/css/media.css?168801673243 */
/* /local/templates/redesign2022/_js/libs/fancybox/dist/jquery.fancybox.min.css?168801673212795 */
/* /local/templates/redesign2022/jquery-ui-1.12.1.custom/jquery-ui.min.css?168801673230747 */
/* /local/templates/redesign2022/css/less-compiled.css?172473786921866 */
/* /local/templates/redesign2022/components/arturgolubev/search.title/.default/style.css?168801673213966 */
/* /local/templates/redesign2022/components/bitrix/sale.basket.basket.line/header/style.css?1688016732100 */
/* /local/templates/redesign2022/components/bitrix/sale.basket.basket.line/footer_mobile/style.css?1688016732247 */
/* /local/components/kontur/regionality.regions_list/templates/.default/style.css?16880167324303 */
/* /local/templates/redesign2022/components/bitrix/system.auth.form/redesign2019_auth_common/style.css?16880167321720 */
/* /local/templates/redesign2022/components/bitrix/form/fos_price/bitrix/form.result.new/.default/style.css?1688016732626 */
/* /local/templates/redesign2022/styles.css?1688016732187 */
/* /local/templates/redesign2022/template_styles.css?174123421410106 */
