

/* Start:/assets/css/plugins.css?16964980866620*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/assets/css/../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/assets/css/../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/assets/css/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/assets/css/../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/assets/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* slick-slider */

.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         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;
}
.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;
    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;
}

/* End */


/* Start:/assets/css/bootstrap.css?173511083813243*/
/*.container {*/
/*  margin-right: auto;*/
/*  margin-left: auto;*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .container {*/
/*    width: 750px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .container {*/
/*    width: 970px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    width: 1170px;*/
/*  }*/
/*}*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* End */


/* Start:/assets/font-awesome/css/font-awesome.min.css?169649808627466*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.ru - @fontawesome
 *  License - http://fontawesome.ru/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/assets/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/assets/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/assets/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/assets/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/assets/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/assets/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* End */


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

/* End */


/* Start:/assets/css/main.css?17351221336707*/
* {
    outline: none;
}

.underline {
    text-decoration: underline;
}

.form-block-modal {
    margin-top: 19px;
    margin-bottom: 0 !important;
}

.error-field {
    border: 1px solid #e12400 !important;
}

#basket_items_list .sign-icon {
    width: 75px;
}

#allSum_FORMATED {
    vertical-align: top;
    padding-top: 3px;
}

a.forgot {
    float: right;
    font-size: 11px;
    margin-top: 4px;
    text-decoration: none;
    color: #000;
}

.order-step.form .label, #enter-tab .label {
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.modal-tabs {
    margin-bottom: 10px;
}

.order .info {
    font-size: 11px;
}

.btn-main-2 {
    color: #111541;
    background: #fff;
    padding: 8px 9px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px !important;
}

.tovar .order-info__item .img {
    overflow: hidden;
    /*max-height: 65px;*/
    width: 65px;
    float: left;
    margin-left: -75px;
}

.tovar .order-info__item .img img {
    width: 100%;
    border: 7px solid #fff;
}

.tovar .order-info__item {
    display: block;
    padding-left: 76px;
}

.tovar .order-info__item:after {
    content: '';
    clear: both;
    display: block;
}

.tovar .order-info__name {
    width: auto;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
}

.tovar .order-info__quanity {
    width: auto;
    text-align: left;
    display: block;
    color: #c4c5c6;
}

.tovar .order-info__sum {
    width: auto;
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.order-info__row {
    border: none;
}

.order-info-body .box:first-child {
    border-top: 0;
}

.order-info-body {
    padding: 10px 15px;
}

.order-info-body .box {
    border-top: solid 1px #cdcfd1;
    padding: 10px 0;
}

.order-info-body .box:last-child {
    padding-bottom: 5px;
}

.order-info__item .sum {
    color: #e11346;
    font-size: 18px;
}

.order-info__item .sum b {
    font-weight: 500;
}

form .form-block-modal .btn-main {
    margin-top: 20px;
}

.form-block-modal:last-child {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.select2-container {
    max-width: 300px;
}

.enter-submit {
    margin: 8px 18px 14px 0;
}

.items_row_form {
    margin-bottom: 12px;
}

.items_row_form:last-child.last {
    margin-bottom: 0;
}

.item_form {
    width: 30%;
}

.select2-container--default .select2-selection--single {
    background: #f8fafc;
    border: 1px solid #ccd5db;
    border-radius: 2px;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 13px;
}

.bx-auth-reg .item_form {
    vertical-align: top;
}

.input, .inputtext {
    border: solid 1px #a0a0a0;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
}

.item_form input, .item_form select {
    padding: 6px 6px 7px 6px;
}

.item_form {
    vertical-align: top;
}

.order-step-title {
    font-size: 17px;
    margin-bottom: 13px !important;
}

.sum {
    color: #e11346;
}

.order-step-info-table td {
    padding: 6px 30px 6px 0;
}

.order-step-info-table {
    margin-bottom: 0;
}

.order-form-col .panel__body {
    padding: 20px 0 16px 54px;
}

.order-step .btn-main {
    margin-top: 14px;
}

span.adopted, span.paid {
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 11px 1px 0;
}

span.adopted {
    background: #9fd51f;
}

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

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

.popup-window-buttons .item-row, .popup-window-buttons .container {
    display: inline-block;
    padding-bottom: 0;
    margin: 0 14px;
    width: auto;
}

.popup-window.popup-window-with-titlebar {
    /*max-width: 494px;*/
    min-width: 547px;
    height: 402px;
    top: auto;
    left: auto;
}

.pcidss {
    margin: 12px auto 0;
    display: table;
}

#mail label {
    font-weight: 500;
}

#mail textarea {
    width: 100%;
    margin-top: 7px;
    min-height: 87px;
}

.items_row_form__radio label.error-field {
    border-radius: 2px;
    padding: 5px;
}

.cab-state {
    white-space: nowrap;
}

.de .btn {
    text-transform: none;
}

#mail input {
    margin-top: 7px;
}

#mail .modal-title {
    text-align: left;
    font-weight: 500;
}

.cabinet-table td.cab-td {
    white-space: nowrap;
    padding: 10px 10px;
}

.btn-main {
    color: #fff;
    padding: 8px 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #111541;
}

.bx_my_order_cancel .btn-main {
    text-transform: none;
}

.card-tovar__img img {
    border: 7px solid #fff;
}

.hidden-cur-page {
    display: none;
}

.policies input {
    flex-shrink: 0;
}

.order-step .panel__title::before {
    content: none;
}

.items_row_form > b {
    font-weight: 600;
}

.order-step-info-table.step6 {
    font-size: 16px;
}

.project-list .item {
    width: 100%;
    margin-bottom: 25px;
}

.order-step-info-table.step6 a:hover {
    text-decoration: underline;
}

.project-detail .item:before, .project-list .item:before {
    background: #001a38;
    opacity: 0.6;
}

.project-detail .text {
    font-size: 16px;
}

.project-detail .text > * {
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .item_form {
        width: 100%;
    }
}
.av-row {
    margin-bottom: 20px;
}
.av-accept-block {
    margin-bottom: 10px;
}
.av-row-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.av-row-links a {
    margin-right: 20px;
    margin-bottom: 20px;
}
.av-title {
    margin-bottom: 20px;
}
.av-accept-block p {
    margin-bottom: 20px;
}
.av-operational-block p {
    margin-bottom: 20px;
}
.av-operational-block {
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.av-advertising-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.av-advertising-checkbox label {
    /*display: flex;*/
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
}
.av-advertising-checkbox label span {
    margin-left: 3px;
}
.av-advertising-block {
    position:relative;
    padding-top:30px;
}
.av-operational-block:before, .av-advertising-block:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #111541;
    height: 1px;
    top: 0;
}
.av-operational-block:after, .av-advertising-block:after
{
    content: '';
    width: 100px;
    display: block;
    right: 0;
    top: 0;
    height: 1px;
    position: absolute;
    background: #e31245;
}

/* End */


