

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/easy-autocomplete.min.css?15967961988225*/
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.4
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*# sourceMappingURL=easy-autocomplete.min.css.map */

/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/slick.css?15967961981776*/
/* 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/orteka_desktop/vendor/css/jquery.formstyler.css?15967961982175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/swiper-bundle.min.css?165579690815563*/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/orteka_desktop/global/css/desktop-global.css?1748430690164224*/
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
}


a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bx-no-touch a:hover {
    text-decoration: none;
}

.bx-touch a:active {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

input,
button,
textarea,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    outline: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* commom styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #F9F9F9;
    background: #FFFFFF;
    color: #1C1C1C;
    line-height: 1.4;
}

.g-content {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .g-content {
        min-width: 760px;
        max-width: 1230px;
    }
}

.g-wrap {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.g-wrap__content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

svg {
    display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	color: inherit;
	fill: transparent;
	stroke: transparent;
}

.g-price {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.g-price__rub {
    font-size: 0.9em;
    vertical-align: bottom;
}

.g-price_old {
    color: #A6A6A6;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 13px;
}

.g-section-main {
    padding-top: 40px;
}

.g-page__content {
    padding-top: 40px;
}

.g-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.g-page__wrapper_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.g-page__aside {
    width: 300px;
    min-width: 300px;
}

.g-page__main {
    width: calc(100% - 246px);
    min-width: calc(100% - 246px);
    padding: 0 15px;
}

.g-page__top {
    padding: 32px 0 40px;
}

.g-page__top:first-letter {
    text-transform: uppercase;
}

.g-page__top_pb16 {
    padding-bottom: 16px;
}

.g-page__label {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.g-section {
    padding-bottom: 40px;
}

.g-section_line {
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
}

.g-section_pt40 {
    padding-top: 40px;
}

.g-section_pb0 {
    padding-bottom: 0;
}

.g-section_border {
    border-top: 12px solid rgba(183, 205, 217, 0.2);
}

.g-section__title {
    margin-bottom: 40px;
    text-align: center;
}

.g-section__top {
    padding: 10px 0 40px;
}

.g-section__subtitle {
    margin-bottom: 24px;
}

.g-section_grey {
    background: #F6F7F8;
}
.g-section_light-orange {
    background: rgba(255, 111, 0, 0.05);
}

.g-text-white {
    color: #ffffff;
}
.g-text-dark {
    color: #1C1C1C;
}
.g-text-light-grey {
    color: #A6A6A6;
}
.g-text-middle-grey {
    color: #666666;
}
.g-text-medium-grey {
    color: #757575;
}
.g-text-red {
    color: #F04C25;
}

.g-text-orange {
    color: #FF6E00;
}

.g-text-green {
    color: #7AC143;
}

.g-text-blue {
    color: #009AA6;
}
.g-text-light-blue {
    color: #46A2A8;
}

.g-text-grey {
    color: #31566D;
}
.g-text-extra {
    font-weight: 800;
}
.g-text-semibold {
    font-weight: 600;
}
.g-text-bold {
    font-weight: 700;
}
.g-text-medium {
    font-weight: 500;
}
.g-text-light {
    font-weight: 300;
}

.g-text-center {
    text-align: center;
}
@media screen and (max-width: 900px) {
    .g-text-m-center {
        text-align: center;
    }
}

.g-text-right {
    text-align: right;
}

.g-text-italic {
    font-style: italic;
}

.g-text-uppercase {
    text-transform: uppercase;
}

.g-block:not(:last-child) {
    margin-bottom: 40px;
}

.g-block32:not(:last-child) {
    margin-bottom: 32px;
}

.g-block24:not(:last-child) {
    margin-bottom: 24px;
}

.g-block16:not(:last-child) {
    margin-bottom: 16px;
}

.g-block60:not(:last-child) {
    margin-bottom: 60px;
}

.g-block_grey {
    background-color: #F6F7F8;
    border-radius: 20px;
    padding: 24px 32px;
}

.g-block_blue {
    background-color: #009AA6;
    border-radius: 6px;
    padding: 24px 32px;
    color: #ffffff;
}

.g-block_white {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 32px;
    -webkit-box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
    box-shadow: 0px 6px 20px rgba(28, 28, 28, 0.08);
}

.g-block_center {
    margin-left: auto;
    margin-right: auto;
}

.g-list {
    list-style: none;
    line-height: 1.6;
}

.g-list:not(:last-child) {
    margin-bottom: 40px;
}

.g-list li:not(:last-child) {
    margin-bottom: 8px;
}

.g-list_border li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.g-list_row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g-list__icon {
    width: 16px;
    min-width: 16px;
    margin: 4px 10px 0 0;
}

.g-list__text {
    min-height: 25px;
}

.g-list__icon img {
    display: block;
}

.g-list_main li:not(:last-child) {
    margin-bottom: 20px;
}

.g-text-block ul {
    list-style: none;
    line-height: 1.6;
}

.g-text-block ul:not(:last-child) {
    margin-bottom: 40px;
}

.g-text-block ul li {
    position: relative;
    padding-left: 20px;
}

.g-text-block ul li::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #1C1C1C;
    position: absolute;
    left: 0;
    top: 12px;
}

.g-text-block ul li:not(:last-child) {
    margin-bottom: 8px;
}

.g-text-block ol {
    list-style-type: none;
    counter-reset: item;
    line-height: 1.6;
}

.g-text-block ol p {
    display: inline;
}

.g-text-block ol:not(:last-child) {
    margin-bottom: 40px;
}

.g-text-block ol li:not(:last-child) {
    margin-bottom: 8px;
}

.g-text-block ol li::before {
    content: counter(item) '.';
    counter-increment: item;
    padding-right: 8px;
}

.g-text-block ul.b-slider__dots li::after {
    display: none;
}

.g-text-block ul.b-slider__dots li:not(:last-child) {
    margin-bottom: 0;
}

.g-text-block h1,
.g-text-block h2,
.g-text-block h3,
.g-text-block h4 {
    margin-bottom: 24px;
}

.g-text-block h5,
.g-text-block h6 {
    margin-bottom: 8px;
}

.g-text-block a:not(.label) {
	color: #009AA6;
}

.bx-no-touch .g-text-block a:not(.label):hover {
    color: #FF6E00;
}

.bx-no-touch #tabsBlock__detailPage .g-text-block a:hover {
    color: #FF6E00;
}

.bx-no-touch .g-text-block a.b-card__name:hover {
    color: #1C1C1C;
}

.bx-touch .g-text-block a:active {
    text-decoration: none;
}

.g-text-block_policy ul:not(:last-child),
.g-text-block_policy ol:not(:last-child) {
    margin-bottom: 8px;
}

.g-text-block .b-catalog_list a {
    color: #1C1C1C;
}

.g-text-block .b-card__name, .g-page a.b-card__name {
    color: #1C1C1C;
}

.g-text-block .b-card-sizes a {
    color: #A7A9AC;
}

.table-wrapper {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.g-text-block table {
    width: 100%;
}

.g-text-block table td {
    padding: 16px;
    border: 5px solid #ffffff;
    background: #F6F7F8;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .g-page__aside {
        width: 0;
        min-width: 0;
        padding: 0;
    }
    .wrapper-catalog .g-page__aside {
        padding-left: 0;
    }

    .g-page__main {
        width: 100%;
        min-width: 100%;
    }
    .g-page__wrapper .g-page__main.grid-col {
        width: 100%;
        min-width: 100%;
    }
}

.g-logo {
    display: block;
    width: 220px;
    height: 32px;
}
.footer__item_left_wrapper {
    max-width: 245px;
}

.g-contacts__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-contacts__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    color: #F58233;
}

.g-contacts__text,
.header-action__dropdown .header-action__contacts .g-contacts__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.bx-no-touch .g-contacts__link:hover {
    color: #FF9D52;
}

.g-contacts__link:active,
.g-contacts__link:focus {
    color: #E56812;
}

.g-contacts__call {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #F58233;
}

.bx-no-touch .g-contacts__call:hover {
    color: #FF9D52;
}

.g-contacts__call:active,
.g-contacts__call:focus {
    color: #E56812;
}

.g-contacts__name {
    font-size: 12px;
    color: #A7A9AC;
}

