

/* Start:/local/components/custom/geoIP.location/templates/popup_v24/style.css?17234634015141*/
.fb-body {
    margin: 30px
}
.fb-body .city span{
    font-weight: bold;
    font-size: 16px;

}
.alertMsg.bad i{
	margin-right: 20px;
    font-size: 28px;
    color: #b21001;
}

.city-list {
    margin-top: 20px;
}
.city-list li {
	list-style-type: none;
	display: block;
    width: auto;
    float: left;
    margin: 15px;
    font-size: 20px;
}
.city-list li a {
	text-decoration: none;
}

#geoIp_form .fb-body {
    display: block;
    width: 500px;
    height: 250px;
}
#geoIp_form .item_buttons_block {
    display: block;
    margin-top: 10px;
}
#geoIp_form .city {
    margin-bottom: 20px;
    font-size: 16px;
}
#geoIp_form .city  [data-entity="city_name"]{
    color: var(--btn-active-bg-color);
    font-weight: bold;
}
#geoIp_form .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-active-bg-color);
    text-decoration: underline;
}

#geoip_success .item_buttons_block {
    display: flex;
    width: 100%;
    min-height: 50px;
    margin: 10px 0px;
    vertical-align: baseline;
    color: #3f3f3f;
    font-size: 13px;
    text-align: left;
}
#geoip_success .item_buttons_block .buttons{
    float: left;
    width: 120px;
    height: 40px;
    margin: 1px 30px;
    background-color: #c4262e;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
#geoip_success .item_buttons_block .btn{
    height: 40px;
    float: right;
    margin: 1px 30px;
    background-color: #454343;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    padding: 0px 20px;
    cursor: pointer;
}
#geoIp_form .item_buttons_block input{
	float: left;
    font-size: 16px;
    margin: 0px 15px 0 0;
    max-width: 400px;
    padding: 7px;
}

#geoIp_form .bx-sls .dropdown-block {
    border: 1px solid #eaeaea;
    height: 48px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-radius: 0;
    box-shadow: unset;
}
.city_name_head {
    color: var(--text-color);
}
#geoIp_form .item_buttons_block .buttons{
    width: 100px;
    margin: 1px 30px;
}

#geoip_success h3 {
    text-transform: uppercase;
    font-size: 15px;
}

#geoip_success h4 {
    font-size: 22px;
    font-weight: normal;
}
#geoip_success h4 span {
    color: #b21001;
}
.geoIP-town a{
	text-decoration: none;
}
#geoip_success .item_buttons_block .buttons{display: inline-block}

@media screen and (max-width: 767px){
	#geoIp_form .item_buttons_block input{float: none;}
	#geoIp_form .item_buttons_block .buttons{margin-top: 20px !important;}
	.city-list{padding: 0px;}
	.city-list li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    float: none;
    margin: 5px;
    font-size: 16px;
  }
}
.city-select {
    margin: 20px 0;
    display: inline-block;
   /* max-height: 270px;
    overflow-y: auto;*/
    width: 100%;
}
.city-select ul {
    display: block!important;
    width: 100%;
/*    height: max-content;*/
    padding: 0;
}

.city-select > ul{
   /* display: flex!important;
    align-items: flex-start !important;
    flex-direction: row;*/

    max-height: 250px;
    overflow: auto;
}

.city-select > ul::-webkit-scrollbar {
    width: 4px;
}
.city-select > ul::-webkit-scrollbar-track {
    background-color: #DCEAFD;
    border-radius: 4px;
}
.city-select > ul::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;
}

.city-select ul li {
    list-style: none;
    display: block;
/*    float: left;
    margin: 0 40px 0 0;*/
    margin: 5px 0;
    font-size: 16px;
    color: #444!important;
    cursor: pointer;
}


.city-select > ul > li > div{
    font-weight: 600;
}

.city-select ul ul{
    padding: 5px 15px;

    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
}

.city-select ul ul li {
/*    float: left;*/
/*    margin: 10px 20px 10px 0;*/
}

.city-select ul li > div:hover,
.city-select li .selected{
/*    text-decoration: underline;*/
    color: var(--btn-active-bg-color);
    font-weight: bold;
}

.city-select  ul li > div{
    margin: 10px 20px 10px 0;
}

.geoip-popup-title{
	text-align:center;
}

#geoIpTown svg {
    position: static!important;
    max-width: 13px;
    max-height: 13px;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover, .bx-sls .bx-ui-sls-variant-active {
    background-color: #1771f1!important;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover, .bx-sls .bx-ui-sls-variant-active .dropdown-item-text{
    color: #ffffff!important;
}

.city-search{
    margin-top: 20px;
    position: relative;
}
.city-search .city-search__submit{
    position: absolute;
    top: 12px;
    right: 0;
    border: 0;
    background: none;
}

@media (max-width: 768px) {
    .top-header-menu--right .city-select ul {
        justify-content: flex-start;
    }
    .top-header-menu--right .city-select li:last-child {
        display: block;
    }
}
/* End */


/* Start:/local/templates/box/components/bitrix/catalog.compare.list/.default/style.css?17280293141269*/
/*.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}*/
/* End */


/* Start:/local/templates/box/components/bitrix/menu/aside/style.css?17253498611542*/
/* Menu */

.aside-menu {
	width: 273px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 25px;
	list-style: none;
	margin: 0;
}

.aside-menu__link,
.aside-menu__item {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 144%;
	color: #212121;
}

.aside-menu__link {
	text-decoration: none;
}

.aside-menu__link.selected {
	color: #3B52E0;
}

@media (max-width: 1024px) {
	.aside-menu{
		width: 100%;
		flex-direction: row;
		overflow: auto;
	}

	.aside-menu__item {
		flex-shrink: 0;
	}
}

/* Content */

.main-container--aside {
	display: flex;
	flex-wrap: wrap;
	gap: 39px;
	margin-top: 30px !important;
}

.content-page {
	flex: 1;
/*	max-width: 832px;*/
}

.content-page h1:first-child{
	margin-top: 0;
}

.content-page h1 {
	font-size: clamp(24px, 4vw, 50px);
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 60px;
}

.content-page h2 {
	font-style: normal;
	font-weight: 600;
	font-size: clamp(18px, 3vw, 35px);
	line-height: 129%;
	margin: 60px 0 25px 0;
}

.content-page h3 {
	font-style: normal;
	font-weight: 600;
	font-size: clamp(16px, 2.5vw, 24px);
	line-height: 146%;
	margin: 60px 0 25px 0;
}

.content-page p {
	font-size: clamp(12px, 1.5vw, 18px);
	font-weight: 400;
	line-height: 144%;
}