/* Start:/assets/css/site.css?173797040187270*/
.bx_bt_button {
  cursor: pointer;
  text-decoration: none;
}
.bx_bt_button_type_2 {
  text-decoration: none;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Regular.eot) format('eot');
  src: local('☺'), url(/assets/fonts/Roboto-Regular.woff) format('woff'), url(/assets/fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Medium.eot) format('eot');
  src: local('☺'), url(/assets/fonts/Roboto-Medium.woff) format('woff'), url(/assets/fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaNewDemi-Reg';
  src: url(/assets/fonts/FuturaNewDemi-Reg.eot) format('eot');
  src: local('☺'), url(/assets/fonts/FuturaNewDemi-Reg.woff) format('woff'), url(/assets/fonts/FuturaNewDemi-Reg.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* all */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  line-height: 1.25;
}
a {
  color: #111541;
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 10px;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + p,
* + ul,
* + ol {
  margin-top: 10px;
}
li + li {
  margin-top: 10px;
}
h1 {
  font-size: 28px;
  line-height: 40px;
}
h2,
.cat-main-head-title {
  font-size: 24px;
  line-height: 32px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
input,
button,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 16px;
  overflow: visible;
  color: #000;
}
:-ms-input-placeholder {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 16px;
  overflow: visible;
  color: #000;
}
::-webkit-input-placeholder {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 16px;
  overflow: visible;
  color: #000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: 0;
  max-width: 100%;
}
ul {
  list-style: none;
}
/*.container {*/
/*  position: relative;*/
/*}*/
.no_price {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.row:after,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
/* header */
.desktop-auth a {
  text-decoration: none;
}
.desktop-auth .profile_url {
  margin: 0;
}
.desktop-auth .profile_url li {
  margin: 0;
  display: inline-block;
}
.desktop-auth .profile_url .delimiter {
  color: #e31245;
}
.desktop-auth .profile_url .profile-link > .fa {
  margin-right: 5px;
}
.head {
  background: #e9ecee;
  padding: 8px 0;
  font-size: 13px;
}
.head .top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .top-head a {
  text-decoration: none;
}
.head .top-head .top-head-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-info-wrapp {
  display: inline-block;
  float: left;
  width: 65px;
  position: relative;
  text-transform: uppercase;
}
.lang-info {
  display: inline-block;
  padding: 5px 7px;
  background: #fcfdfd;
  color: #111541;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lang-info-list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  display: none;
  margin: 0;
}
.lang-info-list li {
  cursor: pointer;
  padding: 5px 7px;
  background: #fcfdfd;
  color: #111541;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.head-menu {
  display: inline-block;
  float: left;
  margin: 0;
}
.head-menu > li {
  display: inline-block;
  float: left;
  margin: 0 12px 0 0;
}
.head-menu > li > a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
}
.head-menu > li > a:hover {
  text-decoration: underline;
}
.head-menu > li + li {
  padding-left: 13px;
  position: relative;
}
.head-menu > li + li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  left: -1px;
  top: 50%;
  margin-top: -1px;
  background: #e54a71;
}
.select-lang,
.enter-btn-wrapp {
  text-align: right;
  padding: 0;
}
.select-lang .enter-btn > .fa,
.enter-btn-wrapp .enter-btn > .fa {
  margin-right: 5px;
}
.select {
  position: relative;
  display: inline-block;
}
.slct {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  width: 125px;
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slct:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  right: 8px;
  top: 50%;
  margin-top: -2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkE3M0UxQzM1N0FFMTFFNTg4NDZDQ0RFNzNBMzNDNUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkE3M0UxQzQ1N0FFMTFFNTg4NDZDQ0RFNzNBMzNDNUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQTczRTFDMTU3QUUxMUU1ODg0NkNDREU3M0EzM0M1RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQTczRTFDMjU3QUUxMUU1ODg0NkNDREU3M0EzM0M1RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoW+JQEAAABOSURBVHjaYhQUdTRmYGAoB+IMIH7HAAFCQDwDiLuYgMR9IOYD4mVQCSEoGyR2jxFoAgOSIDKIApnIBOW8gwqgSIIYLEiCyIpgbmEACDAA6mMOHH660k0AAAAASUVORK5CYII=');
}
.slct-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 100;
  line-height: 1;
  text-align: left;
  padding: 8px 0;
  background: #e9ecee;
  font-size: 13px;
}
.slct-list li {
  cursor: pointer;
  line-height: 1;
  padding: 8px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: 0.15s;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.slct-list li:hover {
  background: #dbe0e3;
}
.enter-btn {
  display: inline-block;
  position: relative;
  padding: 3px 0 3px 25px;
}
.enter-btn:hover {
  text-decoration: underline !important;
}
[class^="header-icon-"] {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(/img/header-icons.png);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.header-icon-2 {
  background-position: 0 -19px;
}
.header-icon-3 {
  background-position: 0 -38px;
}
.header-body {
  padding: 28px 0 14px;
}
.header-body a {
  text-decoration: none;
}
.logo-wrapp {
  padding-bottom: 14px;
  display: inline-block;
  float: left;
  padding-right: 50px;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.header-benefits {
  padding-bottom: 14px;
  display: inline-block;
  float: left;
  max-width: 300px;
}
.header-benefits-title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1;
}
.header-benefits-info {
  padding: 4px 12px;
  display: inline-block;
  vertical-align: middle;
  background: #e31245;
  cursor: pointer;
  position: relative;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.header-benefits-info.active {
  background: #111541;
}
.header-benefits-info-num {
  line-height: 1;
  position: relative;
  padding-left: 23px;
  font-weight: 500;
  color: #fff;
}
.header-benefits-desc {
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
  padding: 0 5px;
}
.header-info-wrapp {
  text-align: right;
}
.header-info-block {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
}
.header-info-contacts {
  margin-right: 45px;
}
.header-tel {
  font-size: 20px;
  white-space: nowrap;
  margin-bottom: 7px;
  font-weight: 500;
  line-height: 1;
}
.header-tel a {
  text-decoration: none;
  color: inherit;
}
.header-email {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 3px;
  text-decoration: none;
}
.header-email:hover {
  text-decoration: underline !important;
}
.header-cart {
  display: block;
  position: relative;
  padding-left: 72px;
}
.header-cart-icon {
  width: 34px;
  height: 34px;
  left: 0;
  top: 7px;
  display: inline-block;
  position: absolute;
  background: url(/img/header-cart-icon.png);
}
.header-cart-num {
  position: absolute;
  padding: 3px 4px;
  width: 31px;
  text-align: center;
  background: #e31245;
  font-size: 13px;
  font-weight: 500;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  top: 0px;
  left: 25px;
  color: #fff;
}
.header-cart-desc-wrapp {
  display: table;
  height: 50px;
}
.header-cart-desc-wrapp a {
  text-decoration: none;
}
.header-cart-desc {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.header-cart-desc-title {
  display: block;
  margin-bottom: 9px;
}
.header-cart-desc-sum {
  color: #000;
  display: block;
}
.header-nav {
  background: #111541;
}
.header-nav-wrapp {
  position: relative;
  padding: 0 40px 0 1px;
}
.menu-top a {
  text-decoration: none;
}
.menu-top > li {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.menu-top > li:hover > a {
  color: #e31245;
}
.menu-top > li:hover > a:after {
  background: #e9ecee;
}
.menu-top > li:hover .menu-top-submenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0.3s;
}
.menu-top > li > a {
  display: block;
  padding: 16px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.menu-top > li > a > span {
  display: table-cell;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 155px;
  z-index: 2;
}
.menu-top > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.menu-top > li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 32px;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background: #8f1343;
  left: -1px;
}
.menu-top-submenu {
  position: absolute;
  left: -15px;
  right: -15px;
  top: 100%;
  padding: 15px;
  background: #e9ecee;
  z-index: 666;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0.3s;
}
.list > li {
  position: relative;
  /*padding-left: 16px;*/
}
.list > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
  background: #e31245;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.list > li + li {
  margin-top: 5px;
}
.page-text ul.pagination li {
  padding-left: 0;
}
.page-text ul.pagination li:before {
  display: none;
}
.page-text ul.pagination li + li {
  margin-top: 0;
}
.menu-top-submenu-list {
  padding-top: 20px;
}
.menu-top-submenu-list > li + li {
  margin-top: 20px;
}
.menu-top-submenu-list a {
  display: block;
}
.menu-top-submenu-list a:hover {
  text-decoration: underline !important;
}
.menu-top-submenu-img img {
  display: block;
  width: 100%;
}
.header-nav-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 40px 12px 0;
  background: #111541;
  z-index: 6;
  width: 40px;
  overflow: hidden;
}
.header-nav-search .form-block {
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.header-nav-search.active {
  width: 100%;
}
.header-nav-search.active .form-block {
  opacity: 1;
  z-index: 1;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.form-block {
  position: relative;
}
.form-block.active .input-placeholder {
  font-size: 12px;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.form-block.active .input {
  opacity: 1;
  border-bottom-color: #111541;
}
.input,
.inputtext {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: solid 1px #a0a0a0;
  opacity: 0.54;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 30px;
  position: relative;
  z-index: 1;
}
.input-placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  opacity: 0.54;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.form-block-white .input {
  border-bottom-color: #fff;
  color: #fff;
}
.form-block-white .input-placeholder {
  color: #fff;
}
.form-block-white.active .input {
  border-bottom-color: #fff;
}
.search-submit {
  width: 40px;
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/img/search.png) center center no-repeat;
}
.benefits-header-arrow {
  width: 56px;
  height: 30px;
  top: -30px;
  position: absolute;
  z-index: 667;
}
.benefits-header-arrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  border-left: solid 28px transparent;
  border-right: solid 28px transparent;
  border-bottom: solid 22px #111541;
}
.benefits {
  background: #111541;
  position: relative;
}
.benefits-container {
  overflow: hidden;
  padding: 25px 0;
}
.benefits-header {
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.benefits-header.active {
  opacity: 1;
  z-index: 667;
}
.benefits-wrapp {
  overflow: hidden;
}
.benefits-block {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding-right: 22px;
  text-align: center;
}
.benefits-block-desc {
  font-family: 'FuturaNewDemi-Reg', arial, helvetica, sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 1%;
  padding-right: 15px;
}
.benefits-block-desc .num {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.benefits-block-desc .num-big {
  width: 40px;
}
.benefits-block-desc .desc {
  color: #e31245;
  line-height: 1;
}
.benefits-block-desc .desc-big {
  font-size: 32px;
}
.benefits-block-text {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}
[class^="benefits-icon-"] {
  display: inline-block;
  width: 54px;
  height: 53px;
  background: url(/img/benefits-icons.png);
}
.benefits-icon-2 {
  background-position: 0 -53px;
}
.benefits-icon-3 {
  background-position: 0 -106px;
}
/* head-mobile */
.head-mobile {
  background: #111541;
  display: none;
}
.head-mobile-row {
  /*padding:13px 32px 13px 0;*/
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.head-mobile-row_left .head-mobile-lang {
  display: none;
}
.head-mobile-row_center .head-mobile-logo {
  display: none;
}
.head-mobile-row_right .head-mobile-mes {
  display: none;
  color: #fff;
}
.nav-mobile-open {
  display: inline-block;
  float: left;
  width: 24px;
  height: 19px;
  margin-right: 16px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: relative;
}
.nav-mobile-open:before {
  content: '';
  position: absolute;
  height: 2px;
  top: 6px;
  left: 0;
  right: 0;
  background: #fff;
}
.head-mobile-enter-btn {
  display: inline-block;
  float: right;
  width: 21px;
  height: 21px;
  background: url(/img/head-mobile-icon.png);
  margin-right: 20px;
}
.head-mobile-nav-search {
  width: 32px;
  padding-right: 32px;
}
.head-mobile-nav-search .search-submit {
  width: 32px;
  background-size: 21px 21px;
}
.head-mobile-tel {
  display: none;
  float: right;
  color: #fff;
}
.nav-mobile {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 668;
}
.nav-mobile a {
  text-decoration: none;
}
.nav-mobile-body {
  width: 300px;
  background: #e9ecee;
  height: 100%;
  padding-bottom: 25px;
}
.nav-mobile-header {
  padding: 11px 15px;
  border-bottom: solid 1px #cdcfd1;
}
.nav-mobile-header .lang-info-wrapp {
  margin-bottom: 0;
}
.nav-mobile-close {
  float: right;
}
.close {
  font-size: 24px;
  opacity: 0.54;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 20px;
  display: inline-block;
  -webkit-transform: scaleY(0.8);
  -moz-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
}
.nav-mobile-menu {
  padding: 15px;
}
.nav-mobile-list {
  font-size: 20px;
}
.nav-mobile-list > li:before {
  top: 12px;
}
.nav-mobile-list > li + li {
  margin-top: 16px;
}
.nav-mobile-submenu {
  padding: 18px;
  font-size: 16px;
  border-bottom: solid 1px #cdcfd1;
  display: none;
}
.nav-mobile-submenu > li + li {
  margin-top: 18px;
}
.nav-mobile-logo {
  padding: 15px 15px 0;
  display: none;
}
.nav-mobile-links {
  padding: 18px 15px;
  border-top: solid 1px #cdcfd1;
  border-bottom: solid 1px #cdcfd1;
  display: none;
}
.nav-mobile-links li + li {
  margin-top: 25px;
}
.nav-mobile-links a {
  position: relative;
  display: block;
  padding-left: 38px;
  text-decoration: none;
}
.nav-mobile-links a:hover {
  text-decoration: underline;
}
.nav-mobile-links .login-icon {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  border: 0;
}
.nav-mobile-links .user-icon {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 5px;
  margin-top: -12px;
  border: 0;
}
.nav-mobile-links span {
  color: #000;
}
[class^="nav-mobile-link-icon-"] {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -12px;
  background: url(/img/nav-mobile-link-icons.png);
  border: 0;
}
.nav-mobile-link-icon-2 {
  background-position: 0 -24px;
}
.nav-mobile-link-icon-3 {
  background-position: 0 -48px;
}
.nav-mobile-link-icon-4 {
  background-position: 0 -72px;
}
.nav-mobile-search-wrapp {
  padding: 15px;
  display: none;
}
.nav-mobile-search-search {
  position: relative;
}
.nav-mobile-search-search .input {
  padding-left: 30px;
}
/* main-slide */
.main-slide-img {
  height: 328px;
}
.main-slide-img img {
  display: block;
  visibility: hidden;
}
.main-slide {
  position: relative;
}
.main-slide-desc {
  position: absolute;
  display: table;
}
.main-slide-desc span {
  color: #e31245;
}
.main-slide-desc-1 {
  left: 0;
  top: 50px;
  width: 797px;
  height: 117px;
  background: url(/img/main-slide-desc.png) left top;
  background-size: 100% 100%;
}
.main-slide-desc-1 .main-slide-desc-cell {
  padding: 15px 70px 15px 30px;
}
.main-slide-desc-1 .title {
  font-size: 28px;
  line-height: 1.2;
}
.main-slide-desc-cell {
  display: table-cell;
  vertical-align: middle;
}
.main-slide-desc-2,
.main-slide-desc-4 {
  right: 0;
  width: 490px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 50px;
}
.main-slide-desc-2 .title,
.main-slide-desc-4 .title {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.main-slide-desc-3 {
  left: 0;
  width: 670px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 50px;
  color: #fff;
}
.main-slide-desc-3 .title {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.main-slide-desc-4 {
  width: 620px;
  color: #fff;
}
.main-slider-wrapp {
  margin: 0 -15px;
}
.main-slider-wrapp .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 12px;
}
.main-slider-wrapp .slick-dots button {
  border-color: #fff;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots button {
  border: solid 3px #e0e0e0;
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slick-dots button:hover {
  border-color: #e31245;
}
.slick-dots .slick-active button {
  background: #e31245;
  border-color: #e31245;
}
/* catalog-main */
.main-catalog {
  padding-top: 25px;
}
.cat-main-block {
  padding-bottom: 20px;
}
.cat-main-head-img {
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  max-width: 165px;
}
.cat-main-head-img img {
  display: block;
  width: 100%;
}
.cat-main-head-title {
  margin: 10px 0;
}
.cat-main-head-title span {
  color: #e31245;
}
.cat-main-head-desc {
  font-size: 13px;
  margin-bottom: 15px;
}
.cat-main-list {
  color: #111541;
  margin-bottom: 20px;
}
.cat-main-list a {
  text-decoration: none;
  display: block;
}
.cat-main-list a:hover {
  text-decoration: underline;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  border: 0;
}
.btn-main {
  color: #fff;
  padding: 8px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #111541;
}
.btn-main:hover {
  opacity: 0.54;
}
.btn-main:active {
  opacity: 1;
  background: #e31245;
}
.btn-sec {
  position: relative;
  padding-right: 15px;
}
.btn-sec:hover {
  opacity: 0.54;
}
.btn-sec:active {
  opacity: 1;
  color: #e31245;
}
.btn-sec:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEU5NzFCN0Q1ODZEMTFFNUIyNTNCRkZEQTdFNTc5RkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEU5NzFCN0U1ODZEMTFFNUIyNTNCRkZEQTdFNTc5RkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RTk3MUI3QjU4NkQxMUU1QjI1M0JGRkRBN0U1NzlGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RTk3MUI3QzU4NkQxMUU1QjI1M0JGRkRBN0U1NzlGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkfcRV8AAABTSURBVHjaYngs5GoMxEL///9ngGEmBgaGciBe9kTYTYgBCkCCGVA2XIIRpBzKWQaVjGJiwAIYQZYgq5J5u+sdSOUMZAEQgwWIu4D4HkwABAACDAAsbyKNfI3QhwAAAABJRU5ErkJggg==');
}
.btn-danger {
  color: #fff;
  padding: 8px 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #e31345;
}
.btn-danger:hover {
  opacity: 0.54;
}
.btn-danger:active {
  opacity: 1;
  background: #e31245;
}
/* project */
.project {
  padding-top: 20px;
}
.project-block {
  display: table;
  width: 100%;
  height: 191px;
  margin-bottom: 20px;
  background: #e9ecee;
}
.project-block-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 18px 30px 18px 180px;
  position: relative;
}
.project-block-cell img {
  position: absolute;
  top: 0;
  left: 0;
}
.project-block-content {
  position: relative;
  z-index: 1;
}
.project-block-title {
  margin-bottom: 13px;
}
.project-block-text {
  font-size: 13px;
  margin-bottom: 18px;
}
/* main-bar */
.main-bar {
  padding: 20px 0;
}
.widget-title {
  margin-bottom: 25px;
}
.widget-title > * {
  display: table-cell;
  vertical-align: bottom;
}
.widget-title .title {
  width: 1%;
  padding-right: 10px;
  font-size: 28px;
  white-space: nowrap;
  line-height: 1;
}
.widget-title .line {
  position: relative;
}
.widget-title .line:before,
.widget-title .line:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 2px;
}
.widget-title .line:before {
  width: 100%;
  background: #111541;
}
.widget-title .line:after {
  width: 100px;
  background: #e31245;
}
.widget-title .link {
  width: 1%;
  padding-left: 12px;
  white-space: nowrap;
}
.about-widget-img {
  display: inline-block;
  float: left;
  margin: 0 30px 20px 0;
}
.about-widget-img img {
  display: block;
  width: 100%;
}
.about-widget-content {
  padding-top: 5px;
}
.about-widget-content img {
  margin-bottom: 20px;
}
.about-widget-text {
  margin-bottom: 20px;
  font-size: 13px;
}
.news-widget {
  margin-bottom: 20px;
}
.news-widget-block {
  margin-bottom: 13px;
  font-size: 13px;
}
.news-widget-block:last-child {
  margin-bottom: 0;
}
.news-widget-date {
  position: relative;
  padding-left: 15px;
  color: #999a9a;
  margin-bottom: 5px;
}
.news-widget-date:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e31245;
}
.news-widget-text {
  display: block;
  text-decoration: none;
}
.news-widget-text:hover {
  text-decoration: underline;
}
/* clients */
/*.clients {*/
/*  padding-bottom: 45px;*/
/*}*/
.clients .widget-title {
  margin-bottom: 45px;
}
.clients-slider-wrapp {
  position: relative;
  padding: 0 20px;
}
.clients-slide {
  padding: 0 15px;
}
.clients-slide-wrapp {
  display: table;
  width: 100%;
  height: 88px;
  border: solid 1px #ccc;
}
.clients-slide-cell {
  display: table-cell;
  vertical-align: middle;
}
.clients-slide-cell img {
  display: block;
  max-width: 170px;
  margin: auto;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
}
.clients-slide-cell:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.slick-prev,
.slick-next {
  position: absolute;
  width: 14px;
  height: 23px;
  top: 50%;
  margin-top: -12px;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: url(/img/slick-arrows.png);
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
  background-position: 0 -23px;
}
/* benefits */
.benefits-page {
  padding: 35px 0 20px;
}
.benefits-page .widget-title {
  margin-bottom: 20px;
}
.widget-title-white {
  color: #fff;
}
.widget-title-white .line:before {
  background: #fff;
}
/* services */
.services {
  padding: 40px 0 25px;
}
.tabs-nav li {
  cursor: pointer;
}
.tabs-nav-page {
  padding-bottom: 30px;
}
.tabs-nav-page li {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  position: relative;
  text-align: center;
  height: 40px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 8px 10px;
}
.tabs-nav-page li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  right: -1px;
  top: 50%;
  margin-top: -20px;
  background: #f07f9a;
  z-index: -1;
}
.tabs-nav-page li:last-child:before {
  display: none;
}
.tabs-nav-page .active,
.tabs-nav-page li:hover {
  background: #e9ecee;
}
.tabs-nav-page .active:before,
.tabs-nav-page li:hover:before,
.tabs-nav-page .active:last-child:before,
.tabs-nav-page li:hover:last-child:before {
  display: block;
  height: auto;
  top: 0;
  bottom: 0;
  background: #e9ecee;
  left: -1px;
  right: -1px;
  margin-top: 0;
}
.tabs-nav-page .active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-top: solid 12px #e9ecee;
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
}
.tabs-wrapp {
  position: relative;
}
.tab-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.tab-block.active {
  position: relative;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1;
  opacity: 1;
}
.intro-img {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 20px 30px 20px 0;
  text-align: center;
}
.services-tab-img {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 30px 20px 0;
}
.services-tab-desc,
.intro-desc {
  padding: 20px 0 10px;
  font-size: 13px;
}
.services-tab-desc > *,
.intro-desc > * {
  margin-bottom: 20px;
}
/* main-more */
.main-more {
  padding: 30px 0 15px;
  background: #e9ecee;
  margin-bottom: 30px;
}
.main-more-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
}
.main-more-btns-wrapp {
  text-align: center;
}
.main-more-btns-wrapp .btn {
  margin: 0 15px 15px;
}
.payment_logo {
  text-align: center;
  margin: 50px auto;
}
.payment_logo img {
  width: 100%;
  max-width: 541px;
}
/* footer */
.footer {
  margin-top: 30px;
  padding: 35px 0 5px;
  background: #2a2a2a;
  color: #fff;
}
.footer-block {
  padding-bottom: 25px;
}
.footer-block-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-menu {
  font-size: 13px;
}
.footer-menu a {
  text-decoration: none;
  color: inherit;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-address {
  margin-bottom: 15px;
  font-size: 13px;
}
.footer-tels {
  font-size: 13px;
}
.footer-tels a {
  display: inline-block;
  white-space: nowrap;
  color: inherit;
  margin: 0 17px 13px 0;
}
.footer-copyright {
  padding-bottom: 25px;
  font-size: 13px;
}
.copyright {
  margin-bottom: 15px;
  font-size: 11px;
}
.copyright-desc {
  margin-bottom: 5px;
  font-size: 11px;
}
.copyright-desc a {
  color: #fff;
}
/* modal */
.modal {
  display: none;
  width: 420px;
  padding: 35px 30px 40px;
  background: #fff;
}
.modal-wrapp .fancybox-skin {
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.modal-wrapp .fancybox-close {
  width: 15px;
  height: 13px;
  background: url(/img/close.png);
  top: 15px;
  right: 15px;
}
.modal-wrapp .fancybox-next {
  right: -30px;
}
.modal-wrapp .fancybox-prev {
  left: -30px;
}
.modal-tabs {
  font-size: 24px;
  margin-bottom: 30px;
}
.modal-tabs li {
  display: inline-block;
  float: left;
  padding-right: 20px;
  margin-right: 18px;
  border-right: solid 2px #000;
  line-height: 1;
  margin-bottom: 5px;
}
.modal-tabs li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.modal-tabs .active {
  color: #8f8f8f;
}
.modal-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.send {
  text-align: center;
  -webkit-transform: translateZ(0);
}
.send p {
  margin-bottom: 25px;
}
.form-block-modal {
  margin-bottom: 35px;
}
.alert {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  right: 0;
  border-top: solid 1px #e31245;
  color: #e31245;
  font-size: 12px;
  padding-top: 5px;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: -1;
}
.alert.active {
  opacity: 1;
  z-index: 1;
}
.enter-submit {
  margin-right: 18px;
}
.forgot {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
}
.forgot:hover {
  text-decoration: underline;
}
/* catalog */
.breadcrumb-wrapp {
  background: #e9ecee;
  margin-bottom: 30px;
}
.breadcrumb {
  font-size: 12px;
  color: #848594;
  padding: 12px 0;
  margin: 0;
}
.breadcrumb li {
  display: inline;
  padding: 0;
  color: #282D69;
  font-size: 14px;
  line-height: 1.4;
}
.breadcrumb li + li:before {
  content: '\003E';
  display: inline;
  margin: 0 4px;
  -webkit-transform: scale(0.8, 1.5) translateY(-1px);
  -moz-transform: scale(0.8, 1.5) translateY(-1px);
  -o-transform: scale(0.8, 1.5) translateY(-1px);
  -ms-transform: scale(0.8, 1.5) translateY(-1px);
  transform: scale(0.8, 1.5) translateY(-1px);
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.intro {
  padding-bottom: 20px;
}
.intro h1,
.intro h2,
.intro h3 {
  font-size: 28px;
}
.intro h4 {
  font-size: 20px;
}
.intro-catalog {
  margin-top: -30px;
}
.intro-text p + p {
  margin-top: 10px;
}
.catalog-title {
  margin-bottom: 25px;
}
.catalog-row {
  padding-bottom: 15px;
}
.catalog-col {
  margin-bottom: 25px;
}
.catalog-table {
  width: 100%;
  height: 100%;
  border: solid 1px #e0e0e0;
}
.catalog-table td {
  padding: 10px;
  vertical-align: middle;
}
.catalog-table .ct-title {
  padding-left: 20px;
  width: 100%;
}
.catalog-table .ct-num {
  padding-right: 20px;
}
.ct-img {
  text-align: center;
  width: 130px;
}
.ct-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  overflow: hidden;
}
.ct-title {
  font-size: 20px;
  border-left: solid 1px #e0e0e0;
}
.ct-title a {
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-bottom: solid 1px transparent;
  text-decoration: none;
}
.ct-title a:hover {
  border-bottom-color: #111541;
}
.ct-num {
  text-align: center;
  font-size: 20px;
  opacity: 0.54;
  width: 0;
}
.ct-more {
  text-align: center;
  cursor: pointer;
  border-left: solid 1px #e0e0e0;
  width: 0;
  min-width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ct-more.disabled {
  cursor: default;
}
.ct-more.disabled .ct-more-icon {
  background-position: 0 -9px;
}
.ct-more.active .ct-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ct-more-icon {
  display: inline-block;
  width: 15px;
  height: 9px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: url(/img/ct-more-icons.png);
}
.catalog-table-info {
  padding: 15px 0 0 115px;
  color: #111541;
  display: none;
}
.catalog-table-info a {
  text-decoration: none;
}
.catalog-table-info a:hover {
  text-decoration: underline;
}
.catalog-slider-wrapp {
  padding-bottom: 50px;
}
.page-title {
  font-size: 24px;
  margin-bottom: 33px;
}
.catalog-slider {
  margin: 0 -15px;
}
.catalog-slide {
  padding: 10px 15px;
}
.catalog-slide-link {
  display: flex;
  max-width: 195px;
  text-align: center;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.catalog-slide-link:hover {
  text-decoration: underline;
}
.catalog-slide-link img {
  display: block;
}
.page-text {
  font-size: 13px;
  line-height: 1.5;
}
.page-text > * {
  margin-bottom: 20px;
}
.page-text h1 span,
.page-text h2 span,
.page-text h3 span {
  color: #e31245;
}
.page-text ul > li {
  position: relative;
  padding-left: 16px;
}
.page-text ul > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
  background: #e31245;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-text ul > li + li {
  margin-top: 5px;
}
.catalog-list-wrapp {
  padding-bottom: 45px;
}
.catalog-list-table {
  width: 100%;
  border: solid 1px #c5c5c5;
}
.catalog-list-table td {
  vertical-align: middle;
  padding: 20px;
}
.catalog-list-table .clt-to-cart {
  padding: 10px;
}
.catalog-list-table .clt-desc {
  padding-left: 30px;
  padding-right: 30px;
}
.catalog-list-table + .catalog-list-table {
  margin-top: -1px;
}
.catalog-list-table .clt-img {
  padding: 10px;
}
.clt-img {
  width: 165px;
  text-align: center;
}
.clt-img img {
  max-width: 145px;
}
.clt-desc {
  border-left: solid 1px #c5c5c5;
  font-size: 13px;
  line-height: 1.5;
}
.clt-desc span {
  font-weight: 500;
}
.clt-desc-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.clt-desc-title a {
  text-decoration: none;
}
.clt-desc-title a:hover {
  text-decoration: underline;
}
.old_price {
  text-decoration: line-through;
  padding-bottom: 10px;
}
.clt-price {
  font-size: 20px;
  white-space: nowrap;
  text-align: right;
}
.clt-price p {
  color: #71738d;
  font-size: 11px;
  font-style: italic;
  margin-top: 5px;
}
.clt-to-cart {
  width: 65px;
  border-left: solid 1px #c5c5c5;
  text-align: center;
}
.to-cart-btn {
  border: 0;
  width: 34px;
  height: 46px;
  background: url(/img/to-cart-btn.png);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.to-cart-btn:hover {
  opacity: 0.7;
}
/* item */
.item-row {
  padding-bottom: 30px;
}
.item-img-slider {
  border: solid 1px #e0e0e0;
}
.item-img {
  display: inline-block;
  float: left;
  width: 400px;
  padding-bottom: 75px;
  position: relative;
}
.item-img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}
.item-img-wrapp {
  width: 100%;
  min-height: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 10px;
}
.item-img-wrapp img {
  display: block;
  margin: auto;
  max-height: 378px;
}
.item-desc {
  padding: 0 0 30px 0;
  margin-left: 450px;
}
.spare-parts-product .item-desc {
  margin-left: 0;
}
.item-title {
  margin-bottom: 25px;
}
.item-form {
  padding-bottom: 30px;
}
.item-form .item-num {
  margin-right: 38px;
}
.item-form .btn-item {
  margin: 5px 0;
  text-decoration: none;
}
.item-form .substituted {
  font-size: 18px;
}
.price_usd:before {
  content: '$';
}
.price_eur:before {
  content: '€';
}
.item-price,
.item-num {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}
.item-price {
  font-size: 33px;
  margin-right: 40px;
  line-height: 1;
  color: #e31245;
}
.item-price .price_usd_big {
  font-size: 25px;
}
.price_usd_small {
  font-size: 16px;
}
.item-num {
  border: solid 1px #ccc;
}
.item-num-btn {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #e0e0e0;
  cursor: pointer;
}
.item-num-btn a {
  text-decoration: none;
}
.item-num-btn:hover {
  background: #cecece;
}
.item-num-input {
  text-align: center;
  display: inline-block;
  float: left;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  border: 0;
  height: 38px;
  width: 72px;
}
.btn-item {
  font-size: 16px;
  padding: 10px 28px;
}
.item-tab-desc > * {
  padding-top: 20px;
}
.tab-block-mobile-title {
  cursor: pointer;
  color: #111541;
  display: none;
  padding: 1px 0;
  margin: 10px 0;
}
.tab-block-mobile-title span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.tab-block-mobile-title span:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  right: 0;
  top: 50%;
  margin-top: -2px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDREQkMxQzI1QUUwMTFFNTk3NUU5Qzk0RUYyQUNBRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDREQkMxQzM1QUUwMTFFNTk3NUU5Qzk0RUYyQUNBRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNERCQzFDMDVBRTAxMUU1OTc1RTlDOTRFRjJBQ0FFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNERCQzFDMTVBRTAxMUU1OTc1RTlDOTRFRjJBQ0FFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgjeZncAAABQSURBVHjaYnws5GrMwMBQDsQZQPyOAQKEgHgGEHcxAYn7QMwHxMugEkJQNkjsHiPQBAYkQWQQBTKRCcp5BxVAkQQxYCYwINnNgOQWBoAAAwDQTQ/DWcTC5gAAAABJRU5ErkJggg==');
}
.item-down-link {
  display: inline-block;
  text-decoration: none;
}
.item-down-link img,
.item-down-link span {
  display: inline-block;
  vertical-align: middle;
}
.item-down-link img {
  margin-right: 15px;
}
.item-down-link:hover span {
  text-decoration: underline;
}
/* about */
.page-nav {
  padding: 15px 0 40px;
}
.page-nav li {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  position: relative;
  text-align: center;
  min-height: 40px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-nav li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  right: -1px;
  top: 50%;
  margin-top: -20px;
  background: #f07f9a;
  z-index: -1;
}
.page-nav li:last-child:before {
  display: none;
}
.page-nav li:hover {
  background: #e9ecee;
}
.page-nav li a {
  display: block;
  padding: 10px 10px;
}
.page-nav .active {
  background: #e9ecee;
}
/* cart */
.cart-table {
  width: 100%;
  border: solid 1px #c5c5c5;
}
.cart-table tr {
  vertical-align: middle;
}
.cart-table + .cart-table {
  margin-top: -1px;
}
.cart-table-img {
  width: 130px;
  padding: 10px;
  text-align: center;
}
.cart-table-img a {
  display: block;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cart-table-img a:hover {
  opacity: 0.8;
}
.cart-table-img img {
  max-width: 110px;
}
.cart-table-price {
  padding: 20px 30px;
  white-space: nowrap;
  font-size: 20px;
  text-align: center;
}
.cart-table-price p {
  color: #71738d;
  font-size: 11px;
  font-style: italic;
  margin-top: 5px;
}
.cart-table-del {
  width: 65px;
  border-left: solid 1px #c5c5c5;
  text-align: center;
  padding: 20px 0;
}
.cart-table-num {
  padding: 10px 0;
  width: 155px;
  text-align: center;
}
.cart-table-desc {
  padding: 20px 30px;
  border-left: solid 1px #c5c5c5;
  line-height: 1.4;
}
.cart-table-desc a {
  text-decoration: none;
}
.cart-table-desc a:hover {
  text-decoration: underline;
}
.cart-form-info {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 640px) {
  .cart-form-info {
    flex-direction: column;
  }
}
.cart-checkout-wrapp {
  text-align: right;
}
.cart-submit {
  display: inline-block;
  margin: 5px 10px 5px 0;
}
.cart-coupon {
  flex-grow: 1;
}
.cart-price {
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  color: #e31245;
}
.cart-price p {
  color: #71738d;
  font-size: 11px;
  font-style: italic;
  margin-top: 5px;
}
.cart-policies {
  margin: 20px 0;
  padding: 0;
}
/* contacts */
.contacts-info {
  padding-bottom: 30px;
}
.contacts-row {
  padding-bottom: 15px;
}
.contact-block {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}
.contact-block:last-child {
  margin-bottom: 0;
}
.contact-block a {
  color: inherit;
  text-decoration: none;
}
.contact-block a:hover {
  text-decoration: underline;
}
.contact-block .vcard {
  color: #111541;
  font-weight: 500;
}
.contact-block-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}
.contacts-map {
  padding-bottom: 30px;
}
.map {
  height: 366px;
}
.form-contacts {
  padding-bottom: 30px;
}
.form-block-input {
  margin-bottom: 40px;
}
.form-contacts-btns .btn {
  margin-right: 28px;
}
.form-contacts-btns .btn,
.form-contacts-btns .checkbox-label {
  margin-bottom: 20px;
}
.checkbox-label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 38px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url(/img/checkbox.png);
}
.checkbox-label.active:before {
  background-position: 0 -20px;
}
.checkbox {
  display: none;
}
/* news */
.news-block {
  padding-bottom: 5px;
}
.news-block-col {
  padding-bottom: 30px;
}
.news-block-img {
  display: block;
}
.news-block-img img {
  display: block;
  margin: auto;
}
.news-block-date,
.news-date {
  font-size: 13px;
  color: #999a9a;
  margin-bottom: 15px;
}
.news-date {
  margin-bottom: 10px;
}
.news-title {
  margin-bottom: 15px;
}
.news-block-title {
  font-size: 16px;
  color: #111541;
  margin-bottom: 15px;
}
.news-block-title a {
  display: block;
  text-decoration: none;
}
.news-block-title a:hover {
  text-decoration: underline;
}
.news-block-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.news-block-text > * {
  margin-bottom: 15px;
}
/*.pagination {*/
/*  font-size: 20px;*/
/*  padding: 20px 0 30px;*/
/*  margin: 0;*/
/*  display: flex;*/
/*  gap: 10px;*/
/*}*/
/*.pagination li {*/
/*  display: block;*/
/*  margin: 0;*/
/*}*/
/*.pagination a {*/
/*  display: block;*/
/*  width: 35px;*/
/*  line-height: 35px;*/
/*  white-space: nowrap;*/
/*  text-align: center;*/
/*  background: #111541;*/
/*  -moz-transition: 0.2s;*/
/*  -webkit-transition: 0.2s;*/
/*  -o-transition: 0.2s;*/
/*  transition: 0.2s;*/
/*  -moz-border-radius: 2px;*/
/*  -webkit-border-radius: 2px;*/
/*  -o-border-radius: 2px;*/
/*  border-radius: 2px;*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/
/*.pagination .active a,*/
/*.pagination a:hover {*/
/*  background: #e31245;*/
/*}*/
/*.pagination .prev a,*/
/*.pagination .next a {*/
/*  background: transparent;*/
/*  color: #111541;*/
/*  width: 30px;*/
/*  font-size: 22px;*/
/*}*/
.news-list-title {
  font-size: 24px;
  margin-bottom: 30px;
}
/* order */
.order-col {
  padding-bottom: 30px;
}
.order-nav {
  padding-bottom: 50px;
}
.order-nav li {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  position: relative;
  text-align: center;
  height: 56px;
  color: #9a9a9a;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 8px 10px;
}
.order-nav li:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  right: -1px;
  top: 50%;
  margin-top: -20px;
  background: #f07f9a;
  z-index: -1;
}
.order-nav li:last-child:before {
  display: none;
}
.order-nav .active {
  background: #e9ecee;
  color: #000;
}
.order-nav .active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 28px transparent;
  border-bottom: solid 28px transparent;
  border-left: solid 14px #e9ecee;
  top: 50%;
  margin-top: -28px;
  right: -14px;
}
.order-nav .active:last-child:after {
  display: none;
}
.order-step {
  padding-bottom: 40px;
}
.order-step-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.form-block-check {
  margin-bottom: 25px;
}
.radio {
  display: none;
}
.radio-label {
  position: relative;
  color: #757575;
  padding-left: 36px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: url(/img/radio.png);
}
.radio-label.active:before {
  background-position: 0 -22px;
}
.order-step-info-table {
  font-size: 13px;
  margin-bottom: 30px;
}
.order-step-info-table td {
  padding: 8px 30px 8px 0;
  vertical-align: top;
}
.order-step-info-table td:first-child {
  font-weight: 500;
}
.order-info {
  background: #e9ecee;
}
.order-info__row {
  border-bottom: solid 1px #cdcfd1;
}
.order-info__row:last-child {
  border: none;
}
.order-info__item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.order-info__name {
  font-size: 13px;
  width: 65%;
}
.order-info__quanity {
  font-size: 13px;
  width: 15%;
  text-align: center;
}
.order-info__sum {
  font-size: 13px;
  width: 20%;
  text-align: right;
}
.order-info__text {
  width: 50%;
  font-size: 14px;
}
.order-info__text_right {
  text-align: right;
}
.order-info-body {
  padding: 15px;
  border-bottom: solid 1px #cdcfd1;
}
.order-info-title {
  font-size: 20px;
  margin-bottom: 0;
}
.order-info-title a {
  float: right;
  font-size: 12px;
  color: #000;
}
.order-info-table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 13px;
}
.order-info-table:last-child {
  margin-bottom: 0;
}
.order-info-table td {
  vertical-align: top;
}
.order-info-table .price {
  white-space: nowrap;
  padding-left: 15px;
  font-size: 16px;
}
.order-info-sum {
  padding: 10px 15px;
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  overflow: hidden;
}
.order-info-sum table {
  vertical-align: top;
  float: right;
}
.order-info-sum table td {
  vertical-align: top;
  padding: 5px;
}
/* text-page */
.text-page {
  margin-top: -30px;
}
.text-page-img {
  margin-bottom: 30px;
}
.text-page-img img {
  display: block;
  width: 100%;
}
.text-page-head-cat {
  padding-bottom: 25px;
}
.text-page-head-cat > * {
  margin-bottom: 20px;
}
.text-page-head-cat .list {
  color: #111541;
}
.steps {
  padding: 45px 0 35px;
}
.steps-row {
  margin: 0 -5px;
  text-align: center;
  font-size: 0;
  padding-top: 25px;
}
.steps-col {
  width: 110px;
  position: relative;
  padding: 0 5px 30px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.steps-col:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 17px;
  right: -5px;
  top: 26px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUYzNjZGRTM1Qzc4MTFFNUE4QTU5MzZBQjhFOTg4RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUYzNjZGRTQ1Qzc4MTFFNUE4QTU5MzZBQjhFOTg4RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRjM2NkZFMTVDNzgxMUU1QThBNTkzNkFCOEU5ODhGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRjM2NkZFMjVDNzgxMUU1QThBNTkzNkFCOEU5ODhGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhOX6oUAAACnSURBVHjaYhQUdWSAAhDjEhC/ZcABmKC0FxB7AnEGEAvjU8wJxLpQPj8+Dcyc3Ip/gPQVINYGYi4g5oBqvgbE39EVg+ifxGiAKSZKA7JighrQFePVgE0xTMNjIDaD8kEalJhwBCkoCCOR+F+BeAUTDoXIYQ1SOBOIXzARqxA5ugkqRFZMUCFMMRcxCmGKQbFzm5BCEGAB4v9AvB6IfwDxOVwKQQAgwACdIDSd/q07OwAAAABJRU5ErkJggg==');
}
.steps-col:last-child:before {
  display: none;
}
.steps-num {
  display: inline-block;
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #111541;
  color: #fff;
  line-height: 70px;
  margin-bottom: 15px;
  font-family: 'FuturaNewDemi-Reg', arial, helvetica, sans-serif;
  font-size: 40px;
}
.text-page-body {
  padding-bottom: 30px;
}
/* cabinet */
.tabs-nav-cabinet {
  display: inline-block;
}
.tabs-nav-cabinet li {
  width: auto;
  height: 56px;
  padding: 0 40px;
}
.tabs-nav-cabinet .active:after {
  display: none;
}
.cabinet-tabs {
  padding-bottom: 20px;
}
.cabinet-table {
  width: 100%;
}
.cabinet-table > thead > tr {
  background: #111541;
  color: #fff;
}
.cabinet-table > thead > tr .cab-more {
  border-left: 0;
}
.cabinet-table > thead > tr .cab-td {
  border-bottom: 0;
}
.cabinet-table > tbody .cab-number {
  color: #111541;
}
.cabinet-table > tbody > tr > .cab-td:first-child {
  border-left: solid 1px #c5c5c5;
}
.cabinet-table > tbody > tr > .cab-td:last-child {
  border-right: solid 1px #c5c5c5;
}
.cabinet-table > tbody .cab-more {
  cursor: pointer;
}
.cabinet-table .cab-body.even {
  background: #e9ecee;
}
.cab-td {
  border-bottom: solid 1px #c5c5c5;
  vertical-align: top;
  padding: 20px;
}
.cab-more {
  width: 65px;
  border-left: solid 1px #c5c5c5;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cab-more.active .ct-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cab-more-wrapp.active .cab-more-cell {
  border-bottom: solid 1px #c5c5c5;
}
.cab-more-info {
  margin: -1px -1px 0 0;
  padding-bottom: 23px;
}
.cab-more-info {
  display: none;
}
.download {
  position: relative;
  padding-left: 26px;
  text-decoration: none;
}
.download:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBQUIwMkQ1RDM4MTFFNUJGOEI4RENENjU2NDUyMjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBQUIwMkU1RDM4MTFFNUJGOEI4RENENjU2NDUyMjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OUFBQjAyQjVEMzgxMUU1QkY4QjhEQ0Q2NTY0NTIyMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OUFBQjAyQzVEMzgxMUU1QkY4QjhEQ0Q2NTY0NTIyMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PihzfosAAACjSURBVHjaYty64ygDGjAAYgE0sS9AfAZZgIUBE0wAYns0sYtQA+GAiYFMMIQ0ggJHBohnATEXUqiiAxUgPgBlfwPiNJDGJ0DcA8RbgJgThwXc0JD+DsQ+ID0wp+6DCnzH4zqYpn3ofsSnGUUTtsDBphlDE65QRdaMVROuJIesmQGbJnwacWpA1mgBxB4kxv8OmMZ6EjV+AGncBcSJJGo8BRBgANr8JVSIVC3IAAAAAElFTkSuQmCC');
}
.download:hover {
  text-decoration: underline;
}
/*  */
.benefits-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 13px;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .benefits-container:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(17, 21, 65, 0), #111541);
    background: -moz-linear-gradient(left, rgba(17, 21, 65, 0), #111541);
    background: -o-linear-gradient(left, rgba(17, 21, 65, 0), #111541);
    background: -ms-linear-gradient(left, rgba(17, 21, 65, 0), #111541);
    background: linear-gradient(left, rgba(17, 21, 65, 0), #111541);
    width: 50px;
    z-index: 2;
  }
  .menu-top > li > a {
    font-size: 10px;
  }
  .logo-wrapp {
    width: 160px;
    padding-right: 30px;
  }
  .benefits-wrapp {
    cursor: move;
  }
  .item-img {
    width: 220px;
  }
  .item-img-wrapp {
    min-height: 220px;
  }
  .item-img-wrapp img {
    max-height: 198px;
  }
  .item-desc {
    margin-left: 250px;
  }
}
@media (max-width: 991px) {
  .desktop-auth {
    display: none;
  }
  .tablet-auth .enter-btn {
    color: #fff;
    margin-right: 50px;
  }
  .tablet-auth .profile_url {
    margin-right: 50px;
  }
  .tablet-auth .profile_url li {
    margin: 0;
    display: inline-block;
  }
  .tablet-auth .profile_url .delimiter {
    color: #e31245;
  }
  .tablet-auth .profile_url a {
    color: #fff;
  }
  .tablet-auth .profile-link > .fa {
    margin-right: 5px;
  }
  .logo-wrapp {
    width: auto;
    padding: 0;
  }
  .header-benefits {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .head {
    display: none;
  }
  .head-mobile {
    display: block;
  }
  .main-slide-desc {
    width: 670px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: auto;
    left: 0;
    padding: 0;
    color: #000;
    background: url(/img/main-slide-desc.png) left top;
    background-size: 100% 100%;
  }
  .main-slide-desc .main-slide-desc-cell {
    padding: 15px 70px 15px 30px;
  }
  .main-slide-desc .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .footer-block {
    display: none;
  }
  .footer-copyright {
    width: 100%;
  }
  .intro-catalog .intro-img,
  .intro-catalog .intro-text {
    display: none;
  }
  .intro,
  .intro-desc {
    padding-bottom: 0;
  }
  .item-img {
    margin-right: 30px;
  }
  .item-desc {
    margin-left: 0;
  }
  .item-title {
    margin-bottom: 15px;
  }
  .item-price {
    display: block;
    margin-bottom: 20px;
  }
  .item-desc-tabs {
    width: 100%;
    display: inline-block;
  }
  .item-desc-tabs:after {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
  }
  .cab-td {
    font-size: 14px;
    padding: 15px 10px;
  }
  .cat-main-list {
    margin-bottom: 5px;
  }
  .btn-main {
    /*margin-top: 15px;*/
  }
  .item-tab-desc > * {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .clt-desc-title {
    word-wrap: break-word;
  }
  .no_price {
    white-space: initial;
  }
  .tablet-auth {
    display: none;
  }
  .mobile-auth .enter-btn {
    margin: 0;
    color: #111541;
  }
  .mobile-auth .profile_url li {
    display: inline-block;
    margin: 0;
  }
  .mobile-auth .profile_url .logout {
    padding: 0;
  }
  .head-mobile-row_left .head-mobile-lang {
    display: block;
    float: right;
    height: 19px;
  }
  .head-mobile-row_center .head-mobile-logo {
    display: block;
    height: 22px;
  }
  .head-mobile-row_right .head-mobile-mes {
    display: block;
    float: right;
    height: 18px;
  }
  .head-mobile-enter-btn,
  .head-mobile-nav-search {
    display: none;
  }
  .head-mobile-tel {
    display: block;
    float: left;
    height: 21px;
    margin-right: 14px;
  }
  .head-mobile-row {
    padding-right: 0;
  }
  .header-body {
    display: none;
  }
  .nav-mobile-logo {
    display: block;
  }
  .nav-mobile-search-wrapp {
    display: block;
  }
  .nav-mobile-links {
    display: block;
  }
  .main-slide-desc {
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static;
    background: #e9ecee;
    height: auto;
    font-size: 13px;
  }
  .main-slide-desc .main-slide-desc-cell {
    padding: 10px 15px;
    display: block;
  }
  .main-slide-desc .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main-slide-img {
    height: 150px;
  }
  .main-slider-wrapp .slick-dots {
    position: static;
    padding: 10px 0 10px;
  }
  .main-slider-wrapp .slick-dots button {
    border-color: #e0e0e0;
  }
  .main-slider-wrapp .slick-dots .slick-active button {
    border-color: #e31245;
  }
  .cat-main-head-img {
    float: none;
    margin: 0;
  }
  .cat-main-head-desc {
    display: none;
  }
  .project-block {
    display: block;
    width: auto;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
  }
  .project-block-cell {
    display: block;
    padding: 0;
  }
  .project-block-cell img {
    display: none;
  }
  .project-block-text {
    display: none;
  }
  .about-widget-col {
    display: none;
  }
  .services-tab-img,
  .intro-img {
    width: 100%;
    padding: 0 0 20px;
  }
  .services {
    display: none;
  }
  .modal {
    width: 300px;
  }
  .catalog-title {
    padding-top: 20px;
  }
  .ct-img,
  .ct-num {
    display: none;
  }
  .catalog-table .ct-title {
    padding-left: 18px;
  }
  .catalog-table-info {
    padding-left: 18px;
  }
  .catalog-list-table {
    display: block;
    border: 0;
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .catalog-list-table tbody,
  .catalog-list-table tr {
    display: block;
  }
  .catalog-list-table tbody:after,
  .catalog-list-table tr:after {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
  }
  .clt-img {
    display: inline-block;
    float: left;
    width: 110px;
    border: solid 1px #c5c5c5;
  }
  .clt-img img {
    max-width: 90px;
  }
  .clt-desc,
  .clt-price {
    display: block;
    margin-left: 130px;
    padding: 0!important;
    border: 0;
  }
  .clt-desc-text,
  .clt-to-cart {
    display: none;
  }
  .item-img {
    display: block;
    float: none;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  .item-img-wrapp {
    min-height: 250px;
  }
  .item-img-wrapp img {
    max-height: 228px;
  }
  .item-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .item-form {
    text-align: center;
  }
  .item-form .item-num {
    display: none;
  }
  .tabs-nav-mobile {
    display: none;
  }
  .tab-block-mobile-title {
    display: block;
    background: #111541;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  .tab-block-mobile-title span {
    width: 100%;
  }
  .tabs-wrapp-mobile .tab-block {
    position: static;
    opacity: 1;
  }
  .tabs-wrapp-mobile .tab-block .tab-block-mobile-body {
    padding-bottom: 10px;
  }
  .tabs-wrapp-mobile .tab-block.active .tab-block-mobile-title span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tab-block-mobile-body {
    display: none;
  }
  .page-nav:after {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
  }
  .page-nav li {
    display: inline-block;
    float: left;
    width: auto;
  }
  .page-nav li:before {
    display: none;
  }
  .order-nav:after {
    display: table;
    line-height: 0;
    content: '';
    clear: both;
  }
  .order-nav li {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
  }
  .order-nav li:before {
    display: none;
  }
  .order-nav .active:after {
    display: none;
  }
  .cart-table {
    display: block;
    padding-top: 20px;
  }
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block;
    width: 100%;
    border: 0;
  }
  .cart-price,
  .cart-submit {
    margin: 5px 10px;
    float: none;
    vertical-align: middle;
  }
  .cabinet-table {
    display: block;
  }
  .cabinet-table > thead {
    display: none;
  }
  .cabinet-table > tbody {
    display: block;
  }
  .cabinet-table > tbody > tr {
    display: block;
    margin-bottom: 20px;
  }
  .cabinet-table .cab-more-cell {
    display: block;
  }
  .cabinet-table .cab-td {
    display: block;
    padding: 0 0 15px;
    text-align: center;
    border: solid 1px #c5c5c5;
  }
  .cabinet-table .cab-td:before {
    content: attr(data-title);
    display: block;
    background: #111541;
    padding: 10px 10px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
  }
  .cabinet-table .cab-more {
    width: auto;
    padding-top: 15px;
  }
  .cabinet-table .cab-more:before {
    display: none;
  }
  .copyright-desc {
    display: none;
  }
  .footer-copyright {
    text-align: center;
  }
  .pci {
    text-align: center;
  }
  .hidden_mobile {
    display: none;
  }
  .order-info {
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  .widget-title .title {
    width: auto;
    white-space: normal;
    display: inline-block;
  }
  .line {
    display: none;
  }
}
.cookie {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  color: #fff;
  right: 0;
  background: rgba(17, 21, 65, 0.98);
  transition: bottom ease-in 2s;
  display: none;
}
.cookie_visible {
  display: block;
}
.cookie_hidden {
  bottom: -1000%;
  transition: bottom ease-in 2s;
}
.cookie__text {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 25px;
}
.cookie__close {
  position: absolute;
  background: none;
  border: 0;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.cookie__close:before {
  position: absolute;
  width: 2px;
  height: 20px;
  transform: rotate(-45deg);
  content: "";
  background: #e21245;
  top: 0;
}
.cookie__close:after {
  position: absolute;
  width: 2px;
  height: 20px;
  transform: rotate(45deg);
  content: "";
  background: #e21245;
  top: 0;
}
.coupon {
  position: fixed;
  z-index: 100;
  bottom: -1000%;
  left: 0;
  color: #fff;
  right: 0;
  background: rgba(17, 21, 65, 0.98);
  transition: bottom ease-in 2s;
  display: none;
}
.coupon_visible {
  display: block;
  bottom: 0;
  transition: bottom ease-in 2s;
}
.coupon_hidden {
  bottom: -1000%;
  transition: bottom ease-in 2s;
}
.coupon__text {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 25px;
}
.coupon__close {
  position: absolute;
  background: none;
  border: 0;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.coupon__close:before {
  position: absolute;
  width: 2px;
  height: 20px;
  transform: rotate(-45deg);
  content: "";
  background: #e21245;
  top: 0;
}
.coupon__close:after {
  position: absolute;
  width: 2px;
  height: 20px;
  transform: rotate(45deg);
  content: "";
  background: #e21245;
  top: 0;
}
.disc_group {
  color: #71738d;
  font-size: 16px;
}
.item_old_price {
  text-decoration: line-through;
  display: inline-block;
}
.item_discount_val {
  display: inline-block;
}
.specifications-list {
  columns: 2;
}
input.search-suggest {
  background: #F8F7F7;
  border: 1px solid #D9D9D9;
  line-height: 24px;
}
.search-form {
  display: flex;
}
.search-form ._input {
  flex-grow: 1;
}
.search-form ._input input {
  line-height: 24px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #111541;
}
.search-form ._submit {
  flex-shrink: 0;
}
.search-form ._submit input {
  line-height: 24px;
  border: 1px solid #111541;
  background-color: #111541;
  padding: 5px 15px;
  color: #fff;
}
.search-result-count {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 10px;
}
.radio-flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.radio-flex label {
  display: flex !important;
  justify-content: flex-start;
  cursor: pointer;
  gap: 5px;
}
.radio-flex input {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
}
.starrequired {
  color: red;
  padding-left: 0.25em;
}
.item-remove,
.close,
.btn,
.btn-main {
  text-decoration: none;
}
/*mdabox*/
.policies {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin-top: 20px;
  padding-top: 10px;
  box-sizing: border-box;
}
.policies a {
  text-decoration: underline;
}
.policies input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.bx_ordercart_coupon {
  font-size: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bx_ordercart_coupon input {
  height: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 10px;
}
.bx_ordercart_coupon a {
  color: #fff;
  background: #111541;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.bx_ordercart_order_pay_center {
  margin-top: 20px;
}
.b2b {
  font-size: 16px;
}
.items_row_form .reseller {
  display: none;
  margin-top: 25px;
}
.bx-auth-reg label {
  display: block;
  color: #5a6c77;
}
.bx-auth-profile label {
  display: block;
  color: #5a6c77;
}
.bx-auth-reg input[type="text"],
.bx-auth-reg input[type="password"],
.bx-auth-reg select {
  background: #f8fafc;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px;
  color: #000;
}
.bx-auth-profile input[type="text"],
.bx-auth-profile input[type="password"],
.bx-auth-profile select {
  background: #f8fafc;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px;
  color: #000;
}
.bx-auth-reg input[type="submit"] {
  border: none;
}
.bx-auth-reg select {
  cursor: pointer;
}
.bx-auth-profile input[type="submit"] {
  border: none;
}
.bx-auth-profile select {
  cursor: pointer;
}
.bx-auth-reg .item_form {
  display: inline-block;
  margin-right: 10px;
  width: 200px;
}
.bx-auth-profile .item_form {
  display: inline-block;
  margin-right: 10px;
  width: 200px;
}
.item_form input,
.item_form select {
  width: 100%;
}
.items_row_form {
  margin-bottom: 20px;
}
.items_row_form .input-attention {
  font-size: 13px;
  display: block;
  font-weight: bold;
}
.items_row_form > b {
  font-size: 20px;
  display: block;
  font-weight: 300;
}
.items_row_form__radio {
  display: flex;
  justify-content: flex-start;
}
.items_row_form__radio label {
  display: flex;
  justify-content: space-between;
}
.items_row_form__radio label:hover {
  cursor: pointer;
}
.items_row_form__radio input {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.items_row_form__radio input:hover {
  cursor: pointer;
}
/*Правки*/
.cart-form-info .fwb {
  padding-right: 20px;
}
.panel {
  counter-reset: number;
}
.panel__item {
  margin-bottom: 20px;
}
.panel__title {
  position: relative;
  font-size: 20px;
  padding: 5px 20px 10px 54px;
  display: block;
  background: #f2f5f7;
  /*margin-bottom: 20px;*/
  color: #000;
}
.panel__title::after {
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-55%);
  width: 25px;
  height: 25px;
  border-radius: 50px;
  color: #e11346;
  border: 1px solid #e11346;
}
.panel__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e11346;
  border-bottom: 2px solid #e11346;
  transition: 0.3s;
  transform: rotate(-135deg);
  margin-top: -6px;
}
.panel__title.collapsed::before {
  transform: rotate(45deg);
  /*margin-top: -6px;*/
}
.panel__body {
  padding: 20px 54px 0px;
}
.panel__body .items_row_form:last-child {
  margin-bottom: 0;
}
button.enter-submit {
  border: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 480px) {
  .panel__body {
    padding-left: 0;
    padding-right: 0;
  }
}
.cab-more {
  text-align: left;
  width: auto;
  color: #121541;
  border-left: 0;
}
.cab-more .ct-more-icon {
  margin-right: 20px;
}
.cab-pos {
  text-align: center;
}
.cab-td {
  vertical-align: middle;
  border-bottom: 0;
}
.cabinet-table > tbody > tr > .cab-td:first-child {
  border-left: 0;
}
.cabinet-table > tbody > tr > .cab-td:last-child {
  border-right: 0;
}
.cabinet-table .cab-body.even {
  background: #f2f5f7;
}
.cabinet-table .cart-table {
  border: 0;
}
.cabinet-table .bx_order_list .bx_order_list_table {
  border: 0;
}
.cabinet-table .cab-more-wrapp.active .cab-more-cell {
  border: 0;
}
.cabinet-table .bx_order_list .bx_order_list_table tbody tr td[colspan="2"] {
  color: #636363;
  background: transparent;
}
.cabinet-table .bx_order_list {
  padding: 7px 13px;
}
.cabinet-table .cab-td {
  padding: 10px 20px;
}
.cab-more-info__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-top: 1px solid #c5c5c5;
}
.card-tovars {
  background: #f2f5f7;
  padding: 29px 25px;
  max-width: 415px;
  width: 100%;
}
.card-tovar__body {
  overflow: hidden;
}
.card-tovar__img {
  display: inline-block;
  width: 65px;
  min-height: 65px;
  margin-right: 11px;
  flex-shrink: 0;
}
.card-tovar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.card-tovar__order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.card-tovar__order:last-child {
  margin-bottom: 0px;
}
.card-tovar__name {
  color: #515151;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-tovar__numb {
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 4px;
}
.card-tovar__price {
  color: #000;
}
.tabs-nav-cabinet {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-nav-cabinet li {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 18px 40px;
}
.tabs-nav-cabinet li {
  max-width: 214px;
  width: 100%;
  margin-right: 40px;
}
.tabs-nav-cabinet li:last-child {
  margin-right: 0;
  border: 0;
}
.tabs-nav-page.tabs-nav-cabinet li::before {
  right: -20px;
  left: inherit;
  top: 0;
  margin-top: 0;
  height: 100%;
  background: #f07f9a;
}
.tabs-nav-cabinet .active::after {
  content: "";
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-top: solid 12px #e9ecee;
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .cab-more-info__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cabinet-table > tbody > tr > .cab-td:first-child {
    border-left: solid 1px #c5c5c5;
  }
}
/*Правки*/
.cart-form-info .fwb {
  padding-right: 20px;
}
.panel {
  counter-reset: number;
}
.panel__item {
  margin-bottom: 20px;
}
.panel__title {
  position: relative;
  font-size: 20px;
  padding: 5px 20px 10px 54px;
  display: block;
  background: #f2f5f7;
  text-decoration: none;
  color: #000;
}
.panel__title::after {
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-55%);
  width: 25px;
  height: 25px;
  border-radius: 50px;
  color: #e11346;
  border: 1px solid #e11346;
}
.panel__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e11346;
  border-bottom: 2px solid #e11346;
  transition: 0.3s;
  transform: rotate(-135deg);
  margin-top: -6px;
}
.panel__title.collapsed::before {
  transform: rotate(45deg);
  /*margin-top: -6px;*/
}
.panel__body {
  padding: 20px 54px 0px;
}
.panel__body .items_row_form:last-child {
  margin-bottom: 0;
}
button.enter-submit {
  border: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 480px) {
  .panel__body {
    padding-left: 0;
    padding-right: 0;
  }
}
.cab-more {
  text-align: left;
  width: auto;
  color: #121541;
  border-left: 0;
}
.cab-more .ct-more-icon {
  margin-right: 20px;
}
.cab-pos {
  text-align: center;
}
.cab-td {
  vertical-align: middle;
  border-bottom: 0;
}
.cabinet-table > tbody > tr > .cab-td:first-child {
  border-left: 0;
}
.cabinet-table > tbody > tr > .cab-td:last-child {
  border-right: 0;
}
.cabinet-table .cab-body.even {
  background: #f2f5f7;
}
.cabinet-table .cart-table {
  border: 0;
}
.cabinet-table .bx_order_list .bx_order_list_table {
  border: 0;
}
.cabinet-table .cab-more-wrapp.active .cab-more-cell {
  border: 0;
}
.cabinet-table .bx_order_list .bx_order_list_table tbody tr td[colspan="2"] {
  color: #636363;
  background: transparent;
}
.cabinet-table .bx_order_list {
  padding: 7px 13px;
}
.cabinet-table .cab-td {
  padding: 10px 20px;
}
.cab-more-info__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-top: 1px solid #c5c5c5;
}
.card-tovars {
  background: #f2f5f7;
  padding: 29px 25px;
  max-width: 415px;
  width: 100%;
}
.card-tovar__body {
  overflow: hidden;
}
.card-tovar__img {
  display: inline-block;
  width: 65px;
  min-height: 65px;
  margin-right: 11px;
  flex-shrink: 0;
}
.card-tovar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.card-tovar__order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.card-tovar__order:last-child {
  margin-bottom: 0px;
}
.card-tovar__name {
  color: #515151;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-tovar__numb {
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 4px;
}
.card-tovar__price {
  color: #000;
}
.tabs-nav-cabinet {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-nav-cabinet li {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 18px 40px;
}
.tabs-nav-cabinet li {
  max-width: 214px;
  width: 100%;
  margin-right: 40px;
}
.tabs-nav-cabinet li:last-child {
  margin-right: 0;
  border: 0;
}
.tabs-nav-page.tabs-nav-cabinet li::before {
  right: -20px;
  left: inherit;
  top: 0;
  margin-top: 0;
  height: 100%;
  background: #f07f9a;
}
.tabs-nav-cabinet .active::after {
  content: "";
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-top: solid 12px #e9ecee;
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .cab-more-info__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cabinet-table > tbody > tr > .cab-td:first-child {
    border-left: solid 1px #c5c5c5;
  }
}
.reseller__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 40px;
  margin-top: 40px;
}
.reseller__row_last {
  border-bottom: none;
}
.reseller__heading {
  margin-bottom: 15px;
  color: #e31245;
}
.reseller__img {
  max-width: 539px;
  height: 100%;
}
.reseller__text {
  display: block;
  text-indent: -26px;
  font-size: 20px;
  padding-left: 26px;
  line-height: 1.2;
  /*width: 47%;*/
}
.title-h2 {
  padding-top: 35px;
}
.ress {
  background-color: #D9E2E8;
  height: 198px;
}
@media screen and (max-width: 1179px) {
  .ress {
    height: auto;
  }
  .catalog__inner .catalog__item:last-child {
    margin-bottom: 3rem;
  }

}
@media screen and (max-width: 1199px) {
  .reseller__text {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .reseller__row {
    flex-direction: column;
  }
  .reseller__text {
    width: 100%;
    order: 2;
  }
  .reseller__text p {
    line-height: normal !important;
  }
  .reseller__img_top {
    margin-bottom: 25px;
    order: 1;
  }
  .reseller__img_bottom {
    margin-bottom: 25px;
  }
  .reseller__img {
    width: 100%;
  }
}
.section_desc {
  margin-top: 20px;
}
.intro-desc {
  display: inline-block;
  width: 50%;
}
.section_desc ul,
.intro-desc ul {
  /*color: #111541;*/
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
}
.section_desc ul li,
.intro-desc ul li {
  position: relative;
  padding-left: 16px;
  margin-top: 5px;
}
.section_desc ul li:first-child,
.intro-desc ul li:first-child {
  margin-top: 0;
}
.section_desc ul li::before,
.intro-desc ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
  background: #e31245;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.section_desc p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
.intro-text p {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .section_desc {
    display: none;
  }
}
.section_desc a,
.intro-desc a {
  text-decoration: underline;
  color: #000000;
}
.section_desc h4 {
  font-size: 17px;
}
.section_desc h5 {
  font-size: 15px;
  color: #e31245;
}
.popup-window.popup-window-with-titlebar {
  top: 135px;
  left: 521px;
  font-family: Outfit, arial, helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #ffffff;
  line-height: 1.25;
}
.popup-window-titlebar {
  height: 62px;
  background-color: #E9EEF2;
  background-image: -webkit-linear-gradient(top, #E9EEF2, #E9EEF2);
  background-image: linear-gradient(to bottom, #E9EEF2, #E9EEF2);
  -webkit-box-shadow: 0 1px #E9EEF2;
  box-shadow: inset 0 1px #E9EEF2;
  border-bottom: 1px solid #E9EEF2;
  background-position: 0 0;
}
.popup-window .popup-window-close-icon {
  top: 18px !important;
  right: 18px !important;
}
.popup-window-titlebar > div {
  font-size: 24px;
  font-weight: 500;
  color: #121640;
  padding: 18px 30px;
}
.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
  background-color: transparent;
}
.popup-window.popup-window-with-titlebar {
  padding: 0 0 0;
}
.popup-window-buttons {
  height: 81px;
  background-color: #282D69;
  text-align: center;
  /*padding: 0;*/
  position: relative;
}
.popup-window-with-titlebar .popup-window-content {
  padding-bottom: 0;
}
.popup-window-content > div {
  /*border-bottom: 1px solid #ebebeb;*/
}
.popup-window-content > div > p {
  color: #121640;
  margin-top: 50px;
}
.popup-window-buttons .bx_medium.bx_bt_button {
  background: #111541;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .section_desc {
    display: none;
  }
}
.section_desc a,
.intro-desc a {
  text-decoration: underline;
  color: #000000;
}
.section_desc h4 {
  font-size: 17px;
}
.section_desc h5 {
  font-size: 15px;
  color: #e31245;
}
/*# sourceMappingURL=site.css.map */
/* End */


/* Start:/assets/css/electrolux.css?17604616008328*/
@media (min-width: 992px) and (max-width: 1201px) {
    .head-menu > li + li {
        padding-left: 11px;
    }
    .head-menu > li {
        margin-left: 0;
    }
}

.row-flex {
    display: flex;
}
.row-flex .col-flex-10  {
    width: 10%;
    flex: 0 0 10%;
}
.row-flex .col-flex-20  {
    width: 20%;
    flex: 0 0 20%;
}
.row-flex .col-flex-30  {
    width: 30%;
    flex: 0 0 30%;
}
.row-flex .col-flex-40  {
    width: 40%;
    flex: 0 0 40%;
}
.row-flex .col-flex-50  {
    width: 50%;
    flex: 0 0 50%;
}
.row-flex .col-flex-60  {
    width: 60%;
    flex: 0 0 60%;
}
.row-flex .col-flex-70  {
    width: 70%;
    flex: 0 0 70%;
}
.row-flex .col-flex-80  {
    width: 80%;
    flex: 0 0 80%;
}
.row-flex .col-flex-90  {
    width: 90%;
    flex: 0 0 90%;
}
.row-flex .col-flex-100 {
    width: 100%;
    flex: 0 0 100%;
}


.other-projects__container {
    margin-top: 70px;
}
.other-projects__container h2 {
    margin-bottom: 15px;
}

/* Фикс поля поиска */
.header-nav-search .input {
    border: 1px solid transparent;
}

/* Скрытый элемент */
.hidden {
    display: none !important;
}

/* Скрытие стелочек у аккордеонов */
.panel__title:before,
.panel__title.panel__title--no-arrow:before {
    content: none !important;
}

/* Отуступ у кастомных селектов */
.item_form .select2,
.bx-auth-reg .select2 {
    margin-bottom: 10px;
}

/* Вкладки в профиле */
.tabs-nav-cabinet {
    display: flex;
    flex-wrap: nowrap;
}
.tabs-nav-cabinet li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.cabinet-table__mobile {
    display: none;
}

.project-detail .item img {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    object-fit: cover !important;
}

.project-detail .item .a h1,
.project-list .item a h2 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

/* Адаптив (Laptop) */
@media (max-width: 1024px) {
    /* Хлебные крошки */
    .breadcrumb {
        padding: 8px 0;
    }
    .breadcrumb li {
        display: inline;
        float: none;
        line-height: 2;
    }
}
/* Адаптив (мобильная версия) */
@media (max-width: 767px) {
    .items_row_form__radio label {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .order-form-col .panel__body {
        padding: 20px 0 16px 30px;
    }

    .item_form {
        padding-right: 10px;
        margin-right: 0;
    }

    .project-list .item a h2,
    .project-detail .item .a h1 {
        padding: 28px !important;
        width: 100%;
    }

    /* Фикс размеров ReCaptcha */
    .modal .g-recaptcha > div {
        transform: scale(0.8);
    }
    .modal .g-recaptcha {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Поле для ввода купона в корзине */
    .bx_ordercart_coupon > span {
        display: block;
        margin-bottom: 10px;
    }
    .bx_ordercart_coupon input {
        margin-left: 0 !important;
    }

    .footer .pci img {
        width: 75px;
    }

    .intro-desc {
        width: 100% !important;
    }

    /* Каталог запчастей */
    .catalog-list-table__spare-parts tr {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }
    .catalog-list-table__spare-parts tr:after {
        content: none !important;
    }
    .catalog-list-table__spare-parts .clt-desc {
        margin-left: 0;
    }
    .catalog-list-table__spare-parts .clt-price {
        margin-left: 15px !important;
    }

    /* Форма обратной связи */
    .form-contacts-inputs label {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .form-contacts-inputs .form-block-input {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    /*.items_row_form {*/
    /*    margin-bottom: 0 !important;*/
    /*}*/
    .items_row_form__radio {
        margin-top: 20px !important;
    }
    .item_form select {
        padding: 3px 6px 4px;
    }
}

.checkbox_row {
    display: inline-block;
}
.checkbox_line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    box-sizing: border-box;
    float: left;
}
.checkbox_line input {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.delivery__collapse--collapsed {
    display: none;
}
.cart-table__wrapper {
    display: block;
    width: 100%;
}

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

.order-card-info {
    /*background-color: #f2f5f7;*/
    padding-top: 10px;
    border-top: solid 1px #cdcfd1;
}

/* Список заказов в адаптиве */
.cabinet-table__desktop {
    display: none;
}
.cabinet-table__mobile {
    display: block;
}

@media (min-width: 768px) {
    .cabinet-table__desktop {
        display: block;
    }
    .cabinet-table__mobile {
        display: none;
    }
}

.order-list__container {
    display: block;
    padding-top: 7px;
}
.order-item {
    display: block;
    margin-bottom: 15px;
    background-color: #fff;
    color: #111541;
}
.order-item__header {
    display: flex;
    background-color: #111541;
    padding: 9px 10px;
    justify-content: space-between;
    align-items: center;
}
.order-item__number {
    font-size: 14px;
    color: #FFF;
}
.order-item__buttons {}
.order-item__collapse-details {
    background: url("/assets/css/../../electrolux_inner_en/img/ct-more-icons.png");
    width: 15px;
    height: 9px;
    margin-right: 3px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.order-item__collapse-details--collapsed {
    transform: rotate(0deg);
}
.order-item__body {
    padding: 15px 10px;
}
.order-item__short-details {
    padding-top: 3px;
    margin-bottom: 10px;
}
.order-item__short-details-table {
    width: 100%;
    font-size: 14px;
}
.order-item__short-details-table tr td {
    padding-bottom: 5px;
}
.order-item__short-details-table tr td:first-child {
    width: 130px;
    font-weight: bold;
}
.order-item__details {
    padding-top: 4px;
}
.order-item__details--collapsed {
    display: none;
}
.order-item__details__group {}
.order-item__details__group-title {
    font-weight: bold;
    margin-bottom: 14px;
}
.order-item__details-table {
    width: 100%;
}
.order-item__details-table tr td {
    padding-bottom: 10px;
    font-size: 13px;
}
.order-item__details-table tr td:first-child {
    width: 130px;
}
.order-item__details__positions {
    background-color: #f2f5f7;
    padding: 15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 11px;
    margin-bottom: 17px;
}
.order-item__position {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    align-items: center;
}
.order-item__position:last-child {
    margin-bottom: 0;
}
.order-item__position-photo {
    flex: 0 0 55px;
    width: 55px;
    min-height: 55px;
    padding: 5px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-item__position-body {
    padding-left: 8px;
    flex-grow: 1;
    overflow: hidden;
}
.order-item__position-name {
    color: #8d8e8e;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    max-width: 100%;
    margin-bottom: 3px;
}
.order-item__position-count {
    font-size: 11px;
    margin-bottom: 3px;
    color: #b1b2b2;
}
.order-item__position-price {
    font-size: 15px;
}
.order-item__buttons {
    padding-top: 4px;
    display: flex;
    justify-content: space-between;
}
.order-item__button-group .btn {
    font-size: 12px;
}

.form-small-caption {
    margin-bottom: 20px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .product__footer .counter {
        display: none;
    }
}

@media (min-width: 1350px)  {
    .line_price {
        display: inline-block;
    }
}

.line_price a {
    text-decoration: underline;
    color: #111541;
}
/* End */


/* Start:/assets/new/css/main.css?1739689045127871*/
@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 360px;
  min-height: 100vh;
  font-size: 16px;
  color: #333;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background: #FDFDFEFF;
  overflow-x: hidden;
}

.wrap {
  position: relative;
  max-width: 1370px;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 499px) {
  .wrap {
    max-width: 1340px;
    height: 100%;
    padding: 0 30px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (max-width: 1023px) {
  .container {
    padding-top: 80px;
  }
}

.link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.link:hover:before {
  width: 100%;
}

.link.--grey:before {
  background: #e6ecf1;
}

.link.--grey span {
  color: #121640;
}

.link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 68px;
  height: 48px;
  border-radius: 30px;
  background: #E01A49;
  margin-top: -24px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.link span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 10px;
}

.link svg {
  position: relative;
  z-index: 1;
  width: 14px;
}

.section {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1279px) {
  .section {
    margin-bottom: 65px;
  }
}

.h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  color: #121640;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 22px;
  }
}

.h1.--small {
  font-size: 22px;
}

.h1 strong {
  font-weight: 700;
}

.h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 121%;
  color: #121640;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 181%;
    margin-bottom: 20px;
  }
}

.h2.--white {
  color: #fff;
}

.h2 strong {
  font-weight: 800;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #000;
  margin-bottom: 20px;
}

.text b,
.text strong,
.text em {
  font-weight: 600;
}

.text:last-child {
  margin-bottom: 0;
}

.tab__block {
  display: none;
}

.tab__block.--active {
  display: block;
}

.field,
.textarea {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 34px;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  overflow: auto;
}

.field:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.field:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  color: transparent;
}

.field:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.field:focus::placeholder,
.textarea:focus::placeholder {
  color: transparent;
}

.field::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.field::-moz-placeholder,
.textarea::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.field::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.field::placeholder,
.textarea::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.m-only {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .m-only {
    display: none !important;
  }
}

.m-hide {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .m-hide {
    display: none !important;
  }
}

.close-menu {
  display: none;
}

.--editor h1,
.--editor h2,
.--editor h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  color: #121640;
  margin-bottom: 20px;
}

.--editor h1 strong,
.--editor h2 strong,
.--editor h3 strong {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .--editor h1 {
    font-size: 22px;
  }
}

.--editor h2 {
  font-size: 28px;
  color: #343647;
}

@media only screen and (max-width: 767px) {
  .--editor h2 {
    font-size: 22px;
  }
}

.--editor h3 {
  font-size: 24px;
  color: #343647;
}

@media only screen and (max-width: 767px) {
  .--editor h3 {
    font-size: 20px;
  }
}

.--editor h3:last-child {
  margin-bottom: 0;
}

.--editor p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
}

.--editor p:last-child {
  margin-bottom: 0;
}

.--editor ul,
.--editor ol {
  list-style: none;
  margin-bottom: 30px;
}

.--editor ul:last-child,
.--editor ol:last-child {
  margin-bottom: 0;
}

.--editor li {
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #000;
}

.--editor li:before {
  content: '•';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #282D69;
}

.--editor p a,
.--editor li a {
  font-weight: 500;
  text-decoration: underline;
  color: #282D69;
}

.--editor img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}

.--editor img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #121640;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn:hover {
  background: #E01A49;
}

.btn svg {
  margin-left: 10px;
}

.btn.--w100 {
  width: 100%;
}

.btn.--red {
  background: #E01A49;
}

.btn.--red:hover {
  opacity: .8;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 158px;
  border: 2px solid #d6dce0;
  border-radius: 22px;
  overflow: hidden;
}

.counter__decrement,
.counter__increment {
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  color: #000;
  background-color: #ebf1f6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.counter__decrement:hover,
.counter__increment:hover {
  background-color: #ddecf5;
}

.counter__field {
  display: block;
  width: 58px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #000;
}

.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #282D69;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox a {
  text-decoration: underline;
}

.checkbox__wrap input {
  display: none;
}

.checkbox__wrap input:checked + label:before {
  content: '✓';
  border-color: #121640;
}

.checkbox:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  color: #121640;
  border: 1px solid #a5b2bb;
}

.fil1 {
  fill: #E01A49;
}

.fil0 {
  fill: #121640;
}

.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1023px) {
  .header {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header__top {
  background: #e6ecf1;
}

@media only screen and (max-width: 1023px) {
  .header__top {
    display: none;
  }
}

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

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

.header__top-menu {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  margin-left: -1px;
}

.header__top-menu__item {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__top-menu__item:hover .header__top-menu__title {
  color: #fff;
  font-weight: 500;
  background: #282D69;
}

.header__top-menu__item:hover .header__top-menu__title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top: 6px solid #E01A49;
  margin-top: -8px;
}

.header__top-menu__item:hover .header__top-menu__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.header__top-menu__title {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  font-size: 14px;
}

.header__top-menu__title.--dropdown {
  position: relative;
  padding-right: 25px;
}

.header__top-menu__title.--dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  border: 5px solid transparent;
  border-top: 5px solid #121640;
  margin-top: -3px;
}

.header__top-menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  padding: 10px 0;
  background: #282D69;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.header__top-menu__link {
  color: #fff;
  display: block;
  padding: 8px 40px 8px 20px;
  font-size: 14px;
  background: url("/assets/new/css/../images/ico/arrow_x2.png") no-repeat calc(100% - 20px) center/8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header__top-menu__link:hover {
  color: #909298;
}

.header__top-menu__link:active {
  color: #E01A49;
}

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

.header__top-right .header__separator {
  margin: 0 20px;
}

@media only screen and (max-width: 1279px) {
  .header__top-right .header__separator {
    display: none;
  }
}

.header__top-link {
  font-size: 14px;
  color: #121640;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header__top-link:hover {
  color: #E01A49;
}

@media only screen and (max-width: 1279px) {
  .header__top-link {
    display: none;
  }
}

.header__top-btn {
  width: 110px;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 22px;
  background: #E01A49;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 22px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header__top-btn:hover {
  opacity: .8;
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 26px;
  border-radius: 6px;
  background: #fdfdfe;
  margin-right: 10px;
}

.header__lang-link {
  text-transform: uppercase;
  color: #121640;
  font-size: 12px;
  font-weight: 500;
}

.header__lang-link.--active {
  text-decoration: underline;
}

.header__lang-separator {
  font-size: 12px;
  color: #121640;
  font-weight: 500;
  margin: 0 4px;
}

.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  padding: 0 8px;
  border-radius: 6px;
  background: #fdfdfe;
  font-size: 14px;
  margin-right: 20px;
}

.header__login span {
  color: #121640;
  margin-left: 8px;
  font-size: 14px;
}

.header__login span:hover {
  color: #E01A49;
}

.header__lang-link:hover {
  color: #E01A49;
}

.header__separator {
  width: 1px;
  height: 20px;
  background: #E01A49;
}

@media only screen and (max-width: 1023px) {
  .header__separator {
    display: none;
  }
}

.header__middle {
  position: relative;
  background: #fdfdfe;
}

@media only screen and (max-width: 1023px) {
  .header__middle .wrap {
    padding: 0;
  }
}

.header__middle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 110px;
}

