

/* Start:/bitrix/templates/common/css/fonts.css?17557616571718*/
/** Generated by FG **/
@font-face {
	font-family: 'GM';
	src: url('/bitrix/templates/common/css/../fonts/Geometria-Medium.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/Geometria-Medium.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/Geometria-Medium.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/Geometria-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'G';
	src: url('/bitrix/templates/common/css/../fonts/Geometria.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/Geometria.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/Geometria.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/Geometria.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GB';
	src: url('/bitrix/templates/common/css/../fonts/Geometria-Bold.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/Geometria-Bold.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/Geometria-Bold.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/Geometria-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S';
	src: url('/bitrix/templates/common/css/../fonts/SegoeUI.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/SegoeUI.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/SegoeUI.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/SegoeUI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SB';
	src: url('/bitrix/templates/common/css/../fonts/segoeuib.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/segoeuib.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/segoeuib.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/segoeuib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SSB';
	src: url('/bitrix/templates/common/css/../fonts/seguisb.eot');
	src: local('☺'), url('/bitrix/templates/common/css/../fonts/seguisb.woff') format('woff'), url('/bitrix/templates/common/css/../fonts/seguisb.ttf') format('truetype'), url('/bitrix/templates/common/css/../fonts/seguisb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* End */


/* Start:/bitrix/templates/common/css/buscroll.css?1755761657633*/
.scroll_ob{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

.scroll{
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -17px;
	-webkit-overflow-scrolling: touch;
}

.scroll_content{
	overflow:hidden;
}

.scroll_track{
	position:absolute;
	width:5px;
	height:100%;
	right:0;
	top:0;
	z-index:2;
}

.scroll_hand{
	position:absolute;	
	left:0;
	width:100%;
	background:#3493BD;
	min-height:10%;
	cursor:pointer;	
}

.scroll_hand.btop{
	top:0%;
}

.scroll_hand.bbot{
	bottom:0%;
}

.noscroll .scroll_track{
	display:none;
}
/* End */


/* Start:/bitrix/templates/common/css/slick.css?17557616571783*/
/* 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:/bitrix/templates/common/css/jquery.formstyler.css?17557616572175*/
.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:/bitrix/templates/common/css/ion.rangeSlider.css?175576165713296*/
/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* End */


/* Start:/bitrix/templates/common/css/style.css?175576165773418*/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	line-height:1.2em;
	outline:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*::before,*::after{
	box-sizing:border-box;
}

img{
	vertical-align:top;
}

input,textarea{
	font-family: "SSB";
	font-size:16px;
}

textarea{
	overflow: auto;
}

input[type="text"]::placeholder{
	color:#000;
}

body {
	font-size:16px;
	font-family:"S";
}

body.act{
	overflow:hidden;
	pointer-events:none;
	/*
	position:relative;
	height:100%;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	*/
}

.wrapper {
	width: 100%;
}

a{
	color:#0BA100;
}

a:hover{
	text-decoration:none;
}

ul:not(.slick-dots) li{
	margin-top:15px;
	display:flex;
}

ul:not(.slick-dots) li::before{
	content:"●";
	margin-right:12px;
	flex:0 0 auto;
	color:#0BA100;
}

ul:not(.slick-dots) li:nth-child(1){
	margin-top:0px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {

}

.header_in{
	width: 1734px;
	margin:0 auto;
	height:140px;
	position:relative;
	z-index:3;
}

.header_in_top{
	height:80px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.header_in_top_l{
	display:flex;
	align-items:center;
}

.header_in_top_r{
	display:flex;
	align-items:center;
}

.header_in_bot{
	height:60px;
	width:100%;
	display:flex;
	justify-content:space-between;
}

.logo{
	width:166px;
	height:40px;
	background:url("/bitrix/templates/common/css/../media/icons/logo_w.svg") left center no-repeat;
	background-size:contain;
	flex:0 0 auto;
}

.logo.logo_c{
	background:url("/bitrix/templates/common/css/../media/icons/logo.svg") left center no-repeat;
}

.header_menu_el{
	font-family:"SSB";
	font-size:16px;
	text-decoration:none;
	color:#000;
	margin-left:24px;
	position:relative;
}

.header_menu_el:nth-child(1){
	margin-left:0px;
}

.header_menu_el.act::after{
	position:absolute;
	content:"";
	height:2px;
	background:#000;
	width:100%;
	bottom:-4px;
	left:0;
}

.header_menu{
	margin-left:128px;
}

.header_user{
	min-width:146px;
    margin-left: 20px;
	display:flex;
	justify-content:flex-end;
}

.header_user a{
	font-family:"SSB";
	font-size:16px;
	text-decoration:none;
	color:#000;
	padding-left:24px;
	min-height:16px;
	background:url("/bitrix/templates/common/css/../media/icons/user.svg") left center no-repeat;
	background-size:contain;
	line-height:1em;
}

.header_user_search{
	width:17px;
	height:17px;
	background:url("/bitrix/templates/common/css/../media/icons/search_m.svg") center center no-repeat;
	display:none;
	margin-right:20px;
	cursor:pointer;
}

.header_phone{
	font-size:14px;
	padding-left:30px;
	min-height:18px;
	background:url("/bitrix/templates/common/css/../media/icons/phone.svg") left center no-repeat;
	background-size:18px 18px;
	display:flex;
	align-items:center;
}

.header_phone a{
	font-family:"SB";
	font-size:24px;
	color:#000;
	text-decoration:none;
	margin-right:8px;
}

.header_in_bot_l{
	display:flex;
}

.header_menu_b{
	width:264px;
	height:60px;
	position:relative;
	background:#0BA100 url("/bitrix/templates/common/css/../media/gradient.png") center center repeat-x;
	/*background:#0BA100;*/
	border-radius:30px;
	color:#fff;
	font-family:"GM";
	font-size:20px;
	display:flex;
	padding-left:60px;
	align-items:center;
	cursor:pointer;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
	transition:0.3s;
}

.header_menu_b:hover{
	background:#107a09;
}

.header_menu_b>div{
	position:absolute;
	width:16px;
	height:14px;
	left:26px;
	top:50%;
	margin-top:-7px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}


.header_menu_b>div>span{
	width:100%;
	height:2px;
	background:#fff;
}

.header_search{
	margin-left:30px;
	width:1146px;
	position:relative;
	height:60px;
}

.header_search input[type="text"]{
	width:100%;
	height:60px;
	border-radius:30px;
	border:none;
	padding:10px 66px 10px 22px;
}

.header_search.second input[type="text"]{
	background:#EFEFEF;
}

.header_search input[type="text"]::placeholder{
	color:#000;
}

.header_search input[type="submit"]{
	height:60px;
	width:44px;
	background:url("/bitrix/templates/common/css/../media/icons/search.svg") left center no-repeat;
	background-size:17px 15px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

.header_search::after,.header_fixed_search::after{
	content:"";
	width:34px;
	height:34px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	right:10px;
	background:url("/bitrix/templates/common/css/../media/auth_load_gr.svg") center center no-repeat;
	background-size:contain;
	pointer-events:none;
	display:none;
}

.header_search.act input[type="submit"],.header_fixed_search.act input[type="submit"]{
	display:none;
}

.header_search.act::after,.header_fixed_search.act::after{
	display:block;
}

.header_in_bot_r{
	display:flex;
	align-items:center;
}

.header_cart{
	display:flex;
	align-items:center;
	text-decoration:none;
}

.header_cart_count{
	color:#fff;
	height:30px;
	background:#0BA100;
	border-radius:13px;
	padding:0px 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:44px;
	line-height:1em;
}

.header_cart_basket{
	width:40px;
	height:40px;
	background:url("/bitrix/templates/common/css/../media/icons/cart_b.svg") left center no-repeat;
	background-size:contain;
	margin-right:12px;
}

.mp_banners{
	height:750px;
	margin-top:-140px;
	display:flex;
	transition:background 0.3s;
	position:relative;	
	overflow:hidden;
}

.mp_banners#y{
	background:#FFCC36;
}

.mp_banners#b{
	background:#7bb2ff;
}

.mp_banners_in{
	width: 1734px;
	margin:0 auto;
	height:100%;
}

.mp_banner{
	width: 100%;
	height:100%;
	padding-left:294px;
	display:flex;
	flex-direction:column;
	justify-content:center;	
	position:absolute;
	visibility:hidden;
	opacity:0;
	left:0;
	top:0;	
	color:#000;
	text-decoration:none;
}

.mp_banner.act{
	position:relative;
	opacity:1;
	visibility:visible;
}

.mp_banner_text{
	margin-top:40px;
	font-family:"G";
	font-size:24px;
	max-width:430px;
	transform:translateY(100px);
	opacity:0;
	visibility:hidden;
	transition:transform 0.5s, opacity 0.1s;
	position:relative;
	z-index:2;
}

.mp_banner.act .mp_banner_text{
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}

.mp_banner_title{
	font-family:"GM";
	font-size:50px;
	max-width:540px;
	transform:translateY(-100px);
	opacity:0;
	visibility:hidden;
	transition:transform 0.5s, opacity 0.1s;
	position:relative;
	z-index:2;
}

.mp_banner.act .mp_banner_title{
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}

.mp_banner_pic{
	width:970px;
	position:absolute;
	bottom:0px;
	right:100px;
	transform:translateX(200px);
	opacity:0;
	visibility:hidden;
	transition:transform 0.5s, opacity 0.1s;
}

.mp_banner.act .mp_banner_pic{
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}

.mp_banner_pic_2{
	width:1787px;
	position:absolute;
	bottom:20px;
	right:30px;
	transform:translateX(-50px);
	opacity:0;
	visibility:hidden;
	transition:transform 0.5s, opacity 0.1s;
}

.mp_banner.act .mp_banner_pic_2{
	transform:translateX(0);
	opacity:1;
	visibility:visible;
}

.mp_banner_pic img,.mp_banner_pic_2 img{
	width:100%;
}

.mp_banners_control{
	width:80px;
	height:40px;
	position:absolute;
	left:50%;
	margin-left:-40px;
	bottom:179px;
	display:flex;
	justify-content:space-between;
	z-index:2;
}

.mp_banners_control>div{
	width:40px;
	height:40px;
	cursor:pointer;
	background:url("/bitrix/templates/common/css/../media/icons/arrow_banner.svg") 15px 11px no-repeat;
	background-size:10px 18px;
}

.mp_banners_control_next{
	transform:rotate(180deg);
}

.mp_banners_control_next:hover{
	animation:arrow_next 0.3s;
}

.mp_banners_control_prev:hover{
	animation:arrow_prev 0.3s;
}

@keyframes arrow_next{
	0%{
		background-position:15px 11px;
	}
	50%{
		background-position:10px 11px;
	}
	100%{
		background-position:15px 11px;
	}	
}

@keyframes arrow_prev{
	0%{
		tbackground-position:15px 11px;
	}
	50%{
		background-position:10px 11px;
	}
	100%{
		background-position:15px 11px;
	}	
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	position:relative;
}

.content.second .content_in{
	padding-top:80px;
}

.content.second.catalog_section .content_in{
	padding-bottom:40px;
}

.content_in{
	width: 1734px;
	margin:0 auto;
	padding-bottom:100px;
}

.why{	
	margin-top:100px;
}

.why_title{
	text-align:center;
	font-family:"GM";
	font-size:48px;
}

.why_content{
	padding:0px 68px;
	margin-top:90px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.why_content_el_text{
	width:196px;
	font-family:"GM";
	font-size:19px;
}

.why_content_el_pic{
	width:98px;
	height:98px;
}

.why_content_el{
	width:362px;
	display:flex;
	align-items:center;
}


.why_content_el:nth-child(1) .why_content_el_pic{
	background:url("/bitrix/templates/common/css/../media/icons/why_1.svg") left center no-repeat;
	background-size:98px 98px;
}

.why_content_el:nth-child(2) .why_content_el_pic{
	background:url("/bitrix/templates/common/css/../media/icons/why_2.svg") left center no-repeat;
	background-size:98px 98px;
}

.why_content_el:nth-child(3) .why_content_el_pic{
	background:url("/bitrix/templates/common/css/../media/icons/why_3.svg") left center no-repeat;
	background-size:98px 98px;
}

.why_content_el:nth-child(4) .why_content_el_pic{
	background:url("/bitrix/templates/common/css/../media/icons/why_4.svg") left center no-repeat;
	background-size:98px 98px;
}

.mp_catalog{
	display:flex;
	flex-wrap:wrap;
	margin-top:-124px;
	align-items:flex-start;
}

.mp_catalog_el_ob{
	width:558px;
	height:248px;
	margin-top:30px;
	margin-left:30px;
	display:flex;
}

.mp_catalog_el{
	width:100%;
	height:100%;
	text-decoration:none;
	font-size:24px;
	font-family:"GM";
	display:flex;
	align-items:center;
	color:#000000;
	padding-left:68px;
	border-radius:8px;
	transition:background-color 0.3s;
	justify-content: space-between;
	overflow:hidden;
}

.mp_catalog_el img{
	height:100%;
}

.mp_catalog_el>div{
	width:196px;
}

.mp_catalog_el_ob:nth-child(-n+3){
	margin-top:0px;
}

.mp_catalog_el_ob:nth-child(3n+1){
	margin-left:0px;
}

.mp_catalog_el_ob:nth-child(1) .mp_catalog_el{
	background:#F4CF79;
}

.mp_catalog_el_ob:nth-child(1) .mp_catalog_el:hover{
	background-color:#CFAC59;
}

.mp_catalog_el_ob:nth-child(2) .mp_catalog_el{
	background:#F8BDC9;
}

.mp_catalog_el_ob:nth-child(2) .mp_catalog_el:hover{
	background-color:#E096A5;
}

.mp_catalog_el_ob:nth-child(3) .mp_catalog_el{
	background:#9FE3D8;
}

.mp_catalog_el_ob:nth-child(3) .mp_catalog_el:hover{
	background-color:#7BC7BA;
}

.mp_catalog_el_ob:nth-child(4) .mp_catalog_el{
	background:#FFB23E;
}

.mp_catalog_el_ob:nth-child(4) .mp_catalog_el:hover{
	background-color:#E8A033;
}

.mp_catalog_el_ob:nth-child(5) .mp_catalog_el{
	background:#7BB2FF;
}

.mp_catalog_el_ob:nth-child(5) .mp_catalog_el:hover{
	background-color:#5F92D9;
}

.mp_catalog_el_ob:nth-child(6) .mp_catalog_el{
	background:#80EE95;
}

.mp_catalog_el_ob:nth-child(6) .mp_catalog_el:hover{
	background-color:#6AD47D;
}

.mp_catalog_el_ob:nth-child(7) .mp_catalog_el{
	background:#797BA7;
}

.mp_catalog_el_ob:nth-child(7) .mp_catalog_el:hover{
	background-color:#686A96;
}

.mp_catalog_el_ob:nth-child(8) .mp_catalog_el{
	background:#C3CDFF;
}

.mp_catalog_el_ob:nth-child(8) .mp_catalog_el:hover{
	background-color:#9CA8E0;
}

.mp_catalog_el_ob:nth-child(9) .mp_catalog_el{
	background:#C7ACFF;
}

.mp_catalog_el_ob:nth-child(9) .mp_catalog_el:hover{
	background-color:#AF92E8;
}

.mp_sale{
	margin-top:150px;
}

.mp_sale_title{
	font-family:"GM";
	font-size:48px;
	text-align:center;
}

.mp_sale_content{
	margin-top:60px;
}

.mp_sale_content_el{
	width:264px;
	min-height:478px;
	display:flex !important;
	flex-direction:column;
	border:2px solid #E6E6E6;
	border-radius:8px;
	align-items:center;
	justify-content:space-between;
	padding:30px 25px;
	margin:0px 15px;
	position:relative;
	transition:border 0.3s, opacity 0.3s;
	opacity:1;
	visibility:visible;
}

.mp_sale_content_el.anim{
	opacity:0;
	visibility:hidden;
	transition:0s 0s;
}

.mp_sale_content_el:hover{
	border-color:#B2B2B2;
}

/*
.mp_sale_content_el:nth-child(1){
	margin-left:0px;
}
*/
.mp_sale_content_el_top_activities{
	display:flex;
	position:absolute;
    right: 15px;
    top: 10px;
}

.mp_sale_content_el_top{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
}

.mp_sale_content_el_top_sale{
	background:#FFCB35;
	color:#000;
	font-family:"GM";
	font-size:14px;
	border-radius:8px;
	padding:0px 8px 2px;
	line-height:1em;
}

.mp_sale_content_el_top_new{
	background:#0BA100;
	color:#fff;
	font-family:"GM";
	font-size:14px;
	border-radius:8px;
	padding:0px 8px 2px;
	margin-left:10px;
	line-height:1em;
}

.mp_sale_content_el_pic{
	width:180px;
	height:180px;
	background-image:url("/bitrix/templates/common/css/../media/icons/nophoto.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.mp_sale_content_el_prices{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.mp_sale_content_el_old_price{
	color:#7F7F7F;
	font-family:"G";
	position:relative;
	min-height:19px;
	margin-top:10px;
}

.mp_sale_content_el_old_price::after{
	content:"";
	position:absolute;
	height:1px;
	background:#808080;
	width:100%;
	left:0;
	top:50%;
}

.mp_sale_content_el_price{
	margin-top:10px;
	font-family:"GB";
	font-size:24px;
	padding:5px 10px;
}

.mp_sale_content_el_weight{
	font-family:"GB";
	font-size:14px;
	color:#0BA100;
	margin-top: 2px;
	min-height:16px;
}

.mp_sale_content_el_name{
	margin-top:20px;
	text-align:center;
	min-height:76px;
	text-decoration:none;
	color:#000;
}

.mp_sale_content_el_controls{
	height:50px;
	display:flex;
	background:#F3F3F3;
	border-radius: 8px;
	width: 100%;
	position:relative;
	align-items:center;
}

.mp_sale_content_el_controls_d{
	flex:0 0 32px;
	height:100%;
	background:#F3F3F3 url("/bitrix/templates/common/css/../media/icons/arrow_t.svg") center center no-repeat;
	background-size:10px 5px;
	border-radius: 8px 0px 0px 8px;
	cursor:pointer;
}

.mp_sale_content_el_controls_u{
	flex:0 0 32px;
	height:100%;
	background:#F3F3F3 url("/bitrix/templates/common/css/../media/icons/arrow_t.svg") center center no-repeat;
	background-size:10px 5px;
	cursor:pointer;
	transform:rotate(180deg);
}

.mp_sale_content_el_controls_i{
	/*flex:1 1;*/
	width:100%;
	background:#F3F3F3;
	border:none;
	text-align:right;
	/*padding:0px 5px;*/
	font-family:"SSB";
}

.mp_sale_content_el_controls_c{
	flex:1 1 100px;
	border-radius:8px;
	transition:0.3s;
	cursor:pointer;
	position:relative;
	background:#0BA100;
	z-index:3;
	height:100%;
}

.mp_sale_content_el_controls_c::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url("/bitrix/templates/common/css/../media/icons/cart_w.svg") center center no-repeat;
	background-size:25px 25px;
	opacity:1;
	visibility:visible;
}

.mp_sale_content_el_controls_c.act::before{
	opacity:0;
	visibility:hidden;
}


.mp_sale_content_el_controls_c::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url("/bitrix/templates/common/css/../media/auth_load_w.svg") center center no-repeat;
	background-size:40px 40px;
	opacity:0;
	visibility:hidden;
}

.mp_sale_content_el_controls_c.act::after{
	opacity:1;
	visibility:visible;
}

.mp_sale_content_el_controls_c:hover{
	background-color:#14820c;
}

.mp_sale_content_in{
	width:100%;
	display:flex;
}

.mp_sale_content_dots ul.slick-dots{
	margin-top:60px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.mp_sale_content_dots ul.slick-dots li button{
	width:10px;
	height:10px;
	border-radius:50%;
	margin:0px 12px;
	text-indent:-9999px;
	background:#B1B1B1;
	border:none;
	cursor:pointer;
}

.mp_sale_content_dots ul.slick-dots li.slick-active button{
	background:#FFCB35;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #44455C;
	color:#BFBFD2;
	position: relative;
}

.footer_in{
	width: 1734px;
	margin:0 auto;
	padding:50px 0px;
}

.footer_top{
	display:flex;
	flex-wrap:wrap;
}

.footer_col{
	width:264px;
	margin-left:30px;
}

.footer_col:nth-child(1){
	margin-left:0px;
}

.footer_col_2{
	width:558px;
	margin-left:30px;
}

.footer_title{
	font-size:24px;
	font-family:"GM";
	color:#FFCB35;
	margin-bottom:30px;
}

.footer_menu{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.footer_menu a{
	color:#BFBFD2;
	margin-top:20px;
	text-decoration:none;
	line-height:1.3em;
}

.footer_menu a:nth-child(1){
	margin-top:0;
}

.footer_contacts{
	display:flex;
	flex-direction:column;
}

.footer_contacts a{
	color:#BFBFD2;
	margin-top:20px;
	text-decoration:none;
	display:flex;
	flex-direction:column;
	line-height:1.3em;
}

.footer_contacts a span{
	line-height:1.3em;
}

.footer_contacts a:nth-child(1){
	margin-top:0;
}

.footer_contacts a span:nth-child(2){
	font-family:"GB";
	font-size:18px;
}

.footer_text{
	line-height:1.6em;
}

.footer_bot{
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	font-size:14px;
	align-items:flex-end;
}

.agreement{
	color:#FFCB35;
}

.umiks{
	color:#BFBFD2;
	text-decoration:none;
}

.umiks span{
	color:#FFCB35;
}

.soc{
	display:flex;
}

.soc a{
	width:28px;
	height:28px;
	margin-left:28px;
}

.soc a:nth-child(1){
	margin-left:0px;
}

.soc_vk{
	background:url("/bitrix/templates/common/css/../media/icons/soc_1.svg") center center no-repeat;
	background-size:contain;
}

.soc_i{
	background:url("/bitrix/templates/common/css/../media/icons/soc_2.svg") center center no-repeat;
	background-size:contain;
}

.soc_f{
	background:url("/bitrix/templates/common/css/../media/icons/soc_3.svg") center center no-repeat;
	background-size:contain;
}

.paysystem{
	display:flex;
	align-items:flex-end;
}

.paysystem>div{
	margin-left:28px;
}

.paysystem>div:nth-child(1){
	margin-left:0px;
}

.paysystem_v{
	width:40px;
	height:28px;
	background:url("/bitrix/templates/common/css/../media/icons/pay_1.svg") center center no-repeat;
	background-size:contain;
}

.paysystem_m{
	width:40px;
	height:28px;
	background:url("/bitrix/templates/common/css/../media/icons/pay_2.svg") center center no-repeat;
	background-size:contain;
}

.paysystem_w{
	width:26px;
	height:35px;
	background:url("/bitrix/templates/common/css/../media/icons/pay_3.svg") center center no-repeat;
	background-size:contain;
}

.footer_umiks{
	justify-content:flex-end;
	display:flex;
}

/****************************************/

.menu{
	position:fixed;
	display:flex;
	width:512px;
	height:100%;
	left:-100%;
	top:0;
	z-index:9999;
	/*transform:translateX(-100%);*/
	transition:0.3s;
}

.menu.act{
	/*transform:translateX(0%);*/
	left:0;
	pointer-events:auto;
}

.menu_l{
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#FFFFFF;
	position:absolute;
	display:flex;
	flex-direction:column;
	padding:30px 0px 40px 40px;
	z-index:2;
}

.menu_r{
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#F3F3F3;
	position:absolute;
	display:flex;
	flex-direction:column;
	padding:30px 0px 40px 40px;
	transform:translateX(0%);
	z-index:1;
	transition:0.3s;
}

.menu_r.act{
	transform:translateX(100%);
}

.menu_l_title{
	font-size:48px;
	font-family:"GM";
}

.menu_l_content{
	flex:1 1 100%;
	margin-top:60px;
}

.menu_el{
	margin-top:40px;
	display:flex;
	cursor:pointer;
}

.menu_el:nth-child(1){
	margin-top:0px;
}

.menu_el_n{
	color:#0BA100;
	font-size:16px;
	font-family:"GM";
	margin-right:15px;
	padding-top:8px;
}

.menu_el_t{
	font-size:24px;
	font-family:"GM";
	transition:0.3s;
}

.menu_el:hover .menu_el_t,.menu_el.act .menu_el_t{
	color:#0BA100;
}

.scroll_track{
	width:7px;
	background:#DDDDDD;
}

.scroll_hand{
	background:#C9C9C9;
}

.menu_l_in{
	padding-right:57px;
}

.menu_l_close{
	width:18px;
	height:18px;
	background:url("/bitrix/templates/common/css/../media/icons/close.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	right:40px;
	top:55px;	
	cursor:pointer;
	transition:0.3s;
}

.menu_l_close:hover{
	transform:rotate(90deg);
}

.menu_r_close{
	width:27px;
	height:18px;
	background:url("/bitrix/templates/common/css/../media/icons/arrow_back.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	right:40px;
	top:55px;	
	cursor:pointer;
}

.menu_r_close:hover{
	animation:arrow_back 0.3s;
}

@keyframes arrow_back{
	0%{
		transform:translateX(0px);
	}
	50%{
		transform:translateX(-5px);
	}
	100%{
		transform:translateX(0px);
	}	
}

.menu_r_content{
	flex:1 1 100%;
	margin-top:118px;
}

.menu_r_in{
	display:flex;
	flex-direction:column;
	padding-right:57px;
}

.menu_r_group{
	display:none;
	flex-direction:column;	
}

.menu_r_group.act{
	display:flex;
}

.menu_r_el{
	margin-top:40px;
	transition:0.3s;
	font-size:18px;
	text-decoration:none;
	color:#000;
}

.menu_r_el:nth-child(1){
	margin-top:0px;	
}

.menu_r_el:hover{
	color:#0BA100;
}

.shadow{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#43455B;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
	z-index:9999;
	pointer-events:none;
}

.shadow.act{
	opacity:0.8;
	visibility:visible;
	pointer-events:auto;
}

.mobile_search{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#FFCB35;	
	padding:78px 30px 30px 30px;
	display:flex;
	opacity:0;
	visibility:hidden;
	transition:0.3s;
	pointer-events:auto;
}

.mobile_search_close{
	position:absolute;
	width:18px;
	height:18px;
	top:30px;
	right:30px;
	background:url("/bitrix/templates/common/css/../media/icons/close.svg") center center no-repeat;
	cursor:pointer;
	transition:0.3s;
}

.mobile_search_close:hover{
	transform:rotate(90deg);
}

.mobile_search_form{	
	width:100%;
	height:100%;
}

h1{
	font-family:"GM";
	font-size:48px;
	margin-bottom:30px;
}

.breadcrumb{
	display:block;
	margin-bottom:60px;
}

.breadcrumb>*{
	font-size:18px;
	line-height:1.4em;
}

.breadcrumb a{
	color:#000;
	text-decoration:none;
}

.breadcrumb span{
	margin:0px 5px;
}

.breadcrumb div{
	color:#0BA100;
	display:inline;
}

.content_in_c{
	display:flex;
	width:100%;
}

.content_in_c_left{
	margin-right:30px;
	flex:0 0 264px;
}

.content_in_c_right{
	flex:1 1 auto;
	width:100%;
	max-width:1146px;
}

.help{
	display:flex;
	flex-direction:column;

}

.help_el{
	border:2px solid #E6E6E6;
	border-radius:8px;
	padding:30px;
	margin-top:15px;
	cursor:pointer;
	transition:0.3s;
}

.help_el.act,.help_el:hover{
	border-color:#B2B2B2;
}

.help_el:nth-child(1){
	margin-top:0px;
}

.help_el_title{
	font-size:24px;
	font-family:"G";
	padding-right:48px;
	position:relative;
}

.help_el_title::before{
	content:"";
	position:absolute;
	width:20px;
	height:2px;
	right:0px;
	top:15px;
	background:#000;
}

.help_el_title::after{
	content:"";
	position:absolute;
	width:2px;
	height:20px;
	right:9px;
	top:6px;
	background:#000;
	transition:0.3s;
}

.help_el.act .help_el_title::after{
	transform:rotate(90deg);
}

.help_el_content{
	padding:30px;
	background:#DBF1D9;
	border-radius:8px;
	font-size:18px;
	margin-top:35px;
}

.help_el_content_ob{
	height:0px;
	overflow:hidden;
	transition:0.3s;
}

.not_found{
	display:flex;
	align-items:center;
	padding:80px 60px;
	flex-direction:column;
	width:100%;
}

.nf404{
	width:100%;
	max-width:741px;
	right:-8%;
	position:relative;
	height:auto;
}

.not_found_title{
	margin-top:100px;
	font-size:48px;
	font-family:"GM";
	text-align:center;
	max-width:100%;
}

.not_found_text{
	margin-top:20px;
	font-size:24px;
	text-align:center;
	max-width:100%;
}

.ik_el,.pad_el{
	margin-top:55px;
}

.ik_el:nth-child(1),.pad_el:nth-child(1){
	margin-top:0px;
}


.ik_el_title,.pad_el_title{
	font-size:24px;
	font-family:"GM";
	margin-bottom:20px;
}

.ik_el_text,.pad_el_text{
	font-size:18px;
}

.ik_el_text_o,.pad_el_text_o{
	font-size:18px;
	text-align:center;
	max-width:950px;
	margin:0 auto;
}

.pad_el_anno{
	padding:30px;
	background:#DBF1D9;
	border-radius:8px;
	font-size:18px;
	margin-top:30px;
}

.pad_el_table{
	display:flex;
	flex-direction:column;
	width:100%;
	border-radius:8px;
	border:2px solid #DBF1D9;
	font-size:18px;
}

.pad_el_table_tr{
	display:flex;
	width:100%;
}

.pad_el_table_tr_td{
	flex:1 1 33.33%;
	padding:30px;
	display:flex;
}

.pad_el_table_tr:nth-child(1) .pad_el_table_tr_td{
	background:#DBF1D9;
	font-family:"GM";
	align-items:center;
}

.pad_el_table_tr .pad_el_table_tr_td:nth-child(2){
	text-align:center;
	justify-content:center;
}

.pad_el_table_tr .pad_el_table_tr_td:nth-child(3){
	text-align:center;
	justify-content:center;
}

.header_fixed{
	width:100%;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:50;
	box-shadow: 0 0px 30px rgba(0,0,0,0.2);
	top: -90px;
    transition: 0.3s;
	visibility: hidden;
    opacity: 0;
}

.header_fixed.act{
    position: fixed;
    top: 0%;
    visibility: visible;
    opacity: 1;
}

.header_fixed_in{
	display:flex;
	justify-content:space-between;
	width: 1734px;
	margin:0 auto;
	height:100%;
	align-items:center;
}

.header_fixed_menu_b{
	width:264px;
	height:60px;
	position:relative;
	background:#0BA100 url("/bitrix/templates/common/css/../media/gradient.png") center center repeat-x;
	border-radius:30px;
	color:#fff;
	font-family:"GM";
	font-size:20px;
	display:flex;
	padding-left:60px;
	align-items:center;
	cursor:pointer;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
	flex:0 0 auto;
	transition:0.3s;
}

.header_fixed_menu_b:hover{
	background:#107a09;
}

.header_fixed_menu_b>div{
	position:absolute;
	width:16px;
	height:14px;
	left:26px;
	top:50%;
	margin-top:-7px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.header_fixed_menu_b>div>span{
	width:100%;
	height:2px;
	background:#fff;
}

.header_fixed_search{
	margin-left:30px;
	width:1076px;
	position:relative;
	height:60px;
	flex:0 0 1076px;
}

.header_fixed_search input[type="text"]{
	width:100%;
	height:60px;
	border-radius:30px;
	border:none;
	padding:10px 66px 10px 22px;
	background:#EFEFEF;
}

.header_fixed_search input[type="text"]::placeholder{
	color:#000;
}

.header_fixed_search input[type="submit"]{
	height:60px;
	width:44px;
	background:url("/bitrix/templates/common/css/../media/icons/search.svg") left center no-repeat;
	background-size:17px 15px;
	border:none;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}

.header_cart_fixed{
	display:flex;
	align-items:center;
	text-decoration:none;
}

.header_fixed_search_m{
	width:17px;
	height:17px;
	background:url("/bitrix/templates/common/css/../media/icons/search_m.svg") center center no-repeat;
	display:none;
	cursor:pointer;
}

.header_fixed_l{
	display:flex;
	align-items:center;
	flex:1 1 auto;
}

.header_fixed_user{
	margin-left:50px;
}

.header_fixed_user a{
	display:flex;
	font-family:"SSB";
	font-size:16px;
	text-decoration:none;
	color:#000;
	padding-left:24px;
	min-height:16px;
	background:url("/bitrix/templates/common/css/../media/icons/user.svg") left center no-repeat;
	background-size:15px 16px;
}

.fixed_logo{
	display:none;
	height: 30px;
    width: 123px;
	background: url(/bitrix/templates/common/css/../media/icons/logo.svg) left center no-repeat;
	flex: 0 0 auto;
}

.not_found_in{
	height:100%;
	max-width:100%;
}

.cart{
	display:flex;
	width:100%;
	align-items: flex-start;
}

.cart_l{
	flex:1 1 100%;
	display:flex;
	flex-direction:column;
	border:2px solid #E6E6E6;
	border-radius:8px;
	min-height:164px;
}

.cart_r{
	flex: 0 0 460px;
	margin-left:30px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.cart_r_in{
	display:flex;
	flex-direction:column;
	background:#F7F7F7;
	padding:30px 68px;
	border-radius:8px;
	width:100%;
}

.cart_r_title{
	font-family:"GM";
	font-size:36px;
}

.cart_r_el{
	margin-top:30px;
	display:flex;
	align-items: baseline;
}

.cart_r_el_title{
	font-size:18px;
	order:1;
}

.cart_r_el_val{
	font-size:18px;
	font-family:"SB";
	order:3;
}

.cart_r_el::after{
	content:"";
	flex:1 1 auto;
	border-bottom:2px dotted #000;
	order:2;
	margin:0px 5px;
}

.cart_r_in>span{
	height:1px;
	background:#B8B8B8;
	margin:28px 0px;
}

.cart_r_total_title{
	font-size:18px;
	text-align:center;
}

.cart_r_total_val{
	margin-top:20px;
	color:#0BA100;
	font-size:36px;
	font-family:"SB";
	text-align:center;
}

.cart_r_sub{
	border:none;
	background:#0BA100;
	border-radius:8px;
	font-family:"GM";
	font-size:20px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	height:64px;
	margin-top:30px;
	cursor:pointer;
	transition:0.3s;
	text-decoration:none;
}

.cart_r_sub:hover{
	background:#107a09;
}

.cart_r_annotation{
	text-align:center;
	max-width:256px;
	color:#7F7F7F;
	font-size:12px;
	margin-top:30px;
}

.cart_l_el{
	display:flex;
	padding:10px 50px;
	align-items:center;
	border-top:2px solid #E6E6E6;
	position:relative;
	width:100%;
}

.cart_l_el.delete{
	transform:translateX(-200%);	
	height:0 !important;
	min-height:0;
	border:none;
	padding:0;
	overflow:hidden;
	transition:transform 0.5s 0s, height 0.4s 0.3s, padding 0.4s 0.3s, border 0.4s 0.3s, min-height 0.4s 0.3s;
}

.cart_l_el:nth-child(1),.cart_l_el.cart_el_first{
	border:0px solid #E6E6E6;	
}

.cart_el_first{
	transition:border 0.4s 0.3s;
}

.cart_l_el_pic{
	height:140px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	flex:0 0 140px;
	background-image:url("/bitrix/templates/common/css/../media/icons/nophoto.svg");
}

.cart_l_el_del{
	top:13px;
	right:15px;
	position:absolute;
	width:10px;
	height:10px;
	background:url("/bitrix/templates/common/css/../media/icons/close.svg") center center no-repeat;
	background-size:contain;
	cursor:pointer;
	transition:0.3s;
}

.cart_l_el_del:hover{
	transform:rotate(90deg);
}

.cart_l_el_name{
	font-size:18px;
	margin-left:104px;
	flex:0 0 264px;
}

.cart_l_el_wp{
    display: flex;
    flex: 0 0 209px;
	padding:0px 30px;
	justify-content:space-between;
}

.cart_l_el_weight{
	font-size:18px;
}

.cart_l_el_price{
	font-size:18px;
	font-family:"SB";
}

.cart_l_el_qua_ob{
	flex:0 0 224px;
	display:flex;
	justify-content:flex-end;
}

.cart_l_el_qua_ob_controls_dop{
	display:flex;
}

.cart_l_el_qua_ob_controls_dop_el{
	margin-left:5px;
	padding:0px 8px;
	height:50px;
	display:flex;
	align-items:center;
	background:#F3F3F3;
	border-radius:6px;
	font-size:12px;
	font-family:"SSB";
	cursor:pointer;
	transition:0.3s;
	user-select: none;
}

.cart_l_el_qua_ob_controls_dop_el.act{
	background:#ddd;
}

.cart_l_el_qua_ob_controls_dop_el:nth-child(1){
	margin-left:0px;
}


.cart_l_el_qua{
	margin-left:5px;
	display:flex;
	border-radius:8px;
	height:50px;
	background:#F3F3F3;
	flex:0 0 120px;
}

.cart_l_el_qua_d{
	width:30px;
	background:url("/bitrix/templates/common/css/../media/icons/arrow_t.svg") center center no-repeat;
	background-size:10px 5px;
	cursor:pointer;
}

.cart_l_el_qua_u{
	width:30px;
	background:url("/bitrix/templates/common/css/../media/icons/arrow_t.svg") center center no-repeat;
	background-size:10px 5px;
	transform:rotate(180deg);
	cursor:pointer;
}

.cart_l_el_qua_i{
	width:40px;
	background:none;
	border:none;
	height:100%;
	text-align:center;
}

.cart_l_el_total{
	font-size:18px;
	margin-left:30px;
	flex:1 1 auto;
	display:flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}

.cart_l_el_total_val{
	font-family:"SB";	
}

.cart_empty{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	padding:0px 40px;
}

.cart_emty_pic{
	width:96px;
	height:100px;
	background:url("/bitrix/templates/common/css/../media/icons/empty_cart.svg") center center no-repeat;
	background-size:contain;
}

.cart_emty_title{
	font-size:48px;
	font-family:"GM";
	margin-top:30px;
	text-align:center;
}

.cart_emty_text{
	font-size:24px;
	margin-top:20px;
	text-align:center;
}


.auth_form_ob{
	position:fixed;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;	
	left:0;
	top:0;
	padding:30px;
	pointer-events:none;
	visibility:hidden;
	opacity:0;
	transition:0.3s;
}

.auth_form_ob.act{
	visibility:visible;
	opacity:1;
	z-index:9999;
}

.auth_form{
	background:#FFFFFF;
	border-radius:8px;
	padding:30px 68px;
	pointer-events:auto;
	width:100%;
	max-width:754px;
	position:relative;
	transition:0.3s;
	transform:translateY(-100px);
}

.auth_form_ob.act .auth_form{
	transform:translateY(0);
}

.auth_form form{
	display:flex;
	flex-direction:column;
	align-items:center;
}

.auth_form form input[type="text"],.auth_form form input[type="password"]{
	width:100%;
	max-width:618px;
	background:#EFEFEF;
	padding:20px 30px;
	border-radius:8px;
	border:none;
	margin-top:30px;
}

.af_submit{
	max-width:190px;
	width:100%;
	height:64px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:8px;
	background:#0BA100;
	transition:0.3s;
	border:none;
	cursor:pointer;
	font-family:"GM";
	font-size:20px;
	color:#fff;
}

.af_submit:hover{
	background:#107a09;
}

.af_submit_img{
	width:40px;
	height:40px;
	background:url("/bitrix/templates/common/css/../media/auth_load_w.svg") center center no-repeat;
	background-size:contain;
	visibility:hidden;
	opacity:0;
	transition:0.3s;
	position:absolute;
}

.af_submit.act .af_submit_text{
	display:none;
}

.af_submit.act .af_submit_img{
	position:static;
	visibility:visible;
	opacity:1;
}


.auth_form_title{
	font-family:"GM";
	font-size:36px;
}

.auth_form_close{
	width:18px;
	height:18px;
	background:url("/bitrix/templates/common/css/../media/icons/close.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	right:20px;
	top:20px;	
	cursor:pointer;
	transition:0.3s;
}

.auth_form_close:hover{
	transform:rotate(90deg);
}

.auth_form_bot_a{
	text-decoration:none;
}

.auth_form_bot_a:hover{
	text-decoration:underline;
}

.auth_form_re{
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-top:20px;
}

.auth_form_as{
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-top:20px;
}

.auth_form_fr{
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-top:20px;
}

.auth_form_re input{
	display:none;
}

.auth_form_error{
	font-size:16px;
	color:#FF000C;
	line-height:1em;
	min-height:16px;
}

.auth_form_re input+label{
	min-height:16px;
	padding-left:28px;
	cursor:pointer;
	line-height:1em;
	position:relative;
}

.auth_form_re input+label::before{
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	border:2px solid #0BA100;
	margin-right:14px;
	visibility:visible;
	opacity:1;
	left:0;
	top:0;
}

.auth_form_re input:checked+label::before{
	visibility:hidden;
	opacity:0;
}

.auth_form_re input+label::after{
	content:"";
	width:16px;
	height:16px;
	background:#0BA100 url("/bitrix/templates/common/css/../media/icons/chk.svg") center center no-repeat;
	margin-right:14px;
	position:absolute;
	visibility:hidden;
	opacity:0;
	left:0;
	top:0;
}

.auth_form_re input:checked+label::after{
	visibility:visible;
	opacity:1;
}

.auth_form_soc{
	display:flex;
	align-items: center;
}

.auth_form_soc span{
	margin-right:10px;
}

.bx-authform-social{
	display:flex;
}

.bx-authform-social a{
	width: 40px;
    height: 40px;
    margin-left: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.bx-authform-social a:nth-child(1){
	margin-left:0px;
}

.odnoklassniki{
	background:url("/bitrix/templates/common/css/../media/a_ok.png") center center no-repeat;
	background-size:contain;
}

.vkontakte{
	background:url("/bitrix/templates/common/css/../media/a_vk.png") center center no-repeat;
	background-size:contain;
}

.twitter{
	background:url("/bitrix/templates/common/css/../media/a_tw.png") center center no-repeat;
	background-size:contain;
}

.facebook{
	background:url("/bitrix/templates/common/css/../media/a_f.png") center center no-repeat;
	background-size:contain;
}


.order_make_anno{
	font-size:18px;
	font-family:"G";
	line-height:1.5em;
}

.order_make_block{
	margin-top:40px;
}

.order_make_block:nth-child(1){
	margin-top:0px;
}

.order_make_block_title{
	font-size:24px;
	font-family:"GM";
}

.order_make_block_title span{
	color:#656565;
	font-family:"G";
	font-size:16px;
}

.district_block,.payment_block{
	display:flex;
	flex-wrap:wrap;
}

.radio_pseudo{
	display:none;
}

.radio_pseudo+label{
	height:54px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:27px;
	padding:10px 25px;
	background:#EFEFEF;
	transition:0.3s;
	font-family:"G";
	font-size:18px;
	color:#000000;
	margin-right:15px;
	margin-top:20px;
	white-space:nowrap;
	cursor:pointer;
	line-height:1em;
}

.radio_pseudo[checked="checked"]+label{
	background:#0BA100;
	color:#fff;
}

.fake_payment,.fake_district{
	display:flex;
	flex-wrap:wrap;
}

.real_district,.real_payment{
	display:none;
	margin-top:20px;
	width:100%;
}

.personal_block{
	display:flex;
	flex-direction:column;
}

.personal_block>input,.personal_block>textarea{
	border-radius:8px;
	background:#EFEFEF;
	margin-top:20px;
	border:none;
	padding:20px 30px;
	font-family:"S";
	font-size:18px;	
}

.autoExpand{
	resize:none;
	display: block;
	box-sizing: content-box;
}

.autoExpand.act{
	overflow:hidden;
}

.personal_block>input::placeholder,.personal_block>textarea::placeholder{
	color:#000;
}

.order_make_submit{
	display:flex;
	justify-content:center;
	width:100%;
	margin-top:20px;
}

.order_make_submit_b{
	max-width:286px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:64px;
	border:none;
	border-radius:8px;
	background:#0BA100;
	transition:background 0.3s;
	cursor:pointer;
	font-size:20px;
	font-family:"GM";
	color:#fff;
	position:relative;
}

.order_make_submit_b:hover{
	background:#107a09;
}

.order_make_submit_b::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/common/css/../media/auth_load_w.svg") center center no-repeat;
    background-size: 40px 40px;
    opacity: 0;
    visibility: hidden;
}

.order_make_submit_b.act{
	text-indent:-9999px;
	pointer-events:none;
}

.order_make_submit_b.act::after {
    opacity: 1;
    visibility: visible;
}

.order_make_summary{
	margin-top:70px;
}

.order_make_summary>div{
	margin-top:30px;
}

.order_make_summary>div:nth-child(1){
	margin-top:0px;
}

.order_make_summary_title{
	margin-bottom:5px;
	font-size:18px;
}

.order_make_summary_value{
	font-family:"SB";
	font-size:18px;
}

.order_make_summary_s .order_make_summary_value{
	color:#0BA100;
	font-size:36px;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
}

.jq-selectbox__select{
	height:60px;
	background:#EFEFEF;	
	border:1px solid #EFEFEF;
}

.jq-selectbox__select {
	padding: 0 40px 0 20px;
	border-radius: 8px;
	background:#EFEFEF;
	display:flex;
	align-items:center;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	line-height:1em;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	margin-top:-4px;
	left: 0px;
	width: 15px;
	height: 8px;
	background:url("/bitrix/templates/common/css/../media/icons/arrow_select.svg") center center no-repeat;
	background-size:contain;
}

.jq-selectbox__dropdown {
	width: 100%;
	margin: -8px 0 0;
	padding: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #EFEFEF;
	border:1px solid #EFEFEF;
	border-top:none;
	padding:20px;
}

.jq-selectbox__dropdown ul li:hover{
	color:#0BA100;
}

.jq-selectbox.opened .jq-selectbox__select{
	background:#fff;
	border:1px solid #F0F0F0;
}

.jq-selectbox.opened .jq-selectbox__dropdown {
	background: #fff;
	border:1px solid #F0F0F0;
	border-top:none;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform:rotate(180deg);
}

.jq-selectbox ul li{
	min-height:20px;
}

.jq-selectbox ul li::before{
	display:none;
}

.mp_sale_content_el_controls_dop_select .jq-selectbox__select{
	height:50px;
	background:#F3F3F3;
	border:none;
	padding: 0px 30px 0 20px;
}

.mp_sale_content_el_controls_dop_select{
	font-family:"SSB";
	font-size:16px;
}

.contacts{
	display:flex;
}

.contacts_l{
	width:50%;
	padding-right:15px;
}

.contacts_r{
	width:50%;
	padding-left:15px;
}

.contacts_block{
	margin-top:50px;
}

.contacts_block:nth-child(1){
	margin-top:0px;
}

.contacts_block:nth-child(2){
	margin-top:40px;
}

.contacts_text{
	font-size:18px;
}

.contacts_title{
	font-size:24px;
	font-family:"GM";
	margin-bottom:10px;
}

.contacts_big_text{
	font-size:36px;
	font-family:"SB";
	margin-top:10px;
	margin-bottom:10px;
}

.contact_email{
	font-size:18px;
	margin-top:5px;
}

.contact_email::before{
	content:"@";
	color:#0BA100;
	font-family:"SB";
	margin-right:5px;
}

.contact_phone{
	font-size:18px;
	margin-top:5px;
	display:flex;
	align-items:baseline;
}

.contact_phone::before{
	content:"";
	width:15px;
	height:15px;
	background: url(/bitrix/templates/common/css/../media/icons/phone.svg) left center no-repeat;	
	background-size:contain;
	margin-right:5px;
}

.contacts_rek{
	line-height:1.75em;
}

.contact_time::before{
	content:"●";
	color:#0BA100;
	font-family:"SB";
	margin-right:8px;
}

.contacts_form input,.contacts_form textarea,.contacts_form button{
	margin-top:30px;
}

.contacts_form{
	display:flex;
	flex-direction:column;
}

.contacts_form input[type="text"],.contacts_form input[type="email"]{
	width:100%;
	background:#EFEFEF;
	height:60px;
	padding:10px 30px;
	border-radius:8px;
	border:none;
	font-size:18px;
	font-family:"S";
}

.contacts_form input[type="text"]::placeholder,.contacts_form input[type="email"]::placeholder,.contacts_form textarea::placeholder{
	font-size:18px;
	font-family:"S";
	color:#000;
}

.contacts_form textarea{
	width:100%;
	background:#EFEFEF;
	height:196px;
	padding:10px 30px;
	border-radius:8px;
	border:none;
	font-size:18px;
	font-family:"S";
	resize:none;
}

.cf_submit{
	max-width:268px;
	width:100%;
	height:64px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:8px;
	background:#0BA100;
	transition:0.3s;
	border:none;
	cursor:pointer;
	font-family:"GM";
	font-size:20px;
	color:#fff;
}

.cf_submit:hover{
	background:#107a09;
}

.cf_submit_img{
	width:40px;
	height:40px;
	background:url("/bitrix/templates/common/css/../media/auth_load_w.svg") center center no-repeat;
	background-size:contain;
	visibility:hidden;
	opacity:0;
	transition:0.3s;
	position:absolute;
}

.cf_submit.act .cf_submit_text{
	display:none;
}

.cf_submit.act .cf_submit_img{
	position:static;
	visibility:visible;
	opacity:1;
}

.contacts_form_response{
	font-size:18px;
	font-family:"GM";
	margin-top:30px;
	display:none;
}

.contacts_form_response.act{
	display:block;
}

.user_text{
	margin-top:30px;
	font-size:18px;
	font-family:"GM";
}

.user_text:nth-child(1){
	margin-top:0px;
}

.user input[type="text"],.user input[type="email"],.user input[type="password"]{
	width:100%;
	background:#EFEFEF;
	height:60px;
	padding:10px 30px;
	border-radius:8px;
	border:none;
	font-size:18px;
	font-family:"S";
}

.user input[type="text"]::placeholder,.user input[type="email"]::placeholder,.user textarea::placeholder,.user input[type="password"]::placeholder{
	font-size:18px;
	font-family:"S";
	color:#000;
}

.user textarea{
	width:100%;
	background:#EFEFEF;
	height:196px;
	padding:10px 30px;
	border-radius:8px;
	border:none;
	font-size:18px;
	font-family:"S";
	resize:none;
}

.rf_submit{
	max-width:268px;
	width:100%;
	height:64px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:8px;
	background:#0BA100;
	transition:0.3s;
	border:none;
	cursor:pointer;
	font-family:"GM";
	font-size:20px;
	color:#fff;
}

.rf_submit:hover{
	background:#107a09;
}

.rf_submit_img{
	width:40px;
	height:40px;
	background:url("/bitrix/templates/common/css/../media/auth_load_w.svg") center center no-repeat;
	background-size:contain;
	visibility:hidden;
	opacity:0;
	transition:0.3s;
	position:absolute;
}

.rf_submit.act .rf_submit_text{
	display:none;
}

.rf_submit.act .rf_submit_img{
	position:static;
	visibility:visible;
	opacity:1;
}

.rf_response{
	font-size:18px;
	font-family:"GM";
	display:none;
}

.rf_response.act{
	display:block;
}

.f_sub{
	max-width:268px;
	width:100%;
	height:64px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:8px;
	background:#0BA100;
	transition:0.3s;
	border:none;
	cursor:pointer;
	font-family:"GM";
	font-size:20px;
	color:#fff;
}

.f_sub:hover{
	background:#107a09;
}

.notetext{
	margin-bottom:30px;
}

.catalog_banner_ob{
	height:403px;
	margin-top:-220px;
}

.catalog_banner{
	height:403px;
	position:absolute;
	left:0;
	width:100%;
	padding-top:190px;
	background:#ffcc36 url("/bitrix/templates/common/css/../media/catalog_category/search_result.png") right bottom no-repeat;
}

.catalog_banner_in{
	width:1734px;
	margin:0 auto;
}

#cb_1{
	background:#F4CF79 url("/bitrix/templates/common/css/../media/catalog_category/1.png") right bottom no-repeat;
}

#cb_2{
	background:#F8BDC9 url("/bitrix/templates/common/css/../media/catalog_category/2.png") right bottom no-repeat;
}

#cb_3{
	background:#9FE3D8 url("/bitrix/templates/common/css/../media/catalog_category/3.png") right bottom no-repeat;
}

#cb_4{
	background:#FFB23E url("/bitrix/templates/common/css/../media/catalog_category/4.png") right bottom no-repeat;
}

#cb_5{
	background:#7BB2FF url("/bitrix/templates/common/css/../media/catalog_category/5.png") right bottom no-repeat;
}

#cb_6{
	background:#80EE95 url("/bitrix/templates/common/css/../media/catalog_category/6.png") right bottom no-repeat;
}

#cb_7{
	background:#797BA7 url("/bitrix/templates/common/css/../media/catalog_category/7.png") right bottom no-repeat;
}

#cb_8{
	background:#C3CDFF url("/bitrix/templates/common/css/../media/catalog_category/8.png") right bottom no-repeat;
}

#cb_9{
	background:#C7ACFF url("/bitrix/templates/common/css/../media/catalog_category/9.png") right bottom no-repeat;
}

.catalog_c,.catalog_detail_c{
	padding-top:60px;
}

.catalog_detail{
	padding-bottom:60px;
}

.catalog_banner_name{
	max-width:780px;
	font-size:48px;
	font-family:"GM";
}

.catalog_banner_breadcrumb{
	margin-top:20px;
}

.grecaptcha-badge{
	visibility:hidden;
}

.g_term{
	margin-top:20px;
	font-size:8px;
}

.g_term a{
	color:#BFBFD2;
}

.info_desk{
	position:fixed;
	right:0px;
	top:0px;
	padding:25px 20px 25px 20px;
	/*background:#F3F3F3;*/
	background:#0BA100;
	font-size:18px;
	z-index:51;
	/*border: 2px solid #E6E6E6;*/
	border-right:none;
	transform:translateX(100%);
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
	transition:0.3s;
	color:#fff;
	font-family:"GM";
	font-size:18px;
	pointer-events:auto;
	min-height:70px;
	display:flex;
	white-space: pre-wrap;
	justify-content:center;
	align-items:center;
}

.info_desk a{
	color:#fff;
}

.info_desk.act{
	transform:translateX(0%);
}

.info_desk:hover{
	transform:translateX(0%);
}

.add_to_cart.act{
	pointer-events:none;	
}

/**************/

.catalog_detail_no{
	margin-top:30px;
	font-size:18px;
	font-family:"GM";
}

.catalog_detail_c_top_info{
	display:flex;
	flex-direction:column;
	padding:68px;
	background:#F7F7F7;
	border-radius:8px;
	width:460px;
	flex:0 0 auto;
}

.catalog_detail_c_top_info_el{
	display:flex;
	margin-top:68px;
	align-items:flex-start;
}

.catalog_detail_c_top_info_el:nth-child(1){
	margin-top:0px;
}

.catalog_detail_c_top_info_el_pic{
	width:83px;
	height:78px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
	flex:0 0 auto;
}

.catalog_detail_c_top_info_el_text{
	padding-left:14px;
	font-size:18px;
	min-height:68px;
	display:flex;
	align-items:center;
	align-content:center;
}

.catalog_detail_c_top_info_el:nth-child(1) .catalog_detail_c_top_info_el_pic{
	background-image:url("/bitrix/templates/common/css/../media/icons/d1.svg");
}

.catalog_detail_c_top_info_el:nth-child(2) .catalog_detail_c_top_info_el_pic{
	background-image:url("/bitrix/templates/common/css/../media/icons/d2.svg");
}

.catalog_detail_c_top_info_el:nth-child(3) .catalog_detail_c_top_info_el_pic{
	background-image:url("/bitrix/templates/common/css/../media/icons/d3.svg");
}

.catalog_detail_c_top_pic{
	max-width:754px;
	flex:1 1 754px;
	justify-content: center;
    display: flex;
	max-height:674px;
	position:relative;
}

.catalog_detail_c_top_pic_discount{
	position:absolute;
	left:0;
	top:0;
	padding:0px 30px;
	height:50px;
	border-radius:25px;
	background:#FFCC36;
	display:flex;
	align-items:center;
	font-family:"GB";
	font-size:18px;
	line-height: 1em;
}

.discount_price{
	background:#FFCC36;
	border-radius:1000px;
}

.catalog_detail_c_top_pic img{
	max-width:100%;
	width:100%;
}

.catalog_detail_c_top{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}

.catalog_detail_c_top_spec{
	font-size:18px;
	margin:0px 30px;
	flex:0 0 460px;
	display:flex;
	flex-direction:column;
}

.catalog_detail_c_top_spec_top{
	line-height:1.4em;
}

.catalog_detail_c_mid{
	margin-top:20px;
	max-width:1244px;
}

.catalog_detail_c_mid_el_title{
	font-family:"GB";
	font-size:20px;
	margin-bottom:15px;
}

.catalog_detail_c_mid_el_text{
	font-size:18px;
}

.road_to_detail{
	font-family:"GB";
	font-size:16px;
	color:#000;
}

.catalog_detail_c_top_spec_mid{
	margin-top:40px;
}

.catalog_detail_c_mid_props{
	margin-top:40px;
}

.catalog_detail_c_mid_props_title{
	font-family:"GB";
	font-size:20px;
	margin-bottom:15px;
}

.catalog_detail_c_mid_props_el{
	display:flex;
	margin-top:10px;
	font-size:18px;
}

.catalog_detail_c_mid_props_el:nth-child(1){
	margin-top:0px;
}

.catalog_detail_c_mid_props_el_name{
	max-width:200px;
	flex:1 1 auto;
	display:flex;
	align-items:baseline;
}

.catalog_detail_c_mid_props_el_name::after{
	content:"";
	border-bottom:2px dotted #000;
	flex:1 1 auto;
	margin:0px 5px;
	min-width:10px;
}

.catalog_buy_with{
	margin-top:100px;
}

.catalog_detail_c_top_spec_price{
	margin-top:40px;
}

.catalog_detail_c_top_spec_price_sum_name{
	font-size:18px;
}

.catalog_detail_c_top_spec_price_num_old{
	margin-bottom:20px;
}

.catalog_detail_c_top_spec_price_num_old span{
	color:#808080;
	font-size:16px;
	position:relative;
}

.catalog_detail_c_top_spec_price_num_old span::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	background:#808080;
}

.catalog_detail_c_top_spec_price_num{
	font-size:30px;
	font-family:"GB";
	display:inline-block;
}

.catalog_detail_c_top_spec_price_num.discount_price{
	padding:5px 10px;
}

.catalog_detail_c_top_spec_price_price{
	max-width:220px;
}

.catalog_detail_c_top_spec_price_price{
	margin-top:30px;
}

.catalog_detail_c_top_spec_price_sum{
	margin-top:30px;
}

.catalog_c_mid{
	display:flex;
	margin-top:60px;
	align-items:flex-start;
}

.catalog_c_mid_left{
	width:264px;
	flex:0 0 auto;
}

.catalog_c_mid_right{
	margin-left:30px;
	flex:1 1 auto;
	display:flex;
	flex-direction:column;
}

.catalog.search_result .catalog_c_mid_right{
	margin-left:0px;
}

.catalog_c_mid_right_in{
	display:flex;
	flex-wrap:wrap;
	flex:1 1 auto;
}

.catalog_c_mid_right_in .mp_sale_content_el{
	margin:0;
	margin-left:30px;
	margin-bottom:30px;
}

.catalog_c_top{
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	align-items:center;
}

.catalog_sort{
	color:#000;
	text-decoration:none;
	font-size:18px;
	display:flex;
}

.catalog_sort_icon{
	display:flex;
	align-items:center;
}

.catalog_sort_icon span{
	width:12px;
	height:15px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.catalog_sort_icon span:nth-child(1){
	background-image:url("/bitrix/templates/common/css/../media/icons/arrow_sort_1.svg");
}

.catalog_sort_icon span:nth-child(2){
	background-image:url("/bitrix/templates/common/css/../media/icons/arrow_sort_2.svg");
}

.catalog_sort_icon.sort_desc span:nth-child(1){
	transform:rotate(180deg);
	order:2;
}

.catalog_sort_icon.sort_desc span:nth-child(2){
	transform:rotate(180deg);
	order:1;
}

.catalog_sort_href{
	margin-left:10px;
}

.catalog_show_more{
	border:2px solid #E6E6E6;
	border-radius:8px;
	cursor:pointer;
	height:76px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	font-family:"GM";
	transition:background 0.3s;
	margin-bottom:30px;
}

.catalog_show_more:hover{
	background:#E6E6E6;
}

.catalog_show_more.act{
	pointer-events:none;
	text-indent:-9999px;
	background:#E6E6E6;
}

.catalog_show_more.act::after{
	content:"";
	width:44px;
	height:44px;
	background:url("/bitrix/templates/common/css/../media/auth_load_g.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	opacity:0;
	visibility:hidden;
}

.catalog_show_more.act::after{
	position:static;
	opacity:1;
	visibility:visible;
}

.pag_ajax{
	margin-top:10px;
}

.pagination_ob{
}

.pagination{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 16px;
    font-family: "GB";
}

.pagination a{
	color:#000;
	text-decoration:none;
}

.pag_el{
	margin:10px 4px;
	width:38px;
	height:38px;
	display:flex;
	justify-content:center;
	align-items:center;
}

div.pag_el{
	background:#0BA100;
	border-radius:50%;
	color:#fff;
}

.pag_el_begin{
	margin-right:30px;
}

.pag_el_end{
	margin-left:30px;
}

.catalog_ajax{
    width: 0;
    height: 0;
    overflow: hidden;
}

.page_delimeter{
	width:100%;
	margin:40px 0px;
	position:relative;
	display:flex;
	justify-content:center;
}

.page_delimeter::before{
	content:"";
	width:100%;
	height:2px;
	left:0;
	top:50%;
	margin-top:-1px;
	position:absolute;
	background:#E6E6E6;
}

.page_delimeter>span{
	width:38px;
	height:38px;
	border-radius:50%;
	background:#E6E6E6;
	font-size:16px;
	font-family:"GB";
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	z-index:2;
}

.page_delimeter:nth-of-type(1){
	display:none;
}

.filter_checkbox{
	margin-top:20px;
	display:flex;
}

.filter_checkbox input{
	display:none;
}

.filter_checkbox input+label{
	padding-left:38px;
	position:relative;
	font-size:18px;
	cursor:pointer;
	display: flex;
    align-items: center;
	align-content: center;
}

.filter_checkbox input+label:before{
	content:"";
	width:26px;
	height:26px;
	background:#E5E5E5;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-13px;
	border-radius:5px;
}

.filter_checkbox input:checked+label:before{
	background:#0BA100;
}

.filter_checkbox input+label:after{
	content:"";
	width:15px;
	height:10px;
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:6px;
	top:50%;
	margin-top:-5px;
	background:url("/bitrix/templates/common/css/../media/icons/chk.svg") center center no-repeat;
	background-size:contain;
}

.filter_checkbox input:checked+label:after{
	opacity:1;
	visibility:visible;
}

.filter_checkbox_group_ob{
	margin-top:30px;
	display: flex;
    flex-direction: column;
}

.filter_checkbox_group_ob:nth-child(1){
	margin-top:0px;
}

.filter_price_title{
	margin-top:30px;
	font-size:16px;
	font-family:"PB";
	padding-left:30px;
	color:#D20F0D;
}

.filter_price_block{

}

.filter_checkbox_group{
	height:0px;
	overflow:hidden;
}

.filter_checkbox_group.actim{
	transition:0.2s;
}

.filter_price_group{
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.filter_min_price,.filter_max_price{
	width:110px;
	padding:15px 7px;
	background:#E5E5E5;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-radius:8px;
}

.filter_min_price span,.filter_max_price span{
	color:#7F7F7F;
	font-size:10px;
	margin-right:4px;
}

.filter_min_price input[type="text"],.filter_max_price input[type="text"]{
	background:none;
	border:none;
	flex: 1 1 100%;
    width: 100%;
	text-align:center;
	display:block;
}

.filter_set{
	width:100%;
	max-width:250px;
	height:60px;
	color:#fff;
	font-family:"GM";
	font-size:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	background:#0BA100;
	border:none;
	transition:0.3s;
	border-radius:8px;
}

.filter_set:hover{
	background:#107a09;
}

.filter_reset{
	border:none;
	font-size:16px;
	padding-left:16px;
	border-radius:8px;
	width:100px;
	display:flex;
	align-items:center;
	height:44px;
	cursor:pointer;
	margin-top:26px;
	transition:0.3s;
	background:#E5E5E5 url("/bitrix/templates/common/css/../media/icons/close.svg") 75px center no-repeat;
	background-size:11px 11px;
	line-height:1em;
}

.filter_reset:hover{
	background-color:#C9C9C9;
}

.filter_all{
	margin-top: 30px;
    border-top: 2px solid #C8C8C8;
}

.filter_all_in{
	margin-bottom:50px;
}

.filter_checkbox_title{
	font-size:24px;
	font-family:"GM";
	padding-right:30px;
	position:relative;	
	cursor:pointer;
}

.filter_checkbox_title.actim{
	transition:0.2s;
}

.filter_checkbox_title::after{
	content:"";
	position:absolute;
	width:17px;
	height:8px;
	right:0px;
	top:12px;	
	background:url("/bitrix/templates/common/css/../media/icons/arrow_f.svg") center center no-repeat;
	background-size:contain;
	transform:rotate(180deg);
}

.filter_checkbox_title.act::after{
	transform:rotate(0deg);
}

.filter_checkbox_title.actim::before,.filter_checkbox_title.actim::after{
	transition:0.2s;
}

.irs-min,.irs-max,.irs-from,.irs-to{
	display:none;
}

.irs--round .irs-bar{
	background-color: #0BA100;
}

.irs--round .irs-line{
	background-color: #C8C8C8;
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #0BA100;
    background-color: white;
    border-radius: 50%;
    box-shadow: none;
	cursor:pointer;
	display:flex;
	justify-content:center;
	align-items:center;
}

.irs--round .irs-handle::after{
	content:"";
	width:8px;
	height:8px;
	background:#0BA100;
	border-radius:50%;
	opacity:0;
	visibility:hidden;
	transition:0.1s;
}

.irs--round .irs-handle.state_hover::after{
	opacity:1;
	visibility:visible;
}

.irs--round .irs-grid-text{
	color:#656565;
}

.irs--round .irs-grid-pol{
	display:none;
}

.irs--round .irs-grid-text{
	font-size:10px;
	color:#656565;
}

.irs-single{
	display:none;
}

.filter_price_group_del{
	width:20px;
	height:2px;
	background:#E5E5E5;
}

.catalog_no_goods{
	font-size:18px;
	font-family:"GM";
}

.filter_r_buttons{
	margin-top:30px;
}

.filter_radio{
	display:inline-block;
}

.filter_NOVINKA{
	margin-left:8px;
}

.filter_radio input{
	display:none;
}

.filter_radio label{
	padding:0px 15px;
	font-size:16px;
	height:38px;
	display:flex;
	align-items:center;
	border-radius:19px;
	line-height:1em;
	cursor:pointer;
	transition:0.2s;
}

.filter_NOVINKA label{
	border:2px solid #0BA100;
}

.filter_AKTSIYA label{
	border:2px solid #FFCC36;
}

.filter_NOVINKA input:checked+label{
	background:#0BA100;
	color:#fff;
}

.filter_AKTSIYA input:checked+label{
	background:#FFCC36;
}

.catalog_menu{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.catalog_menu_el{
	margin-top:30px;
	font-size:18px;
	text-decoration:none;
	transition:0.3s;
	color:#000;
}

.catalog_menu_el:nth-child(1){
	margin-top:0px;
}

.catalog_menu_el.act,.catalog_menu_el:hover{
	color:#0BA100;
}

.catalog_menu_title{
	font-size: 24px;
    font-family: "GM";
	margin-bottom:30px;
}

.catalog_c_mid_left .scroll{
	position:static;
}

.catalog_c_mid_left .scroll_track{
	display:none;
}

.catalog_menu_ob{
	position:relative;
}

.catalog_menu_close{
	display:none;
	width:18px;
	height:18px;
	background:url("/bitrix/templates/common/css/../media/icons/close.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	top:8px;
	right:0px;
	cursor:pointer;
	transition:0.3s;
}

.catalog_menu_close:hover{
	transform:rotate(90deg);
}

.catalog_filter_b{
	display:none;
	justify-content:center;
	border-radius:8px;
	width:264px;
	height:60px;
	background:#0BA100;
	transition:0.3s;
	align-items:center;
	color:#fff;
	font-size:18px;
}

.catalog_filter_b::before{
	content:"";
	width:20px;
	height:20px;
	margin-right:10px;
	background:url("/bitrix/templates/common/css/../media/icons/filtr.svg") center center no-repeat;
	background-size:contain;
}

.catalog_filter_b:hover{
	background:#107a09;
}

.pag_el_end.na,.pag_el_begin.na{
	visibility:hidden;
	opacity:0;
	pointer-events:none;
}

.mp_sale_content_el_controls_dop{
	display:flex;
	margin-bottom:15px;
	display:flex;
	max-width:120px;
}

.mp_sale_content_el_controls_dop_el{
	margin-left:10px;
	padding:10px 15px;
	background:#F3F3F3;
	border-radius:6px;
	font-size:16px;
	font-family:"SB";
	cursor:pointer;
	transition:0.3s;
	user-select: none;
}

.mp_sale_content_el_controls_dop_el.act{
	background:#ddd;
}

.mp_sale_content_el_controls_dop_el:nth-child(1){
	margin-left:0px;
}

.mp_sale_content_el_controls::after{
	content:"";
	position:absolute;
	z-index:2;
	background:#fff;
	opacity:0.7;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

.mp_sale_content_el_controls.nact::after{
	display:block;
}

.count{
	color:#000;
	user-select: none;
}

.measure_title{
	/*font-size:12px;*/
	margin-left:4px;
	font-family:"SSB";
}

.mp_sale_content_el_controls_inp{
	display: flex;
	align-items:baseline;
	justify-content:center;
	min-width:56px;
}

.bufer{
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	white-space: nowrap;
	font-family: "SSB";
	font-size:16px;
}

.ajax_search_result{
	max-height:365px;
	margin-top:-30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-top:30px;
	opacity:0;
	visibility:hidden;
	/*transition:opacity 0.1s, visibility 0.1s;*/
}

.ajax_search_result.act{
	opacity:1;
	visibility:visible;
}

.header_search .ajax_search_result{
	background:#fff;	
}

.header_search.second .ajax_search_result{
	background:#EFEFEF;	
}

.header_fixed_search .ajax_search_result{
	background:#EFEFEF;
}

.mobile_search_form_inp .ajax_search_result{
	background:#fff;
}

.search_hint{
	height:100%;
	padding:0px 0px 30px;
}

.search_hint_in{
	padding: 0px 39px 0 22px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.search_hint_el{
	display:flex;
	margin-top:20px;
	align-items:center;
	align-content:center;
	text-decoration:none;
}

.search_hint_el:nth-child(1){
	margin-top:0px;
}

.search_hint_el_pic{
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	background-image:url("/bitrix/templates/common/css/../media/icons/nophoto.svg");
	flex:0 0 auto;
}

.search_hint_el_name{
	margin-left:10px;
	color:#000;	
	transition:0.3s;
}

.search_hint_el:hover .search_hint_el_name{
	color:#577BC4;
}

.mobile_search_form_inp{
	position: relative;
    height: 60px;
}

.mobile_search_form_inp input[type="text"] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: none;
    padding: 10px 66px 10px 22px;	
}

.mobile_search_form_inp input[type="submit"]{
	height: 60px;
    width: 44px;
    background: url(/bitrix/templates/common/css/../media/icons/search.svg) left center no-repeat;
    background-size: 17px 15px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.order_make_response{
	font-family: "SSB";
    font-size: 18px;
    padding: 20px;
    text-align: center;
	min-height:62px;
}

.mp_recomended_title{
	font-family: "GM";
    font-size: 48px;
}

.auth_error_message{
	padding-bottom:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.order_result{
	max-width:952px;
	margin:0 auto;
}

.order_result_title{
	text-align:center;
	font-size:"GM";
	font-size:48px;
}

.order_result_text{
	text-align:center;
	font-size:24px;
	margin-top:30px;
}

.order_result form{
	display:flex;
	margin-top:30px;
	justify-content:center;
}

.order_result_pay_b,.order_result form input[type="submit"]{
	max-width:286px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:64px;
	border:none;
	border-radius:8px;
	background:#0BA100;
	transition:background 0.3s;
	cursor:pointer;
	font-size:20px;
	font-family:"GM";
	color:#fff;
	text-decoration:none;
}

.order_result_pay_b:hover{
	background:#107a09;
}

.order_result_pay{
	display:flex;
	margin-top:60px;
	justify-content:center;
}

.personal_menu{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}

.personal_menu_el{
	color:#000;
	text-decoration:none;
	display:flex;
	align-items:center;
	font-size:18px;
	margin-top:30px;
	min-height:30px;
}

.personal_menu_el::before{
	content:"";	
}

.personal_menu_el:nth-child(1){
	margin-top:0px;
}

.personal_menu_el:nth-child(1)::before{
	width:24px;
	height:25px;
	background:url("/bitrix/templates/common/css/../media/icons/orders.svg") center center no-repeat;
	background-size:contain;
	margin-right:7px;
}

.personal_menu_el:nth-child(2)::before{
	width:26px;
	height:27px;
	background:url("/bitrix/templates/common/css/../media/icons/settings.svg") center center no-repeat;
	background-size:contain;
	margin-right:5px;
}

.personal_menu_el:nth-child(3)::before{
	width:26px;
	height:27px;
	background:url("/bitrix/templates/common/css/../media/icons/logout.svg") center center no-repeat;
	background-size:contain;
	margin-right:5px;
}

.personal_menu_el.act{
	color:#0BA100;
}

.user_profile_title{
	font-size:24px;
	font-family:"GM";
	padding-bottom:10px;
}

.system_div{
	margin-top:30px;
	display:flex;
	flex-direction:column;
}

.system_div span{
	margin-bottom:15px;
	font-size:18px;
	font-family:"GM";
}

.system_div input[type="text"],.system_div input[type="email"],.system_div textarea,.system_div input[type="password"]{
	border-radius:8px;
	background:#EFEFEF;
	border:none;
	padding:20px 30px;
	font-family:"S";
	font-size:18px;	
}

.system_div input[type="submit"]{
	max-width:286px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:64px;
	border:none;
	border-radius:8px;
	background:#0BA100;
	transition:background 0.3s;
	cursor:pointer;
	font-size:20px;
	font-family:"GM";
	color:#fff;
	align-self:center;
}

.system_div input[type="submit"]:hover{
	background:#107a09;
}

.system_div_submit{
	margin-top:60px;
}

.order_list_content{
	margin-bottom:30px;
}

.order_list_content_el_main{
	display:flex;
}

.order_list_content_el{
	border:2px solid #DBF1D9;
	border-radius:8px;
	margin-top:30px;
}

.order_list_content_el:nth-child(1){
	margin-top:0px;
}

.order_list_content_el_num,.order_list_content_el_sum,.order_list_content_el_stat,.order_list_content_el_action{
	display:flex;
	flex-direction:column;	
}

.order_list_content_el_action{
	width:196px;
}

.order_list_content_el_num{
	width:362px;
}

.order_list_content_el_sum,.order_list_content_el_stat{
	flex:1 1;
}

.order_list_content_el_num_title,.order_list_content_el_sum_title,.order_list_content_el_stat_title,.order_list_content_el_action_title{
	height:54px;
	background:#DBF1D9;
	display:flex;
	align-items:center;
	padding:0px 30px;
	font-size:18px;
	font-family:"GM";
}

.order_list_content_el_num_val,.order_list_content_el_sum_val,.order_list_content_el_stat_val,.order_list_content_el_action_val{
	height:88px;
	display:flex;
	align-items:center;
	padding:0px 30px;
	font-size:18px;
}

.order_list_content_el_num_val{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}

.order_list_again_b,.order_list_online_b{
	max-width:136px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:50px;
	border:none;
	border-radius:8px;
	background:#0BA100;
	transition:background 0.3s;
	cursor:pointer;
	font-size:18px;
	font-family:"GM";
	color:#fff;
	align-self:center;
	position:relative;
	text-decoration:none;
}

.order_list_again_b:hover,.order_list_online_b:hover{
	background:#107a09;
}

.order_list_again_b::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/common/css/../media/auth_load_w.svg") center center no-repeat;
    background-size: 40px 40px;
    opacity: 0;
    visibility: hidden;
}

.order_list_again_b.act{	
	text-indent:-9999px;
	pointer-events:none;
}

.order_list_again_b.act::after {
    opacity: 1;
    visibility: visible;
}

.order_list_content_el_stat_val::before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	margin-right:10px;
	flex:0 0 auto;
}

.order_list_content_el_stat_val.payed::before{
	background:#0BA100;
}

.order_list_content_el_stat_val.nopayed::before{
	background:#FF0000;
}

.order_list_content_el_basket{
	display:flex;
	flex-direction:column;
	height:0;
	overflow:hidden;
	transition:0.3s;
	font-size:18px;
}

.order_list_content_el_basket_el{
	display:flex;
	padding:20px 30px;
	border-top:2px solid #DBF1D9;
	align-items:center;
}

.order_list_content_el_basket_el_pic{
	width:140px;
	height:140px;
	background-image:url("/bitrix/templates/common/css/../media/icons/nophoto.svg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:80px;
}

.order_list_content_el_basket_el_name{
	flex:1 1;
	padding-right:30px;
}

.order_list_content_el_basket_el_qua{
	width:136px;
}

.content.second.personal .content_in{
	padding-bottom:50px;
}

.order_response{
	padding-bottom: 30px;
    font-size: 18px;
    font-family: "GM";
	display:none;
}

.order_response.act{
	display:block;
}

.order_result .errortext{
	text-align:center;
}

.sberbank__price-string,.sberbank__footer,.sberbank__payment-description{
	display:none !important;
}

.sberbank__wrapper{
	font-family: "S" !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.sberbank__content{
	font-family: "S" !important;
    width: 100% !important;
    padding: 0px !important;
    border: none !important;
    margin-bottom: 0px !important;
	display: flex;
    justify-content: center;
	margin-top:60px !important;
	flex-direction:column;
	align-items:center;
}

.sberbank__payment-link{
	font-family: "GM" !important;
    display: flex !important;
	justify-content: center;
    align-items: center;
    width: 100% !important;
	height: 64px;
	border-radius: 8px;
    max-width: 286px !important;
    margin: 0px 0px 0px !important;
    background: #0BA100 !important;
    transition: background 0.3s;
    color: #FFF !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 20px !important;
    line-height: 1.2em !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px !important;
    text-decoration: none !important;
}

.sberbank__payment-link:hover{
	background:#107a09;
}

.order_list_content_empty{
	display:flex;
	align-items:center;
	min-height:30px;
	font-size:18px;
}

.sberbank-result-message span{
	font-size:18px;
	font-family:"GM";
}

.b24-widget-button-position-bottom-left{
	left:30px !important;
	bottom:30px !important;
}

.order_result .mb-4{
	margin-top:30px;
	text-align: center;
    font-size: 24px;
}

.order_result .mb-4 .btn-success{
	max-width:286px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:64px;
	border:none;
	border-radius:8px;
	background:#0BA100;
	transition:background 0.3s;
	cursor:pointer;
	font-size:20px;
	font-family:"GM";
	color:#fff;
	text-decoration:none;
	margin:30px 0px;
}

.order_result .mb-4 .pl-0{
	display:flex;
	width:100%;
	justify-content:center;
}
/* End */


/* Start:/bitrix/templates/common/css/1920.css?1755761657263*/
@media (min-width: 1796px){
	.catalog:not(.search_result) .catalog_c_mid_right_in>.mp_sale_content_el:nth-of-type(5n+1){
		margin-left:0px;
	}
	
	.catalog.search_result .catalog_c_mid_right_in>.mp_sale_content_el:nth-of-type(6n+1){
		margin-left:0px;
	}
}
/* End */


/* Start:/bitrix/templates/common/css/1500.css?17557616572479*/
@media (min-width: 1500px) and (max-width: 1795px) {
	
.footer_in{
	width: 1440px;
}
	
.footer_bot .footer_col_2{
	width:264px;
}

.header_in{
	width:1440px;
}

.content_in{
	width:1440px;
}
	
.mp_banners_in{
	width:1440px;
}

.why_content{
	padding:0px 30px;
}

.why_content_el{
	width:294px;
}

.mp_catalog_el_ob{
	width:460px;
	height:206px;
	font-size: 18px;
}

.mp_catalog_el>div {
    width: 150px;
}

.mp_catalog{
	margin-top:-103px;
}

.header_search{
	width:852px;
}

.mp_banners{
	height:625px;
}

.mp_banner_text{
	font-size:18px;
	max-width:332px;
}

.mp_banner_title{
	font-size:36px;
	max-width:384px;
}

.mp_banner_pic{
	width:799px;
}

.mp_banner_pic_2{
	width:1471px;
}

.why_title,.mp_sale_title,.mp_recomended_title{
	font-size:36px;
}

.mp_banners_control{
	bottom:130px;
}

.header_fixed_in{
	width:1440px;
}

.header_fixed_search{
	width:782px;
	flex:0 0 782px;
}

.cart_l_el{
	padding:10px 24px;
}

.cart_l_el_name{
	flex:0 0 240px;
	margin-left:20px;
}

.cart_l_el_wp{
    flex: 0 0 130px;
	padding:0px 20px;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}

.cart_l_el_weight{
	flex:0 0 auto;
	margin-left:0px;
	margin-top:5px;
}

.cart_l_el_price{
	flex:0 0 auto;
	margin-left:0px;
}

.cart_l_el_qua{

}

.cart_l_el_total{
	margin-left:20px;
	flex-direction:column;
	align-items:flex-end;
	justify-content:center;
}

.cart_l_el_total_val{
	margin-top:5px;
}

.content_in_c_right{
	max-width:852px;
}

.catalog_banner_in{
	width:1440px;
}

.catalog_banner_name{
	font-size:36px;
	max-width:490px;
}

.catalog_banner{
	padding-top:200px;
}

.catalog_detail_c_top_spec {
    margin: 0px 0px 0px 128px;
    flex: 1 1 auto;
}

.catalog_detail_c_top_info{
	width:100%;
	flex-direction:row;
	justify-content: space-between;
	padding:54px 68px;
	margin-top:40px;
}

.catalog_detail_c_top_info_el{
	margin-top:0px;
	width:294px;
}

.catalog_detail_c_mid{
	margin-top:40px;
}

.catalog:not(.search_result) .catalog_c_mid_right_in>.mp_sale_content_el:nth-of-type(4n+1){
	margin-left:0px;
}

.catalog.search_result .catalog_c_mid_right_in>.mp_sale_content_el:nth-of-type(5n+1){
	margin-left:0px;
}

.catalog_c_mid{
	margin-top: 30px;
}

.order_list_content_el_num {
    width: 250px;
}

.order_list_content_el_basket_el_pic{
	margin-right:40px;
}

}
/* End */


/* Start:/bitrix/templates/common/css/1206.css?17557616575673*/
@media (min-width: 1206px) and (max-width: 1499px) {
	
.footer_in{
	width: 1146px;
}
	
.footer_about{
	display:none;
}

.footer_bot .footer_col_2{
	width:264px;
}

.footer_copy{
	order:6;
}

.footer_agr{
	margin-left:0px;
	order:1;
}

.footer_soc{
	order:2;
}

.footer_pay{
	order:3;
}

.footer_umiks{
	order:7;
	flex: 1 1 auto;
}

.footer_bot::before{
	content:"";
	order:5;
	width:100%;
	margin-bottom:50px;
}

.header_in{
	width:1146px;
}

.content_in{
	width:1146px;
}
	
.mp_banners_in{
	width:1146px;
}

.why_content{
	padding:0px;
	margin-top:40px;
}

.why_content_el{
	width:286px;
	padding:0px 15px;
	flex-direction: column;
}

.why_content_el_text{
	width:190px;
	font-size:18px;
	margin-top:15px;
	text-align:center;
}

.why {
    margin-top: 80px;
}

.mp_catalog_el_ob{
	width:362px;
	height:162px;
}

.mp_catalog_el{
	font-size: 16px;
	padding-left: 50px;
}

.mp_catalog_el>div {
    width: 132px;
}

.mp_catalog{
	margin-top:-81px;
}

.header_search{
	width:754px;
}

.mp_banners{
	height:530px;
}

.mp_banner{
	padding-left:196px;
}

.mp_banner_text{
	font-size:16px;
	max-width:296px;
}

.mp_banner_title{
	font-size:36px;
	max-width:384px;
}

.mp_banner_pic{
	width:630px;
	right:40px;
}

.mp_banner_pic_2{
	width:1160px;
}

.why_title,.mp_sale_title,.mp_recomended_title{
	font-size:36px;
}

.mp_sale_content{
	margin-top:40px;
}

.mp_sale_content_dots ul.slick-dots{
	margin-top:30px;
}

.mp_sale{
    margin-top: 100px;
}

.header_menu_b{
	width:166px;
	font-size: 16px;
}

.header_menu_b>span:nth-of-type(2){
	display:none;
}

.header_menu{
	margin-left:30px;
}

.mp_banners_control{
	bottom:112px;
}

.header_menu_el{
	font-size:14px;
}

.logo {
    height: 30px;
}

.header_user{
	margin-left:20px;
}
	
.menu{
	width:490px;
}	

.menu_l_title{
	font-size:36px;
}

.menu_l_close,.menu_r_close{
	top:52px;
}

.menu_el_t{
	font-size:18px;
}

.menu_el_n{
	font-size:14px;
	padding-top: 5px;
}

.menu_r_el{
	font-size:16px;
}

.menu_r_content{
	margin-top:103px;
}

.menu_el{
	margin-top:25px;
}

.menu_r_el{
	margin-top:25px;
}

.content_in_c_left{
	flex:0 0 166px;
}

.content_in_c_right{
	max-width:754px;
}

.not_found_title{
	margin-top:80px;
	font-size:36px;
}

.not_found_text{
	font-size:24px;
}

.header_fixed_in{
	width: 1146px;
}

.header_fixed_menu_b{
	width:166px;
	font-size: 16px;
}

.header_fixed_menu_b>span:nth-of-type(2){
	display:none;
}

.header_fixed_search{
	width:754px;
	flex:0 0 754px;
}

.header_fixed_user a{	
	text-indent:-9999px;
	padding-left:0px;
	width:18px;
	height:19px;
	background-size:18px 19px;
}

.cart_l_el{
	display:flex;
	padding:10px 28px 10px 160px;
	position:relative;
	min-height:160px;
	flex-wrap:wrap;
	align-content: center;
}

.cart_l_el_pic{
	position:absolute;
	width:140px;
	height:140px;
	top:50%;
	margin-top:-70px;
	left:0;
}

.cart_l_el_del{
	top:10px;
	right:10px;
}

.cart_l_el_name{
	font-size:16px;
	margin-left:0px;
	flex:0 0 100%;
	margin-bottom:20px;
}

.cart_l_el_wp{
	flex: 0 0 auto;
	width:100px;
	flex-direction:column;
	padding:0px 10px 0px 0px;
}

.cart_l_el_weight{
	font-size:16px;
	margin-left:0px;
	margin-top:5px;
	flex:0 0 auto;
}

.cart_l_el_price{
	font-size:16px;
	margin-left:0px;
	flex:0 0 auto;
}

.cart_l_el_qua{

}

.cart_l_el_total{
	margin-left:20px;
	flex-direction:column;
	align-items:flex-end;
	justify-content:center;
	font-size:16px;
}

.cart_l_el_total_val{
	margin-top:5px;
}

.catalog_banner_in{
	width:1146px;
}

.catalog_banner_name{
	font-size:36px;
	max-width:490px;
}

.catalog_banner{
	padding-top:200px;
}

.catalog_detail_c_top_spec {
    margin: 0px 0px 0px 30px;
    flex: 1 1 auto;
}

.catalog_detail_c_top_info{
	width:100%;
	flex-direction:row;
	justify-content: space-between;
	padding:40px;
	margin-top:40px;
}

.catalog_detail_c_top_info_el{
	margin-top:0px;
	width:294px;
}

.catalog_detail_c_mid{
	margin-top:40px;
}

.catalog_detail_c_top_pic{
	max-width: 558px;
	max-height:484px;
}

.catalog_c_mid_right_in>.mp_sale_content_el:nth-of-type(4n+1){
	margin-left:0px;
}

.catalog_c_mid{
	margin-top: 30px;
}

.catalog_c_mid_right{
	margin-left:0px;
}

.catalog_c_mid_left{
	position:fixed;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	z-index:10000;
	max-width:320px;
	width:100%;
	transform:translateX(-100%);
	transition:0.3s;
}

.catalog_c_mid_left.act{
	transform:translateX(0%);
}

.catalog_c_mid_left .scroll{
	position:absolute;
}

.catalog_c_mid_left .scroll_track{
	display:block;
}

.catalog_c_mid_left .noscroll .scroll_track {
    display: none;
}

.catalog_c_mid_left_in{
	padding:24px 48px 24px 24px;
}

.catalog_menu_close{
	display:block;
}

.catalog_c_top{
	flex-direction:row;
}

.search_result .catalog_c_top{
	flex-direction:row-reverse;
}

.catalog_filter_b{
	display:flex;
	flex:0 0 auto;
}

.catalog_detail{
	padding-bottom:40px;
}
	
.order_result_title{
	font-size:36px;
}

.order_result_text{
	font-size:24px;
}

.order_result .mb-4{
    font-size: 24px;
}

.order_list_content_el_num {
    width: 250px;
}

.order_list_content_el_basket_el_pic{
	margin-right:40px;
}

.order_list_content_el_stat_val,.order_list_content_el_stat_title{
	padding:0px 0px 0px 15px;
}

.order_list_content_el_sum_title,.order_list_content_el_sum_val{
	padding:0px 15px 0px 30px;
}

}
/* End */


/* Start:/bitrix/templates/common/css/618.css?175576165710865*/
@media (min-width: 635px) and (max-width: 1205px) {
	
.footer_in{
	padding:50px 30px;
	width: 100%;
	max-width:814px;
}

.footer_catalog{
	display:none;
}

.footer_about{
	display:none;
}

.footer_col,.footer_col_2{
	width:50%;
	margin:0;
}

.footer_inf,.footer_soc,.footer_agr,.footer_copy{
	padding-right:15px;
}

.footer_cont,.footer_pay,.footer_umiks{
	padding-left:15px;
}

.footer_copy{
	order:6;
}

.footer_agr{
	margin-left:0px;
	order:3;
	margin-top:30px;
}

.footer_soc{
	order:1;
}

.footer_pay{
	order:2;
}

.footer_umiks{
	order:7;
	justify-content:flex-start;
}

.footer_bot::before{
	content:"";
	order:4;
	width:100%;
	margin-bottom:30px;
}

.header_in{
	width:100%;
	padding:0px 30px;
	max-width:814px;
}

.content_in{
	width:100%;
	padding:0px 30px;
	max-width:814px;
	padding-bottom:80px;
}

.content.second.personal .content_in{
	padding-bottom:50px;
}
	
.mp_banners_in{
	width:100%;
	padding:0px 30px;
	max-width:814px;
}

.mp_sale_content_in .slick-list{
	margin:0px -15px;
}

.mp_sale_content_dots ul.slick-dots{
	margin-top:30px;
}

.why_title,.mp_sale_title,.mp_recomended_title{
	font-size:24px;
}

.mp_sale{
    margin-top: 60px;
}

.mp_sale_content{
	margin-top:40px;
}
	
.why_content{
	padding:0px;
	margin-top:25px;
}

.why_content_el{
	width:50%;
	padding:15px;
	flex-direction: column;
}

.why_content_el_text{
	width:190px;
	font-size:18px;
	margin-top:15px;
	text-align:center;
}

.why {
    margin-top: 70px;
}

.mp_catalog_el_ob{
    width: auto;
	height:auto;
	margin:30px 0px 0px 0px;
	width:50%;
}

.mp_catalog_el{
	font-size: 16px;
    padding-left: 25px;
}

.mp_catalog_el_ob:nth-child(3){
	margin-top:30px;
}

.mp_catalog_el_ob:nth-child(even){
	padding-left:15px;
}

.mp_catalog_el_ob:nth-child(odd){
	padding-right:15px;
}

.mp_catalog_el>img{
	height:auto;
	width:35%;
	margin-top:25px;
}

.mp_catalog{
	margin-top:30px;
}

.mp_catalog_el>div {
    width: 140px;
}

.header_in{
	height:130px;
}

.header_in_bot{
	height:50px;
}

.header_phone span{
	display:none;
}

.header_menu{
	display:none;
}

.header_user a{
	width:30px;
	height:30px;
	border-radius:50%;
	text-indent:-9999px;
	padding-left:0px;
	background:#0BA100 url(/bitrix/templates/common/css/../media/icons/user_w.svg) center center no-repeat;
	background-size:10px 12px;
}

.header_menu_b{
	width:50px;
	height:50px;
	border-radius:50%;
	padding:0;
	background:#0BA100;
	flex:0 0 auto;
}

.header_menu_b>div{
	left:50%;
	margin-left:-8px;
}

.header_menu_b>span{
	display:none;
}

.header_search{
	margin-left:18px;
	width:100%;
	height:50px;
}

.header_in_bot_l{
	width:100%;
}

.header_in_top_r{
	flex:1 1 auto;
	justify-content:space-between;
}

.header_cart_basket{
	width:30px;
	height:30px;
}

.header_search input[type="text"]{
	height:50px;
}

.header_search input[type="submit"]{
	height: 50px;
}

.mp_banners{
	height:440px;
	margin-top:-130px;
}

.mp_banner{
	padding-left:0px;
	padding-top:130px;
}

.mp_banner_text{
	font-size:14px;
	max-width:220px;
	margin-top:20px;
}

.mp_banner_title{
	font-size:24px;
	max-width:260px;
}

.mp_banner_pic{
	width: 80%;
    right: -80px;
    max-width: 540px;
}

.mp_banner_pic_2{
	width:103%;
	right: 0px;
}

.mp_banners_control{
	bottom:20px;
}

.logo {
    height: 30px;	
}

.header_user{
	width:auto;
	min-width:0;
	margin-right:114px;
	margin-left:0px;
}

.header_cart{
	position:absolute;
	right:30px;
	top:25px;
}

.menu{
	width:300px;
}	

.menu_l_title{
	font-size:30px;
}

.menu_l_close,.menu_r_close{
	top:42px;
}

.menu_el_t{
	font-size:18px;
}

.menu_el_n{
	font-size:14px;
	padding-top: 5px;
}

.menu_r_el{
	font-size:16px;
}

.menu_l_content{
	margin-top: 40px;
}

.menu_r_content{
	margin-top:76px;
}

.menu_l,.menu_r{
	padding:30px 0px 30px 30px;
}

.menu_l_in,.menu_r_in{
	padding-right:47px;
}

.menu_el{
	margin-top:25px;
}

.menu_r_el{
	margin-top:25px;
}

.content_in_c{
	flex-direction:column;
}

.content_in_c_left{
	flex: 1 1 auto;
    margin: 0;
}

.help_el_title{
	font-size:18px;
}

.help_el_content{
	font-size:16px;
}

h1{
	font-size:36px;
	margin-bottom:20px;
}

.breadcrumb>*{
	font-size:16px;
}

.content.second .content_in {
    padding-top: 40px;
}

.breadcrumb{
    margin-bottom: 40px;
}

.not_found_title{
	margin-top:40px;
	font-size:36px;
}

.not_found_text{
	font-size:18px;
}
	
.not_found{
	padding:40px;
}	
	
.ik_el_text,.pad_el_text{
	font-size:16px;
	line-height:1.5em;
}

.ik_el,.pad_el{
	margin-top:40px;
}

.ik_el_text_o,.pad_el_text_o{
	font-size:16px;
	line-height:1.5em;
}

.pad_el_anno{
	font-size:16px;
	padding:20px;
	line-height:1.5em;
}
	
.pad_el_table_tr_td{
	font-size:16px;
	padding:20px;
}	

.header_fixed{
	height:70px;
	top: -70px;
}

.header_fixed_in{
	width:100%;
	padding:0px 30px;
	max-width:814px;
}

.header_fixed_menu_b{
	width:50px;
	height:50px;
	border-radius:50%;
	padding:0;
	background:#0BA100;
}

.header_fixed_menu_b>div{
	left:50%;
	margin-left:-8px;
}

.header_fixed_menu_b>span{
	display:none;
}

.header_fixed_search{
	height:50px;
	margin-left:20px;
}

.header_fixed_search input[type="text"]{
	height:50px;
}

.header_fixed_search input[type="submit"]{
	height: 50px;
}

.header_fixed_user a{	
	text-indent:-9999px;
	padding-left:0px;
	width:15px;
	height:16px;
}

.header_fixed_search{
	width:100%;
	flex:1 1 auto;
}

.header_fixed_l{
	margin-right:20px;
}

.header_fixed_user{
	margin-left:20px;
}

.cart_l{
	flex:1 1 auto;
}

.cart_l_el{
	display:flex;
	padding:10px 28px 10px 120px;
	position:relative;
	min-height:160px;
	flex-wrap:wrap;
	align-content: center;
}

.cart_l_el_pic{
	position:absolute;
	width:100px;
	height:100px;
	top:50%;
	margin-top:-50px;
	left:0;
}

.cart_l_el_del{
	top:10px;
	right:10px;
}

.cart_l_el_name{
	font-size:16px;
	margin-left:0px;
	flex:0 0 100%;
	margin-bottom:20px;
}

.cart_l_el_wp{
	flex: 0 0 auto;
	width:80px;
	flex-direction:column;
	padding:0px 10px 0px 0px;
}

.cart_l_el_weight{
	font-size:16px;
	margin-left:0px;
	margin-top:5px;
	flex:0 0 auto;
}

.cart_l_el_price{
	font-size:16px;
	margin-left:0px;
	flex:0 0 auto;
}

.mp_sale_content_el_controls{
	max-width:220px;
}

.cart_l_el_total{
	margin-left:20px;
	flex-direction:column;
	align-items:flex-end;
	justify-content:center;
	font-size:16px;
}

.cart_l_el_total_val{
	margin-top:5px;
}

.cart{
	flex-direction:column;
	align-items: stretch;
}

.cart_r{
	margin-left:0px;
	flex:1 1 auto;
	margin-top:30px;
	width:100%;
}

.cart_r_sub{
	max-width: 324px;
    align-self: center;
    width: 100%;
}

.cart_r_in{
	padding:30px;
}

.auth_form{
	padding:30px;
}

.auth_form_bot_r>div{
	width:30px;
	height:30px;
}

.auth_form_title{
	font-size:30px;
}

.order_make_summary{
	margin-top:40px;
}

.radio_pseudo+label{
	font-size:16px;
}

.contacts_big_text{
	font-size:30px;
}

.contacts_text{
	font-size:16px;
}

.contacts_form input[type="text"],.contacts_form input[type="email"],.contacts_form textarea{
	font-size:16px;
}

.catalog_banner_in{
	width:100%;
	padding:0px 30px;
}

.catalog_banner_name{
	font-size:24px;
	max-width:264px;
}

.catalog_banner{
	padding-top:170px;
	height:350px;
	background-size:auto 100%;
}

.catalog_banner_ob{
	height:350px;
	margin-top:-170px;
}

#cb_1,#cb_2,#cb_3,#cb_4,#cb_5,#cb_6,#cb_7,#cb_8,#cb_9{
	background-size:auto 100%;
}

.catalog_c, .catalog_detail_c{
	padding-top: 30px;
}

.catalog_detail_c_top{
	justify-content: center;
}

.catalog_detail_c_top_pic{
	max-width:558px;
	max-height:484px;
}

.catalog_detail_c_top_spec{
	margin: 30px 0px 0px;
	width:100%;
    flex: 0 0 auto;
	font-size:16px;
}

.catalog_detail_c_top_info{
	width:100%;
	padding:30px;
	margin-top:40px;
}

.catalog_detail_c_top_info_el{
	margin-top:30px;
}

.catalog_detail_c_mid{
	margin-top:40px;
}

.catalog_detail_c_mid_el_text,.catalog_detail_c_mid_props_el,.catalog_detail_c_top_info_el_text{
	font-size:16px;
}

.catalog_c_mid_right_in{
	justify-content:center;
}

.catalog_c_mid_right_in>.mp_sale_content_el:nth-of-type(2n+1){
	margin-left:0px;
}

.catalog_c_mid{
	margin-top: 30px;
}

.catalog_c_mid_right{
	margin-left:0px;
}

.catalog_c_mid_left{
	position:fixed;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	z-index:10000;
	max-width:320px;
	width:100%;
	transform:translateX(-100%);
	transition:0.3s;
}

.catalog_c_mid_left.act{
	transform:translateX(0%);
}

.catalog_c_mid_left .scroll{
	position:absolute;
}

.catalog_c_mid_left .scroll_track{
	display:block;
}

.catalog_c_mid_left .noscroll .scroll_track {
    display: none;
}

.catalog_c_mid_left_in{
	padding:24px 48px 24px 24px;
}

.catalog_menu_close{
	display:block;
}

.catalog_c_top{
	flex-direction:row;
}

.search_result .catalog_c_top{
	flex-direction:row-reverse;
}

.catalog_filter_b{
	display:flex;
	flex:0 0 auto;
}

.catalog_show_more{
	margin-bottom:20px;
}

.catalog_detail{
	padding-bottom:40px;
}

.order_result_title{
	font-size:36px;
}

.order_result_text{
	font-size:18px;
}

.order_result .mb-4{
    font-size: 18px;
}

.personal_menu{
	padding-bottom:50px;
}

.order_list_content_el_main{
	flex-wrap:wrap;
	padding:20px 30px;
}

.order_list_content_el_num{
	width:100%;
	margin-bottom:20px;
}

.order_list_content_el_num_title,.order_list_content_el_action_title{
	display:none;
}

.order_list_content_el_num_title, .order_list_content_el_sum_title, .order_list_content_el_stat_title, .order_list_content_el_action_title{
	background: none;
	height:auto;
	padding:0;
	font-size:14px;
	margin-bottom:5px;
}

.order_list_content_el_num_val, .order_list_content_el_sum_val, .order_list_content_el_stat_val, .order_list_content_el_action_val{
	height:auto;
	padding:0;
}

.order_list_content_el_num, .order_list_content_el_sum, .order_list_content_el_stat, .order_list_content_el_action{
	justify-content:center;	
}

.order_list_content_el_num, .order_list_content_el_sum, .order_list_content_el_stat, .order_list_content_el_action{
	min-height:50px;
}

.order_list_content_el_action{
	width:136px;
}

.order_list_content_el_basket_el_pic{
	margin-right:30px;
}

.order_list_content_el_basket_el{
	padding: 20px 30px 20px 0px;
}

.order_list_content_el_basket_el_qua{
	text-align:center;
}
	
.catalog_buy_with {
    margin-top: 50px;
}	
	
}
/* End */


/* Start:/bitrix/templates/common/css/320.css?175576165716877*/
@media (min-width: 0px) and (max-width: 634px) {
	
.footer_in{
	padding:50px 30px 20px;
	width: 100%;
}

.footer_catalog{
	display:none;
}

.footer_about{
	display:none;
}

.footer_col,.footer_col_2{
	width:auto;
	margin:0;
	flex:1 0 230px;
}

.footer_bot{
	margin-top:0;
}

.footer_inf,.footer_cont{
	margin-bottom:50px;
}

.footer_copy{
	order:6;
	margin-bottom:30px;
}

.footer_agr{
	margin-left:0px;
	order:3;
}

.footer_soc{
	order:1;
	margin-bottom:30px;
}

.footer_pay{
	order:2;
	margin-bottom:30px;
}

.footer_umiks{
	order:7;
	justify-content:flex-start;
	margin-bottom:30px;
}

.footer_bot::before{
	content:"";
	order:4;
	width:100%;
	margin-bottom:30px;
}


.header_in{
	width:100%;
	padding:0px 30px;
	z-index:11;
}

.content_in{
	width:100%;
	padding:0px 30px;
	padding-bottom:80px;
}

.content.second.personal .content_in{
	padding-bottom:50px;
}
	
.mp_banners_in{
	width:100%;
	padding:0px 30px;
}

.header_search{
	display:none;
}

.header_phone,.header_menu{
	display:none;
}

.header_user a{
	text-indent:-9999px;
}


.mp_catalog_el_ob{
    width: auto;
	height:auto;
	margin:10px 0px 0px 0px;
	width:100%;
}

.mp_catalog_el{
	font-size: 4vw;
    padding-left: 25px;
}

.mp_catalog_el_ob:nth-child(-n+3){
	margin-top:10px;
}

.mp_catalog_el_ob:nth-child(1){
	margin-top:0px;
}

.mp_catalog_el>img{
	height:auto;
	width:35%;
	margin-top:25px;
}

.mp_catalog{
	margin-top:10px;
}

.mp_catalog_el>div {
    width: 60%;
}


.mp_sale{
    margin-top: 60px;
}

.mp_sale_content{
	margin-top:40px;
}
	
.why_content{
	padding:0px;
	margin-top:10px;
}

.why_content_el{
	width:100%;
	padding:15px;
	flex-direction: column;
}

.why_content_el_text{
	width:190px;
	font-size:18px;
	margin-top:15px;
	text-align:center;
}

.why {
    margin-top: 70px;
}

.why_title,.mp_sale_title,.mp_recomended_title{
	font-size:24px;
}

.mp_sale_content_dots ul.slick-dots{
	margin-top:30px;
}

.mp_banners{
	height:450px;
	margin-top:-70px;
}

.mp_banner{
	padding-left:0px;
	padding-top:100px;
	justify-content: flex-start;
	align-items: center;
}

.mp_banner_text{
	display:none;
}

.mp_banner_title{
	font-size:24px;
	max-width:260px;
	text-align:center;
	transform: translate(-100px,0px);
}

.mp_banner.act .mp_banner_title {
    transform: translate(0,0);
}

.mp_banner_pic{
	width: 400px;
    right:50%;
	margin-right:-200px;
}

.mp_banner_pic_2{
	display:none;
}

.mp_banners_control{
	bottom:20px;
}

.logo {
    height: 30px;	
	width:123px;
}

.header_in_top,.header_in{
	height:70px;
}

.header_in_top{
	padding-top:20px;
}

.header_menu_b{
	width:50px;
	height:50px;
	border-radius:50%;
	padding:0;
	background:#0BA100;
	flex:0 0 auto;
	position:absolute;
	left:30px;
	top:20px;
}

.header_menu_b>div{
	left:50%;
	margin-left:-8px;
}

.header_menu_b>span{
	display:none;
}

.header_in_top_l{
	height:50px;
}

.header_cart{
	position:fixed;
	right:30px;
	bottom:30px;
	display:flex;
	flex-direction:column-reverse;
	transition:0.3s;
}

.header_cart_basket{
	margin-right:0px;
	width:70px;
	height:70px;
	background:#EFEFEF url("/bitrix/templates/common/css/../media/icons/cart_b.svg") center center no-repeat;
	background-size:30px 30px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
	border-radius:50%;
}

.header_cart_count{
	background:#EFEFEF;
	color:#000;
	margin-bottom:-15px;
	opacity:0;
	visibility:hidden;
	transition:0.2s 0.1s;
}

.header_cart.act .header_cart_basket{
	background:#0BA100 url("/bitrix/templates/common/css/../media/icons/cart_w.svg") center center no-repeat;
	background-size:30px 30px;
}

.header_cart.act .header_cart_count{
	opacity:1;
	visibility:visible;
}

.header_in_bot{
	height:auto;
}

.header_user{
	width:auto;
	min-width:0;
	margin-left:0px;
}

.header_user a{
	text-indent:-9999px;
	padding-left:0px;
	width:15px;
	height:17px;
}

.header_in_top:before{
	content:"";
	width:50px;
}

.header_user_search{
	display:flex;
}

.mp_sale_content_el{
	min-height:0px;
	flex-direction:row;
	flex-wrap:wrap;
	padding: 35px 15px 25px;
   /* margin: 0px;*/
}

.mp_sale_content_el_controls_c{
	flex: 0 0 50px;
    border-radius: 9px;
    transition: 0.3s;
    cursor: pointer;
}

.mp_sale_content_el_controls_c::before{
	background-size:20px 20px;
}

.mp_sale_content_el_controls_c::after{
	background-size:30px 30px;
}

.mp_sale_content_el_controls{
	height:50px;
	width: 170px;
	order:5;
	margin-top:15px;
}

.mp_sale_content_el_top_activities{

}

.mp_sale_content_el_weight{
	position:absolute;
	left:15px;
	top:10px;
}

.mp_sale_content_el_pic{
	width:110px;
	height:110px;
	order:2;
}

.mp_sale_content_el_name{
	order:1;
	flex:1 1;
	min-height:0px;
	text-align:left;
	margin-top:0;
	padding-right:10px;
    word-wrap: break-word;
    overflow: hidden;
}

.mp_sale_content_el::before{
	content:"";
	order:3;
	width:100%;
}

.mp_sale_content_el_price{
	font-size:18px;
	margin-top:0px;
}

.mp_sale_content_el_old_price{
	font-size:14px;
	min-height: 0px;
	margin-top:0px;
}

.mp_sale_content_el_prices{
	order:4;
	align-items:flex-start;
	margin-top:15px;
	padding-right:15px;
	min-width:102px;
}

.mp_sale_content_in .slick-list{
	margin:0px -15px;
}

.menu{
	width:100%;
}	

.menu_l_title{
	font-size:30px;
}

.menu_l_close,.menu_r_close{
	top:30px;
}

.menu_el_t{
	font-size:18px;
}

.menu_el_n{
	font-size:14px;
	padding-top: 4px;
}

.menu_r_el{
	font-size:16px;
}

.menu_l_content{
	margin-top: 40px;
}

.menu_r_content{
	margin-top:76px;
}

.menu_l,.menu_r{
	padding:20px 0px 20px 20px;
}

.menu_l_in,.menu_r_in{
	padding-right:37px;
}

.menu_el{
	margin-top:20px;
}

.menu_r_el{
	margin-top:20px;
}

.menu.pact{
	transform:translateX(-100%);
}

.mobile_search.act{
	visibility:visible;
	opacity:1;
	z-index:9999;
}

.content_in_c{
	flex-direction:column;
}

.content_in_c_left{
	flex: 1 1 auto;
    margin: 0;
}

.help_el{
	padding: 20px;
}

.help_el_title{
	font-size:16px;
	padding-right:32px;
}

.help_el_content{
	font-size:16px;
	padding:20px;
	margin-top:20px;
}

h1{
	font-size:24px;
	margin-bottom:20px;
}

.breadcrumb>*{
	font-size:16px;
}

.content.second .content_in {
    padding-top: 40px;
}

.breadcrumb{
    margin-bottom: 30px;
}

.help_el_title::after{
	top: 0px;
}

.help_el_title::before{
	top: 9px;
}

.not_found{
	padding:30px 20px 0px;
}

.not_found_title{
	margin-top:30px;
	font-size:18px;
}

.not_found_text{
	font-size:16px;
}

.ik_el_text,.pad_el_text{
	font-size:16px;
	line-height:1.5em;
}

.ik_el,.pad_el{
	margin-top:40px;
}

.ik_el_text_o,.pad_el_text_o{
	font-size:16px;
	text-align:left;
	line-height:1.5em;
}

.pad_el_anno{
	font-size:16px;
	padding:20px;
	line-height:1.5em;
}

.pad_el_table_tr_td{
	font-size:16px;
	padding:20px;
	flex-direction:column;
	flex:1 1 auto;
}

.pad_el_table_tr:nth-child(1){
	display:none;
}

.pad_el_table_tr{
	flex-direction:column;
}

.pad_el_table_tr_td:nth-child(1){
	background:#DBF1D9;
	text-align:center;
	justify-content:center;
	padding:20px;
}

.pad_el_table_tr_td:nth-child(2){
	padding:20px 20px 10px;
}

.pad_el_table_tr_td:nth-child(2)::before{
	content:"Бесплатная доставка при сумме";
	font-family:"GM";
	font-size:12px;
	color:#979797;
}

.pad_el_table_tr_td:nth-child(3){
	padding:10px 20px 20px;
}

.pad_el_table_tr_td:nth-child(3)::before{
	content:"Стоимость доставки";
	font-family:"GM";
	font-size:12px;
	color:#979797;
}

.header_fixed{
	height:70px;
	top: -70px;
}

.header_fixed_in{
	width:100%;
	padding:0px 30px;
	max-width:814px;
}

.header_fixed_menu_b{
	width:50px;
	height:50px;
	border-radius:50%;
	padding:0;
	background:#0BA100;
	flex:0 0 auto;
}

.header_fixed_menu_b>div{
	left:50%;
	margin-left:-8px;
}

.header_fixed_menu_b>span{
	display:none;
}

.header_fixed_search{
	display:none;
}

.header_fixed_user a{	
	text-indent:-9999px;
	padding-left:0px;
	width:15px;
	height:16px;
}

.header_fixed_l{
	justify-content:space-between;
}

.header_fixed_user{
	margin-left:0px;
}

.header_fixed_r{
	display:none;
}

.header_fixed_user{
	display:flex;
}

.header_fixed_search_m{
	display:flex;
	margin-right:20px;
}

.fixed_logo{
	display:flex;
}

.cart_emty_title{
	font-size:24px;
}

.cart_emty_text{
	font-size:18px;
	margin-top:10px;
}

.cart_empty{
	padding:0px 10px;
}

.cart{
	flex-direction:column;
}

.cart_r_in{
	padding:20px;
}

.cart_r{
	margin-left:0px;
	flex:1 1 auto;
	margin-top:30px;
	width:100%;
}

.cart_r_title {
    text-align:center;
    font-size: 24px;
}

.cart_r_total_val{
	font-size:30px;
	margin-top: 10px;
}

.cart_l_el{
	display:flex;
	padding:20px;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}

.cart_l_el_pic{
	order:1;
}

.cart_l_el_del{
	top:20px;
	right:20px;
	width:12px;
	height:12px;
}

.cart_l_el_name{
	font-size:16px;
	margin-left:0px;
	flex:1 1 100%;
	margin-top:10px;
	text-align:center;
	order:2;
}

.cart_l_el_wp{ 
    flex:1 1 100%;
	flex-direction:column;
	margin-top:10px;
	order:3;
	margin-bottom:15px;
}

.cart_l_el_weight{
	font-size:14px;
	margin-left:0px;
	flex:1 1 auto;
	text-align:center;
	margin-top:10px;
}

.cart_l_el_price{
	font-size:18px;
	margin-left:0px;
	flex:1 1 auto;
	text-align:center;
	margin-top:5px;
}

.cart_l_el_qua{

}

.cart_l_el_qua_ob{
	order:4;
	justify-content:center;
}

.cart_l_el_qua_ob_controls_dop_el{
	margin-left:0px;
	margin-right:5px;
}


.cart_l_el_total{
	font-size:18px;
	margin-left:0px;
	margin-top:10px;
	flex:1 1 100%;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	order:5;
	align-items:center;
}

.cart_l_el_total_title{
	font-size:14px;
}

.cart_l{
	flex:1 1 auto;
	width:100%;
}

.cart_r_el::after{
	display:none;
}

.cart_r_in>span{
	margin:20px 0px;
	max-width: 324px;
    align-self: center;
    width: 100%;
}

.cart_r_el {
    flex-direction: column;
    align-items: center;
	margin-top:20px;
}

.cart_r_sub{
	max-width: 324px;
    align-self: center;
    width: 100%;
}








.auth_form_title{
	font-size:30px;
}

.auth_form{
	padding:40px 20px 20px;
}

.auth_form form input[type="text"],.auth_form form input[type="password"]{
    margin-top: 20px;
}

.auth_form_as{
	align-items:center;
	flex-direction:column;
}

.auth_form_bot{
	flex-direction:column;
	align-items:center;
}

.auth_form_bot_r{
	margin-top:20px;
	flex-direction:column;
}

.auth_form_bot_r>div{
	margin-top:20px;
	justify-content:center;
}

.auth_form_bot_r>div>div{
	margin:0px 8px;
}

.auth_form_re,.auth_form_fr{
	flex-direction:column;
	align-items:flex-start;
}

.auth_form_error,.auth_form_soc{
	margin-top:20px;
}

.auth_form_error{
	width:100%;
	text-align:center;
}

.auth_form_soc span{
	display:none;
}

.af_submit{
	height:50px;
}

.auth_form_soc{
	flex-direction:column;
}

.bx-authform-social a{
	width:30px;
	height:30px;
}


.fake_payment,.fake_district{
	display:none;
}

.real_district,.real_payment{
	display:block;
}

.order_make_summary{
	margin-top:40px;
}

.order_make_anno{
	font-size:16px;
}

.personal_block>input, .personal_block>textarea{
	padding:20px;
	font-size:16px;
}

.contacts{
	flex-direction:column;
}

.contacts_l,.contacts_r{
	padding:0;
	width:100%;
}

.contacts_r{
	margin-top:50px;
}

.contacts_big_text{
	font-size:30px;
}

.contacts_text{
	font-size:16px;
}

.contacts_form input[type="text"],.contacts_form input[type="email"],.contacts_form textarea{
	padding: 10px 20px;
}

.contacts_form_response{
	font-size:16px;
}

.user_text{
	margin-top:20px;
	font-size:16px;
}

.user input[type="text"],.user input[type="email"],.user input[type="password"]{
	padding: 10px 20px;
}

.notetext{
	margin-bottom:20px;
}

.catalog_banner_in{
	width:100%;
}

.catalog_banner_name{
	font-size:24px;
	max-width:100%;
}

.catalog_banner{
	padding-top:0px;
	height:auto;
	background:none;
	position:static;
}

.catalog_banner_ob{
	height:auto;
	margin-top:0px;
}

#cb_1,#cb_2,#cb_3,#cb_4,#cb_5,#cb_6,#cb_7,#cb_8,#cb_9{
	background:none;
}

.catalog_c,.catalog_detail_c{
    padding-top: 0px;
}

.g_term{
	margin-top:0px;
}

.info_desk{
	padding:15px 10px 15px 10px;
	width:100%;
	text-align:center;
}

.catalog_detail_c_mid_el_text,.catalog_detail_c_mid_props_el,.catalog_detail_c_top_info_el_text{
	font-size:16px;
}

.catalog_detail_c_top_pic{
	max-width:100%;
	max-height:100%;
}

.catalog_detail_c_top_info{
	width:100%;
	padding:30px;
	margin-top:30px;
	display:none;
}

.catalog_detail_c_top_spec{
	margin: 20px 0px 0px;
	width:100%;
    flex: 0 0 auto;
	font-size:16px;
}

.catalog_detail_c_top_spec_mid{
	margin-top:20px;
}

.catalog_detail_c_top_info_el{
	flex-direction:column;
	align-items:center;
	margin-top:30px;
}

.catalog_detail_c_top_info_el_text{
	text-align:center;
	padding:0;
}

.catalog_detail_c_mid{
	margin-top:40px;
}

.catalog_c_mid_right_in>.mp_sale_content_el{
	margin-left:0px;
	width:100%;
}

.catalog_c_mid{
	margin-top: 30px;
}

.catalog_c_mid_right{
	margin-left:0px;
}

.catalog_c_mid_left{
	position:fixed;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	z-index:10000;
	max-width:320px;
	width:100%;
	transform:translateX(-100%);
	transition:0.3s;
}

.catalog_c_mid_left.act{
	transform:translateX(0%);
}

.catalog_c_mid_left .scroll{
	position:absolute;
}

.catalog_c_mid_left .scroll_track{
	display:block;
}

.catalog_c_mid_left .noscroll .scroll_track {
    display: none;
}

.catalog_c_mid_left_in{
	padding:24px 48px 24px 24px;
}

.catalog_menu_close{
	display:block;
}

.catalog_c_top{
	flex-direction:row;
}

.search_result .catalog_c_top{
	flex-direction:row-reverse;
}

.catalog_filter_b{
	display:flex;
	width:212px;
	flex:0 0 auto;
}

.catalog_show_more{
	margin-bottom:20px;
}

.catalog_sort_href{
	display:none;
}

.pag_el{
	order:1;
}

.pag_el_begin{
	order:3;
	margin-right:15px;
	margin-top:20px;
}

.pag_el_end{
	order:4;
	margin-left:15px;
	margin-top:20px;
}

.pagination::after{
	content:"";
	width:100%;
	order:2;
}

.catalog_logo{
	background:url("/bitrix/templates/common/css/../media/icons/logo.svg") left center no-repeat;
}

.catalog_detail{
	padding-bottom:40px;
}

.order_result_title{
	font-size:18px;
}

.order_result_text{
	font-size:16px;
}

.order_result .mb-4{
    font-size: 16px;
}

.order_result_payб,.sberbank__content{
	margin-top:40px !important;
}

.personal_menu{
	padding-bottom:50px;
}

.order_list_content_el_action_title{
	display:none;
}

.order_list_content_el_main{
	flex-direction:column;
	padding:20px;
}

.order_list_content_el_num_title, .order_list_content_el_sum_title, .order_list_content_el_stat_title, .order_list_content_el_action_title{
	background: none;
	height:auto;
	padding:0;
	font-size:14px;
	margin-bottom:4px;
}

.order_list_content_el_num_val, .order_list_content_el_sum_val, .order_list_content_el_stat_val, .order_list_content_el_action_val{
	height:auto;
	padding:0;
}

.order_list_content_el_num,.order_list_content_el_action{
	width:auto;
}

.order_list_content_el_num_title, .order_list_content_el_sum_title, .order_list_content_el_stat_title, .order_list_content_el_action_title,.order_list_content_el_num_val, .order_list_content_el_sum_val, .order_list_content_el_stat_val, .order_list_content_el_action_val{
	justify-content:center;
	align-items:center;
}

.order_list_content_el_sum{
	margin-top:20px;
}

.order_list_content_el_stat{
	margin-top:20px;
}

.order_list_content_el_action{
	margin-top:20px;
}

.order_list_content_el_basket_el{
	flex-direction:column;
}

.order_list_content_el_basket_el_pic{
	margin-right:0px;
}

.order_list_content_el_basket_el_qua{
	width:auto;
	text-align:center;
	margin-top:10px;
}

.order_list_content_el_basket_el_name{
	padding-right:0;
	margin-top:10px;
	text-align:center;
}

.order_list_content_el_basket_el{
	padding:20px;
}

.catalog_buy_with {
    margin-top: 30px;
}

.catalog_detail_c_top_spec_price{
	order:1;
	margin-top:0px;
}

.catalog_detail_c_top_spec_top{
	order:2;
	margin-top:30px;
}

.catalog_detail_c_top_spec_mid{
	display:none;
}

}
/* End */
/* /bitrix/templates/common/css/fonts.css?17557616571718 */
/* /bitrix/templates/common/css/buscroll.css?1755761657633 */
/* /bitrix/templates/common/css/slick.css?17557616571783 */
/* /bitrix/templates/common/css/jquery.formstyler.css?17557616572175 */
/* /bitrix/templates/common/css/ion.rangeSlider.css?175576165713296 */
/* /bitrix/templates/common/css/style.css?175576165773418 */
/* /bitrix/templates/common/css/1920.css?1755761657263 */
/* /bitrix/templates/common/css/1500.css?17557616572479 */
/* /bitrix/templates/common/css/1206.css?17557616575673 */
/* /bitrix/templates/common/css/618.css?175576165710865 */
/* /bitrix/templates/common/css/320.css?175576165716877 */