.content-page ul {
	font-size: clamp(12px, 1.5vw, 18px);
	font-weight: 400;
	line-height: 144%;
}

@media (max-width: 556px) {
	.content-page h1{
		margin-bottom: 40px;
	}

	.content-page h2{
		margin: 40px 0 20px 0;
	}

	.content-page h3{
		margin: 40px 0 20px 0;
	}
}
/* End */


/* Start:/local/templates/box/fonts/Golos/stylesheet.css?17112008321337*/
@font-face {
    font-family: 'Golos';
    src: url('/local/templates/box/fonts/Golos/GolosText-Medium.woff2') format('woff2'),
        url('/local/templates/box/fonts/Golos/GolosText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos';
    src: url('/local/templates/box/fonts/Golos/GolosText-ExtraBold.woff2') format('woff2'),
        url('/local/templates/box/fonts/Golos/GolosText-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos';
    src: url('/local/templates/box/fonts/Golos/GolosText-Black.woff2') format('woff2'),
        url('/local/templates/box/fonts/Golos/GolosText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos';
    src: url('/local/templates/box/fonts/Golos/GolosText-SemiBold.woff2') format('woff2'),
        url('/local/templates/box/fonts/Golos/GolosText-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos';
    src: url('/local/templates/box/fonts/Golos/GolosText-Regular.woff2') format('woff2'),
        url('/local/templates/box/fonts/Golos/GolosText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Golos';
    src: url('/local/templates/box/fonts/Golos/GolosText-Bold.woff2') format('woff2'),
        url('/local/templates/box/fonts/Golos/GolosText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* End */


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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.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/box/style/grid.css?1708083381978*/
.grid {
    position: relative;
}

.grid::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    --grid-color: rgb(255 0 0 / 0.2);
    --grid-sides: 20px;
    --grid-gutter: 20px;
    --grid-columns: 12;
    --grid-column-width: calc( (100% - var(--grid-gutter) * var(--grid-columns)) / var(--grid-columns));
    border: solid transparent;
    border-width: 0 calc( var(--grid-sides) - var(--grid-gutter) / 2);
    background-image: repeating-linear-gradient( to right, transparent 0, transparent calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter)));
    background-repeat: no-repeat;
    max-width: 1340px;
    margin: auto;
    z-index: 10;
}
/* End */


/* Start:/local/templates/box/style/normalize.css?17080833816039*/
/*! 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
   ========================================================================== */

/**
 * 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/box/style/constructor.css?17291538631846*/
:root {
    /* DEFAULT VARS */
    --main-color: #1771F1;
    --main-color-2: #0043A4;
    --main-color-3: linear-gradient(101.67deg, #0043A4 0%, #1771F1 100%);
    --main-color-4: #DCEAFD;
    --main-color-5: #F3F8FE;
    --main-color-6: #231F20;
    --main-color-7: #414042;
    --main-color-8: #777777;
    --main-color-9: #E9E9E9;
    --main-color-10: #E20338;
    --main-color-11: #62C253;
    --main-color-12: #782FEF;

    --tmp-blue: #303F9F;
    --tmp-blue-light: #3B52E0;
    --tmp-blue-superlight: #B8CCFF;
    --tmp-red: #FF5252;
    --tmp-white: #FFFFFF;
    --tmp-smoke: #f1f1f1;
    --tmp-gray: #BDBDBD;
    --tmp-gray-dark: #212121;
    --tmp-silver: #757575;

    --main-h1-size: 32px;
    --main-h2-size: 28px;
    --main-h3-size: 22px;
    --main-h4-size: 20px;
    --main-p-size: 16px;


    /* ELEMENT VARS */
    --body-bg-color: #fff;
    --main-bg-color: var(--main-color-5);
    --main-bg-color-2: var(--main-color-4);
    --btn-bg-color: var(--main-color);
    --btn-hover-bg-color: var(--main-color-3);
    --btn-active-bg-color: var(--main-color-2);
    --text-color: var(--tmp-gray-dark);
    --text-color-2: var(--tmp-gray-dark);
    --text-color-3: rgba(35, 31, 32, 0.5);
    --text-color-4: var(--main-color-8);
    --link-color: var(--main-color);
    --border-color: var(--main-color-9);
    --red: var(--main-color-10);

    --margin-default: 80px;

    --z-index-tooltip: 10;
    --z-index-mobile-nav: 20;
    --z-index-filter: 30;
    --z-index-menu: 100;

    --font-family-serif: 'Golos', sans-serif;
}



@media (max-width: 767px) {
    :root{
        --main-h1-size: 26px;
        --main-h2-size: 22px;
        --main-h3-size: 19px;
        --main-h4-size: 18px;
        --main-p-size: 14px;

        --margin-default: 40px;

    }
}

/* End */


/* Start:/local/templates/box/style/menu.css?172785261913158*/
.main-menu {
    min-height: 40px;
}

.main-menu__close {
    display: none;
}

.main-menu__nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu__nav {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    height: 40px;
    overflow: hidden; 
    white-space: nowrap;
}

.main-menu__sub-menu > .main-container {
    padding: 0;
}

.main-menu__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    color: var(--tmp-silver);*/
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;

/*    justify-content: flex-start;*/
    position: relative;
}

.main-menu__item--hide{
    display: none;
}

/*.main-menu__item:hover>a path {
    stroke: var(--main-color);
}

.main-menu__item:hover>a {
    color: var(--main-color);
}*/

/*.main-menu__item--hover>a {
    color: #fff;
}
.main-menu__item--hover>a path {
    stroke: #fff;
}
*/

.main-menu__item--first>a {
    width: 100%;
    position: relative;
    background: var(--tmp-blue-light);
    text-align: center;
    padding: 8px 16px;
    color: #fff;
    border-radius: 5.15px;

}

.main-menu__item--first svg {
    margin-right: 5px;
}

.main-menu__item+.main-menu__item {
    margin-left: 28.5px;
}

.main-menu__item.menu__item--red > a{
    background-color: var(--tmp-red);
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 10px;
    width: calc(100% - 20px) !important;
}

.main-menu__item--red a::before {
    content: '';
    width: 8px;
    height: 8px;
    left: 0px;
    top: 5px;
    background: var(--red);
    border: 3px solid #fbd9e1;
    border-radius: 50%;
    margin-right: 5px;
}

.main-menu__sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
/*    background: var(--tmp-smoke);*/
    background: #F5F5F5;
    z-index: 99;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    border-radius: 5px;

/*    left: 20px;*/
    margin-top: 10px;
    width: 350px;

}

.main-menu__item.main-menu__item--hover .main-menu__sub-menu {
    visibility: visible;
    opacity: 1;
}
.main-menu__item [data-entity='close']{
    display: none;
}

.main-menu__item.main-menu__item--hover > a {
    color: var(--tmp-white);
}
.main-menu__item.main-menu__item--hover svg{
    display: none;
}
.main-menu__item.main-menu__item--hover [data-entity='close']{
    display: block;
}

.main-menu__sub-menu .sub-menu__item>a{
    color: #000;
    font-size: 16px;
}

.main-menu__item.main-menu__item--hover .sub-menu__item{
    font-weight: bold;
}

.sub-menu__item--parent > a:after {
    content: '';
    margin: 0 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59003 16.58L13.17 12L8.59003 7.41L10 6L16 12L10 18L8.59003 16.58Z' fill='%23000'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(0deg);

    /*position: absolute;
    right: 0;*/
}
.sub-menu__item--parent.sub-menu__item--hover > a:after{
    transform: rotate(90deg);
}

.sub-menu-ul , .sub-menu-col__item{
    padding: 30px 20px;
    list-style: none;
    margin: 0;
/*    position: relative;*/
/*    height: 500px;*/
    height: -webkit-fill-available;
    max-height: calc(100vh - 150px);
    overflow-y: auto;  
}

.sub-menu-ul::-webkit-scrollbar,
.sub-menu-col__item::-webkit-scrollbar {
    width: 4px;
}
.sub-menu-ul::-webkit-scrollbar-track,
.sub-menu-col__item::-webkit-scrollbar-track {
    background-color: #DCEAFD;
    border-radius: 4px;
}
.sub-menu-ul::-webkit-scrollbar-thumb,
.sub-menu-col__item::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;
}

.sub-menu__item>a {
    color: #231f2080;
    padding: 0;
}

.sub-menu__item+.sub-menu__item {
    padding-top: 20px;
}

.sub-menu__item {
/*    width: 190px;*/
}

.sub-menu__item, .sub-menu__item a {
    font-size: 14px;
    white-space: normal;
}
.sub-menu__item > a{
    padding-left: 30px;
}

.sub-menu__item > a svg{
    display: block!important;
    width: 20px;
    margin-right: 10px;

    position: absolute;
    left: 0;
}

.sub-menu-col,
.sub-menu-col ul {
    list-style: none;
}

.sub-menu-col{
    font-weight: normal;
}

.sub-menu-col .sub-menu__title.sub-menu__title--hover > a, .sub-menu-col__item a:hover{
/*   font-weight: bold;*/
   color: var(--tmp-blue-light);
}

.sub-menu-col b{

}


.sub-menu-col {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 15px;
    /*position: absolute;
    top: 30px;
    left: 210px;*/
}

.sub-menu-col__item {
    display: none;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 335px;
    width: 350px;
/*    background: var(--tmp-smoke);*/
    background: #F5F5F5;
    z-index: 99;
    padding: 30px 20px;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    border-radius: 5px;
}
.sub-menu__title--hover .sub-menu-col__item{
    display: block;

    margin-left: 20px;
}

.sub-menu__item--hover .sub-menu-col {
    display: flex;
}

.sub-menu-col__item li {
    margin-top: 20px;
}

.sub-menu__item--red a, .main-menu__item--red a {
    color: var(--red);
}

.sub-menu__title {
    padding: 10px 15px;
}

.sub-menu__title--all{
    display: none;
}

.sub-menu__title--all a{
    text-decoration: underline;
    color: var(--tmp-blue)!important;
}
.sub-menu__title--all a:hover{
    text-decoration: none;
}

@media (min-width: 992px) {
    .sub-menu__item>a:hover {
        color: var(--link-color);
    }
}


@media (max-width: 767px) { 
    .main-menu__item a{
        position: static;
    }


    .sub-menu__item > a svg{
        display: none!important;
    }


    .sub-menu__title--all{
        display: list-item;
    }


    .menu__item--red a{
        background-color: var(--tmp-red);
        color: #fff!important;
        border-radius: 5px;
        padding: 5px 10px;

        margin: 5px 10px;
        width: calc(100% - 20px)!important;
    }

    .sub-menu__title {
        width: 100%;
    }
    .main-menu__nav {
        height: auto;
    }
    .sub-menu__item--hover .sub-menu-back {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: var(--z-index-menu);
        top: 0;
        height: 50px;
        padding-left: 20px;
        width: 100%;
        background: #F5F5F5;
    }
    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        background: #fff;
        height: 100vh;
        z-index: var(--z-index-menu);
        width: 300px;
        transition: all 0.3s;
    }
    .main-menu__close {
        display: block;
        position: absolute;
        padding: 13px 20px;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: var(--z-index-menu);
    }
    .main-menu__close--hide {
        display: none;
    }
    .main-menu__item {
        display: none;
    }
    .main-menu__item--first {
        display: block;
    }
    .main-menu--open {
        transform: translateX(0);
    }
    .main-menu__item--first>a {
        display: none;
    }
    .main-menu__sub-menu {
        visibility: visible;
        opacity: 1;

        left: 0;
        width: 100%
    }
    .main-menu__sub-menu .main-container {
        padding: 0;
    }
    .sub-menu__item--hover .sub-menu-col {
        left: 0;
/*        background: #fff;*/
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
        padding: 0 0;
        z-index: var(--z-index-menu);
        width: 100%;
/*        background: var(--main-color-5);*/
    }
    .sub-menu-col__item {
        min-width: 100%;
        margin-right: 0;
    }
    .sub-menu-ul {
        height: 100vh;
        overflow: auto;
        padding: 50px 0;
    }
    .sub-menu-col {
        top: 100px;
    }
    .sub-menu__item {
        width: 100%;
    }
    .sub-menu__item>a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        padding: 12px 20px;
/*        border-bottom: 1px solid var(--border-color);*/
        width: 100%;
        color: var(--text-color);

        font-weight: 600;
        font-size: 16px;
    }
    .sub-menu__item--red > a{
        color: var(--red);
    }
    .sub-menu__item--main > a{
        background: var(--main-bg-color);
    }
    .sub-menu__item--hover>a {
/*        position: absolute;*/
        top: 50px;
        z-index: var(--z-index-menu);
        /*background: #1771F1;
        color: #fff!important;*/
    }
    .sub-menu-col__item li+li, .sub-menu__item+.sub-menu__item {
        padding-top: 0;
        margin-top: 0;
    }
    .sub-menu-col b, .sub-menu-col__item li>a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        padding: 12px 20px;
        width: 100%;
        color: var(--text-color);
        position: relative;
    }
    .sub-menu-col__item li>a {
/*        border-bottom: 1px solid var(--border-color);*/
        padding: 10px;
    }
    .main-menu--open .main-menu__overlay {
        position: absolute;
        height: 100vh;
        width: calc(100vw + 300px);
        z-index: 99;
        background: rgba(0, 0, 0, 0.15);
    }
    /*.sub-menu__item--parent>a::after {
        content: '';
        background-image: var(--i-arrowRight);
        background-color: var(--main-bg-color);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        display: inline-flex;
        line-height: 0;
        position: absolute;
        right: 15px;
    }
    .sub-menu__item--hover>a::after {
        display: none;
    }*/
    /*.sub-menu-col__item li>a::after {
        content: '';
        background-image: var(--i-arrowUpRight);
        background-color: var(--main-bg-color);
        background-repeat: no-repeat;
        
        background-position: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        display: inline-flex;
        line-height: 0;
        position: absolute;
        right: 15px;
    }*/
    .sub-menu__item > a[data-count]{
        display: flex;
    }
    .sub-menu__item > a[data-count]::after {
        content: attr(data-count);
        position: relative;
        min-width: 20px;
        height: 20px;
        background: var(--main-bg-color-2);
        color: var(--text-color-2);
        border-radius: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin-left: 5px;
        padding: 0 4px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub-menu__title--hover .sub-menu-col__item{
        position: static;
        height: auto;
        width: auto;
        /* background-color: var(--tmp-smoke); */
        padding: 0;
        margin: 10px;
    }
    .sub-menu-col__item li{
        margin: 0;
    }

    .sub-menu__title--parent > a:after, 
    .sub-menu__item--parent>a::after {
        content: '';
        margin: 0 2px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59003 16.58L13.17 12L8.59003 7.41L10 6L16 12L10 18L8.59003 16.58Z' fill='%23000'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        transform: rotate(0deg);
    }
    .sub-menu__item--parent>a::after {
        transform: rotate(0deg);
    }
    .sub-menu__title--parent.sub-menu__title--hover > a:after{
        transform: rotate(90deg);
    }

    .sub-menu__item--hover>a::after {
        display: none;
    }

    .main-menu__sub-menu .sub-menu__item>a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sub-menu-ul--open .sub-menu__item:not(.sub-menu__item--hover){
        display: none;
    }

    .sub-menu-col__item{
        border: 0;
    }

    .sub-menu__title{
        padding: 10px 20px;
    }

    .sub-menu__item, .sub-menu__item a{
        color: #000;
    }


}