@media only screen and (max-width: 1023px) {
  .header__middle-inner {
    height: 80px;
  }
}

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

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

.header__middle-right .header__separator {
  height: 40px;
  background: #121640;
  margin: 0 20px;
}

.header__logo {
  width: 245px;
  margin-right: 40px;
}

@media only screen and (max-width: 1023px) {
  .header__logo {
    width: 160px;
  }
}

@media only screen and (max-width: 599px) {
  .header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
    margin-right: 0;
  }
}

.header__logo svg {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header__advantages {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 599px) {
  .header__advantages {
    display: none;
  }
}

.header__advantages.--active .header__advantages-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__advantages.--active .header__advantages-number {
  background: #121640;
  color: #fff;
}

.header__advantages-title {
  color: #343647;
  font-size: 20px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1023px) {
  .header__advantages-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .header__advantages-title strong {
    display: block;
    width: 170px;
  }
}

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

@media only screen and (max-width: 1023px) {
  .header__advantages-info {
    display: none;
  }
}

.header__advantages-number {
  width: 26px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #E01A49;
  margin-right: 8px;
}

.header__advantages-subtitle {
  font-size: 16px;
  line-height: 170%;
  color: #343647;
}

.header__advantages-panel {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 112px;
  color: #E9ECEE;
}

@media only screen and (max-width: 1279px) {
  .header__advantages-panel {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .header__advantages-panel {
    display: none;
  }
}

.header__advantages-panel:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2000px;
  width: 6000px;
  height: 100%;
  background: rgba(18, 22, 64, 0.9);
}

.header__advantages-panel:after {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 292px;
  border: 20px solid transparent;
  border-bottom: 20px solid #121640;
}

.header__advantages-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__advantages-img {
  margin-right: 20px;
}

@media only screen and (max-width: 1279px) {
  .header__advantages-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.header__advantages-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header__advantages-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #E9EEF2;
}

@media only screen and (max-width: 1279px) {
  .header__advantages-text {
    font-weight: 400;
    font-size: 14px;
  }
}

.header__search {
  position: relative;
  width: 490px;
}

@media only screen and (max-width: 1279px) {
  .header__search {
    width: 350px;
  }
}

@media only screen and (max-width: 1023px) {
  .header__search {
    display: none;
  }
}

.header__search-field {
  display: block;
  width: 100%;
  height: 40px;
  padding-right: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #121640;
  border-bottom: 1px solid #B3B7B9;
}

.header__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__cart {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

@media only screen and (max-width: 1023px) {
  .header__cart {
    display: none;
  }
}

.header__cart-total {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 26px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #E01A49;
  margin-right: 8px;
}

.header__nav {
  background: #121640;
}

@media only screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

.header__nav-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header__nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__nav-item:last-child .header__nav-title:before {
  display: none;
}

.header__nav-item:hover .header__nav-title {
  position: relative;
  z-index: 2;
  color: #121640;
  background: #E9EEF2;
}

.header__nav-item:hover .header__nav-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #E9EEF2;
  margin-top: 0;
}

.header__nav-item:hover .header__nav-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.header__nav-dropdown ul {
  margin-top: 0;
}

.header__nav-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #e9ecee;
}