@-webkit-keyframes phone-anim {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    15% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    30% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    45% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    60% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    75% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes phone-anim {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    15% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    30% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    45% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    60% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    75% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.g-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.g-row_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-row_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g-row_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g-row_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.g-row_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.g-row_column {
    flex-direction: column;
}

.g-row_small {
    margin-right: -8px;
    margin-left: -8px;
}

.g-row_small>.g-col {
    padding-left: 8px;
    padding-right: 8px;
}
.g-row_narrow {
    margin-right: -2px;
    margin-left: -2px;
}

.g-row_narrow>.g-col {
    padding-left: 2px;
    padding-right: 2px;
}

.g-row_sm {
    margin-right: -4px;
    margin-left: -4px;
}

.g-row_sm>.g-col {
    padding-left: 4px;
    padding-right: 4px;
}

@media screen and (max-width: 1200px) {
    .g-row_l-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1024px) {
    .g-row_t-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 900px) {
    .g-row_m-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.g-col {
    padding-left: 15px;
    padding-right: 15px;
}

.g-col_20 {
    width: 20%;
    min-width: 20%;
}

.g-col_25 {
    width: 25%;
    min-width: 25%;
}

.g-col_40 {
    width: 40%;
    min-width: 40%;
}

.g-col_41 {
    width: 41.6667%;
    min-width: 41.6667%;
}
.g-col_44 {
    width: 44%;
    min-width: 44%;
}

.g-col_50 {
    width: 50%;
    min-width: 50%;
}
.g-col_56 {
    width: 56%;
    min-width: 56%;
}
.g-col_58 {
    width: 58.3333%;
    min-width: 58.3333%;
}

.g-col_60 {
    width: 60%;
    min-width: 60%;
}

.g-col_33 {
    width: 33.3333%;
    min-width: 33.3333%;
}

.g-col_66 {
    width: 66.6667%;
    min-width: 66.6667%;
}

.g-col_full {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.g-col_75 {
    width: 75%;
    min-width: 75%;
}

.g-col_100 {
    width: 100%;
    min-width: 100%;
}

.g-col_same {
    flex: 1;
    min-width: 0;
}

@media screen and (max-width: 1200px) {
    .g-col_l-100 {
        width: 100%;
        min-width: 100%;
    }

    .g-col_l-50 {
        width: 50%;
        min-width: 50%;
    }
    .g-col_l-45 {
        width: 45%;
        min-width: 45%;
    }
	.g-col_l-55 {
        width: 55%;
        min-width: 55%;
    }
}

@media screen and (max-width: 1024px) {
    .g-col_t-100 {
        width: 100%;
        min-width: 100%;
    }

    .g-col_t-50 {
        width: 50%;
        min-width: 50%;
    }

    .g-col_t-33 {
        width: 33.3333%;
        min-width: 33.3333%;
    }
}

@media screen and (max-width: 900px) {
    .g-col_m-100 {
        width: 100%;
        min-width: 100%;
    }

    .g-col_m-50 {
        width: 50%;
        min-width: 50%;
    }
}

.g-nowrap {
    white-space: nowrap;
}

.g-hidden {
    display: none;
}
.g-m-show {
    display: none;
}
.g-hidden-wrap-content {
    display: none !important;
}

.b-timer {
    color: #A7A9AC;
}

.g-note {
    font-size: 14px;
    color: #A7A9AC;
}

.g-text-introduce {
    font-size: 22px;
}

.g-page-text img {
    border-radius: 4px;
}

.g-page-text img:not(:last-child) {
    margin-bottom: 16px;
}

.g-page-text ul {
    list-style: none;
    line-height: 1.6;
}

.g-page-text ul:not(:last-child) {
    margin-bottom: 24px;
}

.g-page-text ul li {
    position: relative;
    padding-left: 24px;
}

.g-page-text ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #F58233;
    border-radius: 50%;
}

.g-page-text ul li:not(:last-child) {
    margin-bottom: 6px;
}

.g-page-text ul li ul {
    padding-left: 24px;
}

.g-page-text ol {
    list-style-type: none;
    counter-reset: item;
    line-height: 1.6;
}

.g-page-text ol:not(:last-child) {
    margin-bottom: 24px;
}

.g-page-text ol li::before {
    content: counter(item);
    counter-increment: item;
    padding-right: 14px;
    color: #F58233;
}

.g-page-text ol li:not(:last-child) {
    margin-bottom: 6px;
}

.g-page-text a {
    color: #009AA6;
}

.bx-no-touch .g-page-text a:hover {
    color: #F04C25;
}

.bx-touch .g-page-text a:active {
    color: #F04C25;
}

.g-page-text h1,
.g-page-text h2,
.g-page-text h3,
.g-page-text h4 {
    margin-bottom: 24px;
}

.g-page-text h5,
.g-page-text h6 {
    margin-bottom: 8px;
}

.discount-image {
    min-width: 220px;
}

.g-page-bg {
    position: relative;
}

.g-page-bg__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    width: 100vw;
}

.g-dropdown {
    margin-bottom: 40px;
}

.g-dropdown__top {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #009AA6;
}

.g-dropdown__icon {
    width: 14px;
    height: 14px;
    margin-right: 14px;
    min-width: 14px;
    position: relative;
}

.g-dropdown__icon::before,
.g-dropdown__icon::after {
    position: absolute;
    height: 2px;
    width: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #009AA6;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-dropdown__icon::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.g-dropdown__title {
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.g-dropdown__block {
    padding-top: 20px;
}

.bx-no-touch .g-dropdown__top:hover {
    color: #00B9CC;
}

.bx-touch .g-dropdown__top:active {
    color: #00B9CC;
}

.g-dropdown__top.is-active .g-dropdown__icon::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

@media screen and (max-width: 1230px) {
    .g-slider-wrapper_inside {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .g-l-hidden {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .g-t-hidden {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .g-col_m-33 {
        width: 33.3333%;
        min-width: 33.3333%;
    }

    .g-col_m-66 {
        width: 66.6667%;
        min-width: 66.6667%;
    }
}

.g-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
}

.g-button__icon {
    display: block;
    margin: 0 5px;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.g-button__icon_basket {
    width: 21px;
    min-width: 21px;
    height: 19px;
}

.g-button__icon_arrow {
    width: 7px;
    min-width: 7px;
    height: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g-button__icon_back {
    width: 18px;
    min-width: 18px;
    height: 16px;
}

.g-button__icon_triagle {
    width: 4px;
    min-width: 4px;
    height: 10px;
}

.g-button__icon_map {
    width: 43px;
    min-width: 43px;
    height: 14px;
}

.g-button__icon_key {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.g-button__icon_link {
    width: 16px;
    min-width: 16px;
    height: 10px;
}

.g-button__text {
    display: block;
    margin: 0 5px;
}

.bx-no-touch .g-button:hover .g-button__icon {
    color: inherit;
}

.bx-touch .g-button:active .g-button__icon {
    color: inherit;
}

.g-button_primary {
    background: #FF6E00;
    color: #FFFFFF;
    height: 48px;
    padding: 0 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bx-no-touch .g-button_primary:not(:disabled):hover {
    background: #FF580E;
    color: #FFFFFF;
}

.g-button_primary:not(:disabled):active,
.g-button_primary:not(:disabled):focus {
    background: #E56812;
}

.g-button_primary.is-disabled,
.bx-no-touch .g-button_primary.is-disabled:hover {
    background: #A6A6A6;
    cursor: default;
}

.g-button_secondary {
    background: #009AA6;
    color: #FFFFFF;
    height: 48px;
    padding: 0 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bx-no-touch .g-button_secondary:not(:disabled):hover {
    background: #007680;
}

.g-button_secondary:not(:disabled):active,
.g-button_secondary:not(:disabled):focus {
    background: #0092A0;
}

.g-button_fourth {
    background: #E1F4F5;
    color: #009AA6;
    font-weight: 500;
    padding: 0 16px;
}
.bx-no-touch .g-button_fourth:hover:not(.is-active) {
    background-color: #C3E9EC;
}
.g-button_fourth.is-active,
.g-button_fourth:not(:disabled):active,
.g-button_fourth:not(:disabled):focus {
    color: #ffffff;
    background: #009AA6;
}

.g-button_add {
    background: #009AA6;
    color: #FFFFFF;
    height: 32px;
    border-radius: 4px;
    padding: 0 5px;
    font-size: 12px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.bx-no-touch .g-button_add:not(:disabled):hover {
    background: #00B9CC;
}

.g-button_add:not(:disabled):active,
.g-button_add:not(:disabled):focus {
    background: #0092A0;
}

.g-button_full {
    width: 100%;
}
.g-button_nouppercase {
    text-transform: none;
}

.g-button_third {
    background: #E0D2CE;
    border-radius: 40px;
    padding: 0 20px;
    height: 40px;
}

.bx-no-touch .g-button_third:not(:disabled):hover {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_third:not(:disabled):active,
.g-button_third:not(:disabled):focus {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_simple {
    background: #EEF1F5;
    width: 48px;
    height: 48px;
}

.g-button_ordinary {
    background: transparent;
    border: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: block;
}

.g-button_ordinary:hover {
    color: #F58233;
}

.g-button_ordinary:not(:disabled):active,
.g-button_ordinary:not(:disabled):focus {
    color: #E56812;
}

.bx-no-touch .g-button_simple:not(:disabled):hover {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_simple:not(:disabled):active,
.g-button_simple:not(:disabled):focus {
    background: #009AA6;
    color: #FFFFFF;
}

.g-button_radius {
    border-radius: 30px;
}

.g-button:disabled {
    background: #E9E9E9;
    color: #A6A6A6;
    cursor: default;
}
.g-button_border-secondary {
    color: #009AA6;
    border: 1px solid #009AA6;
    padding: 0 12px;
}
.bx-no-touch .g-button_border-secondary:not(:disabled):hover {
    color: #007680;
    border-color: #007680;
}


h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
}

h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
}

h4 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

h5 {
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

h6 {
    font-weight: 700;
    margin-bottom: 8px;
}

p:not(:last-child) {
    margin-bottom: 8px;
}

.g-input {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #1C1C1C;
    height: 42px;
    border: 1px solid #A6A6A6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ffffff;
    border-radius: 6px;
    padding: 0 16px;
}

.g-input::-webkit-input-placeholder {
    color: #A6A6A6;
    opacity: 1;
  }

.g-input::-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input:-moz-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input:-ms-input-placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input::placeholder {
    color: #A6A6A6;
    opacity: 1;
}

.g-input_text {
    padding: 16px 16px;
    resize: none;
    height: 160px;
}

.g-input:focus,
.g-input:active {
    border-color: #009AA6;
}

.g-input-wrapper {
    position: relative;
}

.g-input-label {
    position: absolute;
    font-size: 14px;
    color: #A6A6A6;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    display: inline-block;
    z-index: 11;
    padding: 0 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    max-width: calc(100% - 24px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #ffffff;
}
.g-input-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s;
    cursor: pointer;
    color: #009AA6;
    opacity: 0;
    visibility: hidden;
}
.g-input-close:hover {
    color: #007680;
}
.g-input-wrapper.is-complete .g-input-close {
    opacity: 1;
    visibility: visible;
}
.g-input-label-button {
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    color: #fff;
    top: 1px;
    right: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
    white-space: nowrap;
    height: 40px;
    width: 48px;
}

.g-input-label-button.ok {
    background-color: #009AA6;
}

.g-input-label-button.ok:before {
    content: 'OK';
    padding: 13.5px 16px;
}

label.pointer,
.g-input-label-button.ok+input.pointer {
    cursor: pointer;
}

.g-input-label-button.cross {
    background-color: #F58233;
}

.g-input-label-button.cross:before {
    content: '';
    position: absolute;
    width: 30px;
    margin: 0 9px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.g-input-label-button.cross:after {
    content: '';
    position: absolute;
    width: 30px;
    margin: 0 9px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.g-input-label.is-up {
    top: 0;
    font-size: 12px;
}
.g-input-wrapper:focus-within .g-input-label.is-up {
    color: #009AA6;
}
.g-input-label.is-up.medium-padding-is-up {
    left: 24px;
}

.g-input-wrapper.is-top {
    z-index: 15;
}

.g-input-wrapper.is-error label.error {
    position: absolute;
    left: 0;
    max-width: 100%;
    font-size: 12px;
    top: 100%;
    color: #FF6256;
    z-index: 5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.g-input-wrapper.is-error .g-input-label {
    color: #FF6256;
}
.g-input-wrapper.is-error .g-input {
    border-color: #FF6256;
}
.g-input-wrapper.is-error .g-input-close {
    color: #FF6256;
}

.g-input__icon {
    width: 24px;
    height: 24px;
    color: #B7CDD9;
    position: absolute;
    top: 12px;
    right: 12px;
}

.g-input-wrapper_calendar {
    max-width: 220px;
}

.g-link {
    color: #009AA6;
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
}

.g-link_inline {
    display: inline;
}

.g-link:not(.g-link_complex) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_help {
    color: #B7CDD9;
}

.g-link_primary {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.g-link_underline {
    text-decoration: underline;
}

.g-link__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    position: relative;
}

.g-link__icon_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g-link__icon_right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.g-link_complex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-link_complex .g-link__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_complex .g-link__icon:not(:last-child) {
    margin-right: 8px;
}

.g-link_complex .g-link__text {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_complex .g-link__text:not(:last-child) {
    margin-right: 8px;
}

.g-link__icon_close {
    color: #B7CDD9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g-link_complex .g-link__icon_pdf,
.g-link__icon_pdf {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.g-link_more {
    border: 1px solid #009AA6;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #009AA6;
    height: 48px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 12px;
}

.g-link_more--blue {
    background: rgba(0, 167, 184, 0.2);
    color: #009AA6;
    border-color: rgba(0, 167, 184, 0.2);
    height: 64px;
}
.g-link_grey {
    color: #A6A6A6;
}
.g-link_light-blue {
    color: #4FBAC2;
}
.bx-no-touch .g-link:hover {
    color: rgba(0, 117, 128, 0.6);
}

.g-link:active,
.g-link:focus {
    color: #0092A0;
}
.bx-no-touch .g-link_underline:hover {
    text-decoration: none;
}

.g-link_underline:active {
    text-decoration: none;
}

.bx-no-touch .g-link:hover .g-link__icon {
    color: inherit;
}

.bx-no-touch .g-link_complex:hover {
    color: #009AA6;
}

.bx-no-touch .g-link_complex:hover .g-link__text,
.bx-no-touch .g-link_complex:hover .g-link__icon {
    color: #00B9CC;
}

.g-link_complex:active .g-link__text,
.g-link_complex:focus .g-link__text,
.g-link_complex:active .g-link__icon,
.g-link_complex:focus .g-link__icon {
    color: #0092A0;
}

.g-link.is-added {
    color: #F04C25;
}

.g-link_secondary {
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
}

.bx-no-touch .g-link_secondary:hover {
    color: #009AA6;
}

.g-link_secondary:active {
    color: #009AA6;
}

.g-link_title {
    font-size: 32px;
    color: #1C1C1C;
}

.g-link_title .g-link__text {
    margin-left: 20px;
}

.bx-no-touch .g-link_title:hover {
    color: #009AA6;
}

.g-link_title:active {
    color: #009AA6;
}

.g-link-add {
    color: #9F9F9E;
}

.bx-no-touch .g-link-add:hover {
    color: #009AA6;
}

.g-link-add:active {
    color: #009AA6;
}

.bx-no-touch .g-link_more:not(:disabled):hover,
.g-link_more.is-selected {
    border-color: #F58233;
    color: #F58233;
}

.g-link_more:not(:disabled):active,
.g-link_more:not(:disabled):focus {
    border-color: #94A8B2;
    color: #94A8B3;
    background: #F6F7F8;
}

.g-link_orange {
    color: #FF6E00;
}
.bx-no-touch .g-link_orange:hover {
    color: #FF580E;
}
.g-button_small {
    height: 36px;
    text-transform: none;
}
.g-button_sm {
    height: 36px;
}
.g-button_lt {
    height: 36px;
}
.g-button_lt {
    height: 36px;
}
.g-button_px36 {
    padding-left: 36px;
    padding-right: 36px;
}

.header {
    position: relative;
    z-index: 100;
}
.header__top {
    background: #F9F9F9;
    padding: 8px 0;
}

.header__row {
    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;
    margin: 0 -10px;
}

.header__item {
    padding: 0 10px;
    min-width: 0;
}

.header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -8px;
}

.header-group .g-button_add {
    text-transform: uppercase;
}

.header-group__item {
    padding: 0 8px;
    min-width: 0;
}

.header-group__link {
    font-weight: 500;
    font-size: 13px;
    display: flex;
}

.header-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0 -10px;
}

.header-menu__item {
    padding: 0 10px;
}

.header-menu__link {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #A6A6A6;
    white-space: nowrap;
}

.header-menu__link_add {
    color: #1C1C1C;
    text-transform: uppercase;
}

.header-menu__icon {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 6px;
}

.bx-no-touch .header-menu__link:hover {
    color: #FF9D52;
}

.header-menu__link:active,
.header-menu__link:focus {
    color: #E56812;
}

.header-enter {
    position: relative;
    z-index: 101;
}

.header-enter__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.header-enter__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: block;
}

.header-enter__text {
    display: block;
    font-size: 14px;
    margin-left: 4px;
}

.bx-no-touch .header-enter__top:hover {
    color: #F58233;
}

.header-enter__top:active {
    color: #F58233;
}

.header-enter__dropdown {
    position: absolute;
    top: 100%;
    width: 160px;
    padding: 16px 0;
    border-radius: 10px;
    left: -22px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
    box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
    z-index: 15;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    margin-top: 12px;
}

.header-enter__dropdown::before {
    position: absolute;
    top: -7px;
    left: 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #fff;
}

.header-enter__dropdown::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    content: "";
    height: 20px;
}

.header-enter__list {
    list-style: none;
}

.header-enter__link {
    display: block;
    padding: 8px 16px;
    font-size: 15px;
}

.bx-no-touch .header-enter__link:hover {
    background: #EEF1F5;
    color: #F58233;
}

.header-enter__link:active {
    background: #EEF1F5;
    color: #F58233;
}

.bx-no-touch .header-enter:hover .header-enter__dropdown {
    opacity: 1;
    visibility: visible;
}

.bx-touch .header-enter:active .header-enter__dropdown,
.bx-touch .header-enter:focus .header-enter__dropdown {
    opacity: 1;
    visibility: visible;
}

.header__link {
    display: block;
    position: relative;
    color: #CDCDCD;
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 101;
}

.header__link {
    fill: transparent;
}

.bx-no-touch .header__link:hover {
    color: #F58233;
}

.header__link:active {
    color: #F58233;
}

.header__link.is-added {
    color: #1C1C1C;
}

.header__counter {
    height: 16px;
    min-width: 16px;
    position: absolute;
    display: block;
    background: #F58233;
    color: #ffffff;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    right: 0;
    top: -5px;
    padding: 0 2px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.header-shorts__title {
    font-size: 14px;
    color: #1C1C1C;
    opacity: 0.5;
}

.header-shorts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-shorts__item {
    padding: 0 12px;
}

.header-shorts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-shorts__main {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.07;
    color: #009AA6;
    margin-right: 6px;
    min-width: 31px;
}

.header-shorts__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #A7A9AC
}

.header__center {
    background: #FFFFFF;
}

.header__center .g-content {
    padding-top: 16px;
}

.header__line {
    padding: 16px 0 0;
    background: #FFFFFF;
    font-size: 14px;
    color: rgba(28, 28, 28, 0.5);
}

/* .header__contacts .g-contacts__link {
    display: flex;
}

.header-action__contacts .g-contacts__link {
    display: inline-flex;
}

.header__contacts .g-contacts__icon {
    margin-right: 6px;
    color: #1C1C1C;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.header__contacts .g-contacts__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
} */

.header-nav {
    position: relative;
    z-index: 99;
    height: 136px;
}

.header-nav.is-top {
    z-index: 120;
}

.header-nav__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 2px 20px 0px rgba(112, 123, 124, 0.20);
}

.header-nav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.header-nav__item {
    padding: 0 4px;
}

.header-nav__item_logo {
    padding-right: 24px;
}

.header-nav__item_search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.header-nav__item_search .g-input {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #A6A6A6;
    height: 42px;
    padding: 0 15px;
}

.header-nav__item_search .g-input:focus,
.header-nav__item_search .g-input:active {
    border-color: #009AA6;
}

.header-nav__item_search .b-search__icon {
    color: #A6A6A6;
}

.header-nav__item_add {
    padding-left: 24px;
}

.header-nav.is-top .header-nav__wrapper {
    position: fixed;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.header-nav .g-content {
    position: relative;
    z-index: 4;
}

.small-cart_dropdown .cart-items {
    overflow-x: hidden;
}

.header-nav-slider {
    position: relative;
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
}

.header-nav-slider__item {
    padding: 0 10px;
    width: auto !important;
}

.header-nav-slider__item:first-child {
    padding-left: 0;
}

.header-nav-slider__link {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #1C1C1C;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-nav-slider__link:hover {
    color: #F58233;
}

.header-nav-slider__arrow {
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
    margin: 0;
    color: #1C1C1C;
    z-index: 10;
}

.bx-no-touch .header-nav-slider__arrow:hover {
    background: #ffffff;
    color: #ec6600;
}

.header-nav-slider__arrow.swiper-button-prev {
    left: 0;
}

.header-nav-slider__arrow.swiper-button-next {
    right: 0;
}

.header-nav-slider__arrow.swiper-button-prev svg {
    transform: rotate(-90deg);
}

.header-nav-slider__arrow.swiper-button-next svg {
    transform: rotate(90deg);
}

.header-nav-slider__arrow::after {
    display: none;
}

.header-nav-slider__arrow.swiper-button-disabled {
    opacity: 1;
}

.header-nav-slider__arrow.swiper-button-disabled svg {
    opacity: 0;
}

.header-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px 15px;
    display: none;
    -webkit-box-shadow: 0px 20px 25px rgba(49, 86, 109, 0.2);
    box-shadow: 0px 20px 25px rgba(49, 86, 109, 0.2);
    z-index: 4;
    max-width: 100vw;
}

.header-layout {
    position: fixed;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: #FFFFFF;
    opacity: 0.8;
    z-index: 3;
    content: '';
    display: none;
}

.header-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.header-catalog__wrapper {
    max-height: calc(100vh - 220px);
    overflow-x: auto;
    position: relative;
}

.header-catalog__col {
    width: 25%;
    min-width: 25%;
    padding: 0 15px;
}

.header-catalog__menu {
    list-style: none;
}

.header-catalog__block {
    margin-bottom: 30px;
}

.header-catalog__item {
    margin-bottom: 4px;
    padding-left: 30px;
}

.header-catalog__item_main {
    margin: 0 0 8px;
    padding-left: 0;
}

.header-catalog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.header-catalog__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 6px;
    display: block;
    fill: transparent;
}

.header-catalog__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.38;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bx-no-touch .header-catalog__link:hover {
    color: #F58233;
}

.header-catalog__link:active {
    color: #F58233;
}

.header-catalog__link_orange {
    color: #F58233;
}

.bx-no-touch .header-catalog__link_orange:hover {
    color: #009AA6;
}

.header-catalog__link_orange:active {
    color: #009AA6;
}

.header-catalog__link_blue {
    color: #009AA6;
}

.bx-no-touch .header-catalog__link_blue:hover {
    color: #F58233;
}

.header-catalog__link_blue:active {
    color: #F58233;
}

.header-catalog__card .b-card__top {
    padding: 0;
}

.header-catalog__card .b-card__image {
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.header-catalog__card .b-card__bottom {
    opacity: 1;
}

.g-burger {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 14px;
    display: block;
    cursor: pointer;
    margin: 0 5px;
}

.g-burger__line {
    position: absolute;
    width: 14px;
    border-radius: 4px;
    height: 2px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: #ffffff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.g-burger__line::before,
.g-burger__line::after {
    content: '';
    width: 18px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    border-radius: 4px;
}

.g-burger__line::before {
    top: 5px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.g-burger__line::after {
    bottom: 5px;
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.g-burger-button {
    height: 42px;
}

.g-burger-button.is-active .g-burger__line {
    width: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.g-burger-button.is-active .g-burger__line::before {
    opacity: 0;
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.g-burger-button.is-active .g-burger__line::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-search {
    padding: 16px 0;
}

.header-search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header-search__row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 212px;
    height: 100px;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 1.0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1.0))
}

.header-search__aside {
    width: 231px;
    min-width: 231px;
    height: calc(100vh - 300px);
    overflow-x: auto;
    position: relative;
}

.header-search__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bx-no-touch .header-search__aside .g-list a:hover {
    color: #F58233;
}

.header-search__aside .g-list a:active {
    color: #F58233;
}

.header-search__main {
    width: calc(100% - 231px);
    min-width: calc(100% - 231px);
    padding-left: 15px;
    -webkit-box-shadow: -1px 0px 0px #E5E5E5;
    box-shadow: -1px 0px 0px #E5E5E5;
    height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}

.header-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.header-search-list__item {
    padding: 0 8px 16px;
    width: 20%;
    min-width: 20%;
}

.header-search-list__item .b-card {
    padding-bottom: 24px;
}

.header_tablet {
    display: none;
}

.header-layout__icon {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-search-list__item {
        width: 25%;
        min-width: 25%;
    }
}

@media screen and (max-width: 1100px) {
    .header_main {
        display: none;
    }

    .header_desktop {
        display: none;
    }

    .header_tablet {
        display: block;
    }

    .header-nav .b-search__icon.b-search__icon_decor {
        position: static;
        color: #1C1C1C;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .bx-no-touch .b-search__icon.b-search__icon_decor:hover {
        color: #F58233;
    }

    .b-search__icon.b-search__icon_decor:active {
        color: #F58233;
    }

    .g-burger-button {
        background: transparent;
        color: #1C1C1C;
        height: auto;
        padding: 0;
    }

    .bx-no-touch .g-burger-button.g-button_primary:not(:disabled):hover {
        background: transparent;
        color: #F58233;
    }

    .bx-touch .g-burger-button.g-button_primary:not(:disabled):active {
        background: transparent;
        color: #F58233;
    }

    .g-burger__line,
    .g-burger__line::before,
    .g-burger__line::after {
        background: #1C1C1C;
    }

    .bx-no-touch .g-burger-button:hover .g-burger__line,
    .bx-no-touch .g-burger-button:hover .g-burger__line::before,
    .bx-no-touch .g-burger-button:hover .g-burger__line::after {
        background: #F58233;
    }

    .bx-touch .g-burger-button:active .g-burger__line,
    .bx-touch .g-burger-button:active .g-burger__line::before,
    .bx-touch .g-burger-button:active .g-burger__line::after {
        background: #F58233;
    }

    .header-nav__row {
        margin: 0 -13px;
    }

    .header-nav__item {
        padding: 0 13px;
    }

    .header-nav__item_logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
    }

    .header-nav__item_add {
        margin-right: 0;
        padding-left: 0;
    }

    .header-nav {
        padding: 14px 0;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.06);
    }

    .header__logo {
        margin: 0 auto;
    }

    .g-logo {
        width: 156px;
        height: 36px;
    }

    .g-logo-footer {
        width: 188px;
        height: 44px;
    }

    .footer__item_left_wrapper {
        max-width: 100%;
    }

    .header-dropdown {
        top: 0;
        right: auto;
        padding: 0 0 20px;
        max-height: 100vh;
        height: 100vh;
        width: 280px;
    }

    .header-nav .g-content {
        z-index: 1;
    }

    .header-layout__icon {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 16px;
        right: 16px;
        color: #ffffff;
    }

    .header-layout {
        background: rgba(0, 0, 0, 0.6);
    }

    .header-catalog__row {
        display: block;
        margin: 0;
    }

    .header-catalog__col {
        width: 100%;
        min-width: 100%;
    }

    .header-dropdown .g-content {
        min-width: 0;
        padding: 0;
        min-height: 100%;
    }

    .header-catalog__top {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
        padding: 22px 16px;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .bx-no-touch .header-catalog__top:hover {
        color: #F58233;
    }

    .header-catalog__top:active {
        color: #F58233;
    }

    .header-catalog__button {
        border-bottom: 1px solid #E5E5E5;
        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;
        padding: 20px 16px;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .bx-no-touch .header-catalog__button:hover {
        color: #F58233;
    }

    .header-catalog__button:active {
        color: #F58233;
    }

    .header-catalog__arrow {
        width: 16px;
        min-width: 16px;
        height: 9px;
        display: block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 10px;
    }

    .header-catalog__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        font-size: 14px;
    }

    .header-dropdown-menu__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .bx-no-touch .header-dropdown-menu__button:hover {
        color: #F58233;
    }

    .header-dropdown-menu__button:active {
        color: #F58233;
    }

    .header-dropdown-menu__list {
        position: fixed;
        background: #ffffff;
        top: 0;
        left: 0;
        height: 100vh;
        width: 280px;
        overflow-x: auto;
        z-index: 50;
        display: none;
    }

    .header-dropdown-menu__list.is-open {
        display: block;
    }

    .header-catalog__block {
        margin: 0;
        padding: 20px 0;
    }

    .header-dropdown-menu__list .header-catalog__menu {
        padding: 20px 16px;
    }

    .header-catalog__item {
        margin-bottom: 0;
        padding: 0;
    }

    .header-dropdown-menu__list .header-catalog__item {
        margin-bottom: 16px;
    }

    .header-catalog__link {
        font-size: 18px;
    }

    .header-dropdown-menu__list .header-catalog__text {
        font-weight: 400;
        font-size: 18px;
        text-transform: none;
    }

    .header-catalog__wrapper {
        position: absolute;
        background: #ffffff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-x: auto;
        z-index: 1;
        display: none;
    }

    .header-catalog__wrapper.is-open {
        display: block;
    }

    .header-catalog__back {
        width: 18px;
        min-width: 18px;
        height: 16px;
        margin-right: 10px;
    }

    .header-menu {
        display: block;
        padding: 24px 0 8px;
    }

    .header-menu__item {
        padding: 0 16px 16px;
    }

    .header-catalog__point {
        padding: 0 16px 20px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 20px;
    }

    /* .header__contacts .g-contacts {
        text-align: center;
        display: block;
        padding: 0 16px;
    } */

    .header-menu__link {
        font-size: 14px;
    }

    .header-search .b-search__icon_close {
        z-index: 1;
        opacity: 1;
    }

    .header-search__row {
        padding: 20px 16px;
    }

    .header-search {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .header-search-list__item {
        width: 33.3333%;
    }
}

@media screen and (max-width: 880px) {
    .header-search-list__item {
        width: 50%;
    }
}
.header-search__selected {
    background: rgba(0, 167, 184, 0.2);
}

/* .footer__top {
    padding: 30px 0 35px;
    background: #F9F9F9;
    font-size: 13px;
    line-height: 1.2;
} */

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.footer__item {
    padding: 0 15px;
}

.footer__item_left {
    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;
}

.footer__mobile_apps {
    margin-bottom: 8px;
}

.footer__mobile_apps-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__mobile_apps-links a {
    display: block;
    width: 118px;
    min-width: 118px;
}

.footer__mobile_apps-links a:not(:first-child) {
    margin-left: 8px;
}

.footer__mobile_apps img {
    display: block;
}

.footer__mobile_apps span {
    display: block;
    margin-top: 24px;
}


.footer__top .footer__item {
    width: 20%;
    min-width: 20%;
}

.footer__top .footer__item_left {
    width: 25%;
    min-width: 25%;
}

.footer__logo {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0;
}

.footer__contacts {
    margin-bottom: 30px;
    margin-top: 24px;
}

.footer__contacts .g-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.footer-menu {
    list-style: none;
}

.footer-menu__item {
    margin-bottom: 8px;
}

.footer-menu__item a,
.footer__mobile_apps span {
    font-size: 13px;
}

.bx-no-touch .footer-menu__link:hover {
    color: #009AA6;
}

.footer-menu__link:active {
    color: #009AA6;
}

.footer__bottom {
    padding: 16px 0;
}

.footer-vote {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.footer-vote__icon {
    width: 56px;
    min-width: 56px;
    height: 65px;
    margin-right: 16px;
}

.footer-vote__content {
    display: block;
    width: 190px;
    min-width: 190px;
}

.footer-vote__text {
    display: block;
}

.footer-vote__link {
    text-decoration: underline;
    color: #009AA6;
}

.footer-vote:hover .footer-vote__link {
    text-decoration: none;
}

.footer__copy {
    font-size: 14px;
    line-height: 1.2;
    color: #9F9F9E;
}

.footer__copy .docs {
    font-size: 12px;
}

.footer__copy p:not(:last-child) {
    margin-bottom: 0;
}

.footer h6 {
    font-size: 16px;
}

.footer__bottom .footer__row {
    align-items: flex-end;
}

@media screen and (max-width: 1000px) {
    .footer__top .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__top .footer__item {
        width: auto;
        min-width: 0;
    }

    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-bottom: 0;
    }

    .footer__top .footer__item_left {
        width: 100%;
        min-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -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: 40px;
    }

    .footer__contacts {
        margin-bottom: 0;
    }

    .footer__contacts .g-contacts {
        text-align: center;
    }
}

.subscribe {
    position: relative;
}

.subscribe-message {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
}
.subscribe-message__icon {
    color: #009AA6;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
}
.subscribe-message__wrapper {
    padding-left: 32px;
    padding-right: 32px;
}
.subscribe-message__close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
    position: relative;
}

.subscribe__item {
    width: 50%;
    min-width: 50%;
    padding: 0 15px;
}

.subscribe__title {
    font-weight: 500;
    font-size: 24px;
    color: #1C1C1C;
    margin-bottom: 5px;
    line-height: 1.1;
}

.subscribe__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    opacity: 0.5;
    line-height: 1.2;
}

.subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.subscribe_checkbox a {
    border-bottom: 1px solid;
}

.subscribe_checkbox {
    margin-top: 5px;
}

.subscribe__form .b-form__item:not(:last-child) {
    margin: 0;
    padding: 0 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.subscribe__form .b-form__button {
    padding: 0 8px;
}

.subscribe__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe__icon {
    min-width: 60px;
    width: 60px;
    margin-right: 32px;
}

@media screen and (max-width: 1000px) {
    .subscribe__row {
        display: block;
    }

    .subscribe__item {
        width: 100%;
        min-width: 100%;
    }

    .subscribe__title {
        text-align: center;
    }

    .subscribe__text {
        margin-bottom: 20px;
        text-align: center;
    }
}

/* анимация появления */
.b-popup_fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.b-popup_fade.mfp-bg.mfp-ready {
    opacity: 0.76;
}

.b-popup_fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.b-popup_fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.b-popup_fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.b-popup_fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.b-popup.mfp-bg {
    background: #000000;
}

.b-popup .mfp-close {
    display: none;
}
.b-popup .mfp-preloader {
	display: none;
}
.b-popup__content {
    position: relative;
    margin: auto;
    padding: 15px;
    max-width: 1260px;
}

.b-popup__wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 40px rgba(49, 86, 109, 0.2);
    box-shadow: 0px 10px 40px rgba(49, 86, 109, 0.2);
    border-radius: 20px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.b-popup__wrapper_visible {
    overflow: visible;
}

.b-popup__content_small {
    max-width: 412px;
}

.b-popup__content_little {
    max-width: 500px;
}

.b-popup__content_appointment {
    max-width: 615px;
}

.b-popup__content_appointment .b-popup__wrapper {
    padding: 0;
}

.b-popup__content_small .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_little .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_medium {
    max-width: 765px;
}

.b-popup__content_medium .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_click {
    max-width: 996px;
}

.b-popup__content_click .b-popup__wrapper {
    padding: 0;
}
.b-popup__content_sizes {
    max-width: 960px;
}
.b-popup__content_sizes .b-popup__wrapper {
    padding: 32px 16px;
}
.b-popup__content_form {
    max-width: 719px;
    width: min-content;
}
.b-popup__content_form .b-info {
    min-width: 432px;
}
.b-popup__content_form .b-info-form_single {
	max-width: none;
}
.b-popup__title {
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 32px;
}

.b-popup__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #B7CDD9;
    cursor: pointer;
}

.b-popup__content_little .b-popup__close {
    top: 30px;
    right: 30px;
}

.bx-no-touch .b-popup__close:hover {
    color: #F58233;
}

.b-popup__close:active {
    color: #F58233;
}

.b-popup__search {
    margin-bottom: 20px;
}

.b-popup__wrapper_basket {
    padding: 60px 40px 0;
}

.p-popup__note {
    color: #1C1C1C;
    opacity: 0.6;
    margin-bottom: 24px;
}

.p-popup__line {
    background: rgba(0, 0, 0, 0.1);
    margin: 40px -30px;
    height: 1px;
}

.b-popup__icon {
    min-width: 32px;
}

.b-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-popup__row.b-popup__pvz-select {
    margin-top: 10px;
    justify-content: start;
}

.b-popup__row.b-popup__pvz-select .b-popup__item {
    margin-right: 10px;
}

.b-popup__item {
    padding: 0 5px;
}
.b-popup__wrapper_sizes {
    background: #F2F7F9;
}
.b-popup__content_sizes {
    max-width: 960px;
}

mfp-inline-holder {
    padding: 0;
}
.b-popup__content_full {
	padding: 0;
	max-width: none;
}
.b-popup__content_full .b-popup__wrapper {
	border-radius: 0;
	padding: 0;
}

@media screen and (max-width: 1280px) {
    .b-popup__wrapper {
        padding: 60px 40px 40px;
    }

    .b-popup__wrapper_basket {
        padding: 60px 40px 0;
    }
}

@media screen and (max-width: 900px) {
    .b-popup__wrapper {
        padding: 56px 20px 30px;
    }

    .b-popup__wrapper_basket {
        padding: 56px 20px 0;
    }
}

/*корзина в попапе*/
.b-popup .b-basket-actions__delete {
    position: static;
    margin-left: 24px;
}

.b-popup .b-basket__item {
    border: none;
    border-radius: 0;
    padding: 0;
}

.b-popup .b-basket-param {
    margin-top: 8px;
    color: #A7A9AC;
}

.b-popup .b-basket-complete {
    background: transparent;
    border-radius: 0;
    padding: 0 148px 0 140px;
    margin-top: 24px;
}

.b-popup .b-basket-actions__total {
    padding-left: 15px;
    min-width: 100px;
    text-align: right;
}

.b-popup .b-basket-actions__price .g-price_old {
    font-size: 15px;
}

.b-popup .b-basket-card .b-basket-complete .b-card__name {
    font-size: 14px;
}

.b-popup .b-basket-actions {
    min-width: 0;
    padding-left: 15px;
}

.b-popup__content.is-locked::after {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
}

.b-popup__content.is-locked .b-popup__wrapper {
    z-index: 5;
}

.b-popup__note {
    background: rgba(245, 130, 51, 0.2);
    border-radius: 6px;
    padding: 24px;
}

.b-popup__image img {
    width: 48px;
}

.b-popup__subtitle {
    font-size: 20px;
}

.b-form__item {
    margin-bottom: 20px;
}

.b-form__row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-form__tooltip {
    position: absolute;
    right: 16px;
    top: 10px;
}

.b-form__note {
    font-size: 12px;
    color: #A7A9AC;
    margin-top: 4px;
    display: block;
}

.b-form__message {
    padding-bottom: 8px;
}

.b-search {
    position: relative;
    z-index: 101;
}

.b-search .easy-autocomplete {
    width: 100% !important;
}

.b-search .easy-autocomplete-container {
    z-index: 16;
}

.b-search__icon {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #B7CDD9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 16px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.b-search .b-search__icon_close {
    z-index: -1;
    opacity: 0;
}

/* .bx-no-touch .b-search__icon_close:hover {
    color: #F58233;
}

.b-search__icon_close:active {
    color: #F58233;
} */

.b-search.is-open .b-search__icon_decor {
    z-index: -1;
    opacity: 0;
}

.b-search.is-open .b-search__icon_close {
    z-index: 6;
    opacity: 1;
}

.b-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0 -10px;
}

.b-search-list__col {
    padding: 0 10px;
    width: 25%;
    min-width: 25%;
}

.b-search-list__item {
    margin-bottom: 5px;
}

.b-search-list__point {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bx-no-touch .b-search-list__point:hover {
    color: #F58233;
}

.b-search-list__point:active {
    color: #F58233;
}

.b-search-list__point_main {
    font-weight: 700;
}

.b-search .easy-autocomplete-container ul {
    border: 1px solid #F6F7F8;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    font-size: 12px;
}

.b-search .easy-autocomplete-container ul li {
    border: none;
}

.b-search .easy-autocomplete-container ul li:not(last-child) {
    border-bottom: 1px solid #F6F7F8;
}

.b-search .easy-autocomplete-container ul li.selected {
    background: #F58233;
    color: #ffffff;
}
.b-search .easy-autocomplete input,
.g-input-wrapper .easy-autocomplete input {
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1C1C1C;
    border-radius: 6px;
	padding: 0 16px;
    border-color: #A6A6A6;
}
.b-search .easy-autocomplete input:focus,
.g-input-wrapper .easy-autocomplete input:focus {
    border-color: #009AA6;
}
.b-search-more {
    width: 100%;
    height: 100%;
    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: #EEF2F5;
    text-align: center;
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 8px;
}

.b-search-more__text {
    font-size: 14px;
}

.bx-no-touch .b-search-more:hover {
    -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.b-search-more:active {
    -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.b-search-empty {
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 20px;
}

.b-search-empty__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    color: #B7CDD9;
}

.b-search-empty__top {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.delivery_free {
    background-image: url('/upload/delivery.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 50px;
    margin: 5px 0;
}

.delivery_free__img {
    display: inline-block;
}

.delivery_free__dscr {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.delivery_free__dscr span {
    color: #009AA6;
}

.b-tag {
    font-size: 14px;
    position: relative;
    margin: 0 -6px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-tag__block {
    height: 38px;
    margin: 0 6px 6px;
    background: #EEF2F5;
    border-radius: 3px;
    color: #1C1C1C;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-tag__text {
    white-space: nowrap;
}

.b-tag__icon {
    width: 11px;
    min-width: 11px;
    height: 11px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #B7CDD9;
    cursor: pointer;
    margin-left: 8px;
}

.bx-no-touch .b-tag__icon:hover {
    color: #F58233;
}

.b-tag__icon:active {
    color: #F58233;
}

.b-tag__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #A7A9AC;
    cursor: pointer;
    margin-left: 18px;
    height: 38px;
    line-height: 38px;
}

.bx-no-touch .b-tag__link:hover {
    color: #F58233;
}

.b-tag__link:active {
    color: #F58233;
}

.b-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px;
    justify-content: flex-end;
}

.b-soc__item {
    padding: 0 12px;
}

.b-soc__link {
    display: block;
    color: #009AA6;
    width: 32px;
    height: 33px;
}

.bx-no-touch .b-soc__link:hover {
    opacity: 0.8;
}

.b-soc__link:active {
    opacity: 0.8;
}

.b-soc_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.b-soc__link_button {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    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;
}

.b-soc__link_button svg {
    width: 24px;
    height: 24px;
}

.b-soc__link_vk {
    background: rgba(83, 118, 164, 0.2);
}

.b-soc__link_ok {
    background: rgba(247, 147, 30, 0.2);
}

.b-soc__link_fb {
    background: rgba(72, 104, 173, 0.2);
}

.b-soc__link_mail {
    background: rgba(242, 161, 58, 0.2);
}

.b-soc__link_google {
    background: rgba(217, 80, 64, 0.2);
}

.bx-no-touch .b-soc__link_button:hover {
    background: #EEF2F5;
}

.b-soc__link_button:active {
    background: #EEF2F5;
}

.b-soc_white .b-soc__link {
    color: #ffffff;
}

.b-soc_block {
    display: block;
    border-top: 3px solid #B7CDD9;
    padding-top: 12px;
    width: 100px;
    margin: 0;
}

.b-soc_sticky {
    position: sticky;
    top: 80px;
}

.b-soc_block .b-soc__link {
    color: #B7CDD9;
}

.b-soc__title {
    color: #B7CDD9;
}

.b-soc_block .b-soc__item {
    padding: 0 0 24px;
}

.b-soc-line {
    max-width: 800px;
}

.b-basket__item {
    position: relative;
}

.b-basket__item:not(:last-child) {
    margin-bottom: 32px;
}

.b-basket-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-basket-card .b-card__image {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 20px;
}

.b-basket-card__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.b-basket-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.b-basket-card__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.b-basket-card .b-card__name {
    font-size: 18px;
}

.b-basket-param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
}

.b-basket-param__item {
    padding: 0 6px;
}

.b-basket-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -2px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-basket-add__item {
    padding: 0 2px 4px;
}

.b-basket-actions {
    min-width: 180px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b-basket-actions__price {
    text-align: right;
}

.b-basket-actions__price .g-price {
    font-size: 15px;
}

.b-basket-actions__price .g-price_old {
    font-size: 12px;
}

.b-basket-actions__icon {
    padding: 0 12px;
    font-size: 15px;
}

.b-basket-counter {
    min-width: 60px;
}

.b-basket-actions__total {
    padding-left: 15px;
    font-weight: 500;
    font-size: 20px;
    min-width: 120px;
}

.b-basket-actions__total .g-price {
    font-size: 20px;
    text-align: right;
}

.b-basket-actions__total .g-bonus {
    font-weight: 400;
}

.g-bonus {
    font-size: 15px;
}

.b-basket-actions__delete {
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer;
    background: #EEF2F5;
    border-radius: 50%;
    color: #B7CDD9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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-left: 16px;
}

.bx-no-touch .b-basket-actions__delete:hover {
    color: #ffffff;
    background: #F58233;
}

.b-basket-actions__delete:active {
    color: #ffffff;
    background: #F58233;
}

.b-basket-actions__delete svg {
    width: 11px;
    min-width: 11px;
    height: 11px;
}

.b-basket__slider {
    border-top: 1px solid #E5E5E5;
    margin: 0 -40px;
    padding: 30px 40px 24px;
}

.b-basket__slider h4 {
    margin-bottom: 16px;
}

.b-basket__bottom {
    border-radius: 0 0 20px 20px;
    background: #F6F7F8;
    padding: 40px 40px;
    margin: 0 -40px;
}

.basket__row {
    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: 0 -15px;
}

.basket__item {
    padding: 0 15px;
}

.basket-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.basket-buttons__item {
    padding: 0 15px;
}

.basket-total {
    color: #F58233;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.basket-total__text {
    font-weight: 700;
    font-size: 14px;
    margin-right: 8px;
}

.basket-total__price .g-price {
    font-weight: bold;
    font-size: 26px;
}

.b-basket-complete {
    margin-top: 24px;
    padding-left: 140px;
}

@media screen and (max-width: 1024px) {
    .b-basket-complete {
        padding-left: 0;
    }
}

.b-basket-complete__title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}

.b-basket-complete__item:not(:last-child) .b-basket-complete__card {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.b-basket-complete__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-basket-complete__card .b-card__image {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 16px;
}

.b-basket-complete__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.b-basket-complete__info .b-card__price {
    margin: 0 -4px;
}

.b-basket-complete__info .b-card__price .g-price {
    margin: 0 4px;
}

.b-basket-complete__info .b-card__price .g-price_old {
    margin: 0 4px;
}

.b-basket-complete__info .g-price {
    font-size: 14px;
}

.b-basket-complete__info .g-price_old {
    font-size: 12px;
}

.b-basket-complete__button {
    padding-left: 20px;
}

.b-basket-complete .b-card-basket {
    color: #009AA6;
}

.b-basket-click__text {
    margin-bottom: 20px;
    font-size: 14px;
}

@media screen and (max-width: 900px) {

    .b-basket__slider,
    .b-basket__bottom {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.b-counter {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    background: #EEF2F5;
}

.b-counter__field {
    min-width: 40px;
    width: 40px;
}

.b-counter__input {
    text-align: center;
    padding: 0 2px;
    border-radius: 6px;
}

.b-counter__rule {
    min-width: 20px;
    width: 20px;
}

.b-counter__button {
    width: 20px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: #EEF2F5;
    color: #1C1C1C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.b-counter__button.b-counter__container {
    width: 100%;
    height: 23px;
    padding: 5px;
}

.bx-no-touch .b-counter__button:hover {
    color: #ffffff;
    background: #009AA6;
}

.b-counter__button:active {
    color: #ffffff;
    background: #009AA6;
}

.b-counter__icon {
    display: block;
    width: 6px;
    height: 3px;
}

.b-counter__button_down {
    border-radius: 6px;
}

.b-counter__button_up {
    border-radius: 6px;
}

.b-counter__button_down .b-counter__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-slider__nav_mt {
    margin-top: 10px;
}

.b-slider__arrow {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.11);
}

.b-slider__arrow_prev {
    left: -20px;
}

.b-slider__arrow_prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-slider__arrow_next {
    right: -20px;
}

.b-slider .b-product-slider .b-slider__arrow_prev svg,
.b-slider .js-mainpage_article-slider .b-slider__arrow_prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 4px;
}

.b-slider .b-product-slider .b-slider__arrow_next svg,
.b-slider .js-mainpage_article-slider .b-slider__arrow_next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 4px;
}

.b-slider__arrow svg {
    width: 16px;
    height: 14px;
}

.bx-no-touch .b-slider__arrow:hover {
    background: #ec6600;
    color: #ffffff;
}

.b-slider__arrow:active {
    background: #ec6600;
    color: #ffffff;
}

.b-slider__arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.b-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.b-slider__dots li {
    padding: 0 4px;
}

.b-slider__dots button {
    color: transparent;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
	opacity: 1;
	background: #858D9D;
}

.b-slider__dots li.slick-active button {
    width: 28px;
}

@media screen and (max-width: 1230px) {
    .b-slider__arrow_prev {
        left: 0;
    }

    .b-slider__arrow_next {
        right: 0;
    }
}

.b-card {
    height: 100%;
    position: relative;
}

.b-profile-reviews__slider .b-card {
    height: 560px;
}

.b-card__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.b-card__top {
    position: relative;
    padding: 0 18px;
    margin-bottom: 15px;
}

.b-card__center {
    padding: 0 19px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.b-card__image {
    height: 180px;
    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;
}

.b-card__image img,
.b-card__image picture {
    max-height: 100%;
    width: auto;
}
.b-card__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
	background: #9A4AFF;
    font-size: 12px;
    white-space: nowrap;
}
.b-card__tag.winter-collection {
    padding: 0;
    border: none;
}

.b-card__tag-block__item-winter-collection {
    width: 20px;
    height: 20px;
    border: none;
}

.b-card-add {
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 8px;
    min-height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-card-add_action {
    background: rgba(245, 130, 51, 0.1);
    color: #F58233;
}

.b-card-add_bonus {
    background: rgba(27, 156, 213, 0.1);
    color: #1B9CD5;
    ;
}

.b-card-add__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 6px;
}

.b-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px 8px;
}

.b-card__price .g-price {
    margin: 0 4px;
}

.b-card__price .g-price_old {
    width: 100%;
    min-width: 100%;
}

.b-card__name {
    display: block;
    font-size: 14px;
}

.b-card__bottom {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 20px 20px;
}

.b-card__layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.15);
}

.b-card__link {
    color: #009AA6;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bx-no-touch .b-card__link:hover {
    color: #F58233;
}

.b-card__link:active {
    color: #F58233;
}

.b-card-line {
    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;
}

.b-card-line__item_full {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.b-card-favorite {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #A6A6A6;
    fill: transparent;
    z-index: 5;
}

.b-card-favorite__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.b-card-favorite__text {
    font-size: 14px;
    margin-left: 10px;
}

.b-card-favorite_full {
    width: auto;
    height: auto;
    left: 10px;
    top: 10px;
    background: transparent;
    border-radius: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-card-favorite_full .b-card-favorite__icon {
    width: 20px;
    height: 17px;
    min-width: 20px;
}

.bx-no-touch .b-card-favorite:hover {
    color: #FF6E00;
}
.b-card-favorite svg {
    fill: #ffffff;
    transition: 0.3s;
}
.b-card-favorite.is-selected {
    color: #FF6E00;
}
.b-card-favorite.is-selected svg {
    fill: #FF6E00;
}
.b-card__view {
    background: rgba(246, 247, 248, 0.8);
    border-radius: 4px;
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    top: 65%;
    color: #009AA6;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    display: block;
}

.bx-no-touch .b-card__view:hover {
    background: #009AA6;
    color: #FFFFFF;
}

.b-card__view:active {
    background: #009AA6;
    color: #FFFFFF;
}

.b-card-basket {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 3px;
    position: relative;
    width: 22px;
    height: 19px;
    min-width: 22px;
    display: block;
    background: none;
    border: none;
}

.b-card-basket__icon {
    width: 100%;
    height: 100%;
    display: block;
}

.b-card-basket__number {
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFFFFF;
    font-weight: 900;
    font-size: 10px;
    display: block;
}

.bx-no-touch .b-card-basket:hover {
    color: #F58233;
}

.b-card-basket:active {
    color: #F58233;
}

.b-card__button .g-link__icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.b-card__discount {
    margin: 0 4px;
    background-color: #F04C25;
    font-weight: 700;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 8px;
    border-radius: 30px;
}

.b-card__subtitle {
    font-weight: 500;
    font-size: 12px;
    color: #A7A9AC;
    margin-bottom: 2px;
}

.b-card-sizes {
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    color: #A7A9AC;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-card-sizes__item,
.b-card-sizes__text {
    display: inline-block;
    vertical-align: middle;
}

.b-card-sizes__item:not(:last-child),
.b-card-sizes__text {
    padding-right: 10px;
}

.b-card-sizes__icon {
    width: 18px;
    height: 12px;
    color: #C4C4C4;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.b-card-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px solid rgba(167, 169, 172, 0.2);
}

.b-card-thumbs__item {
    min-width: 60px;
    width: 60px;
    padding: 6px 6px 0;
    height: 54px;
}

.b-card-thumbs__block {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

.b-card-thumbs__block img {
    display: block;
}

.b-card-thumbs__block.is-selected {
    border-color: #009AA6;
}

.b-card-thumbs_col2 {
    width: 120px;
}

.b-card__article {
    font-size: 14px;
    color: #A7A9AC;
}

.bx-no-touch .b-card:hover {
    z-index: 5;
}

.b-card:active {
    z-index: 5;
}

.bx-no-touch .b-card:hover .b-card__layer {
    opacity: 1;
    visibility: visible;
}

.b-card:active .b-card__layer {
    opacity: 1;
    visibility: visible;
}

.bx-no-touch .b-card:hover .b-card__view {
    opacity: 1;
}

.b-card:active .b-card__view {
    opacity: 1;
}

.b-card__brand {
    text-transform: uppercase;
    color: #B7CDD9;
    font-size: 18px;
    margin-bottom: 16px;
}

.b-card__info {
    color: #B7CDD9;
}

.b-card__info:not(:last-child) {
    margin-bottom: 8px;
}

.b-card_single {
    margin: 40px 0;
    font-size: 16px;
}

.b-card_single .b-card__image {
    height: auto;
}

.b-card_single .g-price {
    font-size: 24px;
}

.b-card_single .g-price_old {
    font-size: 16px;
}

.b-card_single .b-card__article {
    font-size: 16px;
    color: #B7CDD9;
    margin-bottom: 8px;
}

.b-card_single .b-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
}

.b-card_single .b-card__name {
    font-size: 24px;
    margin-bottom: 24px;
}

.bx-no-touch .b-card_single .b-card__name:hover {
    color: #009AA6;
}

.b-card_single .b-card__name:active {
    color: #009AA6;
}

.b-card_single .b-card__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.b-card_single .b-card__top {
    width: 278px;
    min-width: 278px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-card_single .b-card__center {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 0;
}

.b-card__center-suggest-single .b-card__center{
    justify-content: flex-start;
}

.b-card_single:hover .b-card__center-suggest-single .b-card__name {
    color: #009AA6;
}

.b-card_single:hover .b-card__center-suggest-single .g-button_secondary {
    background: #00B9CC;
}



.b-card__wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
}

.b-card_single .b-card__bottom {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 20px;
}

@media screen and (max-width: 1400px) {
    .b-card-thumbs {
        display: none;
    }
}

/* b-card_main */
.b-card_main {
    background: #FFFFFF;
    border-radius: 8px;
    transition: 0.3s;
    padding-bottom: 16px;
}

.b-card_main:hover {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.b-card_main .b-card-favorite {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    left: auto;
    background: transparent;
}

.b-card_main .b-card__top {
    padding: 8px 8px 0;
    margin-bottom: 0;
}

.b-card_main .b-card__image {
    height: 200px;
    display: block;
}

.b-card_main .b-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 8px;
}
.b-card_main .b-card__center {
    padding: 2px 8px 0;
}
.b-card__tag-block .product-card-discount,
.b-card__tag-block .b-card__tag {
    display: flex;
}
.b-card-actions {
	position: absolute;
	left: 8px;
	bottom: 0;
	right: 8px;
	z-index: 5;
}

.b-card-actions__link {
	min-height: 16px;
	background: #FFF1E6;
	border-radius: 24px;
	font-size: 11px;
	text-align: center;
	color: #FF6E00;
	line-height: 1.18;
	display: flex;
	align-items: center;
	padding: 0 8px;
	justify-content: center;
	text-align: center;
}

.b-card-actions__link:hover {
    background: #FF6E00;
    color: #ffffff;
}

.b-card-actions__list {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.b-card-actions__item {
    margin-bottom: 6px;
}

.b-card-actions:hover .b-card-actions__list {
    opacity: 1;
}

.b-card_main .b-card__name {
	font-size: 14px;
	line-height: 1.25;
	display: block;
	margin-top: 2px;
	height: 54px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.b-card-info {
    display: flex;
    align-items: center;
    margin: 8px -4px 0;
}
.b-card-info__item {
    min-height: 20px;
    padding: 0 4px;
}
.b-card-info__item_full {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
    text-align: right;
}
.b-card-comments {
    display: flex;
    align-items: center;
}
.b-card-comments__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: #A6A6A6;
}
.b-card-comments__text {
    font-weight: 500;
	font-size: 14px;
	color: #A6A6A6;
    margin-left: 4px;
}
.b-card_main .b-card__price {
    align-items: baseline;
    margin-top: 2px;
    margin-bottom: 0;
}

.b-card_main .g-price {
    font-size: 20px;
}

.b-card_main .b-card__price .g-price_old {
    width: auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 400;
}

.b-card_main .b-card__bottom {
    padding: 8px 8px 0;
}

.b-card_main .b-card__button {
    display: flex;
    margin: 0 -2px;
}
.product-card-wrapper .b-card__button {
    display: flex;
    margin: 0 -2px;
}
.product-card-wrapper .b-card__button .g-button {
    height: 36px;
}
.b-card__button-item {
    min-width: 0;
    padding: 0 2px;
}

.b-card__button-item_full {
    flex-grow: 1;
}

.b-card_main .g-button {
    height: 36px;
}

.b-card_main .g-button_primary {
    padding: 0 12px;
}

.g-button_primary.is-added {
    background: #009AA6;
    color: #ffffff;
}
.bx-no-touch .g-button_primary.is-added:hover {
    background: #007680;
    color: #ffffff;
}
.b-card_main .g-button__icon {
    position: relative;
    margin-left: 0;
}

.g-button_border {
    border: 2px solid #FF6E00;
    width: 100%;
    text-align: center;
    padding: 0 8px;
    font-weight: 500;
    font-size: 16px;
    color: #FF6E00;
}

.g-button_border:hover {
    color: #FFAC6D;
    border-color: #FFAC6D;
}

.g-button_outline {
    border: 1px solid #009AA6;
    border-radius: 4px;
    color: #009AA6;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    background: #ffffff;
}

.g-button_outline:hover {
    color: #00B9CC;
    border-color: #00B9CC;
}
.video-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: block;
}
/* end b-card_main */
.b-product-slider {
    margin: 0 -25px;
    padding: 10px 10px 15px;
}

.b-product-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-product-slider__item,
.b-product-slider__item.slick-slide {
    padding: 6px 15px 10px;
    height: auto;
    width: 246px;
}

.b-product-slider__item .b-image-link {
    max-height: 424px;
}

.b-product-slider__item .b-image-link img {
    object-position: 50% 0;
}

.b-product-slider .b-card__layer {
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.b-card .b-card__tag-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin: 0 -2px;
    min-height: 28px;
    align-items: center;
}

.b-card .b-card__tag-block__item {
    padding: 2px;
}

.b-card__tag-block__item.has-winter-collection {
    display: flex;
}

@media screen and (max-width: 1300px) {
    .b-product-slider .b-slider__arrow_prev {
        left: 5px;
    }

    .b-product-slider .b-slider__arrow_next {
        right: 5px;
    }
}

.b-checkbox {
    display: inline-block;
    font-size: 14px;
}

.b-checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.b-checkbox__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.b-checkbox__icon {
    border: 2px solid #B7CDD9;
    border-radius: 4px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block;
}

.b-checkbox__icon::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #009AA6;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    opacity: 0;
}

.b-checkbox__text {
    min-height: 16px;
    padding-left: 10px;
    display: block;
    line-height: 1.14;
    transition: 0.3s;
}

.b-checkbox input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon::after {
    opacity: 1;
}

.b-checkbox input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon {
    border-color: #009AA6;
}

.b-checkbox_icon .b-checkbox__icon {
    border: 1px solid #009AA6;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-checkbox_icon .b-checkbox__icon::after {
    display: none;
}

.b-checkbox_icon .b-checkbox__icon svg {
    width: 12px;
    height: 9px;
    opacity: 0;
    transition: 0.3s;
}
.b-checkbox.b-checkbox_icon:hover .b-checkbox__text {
    color: #009AA6;
}
.b-checkbox.b-checkbox_icon input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon svg {
    opacity: 1;
}

.b-checkbox.b-checkbox_icon input[type="checkbox"]:checked+.b-checkbox__wrapper .b-checkbox__icon {
    border-color: #009AA6;
    background-color: #009AA6;
}

.b-checkbox_button {
    min-width: 52px;
    width: 100%;
    display: block;
    background: white;
}

.b-checkbox_button .b-checkbox__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 30px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #EEF2F5;
}

.bx-no-touch .b-checkbox_button:hover input[type="checkbox"]:not(:disabled)+.b-checkbox__wrapper,
.b-checkbox_button input[type="checkbox"]:not(:disabled):checked+.b-checkbox__wrapper {
    background: #009AA6;
    color: #FFFFFF;
    border-color: #009AA6;
}

.b-checkbox_circle {
    display: block;
}

.b-checkbox_circle .b-checkbox__wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.b-checkbox_circle input[type="checkbox"]:checked+.b-checkbox__wrapper {
    border-color: #009AA6;
    padding: 2px;
}

.b-checkbox input[type="checkbox"]:disabled+.b-checkbox__wrapper {
    cursor: default;
    color: #B7CDD9;
}

.b-tabs-menu__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    list-style: none;
}

.b-tabs-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.b-tabs-menu_center {
    text-align: center;
}

.b-tabs-menu__link {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
}

.b-tabs-menu_button {
    margin-bottom: 12px;
}

.b-tabs-menu_button .b-tabs-menu__wrapper {
    background: #F3F3F3;
    border-radius: 20px;
    margin: 0 auto 12px;
}

.b-tabs-menu_button .b-tabs-menu__link {
    padding: 0 24px;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

.bx-no-touch .b-tabs-menu_button .b-tabs-menu__link:hover {
    background: #e4e4e4;
}

.b-tabs-menu_button .b-tabs-menu__link.is-active {
    background: #009AA6;
    color: #fff;
}

.b-tabs-menu_simple {
    margin: 0 -15px 24px;
}

.b-tabs-menu_simple .b-tabs-menu__item {
    padding: 0 15px 20px;
}

.b-tabs-menu_simple .b-tabs-menu__link {
    color: #009AA6;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.b-tabs-menu_simple .b-tabs-menu__link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 0;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #31566D;
}

.bx-no-touch .b-tabs-menu_simple .b-tabs-menu__link:hover {
    color: #31566D;
}

.bx-no-touch .b-tabs-menu_simple .b-tabs-menu__link:hover::after {
    width: 100%;
}

.b-tabs-menu_simple .b-tabs-menu__link.is-active {
    color: #31566D;
}

.b-tabs-menu_simple .b-tabs-menu__link.is-active::after {
    width: 100%;
}

.b-tabs-menu__number {
    color: #009AA6;
}

.b-tabs-block_hidden {
    display: none;
}

.b-tabs-menu__counter {
    color: #B7CDD9;
}

.b-tabs-menu_inside {
    margin-bottom: 0;
}

.b-tabs-menu_inside .b-tabs-menu__item {
    padding-bottom: 5px;
}

.b-tabs-menu_simple .b-tabs-menu__link[disabled] {
    color: #c3c3c3;
    cursor: default;
}

.b-tabs-menu_simple .b-tabs-menu__link[disabled]:hover {
    color: #c3c3c3;
}

.b-tabs-menu_simple .b-tabs-menu__link[disabled]:hover::after {
    width: 0;
}

.b-tabs-menu__button {
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
    background: #E1F4F5;
    color: #009AA6;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    min-width: 141px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}

.b-tabs-menu__button:hover:not(.is-active) {
    background-color: #C3E9EC;
}

.b-tabs-menu__button.is-active {
    color: #ffffff;
    background: #009AA6;
}

.b-tabs-menu_main {
    margin: 0 -8px;
}

.b-tabs-menu_main .b-tabs-menu__item {
    padding: 0 8px 16px;
}

.b-tabs-menu__data {
    font-weight: 700;
    margin-left: 4px;
}

@media screen and (max-width: 900px) {
    .b-tabs-menu_inside {
        margin-top: 24px;
    }

    .b-tabs-menu_inside .b-tabs-menu__item {
        padding-bottom: 20px;
    }
}

.b-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2030;
}

.b-preloader_first {
    background: rgba(255, 255, 255, 0.8);
}

.b-preloader_second {
    background: rgba(245, 130, 51, 0.8);
}

.b-preloader_first .b-preloader__icon {
    color: #F58233;
}

.b-preloader_second .b-preloader__icon {
    color: #ffffff;
}

.b-preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
}

.b-preloader__icon svg {
    -webkit-animation: 1s linear 0s normal none infinite running rotate;
    animation: 1s linear 0s normal none infinite running rotate;
}

.b-preloader-wrapper {
    position: relative;
}

.b-preloader_inside {
    position: absolute;
}

.b-preloader_inside .b-preloader__icon {
    width: 18px;
    height: 18px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.b-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.b-tooltip-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.b-tooltip-wrapper .b-tooltip__icon {
    margin-left: 5px;
}

.b-tooltip__block {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
    text-align: center;
}

.b-tooltip__block::before {
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
}

.b-tooltip__block_add {
    top: 100%;
    margin: 8px 0 0;
    bottom: auto;
    left: 8px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.b-tooltip__block_add::before {
    top: auto;
    bottom: 100%;
}

.b-tooltip__list {
    display: block;
}

.b-tooltip__list:not(:last-child) {
    margin-bottom: 4px;
}

.b-tooltip__message {
    background: #009AA6;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 10px;
    height: 32px;
    text-transform: none;
    display: inline-block;
}

.b-tooltip__message_online {
    background: #7AC143;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.b-tooltip__icon {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #B7CDD9;
}

.bx-no-touch .b-tooltip__icon:hover {
    color: #009AA6;
}

.b-tooltip__icon:active {
    color: #009AA6;
}

.b-tooltip__text {
    display: block;
    width: 200px;
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 12px;
}

.b-tooltip__text p {
    font-size: 12px;
}

.b-tooltip__text_bg {
    color: #FFFFFF;
    background: #009AA6;
    text-align: left;
}

.b-tooltip-place {
    z-index: 1043;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b-tooltip-place .b-tooltip__block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1400px) {
    .b-tooltip__block {
        right: -24px;
        left: auto;
        text-align: right;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.sber-thanks{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 15px;
    background: url(/local/templates/orteka_desktop/global/css/../../img/bg-sber-thanks.svg) no-repeat 0 0;
    background-size: cover;
    padding: 1px 2px 1px 9px;
    border-radius: 7.5px 7.5px 7.5px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
}

.sber-thanks svg{
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.b-full-card {
    font-size: 14px;
}

.b-full-card__top {
    margin-bottom: 12px;
}

.b-full-card .b-card__tag-block {
    position: static;
    justify-content: flex-start;
    margin: 0 -4px;
}

.b-full-card .b-card__tag {
    height: 24px;
    font-size: 14px;
    padding: 0 8px;
}

.b-full-card h2 {
    padding-right: 12px;
    display: inline;
    vertical-align: middle;
}

.b-full-card-line {
    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: 0 -12px 16px;
}

.b-full-card-line__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-full-card-line__item {
    padding: 0 12px;
}

.b-full-card .b-card-favorite {
    position: static;
}

.b-full-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.b-full-card__images {
    width: 42%;
    min-width: 42%;
    padding: 0 15px 40px;
}

.b-full-card-view-slider {
    margin-bottom: 8px;
}

.b-full-card-view-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-full-card-view-slider__item {
    height: auto;
}

.b-full-card-view-slider__image {
    height: 100%;
    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;
}

.b-full-card-thumbs-slider {
    margin-left: -8px;
}

.b-full-card-thumbs-slider__item {
    padding: 0 5px;
}

.b-full-card-thumbs-slider__image {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 4px;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.b-full-card-thumbs-slider__image img {
    max-height: 100%;
    width: auto;
}

.b-full-card-thumbs-slider__image.is-selected {
    border-color: #009AA6;
}

.b-full-card__info {
    width: 25%;
    min-width: 25%;
    padding: 0 15px 40px;
}

.b-full-card__info__subtitle {
    margin-bottom: 16px;
}

.b-full-card-list__block:not(:first-child) {
    -webkit-box-shadow: 0px -1px 0px #E5E5E5;
    box-shadow: 0px -1px 0px #E5E5E5;
    padding-top: 24px;
    margin-top: 24px;
}

.b-full-card-list__item:not(:last-child) {
    margin-bottom: 16px;
}

.b-full-card-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-full-card-list__icon {
    width: 24px;
    min-width: 24px;
    margin-right: 16px;
}

.b-full-card-list__title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
}

.b-full-card-list__note {
    font-size: 13px;
    color: #A7A9AC;
}

.b-full-card__aside {
    width: 33%;
    min-width: 33%;
    padding: 0 15px 40px;
}
.b-full-card-param_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-full-card-param__data {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.b-full-card-param__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-full-card-details__button .g-button_primary {
    width: 100%;
}
.b-full-card-details__button .g-button_primary .g-button__text {
  text-transform: uppercase !important;
}

.b-full-card-details__bottom {
    text-align: center;
    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;
}

.b-full-card-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.b-full-card-colors__item {
    padding: 0 2px;
}

.b-full-card-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

.b-full-card-sizes__item {
    padding: 4px 2px 0;
}

.b-full-card-sizes__item_title {
    width: 100%;
    min-width: 100%;
    padding: 10px 1px;
    font-weight: 700;
    font-size: 13px;
}

.b-full-card__back {
    margin-bottom: 17px;
    font-size: 14px;
}

.b-full-card__zoom {
    display: inline-block;
}

.b-full-card__zoom-image {
    display: block;
}

.b-full-card__zoom img:not(.b-full-card__zoom-image) {
    display: none !important;
}

.bx-no-touch .b-full-card__zoom:hover img:not(.b-full-card__zoom-image) {
    display: block !important;
}

.b-full-card__zoom:active img:not(.b-full-card__zoom-image) {
    display: block !important;
}

@media screen and (max-width: 1280px) {
    .b-full-card-details {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .b-full-card__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-full-card__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-width: 100%;
    }

    .b-full-card__images {
        width: 50%;
        min-width: 50%;
    }

    .b-full-card__aside {
        width: 50%;
        min-width: 50%;
    }
    .b-full-card-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .b-full-card-list__block {
        width: 50%;
        min-width: 50%;
        padding: 0 15px;
    }

    .b-full-card-list__block:nth-child(2) {
        padding-top: 0;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.b-radio {
    display: inline-block;
}

.b-radio input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.b-radio__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.b-radio__icon {
    display: block;
    border: 2px solid #B7CDD9;
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
}

.b-radio__icon::after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: #009AA6;
    border-radius: 50%;
}

.b-radio__text {
    min-height: 16px;
    padding-left: 10px;
    display: block;
    line-height: 1.14;
}

.b-radio input[type="radio"]:not(:disabled):checked+.b-radio__wrapper .b-radio__icon {
    border-color: #009AA6;
}

.b-radio input[type="radio"]:checked+.b-radio__wrapper .b-radio__icon::after {
    opacity: 1;
}

.b-radio input[type="radio"]:checked+.b-radio__wrapper .b-radio__text {
    font-weight: 500;
}

.b-radio input[type="radio"]:disabled+.b-radio__wrapper .b-radio__icon {
    border-color: #B7CDD9;
}

.b-radio input[type="radio"]:disabled:checked+.b-radio__wrapper .b-radio__icon::after {
    background: #B7CDD9;
}

.b-radio_button {
    min-width: 52px;
    width: 100%;
    display: block;
}

.b-radio_button .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 30px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #EEF2F5;
}

.bx-no-touch .b-radio_button:hover input[type="radio"]:not(:disabled)+.b-radio__wrapper,
.b-radio_button input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    background: #009AA6;
    color: #FFFFFF;
    border-color: #009AA6;
}

.b-radio_circle {
    display: block;
}

.b-radio_circle .b-radio__wrapper {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.b-radio_circle .b-radio__wrapper::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border: 2px solid #FFFFFF;
}

.b-radio_circle input[type="radio"]:checked+.b-radio__wrapper::after {
    opacity: 1;
}

.b-radio input[type="radio"]:disabled+.b-radio__wrapper {
    cursor: default;
    color: #B7CDD9;
}

.b-radio_time {
    display: block;
}

.b-radio_time .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    width: 50px;
    height: 28px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #13B579;
    color: #13B579;
    font-size: 13px;
}

.b-radio_time input[type="radio"]:disabled+.b-radio__wrapper {
    background: #B7CDD9;
    opacity: 0.5;
    color: #FFFFFF;
    border-color: #B7CDD9;
}

.bx-no-touch .b-radio_time:hover input[type="radio"]:not(:disabled)+.b-radio__wrapper,
.b-radio_time input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    background: #31566D;
    color: #FFFFFF;
    border-color: #31566D;
}
.b-radio_light-blue {
    display: block;
}
.b-radio_light-blue .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 36px;
    background: #D3F3F5;
    border-radius: 6px;
    font-weight: 500;
    color: #009AA6;
    padding: 0 16px;
}

.bx-no-touch .b-radio_light-blue:hover input[type="radio"]:not(:disabled)+.b-radio__wrapper,
.b-radio_light-blue input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    background: #009AA6;
    color: #FFFFFF;
}

.b-radio_card {
    display: block;
}
.b-radio_card .b-radio__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 12px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #B7CDD9;
    border-radius: 8px;
    font-size: 16px;
    min-width: 108px;
    flex-direction: column;
}
/* .b-radio_card.b-radio_large {
    display: inline-block;
} */
.b-radio_card.b-radio_large .b-radio__wrapper {
    height: 48px;
    min-width: 64px;
    padding: 4px 6px;
    white-space: nowrap;
}
.bx-no-touch .b-radio_card:hover input[type="radio"]:not(:disabled):not(:checked)+.b-radio__wrapper {
    color: #8BDDE3;
    border-color: #8BDDE3;
}

.b-radio_card input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    color: #009AA6;
    border: 2px solid #009AA6;
    padding: 4px 11px;
}
.b-radio_card.b-radio_large input[type="radio"]:not(:disabled):checked+.b-radio__wrapper {
    color: #009AA6;
    border: 2px solid #009AA6;
    padding: 4px 5px;
}
.b-radio.b-radio_card input[type="radio"]:disabled+.b-radio__wrapper {
    color: #A6A6A6;
    background: rgba(225, 225, 225, 0.5);
}
.b-radio_card .b-radio__wrapper.warning-required-field {
    box-shadow: 0px 0px 0px 2px #009AA6;
}
.b-radio__size-value {
    display: block;
}
.b-radio__other-size-value {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
.g-action {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
}

.g-link.no-active {
    color: #B7CDD9;
}

.g-page-text ul.b-slider__dots li::after {
    display: none;
}

.b-form-arc-tooltip {
    cursor: pointer;

    left: 1px;
    right: 100%;
    top: 1px;
    z-index: 10000;
}

.b-arc-tooltip {
    width: 20px;
    height: 20px;

    vertical-align: top !important;

    background: #B7CDD9;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 100%;

    -webkit-transition: .3s;

    transition: .3s;
}

.b-arc-tooltip:before {
    content: '?';
    position: absolute;
    font-size: 13px;
    color: white;

    left: 5px;
    top: -1px;
}

.b-arc-tooltip:hover {
    background: #009AA6;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}

input.remove-arrows::-webkit-outer-spin-button,
input.remove-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.remove-arrows[type=number] {
    -moz-appearance: textfield;
}

.b-person-details__avatar {
    position: relative;
}

.browers {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background: #f2f2f2;
    display: none;
}

.browers__content {
    width: 760px;
    margin: 60px auto;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px #a0a0a0;
    box-shadow: 0 4px 20px #a0a0a0;
}

.browers__list {
    overflow: hidden;
    list-style: none;
}

.browers__item {
    float: left;
    width: 20%;
    text-align: center;
}

.browers__link {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.browers__icon {
    display: block;
    width: 75px;
    height: 75px;
    margin: auto;
    border: none;
    outline: 0;
    background: url(/local/templates/orteka_desktop/global/css/../../img/icons.png) no-repeat;
    background-size: auto 100%;
}

.browers__icon_yandex {
    background-position: -230px 0;
}

.browers__icon_firefox {
    background-position: -76px 0;
}

.browers__icon_chrome {
    background-position: 0 0;
}

.browers__icon_edge {
    background-position: -152px 0;
}

.browers__icon_opera {
    background-position: -306px 0;
}

.browers__name {
    display: block;
    padding: 12px 0 15px;
    font-size: 14px;
}

.browers__link:hover {
    color: #F58233;
}

.browers .g-button {
    display: inline-block;
    line-height: 48px;
}

.browers h2 {
    margin-bottom: 8px;
}

.bx-ie .browers {
    display: block;
}

.bx-ie.bx-ie7 .browers__icon,
.bx-ie.bx-ie8 .browers__icon {
    display: none;
}

.header__item_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/* .header-action__item {
    margin-left: 16px;
} */

.header-action__button {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 10;
}

.header-action__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.header-action__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    width: 230px;
    display: none;
    padding-top: 8px;
}

.header-action__bg {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 20px rgba(17, 17, 17, 0.25);
    box-shadow: 0px 8px 20px rgba(17, 17, 17, 0.25);
    font-size: 12px;
    padding: 18px 12px;
    border-radius: 4px;
}

.header-action__item:hover .header-action__button_video {
    background: rgba(203, 0, 68, 0.3);
}

.header-action__item:hover .header-action__button_car {
    background: rgba(0, 154, 166, 0.3);
}

.header-action__item:hover .header-action__dropdown {
    display: block;
}

.header-action__title {
    font-weight: 500;
}

.header-action__dropdown .g-link_primary {
    color: #FF6E00;
}

.header-action__dropdown .g-link_primary:hover {
    color: #009AA6;
}

body .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #009AA6;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

body .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #009AA6;
}

.fader {
    position: absolute;
    color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    z-index: 10000;
}

.g-image-radius {
    border-radius: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-44 {
    margin-bottom: 44px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-4 {
    margin-top: 4px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-16 {
    margin-top: 16px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-32 {
    margin-top: 32px;
}

.mt-56 {
    margin-top: 56px;
}
.mt-80 {
    margin-top: 80px;
}

.pb-30 {
    padding-bottom: 30px;
}
.pt-4 {
    padding-top: 4px;
}
.pt-16 {
    padding-top: 16px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-24 {
    padding-bottom: 24px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-40 {
    padding-top: 40px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-64 {
    padding-bottom: 64px;
}
.pb-80 {
    padding-bottom: 80px;
}

.fs-32 {
    font-size: 32px;
}

.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}

.fs-28 {
    font-size: 28px;
}

.desktop_icon_wrap {
    width: 32px;
    height: 31px;
}

.right_margin {
    margin-right: 3rem;
}

body.new_basket_design .header-nav {
    display: none !important;
}

body.new_basket_design .header__row .header__item .header-action {
    display: none !important;
}

body.new_basket_design .subscribe {
    display: none !important;
}

body.new_basket_design .footer__top {
    display: none !important;
}

body.new_basket_design .header__top {
    display: none !important;
}

body.new_basket_design .header-shorts__title {
    display: none !important;
}

.g-custom-underline {
    border-bottom: 2px solid #009AA6;
}

.g-custom-underline:hover {
    border-color: transparent;
}

.mainpage__title2.small {
    font-size: 23px;
    font-weight: 400;
}

h1.large {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 16px;
    font-size: 36px;
}

.b-popup__content_auth {
    border-radius: 16px;
}

.b-popup__content_auth .b-popup__wrapper {
    padding: 30px;
}

.b-popup__content_auth .b-popup__close {
    position: static;
    color: #1C1C1C;
}

.g-input_code {
    height: 56px;
    padding: 0 4px;
    text-align: center;
    font-size: 20px;
    -moz-appearance: textfield;
}

.g-input_code:focus,
.g-input_code:active {
    -moz-appearance: textfield;
}

.g-input_code.is-error {
    border-color: #FF766B;
}

.g-input_code::-webkit-outer-spin-button,
.g-input_code::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.b-auth__link:hover {
    color: #4FBAC2;
}

.b-auth__timer {
    color: #A6A6A6;
}

.b-auth-info {
    display: flex;
    align-items: center;
}

.b-auth-info_error {
    color: #FF6256;
}

.b-auth-info__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.b-auth-info__icon img {
    display: block;
}

.b-auth-info__text {
    margin-left: 16px;
}

.b-auth__line {
    margin: 24px -30px;
    background: #A6A6A6;
    height: 1px;
}

.b-auth .g-button_primary {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}

.b-auth__note {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    color: #A6A6A6;
}

.g-form-label {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.g-form-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 12px;
    display: none;
}

.g-form-icon img {
    display: block;
}

.g-form-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #FF6256;
    margin-top: 4px;
    display: none;
}

.has-error .g-form-error,
.has-error .g-form-icon {
    display: block;
}

.b-auth__content label.error {
    display: none !important;
}

#toUpButton {
    cursor: pointer;
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 150px;
    right: 38px;
    z-index: 1040;
    background-image: url("/local/templates/orteka_desktop/global/css/../../img/arrow-up.svg");
    background-size: contain;
}

.g-section.middle_align {
    padding-bottom: 20px;
    padding-top: 20px;
}

.b-card-call {
    margin-bottom: 16px;
}
.b-card-call__link {
    display: flex;
    background: #E1F3F4;
    border-radius: 20px;
    overflow: hidden;
}
.b-card-call__content {
    display: flex;
    min-height: 102px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 20px 32px;
    flex-grow: 1;
    min-width: 0;
}
.b-card-call__text {
    display: block;
    margin-top: 8px;
    color: #FF6E00;
    font-size: 14px;
    transition: 0.3s;
}
.b-card-call__title {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.b-card-call__img {
    display: block;
    width: 142px;
    min-width: 142px;
}
.b-card-call__img img {
    display: block;
    transform-origin: 100% 50%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
    width: auto;
    min-height: 102px;
}
.b-card-call__link:hover .b-card-call__img img {
    transform: scale(1.15);
}
.b-card-call__link:hover .b-card-call__text {
    color: #009AA6;
}
.b-popup__content_expert {
    max-width: 789px;
}
.b-popup__content_expert .b-popup__wrapper {
    background: #F9F9F9;
    box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
    padding: 35px 50px;
}
.product-expert__nav {
    height: 36px;
    display: flex;
    align-items: center;
}
.product-expert__scale {
    height: 12px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 172, 109, 0.82);
}
.product-expert__progress {
    background: #FF6E00;
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.product-expert__number {
    position: absolute;
    z-index: 2;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 172, 109, 0.82);
    border-radius: 50%;
    transition: 0.3s;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FF6E00;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}
.product-expert__number.is-active {
    background: #FF6E00;
    color: #ffffff;
}
.product-expert__form {
    background: rgba(162, 203, 217, 0.15);
    border-radius: 8px;
    padding: 20px 24px;
}
.product-expert__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.product-expert__item {
    padding: 16px 8px 0;
    width: 50%;
    min-width: 50%;
}
.product-expert__item_33 {
    width: 33.3333%;
    min-width: 33.3333%;
}
.product-expert-radio {
    display: block;
    cursor: pointer;
    height: 100%;
}
.product-expert-radio__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.product-expert-radio__wrapper {
    display: flex;
    height: 100%;
    padding: 4px 12px;
    min-height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 154, 166, 0.1);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}
.product-expert-radio__wrapper:hover {
    background: #009AA6;
    color: #ffffff;
}
.product-expert-radio__input:checked+.product-expert-radio__wrapper {
    background: #009AA6;
    color: #ffffff;
}
.product-expert__note {
    font-size: 26px;
    color: #A6A6A6;
}
.product-expert__card {
    max-width: 284px;
    margin: 0 auto;
}
.product-expert__card .b-card__content {
    background: transparent;
}
.product-expert__button {
    max-width: 250px;
    margin: 0 auto;
}
.product-expert-link {
    display: inline-flex;
    height: 32px;
    background: #F1F7F9;
    border-radius: 59px;
    color: #009AA6;
    padding: 0 16px;
    align-items: center;
}
.product-expert-link:hover {
    color: #ffffff;
    background-color: #009AA6;
}
.product-expert-link__icon {
    display: flex;
    width: 36px;
    min-width: 36px;
    margin-left: 12px;
}

.slider-inside .g-content {
	padding: 0;
}
.contacts-link {
    display: inline-flex;
    align-items: center;
}
.contacts-link__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.contacts-link__text {
    margin-left: 8px;
}
.g-button_one-click {
    background: #FFF1E6;
    border-radius: 6px;
    color: #FF6E00;
    height: 48px;
    padding: 0 16px;
}
.g-page a.g-button_one-click {
    color: #FF6E00;
    background: #FFF1E6;
}
.bx-no-touch .g-button_one-click:hover {
    background: #FFEBDC;
    color: #FF6E00;
}
.g-text-cross-line-through {
    text-decoration: line-through;
}

.call_popup.b-popup__content {
    max-width: 1040px;
}
.call_popup .b-popup__content {
    display: flex;
    padding: 0;
}
.call_popup .b-popup__wrapper {
    padding: 0;
}
.call_popup .b-popup__content .col:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 56px 30px 56px 44px;
}
.call_popup .b-popup__content .col:nth-child(1) .js-popup-close-- {
    margin-top: auto;
}
.call_popup .b-popup__content .col:nth-child(1) .g-button {
    margin-top: auto;
    font-size: 16px;
    border-radius: 50px;
    padding: 0 30px;
}
.call_popup .b-popup__content .col:nth-child(2) {
    display: flex;
}
.call_popup .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
.call_popup .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1.2;
}
.call_popup .row span {
    margin-left: 15px;
}
.call_popup video {
    max-width: 100%;
}

.life-content iframe {
    width: 100%;
    object-fit: cover;
}

.popmechanic-block #popmechanic-container-54347.popmechanic-desktop #popmechanic-form-54347 .popmechanic-wrapper {
	padding: 36px 0 0;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .tns-horizontal.tns-subpixel > .tns-item {
	display: block;
    padding: 0 10px;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-wrapper {
	display: block;
    cursor: pointer;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-title {
	height: auto;
}
.popmechanic-block #popmechanic-container-54347 #popmechanic-form-54347 .popmechanic-item-img-block {
	width: 68px;
    height: 68px;
    padding: 2px;
}

.action_related_products .g-content {
	padding: 0;
}

/* new auth */
.b-popup__content_authorization {
    max-width: 410px;
}
.b-popup__content_authorization .b-popup__wrapper {
    padding: 32px;
    border-radius: 16px;
}
.g-auth {
    min-height: 305px;
}
.g-auth__top .g-col:not(:g-col_full) {
    width: 46px;
}
.g-auth__separator {
    display: inline-block;
    position: relative;
}
.g-auth__separator::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #CDCDCD;
    width: 56px;
    height: 1px;
    left: 100%;
    margin-left: 8px;
    transform: translateY(-50%);
}
.g-auth__separator::before {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #CDCDCD;
    width: 56px;
    height: 1px;
    right: 100%;
    margin-right: 8px;
    transform: translateY(-50%);
}
.g-auth__deliver {
    margin-left: -32px;
    margin-right: -32px;
    height: 1px;
    background-color: #CDCDCD;
}
.enabled {
    cursor: pointer;
}
.enabled:hover {
    color: #009AA6;
}

.email_auth_error, .email_send_error {
    color: #FF6256;
    width: 100%;
    text-align: center;
}

/* версия сайта для слабовидящих */
body.is-version .g-wrap {
    padding-top: 100px;
}
body.is-version .header-nav.is-top .header-nav__wrapper {
	position: relative;
}

body.version-theme-light * {
	background-color: #fff !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #000 !important;
	color: #000 !important;
	fill: #000 !important;
    stroke: #000 !important;
}
body.version-theme-light a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-dark * {
	background-color: #000 !important;
	background: #000 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #fff !important;
	color: #fff !important;
	fill: #fff !important;
    stroke: #fff !important;
}
body.version-theme-dark a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-blue * {
	background-color: #9dd1ff !important;
	background: #9dd1ff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #063462 !important;
	color: #063462 !important;
	fill: #063462 !important;
    stroke: #063462 !important;
}
body.version-theme-blue a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-brown * {
	background-color: #f7f3d6 !important;
	background: #f7f3d6 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #4d4b43 !important;
	color: #4d4b43 !important;
	fill: #4d4b43 !important;
    stroke: #4d4b43 !important;
}
body.version-theme-brown a span {
	background-color: transparent !important;
	background: transparent !important;
}
body.version-theme-green * {
	background-color: #3b2716 !important;
	background: #3b2716 !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-color: #a9e44d !important;
	color: #a9e44d !important;
	fill: #a9e44d !important;
    stroke: #a9e44d !important;
}
body.version-theme-green a span {
	background-color: transparent !important;
	background: transparent !important;
}

body.version-image-false img {
	opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    left: -99999999999999px;
}
.version__image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed;
    text-align: center;
    padding: 8px;
}
body.version-image-grey img {
	-webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}
body.version-font-serif * {
	font-family: Arial,sans-serif !important;
}
body.version-font-sans * {
	font-family: "Times New roman" !important;
}

body[data-size="32"] * {
    font-size: 32px !important;
}
body[data-size="31"] * {
    font-size: 31px !important;
}
body[data-size="30"] * {
    font-size: 30px !important;
}
body[data-size="29"] * {
    font-size: 29px !important;
}
body[data-size="28"] * {
    font-size: 28px !important;
}
body[data-size="27"] * {
    font-size: 27px !important;
}
body[data-size="26"] * {
    font-size: 26px !important;
}
body[data-size="25"] * {
    font-size: 25px !important;
}
body[data-size="24"] * {
    font-size: 24px !important;
}
body[data-size="23"] * {
    font-size: 23px !important;
}
body[data-size="22"] * {
    font-size: 22px !important;
}
body[data-size="21"] * {
    font-size: 21px !important;
}
body[data-size="20"] * {
    font-size: 20px !important;
}
body[data-size="19"] * {
    font-size: 19px !important;
}
body[data-size="18"] * {
    font-size: 18px !important;
}
body[data-size="17"] * {
    font-size: 17px !important;
}
body[data-size="16"] * {
    font-size: 16px !important;
}
body[data-size="15"] * {
    font-size: 15px !important;
}
body[data-size="14"] * {
    font-size: 14px !important;
}
body[data-size="13"] * {
    font-size: 13px !important;
}
body[data-size="12"] * {
    font-size: 12px !important;
}
body[data-size="11"] * {
    font-size: 11px !important;
}
body[data-size="10"] * {
    font-size: 10px !important;
}
body[data-size="9"] * {
    font-size: 9px !important;
}
body[data-size="8"] * {
    font-size: 8px !important;
}

body.is-version .version-panel {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    padding: 16px 0;
    background-color: #f8f8f8 !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.23) !important;
}
body.is-version .version-panel * {
    background-color: transparent !important;
}
body.is-version .version-panel .version-panel__title {
    color: #000000 !important;
    font-size: 18px !important;
}
.version-panel.is-visible {
    display: block;
}
.version-toggle {
    position: relative;
    z-index: 101;
}
.version-toggle__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	cursor: pointer;
	transition: 0.3s;
}
.version-toggle.is-active .version-toggle__text {
    display: block;
}
.version-toggle.is-active .version-toggle__icon {
    display: none;
}
body.is-version .version-panel__button {
    padding: 0 8px;
    height: 40px;
    border: 2px solid;
    font-size: 18px !important;
    border-radius: 0;
    min-width: 40px;
}
.version-panel__button .g-button__icon {
	margin: 0;
}
body.is-version .version-panel__button_light {
	color: #343a40 !important;
	border-color: #343a40 !important;
}
body.is-version .version-panel__button_light * {
	color: #343a40 !important;
    fill: #343a40 !important;
    transition: fill 0.3s;
}
body.is-version .version-panel__button_light:hover {
	color: #fff !important;
	background-color: #343a40 !important;
	border-color: #343a40 !important;
}
body.is-version .version-panel__button_light:hover * {
	color: #fff !important;
    fill: #fff !important;
}
body.is-version .version-panel__button_dark {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    color: #fff !important;
}
body.is-version .version-panel__button_dark:hover {
    background-color: #fff !important;
    border-color: #343a40 !important;
    color: #343a40 !important;
}
body.is-version .version-panel__button_blue {
    color: #063462 !important;
    background-color: #9DD1FF !important;
    border-color: #9DD1FF !important;
}
body.is-version .version-panel__button_blue:hover {
    background-color: #063462 !important;
    border-color: #9DD1FF !important;
    color: #9DD1FF !important;
}
body.is-version .version-panel__button_brown {
    color: #4D4B43 !important;
    background-color: #F7F3D6 !important;
    border-color: #4D4B43 !important;
}
body.is-version .version-panel__button_brown:hover {
    background-color: #4D4B43 !important;
    border-color: #4D4B43 !important;
    color: #F7F3D6 !important;
}
body.is-version .version-panel__button_green {
    color: #A9E44D !important;
    background-color: #3B2716 !important;
    border-color: #3B2716 !important;
}
body.is-version .version-panel__button_green:hover {
    background-color: #A9E44D !important;
    border-color: #3B2716 !important;
    color: #3B2716 !important;
}
body.is-version .version-panel__button.is-active {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.23) !important;
}


.b-preloader-spinner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.b-preloader-spinner__place {
    height: 60px;
    width: 60px;
    -webkit-animation: container-rotate 1600ms linear infinite;
    animation: container-rotate 1600ms linear infinite;
}

.b-preloader-spinner__line {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
}

.b-preloader-spinner__line_1 {
    border-color: #4FBAC2;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line_2 {
    border-color: #FF6E00;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line_3 {
    border-color: #4FBAC2;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line_4 {
    border-color: #FF6E00;
    -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line-part {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.b-preloader-spinner__line-part-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 200%;
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
}

.b-preloader-spinner__line-part-inner_left {
    border-right-color: transparent;
    transform: rotate(129deg);
    -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line-part-inner_right {
    left: -100%;
    border-left-color: transparent;
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.b-preloader-spinner__line-part-inner_center {
    width: 1000%;
    left: -450%;
}

.b-preloader-spinner__line-ticker {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

@-webkit-keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    0% {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    0% {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

@-webkit-keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@keyframes line-1-fade-in-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@keyframes line-2-fade-in-out {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        opacity: 0;
    }
}

@-webkit-keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@keyframes line-3-fade-in-out {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    76% {
        opacity: 0;
    }
}

@-webkit-keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes line-4-fade-in-out {
    0% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.index-h1 {font-size:14px;}

.sherlock_icon {
    position: absolute;
    vertical-align: middle;
    margin-left: 20px;
    display: block;
    border-radius: 50%;
    border: 1px solid #FF6E00;
    background: #FF6E00 center center no-repeat;
    background-image: url(/images/openchat.png);
    background-size: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.sherlock_container {
    width: 62px;
    height: 62px;
    right: 25px;
    position: fixed;
    bottom: 0;
    margin-bottom: calc(env(safe-area-inset-bottom) + 25px);
    z-index: 777;
}
body .mts-button .sbid-button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #CDCDCD;
    transition: 0.3s;
    background-color: #ffffff;
}
body .mts-button .sbid-button__text {
    color: #1C1C1C;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
body .mts-button .sbid-button:hover,
body .mts-button .sbid-button:focus,
body .mts-button .sbid-button:active {
    border-color: #21A038;
    background: #F4FAF5;
}
body .mts-button .sbid-button__logo {
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    width: 22px;
}
body .mts-button .sbid-button .sbid-button__logo svg {
    fill: #21A038;
    --sbid-fill-color: #21A038;
}

.widget {
    position: fixed;
    bottom: 25px;
    left: 24px;
    z-index: 777;
    width: 100px;
    height: 100px;
}
.widget__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    color: #31566D;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50%, -50%);
    z-index: 5;
}
.widget__icon {
    width: 16px;
    height: 16px;
}
.widget__close:hover {
    color: #FF6E00;
}
.widget__link {
    display: block;
}
.widget__link img {
    display: block;
}
.widget__link:hover img {
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    70% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    90% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.product-element__wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.burger-menu-close {
	display: none;
}
.button-menu.is-active .burger-menu-close {
	display: block;
}
.button-menu.is-active .burger-menu {
	display: none;
}
/* для акций временно */
.g-text-block a.btn_primary:not(.label) {
	color: #ffffff;
}
.bx-no-touch .g-text-block a.btn_primary:not(.label):hover {
	color: #ffffff;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-preloader/b-preloader.css?16977038293537*/
.Spinner {
  height: 68px;
  width: 68px;
  /* Spins external container */
  animation: container-rotate 1600ms linear infinite;
}
.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Spinner-line--1 {
  border-color: #4fbac2;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line--2 {
  border-color: #ff6e00;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line--3 {
  border-color: #4fbac2;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line--4 {
  border-color: #ff6e00;
  animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: none;
}
.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  transform: rotate(129deg);
  animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  transform: rotate(-129deg);
  animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%;
}
.Spinner-line-ticker {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
 
/* End */


/* Start:/local/templates/orteka_desktop/global/b-select/b-select.css?16789570501924*/
.b-select {
  min-width: 104px;
  font-size: 14px;
}
.b-select_main {
  width: 100%;
  display: block;
}
.for_cancel {
  height: 3rem;
}
.b-select .jq-selectbox__select {
  height: 42px;
  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;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #A6A6A6;
  border-radius: 6px;
  cursor: pointer;
}
.b-select .jq-selectbox__select-text {
  padding-right: 16px;
}
.b-select .jq-selectbox__select-text.placeholder {
  color: transparent;
}
.b-select .jq-selectbox__trigger {
  width: 7px;
  height: 4px;
  min-width: 7px;
  background: url(/local/templates/orteka_desktop/global/b-select/select-arrow.svg) no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-select.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-select.opened .jq-selectbox__select {
	border-color: #009AA6;
}
.b-select .jq-selectbox__dropdown {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
          box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
  top: 100%;
  max-width: 525px;
}
.b-select.jq-selectbox ul {
  max-height: 150px;
  overflow-y: auto;
}
.b-select.jq-selectbox ul li {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: normal;
}
.b-select.jq-selectbox ul li:hover {
  color: #ffffff;
  background: #00A7B8;
}
.b-select.jq-selectbox ul li.selected {
  background: #EEF2F5;
}
.b-select.jq-selectbox ul li.selected:hover {
  color: #ffffff;
  background: #00A7B8;
}
.b-select.jq-selectbox ul li.option {
  padding-left: 20px;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-breadcrumbs/b-breadcrumbs.css?1615456255708*/
.b-breadcrumbs {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  padding: 18px 0;
  font-size: 12px;
  line-height: 14px;
  color: #A7A9AC;
}
.b-breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 5px;
}
.b-breadcrumbs__icon {
  width: 7px;
  min-width: 7px;
  height: 5px;
  display: block;
  margin-left: 5px;
}
.b-breadcrumbs__link:hover {
  color: #00A7B8;
}


/* End */


/* Start:/local/templates/orteka_desktop/global/b-mkt-calc/calculator.css?1732607848491*/
.calc-wrapper {
	max-width: 854px;
}
.calc-image {
	width: 220px;
}
.calc-item {
	cursor: pointer;
	transition: 0.3s;
}
.calc-item.is-active {
	padding-left: 16px;
	padding-right: 16px;
	background-color: #E7FAFB;
}
.calc-step {
	transition: 0.3s;
}
.calc-step {
	fill: #1C1C1C;
}
.calc-step.is-active {
	fill: #009AA6;
}
.calc-step.is-noactive {
	fill: #E0E2E7;
}
.calc-input {
	min-width: 140px;
	text-align: center;
	max-width: 140px;
}
.calc-input.is-complete {
	border-color: #009AA6;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-tooltip/b-tooltip.css?16540096583269*/
.b-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.b-tooltip-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.b-tooltip-wrapper .b-tooltip__icon {
  margin-left: 5px;
}
.b-tooltip__block {
  position: absolute;
  bottom: 0;
  margin-bottom: 14px;
  padding-bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  display: block;
  text-align: center;
}
.b-tooltip__block::before {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
}
.b-tooltip__block_add {
  top: 100%;
  margin: 8px 0 0;
  bottom: auto;
  left: 8px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.b-tooltip__block_add::before {
  top: auto;
  bottom: 100%;
}
.b-tooltip__list {
  display: block;
}
.b-tooltip__list:not(:last-child) {
  margin-bottom: 4px;
}
.b-tooltip__message {
  background: #00A7B8;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  white-space: nowrap;
  padding: 8px 10px;
  height: 32px;
  text-transform: none;
  display: inline-block;
}
.b-tooltip__message_online {
  background: #7AC143;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 10px;
  padding: 6px 10px;
  text-transform: uppercase;
}
.b-tooltip__icon {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #B7CDD9;
}
.b-tooltip__icon:hover {
  color: #00A7B8;
}
.b-tooltip__text {
  display: block;
  width: 200px;
  background: #FFFFFF;
  padding: 10px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 12px;
}
/*.b-tooltip:hover .b-tooltip__block {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}*/
.b-tooltip__text p {
  font-size: 12px;
}
.b-tooltip__text_bg {
  color: #FFFFFF;
  background: #00A7B8;
  text-align: left;
}
.b-tooltip-place {
  z-index: 1043;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-tooltip-place .b-tooltip__block {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
.b-tooltip__block {
  right: -24px;
  left: -120px;

  -webkit-transform: translateX(0);
          transform: translateX(0);
}
  .b-tooltip__sale{
    left: 10px !important;
  }
}
.b-tooltip__sale{
  position: absolute;
  bottom: 0;
  margin-bottom: 28px;
  padding-bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  display: block;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.b-tooltip-left {
  text-align: left !important;
}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-info/b-info.css?174161123310811*/
.b-info__bg {
  z-index: 3;
  pointer-events: none;
}
.b-info__center {
  position: relative;
  z-index: 6;
}
.b-info__border {
  position: relative;
  z-index: 1;
}
.b-info__bottom {
  position: relative;
  z-index: 5;
}

.b-info__title {
  margin-bottom: 16px;
}
.b-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
          box-shadow: 0px 10px 30px rgba(28, 28, 28, 0.1);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.b-info-announce {
  position: relative;
  padding-top: 65px;
  text-align: center;
}
.b-info-announce__bg {
  position: absolute;
  top: -20px;
  left: -7px;
  right: -7px;
  z-index: 1;
}
.b-info-announce__number {
  font-weight: bold;
  font-size: 40px;
  color: #00A7B8;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.b-info-announce__param {
  color: #00A7B8;
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}
.b-info-announce__text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 57px;
  position: relative;
  z-index: 2;
}
.b-info__select {
  margin-bottom: 20px;
}
.b-info-table {
  line-height: 1.5;
}
.b-info-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.b-info-table__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.b-info-table__text:after {
  content:'. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-info-table__wrapper {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.b-info-table__price {
  padding-left: 10px;
  min-width: 85px;
  text-align: right;
}
.b-info-table__price .g-price {
  font-weight: 400;
  font-size: 16px;
}
.b-info-load__note {
  font-size: 14px;
  color: #A7A9AC;
}
.b-info-load__link {
  margin-bottom: 5px;
}
.b-info-form__step {
  position: relative;
}
.b-info__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.b-info__bg img {
  display: block;
}
.b-info_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 408px;
}
.b-info__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  padding-bottom: 32px;
}
.b-info__bottom {
  padding-top: 16px;
  min-height: 62px;
}
.b-info__border {
  height: 1px;
  margin: 0 -30px;
  background: rgba(0, 0, 0, 0.1);
}
.b-info-form__top {
  padding-bottom: 16px;
}
.b-info-form_single {
  max-width: 278px;
}
.b-info-form__step {
	position: absolute;
	top: -30px;
	left: -30px;
	bottom: -93px;
	right: -30px;
	background: #fff;
	padding: 30px;
	z-index: 19;
	display: none;
}
.b-info-form__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 30px 20px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.b-info-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.b-info-form__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  max-height: 100%;
  overflow: auto;  
  margin: 0 -30px;
}
.b-info-form__search {
  margin-top: 16px;
}
.b-info-list {
  padding-bottom: 55px;
}
.b-info-list__item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 30px 8px;
}
.b-info-list__item:hover,
.b-info-list__item.is-selected {
  background: #EBEFF3;
}
.b-info-list__row {
  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;
  margin-bottom: 5px;
}
.b-info-list__title {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.b-info-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-metro__label {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}
.b-info-metro__name {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.b-info-list__adress {
  font-size: 14px;
  color: #A7A9AC;
  padding-right: 15px;
}
.b-info-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-doctor__avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.b-info-doctor__name {
  font-weight: 500;
  margin-bottom: 4px;
}
.b-info-doctor__position {
  font-size: 14px;
  color: #A0B0B8;
}
.b-info-doctor__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.b-info__date {
  padding: 0 30px 55px;
}
.b-info-time {
  max-width: 242px;
}
.b-info-time__title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.b-info-time__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.b-info-time__item {
  padding: 0 3px 14px;
  z-index: 100;
}
.b-info-results {
  padding: 0 30px;
}
.b-info-results__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-info-results__name {
  color: #1C1C1C;
  opacity: 0.6;
  padding-right: 15px;
  min-width: 120px;
}
.b-info__note {
  font-size: 14px;
  color: #1C1C1C;
  opacity: 0.6;
  margin-bottom: 4px;
}
.b-info-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
}
.b-info-contacts__item {
  padding: 0 6px;
}
.b-info__tel:hover {
  color: #00A7B8;
}
.b-info-contacts .g-link {
  font-size: 14px;
}
.b-info-persons {
  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: 0 -2px;
}
.b-info-persons__item {
  padding: 0 2px;
}
.b-info-persons__image {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.b-info-persons__image img {
  display: block;
}
.b-info-action__selected {
  display: none;
}
.b-info-list__item.is-selected .b-info-action__visible {
  display: none;
}
.b-info-list__item.is-selected .b-info-action__selected {
  display: block;
}
@media screen and (max-width: 1200px) {
.b-info_column {
  max-width: 620px;
  margin: 0 auto;
}
}

.b-info-salons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #A7A9AC;
}
.b-info-salons__number {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.07;
  color: #00A7B8;
  margin-right: 6px;
}
.b-info-salons__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.b-info-salons:hover {
  color: #00A7B8;
}

.life-appointment_form .b-info__bg {
	width: 40%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.life-appointment_form .b-info {
	padding: 16px 30px;
	min-height: 416px;
}
.life-appointment_form .b-info__bg img {
	max-height: 100%;
    max-width: none;
	width: 100%;
}
.life-appointment_form .b-file.g-link_complex .g-link__icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.life-appointment_form .b-info__date {
	padding: 0;
}
.life-appointment_form .b-info-form__top,
.life-appointment_form .b-info-form__content,
.life-appointment_form .b-info__bottom {
	width: 60%;
}
.life-appointment_form .b-info-form__content {
	min-height: 242px;
	padding-bottom: 16px;
}
.life-appointment_form .b-info-time {
	max-height: 185px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 242px;
	min-width: 242px;
}
.life-appointment_form .b-datepicker .datepicker-inline .datepicker {
	padding: 0 8px 8px;
}
.life-appointment_form .datepicker--days-names {
	margin: 0 0 4px;
}
.life-appointment_form .datepicker--cell {
	height: 24px;
}
.b-info-total {
	display: flex;
	margin-bottom: 8px;
}
.b-info-total .g-link {
	margin-right: 8px;
}
.b-info-total__info {
	flex-grow: 1;
	min-width: 0;
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	font-size: 14px;
	background: #EEF2F5;
	border-radius: 6px;
}
.b-info-form-title {
	margin-bottom: 8px;
}
.b-info-form__buttons {
	padding-top: 18px;
}
@media screen and (max-width: 1024px) {
.life-appointment_form .b-info-form__top,
.life-appointment_form .b-info-form__content,
.life-appointment_form .b-info__bottom {
	width: calc(100% - 140px);
	position: relative;
	z-index: 5;
}
.life-appointment_form .b-info__bg {
	width: 290px;
	right: -100px;
}
}

.b-info-gray_block {
  border-radius: 16px;
  width: 100%;
  padding: 34px 16px;
  background-color: #F6F7F8;
  color: #1C1C1C;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  text-align: center;
  margin: 35px 0;
}

.b-info-gray_block .g-button_primary {
  margin-top: 1rem;
  padding: 0 3rem;
}
.b-info__close {
  z-index: 10;
}
/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/select2.min.css?163664123315823*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/orteka_desktop/global/b-select/b-select2.css?17416112333973*/
.select2-container--b-select {
    font-size: 14px;
    display: block;
}
.select2-container--b-select .select2-selection--single {
    height: 42px;
    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;
    padding: 0 16px;
    background: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #A6A6A6;
    transition: 0.3s;
}
.select2-container--b-select .select2-selection--single .select2-selection__rendered {
    padding: 0 16px 0 0;
    position: relative;
    z-index: 15;
}
.select2-selection__arrow {
    width: 9px;
    height: 6px;
    min-width: 9px;
    background: url(/local/templates/orteka_desktop/global/b-select/select-arrow.svg) no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--b-select.select2-container--open .select2-selection--single {
    border-color: #009AA6;
}
.b-select__dropdown.select2-dropdown {
    -webkit-box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
    box-shadow: 2px 2px 10px 0 hsla(0, 0%, 9%, .15);
    border-radius: 3px;
    border: none;
    z-index: 1080;
}
.select2-selection__placeholder {
    opacity: 0;
}
.b-select__dropdown .select2-results__option {
    padding: 5px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: normal;
}
.b-select__dropdown .select2-results__option:hover {
    background: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__option--selected {
    background: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__option--selected:hover {
    background: rgba(0, 154, 166, 0.1);
}
.g-input-wrapper .select2-container--b-select {
    max-width: 100%;
    display: block;
}

/* add */
.b-select__dropdown .select2-results__option--group {
    padding: 0;
}
.b-select__dropdown .select2-results__option--group:hover {
    color: #1C1C1C;
    background: #ffffff;
}
.b-select__dropdown .select2-results__option--group .select2-results__option {
    padding: 8px 15px;
}
.b-select__dropdown .select2-results__group {
    display: block;
    transition: background-color 0.3s, padding 0.3s;
    font-weight: 400;
    color: #333333;
    padding: 8px 48px 8px 15px;
    cursor: pointer;
    background-image: url('/local/templates/orteka_desktop/global/b-select/select-arrow-next.svg');
    background-position: calc(100% - 14px) 50%;
    background-repeat: no-repeat;
}

.b-select__dropdown .select2-results__group:hover {
    background-color: rgba(0, 154, 166, 0.1);
}
.b-select__dropdown .select2-results__group.is-active {
    background-image: url('/local/templates/orteka_desktop/global/b-select/select-arrow-prev.svg');
    background-position: 14px 50%;
    padding: 8px 15px 8px 48px;
    font-weight: bold;
}

.b-select-group {
    display: inline-flex;
}

.b-select-group__icon {
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-top: 4px;
}
.b-select-group__icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: inherit;
}
.b-select-group__text {
    padding-top: 2px;
}

.select2-selection .b-select-group {
    align-items: center;
}

.select2-selection .b-selected-group__block {
    line-height: 1;
}

.b-select__dropdown .select2-results__options--nested {
    display: none;
}

.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
}

.b-select_border .select2-container--b-select .select2-selection--single {
    height: 42px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #A6A6A6;
    border-radius: 6px;
}
.b-select_border .select2-selection__arrow {
    display: none;
}
.b-select_border .select2-selection__placeholder {
    opacity: 1;
    color: #A6A6A6;
}

.jq-selectbox__search input, .select2-search__field {
    width: 100%;
    height: 2rem;
}

/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/datepicker.min.css?163117190612266*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae !important;}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#000}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-datepicker/b-datepicker.css?15987006731684*/
.b-datepicker .datepicker-inline .datepicker {
  font-family: 'Roboto', sans-serif;
  color: #1C1C1C;
  padding: 24px 8px 16px;
  width: auto;
}
.b-datepicker .datepicker--nav-title {
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-datepicker .datepicker--nav-action {
  width: 16px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-datepicker .datepicker--nav-action[data-action="prev"]{
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-datepicker .datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: transparent;
  color: #00A7B8;
}
.b-datepicker .datepicker--nav-title:hover {
  background: #00A7B8;
  color: #ffffff;
}
.b-datepicker .datepicker--nav-title i {
  color: #1C1C1C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-datepicker .datepicker--nav-title:hover i {
  color: #ffffff;
}
.b-datepicker .datepicker--nav {
  padding: 0 8px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-datepicker .datepicker--content {
  padding: 0;
}
.b-datepicker .datepicker--day-name {
  font-weight: 500;
  font-size: 14px;
  color: #1C1C1C;
}
.b-datepicker .datepicker--day-name.-weekend- {
  color: #F04C25;
}
.b-datepicker .datepicker--cell.-current- {
  color: #00A7B8;
}
.b-datepicker .datepicker--cell.-selected-, 
.b-datepicker .datepicker--cell.-selected-.-current-,
.b-datepicker .datepicker--cell.-focus- {
  background: #00A7B8;
  color: #ffffff;
}
/* End */


/* Start:/local/templates/orteka_desktop/global/css/desktop-fonts.css?16340496552787*/
/* roboto-regular - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/orteka_desktop/global/css/../../fonts/roboto-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* End */


/* Start:/local/templates/orteka_desktop/components/bitrix/sale.basket.basket.line/dropdown/style.css?17326078483176*/
.small-cart {
    position: relative;
}

.small-cart_dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    top: 100%;
    right: -34px;
    z-index: 100;
    width: 419px;
    max-height: 463px;
    margin-top: 10px;
}
.small-cart_dropdown::after {
    position: absolute;
    height: 42px;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
}

.small-cart_dropdown .dropdown-items {
    padding: 29px 16px 20px;
    width: inherit;
    max-height: inherit;

    background: #FFFFFF;
    border-radius: 8px;
}

.small-cart_dropdown .dropdown-items.fixed-position {
    position: fixed;
}

.small-cart:hover .small-cart_dropdown {
    display: flex;
}

.small-cart_dropdown .cart-items {
    max-height: 304px;
    overflow-y: scroll;
}

.cart-items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 10%;
}

.cart-items::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #C4C4C4;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.cart-items .item-row {
    width: 375px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.item-row .item-image {
    max-height: 64px;
    max-width: 64px;
}

.item-row .item-image img {
    min-height: 64px;
    min-width: 64px;
}

.item-row .item-info {
    margin-left: 16px;
    margin-right: 26px;
}

.item-row .item-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    width: 259px;
}

.item-row .item-description:hover {
    color: #00a7b8;
}

.item-row .action-delete {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
    border: none;
    background: none;
}


.small-cart .cart-info {
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.item-info .item-price .price-current {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.item-info .item-price .price-old {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    margin-left: 16px;
}

.item-price .g-price:not(.g-price:first-child) {
    padding-left: 10px;
}

.cart-info .price-text {
    width: 176px;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
}

.cart-info .cart-price {
    margin-left: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #1C1C1C;
}

.cart-info .cart-price-old {
    margin-left: 16px;
    font-size: 16px;
    line-height: 36px;
    color: #A6A6A6;
    font-weight: normal;
}

.small-cart_dropdown .cart-buttons {
    display: flex;
    margin: 8px 0;
}

.cart-buttons .cart-button {
    width: 100%;
}

.cart-button:not(.cart-button:first-child) {
    margin-left: 5px;
}

.cart-buttons .button_order {
    background: #FF6E00;
    color: #FFFFFF;
    padding: 4px 16px;
}

.cart-buttons .button_one_click {
    background: #FFFFFF;
    color: #FF6E00;
    border: 2px solid #FF6E00;
}

.small-cart_dropdown .quant_gray {
    color: #A7A9AC;
    font-size: 14px;
    margin-top: -10px;
    display: block;
    margin-top: -3px;
}
.small-cart__button {
    z-index: 101;
}
/* End */


/* Start:/local/templates/orteka_desktop/vendor/css/jquery.mCustomScrollbar.min.css?163065987142839*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/templates/orteka_desktop/vendor/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/local/templates/orteka_desktop/global/b-image-link/b-image-link.css?16661771485020*/
.b-image-link {
	display: block;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	height: 100%;
	border-radius: 8px;
}
.b-image-link_secondary {
	color: #1C1C1C;
}
.b-image-link img {
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
}
.b-image-link__info {
	position: absolute;
	min-height: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
	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: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.b-image-link__title {
	font-weight: 500;
	font-size: 26px;
	margin-top: 8px;
	line-height: 36px;
}
.b-image-link__text {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.8;
	margin-top: 8px;
}
.b-image-link__subtitle {
	font-weight: bold;
	font-size: 18px;
	margin-top: 8px;
}
.b-image-link__info_small {
	padding: 24px;
}
.b-image-link_dark .b-image-link__info {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.b-image-link_light .b-image-link__info {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}
.b-image-link_grey .b-image-link_light .b-image-link__info {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6.84%, #F6F7F8), color-stop(26.81%, rgba(246, 247, 248, 0)));
	background: linear-gradient(360deg, #F6F7F8 6.84%, rgba(246, 247, 248, 0) 26.81%);
}
.b-image-link .b-card__tag {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 10;
}
.b-image-link .b-article-card__theme {
	font-size: 14px;
}
.b-image-link .b-article-card__info {
	margin-top: 16px;
}
.b-image-link .b-article-card__date {
  margin-bottom: 0;
}
.b-image-link_category {
	margin-bottom: 40px;
    height: calc(100% - 40px);
}
.b-image-link_category .b-article-card__image {
	margin-bottom: 0;
}
.b-image-link_dark .b-article-card__theme {
	color: #ffffff;
}
.b-image-link_dark .b-article-card__date {
	color: #B7CDD9;
}
@media screen and (max-width: 1200px) {
.b-image-link__title {
	font-size: 20px;
}
.b-image-link__subtitle {
	font-size: 16px;
}
.b-image-link__info {
	padding: 24px;
}
.b-image-link__info_small {
	padding: 16px;
}
}
@media screen and (max-width: 900px) {
.b-image-link__title {
	font-size: 16px;
}
.b-image-link__subtitle {
	font-size: 12px;
}
.b-image-link__info {
	padding: 20px;
}
.b-image-link__info_small {
	padding: 12px;
}
}

.b-image-link_var {
	height: 320px;
	border-radius: 8px;
}
.b-image-link_var .b-image-link__info {
	top: 0;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b-image-link_var .b-image-link__title {
	max-width: 320px;
	font-weight: bold;
	font-size: 32px;
	color: #1C1C1C;
	margin-bottom: 16px;
	line-height: 1.2;
}
.b-image-link-bottom {
	display: inline-flex;
	align-items: center;
	color: #1C1C1C;
}
.b-image-link-bottom__text {
	display: block;
	padding-right: 8px;
}
.b-image-link__icon {
	display: block;
	width: 26px;
	height: 16px;
}
.b-image-link__info_full {
	top: 0;
	padding: 16px 16px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b-image-link__w320 {
	max-width: 320px;
	display: block;
}
.b-image-link__w280 {
	max-width: 280px;
	display: block;
}
.b-image-link__bottom {
	position: absolute;
	display: block;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.3) 100%);
	color: #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	padding: 16px 8px;
}
.b-image-link__arrow {
	margin-left: 8px;
	width: 18px;
	min-width: 18px;
	height: 16px;
	display: block;
	transition: 0.3s ease-in-out;
}
.b-image-link:hover .b-image-link__arrow {
	transform: translateX(8px);
}

.b-service-link__text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.b-service-link__name {
	color: #ffffff;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	width: 100%;
	padding-bottom: 10px;
}
.b-service-link__arrow {
	display: block;
	width: 30px;
}
.b-service-link__arrow img {
	display: block;
	width: 30px;
}
/* End */


/* Start:/local/components/orteka/wishlist.top.line/templates/.default/style.css?16154562571065*/
.topWishlist{
	position: relative;
	margin-right: 12px;
}

.topWishlist .icon{
	background: url(/local/components/orteka/wishlist.top.line/templates/.default/images/wishlistH2.png) 0 0 no-repeat transparent;
	border: 1px solid #f3f3f3;
	display: block;
	height: 50px;
	width: 50px;
}

#subHeader2.color_black .topWishlist .icon,
#subHeader2.color_theme .topWishlist .icon{
	background: url(/local/components/orteka/wishlist.top.line/templates/.default/images/wishlistH2W.png) 0 0 no-repeat transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.topWishlist .icon:active{
	position: relative;
	top: 1px;
}

.topWishlist .text{
	background-color: #dedede;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	font-size: 12px;
	color: #ffffff;
	padding: 0 7px;
	right: 4px;
	top: -4px;
}

#subHeader2.color_black .topWishlist .text{
	background-color: rgba(0, 0, 0, 1);
	color: #ffffff;
}

#subHeader2.color_theme .topWishlist .text{
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.topWishlist .text:active{
    top: -3px;
}

#subHeader2.color_theme .topWishlist .text.active{
	background-color: rgba(255, 255, 255, 0.4);
}
/* End */


/* Start:/local/components/orteka/pickuppoints.map/templates/user-addresses/style.css?1748270685585*/

.adress-popup {
    height: calc(100vh - 32px);
    max-height: 540px;
}
.map-point {
    z-index: 20;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
@media (max-width: 768px) {
    .adress-popup {
        height: 100%;
        max-height: none;
    }
    .adress-popup__map {
        min-height: 420px;
    }
    .adress-popup__list {
        padding-bottom: 76px;
    }
    .map-point {
        position: fixed;
    }
    .adress-popup__nav {
        position: sticky;
        top: 0;
        z-index: 2001;
    }
}

/* End */


/* Start:/local/front2/styles/style.css?174833708663066*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
.font {
  font-family: "IBM Plex Sans", sans-serif;
}

h1,
h2,
.h1 {
  font-size: 32px;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-44 {
  font-size: 44px;
}

.fs-48 {
  font-size: 48px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.line-1-2 {
  line-height: 1.2;
}

.line-1-5 {
  line-height: 1.5;
}

.nowrap {
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .fs-xl-32 {
    font-size: 32px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fw-md-medium {
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .fs-sm-8 {
    font-size: 8px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fw-sm-medium {
    font-weight: 500;
  }
  .fw-sm-semibold {
    font-weight: 600;
  }
}
.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}
.grid-row_lg {
  margin-right: -12px;
  margin-left: -12px;
}
.grid-row_lg > .grid-col {
  padding-left: 12px;
  padding-right: 12px;
}
.grid-row_md {
  margin-right: -8px;
  margin-left: -8px;
}
.grid-row_md > .grid-col {
  padding-left: 8px;
  padding-right: 8px;
}
.grid-row_sm {
  margin-right: -4px;
  margin-left: -4px;
}
.grid-row_sm > .grid-col {
  padding-left: 4px;
  padding-right: 4px;
}
.grid-row_xs {
  margin-right: -2px;
  margin-left: -2px;
}
.grid-row_xs > .grid-col {
  padding-left: 2px;
  padding-right: 2px;
}
.grid-row_empty {
  margin-right: 0;
  margin-left: 0;
}
.grid-row_empty > .grid-col {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .grid-row_xl-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid-row_xl-md > .grid-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 992px) {
  .grid-row_lg-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid-row_lg-md > .grid-col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .grid-row_md-sm {
    margin-right: -4px;
    margin-left: -4px;
  }
  .grid-row_md-sm > .grid-col {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 576px) {
  .grid-row_sm-sm {
    margin-right: -4px;
    margin-left: -4px;
  }
  .grid-row_sm-sm > .grid-col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .grid-row_sm-xs {
    margin-right: -2px;
    margin-left: -2px;
  }
  .grid-row_sm-xs > .grid-col {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.grid-col {
  padding-left: 16px;
  padding-right: 16px;
}
.grid-col_16 {
  width: 16.6666%;
  min-width: 16.6666%;
}
.grid-col_20 {
  width: 20%;
  min-width: 20%;
}
.grid-col_25 {
  width: 25%;
  min-width: 25%;
}
.grid-col_28 {
  width: 28%;
  min-width: 28%;
}
.grid-col_33 {
  width: 33.3333%;
  min-width: 33.3333%;
}
.grid-col_40 {
  width: 40%;
  min-width: 40%;
}
.grid-col_41 {
  width: 41.5%;
  min-width: 41.5%;
}
.grid-col_45 {
  width: 45%;
  min-width: 45%;
}
.grid-col_50 {
  width: 50%;
  min-width: 50%;
}
.grid-col_55 {
  width: 55%;
  min-width: 55%;
}
.grid-col_59 {
  width: 58.5%;
  min-width: 58.5%;
}
.grid-col_60 {
  width: 60%;
  min-width: 60%;
}
.grid-col_66 {
  width: 66.6667%;
  min-width: 66.6667%;
}
.grid-col_75 {
  width: 75%;
  min-width: 75%;
}
.grid-col_100 {
  width: 100%;
  min-width: 100%;
}
.grid-col_full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.grid-col_same {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 1200px) {
  .grid-col_xl-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .grid-col_xl-33 {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .grid-col_xl-40 {
    width: 40%;
    min-width: 40%;
  }
  .grid-col_xl-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_xl-60 {
    width: 60%;
    min-width: 60%;
  }
  .grid-col_xl-66 {
    width: 66.6667%;
    min-width: 66.6667%;
  }
  .grid-col_xl-100 {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .grid-col_lg-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .grid-col_lg-33 {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .grid-col_lg-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_lg-66 {
    width: 66.6667%;
    min-width: 66.6667%;
  }
  .grid-col_lg-100 {
    width: 100%;
    min-width: 100%;
  }
  .grid-col_lg-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .grid-col_md-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_md-100 {
    width: 100%;
    min-width: 100%;
  }
  .grid-col_md-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }
  .grid-col_md-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
@media (max-width: 576px) {
  .grid-col_sm-50 {
    width: 50%;
    min-width: 50%;
  }
  .grid-col_sm-100 {
    width: 100%;
    min-width: 100%;
  }
  .grid-col_sm-full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
  }
  .grid-col_sm-auto {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}

html {
  scroll-behavior: smooth;
}
html.is-fixed {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  height: 100%;
}
html.is-fixed body {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #1C1C1C;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  scroll-behavior: smooth;
}

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

.wrap-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  display: block;
  width: 220px;
  height: 32px;
}
@media (max-width: 992px) {
  .logo {
    width: 165px;
    height: 24px;
  }
}

.page-wrapper {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .page-wrapper {
    padding: 32px 0;
  }
}

.radius-sm {
  border-radius: 6px;
}

.radius-md {
  border-radius: 16px;
}

.radius-lg {
  border-radius: 24px;
}

.radius-circle {
  border-radius: 50%;
}

.border-radius-sm {
  border-radius: 4px;
}

.border-radius-md {
  border-radius: 8px;
}

.border-radius-lg {
  border-radius: 16px;
}

.border-radius-xl {
  border-radius: 20px;
}

.border-radius-rounded {
  border-radius: 9999px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.price {
  white-space: nowrap;
}

.price-old {
  text-decoration-line: line-through;
}

.deliver {
  height: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.list-reset {
  list-style: none;
}

.list-inside {
  padding-left: 16px;
}

.list-letter li:first-letter {
  text-transform: uppercase;
}

.list-primary li::marker {
  color: #FF6E00;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}

.image-42 {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

.image-56 {
  width: 56px;
  min-width: 56px;
  height: 56px;
}

.image-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.image-80 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.image-100 {
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .border-radius-md-0 {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .border-radius-sm-0 {
    border-radius: 0;
  }
}
.mt-2 {
  margin-top: 2px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mr-2 {
  margin-right: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-n32 {
  margin-left: -32px;
  margin-right: -32px;
}

.mx-n16 {
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mt-lg-12 {
    margin-top: 12px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mx-lg-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 768px) {
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-4 {
    margin-top: 4px;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mt-md-12 {
    margin-top: 12px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mx-md-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mx-md-n24 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-md-4 {
    margin-left: 4px;
  }
  .mr-md-4 {
    margin-right: 4px;
  }
}
@media (max-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-4 {
    margin-top: 4px;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-4 {
    margin-left: 4px;
  }
  .ml-sm-8 {
    margin-left: 8px;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-n16 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-40 {
  padding-left: 40px;
}

@media (max-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
}
@media (max-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-12 {
    padding: 12px;
  }
  .p-lg-16 {
    padding: 16px;
  }
  .p-lg-24 {
    padding: 24px;
  }
  .pt-lg-4 {
    padding-top: 4px;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pt-lg-12 {
    padding-top: 12px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
  .p-md-8 {
    padding: 8px;
  }
  .p-md-16 {
    padding: 16px;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .px-md-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .px-md-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .px-md-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .py-md-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-4 {
    padding-top: 4px;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pt-md-12 {
    padding-top: 12px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pl-md-16 {
    padding-left: 16px;
  }
  .pl-md-24 {
    padding-left: 24px;
  }
}
@media (max-width: 576px) {
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-8 {
    padding: 8px;
  }
  .p-sm-16 {
    padding: 16px;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-sm-4 {
    padding-top: 4px;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-12 {
    padding-top: 12px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
}
.link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.link_underline {
  text-decoration: underline;
}
@media (hover: hover) {
  .link_underline:hover {
    text-decoration: none;
  }
}

.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button_primary {
  border-radius: 6px;
  background-color: #FF6E00;
  color: #ffffff;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_primary:not(:disabled):hover {
  background-color: #FF8C00;
}
.button_primary:not(:disabled):active, .button_primary:not(:disabled):focus {
  background-color: #E56812;
}
.button_secondary {
  border-radius: 6px;
  background-color: #009AA6;
  color: #ffffff;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_secondary:not(:disabled):hover {
  background-color: rgba(0, 117, 128, 0.6);
}
.button_secondary:not(:disabled):active, .button_secondary:not(:disabled):focus {
  background-color: #0092A0;
}
.button_third {
  border-radius: 6px;
  background-color: #FFF1E6;
  color: #FF6E00;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_third:hover {
  background-color: #FFEBDC;
}
.button_fourth {
  border-radius: 6px;
  background-color: #E1F4F5;
  color: #009AA6;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_fourth:not(:disabled):hover {
  background-color: #C3E9EC;
}
.button_fourth:not(:disabled):active, .button_fourth:not(:disabled):focus {
  background-color: #009AA6;
  color: #ffffff;
}
.button_border-primary {
  border-radius: 6px;
  border: 1px solid #FF6E00;
  color: #FF6E00;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_border-primary:not(:disabled):hover {
  color: #FF8C00;
  border-color: #FF8C00;
}
.button_border-secondary {
  border-radius: 6px;
  border: 1px solid #009AA6;
  color: #009AA6;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button_border-secondary:not(:disabled):hover {
  color: rgba(0, 117, 128, 0.6);
  border-color: rgba(0, 117, 128, 0.6);
}
.button__icon {
  display: block;
}
.button__text {
  display: block;
}
.button__text_underline {
  text-decoration: underline;
}
.button:disabled {
  background-color: #959595;
  color: #ffffff;
  border-color: #959595;
}
.button:hover .button__text {
  text-decoration: none;
}
.button_xl {
  height: 56px;
}
.button_lg {
  height: 48px;
}
.button_md {
  height: 40px;
}
.button_sm {
  height: 36px;
}
.button_xs {
  height: 24px;
}
@media (max-width: 768px) {
  .button_xl {
    height: 48px;
  }
  .button_lg {
    height: 40px;
  }
  .button_md {
    height: 36px;
  }
}
@media (max-width: 576px) {
  .button_sm-simple {
    height: auto;
  }
}

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_primary {
  background-color: #FF6E00;
  color: #ffffff;
}
@media (hover: hover) {
  .btn_primary:hover {
    background-color: #FF9E54;
  }
}
.btn_primary:disabled {
  background-color: #858D9D;
  color: #F0F1F3;
}
.btn_primary-soft {
  background-color: #FFF9F4;
  border: 1px solid #FF6E00;
  color: #FF6E00;
}
@media (hover: hover) {
  .btn_primary-soft:hover {
    background-color: #E46C11;
    color: #ffffff;
    border-color: #E46C11;
  }
}
.btn_stroke-primary {
  border: 1px solid #FF6E00;
  color: #FF6E00;
}
@media (hover: hover) {
  .btn_stroke-primary:hover {
    color: #FF9E54;
    border-color: #FF9E54;
  }
}
.btn_stroke-primary.is-active {
  color: #ffffff;
  background-color: #E46C11;
  border-color: #E46C11;
}
.btn_dark-soft {
  background-color: #F0F1F3;
  color: #1B2037;
}
@media (hover: hover) {
  .btn_dark-soft:hover {
    background-color: #242A46;
    color: #ffffff;
  }
}
.btn_dark-soft:disabled {
  background-color: #FAFAFA;
  color: #F0F1F3;
}
.btn_stroke-dark-soft {
  border: 1px solid #E0E2E7;
  color: #1C1C1C;
}
@media (hover: hover) {
  .btn_stroke-dark-soft:hover {
    border-color: #242A46;
    background-color: #242A46;
    color: #ffffff;
  }
}
.btn_stroke-dark-soft.is-active {
  border-color: #242A46;
  background-color: #242A46;
  color: #ffffff;
}
.btn_stroke-dark {
  border: 1px solid #151A2D;
  color: #1B2037;
}
@media (hover: hover) {
  .btn_stroke-dark:hover {
    color: #ffffff;
    background-color: #242A46;
  }
}
.btn_stroke-bottom-dark-soft {
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E2E7;
  color: #858D9D;
}
@media (hover: hover) {
  .btn_stroke-bottom-dark-soft:hover {
    color: #1B2037;
  }
}
.btn_fill-tertiary {
  color: #009AA6;
  background-color: #F5FEFF;
  border: 1px solid #CEF2F5;
}
@media (hover: hover) {
  .btn_fill-tertiary:hover {
    color: #ffffff;
    background-color: #009AA6;
    border-color: #009AA6;
  }
}
.btn_secondary {
  background-color: #009AA6;
  color: #ffffff;
}
@media (hover: hover) {
  .btn_secondary:hover {
    background-color: #11919B;
  }
}
.btn_fill-tertiary-dark {
  color: #1B2037;
  background-color: #F5FEFF;
  border: 1px solid #151A2D;
}
@media (hover: hover) {
  .btn_fill-tertiary-dark:hover {
    color: #ffffff;
    background-color: #009AA6;
    border-color: #009AA6;
  }
}
.btn_stroke-tertiary-soft {
  color: #009AA6;
  background-color: #ffffff;
  border: 1px solid #CEF2F5;
}
@media (hover: hover) {
  .btn_stroke-tertiary-soft:hover {
    color: #009AA6;
    background-color: #F5FEFF;
  }
}
.btn.color-dark:disabled {
  color: #F0F1F3;
}
.btn_toggle {
  width: 48px;
  height: 47px;
  background-color: #ffffff;
}
.btn_toggle.is-active {
  background-color: #F0F1F3;
}
.btn_sm {
  height: 28px;
}
.btn_md {
  height: 40px;
}
.btn_mbl {
  height: 48px;
}
.btn_lg {
  height: 52px;
}
.btn_xl {
  height: 64px;
}
.btn_px-lg {
  padding-left: 48px;
  padding-right: 48px;
}
.btn_px-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.btn:disabled {
  cursor: default;
}
@media (max-width: 768px) {
  .btn_lg {
    height: 44px;
  }
  .btn_xl {
    height: 52px;
  }
  .btn_px-lg {
    padding-left: 32px;
    padding-right: 32px;
  }
  .btn_stroke-bottom-dark-soft {
    border: 1px solid #E0E2E7;
    padding: 0 12px;
    height: 48px;
    border-radius: 8px;
    background-color: #ffffff;
  }
  .btn_stroke-bottom-dark-soft.is-active .btn__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 768px) and (hover: hover) {
  .btn_stroke-bottom-dark-soft:hover {
    color: #1B2037;
  }
}

svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: inherit;
  fill: transparent;
  stroke: transparent;
}

.icon-8 {
  width: 8px;
  min-width: 8px;
  height: 8px;
}
.icon-12 {
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.icon-16 {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.icon-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.icon-24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.icon-28 {
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.icon-32 {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.icon-34 {
  width: 34px;
  min-width: 34px;
  height: 34px;
}
.icon-36 {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.icon-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.icon-full {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .icon-md-16 {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}

.text-dark {
  color: #1C1C1C;
}

.text-primary {
  color: #FF6E00;
}

.text-secondary {
  color: #009AA6;
}

.text-grey-light {
  color: #A6BDCA;
}

.text-grey-strong {
  color: #959595;
}

.text-white {
  color: #ffffff;
}

.text-error {
  color: #FF6256;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-grey-strong {
  background-color: #959595;
}

.bg-grey-light {
  background-color: #A6BDCA;
}

.bg-dark {
  background-color: #1C1C1C;
}

.bg-primary {
  background-color: #FF6E00;
}

.bg-third {
  background-color: #FFF1E6;
}

.bg-fourth {
  background-color: #E1F4F5;
}

.bg-secondary-light {
  background-color: #EAF4F4;
}

.bg-secondary-lighter {
  background-color: #F0FCFD;
}

.bg-third-hover {
  background-color: #FFEBDC;
}

.bg-grey-disable {
  background-color: #E9E9E9;
}

.bg-fill-surface {
  background-color: #FAFAFA;
}

.bg-fill-warning-soft {
  background-color: #FFFCF6;
}

.bg-fill-dark-soft {
  background-color: #F0F1F3;
}

.bg-fill-disabled {
  background-color: #FAFAFA;
}

.bg-hover-dark-soft {
  background-color: #E0E2E7;
}

.bg-fill-negative {
  background-color: #FF554A;
}

.bg-fill-tertiary-soft {
  background-color: #F5FEFF;
}

.bg-hover-negative-soft {
  background-color: #FFF1F0;
}

.bg-fill-positive-soft {
  background-color: #F4FCF7;
}

.bg-fill-positive {
  background-color: #23C965;
}

.bg-fill-tertiary {
  background-color: #009AA6;
}

.bg-fill-tertiary-dark {
  background-color: #DAF5F6;
}

.border-secondary {
  border: 1px solid #009AA6;
}

.border-primary {
  border: 1px solid #FF6E00;
}

.border-grey-light {
  border: 1px solid #A6BDCA;
}

.border-stroke-outermost {
  border: 1px solid #F0F1F3;
}

.border-bottom-stroke-outermost {
  border-bottom: 1px solid #F0F1F3;
}

.border-top-stroke-outermost {
  border-top: 1px solid #F0F1F3;
}

.border-right-text-gray {
  border-right: 1px solid #858D9D;
}

.border-stroke-dark-soft {
  border: 1px solid #E0E2E7;
}

.border-top-stroke-dark-soft {
  border-top: 1px solid #E0E2E7;
}

.border-bottom-stroke-dark-soft {
  border-bottom: 1px solid #E0E2E7;
}

.border-stroke-tertiary-soft {
  border: 1px solid #CEF2F5;
}

@media (max-width: 768px) {
  .text-md-dark {
    color: #1C1C1C;
  }
}
@media (max-width: 576px) {
  .bg-sm-transparent {
    background-color: transparent;
  }
}
.color-primary {
  color: #FF6E00;
}

.color-heading {
  color: #0E1223;
}

.color-gray {
  color: #858D9D;
}

.color-dark {
  color: #1B2037;
}

.color-warning {
  color: #FFC14A;
}

.color-tertiary {
  color: #009AA6;
}

.color-negative {
  color: #FF554A;
}

.color-positive {
  color: #23C965;
}

.color-caption-soft {
  color: #667085;
}

.color-gray-soft {
  color: #C2C6CE;
}

@media (max-width: 768px) {
  .bg-md-white {
    background-color: #ffffff;
  }
}
.hover-primary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-primary:hover {
    color: #FF6E00;
  }
}

.hover-secondary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-secondary:hover {
    color: #009AA6;
  }
}

.hover-primary-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-primary-hover:hover {
    color: #FF8C00;
  }
}

.hover-secondary-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-secondary-hover:hover {
    color: rgba(0, 117, 128, 0.6);
  }
}

@media (hover: hover) {
  .hover-white:hover {
    color: #ffffff;
  }
}

@media (hover: hover) {
  .hover-color-dark:hover {
    color: #242A46;
  }
}

@media (hover: hover) {
  .hover-color-gray:hover {
    color: #858D9D;
  }
}

@media (hover: hover) {
  .hover-color-hover-primary:hover {
    color: #E46C11;
  }
}

@media (hover: hover) {
  .hover-color-hover-tertiary:hover {
    color: #11919B;
  }
}

@media (hover: hover) {
  .hover-color-hover-gray:hover {
    color: #59647A;
  }
}

.active-rotate-180 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.active-rotate-180.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.active-move-down {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.active-move-down.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.active-move-right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.active-move-right.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 992px) {
  .lg-hidden-block {
    display: none;
  }
  .lg-hidden-block.is-active {
    display: block;
  }
}
@media (max-width: 768px) {
  .md-hidden-block {
    display: none;
  }
  .md-hidden-block.is-active {
    display: block;
  }
}
.hover-stroke-dark {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .hover-stroke-dark:hover {
    border-color: #151A2D;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex_baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.d-flex_middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.d-flex_bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.d-flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.d-flex_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .d-flex_xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .d-flex_lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex_lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d-flex_lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-flex_lg-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .d-flex_md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex_md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .d-flex_md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d-flex_md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .d-flex_md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-flex_md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-flex_md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 576px) {
  .d-flex_sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .d-flex_sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-flex_sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex_sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-flex_sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.h-100 {
  height: 100%;
}

@media (max-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .w-lg-100 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h-md-100 {
    height: 100%;
  }
  .h-md-auto {
    height: auto;
  }
  .w-md-100 {
    width: 100%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.scroll {
  scrollbar-width: thin;
  scrollbar-color: #FF6E00 transparent;
  -webkit-overflow-scrolling: touch;
}
.scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scroll::-webkit-scrollbar-track {
  background: transparent;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #FF6E00;
  border-radius: 4px;
  border: 0;
}
.scroll_y {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.scroll_x {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .scroll_md-reset {
    overflow: visible;
  }
  .scroll_md-scroll_y {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
  }
}

.scroll-invisible {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  -webkit-overflow-scrolling: touch;
}
.scroll-invisible::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scroll-invisible::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-invisible::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 0;
}

.popup.mfp-wrap {
  z-index: 1070;
}
.popup .mfp-container {
  padding: 0;
  bottom: 0;
  height: auto;
}
.popup.mfp-bg {
  background: #000000;
  opacity: 0.52;
}
.popup .mfp-close {
  display: none;
}
.popup__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.popup__wrapper_sm {
  max-width: 484px;
}
.popup__wrapper_lg {
  max-width: 983px;
}
@media (max-width: 768px) {
  .popup__wrapper_md-full {
    max-width: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .popup__down {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
    border-radius: 16px 16px 0px 0px;
    -webkit-box-shadow: 0px -4px 12px 0px rgba(28, 28, 28, 0.16);
            box-shadow: 0px -4px 12px 0px rgba(28, 28, 28, 0.16);
  }
  .popup__down.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .popup__top {
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #A6BDCA;
  }
}

.form-group {
  position: relative;
}
.form-group_icon-right .form-field {
  padding-right: 38px;
}
.form-group_icon-left .form-field {
  padding-left: 38px;
}
.form-group__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-group__icon_left {
  left: 16px;
}
.form-group__icon_right {
  right: 16px;
}
.form-group__icon_clear {
  opacity: 0;
  visibility: hidden;
}
.form-group__label {
  position: absolute;
  font-size: 14px;
  color: #858D9D;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  display: inline-block;
  z-index: 11;
  padding: 0 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  max-width: calc(100% - 24px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
  pointer-events: none;
}
.form-group__label.is-up {
  top: 0;
  font-size: 12px;
}
.form-group:focus-within .form-group__label {
  color: #FF6E00;
  top: 0;
  font-size: 12px;
}
.form-group.is-error {
  color: #FF554A;
}
.form-group.is-error .form-field {
  color: #FF554A;
  -webkit-box-shadow: 0px 0px 0px 3px #FFE2E0;
          box-shadow: 0px 0px 0px 3px #FFE2E0;
  border-color: #FFE2E0;
}
.form-group.is-complete {
  color: #23C965;
}
.form-group.is-complete .form-group__icon_clear {
  opacity: 1;
  visibility: visible;
}
.form-group_floating .form-field::-webkit-input-placeholder {
  opacity: 0;
}
.form-group_floating .form-field::-moz-placeholder {
  opacity: 0;
}
.form-group_floating .form-field:-ms-input-placeholder {
  opacity: 0;
}
.form-group_floating .form-field::-ms-input-placeholder {
  opacity: 0;
}
.form-group_floating .form-field::placeholder {
  opacity: 0;
}
.form-group label.error {
  color: #FF554A;
  padding-top: 4px;
  display: inline-block;
}

.form-field {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  color: #1B2037;
  height: 48px;
  border: 1px solid #E0E2E7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 16px;
  text-overflow: ellipsis;
}
.form-field::-webkit-input-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field::-moz-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field:-ms-input-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field::-ms-input-placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field::placeholder {
  color: #858D9D;
  opacity: 1;
}
.form-field_sm {
  height: 36px;
}
.form-field_text {
  padding: 16px 16px;
  resize: none;
  height: 160px;
}
.form-field_text-80 {
  height: 80px;
}
.form-field_text-48 {
  height: 48px;
}
.form-field:focus, .form-field:active {
  border-color: #FF6E00;
}
.form-field:disabled {
  background-color: #E9E9E9;
  color: #959595;
}
.form-field.alert, .form-field.is-error {
  -webkit-box-shadow: 0px 0px 0px 3px #FFE2E0;
          box-shadow: 0px 0px 0px 3px #FFE2E0;
  border-color: #FFE2E0;
}

.map_sm {
  height: 200px;
}
@media (max-width: 768px) {
  .map_md-full {
    height: 100%;
  }
}

.title-letter {
  width: 24px;
  height: 22px;
  background-image: url("/local/front2/styles/img/bg-title-letter.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 22px;
  text-align: center;
}

.param-button {
  position: relative;
}
.param-button__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.param-button__input:checked + .param-button__wrapper {
  border-color: #FF6E00;
  color: #FF6E00;
  background-color: #ffffff;
}
.param-button__input:disabled + .param-button__wrapper {
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #FAFAFA;
}
.param-button__wrapper {
  height: 48px;
  border: 1px solid #E0E2E7;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (hover: hover) {
  .param-button__wrapper:hover {
    border-color: #242A46;
    background-color: #242A46;
    color: #ffffff;
  }
}
.param-button__wrapper.is-reserve {
  border-color: #FFE9D9;
  background-color: #FFF9F4;
  color: #FF6E00;
}
@media (hover: hover) {
  .param-button__wrapper.is-reserve:hover {
    border-color: #E46C11;
    background-color: #E46C11;
    color: #ffffff;
  }
}
.param-button__message {
  bottom: 100%;
  left: 25%;
  -webkit-filter: drop-shadow(-3px 10px 32px rgba(28, 28, 28, 0.08));
          filter: drop-shadow(-3px 10px 32px rgba(28, 28, 28, 0.08));
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.param-button__message::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 16px;
}
.param-button:hover .param-button__message {
  opacity: 1;
  visibility: visible;
}

.calculator__button {
  background-color: #FFF1E6;
  color: #FF6E00;
}
.calculator__button:hover {
  background-color: #FF6E00;
  color: #ffffff;
}
.calculator__button.is-disabled {
  cursor: default;
  background-color: #F9F9F9;
  color: #A6BDCA;
}
.calculator__input {
  height: 32px;
  width: 36px;
  min-width: 36px;
  padding: 0 4px;
  text-align: center;
  border-color: #1C1C1C;
}

.form-select .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px 0 16px;
  border: 1px solid #959595;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: #1C1C1C;
}
.form-select .select2-container .select2-selection--single .select2-selection__rendered {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 0;
}
.form-select .select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url("/local/front2/styles/img/select-arrow.svg") no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: static;
}
.form-select .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.form-select .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form-select .select2-container--open .select2-selection--single {
  border-color: #009AA6;
  border-radius: 6px;
}
.form-select .select2-container--open.select2-container--below .select2-selection--single, .form-select .select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 6px;
}
.form-select .select2-selection__placeholder {
  color: #959595;
}
.form-select_sm .select2-container .select2-selection--single {
  height: 36px;
}
.form-select-dropdown {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(28, 28, 28, 0.16);
          box-shadow: 2px 2px 10px 0 rgba(28, 28, 28, 0.16);
  border-radius: 6px;
  border: none;
  font-size: 14px;
}
.form-select-dropdown .select2-results__options {
  margin-right: 0;
}
.form-select-dropdown .select2-results__option {
  padding: 4px 16px;
  color: #1C1C1C;
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-select-dropdown .select2-results__option:hover, .form-select-dropdown .select2-results__option.select2-results__option--selected, .form-select-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #F0FCFD;
  color: #1C1C1C;
}

.form-checkbox {
  display: inline-block;
}
.form-checkbox__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.form-checkbox__input:checked + .form-checkbox__wrapper .form-checkbox__icon {
  border-color: #1B2037;
  background-color: #1B2037;
}
.form-checkbox__input:checked + .form-checkbox__wrapper .form-checkbox__icon .form-checkbox__check {
  opacity: 1;
}
.form-checkbox__input:disabled + .form-checkbox__wrapper {
  cursor: default;
}
.form-checkbox__input:disabled + .form-checkbox__wrapper .form-checkbox__icon {
  border-color: #E0E2E7;
  background-color: #FAFAFA;
}
.form-checkbox__input:disabled + .form-checkbox__wrapper .form-checkbox__icon .form-checkbox__check {
  color: #F0F1F3;
}
.form-checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.form-checkbox__icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #858D9D;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}
.form-checkbox__check {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.label {
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label_primary {
  color: #FF6E00;
  background-color: #FFE9D9;
  border: 1px solid #FF6E00;
}
.label_tertiary {
  color: #009AA6;
  background-color: #F5FEFF;
  border: 1px solid #CEF2F5;
}
.label_lg {
  height: 28px;
}

.toggle-action {
  overflow: hidden;
}
.toggle-action__button {
  width: 48px;
  height: 46px;
}
.toggle-action__button.is-active {
  background-color: #F0F1F3;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1060;
  padding-left: 16px;
  padding-right: 16px;
}
.bottom-nav__link {
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
  border-left: 1px solid #ffffff;
}
.bottom-nav__link.is-active .bottom-nav__icon {
  color: #FF6E00;
}
.bottom-nav__link.is-active .bottom-nav__text {
  color: #1B2037;
}
.bottom-nav__link.is-active.bottom-nav__link_toggle {
  border-color: #F0F1F3;
}
.bottom-nav__text {
  color: #C2C6CE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
.bottom-nav__icon {
  color: #C2C6CE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom-nav__dropdown {
  left: 0;
  right: 0;
  bottom: 100%;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
}
@media (max-width: 450px) {
  .bottom-nav {
    padding-left: 4px;
    padding-right: 4px;
  }
  .bottom-nav__text {
    font-size: 10px;
  }
}

.place-item__metro {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
}

.header-city {
  position: relative;
}
.header-city__block {
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 1;
  width: 364px;
  display: none;
}
.header-city__wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
          box-shadow: 0px 10px 40px rgba(35, 96, 101, 0.2);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  position: relative;
}
.header-city__wrapper::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #ffffff transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
}
@media (max-width: 768px) {
  .header-city__block {
    position: fixed;
    top: auto;
    z-index: 1060;
    width: 100%;
    bottom: 68px;
    right: 0;
  }
  .header-city__wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 20px 20px 0 0;
    padding: 32px 16px;
  }
  .header-city__wrapper::after {
    display: none;
  }
}

.rating__button {
  display: block;
  color: #E9E9E9;
}
.rating__button.is-active {
  color: #FFC14A;
}
.rating__button.is-active ~ .rating__button {
  color: #FFC14A;
}
.rating__button_sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.rating__button_lg {
  width: 38px;
  min-width: 38px;
  height: 38px;
}
.rating_action .rating__button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .rating_action .rating__button:hover {
    color: #FFC14A;
  }
  .rating_action .rating__button:hover ~ .rating__button {
    color: #FFC14A;
  }
}
.rating_preview .rating__button {
  color: #FFC14A;
}
.rating_preview .rating__button:not(:first-child) {
  display: none;
}
@media (max-width: 576px) {
  .rating_sm-preview .rating__button {
    color: #FFC14A;
  }
  .rating_sm-preview .rating__button:not(:first-child) {
    display: none;
  }
}

.radio-time__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.radio-time__input:checked + .radio-time__wrapper {
  border-color: #F5FEFF;
  color: #ffffff;
  background-color: #009AA6;
  font-weight: 600;
}
.radio-time__input:disabled + .radio-time__wrapper {
  cursor: default;
  border-color: #E0E2E7;
  color: #858D9D;
  background-color: #FAFAFA;
  cursor: default;
}
.radio-time__wrapper {
  height: 36px;
  border: 1px solid #E0E2E7;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radio-time__wrapper:hover {
  background: #DAF5F6;
}

.preloader {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}
.preloader__block {
  -webkit-animation: container-rotate 1600ms linear infinite;
          animation: container-rotate 1600ms linear infinite;
}
.preloader__item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preloader__item_1 {
  border-color: #009AA6;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__item_2 {
  border-color: #FF6E00;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__item_3 {
  border-color: #009AA6;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__item_4 {
  border-color: #FF6E00;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__part {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.preloader__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
}
.preloader__inner_left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
  -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__inner_center {
  width: 1000%;
  left: -450%;
}
.preloader__inner_right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
          transform: rotate(-129deg);
  -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader__ticker {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.preloader_sm .preloader__block {
  height: 16px;
  width: 16px;
}
.preloader_sm .preloader__inner {
  border-width: 1px;
}
.preloader_md .preloader__block {
  height: 32px;
  width: 32px;
}
.preloader_md .preloader__inner {
  border-width: 1px;
}
.preloader_lg {
  background: rgba(255, 255, 255, 0.8);
}
.preloader_lg .preloader__block {
  height: 60px;
  width: 60px;
}
.preloader_lg .preloader__inner {
  border-width: 3px;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@-webkit-keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloading {
  position: relative;
  overflow: hidden;
}
.preloading::after {
  content: "";
  position: absolute;
  background-color: #F9F9F9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0.95;
}
.preloading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  background: #ffffff;
  -webkit-box-shadow: 6px 0 12px 4px #ffffff, -6px 0 12px 4px #ffffff;
          box-shadow: 6px 0 12px 4px #ffffff, -6px 0 12px 4px #ffffff;
  -webkit-animation: reflect-first 2s infinite;
          animation: reflect-first 2s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 101;
  opacity: 0.9;
}

@-webkit-keyframes reflect-first {
  0% {
    left: 0;
  }
  50% {
    left: 60%;
  }
  to {
    left: 110%;
  }
}

@keyframes reflect-first {
  0% {
    left: 0;
  }
  50% {
    left: 60%;
  }
  to {
    left: 110%;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/orteka_desktop/components/orteka/search.suggests/.default/style.css?169026987922*/
.none{display: none;}

/* End */


/* Start:/local/components/orteka/auth.mts/templates/.default/style.css?1722935189189*/
.enabled {
    cursor: pointer;
}

.enabled:focus {
    color: #009AA6;
}

.smart-captcha {
    margin-top: 10px;
}

.invalid-captcha {
    color: #FF6256;
}

.hidden {
    display: none;
}
/* End */


/* Start:/local/components/sberbank/sberbank.id/templates/.default/style.css?171265041540970*/
body .sbid-certificate-banner_overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    display: block;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

body .sbid-certificate-banner_overlay-web {
    align-items: center;
    display: flex;
    flex-direction: column
}

body .sbid-certificate-template {
    border-radius: 16px 16px 0 0;
    bottom: 0
}

body .sbid-certificate-template,
.sbid-certificate-template-web {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    position: absolute
}

body .sbid-certificate-template-web {
    border-radius: 16px;
    width: 520px
}

body .sbid-certificate-template-header {
    align-items: flex-start;
    display: flex;
    margin-bottom: 24px
}

body .sbid-certificate-template-title {
    color: #080808;
    font-family: SB Sans Text, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.019em;
    line-height: 20px
}

body .sbid-certificate-template-title-web {
    font-size: 22px;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 10px
}

body .sbid-certificate-template-title-indent-30 {
    margin-bottom: 30px
}

body .sbid-certificate-template-title-indent-20 {
    margin-bottom: 20px
}

body .sbid-certificate-template-title-indent-10 {
    margin-bottom: 10px
}

body .sbid-certificate-template-browser-list-web {
    display: flex;
    justify-content: space-between
}

body .sbid-certificate-template-title-description-text {
    color: rgba(8, 8, 8, .5);
    font-family: SB Sans Interface, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

body .sbid-certificate-template-close {
    background: rgba(8, 8, 8, .02);
    border-radius: 8px;
    cursor: pointer;
    height: 32px;
    margin-left: 15px;
    width: 32px
}

body .sbid-certificate-template-link {
    align-items: center;
    background: rgba(8, 8, 8, .06);
    border-radius: 12px;
    color: #080808;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: SB Sans Text, sans-serif;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    padding: 12px 18px;
    text-decoration: none
}

body .sbid-certificate-template-open-in-browser {
    align-items: center;
    background: rgba(8, 8, 8, .02);
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
    padding: 12px
}

body .sbid-certificate-template-open-in-browser-label {
    color: #080808;
    flex-grow: 1;
    font-family: SB Sans Text, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.019em;
    line-height: 20px;
    margin: 0 8px
}

body .sbid-certificate-template-icon {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 64px;
    justify-content: center;
    width: 64px
}

body .sbid-certificate-template-second-browser {
    margin-left: 10px;
    width: 50%
}

body .sbid-certificate-template-icon-wrap {
    background-size: 100%;
    height: 48px;
    width: 48px
}

body .sbid-certificate-template-icon-ya {
    background-image: url("data:image/png;base64,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")
}

body .sbid-certificate-template-icon-atom {
    background-image: url("data:image/png;base64,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")
}

body .sbid-certificate-template-divider {
    display: block;
    padding: 20px 0;
    position: relative;
    text-align: center
}

body .sbid-certificate-template-divider:before {
    background-color: rgba(8, 8, 8, .1);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1
}

body .sbid-certificate-template-divider-label {
    background-color: #f8f8f8;
    color: rgba(8, 8, 8, .5);
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    position: relative;
    z-index: 2
}

body .sbid-certificate-template-step-link-container {
    align-items: center;
    background: rgba(8, 8, 8, .02);
    border-radius: 16px;
    display: flex;
    padding: 12px
}

body .sbid-certificate-template-step-link-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

body .sbid-certificate-template-step-link-label {
    color: rgba(8, 8, 8, .5);
    font-family: SB Sans Text, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin: 0 8px
}

body .sbid-certificate-template-link-input {
    border: none
}

body .sbid-certificate-template-step-link-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body .sbid-certificate-template-cursor-pointer {
    cursor: pointer
}

body .sbid-certificate-template-copy-hint {
    height: 14px
}

body .sbid-certificate-template-color-success {
    color: #21a038;
    color: var(--sbid-bg-color)
}

body .sbid-certificate-template-color-error {
    color: #de4a30
}

:root {
    --sbid-mobile-width: 768px
}

body .sbid-notification-banner {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(45, 73, 88, .15);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    font-family: SB Sans, Roboto, sans-serif;
    min-width: 320px;
    opacity: 0;
    padding: 20px;
    position: fixed;
    width: auto
}

@media (max-width:var(--sbid-mobile-width)) {
    .sbid-notification-banner {
        border-radius: 0;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%
    }
}

body .sbid-notification-banner__label {
    color: #767676;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 16px
}

body .sbid-notification-banner__close {
    color: #767676;
    cursor: pointer;
    display: flex;
    font-size: 0;
    line-height: 12px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px
}

body .sbid-notification-banner--show {
    display: flex
}

body .sbid-check-button-container {
    left: -9999px;
    position: fixed
}

body .sbid-button {
    fill: #fff;
    fill: var(--sbid-fill-color);
    align-items: center;
    background-color: #21a038;
    background-color: var(--sbid-bg-color);
    border: 1px solid #21a038;
    border: var(--sbid-brd-width) var(--sbid-brd-style) var(--sbid-brd-color);
    border-radius: 4px;
    border-radius: var(--sbid-brd-radius);
    color: #fff;
    color: var(--sbid-text-color);
    cursor: pointer;
    display: inline-flex;
    display: var(--sbid-button-display);
    font-size: 14px;
    font-size: var(--sbid-font-size);
    height: 48px;
    height: var(--sbid-height);
    justify-content: center;
    line-height: 18px;
    line-height: var(--sbid-line-height);
    max-height: 64px;
    min-height: 28px;
    padding: 14px 39px;
    padding: var(--sbid-padding);
    position: relative;
    text-decoration: none
}

body .sbid-button:focus,
.sbid-button:hover {
    background-color: #1a802d;
    background-color: var(--sbid-bg-color-hover);
    border-color: #1a802d;
    border-color: var(--sbid-brd-color-hover)
}

body .sbid-button:active {
    background-color: #156624;
    background-color: var(--sbid-bg-color-active);
    border-color: #156624;
    border-color: var(--sbid-brd-color-active)
}

body .sbid-button[disabled=disabled] {
    cursor: not-allowed
}

body .sbid-button__logo {
    height: 22px;
    height: var(--sbid-logo-size);
    min-height: 22px;
    min-height: var(--sbid-logo-size);
    min-width: 22px;
    min-width: var(--sbid-logo-size);
    width: 22px;
    width: var(--sbid-logo-size)
}

body .sbid-button__logo svg {
    height: 100%;
    width: 100%
}

body .sbid-button__logo+.sbid-button__text {
    margin-left: 8px
}

body .sbid-button__text {
    font-family: SB Sans, Roboto, San Francisco, sans-serif;
    font-family: var(--sbid-font-family);
    font-size: 14px;
    font-size: var(--sbid-font-size);
    font-weight: 400;
    font-weight: var(--sbid-font-weight);
    text-decoration: none
}

body .sbid-button-loader {
    align-items: center;
    background-color: #21a038;
    background-color: var(--sbid-bg-color);
    border-radius: 4px;
    border-radius: var(--sbid-brd-radius);
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

body .sbid-button-loader svg {
    height: 60%;
    max-height: 36px;
    min-height: 22px
}

body .sbid-button-loader--show {
    display: flex
}

body .sbid-button-change-user {
    align-items: center;
    border-radius: 0 4px 4px 0;
    border-radius: 0 var(--sbid-brd-radius) var(--sbid-brd-radius) 0;
    display: none;
    height: 100%;
    height: calc(100% + 2px);
    height: calc(100% + var(--sbid-brd-width)*2);
    justify-content: center;
    max-width: 32px;
    position: absolute;
    right: -1px;
    right: calc(var(--sbid-brd-width)*-1);
    top: -1px;
    top: calc(var(--sbid-brd-width)*-1);
    width: 26px
}

body .sbid-button-change-user:hover {
    background-color: rgba(0, 0, 0, .15)
}

body .sbid-button-change-user__popup {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(45, 73, 88, .15);
    color: #000014;
    display: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    padding: 15px 30px;
    position: absolute;
    top: calc(100% - 10px);
    white-space: nowrap;
    z-index: 1
}

body .sbid-notification-banner .sbid-button-change-user__popup {
    bottom: calc(100% - 10px);
    right: 0;
    top: auto
}

body .sbid-button-change-user__popup--mobile {
    bottom: calc(100% - 10px);
    right: 0
}

body .sbid-button-change-user[data-stage=popup] .sbid-button-change-user__popup {
    display: block
}

body .sbid-button[data-personalization=true] .sbid-button-change-user {
    display: flex
}

body .sbid-button .sbid-button__logo svg {
    fill: #fff;
    fill: var(--sbid-fill-color)
}

body .sbid-button-change-user__error {
    color: #de4a30;
    display: block;
    font-family: SB Sans Interface, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
    width: 100%
}

:root {
    --sbid-bg-color: #21a038;
    --sbid-bg-color-hover: #1a802d;
    --sbid-bg-color-active: #156624;
    --sbid-brd-width: 1px;
    --sbid-brd-style: solid;
    --sbid-brd-radius: 4px;
    --sbid-brd-color: #21a038;
    --sbid-brd-color-hover: #1a802d;
    --sbid-brd-color-active: #156624;
    --sbid-text-color: #fff;
    --sbid-fill-color: #fff;
    --sbid-font-family: "SB Sans", "Roboto", "San Francisco", sans-serif;
    --sbid-font-weight: 400;
    --sbid-padding: 14px 39px;
    --sbid-font-size: 14px;
    --sbid-line-height: 18px;
    --sbid-height: 48px;
    --sbid-button-display: inline-flex;
    --sbid-logo-size: 22px
}

@font-face {
    font-display: swap;
    font-family: SB Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/e8d9ecc3.eot);
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/e8d9ecc3.eot?#iefix) format("embedded-opentype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/22e87e1f.woff2) format("woff2"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/f3da03ca.woff) format("woff"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/1a5d29b2.ttf) format("truetype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/db1a9809.svg#SBSansInterface-Regular) format("svg")
}

@font-face {
    font-display: swap;
    font-family: SB Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/75bbe5ee.eot);
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/75bbe5ee.eot?#iefix) format("embedded-opentype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/a1cf4b65.woff2) format("woff2"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/3fdc4462.woff) format("woff"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/a630f33.ttf) format("truetype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/61991fed.svg#SBSansInterface-Bold) format("svg")
}

@font-face {
    font-display: swap;
    font-family: SB Sans;
    font-style: normal;
    font-weight: 300;
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/76eb5532.eot);
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/76eb5532.eot?#iefix) format("embedded-opentype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/dc5b2937.woff2) format("woff2"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/a67bfa7e.woff) format("woff"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/c058370f.ttf) format("truetype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/12a84715.svg#SBSansInterface-Light) format("svg")
}

@font-face {
    font-display: swap;
    font-family: SB Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/23876c35.eot);
    src: url(/local/components/sberbank/sberbank.id/templates/.default/fonts/23876c35.eot?#iefix) format("embedded-opentype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/333d082f.woff2) format("woff2"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/c28d612b.woff) format("woff"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/f487fa93.ttf) format("truetype"), url(/local/components/sberbank/sberbank.id/templates/.default/fonts/8b934dc2.svg#SBSansInterface-Semibold) format("svg")
}
/* End */


/* Start:/local/components/orteka/menu.catalog/templates/.default/style.css?17326078483586*/
.main-nav {
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 16px 18px 0px rgba(0, 0, 0, 0.06);
    background: #F0F1F3;
    border-radius: 4px;
    line-height: 1.5;
    z-index: 1200;
}
.main-nav__menu {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: calc(100vh - 182px);
    overflow-y: auto;
    overflow-x: visible;
}
.main-nav__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}
.main-nav__menu-link:hover, .main-nav__menu-link.active {
    color: #FF6E00;
    background-color: #ffffff;
}
.main-nav__submenu {
    padding: 0 24px 24px;
}
.main-nav__submenu-item:not:nth-child(4n) {
    border-right: 1px solid #E0E2E7;
}
.main-nav__submenu-list {
    list-style: none;
}
.main-nav__submenu-list li:not(:first-child) {
    margin-top: 8px;
}
.main-nav__wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: calc(100% - 300px);
    left: 300px;
    top: 0;
    height: 100%;
    transition: .3s;
    overflow-y: auto;
}

.menu__show-all {
    color: #858D9D;

}

.--open-menu {
    opacity: 1;
    visibility: visible;
}

.burger-menu-close {
    display: none;
}

.button-menu.is-active .burger-menu {
    display: none;
}

.button-menu.is-active .burger-menu-close {
    display: block;
}

.submenu-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (hover: hover) {
    .main-nav__submenu-link:hover {
        font-weight: 500;
        color: #151A2D;
    }
}

@media (min-width: 992.1px) {
    .main-nav__menu-section-wrap:hover .main-nav__wrapper {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 1100px) {
    .main-nav__menu {
        max-height: calc(100vh - 106px);
    }
}
@media (max-width: 1200px) {
    .main-nav__menu {
        width: 240px;
    }
    .main-nav__wrapper {
        width: calc(100% - 240px);
        left: 240px;
    }
    .main-nav__menu-link {
        padding: 8px 16px;
    }
    .main-nav__submenu {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 4px;
    }
}
@media (max-width: 992px) {
    .submenu-wrap {
        grid-template-columns: 1fr;
    }
    .main-nav {
        background-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-nav__menu {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 148px;
        height: calc(100vh - 160px);
        max-height: none;
    }
    .main-nav__menu-link:not(:first-child) {
        margin-top: 8px;
    }
    .main-nav__wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
    }
    .main-nav__submenu {
        padding: 20px 16px 148px;
    }
    .main-nav__submenu-item {
        padding: 0;
    }
    .main-nav__submenu-item:not:nth-child(4n) {
        border-left: none;
    }
    .main-nav__submenu-list li:not(:first-child) {
        margin-top: 16px;
    }

    .main-nav__wrapper {
        left: 0;
        width: 100%;
    }
    .main-nav__submenu-block {
        overflow: hidden;
        max-height: 0;
        transition: 0.5s;
    }
    .main-nav__submenu-block.is-active {
        max-height: 50000px;
    }
    .main-nav__submenu-icon {
        transition: 0.3s;
    }
    .main-nav__submenu-button.is-active .main-nav__submenu-icon {
        transform: rotate(90deg);
    }
}
/* End */


/* Start:/local/templates/orteka_desktop/template_styles.css?1649342236820*/
.b-card__tag_delivery {
    background-color: #13B579;
}

.footer-title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 4px;
    display: inline-block;
}

.schema {
    display: none;
}

.h2 {
    color: #0099A5;
    font-family: 'ms700', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3
}

.grecaptcha-badge {
    display: none;
}

.landing-sorting__row {
    justify-content: space-evenly;
}

.logo-anchor {
    display: none;
}


.g-page-anchors li {
    display: inline-block;
    list-style: none;
    border: 1px solid #A6A6A6;
    padding-left: 0.4em;
    border-radius: 8px;

}

.g-page-anchors li::after {
    content: ">";
    display: inline-block;
    margin: 0 8px;
}

.g-page-anchors {
    margin-bottom: 2em;
}

html {
    scroll-padding-top: 120px;
}
/* End */
/* /local/templates/orteka_desktop/vendor/css/magnific-popup.css?15967961986951 */
/* /local/templates/orteka_desktop/vendor/css/easy-autocomplete.min.css?15967961988225 */
/* /local/templates/orteka_desktop/vendor/css/slick.css?15967961981776 */
/* /local/templates/orteka_desktop/vendor/css/jquery.formstyler.css?15967961982175 */
/* /local/templates/orteka_desktop/vendor/css/swiper-bundle.min.css?165579690815563 */
/* /local/templates/orteka_desktop/global/css/desktop-global.css?1748430690164224 */
/* /local/templates/orteka_desktop/global/b-preloader/b-preloader.css?16977038293537 */
/* /local/templates/orteka_desktop/global/b-select/b-select.css?16789570501924 */
/* /local/templates/orteka_desktop/global/b-breadcrumbs/b-breadcrumbs.css?1615456255708 */
/* /local/templates/orteka_desktop/global/b-mkt-calc/calculator.css?1732607848491 */
/* /local/templates/orteka_desktop/global/b-tooltip/b-tooltip.css?16540096583269 */
/* /local/templates/orteka_desktop/global/b-info/b-info.css?174161123310811 */
/* /local/templates/orteka_desktop/vendor/css/select2.min.css?163664123315823 */
/* /local/templates/orteka_desktop/global/b-select/b-select2.css?17416112333973 */
/* /local/templates/orteka_desktop/vendor/css/datepicker.min.css?163117190612266 */
/* /local/templates/orteka_desktop/global/b-datepicker/b-datepicker.css?15987006731684 */
/* /local/templates/orteka_desktop/global/css/desktop-fonts.css?16340496552787 */
/* /local/templates/orteka_desktop/components/bitrix/sale.basket.basket.line/dropdown/style.css?17326078483176 */
/* /local/templates/orteka_desktop/vendor/css/jquery.mCustomScrollbar.min.css?163065987142839 */
/* /local/templates/orteka_desktop/global/b-image-link/b-image-link.css?16661771485020 */
/* /local/components/orteka/wishlist.top.line/templates/.default/style.css?16154562571065 */
/* /local/components/orteka/pickuppoints.map/templates/user-addresses/style.css?1748270685585 */
/* /local/front2/styles/style.css?174833708663066 */
/* /local/templates/orteka_desktop/components/orteka/search.suggests/.default/style.css?169026987922 */
/* /local/components/orteka/auth.mts/templates/.default/style.css?1722935189189 */
/* /local/components/sberbank/sberbank.id/templates/.default/style.css?171265041540970 */
/* /local/components/orteka/menu.catalog/templates/.default/style.css?17326078483586 */
/* /local/templates/orteka_desktop/template_styles.css?1649342236820 */