/* End */


/* Start:/local/templates/box/style/main.css?172785220427072*/
body {
    background: var(--body-bg-color);
    color: var(--text-color);
    font-family: var(--font-family-serif);
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;

}

* {
    box-sizing: border-box;
    outline-color: var(--link-color);
}

hr {
    border: 0;
    border-top: 1px solid #DCEAFD;
    margin: 20px 0;
}

button {
    cursor: pointer;
}

/* Hide focus styles if they're not needed, for example, 
when an element receives focus via the mouse. */

:focus:not(:focus-visible), :focus:not(:-moz-focusring) {
    outline: 0;
}

/* Show focus styles on keyboard focus. */

:-moz-focusring, :focus-visible {
    outline: var(--link-color) auto 1px;
}

.slick-slide:focus {
    outline: none;
}

a {
    color: var(--link-color)
}

img {
    max-width: 100%;
    line-height: 0;
}

main {
    min-height: 40vh;
}

b {
    font-weight: 500;
    color: var(--text-color);
}




/* h1 {
    font-size: var(--main-h1-size);
    font-weight: 500;
    margin: 10px 0 20px 0;
    color: var(--text-color);
    line-height: 140%;
} */


.main-container {
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.small-container {
    max-width: 995px;
    margin: 0 auto;
    padding: 0 118px;
    box-sizing: content-box;
}

.full-container {
    max-width: 1440px;
    margin: 0 auto;
}

.main-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: var(--tmp-gray-dark);
    padding: 0;
    margin: 0 0 40px;
}