.header__nav-title.--active {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #E01A49;
}

.header__nav-title.--active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #E01A49;
  margin-top: 0;
}

@media only screen and (max-width: 1335px) {
  .header__nav-title {
    padding: 0 13px;
    font-size: 11px;
    font-weight: 400;
  }
}

.header__nav-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background: #E01A49;
  margin-top: -15px;
}

.header__nav-dropdown {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 32px 16px 16px;
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.header__nav-dropdown.--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

.header__nav-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2000px;
  width: 6000px;
  height: 100%;
  background: #E9EEF2;
}

.header__nav-list {
  position: relative;
  z-index: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding-right: 25px;
  width: calc(100% - 320px);
}

.header__nav-list > li + li {
  margin-top: 20px;
}

.refrigerators__dropdown > li + li {
  margin-top: 17px;
}

@media only screen and (max-width: 1279px) {
  .header__nav-list {
    width: 100%;
    padding-right: 0;
  }
}

.header__nav-img {
  /*width: 320px;*/
  height: 320px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1279px) {
  .header__nav-img {
    display: none;
  }
}

.header__nav-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header__nav-link {
  position: relative;
  display: block;
  padding-left: 12px;
  font-weight: 500;
  font-size: 16px;
  /*line-height: 250%;*/
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header__nav-link:hover {
  color: #E01A49;
}

/*.header__nav-link:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  border-radius: 50%;*/
/*  background: #E01A49;*/
/*  margin-top: -3px;*/
/*}*/

.header__hamburger {
  width: 64px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #121640;
  margin-right: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .header__hamburger {
    background: #fff;
  }

  .header__hamburger path {
    fill: #121640;
  }
}

.header__hamburger.--active {
  background: #fff;
}

.header__hamburger-open.--active {
  display: none;
}

.header__hamburger-close {
  display: none;
}

.header__hamburger-close.--active {
  display: block;
}

.header__search-loupe {
  height: 80px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__search-loupe__open.--active {
  display: none;
}

.header__search-loupe__close {
  display: none;
}

.header__search-loupe__close.--active {
  display: block;
}

.mobile-search {
  display: none;
  position: fixed;
  z-index: 12;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: rgba(0, 0, 0, 0.7);
}

.mobile-search__inner {
  position: relative;
  padding: 30px 15px;
  background: #121640;
}

.mobile-search__text {
  font-size: 16px;
  color: #E01A49;
  margin-bottom: 15px;
}

.mobile-search__field {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: none;
}

.mobile-search__field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.mobile-search__field::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.mobile-search__field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.mobile-search__field::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.mobile-search__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 11;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: rgba(0, 0, 0, 0.7);
}

.mobile-menu__panel {
  width: 100%;
  max-width: 440px;
  height: calc(100vh - 80px);
  padding-bottom: 80px;
  border-top: 1px solid #D8E2E9;
  background: #fff;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .mobile-menu__panel {
    max-width: 335px;
  }
}