.btn-small {
    background: #FFFFFF;
    border-radius: 4px;
    color: var(--btn-bg-color);
    border: 0;
    font-size: 12px;
    min-width: 101px;
    height: 26px;
    cursor: pointer;
}

.btn-small:hover {
    background: var(--btn-bg-color);
    color: #fff;
}

.btn-link {
    background: var(--tmp-blue);
    border-radius: 5.15px;
    padding: 10px 10px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border: 1px solid var(--tmp-blue);
    line-height: initial;
    cursor: pointer;
}

.btn-link--white {
    background: #fff;
    color: var(--text-color);
    border-color: var(--tmp-blue-light);
}

.btn-link:hover {
    background: var(--tmp-blue-light);
    border-color: var(--tmp-blue-light);
    color: #fff;
}

.btn-link--white:hover {
    background: #fff;
    color: var(--tmp-blue-light);
    border-color: var(--tmp-blue-light);
}

.btn-link--white:focus {
    background: transparent;
    color: var(--tmp-blue);
    border-color: var(--tmp-blue-light);
}

.btn-link--black {
    background: var(--tmp-gray-dark);
    color: #fff;
    border-color: var(--tmp-gray-dark);
}

.btn-link--fullwidth {
    width: 100%;
}

.btn-clear {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.btn-link--ic {
    padding: 11px 14px;
    display: flex;
}

.btn-link--2 {
    background: var(--main-bg-color);
    color: var(--text-color-2);
    border: 1px solid var(--main-bg-color);
}


.btn-link--2:hover {
    background: var(--main-bg-color);
    color: var(--link-color);
    border: 1px solid var(--btn-bg-color);
}

.btn-clear--small, .btn-link--small {
    padding: 4px 10px;
    line-height: 20px;
    font-size: 14px;
}

.slick-disabled {
    display: none !important;
}

.slick-track {
    margin-left: 0;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
    background: var(--tmp-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.slick-arrow:hover {
    background: var(--tmp-blue-light);
}

.slick-arrow svg {
    fill: #fff;
}

.slick-arrow[style="display: block;"] {
    display: flex !important;
}

.slick-arrow[style="display: block;"].slick-disabled {
    display: none !important;
}

.slick-arrow svg {
    width: 9px;
    height: 14px;
}

.slick-dots {
    position: absolute;
    bottom: 24px;
    display: flex;
    /* width: 100%; */
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    z-index: 10;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: var(--tmp-gray);
    border: 0;
    outline: none;
    background: var(--tmp-gray);
    border-radius: 50%;
    margin: 0 8px;
}

.slick-dots li.slick-active button {
    background: var(--tmp-blue);
}

.main-slider-slick .slick-dots {
    bottom: -20px;
    right: 0;
    left: 0;
    gap: 0;
}

.slick-dots li button {
    height: 2px;
    width: 100%;
    width: 60px;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.slick-track:before, .slick-track:after {
    opacity: 0;
    position: absolute;
}

/* ToolTip */

.link-tooltip {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    position: relative;
}

.link-dashed {
    text-decoration: none;
    position: relative;
}

.link-dashed::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed;
}

.link-dashed.link-tooltip::before {
    right: 25px;
}

.link-tooltip::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    background-image: var(--i-arrowBaseline);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.link-tooltip--active::after {
    transform: rotate(180deg);
}

.tooltip {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 23px 15px 15px;
    z-index: var(--z-index-tooltip);
    margin-top: 10px;
    display: none;
}

.tooltip--open {
    display: block;
}

.tooltip::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 19%;
    width: 20px;
    height: 7px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.tooltip__title {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--text-color-4);
}

.tooltip__title b {
    color: var(--text-color);
    font-weight: 500;
}

.tooltip__btns {
    margin: 15px -4px 0;
    display: flex;
}

.tooltip__btns>* {
    margin: 0 4px;
}

.tooltip__link {
    display: inline-block;
}

.tooltip__btns+.tooltip__link {
    margin-top: 20px;
}

.tooltip__link+.tooltip__link {
    margin-top: 8px;
}

.tooltip__tags {
    display: flex;
    margin: 10px -2.5px 0;
}

.tooltip__tag {
    padding: 5px 10px 5px 10px;
    margin: 0 2.5px;
    background: var(--main-bg-color);
    text-decoration: none;
}

/* ToolTip */
.header {
    margin: 30px 0 40px;
}

.top-header {}

.top-header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-header-city>span {
    color: var(--text-color-3);
    font-size: 14px;
    margin-right: 3px;
}

.top-header-city a::before {
    display: none;
}

.top-header-city {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-header-city svg {
    position: relative;
    top: -1px;
}

.top-header-phone {
    font-size: 14px;
}

.top-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
}

.main-header__content {
    display: flex;
    align-items: center;
    min-height: 58px;
    justify-content: space-between;
    gap: 30px;
    margin: 15px 0;
}

.header-search {
    flex: 1;
    margin-left: -15px;
}

.header-search, .header-widget {}

.header-mobile {
    display: none;
}

.header-widget {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-right: 28px;
}

.header-widget__item {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.header-widget__item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--tmp-gray-dark);
}

.header-widget__item[data-count]::after {
    content: attr(data-count);
    position: relative;
    min-width: 20px;
    height: 20px;
    background: var(--main-bg-color-2);
    color: var(--text-color-2);
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 2px;
    padding: 0 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.header-logo {
    line-height: 0;
}

.header-logo svg {
    max-width: 100%;
}

/* Верхние меню */

.sub-menu-back {
    display: none;
}

/*.top-header-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    gap: 30px;
}*/

.top-header-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    gap: 30px;
}

/*.top-header-menu > ul{
    display: flex;
    flex-direction: row;
}*/


.top-header-menu li a {
    color: var(--tmp-silver);
    text-decoration: none;
}

.top-header-menu li a:hover {
    color: var(--link-color);
}

/* END Верхние меню */

/* Search */

.header-search form {
    display: flex;
    position: relative;
    width: 100%;
}

.header-search__input {
    background: #fff;
    border: 1px solid var(--tmp-blue-light);
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    width: 100%;
    padding: 10px 40px 10px 15px;
    color: var(--text-color-2);
}

.header-search__input::placeholder {
    color: var(--text-color-3);
}

.header-search__submit {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 74px;
    border-radius: 0 5.15px 5.15px 0;
    background-color: var(--tmp-blue-light);
    border-color: var(--tmp-blue-light);
}

/* END Search */

/* breadcrumbs */

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 46px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: '';
    margin: 0 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59003 16.58L13.17 12L8.59003 7.41L10 6L16 12L10 18L8.59003 16.58Z' fill='%23757575'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.breadcrumbs__item{
    color: var(--tmp-blue-light);
}

.breadcrumbs__link {
    color: var(--tmp-silver);
    text-decoration: none;
}

/* END breadcrumbs */




/* Отзывы */
.main-reviews__container {
    padding: 0 60px;
}

.main-reviews {
    margin: var(--margin-default) auto;
    position: relative;
    padding-bottom: 35px;
}

.main-reviews-slick {
    position: static;
}

.main-section {
    margin: var(--margin-default) auto;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-section-slick {
    position: static;
}

/*  */

/* Инстагарам */

.instagram-slider__container {
    padding: 0 60px;
    position: relative;
}

.instagram-slider {
    padding-bottom: 35px;
}

.instagram-slider-slick {
    position: static;
}

.instagram-slider .slick-dots {
    margin-top: 20px;
    bottom: -30px;
    left: 0;
    right: 0;
}

.instagram__item {
    position: relative;
    border-radius: 4px;
    margin: 0 10px;
}

.instagram-slider .slick-list {
    margin: 0 -10px;
}

.instagram__item-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: translateY(calc(100% - 34px));
    transition: all 0.7s;
    padding: 0 20px 20px;
    color: #fff;
}

.instagram__item-content--open {
    transform: translateY(0);
    background: rgba(35, 31, 32, 0.6);
}

.instagram__item-content svg {
    fill: #414042;
    transition: all 0.5s;
}

.instagram__item-content--open svg {
    fill: #fff;
}

.instagram__item-content--open .instagram__item-content-btn {
    background: transparent;
}

.instagram__item-content--open .instagram__item-content-btn svg {
    transform: rotate(-180deg);
}

.instagram__item-content-btn {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #E9E9E9;
    border-radius: 4px;
    height: 34px;
    cursor: pointer;
    outline: 0;
}

.instagram__item-picture img {
    width: 100%;
}