.mobile-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px 0;
}

.mobile-menu__item:last-child {
  margin-bottom: 0;
}

.mobile-menu__title {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  color: #282D69;
  background: url("/assets/new/css/../images/ico/arrow_menu.svg") no-repeat center right/14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-menu__title.--link {
  font-size: 16px;
}

.mobile-menu__list {
  display: none;
  position: fixed;
  z-index: 11;
  top: 80px;
  left: 0;
  width: 100%;
  max-width: 440px;
  height: calc(100vh - 80px);
  padding: 0 15px 80px;
  border-top: 1px solid #D8E2E9;
  background: #fff;
  overflow-y: auto;
}

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

.mobile-menu__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-weight: 500;
  font-size: 20px;
  color: #282D69;
  border-bottom: 1px solid #D8E2E9;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-menu__back span {
  margin-left: 20px;
}

.mobile-menu__link {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.7;
  color: #282D69;
  background: url("/assets/new/css/../images/ico/arrow_menu.svg") no-repeat center right/14px;
}

.mobile-menu__link.--alone {
  background: none;
}

.mobile-menu__separator {
  width: 100%;
  height: 1px;
  background: #D8E2E9;
  margin: 20px 0;
}

.mobile-menu__mail {
  font-size: 16px;
  line-height: 170%;
  color: #121640;
  margin-bottom: 16px;
}