.instagram__item-tag {
    margin-top: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.instagram__item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram__item-btn {
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 37px;
}

/* Инстагарам */



/* Footer */

.footer {
    margin-top: var(--margin-default);
    background: var(--tmp-blue);
    padding: 85px 0 55px;
    color: #fff;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu__nav {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: space-between;

}

.footer-menu__col {
    width: 100%;
    max-width: 265px;
    margin: 0;
}

.footer-menu__col--first {
    margin-right: auto;
    max-width: 296px;
}

.footer-menu__col--last {
    max-width: 231px;
}

.footer-menu__nav {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu__item+.footer-menu__item {
    margin-top: 20px;
}

.footer-menu__item,
.footer-menu__item a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
}

.footer-menu__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.footer-menu__item a:hover {
    color: var(--link-color);
}

.footer-contacts-title {
    font-size: 12px;
    line-height: 150%;
    color: var(--text-color-3);
    margin-bottom: 5px;
}

.footer-contacts-content {
    font-size: 16px;
    line-height: 150%;
}

.footer-socials {
    display: flex;
    align-items: center;
    margin: 35px 0 0;
    gap: 30px;
}

.footer-socials__item a {}

.footer-socials__item a:hover {
    background: var(--link-color);
}

.footer-socials__item a:hover path {
    fill: #fff
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 100px;
}

.footer-bottom__item a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.footer-bottom__item--copyright {
    font-size: 14px;
    line-height: 150%;
}

.footer-bottom__item--uv {
    font-size: 14px;
    line-height: 143%;
    display: flex;
    align-items: center;
}

.footer-bottom__item--uv img {
    margin-right: 10px;
}

.footer-menu__contacts {
    margin-top: 15px;
}

.footer-contacts-content>a {
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.footer-contacts-content>a:not(.link-tooltip)::before {
    /* content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border: 1px dashed; */
}

/* Footer end */


/* Mobile nav */

.navbar-mobile {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: var(--z-index-mobile-nav);

}

.navbar-mobile__list {
    display: flex;
    list-style: none;
    background: #fff;
    border-top: 1px solid #DCEAFD;
    padding: 0 20px;
    margin: 0;
}

.navbar-mobile__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.navbar-mobile__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    padding: 4px;
    color: #414042;
    text-decoration: none;
}

.navbar-mobile__link[data-count]::after {
    position: absolute;
    top: 4px;
    right: 0;
}

@media (min-width: 993px) {
    .desktop-hide {
        display: none;
    }
}

@media (max-width: 1400px) {
    .instagram__item-text {
        -webkit-line-clamp: 5;
    }

    .instagram__item-btn {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .instagram__item-text {
        -webkit-line-clamp: 6;
    }

    .instagram__item-btn {
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {
    .main-container {
        max-width: 884px;
        padding: 0 20px;
    }

    .small-container {
        max-width: 780px;
        padding: 0 32px;
    }

    .header-widget {
        margin-right: 0;
    }

    .footer {
        padding: 175px 0 95px;
        position: relative;
    }

    .footer-logo {
        position: absolute;
        top: 26px;
        max-width: 100%;
        width: 324px;
    }

    .footer-logo img {
        width: 100%;
    }

    .footer-logo+.footer-menu__item {
        margin-top: 0;
    }

    .footer-menu__col {
        max-width: 120px;
    }

    .footer-menu__col--first {
        max-width: 246px;
        margin-right: 0;
    }

    .footer-menu__col--last {
        max-width: 159px;
        margin-right: 21px;
    }

    .footer-menu__item, .footer-menu__item a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-menu__title {
        margin: 0 0 30px;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }

    .footer-menu__col--first .footer-menu__item, .footer-menu__col--first .footer-menu__item a {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-bottom__item a {
        font-size: 14px;
        line-height: 17px;
    }

    .footer-bottom {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .top-header-phone {
        color: var(--tmp-blue-light) !important;
    }

    .header-search--open {
        display: block;
        position: absolute;
        width: 100%;
        top: 104px;
        left: 0;
        right: 0;
        z-index: var(--z-index-tooltip);
        background: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid var(--border-color);
        border-top: 1px solid var(--border-color);
    }

    .header-search form {
        max-width: 100%;
    }

    .top-header-menu {
        display: none;
    }

    .top-header-menu--right {
        display: block;
        width: 100%;

    }

    .top-header-menu--right li:last-child {
        display: none;
    }

    .top-header-menu--right ul {
        justify-content: space-between;
        width: 100%;
    }

    .header-menu-btn {
        width: 24px;
    }

    .header-widget {
        flex: 33.333%;
    }

    .header-search-btn {
        flex: calc(33.333% - 24px);
    }

    .header-search-btn button {
        margin-left: 24px;
    }

    .header-mobile {
        display: block;
    }

    .main-header__content {
        flex-wrap: wrap;
    }

    .header-search {
        min-width: 100%;
        order: 1;
        margin-left: 0;
    }

    .main-reviews__container {
        padding: 0 15px;
    }

    .instagram-slider__container {
        padding: 0 15px;
    }

    .main-header__content {
        min-height: 60px;
    }

    .header-logo {
        max-width: 153px;
    }

    .advantages__item-text {
        font-size: 14px;
    }

    .header-search--open {
        top: 60px;
    }

    .header-widget__item span {
        display: none;
    }

    .header {
/*        margin: 40px 0;*/
        margin: 20px 0;
    }

    .top-header__content {
        min-height: 24px;
    }
}

@media (max-width: 576px) {
    .main-section {
        padding: 30px 0 60px;
    }

    .small-container,
    .main-container {
        padding: 0 12px;
    }

    .footer-logo {
        position: static;
    }

    .top-header-menu li a {
        font-size: 12px;
        line-height: 18px;
    }

    .top-header-city {
        font-size: 12px;
        gap: 2px;
    }

    .header-search__input {
        height: 30px;
    }

    .header-search__submit {
        width: 66px;
        height: 30px;
        font-size: 12px;
        line-height: 18px;
        padding: 4px 10px;
    }

    .top-header-city svg {
        width: 16px;
        height: auto;
        top: 0;
    }

    .link-tooltip::after {
        margin-left: 5px;
    }

    .header-widget {
        gap: 15px;
    }

    .main-header__content {
        min-height: 31px;
    }

    .header-menu-btn,
    .header-menu-btn svg {
        width: 16px;
        height: auto;
    }

    .header-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30.87px;
        overflow: hidden;
    }

    .header-widget__item svg {
        width: 16px;
        height: auto;
    }

    .header-search-btn button {
        margin-left: 0;
    }

    .footer-menu__nav {
        gap: 35px 20px;
    }

    .footer {
        padding: 50px 0 69px;
    }

    .footer-logo {
        width: 135px;
        margin-bottom: 15px;
    }

    .footer-socials {
        position: absolute;
        top: 24px;
        right: 50px;
        flex-direction: column;
        gap: 10px;
        margin-top: 50px;
    }

    .footer-socials svg {
        width: 25px;
        height: auto;
    }


    .footer-menu__item, .footer-menu__item a,
    .footer-menu__col--first .footer-menu__item, .footer-menu__col--first .footer-menu__item a {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .footer-menu__col {
        max-width: 137px;
    }

    .footer-menu__col--last,
    .footer-menu__col--first {
        max-width: 100%;
    }

    .footer-menu__col, .footer-menu__nav {
        --item-cols: 1;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-menu__item+.footer-menu__item {
        margin-top: 15px;
    }

    .main-header__content {
        gap: 15px 20px;
    }

    .header-logo {
        max-width: 92px;
        margin-right: auto;
    }

    .footer-menu__title {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .header-search--open {
        top: 50px;
    }

    .footer-bottom {
        gap: 10px;
        margin-top: 40px;
    }

    .footer-bottom__item a {
        font-size: 12px;
    }

    .main-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 40px;
    }

    .slick-dots li button {
        width: 40px;
    }
}

/* ALL */

.main-container--cancel {
    max-width: 100%;
    padding: 0;
}

[class*="fav-box"] svg {
    width: 25px;
    height: 25px;

}

[class*="fav-box"] svg path {
    fill: var(--tmp-blue);
}

 [class*="fav-box"] svg path {
    stroke: var(--tmp-blue);
    fill: #fff;
}

.liked svg path {
    fill: var(--tmp-blue) !important;
    stroke: var(--tmp-blue) !important;

    /*fill: var(--tmp-red) !important;
    stroke: var(--tmp-red) !important;*/
}


.title-container__flex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.title-container__flex .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-container__flex .btn-link svg {
    fill: #fff;
    width: 9px;
    height: 14px;
    margin-left: 10px;
}

.content-page ul{
    padding-left: 20px;
}

@media (min-width: 576px) {
    .footer-logo img{
        margin: 0px -18px;
    }
}


.header-widget__item{
    position: relative;
}
.header-widget__item[data-count]::after {
    content: attr(data-count);
    position: relative;
    min-width: 20px;
    height: 20px;
    background: var(--main-bg-color-2);
    color: var(--text-color-2);
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 2px;
    padding: 0 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    right: -5px;
    top: -10px;
}

@media(max-width: 597px){
    .header-widget__item[data-count]::after{
        display: none;
    }
}

.fixed .header-fixed-container {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    top: 0;
    padding: 15px 0;
    box-shadow: 2px 1px 2px 1px var(--border-color);
}
.fixed .header-fixed-container .top-header{
    display: none;
}

.catalog-item__link {
    color: inherit;
    text-decoration: none;
}

.btn-link.no-link{
    text-align: center;
    cursor: inherit;
    width: 100%;
    border-color: var(--border-color);
}
.btn-link.no-link:hover{
    color: inherit;
}

.catalog-item .slick-dots{
    margin-top: 10px;
    width: 100%;    
    position: static;
}
.catalog-item .catalog-item-slider .slick-dots li button{
    width: 60px;
    height: 2px;
}
/* End */


/* Start:/local/templates/box/style/ui-forms.css?17291536629367*/
.form-container {
    font-size: 14px;
}

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    overflow: hidden;
}

.ui-input--text input::placeholder {
    color: transparent;
}

.ui-input--text input:focus::placeholder {
    color: inherit;
}

.ui-input--text textarea {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input, .ui-input--radio input, .ui-input--checkbox input, .ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--tmp-blue);
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--radio .ui-input__placeholder, .ui-input--checkbox .ui-input__placeholder {
    display: block;
    line-height: 20px;
}

/* .ui-input--checkbox input:focus-within+span::before {
    background: var(--tmp-blue);
    border-color: var(--tmp-blue);
} */

.ui-input--checkbox input:checked+span::before {
    background: var(--tmp-blue);
    background-image: var(--i-ok);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: var(--tmp-blue);
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 15px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #f5f5f5;
    text-align: center;
    font-weight: 500;
}

.ui-input--checkbox-2 input:checked+span {
    background: var(--tmp-blue);
    border: 1px solid var(--tmp-blue);
    color: #fff;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.radio--border .ui-input__placeholder {
    border: 1px solid var(--main-bg-color-2);
    padding: 18px 5px;
    border-radius: 4px;
}

.ui-input__label {
    cursor: pointer;
}

.ui-input--radio input:focus-within+span::before {
    background: var(--main-color);
    border-color: var(--main-color);
}

.ui-input--radio input:checked+span::before {
    background: var(--main-color);
    /* box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px var(--main-color); */
    padding: 3px;
    border-color: var(--main-color);
    background-clip: content-box;
    line-height: 14px;
}

.ui-input--radio.radio--border input:checked+span {
    background: #DCEAFD;
    border: 1px solid #3B52E0;
}


.ui-input+.ui-input {
    margin-top: 20px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 14px;
    line-height: 143%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ui-input--text .ui-input__placeholder {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 15px;
    color: var(--text-color-4);
    padding: 0 5px;
}

.ui-input__placeholder>.tx-red {
    color: var(--red);
    margin-left: 2px;
}

.ui-input textarea.input--not-empty,
.ui-input--text textarea:focus,
.ui-input input.input--not-empty,
.ui-input--text input:focus,
.ui-input--text input:not([value=""]),
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: #fff;
    border-color: var(--main-color);
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder,
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder,
.ui-input--text textarea.input--not-empty+.ui-input__placeholder,
.ui-input--text textarea:focus+.ui-input__placeholder,
.ui-input--text input.input--not-empty+.ui-input__placeholder,
.ui-input--text input:focus+.ui-input__placeholder {
    top: -10px;
    background: #fff;
    color: var(--main-color);
}

.ui-input textarea::placeholder {
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red, .ui-input input:focus+.ui-input__placeholder>.tx-red {
    color: var(--main-color);
}

.ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: var(--red) !important;
}

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: var(--red);
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 10px 30px 10px 15px;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    line-height: inherit;
    background: #FFFFFF;
    border: 1px solid #3B52E0;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    color: #3B52E0;
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
    ;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-options {
    background: #FFFFFF;
    /* Blue/blue 15 */
    border: 1px solid #DCEAFD;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    z-index: calc(var(--z-index-tooltip) + 2);
    width: 100%;
    max-height: 208px;
    overflow: auto;
}

.ui-options__item:hover {
    background: var(--main-bg-color);
}

.ui-options__item--select {
    background: #DCEAFD;
}

.ui-options__item {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    color: #414042;
    cursor: pointer;
}

.form-group {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-input--stars .ui-input__wraper {
    display: flex;
    flex-direction: row-reverse;
    width: min-content;
    text-align: center;

}

.ui-input__star {
    line-height: 0;
}

.ui-input__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ui-input__star svg {
    width: 24px;
    height: auto;
}

.ui-input__star+.ui-input__star {
    margin-left: 2px;
}

.ui-input__label:hover .ui-input__star svg,
.ui-input__label:hover~.ui-input__label .ui-input__star svg,
.ui-input__label.cheked~.ui-input__label .ui-input__star svg {
    fill: #FFAA06;
}

/* .ui-input--stars::before {
    content: attr(data-input-val);
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
} */

.ui-input--stars[data-input-val=""] .ui-input__wraper::before {
    content: '— Без оценки';
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
}

.ui-input__star input:checked+svg {
    fill: #FFAA06;
}

/* CUSTOM bx-sls  */

.bx-sls .dropdown-block {
    background: #fff;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    /* overflow: hidden; */
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
    height: 25px;
}

.bx-sls .bx-ui-sls-pane {
    top: 50px;
}

.bx-sls .bx-ui-sls-clear {
    top: 8px;
}

/* CUSTOM bx-sls  */

@media (max-width: 556px) {
    /* .ui-input+.ui-input {
        margin-top: 10px;
    } */
}
/* End */


/* Start:/local/templates/box/style/popups.css?17234581161343*/
.ui-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__container::-webkit-scrollbar {
    width: 4px;
}
.ui-popup__container::-webkit-scrollbar-track {
    background-color: #DCEAFD;
    border-radius: 4px;
}
.ui-popup__container::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-form__error {
    color: red;
    display: none;
    padding-left: 10px;
    padding-top: 20px;
}

.ui-popup__buttons{
    margin-top: 20px;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }
}

/* End */


/* Start:/local/templates/box/fonts/icons/fonts.css?17112662874018*/
:root{
    /* Icons */
    --i-arrowLeft: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L8.46967 11.4697L7.93934 12L8.46967 12.5303L9 12ZM14.4697 5.46967L8.46967 11.4697L9.53033 12.5303L15.5303 6.53033L14.4697 5.46967ZM8.46967 12.5303L14.4697 18.5303L15.5303 17.4697L9.53033 11.4697L8.46967 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    --i-arrowRight: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12L15.5303 11.4697L16.0607 12L15.5303 12.5303L15 12ZM9.53033 5.46967L15.5303 11.4697L14.4697 12.5303L8.46967 6.53033L9.53033 5.46967ZM15.5303 12.5303L9.53033 18.5303L8.46967 17.4697L14.4697 11.4697L15.5303 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    --i-arrowUp: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowDown: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowBaseline: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 5L10 0L0 0Z' fill='%23212121'/%3E%3C/svg%3E");
    --i-ok: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-arrowUpRight: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.86944 1.46447L7.86944 0.714474L8.61944 0.714474L8.61944 1.46447L7.86944 1.46447ZM1.32871 9.06587C1.03581 9.35877 0.560938 9.35877 0.268045 9.06587C-0.0248483 8.77298 -0.024848 8.2981 0.268045 8.00521L1.32871 9.06587ZM2.21259 0.714474H7.86944L7.86944 2.21447H2.21259L2.21259 0.714474ZM8.61944 1.46447L8.61944 7.12133L7.11944 7.12133L7.11944 1.46447L8.61944 1.46447ZM8.39977 1.9948L1.32871 9.06587L0.268045 8.00521L7.33911 0.934144L8.39977 1.9948Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    /* Icons active */
    --i-arrowUp--active: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-arrowDown--active: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-ok--active: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%231771F1'/%3E%3C/svg%3E%0A");
}
/* End */


/* Start:/local/templates/box/template_styles.css?17240718203474*/
/* Typography */


h1, h2, h3 {
    color: var(--text-color);
    line-height: 140%;
    font-weight: 500;
}

h1 {
    font-size: var(--main-h1-size);
    margin: 10px 0 20px 0;
}

h2 {
    font-size: var(--main-h2-size);
    margin: 10px 0 20px 0;
}

h3 {
    font-size: var(--main-h3-size);
    margin: 10px 0 20px 0;
}

p {
    font-size: var(--main-p-size);
    color: var(--text-color-2);
    line-height: 150%;
}

b{
    font-weight: 600;
}

blockquote {
    color: var(--text-color-2);
    font-weight: 500;
    font-size: var(--main-p-size);
    line-height: 150%;
    margin: 10px 0 20px 0;
    padding-left: 20px;
    border-left: 2px solid var(--main-color);
}

.section-gray{
    background: #F5F5F5;
}

.section-blue{
    background: var(--tmp-blue)
}

.red{
    color: var(--tmp-red)
}



/* всплывающая подсказка при добавлении товара в корзину */

.catalog__item-tooltip {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  z-index: 2;
  cursor: pointer;
}

.catalog__item-tooltip:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  background-color: #fff;
  transform: rotate(45deg);
  right: 50px;
}

.catalog__item-tooltipleft {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  width: 190px;
  z-index: 999;
  cursor: pointer;
  color: #13579a;
}

.catalog__item-tooltipleft:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-bottom: 1px solid;
  border-right: 1px solid;
  background-color: #fff;
  transform: rotate(45deg);
  bottom: -6px;
  right: 20px;
}

.slick-track .catalog__item-tooltipleft {
  top: 60px !important;
}

.slick-track .catalog__item-tooltipleft:after {
  transform: rotate(-135deg);
  top: -6px;
}

/* !всплывающая подсказка при добавлении товара в корзину */


.element-quantity {
    display: flex;
    align-items: center;
}

.element-quantity__input {
    flex: 1;
    width: 100%;
    background: #f5f5f5;
    height: 30px;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.element-quantity__input:focus {
    outline-color: #EBEBEB;
}

.element-quantity__input::-webkit-outer-spin-button,
.element-quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.element-quantity__btn {
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: #EBEBEB;
}


.catalog-item__buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-item__buttons .element-quantity{
   max-width: 100px;
} 

.catalog-item{
    display: flex;
    flex-direction: column;
}

.catalog-item__prices{
    margin-top: auto;
}

.main-section-slick .slick-track {
    display: flex;
    align-items: stretch;
}

.main-section-slick .catalog-item{
    height: 100%;
}

.main-section-slick .main-section__item {
    height: auto;
}


.footer-socials{
    display: none!important;
}
/* End */
/* /local/components/custom/geoIP.location/templates/popup_v24/style.css?17234634015141 */
/* /local/templates/box/components/bitrix/catalog.compare.list/.default/style.css?17280293141269 */
/* /local/templates/box/components/bitrix/menu/aside/style.css?17253498611542 */
/* /local/templates/box/fonts/Golos/stylesheet.css?17112008321337 */
/* /local/templates/box/libs/slick/slick.css?17080833811776 */
/* /local/templates/box/style/grid.css?1708083381978 */
/* /local/templates/box/style/normalize.css?17080833816039 */
/* /local/templates/box/style/constructor.css?17291538631846 */
/* /local/templates/box/style/menu.css?172785261913158 */
/* /local/templates/box/style/main.css?172785220427072 */
/* /local/templates/box/style/ui-forms.css?17291536629367 */
/* /local/templates/box/style/popups.css?17234581161343 */
/* /local/templates/box/fonts/icons/fonts.css?17112662874018 */
/* /local/templates/box/template_styles.css?17240718203474 */