.mobile-menu__phone {
  font-size: 20px;
  color: #121640;
  margin-bottom: 10px;
}

.mobile-menu__btn {
  width: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 275%;
  color: #E01A49;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}

.mobile-menu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.mobile-menu__lang-separator {
  font-weight: 500;
  font-size: 16px;
  color: #282D69;
  margin: 0 10px;
}

.mobile-menu__lang-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #282D69;
}

.mobile-menu__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin-left: -15px;
  max-width: 440px;
  background: #E8EEF2;
}

.mobile-menu__footer-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49%;
  height: 66px;
  font-weight: 500;
  font-size: 14px;
  color: #121640;
}

.mobile-menu__footer-link:first-child {
  border-right: 1px solid #D8E2E9;
}

.mobile-menu__footer-link span {
  margin-left: 15px;
}

.mobile-menu__footer-val {
  position: absolute;
  top: 10px;
  left: calc(50% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  background: #E01A49;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 45px 0;
  color: #fff;
  background: #21222c;
}

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

@media only screen and (max-width: 1023px) {
  .footer__top {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 30px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__top {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

@media only screen and (max-width: 499px) {
  .footer__top {
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .footer__mobile {
    display: none !important;
  }
}

.footer__mobile .footer__title {
  margin-bottom: 0;
}

.footer__mobile-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 15px;
  margin-bottom: 35px;
}

.footer__mobile-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 44px;
}

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

@media only screen and (max-width: 1023px) {
  .footer__item:last-child {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__item:last-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 499px) {
  .footer__item:last-child .footer__title {
    margin-bottom: 30px;
  }
}

.footer__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 136%;
  color: #E01A49;
  margin-bottom: 22px;
}

@media only screen and (max-width: 499px) {
  .footer__title {
    margin-bottom: 0;
  }
}

.footer__title:last-child {
  margin-bottom: 0;
}

.footer__separator {
  margin: 12px 0;
}

.footer__link {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer__link:hover {
  color: #E01A49;
}

@media only screen and (max-width: 499px) {
  .footer__link {
    display: none;
  }
}

.footer__link:last-child {
  margin-bottom: 0;
}

.footer__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.footer__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .footer__text:first-child {
    margin-bottom: 0;
  }

  .footer__text:last-child {
    display: none;
  }
}

.footer__text:last-child {
  margin-bottom: 0;
}

.footer__text strong {
  font-weight: 500;
}

.footer__phone {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 20px;
}

.footer__site {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: auto;
}

.modal__block {
  position: relative;
  background-color: #131641 !important;
  width: 850px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 80px 100px;
  background: url("/assets/new/css/../images/pic/map.jpg") no-repeat center center/cover;
}

@media only screen and (max-width: 869px) {
  .modal__block {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .modal__block {
    top: 0;
    left: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding: 60px 40px 0;
  }

  .modal__block.--authorization {
    padding-bottom: 40px;
  }
}

.modal__close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.4;
  color: #E9EEF2;
  padding-right: 90px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .modal__title {
    padding-right: 0;
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px 50px;
  margin-bottom: 40px;
}

.modal__inner.--authorization .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(50% - 25px);
}

@media only screen and (max-width: 767px) {
  .modal__inner.--authorization .field-wrap {
    width: 100%;
  }
}

.modal__inner .field:nth-child(2),
.modal__inner .field:nth-child(3) {
  width: calc(50% - 25px);
}

@media only screen and (max-width: 767px) {
  .modal__inner .field:nth-child(2),
  .modal__inner .field:nth-child(3) {
    width: 100%;
  }
}

.modal__forgot {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: #E9EEF2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal__forgot:hover {
  color: #909298;
}

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

.modal__footer .link {
  margin-bottom: 40px;
}

.modal__footer .btn {
  margin-right: 40px;
}

.modal__captcha {
  margin-right: 50px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
  .modal__captcha {
    margin-right: 0;
  }
}

.modal__captcha img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal__register {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #E9EEF2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal__register:hover {
  color: #909298;
}

.banner {
  position: relative;
}

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

.banner__slide {
  height: 564px;
  padding-left: 100px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .banner__slide {
    padding: 035px;
  }
}

@media only screen and (max-width: 699px) {
  .banner__slide {
    position: relative;
    height: calc(100vh - 80px);
    padding: 0;
  }

  .banner__slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

.banner__inner {
  width: 600px;
}

@media only screen and (max-width: 1023px) {
  .banner__inner {
    width: 100%;
    max-width: 490px;
  }
}

@media only screen and (max-width: 599px) {
  .banner__inner {
    padding: 0 15px;
  }
}

.banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 290px;
  padding: 40px;
  background: url("/assets/new/css/../images/ico/path.svg") no-repeat top right/cover;
}

@media only screen and (max-width: 699px) {
  .banner__info {
    background: none;
    padding: 0;
  }
}

.banner__title {
  max-width: 430px;
  font-weight: 700;
  font-size: 48px;
  line-height: 121%;
  color: #121640;
  margin-bottom: 24px;
}

@media only screen and (max-width: 699px) {
  .banner__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 105%;
    color: #E9EEF2;
    margin-bottom: 15px;
  }
}

.banner__text {
  max-width: 430px;
  font-weight: 400;
  font-size: 20px;
  line-height: 155%;
  color: #121640;
}

@media only screen and (max-width: 699px) {
  .banner__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
    color: #E9EEF2;
    margin-bottom: 22px;
  }
}

.banner__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 35px;
  background: rgba(18, 22, 64, 0.9);
}

@media only screen and (max-width: 699px) {
  .banner__footer {
    background: none;
    height: initial;
    padding-left: 0;
  }
}

.banner__prev,
.banner__next {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E01A49;
  cursor: pointer;
  -webkit-user-select: #E01A49;
  -moz-user-select: #E01A49;
  -ms-user-select: #E01A49;
  user-select: #E01A49;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.banner__prev:hover,
.banner__next:hover {
  opacity: .8;
}

@media only screen and (max-width: 1023px) {
  .banner__prev,
  .banner__next {
    display: none;
  }
}

.banner__prev {
  left: 30px;
}

.banner__next {
  right: 30px;
}

.banner__pagination {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .banner__pagination {
    position: absolute;
    z-index: 1;
    bottom: 40px !important;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.banner__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  opacity: 1;
  background: #822137;
}

.banner__pagination .swiper-pagination-bullet-active {
  background: #df1e4b;
}

.clients {
  position: relative;
  z-index: 3;
  margin-top: -30px;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .clients .h2 {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .clients .link {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .clients.--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .clients.--mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .clients {
    margin-top: 0;
    margin-bottom: 65px;
  }

  .clients .wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 499px) {
  .clients .swiper-slide-active .clients__slide {
    opacity: 1;
  }
}

.clients__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 126px;
  background: #121640;
  overflow: hidden;
}

.clients__inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 300px;
  height: 300px;
  background: #E01A49;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

@media only screen and (max-width: 1023px) {
  .clients__inner:before {
    display: none;
  }
}

.clients__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0 25px;
  background: #121640;
  margin-bottom: 25px;
}

.clients__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  opacity: 1;
  background: rgba(224, 26, 73, 0.5);
}

.clients__pagination .swiper-pagination-bullet-active {
  background: #df1e4b;
}

.clients__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px;
  width: 210px;
  height: 100%;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .clients__title {
    display: none;
  }
}

.clients__slider {
  width: calc(100% - 440px);
}

@media only screen and (max-width: 1023px) {
  .clients__slider {
    width: calc(100% - 230px);
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .clients__slider {
    width: 100%;
    padding: 0 15px;
  }
}

.clients__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
}

@media only screen and (max-width: 499px) {
  .clients__slide {
    opacity: .5;
  }
}

.clients__link {
  width: 230px;
  padding-left: 40px;
}

@media only screen and (max-width: 699px) {
  .clients__link {
    display: none;
  }
}

.product-list__item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1279px) {
  .product-list__item {
    display: block;
    margin-bottom: 65px;
  }
}

.product-list__item.--reverse .product-list__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.product-list__item.--reverse .product-list__img:before {
  left: initial;
  right: -11px;
}

@media only screen and (max-width: 1279px) {
  .product-list__item.--reverse .product-list__img:before {
    right: initial;
    left: -11px;
  }
}

.product-list__item.--reverse .product-list__total {
  right: initial;
  left: -40px;
}

@media only screen and (max-width: 1279px) {
  .product-list__item.--reverse .product-list__total {
    left: initial;
    right: -15px;
  }
}

.product-list__item.--reverse .product-list__info {
  padding-left: 0;
}

.product-list__item.--about {
  margin-bottom: 25px;
}

.product-list__item.--about .product-list__total {
  text-align: right;
}

.product-list__item.--about .product-list__total span {
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 0;
}

.product-list__item.--about img {
  margin-bottom: 0;
}

.product-list__item:last-child {
  margin-bottom: 0;
}

.product-list__img {
  position: relative;
}

@media only screen and (max-width: 1279px) {
  .product-list__img {
    height: 350px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 499px) {
  .product-list__img {
    height: 440px;
    margin-bottom: 20px;
  }
}

.product-list__img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: -11px;
  width: 22px;
  height: 170px;
  background: #E01A49;
}

.product-list__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-list__img-title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  line-height: 1.3;
  background: rgba(18, 22, 64, 0.5);
}

@media only screen and (min-width: 500px) {
  .product-list__img-title {
    display: none;
  }
}

.product-list__img-title span {
  font-weight: 700;
}

.product-list__total {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 145px;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: rgba(224, 26, 73, 0.8);
}

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

@media only screen and (max-width: 1279px) {
  .product-list__total {
    right: -15px;
  }
}

@media only screen and (max-width: 499px) {
  .product-list__total {
    display: none;
  }
}

.product-list__total span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
}

.product-list__info {
  padding: 0 40px;
}

@media only screen and (max-width: 1279px) {
  .product-list__info {
    padding: 0;
  }
}

.product-list__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 107%;
  color: #121640;
  margin-bottom: 20px;
}

@media only screen and (max-width: 499px) {
  .product-list__title {
    display: none;
  }
}

.product-list__title strong {
  font-weight: 700;
}

.product-list__description {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
  .product-list__description {
    margin-bottom: 30px;
  }
}

.product-list__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 499px) {
  .product-list__list {
    -webkit-column-count: initial;
    -moz-column-count: initial;
    column-count: initial;
  }
}

.product-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding-right: 20px;*/
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #282D69;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-list__link:hover {
  color: #E01A49;
}

@media only screen and (max-width: 1279px) {
  .product-list__link {
    display: block;
  }
}

@media only screen and (max-width: 499px) {
  .product-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
}

.product-list__link span {
  margin-right: 10px;
}

.search__banner {
  padding: 40px 0 166px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.search__title {
  width: 100%;
  max-width: 860px;
  font-size: 24px;
  line-height: 146%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .search__title span {
    display: block;
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .search__title {
    font-size: 20px;
  }
}

.search__inner {
  margin-top: -130px;
}

.search__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  max-width: 786px;
  padding: 15px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d8e2e9;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(18, 22, 64, 0.1);
  box-shadow: 0 4px 4px 0 rgba(18, 22, 64, 0.1);
}

.search__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #121640;
  margin-bottom: 34px;
}

.search__text span {
  font-weight: 500;
  color: #E01A49;
}

.search__form {
  position: relative;
  width: 420px;
}

@media only screen and (max-width: 699px) {
  .search__form {
    width: 100%;
  }
}

.search__field {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  font-size: 20px;
  color: #121640;
  border-bottom: 1px solid #121640;
}

.search__field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__field::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__field::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.search__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 499px) {
  .partner .h2 {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .partner .wrap {
    padding: 0;
  }
}

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

@media only screen and (max-width: 1279px) {
  .partner__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.partner__info {
  width: calc(100% - 455px);
  padding-right: 145px;
}

@media only screen and (max-width: 1279px) {
  .partner__info {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 499px) {
  .partner__info {
    padding: 0 15px;
  }
}

.partner__advantages {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 40px 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 499px) {
  .partner__advantages {
    grid-gap: 15px;
  }
}

.partner__advantages-item {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

@media only screen and (max-width: 499px) {
  .partner__advantages-item {
    font-size: 16px;
    font-weight: 500;
  }
}

.partner__advantages-item.--hidden {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .partner__advantages-item.--hidden {
    display: block;
  }
}

.partner__advantages-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  width: 6px;
  height: 90%;
  background: #E01A49;
}

.partner__advantages-item:last-child {
  margin-right: 0;
}

.partner__advantages-item span {
  display: initial;
}

@media only screen and (min-width: 499px) {
  .partner__advantages-item span {
    display: block;
  }
}

.partner__img {
  position: relative;
  width: 455px;
}

@media only screen and (max-width: 1279px) {
  .partner__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }

  .partner__img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: -11px;
    width: 22px;
    height: 170px;
    background: #E01A49;
  }
}

@media only screen and (max-width: 1279px) and (max-width: 499px) {
  .partner__img:before {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .partner__img {
    width: calc(100% + 30px);
    height: 480px;
    margin-bottom: 30px;
  }
}

.partner__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1279px) {
  .partner__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
}

@media only screen and (max-width: 1023px) {
  .partner__img img {
    -o-object-position: center -80px;
    object-position: center -80px;
  }
}

@media only screen and (max-width: 1180px) {
  .partner__img img {
    object-position: center -120px;
  }
}

@media only screen and (max-width: 699px) {
  .partner__img img {
    -o-object-position: top center;
    object-position: top center;
  }
}

.partner__img-title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  background: rgba(18, 22, 64, 0.6);
}

@media only screen and (min-width: 500px) {
  .partner__img-title {
    display: none;
  }
}

.partner__bubble {
  position: absolute;
  z-index: 1;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.--hidden_25 {
  display: none;
}

@media only screen and (max-width: 499px) {
  .partner__bubble {
    display: none !important;
  }
  .--hidden_25 {
    display: block;
  }
}

.partner__bubble.--experience {
  bottom: 245px;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 200px;
  height: 145px;
  padding: 15px 40px;
  text-align: right;
  background: rgba(224, 26, 73, 0.8);
}

@media only screen and (max-width: 1279px) {
  .partner__bubble.--experience {
    bottom: 30px;
    right: -15px;
  }
}

.partner__bubble.--experience span {
  margin-bottom: 0;
}

.partner__bubble.--customers {
  bottom: 60px;
  left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 240px;
  height: 230px;
  padding-left: 50px;
}

@media only screen and (max-width: 1279px) {
  .partner__bubble.--customers {
    display: none;
  }
}

.partner__bubble.--quality {
  bottom: -60px;
  right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 235px;
  height: 225px;
  padding-left: 45px;
}

@media only screen and (max-width: 1279px) {
  .partner__bubble.--quality {
    display: none;
  }
}

.partner__bubble.--quality span {
  font-size: 30px;
}

.partner__bubble span {
  display: block;
  font-weight: 700;
  font-size: 52px;
}

.news__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .news__inner {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
    margin-bottom: 25px;
  }
}

.news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 116px;
  padding: 10px 25px;
  border: 1px solid #d8e2e9;
  border-radius: 3px;
  -webkit-box-shadow: 8px 12px 60px 0 rgba(18, 22, 64, 0.1);
  box-shadow: 8px 12px 60px 0 rgba(18, 22, 64, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.news__item:hover {
  background-color: #e6ecf1;
}

.news__item:active {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news__date {
  width: 60px;
  text-align: center;
}

.news__day {
  font-weight: 700;
  font-size: 48px;
  color: #E01A49;
  margin-bottom: 5px;
}

.news__mounth {
  font-size: 16px;
  color: #000;
}

.news__text {
  width: calc(100% - 60px);
  padding-left: 20px;
  font-size: 16px;
  line-height: 170%;
  color: #000;
}

.news__text svg {
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.professional .tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1279px) {
  .professional .tab {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 699px) {
  .professional .tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.professional .tab__header {
  width: 295px;
  padding-right: 30px;
}

@media only screen and (max-width: 1279px) {
  .professional .tab__header {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 699px) {
  .professional .tab__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: calc(100% + 15px);
    margin-right: -15px;
    padding: 0;
    margin-bottom: 30px;
  }

  .professional .tab__header::-webkit-scrollbar {
    display: none;
  }
}

.professional .tab__link {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  line-height: 1.4;
  color: #282D69;
  margin-bottom: 34px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 699px) {
  .professional .tab__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .professional .tab__link:last-child {
    margin-right: 0;
  }

  .professional .tab__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 80%;
    background: #e4eaf0;
  }
}

.professional .tab__link.--active {
  color: #E01A49;
}

.professional .tab__link.--active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 80%;
  background: #E01A49;
}

.professional .tab__link:last-child {
  margin-bottom: 0;
}

.professional .tab__container {
  width: calc(100% - 295px);
}

@media only screen and (max-width: 699px) {
  .professional .tab__container {
    width: 100%;
  }
}

.professional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
}

@media only screen and (max-width: 699px) {
  .professional__item {
    display: block;
  }
}

.professional__img {
  width: 360px;
}

@media only screen and (max-width: 1279px) {
  .professional__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 170px;
  }
}

@media only screen and (max-width: 699px) {
  .professional__img {
    position: initial;
    top: initial;
    left: initial;
    width: initial;
    height: 350px;
    margin-bottom: 20px;
  }
}

.professional__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1279px) {
  .professional__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}

.professional__info {
  width: calc(100% - 360px);
  padding-left: 40px;
}

@media only screen and (max-width: 1279px) {
  .professional__info {
    width: 100%;
    padding: 0;
  }
}

.professional__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 112%;
  color: #000;
  margin-bottom: 12px;
}

@media only screen and (max-width: 699px) {
  .professional__title {
    font-size: 28px;
  }
}

.professional__text {
  font-size: 16px;
  line-height: 170%;
  color: #000;
}

.modal__text {
  font-size: 16px;
  line-height: 170%;
  color: #909298;
}

.form__attach {
  margin-bottom: 40px;
}

.form__attach-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__attach-text:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.form__attach-text svg {
  width: 24px;
  margin-right: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form__attach-text span {
  color: #fff;
}

.form__attach-file {
  display: block;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.form__attach-clear {
  position: relative;
  top: 3px;
  font-size: 30px;
  margin-left: 10px;
  color: #E01A49;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.message {
  position: relative;
  margin-bottom: 65px;
}

.message__top {
  padding: 65px 0 50px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #131641;
  min-height: 638.08px;
}

@media only screen and (max-width: 1279px) {
  .message__top {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .message__top {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .message__top {
    padding: 60px 0 120px;
  }
}

.message__wrap {
  padding: 0 35px;
}

@media only screen and (max-width: 1279px) {
  .message__wrap {
    padding: 0;
  }
}

.message__form {
  width: 100%;
  max-width: 650px;
}

@media only screen and (max-width: 1279px) {
  .message__form {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1099px) {
  .message__form {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1023px) {
  .message__form {
    max-width: 100%;
  }
}

.message__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 50px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 499px) {
  .message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.message__inner .textarea {
  grid-area: 2 / 1 / 3 / 3;
}

.message__panel {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 60px;
  right: 50%;
  margin-right: -570px;
  width: 456px;
  padding: 80px 30px;
  border: 1px solid #d8e2e9;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(18, 22, 64, 0.1);
  box-shadow: 0 4px 4px 0 rgba(18, 22, 64, 0.1);
  background: #fff;
}

@media only screen and (max-width: 1369px) {
  .message__panel {
    right: 55px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1279px) {
  .message__panel {
    top: 80px;
    right: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .message__panel {
    position: relative;
    top: -70px;
    right: initial;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.message__panel-logo {
  width: 226px;
  margin-bottom: 50px;
}

.message__panel-logo svg {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.message__panel-street {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 499px) {
  .message__panel-street {
    font-size: 16px;
  }
}

.message__panel-alert {
  font-size: 20px;
  font-weight: 500;
  color: #E01A49;
}

@media only screen and (max-width: 499px) {
  .message__panel-alert {
    font-size: 16px;
  }
}

.message__panel-separator {
  width: 100%;
  height: 1px;
  background: #E9EEF2;
  margin: 40px 0;
}

.message__panel-phone {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #121640;
  margin-bottom: 10px;
}

@media only screen and (max-width: 499px) {
  .message__panel-phone {
    font-size: 24px;
  }
}

.message__panel-mail {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.message__panel-mail:hover {
  color: #E01A49;
}

.message__footer {
  padding-top: 15px;
}

@media only screen and (max-width: 1023px) {
  .message__footer {
    padding: 0;
  }
}

.message__footer img {
  width: 67px;
}

.message__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0 25px;
}

@media only screen and (max-width: 1023px) {
  .message__footer-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 699px) {
  .message__footer-inner {
    gap: 10px;
    width: 300px;
    margin: 0 auto;
  }
}

.bread-crumbs {
  /*padding: 10px 0 5px;*/
  background: #e6ecf1;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .bread-crumbs {
    margin-bottom: 30px;
  }
}

.bread-crumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread-crumbs__link {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #282D69;
  margin-bottom: 4px;
  margin-right: 20px;
}

.bread-crumbs__link:last-child {
  color: #828282;
}

.bread-crumbs__link:last-child:before {
  display: none;
}

.bread-crumbs__link:before {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  font-size: 14px;
  color: #282D69;
}

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

@media only screen and (max-width: 767px) {
  .article {
    margin-top: -30px;
  }
}

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

.article__img {
  position: relative;
  width: 50%;
  min-height: 480px;
  display: grid;
  place-items: center;
}

@media only screen and (max-width: 1023px) {
  .article__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    /*order: 2;*/
    width: 100%;
    min-height: initial;
    /*height: 350px;*/
  }
}

.article__img img {
  position: absolute;
  /*top: 0;*/
  /*right: 0;*/
  -o-object-fit: cover;
  /*object-fit: cover;*/
  -o-object-position: center right;
  /*object-position: center right;*/
  /*height: 100%;*/
  max-height: 450px;
  max-width: initial;
  /*width: 50vw;*/
}

@media only screen and (max-width: 1023px) {
  .article__img img {
    position: initial;
    width: 100%;
  }
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 15px 0 15px 40px;
}

@media only screen and (max-width: 1023px) {
  .article__info {
    width: 100%;
    padding: 15px 0 0;
    margin-bottom: 30px;
  }
}

.refrigerators__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.refrigerators__inner.--small .refrigerators__item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.hide__bor {
  border-bottom: none !important;
}

.refrigerators__item {
  width: calc(50% - 40px);
  padding-bottom: 30px;
  border-bottom: 1px solid #D8E2E9;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .refrigerators__item {
    /*width: calc(50% - 20px);*/
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/*@media only screen and (max-width: 767px) {*/
/*  .refrigerators__item {*/
/*    width: 100%;*/
/*    padding-bottom: 15px;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*}*/

.refrigerators__item.--active .refrigerators__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #e6ecf1;
}

.refrigerators__item.--active .refrigerators__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.refrigerators__item:last-child {
  margin-bottom: 0;
}

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

@media only screen and (max-width: 499px) {
  .refrigerators__left {
    display: block !important;
  }

  .refrigerators__title {
    padding-top: 15px;
  }
}

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

.refrigerators__img {
  width: 95px;
  height: 48px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .refrigerators__img {
    min-width: 95px;
    margin-right: 20px;
  }
}

.refrigerators__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.refrigerators__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;

}

.refrigerators__title:hover {
  color: #E01A49;
}

@media only screen and (min-width: 992px) {
  .refrigerators__title {
    width: calc(100% - 125px);
  }
}

@media only screen and (max-width: 1023px) {
  .refrigerators__title {
    font-size: 16px;
  }
}

.refrigerators__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.refrigerators__total {
  font-weight: 400;
  font-size: 16px;
  color: #121640;
  /*margin-right: 15px;*/
  margin-right: 5px;
}

.refrigerators__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 62px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.refrigerators__arrow:hover {
  background-color: #e6ecf1;
}

.refrigerators__dropdown {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .refrigerators__dropdown {
    padding-top: 15px;
  }
}

.refrigerators__link {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding-left: 15px;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.refrigerators__link:hover {
  color: #E01A49;
}

.refrigerators__dropdown > li {
  position: relative;
  padding-left: 15px;
}

.refrigerators__dropdown > li:before {
  content: '•';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
  color: #282D69;
}

.refrigerators__link svg {
  margin-left: 5px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pagination__link,
.pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #121640;
  color: #fff;
  font-size: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination__link:hover,
.pagination__next:hover {
  background: #E01A49;
}

.pagination__link.--active,
.pagination__next.--active {
  background: #E01A49;
}

.pagination__next {
  background: none;
}

.pagination__next:hover {
  background: none;
}

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

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog__sort span {
  font-size: 16px;
  line-height: 156%;
  color: #343647;
  margin-right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.catalog__sort span:hover {
  color: #E01A49;
}

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

@media only screen and (max-width: 1023px) {
  .catalog__view {
    display: none;
  }
}

.catalog__view-text {
  font-size: 16px;
  line-height: 156%;
  color: #343647;
  margin-right: 10px;
}

.catalog__view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog__btn rect {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.catalog__btn:hover rect {
  fill: #121640;
}

.catalog__btn.--active rect {
  fill: #121640;
}

.catalog__row,
.catalog__col {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 40px;
  margin-bottom: 65px;
}

.catalog__inner.--active {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .catalog__inner.--active {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 40px;
  }

  .catalog__inner.--active .catalog__item {
    display: block;
    border: none;
    margin-bottom: 0;
  }

  .catalog__inner.--active .catalog__img {
    width: 100%;
    height: 300px;
  }

  .catalog__inner.--active .catalog__info {
    padding: 0 !important;
  }

  .catalog__inner.--active .catalog__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 100px;
  }

  .catalog__inner.--active .catalog__description {
    display: none !important;
  }

  .catalog__inner.--active .catalog__right {
    width: 100% !important;
    display: block !important;
  }
}

.catalog__inner.--active .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #D8E2E9;
  margin-bottom: 15px;
}

.catalog__inner.--active .catalog__item:nth-child(2) {
  border-top: 1px solid #D8E2E9;
  padding-top: 15px;
}

@media only screen and (max-width: 1023px) {
  .catalog__inner.--active .catalog__item:nth-child(2) {
    padding-top: 0;
    border-top: none;
  }
}

.catalog__inner.--active .catalog__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .catalog__inner.--active .catalog__item {
    display: block;
    border: none;
    margin-bottom: 0;
  }
}

.catalog__inner.--active .catalog__img {
  width: 190px;
  height: 190px;
}

@media only screen and (max-width: 1023px) {
  .catalog__inner.--active .catalog__img {
    width: 100%;
    height: 300px;
  }
}

.catalog__inner.--active .catalog__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
}

.catalog__inner.--active .catalog__title {
  max-width: 650px;
  display: block;
  height: initial;
}

@media only screen and (max-width: 1023px) {
  .catalog__inner.--active .catalog__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 100px;
  }
}

.catalog__inner.--active .catalog__description {
  display: none;
}

.catalog__inner.--active .catalog__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__inner.--active .catalog__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 290px;
}

.catalog__description {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 179%;
  color: #828282;
  margin-bottom: 15px;
}

.catalog__description span {
  color: #121640;
}

.catalog__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  padding: 15px;
  border: 1px solid #D8E2E9;
  margin-bottom: 15px;
}

.catalog__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.catalog__discount {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66px;
  height: 35px;
  padding-left: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  background: url("/assets/new/css/../images/ico/discount.svg") no-repeat center center/contain;
}

.catalog__code {
  font-size: 14px;
  line-height: 179%;
  color: #828282;
  margin-bottom: 10px;
}

.catalog__code span {
  color: #121640;
}

.catalog__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  color: #282D69;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 100px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .catalog__title {
    display: block;
    height: initial;
  }
}

.catalog__title:hover {
  color: #E01A49;
}

.catalog__title strong {
  font-weight: 500;
}

.catalog__option {
  min-height: 48px;
  margin-bottom: 25px;
}

.catalog__unavailable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  font-size: 20px;
  color: #343647;
}

@media only screen and (max-width: 767px) {
  .catalog__unavailable {
    height: initial;
  }
}

.catalog__price {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: end;*/
  /*-ms-flex-align: end;*/
  /*align-items: flex-end;*/
  margin-bottom: 10px;
}

.price_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.catalog__current {
  font-size: 24px;
  color: #E01A49;
}

.catalog__old {
  font-size: 20px;
  color: #282D69;
}

.catalog__separator {
  font-size: 20px;
  color: #282D69;
}

.catalog__excl {
  font-size: 14px;
  color: #828282;
}

.catalog__excl a {
  text-decoration: underline;
}

.catalog__excl a:hover {
  color: #121640;
  text-decoration: none;
}

.also .h2 {
  font-size: 32px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 699px) {
  .also .swiper-slide-active .also__img {
    opacity: 1;
  }
}

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

.also__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background: #E01A49;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.also__arrow:hover {
  opacity: .8;
}

@media only screen and (max-width: 1023px) {
  .also__arrow {
    display: none;
  }
}

.already__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background: #E01A49;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.already__arrow:hover {
  opacity: .8;
}

@media only screen and (max-width: 1023px) {
  .already__arrow {
    display: none;
  }
}

.also__slider {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 1023px) {
  .also__slider {
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  .also__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.already__slider {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 1023px) {
  .already__slider {
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  .already__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.also__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.also__item:hover .also__text {
  color: #E01A49;
}

.also__item:hover .also__img {
  opacity: 1;
}

.also__img {
  width: 120px;
  height: 64px;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .8;
}

.also__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.also__text {
  font-size: 16px;
  line-height: 131%;
  text-align: center;
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.also__pagination {
  display: none;
}

/*@media only screen and (max-width: 1023px) {*/
/*  .also__pagination {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    padding-top: 40px;*/
/*  }*/
/*}*/

.also__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  opacity: 1;
  background: rgba(224, 26, 73, 0.5);
}

.also__pagination .swiper-pagination-bullet-active {
  background: #df1e4b;
}

.product {
  margin-bottom: 55px;
}

.product .counter {
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .product .counter {
    margin-right: 10px;
  }
}

.product .tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}

@media only screen and (max-width: 699px) {
  .product .tab__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: none;
  }

  .product .tab__header::-webkit-scrollbar {
    display: none;
  }
}

.product .tab__link {
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: #e6ecf1;
  margin-right: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product .tab__link:hover {
  background-color: #ddecf5;
}

.product .tab__link.--active {
  position: relative;
  color: #fff;
  background: #121640;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.product .tab__link.--active:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 10px solid #121640;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product .tab__link:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 699px) {
  .product .tab__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
  }
}

@media only screen and (max-width: 699px) {
  .product .tab__block {
    display: block;
  }
}

.product .tab__block-title {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: #e6ecf1;
  margin-right: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 30px;
}

@media only screen and (min-width: 700px) {
  .product .tab__block-title {
    display: none !important;
  }
}

.product .tab__block-title.--active {
  position: relative;
  color: #fff;
  background: #121640;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.product .tab__block-title.--active:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 11px solid #121640;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: -1px;
}

@media only screen and (max-width: 699px) {
  .product .tab__block-inner {
    display: none;
    padding-bottom: 30px;
  }
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 55px;
  /*border-bottom: 1px solid #D8E2E9;*/
}

@media only screen and (max-width: 767px) {
  .product__inner {
    padding-bottom: 40px;
  }
}

.product__info {
  width: calc(100% - 380px);
  padding-right: 125px;
}

@media only screen and (max-width: 1279px) {
  .product__info {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .product__info {
    width: 100%;
    padding: 0;
  }
}

.product__code {
  font-weight: 500;
  font-size: 20px;
  color: #828282;
  margin-bottom: 30px;
}

.product__title {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  color: #121640;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product__title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.product__title strong {
  font-weight: 700;
}

.product__price {
  font-weight: 400;
  font-size: 32px;
  color: #E01A49;
  margin-bottom: 12px;
}

.product__price span {
  font-size: 20px;
}

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

@media only screen and (max-width: 767px) {
  .product__offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.product__offer a {
  text-decoration: underline;
}

.product__vat {
  font-size: 14px;
  color: #828282;
}

.product__vat a:hover {
  color: #121640;
  text-decoration: none;
}

.product__special {
  font-size: 14px;
  color: #000;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .product__special {
    margin: 0;
  }
}

.product__special span {
  color: #E01A49;
}

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

@media only screen and (max-width: 767px) {
  .product__footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product__img {
  position: relative;
  top: 15px;
  width: 380px;
  padding: 15px 30px 15px 0;
}

@media only screen and (max-width: 1279px) {
  .product__img {
    width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .product__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
  }
}

.product__img .catalog__discount {
  width: 86px;
  height: 46px;
  padding-left: 30px;
}

.product__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  /*height: 100%;*/
}

.product__award {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
}

.product__award img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.spares .refrigerators__inner {
  margin-bottom: 65px;
}

.spares__banner {
  height: 250px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -60px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .spares__banner {
    margin-top: -30px;
  }
}

.spares__form {
  position: relative;
  padding: 35px 0;
  background: #e6ecf1;
  margin: 40px 0;
}

.spares__form:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50vw;
  width: 150vw;
  height: 100%;
  background: #e6ecf1;
}

.spares__form-text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.4;
  color: #282D69;
  margin-bottom: 25px;
}

.spares__form-field {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  font-size: 20px;
  color: #282D69;
  border-bottom: 1px solid #282D69;
  background: none;
}

.spares__form-field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.spares__form-field::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.spares__form-field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.spares__form-field::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.spares__form-btn {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seo__about {
  margin-bottom: 50px;
}

.page-news__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 75px 60px;
  margin-bottom: 65px;
}

.page-news__img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 250px;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-news__img:hover {
  opacity: .8;
}

.page-news__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-news__date {
  font-size: 16px;
  line-height: 170%;
  color: #E01A49;
  margin-bottom: 5px;
}

.page-news__title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 129%;
  color: #121640;
  margin-bottom: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-news__title:hover {
  color: #E01A49;
}

.page-news__text {
  font-size: 16px;
  line-height: 170%;
  color: #000;
  margin-bottom: 12px;
}

.page-news__link {
  font-size: 16px;
  line-height: 170%;
  color: #134563;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page-news__link:hover {
  color: #E01A49;
}

.news-item__img {
  position: relative;
}

.news-item__img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: -11px;
  width: 22px;
  height: 170px;
  background: #E01A49;
}

.about-banner {
  position: relative;
  margin-top: -60px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .about-banner {
    margin-top: -30px;
  }
}

.about-banner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(150%, #1b1c2d));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1b1c2d 150%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1b1c2d 150%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1b1c2d 150%);
}

.about-banner__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 50px;
  height: 355px;
  padding-bottom: 35px;
  z-index: 2;
}

@media only screen and (max-width: 1278px) {
  .about-banner__nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-banner__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
    padding: 30px 0;
  }
}

.about-banner__link {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #E9EEF2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1278px) {
  .about-banner__link {
    font-size: 18px;
  }
}

.about-banner__link:hover {
  opacity: .8;
}

.about-banner__link.--active {
  background: #E01A49;
}

@media only screen and (max-width: 767px) {
  .spares-catalog .btn {
    margin-bottom: 25px;
  }
}

.spares-catalog__inner {
  border-top: 1px solid #D8E2E9;
  margin-bottom: 55px;
}

.spares-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #D8E2E9;
}

@media only screen and (max-width: 767px) {
  .spares-catalog__item {
    padding-bottom: 0;
  }
}

.spares-catalog__left {
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .spares-catalog__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.spares-catalog__code {
  font-size: 14px;
  line-height: 179%;
  color: #828282;
  margin-bottom: 10px;
}

.spares-catalog__code span {
  color: #121640;
}

.spares-catalog__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  color: #282D69;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

@media only screen and (max-width: 767px) {
  .spares-catalog__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: right;
    width: 100%;
  }
}

.spares-catalog__info {
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .spares-catalog__info {
    margin-bottom: 25px;
  }
}

.spares-catalog__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.spares-catalog__current {
  font-size: 24px;
  color: #E01A49;
}

.spares-catalog__old {
  font-size: 16px;
  color: #121640;
}

.spares-catalog__vat {
  font-size: 14px;
  color: #828282;
}

.spares-catalog__vat a {
  text-decoration: underline;
}

.index-search {
  background: #121640;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .index-search {
    display: none !important;
  }
}

.index-search__inner {
  position: relative;
  padding: 30px 15px;
  background: #121640;
}

.index-search__text {
  font-size: 16px;
  color: #E01A49;
  margin-bottom: 15px;
}

.index-search__field {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: none;
}

.index-search__field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.index-search__field::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.index-search__field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.index-search__field::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.index-search__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .cart .link {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .cart .counter {
    width: initial;
  }
}

.cart .counter__decrement,
.cart .counter__increment {
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  color: #000;
  background-color: #ebf1f6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .cart .counter__decrement,
  .cart .counter__increment {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.cart .counter__decrement:hover,
.cart .counter__increment:hover {
  background-color: #ddecf5;
}

.cart .counter__field {
  display: block;
  width: 58px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .cart .counter__field {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.cart__inner {
  border-top: 1px solid #D8E2E9;
  margin-bottom: 25px;
}

.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #D8E2E9;
}

.cart__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}

@media only screen and (max-width: 1023px) {
  .cart__left {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cart__left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cart__img {
  width: 135px;
  height: 115px;
  border: 2px solid #d9e2e8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .cart__img {
    width: 115px;
    height: 105px;
  }
}

.cart__img:hover {
  border-color: #E01A49;
}

.cart__img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cart__info {
  width: calc(100% - 135px);
  padding-left: 20px;
}

.cart__brand {
  font-weight: 600;
  font-size: 16px;
  line-height: 181%;
  color: #282D69;
}

.cart__title {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .cart__title {
    font-size: 18px;
  }
}

.cart__title:hover {
  color: #E01A49;
}

.cart__code {
  font-size: 14px;
  line-height: 207%;
  color: #828282;
}

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

@media only screen and (max-width: 1023px) {
  .cart__right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .cart__right {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .cart__actions {
    width: 100%;
    margin-right: 0;
  }
}

.cart__remove {
  width: 34px;
  margin-right: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .cart__remove {
    width: 25px;
    margin-right: 10px;
  }
}

.cart__remove:hover path {
  fill: #E01A49;
}

.cart__remove svg {
  width: 100%;
}

.cart__remove svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart__price {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cart__price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 150px;
  }
}

.cart__current {
  font-weight: 400;
  font-size: 28px;
  color: #121640;
  margin-bottom: 5px;
}

.cart__vat {
  font-size: 14px;
  color: #828282;
}

.cart__vat a {
  text-decoration: underline;
}

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

@media only screen and (max-width: 767px) {
  .cart__footer {
    margin-bottom: 50px;
  }
}

.cart__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .cart__coupon {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cart__coupon-text {
  font-size: 16px;
  line-height: 170%;
  color: #282D69;
  margin-bottom: 15px;
}

.cart__coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.cart__coupon-field {
  border: 1px solid #a5b2bb;
  border-radius: 8px;
  width: 250px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #121640;
  margin-right: 12px;
}

.cart__coupon-btn {
  border-radius: 22px;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #E9EEF2;
  background: #121640;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart__total {
  font-size: 40px;
  color: #E01A49;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .cart__total {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

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

@media only screen and (max-width: 767px) {
  .cart__payment {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cart__payment img {
  width: 67px;
  margin-right: 45px;
}

.cart__payment img:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .order .btn {
    font-size: 14px;
  }
}

.order .tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 699px) {
  .order .tab__header {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.order .tab__link {
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: #000;
  background: #e6ecf1;
  margin-right: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.order .tab__link:hover {
  background-color: #ddecf5;
}

.order .tab__link.--active {
  position: relative;
  color: #fff;
  background: #121640;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}

.order .tab__link.--active:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 35px solid transparent;
  border-top: 10px solid #121640;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.order .tab__link:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 699px) {
  .order .tab__link {
    width: calc(50% - 2px);
  }
}

.order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  color: #282D69;
  background: #e6ecf1;
}

@media only screen and (max-width: 767px) {
  .order__header {
    display: none;
  }
}

.order__header-item {
  line-height: 48px;
}

.order__header-item:nth-child(1) {
  min-width: 215px;
  padding-left: 55px;
}

@media only screen and (max-width: 1279px) {
  .order__header-item:nth-child(1) {
    min-width: initial;
    width: 30%;
  }
}

.order__header-item:nth-child(2) {
  min-width: 140px;
}

@media only screen and (max-width: 1279px) {
  .order__header-item:nth-child(2) {
    min-width: initial;
    width: 20%;
  }
}

.order__header-item:nth-child(3) {
  min-width: 100px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .order__header-item:nth-child(3) {
    min-width: initial;
    width: 15%;
  }
}

.order__header-item:nth-child(4) {
  min-width: 140px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .order__header-item:nth-child(4) {
    min-width: initial;
    width: 20%;
  }
}

.order__header-item:nth-child(5) {
  min-width: 150px;
}

@media only screen and (max-width: 1279px) {
  .order__header-item:nth-child(5) {
    min-width: initial;
    width: 15%;
  }
}

.order__header-item:nth-child(6) {
  min-width: 430px;
}

@media only screen and (max-width: 1279px) {
  .order__header-item:nth-child(6) {
    display: none;
  }
}

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #D8E2E9;
}

@media only screen and (max-width: 1279px) {
  .order__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 0;
  }
}

.order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}

@media only screen and (max-width: 1279px) {
  .order__info {
    width: 100%;
    padding-top: 0;
    margin-bottom: 22px;
  }
}

.order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #282D69;
}

@media only screen and (max-width: 1279px) {
  .order__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .order__inner-item {
    position: relative;
    min-width: 100% !important;
    padding-left: 115px;
    text-align: left !important;
    margin-bottom: 15px;
  }

  .order__inner-item:last-child {
    margin-bottom: 0;
  }

  .order__inner-item:before {
    content: attr(data-info);
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    color: #282D69;
  }
}

.order__inner-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 215px;
  padding-left: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1279px) {
  .order__inner-item:nth-child(1) {
    min-width: initial;
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .order__inner-item:nth-child(1) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 95px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .order__inner-item:nth-child(1):before {
    top: -8px;
    font-weight: 400;
    font-size: 20px;
    color: #282D69;
  }
}

.order__inner-item:nth-child(1).--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order__inner-item:nth-child(1):hover {
  color: #E01A49;
}

@media only screen and (max-width: 767px) {
  .order__inner-item:nth-child(1):hover {
    color: #121640;
  }
}

.order__inner-item:nth-child(1) svg {
  width: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .order__inner-item:nth-child(1) svg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 20px;
  }
}

.order__inner-item:nth-child(2) {
  min-width: 140px;
}

@media only screen and (max-width: 1279px) {
  .order__inner-item:nth-child(2) {
    min-width: initial;
    width: 20%;
  }
}

.order__inner-item:nth-child(3) {
  min-width: 100px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .order__inner-item:nth-child(3) {
    min-width: initial;
    width: 15%;
  }
}

.order__inner-item:nth-child(4) {
  min-width: 140px;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .order__inner-item:nth-child(4) {
    min-width: initial;
    width: 20%;
  }
}

.order__inner-item:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
}

@media only screen and (max-width: 1279px) {
  .order__inner-item:nth-child(5) {
    min-width: initial;
    width: 15%;
  }
}

.order__inner-item:nth-child(5) span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.order__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  min-width: 430px;
}

@media only screen and (max-width: 1279px) {
  .order__actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: initial;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .order__actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
  }
}

.order__hidden {
  display: none;
  padding-top: 25px;
  width: 700px;
}

@media only screen and (max-width: 1280px) {
  .order__hidden {
    width: 100%;
  }
}

.order__list {
  margin-bottom: 20px;
}

.order__list:last-child {
  margin-bottom: 0;
}

.order__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.order__list-item:last-child {
  margin-bottom: 0;
}

.order__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 76px;
  height: 64px;
  padding: 5px;
  border: 1px solid #D9E2E8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.order__list-img:hover {
  border-color: #E01A49;
}

.order__list-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.order__list-info {
  width: calc(100% - 76px);
  padding-left: 15px;
}

.order__list-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 207%;
  color: #282D69;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 767px) {
  .order__list-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.order__list-title:hover {
  color: #E01A49;
}

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

.order__list-total {
  font-size: 14px;
  line-height: 207%;
  color: #828282;
  margin-right: 5px;
}

.order__list-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 194%;
  color: #343647;
}

.order__dropdown {
  margin-bottom: 15px;
}

.order__dropdown:last-child {
  margin-bottom: 0;
}

.order__dropdown-item {
  margin-bottom: 10px;
}

.order__dropdown-item:last-child {
  margin-bottom: 0;
}

.order__dropdown-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #282D69;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .order__dropdown-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.order__dropdown-title.--active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order__dropdown-title svg {
  width: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .order__dropdown-title svg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 15px;
  }
}

.order__dropdown-hidden {
  display: none;
  padding: 10px 0 20px;
}

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

.order__dropdown-inner span {
  font-size: 16px;
  line-height: 170%;
  color: #282D69;
}

.order__dropdown-inner span:first-child {
  min-width: 180px;
  font-weight: 500;
}

.order__dropdown-inner span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order__title {
  font-weight: 500;
  font-size: 20px;
  color: #121640;
  margin-bottom: 20px;
}

.order__form-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px 40px;
  max-width: 830px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .order__form-inner {
    grid-gap: 20px;
    /*margin-bottom: 10px;*/
  }
}

.order__form-title {
  font-size: 16px;
  line-height: 170%;
  color: #121640;
  margin-bottom: 5px;
}

.order__form-field {
  display: block;
  width: 100%;
  border: 1px solid #a5b2bb;
  border-radius: 8px;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #121640;
}

.order__form-field::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.order__form-field::-moz-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.order__form-field::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.order__form-field::placeholder {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.order__form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 1px solid #a5b2bb;
  border-radius: 8px;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #121640;
  background: url("/assets/new/css/../images/ico/select.svg") no-repeat calc(100% - 16px) center/14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order__form-separator {
  font-size: 16px;
  line-height: 170%;
  color: #121640;
  margin-bottom: 30px;
}

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

.order__form-reset {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #828282;
  margin-left: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.order__form-reset:hover {
  color: #E01A49;
}

.bold {
  font-weight: bold;
}

.mobile-menu__lang-link.--active {
  text-decoration: underline;
}

.footer__title:hover {
  color: #ffffff;
}

.field {
  padding-left: 5px;
}

.custom-before:before {
  top:22px;
}

.custom-before {
  line-height: normal;
  padding-top: 12px;
}

@media only screen and (max-width: 400px) {
  .news__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1279px) {
  .--editor p {
    margin-bottom: auto;
  }

  .res__img {
    height: 292px;
  }
}

.reseller__list li ::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-right: 8px; /* Отступ между иконкой и текстом */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13"><path d="M7.16797 -0.00390684L6.56152 0.628906L12.6904 6.5L6.56152 12.3711L7.16797 13.0039L13.9561 6.5L7.16797 -0.00390684ZM8.31348 6.5L1.52539 13.0039L0.918945 12.3711L7.04785 6.5L0.918946 0.628905L1.52539 -0.00390734L8.31348 6.5Z" fill="%23E01A49"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-color {
  text-decoration: none !important;
  color: #E9EEF2 !important;
}

@media only screen and (max-width: 675px) {
  .modal__captcha {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .popup-window.popup-window-with-titlebar {
    left: 13px !important;
    right: 13px;
    min-width: unset;
  }

  .popup-window-buttons {
    background-color: unset;
  }

  .popup-window-buttons .wrap .link span {
    font-size: 12px;
    margin-right: 0px;
  }

  .popup-window-buttons .wrap .link {
    background-color: #E01A49;
    border-radius: 30px;
  }
  .popup-window-titlebar div {
    white-space: normal !important;
    margin-right: 0px !important;
  }

  .popup-window-buttons .wrap .link svg {
    display: none;
  }

  .popup-window-buttons .wrap {
    padding: 0;
  }

  .popup-window.popup-window-with-titlebar {
    font-size: 14px;
  }

  .popup-window .popup-window-close-icon {
    top: -35px !important;
    right: 18px !important;
  }

  .popup-window-titlebar > div {
    font-size: 18px;
  }

  .popup-window-close-icon:after {
    background-image: url(/images/ico/closeWhite.png);
  }
}

.spinner {
  width: 30px;
  height: 30px;
  border: 5px solid #ddd;
  border-top: 5px solid #111541;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/* End */


/* Start:/assets/new/css/libs.css?173450013021947*/
.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
    outline: 0
}

[hidden] {
    display: none
}

.swiper, img {
    /*display: block*/
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

a, button, input, select, textarea {
    font-family: inherit;
    color: inherit;
    font-weight: inherit
}

button {
    background: 0 0;
    cursor: pointer;
    user-select: none
}

a {
    text-decoration: none
}

button, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    border-radius: 0
}

img {
    -ms-interpolation-mode: bicubic
}

input {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb
}

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

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

/*.swiper-button-lock {*/
/*    display: none*/
/*}*/

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-cube, .swiper-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-fade.swiper-free-mode .swiper-slide, .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide, .swiper-cube .swiper-slide .swiper-slide, .swiper-flip .swiper-slide, .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/* End */
/* /assets/css/plugins.css?16964980866620 */
/* /assets/css/bootstrap.css?173511083813243 */
/* /assets/font-awesome/css/font-awesome.min.css?169649808627466 */
/* /assets/select2/css/select2.min.css?169649808614966 */
/* /assets/css/main.css?17351221336707 */
/* /assets/css/site.css?173797040187270 */
/* /assets/css/electrolux.css?17604616008328 */
/* /assets/new/css/main.css?1739689045127871 */
/* /assets/new/css/libs.css?173450013021947 */
