

/* Start:/local/templates/metmo/js/vendor/fancybox/jquery.fancybox.css?16219386714895*/
/*! 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('/local/templates/metmo/js/vendor/fancybox/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('/local/templates/metmo/js/vendor/fancybox/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('/local/templates/metmo/js/vendor/fancybox/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('/local/templates/metmo/js/vendor/fancybox/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('/local/templates/metmo/js/vendor/fancybox/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('/local/templates/metmo/js/vendor/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/metmo/js/vendor/jquery-ui/jquery-ui.min.css?162193867115009*/
/*! jQuery UI - v1.11.4 - 2016-02-05
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}
/* End */


/* Start:/local/templates/metmo/js/vendor/jquery.bxslider/jquery.bxslider.css?16219386713836*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/metmo/js/vendor/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/local/templates/metmo/js/vendor/jquery.bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/local/templates/metmo/js/vendor/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/metmo/js/vendor/jquery.bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/metmo/js/vendor/jquery.bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/metmo/js/vendor/select2/select2.css?162193867217604*/
.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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .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-selection__placeholder, .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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 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, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 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, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 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; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__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: white;
  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: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */


/* Start:/local/templates/metmo/js/vendor/slick/slick.css?16219386721718*/
/* 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;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* End */


/* Start:/local/templates/metmo/css/optimize.css?16219386712462*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End */


/* Start:/local/templates/metmo/css/fonts.css?16246201195176*/
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000003b9ad1b1
 *   - http://typekit.com/eulas/00000000000000003b9ad1b2
 *   - http://typekit.com/eulas/00000000000000003b9ad1b9
 *   - http://typekit.com/eulas/00000000000000003b9ad1ba
 *   - http://typekit.com/eulas/00000000000000003b9ad1b5
 *   - http://typekit.com/eulas/00000000000000003b9ad1b6
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2016-08-10 10:13:06 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=ici6caj&ht=tk&f=139.140.175.176.5474.5475&a=3815034&app=typekit&e=css");

@font-face {
  font-family:"proxima-nova";
  src:url("https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/l?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/d?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/7d485b/00000000000000003b9ad1b1/27/a?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n7&v=3") format("opentype");
  font-display:swap;font-style:normal;font-weight:700;
}

@font-face {
  font-family:"proxima-nova";
  src:url("https://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/l?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/d?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/347aea/00000000000000003b9ad1b2/27/a?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i7&v=3") format("opentype");
  font-display:swap;font-style:italic;font-weight:700;
}

@font-face {
  font-family:"proxima-nova";
  src:url("https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/l?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/d?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/c9cde8/00000000000000003b9ad1b9/27/a?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n4&v=3") format("opentype");
  font-display:swap;font-style:normal;font-weight:400;
}

@font-face {
  font-family:"proxima-nova";
  src:url("https://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/l?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/d?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/4ba64f/00000000000000003b9ad1ba/27/a?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i4&v=3") format("opentype");
  font-display:swap;font-style:italic;font-weight:400;
}

@font-face {
  font-family:"proxima-nova";
  src:url("https://use.typekit.net/af/3333ef/00000000000000003b9ad1b5/27/l?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/3333ef/00000000000000003b9ad1b5/27/d?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/3333ef/00000000000000003b9ad1b5/27/a?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=n3&v=3") format("opentype");
  font-display:swap;font-style:normal;font-weight:300;
}

@font-face {
  font-family:"proxima-nova";
  src:url("https://use.typekit.net/af/b5c037/00000000000000003b9ad1b6/27/l?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/b5c037/00000000000000003b9ad1b6/27/d?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/b5c037/00000000000000003b9ad1b6/27/a?primer=e7c58b81a305e1fc09dd5591d751a34891b5b63ab278ac3b87ed8857fdd9b01a&fvd=i3&v=3") format("opentype");
  font-display:swap;font-style:italic;font-weight:300;
}

.tk-proxima-nova { font-family: "proxima-nova",sans-serif; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/metmo/css/../fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("/local/templates/metmo/css/../fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/metmo/css/../fonts/FontAwesome/fontawesome-webfont.woff2") format("woff2"), url("/local/templates/metmo/css/../fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("/local/templates/metmo/css/../fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"), url("/local/templates/metmo/css/../fonts/FontAwesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* End */


/* Start:/local/templates/metmo/css/fontawesome.css?162193867134305*/
@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
          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;
}

/* Deprecated as of 4.4.0 */
.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;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-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);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.fa-rotate-90:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.fa-rotate-180:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fa-rotate-270:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.fa-flip-horizontal:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.fa-flip-vertical:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-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 {
  -webkit-filter: none;
          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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* End */


/* Start:/local/templates/metmo/css/global.css?1773925381661557*/
@charset "UTF-8";
.content-area a, .price-list__pdf-link, .price-list__exl-link {
  color: #fe3e00;
  text-decoration: underline;
}

.content-area a:hover, .price-list__pdf-link:hover, .price-list__exl-link:hover {
  color: #ff7a4f;
  text-decoration: underline;
}

/*-- Вспомогательные стили --*/
.clearme:after, .catalog-plate__price-and-buy:after, .catalog-pricelist__labels:after, .catalog-table__labels:after {
  content: '';
  clear: both;
  display: block;
}

.noclear {
  clear: none;
}

.clearfix {
  clear: both;
}

.rouble {
  font-family: rouble, Arial, sans-serif;
}

.center {
  text-align: center;
}

body .nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.content-center, .footer__center, .header__center {
  width: 95%;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 936px;
}

@media screen and (max-width: 1210px) {
  .content-center, .footer__center, .header__center {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content-center, .footer__center, .header__center {
    min-width: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.rub, .calculator-product__val > .weight,
.calculator-product__val > .metr,
.calculator-product__val > .pc, .metr, .weight {
  color: #7b7b7b;
  font-size: 75%;
  vertical-align: baseline;
}

.is-hide, .slick-slide .is-hide {
  display: none;
}

/*-- Структура страницы --*/
html.is-footer-fixed {
  height: 100%;
}

html.is-footer-fixed body {
  height: 100%;
}

html.is-footer-fixed .layout {
  height: auto;
  min-height: 100%;
}

html.is-footer-fixed .layout__wrap-content {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #ffffff;
}

/*-- Контентные стили --*/
/* Заголовки */
h1, .h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: normal;
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h2, .product-constructor__filter-title, .h2, .subscribe-form__subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

h2:first-child, .product-constructor__filter-title:first-child, .h2:first-child, .subscribe-form__subtitle:first-child {
  margin-top: 0;
}

h2:last-child, .product-constructor__filter-title:last-child, .h2:last-child, .subscribe-form__subtitle:last-child {
  margin-bottom: 0;
}

h3, .product-constructor__price-value, .h3, .calculator-product__table-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 128.57143%;
  font-weight: bold;
}

h3:first-child, .product-constructor__price-value:first-child, .h3:first-child, .calculator-product__table-title:first-child {
  margin-top: 0;
}

h3:last-child, .product-constructor__price-value:last-child, .h3:last-child, .calculator-product__table-title:last-child {
  margin-bottom: 0;
}

h4, .h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
}

h4:first-child, .h4:first-child {
  margin-top: 0;
}

h4:last-child, .h4:last-child {
  margin-bottom: 0;
}

h5, .h5, .cart-modal__products-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  color: #a8a8a8;
}

h5:first-child, .h5:first-child, .cart-modal__products-title:first-child {
  margin-top: 0;
}

h5:last-child, .h5:last-child, .cart-modal__products-title:last-child {
  margin-bottom: 0;
}

.heading-note {
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: baseline;
  margin-left: 5px;
}

/* Списки */
ul.horizontal, ol.horizontal {
  margin: 0;
  padding: 0;
}

ul.horizontal > li, ol.horizontal > li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 1em;
  vertical-align: middle;
}

ul.horizontal > li:before, ol.horizontal > li:before {
  content: none;
}

.content-area ul {
  list-style: none;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.content-area ul:first-child {
  margin-top: 0;
}

.content-area ul:last-child {
  margin-bottom: 0;
}

.content-area ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.content-area ul > li:first-child {
  margin-top: 0;
}

.content-area ul > li:last-child {
  margin-bottom: 0;
}

.content-area ul > li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: -15px;
  top: 7px;
  background: #fc3f00;
}

.content-area ul.marked, .content-area ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.content-area ul.marked:first-child, .content-area ol:first-child {
  margin-top: 0;
}

.content-area ul.marked:last-child, .content-area ol:last-child {
  margin-bottom: 0;
}

.content-area ul.marked.indent, .content-area ol.indent {
  margin-left: 70px;
}

.content-area ul.marked > li {
  position: relative;
}

.content-area ul.marked > li:before {
  content: " ";
  background: url("/local/templates/metmo/css/../img/icons/ico-list-arrow-grey.png");
  width: 5px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: -30px;
}

.content-area ol {
  list-style-type: none;
  counter-reset: item;
  overflow: hidden;
}

.content-area ol > li {
  position: relative;
}

.content-area ol > li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: -25px;
  width: 20px;
  text-align: right;
}

.content-area ul.marked li, .content-area ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-area ul.marked li:first-child, .content-area ol li:first-child {
  margin-top: 0;
}

.content-area ul.marked li:last-child, .content-area ol li:last-child {
  margin-bottom: 0;
}

.content-area ul.marked li > ul, .content-area ul.marked li > ol, .content-area ol li > ul, .content-area ol li > ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-area ul.marked li > ul:first-child, .content-area ul.marked li > ol:first-child, .content-area ol li > ul:first-child, .content-area ol li > ol:first-child {
  margin-top: 0;
}

.content-area ul.marked li > ul:last-child, .content-area ul.marked li > ol:last-child, .content-area ol li > ul:last-child, .content-area ol li > ol:last-child {
  margin-bottom: 0;
}

.content-area ul.nostyle, .content-area ol.nostyle {
  margin: 0;
  list-style: none;
}

.content-area ul.nostyle > li, .content-area ol.nostyle > li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-area ul.nostyle > li:first-child, .content-area ol.nostyle > li:first-child {
  margin-top: 0;
}

.content-area ul.nostyle > li:last-child, .content-area ol.nostyle > li:last-child {
  margin-bottom: 0;
}

.content-area ul.nostyle > li:before, .content-area ol.nostyle > li:before {
  content: none;
}

.content-area ul.horizontal, .content-area ol.horizontal {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.content-area ul.horizontal:first-child, .content-area ol.horizontal:first-child {
  margin-top: 0;
}

.content-area ul.horizontal:last-child, .content-area ol.horizontal:last-child {
  margin-bottom: 0;
}

.content-area ul.horizontal > li, .content-area ol.horizontal > li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 1em;
  vertical-align: middle;
}

.content-area ul.horizontal > li:before, .content-area ol.horizontal > li:before {
  content: none;
}

.content-area ul.attention {
  font-weight: bold;
}

.content-area img {
  max-width: 100%;
}

.content-area .columns {
  position: relative;
  margin-left: -2.08333%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-area .columns:after {
  content: '';
  display: block;
  clear: left;
}

.content-area .columns:first-child {
  margin-top: 0;
}

.content-area .columns:last-child {
  margin-bottom: 0;
}

.content-area .column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.content-area .column.is-2col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.content-area .column.is-4col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.content-area .column.is-23col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

.content-area .icon-heading * {
  vertical-align: middle;
}

.content-area .icon-heading img {
  margin-right: 10px;
}

.content-area .icon-p {
  overflow: hidden;
}

.content-area .icon-p img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 2px;
}

.content-area .icon-p:after {
  content: '';
  clear: left;
  display: block;
}

.content-area .icon-list {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-area .icon-list:first-child {
  margin-top: 0;
}

.content-area .icon-list:last-child {
  margin-bottom: 0;
}

.content-area .icon-list__icon,
.content-area .icon-list td:nth-child(1) {
  vertical-align: top;
}

.content-area .icon-list__text,
.content-area .icon-list td:nth-child(2) {
  vertical-align: middle;
  padding-left: 10px;
}

.content-area .icon-list td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-area .icon-list img {
  max-width: none;
}

/* Абзацы */
p {
  margin-top: 20px;
  margin-bottom: 20px;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p.intro {
  font-weight: bold;
  font-size: 120%;
}

p.insert, p.advice {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 120%;
  text-align: left;
  color: #878787;
  border-left: 2px solid #fc3f00;
}

p.insert:first-child, p.advice:first-child {
  margin-top: 0;
}

p.insert:last-child, p.advice:last-child {
  margin-bottom: 0;
}

p.information {
  font-size: 18px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}

p.information:first-child {
  margin-top: 0;
}

p.information:last-child {
  margin-bottom: 0;
}

p.note-right {
  float: right;
  clear: right;
  width: 25%;
  border-left: 4px solid #ffd021;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

p.note-left {
  float: left;
  clear: left;
  width: 25%;
  border-right: 4px solid #ffd021;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  margin-right: 30px;
  text-align: right;
}

p.white {
  background-color: #fff;
}

p.note-big-center {
  clear: both;
  border-left: 4px solid #ffd021;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 116.66667%;
  line-height: 1.92857;
}

p.quote-big-center {
  position: relative;
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 150px;
  padding-right: 100px;
  font-size: 108.33333%;
  line-height: 1.69231;
}

p.quote-big-center:before {
  content: " ";
  background: url("/local/templates/metmo/css/../img/icons/ico-quote.png");
  width: 26px;
  height: 21px;
  position: absolute;
  top: 44px;
  left: 100px;
}

/* Ссылки */
a {
  text-decoration: underline;
  color: black;
}

a:hover {
  color: #fe3e00;
}

a.doc-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  margin-right: .5em;
}

a.callback-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: .05em;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

a.callback-link:hover {
  color: #ffd83c;
}

a.dashed-link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #fc3f00;
}

a.dashed-link:hover {
  border-bottom-style: solid;
}

a.more-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

a.more-link:first-child {
  margin-top: 0;
}

a.more-link:last-child {
  margin-bottom: 0;
}

a.nocolor-link {
  color: inherit;
}

a.heading-link {
  font-size: 70%;
  margin-left: 20px;
}

a.pseudo-link, .accordion-steps__content a.accordion-step__editstep, a.auth-link__link, a.catalog-favor-button__link, a.catalog-plate__fast-order, a.checkbox-cols__btn, a.header-mobile__callback, a.product-detail2__fast-order, .menu-metmo__show-more, .menu-metmo__hide-more {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

a.pseudo-link:after, .accordion-steps__content a.accordion-step__editstep:after, a.auth-link__link:after, a.catalog-favor-button__link:after, a.catalog-plate__fast-order:after, a.checkbox-cols__btn:after, a.header-mobile__callback:after, a.product-detail2__fast-order:after, .menu-metmo__show-more:after, .menu-metmo__hide-more:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  border-bottom: 1px dotted;
}

a.pseudo-link:hover, .accordion-steps__content a.accordion-step__editstep:hover, a.auth-link__link:hover, a.catalog-favor-button__link:hover, a.catalog-plate__fast-order:hover, a.checkbox-cols__btn:hover, a.header-mobile__callback:hover, a.product-detail2__fast-order:hover, .menu-metmo__show-more:hover, .menu-metmo__hide-more:hover {
  color: #fe3e00;
}

a.pseudo-link:hover:after, .accordion-steps__content a.accordion-step__editstep:hover:after, a.auth-link__link:hover:after, a.catalog-favor-button__link:hover:after, a.catalog-plate__fast-order:hover:after, a.checkbox-cols__btn:hover:after, a.header-mobile__callback:hover:after, a.product-detail2__fast-order:hover:after, .menu-metmo__show-more:hover:after, .menu-metmo__hide-more:hover:after {
  border-bottom-color: #fe3e00;
}

a.pseudo-link-multiline, a.catalog-pricelist__btn-fastbuy, a.catalog-table__btn-fastbuy {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

a.pseudo-link-multiline > span, a.catalog-pricelist__btn-fastbuy > span, a.catalog-table__btn-fastbuy > span {
  position: relative;
  border-bottom: 1px dotted;
}

a.pseudo-link-multiline:hover > span, a.catalog-pricelist__btn-fastbuy:hover > span, a.catalog-table__btn-fastbuy:hover > span {
  color: #fe3e00;
  border-bottom-color: #fe3e00;
}

a.bg-link {
  font-size: 11px;
  color: #146b95;
  padding: 0px 8px;
  background-color: #fff;
  line-height: 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-decoration: none;
  margin: 5px;
}

a.bg-link:hover {
  color: #fff;
  background-color: #024d72;
}

a.bg-link:active {
  color: #fff;
  background-color: #c7c7ca;
}

/* Изображения */
img.image-left {
  clear: left;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 50%;
}

img.image-right {
  clear: right;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 50%;
}

figure {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

figure:last-child {
  margin-bottom: 0;
}

figure img {
  max-width: 100%;
  margin-bottom: 10px;
}

figure img:last-child {
  margin-bottom: 0;
}

/* Кнопки */
.button, .button-primary, .cart-items__checkout, .catalog-pricelist__btn-buy, .catalog-table__btn-buy, .search-title.is-b2b .search-title__b2b-link, .subscribe-form.is-aside .button, .button-big, .header-mobile__phone, .button-secondary, .accordion-steps__content .accordion-step__next, .accordion-steps__content .accordion-step__prev, .product-detail-pseudo-offer__buy, .product-detail-pseudo-offer__order, .promo-slider__morebutton, .search-b2b-title__submit {
  background: white;
  height: 32px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 7px 24px 0px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  text-decoration: none;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  color: #fe3e00;
  border: 2px solid #fe3e00;
  cursor: pointer;
}

.button:hover, .button-primary:hover, .cart-items__checkout:hover, .catalog-pricelist__btn-buy:hover, .catalog-table__btn-buy:hover, .search-title.is-b2b .search-title__b2b-link:hover, .subscribe-form.is-aside .button:hover, .button-big:hover, .header-mobile__phone:hover, .button-secondary:hover, .accordion-steps__content .accordion-step__next:hover, .accordion-steps__content .accordion-step__prev:hover, .product-detail-pseudo-offer__buy:hover, .product-detail-pseudo-offer__order:hover, .promo-slider__morebutton:hover, .search-b2b-title__submit:hover {
  color: white;
  background-color: #fe3e00;
}

.button:active, .button-primary:active, .cart-items__checkout:active, .catalog-pricelist__btn-buy:active, .catalog-table__btn-buy:active, .search-title.is-b2b .search-title__b2b-link:active, .subscribe-form.is-aside .button:active, .button-big:active, .header-mobile__phone:active, .button-secondary:active, .accordion-steps__content .accordion-step__next:active, .accordion-steps__content .accordion-step__prev:active, .product-detail-pseudo-offer__buy:active, .product-detail-pseudo-offer__order:active, .promo-slider__morebutton:active, .search-b2b-title__submit:active {
  color: white;
  background: #424242;
}

input.button, input.button-primary, input.cart-items__checkout, input.catalog-pricelist__btn-buy, input.catalog-table__btn-buy, .search-title.is-b2b input.search-title__b2b-link, .subscribe-form.is-aside input.button, input.button-big, input.header-mobile__phone, input.button-secondary, .accordion-steps__content input.accordion-step__next, .accordion-steps__content input.accordion-step__prev, input.product-detail-pseudo-offer__buy, input.product-detail-pseudo-offer__order, input.promo-slider__morebutton, input.search-b2b-title__submit {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

.button-primary, .cart-items__checkout, .catalog-pricelist__btn-buy, .catalog-table__btn-buy, .search-title.is-b2b .search-title__b2b-link, .subscribe-form.is-aside .button, .subscribe-form.is-aside .button-primary, .subscribe-form.is-aside .button-big, .subscribe-form.is-aside .cart-items__checkout, .subscribe-form.is-aside .header-mobile__phone, .subscribe-form.is-aside .button-secondary, .subscribe-form.is-aside .accordion-steps__content .accordion-step__next, .accordion-steps__content .subscribe-form.is-aside .accordion-step__next, .subscribe-form.is-aside .accordion-steps__content .accordion-step__prev, .accordion-steps__content .subscribe-form.is-aside .accordion-step__prev, .subscribe-form.is-aside .product-detail-pseudo-offer__buy, .subscribe-form.is-aside .product-detail-pseudo-offer__order, .subscribe-form.is-aside .promo-slider__morebutton, .subscribe-form.is-aside .search-b2b-title__submit {
  background: #fe3e00;
  color: white;
}

.button-primary:hover, .cart-items__checkout:hover, .catalog-pricelist__btn-buy:hover, .catalog-table__btn-buy:hover, .search-title.is-b2b .search-title__b2b-link:hover, .subscribe-form.is-aside .button:hover, .subscribe-form.is-aside .button-primary:hover, .subscribe-form.is-aside .button-big:hover, .subscribe-form.is-aside .cart-items__checkout:hover, .subscribe-form.is-aside .header-mobile__phone:hover, .subscribe-form.is-aside .button-secondary:hover, .subscribe-form.is-aside .accordion-steps__content .accordion-step__next:hover, .accordion-steps__content .subscribe-form.is-aside .accordion-step__next:hover, .subscribe-form.is-aside .accordion-steps__content .accordion-step__prev:hover, .accordion-steps__content .subscribe-form.is-aside .accordion-step__prev:hover, .subscribe-form.is-aside .product-detail-pseudo-offer__buy:hover, .subscribe-form.is-aside .product-detail-pseudo-offer__order:hover, .subscribe-form.is-aside .promo-slider__morebutton:hover, .subscribe-form.is-aside .search-b2b-title__submit:hover {
  color: white;
  background-color: #424242;
  border-color: #424242;
}

.button-big, .cart-items__checkout, .header-mobile__phone {
  height: 49px;
  font-size: 14px;
  padding: 12px 36px 0px 36px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
}

.button-secondary {
  background: #b9b9b9;
  color: white;
  border-color: #b9b9b9;
}

.button-secondary:hover {
  color: white;
  background-color: #424242;
  border-color: #424242;
}

/* Таблицы */
.table, .table-small {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 90%;
}

.table:first-child, .table-small:first-child {
  margin-top: 0;
}

.table:last-child, .table-small:last-child {
  margin-bottom: 0;
}

.table td, .table-small td,
.table th, .table-small th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: middle;
  text-align: left;
}

.table td, .table-small td {
  color: #333;
}

.table th, .table-small th {
  color: white;
  background: #424242;
  font-weight: bold;
}

.table a, .table-small a {
  font-family: "proxima-nova", sans-serif;
  line-height: 20px;
}

.table .price, .table-small .price {
  white-space: nowrap;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

.table.b2b .center, .b2b.table-small .center {
  text-align: center;
}

.table.b2b .nowrap, .b2b.table-small .nowrap {
  white-space: nowrap;
}

.table.b2b tr:nth-child(2n) td, .b2b.table-small tr:nth-child(2n) td {
  background: #f8f8f9;
}

.table.b2b tr:last-child, .b2b.table-small tr:last-child {
  border-bottom: 2px solid #c1c1c1;
}

.table.b2b th, .b2b.table-small th {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: transparent;
  color: #999;
  font-size: 91.66667%;
  line-height: 1.63636;
}

.table.b2b td, .b2b.table-small td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  /*&:first-child {
						padding-left: 1em;
					}
					&:last-child {
						padding-right: 1em;
					}*/
}

.table.b2b a, .b2b.table-small a {
  color: #fe3e00;
  text-decoration: none;
}

.table.stripes tr:nth-child(2n) td, .stripes.table-small tr:nth-child(2n) td {
  background: #fff;
}

.table.stripes tr:nth-child(2n+1) td, .stripes.table-small tr:nth-child(2n+1) td {
  background: #f4f5f8;
}

.table.stripes td:first-child, .stripes.table-small td:first-child {
  padding-left: 1em;
}

.table.stripes td:last-child, .stripes.table-small td:last-child {
  padding-right: 1em;
}

.table-small {
  width: auto;
}

/* Галерея */
.fancybox-skin {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fff;
}

.fancybox-wrap {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: 25px;
  max-width: 100%;
}

.fancybox-wrap.is-video .fancybox-close {
  right: -25px;
  top: 0;
}

.fancybox-close {
  top: 0px;
  right: -28px;
  width: auto;
  height: auto;
  background-image: none;
  text-decoration: none;
}

.fancybox-close:hover {
  color: black;
}

.fancybox-close:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/metmo/css/../img/pupop_close.png");
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .fancybox-close:before {
    background-image: url("/local/templates/metmo/css/../img/pupop_close@2x.png");
    -webkit-background-size: 16px 16px;
            background-size: 16px 16px;
  }
}

.fancybox-inner.is-default {
  height: auto !important;
}

.fancybox-wrap.is-ajax {
  visibility: hidden;
}

.fancybox-nav {
  width: 50px;
}

.fancybox-nav span {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  visibility: visible;
  margin-top: -10px;
  color: gray;
}

.fancybox-nav span:hover {
  color: black;
}

.fancybox-next {
  right: -50px;
}

.fancybox-next span {
  background: none;
}

.fancybox-next span:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.fancybox-prev {
  left: -50px;
}

.fancybox-prev span {
  background: none;
}

.fancybox-prev span:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

@media screen and (max-width: 767px) {
  .fancybox-wrap {
    left: 0 !important;
  }
  .fancybox-wrap.is-video .fancybox-close {
    right: 10px;
    top: 10px;
  }
  .fancybox-close {
    top: 10px;
    right: 10px;
    position: fixed;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: white;
  }
  .fancybox-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("/local/templates/metmo/css/../img/cart_delete.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .fancybox-close:before {
    background-image: url("/local/templates/metmo/css/../img/cart_delete@2x.png");
    -webkit-background-size: 12px 37px;
            background-size: 12px 37px;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-inner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow-y: scroll !important;
    width: auto !important;
    height: auto !important;
    background: white;
  }
  .fancybox-wrap.is-ajax {
    visibility: hidden;
  }
  .fancybox-nav {
    width: 50px;
  }
  .fancybox-nav span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    visibility: visible;
    margin-top: -10px;
    color: gray;
  }
  .fancybox-nav span:hover {
    color: black;
  }
  .fancybox-next {
    right: -50px;
  }
  .fancybox-next span {
    background: none;
  }
  .fancybox-next span:before {
    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;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
  }
  .fancybox-prev {
    left: -50px;
  }
  .fancybox-prev span {
    background: none;
  }
  .fancybox-prev span:before {
    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;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "";
  }
}

/* Прочее */
b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/*-- Стилизация UI элементов --*/
/* Inputs, textarea */
[type="text"],
[type="password"],
[type="email"],
[type="tel"] {
  height: 2.5em;
  line-height: 2em;
  font-size: 14px;
  line-height: 1.42857;
  padding: 0 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[type="text"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder {
  color: #666;
}

[type="text"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="tel"]::-moz-placeholder {
  color: #666;
}

[type="text"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="tel"]:-moz-placeholder {
  color: #666;
}

[type="text"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder {
  color: #666;
}

[type="text"].ui-placeholder,
[type="password"].ui-placeholder,
[type="email"].ui-placeholder,
[type="tel"].ui-placeholder {
  color: #666;
}

[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="tel"]:focus {
  outline: none !important;
  border-color: #024d72;
}

[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
[type="tel"]:focus::-webkit-input-placeholder {
  color: transparent;
}

[type="text"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
[type="tel"]:focus::-moz-placeholder {
  color: transparent;
}

[type="text"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
[type="tel"]:focus:-moz-placeholder {
  color: transparent;
}

[type="text"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
[type="tel"]:focus:-ms-input-placeholder {
  color: transparent;
}

[type="text"]:focus.ui-placeholder,
[type="password"]:focus.ui-placeholder,
[type="email"]:focus.ui-placeholder,
[type="tel"]:focus.ui-placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  [type="text"],
  [type="password"],
  [type="email"],
  [type="tel"] {
    font-size: 16px;
  }
}

label {
  cursor: pointer;
}

textarea {
  height: 10em;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #cccccc;
  resize: vertical;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

textarea:focus {
  outline: none !important;
  border-color: #024d72;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus.ui-placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px;
  }
}

/* Checkbox, radio */
.icheckbox {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  width: 16px;
  height: 16px;
  margin-right: .3em;
  background-image: url("/local/templates/metmo/css/../img/checkboxradio.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icheckbox {
    background-image: url("/local/templates/metmo/css/../img/checkboxradio@2x.png");
    -webkit-background-size: 41px 41px;
            background-size: 41px 41px;
  }
}

.icheckbox.checked {
  background-position: -25px 0;
}

.iradio {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  width: 16px;
  height: 16px;
  margin-right: .3em;
  margin-top: -3px;
  background-image: url("/local/templates/metmo/css/../img/checkboxradio.png");
  background-repeat: no-repeat;
  background-position: 0 -25px;
  cursor: pointer;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .iradio {
    background-image: url("/local/templates/metmo/css/../img/checkboxradio@2x.png");
    -webkit-background-size: 41px 41px;
            background-size: 41px 41px;
  }
}

.iradio.checked {
  background-position: -25px -25px;
}

/* Select2 */
.select2-container--default .select2-selection--single {
  border: 1px solid #d2d2d2;
}

.select2-container--default .select2-selection--single {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  padding-left: 10px;
  padding-right: 30px;
}

.select2-container--default .select2-selection .select2-selection__arrow {
  width: 12px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -120px 0px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .select2-container--default .select2-selection .select2-selection__arrow {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  background-position: -100px 0px;
}

.select2-container--default .select2-selection .select2-selection__arrow b {
  border: none;
}

.select2-container--default .dropdown-wrapper {
  border: none;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.select2-container--default .select2-dropdown--above {
  border-bottom: none;
  margin-bottom: -1px;
}

.select2-container--default .select2-dropdown--below {
  border-top: none;
  margin-top: -1px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top: transparent;
  /*border: none;*/
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom: transparent;
  /*border: none;*/
}

.select2-container--default .select2-results__option {
  margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-left: none;
  border-right: none;
}

.select2-container--default .select2-results__option {
  padding-left: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  position: relative;
  background-color: #f8f8f8;
  color: #333;
  /*&:after {
					content: '\00A0\f00c';
					font-family: FontAwesome;
					font-weight: normal;
					font-style: normal;
					text-decoration:none;
					display: inline-block;
					margin-left: .25em;
					margin-top: -2px;
					vertical-align: middle;
					font-size: 10px;
				}*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f8f8f8;
  color: #333;
  /*background-color: #f1f1f1;
				color: black;*/
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*-- Компоненты --*/
.modals {
  display: none;
}

.modal__feedback {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .modal__feedback {
    width: auto;
  }
}

/*-- Уведомление о статусе заказа --*/
.order-status-notice, .order-status-success, .order-status-info, .order-status-warning, .order-status-danger {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  line-height: 1;
  font-size: 78.57143%;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.order-status-success {
  background: #6d6e71;
}

.order-status-info {
  background: #4b9d14;
}

.order-status-warning {
  background: #fe2f00;
}

.order-status-danger {
  background: #fe2f00;
}

.success-message-modal {
  display: none;
  padding: 40px;
}

.success-message-modal__caption {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 200%;
  line-height: normal;
  font-weight: 700;
}

.success-message-modal__caption:first-child {
  margin-top: 0;
}

.success-message-modal__caption:last-child {
  margin-bottom: 0;
}

.success-message-modal__text.error {
  color: #d30116;
}

.success-message-modal__close-holder {
  margin-top: 20px;
  text-align: center;
}

.success-message-modal__close-holder:first-child {
  margin-top: 0;
}

@media screen and (max-width: 479px) {
  .success-message-modal {
    padding: 15px;
  }
  .success-message-modal__caption {
    font-size: 166.66667%;
  }
}

.is-hide {
  display: none;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body {
  position: relative;
}

.spinner:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner .6s linear infinite;
       -o-animation: spinner .6s linear infinite;
          animation: spinner .6s linear infinite;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .is-hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-hide-desktop {
    display: none;
  }
}

/*-- Блоки --*/
.icon-mobile-search, .header-mobile__search-icon, .icon-mobile-search_active, .is-active > .header-mobile__search-icon, .icon-mobile-search_black, .icon-mobile-phone, .header-mobile__call-icon, .icon-mobile-phone_active, .is-active > .header-mobile__call-icon, .icon-mobile-phone_black, .icon-mobile-cart, .header-mobile__cart-icon, .icon-mobile-cart_active, .is-active > .header-mobile__cart-icon, .icon-mobile-cart_black, .icon-mobile-menu, .header-mobile__menu-icon, .icon-mobile-menu_active, .is-active > .header-mobile__menu-icon, .icon-mobile-menu_black {
  background-image: url("/local/templates/metmo/css/../img/mobile_icons.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-mobile-search, .header-mobile__search-icon, .icon-mobile-search_active, .is-active > .header-mobile__search-icon, .icon-mobile-search_black, .icon-mobile-phone, .header-mobile__call-icon, .icon-mobile-phone_active, .is-active > .header-mobile__call-icon, .icon-mobile-phone_black, .icon-mobile-cart, .header-mobile__cart-icon, .icon-mobile-cart_active, .is-active > .header-mobile__cart-icon, .icon-mobile-cart_black, .icon-mobile-menu, .header-mobile__menu-icon, .icon-mobile-menu_active, .is-active > .header-mobile__menu-icon, .icon-mobile-menu_black {
    background-image: url("/local/templates/metmo/css/../img/mobile_icons@2x.png");
    -webkit-background-size: 100px 75px;
            background-size: 100px 75px;
  }
}

.icon-mobile-search, .header-mobile__search-icon {
  background-position: 0px 0px;
}

.icon-mobile-search_active, .is-active > .header-mobile__search-icon {
  background-position: 0px -25px;
}

.icon-mobile-search_black {
  background-position: 0px -50px;
}

.icon-mobile-phone, .header-mobile__call-icon {
  background-position: -25px 0px;
}

.icon-mobile-phone_active, .is-active > .header-mobile__call-icon {
  background-position: -25px -25px;
}

.icon-mobile-phone_black {
  background-position: -25px -50px;
}

.icon-mobile-cart, .header-mobile__cart-icon {
  background-position: -50px 0px;
}

.icon-mobile-cart_active, .is-active > .header-mobile__cart-icon {
  background-position: -50px -25px;
}

.icon-mobile-cart_black {
  background-position: -50px -50px;
}

.icon-mobile-menu, .header-mobile__menu-icon {
  background-position: -75px 0px;
}

.icon-mobile-menu_active, .is-active > .header-mobile__menu-icon {
  background-position: -75px -25px;
}

.icon-mobile-menu_black {
  background-position: -75px -50px;
}

.icon-mobile-catalog, .header-mobile__catalog-button:after {
  background-image: url("/local/templates/metmo/css/../img/mobile_catalog_icon.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 9px;
  height: 6px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-mobile-catalog, .header-mobile__catalog-button:after {
    background-image: url("/local/templates/metmo/css/../img/mobile_catalog_icon@2x.png");
    -webkit-background-size: 34px 6px;
            background-size: 34px 6px;
  }
}

.icon-mobile-catalog_active, .header-mobile__catalog-button.is-active:after {
  background-position: -25px 0px;
}

.accordion-steps {
  position: relative;
  margin-left: -1.5625%;
  /*pay*/
  /* Новые стили */
}

.accordion-steps:after {
  content: '';
  display: block;
  clear: left;
}

.accordion-steps__content {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 1023px) {
  .accordion-steps__content {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

.accordion-steps__content .accordion-step {
  width: 100%;
  margin-bottom: 20px;
}

.accordion-steps__content .accordion-step:last-child {
  margin-bottom: 0;
}

.accordion-steps__content .accordion-step.bx-selected {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.accordion-steps__content .accordion-step__header {
  background: #ececec;
  height: 70px;
}

.accordion-steps__content .accordion-step__title-count {
  height: 70px;
  width: 70px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 130%;
  float: left;
  background: #bcbcbc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 22px;
}

.accordion-steps__content .accordion-step__title {
  display: inline-block;
  zoom: 1;
  margin-left: 20px;
  font-weight: bold;
  padding-top: 22px;
  font-size: 130%;
}

.accordion-steps__content .accordion-step__title-wrapper {
  display: inline-block;
  zoom: 1;
}

.accordion-steps__content .accordion-step__settings {
  display: none;
  padding-top: 22px;
  float: right;
  margin-right: 20px;
}

.accordion-steps__content .accordion-step__content {
  display: none;
  border: 1px solid #ececec;
  border-top: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-steps__content .accordion-step__content:after {
  content: '';
  display: block;
  clear: both;
}

.accordion-steps__content .accordion-step__footer {
  display: none;
  margin-top: 20px;
}

.accordion-steps__content .accordion-step__footer:first-child {
  margin-top: 0;
}

.accordion-steps__content .accordion-step__footer:after {
  content: '';
  display: block;
  clear: both;
}

.accordion-steps__content .accordion-step__footer .accordion-step-coupon {
  float: left;
}

.accordion-steps__content .accordion-step__next {
  float: right;
}

.accordion-steps__content .accordion-step__prev {
  float: left;
}

.accordion-steps__content .accordion-step .accordion-step-coupon__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.accordion-steps__content .accordion-step .accordion-step-coupon__title:last-child {
  margin-bottom: 0;
}

.accordion-steps__content .accordion-step .accordion-step-coupon__input {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
}

.accordion-steps__content .accordion-step .accordion-step-coupon__input:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.accordion-steps__content .accordion-step .accordion-step-coupon__input:before {
  right: 6px;
  top: 10px;
  position: absolute;
  color: #c2c0bd;
  cursor: pointer;
}

.accordion-steps__content .accordion-step .accordion-step-coupon__input input {
  width: 250px;
}

.accordion-steps__content .accordion-step .accordion-step-coupon.is-infooter {
  float: left;
}

.accordion-steps__content .accordion-step__submit {
  display: none;
  text-align: right;
}

.accordion-steps__content .accordion-step__submit.is-active {
  display: block;
}

.accordion-steps__content .accordion-step.bx-active .accordion-step__content {
  display: block;
}

.accordion-steps__content .accordion-step.bx-active .accordion-step__footer {
  display: block;
}

.accordion-steps__content .accordion-step.bx-step-completed .accordion-step__title-count {
  background: #424242;
}

.accordion-steps__content .accordion-step.bx-step-completed .accordion-step__settings {
  display: inline-block;
  zoom: 1;
}

.accordion-steps__content .accordion-step.bx-step-completed .accordion-step__footer {
  display: none;
}

.accordion-steps__content .accordion-step.bx-selected .accordion-step__title-count {
  background: #fc3f00;
}

.accordion-steps__content .accordion-step__table-fade {
  position: relative;
}

.accordion-steps__content .accordion-step__item-table {
  margin-bottom: 10px;
  min-width: 100%;
  display: table;
}

.accordion-steps__agreement {
  text-align: left;
  margin-bottom: 10px;
}

.accordion-steps__agreement input[type="checkbox"] {
  margin-right: 10px;
}

.accordion-steps__result {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 1023px) {
  .accordion-steps__result {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

.accordion-steps__result .accordion-steps-result {
  position: relative;
  background: white;
  border: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.accordion-steps__result .accordion-steps-result.is-fixed {
  position: fixed;
  top: 15px;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion-steps__result .accordion-steps-result.is-fixed-bottom {
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .accordion-steps__result .accordion-steps-result {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .accordion-steps__result .accordion-steps-result.is-fixed {
    position: relative;
    top: 0;
  }
  .accordion-steps__result .accordion-steps-result.is-fixed-bottom {
    opacity: 1;
  }
}

.accordion-steps__result .accordion-steps-result__item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-steps__result .accordion-steps-result__item:after {
  content: '';
  display: block;
  clear: both;
}

.accordion-steps__result .accordion-steps-result__item:first-child {
  padding-top: 0;
}

.accordion-steps__result .accordion-steps-result__footer {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #bcbcbc;
}

.accordion-steps__result .accordion-steps-result__footer:after {
  content: '';
  display: block;
  clear: both;
}

.accordion-steps__result .accordion-steps-result__footer:first-child {
  margin-top: 0;
}

.accordion-steps__result .accordion-steps-result__footer .accordion-steps-result__value {
  font-size: 20px;
  line-height: 1.42857;
  font-weight: bold;
}

.accordion-steps__result .accordion-steps-result__label {
  font-weight: bold;
  float: left;
}

.accordion-steps__result .accordion-steps-result__value {
  float: right;
}

.accordion-steps__result .accordion-steps-result__value .bx-price-old {
  margin-right: 10px;
}

.accordion-steps__result .accordion-steps-result__base.is-discount {
  color: #c2c0bd;
  text-decoration: line-through;
}

.accordion-steps__submit {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .accordion-steps__submit {
    display: none;
  }
}

.accordion-steps__submit .bx-step-error {
  text-align: left;
}

.accordion-steps .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.accordion-steps .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-steps .form-standart__field:first-child {
  margin-top: 0;
}

.accordion-steps .form-standart__field:last-child {
  margin-bottom: 0;
}

.accordion-steps .form-standart__label {
  font-weight: bold;
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.accordion-steps .form-standart__label:first-child {
  margin-top: 0;
}

.accordion-steps .form-standart__label:last-child {
  margin-bottom: 0;
}

.accordion-steps .form-standart__item {
  display: block;
  padding: 0;
}

.accordion-steps .form-standart__inputs {
  width: 100%;
  float: none;
  margin-right: 0;
}

.accordion-steps .accordion-step .accordion-step__title-count:after {
  counter-increment: heading;
  content: counter(heading);
}

.accordion-steps .accordion-step__item-tr {
  display: table-row;
}

.accordion-steps .accordion-step__item-td {
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-top: 1px dotted #e5e5e5;
}

@media (min-width: 769px) {
  .accordion-steps .accordion-step__item-td {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
  }
}

.accordion-steps .accordion-step__item-table .accordion-step__item-tr:first-child .accordion-step__item-td {
  border-top: none;
}

.accordion-steps .accordion-step__item-img-block {
  float: left;
  padding-right: 15px;
  display: none;
}

.accordion-steps .bx-step-completed .accordion-step__item-img-block {
  width: 48px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.accordion-steps .accordion-step__item-imgcontainer {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #ddd;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.accordion-steps .accordion-step__item-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.accordion-steps .accordion-step__item-td-title {
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 3px;
  font-size: 12px;
}

.accordion-steps .accordion-step__item-td-title.is-MEASURE_TONE {
  display: none;
}

.accordion-steps .accordion-step__item-td-text {
  line-height: 25px;
  vertical-align: middle;
}

.accordion-steps .accordion-step__item-td-text .bx-price-old {
  margin-right: 10px;
}

.accordion-steps .accordion-step__item-td-text.is-MEASURE_TONE {
  display: none;
}

.accordion-steps .accordion-step.bx-step-warning .accordion-step-title-count {
  background: #f8c11a;
  border-color: #f8c11a;
}

.accordion-steps .accordion-step.bx-step-warning .accordion-step-title-count:after {
  color: #000;
}

.accordion-steps .accordion-step.bx-step-warning {
  border: 1px solid #CCBE71;
}

.accordion-steps .accordion-step.bx-step-warning .accordion-step-title-count:before {
  display: block;
  background-position: center -37px;
}

.accordion-steps .accordion-step.bx-step-error .accordion-step-title-count {
  background: #db4c4c;
  border-color: #db4c4c;
}

.accordion-steps .accordion-step.bx-step-error .accordion-step-title-count:after {
  color: #fff;
}

.accordion-steps .accordion-step.bx-step-error {
  border: 1px solid #db4a29;
}

.accordion-steps .accordion-step.bx-step-error .accordion-step-title-count:before {
  display: block;
  background-position: center -20px;
}

.accordion-steps .accordion-step__coupon-item strong:first-child {
  margin-left: 10px;
}

.accordion-steps .accordion-step__coupon-item strong {
  white-space: nowrap;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.5px;
}

.accordion-steps .accordion-step__coupon-item strong.accordion-step__coupon-item-danger {
  color: #A94442;
}

.accordion-steps .accordion-step__coupon-item strong.accordion-step__coupon-item-success {
  color: #3ba428;
}

.accordion-steps .accordion-step__coupon-item strong.accordion-step__coupon-item-used {
  color: #777;
}

.accordion-steps .accordion-step__coupon-item-danger-mess,
.accordion-steps .accordion-step__coupon-item-mess {
  display: none;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  font-weight: normal;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  text-transform: none;
  color: #333;
  letter-spacing: normal;
  z-index: 1;
}

.accordion-steps .accordion-step__coupon-item strong:hover .accordion-step__coupon-item-mess,
.accordion-steps .accordion-step__coupon-item strong:hover .accordion-step__coupon-item-danger-mess {
  display: block;
}

.accordion-steps .accordion-step__coupon-remove {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==) no-repeat center;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media (min-width: 1200px) {
  .accordion-steps .accordion-step__.accordion-step__pp-company:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .accordion-steps .accordion-step__.accordion-step__pp-company:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accordion-steps .accordion-step__.accordion-step__pp-company:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .accordion-steps .accordion-step__.accordion-step__pp-company:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 481px) and (max-width: 766px) {
  .accordion-steps .accordion-step__desc-container .accordion-step__pp-company-logo {
    width: 100%;
    padding-top: 0;
  }
  .accordion-steps .accordion-step__desc-container .accordion-step__pp-company-smalltitle {
    display: none;
  }
  .accordion-steps .accordion-step__list-termin {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .accordion-steps .accordion-step__pp-company-logo {
    width: 45%;
  }
  .accordion-steps .accordion-step__pp-company-title {
    display: none;
  }
  .accordion-steps .accordion-step__item-container {
    border-right: none;
  }
  .accordion-steps .accordion-step__desc-container .accordion-step__pp-company-logo {
    width: 100%;
    padding-top: 0;
  }
  .accordion-steps .accordion-step__desc-container .accordion-step__pp-company-smalltitle {
    display: none;
  }
  .accordion-steps .accordion-step__list-termin {
    width: 40%;
  }
}

.accordion-steps .accordion-step__pp-company {
  padding-bottom: 20px;
  z-index: 100;
  position: relative;
}

.accordion-steps .accordion-step__pp-company.is-hidden {
  display: none;
}

.accordion-steps .accordion-step__.accordion-step__pp-company {
  padding: 7px;
  border: 1px solid transparent;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.accordion-steps .accordion-step__desc-container {
  padding-top: 7px;
}

.accordion-steps .accordion-step__desc-container .accordion-step__pp-company {
  background: #f8fafc;
  border: 1px solid #d5dadc;
  padding: 7px 15px;
}

.accordion-steps .accordion-step__pp-company-logo {
  display: none;
  padding-top: 6px;
}

.accordion-steps .accordion-step__pp-list {
  display: none;
}

.accordion-steps .accordion-step__pp-company-graf-container {
  border: 2px solid #c3cace;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  background: #fff;
  width: auto;
  height: 0;
  /*margin-bottom: 10px;*/
  padding-top: 50%;
}

.accordion-steps .accordion-step__pp-company.bx-selected .accordion-step__pp-company-graf-container {
  border-color: #00bb06;
}

.accordion-steps .accordion-step__inner-ps.bx-selected .accordion-step__pp-company-graf-container {
  border-color: #00bb03;
}

.accordion-steps .accordion-step__pp-company.bx-bd-error .accordion-step__pp-company-graf-container {
  border-color: #db4a29;
}

.accordion-steps .accordion-step__pp-company.bx-bd-waring .accordion-step__pp-company-graf-container {
  border-color: #CCBE71;
}

.accordion-steps input[type=checkbox].accordion-step__pp-company-checkbox {
  position: absolute;
  top: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.accordion-steps .accordion-step__pp-company-image {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion-steps .accordion-step__desc-container .accordion-step__pp-company-logo {
  max-width: 150px;
}

.accordion-steps .accordion-step__pp-company-smalltitle {
  padding-top: 9px;
  color: #a3a3a3;
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px;
}

.accordion-steps .accordion-step__pp-company-title {
  font-size: 19px;
  font-weight: bold;
}

.accordion-steps .accordion-step__pp-company-subTitle {
  display: none;
  font-size: 15px;
  font-weight: bold;
}

.accordion-steps .accordion-step__pp-company-desc {
  font-size: 13px;
  padding-top: 10px;
  line-height: 17px;
}

.accordion-steps .accordion-step__pp-company-selected {
  padding: 4px 0;
}

.accordion-steps .accordion-step__pp-company-selected strong {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.accordion-steps ul.accordion-step__list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #000;
}

.accordion-steps ul.accordion-step__list li {
  clear: both;
  padding: 5px 0;
}

.accordion-steps .accordion-step__list-termin {
  color: #8d8d8d;
  display: block;
}

.accordion-steps .accordion-step__list-description {
  display: block;
}

.accordion-steps .accordion-step__pp-delivery-cost {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 2px 4px;
  right: -2px;
  bottom: -2px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.accordion-steps .accordion-step__field .form-control {
  background: #fff;
}

.accordion-steps .accordion-step__pp-company-block .checkbox label,
.accordion-steps .accordion-step__pp-company-block .form-group label {
  font-size: 13px;
}

.accordion-steps .accordion-step__pp-company-block .form-control {
  font-size: 13px;
}

.accordion-steps .accordion-step__price {
  text-align: right;
  padding: 4px 0;
}

.accordion-steps .accordion-step.bx-step-good {
  -webkit-animation: animationBorderStep ease 5s;
  -moz-animation: animationBorderStep ease 5s;
  -o-animation: animationBorderStep ease 5s;
  animation: animationBorderStep ease 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStep {
  0% {
    border-color: #70BB18;
  }
  100% {
    border-color: #91cedc;
  }
}

@-moz-keyframes animationBorderStep {
  0% {
    border-color: #70BB18;
  }
  100% {
    border-color: #91cedc;
  }
}

@-ms-keyframes animationBorderStep {
  .accordion-steps 0% {
    border-color: #70BB18;
  }
  .accordion-steps 100% {
    border-color: #91cedc;
  }
}

@-o-keyframes animationBorderStep {
  0% {
    border-color: #70BB18;
  }
  100% {
    border-color: #91cedc;
  }
}

@keyframes animationBorderStep {
  0% {
    border-color: #70BB18;
  }
  100% {
    border-color: #91cedc;
  }
}

.accordion-steps .accordion-step.bx-step-bad {
  -webkit-animation: animationBorderStepBad ease 5s;
  -moz-animation: animationBorderStepBad ease 5s;
  -o-animation: animationBorderStepBad ease 5s;
  animation: animationBorderStepBad ease 5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}

@-moz-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}

@-ms-keyframes animationBorderStepBad {
  .accordion-steps 0% {
    border-color: #db4a29;
  }
  .accordion-steps 100% {
    border-color: #91cedc;
  }
}

@-o-keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}

@keyframes animationBorderStepBad {
  0% {
    border-color: #db4a29;
  }
  100% {
    border-color: #91cedc;
  }
}

.accordion-steps .accordion-step__pp {
  position: relative;
  margin-left: -1.5625%;
}

.accordion-steps .accordion-step__pp:after {
  content: '';
  display: block;
  clear: left;
}

.accordion-steps .accordion-step__pp:after {
  content: '';
  display: block;
  clear: both;
}

.accordion-steps .accordion-step__item-container {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion-steps .accordion-step__pp-desc-container {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  padding-right: 20px;
}

.accordion-steps .bx-soa-comment-field {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-left: 1.5625%;
  padding-right: 15px;
}

.accordion-steps .accordion-step__pp-address-container {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-left: 1.5625%;
  padding-right: 14px;
}

.accordion-steps .accordion-step__pp-address-container textarea {
  height: 6em;
}

.accordion-steps .accordion-step__item-container .accordion-step__pp-company {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  padding: 7px;
  display: inline-block;
}

.accordion-steps .accordion-step__pp-company-selected {
  float: left;
}

.accordion-steps .accordion-step__pp-price {
  float: right;
  display: none;
}

.accordion-steps .icon-success {
  position: absolute;
  left: 16px;
  width: 21px;
  height: 21px;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=);
}

.accordion-steps .icon-warning {
  position: absolute;
  left: 16px;
  width: 22px;
  height: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+);
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-static {
  position: relative;
  z-index: 0;
  margin-bottom: 5px;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-static .tooltip-arrow {
  left: 20px;
}

.accordion-steps .accordion-step__tooltip .tooltip-inner {
  max-width: 300px;
  padding: 2px 5px;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-danger .tooltip-arrow {
  border-top-color: #F2DEDE;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-danger .tooltip-inner {
  background: #F2DEDE;
  color: #A94442;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-warning .tooltip-arrow {
  border-top-color: #FCF8E3;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-warning .tooltip-inner {
  background: #FCF8E3;
  color: #8A6D3B;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-success .tooltip-arrow {
  border-top-color: #dff0d8;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-success .tooltip-inner {
  background: #dff0d8;
  color: #3c763d;
}

.accordion-steps .accordion-step__tooltip.accordion-step__tooltip-coupon {
  display: none;
}

.accordion-steps .accordion-step__coupon-item-used:hover .accordion-step__tooltip,
.accordion-steps .accordion-step__coupon-item-danger:hover .accordion-step__tooltip,
.accordion-steps .accordion-step__coupon-item-success:hover .accordion-step__tooltip {
  display: block;
  opacity: 1;
  bottom: 100%;
}

.accordion-steps .accordion-step__tooltip-coupon {
  top: -25px;
  position: absolute;
  left: 0;
  font-size: 12px;
}

.accordion-steps .accordion-step__tooltip-coupon > span {
  display: block;
  text-transform: none;
}

.accordion-steps .is-alert {
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;
}

.accordion-steps .is-alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

.accordion-steps .is-alert-warning {
  color: #8A6D3B;
  background-color: #FCF8E3;
  border-color: #FAEBCC;
}

.accordion-steps .is-alert-danger {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}

.accordion-steps .accordion-step__reference {
  color: #9a9a9a;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.accordion-steps .accordion-step__scu-container {
  position: relative;
  overflow: hidden;
}

.accordion-steps .accordion-step__scu-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
}

.accordion-steps .bx-selected .accordion-step__scu-container {
  height: auto;
}

.accordion-steps .bx-selected .accordion-step__scu-container:after {
  height: 0;
}

@media (max-width: 768px) {
  .accordion-steps .accordion-step__scu-container {
    height: auto;
  }
  .accordion-steps .accordion-step__scu-container:after {
    height: 0;
  }
}

.accordion-steps .accordion-step__scu-container .accordion-step__item-td-title {
  line-height: 20px;
}

.accordion-steps .accordion-step__scu-container .accordion-step__item-td-title,
.accordion-steps .accordion-step__scu-container .accordion-step__item-td-text {
  float: left;
  font-size: 13px;
  padding-right: 5px;
  line-height: 19px;
  vertical-align: middle;
  padding-bottom: 3px;
}

.accordion-steps .accordion-step__scu-container .accordion-step__item-td-title {
  clear: both;
}

@media (min-width: 768px) {
  .accordion-steps .accordion-step__scu-container .accordion-step__item-td-title, .accordion-steps .accordion-step__scu-container .accordion-step__item-td-text {
    padding-bottom: 0;
    line-height: 20px;
  }
}

.accordion-steps .accordion-step__coupon-item-fixed .bx-soa-coupon-block {
  font-weight: normal;
}

.accordion-steps .accordion-step__coupon-item-fixed .bx-soa-coupon-label,
.accordion-steps .accordion-step__coupon-item-fixed .accordion-step__coupon-item {
  font-weight: normal;
  padding-top: 0;
  line-height: 20px;
}

.accordion-steps .bx-soa-item-properties .accordion-step__item-td-title,
.accordion-steps .bx-soa-item-properties .accordion-step__item-td-text {
  text-align: center;
}

.accordion-steps .bx-soa-item-properties.bx-text-right .accordion-step__item-td-title,
.accordion-steps .bx-soa-item-properties.bx-text-right .accordion-step__item-td-text {
  text-align: right;
}

.accordion-steps .accordion-step__item-td-text input[type="number"] {
  height: 25px;
  line-height: 20px;
}

.accordion-steps .accordion-step__item-td-text .bx-price {
  white-space: nowrap;
}

.accordion-steps .bx-price-old {
  white-space: nowrap;
  text-decoration: line-through;
  color: #B8B8B8;
  font-size: 13px;
}

.accordion-steps .accordion-step__item-td-control {
  padding-bottom: 5px;
  font-size: 11px;
}

@media (max-width: 991px) {
  .accordion-steps .bx-soa-item-table,
  .accordion-steps .bx-soa-item-table > tbody,
  .accordion-steps .accordion-step__item-tr,
  .accordion-steps .accordion-step__item-td {
    display: block;
  }
  .accordion-steps .accordion-step__item-tr.bx-soa-item-info-container,
  .accordion-steps .accordion-step__item-tr .accordion-step__item-td {
    border: none;
  }
  .accordion-steps .accordion-step__item-tr {
    border-top: 1px dotted #e5e5e5;
    padding-bottom: 15px;
    padding-top: 10px;
    overflow: hidden;
  }
  .accordion-steps .accordion-step__item-tr.accordion-step__item-tr-first {
    border: none;
  }
  .accordion-steps .accordion-step__item-block {
    overflow: hidden;
  }
  .accordion-steps .bx-soa-item-properties.bx-text-right .accordion-step__item-td-title,
  .accordion-steps .bx-soa-item-properties.bx-text-right .accordion-step__item-td-text {
    text-align: center;
  }
}

@media (min-width: 581px) and (max-width: 991px) {
  .accordion-steps .bx-soa-item-properties {
    float: left;
    padding-bottom: 10px;
  }
  .accordion-steps .accordion-step__item-td-title,
  .accordion-steps .bx-soa-item-nth-4p1,
  .accordion-steps .accordion-step__item-tr {
    clear: both;
  }
}

@media (max-width: 580px) {
  .accordion-steps .accordion-step__item-td {
    line-height: 17px;
  }
  .accordion-steps .accordion-step__item-img-block {
    float: none;
    max-width: 160px;
    margin: 0 auto;
    padding-right: 0;
  }
  .accordion-steps .accordion-step.bx-step-completed .accordion-step__item-img-block {
    float: left;
  }
  .accordion-steps .accordion-step__item-content {
    padding-top: 15px;
  }
  .accordion-steps .accordion-step.bx-step-completed .accordion-step__item-content {
    padding-top: 0;
  }
  .accordion-steps .accordion-step__scu-container {
    padding-top: 10px;
  }
  .accordion-steps .accordion-step__item-td-title,
  .accordion-steps .accordion-step__item-td-text {
    line-height: 20px;
    display: inline-block !important;
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
  }
  .accordion-steps .accordion-step__item-td-title:after {
    content: ":";
  }
  .accordion-steps .bx-soa-item-properties {
    padding: 0;
  }
}

@media (min-width: 580px) {
  .accordion-steps .accordion-step__item-img-block {
    width: 85px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion-steps__content .accordion-step__content {
    padding: 15px;
  }
  .accordion-steps__content .accordion-step__item-tr {
    padding-top: 0;
  }
  .accordion-steps__content .accordion-step .accordion-step-coupon.is-infooter {
    float: none;
    width: 100%;
  }
  .accordion-steps__content .accordion-step .accordion-step-coupon__input {
    width: 100%;
  }
  .accordion-steps__content .accordion-step .accordion-step-coupon__input:before {
    top: 13px;
  }
  .accordion-steps__content .accordion-step__basket-header {
    display: none;
  }
  .accordion-steps .bx-soa-pickup-list-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .accordion-steps .bx-soa-pickup-l-item-adress {
    padding-left: 0;
  }
  .accordion-steps .bx-soa-pickup-l-item-detail.no-image {
    padding-left: 0;
  }
  .accordion-steps .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn.no-image {
    padding-left: 0;
  }
  .accordion-steps .accordion-step__item-container .accordion-step__pp-company {
    width: 50%;
    padding-left: 10px;
    float: left;
    margin-left: 0;
  }
  .accordion-steps .accordion-step__item-container {
    width: auto;
    margin-left: 0;
    float: none;
    padding-right: 0;
  }
  .accordion-steps .accordion-step__pp-desc-container {
    width: auto;
    margin-left: 0;
    float: none;
    /* display: none; */
  }
  .accordion-steps .accordion-step__pp-address-container {
    margin-left: 0;
    float: none;
    padding-right: 0;
  }
  .accordion-steps .bx-soa-comment-field {
    margin-left: 0;
    float: none;
    padding-right: 0;
  }
  .accordion-steps .accordion-step__location .form-standart__list-item {
    display: block;
    margin-left: 0;
  }
  .accordion-steps .accordion-step__form-label-holder {
    width: auto;
    float: none;
    padding-top: 0;
  }
  .accordion-steps .accordion-step__form-input-container {
    width: auto;
    float: none;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .accordion-steps .accordion-step__item-td-title {
    padding-left: 0;
  }
  .accordion-steps #coupon {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .accordion-steps .accordion-step__item-container .accordion-step__pp-company {
    display: block;
    width: auto;
    margin-left: 0;
    float: none;
  }
  .accordion-steps .accordion-step__item-container {
    width: auto;
    margin-left: 0;
    float: none;
    padding-right: 0;
  }
}

/* Advanced info */
.bx-soa-item-info-container {
  position: relative;
  height: 35px;
}

.bx-soa-item-info-container .accordion-step__item-td {
  border: none;
  position: absolute;
  /*left:20px;*/
  /*right:20px;*/
  /*padding:0 20px;*/
}

.bx-soa-item-info-container .bx-soa-item-info-block {
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.bx-soa-item-info-block.bx-active {
  padding-top: 10px;
  height: auto;
}

.bx-soa-info-block {
  border: none;
  max-width: 100%;
}

.bx-soa-info-line {
  line-height: 15px;
}

.bx-soa-info-title {
  color: #7c7c7c;
  font-size: 12px;
  padding: 4px 0;
  vertical-align: top;
}

.bx-soa-info-text {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  vertical-align: top;
}

@media (max-width: 580px) {
  .bx-soa-item-info-container .accordion-step__item-td {
    position: static;
    left: auto;
    right: auto;
    padding: 0;
  }
  .bx-soa-item-info-container {
    position: relative;
    height: auto !important;
    min-height: 0;
  }
}

/* Coupon */
.bx-soa-coupon {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}

.bx-soa-coupon-label {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  padding-right: 10px;
  vertical-align: top;
}

.bx-selected .bx-soa-coupon-label {
  padding-top: 7px;
}

.bx-soa-coupon-block {
  vertical-align: middle;
  line-height: 34px;
}

.bx-soa-coupon-input {
  display: inline-block;
  position: relative;
}

.bx-soa-coupon-input:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 2px solid #8da3ad;
  border-bottom: 2px solid #8da3ad;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}

.bx-soa-coupon-input input[type=text].accordion-step__form-control {
  border: 1px solid #CCD5DB;
  background-color: #f8fafc;
  background-image: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-soa-coupon-input input[type=text].accordion-step__form-control:focus {
  border-color: #63747e;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-step-completed .bx-soa-coupon-list {
  padding-top: 0;
  line-height: 20px;
}

/* pickup */
.bx-soa-pickup-preview-img {
  height: 76px;
  border: 1px solid #ddd;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  padding: 1px;
  margin-left: 10px;
  float: right;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bx-soa-pickup-subTitle {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

.bx-soa-pickup-list {
  margin-bottom: 20px;
}

.bx-soa-pickup-list-item {
  border-top: 1px solid #dcdfe2;
  padding: 16px 35px;
  font-size: 13px;
  position: relative;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}

.bx-soa-pickup-list-item.bx-selected {
  background: #f8fafc;
}

.bx-soa-pickup-list-item:last-child {
  border-bottom: 1px solid #dcdfe2;
}

.bx-soa-pickup-l-item-adress {
  padding-left: 15px;
  color: #25495e;
  font-weight: bold;
  line-height: 17px;
  min-height: 17px;
  position: relative;
  padding-right: 100px;
}

.bx-soa-pickup-l-item-adress:before {
  height: 17px;
  width: 18px;
  content: "";
  top: 50%;
  left: -5px;
  margin-top: -8px;
  position: absolute;
  background: url(/local/templates/metmo/css/images/sprite.png) no-repeat center -54px;
}

.bx-soa-pickup-l-item-detail {
  padding-top: 20px;
  display: none;
}

.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-detail {
  display: block;
}

.bx-soa-pickup-l-item-detail {
  padding-left: 100px;
  position: relative;
  min-height: 80px;
}

.bx-soa-pickup-l-item-detail.no-image {
  padding-left: 20px;
}

.bx-soa-pickup-l-item-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
  padding-left: 100px;
  padding-top: 10px;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
}

.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn.no-image {
  padding-left: 20px;
}

.bx-soa-pickup-l-item-name {
  font-weight: bold;
}

.bx-soa-pickup-l-item-img {
  position: absolute;
  top: 23px;
  left: 0;
  max-width: 90px;
  max-height: 90px;
  height: auto;
  width: auto;
}

/*Sidebar*/
.bx-soa-sidebar {
  position: relative;
  height: 100%;
}

.accordion-steps-result__total-button-container {
  display: none;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .accordion-steps-result__total-button-container {
    display: block;
  }
}

.accordion-steps-result__total-button-container > .btn {
  width: 100%;
}

.accordion-steps-result__delivery-price-info {
  color: #fc3f00;
  font-size: 13px;
}

.bx-soa-more {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}

.bx-soa-price-not-calc {
  border-bottom: 1px dashed;
  color: #F55450;
  text-decoration: none;
  cursor: pointer;
}

.bx-soa-price-not-calc:active,
.bx-soa-price-not-calc:hover {
  border-color: transparent;
  color: #A94442;
}

/* SCU */
.accordion-step__scu-container {
  overflow: hidden;
}

.accordion-step__item-content .accordion-step__scu-container {
  max-width: 350px;
}

.bx-scu-list {
  margin: 0;
  padding: 0 5px;
}

.bx-scu-itemlist {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 -5px;
  min-width: 40px;
}

.bx-scu-item {
  float: left;
  width: 20%;
  padding: 5px;
}

.bx-img-item {
  float: left;
  width: 50%;
  padding: 5px;
  min-width: 30px;
  max-width: 50px;
}

@media (max-width: 580px) {
  .bx-img-item {
    width: 45px;
  }
}

.bx-img-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  background-size: contain;
  -webkit-background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bx-scu-itemColorBlock {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline .2s ease;
  -moz-transition: outline .2s ease;
  -o-transition: outline .2s ease;
  transition: outline .2s ease;
}

.bx-scu-itemColorBlock:hover {
  outline: 1px solid #006cc0;
}

.bx-scu-itemColorBlock.selected {
  outline: 2px solid #006cc0;
}

.bx-scu-itemColor {
  position: absolute;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bx-scu-itemTextBlock {
  position: relative;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  -webkit-transition: outline .2s ease;
  -moz-transition: outline .2s ease;
  -o-transition: outline .2s ease;
  transition: outline .2s ease;
}

.bx-scu-itemTextBlock:hover {
  outline: 1px solid #006cc0;
}

.bx-scu-itemTextBlock.selected {
  outline: 2px solid #006cc0;
}

.bx-scu-itemText {
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
}

h3.bx-title, .bx-title.product-constructor__price-value {
  font-size: 15px;
  font-weight: bold;
}

.bx-soa-reg-block {
  background: #f8fafc;
  padding: 25px 20px;
}

.bx-soa-reg-block p {
  color: #595a5b;
  font-size: 13px;
  margin: 0 0 10px;
  padding: 0;
}

.bx-soa-auth .accordion-step__reference {
  border-top: 1px solid #f2f2f2;
}

/*REGION*/
.accordion-step__sls .quick-location-tag,
.bx-slst .quick-location-tag {
  display: inline-block;
  background: #d0ecf1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 10px 20px 11px;
  margin: 10px 2px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  height: auto;
  color: #333;
  border: none;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}

.accordion-step__sls .quick-location-tag:hover,
.bx-slst .quick-location-tag:hover {
  background-color: #e3f4f7;
}

.accordion-step__sls .quick-location-tag:first-child,
.bx-slst .quick-location-tag:first-child {
  margin-left: 0;
}

.accordion-step__sls .quick-location-tag:last-child,
.bx-slst .quick-location-tag:last-child {
  margin-right: 0;
}

.bx-soa-location-offered small {
  color: #737373;
}

.bx-soa-location-selected {
  padding-top: 12px;
  padding-bottom: 22px;
}

.accordion-step__customer-label,
.bx-soa-custom-label,
.form-group label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  color: #000;
}

.accordion-step__customer-label-container small,
.bx-soa-custom-label-container small,
.form-group label small {
  color: #737373;
}

/*FIELDS*/
.form-group .accordion-step__form-control:focus {
  border-color: #63747e;
}

.bx-soa-location-input-container {
  position: relative;
}

.accordion-step__customer-tel-input-container {
  position: relative;
}

.accordion-step__customer-tel-input-container {
  height: 41px;
}

.bx-soa-location-input {
  padding: 10px 40px 11px;
}

.accordion-step__customer-tel-input {
  padding: 10px 11px 10px 50px;
}

.bx-soa-location-input-container:before {
  content: " ";
  position: absolute;
  left: 8px;
  bottom: 9px;
  top: 9px;
  width: 20px;
  -webkit-background-size: contain;
          background-size: contain;
}

.accordion-step__form-control {
  width: 100%;
}

.accordion-step__customer-field {
  margin-bottom: 20px;
}

.accordion-step__customer-field label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.accordion-step__customer-btn {
  margin: 0 10px 0 0 !important;
  height: 32px;
  background-color: #fe3e00;
  border: none;
  border-radius: 18px;
  padding: 0 24px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.accordion-step__customer-btn:hover {
  background-color: #424242;
}

.bx-soa-service-small {
  color: #a3a3a3;
  font-size: 11px;
}

/*CHECKBOX*/
.bx-soa-changeCostSign {
  -webkit-animation: changeCostSign ease .4s;
  -moz-animation: changeCostSign ease .4s;
  -o-animation: changeCostSign ease .4s;
  animation: changeCostSign ease .4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes changeCostSign {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.accordion-step__sls.accordion-step__form-control {
  padding: 0;
}

.accordion-step__sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown {
  border: 1px solid #bdbdbd;
}

.accordion-step__sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white {
  top: 1px;
}

.accordion-step__sls .accordion-step__form-control.dropdown-block,
.bx-slst .accordion-step__form-control.dropdown-block {
  background-color: #f8fafc;
  border: 1px solid #d5dadc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-error .accordion-step__sls .accordion-step__form-control.dropdown-block,
.has-error .bx-slst .accordion-step__form-control.dropdown-block {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bx-slst .accordion-step__form-control .bx-ui-combobox-container .bx-combobox-fake-as-input {
  padding-top: 7px;
}

.bx-bd-error {
  border-color: #db4a29;
}

.bx-bd-waring {
  border-color: #CCBE71;
}

.wsnw {
  white-space: nowrap;
}

.bx-step-opacity {
  opacity: 0;
  -webkit-animation: animationBorderStepOpacity ease 1s;
  -moz-animation: animationBorderStepOpacity ease 1s;
  -o-animation: animationBorderStepOpacity ease 1s;
  animation: animationBorderStepOpacity ease 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

@-moz-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

@-ms-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

@-o-keyframes animationBorderStepOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

@keyframes animationBorderStepOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

/* MAPS */
ymaps h3, ymaps .product-constructor__price-value {
  margin: 6px 0 10px 0;
}

/* AUTH */
.bx-authform {
  margin: 0 0 25px;
}

/*block*/
.bx-authform-formgroup-container {
  margin-bottom: 25px;
}

.bx-authform-content-container,
.bx-authform-label-container {
  font-size: 13px;
  color: #5a6c77;
  padding-bottom: 2px;
}

.bx-authform-input-container {
  position: relative;
}

.bx-authform-psw-protected {
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url(/local/templates/metmo/css/images/sprite.png) no-repeat center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}

.bx-authform-psw-protected-desc {
  display: none;
  background: #fff;
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: 100%;
  margin-bottom: 14px;
  border: 1px solid #f0f1f2;
  padding: 10px 20px;
  font-size: 14px;
  z-index: 110;
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
}

.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc {
  display: block;
}

.bx-authform-psw-protected-desc > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==) no-repeat center bottom;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #f8fafc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field {
  border-color: #dd4b39;
}

span.bx-authform-starrequired {
  color: #d93333;
}

.bx-authform-formgroup-container .bx-captcha {
  margin-bottom: 10px;
}

.bx-authform-link-container,
.bx-authform-description-container {
  padding-bottom: 10px;
  font-size: 13px;
  color: #292d2e;
}

.bx-authform-description-container {
  font-size: 13px;
  color: #5a6c77;
}

.bx-authform-link-container {
  margin-bottom: 20px;
}

/* PAGINATION */
.bx-pagination {
  margin: 10px 0;
}

.bx-pagination .bx-pagination-container {
  text-align: center;
  position: relative;
}

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px 15px 2px;
}

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #DADADA;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #F9A91D;
  color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #E22B2B;
  color: #fff;
}

#loading_screen {
  position: fixed;
  z-index: 1150;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
}

.bx-soa-empty-cart-image {
  width: 131px;
  height: 116px;
  margin: 50px auto 42px;
  background: url(/local/templates/metmo/css/images/empty_cart.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.bx-soa-empty-cart-text {
  font-size: 36px;
  text-align: center;
  color: #bababa;
  margin-bottom: 42px;
}

.bx-soa-empty-cart-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 42px;
}

.soa-property-container .input-group-addon {
  background: #fff;
}

.input-group-addon .bx-calendar {
  background: url(/local/templates/metmo/css/images/calendar.svg) no-repeat center;
  display: inline-block;
  width: 18px;
  -webkit-background-size: 18px auto;
          background-size: 18px auto;
  height: 18px;
}

.accordion-step__location .form-standart__list-item {
  display: inline-block;
  margin-left: 30px;
}

.accordion-step__location .form-standart__list-item:first-child {
  margin-left: 0;
}

.accordion-step__location .form-standart__list-item input {
  margin-right: 7px;
}

.accordion-step__location .form-standart__field.bx-soa-location-input-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .accordion-step__location .form-standart__field.bx-soa-location-input-container {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .accordion-step__location .form-standart__field.bx-soa-location-input-container {
    display: none;
  }
}

.accordion-step__location .accordion-step__reference {
  display: none;
}

.accordion-step__location .form-standart__label {
  display: none;
}

.accordion-step__customer-field:after {
  content: '';
  display: block;
  clear: both;
}

.accordion-step__form-label-holder {
  width: 30%;
  float: left;
  padding-top: 6px;
}

.accordion-step__form-input-container {
  width: 70%;
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#bx-soa-order {
  counter-reset: heading;
}

#bx-soa-delivery .accordion-step__pp-company-checkbox {
  display: none;
}

#bx-soa-delivery .accordion-step__pp-desc-container {
  /* display: none; */
  width: 100%;
}

#bx-soa-delivery .accordion-step__item-container {
  width: 100%;
  margin-bottom: 20px;
}

#bx-soa-delivery .is-delivery-img-after-select {
  display: inline-block;
  margin-right: 20px;
  width: 22px;
  height: 18px;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block {
  position: relative;
  width: 230px;
  height: 50px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #bx-soa-delivery .accordion-step__pp-company.is-delivery-block {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #bx-soa-delivery .accordion-step__pp-company.is-delivery-block:first-child {
    margin-top: 0;
  }
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block .accordion-step__pp-delivery-cost {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block .accordion-step__pp-company-graf-container {
  height: 100%;
  padding: 0;
  background: #ececec;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block .accordion-step__pp-company-graf-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block .accordion-step__pp-company-graf-container .accordion-step__pp-company-smalltitle {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 70px;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: left;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block .accordion-step__pp-company-graf-container .accordion-step__pp-delivery-cost {
  display: none;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block.bx-selected .accordion-step__pp-company-graf-container {
  background: #424242;
  border: 0;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block.bx-selected .accordion-step__pp-company-graf-container .accordion-step__pp-company-smalltitle {
  color: #fff;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block.bx-selected .accordion-step__pp-company-image {
  background-position: 0 -35px;
}

#bx-soa-delivery .accordion-step__pp-company.is-delivery-block .accordion-step__pp-company-image {
  display: inline-block;
  width: 40px;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 15px;
}

#bx-soa-paysystem .accordion-step__pp-company-checkbox {
  display: none;
}

#bx-soa-paysystem .accordion-step__pp-desc-container {
  display: none;
}

#bx-soa-paysystem .accordion-step__item-container {
  width: 100%;
  margin-bottom: 20px;
}

#bx-soa-paysystem .is-paysystem-img-after-select {
  display: inline-block;
  margin-right: 20px;
  width: 22px;
  height: 18px;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block {
  position: relative;
  width: 260px;
  height: 50px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block:first-child {
    margin-top: 0;
  }
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block .accordion-step__pp-delivery-cost {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block .accordion-step__pp-company-graf-container {
  height: 100%;
  padding: 0;
  background: #ececec;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block .accordion-step__pp-company-graf-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block .accordion-step__pp-company-graf-container .accordion-step__pp-company-smalltitle {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 70px;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: left;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block .accordion-step__pp-company-graf-container .accordion-step__pp-delivery-cost {
  display: none;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block.bx-selected .accordion-step__pp-company-graf-container {
  background: #424242;
  border: 0;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block.bx-selected .accordion-step__pp-company-graf-container .accordion-step__pp-company-smalltitle {
  color: #fff;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block.bx-selected .accordion-step__pp-company-image {
  background-position: 0 -35px;
}

#bx-soa-paysystem .accordion-step__pp-company.is-paysystem-block .accordion-step__pp-company-image {
  display: inline-block;
  width: 40px;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .accordion-steps .accordion-step__pp {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .accordion-steps__content .accordion-step.bx-step-completed .accordion-step__settings {
    display: none;
  }
}

.address-detail__caption {
  font-weight: 700;
  font-size: 175%;
  margin-bottom: 20px;
}

.address-detail__caption:last-child {
  margin-bottom: 0;
}

.address-detail__cols {
  position: relative;
  margin-left: -1.5625%;
}

.address-detail__cols:after {
  content: '';
  display: block;
  clear: left;
}

.address-detail__left-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.address-detail__right-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.address-detail__contact-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.address-detail__contact-holder:first-child {
  margin-top: 0;
}

.address-detail__contact-holder:last-child {
  margin-bottom: 0;
}

.address-detail__contact-item {
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.address-detail__contact-item:first-child {
  margin-top: 0;
}

.address-detail__contact-item:last-child {
  margin-bottom: 0;
}

.address-detail__contact-label {
  width: 30%;
  display: table-cell;
}

.address-detail__contact-value {
  display: table-cell;
}

.address-detail__contact-value.is-important {
  font-size: 125%;
}

.address-detail__routes-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.address-detail__routes-holder:first-child {
  margin-top: 0;
}

.address-detail__routes-holder:last-child {
  margin-bottom: 0;
}

.address-detail__route {
  margin-top: 30px;
  margin-bottom: 30px;
}

.address-detail__route:first-child {
  margin-top: 0;
}

.address-detail__route:last-child {
  margin-bottom: 0;
}

.address-detail__route-title {
  font-size: 125%;
  margin-bottom: 15px;
}

.address-detail__route-title:last-child {
  margin-bottom: 0;
}

.address-detail__map {
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.address-detail__map:first-child {
  margin-top: 0;
}

.address-detail__map:last-child {
  margin-bottom: 0;
}

.advantages-grid:after {
  content: '';
  display: block;
  clear: both;
}

.advantages-grid__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.advantages-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -1.5625%;
  margin-top: -1.5625%;
}

.advantages-grid__list:after {
  content: '';
  display: block;
  clear: left;
}

.advantages-grid__item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
  padding-left: 90px;
}

.advantages-grid__item:after {
  content: '';
  display: block;
  clear: both;
}

.advantages-grid__item:nth-child(4n+1) {
  clear: left;
}

.advantages-grid__icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}

.advantages-grid__icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: lightblue;
  overflow: hidden;
}

.advantages-grid__icon-img {
  max-width: 100%;
  max-height: 100%;
}

.advantages-grid__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.advantages-grid.is-3cols .advantages-grid__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.advantages-grid.is-3cols .advantages-grid__item:nth-child(4n+1) {
  clear: none;
}

.advantages-grid.is-3cols .advantages-grid__item:nth-child(3n+1) {
  clear: left;
}

.advantages-grid.is-2cols .advantages-grid__list {
  position: relative;
  margin-left: -2.08333%;
  margin-top: -2.08333%;
}

.advantages-grid.is-2cols .advantages-grid__list:after {
  content: '';
  display: block;
  clear: left;
}

.advantages-grid.is-2cols .advantages-grid__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
  margin-top: 2.08333%;
}

.advantages-grid.is-2cols .advantages-grid__item:nth-child(3n+1) {
  clear: none;
}

.advantages-grid.is-2cols .advantages-grid__item:nth-child(2n+1) {
  clear: left;
}

.advantages-grid.is-flat .advantages-grid__list {
  margin-top: 0;
}

.advantages-grid.is-flat .advantages-grid__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 148.4375%;
  margin-left: 1.5625%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.advantages-grid.is-flat .advantages-grid__item:first-child {
  margin-top: 0;
}

.advantages-grid.is-flat .advantages-grid__item:last-child {
  margin-bottom: 0;
}

.advantages-grid__item.is-nocontent {
  display: table-row;
  padding-left: 0px;
}

.advantages-grid__item.is-nocontent .advantages-grid__icon-holder {
  position: relative;
  display: table-cell;
  width: 90px;
}

.advantages-grid__item.is-nocontent .advantages-grid__content-holder {
  display: table-cell;
  vertical-align: middle;
}

.advantages-grid__item.is-nocontent .advantages-grid__name {
  margin: 0px;
}

.articles-list__item {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.articles-list__item:after {
  content: '';
  display: block;
  clear: both;
}

.articles-list__item:last-child {
  margin-bottom: 0;
}

.articles-list__thumbnail {
  float: left;
  width: 160px;
  margin-right: 20px;
}

.articles-list__content {
  overflow: hidden;
}

.articles-list__thumb-holder {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.articles-list__thumb-link {
  display: inline-block;
  padding: 3px;
  border: 1px solid #D9D9D9;
  vertical-align: top;
}

.articles-list__thumb-img {
  display: inline-block;
  max-width: 100%;
  background: #F0F0F0;
  vertical-align: top;
}

.articles-list__title {
  margin-bottom: 10px;
}

.articles-list__title:last-child {
  margin-bottom: 0;
}

.articles-list__title-link {
  font-size: 128.57143%;
  font-weight: bold;
  text-decoration: none;
  color: #fe3e00;
}

.articles-list__title-link:hover {
  opacity: .8;
}

.articles-list__description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.articles-list__description:first-child {
  margin-top: 0;
}

.articles-list__description:last-child {
  margin-bottom: 0;
}

.articles-list__tags {
  margin: 0;
  padding: 0;
}

.articles-list__tag {
  display: inline-block;
  margin: 0 7px 7px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  vertical-align: top;
}

.articles-list__tag-link {
  display: block;
  padding: 0 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #eea546;
  text-decoration: none;
  color: white;
}

.articles-list__tag-link:visited {
  color: white;
}

.articles-list__tag-link:hover, .articles-list__tag-link:visited:hover {
  color: white;
  opacity: .8;
}

.articles-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.articles-list__item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articles-list__item:first-child {
  margin-top: 0;
}

.articles-list__item:last-child {
  margin-bottom: 0;
}

.auth-block__caption {
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: "proxima-nova", sans-serif;
  font-size: 250%;
  line-height: 1.36667;
  font-weight: 700;
}

.auth-block__caption:first-child {
  margin-top: 0;
}

.auth-block__caption:last-child {
  margin-bottom: 0;
}

.auth-block__form {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 400px;
}

.auth-block__form:first-child {
  margin-top: 0;
}

.auth-block__form:last-child {
  margin-bottom: 0;
}

.auth-form__title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: 700;
  text-align: center;
}

.auth-form__title:first-child {
  margin-top: 0;
}

.auth-form__title:last-child {
  margin-bottom: 0;
}

.auth-form__plate {
  padding: 20px 25px;
  background-color: #eee;
}

.auth-form__fields-list {
  display: table;
  width: 100%;
}

.auth-form__field {
  display: table-row;
}

.auth-form__field.is-error .auth-form__error {
  display: block;
}

.auth-form__field.is-none .auth-form__none {
  display: block;
}

.auth-form__field.js-pass-change {
  display: none;
}

.auth-form__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 20px 10px 0 0;
  width: 20%;
}

.auth-form__label.is-captcha {
  padding-top: 100px;
}

.auth-form__item {
  display: table-cell;
  vertical-align: top;
  padding: 15px 0 15px 10px;
}

.auth-form__item:after {
  content: '';
  display: block;
  clear: both;
}

.auth-form__item input[type='text'],
.auth-form__item input[type='email'],
.auth-form__item input[type='password'],
.auth-form__item textarea {
  width: 100%;
}

.auth-form__add-link {
  display: inline-block;
  margin-left: 1em;
}

.auth-form__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.auth-form__list.is-horizontal {
  margin: 0;
}

.auth-form__list.is-horizontal .auth-form__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.auth-form__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.auth-form__list-item:first-child {
  margin-top: 0;
}

.auth-form__list-item:last-child {
  margin-bottom: 0;
}

.auth-form__error {
  display: none;
  color: red;
}

.auth-form__none {
  display: none;
  color: red;
}

.auth-form__ok {
  display: none;
  margin-top: 5px;
}

.auth-form__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.auth-form__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.auth-form__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.auth-form__link-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
}

.auth-form__link-items:first-child {
  margin-top: 0;
}

.auth-form__link-items:last-child {
  margin-bottom: 0;
}

.auth-form__link-item {
  display: inline-block;
}

.auth-form__link-item:before {
  content: ' | ';
  margin-left: .5em;
  margin-right: .5em;
}

.auth-form__link-item:first-child:before {
  content: none;
}

.auth-form__captcha {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
}

.auth-form__captcha:first-child {
  margin-top: 0;
}

.auth-form__captcha:last-child {
  margin-bottom: 0;
}

.auth-form__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}

.auth-form__captcha-img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.auth-form__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.auth-form__captcha-link {
  font-size: 0;
  color: transparent;
}

.auth-form__captcha-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 18px;
  color: #333;
}

.auth-form__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.auth-form__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.auth-form__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.auth-form__socials:first-child {
  margin-top: 0;
}

.auth-form__socials:last-child {
  margin-bottom: 0;
}

.auth-form__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.auth-form__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  color: black;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.auth-form__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.auth-form__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.auth-form__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.auth-form__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.auth-form__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.auth-form__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.auth-form__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.auth-form__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.auth-form__common-error {
  text-align: center;
}

.auth-form__common-error-text {
  color: red;
}

.auth-form .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.auth-form input[type="submit"] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .fancybox-inner .auth-form__plate {
    background-color: white;
  }
}

.auth-form .auth-form__title {
  margin-left: 0;
  margin-right: 0;
}

.auth-form .auth-form__field {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.auth-form .auth-form__field:first-child {
  margin-top: 0;
}

.auth-form .auth-form__field:last-child {
  margin-bottom: 0;
}

.auth-form .auth-form__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.auth-form .auth-form__label:first-child {
  margin-top: 0;
}

.auth-form .auth-form__label:last-child {
  margin-bottom: 0;
}

.auth-form .auth-form__item {
  display: block;
  padding: 0;
}

.auth-form .auth-form__label {
  display: none;
}

.auth-form .auth-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.auth-form .auth-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.auth-link {
  display: inline-block;
}

.auth-link__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.auth-link__item {
  display: inline-block;
  vertical-align: top;
}

.auth-link__link {
  display: inline-block;
  position: relative;
  margin-left: 25px;
}

.auth-link__link:before {
  content: '';
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -80px 0px;
  width: 20px;
  height: 16px;
  position: absolute;
  left: -25px;
  top: 2px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .auth-link__link:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.auth-link__user-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.auth-link__user-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.auth-link__user-link:before {
  margin-right: .4em;
}

.auth-link__user-name {
  text-decoration: underline;
}

.b2b-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 750px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid grey;
}

.b2b-modal__holder {
  position: relative;
  padding: 30px;
  background-color: #eee;
}

.b2b-modal__title {
  font-size: 171.42857%;
  font-weight: bold;
  margin-bottom: 20px;
}

.b2b-modal__title:last-child {
  margin-bottom: 0;
}

.b2b-modal__product {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.b2b-modal__product-content {
  display: table-row;
}

.b2b-modal__thumb {
  display: table-cell;
  width: 40%;
  padding-right: 10px;
  text-align: center;
}

.b2b-modal__thumb-link {
  display: inline-block;
  padding: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid lightgrey;
  vertical-align: top;
}

.b2b-modal__thumb-img {
  display: block;
  max-width: 100%;
}

.b2b-modal__props-holder {
  display: table-cell;
  width: 60%;
  padding-left: 10px;
}

.b2b-modal__props {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.b2b-modal__prop-row {
  display: table-row;
}

.b2b-modal__prop-name {
  width: 60%;
  display: table-cell;
  font-weight: bold;
  padding-bottom: 10px;
}

.b2b-modal__prop-value {
  width: 40%;
  display: table-cell;
  padding-bottom: 10px;
}

.b2b-table__title {
  margin-bottom: 5px;
  color: #999999;
  font-size: 85.71429%;
}

.b2b-table__table {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.b2b-table__head {
  font-size: 85.71429%;
  background: #F0F0F0;
  color: #999999;
}

.b2b-table__th {
  padding: 2px 0px;
  border: none;
  width: 10%;
}

.b2b-table__th-info {
  width: 1%;
}

.b2b-table__th-name {
  width: 15%;
}

.b2b-table__body {
  font-size: 78.57143%;
  background: #F6F6F6;
}

.b2b-table__td {
  padding: 7px 5px;
  border: 1px solid darkgrey;
  vertical-align: middle;
}

.b2b-table__info-link {
  position: relative;
  display: block;
  font-size: 100%;
  margin: 0px 5px;
}

.b2b-table__info-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.b2b-table__link {
  text-decoration: none;
}

.b2b-table__modal {
  display: none;
}

.back-link__link:before {
  content: '\2190';
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: none;
}

.brands-detail__title, .brands-detail__recomend-title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

.brands-detail__title:last-child, .brands-detail__recomend-title:last-child {
  margin-bottom: 0;
}

.brands-detail__image-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.brands-detail__image-holder:first-child {
  margin-top: 0;
}

.brands-detail__image-holder:last-child {
  margin-bottom: 0;
}

.brands-detail__main-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.brands-detail__date {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brands-detail__date:first-child {
  margin-top: 0;
}

.brands-detail__date:last-child {
  margin-bottom: 0;
}

.brands-detail__content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brands-detail__content:first-child {
  margin-top: 0;
}

.brands-detail__content:last-child {
  margin-bottom: 0;
}

.brands-detail__back-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.brands-detail__back-holder:first-child {
  margin-top: 0;
}

.brands-detail__back-holder:last-child {
  margin-bottom: 0;
}

.brands-detail__back {
  text-decoration: none;
}

.brands-detail__back:before {
  content: '←';
  margin-right: .5em;
}

.brands-list__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.brands-list__title:last-child {
  margin-bottom: 0;
}

.brands-list__items {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -1.5625%;
}

.brands-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.brands-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
}

.brands-list__item:after {
  content: '';
  display: block;
  clear: both;
}

.brands-list__item:nth-child(2n+1) {
  clear: left;
}

.brands-list__logo {
  float: left;
  width: 150px;
  margin-right: 20px;
  text-align: center;
}

.brands-list__info {
  overflow: hidden;
}

.brands-list__logo-link {
  display: inline-block;
  padding: 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}

.brands-list__logo-img {
  display: block;
  max-width: 100%;
}

.brands-list__company {
  margin-bottom: 15px;
}

.brands-list__company:last-child {
  margin-bottom: 0;
}

.brands-list__description {
  margin-bottom: 15px;
}

.brands-list__description:last-child {
  margin-bottom: 0;
}

.brands-list__view {
  text-decoration: none;
  color: #fe3e00;
}

.brands-list__view:hover {
  text-decoration: underline;
}

.brands-tiles__items {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -2.5%;
}

.brands-tiles__items:after {
  content: '';
  display: block;
  clear: left;
}

.brands-tiles__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 2.5%;
}

.brands-tiles__item:nth-child(4n+1) {
  clear: left;
}

.brands-tiles__bg-holder {
  text-align: center;
}

.brands-tiles__bg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.brands-tiles__content-holder {
  -webkit-transition: .3s bottom;
       -o-transition: .3s bottom;
          transition: .3s bottom;
}

.brands-tiles__title {
  padding: 5px 10px 7px;
  text-align: center;
  font-weight: 600;
}

.breadcrumbs {
  color: #5f5f5f;
  font-size: 12px;
}

.breadcrumbs__list {
  list-style: none;
  margin-left: 0;
}

.breadcrumbs__item {
  display: inline;
}

.breadcrumbs__item:before {
  content: ">";
  margin: 0 5px;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.breadcrumbs__link {
  text-decoration: underline;
  color: #5f5f5f;
}

@media screen and (max-width: 767px) {
  .breadcrumbs__item:last-child {
    display: none;
  }
}

.buttons-icon {
  text-align: right;
}

.buttons-icon__button {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: baseline;
  background: #fe3e00;
  font-size: 22px;
  text-decoration: none;
  color: white;
  text-align: center;
}

.buttons-icon__button:hover {
  background: #ff8b65;
  color: white;
}

.buttons-icon__button:visited {
  color: white;
}

.buttons-icon__button.is-rss {
  background: #ee8208;
  line-height: 30px;
}

.buttons-icon__button.is-rss:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.calc-promo__link {
  text-decoration: none;
  border: none;
  display: block;
  width: 100%;
  padding: 76px 20px 0 20px;
  background-image: url("/local/templates/metmo/css/../img/calc_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .calc-promo__link {
    background-image: url("/local/templates/metmo/css/../img/calc_bg@2x.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.calc-promo__link:hover {
  background-image: url("/local/templates/metmo/css/../img/calc_bg_hover.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .calc-promo__link:hover {
    background-image: url("/local/templates/metmo/css/../img/calc_bg_hover@2x.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.calc-promo__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/metmo/css/../img/calc_icon.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .calc-promo__icon {
    background-image: url("/local/templates/metmo/css/../img/calc_icon@2x.png");
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
  }
}

.calc-promo__icon:first-child {
  margin-top: 0;
}

.calc-promo__icon:last-child {
  margin-bottom: 0;
}

.calc-promo__title {
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.calc-promo__title:first-child {
  margin-top: 0;
}

.calc-promo__title:last-child {
  margin-bottom: 0;
}

.calc-promo.is-mobile {
  margin-left: -15px;
  margin-right: -15px;
}

.calc-promo.is-mobile .calc-promo__link {
  height: 92px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

.calc-promo.is-mobile .calc-promo__icon {
  width: 32px;
  height: 32px;
  -webkit-background-size: 32px 32px;
          background-size: 32px 32px;
  float: right;
  margin-top: 5px;
  margin-bottom: 0;
}

.calc-promo.is-mobile .calc-promo__title {
  margin-top: 0;
  font-size: 16px;
}

.calculator-product {
  position: relative;
}

.calculator-product__table {
  position: relative;
  margin-left: -1.5625%;
}

.calculator-product__table:after {
  content: '';
  display: block;
  clear: left;
}

.calculator-product__table-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 1210px) {
  .calculator-product__table-item {
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

@media screen and (max-width: 1023px) {
  .calculator-product__table-item {
    margin-top: 20px;
  }
  .calculator-product__table-item:first-child {
    margin-top: 0;
  }
}

.calculator-product__info {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.calculator-product__info:last-child {
  margin-bottom: 0;
}

.calculator-product__info-row {
  display: table-row;
}

.calculator-product__info-col {
  display: table-cell;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}

.calculator-product__info-col:last-child {
  text-align: right;
}

.calculator-product__link {
  color: #fe3e00;
  border-bottom: 1px dashed;
  line-height: 1;
}

.calculator-product__link:hover {
  color: #ff7a4f;
  cursor: pointer;
}

.calculator-product__info-value {
  font-weight: bold;
}

.calculator-product__inputs {
  position: relative;
}

.calculator-product__input-placeholder {
  position: absolute;
  right: 1px;
  top: 3px;
  bottom: 3px;
  background: white;
  line-height: 2.4em;
  color: #ccc;
  padding: 0 3px 0 3px;
}

.calculator-product__plate {
  padding: 20px;
  background: #f3f3f3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-product__plate:first-child {
  margin-top: 0;
}

.calculator-product__plate:last-child {
  margin-bottom: 0;
}

.calculator-product__fields-list {
  display: table;
  margin-bottom: 10px;
}

.calculator-product__fields-list:last-child {
  margin-bottom: 0;
}

.calculator-product__fields-list.is-second {
  display: none;
}

.calculator-product__fields-list.is-arr-count {
  width: 100%;
}

.calculator-product__fields-list.is-arr-count .calculator-product__submite {
  text-align: center;
}

.calculator-product__fields-list.is-arr-count .calculator-product__inputs {
  display: inline-block;
}

.calculator-product__fields-list.is-arr-count .calculator-product__field:last-child {
  width: 65%;
  text-align: right;
}

.calculator-product__field {
  display: table-cell;
  padding: 0 5px;
}

.calculator-product__field:first-child {
  padding-left: 0;
}

.calculator-product__field:last-child {
  padding-right: 0;
}

.calculator-product__slide {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-product__slide:first-child {
  margin-top: 0;
}

.calculator-product__slide:last-child {
  margin-bottom: 0;
}

.calculator-product__slide.is-active {
  display: block;
}

.calculator-product__addition-holder {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-product__addition-holder:first-child {
  margin-top: 0;
}

.calculator-product__addition-holder:last-child {
  margin-bottom: 0;
}

.calculator-product__addition-col {
  display: table-cell;
}

.calculator-product__addition-col:last-child {
  vertical-align: bottom;
  text-align: right;
}

.calculator-product__addition-list {
  display: table;
  width: 100%;
}

.calculator-product__addition-item {
  display: table-row;
}

.calculator-product__addition-label, .calculator-product__addition-val {
  display: table-cell;
}

.calculator-product__addition-val {
  text-align: right;
  font-weight: bold;
}

.calculator-product__addition-val.is-cost {
  font-size: 120%;
}

.calculator-product__addition-info {
  color: #6d6d6d;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-product__addition-info:first-child {
  margin-top: 0;
}

.calculator-product__addition-info:last-child {
  margin-bottom: 0;
}

.calculator-product__plate-link {
  margin-top: 10px;
}

.calculator-product__plate-link:first-child {
  margin-top: 0;
}

.calculator-product__select-level1 {
  margin-left: 5px;
  font-weight: bold;
}

.calculator-product__select-level2 {
  margin-left: 15px;
}

.calculator-product__select-level3 {
  margin-left: 30px;
}

.calculator-product__select-level4 {
  margin-left: 45px;
}

.calculator-product__error {
  margin-top: 20px;
  margin-left: 15px;
  color: #c10000;
}

.calculator-product__info-value-unit {
  color: #7b7b7b;
  font-size: 75%;
  vertical-align: baseline;
}

.calculator-product__selects-item .select2-selection__clear {
  display: none;
}

.calculator-product.is-single .calculator-product__table {
  position: relative;
  margin-left: -1.04167%;
}

.calculator-product.is-single .calculator-product__table:after {
  content: '';
  display: block;
  clear: left;
}

.calculator-product.is-single .calculator-product__info {
  margin-left: 27.1875%;
  width: 71.25%;
}

.calculator-product.is-single .calculator-product__table-item {
  width: 70%;
  margin-top: 20px;
}

.calculator-product.is-single .calculator-product__table-item:first-child {
  margin-top: 0;
}

.calculator-product.is-single .calculator-product__table-title {
  margin-top: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

.calculator-product.is-single .calculator-product__plate {
  margin-top: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.calculator-product.is-single .calculator-product__select {
  position: relative;
  margin-left: -1.04167%;
}

.calculator-product.is-single .calculator-product__select:after {
  content: '';
  display: block;
  clear: left;
}

.calculator-product.is-single .calculator-product__select-section, .calculator-product.is-single .calculator-product__select-element {
  width: 70%;
}

.calculator-product.is-single .calculator-product__selects-item {
  margin-bottom: 20px;
}

.calculator-product.is-single .calculator-product__selects-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .calculator-product.is-single .calculator-product__info, .calculator-product.is-single .calculator-product__table-item, .calculator-product.is-single .calculator-product__table-title, .calculator-product.is-single .calculator-product__plate, .calculator-product.is-single .calculator-product__selects {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .calculator-product.is-single .calculator-product__field.is-header {
    display: table-row;
  }
  .calculator-product.is-single .calculator-product__plate {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calculator-product.is-single .calculator-product .button, .calculator-product.is-single .calculator-product .button-primary, .calculator-product.is-single .calculator-product .cart-items__checkout, .calculator-product.is-single .calculator-product .catalog-pricelist__btn-buy, .calculator-product.is-single .calculator-product .catalog-table__btn-buy, .calculator-product.is-single .calculator-product .search-title.is-b2b .search-title__b2b-link, .search-title.is-b2b .calculator-product.is-single .calculator-product .search-title__b2b-link, .calculator-product.is-single .calculator-product .button-big, .calculator-product.is-single .calculator-product .header-mobile__phone, .calculator-product.is-single .calculator-product .button-secondary, .calculator-product.is-single .calculator-product .accordion-steps__content .accordion-step__next, .accordion-steps__content .calculator-product.is-single .calculator-product .accordion-step__next, .calculator-product.is-single .calculator-product .accordion-steps__content .accordion-step__prev, .accordion-steps__content .calculator-product.is-single .calculator-product .accordion-step__prev, .calculator-product.is-single .calculator-product .product-detail-pseudo-offer__buy, .calculator-product.is-single .calculator-product .product-detail-pseudo-offer__order, .calculator-product.is-single .calculator-product .promo-slider__morebutton, .calculator-product.is-single .calculator-product .search-b2b-title__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .calculator-product.is-single .calculator-product__select-section, .calculator-product.is-single .calculator-product__select-element {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .calculator-product.is-single .calculator-product__plate.is-length .calculator-product__fields-list,
  .calculator-product.is-single .calculator-product__plate.is-area .calculator-product__fields-list {
    display: block;
  }
  .calculator-product.is-single .calculator-product__plate.is-length .calculator-product__fields-list.is-second,
  .calculator-product.is-single .calculator-product__plate.is-area .calculator-product__fields-list.is-second {
    display: none;
  }
  .calculator-product.is-single .calculator-product__plate.is-length .calculator-product__field,
  .calculator-product.is-single .calculator-product__plate.is-area .calculator-product__field {
    display: inline-block;
    vertical-align: middle;
  }
  .calculator-product.is-single .calculator-product__plate.is-length .calculator-product__field.is-header,
  .calculator-product.is-single .calculator-product__plate.is-area .calculator-product__field.is-header {
    display: block;
    margin-bottom: 10px;
  }
  .calculator-product.is-single .calculator-product__plate.is-length .calculator-product__field.is-button,
  .calculator-product.is-single .calculator-product__plate.is-area .calculator-product__field.is-button {
    display: block;
    margin-top: 10px;
  }
  .calculator-product.is-single .calculator-product__plate.is-length .calculator-product__fields-list.is-arr-count .calculator-product__field:last-child,
  .calculator-product.is-single .calculator-product__plate.is-area .calculator-product__fields-list.is-arr-count .calculator-product__field:last-child {
    width: auto;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .calculator-product.is-single .calculator-product__fields-list {
    display: block;
    overflow: hidden;
  }
  .calculator-product.is-single .calculator-product__fields-list:after {
    clear: both;
  }
  .calculator-product.is-single .calculator-product__field {
    display: block;
    float: left;
    margin-top: 5px;
  }
  .calculator-product.is-single .calculator-product__field.is-equals {
    display: none;
  }
  .calculator-product.is-single .calculator-product__field.is-multiply {
    margin-top: 15px;
  }
  .calculator-product.is-single .calculator-product__field:first-child {
    float: none;
    margin-top: 0;
  }
  .calculator-product.is-single .calculator-product__input {
    width: 100%;
  }
  .calculator-product.is-single .calculator-product__val.is-cost {
    font-weight: bold;
  }
}

.calculator-product.is-single .calculator-product__select-section, .calculator-product.is-single .calculator-product__select-element {
  width: 100%;
}

.calculator-product.is-single .calculator-product__addition-col {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-product.is-single .calculator-product__addition-col:first-child {
  margin-top: 0;
}

.calculator-product.is-single .calculator-product__addition-col:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .calculator-product__info, .calculator-product__table-item, .calculator-product__table-title, .calculator-product__plate, .calculator-product__selects {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .calculator-product__field.is-header {
    display: table-row;
  }
  .calculator-product__plate {
    padding-left: 10px;
    padding-right: 10px;
  }
  .calculator-product .button, .calculator-product .button-primary, .calculator-product .cart-items__checkout, .calculator-product .catalog-pricelist__btn-buy, .calculator-product .catalog-table__btn-buy, .calculator-product .search-title.is-b2b .search-title__b2b-link, .search-title.is-b2b .calculator-product .search-title__b2b-link, .calculator-product .subscribe-form.is-aside .button, .subscribe-form.is-aside .calculator-product .button, .calculator-product .button-big, .calculator-product .header-mobile__phone, .calculator-product .button-secondary, .calculator-product .accordion-steps__content .accordion-step__next, .accordion-steps__content .calculator-product .accordion-step__next, .calculator-product .accordion-steps__content .accordion-step__prev, .accordion-steps__content .calculator-product .accordion-step__prev, .calculator-product .product-detail-pseudo-offer__buy, .calculator-product .product-detail-pseudo-offer__order, .calculator-product .promo-slider__morebutton, .calculator-product .search-b2b-title__submit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .calculator-product__select-section, .calculator-product__select-element {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .calculator-product__plate.is-length .calculator-product__fields-list,
  .calculator-product__plate.is-area .calculator-product__fields-list {
    display: block;
  }
  .calculator-product__plate.is-length .calculator-product__fields-list.is-second,
  .calculator-product__plate.is-area .calculator-product__fields-list.is-second {
    display: none;
  }
  .calculator-product__plate.is-length .calculator-product__field,
  .calculator-product__plate.is-area .calculator-product__field {
    display: inline-block;
    vertical-align: middle;
  }
  .calculator-product__plate.is-length .calculator-product__field.is-header,
  .calculator-product__plate.is-area .calculator-product__field.is-header {
    display: block;
    margin-bottom: 10px;
  }
  .calculator-product__plate.is-length .calculator-product__field.is-button,
  .calculator-product__plate.is-area .calculator-product__field.is-button {
    display: block;
    margin-top: 10px;
  }
  .calculator-product__plate.is-length .calculator-product__fields-list.is-arr-count .calculator-product__field:last-child,
  .calculator-product__plate.is-area .calculator-product__fields-list.is-arr-count .calculator-product__field:last-child {
    width: auto;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .calculator-product__fields-list {
    display: block;
    overflow: hidden;
  }
  .calculator-product__fields-list:after {
    clear: both;
  }
  .calculator-product__field {
    display: block;
    float: left;
    margin-top: 5px;
  }
  .calculator-product__field.is-equals {
    display: none;
  }
  .calculator-product__field.is-multiply {
    margin-top: 15px;
  }
  .calculator-product__field:first-child {
    float: none;
    margin-top: 0;
  }
  .calculator-product__input {
    width: 100%;
  }
  .calculator-product__val.is-cost {
    font-weight: bold;
  }
}

.calculator-product__select-section, .calculator-product__select-element {
  width: 100%;
}

.calculator-product__addition-col {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calculator-product__addition-col:first-child {
  margin-top: 0;
}

.calculator-product__addition-col:last-child {
  margin-bottom: 0;
}

.cart-items.is-disabled {
  opacity: 0.3;
}

.cart-items__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.cart-items__title:last-child {
  margin-bottom: 0;
}

.cart-items__table {
  margin-bottom: 40px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.cart-items__table:last-child {
  margin-bottom: 0;
}

.cart-items__table-head {
  display: table-row;
  background: #ececec;
}

.cart-items__table-item {
  display: table-row;
}

.cart-items__table-cell {
  display: table-cell;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  width: 1%;
}

.cart-items__table-cell.is-head {
  font-size: 90%;
  padding: 20px 10px;
  font-weight: bold;
  border-bottom: none;
}

.cart-items__cell-number {
  width: 5%;
  text-align: center;
}

.cart-items__cell-order {
  width: 45%;
}

.cart-items__cell-order:after {
  content: '';
  display: block;
  clear: both;
}

.cart-items__order-thumb {
  vertical-align: middle;
  width: 25%;
  margin-right: 5%;
  text-align: center;
  display: none;
}

.cart-items__thumb-link {
  display: inline-block;
}

.cart-items__thumb-img {
  display: block;
  max-width: 100%;
}

.cart-items__name-link {
  text-decoration: none;
  word-break: break-word;
}

.cart-items__name-link:hover {
  text-decoration: underline;
}

.cart-items__amount-label {
  display: inline-block;
  vertical-align: middle;
}

.cart-items__amount-counter {
  display: inline-block;
  max-width: 80px;
  vertical-align: middle;
}

.cart-items__cell-price {
  width: 15%;
  text-align: right;
}

.cart-items__cell-quantity {
  text-align: center;
  width: 155px;
}

.cart-items__price-discount {
  font-style: italic;
}

.cart-items__price-old {
  margin-bottom: 15px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}

.cart-items__price-old:last-child {
  margin-bottom: 0;
}

.cart-items__price-value {
  white-space: nowrap;
  font-size: 142.85714%;
  font-weight: bold;
}

.cart-items__cell-coupon {
  width: 10%;
  text-align: center;
}

.cart-items__cell-total {
  width: 15%;
  text-align: right;
}

.cart-items__total-value {
  white-space: nowrap;
  font-size: 142.85714%;
  font-weight: bold;
}

.cart-items__cell-remove {
  width: 1%;
  text-align: center;
}

.cart-items__cell-buttons {
  white-space: nowrap;
}

.cart-items__cell-weight {
  width: 10%;
}

.cart-items__remove-order {
  width: 12px;
  height: 20px;
  background-image: url("/local/templates/metmo/css/../img/cart_delete.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .cart-items__remove-order {
    background-image: url("/local/templates/metmo/css/../img/cart_delete@2x.png");
    -webkit-background-size: 12px 37px;
            background-size: 12px 37px;
  }
}

.cart-items__remove-order:hover {
  background-position: 0px -21px;
}

.cart-items__delay {
  margin-left: 10px;
  font-size: 90%;
  color: #ccc;
}

.cart-items__footer {
  display: table;
  width: 100%;
}

.cart-items__total-and-coupon, .cart-items__buttons {
  display: table-row;
}

.cart-items__back, .cart-items__coupon-holder {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding-bottom: 20px;
}

.cart-items__back {
  padding-top: 1em;
}

.cart-items__back-link {
  text-decoration: none;
}

.cart-items__back-link:hover {
  text-decoration: underline;
  color: darkblue;
}

.cart-items__result, .cart-items__checkout-holder {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: top;
  padding-bottom: 20px;
}

.cart-items__result-info {
  margin-bottom: 20px;
}

.cart-items__result-info:last-child {
  margin-bottom: 0;
}

.cart-items__result-sum {
  font-size: 157.14286%;
}

.cart-items__sum-old {
  white-space: nowrap;
  text-decoration: line-through;
  color: #ccc;
  font-size: 20px;
}

.cart-items__sum-actual {
  white-space: nowrap;
  font-weight: bold;
}

.cart-items__result-full {
  font-size: 157.14286%;
}

.cart-items__full-label {
  font-size: 28px;
}

.cart-items__full-price {
  white-space: nowrap;
  font-weight: bold;
  font-size: 28px;
}

.cart-items__checkout {
  text-align: center;
}

.cart-items__sku-holder {
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

.cart-items__sku-holder:first-child {
  margin-top: 0;
}

.cart-items__sku-holder:last-child {
  margin-bottom: 0;
}

.cart-items__sku-caption {
  font-size: 85.71429%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cart-items__sku-caption:first-child {
  margin-top: 0;
}

.cart-items__sku-caption:last-child {
  margin-bottom: 0;
}

.cart-items__sku {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart-items__sku:first-child {
  margin-top: 0;
}

.cart-items__sku:last-child {
  margin-bottom: 0;
}

.cart-items__sku-item {
  display: inline-block;
  margin-right: .5em;
}

.cart-items__color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid white;
}

.cart-items__color.is-active {
  outline: 1px solid gray;
}

.cart-items__size {
  display: inline-block;
  padding: 5px;
  font-size: 85.71429%;
  background-color: #eee;
  color: black;
}

.cart-items__size.is-active {
  background-color: gray;
  color: white;
}

.cart-items__coupon .coupon-list .coupon {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  border: 1px solid #e2e2e2;
  position: relative;
  margin-top: 10px;
}

.cart-items__coupon .coupon-list .coupon .coupon_text {
  font-weight: normal;
  margin: 0px;
}

.cart-items__coupon .coupon-list .coupon .notes {
  position: absolute;
  top: 0;
  right: 1em;
  font-size: 12px;
  color: #fff;
  padding: .1em 1em;
  text-transform: none;
  margin: 0;
}

.cart-items__coupon .coupon-list .coupon .notes.bad {
  background-color: #ff1217;
}

.cart-items__coupon .coupon-list .coupon .notes.good {
  background-color: #00ff00;
}

.cart-items__coupon .coupon-list .coupon .notes.disabled {
  background-color: #7c7d7d;
}

.cart-items__coupon .coupon-list .coupon .close {
  position: absolute;
  right: .2em;
  top: 0;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}

.cart-items__coupon .coupon-list .coupon.bad {
  border-color: #ff1217;
  color: #ff1217;
}

.cart-items__coupon .coupon-list .coupon.good {
  border-color: #00ff00;
  color: #00ff00;
}

.cart-items__coupon .coupon-list .coupon.disabled {
  border-color: #7c7d7d;
  color: #7c7d7d;
}

.cart-items__coupon-title {
  display: none;
}

.cart-items__coupon-apply {
  margin-left: 10px;
  text-align: center;
}

.cart-items__empty-wrap {
  width: 500px;
  text-align: center;
  margin: 40px auto;
}

.cart-items__empty-img {
  color: #ccc;
  position: relative;
  display: block;
  font-size: 1000%;
}

.cart-items__empty-img:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.cart-items__empty-text {
  font-size: 128.57143%;
  margin-bottom: 10px;
}

.cart-items__empty-text:last-child {
  margin-bottom: 0;
}

.cart-items__prop {
  color: #a09d9d;
  font-size: 12px;
}

.cart-items__prop-title {
  color: #7d7d7d;
}

@media screen and (max-width: 767px) {
  .cart-items__delay {
    display: none;
  }
  .cart-items__table {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    width: auto;
  }
  .cart-items__table-head {
    display: none;
  }
  .cart-items__table-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .cart-items__table-cell {
    display: block;
    border-bottom: none;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
  }
  .cart-items__cell-number {
    display: none;
  }
  .cart-items__cell-order {
    width: 90%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 15px;
  }
  .cart-items__cell-buttons {
    width: 10%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    padding-right: 15px;
  }
  .cart-items__cell-price {
    width: auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-bottom: 13px;
  }
  .cart-items__cell-price div {
    display: inline;
  }
  .cart-items__cell-quantity {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .cart-items__cell-quantity .counter-input__holder {
    margin-right: 0;
  }
  .cart-items__cell-quantity .counter-input:before {
    content: '×';
    color: #999;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .cart-items__cell-quantity .counter-input:after {
    content: '=';
    color: #999;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .cart-items__cell-quantity .counter-input__input[type='text'] {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-items__cell-quantity .counter-input__down,
  .cart-items__cell-quantity .counter-input__up {
    display: none;
  }
  .cart-items__cell-total {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    text-align: left;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-bottom: 13px;
  }
  .cart-items__footer {
    display: block;
    width: auto;
  }
  .cart-items__total-and-coupon {
    display: block;
    width: auto;
  }
  .cart-items__buttons {
    display: block;
    width: auto;
  }
  .cart-items__coupon-holder, .cart-items__result {
    display: block;
    width: auto;
  }
  .cart-items__back {
    display: block;
    width: auto;
  }
  .cart-items__checkout-holder {
    display: block;
    width: auto;
  }
  .cart-items__inline-label {
    display: none;
  }
  .cart-items__price-value, .cart-items__total-value {
    font-size: 120%;
  }
  .cart-items__coupon-apply {
    padding-left: 15px;
    padding-right: 15px;
    width: 36%;
  }
  .cart-items__result-btn {
    text-align: center;
  }
  .cart-items__checkout {
    width: 100%;
  }
  .cart-items__back {
    display: none;
  }
  .cart-items #coupon {
    width: 59%;
  }
  .cart-items__empty-wrap {
    width: auto;
    text-align: center;
    margin: 0;
  }
  .cart-items__cell-weight {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    display: inline-block;
    vertical-align: middle;
  }
  .cart-items__cell-weight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .cart-items__weight-value {
    font-size: 110%;
  }
  .cart-items__weight-value:before {
    content: '(';
  }
  .cart-items__weight-value:after {
    content: ')';
  }
}

.cart-items2__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.cart-items2__title:last-child {
  margin-bottom: 0;
}

.cart-items2__cart-content {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cart-items2__cart-header {
  display: table-row;
}

.cart-items2__name-head {
  display: table-cell;
  padding: 5px 10px;
  background-color: #e1e1e1;
}

.cart-items2__price-head {
  display: table-cell;
  width: 140px;
  padding: 5px 10px;
  border-left: 1px solid white;
  background-color: #e1e1e1;
}

.cart-items2__amount-head {
  display: table-cell;
  padding: 5px 10px;
  width: 120px;
  border-left: 1px solid white;
  background-color: #e1e1e1;
}

.cart-items2__sum-head {
  display: table-cell;
  width: 180px;
  padding: 5px 10px;
  border-left: 1px solid white;
  background-color: #e1e1e1;
}

.cart-items2__remove-head {
  display: table-cell;
  display: table-cell;
  padding: 5px 10px;
  background-color: #e1e1e1;
}

.cart-items2__product {
  display: table-row;
}

.cart-items2__name-col {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 10px 30px 0;
  border-bottom: 1px solid gray;
}

.cart-items2__price-col {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 10px;
  border-bottom: 1px solid gray;
}

.cart-items2__amount-col {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 10px;
  border-bottom: 1px solid gray;
}

.cart-items2__sum-col {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 10px;
  border-bottom: 1px solid gray;
}

.cart-items2__remove-col {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid gray;
}

.cart-items2__thumb {
  float: left;
  width: 25%;
  min-width: 70px;
  margin-right: 5%;
  text-align: center;
}

.cart-items2__thumb-img {
  display: block;
  width: 100%;
  height: auto;
}

.cart-items2__description {
  overflow: hidden;
}

.cart-items2__name-title {
  margin-bottom: 10px;
}

.cart-items2__name-title:last-child {
  margin-bottom: 0;
}

.cart-items2__name-link {
  font-size: 114.28571%;
  font-weight: bold;
  text-decoration: underline;
}

.cart-items2__name-link:hover {
  text-decoration: none;
}

.cart-items2__price-number {
  white-space: nowrap;
}

.cart-items2__sum-title {
  margin-bottom: 10px;
  font-size: 107.14286%;
  font-weight: bold;
}

.cart-items2__sum-title:last-child {
  margin-bottom: 0;
}

.cart-items2__sum-value {
  font-size: 107.14286%;
  font-weight: bold;
}

.cart-items2__sum-number {
  white-space: nowrap;
}

.cart-items2__remove-order {
  padding: .3em .5em;
  cursor: pointer;
}

.cart-items2__remove-order:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.cart-items2__footer {
  position: relative;
  margin-left: -1.5625%;
  margin-top: 20px;
}

.cart-items2__footer:after {
  content: '';
  display: block;
  clear: left;
}

.cart-items2__footer:first-child {
  margin-top: 0;
}

.cart-items2__information {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60.9375%;
  margin-left: 1.5625%;
  margin-bottom: 20px;
}

.cart-items2__footnote {
  margin-bottom: 50px;
}

.cart-items2__footnote:last-child {
  margin-bottom: 0;
}

.cart-items2__footnote-title {
  display: block;
}

.cart-items2__footnote-subtitle {
  display: block;
}

.cart-items2__checkout {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85.9375%;
  margin-left: 1.5625%;
  margin-bottom: 20px;
}

.cart-items2__order-total {
  margin-bottom: 20px;
}

.cart-items2__order-total:last-child {
  margin-bottom: 0;
}

.cart-items2__total-value {
  font-size: 114.28571%;
  font-weight: bold;
}

.cart-items2__order-notice {
  margin-bottom: 30px;
}

.cart-items2__order-notice:last-child {
  margin-bottom: 0;
}

.cart-items2__notice-title {
  margin-bottom: 15px;
  font-size: 107.14286%;
  font-weight: bold;
}

.cart-items2__notice-title:last-child {
  margin-bottom: 0;
}

.cart-items2__back {
  padding-top: 0.8em;
}

.cart-line {
  padding-left: 25px;
}

.cart-line__container {
  position: relative;
  vertical-align: top;
}

.cart-line__container:hover .cart-line__order {
  display: block;
}

.cart-line__mini {
  vertical-align: middle;
}

.cart-line__mini:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  width: 16px;
  height: 14px;
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -100px 0px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .cart-line__mini:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.cart-line__mini-info {
  vertical-align: middle;
}

.cart-line__price {
  color: #919191;
  white-space: nowrap;
}

.cart-line__order {
  position: absolute;
  z-index: 1002;
  display: none;
  top: 100%;
  right: 0;
  padding-top: 15px;
  min-width: 500px;
}

.cart-line__order-holder {
  position: relative;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cart-line__order-holder:before {
  position: absolute;
  content: '';
  top: -15px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
}

.cart-line__detail {
  margin-bottom: 20px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ababab;
}

.cart-line__detail:last-child {
  margin-bottom: 0;
}

.cart-line__detail-row {
  display: table-row;
}

.cart-line__detail-photo {
  display: table-cell;
  width: 20%;
  padding: 10px 5px;
  vertical-align: middle;
}

.cart-line__img-link {
  display: inline-block;
  vertical-align: top;
}

.cart-line__img {
  display: block;
  max-width: 100%;
  min-width: 50px;
  max-height: 50px;
}

.cart-line__detail-name {
  display: table-cell;
  width: 40%;
  padding: 10px 5px;
  vertical-align: middle;
}

.cart-line__detail-amount {
  display: table-cell;
  width: 10%;
  padding: 10px 5px;
  vertical-align: middle;
}

.cart-line__detail-price {
  display: table-cell;
  width: 20%;
  padding: 10px 5px;
  vertical-align: middle;
}

.cart-line__detail-close {
  display: table-cell;
  width: 10%;
  padding: 10px 5px;
  vertical-align: middle;
  text-align: center;
}

.cart-line__close-btn {
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -40px 0px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .cart-line__close-btn {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.cart-line__detail-result {
  text-align: center;
}

.cart-line__detail-total {
  margin-bottom: 15px;
  font-size: 114.28571%;
  font-weight: bold;
}

.cart-line__detail-total:last-child {
  margin-bottom: 0;
}

.cart-line__cart-btn {
  margin: 0 10px 10px 10px;
}

.cart-line__checkout-btn {
  margin: 0 10px 10px 10px;
}

.cart-line.is-mobile {
  padding-left: 0;
}

.cart-line.is-mobile .cart-line__order {
  display: block;
}

.cart-line.is-mobile .cart-line__detail {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: -10px;
  width: auto;
}

.cart-line.is-mobile .cart-line__detail:first-child {
  margin-top: 0;
}

.cart-line.is-mobile .cart-line__detail:last-child {
  margin-bottom: 0;
}

.cart-line.is-mobile .cart-line__detail-btns {
  text-align: center;
}

.cart-line.is-mobile .cart-line__checkout-btn, .cart-line.is-mobile .cart-line__cart-btn {
  margin: 0;
  min-width: 290px;
}

.cart-line.is-mobile .cart-line__detail-name {
  padding-left: 0;
  width: 50%;
}

.cart-line.is-mobile .cart-line__detail-close {
  padding-right: 0;
}

@media screen and (max-width: 479px) {
  .cart-line.is-mobile .cart-line__detail-name {
    font-size: 90%;
  }
}

.cart-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 750px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid grey;
}

.cart-modal__holder {
  position: relative;
  padding: 40px 30px;
}

.cart-modal__head {
  margin-bottom: 20px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.cart-modal__head:last-child {
  margin-bottom: 0;
}

.cart-modal__head-content {
  display: table-row;
}

.cart-modal__head-title {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

.cart-modal__heading {
  font-size: 185.71429%;
}

.cart-modal__head-shopping {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: right;
}

.cart-modal__product {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 40px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.cart-modal__product:first-child {
  margin-top: 0;
}

.cart-modal__product:last-child {
  margin-bottom: 0;
}

.cart-modal__product:last-child {
  margin-bottom: 0;
}

.cart-modal__product-content {
  display: table-row;
}

.cart-modal__thumb {
  display: table-cell;
  width: 33%;
  padding-right: 10px;
  text-align: center;
  vertical-align: top;
}

.cart-modal__thumb-link {
  display: inline-block;
  padding: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid lightgrey;
  vertical-align: top;
}

.cart-modal__thumb-img {
  display: block;
  max-width: 100%;
}

.cart-modal__detail {
  display: table-cell;
  width: 34%;
  padding: 0 10px;
}

.cart-modal__name {
  margin-bottom: 15px;
}

.cart-modal__name:last-child {
  margin-bottom: 0;
}

.cart-modal__name-link {
  text-decoration: underline;
}

.cart-modal__name-link:hover {
  text-decoration: none;
}

.cart-modal__option {
  margin-bottom: 10px;
}

.cart-modal__option:last-child {
  margin-bottom: 0;
}

.cart-modal__amount-label {
  display: inline-block;
  vertical-align: middle;
}

.cart-modal__amount-counter {
  display: inline-block;
  vertical-align: middle;
}

.cart-modal__checkout {
  display: table-cell;
  width: 33%;
  padding-left: 10px;
}

.cart-modal__price {
  margin-bottom: 20px;
}

.cart-modal__price:last-child {
  margin-bottom: 0;
}

.cart-modal__price-old {
  text-align: right;
  text-decoration: line-through;
  color: #c6c6c6;
}

.cart-modal__price-old .rub:before, .cart-modal__price-old .calculator-product__val > .weight:before, .cart-modal__price-old
.calculator-product__val > .metr:before, .cart-modal__price-old
.calculator-product__val > .pc:before {
  color: #c6c6c6;
}

.cart-modal__price-actual:after {
  content: '';
  display: block;
  clear: both;
}

.cart-modal__actual-title {
  float: left;
  width: 50%;
}

.cart-modal__actual-label {
  font-size: 114.28571%;
}

.cart-modal__actual-value {
  float: left;
  width: 50%;
  text-align: right;
  font-size: 128.57143%;
}

.cart-modal__cart-btn {
  margin-bottom: 10px;
  display: block;
  padding: 7px;
  text-align: center;
}

.cart-modal__cart-btn:last-child {
  margin-bottom: 0;
}

.cart-modal__order-btn {
  margin-bottom: 10px;
  display: block;
  padding: 7px;
  text-align: center;
}

.cart-modal__order-btn:last-child {
  margin-bottom: 0;
}

.cart-modal__close {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
}

.cart-modal__close-btn {
  cursor: pointer;
}

.cart-modal__close-btn:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.cart-modal__close-btn:before {
  font-size: 214.28571%;
  padding: .2em .4em;
}

.catalog-aside:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-aside.is-opened {
  z-index: 100;
}

.catalog-aside.is-opened .catalog-aside__first-level {
  float: none;
}

.catalog-aside.is-opened .catalog-aside__link-text,
.catalog-aside.is-opened .catalog-aside__qtty,
.catalog-aside.is-opened .catalog-aside__contain-marker {
  display: inline-block;
}

.catalog-aside.is-opened .catalog-aside__first-link.is-opening {
  text-align: inherit;
}

.catalog-aside.is-opened .catalog-aside__link-img {
  margin-right: 10px;
}

.catalog-aside.is-opened .is-opening:before,
.catalog-aside.is-opened .is-additional:before {
  margin-right: 10px;
}

.catalog-aside__link-text, .catalog-aside__qtty, .catalog-aside__contain-marker {
  display: none;
}

.catalog-aside__qtty {
  margin-left: 10px;
}

.catalog-aside__contain-marker {
  float: right;
}

.catalog-aside__contain-marker:after {
  content: "\2026";
  float: right;
  padding-left: 0.5em;
}

.catalog-aside__first-level {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.catalog-aside__first-level:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-aside__first-item {
  position: relative;
  background-color: #888;
  border: 1px solid white;
}

.catalog-aside__first-item.is-hide {
  display: none;
}

.catalog-aside__first-item.is-additional {
  position: relative;
}

.catalog-aside__first-link {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
  padding: 10px 15px;
  color: white;
}

.catalog-aside__first-link:visited {
  color: white;
}

.catalog-aside__first-link:hover {
  text-decoration: none;
  color: white;
}

.catalog-aside__first-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.catalog-aside__first-link.is-opening {
  font-size: 20px;
  text-align: center;
}

.catalog-aside__first-link.is-opening:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-aside__first-link.is-additional {
  font-size: 20px;
  text-align: center;
}

.catalog-aside__first-link.is-additional:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-aside__link-img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.catalog-aside__second-holder {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

.catalog-aside__second-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-aside__second-item {
  position: relative;
}

.catalog-aside__second-item:hover .catalog-aside__third-holder {
  display: block;
}

.catalog-aside__second-item.is-contain .catalog-aside__second-link {
  position: relative;
}

.catalog-aside__second-link {
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border: 1px solid white;
  position: relative;
  text-decoration: none;
  color: #333333;
}

.catalog-aside__second-link:visited {
  color: #333333;
}

.catalog-aside__second-link:hover, .catalog-aside__second-link:visited:hover {
  background-color: #bbb;
  color: #333333;
}

.catalog-aside__third-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 250px;
  z-index: 10;
}

.catalog-aside__third-item {
  position: relative;
}

.catalog-aside__third-item:hover .catalog-aside__fourth-holder {
  display: block;
}

.catalog-aside__third-item.is-hide {
  display: none;
}

.catalog-aside__third-link {
  position: relative;
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border: 1px solid white;
}

.catalog-aside__third-link:visited {
  color: #333333;
}

.catalog-aside__third-link:hover, .catalog-aside__third-link:visited:hover {
  background-color: #bbb;
  color: #333333;
}

.catalog-aside__third-link .catalog-aside__contain-marker {
  display: none;
}

.catalog-aside__fourth-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 250px;
  background-color: #ddd;
}

.catalog-aside__fourth-link {
  position: relative;
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border: 1px solid white;
}

.catalog-aside__fourth-link:visited {
  color: #333333;
}

.catalog-aside__fourth-link:hover, .catalog-aside__fourth-link:visited:hover {
  background-color: #bbb;
  color: #333333;
}

.catalog-aside__additional-holder {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1001;
  width: 100%;
  min-width: 150px;
}

.catalog-aside__additional-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-aside__additional-item {
  position: relative;
}

.catalog-aside__additional-item:hover .catalog-aside__third-holder {
  display: block;
}

.catalog-aside__additional-link {
  display: block;
  padding: 10px 15px;
  background-color: #888;
  border: 1px solid white;
  color: white;
  position: relative;
  text-decoration: none;
  color: white;
}

.catalog-aside__additional-link:visited {
  color: white;
}

.catalog-aside__additional-link:hover {
  text-decoration: none;
  color: white;
}

.catalog-aside__additional-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.catalog-aside__more-link {
  display: none;
  font-size: 90%;
  cursor: pointer;
}

.catalog-aside__more-link:hover {
  text-decoration: underline;
}

.catalog-aside__more-link.is-active {
  display: inline;
}

.catalog-aside__less-link {
  display: none;
  font-size: 90%;
  cursor: pointer;
}

.catalog-aside__less-link:hover {
  text-decoration: underline;
}

.catalog-aside__less-link.is-active {
  display: inline;
}

.catalog-aside__first-item.is-opened:after, .catalog-aside__second-item.is-opened:after, .catalog-aside__third-item.is-opened:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.catalog-aside.is-i-state.is-opened .catalog-aside__first-item:hover .catalog-aside__second-holder,
.catalog-aside.is-i-state.is-opened .catalog-aside__first-item:hover .catalog-aside__additional-holder,
.catalog-aside.is-i-state.is-opened .catalog-aside__first-item.is-hover .catalog-aside__second-holder,
.catalog-aside.is-i-state.is-opened .catalog-aside__first-item.is-hover .catalog-aside__additional-holder {
  display: block;
}

.catalog-aside.is-i-state .catalog-aside__first-item {
  position: relative;
}

.catalog-aside.is-i-state .catalog-aside__first-item.is-additional {
  position: relative;
}

.catalog-aside.is-i-state .catalog-aside__second-holder {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 20px;
  z-index: 10;
  min-width: 700px;
  background-color: #eee;
}

.catalog-aside.is-i-state .catalog-aside__second-holder:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-aside.is-i-state .catalog-aside__second-level {
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-aside.is-i-state .catalog-aside__second-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-aside.is-i-state .catalog-aside__second-item:first-child {
  margin-top: 0;
}

.catalog-aside.is-i-state .catalog-aside__second-item:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-i-state .catalog-aside__second-item.is-contain .catalog-aside__second-link:before {
  content: none;
}

.catalog-aside.is-i-state .catalog-aside__second-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: white;
  color: #333333;
}

.catalog-aside.is-i-state .catalog-aside__second-link:visited {
  color: white;
}

.catalog-aside.is-i-state .catalog-aside__second-link:hover {
  text-decoration: none;
  color: white;
}

.catalog-aside.is-i-state .catalog-aside__second-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.catalog-aside.is-i-state .catalog-aside__second-link:hover, .catalog-aside.is-i-state .catalog-aside__second-link:visited, .catalog-aside.is-i-state .catalog-aside__second-link:visited:hover {
  color: #333333;
}

.catalog-aside.is-i-state .catalog-aside__second-link .catalog-aside__contain-marker {
  display: none;
}

.catalog-aside.is-i-state .catalog-aside__third-holder, .catalog-aside.is-i-state .catalog-aside__fourth-holder {
  display: block;
  position: static;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.catalog-aside.is-i-state .catalog-aside__third-holder:first-child, .catalog-aside.is-i-state .catalog-aside__fourth-holder:first-child {
  margin-top: 0;
}

.catalog-aside.is-i-state .catalog-aside__third-holder:last-child, .catalog-aside.is-i-state .catalog-aside__fourth-holder:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-i-state .catalog-aside__fourth-holder {
  background: none;
  padding-left: 10px;
}

.catalog-aside.is-i-state .catalog-aside__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-aside.is-i-state .catalog-aside__third-item:first-child {
  margin-top: 0;
}

.catalog-aside.is-i-state .catalog-aside__third-item:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-i-state .catalog-aside__third-link, .catalog-aside.is-i-state .catalog-aside__fourth-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}

.catalog-aside.is-i-state .catalog-aside__third-link .catalog-aside__contain-marker, .catalog-aside.is-i-state .catalog-aside__fourth-link .catalog-aside__contain-marker {
  display: none;
}

.catalog-aside.is-z-state.is-opened .catalog-aside__first-item:hover .catalog-aside__second-holder,
.catalog-aside.is-z-state.is-opened .catalog-aside__first-item:hover .catalog-aside__additional-holder,
.catalog-aside.is-z-state.is-opened .catalog-aside__first-item.is-hover .catalog-aside__second-holder,
.catalog-aside.is-z-state.is-opened .catalog-aside__first-item.is-hover .catalog-aside__additional-holder {
  display: block;
}

.catalog-aside.is-z-state .catalog-aside__first-item {
  position: relative;
}

.catalog-aside.is-z-state .catalog-aside__first-item.is-additional {
  position: relative;
}

.catalog-aside.is-z-state .catalog-aside__second-holder {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 20px;
  z-index: 10;
  min-width: 700px;
  background-color: #eee;
}

.catalog-aside.is-z-state .catalog-aside__second-level {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -1.5625%;
}

.catalog-aside.is-z-state .catalog-aside__second-level:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-aside.is-z-state .catalog-aside__second-item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
}

.catalog-aside.is-z-state .catalog-aside__second-item:nth-child(3n+1) {
  clear: left;
}

.catalog-aside.is-z-state .catalog-aside__second-item.is-contain .catalog-aside__second-link:before {
  content: none;
}

.catalog-aside.is-z-state .catalog-aside__second-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: white;
  color: #333333;
}

.catalog-aside.is-z-state .catalog-aside__second-link:visited {
  color: white;
}

.catalog-aside.is-z-state .catalog-aside__second-link:hover {
  text-decoration: none;
  color: white;
}

.catalog-aside.is-z-state .catalog-aside__second-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.catalog-aside.is-z-state .catalog-aside__second-link:hover, .catalog-aside.is-z-state .catalog-aside__second-link:visited, .catalog-aside.is-z-state .catalog-aside__second-link:visited:hover {
  color: #333333;
}

.catalog-aside.is-z-state .catalog-aside__second-link .catalog-aside__contain-marker {
  display: none;
}

.catalog-aside.is-z-state .catalog-aside__third-holder {
  display: block;
  position: static;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-aside.is-z-state .catalog-aside__third-holder:first-child {
  margin-top: 0;
}

.catalog-aside.is-z-state .catalog-aside__third-holder:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-z-state .catalog-aside__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-aside.is-z-state .catalog-aside__third-item:first-child {
  margin-top: 0;
}

.catalog-aside.is-z-state .catalog-aside__third-item:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-z-state .catalog-aside__third-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}

.catalog-aside.is-t-state {
  position: relative;
}

.catalog-aside.is-t-state.is-opened .catalog-aside__first-item:hover .catalog-aside__second-holder,
.catalog-aside.is-t-state.is-opened .catalog-aside__first-item:hover .catalog-aside__additional-holder,
.catalog-aside.is-t-state.is-opened .catalog-aside__first-item.is-hover .catalog-aside__second-holder,
.catalog-aside.is-t-state.is-opened .catalog-aside__first-item.is-hover .catalog-aside__additional-holder {
  display: block;
}

.catalog-aside.is-t-state .catalog-aside__first-item {
  position: inherit;
}

.catalog-aside.is-t-state .catalog-aside__first-item.is-additional {
  position: relative;
}

.catalog-aside.is-t-state .catalog-aside__second-holder {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 20px;
  z-index: 10;
  min-width: 700px;
  background-color: #eee;
}

.catalog-aside.is-t-state .catalog-aside__second-level {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -1.5625%;
}

.catalog-aside.is-t-state .catalog-aside__second-level:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-aside.is-t-state .catalog-aside__second-item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
}

.catalog-aside.is-t-state .catalog-aside__second-item:nth-child(3n+1) {
  clear: left;
}

.catalog-aside.is-t-state .catalog-aside__second-item.is-contain .catalog-aside__second-link:before {
  content: none;
}

.catalog-aside.is-t-state .catalog-aside__second-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: white;
  color: #333333;
}

.catalog-aside.is-t-state .catalog-aside__second-link:visited {
  color: white;
}

.catalog-aside.is-t-state .catalog-aside__second-link:hover {
  text-decoration: none;
  color: white;
}

.catalog-aside.is-t-state .catalog-aside__second-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.catalog-aside.is-t-state .catalog-aside__second-link:hover, .catalog-aside.is-t-state .catalog-aside__second-link:visited, .catalog-aside.is-t-state .catalog-aside__second-link:visited:hover {
  color: #333333;
}

.catalog-aside.is-t-state .catalog-aside__second-link .catalog-aside__contain-marker {
  display: none;
}

.catalog-aside.is-t-state .catalog-aside__third-holder {
  display: block;
  position: static;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-aside.is-t-state .catalog-aside__third-holder:first-child {
  margin-top: 0;
}

.catalog-aside.is-t-state .catalog-aside__third-holder:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-t-state .catalog-aside__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-aside.is-t-state .catalog-aside__third-item:first-child {
  margin-top: 0;
}

.catalog-aside.is-t-state .catalog-aside__third-item:last-child {
  margin-bottom: 0;
}

.catalog-aside.is-t-state .catalog-aside__third-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}

.catalog-compare-button__link {
  padding: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 1;
}

.catalog-compare-button__link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
}

.catalog-compare-button__link.is-active:before, .catalog-compare-button__link.added:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
}

.catalog-compare-button.is-list .catalog-compare-button__text {
  display: none;
}

.catalog-compare-button.is-list .catalog-compare-button__link {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #eee;
}

.catalog-compare-button.is-list .catalog-compare-button__link.added {
  color: #eee;
  background-color: #000;
}

.catalog-compare-button.is-detail .catalog-compare-button {
  font-size: 85.71429%;
}

.catalog-compare-button.is-detail .catalog-compare-button__link {
  text-decoration: none;
  padding: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background-color: inherit;
  line-height: inherit;
}

.catalog-compare-button.is-detail .catalog-compare-button__link:before {
  margin-right: .5em;
}

.catalog-favor-button__link {
  position: relative;
  color: #7b7b7b;
}

.catalog-favor-button__link:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -60px 1px;
  position: absolute;
  left: -25px;
  top: 0;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-favor-button__link:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.catalog-favor-button__link.added:before, .catalog-favor-button__link.is-added:before {
  background-position: -140px 1px;
}

.catalog-favor-button.is-list .catalog-favor-button__text {
  display: none;
}

.catalog-favor-button.is-list .catalog-favor-button__link {
  position: absolute;
  right: 10px;
  top: 10px;
}

.catalog-favor-button.is-detail .catalog-favor-button {
  font-size: 85.71429%;
}

.catalog-favor-button.is-detail .catalog-favor-button__link {
  text-decoration: none;
  padding: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background-color: inherit;
  line-height: inherit;
}

.catalog-favor-button.is-detail .catalog-favor-button__link:before {
  margin-right: .5em;
}

.catalog-items {
  position: relative;
}

.catalog-items__cols {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -1.5625%;
  position: static;
  margin-top: -1.5625%;
}

.catalog-items__cols:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-items__col {
  margin: 0;
  margin-top: 1.5625%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

.catalog-items__col:nth-child(4n+1) {
  clear: left;
}

.catalog-items.is-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.catalog-items.is-slider .catalog-items__cols {
  margin-top: 0;
  margin-left: -20px;
}

.catalog-items.is-slider .catalog-items__col:nth-child(4n+1) {
  clear: none;
}

.catalog-items.is-slider .catalog-items__col {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 1px;
}

.catalog-items .slick-prev, .catalog-items .slick-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 27px;
  margin-top: -13px;
  background-image: url("/local/templates/metmo/css/../img/slider_arrows.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  background-color: transparent;
  overflow: hidden;
  text-indent: -2000px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-items .slick-prev, .catalog-items .slick-next {
    background-image: url("/local/templates/metmo/css/../img/slider_arrows@2x.png");
    -webkit-background-size: 39px 77px;
            background-size: 39px 77px;
  }
}

.catalog-items .slick-prev.slick-disabled, .catalog-items .slick-next.slick-disabled {
  opacity: 0.3;
}

.catalog-items .slick-prev {
  left: -10px;
}

.catalog-items .slick-prev:hover {
  background-position: 0px -50px;
}

.catalog-items .slick-next {
  right: -30px;
  background-position: -25px 0px;
}

.catalog-items .slick-next:hover {
  background-position: -25px -50px;
}

@media screen and (max-width: 1210px) {
  .catalog-items.is-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-items .slick-prev {
    left: 0;
  }
  .catalog-items .slick-next {
    right: -20px;
  }
}

.content-area .catalog-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-area .catalog-items ul li {
  margin: 0;
  padding: 0;
}

.catalog-items.is-3cols .catalog-items__cols {
  position: relative;
  margin-left: -2.08333%;
  margin-top: -2.08333%;
}

.catalog-items.is-3cols .catalog-items__cols:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-items.is-3cols .catalog-items__col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.catalog-items.is-3cols .catalog-items__col:nth-child(4n+1) {
  clear: none;
}

.catalog-items.is-3cols .catalog-items__col:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 767px) {
  .catalog-items.is-3cols .catalog-items__cols {
    position: relative;
    margin-left: -1.5625%;
    margin-top: -20px;
  }
  .catalog-items.is-3cols .catalog-items__cols:after {
    content: '';
    display: block;
    clear: left;
  }
  .catalog-items.is-3cols .catalog-items__col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
    margin-top: 20px;
  }
  .catalog-items.is-3cols .catalog-items__col:nth-child(3n+1) {
    clear: none;
  }
  .catalog-items.is-3cols .catalog-items__col:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 479px) {
  .catalog-items.is-3cols .catalog-items__col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
  .catalog-items.is-3cols .catalog-items__col:nth-child(2n+1) {
    clear: none;
  }
}

.catalog-items.is-3cols.is-slider .catalog-items__cols {
  margin-top: 0;
  margin-left: -20px;
}

.catalog-items.is-3cols.is-slider .catalog-items__col:nth-child(3n+1) {
  clear: none;
}

.catalog-items.is-3cols.is-slider .catalog-items__col:nth-child(2n+1) {
  clear: none;
}

.catalog-items.is-3cols.is-slider .catalog-items__col {
  margin-top: 0;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .catalog-items.is-3cols.is-slider .catalog-items__col {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .catalog-items.is-3cols.is-slider .catalog-items__col {
    width: 95%;
  }
}

.catalog-items.is-2cols .catalog-items__cols {
  position: relative;
  margin-left: -3.125%;
  margin-top: -3.125%;
}

.catalog-items.is-2cols .catalog-items__cols:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-items.is-2cols .catalog-items__col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.875%;
  margin-left: 3.125%;
  margin-top: 3.125%;
}

.catalog-items.is-2cols .catalog-items__col:nth-child(3n+1) {
  clear: none;
}

.catalog-items.is-2cols .catalog-items__col:nth-child(2n+1) {
  clear: left;
}

.catalog-items.is-2cols.is-slider .catalog-items__col:nth-child(2n+1) {
  clear: none;
}

.catalog-items.is-1cols .catalog-items__cols {
  margin-left: 0;
  margin-top: 0;
}

.catalog-items.is-1cols .catalog-items__col {
  float: none;
  width: auto;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-items.is-1cols .catalog-items__col:first-child {
  margin-top: 0;
}

.catalog-items.is-1cols .catalog-items__col:last-child {
  margin-bottom: 0;
}

.catalog-largelist__item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-largelist__item:first-child {
  margin-top: 0;
}

.catalog-largelist__item:last-child {
  margin-bottom: 0;
}

.catalog-largelist__plate {
  display: table;
  border: 1px solid #909090;
}

.catalog-largelist__plate:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-largelist__thumbnail {
  display: table-cell;
  width: 30%;
  max-width: 280px;
  min-width: 200px;
  padding: 15px;
}

.catalog-largelist__thumb-holder {
  padding: 4px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
}

.catalog-largelist__thumb-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.catalog-largelist__info {
  display: table-cell;
  padding: 15px 2% 15px 2%;
}

.catalog-largelist__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.catalog-largelist__stock:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-largelist__boolean {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  font-size: 14px;
}

.catalog-largelist__boolean-text:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-largelist__boolean-text::before {
  margin-right: 5px;
}

.catalog-largelist__amount {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
}

.catalog-largelist__rating-holder:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-largelist__category {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  font-size: 14px;
}

.catalog-largelist__rating {
  float: left;
  width: 50%;
}

.catalog-largelist__description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-largelist__description:first-child {
  margin-top: 0;
}

.catalog-largelist__description:last-child {
  margin-bottom: 0;
}

.catalog-largelist__mark {
  margin-top: 40px;
  margin-bottom: 40px;
}

.catalog-largelist__mark:first-child {
  margin-top: 0;
}

.catalog-largelist__mark:last-child {
  margin-bottom: 0;
}

.catalog-largelist__mark:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-largelist__favor {
  float: left;
  width: 50%;
}

.catalog-largelist__favor-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.catalog-largelist__favor-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-largelist__favor-link::before {
  margin-right: 5px;
  cursor: pointer;
}

.catalog-largelist__favor-link.is-active:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-largelist__favor-link.is-active:before {
  margin-right: 5px;
}

.catalog-largelist__compare {
  float: left;
  width: 50%;
}

.catalog-largelist__compare-link {
  text-decoration: none;
}

.catalog-largelist__compare-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-largelist__compare-link::before {
  margin-right: 5px;
}

.catalog-largelist__ui {
  display: table-cell;
  width: 25%;
  height: 100%;
  padding: 15px 2% 15px 2%;
  background: #f0f0f0;
}

.catalog-largelist__price {
  margin-bottom: 15px;
  font-weight: bold;
}

.catalog-largelist__price-label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: baseline;
  font-size: 16px;
}

.catalog-largelist__price-number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 30px;
}

.catalog-largelist__advantages-list {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.catalog-largelist__advantages-item {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-largelist__advantages-item:first-child {
  margin-top: 0;
}

.catalog-largelist__advantages-item:last-child {
  margin-bottom: 0;
}

.catalog-largelist__advantages-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-right: 5px;
}

.catalog-largelist__advantages-item.is-delivery:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
}

.catalog-largelist__advantages-item.is-pickup:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
}

.catalog-largelist__advantages-item.is-store:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
}

.catalog-largelist__order {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-largelist__order:first-child {
  margin-top: 0;
}

.catalog-largelist__order:last-child {
  margin-bottom: 0;
}

.catalog-largelist__order-btn {
  display: block;
  text-align: center;
  text-decoration: none;
}

.catalog-largelist__order-btn:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-largelist__order-btn::before {
  margin-right: 5px;
}

.catalog-largelist__fast-btn {
  display: block;
  text-align: center;
}

.catalog-list .select2-container {
  width: auto !important;
}

.catalog-list__item {
  border-bottom: 1px solid #909090;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.catalog-list__item:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-list__plate {
  position: relative;
  margin-left: -1.5625%;
}

.catalog-list__plate:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-list__thumbnail {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  text-align: center;
}

.catalog-list__info {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85.9375%;
  margin-left: 1.5625%;
}

.catalog-list__ui-holder {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  padding-top: 20px;
  text-align: center;
}

.catalog-list__thumb-holder {
  display: inline-block;
  padding: 3px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}

.catalog-list__thumb-img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.catalog-list__category {
  margin-bottom: 8px;
  font-size: 16px;
  font-style: italic;
}

.catalog-list__category-link {
  color: #999999;
}

.catalog-list__category-link:hover {
  color: #999999;
}

.catalog-list__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.catalog-list__description {
  margin-bottom: 10px;
  font-size: 15px;
}

.catalog-list__option-list.is-size {
  width: 120px;
}

.catalog-list__option-list.is-color {
  width: 50px;
}

.catalog-list__option-label {
  margin-right: .5em;
}

.catalog-list__options {
  position: relative;
  margin-left: -1.5625%;
}

.catalog-list__options:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-list__options-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.catalog-list__btns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-list__btns:first-child {
  margin-top: 0;
}

.catalog-list__btns:last-child {
  margin-bottom: 0;
}

.catalog-list__price {
  margin-bottom: 15px;
  font-size: 20px;
}

.catalog-list__order {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-list__order:first-child {
  margin-top: 0;
}

.catalog-list__order:last-child {
  margin-bottom: 0;
}

.catalog-list__order-btn {
  display: block;
  text-align: center;
}

.catalog-list__fast {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-list__fast:first-child {
  margin-top: 0;
}

.catalog-list__fast:last-child {
  margin-bottom: 0;
}

.catalog-list__fast-btn {
  display: block;
  text-align: center;
}

.catalog-plate {
  position: relative;
  max-width: 420px;
  min-width: 190px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadada;
  /* &.is-initiated:hover {
		z-index: 3;

		.catalog-plate {
			&__wrap {
				&:before {
					border: 1px solid #ccc;
					box-shadow: 0 7px 17px rgba(0, 0, 0, 0.27);
					transition: box-shadow .1s ease-in, bottom .2s;
				}
			}

			&__preview {
				opacity: 1;
				margin-top: -22px;
				transition: .2s margin-top linear, .2s opacity linear, .2s color;
			}

			&__footer {
				max-height: none;
				@include margin(20/20);
				padding-top: 20px;
				border-top: 1px solid #ccc;
			}
		}
	}
	*/
}

.catalog-plate__wrap {
  position: relative;
  padding: 15px 15px 20px;
}

.catalog-plate__wrap:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
}

.catalog-plate__articul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-plate__articul:first-child {
  margin-top: 0;
}

.catalog-plate__articul:last-child {
  margin-bottom: 0;
}

.catalog-plate__favor {
  position: absolute;
  right: 10px;
  top: 10px;
}

.catalog-plate__favor:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
}

.catalog-plate__favor.is-active:before {
  content: "";
}

.catalog-plate__favor-link {
  display: none;
}

.catalog-plate__preview {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  width: 182px;
  max-width: 90%;
  padding: 5px 10px;
  margin-top: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
  color: white;
  opacity: 0;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
}

.catalog-plate__preview:hover {
  background-color: #eee;
  color: black;
}

.catalog-plate__labels {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: left;
}

.catalog-plate__label span {
  display: inline-block;
  height: 18px;
  padding: 0 5px 2px;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  background-color: #0073b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.catalog-plate__label span:first-child {
  margin-top: 0;
}

.catalog-plate__label span:last-child {
  margin-bottom: 0;
}

.catalog-plate__label.is-new span {
  background-color: #0073b9;
  color: white;
}

.catalog-plate__label.is-hit span {
  background-color: #4b9d14;
  color: white;
}

.catalog-plate__label.is-best span {
  background-color: #fc3e02;
  color: white;
}

.catalog-plate__label.is-sale span {
  background-color: red;
  color: white;
}

.catalog-plate__category {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-plate__category:first-child {
  margin-top: 0;
}

.catalog-plate__category:last-child {
  margin-bottom: 0;
}

.catalog-plate__caption {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 2.85714em;
  overflow: hidden;
}

.catalog-plate__caption:first-child {
  margin-top: 0;
}

.catalog-plate__caption:last-child {
  margin-bottom: 0;
}

.catalog-plate__name {
  position: relative;
}

.catalog-plate__link {
  font-size: 133.33333%;
  color: #0b8bfb;
}

.catalog-plate__link._small {
  font-size: 93.33333%;
}

.catalog-plate__text {
  margin-top: 5px;
  font-size: 93.33333%;
  text-align: center;
}

.catalog-plate__footer {
  border-top: 1px solid #cccccd;
  padding-top: 15px;
  color: #7b7b7b;
  font-size: 10px;
}

.catalog-plate__prices {
  margin-top: 10px;
  width: 50%;
  float: left;
}

.catalog-plate__prices:first-child {
  margin-top: 0;
}

.catalog-plate__units {
  font-size: 10px;
  color: #7b7b7b;
}

.catalog-plate__old-price {
  position: relative;
  display: table;
  color: #b4bbc2;
  font-size: 107.14286%;
  font-weight: 400;
}

.catalog-plate__old-price:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  margin-top: 1px;
  left: -2px;
  right: -1px;
  background-color: #ccc;
}

.catalog-plate__price-and-buy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-plate__price-and-buy:first-child {
  margin-top: 0;
}

.catalog-plate__price-and-buy:last-child {
  margin-bottom: 0;
}

.catalog-plate__current-price {
  font-weight: 700;
  font-size: 128.57143%;
}

.catalog-plate__btns {
  width: 50%;
  float: right;
  text-align: center;
}

.catalog-plate__params {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-plate__params:first-child {
  margin-top: 0;
}

.catalog-plate__params:last-child {
  margin-bottom: 0;
}

.catalog-plate__param {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-plate__param:first-child {
  margin-top: 0;
}

.catalog-plate__param:last-child {
  margin-bottom: 0;
}

.catalog-plate__param.is-prop-krasnaya_stroka {
  color: #fe2f00;
}

.catalog-plate__param.is-prop-krasnaya_stroka .catalog-plate__param-label {
  display: none;
}

.catalog-plate__param-label {
  font-weight: bold;
  margin-right: .5em;
}

.catalog-plate__buy {
  width: 100%;
  text-align: center;
}

.catalog-plate__fast-order {
  margin-top: 8px;
  color: #7b7b7b;
  font-size: 12px;
}

.catalog-plate__img-holder {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  height: 175px;
  overflow: hidden;
}

.catalog-plate__img-holder:last-child {
  margin-bottom: 0;
}

.catalog-plate__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.catalog-plate__middle-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-plate__middle-holder:first-child {
  margin-top: 0;
}

.catalog-plate__middle-holder:last-child {
  margin-bottom: 0;
}

.catalog-plate__middle-holder:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-plate__rating {
  float: left;
}

.catalog-plate__avail-text:after {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #28cc0e;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -1px;
}

.catalog-plate__options {
  position: relative;
  margin-left: -1.04167%;
}

.catalog-plate__options:after {
  content: '';
  display: block;
  clear: left;
}

.catalog-plate__options .select2-container {
  width: 100% !important;
}

.catalog-plate__options-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

html.touch .catalog-plate {
  z-index: 3;
}

html.touch .catalog-plate:before {
  bottom: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: -webkit-box-shadow .4s ease-in, bottom .2s;
       -o-transition: box-shadow .4s ease-in, bottom .2s;
          transition: box-shadow .4s ease-in, bottom .2s;
}

html.touch .catalog-plate__btns {
  position: relative;
  max-height: 100px;
  opacity: 1;
}

html.touch .catalog-plate__favor {
  opacity: 1;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

html.touch .catalog-plate__preview {
  display: none;
  opacity: 1;
  margin-top: -22px;
  -webkit-transition: .2s margin-top linear, .2s opacity linear, .2s color;
       -o-transition: .2s margin-top linear, .2s opacity linear, .2s color;
          transition: .2s margin-top linear, .2s opacity linear, .2s color;
}

html.touch .catalog-plate._mx240 {
  padding-bottom: 20px;
}

.catalog-plate._mx240 {
  padding-bottom: 50px;
}

.catalog-plate._mx240 .catalog-plate__buy {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.catalog-plate._mx240 .catalog-plate__fast-order {
  float: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.catalog-plate._mx240 .catalog-plate__favor-link {
  display: none;
}

.catalog-plate._mx240 .catalog-plate__favor:before {
  display: none;
}

.catalog-plate._mx240 .catalog-plate__preview {
  font-size: 100%;
}

.catalog-plate._mx190 .catalog-plate__preview {
  width: 160px;
  padding-left: 5px;
  padding-right: 5px;
}

.catalog-plate._mx190 .catalog-plate__old-price {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.catalog-plate._mx190 .catalog-plate__current-price {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.catalog-pricelist {
  /* Block counter-input styles for table */
}

.catalog-pricelist__items {
  width: 100%;
  border-collapse: collapse;
}

.catalog-pricelist__title {
  text-decoration: none;
}

.catalog-pricelist__header-text {
  position: relative;
  text-decoration: none;
}

.catalog-pricelist__header-text.is-sortable {
  border-bottom: 1px dotted gray;
  cursor: pointer;
}

.catalog-pricelist__header-text.is-sortable:hover {
  border-bottom: none;
}

.catalog-pricelist__header-text.is-sorted-up, .catalog-pricelist__header-text.is-sorted-down {
  margin-right: 15px;
}

.catalog-pricelist__header-text.is-sorted-up:after, .catalog-pricelist__header-text.is-sorted-down:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: -15px;
  top: 2px;
}

.catalog-pricelist__header-text.is-sorted-down:after {
  content: "";
}

.catalog-pricelist__th {
  font-size: 90%;
  padding: 20px 10px;
  text-align: left;
  font-weight: bold;
  background: #ececec;
}

.catalog-pricelist__th:first-child {
  padding-left: 20px;
}

.catalog-pricelist__th:last-child {
  padding-right: 20px;
}

.catalog-pricelist__td {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.catalog-pricelist__td:first-child {
  padding-left: 20px;
}

.catalog-pricelist__td:last-child {
  padding-right: 20px;
}

.catalog-pricelist__th.is-col-price {
  text-align: right;
}

.catalog-pricelist__td.is-col-price {
  text-align: right;
  position: relative;
  min-width: 100px;
  font-weight: bold;
}

.catalog-pricelist .is-col-prop-diametr {
  text-align: right;
}

.catalog-pricelist .is-col-qtty {
  width: 100px;
}

.catalog-pricelist .is-col-btn {
  text-align: right;
}

.catalog-pricelist__old-price {
  text-decoration: line-through;
  font-size: 80%;
  font-weight: normal;
  color: gray;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
}

.catalog-pricelist__sort {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 20px;
  margin-top: -12px;
}

.catalog-pricelist__sort:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-pricelist__sort:before {
  font-size: 10px;
}

.catalog-pricelist__sort.is-up:before {
  content: "";
}

.catalog-pricelist__btn-buy {
  display: inline-block;
  vertical-align: middle;
}

.catalog-pricelist__btn-fastbuy {
  display: inline-block;
  text-decoration: none;
  color: gray;
  width: 50px;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
}

.catalog-pricelist .counter-input__holder {
  margin-right: 0;
}

.catalog-pricelist .counter-input__input[type="text"] {
  width: 45px;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 2px;
}

.catalog-pricelist .counter-input__up, .catalog-pricelist .counter-input__down {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
}

.catalog-pricelist__not-available {
  text-align: right;
  display: block;
  color: #888888;
}

.catalog-pricelist__labels {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.catalog-pricelist__label {
  font-weight: bold;
  font-size: 10px;
  color: white;
  background: #0073b9;
  padding: 1px 5px;
  text-transform: uppercase;
  float: left;
  clear: left;
  margin: 2px 0;
}

.catalog-pricelist__label.is-new {
  background: #0073b9;
}

.catalog-pricelist__label.is-hit {
  background: #4b9d14;
}

.catalog-pricelist__label.is-best {
  background: #fc3e02;
}

@media screen and (max-width: 767px) {
  .catalog-pricelist {
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: scroll;
  }
  .catalog-pricelist__items {
    min-width: 568px;
  }
  .catalog-pricelist__th, .catalog-pricelist__td, .catalog-pricelist__th:first-child, .catalog-pricelist__td:first-child, .catalog-pricelist__th:last-child, .catalog-pricelist__td:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.catalog-reviews__feedback-item {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}

.catalog-reviews__feedback-item:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-reviews__feedback-info {
  float: left;
  width: 250px;
}

.catalog-reviews__feedback-personal {
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-reviews__feedback-personal:first-child {
  margin-top: 0;
}

.catalog-reviews__feedback-personal:last-child {
  margin-bottom: 0;
}

.catalog-reviews__feedback-name {
  font-size: 150%;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-reviews__feedback-name:first-child {
  margin-top: 0;
}

.catalog-reviews__feedback-name:last-child {
  margin-bottom: 0;
}

.catalog-reviews__feedback-text {
  overflow: hidden;
}

.catalog-reviews__form-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.catalog-reviews__form-section:first-child {
  margin-top: 0;
}

.catalog-reviews__form-section:last-child {
  margin-bottom: 0;
}

.catalog-sorter {
  background: #f4f5f8;
  padding: 20px 30px;
}

.catalog-sorter:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-sorter__sort-by, .catalog-sorter__count-by {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}

.catalog-sorter__sort-by {
  float: left;
}

.catalog-sorter__count-by {
  float: right;
}

.catalog-sorter__sort-by-title, .catalog-sorter__count-by-title {
  font-weight: normal;
  float: left;
  margin-right: 10px;
}

.catalog-sorter__sort-by-items, .catalog-sorter__count-by-items {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-sorter__sort-by-item, .catalog-sorter__count-by-item {
  float: left;
  margin: 0px 5px;
}

.catalog-sorter__sort-by-item:first-child, .catalog-sorter__count-by-item:first-child {
  margin-left: 0px;
}

.catalog-sorter__sort-by-item:last-child, .catalog-sorter__count-by-item:last-child {
  margin-right: 0px;
}

.catalog-sorter__sort-by-link, .catalog-sorter__count-by-link {
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
  color: #666;
  position: relative;
}

.catalog-sorter__sort-by-link:hover, .catalog-sorter__sort-by-link.is-active, .catalog-sorter__count-by-link:hover, .catalog-sorter__count-by-link.is-active {
  text-decoration: none;
  color: #000000;
}

.catalog-sorter__sort-by-link:hover.is-up, .catalog-sorter__sort-by-link:hover.is-down, .catalog-sorter__sort-by-link.is-active.is-up, .catalog-sorter__sort-by-link.is-active.is-down, .catalog-sorter__count-by-link:hover.is-up, .catalog-sorter__count-by-link:hover.is-down, .catalog-sorter__count-by-link.is-active.is-up, .catalog-sorter__count-by-link.is-active.is-down {
  margin-right: 15px;
}

.catalog-sorter__sort-by-link:hover.is-up:after, .catalog-sorter__sort-by-link:hover.is-down:after, .catalog-sorter__sort-by-link.is-active.is-up:after, .catalog-sorter__sort-by-link.is-active.is-down:after, .catalog-sorter__count-by-link:hover.is-up:after, .catalog-sorter__count-by-link:hover.is-down:after, .catalog-sorter__count-by-link.is-active.is-up:after, .catalog-sorter__count-by-link.is-active.is-down:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: -15px;
  top: 1px;
}

.catalog-sorter__sort-by-link:hover.is-down:after, .catalog-sorter__sort-by-link.is-active.is-down:after, .catalog-sorter__count-by-link:hover.is-down:after, .catalog-sorter__count-by-link.is-active.is-down:after {
  content: "";
}

.catalog-sorter__show-type {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-sorter__show-type-item {
  float: left;
  margin: 0px 5px;
}

.catalog-sorter__show-type-item:first-child {
  margin-left: 0px;
}

.catalog-sorter__show-type-item:last-child {
  margin-right: 0px;
}

.catalog-sorter__show-type-link {
  color: #666;
  cursor: pointer;
}

.catalog-sorter__show-type-link.list-type:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-sorter__show-type-link.tiles-type:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-sorter__show-type-link.table-type:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-sorter__show-type-link.is-active {
  color: #000000;
}

.catalog-subsections__list {
  list-style: none;
  margin-right: -2em;
}

.catalog-subsections__item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 2em;
}

.catalog-subsections__link {
  display: block;
  color: #fe3e00;
}

.catalog-table {
  /* Block counter-input styles for table */
}

.catalog-table__items {
  width: 100%;
  border-collapse: collapse;
}

.catalog-table__title {
  font-weight: bold;
}

.catalog-table__title .sect {
  font-weight: normal;
}

.catalog-table__header-text {
  text-decoration: none;
}

.catalog-table__header-text.is-sortable {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.catalog-table__header-text.is-sortable:hover {
  border-bottom: none;
}

.catalog-table__header-text.is-sorted-up:after, .catalog-table__header-text.is-sorted-down:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: -17px;
  top: 2px;
}

.catalog-table__header-text.is-sorted-down:after {
  content: "";
}

.catalog-table__header-text-inner {
  border-bottom: 1px dotted gray;
}

.catalog-table__header-text-inner:hover {
  border-bottom: none;
}

.catalog-table__header-text-sort-wrapper {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.catalog-table__th {
  font-size: 90%;
  padding: 20px 10px;
  text-align: left;
  font-weight: bold;
  background: #ececec;
}

.catalog-table__th:first-child {
  padding-left: 20px;
}

.catalog-table__th:last-child {
  padding-right: 20px;
}

.catalog-table__td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.catalog-table__td:first-child {
  padding-left: 20px;
}

.catalog-table__td:last-child {
  padding-right: 20px;
}

.catalog-table__th.is-col-price {
  text-align: left;
}

.catalog-table__td.is-col-price {
  text-align: left;
  position: relative;
  min-width: 100px;
  font-weight: bold;
}

.catalog-table .is-col-prop-diametr {
  text-align: center;
}

.catalog-table .is-col-qtty {
  width: 100px;
}

.catalog-table .is-col-btn {
  text-align: right;
  min-width: 170px;
}

.catalog-table__old-price {
  text-decoration: line-through;
  font-size: 80%;
  font-weight: normal;
  color: gray;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
}

.catalog-table__sort {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 20px;
  margin-top: -12px;
}

.catalog-table__sort:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.catalog-table__sort:before {
  font-size: 10px;
}

.catalog-table__sort.is-up:before {
  content: "";
}

.catalog-table__btn-buy {
  display: inline-block;
  vertical-align: middle;
}

.catalog-table__btn-fastbuy {
  display: inline-block;
  text-decoration: none;
  color: gray;
  width: 50px;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
}

.catalog-table__prop-inline-title {
  display: none;
}

.catalog-table .counter-input__holder {
  margin-right: 0;
}

.catalog-table .counter-input__input[type="text"] {
  width: 45px;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 2px;
}

.catalog-table .counter-input__up, .catalog-table .counter-input__down {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
}

.catalog-table__not-available {
  text-align: right;
  display: block;
  color: #888888;
}

.catalog-table__labels {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.catalog-table__label {
  font-weight: bold;
  font-size: 10px;
  color: white;
  background: #0073b9;
  padding: 1px 5px;
  text-transform: uppercase;
  float: left;
  clear: left;
  margin: 2px 0;
}

.catalog-table__label.is-new {
  background: #0073b9;
}

.catalog-table__label.is-hit {
  background: #4b9d14;
}

.catalog-table__label.is-best {
  background: #fc3e02;
}

@media screen and (max-width: 1210px) {
  .catalog-table a.catalog-table__btn-fastbuy {
    display: none;
  }
  .catalog-table__labels {
    display: inline;
  }
  .catalog-table__label {
    float: none;
    clear: none;
  }
  .catalog-table .is-col-btn {
    min-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .catalog-table__items, .catalog-table__item, .catalog-table__td {
    display: block;
  }
  .catalog-table tbody {
    display: block;
  }
  .catalog-table__item {
    padding: 20px 15px;
    border-bottom: 1px solid #bcbcbc;
  }
  .catalog-table__td {
    padding: 0;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .catalog-table__td:first-child {
    margin-top: 0;
  }
  .catalog-table__td:last-child {
    margin-bottom: 0;
  }
  .catalog-table__td.is-empty {
    display: none;
  }
  .catalog-table__td:first-child {
    padding-left: 0;
  }
  .catalog-table__td:last-child {
    padding-right: 0;
  }
  .catalog-table__td.is-col-qtty {
    display: inline-block;
  }
  .catalog-table__td.is-col-btn {
    display: inline-block;
    float: right;
  }
  .catalog-table__td.is-col-price {
    text-align: left;
  }
  .catalog-table__td.is-col-prop-diametr {
    text-align: left;
  }
  .catalog-table__td.is-col-title {
    margin-bottom: 15px;
  }
  .catalog-table__header {
    display: none;
  }
  .catalog-table__labels {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .catalog-table__labels:first-child {
    margin-top: 0;
  }
  .catalog-table__labels:last-child {
    margin-bottom: 0;
  }
  .catalog-table a.catalog-table__btn-fastbuy {
    display: inline-block;
  }
  .catalog-table__prop-inline-title {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
    text-align: right;
    font-size: 13px;
  }
  .catalog-table__prop-inline-title:after {
    content: ':';
  }
  .catalog-table__price {
    font-size: 150%;
    line-height: 18.5px;
  }
  .catalog-table .counter-input__input[type="text"] {
    font-size: 16px;
  }
}

.catalog-tree__title {
  margin-bottom: 20px;
  font-size: 214.28571%;
  font-weight: bold;
}

.catalog-tree__title:last-child {
  margin-bottom: 0;
}

.catalog-tree__first-level {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-tree__first-item {
  margin: 0;
  padding: 10px 0 20px;
  border-top: 1px solid #eee;
}

.catalog-tree__first-link {
  float: left;
  font-size: 142.85714%;
  line-height: 20px;
  text-decoration: none;
  margin-right: 1.5625%;
}

.catalog-tree__second-holder {
  width: 110.9375%;
  margin-left: auto;
}

.catalog-tree__second-level:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-tree__second-item {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalog-tree__second-item:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-tree__second-item:first-child {
  border-top: none;
  padding-top: 0;
}

.catalog-tree__second-link {
  float: left;
  max-width: 31.94444%;
  font-size: 128.57143%;
  line-height: 20px;
  margin-right: 1.5625%;
}

.catalog-tree__third-holder {
  width: 65.27778%;
  margin-left: auto;
}

.catalog-tree__third-level {
  float: right;
  width: 100%;
  margin-top: -10px;
}

.catalog-tree__third-level:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-tree__third-item {
  float: left;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 90%;
  position: relative;
}

.catalog-tree__third-item:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid #eee;
  left: 20px;
  top: -10px;
  right: 0;
}

.catalog-tree__third-item:nth-child(2):before, .catalog-tree__third-item:nth-child(1):before {
  display: none;
}

.catalog-tree__third-item:nth-child(2n+1) {
  clear: left;
  padding-left: 0;
}

.catalog-tree__third-item:nth-child(2n+1):before {
  left: 0;
}

.cert-list__items {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -2.5%;
}

.cert-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.cert-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 2.5%;
}

.cert-list__item:nth-child(4n+1) {
  clear: left;
}

.cert-list__bg-holder {
  text-align: center;
}

.cert-list__bg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.cert-list__content-holder {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: .3s bottom;
       -o-transition: .3s bottom;
          transition: .3s bottom;
}

.cert-list__title {
  padding: 5px 10px 7px;
  text-align: center;
  font-weight: 600;
}

.cert-list__cert-link {
  position: relative;
  display: block;
}

.cert-list__cert-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #eee;
  text-align: center;
  line-height: 20px;
  margin: auto;
  font-size: 24px;
  color: #999999;
}

.cert-list__cert-link:hover:before {
  display: block;
}

.checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-width: 14px;
  min-height: 14px;
  font-size: 14px;
  /*&:hover {
		.checkbox__text {
			text-decoration: underline;
		}
	}*/
}

.checkbox__check-holder {
  position: absolute;
  left: 0;
  top: -2px;
  height: 26px;
}

.checkbox__text {
  display: block;
  padding-left: 22px;
  font-size: 14px;
}

.checkbox.is-disabled {
  opacity: 0.3;
}

.checkbox-cols {
  font-size: 87.5%;
}

.checkbox-cols__cols {
  margin-left: -15px;
}

.checkbox-cols__cols:after {
  content: '';
  display: block;
  clear: both;
}

.checkbox-cols__cols.is-1col .checkbox-cols__col {
  width: 100%;
}

.checkbox-cols__cols.is-3col .checkbox-cols__col {
  width: 33.33%;
}

.checkbox-cols__cols.is-4col .checkbox-cols__col {
  width: 25%;
}

.checkbox-cols__col {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}

.checkbox-cols__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkbox-cols__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-cols__item:first-child {
  margin-top: 0;
}

.checkbox-cols__item:last-child {
  margin-bottom: 0;
}

.checkbox-cols__more-container {
  display: none;
  overflow: hidden;
}

.checkbox-cols__more-container.is-opened {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkbox-cols__visible-container {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkbox-cols__btn-holder {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.checkbox-cols__btn-holder:first-child {
  margin-top: 0;
}

.checkbox-cols__btn-holder:last-child {
  margin-bottom: 0;
}

.checkbox-cols__btn span:first-child {
  display: none;
}

.checkbox-cols__btn.is-opened span {
  display: none;
}

.checkbox-cols__btn.is-opened span:first-child {
  display: block;
}

.clients-list__items {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -2.5%;
}

.clients-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.clients-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 2.5%;
}

.clients-list__item:nth-child(4n+1) {
  clear: left;
}

.clients-list__bg-holder {
  text-align: center;
}

.clients-list__bg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clients-list__content-holder {
  -webkit-transition: .3s bottom;
       -o-transition: .3s bottom;
          transition: .3s bottom;
}

.clients-list__title {
  padding: 5px 10px 7px;
  text-align: center;
  font-weight: 600;
}

.company-contacts:after {
  content: '';
  display: block;
  clear: both;
}

.company-contacts__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.company-contacts__title:last-child {
  margin-bottom: 0;
}

.company-contacts__columns {
  position: relative;
  margin-left: -1.5625%;
}

.company-contacts__columns:after {
  content: '';
  display: block;
  clear: left;
}

.company-contacts__sidebar {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.company-contacts__content {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
}

.company-contacts__connect {
  margin-bottom: 70px;
}

.company-contacts__connect:last-child {
  margin-bottom: 0;
}

.company-contacts__connect-item {
  margin-bottom: 15px;
}

.company-contacts__connect-item:last-child {
  margin-bottom: 0;
}

.company-contacts__connect-label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
  font-weight: bold;
}

.company-contacts__map-holder {
  margin-bottom: 30px;
  height: 400px;
}

.company-contacts__map-holder:last-child {
  margin-bottom: 0;
}

.company-contacts__info {
  position: relative;
  margin-left: -1.5625%;
}

.company-contacts__info:after {
  content: '';
  display: block;
  clear: left;
}

.company-contacts__info-title {
  margin-bottom: 20px;
  font-size: 114.28571%;
  font-weight: bold;
}

.company-contacts__info-title:last-child {
  margin-bottom: 0;
}

.company-contacts__info-one {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.company-contacts__info-two {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.company-contacts__form-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.company-contacts__form-caption {
  font-weight: bold;
  font-size: 142.85714%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.company-contacts__form-caption:first-child {
  margin-top: 0;
}

.company-contacts__form-caption:last-child {
  margin-bottom: 0;
}

.compare-link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #888;
}

.compare-link__content {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.compare-link__title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  text-align: right;
  color: white;
}

.compare-link__title:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.compare-link__title::before {
  font-size: 18px;
  margin-right: .5em;
}

.compare-link__count {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
}

.compare-link__count-number {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: .5em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ccc;
  line-height: 20px;
  text-align: center;
  font-size: 75%;
  color: black;
}

.compare-list {
  padding: 10px;
  margin: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 90%;
  overflow: hidden;
  width: 300px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  z-index: 998;
}

.compare-list__items {
  margin-top: 30px;
  display: table;
  width: 100%;
}

.compare-list__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.compare-list__item:first-child {
  margin-top: 0;
}

.compare-list__item:last-child {
  margin-bottom: 0;
}

.compare-list__item-name {
  display: table-cell;
  width: 260px;
}

.compare-list__item-remove {
  display: table-cell;
  width: 40px;
}

.compare-result__header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid gray;
}

.compare-result__header:first-child {
  margin-top: 0;
}

.compare-result__header:last-child {
  margin-bottom: 0;
}

.compare-result__ui-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #f2f2f2;
  white-space: nowrap;
}

.compare-result__show-all {
  text-decoration: none;
  border-bottom: 1px dotted gray;
}

.compare-result__show-all.is-active {
  border-bottom-color: transparent;
  cursor: default;
}

.compare-result__show-different {
  text-decoration: none;
  border-bottom: 1px dotted gray;
}

.compare-result__show-different.is-active {
  border-bottom-color: transparent;
  cursor: default;
}

.compare-result__main {
  margin-top: 30px;
  margin-bottom: 30px;
}

.compare-result__main:first-child {
  margin-top: 0;
}

.compare-result__main:last-child {
  margin-bottom: 0;
}

.compare-result__table-holder {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compare-result__table.is-diff .compare-result__param-row {
  display: none;
  background-color: #fff;
}

.compare-result__table.is-diff .compare-result__param-row.is-different {
  display: table-row;
}

.compare-result__table.is-diff .compare-result__param-row.is-odd {
  background-color: #f2f2f2;
}

.compare-result__product-cell {
  border-right: 1px solid #c5c5c5;
}

.compare-result__product {
  padding: 20px 10px;
  min-width: 160px;
}

.compare-result__img-holder {
  text-align: center;
}

.compare-result__img {
  max-width: 100%;
  height: auto;
}

.compare-result__title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.compare-result__title:first-child {
  margin-top: 0;
}

.compare-result__title:last-child {
  margin-bottom: 0;
}

.compare-result__category {
  margin-top: 5px;
  margin-bottom: 5px;
}

.compare-result__category:first-child {
  margin-top: 0;
}

.compare-result__category:last-child {
  margin-bottom: 0;
}

.compare-result__category-link {
  font-style: italic;
}

.compare-result__name {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 125%;
}

.compare-result__name:first-child {
  margin-top: 0;
}

.compare-result__name:last-child {
  margin-bottom: 0;
}

.compare-result__param-name {
  padding-right: 30px;
}

.compare-result__prices {
  text-align: center;
  font-size: 125%;
}

.compare-result__btns {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.compare-result__btns:first-child {
  margin-top: 0;
}

.compare-result__btns:last-child {
  margin-bottom: 0;
}

.compare-result__btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.compare-result__btn:first-child {
  margin-top: 0;
}

.compare-result__btn:last-child {
  margin-bottom: 0;
}

.compare-result__param-cell {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #c5c5c5;
}

.compare-result__param-cell:first-child {
  text-align: left;
  border-right: none;
  width: 150px;
  min-width: 150px;
}

.compare-result__param-row:nth-child(2n) {
  background-color: #f2f2f2;
}

.compare-result__param-name {
  font-weight: bold;
}

.compare-result__remove {
  text-decoration: none;
}

.compare-result__remove:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  margin-right: .5em;
}

.compare-result__table-pinned {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  overflow: hidden;
}

.compare-result__table-pinned table {
  border-right: none;
  border-left: none;
  width: 100%;
}

.compare-result__table-pinned table th, .compare-result__table-pinned table td {
  white-space: nowrap;
}

.compare-result__table-scrollable {
  overflow: scroll;
  overflow-y: hidden;
  margin-left: 170px;
}

.compare-result__table-scrollable table {
  border-right: none;
  border-left: none;
  width: 100%;
}

.compare-result__table-scrollable table th, .compare-result__table-scrollable table td:first-child {
  display: none;
}

.compare-result__table-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-right: 1px solid #ccc;
}

.compare-result__empty {
  display: none;
}

.compare-result__empty.is-active {
  display: block;
}

.connect-widget__email {
  font-weight: bold;
}

.connect-widget__phone {
  font-weight: bold;
}

.contacts-detail:after {
  content: '';
  display: block;
  clear: both;
}

.contacts-detail__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.contacts-detail__title:last-child {
  margin-bottom: 0;
}

.contacts-detail__col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  margin: 0;
}

.contacts-detail__fields {
  margin-bottom: 20px;
}

.contacts-detail__fields:last-child {
  margin-bottom: 0;
}

.contacts-detail__fields:after {
  content: '';
  display: block;
  clear: both;
}

.contacts-detail__label {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-left: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.contacts-detail__label:last-child {
  margin-bottom: 0;
}

.contacts-detail__data {
  margin-bottom: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
}

.contacts-detail__data:last-child {
  margin-bottom: 0;
}

.contacts-detail__data.big-text {
  font-size: 142.85714%;
}

.contacts-detail__block {
  margin-top: 26.66667px;
  margin-bottom: 26.66667px;
}

.contacts-detail__block:first-child {
  margin-top: 0;
}

.contacts-detail__block:last-child {
  margin-bottom: 0;
}

.contacts-detail__block:after {
  content: '';
  display: block;
  clear: both;
}

.contacts-detail__header {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 171.42857%;
}

.contacts-detail__header:first-child {
  margin-top: 0;
}

.contacts-detail__header:last-child {
  margin-bottom: 0;
}

.contacts-detail__container, .contacts-detail__photo {
  margin-bottom: 1.5625%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  overflow: hidden;
}

.contacts-detail__container.big, .contacts-detail__photo.big {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 148.4375%;
  margin-left: 1.5625%;
}

.contacts-detail__img-link, .contacts-detail__map {
  display: block;
}

.contacts-detail__img {
  display: block;
  max-width: 100%;
}

.contacts-list__items {
  position: relative;
  margin-left: -1.04167%;
  margin-top: -1.5625%;
}

.contacts-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.contacts-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 3.125%;
}

.contacts-list__item:nth-child(4n+1) {
  clear: left;
}

.contacts-list__title {
  margin-bottom: 20px;
  font-size: 150%;
}

.contacts-list__title:last-child {
  margin-bottom: 0;
}

.contacts-list__title-link {
  font-weight: bold;
  text-decoration: underline;
}

.contacts-list__title-link:hover {
  text-decoration: none;
}

.contacts-list__phone {
  font-weight: bold;
}

.contacts-list__text {
  margin-bottom: 10px;
}

.contacts-list__text:last-child {
  margin-bottom: 0;
}

.contacts-list__worktime {
  margin-bottom: 20px;
}

.contacts-list__worktime:last-child {
  margin-bottom: 0;
}

.contacts-list__img {
  max-width: 100%;
  height: auto;
}

.contacts-list.is-3cols .contacts-list__items {
  position: relative;
  margin-left: -1.38889%;
  margin-top: -1.38889%;
}

.contacts-list.is-3cols .contacts-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.contacts-list.is-3cols .contacts-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.94444%;
  margin-left: 1.38889%;
  margin-top: 1.38889%;
}

.contacts-list.is-3cols .contacts-list__item:nth-child(4n+1) {
  clear: none;
}

.contacts-list.is-3cols .contacts-list__item:nth-child(3n+1) {
  clear: left;
}

.contacts-list.is-2cols .contacts-list__items {
  position: relative;
  margin-left: -2.08333%;
  margin-top: -2.08333%;
}

.contacts-list.is-2cols .contacts-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.contacts-list.is-2cols .contacts-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
  margin-top: 2.08333%;
}

.contacts-list.is-2cols .contacts-list__item:nth-child(3n+1) {
  clear: none;
}

.contacts-list.is-2cols .contacts-list__item:nth-child(2n+1) {
  clear: left;
}

.contacts-list.is-flat .contacts-list__items {
  margin-left: 0;
}

.contacts-list.is-flat .contacts-list__item {
  float: none;
  width: auto;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contacts-list.is-flat .contacts-list__item:first-child {
  margin-top: 0;
}

.contacts-list.is-flat .contacts-list__item:last-child {
  margin-bottom: 0;
}

.contacts-map__common-info {
  position: relative;
  margin-left: -0.83333%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-map__common-info:after {
  content: '';
  display: block;
  clear: left;
}

.contacts-map__common-info:first-child {
  margin-top: 0;
}

.contacts-map__common-info:last-child {
  margin-bottom: 0;
}

.contacts-map__common-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 19.16667%;
  margin-left: 0.83333%;
}

.contacts-map__common-label {
  font-weight: 700;
  margin-bottom: 10px;
}

.contacts-map__common-label:last-child {
  margin-bottom: 0;
}

.contacts-map__map-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-map__map-section:first-child {
  margin-top: 0;
}

.contacts-map__map-section:last-child {
  margin-bottom: 0;
}

.contacts-map__map-holder {
  height: 300px;
}

.contacts-map__map-title {
  font-size: 150%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contacts-map__map-title:first-child {
  margin-top: 0;
}

.contacts-map__map-title:last-child {
  margin-bottom: 0;
}

.contacts-map__plates-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-map__plates-section:first-child {
  margin-top: 0;
}

.contacts-map__plates-section:last-child {
  margin-bottom: 0;
}

.contacts-map__form-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts-map__form-section:first-child {
  margin-top: 0;
}

.contacts-map__form-section:last-child {
  margin-bottom: 0;
}

.contacts-simple__plate {
  background: #f4f4f4;
  padding: 20px 2.08333%;
}

.contacts-simple__contacts {
  position: relative;
  margin-left: -2.08333%;
  margin-bottom: 40px;
}

.contacts-simple__contacts:after {
  content: '';
  display: block;
  clear: left;
}

.contacts-simple__contacts:last-child {
  margin-bottom: 0;
}

.contacts-simple__howto {
  position: relative;
  margin-left: -2.08333%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contacts-simple__howto:after {
  content: '';
  display: block;
  clear: left;
}

.contacts-simple__howto:first-child {
  margin-top: 0;
}

.contacts-simple__howto:last-child {
  margin-bottom: 0;
}

.contacts-simple__howto-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.contacts-simple__phones {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.58333%;
  margin-left: 2.08333%;
}

.contacts-simple__emails {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.58333%;
  margin-left: 2.08333%;
}

.contacts-simple__adresses {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.contacts-simple__desc {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.contacts-simple__map {
  height: 400px;
}

@media screen and (max-width: 767px) {
  .contacts-simple h4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .contacts-simple h4:first-child {
    margin-top: 0;
  }
  .contacts-simple h4:last-child {
    margin-bottom: 0;
  }
  .contacts-simple p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .contacts-simple p:first-child {
    margin-top: 0;
  }
  .contacts-simple p:last-child {
    margin-bottom: 0;
  }
  .contacts-simple__map {
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contacts-simple__map.layout__overflow, .contacts-simple__map.personal-info__plate, .contacts-simple__map.layout__section-intro {
    margin-right: 30px;
    margin-left: 0;
  }
  .contacts-simple__plate {
    padding: 20px 15px;
  }
  .contacts-simple__contacts {
    position: relative;
    margin-left: -1.5625%;
    margin-bottom: 30px;
  }
  .contacts-simple__contacts:after {
    content: '';
    display: block;
    clear: left;
  }
  .contacts-simple__contacts:last-child {
    margin-bottom: 0;
  }
  .contacts-simple__howto {
    position: relative;
    margin-left: -1.5625%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contacts-simple__howto:after {
    content: '';
    display: block;
    clear: left;
  }
  .contacts-simple__howto:first-child {
    margin-top: 0;
  }
  .contacts-simple__howto:last-child {
    margin-bottom: 0;
  }
  .contacts-simple__howto-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
  }
  .contacts-simple__phones {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
  }
  .contacts-simple__emails {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
    clear: left;
    margin-top: 20px;
  }
  .contacts-simple__adresses {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
  }
  .contacts-simple__desc {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .contacts-simple__map {
    height: 300px;
  }
  .contacts-simple__howto {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contacts-simple__howto:first-child {
    margin-top: 0;
  }
  .contacts-simple__howto:last-child {
    margin-bottom: 0;
  }
  .contacts-simple__howto-item {
    float: none;
    margin-left: 0;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contacts-simple__howto-item:first-child {
    margin-top: 0;
  }
  .contacts-simple__howto-item:last-child {
    margin-bottom: 0;
  }
  .contacts-simple__contacts {
    margin-left: 0;
  }
  .contacts-simple__phones, .contacts-simple__emails, .contacts-simple__adresses, .contacts-simple__desc {
    float: none;
    margin-left: 0;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contacts-simple__phones:first-child, .contacts-simple__emails:first-child, .contacts-simple__adresses:first-child, .contacts-simple__desc:first-child {
    margin-top: 0;
  }
  .contacts-simple__phones:last-child, .contacts-simple__emails:last-child, .contacts-simple__adresses:last-child, .contacts-simple__desc:last-child {
    margin-bottom: 0;
  }
}

.contacts-tabs:after {
  content: '';
  display: block;
  clear: both;
}

.contacts-tabs__fields {
  margin-bottom: 10px;
}

.contacts-tabs__fields:last-child {
  margin-bottom: 0;
}

.contacts-tabs__fields:after {
  content: '';
  display: block;
  clear: both;
}

.contacts-tabs__data {
  text-align: center;
}

.contacts-tabs__data.big-text {
  font-size: 142.85714%;
}

.contacts-tabs__text {
  padding: 50px 40px;
}

.contacts-tabs__block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.contacts-tabs__map {
  display: inline-block;
  vertical-align: middle;
}

.contacts-tabs__img {
  display: block;
  max-width: 100%;
}

.contacts-tabs__tab-changers {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.contacts-tabs__tab-changers:last-child {
  margin-bottom: 0;
}

.contacts-tabs__link-holder {
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.contacts-tabs__link-holder.is-active {
  background-color: white;
  opacity: 1;
}

.contacts-tabs__link {
  text-transform: uppercase;
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  font-size: 133.33333%;
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ccc;
}

.contacts-tabs__tab {
  display: none;
  font-size: 93.33333%;
  background: #ccc;
}

.contacts-tabs__tab:after {
  content: '';
  display: block;
  clear: both;
}

.contacts-tabs__tab.is-active {
  display: block;
}

.counter-input {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.counter-input__holder {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.counter-input__input[type='text'] {
  display: inline-block;
  height: 30px;
  width: 70px;
  padding: 0 8px;
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.counter-input__up {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  width: 22px;
  height: 20px;
  margin-top: 5px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .counter-input__up {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.counter-input__down {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 20px;
  margin-top: 5px;
  margin-right: 7px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -15px 5px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .counter-input__down {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.counter-input__unit {
  display: inline-block;
  vertical-align: middle;
}

.counter-input__buy-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: #fe3e00;
  color: white;
}

.counter-input__buy-btn:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.counter-input__buy-btn:before {
  margin-left: -2px;
  line-height: 30px;
  font-size: 18px;
}

.counter-input__buy-btn:hover {
  background-color: #ff8b65;
  color: white;
}

.counter-input__change-measure {
  border-bottom: 1px dashed gray;
  cursor: pointer;
}

.counter-input__change-measure:hover {
  border-bottom-style: solid;
}

.counter-input.is-no-input {
  padding-bottom: 3px;
  font-size: 120%;
  font-weight: normal;
}

.dealers-list__item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dealers-list__item:first-child {
  margin-top: 0;
}

.dealers-list__item:last-child {
  margin-bottom: 0;
}

.dealers-list__dealer-card:after {
  content: '';
  display: block;
  clear: both;
}

.dealers-list__photo-col {
  float: left;
  max-width: 30%;
  margin-right: 20px;
}

.dealers-list__photo {
  max-width: 100%;
  height: auto;
}

.dealers-list__description-col {
  overflow: hidden;
}

.dealers-list__contact-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dealers-list__contact-holder:first-child {
  margin-top: 0;
}

.dealers-list__contact-holder:last-child {
  margin-bottom: 0;
}

.dealers-list__contact-label {
  font-weight: bold;
  margin-right: 1.5em;
}

.dealers-list__name {
  font-size: 150%;
  font-weight: 700;
}

.dealers-list__phone {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dealers-list__phone:first-child {
  margin-top: 0;
}

.dealers-list__phone:last-child {
  margin-bottom: 0;
}

.dealers-list__description-holder {
  margin-top: 40px;
  margin-bottom: 20px;
}

.dealers-list__description-holder:first-child {
  margin-top: 0;
}

.dealers-list__description-holder:last-child {
  margin-bottom: 0;
}

.dealers-tiles__items {
  position: relative;
  margin-left: -1.04167%;
  margin-top: -1.5625%;
}

.dealers-tiles__items:after {
  content: '';
  display: block;
  clear: left;
}

.dealers-tiles__item {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
}

.dealers-tiles__item:nth-child(2n+1) {
  clear: left;
}

.dealers-tiles__dealer-card:after {
  content: '';
  display: block;
  clear: both;
}

.dealers-tiles__photo-col {
  float: left;
  max-width: 30%;
  margin-top: 10px;
  margin-right: 30px;
}

.dealers-tiles__photo {
  max-width: 100%;
  height: auto;
}

.dealers-tiles__description-col {
  overflow: hidden;
}

.dealers-tiles__contact-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dealers-tiles__contact-holder:first-child {
  margin-top: 0;
}

.dealers-tiles__contact-holder:last-child {
  margin-bottom: 0;
}

.dealers-tiles__contact-label {
  font-weight: bold;
  margin-right: 10px;
}

.dealers-tiles__name {
  font-size: 150%;
  font-weight: 700;
}

.dealers-tiles__description-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dealers-tiles__description-holder:first-child {
  margin-top: 0;
}

.dealers-tiles__description-holder:last-child {
  margin-bottom: 0;
}

.docs-block {
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.docs-block__bg-holder {
  text-align: center;
}

.docs-block__bg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.docs-block__content-holder {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: .3s bottom;
       -o-transition: .3s bottom;
          transition: .3s bottom;
}

.docs-block__title {
  padding: 5px 10px 7px;
  text-align: center;
  font-weight: 600;
}

.docs-block:hover .client-block__content-holder {
  bottom: 0;
}

.edit-personal__title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 200%;
  line-height: normal;
  font-weight: bold;
}

.edit-personal__title:first-child {
  margin-top: 0;
}

.edit-personal__title:last-child {
  margin-bottom: 0;
}

.edit-personal__plate {
  padding: 20px 20px 10px;
  background-color: #eee;
}

.edit-personal__personal-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.edit-personal__personal-info:first-child {
  margin-top: 0;
}

.edit-personal__personal-info:last-child {
  margin-bottom: 0;
}

.edit-personal__address-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.edit-personal__address-info:first-child {
  margin-top: 0;
}

.edit-personal__address-info:last-child {
  margin-bottom: 0;
}

.edit-personal__legal-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.edit-personal__legal-info:first-child {
  margin-top: 0;
}

.edit-personal__legal-info:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .edit-personal__plate {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

.faq-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list__item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-list__item:first-child {
  margin-top: 0;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-list__question {
  font-size: 114.28571%;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.faq-list__answer {
  padding: 10px 0 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-list__answer:first-child {
  margin-top: 0;
}

.faq-list__answer:last-child {
  margin-bottom: 0;
}

.faq-simple__item {
  margin-bottom: 20px;
}

.faq-simple__item:last-child {
  margin-bottom: 0;
}

.faq-simple__item.is-show .faq-simple__title {
  text-decoration: none;
}

.faq-simple__item.is-show .faq-simple__desc {
  max-height: 500px;
  -moz-transition: max-height 0.6s ease-in;
  -o-transition: max-height 0.6s ease-in;
  -webkit-transition: max-height 0.6s ease-in;
  -ms-transition: max-height 0.6s ease-in;
  transition: max-height 0.6s ease-in;
}

.faq-simple__title {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

.faq-simple__title:last-child {
  margin-bottom: 0;
}

.faq-simple__desc {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.6s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: max-height 0.6s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: max-height 0.6s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: max-height 0.6s cubic-bezier(0, 1, 0.5, 1);
  transition: max-height 0.6s cubic-bezier(0, 1, 0.5, 1);
}

.favorites-link__link {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.favorites-link__link:before {
  content: '';
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -60px 0px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 1px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .favorites-link__link:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.favorites-title {
  display: table;
}

.favorites-title__icon-holder {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.favorites-title__icon {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.favorites-title__icon:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 25px;
  line-height: 40px;
  color: white;
}

.favorites-title__content-holder {
  display: table-cell;
  vertical-align: middle;
}

.features-block__items {
  position: relative;
  margin-left: -1.5625%;
}

.features-block__items:after {
  content: '';
  display: block;
  clear: left;
}

.features-block__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 1.04167%;
}

.features-block__item:nth-child(4n+1) {
  clear: left;
}

.features-block__title {
  margin-bottom: 10px;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.features-block__description {
  text-align: center;
}

.features-block__img-holder {
  text-align: center;
}

.features-block__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  vertical-align: top;
}

.features-block.is-2cols .features-block__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.features-block.is-2cols .features-block__item:nth-child(2n+1) {
  clear: left;
}

.features-block.is-flat .features-block__items {
  margin-left: 0;
}

.features-block.is-flat .features-block__item {
  float: none;
  width: auto;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.features-block.is-flat .features-block__item:first-child {
  margin-top: 0;
}

.features-block.is-flat .features-block__item:last-child {
  margin-bottom: 0;
}

.feedback-wall__cols {
  position: relative;
  margin-left: -1.5625%;
}

.feedback-wall__cols:after {
  content: '';
  display: block;
  clear: left;
}

.feedback-wall__column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
}

.feedback-wall__item {
  margin-bottom: 20px;
  padding: 20px;
  background: #ECECEC;
}

.feedback-wall__item:last-child {
  margin-bottom: 0;
}

.feedback-wall__title {
  margin-bottom: 15px;
  font-size: 171.42857%;
  line-height: 1;
  font-weight: bold;
}

.feedback-wall__title:last-child {
  margin-bottom: 0;
}

.feedback-wall__meta {
  font-style: italic;
  margin-bottom: 10px;
}

.feedback-wall__meta:last-child {
  margin-bottom: 0;
}

.feedback-wall__description, .feedback-wall__description-full {
  margin-bottom: 30px;
}

.feedback-wall__description:last-child, .feedback-wall__description-full:last-child {
  margin-bottom: 0;
}

.feedback-wall__description-full {
  display: none;
}

.feedback-wall__readless {
  display: none;
}

.feedback-wall__item.is-expanded .feedback-wall__description, .feedback-wall__item.is-expanded .feedback-wall__readmore {
  display: none;
}

.feedback-wall__item.is-expanded .feedback-wall__description-full {
  display: block;
}

.feedback-wall__item.is-expanded .feedback-wall__readless {
  display: inline;
}

.filter-scale {
  color: black;
}

.filter-scale__inputs-holder {
  font-size: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.filter-scale__inputs-holder:first-child {
  margin-top: 0;
}

.filter-scale__inputs-holder:last-child {
  margin-bottom: 0;
}

.filter-scale__inputs-holder:after {
  content: '';
  display: block;
  clear: both;
}

.filter-scale__inputs-holder.is-hide {
  display: none;
}

.filter-scale__from {
  float: left;
}

.filter-scale__from span {
  margin-right: .5em;
}

.filter-scale__to {
  float: right;
}

.filter-scale__to span {
  margin-right: .5em;
}

.filter-scale__input[type="text"] {
  padding: 5px 10px;
  max-width: 100px;
  font-size: 100%;
  text-align: center;
}

.filter-scale__scale.ui-slider {
  height: 7px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  background-color: #9b9b9b;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
}

.filter-scale__scale.ui-slider .ui-slider-handle {
  width: 10px;
  height: 20px;
  margin-right: 0;
  margin-left: -5px;
  margin-top: -2px;
  border: none;
  background-image: url("/local/templates/metmo/css/../img/slider_handle.png");
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .filter-scale__scale.ui-slider .ui-slider-handle {
    background-image: url("/local/templates/metmo/css/../img/slider_handle@2x.png");
    -webkit-background-size: 10px 20px;
            background-size: 10px 20px;
  }
}

.filter-scale__scale.ui-slider .ui-slider-range {
  background-color: #fc3f00;
}

.filter-scale__scale-holder {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-scale__min-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
}

.filter-scale__max-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}

.filter-scale__units {
  padding-top: 5px;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .filter-scale__input[type="text"] {
    font-size: 16px;
  }
}

.floating-cart {
  display: none;
}

.floating-cart__floater {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background: #fffeec;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.floating-cart__icon {
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -120px 0;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .floating-cart__icon {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.floating-cart__counter {
  display: inline-block;
  vertical-align: middle;
  color: white;
  background: #fc3f00;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  padding-top: 3px;
}

.floating-cart__info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 1.1;
}

.floating-cart__title {
  font-size: 10px;
  text-transform: lowercase;
}

.floating-cart__total {
  font-weight: bold;
}

.floating-cart__total .rub, .floating-cart__total .calculator-product__val > .weight, .floating-cart__total
.calculator-product__val > .metr, .floating-cart__total
.calculator-product__val > .pc {
  font-size: inherit;
  color: black;
}

.floating-cart__empty {
  display: none;
}

.floating-cart__floater.is-empty .floating-cart__total, .floating-cart__floater.is-empty .floating-cart__title {
  display: none;
}

.floating-cart__floater.is-empty .floating-cart__empty {
  display: block;
}

.floating-cart__floater.is-wait {
  background: #fffeec url("/local/templates/metmo/css/../img/floating_cart_loader.svg") center center no-repeat;
}

.floating-cart__floater.is-wait .floating-cart__icon, .floating-cart__floater.is-wait .floating-cart__counter, .floating-cart__floater.is-wait .floating-cart__info, .floating-cart__floater.is-wait .floating-cart__empty {
  visibility: hidden;
}

.footer {
  color: #cccccc;
  background: #424242;
}

.footer__columns {
  position: relative;
  margin-left: -1.5625%;
}

.footer__columns:after {
  content: '';
  display: block;
  clear: left;
}

.footer__about {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

.footer__catalog {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.footer__contacts {
  margin-top: 40px;
}

.footer__contacts:first-child {
  margin-top: 0;
}

.footer__title {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}

.footer__title:first-child {
  margin-top: 0;
}

.footer__title:last-child {
  margin-bottom: 0;
}

.footer__top {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer__bottom {
  border-top: 1px solid #8f8f8f;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer__copyright {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.footer__agreement, .footer__privacy {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 10px;
}

.footer__agreement a, .footer__privacy a {
  color: #ccc;
}

.footer__agreement a:hover, .footer__privacy a:hover {
  text-decoration: none;
}

.footer__rights {
  display: block;
}

.footer__devs {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  margin-top: 10px;
  text-align: left;
}

.footer__devs-link {
  color: #cccccc;
  text-decoration: none;
  font-weight: bold;
}

.footer__social {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  margin-top: 10px;
}

.footer__social-list:after {
  content: '';
  display: block;
  clear: left;
}

.footer__social-item {
  float: left;
  margin-left: 15px;
}

.footer__social-item:first-child {
  margin-left: 0;
}

.footer__social-link {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("/local/templates/metmo/css/../img/social_icons.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer__social-link {
    background-image: url("/local/templates/metmo/css/../img/social_icons@2x.png");
    -webkit-background-size: 150px 50px;
            background-size: 150px 50px;
  }
}

.footer__social-link span {
  display: none;
}

.footer__social-link.icon-tw {
  background-position: 0px 0px;
}

.footer__social-link.icon-insta {
  background-position: -25px 0px;
}

.footer__social-link.icon-vk {
  background-position: -50px 0px;
}

.footer__social-link.icon-gplus {
  background-position: -75px 0px;
}

.footer__social-link.icon-ok {
  background-position: -100px 0px;
}

.footer__social-link.icon-fb {
  background-position: -125px 0px;
}

.footer__social-link.icon-tw:hover {
  background-position: 0px -25px;
}

.footer__social-link.icon-insta:hover {
  background-position: -25px -25px;
}

.footer__social-link.icon-vk:hover {
  background-position: -50px -25px;
}

.footer__social-link.icon-gplus:hover {
  background-position: -75px -25px;
}

.footer__social-link.icon-ok:hover {
  background-position: -100px -25px;
}

.footer__social-link.icon-fb:hover {
  background-position: -125px -25px;
}

.footer-mobile {
  background: #424242;
  padding: 20px 15px;
  color: #cccccc;
}

.footer-mobile__title {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}

.footer-mobile__title:first-child {
  margin-top: 0;
}

.footer-mobile__title:last-child {
  margin-bottom: 0;
}

.footer-mobile__contacts {
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-mobile__contacts:first-child {
  margin-top: 0;
}

.footer-mobile__contacts:last-child {
  margin-bottom: 0;
}

.footer-mobile__contacts p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-mobile__contacts p:first-child {
  margin-top: 0;
}

.footer-mobile__contacts p:last-child {
  margin-bottom: 0;
}

.footer-mobile__contacts a {
  color: white;
}

.footer-mobile__social {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-mobile__social:first-child {
  margin-top: 0;
}

.footer-mobile__social:last-child {
  margin-bottom: 0;
}

.footer-mobile__copyright {
  padding-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #696969;
}

.footer-mobile__devs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-mobile__devs:first-child {
  margin-top: 0;
}

.footer-mobile__devs:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: 700;
  margin-left: 20%;
  margin-right: 20px;
}

.forgotpasswd-form__title:first-child {
  margin-top: 0;
}

.forgotpasswd-form__title:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__plate {
  padding: 20px;
  background-color: #eee;
}

.forgotpasswd-form__node {
  color: #0b8bfb;
}

.forgotpasswd-form__node.error {
  color: #d30116;
}

.forgotpasswd-form__node.success {
  color: #00AA00;
}

.forgotpasswd-form__fields-list {
  display: table;
  width: 100%;
}

.forgotpasswd-form__field {
  display: table-row;
}

.forgotpasswd-form__field.is-error .forgotpasswd-form__error {
  display: block;
}

.forgotpasswd-form__field.is-none .forgotpasswd-form__none {
  display: block;
}

.forgotpasswd-form__field.js-pass-change {
  display: none;
}

.forgotpasswd-form__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.forgotpasswd-form__buttons:first-child {
  margin-top: 0;
}

.forgotpasswd-form__buttons:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px 0 0;
  width: 150px;
}

.forgotpasswd-form__label.is-captcha {
  padding-top: 93px;
}

.forgotpasswd-form__item {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.forgotpasswd-form__item:after {
  content: '';
  display: block;
  clear: both;
}

.forgotpasswd-form__item input[type='text'],
.forgotpasswd-form__item input[type='email'],
.forgotpasswd-form__item input[type='password'],
.forgotpasswd-form__item textarea {
  width: 100%;
}

.forgotpasswd-form__add-link {
  display: inline-block;
  margin-left: 1em;
}

.forgotpasswd-form__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.forgotpasswd-form__list.is-horizontal {
  margin: 0;
}

.forgotpasswd-form__list.is-horizontal .forgotpasswd-form__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.forgotpasswd-form__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.forgotpasswd-form__list-item:first-child {
  margin-top: 0;
}

.forgotpasswd-form__list-item:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__error {
  display: none;
  color: red;
}

.forgotpasswd-form__none {
  display: none;
  color: red;
}

.forgotpasswd-form__ok {
  display: none;
  margin-top: 5px;
}

.forgotpasswd-form__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.forgotpasswd-form__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.forgotpasswd-form__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.forgotpasswd-form__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
}

.forgotpasswd-form__link {
  display: inline-block;
  color: #0b8bfb;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.forgotpasswd-form__link:hover {
  text-decoration: none;
}

.forgotpasswd-form__captcha {
  display: table;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.forgotpasswd-form__captcha:first-child {
  margin-top: 0;
}

.forgotpasswd-form__captcha:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.forgotpasswd-form__captcha-img img {
  vertical-align: top;
}

.forgotpasswd-form__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.forgotpasswd-form__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.forgotpasswd-form__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.forgotpasswd-form__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.forgotpasswd-form__socials:first-child {
  margin-top: 0;
}

.forgotpasswd-form__socials:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.forgotpasswd-form__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.forgotpasswd-form__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.forgotpasswd-form__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.forgotpasswd-form__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.forgotpasswd-form__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.forgotpasswd-form__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.forgotpasswd-form__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.forgotpasswd-form__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.forgotpasswd-form__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.forgotpasswd-form .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.forgotpasswd-form__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 171.42857%;
  margin-bottom: 20px;
}

.forgotpasswd-form__field {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.forgotpasswd-form__field:first-child {
  margin-top: 0;
}

.forgotpasswd-form__field:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.forgotpasswd-form__label:first-child {
  margin-top: 0;
}

.forgotpasswd-form__label:last-child {
  margin-bottom: 0;
}

.forgotpasswd-form__item {
  display: block;
  padding: 0;
}

.forgotpasswd-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.forgotpasswd-form__message {
  float: none;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .fancybox-inner .forgotpasswd-form__plate {
    background-color: white;
  }
  .fancybox-inner .forgotpasswd-form__title {
    margin-right: 20px;
  }
}

.form-manager a {
  color: black;
}

.form-manager__plate {
  background: #f0f0f0;
  padding: 20px 0;
  position: relative;
  margin-left: -2.08333%;
  margin-left: 0;
}

.form-manager__plate:after {
  content: '';
  display: block;
  clear: left;
}

.form-manager__form {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
  border-right: 1px solid #dcdada;
  padding-right: 12.84722%;
}

.form-manager__manager {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
  position: relative;
}

.form-manager__manager:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.form-manager__manager-container {
  display: inline-block;
  width: 93.75%;
  vertical-align: middle;
}

.form-manager__title {
  font-size: 171.42857%;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-manager__title:last-child {
  margin-bottom: 0;
}

.form-manager__name {
  font-size: 142.85714%;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-manager__name:last-child {
  margin-bottom: 0;
}

.form-manager__job {
  margin-top: 5px;
  color: #666666;
}

.form-manager__job:first-child {
  margin-top: 0;
}

.form-manager__phone {
  font-size: 142.85714%;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-manager__phone:first-child {
  margin-top: 0;
}

.form-manager__phone:last-child {
  margin-bottom: 0;
}

.form-manager__photo {
  width: 65px;
  height: 65px;
  float: right;
  margin-left: 20px;
}

.form-manager__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.form-manager__email {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-manager__email:first-child {
  margin-top: 0;
}

.form-manager__email:last-child {
  margin-bottom: 0;
}

.form-manager__contact {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-manager__contact:first-child {
  margin-top: 0;
}

.form-manager__contact:last-child {
  margin-bottom: 0;
}

.form-manager__contact-label {
  color: #666666;
}

.form-manager__skype-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url("/local/templates/metmo/css/../img/skype_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .form-manager__skype-link:before {
    background-image: url("/local/templates/metmo/css/../img/skype_icon@2x.png");
    -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
  }
}

.form-manager .form-standart__fields-list {
  display: block;
  font-size: 0;
}

.form-manager .form-standart__personal-data-label {
  font-size: 14px;
}

.form-manager .form-standart__field {
  display: block;
}

.form-manager .form-standart__item {
  display: block;
}

.form-manager .form-standart__field:first-child,
.form-manager .form-standart__field:nth-child(2) {
  width: 47.91667%;
  margin-left: 3.125%;
  display: inline-block;
}

.form-manager .form-standart__field:first-child {
  margin-left: 0;
}

.form-manager .form-standart__message {
  margin-top: 1px;
  font-size: 12px;
  padding-left: 10px;
}

.form-manager .success-message {
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

@media screen and (max-width: 767px) {
  .form-manager__plate {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-manager__form {
    float: none;
    width: auto;
    margin-left: 0;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #dcdada;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .form-manager__manager {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .form-manager__manager:after {
    display: none;
  }
}

.form-manager__form .form-standart__field.is-personal-data {
  clear: both;
  text-align: left;
  width: 100% !important;
}

.form-manager__form .form-standart__field.is-personal-data .form-standart__inputs {
  display: inline-block;
  width: auto;
}

.form-manager__form .form-standart__field.is-personal-data .form-standart__message {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .form-manager__form .form-standart__field.is-personal-data .form-standart__message {
    margin-top: 0;
  }
}

.form-manager__form .form-standart__field.is-personal-data.is-none .form-standart__none {
  display: block;
}

.form-standart__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: bold;
  margin-left: 20%;
  margin-right: 20px;
}

.form-standart__title:first-child {
  margin-top: 0;
}

.form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart__subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

.form-standart__subtitle:first-child {
  margin-top: 0;
}

.form-standart__subtitle:last-child {
  margin-bottom: 0;
}

.form-standart__plate {
  padding: 25px 50px 30px 50px;
  background-color: #eee;
}

.fancybox-inner .form-standart__plate {
  background-color: white;
}

.form-standart__fields-title {
  font-weight: bold;
  font-size: 166.66667%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-standart__fields-title:last-child {
  margin-bottom: 0;
}

.form-standart__fields-title:first-child {
  margin-top: 0;
}

.form-standart__fields-desc {
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-standart__fields-desc:last-child {
  margin-bottom: 0;
}

.form-standart__fields-desc:first-child {
  margin-top: 0;
}

.form-standart__fields-list {
  display: table;
  width: 100%;
}

.form-standart__field {
  display: table-row;
}

.form-standart__field.is-error .form-standart__error {
  display: block;
}

.form-standart__field.is-none .form-standart__none {
  display: block;
}

.form-standart__field.js-pass-change, .form-standart__field.is-hidden {
  display: none;
}

.form-standart__field.js-pass-change.is-visible {
  display: table-row;
}

.form-standart__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart__buttons:first-child {
  margin-top: 0;
}

.form-standart__buttons:last-child {
  margin-bottom: 0;
}

.form-standart__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px 0 0;
  width: 150px;
}

.form-standart__label.is-captcha {
  padding-bottom: 1em;
  vertical-align: bottom;
}

.form-standart__item {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.form-standart__item:after {
  content: '';
  display: block;
  clear: both;
}

.form-standart__item input[type='text'],
.form-standart__item input[type='email'],
.form-standart__item input[type='password'],
.form-standart__item input[type='tel'],
.form-standart__item textarea {
  width: 100%;
}

.form-standart__item input[type='tel'] {
  width: 100%;
}

.form-standart__add-link {
  display: inline-block;
  margin-left: 1em;
}

.form-standart__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.form-standart__list.is-horizontal {
  margin: 0;
}

.form-standart__list.is-horizontal .form-standart__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.form-standart__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart__list-item:first-child {
  margin-top: 0;
}

.form-standart__list-item:last-child {
  margin-bottom: 0;
}

.form-standart__error {
  display: none;
  color: red;
}

.form-standart__none {
  display: none;
  color: red;
}

.form-standart__ok {
  display: none;
  margin-top: 5px;
}

.form-standart__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.form-standart__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.form-standart__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.form-standart__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
}

.form-standart__link {
  display: inline-block;
  color: #0b8bfb;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.form-standart__link:hover {
  text-decoration: none;
}

.form-standart__captcha {
  display: table;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart__captcha:first-child {
  margin-top: 0;
}

.form-standart__captcha:last-child {
  margin-bottom: 0;
}

.form-standart__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.form-standart__captcha-img img {
  vertical-align: top;
}

.form-standart__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.form-standart__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.form-standart__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.form-standart__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-standart__socials:first-child {
  margin-top: 0;
}

.form-standart__socials:last-child {
  margin-bottom: 0;
}

.form-standart__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.form-standart__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.form-standart__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.form-standart__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.form-standart__link-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart__link-items:first-child {
  margin-top: 0;
}

.form-standart__link-items:last-child {
  margin-bottom: 0;
}

.form-standart__link-item {
  display: inline-block;
}

.form-standart__link-item:before {
  content: ' | ';
  margin-left: .5em;
  margin-right: .5em;
}

.form-standart__link-item:first-child:before {
  content: none;
}

.form-standart .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.form-standart.is-auth .form-standart__label {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .form-standart .form-standart__title {
    margin-left: 0;
    margin-right: 0;
  }
  .form-standart .form-standart__field {
    display: block;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form-standart .form-standart__field:first-child {
    margin-top: 0;
  }
  .form-standart .form-standart__field:last-child {
    margin-bottom: 0;
  }
  .form-standart .form-standart__field.js-pass-change.is-visible {
    display: block;
  }
  .form-standart .form-standart__field.js-pass-change, .form-standart .form-standart__field.is-hidden {
    display: none;
  }
  .form-standart .form-standart__label {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form-standart .form-standart__label:first-child {
    margin-top: 0;
  }
  .form-standart .form-standart__label:last-child {
    margin-bottom: 0;
  }
  .form-standart .form-standart__label.is-empty {
    display: none;
  }
  .form-standart .form-standart__item {
    display: block;
    padding: 0;
  }
  .form-standart .form-standart__inputs {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .form-standart .form-standart__message {
    float: none;
    width: auto;
    max-width: none;
  }
  .form-standart .form-standart__plate {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .fancybox-inner .form-standart .form-standart__plate {
    margin-left: 0;
    margin-right: 0;
  }
  .form-standart .form-standart__title {
    font-size: 160%;
  }
  .fancybox-inner .form-standart .form-standart__title {
    margin-right: 20px !important;
  }
  .form-standart .form-standart__label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .form-standart .form-standart__field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-standart .form-standart__field:first-child {
    margin-top: 0;
  }
  .form-standart .form-standart__field:last-child {
    margin-bottom: 0;
  }
}

.form-standart.is-subscribe .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-subscribe .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-subscribe .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-subscribe .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-subscribe .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-subscribe .form-standart__field.js-pass-change, .form-standart.is-subscribe .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-subscribe .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-subscribe .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-subscribe .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-subscribe .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-subscribe .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-subscribe .form-standart__label {
  display: none;
}

.form-standart.is-subscribe .form-standart__item {
  padding-left: 0;
}

.form-standart.is-subscribe .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-subscribe .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-promo .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-promo .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-promo .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-promo .form-standart__field.js-pass-change, .form-standart.is-promo .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-promo .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-promo .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-promo .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-promo .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-promo .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-auth .form-standart__inputs {
  width: auto;
  float: none;
  max-width: none;
  margin-right: 0;
}

.form-standart.is-auth .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.form-standart.is-condensed-feedback .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-condensed-feedback .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-condensed-feedback .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-condensed-feedback .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-condensed-feedback .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-condensed-feedback .form-standart__field.js-pass-change, .form-standart.is-condensed-feedback .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-condensed-feedback .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-condensed-feedback .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-condensed-feedback .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-condensed-feedback .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-condensed-feedback .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-condensed-feedback .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-condensed-feedback .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-modal .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-modal .form-standart__label {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
  width: 70px;
}

.form-standart.is-modal .form-standart__inputs {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
}

.form-standart.is-modal .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-modal .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-modal .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-modal .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-contacts .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-contacts .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-contacts .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-contacts .form-standart__label {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
  width: 70px;
}

.form-standart.is-contacts .form-standart__inputs {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
}

.form-standart.is-contacts .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-contacts .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-pass-recovery .form-standart__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 185.71429%;
  font-weight: 400;
  margin-bottom: 20px;
}

.form-standart.is-pass-recovery .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-pass-recovery .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-pass-recovery .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-pass-recovery .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-pass-recovery .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-pass-recovery .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-pass-recovery .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-pass-recovery .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-pass-recovery .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-hor .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-hor .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-hor .form-standart__fields-list {
  text-align: center;
}

.form-standart.is-ver .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-ver .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-ver .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-ver .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-ver .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-ver .form-standart__field.js-pass-change, .form-standart.is-ver .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-ver .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-ver .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-ver .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-ver .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-ver .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-pla .form-standart__label {
  display: none;
}

.form-standart.is-pla .form-standart__item {
  padding-left: 0;
}

.form-standart.is-ver .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-ver .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-e2 .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-e2 .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-e3 .form-standart__inputs {
  width: auto;
  float: none;
  max-width: none;
  margin-right: 0;
}

.form-standart.is-e3 .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.form-standart.is-auth-form .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-auth-form .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-auth-form .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-auth-form .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-auth-form .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-auth-form .form-standart__field.js-pass-change, .form-standart.is-auth-form .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-auth-form .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-auth-form .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-auth-form .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-auth-form .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-auth-form .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-auth-form .form-standart__label {
  display: none;
}

.form-standart.is-auth-form .form-standart__item {
  padding-left: 0;
}

.form-standart.is-auth-form .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-auth-form .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-flat .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-flat .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-flat .form-standart__fields-list {
  text-align: center;
}

.form-standart.is-flat .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-flat .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-oneliner .form-standart__title {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-standart.is-oneliner .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-oneliner .form-standart__fields-list {
  text-align: center;
  width: auto;
  display: block;
  padding: 0 40px;
  position: relative;
  margin-left: -1.5625%;
}

.form-standart.is-oneliner .form-standart__fields-list:after {
  content: '';
  display: block;
  clear: left;
}

.form-standart.is-oneliner .form-standart__field {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0px 0 20px 20px;
  text-align: left;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.form-standart.is-oneliner .form-standart__field [type="text"], .form-standart.is-oneliner .form-standart__field [type="password"], .form-standart.is-oneliner .form-standart__field [type="email"], .form-standart.is-oneliner .form-standart__field [type="tel"] {
  height: 3em;
}

.form-standart.is-oneliner .form-standart__field.is-field-btn {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0px;
}

.form-standart.is-oneliner .form-standart__field.is-field-btn:first-child {
  margin-top: 0;
}

.form-standart.is-oneliner .form-standart__field.is-field-btn .form-standart__label {
  font-size: 0;
}

.form-standart.is-oneliner .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

.form-standart.is-oneliner .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-oneliner .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-oneliner .form-standart__fields-list {
  text-align: center;
}

.form-standart.is-oneliner .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-promo .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-promo .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-promo .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-promo .form-standart__field.js-pass-change, .form-standart.is-promo .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-promo .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-promo .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-promo .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-promo .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-promo .form-standart__title {
  font-size: 140%;
  margin-bottom: 20px;
}

.form-standart.is-promo .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-promo .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-promo .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-offer .form-standart__title {
  margin-left: 0;
  margin-right: 0;
}

.form-standart.is-offer .form-standart__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-standart.is-offer .form-standart__field:first-child {
  margin-top: 0;
}

.form-standart.is-offer .form-standart__field:last-child {
  margin-bottom: 0;
}

.form-standart.is-offer .form-standart__field.js-pass-change.is-visible {
  display: block;
}

.form-standart.is-offer .form-standart__field.js-pass-change, .form-standart.is-offer .form-standart__field.is-hidden {
  display: none;
}

.form-standart.is-offer .form-standart__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-standart.is-offer .form-standart__label:first-child {
  margin-top: 0;
}

.form-standart.is-offer .form-standart__label:last-child {
  margin-bottom: 0;
}

.form-standart.is-offer .form-standart__label.is-empty {
  display: none;
}

.form-standart.is-offer .form-standart__item {
  display: block;
  padding: 0;
}

.form-standart.is-offer .form-standart__title {
  font-size: 140%;
  margin-bottom: 20px;
}

.form-standart.is-offer .form-standart__title:last-child {
  margin-bottom: 0;
}

.form-standart.is-offer .form-standart__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.form-standart.is-offer .form-standart__message {
  float: none;
  width: auto;
  max-width: none;
}

.form-standart.is-offer .form-standart__field.is-field-btn .form-standart__label {
  display: none;
}

.form-standart__field.is-personal-data {
  clear: both;
  text-align: left;
  width: 100% !important;
}

.form-standart__field.is-personal-data .form-standart__inputs {
  display: inline-block;
  width: auto;
}

.form-standart__field.is-personal-data.is-none .form-standart__none {
  display: block;
}

.form-standart__field.is-personal-data.is-none .form-standart__inputs input {
  border: 1px solid red;
}

.fancybox-inner .form-standart__field.is-personal-data .form-standart__item {
  max-width: 410px;
  display: table;
}

.fancybox-inner .form-standart__field.is-personal-data .form-standart__message {
  text-align: center;
}

.fancybox-inner .form-standart__field.is-personal-data .form-standart__personal-data-label {
  font-size: 12px;
}

/*
.form-standart.is-promo {
	.form-standart {
		&__title {
		    font-size: 140%;
			@include mbot;
		}
	}
}
*/
.b-gallery-list {
  overflow: hidden;
}

.b-gallery-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -1.5625%;
  margin-top: -2.5%;
}

.b-gallery-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.b-gallery-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-top: 2.5%;
}

.b-gallery-list._mx600 .b-gallery-list__items {
  position: relative;
  margin-left: -1.38889%;
  margin-top: -3.3333%;
}

.b-gallery-list._mx600 .b-gallery-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.b-gallery-list._mx600 .b-gallery-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.94444%;
  margin-left: 1.38889%;
  margin-top: 3.3333%;
}

.b-gallery-list._mx600 .b-gallery-list__item:nth-child(4n+1) {
  clear: none;
}

.b-gallery-list._mx470 .b-gallery-list__items {
  position: relative;
  margin-left: -2.08333%;
  margin-top: -5%;
}

.b-gallery-list._mx470 .b-gallery-list__items:after {
  content: '';
  display: block;
  clear: left;
}

.b-gallery-list._mx470 .b-gallery-list__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
  margin-top: 5%;
}

.b-gallery-list._mx470 .b-gallery-list__item:nth-child(3n+1) {
  clear: none;
}

.b-gallery-list._mx300 .b-gallery-list__items {
  margin-left: 0;
  margin-top: 0;
}

.b-gallery-list._mx300 .b-gallery-list__item {
  float: none;
  width: auto;
  margin-left: 0;
  margin-top: 30px;
  text-align: center;
}

.b-gallery-list._mx300 .b-gallery-list__item:first-child {
  margin-top: 0;
}

.header__center {
  /*width: 95%;
		margin: 0 auto;
		max-width: $content-max-width; // That's where fluid becomes fixed
		position: relative;
		display: block;*/
}

.header__center:after {
  content: '';
  display: block;
  clear: both;
}

.header__top {
  min-height: 40px;
  background: white;
  border-bottom: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

.header__slogan {
  font-size: 12px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  float: left;
}

.header__top-links {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 1210px) {
  .header__top-links {
    width: 10.9375%;
    margin-left: 1.5625%;
  }
}

.header__top-service-links {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 1210px) {
  .header__top-service-links {
    width: 35.9375%;
    margin-left: 1.5625%;
  }
}

.header__top-service-link {
  display: inline-block;
  margin-left: 30px;
}

.header__top-service-link:first-child {
  margin-left: 0;
}

.header__columns {
  position: relative;
  margin-left: -1.5625%;
}

.header__columns:after {
  content: '';
  display: block;
  clear: left;
}

.header__logo-block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.header__calc-block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  margin-top: 40px;
  height: 40px;
  padding-left: 25px;
}

.header__calc-link {
  position: relative;
  display: inline-block;
  max-width: 150px;
}

.header__calc-link:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .header__calc-link:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.header__contacts {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  margin-top: 40px;
  height: 40px;
}

.header__basket {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  margin-top: 40px;
  height: 40px;
}

.header__search {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  margin-top: 40px;
}

.header__bottom {
  height: 60px;
  background: #424242;
}

.header__phone {
  font-size: 18px;
  font-weight: bold;
  color: #fc3f00;
  margin-top: -2px;
  line-height: 1.2;
}

.header-mobile {
  padding-top: 46px;
}

.header-mobile__line {
  height: 46px;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  background: #424242;
  z-index: 100;
}

.header-mobile.is-menu-opened .header-mobile__line {
  position: fixed;
}

.header-mobile__left {
  float: left;
}

.header-mobile__right {
  float: right;
}

.header-mobile__call, .header-mobile__search, .header-mobile__cart, .header-mobile__menu {
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: middle;
}

.header-mobile__call-link, .header-mobile__search-button, .header-mobile__cart-button, .header-mobile__menu-button {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.header-mobile__call-link.is-active, .header-mobile__search-button.is-active, .header-mobile__cart-button.is-active, .header-mobile__menu-button.is-active {
  background: white;
}

.header-mobile__cart-button {
  text-indent: -6px;
}

.header-mobile__cart-counter {
  width: 15px;
  height: 15px;
  position: absolute;
  color: white;
  background: #fe2f00;
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: 6px;
  top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
  text-indent: -1px;
}

.header-mobile__cart-empty {
  font-size: 150%;
  color: #999;
  text-align: center;
}

.header-mobile__catalog {
  display: inline-block;
  height: 46px;
  vertical-align: middle;
}

.header-mobile__catalog-button {
  display: inline-block;
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 46px;
  color: white;
  text-decoration: none;
}

.header-mobile__catalog-button:hover {
  color: white;
}

.header-mobile__catalog-button:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.header-mobile__catalog-button.is-active {
  background: white;
  color: black;
}

.header-mobile__catalog-holder, .header-mobile__call-holder, .header-mobile__search-holder, .header-mobile__cart-holder, .header-mobile__menu-holder {
  background: white;
  position: fixed;
  left: 0;
  top: 46px;
  right: 0;
  z-index: 100;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 15px;
  overflow-y: scroll;
}

.header-mobile__catalog-holder.is-active, .header-mobile__call-holder.is-active, .header-mobile__search-holder.is-active, .header-mobile__cart-holder.is-active, .header-mobile__menu-holder.is-active {
  display: block;
}

.header-mobile__catalog-holder.is-fullscreen, .header-mobile__call-holder.is-fullscreen, .header-mobile__search-holder.is-fullscreen, .header-mobile__cart-holder.is-fullscreen, .header-mobile__menu-holder.is-fullscreen {
  bottom: 0;
}

.header-mobile__catalog-holder {
  bottom: 0;
}

.header-mobile__menu-holder {
  bottom: 0;
}

.header-mobile__call-holder {
  text-align: center;
}

.header-mobile__plate-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-mobile__plate-item:first-child {
  margin-top: 0;
}

.header-mobile__plate-item:last-child {
  margin-bottom: 0;
}

.header-mobile__plate-section {
  border-bottom: 1px solid #858585;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.header-mobile__plate-section:first-child {
  padding-top: 0;
}

.header-mobile__plate-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.header-mobile__plate-horlink {
  display: inline-block;
  margin-left: 20px;
}

.header-mobile__plate-horlink:first-child {
  margin-left: 0;
}

.header-mobile__phone {
  font-size: 20px;
  width: 100%;
  padding-top: 9px;
}

.header-mobile__callback {
  color: #fe3e00;
}

.header-mobile__logo {
  background: white;
  padding: 15px;
}

.header-mobile__exit {
  margin-left: 20px;
}

.header-mobile__exit:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.header-mobile__exit:before {
  margin-right: 5px;
}

.icon-tiles__items {
  position: relative;
  margin-left: -1.5625%;
}

.icon-tiles__items:after {
  content: '';
  display: block;
  clear: left;
}

.icon-tiles__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.29167%;
  margin-left: 1.04167%;
  margin-bottom: 3.125%;
}

.icon-tiles__item:nth-child(3n+1) {
  clear: left;
}

.icon-tiles__item-wrap {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-tiles__icon-holder {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}

.icon-tiles__icon {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.icon-tiles__description-holder {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: auto;
}

.loader.is-fullscreen {
  display: none;
  position: fixed;
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -29px;
  z-index: 100000;
}

.loader .loader__item {
  position: absolute;
  background-color: black;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

.loader .loader__item-1 {
  left: 0;
  top: 23px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

.loader .loader__item-2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

.loader .loader__item-3 {
  top: 0;
  left: 23px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.loader .loader__item-4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

.loader .loader__item-5 {
  right: 0;
  top: 23px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

.loader .loader__item-6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

.loader .loader__item-7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

.loader .loader__item-8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}

body.loading:after {
  background: rgba(22, 50, 93, 0.36);
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}

body.loading .loader {
  display: block;
}

.logo-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logo-slider__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.logo-slider__slider {
  margin-left: 40px;
  margin-right: 40px;
  height: 105px;
}

.logo-slider__slide {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 105px;
  text-align: center;
}

.logo-slider__action {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  vertical-align: middle;
}

.logo-slider__action:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.logo-slider__image {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 150px;
  vertical-align: middle;
  margin: 0 auto;
}

.logo-slider .logo-slider__image {
  display: inline-block;
}

.logo-slider__arrows {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  padding: 0px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 100%;
  font-size: 357.14286%;
  font-weight: bold;
  cursor: pointer;
}

.logo-slider__arrow-left {
  left: -40px;
}

.logo-slider__arrow-left:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.logo-slider__arrow-right {
  right: -40px;
}

.logo-slider__arrow-right:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.logo-slider.noslider {
  display: table;
  width: 100%;
}

.logo-slider.noslider .logo-slider__slider {
  display: table-row;
}

.logo-slider.noslider .logo-slider__slide {
  display: table-cell;
}

.logo-slider.noslider .logo-slider__image {
  width: initial;
  min-width: 0%;
  min-height: 0%;
}

.menu-aside__common-header {
  background-color: #ccc;
}

.menu-aside__common-link {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 15px 20px 15px 52px;
  text-decoration: none;
}

.menu-aside__common-link:before {
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.menu-aside__first-holder {
  position: relative;
  z-index: 1001;
}

.menu-aside__first-level {
  counter-reset: firstlevel;
}

.menu-aside__first-item {
  position: relative;
  border-top: 1px solid white;
  background-color: #ddd;
  counter-increment: firstlevel;
}

.menu-aside__first-item.is-contain:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 1;
  height: 20px;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s;
       -o-transition: -o-transform .3s;
          transition: transform .3s;
}

.menu-aside__first-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}

.menu-aside__first-link:hover {
  opacity: 0.8;
}

.menu-aside__first-link.is-hide {
  display: none;
}

.menu-aside__second-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  border-left: 1px solid white;
}

.menu-aside__second-item {
  position: relative;
  border-top: 1px solid white;
  background-color: #ccc;
}

.menu-aside__second-item:first-child {
  border-top: none;
}

.menu-aside__second-item.is-contain:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 1;
  height: 20px;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s;
       -o-transition: -o-transform .3s;
          transition: transform .3s;
}

.menu-aside__second-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.menu-aside__second-link:hover {
  opacity: 0.8;
}

.menu-aside__third-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 300px;
  border-left: 1px solid white;
}

.menu-aside__third-item {
  position: relative;
  border-top: 1px solid white;
  background-color: #ddd;
}

.menu-aside__third-item:first-child {
  border-top: none;
}

.menu-aside__third-item.is-contain:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 20px;
  line-height: 1;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s;
       -o-transition: -o-transform .3s;
          transition: transform .3s;
}

.menu-aside__third-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.menu-aside__third-link:hover {
  opacity: 0.8;
}

.menu-aside__additional-holder {
  display: none;
}

.menu-aside__additional-holder.is-opened {
  display: block;
}

.menu-aside__additional-item {
  border-top: 1px solid white;
  background-color: #ccc;
}

.menu-aside__additional-item:first-child {
  border-top: none;
}

.menu-aside__additional-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 52px;
}

.menu-aside__additional-link:hover {
  opacity: 0.8;
}

.menu-aside__additional-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 31px;
  background-color: #f8c;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.menu-aside__custom-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.menu-aside__first-item.is-opened.is-contain:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-aside__first-item.is-opened .menu-aside__second-holder {
  display: block;
}

.menu-aside__second-item.is-opened.is-contain:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-aside__second-item.is-opened .menu-aside__third-holder {
  display: block;
}

.menu-aside__third-item.is-opened.is-contain:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-aside__third-item.is-opened .menu-aside__third-holder {
  display: block;
}

.menu-aside.no-js .menu-aside__first-item:hover .menu-aside__second-holder {
  display: block;
}

.menu-aside.no-js .menu-aside__second-item:hover .menu-aside__third-holder {
  display: block;
}

.menu-aside.is-z-state .menu-aside__first-level {
  position: relative;
}

.menu-aside.is-z-state .menu-aside__first-item {
  position: static;
}

.menu-aside.is-z-state .menu-aside__first-item:after {
  display: none;
}

.menu-aside.is-z-state .menu-aside__first-item.is-contain .menu-aside__first-link {
  position: relative;
}

.menu-aside.is-z-state .menu-aside__first-item.is-contain .menu-aside__first-link:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 1;
  height: 20px;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s;
       -o-transition: -o-transform .3s;
          transition: transform .3s;
}

.menu-aside.is-z-state .menu-aside__first-item.is-opened.is-contain .menu-aside__first-link:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-aside.is-z-state .menu-aside__second-holder {
  position: absolute;
  left: 100%;
  top: 0;
  width: 700px;
  padding: 20px 20px 0;
  background-color: #ddd;
}

.menu-aside.is-z-state .menu-aside__second-level:after {
  content: '';
  display: block;
  clear: both;
}

.menu-aside.is-z-state .menu-aside__second-item {
  float: left;
  width: 30%;
  padding-right: 15px;
  margin-bottom: 20px;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-aside.is-z-state .menu-aside__second-item.is-contain:after {
  display: none;
}

.menu-aside.is-z-state .menu-aside__second-item:nth-child(3n+1) {
  clear: left;
}

.menu-aside.is-z-state .menu-aside__second-link {
  display: inline;
  padding: 0;
  font-weight: 700;
}

.menu-aside.is-z-state .menu-aside__third-holder {
  position: static;
  display: block;
  min-width: 0;
  border: none;
  background: none;
  margin-top: 10px;
}

.menu-aside.is-z-state .menu-aside__third-holder:first-child {
  margin-top: 0;
}

.menu-aside.is-z-state .menu-aside__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  background: none;
}

.menu-aside.is-z-state .menu-aside__third-item:first-child {
  margin-top: 0;
}

.menu-aside.is-z-state .menu-aside__third-item:last-child {
  margin-bottom: 0;
}

.menu-aside.is-z-state .menu-aside__third-item.is-contain:after {
  display: none;
}

.menu-aside.is-z-state .menu-aside__third-link {
  display: inline;
  padding: 0;
}

.menu-aside.is-i-state .menu-aside__first-level {
  position: relative;
}

.menu-aside.is-i-state .menu-aside__first-item {
  position: static;
}

.menu-aside.is-i-state .menu-aside__first-item:after {
  display: none;
}

.menu-aside.is-i-state .menu-aside__first-item.is-contain .menu-aside__first-link {
  position: relative;
}

.menu-aside.is-i-state .menu-aside__first-item.is-contain .menu-aside__first-link:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 1;
  height: 20px;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s;
       -o-transition: -o-transform .3s;
          transition: transform .3s;
}

.menu-aside.is-i-state .menu-aside__first-item.is-opened.is-contain .menu-aside__first-link:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-aside.is-i-state .menu-aside__second-holder {
  position: absolute;
  left: 100%;
  top: 0;
  width: 700px;
  padding: 20px 20px 0;
  background-color: #ddd;
}

.menu-aside.is-i-state .menu-aside__second-holder:after {
  content: '';
  display: block;
  clear: both;
}

.menu-aside.is-i-state .menu-aside__second-level {
  float: left;
  width: 30%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.menu-aside.is-i-state .menu-aside__second-item {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-aside.is-i-state .menu-aside__second-item:first-child {
  margin-top: 0;
}

.menu-aside.is-i-state .menu-aside__second-item:last-child {
  margin-bottom: 0;
}

.menu-aside.is-i-state .menu-aside__second-item.is-contain:after {
  display: none;
}

.menu-aside.is-i-state .menu-aside__second-item:nth-child(3n+1) {
  clear: left;
}

.menu-aside.is-i-state .menu-aside__second-link {
  display: inline;
  padding: 0;
  font-weight: 700;
}

.menu-aside.is-i-state .menu-aside__third-holder {
  position: static;
  display: block;
  min-width: 0;
  border: none;
  background: none;
  margin-top: 10px;
}

.menu-aside.is-i-state .menu-aside__third-holder:first-child {
  margin-top: 0;
}

.menu-aside.is-i-state .menu-aside__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  background: none;
}

.menu-aside.is-i-state .menu-aside__third-item:first-child {
  margin-top: 0;
}

.menu-aside.is-i-state .menu-aside__third-item:last-child {
  margin-bottom: 0;
}

.menu-aside.is-i-state .menu-aside__third-item.is-contain:after {
  display: none;
}

.menu-aside.is-i-state .menu-aside__third-link {
  display: inline;
  padding: 0;
}

.menu-bottom__first-level {
  position: relative;
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-bottom__first-level:after {
  content: '';
  display: block;
  clear: both;
}

.menu-bottom__first-item {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-color: #888;
  border: 1px solid white;
}

.menu-bottom__first-item:hover .menu-bottom__additional-holder {
  display: block;
}

.menu-bottom__first-item.is-additional {
  position: relative;
}

.menu-bottom__first-link {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
  padding: 10px 15px;
  color: white;
}

.menu-bottom__first-link:visited {
  color: white;
}

.menu-bottom__first-link:hover {
  text-decoration: underline;
  color: white;
}

.menu-bottom__first-link:hover, .menu-bottom__first-link:visited:hover {
  color: white;
}

.menu-bottom__fourth-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 250px;
  background-color: #ddd;
}

.menu-bottom__fourth-link {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border: 1px solid white;
}

.menu-bottom__fourth-link:hover {
  background-color: #bbb;
}

.menu-bottom__additional-holder {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1001;
  width: 100%;
  min-width: 150px;
}

.menu-bottom__additional-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-bottom__additional-item {
  position: relative;
}

.menu-bottom__additional-link {
  display: block;
  padding: 10px 15px;
  background-color: #888;
  border: 1px solid white;
  color: white;
  position: relative;
  text-decoration: none;
  color: white;
}

.menu-bottom__additional-link:visited {
  color: white;
}

.menu-bottom__additional-link:hover {
  text-decoration: underline;
  color: white;
}

.menu-bottom__more-link {
  display: none;
  font-size: 90%;
  cursor: pointer;
}

.menu-bottom__more-link:hover {
  text-decoration: underline;
}

.menu-bottom__more-link.is-active {
  display: inline;
}

.menu-bottom__less-link {
  display: none;
  font-size: 90%;
  cursor: pointer;
}

.menu-bottom__less-link:hover {
  text-decoration: underline;
}

.menu-bottom__less-link.is-active {
  display: inline;
}

.menu-columns__first-link {
  color: #cccccc;
  font-size: 13px;
}

.menu-columns__first-item {
  margin-bottom: 4px;
}

.menu-columns.is-2cols .menu-columns__first-level {
  position: relative;
  margin-left: -3.125%;
}

.menu-columns.is-2cols .menu-columns__first-level:after {
  content: '';
  display: block;
  clear: left;
}

.menu-columns.is-2cols .menu-columns__first-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.875%;
  margin-left: 3.125%;
}

.menu-footer {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60.9375%;
  margin-left: 1.5625%;
  margin-left: 0;
}

.menu-footer__holder:after {
  content: '';
  display: block;
  clear: both;
}

.menu-footer__first {
  text-transform: uppercase;
}

.menu-footer__first:first-child {
  margin-left: 0;
}

.menu-footer__second {
  text-transform: none;
}

.menu-footer__second .menu-footer__item {
  margin: 5px 0;
  clear: both;
}

.menu-footer__second .menu-footer__item .menu-footer__link {
  color: #999999;
  font-size: 0.9em;
  font-weight: normal;
}

.menu-footer__item {
  margin: 0 0 20px 0;
}

.menu-footer__link {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.menu-footer__link:hover {
  text-decoration: underline;
}

.menu-footer.z-style .menu-footer__first .menu-footer__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.menu-footer.z-style .menu-footer__first.two-columns .menu-footer__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.menu-footer.z-style .menu-footer__first.two-columns .menu-footer__item:nth-child(2n+1) {
  clear: both;
}

.menu-footer.z-style .menu-footer__first.three-columns .menu-footer__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.menu-footer.z-style .menu-footer__first.three-columns .menu-footer__item:nth-child(3n+1) {
  clear: both;
}

.menu-footer.i-style .menu-footer__first {
  margin-left: 0;
}

.menu-footer.i-style .menu-footer__first.two-columns {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.menu-footer.i-style .menu-footer__first.three-columns {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.menu-footer-list {
  position: relative;
  margin-left: -2.08333%;
}

.menu-footer-list:after {
  content: '';
  display: block;
  clear: both;
}

.menu-footer-list:after {
  content: '';
  display: block;
  clear: left;
}

.menu-footer-list__item {
  margin: 0 0 4px 0;
}

.menu-footer-list__item.is-root {
  margin-top: 40px;
  margin-bottom: 16px;
}

.menu-footer-list__item.is-root:first-child {
  margin-top: 0;
}

.menu-footer-list__item.is-root:last-child {
  margin-bottom: 0;
}

.menu-footer-list__item.is-child .menu-footer-list__link {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #cccccc;
  text-decoration: underline;
}

.menu-footer-list__link {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.menu-footer-list__link:hover {
  text-decoration: underline;
}

.menu-footer-list.is-2cols .menu-footer-list__first {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.menu-footer-list.is-3cols .menu-footer-list__first {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.menu-footer-list.is-4cols .menu-footer-list__first {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.menu-footer-list.is-5cols .menu-footer-list__first {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17.91667%;
  margin-left: 2.08333%;
}

.menu-footer-list.is-6cols .menu-footer-list__first {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.58333%;
  margin-left: 2.08333%;
}

.menu-metmo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-metmo__first-item {
  padding-left: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.menu-metmo__first-item:first-child {
  margin-top: 0;
}

.menu-metmo__first-item:last-child {
  margin-bottom: 0;
}

.menu-metmo__first-item.is-hover:before {
  content: '';
  display: block;
  left: -10px;
  top: -7px;
  right: -2px;
  bottom: -10px;
  position: absolute;
  background: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border: 2px solid #fe3e00;
}

.menu-metmo__first-item.is-hover:after {
  content: '';
  display: block;
  right: -2px;
  top: -5px;
  width: 10px;
  bottom: -8px;
  position: absolute;
  background: white;
  z-index: 105;
}

.menu-metmo__first-link {
  color: #fe3e00;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.menu-metmo__first-link-img, .menu-metmo__custom-icon {
  position: absolute;
  width: 19px;
  height: 19px;
  left: -35px;
  top: 0;
}

.menu-metmo__second-holder {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}

.menu-metmo__second-holder:first-child {
  margin-top: 0;
}

.menu-metmo__second-holder:last-child {
  margin-bottom: 0;
}

.menu-metmo__second-item {
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu-metmo__second-item:first-child {
  margin-top: 0;
}

.menu-metmo__second-item:last-child {
  margin-bottom: 0;
}

.menu-metmo__second-link {
  color: #5f5f5f;
  line-height: 15px;
  display: block;
}

.menu-metmo__third-holder {
  display: none;
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu-metmo__third-holder:first-child {
  margin-top: 0;
}

.menu-metmo__third-holder:last-child {
  margin-bottom: 0;
}

.menu-metmo__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-metmo__third-item:first-child {
  margin-top: 0;
}

.menu-metmo__third-item:last-child {
  margin-bottom: 0;
}

.menu-metmo__third-level.is-more {
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-metmo__third-level.is-more:first-child {
  margin-top: 0;
}

.menu-metmo__third-level.is-more:last-child {
  margin-bottom: 0;
}

.menu-metmo__third-link {
  color: #5f5f5f;
}

.menu-metmo__dropright-holder {
  display: none;
  position: absolute;
  width: 213.33333%;
  left: 100%;
  top: -30px;
  z-index: 1200;
  background: white;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #fe3e00;
}

.menu-metmo__dropright-holder .menu-metmo__second-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 46.875%;
  margin-left: 3.125%;
  margin-bottom: 20px;
  margin-top: 0;
}

.menu-metmo__dropright-holder .menu-metmo__second-item:nth-child(2n+1) {
  clear: left;
}

.menu-metmo__dropright-holder .menu-metmo__second-link {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

.menu-metmo__dropright-holder .menu-metmo__third-holder {
  display: block;
}

.menu-metmo__dropright-holder.is-visible {
  display: block;
}

.menu-metmo__show-hide {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 90%;
}

.menu-metmo__show-hide:first-child {
  margin-top: 0;
}

.menu-metmo__show-hide:last-child {
  margin-bottom: 0;
}

.menu-metmo__show-more, .menu-metmo__hide-more {
  cursor: pointer;
  color: #aaa;
}

.menu-metmo__third-level.is-more {
  display: none;
}

.menu-metmo__hide-more {
  display: none;
}

.menu-metmo__third-holder.is-expanded .menu-metmo__show-more {
  display: none;
}

.menu-metmo__third-holder.is-expanded .menu-metmo__hide-more {
  display: inline-block;
}

.menu-metmo__third-holder.is-expanded .menu-metmo__third-level.is-more {
  display: block;
}

@media screen and (max-width: 1210px) {
  .menu-metmo__first-item {
    padding-left: 28px;
  }
  .menu-metmo__first-link-img, .menu-metmo__custom-icon {
    left: -25px;
  }
  .menu-metmo__second-item {
    padding-right: 10px;
  }
}

.menu-metmo.is-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-top__first-level {
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-top__first-level:after {
  content: '';
  display: block;
  clear: both;
}

.menu-top__first-item {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-color: #424242;
  height: 60px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 14.28571%;
}

.menu-top__first-item:hover {
  background-color: #fc3f00;
}

.menu-top__first-item:hover .menu-top__second-holder,
.menu-top__first-item:hover .menu-top__additional-holder {
  display: block;
}

.menu-top__first-item.is-additional {
  position: relative;
}

.menu-top__first-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 21px;
  color: white;
  text-decoration: none;
}

.menu-top__first-link:hover {
  color: white;
}

.menu-top__second-holder {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1001;
  width: 100%;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-top__second-level {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.menu-top__second-item {
  position: relative;
}

.menu-top__second-item:hover .menu-top__third-holder {
  display: block;
}

.menu-top__second-item.is-contain .menu-top__second-link {
  position: relative;
}

.menu-top__second-item.is-contain .menu-top__second-link:before {
  content: "\2026";
  float: right;
  padding-left: 0.5em;
}

.menu-top__second-link {
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border-bottom: 1px solid white;
  position: relative;
  text-decoration: none;
  color: #333333;
}

.menu-top__second-link:visited {
  color: #333333;
}

.menu-top__second-link:hover, .menu-top__second-link:visited:hover {
  background-color: #bbb;
  color: #333333;
}

.menu-top__third-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 250px;
}

.menu-top__third-item {
  position: relative;
}

.menu-top__third-item:hover .menu-top__fourth-holder {
  display: block;
}

.menu-top__third-item.is-hide {
  display: none;
}

.menu-top__third-link {
  position: relative;
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border-bottom: 1px solid white;
}

.menu-top__third-link:visited {
  color: #333333;
}

.menu-top__third-link:hover, .menu-top__third-link:visited:hover {
  background-color: #bbb;
  color: #333333;
}

.menu-top__fourth-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 250px;
  background-color: #ddd;
}

.menu-top__fourth-link {
  position: relative;
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 10px 15px;
  background-color: #ccc;
  border-bottom: 1px solid white;
}

.menu-top__fourth-link:visited {
  color: #333333;
}

.menu-top__fourth-link:hover, .menu-top__fourth-link:visited:hover {
  background-color: #bbb;
  color: #333333;
}

.menu-top__additional-holder {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1001;
  width: 100%;
  min-width: 150px;
}

.menu-top__additional-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-top__additional-item {
  position: relative;
}

.menu-top__additional-item:hover .menu-top__third-holder {
  display: block;
}

.menu-top__additional-link {
  display: block;
  padding: 10px 15px;
  background-color: #888;
  border-bottom: 1px solid white;
  color: white;
  position: relative;
  text-decoration: none;
  color: white;
}

.menu-top__additional-link:visited {
  color: white;
}

.menu-top__additional-link:hover, .menu-top__additional-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.menu-top__more-link {
  display: none;
  font-size: 90%;
  cursor: pointer;
}

.menu-top__more-link:hover {
  text-decoration: underline;
}

.menu-top__more-link.is-active {
  display: inline;
}

.menu-top__less-link {
  display: none;
  font-size: 90%;
  cursor: pointer;
}

.menu-top__less-link:hover {
  text-decoration: underline;
}

.menu-top__less-link.is-active {
  display: inline;
}

.menu-top__first-item.is-opened:after, .menu-top__second-item.is-opened:after, .menu-top__third-item.is-opened:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-top.is-i-state .menu-top__first-item {
  position: static;
}

.menu-top.is-i-state .menu-top__first-item.is-additional {
  position: relative;
}

.menu-top.is-i-state .menu-top__second-holder {
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #eee;
}

.menu-top.is-i-state .menu-top__second-holder:after {
  content: '';
  display: block;
  clear: both;
}

.menu-top.is-i-state .menu-top__second-level {
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-top.is-i-state .menu-top__second-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-top.is-i-state .menu-top__second-item:first-child {
  margin-top: 0;
}

.menu-top.is-i-state .menu-top__second-item:last-child {
  margin-bottom: 0;
}

.menu-top.is-i-state .menu-top__second-item.is-contain .menu-top__second-link:before {
  content: none;
}

.menu-top.is-i-state .menu-top__second-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: white;
  color: #333333;
}

.menu-top.is-i-state .menu-top__second-link:visited {
  color: white;
}

.menu-top.is-i-state .menu-top__second-link:hover, .menu-top.is-i-state .menu-top__second-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.menu-top.is-i-state .menu-top__second-link:hover, .menu-top.is-i-state .menu-top__second-link:visited, .menu-top.is-i-state .menu-top__second-link:visited:hover {
  color: #333333;
}

.menu-top.is-i-state .menu-top__third-holder {
  display: block;
  position: static;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.menu-top.is-i-state .menu-top__third-holder:first-child {
  margin-top: 0;
}

.menu-top.is-i-state .menu-top__third-holder:last-child {
  margin-bottom: 0;
}

.menu-top.is-i-state .menu-top__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-top.is-i-state .menu-top__third-item:first-child {
  margin-top: 0;
}

.menu-top.is-i-state .menu-top__third-item:last-child {
  margin-bottom: 0;
}

.menu-top.is-i-state .menu-top__third-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}

.menu-top.is-z-state .menu-top__first-item {
  position: static;
}

.menu-top.is-z-state .menu-top__first-item.is-additional {
  position: relative;
}

.menu-top.is-z-state .menu-top__second-holder {
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #eee;
}

.menu-top.is-z-state .menu-top__second-level {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -1.5625%;
}

.menu-top.is-z-state .menu-top__second-level:after {
  content: '';
  display: block;
  clear: left;
}

.menu-top.is-z-state .menu-top__second-item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
}

.menu-top.is-z-state .menu-top__second-item:nth-child(3n+1) {
  clear: left;
}

.menu-top.is-z-state .menu-top__second-item.is-contain .menu-top__second-link:before {
  content: none;
}

.menu-top.is-z-state .menu-top__second-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: white;
  color: #333333;
}

.menu-top.is-z-state .menu-top__second-link:visited {
  color: white;
}

.menu-top.is-z-state .menu-top__second-link:hover, .menu-top.is-z-state .menu-top__second-link:visited:hover {
  text-decoration: underline;
  color: white;
}

.menu-top.is-z-state .menu-top__second-link:hover, .menu-top.is-z-state .menu-top__second-link:visited, .menu-top.is-z-state .menu-top__second-link:visited:hover {
  color: #333333;
}

.menu-top.is-z-state .menu-top__third-holder {
  display: block;
  position: static;
  left: 100%;
  top: 0;
  width: 100%;
  min-width: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-top.is-z-state .menu-top__third-holder:first-child {
  margin-top: 0;
}

.menu-top.is-z-state .menu-top__third-holder:last-child {
  margin-bottom: 0;
}

.menu-top.is-z-state .menu-top__third-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-top.is-z-state .menu-top__third-item:first-child {
  margin-top: 0;
}

.menu-top.is-z-state .menu-top__third-item:last-child {
  margin-bottom: 0;
}

.menu-top.is-z-state .menu-top__third-link {
  display: inline;
  background: none;
  border: none;
  padding: 0;
}

.menu-tree__first-level {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-tree__first-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-tree__first-item:first-child {
  margin-top: 0;
}

.menu-tree__first-item:last-child {
  margin-bottom: 0;
}

.menu-tree__first-item.is-contain:after {
  margin: -7px;
  font-size: 14px;
}

.menu-tree__first-link {
  position: relative;
  text-decoration: none;
  vertical-align: top;
  padding-right: 20px;
  color: #5f5f5f;
  text-transform: uppercase;
  text-decoration: underline;
}

.menu-tree__first-link:hover {
  color: #fc3f00;
}

.menu-tree__second-holder {
  padding-left: 20px;
}

.menu-tree__second-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-tree__second-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-tree__second-item.is-contain:after {
  margin: -6px;
  font-size: 12px;
}

.menu-tree__second-link {
  position: relative;
  text-decoration: none;
  vertical-align: top;
  padding-right: 20px;
  color: #5f5f5f;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
}

.menu-tree__second-link:hover {
  color: #fc3f00;
}

.menu-tree__third-holder {
  padding-left: 20px;
}

.menu-tree__third-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-tree__third-item.is-contain:after {
  margin: -5px;
  font-size: 10px;
}

.menu-tree__third-link {
  position: relative;
  text-decoration: none;
  vertical-align: top;
  padding-right: 20px;
  color: #5f5f5f;
  text-transform: uppercase;
  text-decoration: underline;
}

.menu-tree__third-link:hover {
  color: #fc3f00;
}

.menu-tree__fourth-holder {
  padding-left: 20px;
}

.menu-tree__fourth-level {
  margin-top: 10px;
}

.menu-tree__fourth-item {
  margin-bottom: 10px;
}

.menu-tree__fourth-item:last-child {
  margin-bottom: 0;
}

.menu-tree__fourth-link {
  position: relative;
  text-decoration: none;
  vertical-align: top;
  padding-right: 20px;
  color: #5f5f5f;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 85.71429%;
}

.menu-tree__fourth-link:hover {
  color: #fc3f00;
}

.menu-tree__first-item.is-contain:after, .menu-tree__second-item.is-contain:after, .menu-tree__third-item.is-contain:after {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  top: 0.8em;
  right: -10px;
  cursor: pointer;
}

.menu-tree__first-item.is-opened:after, .menu-tree__second-item.is-opened:after, .menu-tree__third-item.is-opened:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-tree .is-active > a {
  text-decoration: underline;
  font-size: 1.1em;
  font-weight: bold;
}

.menu-tree__show-all-link {
  cursor: pointer;
}

.menu-tree__first-level .menu-tree__show-all-link, .menu-tree__second-level .menu-tree__show-all-link {
  font-weight: bold;
}

.menu-tree__third-level .menu-tree__show-all-link, .menu-tree__fourth-level .menu-tree__show-all-link {
  font-weight: normal;
}

.news-calendar__caption {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-calendar__caption:last-child {
  margin-bottom: 0;
}

.news-calendar__header {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-calendar__calendar {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-calendar__calendar:first-child {
  margin-top: 0;
}

.news-calendar__calendar:last-child {
  margin-bottom: 0;
}

.news-calendar__field {
  display: block;
}

.news-calendar__field-label {
  margin-bottom: 5px;
  font-size: 87.5%;
  font-weight: 200;
  color: #262626;
}

.news-calendar__field-label:last-child {
  margin-bottom: 0;
}

.news-calendar .ui-datepicker {
  width: 100%;
  padding: 0;
  border: 1px solid #dfdfdf;
}

.news-calendar .ui-datepicker .ui-datepicker-header {
  background-color: #ddd;
}

.news-calendar .ui-datepicker .ui-datepicker-calendar {
  text-align: center;
}

.news-calendar .ui-datepicker .ui-datepicker-prev {
  text-align: center;
  color: #333333;
}

.news-calendar .ui-datepicker .ui-datepicker-prev:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.news-calendar .ui-datepicker .ui-datepicker-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  cursor: pointer;
}

.news-calendar .ui-datepicker .ui-datepicker-prev:hover {
  color: #333333;
}

.news-calendar .ui-datepicker .ui-datepicker-next {
  text-align: center;
  color: #333333;
}

.news-calendar .ui-datepicker .ui-datepicker-next:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.news-calendar .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  cursor: pointer;
}

.news-calendar .ui-datepicker .ui-datepicker-next:hover {
  color: #333333;
}

.news-calendar .ui-datepicker td {
  padding: 2% 1%;
}

.news-calendar .ui-datepicker td span, .news-calendar .ui-datepicker td a {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.news-calendar .ui-datepicker td span {
  color: #bfbfbf;
}

.news-calendar .ui-datepicker td a {
  color: #333;
  -webkit-transition: .2s color, .2s background-color;
       -o-transition: .2s color, .2s background-color;
          transition: .2s color, .2s background-color;
}

.news-calendar .ui-datepicker td a:hover {
  background-color: #3e8bdc;
  color: white;
}

.news-calendar .ui-datepicker td a.ui-state-active {
  background-color: #3e8bdc;
  color: white;
}

.news-calendar .ui-datepicker .ui-datepicker-today a {
  background-color: #f1f1f1;
}

.news-detail__title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-detail__title:last-child {
  margin-bottom: 0;
}

.news-detail__image-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-detail__image-holder:first-child {
  margin-top: 0;
}

.news-detail__image-holder:last-child {
  margin-bottom: 0;
}

.news-detail__main-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.news-detail__date {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-detail__date:first-child {
  margin-top: 0;
}

.news-detail__date:last-child {
  margin-bottom: 0;
}

.news-detail__content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-detail__content:first-child {
  margin-top: 0;
}

.news-detail__content:last-child {
  margin-bottom: 0;
}

.news-detail__back-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-detail__back-holder:first-child {
  margin-top: 0;
}

.news-detail__back-holder:last-child {
  margin-bottom: 0;
}

.news-detail__back {
  text-decoration: none;
}

.news-detail__back:before {
  content: '←';
  margin-right: .5em;
}

.news-item:after {
  content: '';
  display: block;
  clear: both;
}

.news-item__date {
  margin-bottom: 5px;
  font-size: 100%;
  color: #999999;
}

.news-item__date:last-child {
  margin-bottom: 0;
}

.news-item__title {
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 128.57143%;
  font-weight: 700;
}

.news-item__title:last-child {
  margin-bottom: 0;
}

.news-item__link {
  text-decoration: none;
}

.news-item__content {
  overflow: hidden;
}

.news-item__img {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 479px) {
  .news-item__img {
    width: 60px;
    height: auto;
    margin-right: 15px;
  }
}

.news-list__item {
  margin-top: 40px;
}

.news-list__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .news-list__item {
    margin-top: 30px;
  }
  .news-list__item:first-child {
    margin-top: 0;
  }
}

.no-found {
  text-align: center;
}

.no-found__holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.no-found__title {
  font-size: 200%;
  margin-bottom: 40px;
}

.no-found__title:last-child {
  margin-bottom: 0;
}

.no-found__img,
.no-found__image img {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.no-found__img:first-child,
.no-found__image img:first-child {
  margin-top: 0;
}

.no-found__img:last-child,
.no-found__image img:last-child {
  margin-bottom: 0;
}

.no-found__description {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 142%;
}

.no-found__description:first-child {
  margin-top: 0;
}

.no-found__description:last-child {
  margin-bottom: 0;
}

.no-found__addition-text {
  margin-top: 20px;
}

.no-found__addition-text:first-child {
  margin-top: 0;
}

.offer-tiles a {
  color: inherit;
}

.offer-tiles__title {
  margin-bottom: 40px;
  font-size: 214.28571%;
  font-weight: bold;
}

.offer-tiles__title:last-child {
  margin-bottom: 0;
}

.offer-tiles__items {
  position: relative;
  margin-left: -2.08333%;
}

.offer-tiles__items:after {
  content: '';
  display: block;
  clear: left;
}

.offer-tiles__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
  margin-bottom: 1.5625%;
  min-height: 300px;
}

.offer-tiles__item.is-fullwidth {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97.91667%;
  margin-left: 2.08333%;
}

.offer-tiles__item.is-2cols {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.offer-tiles__item.is-3cols {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.offer-tiles__item.is-4cols {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.offer-tiles__item.is-dark {
  color: white;
}

.offer-tiles__item.is-dark .offer-tiles__discount {
  background-color: red;
}

.offer-tiles__item.is-fullwidth .offer-tiles__content {
  padding: 10% 5%;
  text-align: left;
}

.offer-tiles__item-link {
  position: relative;
  display: block;
  text-decoration: none;
}

.offer-tiles__img {
  display: block;
  max-width: 100%;
}

.offer-tiles__content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.offer-tiles__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  text-align: left;
}

.offer-tiles__discount {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 128.57143%;
  font-weight: bold;
  width: 58px;
  height: 58px;
  background-color: red;
  text-align: center;
  line-height: 58px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-indent: 5px;
}

.offer-tiles__heading {
  margin-bottom: 20px;
  display: block;
  font-size: 200%;
  line-height: 1.14;
  font-weight: bold;
}

.offer-tiles__heading:last-child {
  margin-bottom: 0;
}

.offer-tiles__description {
  display: block;
  font-size: 100%;
}

@media screen and (max-width: 1210px) {
  .offer-tiles__heading {
    font-size: 160%;
    margin-bottom: 10px;
  }
  .offer-tiles__heading:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .offer-tiles__items {
    position: relative;
    margin-left: -1.5625%;
  }
  .offer-tiles__items:after {
    content: '';
    display: block;
    clear: left;
  }
  .offer-tiles__item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
    margin-bottom: 15px;
  }
  .offer-tiles__item.is-fullwidth {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-2cols {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-3cols {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-4cols {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
  }
}

@media screen and (max-width: 479px) {
  .offer-tiles__items {
    position: relative;
    margin-left: -1.5625%;
  }
  .offer-tiles__items:after {
    content: '';
    display: block;
    clear: left;
  }
  .offer-tiles__item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-fullwidth {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-2cols {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-3cols {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
  .offer-tiles__item.is-4cols {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

.oneliner__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 171.42857%;
  font-weight: bold;
  text-align: center;
}

.oneliner__title:first-child {
  margin-top: 0;
}

.oneliner__title:last-child {
  margin-bottom: 0;
}

.oneliner__plate {
  padding: 20px;
  background-color: #eee;
  background-image: url("/local/templates/metmo/css/../img/oneliner_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .oneliner__plate {
    background-image: url("/local/templates/metmo/css/../img/oneliner_bg@2x.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.oneliner__fields-list {
  text-align: center;
  position: relative;
}

.oneliner__label {
  display: none;
}

.oneliner__field {
  display: inline-block;
  width: 30%;
  margin-left: 20px;
  vertical-align: top;
}

.oneliner__field:first-child {
  margin-left: 0;
}

.oneliner__field.is-error .oneliner__error {
  display: block;
}

.oneliner__field.is-none .oneliner__none {
  display: block;
}

.oneliner__field.js-pass-change {
  display: none;
}

.oneliner__field.is-field-btn {
  width: auto;
  display: block;
  text-align: center;
}

.oneliner__item input[type='text'],
.oneliner__item input[type='email'],
.oneliner__item input[type='password'],
.oneliner__item input[type='tel'],
.oneliner__item textarea {
  width: 100%;
}

.oneliner__error {
  display: none;
  color: red;
}

.oneliner__none {
  display: none;
  color: red;
}

.oneliner__ok {
  display: none;
  margin-top: 5px;
}

.oneliner__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.oneliner__message {
  font-size: 12px;
  margin-top: 3px;
}

.oneliner__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
}

.oneliner__link {
  display: inline-block;
  color: #0b8bfb;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.oneliner__link:hover {
  text-decoration: none;
}

.oneliner__includearea {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.oneliner__includearea:first-child {
  margin-top: 0;
}

.oneliner__includearea:last-child {
  margin-bottom: 0;
}

.oneliner__includearea strong {
  color: #fc3f00;
  font-weight: bold;
}

.oneliner__subnote {
  margin-top: 20px;
  text-align: center;
}

.oneliner__subnote:first-child {
  margin-top: 0;
}

.oneliner__subnote-phone {
  font-weight: bold;
  color: #fc3f00;
  white-space: nowrap;
}

.oneliner__common-error-placeholder {
  display: none;
}

.oneliner .success-message {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .oneliner__plate {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout__overflow .oneliner__plate, .personal-info__plate .oneliner__plate, .layout__section-intro .oneliner__plate {
    margin-left: 0;
    margin-right: 0;
  }
  .oneliner__title {
    font-size: 19px;
  }
  .oneliner__field {
    width: auto;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .oneliner__field:first-child {
    margin-top: 0;
  }
  .oneliner__field:last-child {
    margin-bottom: 0;
  }
  .oneliner__field.is-field-btn {
    text-align: center;
  }
}

.oneliner__field.is-personal-data {
  clear: both;
  margin: 10px 0;
  width: 60% !important;
}

.oneliner__field.is-personal-data .oneliner__inputs {
  display: inline-block;
  width: auto;
}

.oneliner__field.is-personal-data .oneliner__personal-data-label a {
  color: #000;
}

.oneliner__field.is-personal-data .oneliner__personal-data-label a:hover {
  color: #ff7a4f;
}

@media screen and (max-width: 767px) {
  .oneliner__field.is-personal-data {
    width: 100% !important;
    text-align: left;
  }
  .oneliner__field.is-personal-data .oneliner__message {
    text-align: center;
  }
}

.oneliner__field.is-personal-data.is-none .oneliner__none {
  display: block;
}

.fancybox-inner .oneliner__field.is-personal-data .oneliner__item {
  max-width: 410px;
  display: table;
}

.fancybox-inner .oneliner__field.is-personal-data .oneliner__message {
  text-align: center;
}

.fancybox-inner .oneliner__field.is-personal-data .oneliner__personal-data-label {
  font-size: 12px;
}

.personal-info__plate {
  padding: 20px;
  background-color: #eee;
}

.personal-info__cols {
  position: relative;
  margin-left: -1.5625%;
}

.personal-info__cols:after {
  content: '';
  display: block;
  clear: left;
}

.personal-info__col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

.personal-info__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.personal-info__item:first-child {
  margin-top: 0;
}

.personal-info__item:last-child {
  margin-bottom: 0;
}

.personal-info__label {
  font-weight: bold;
}

.personal-info__label.is-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.personal-info__label.is-block:first-child {
  margin-top: 0;
}

.personal-info__label.is-block:last-child {
  margin-bottom: 0;
}

.personal-info__delivery {
  margin-bottom: 25px;
  line-height: 180%;
}

.personal-info__delivery:last-child {
  margin-bottom: 0;
}

.personal-info__comment {
  line-height: 180%;
}

.order-detail {
  padding: 20px 0;
  border-top: 1px solid #C6C6C6;
}

.order-detail:after {
  content: '';
  display: block;
  clear: both;
}

.order-detail__text-wrap {
  width: 500px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.order-detail__text-wrap:last-child {
  margin-bottom: 0;
}

.order-detail__text-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.order-detail__smile {
  position: relative;
  display: block;
  font-size: 350%;
}

.order-detail__smile:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.order-detail__title {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 20px;
}

.order-detail__title:last-child {
  margin-bottom: 0;
}

.order-detail__text {
  margin-bottom: 20px;
}

.order-detail__text:last-child {
  margin-bottom: 0;
}

.order-detail__sidebar {
  display: none;
}

.order-detail__left-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

.order-detail__head {
  margin-bottom: 15px;
}

.order-detail__head:last-child {
  margin-bottom: 0;
}

.order-detail__head:after {
  content: '';
  display: block;
  clear: both;
}

.order-detail__caption {
  font-size: 200%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-detail__caption:first-child {
  margin-top: 0;
}

.order-detail__caption:last-child {
  margin-bottom: 0;
}

.order-detail__status {
  clear: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.order-detail__status:first-child {
  margin-top: 0;
}

.order-detail__status:last-child {
  margin-bottom: 0;
}

.order-detail__status-val {
  display: inline-block;
  padding: 5px 10px;
  background-color: #eee;
}

.order-detail__print:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.order-detail__print::before {
  margin-right: 5px;
}

.order-detail__pay {
  margin-left: .5em;
}

.order-detail__pay:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.order-detail__pay::before {
  margin-right: 5px;
}

.order-detail__cancel {
  margin-left: .5em;
}

.order-detail__billing {
  margin-top: 20px;
  margin-bottom: 20px;
}

.order-detail__billing:first-child {
  margin-top: 0;
}

.order-detail__billing:last-child {
  margin-bottom: 0;
}

.order-detail__connect {
  padding-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
  text-align: center;
}

.order-detail__rating {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
  text-align: center;
}

.order-detail__subscribe {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
  text-align: center;
}

.order-detail__share {
  padding-top: 20px;
  text-align: center;
}

.order-detail__header-btns {
  float: right;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .order-detail__order-preview {
    margin-left: -15px;
    margin-right: -15px;
  }
  .order-detail__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-detail__header-btns {
    float: none;
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .order-detail__status {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-detail__text-wrap {
    width: auto;
    margin-bottom: 20px;
  }
  .order-detail__text-wrap:last-child {
    margin-bottom: 0;
  }
  .order-detail__text-wrap:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 479px) {
  .order-detail__header-btns {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
  }
  .order-detail__print, .order-detail__pay, .order-detail__cancel {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .order-detail__order-preview {
    overflow-x: scroll;
  }
}

.order-detail.is-top {
  padding-top: 0px;
  border-top: none;
}

.order-detail.is-top .order-detail__status {
  margin-top: 0px;
}

.order-list__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.order-list__main-column1 {
  display: table-column;
  width: 35%;
}

.order-list__main-column2 {
  display: table-column;
  width: 15%;
}

.order-list__main-column3 {
  display: table-column;
  width: 15%;
}

.order-list__main-column4 {
  display: table-column;
  width: 15%;
}

.order-list__main-column5 {
  display: table-column;
  width: 15%;
}

.order-list__table-header {
  display: table-header-group;
}

.order-list__table-headings {
  display: table-row;
}

.order-list__table-row {
  display: table-row;
}

.order-list__table-cell {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #B5B5B5;
  vertical-align: middle;
  text-align: center;
}

.order-list__table-cell:first-of-type {
  text-align: left;
}

.order-list__table-order:after {
  content: '';
  display: block;
  clear: both;
}

.order-list__table-thumb {
  float: left;
  width: 25%;
  margin-right: 5%;
}

.order-list__thumb-link {
  display: inline-block;
  padding: 3px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #D9D9D9;
  vertical-align: top;
}

.order-list__thumb-img {
  display: block;
  max-width: 100%;
}

.order-list__table-product {
  float: left;
  width: 70%;
}

.order-list__table-category {
  display: block;
  text-decoration: none;
}

.order-list__table-name {
  display: block;
  text-decoration: none;
}

.order-list__table-footer {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.order-list__footer-column1 {
  display: table-column;
  width: 79%;
}

.order-list__footer-column2 {
  display: table-column;
  width: 15%;
}

.order-list__table-down {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #B5B5B5;
  font-size: 114.28571%;
  font-weight: bold;
}

.order-list__table-down:last-of-type {
  padding-right: 5%;
  text-align: right;
}

.order-list__table-result {
  display: table-footer-group;
}

.order-list__table-result .order-detail__table-down {
  border-bottom: none;
}

.order-preview__img-header, .order-preview__name-header, .order-preview__articul-header, .order-preview__price-header, .order-preview__weight-header, .order-preview__qtty-header, .order-preview__cost-header, .order-preview__image-col, .order-preview__name-col, .order-preview__articul-col, .order-preview__price-col, .order-preview__qtty-col, .order-preview__weight-col, .order-preview__cost-col, .order-preview__subtotal-label, .order-preview__subtotal-val, .order-preview__total-label-col, .order-preview__total-val-col {
  display: table-cell;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}

.order-preview__img-header, .order-preview__name-header, .order-preview__articul-header, .order-preview__price-header, .order-preview__weight-header, .order-preview__qtty-header, .order-preview__cost-header {
  font-weight: bold;
  /* @media screen and (max-width: 767px) {
		font-weight: bold;
	} */
}

.order-preview__table {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order-preview__table-row {
  display: table-row;
}

.order-preview__img-header {
  width: 100px;
}

.order-preview__articul-header {
  max-width: 100px;
}

.order-preview__price-header {
  max-width: 100px;
  text-align: right;
}

.order-preview__weight-header {
  max-width: 100px;
  white-space: nowrap;
  text-align: right;
}

.order-preview__qtty-header {
  max-width: 100px;
  white-space: nowrap;
  text-align: right;
}

.order-preview__cost-header {
  max-width: 100px;
  text-align: right;
}

.order-preview__articul-col {
  text-align: center;
}

.order-preview__price-col {
  text-align: right;
}

.order-preview__qtty-col {
  text-align: right;
}

.order-preview__weight-col {
  text-align: right;
}

.order-preview__cost-col {
  text-align: right;
}

.order-preview__footer {
  display: table-footer-group;
}

.order-preview__footer-row {
  display: table-row;
}

.order-preview__subtotal-label {
  font-weight: bold;
}

.order-preview__subtotal-val {
  text-align: right;
  font-weight: bold;
}

.order-preview__total-label-col {
  font-weight: bold;
  font-size: 125%;
}

.order-preview__total-val-col {
  text-align: right;
  font-size: 125%;
  font-weight: bold;
  white-space: nowrap;
}

.order-preview__thumb-img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.order-preview__thumb-link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.order-preview__category-link {
  font-style: italic;
  font-size: 85.71429%;
  text-decoration: none;
  color: #999999;
}

.order-preview__category-link:hover {
  text-decoration: underline;
}

.order-preview__name-link {
  text-decoration: none;
}

.order-preview__name-link:hover {
  text-decoration: underline;
}

.order-preview__prop {
  color: #a09d9d;
  font-size: 12px;
}

.order-preview__prop-title {
  color: #7d7d7d;
}

@media screen and (max-width: 767px) {
  .order-preview__img-header, .order-preview__image-col {
    display: none;
  }
  .order-preview__articul-header, .order-preview__articul-col {
    display: none;
  }
  .order-preview__category {
    display: none;
  }
  .order-preview__name-header, .order-preview__name-col, .order-preview__subtotal-label, .order-preview__total-label-col {
    padding-left: 15px;
  }
  .order-preview__cost-header, .order-preview__cost-col, .order-preview__subtotal-val, .order-preview__total-val-col {
    padding-right: 15px;
  }
  .order-preview__price-col {
    min-width: 70px;
  }
  .order-preview__price-header {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .order-preview__table {
    min-width: 500px;
  }
}

.orders-list__title {
  margin-bottom: 20px;
  font-size: 214.28571%;
  font-weight: bold;
}

.orders-list__title:last-child {
  margin-bottom: 0;
}

.orders-list__category {
  margin-top: 40px;
  margin-bottom: 40px;
}

.orders-list__category:first-child {
  margin-top: 0;
}

.orders-list__category:last-child {
  margin-bottom: 0;
}

.orders-list__subtitle {
  margin-bottom: 20px;
  font-size: 171.42857%;
  font-weight: bold;
}

.orders-list__subtitle:last-child {
  margin-bottom: 0;
}

.orders-list__items {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orders-list__item {
  display: table-row;
}

.orders-list__item:last-child {
  border-bottom: none;
}

.orders-list__id {
  display: table-cell;
  padding: 15px 0;
  font-weight: bold;
}

.orders-list__id-from {
  font-weight: normal;
  color: #6d6e71;
  margin-left: 10px;
}

.orders-list__status {
  display: table-cell;
  width: 200px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}

.orders-list__contains {
  display: table-cell;
  padding: 15px 0;
  font-weight: bold;
}

.orders-list__id, .orders-list__contains, .orders-list__status {
  border-bottom: 1px solid #dadada;
}

.orders-list__item:last-child .orders-list__id,
.orders-list__item:last-child .orders-list__contains,
.orders-list__item:last-child .orders-list__status {
  border-bottom: none;
}

.orders-list__detail {
  display: none;
}

.orders-list__status-title {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.orders-list__status-value {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #4b9d14;
}

.orders-list__status-value.is-waiting {
  background-color: #fe2f00;
}

.orders-list__status-value.is-complete {
  background-color: #6d6e71;
}

.orders-list__more {
  margin-top: 20px;
  margin-bottom: 20px;
}

.orders-list__more:first-child {
  margin-top: 0;
}

.orders-list__more:last-child {
  margin-bottom: 0;
}

.orders-list__more-link {
  color: #fe3e00;
}

.orders-list__more-link:hover {
  color: #ff7a4f;
}

@media screen and (max-width: 767px) {
  .orders-list__status {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .orders-list__items, .orders-list__item, .orders-list__id, .orders-list__contains, .orders-list__status {
    display: block;
    width: auto;
    border: none;
    padding: 0;
  }
  .orders-list__id, .orders-list__contains, .orders-list__status {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .orders-list__id:first-child, .orders-list__contains:first-child, .orders-list__status:first-child {
    margin-top: 0;
  }
  .orders-list__id:last-child, .orders-list__contains:last-child, .orders-list__status:last-child {
    margin-bottom: 0;
  }
  .orders-list__item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
  }
  .orders-list__item:first-child {
    margin-top: 0;
  }
}

.orders-list2__filter-item {
  display: inline-block;
  padding: 0 10px;
}

.orders-list2__filter-item:first-child {
  padding-left: 0;
}

.orders-list2__filter-link.is-active {
  font-weight: bold;
}

.orders-list2__item {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid grey;
}

.orders-list2__item:last-child {
  margin-bottom: 0;
}

.orders-list2__item:last-of-type {
  border-bottom: none;
}

.orders-list2__head {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.orders-list2__head-content {
  display: table-row;
}

.orders-list2__head-cell {
  display: table-cell;
  padding: 15px 10px;
}

.orders-list2__head-cell:first-child {
  padding-left: 0;
}

.orders-list2__head-cell:last-child {
  padding-right: 0;
}

.orders-list2__head-id {
  width: 30%;
}

.orders-list2__order-id {
  font-size: 114.28571%;
  text-decoration: underline;
  font-weight: bold;
}

.orders-list2__head-info {
  width: 50%;
}

.orders-list2__head-btn {
  width: 20%;
  text-align: right;
}

.orders-list2__order-btn {
  text-align: center;
}

.orders-list2__orders {
  margin-bottom: 30px;
}

.orders-list2__orders:last-child {
  margin-bottom: 0;
}

.orders-list2__product {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.orders-list2__product-content {
  display: table-row;
}

.orders-list2__product-cell {
  display: table-cell;
  padding: 15px 10px;
  border-bottom: 1px solid lightgrey;
  vertical-align: middle;
}

.orders-list2__thumb {
  width: 15%;
  text-align: center;
}

.orders-list2__thumb-link {
  display: inline-block;
  padding: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid lightgrey;
  vertical-align: top;
}

.orders-list2__thumb-img {
  display: block;
  max-width: 100%;
}

.orders-list2__name {
  width: 30%;
}

.orders-list2__name-title {
  margin-bottom: 10px;
}

.orders-list2__name-title:last-child {
  margin-bottom: 0;
}

.orders-list2__name-link {
  font-size: 114.28571%;
  text-decoration: underline;
  font-weight: bold;
}

.orders-list2__name-link:hover {
  text-decoration: none;
}

.orders-list2__amount {
  width: 15%;
}

.orders-list2__price {
  width: 20%;
}

.orders-list2__price-value {
  font-size: 107.14286%;
  font-weight: bold;
}

.orders-list2__price-title {
  margin-bottom: 10px;
  font-size: 107.14286%;
  font-weight: bold;
}

.orders-list2__price-title:last-child {
  margin-bottom: 0;
}

.orders-list2__price-sum {
  width: 20%;
}

.orders-list2__file-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.orders-list2__file-link:before {
  margin-right: .5em;
  font-size: 142.85714%;
}

.orders-list2__result {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.orders-list2__result-content {
  display: table-row;
}

.orders-list2__result-cell {
  display: table-cell;
  vertical-align: middle;
}

.orders-list2__detail {
  width: 60%;
}

.orders-list2__detail-sum {
  margin-bottom: 10px;
  font-weight: bold;
}

.orders-list2__detail-sum:last-child {
  margin-bottom: 0;
}

.orders-list2__detail-delivery {
  margin-bottom: 5px;
}

.orders-list2__detail-delivery:last-child {
  margin-bottom: 0;
}

.orders-list2__shipping-label {
  font-weight: bold;
}

.orders-list2__detail-pay {
  margin-bottom: 5px;
}

.orders-list2__detail-pay:last-child {
  margin-bottom: 0;
}

.orders-list2__payment-label {
  font-weight: bold;
}

.orders-list2__total {
  width: 40%;
  text-align: right;
}

.orders-list2__total-price {
  font-weight: bold;
}

.orders-list2__total-label {
  font-size: 114.28571%;
}

.orders-list2__total-sum {
  font-size: 171.42857%;
}

.paginator__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.paginator__item {
  display: inline-block;
  margin: 0;
  margin-right: .5em;
  vertical-align: middle;
}

.paginator__item:last-child {
  margin-right: 0;
}

.paginator__item-link {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: underline;
  color: #999;
}

.paginator__current {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
}

.paginator__prev {
  display: inline-block;
  margin: 0;
  margin-right: .5em;
  vertical-align: middle;
}

.paginator__prev.is-disabled {
  opacity: 0.1;
}

.paginator__prev-link {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  text-indent: -2000px;
  padding: 5px 10px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -160px 10px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .paginator__prev-link {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.paginator__next {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  margin: 0;
  margin-left: 5px;
  vertical-align: middle;
}

.paginator__next.is-disabled {
  opacity: 0.1;
}

.paginator__next-link {
  display: inline-block;
  width: 0px;
  overflow: hidden;
  text-indent: -2000px;
  padding: 5px 10px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -140px 10px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .paginator__next-link {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.personal-info__plate {
  padding: 20px 2.08333%;
  background-color: white;
  border: 1px solid #ececec;
}

.personal-info__cols {
  position: relative;
  margin-left: -2.08333%;
}

.personal-info__cols:after {
  content: '';
  display: block;
  clear: left;
}

.personal-info__col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.personal-info__caption {
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

.personal-info__caption:last-child {
  margin-bottom: 0;
}

.personal-info__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.personal-info__item:first-child {
  margin-top: 0;
}

.personal-info__item:last-child {
  margin-bottom: 0;
}

.personal-info__label {
  font-weight: bold;
}

.personal-info__label.is-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.personal-info__label.is-block:first-child {
  margin-top: 0;
}

.personal-info__label.is-block:last-child {
  margin-bottom: 0;
}

.personal-info__delivery {
  margin-bottom: 25px;
  line-height: 180%;
}

.personal-info__delivery:last-child {
  margin-bottom: 0;
}

.personal-info__comment {
  line-height: 180%;
}

.personal-info__change {
  margin-top: 20px;
  margin-bottom: 20px;
}

.personal-info__change:first-child {
  margin-top: 0;
}

.personal-info__change:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .personal-info__plate {
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  .personal-info__cols {
    position: relative;
    margin-left: -3.125%;
  }
  .personal-info__cols:after {
    content: '';
    display: block;
    clear: left;
  }
  .personal-info__col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 46.875%;
    margin-left: 3.125%;
  }
  .personal-info__caption {
    margin-bottom: 20px;
    font-size: 142.85714%;
    font-weight: bold;
  }
  .personal-info__caption:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .personal-info__cols {
    margin-left: 0;
  }
  .personal-info__col {
    float: none;
    margin-left: 0;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .personal-info__col:first-child {
    margin-top: 0;
  }
  .personal-info__col:last-child {
    margin-bottom: 0;
  }
}

.photoalbims-slider__image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.photoalbims-slider__main {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photoalbims-slider__main:first-child {
  margin-top: 0;
}

.photoalbims-slider__main:last-child {
  margin-bottom: 0;
}

.photoalbims-slider__thumbnails {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photoalbims-slider__thumbnails:first-child {
  margin-top: 0;
}

.photoalbims-slider__thumbnails:last-child {
  margin-bottom: 0;
}

.photoalbims-slider__thumbs-next {
  position: absolute;
  right: -20px;
  top: 50%;
  height: 20px;
  margin-top: -8px;
  z-index: 2;
  cursor: pointer;
}

.photoalbims-slider__thumbs-next:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
  line-height: 20px;
}

.photoalbims-slider__thumbs-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  height: 20px;
  margin-top: -8px;
  z-index: 2;
  cursor: pointer;
}

.photoalbims-slider__thumbs-prev:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
  line-height: 20px;
}

.photoalbims-slider__thumbnails-items {
  margin-left: -10px;
  margin-right: -8px;
}

.photoalbims-slider__slider-wrap {
  overflow-x: hidden;
}

.photoalbims-slider__thumbnails-item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.photoalbims-slider__image {
  border: 1px solid gray;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.photogallery-plates__grid {
  position: relative;
  margin-left: -1.5625%;
}

.photogallery-plates__grid:after {
  content: '';
  display: block;
  clear: left;
}

.photogallery-plates__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-bottom: 1.5625%;
}

.photogallery-plates__img-link {
  display: block;
}

.photogallery-plates__img {
  display: block;
  max-width: 100%;
}

.photogallery-plates__template {
  display: none;
}

.photogallery-plates__holder {
  padding-top: 20px;
  padding-bottom: 20px;
}

.photogallery-plates__title {
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 200%;
}

.photogallery-plates__title:last-child {
  margin-bottom: 0;
}

.photogallery-plates__description {
  font-size: 133.33333%;
  line-height: 1.25;
}

.photogallery-sections__caption {
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: "proxima-nova", sans-serif;
  font-size: 250%;
  line-height: 1.36667;
  font-weight: 700;
}

.photogallery-sections__caption:first-child {
  margin-top: 0;
}

.photogallery-sections__caption:last-child {
  margin-bottom: 0;
}

.photogallery-sections__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.photogallery-sections__img-holder {
  text-align: center;
  margin-bottom: 10px;
}

.photogallery-sections__img-holder:last-child {
  margin-bottom: 0;
}

.photogallery-sections__content-holder {
  padding-left: 10px;
  padding-right: 10px;
}

.photogallery-sections__name {
  font-weight: 700;
}

.photogallery-sections__job {
  font-style: italic;
}

.photogallery-sections__items {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -1.04167%;
  position: static;
  margin-top: -1.04167%;
}

.photogallery-sections__items:after {
  content: '';
  display: block;
  clear: left;
}

.photogallery-sections__item {
  margin: 0;
  margin-top: 1.04167%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.95833%;
  margin-left: 1.04167%;
}

.photogallery-sections__item:nth-child(4n+1) {
  clear: left;
}

.photogallery-sections.is-3cols .photogallery-sections__items {
  position: relative;
  margin-left: -1.38889%;
}

.photogallery-sections.is-3cols .photogallery-sections__items:after {
  content: '';
  display: block;
  clear: left;
}

.photogallery-sections.is-3cols .photogallery-sections__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.94444%;
  margin-left: 1.38889%;
}

.photogallery-sections.is-3cols .photogallery-sections__item:nth-child(4n+1) {
  clear: none;
}

.photogallery-sections.is-3cols .photogallery-sections__item:nth-child(3n+1) {
  clear: left;
}

.photogallery-sections.is-2cols .photogallery-sections__items {
  position: relative;
  margin-left: -2.08333%;
  margin-top: -getcolumnmargin(6);
}

.photogallery-sections.is-2cols .photogallery-sections__items:after {
  content: '';
  display: block;
  clear: left;
}

.photogallery-sections.is-2cols .photogallery-sections__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
  margin-top: 2.08333%;
}

.photogallery-sections.is-2cols .photogallery-sections__item:nth-child(3n+1) {
  clear: none;
}

.photogallery-sections.is-2cols .photogallery-sections__item:nth-child(2n+1) {
  clear: left;
}

.photogallery-sections.is-1cols .photogallery-sections__items {
  margin-left: 0;
  margin-top: 0;
}

.photogallery-sections.is-1cols .photogallery-sections__item {
  float: none;
  width: auto;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photogallery-sections.is-1cols .photogallery-sections__item:first-child {
  margin-top: 0;
}

.photogallery-sections.is-1cols .photogallery-sections__item:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photogallery-sections-slider__caption {
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: "proxima-nova", sans-serif;
  font-size: 250%;
  line-height: 1.36667;
  font-weight: 700;
}

.photogallery-sections-slider__caption:first-child {
  margin-top: 0;
}

.photogallery-sections-slider__caption:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider a {
  color: inherit;
}

.photogallery-sections-slider__item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photogallery-sections-slider__content {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 450px;
}

.photogallery-sections-slider__bg-holder {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.photogallery-sections-slider__bg {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.photogallery-sections-slider__content-holder {
  position: relative;
  display: block;
  z-index: 2;
  padding-top: 15%;
}

.photogallery-sections-slider__title {
  display: block;
  margin-bottom: 90px;
  font-size: 214.28571%;
  font-weight: bold;
  text-align: center;
}

.photogallery-sections-slider__title:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider__subtitle {
  display: block;
  text-align: center;
  font-size: 114.28571%;
}

.photogallery-sections-slider__meta {
  padding: 25px 35px;
  background-color: #e5e5e5;
  z-index: 5;
}

.photogallery-sections-slider__meta:after {
  content: '';
  display: block;
  clear: both;
}

.photogallery-sections-slider__meta-col {
  float: left;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.photogallery-sections-slider__meta-item {
  margin-bottom: 15px;
}

.photogallery-sections-slider__meta-item:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider__arrows {
  position: absolute;
  top: 200px;
  padding: 0 .3em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 100%;
  font-size: 357.14286%;
  font-weight: bold;
  cursor: pointer;
}

.photogallery-sections-slider__arrow-left {
  left: 2%;
}

.photogallery-sections-slider__arrow-left:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.photogallery-sections-slider__arrow-right {
  right: 2%;
}

.photogallery-sections-slider__arrow-right:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.photogallery-sections-slider__pagination {
  position: absolute;
  width: 100%;
  bottom: auto;
  top: 400px;
  left: 0;
  text-align: center;
}

.photogallery-sections-slider__pagination li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid gray;
}

.photogallery-sections-slider__pagination li.slick-active:before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: gray;
}

.photogallery-sections-slider__pagination button {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.photogallery-sections-slider__pagination li.slick-active .photogallery-sections-slider__page-btn {
  background-color: #909090;
}

.photogallery-sections-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photogallery-sections-slider__caption {
  margin-top: 60px;
  margin-bottom: 50px;
  font-family: "proxima-nova", sans-serif;
  font-size: 250%;
  line-height: 1.36667;
  font-weight: 700;
}

.photogallery-sections-slider__caption:first-child {
  margin-top: 0;
}

.photogallery-sections-slider__caption:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider a {
  color: inherit;
}

.photogallery-sections-slider__item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photogallery-sections-slider__content {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 450px;
}

.photogallery-sections-slider__bg-holder {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.photogallery-sections-slider__bg {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.photogallery-sections-slider__content-holder {
  position: relative;
  display: block;
  z-index: 2;
  padding-top: 15%;
}

.photogallery-sections-slider__title {
  display: block;
  margin-bottom: 90px;
  font-size: 214.28571%;
  font-weight: bold;
  text-align: center;
}

.photogallery-sections-slider__title:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider__subtitle {
  display: block;
  text-align: center;
  font-size: 114.28571%;
}

.photogallery-sections-slider__meta {
  padding: 25px 35px;
  background-color: #e5e5e5;
  z-index: 5;
}

.photogallery-sections-slider__meta:after {
  content: '';
  display: block;
  clear: both;
}

.photogallery-sections-slider__meta-col {
  float: left;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.photogallery-sections-slider__meta-item {
  margin-bottom: 15px;
}

.photogallery-sections-slider__meta-item:last-child {
  margin-bottom: 0;
}

.photogallery-sections-slider__arrows {
  position: absolute;
  top: 200px;
  padding: 0 .3em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 100%;
  font-size: 357.14286%;
  font-weight: bold;
  cursor: pointer;
}

.photogallery-sections-slider__arrow-left {
  left: 2%;
}

.photogallery-sections-slider__arrow-left:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.photogallery-sections-slider__arrow-right {
  right: 2%;
}

.photogallery-sections-slider__arrow-right:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.photogallery-sections-slider__pagination {
  position: absolute;
  width: 100%;
  bottom: auto;
  top: 400px;
  left: 0;
  text-align: center;
}

.photogallery-sections-slider__pagination li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid gray;
}

.photogallery-sections-slider__pagination li.slick-active:before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: gray;
}

.photogallery-sections-slider__pagination button {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.photogallery-sections-slider__pagination li.slick-active .photogallery-sections-slider__page-btn {
  background-color: #909090;
}

.photogallery-with-thumbs__image {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

.photogallery-with-thumbs__main {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photogallery-with-thumbs__main:first-child {
  margin-top: 0;
}

.photogallery-with-thumbs__main:last-child {
  margin-bottom: 0;
}

.photogallery-with-thumbs__thumbnails {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.photogallery-with-thumbs__thumbnails:first-child {
  margin-top: 0;
}

.photogallery-with-thumbs__thumbnails:last-child {
  margin-bottom: 0;
}

.photogallery-with-thumbs__thumbs-next {
  display: none;
  position: absolute;
  right: -20px;
  top: 50%;
  height: 20px;
  margin-top: -8px;
  z-index: 2;
  cursor: pointer;
}

.photogallery-with-thumbs__thumbs-next:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
  line-height: 20px;
}

.photogallery-with-thumbs__thumbs-next.slick-disabled {
  visibility: hidden;
}

.photogallery-with-thumbs__thumbs-prev {
  display: none;
  position: absolute;
  left: -20px;
  top: 50%;
  height: 20px;
  margin-top: -8px;
  z-index: 2;
  cursor: pointer;
}

.photogallery-with-thumbs__thumbs-prev:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 16px;
  line-height: 20px;
}

.photogallery-with-thumbs__thumbs-prev.slick-disabled {
  visibility: hidden;
}

.photogallery-with-thumbs__thumbnails-items {
  margin-left: -10px;
  margin-right: -8px;
}

.photogallery-with-thumbs__slider-wrap {
  overflow-x: hidden;
  padding: 0 5px;
}

.photogallery-with-thumbs__thumbnails-item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.photogallery-with-thumbs__image {
  border: 1px solid gray;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.price-list__name-head, .price-list__files-head, .price-list__date-head {
  display: table-cell;
  font-size: 90%;
  padding: 20px 10px;
  text-align: left;
  font-weight: bold;
  background: #ececec;
}

.price-list__name-head:first-child, .price-list__files-head:first-child, .price-list__date-head:first-child {
  padding-left: 20px;
}

.price-list__name-head:last-child, .price-list__files-head:last-child, .price-list__date-head:last-child {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .price-list__name-head, .price-list__files-head, .price-list__date-head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-list__name-head:first-child, .price-list__files-head:first-child, .price-list__date-head:first-child {
    padding-left: 15px;
  }
  .price-list__name-head:last-child, .price-list__files-head:last-child, .price-list__date-head:last-child {
    padding-right: 15px;
  }
}

.price-list__name-col, .price-list__files-col, .price-list__date-col {
  display: table-cell;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}

.price-list__name-col:first-child, .price-list__files-col:first-child, .price-list__date-col:first-child {
  padding-left: 20px;
}

.price-list__name-col:last-child, .price-list__files-col:last-child, .price-list__date-col:last-child {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .price-list__name-col, .price-list__files-col, .price-list__date-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-list__name-col:first-child, .price-list__files-col:first-child, .price-list__date-col:first-child {
    padding-left: 15px;
  }
  .price-list__name-col:last-child, .price-list__files-col:last-child, .price-list__date-col:last-child {
    padding-right: 15px;
  }
}

.price-list__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.price-list__title:last-child {
  margin-bottom: 0;
}

.price-list__table {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.price-list__table-row {
  display: table-row;
}

.price-list__name-head {
  width: 55%;
}

.price-list__files-head {
  width: 30%;
}

.price-list__date-head {
  width: 15%;
}

.price-list__name-col {
  width: 55%;
}

.price-list__files-col {
  width: 30%;
}

.price-list__date-col {
  width: 15%;
}

.price-list__files-item {
  display: inline-block;
  margin-left: 20px;
}

.price-list__files-item:first-child {
  margin-left: 0;
}

.price-list__pdf-link {
  text-transform: uppercase;
}

.price-list__exl-link {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .price-list__table {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .price-list__files-item {
    margin-left: 0;
  }
}

.product-compare__filter {
  border: 1px solid #999;
  margin-bottom: 40px;
  margin-top: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-compare__filter:last-child {
  margin-bottom: 0;
}

.product-compare__filter:first-child {
  margin-top: 0;
}

.product-compare__filter-btn {
  margin-left: 20px;
}

.product-compare__products-options-titles {
  position: relative;
  float: left;
  width: 140px;
}

.product-compare__products-options-titles-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.product-compare__products-scroll {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  word-spacing: -.36em;
  line-height: 0;
}

.product-compare__product {
  line-height: normal;
  display: inline-block;
  text-align: center;
  width: 208px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-compare__product-img-wrap {
  line-height: 0;
  margin-bottom: 10px;
}

.product-compare__product-img-wrap:last-child {
  margin-bottom: 0;
}

.product-compare__product-img {
  width: 100%;
}

.product-compare__product-name-wrap {
  margin-bottom: 10px;
}

.product-compare__product-name-wrap:last-child {
  margin-bottom: 0;
}

.product-compare__product-name {
  white-space: normal;
  font-size: 1.2em;
}

.product-compare__price-value {
  font-weight: bold;
  margin-bottom: 10px;
}

.product-compare__price-value:last-child {
  margin-bottom: 0;
}

.product-compare__add-to-cart-wrap {
  margin-bottom: 10px;
}

.product-compare__add-to-cart-wrap:last-child {
  margin-bottom: 0;
}

.product-compare__product-remove-wrap {
  margin-bottom: 10px;
}

.product-compare__product-remove-wrap:last-child {
  margin-bottom: 0;
}

.product-compare__products-options-title {
  padding-left: 20px;
  height: 48px;
  vertical-align: middle;
}

.product-compare__products-options-title:nth-child(even) {
  background-color: #F2F2F2;
}

.product-compare__products-options-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.product-compare__products-options-value {
  height: 48px;
  vertical-align: middle;
  margin-left: -19px;
  margin-right: -20px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: normal;
  overflow: hidden;
}

.product-compare__products-options-value:nth-child(even) {
  background-color: #F2F2F2;
}

.product-compare__products-options-value:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.product-compare__product-remove:before {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "";
}

.product-constructor__top-section:after {
  content: '';
  display: block;
  clear: both;
}

.product-constructor__left-col {
  float: left;
  width: 60.9375%;
  margin-right: 1.5625%;
}

.product-constructor__right-col {
  float: right;
  width: 85.9375%;
}

.product-constructor__header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-constructor__header:first-child {
  margin-top: 0;
}

.product-constructor__header:last-child {
  margin-bottom: 0;
}

.product-constructor__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 250%;
  line-height: 1;
  font-weight: 700;
}

.product-constructor__title:first-child {
  margin-top: 0;
}

.product-constructor__title:last-child {
  margin-bottom: 0;
}

.product-constructor__price, .product-constructor__props {
  padding: 20px;
  background-color: #eee;
  width: 98.4375%;
  margin-top: 30px;
}

.product-constructor__filter-section {
  margin-top: 30px;
}

.product-constructor__filter-title {
  margin-bottom: 30px;
}

.product-constructor__filter-caption {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-constructor__filter-item {
  margin-bottom: 20px;
}

.product-constructor__variant-list {
  position: relative;
}

.product-constructor__result-section {
  display: none;
  padding: 20px;
  background-color: #eee;
  width: 100%;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.product-constructor__result-section:after {
  content: '';
  display: block;
  clear: both;
}

.product-constructor__result-image {
  float: left;
  width: 10%;
}

.product-constructor__result-image img {
  width: 100%;
  border: 1px solid gray;
  height: auto;
}

.product-constructor__result-content {
  float: right;
  width: 90%;
  padding-left: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-constructor__result-content .result-detail {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  padding: 0.5em;
  margin-right: 1em;
}

.product-constructor__result-content .result-detail.is-price {
  background: #b5b5b5;
  color: white;
}

.product-constructor__result-content .result-detail__value {
  font-size: 130%;
}

.product-constructor__result-buy {
  margin-top: 2em;
}

.product-constructor__result-buy-btn:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.product-constructor__result-buy-btn:before {
  margin-right: 10px;
}

.product-variant {
  display: inline-block;
  width: 23.4375%;
  margin-right: .5em;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.product-variant a {
  color: inherit;
}

.product-variant__capion {
  height: 4em;
  margin-bottom: 10px;
}

.product-variant__link {
  text-decoration: none;
  display: block;
  padding: 1em;
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #eee;
  position: relative;
}

.product-variant__link:hover {
  border: 2px solid #d4d4d4;
}

.product-variant__link.is-active {
  border: 2px solid #b5b5b5;
}

.product-variant__link.is-muted {
  cursor: default;
  border-color: rgba(240, 240, 240, 0.6);
  background: rgba(240, 240, 240, 0.6);
  color: #cccccc;
}

.product-variant__link.is-muted img {
  opacity: 0.5;
}

.product-variant__image-holder {
  position: relative;
}

.product-variant__image {
  width: 100%;
}

.product-variant__zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  color: gray;
}

.product-variant__zoom:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.product-variant__zoom:hover {
  color: black;
}

.product-constructor__variant-list.is-small .product-variant {
  width: auto;
}

.product-constructor__variant-list.is-small .product-variant__link {
  display: block;
  padding: 10px 0;
  width: 43px;
}

.product-constructor__variant-list.is-small .product-variant .product-variant__capion {
  font-size: 85.71429%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
}

.product-constructor__variant-list.is-small .product-variant .product-variant__capion:first-child {
  margin-top: 0;
}

.product-constructor__variant-list.is-small .product-variant .product-variant__capion:last-child {
  margin-bottom: 0;
}

.product-constructor__variant-list.is-middle .product-variant {
  width: 23.4375%;
}

.product-constructor__variant-list.is-middle .product-variant__link {
  display: block;
  padding: 10px 0;
}

.product-constructor__variant-list.is-middle .product-variant .product-variant__capion {
  font-size: 85.71429%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
}

.product-constructor__variant-list.is-middle .product-variant .product-variant__capion:first-child {
  margin-top: 0;
}

.product-constructor__variant-list.is-middle .product-variant .product-variant__capion:last-child {
  margin-bottom: 0;
}

.product-detail__top-section:after {
  content: '';
  display: block;
  clear: both;
}

.product-detail__left-col {
  float: left;
  width: 73.4375%;
  margin-right: 1.5625%;
  position: relative;
}

.product-detail__labels {
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 2;
}

.product-detail__label {
  display: table;
  height: 20px;
  padding: 0 10px 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: lowercase;
  line-height: 20px;
  background-color: #eee;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-detail__label:first-child {
  margin-top: 0;
}

.product-detail__label:last-child {
  margin-bottom: 0;
}

.product-detail__label span {
  position: relative;
  z-index: 2;
  line-height: 16px;
}

.product-detail__label.is-new {
  background-color: green;
  color: white;
}

.product-detail__label.is-hit {
  background-color: orange;
  color: white;
}

.product-detail__label.is-best {
  background-color: blue;
  color: white;
}

.product-detail__label.is-sale {
  background-color: red;
  color: white;
}

.product-detail__right-col {
  float: right;
  width: 73.4375%;
}

.product-detail__header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail__header:first-child {
  margin-top: 0;
}

.product-detail__header:last-child {
  margin-bottom: 0;
}

.product-detail__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 250%;
  line-height: 1;
  font-weight: 700;
}

.product-detail__title:first-child {
  margin-top: 0;
}

.product-detail__title:last-child {
  margin-bottom: 0;
}

.product-detail__top-ui {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail__top-ui:first-child {
  margin-top: 0;
}

.product-detail__top-ui:last-child {
  margin-bottom: 0;
}

.product-detail__props {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail__props:first-child {
  margin-top: 0;
}

.product-detail__props:last-child {
  margin-bottom: 0;
}

.product-detail__props-caption {
  font-weight: 700;
}

.product-detail__rating {
  display: inline-block;
  margin-right: 30px;
}

.product-detail__favor-holder, .product-detail__compare {
  display: inline-block;
  width: 30%;
}

.product-detail__favor-text {
  font-size: 85.71429%;
}

.product-detail__favor {
  text-decoration: none;
}

.product-detail__favor:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  margin-right: .5em;
}

.product-detail__sku-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail__sku-holder:first-child {
  margin-top: 0;
}

.product-detail__sku-holder:last-child {
  margin-bottom: 0;
}

.product-detail__sku-caption {
  font-size: 85.71429%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-detail__sku-caption:first-child {
  margin-top: 0;
}

.product-detail__sku-caption:last-child {
  margin-bottom: 0;
}

.product-detail__sku {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail__sku:first-child {
  margin-top: 0;
}

.product-detail__sku:last-child {
  margin-bottom: 0;
}

.product-detail__sku-item {
  display: inline-block;
  margin-right: .5em;
}

.product-detail__sku-item a {
  color: inherit;
}

.product-detail__price-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail__price-section:first-child {
  margin-top: 0;
}

.product-detail__price-section:last-child {
  margin-bottom: 0;
}

.product-detail__price {
  display: inline-block;
  font-size: 150%;
  vertical-align: middle;
  margin-right: 1.5em;
}

.product-detail__old-price {
  text-decoration: line-through;
}

.product-detail__feature-items {
  background-color: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.product-detail__feature-items:first-child {
  margin-top: 0;
}

.product-detail__feature-items:last-child {
  margin-bottom: 0;
}

.product-detail__feature-cols {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -2.5%;
}

.product-detail__feature-cols:after {
  content: '';
  display: block;
  clear: left;
}

.product-detail__feature-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  margin-top: 2.5%;
}

.product-detail__feature {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}

.product-detail__feature.is-delivery:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail__feature.is-credit:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail__feature.is-pickup:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail__feature.is-garantee:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail__feature-text {
  font-size: 85.71429%;
}

.product-detail__tabs-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail__tabs-section:first-child {
  margin-top: 0;
}

.product-detail__tabs-section:last-child {
  margin-bottom: 0;
}

.product-detail__share {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail__share:first-child {
  margin-top: 0;
}

.product-detail__share:last-child {
  margin-bottom: 0;
}

.product-detail__color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  font-size: 0;
}

.product-detail__color.is-active {
  outline: 1px solid gray;
}

.product-detail__size {
  display: inline-block;
  padding: 5px;
  font-size: 85.71429%;
  background-color: #eee;
}

.product-detail__size.is-active {
  background-color: gray;
  color: white;
}

.product-detail__params {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-detail__params-label {
  width: 30%;
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  border-bottom: 1px solid gray;
}

.product-detail__params-val {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  border-bottom: 1px solid gray;
}

.product-detail-modal__top-section:after {
  content: '';
  display: block;
  clear: both;
}

.product-detail-modal__left-col {
  float: left;
  width: 73.4375%;
  margin-right: 1.5625%;
  position: relative;
}

.product-detail-modal__labels {
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 2;
}

.product-detail-modal__label {
  display: table;
  height: 20px;
  padding: 0 10px 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: lowercase;
  line-height: 20px;
  background-color: #eee;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-detail-modal__label:first-child {
  margin-top: 0;
}

.product-detail-modal__label:last-child {
  margin-bottom: 0;
}

.product-detail-modal__label span {
  position: relative;
  z-index: 2;
  line-height: 16px;
}

.product-detail-modal__label.is-new {
  background-color: green;
  color: white;
}

.product-detail-modal__label.is-hit {
  background-color: orange;
  color: white;
}

.product-detail-modal__label.is-best {
  background-color: blue;
  color: white;
}

.product-detail-modal__label.is-sale {
  background-color: red;
  color: white;
}

.product-detail-modal__right-col {
  float: right;
  width: 73.4375%;
}

.product-detail-modal__header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail-modal__header:first-child {
  margin-top: 0;
}

.product-detail-modal__header:last-child {
  margin-bottom: 0;
}

.product-detail-modal__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 250%;
  line-height: 1;
  font-weight: 700;
}

.product-detail-modal__title:first-child {
  margin-top: 0;
}

.product-detail-modal__title:last-child {
  margin-bottom: 0;
}

.product-detail-modal__top-ui {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail-modal__top-ui:first-child {
  margin-top: 0;
}

.product-detail-modal__top-ui:last-child {
  margin-bottom: 0;
}

.product-detail-modal__props {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail-modal__props:first-child {
  margin-top: 0;
}

.product-detail-modal__props:last-child {
  margin-bottom: 0;
}

.product-detail-modal__props-caption {
  font-weight: 700;
}

.product-detail-modal__rating {
  display: inline-block;
  margin-right: 30px;
}

.product-detail-modal__favor-holder {
  display: inline-block;
}

.product-detail-modal__favor-text {
  font-size: 85.71429%;
}

.product-detail-modal__favor {
  text-decoration: none;
}

.product-detail-modal__favor:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  margin-right: .5em;
}

.product-detail-modal__sku-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail-modal__sku-holder:first-child {
  margin-top: 0;
}

.product-detail-modal__sku-holder:last-child {
  margin-bottom: 0;
}

.product-detail-modal__sku-caption {
  font-size: 85.71429%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.product-detail-modal__sku-caption:first-child {
  margin-top: 0;
}

.product-detail-modal__sku-caption:last-child {
  margin-bottom: 0;
}

.product-detail-modal__sku {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail-modal__sku:first-child {
  margin-top: 0;
}

.product-detail-modal__sku:last-child {
  margin-bottom: 0;
}

.product-detail-modal__sku-item {
  display: inline-block;
  margin-right: .5em;
}

.product-detail-modal__sku-item a {
  color: inherit;
}

.product-detail-modal__price-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail-modal__price-section:first-child {
  margin-top: 0;
}

.product-detail-modal__price-section:last-child {
  margin-bottom: 0;
}

.product-detail-modal__price {
  display: inline-block;
  font-size: 150%;
  vertical-align: middle;
  margin-right: 1.5em;
}

.product-detail-modal__old-price {
  text-decoration: line-through;
}

.product-detail-modal__feature-items {
  background-color: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.product-detail-modal__feature-items:first-child {
  margin-top: 0;
}

.product-detail-modal__feature-items:last-child {
  margin-bottom: 0;
}

.product-detail-modal__feature-cols {
  position: relative;
  margin-left: -1.5625%;
  margin-top: -2.5%;
}

.product-detail-modal__feature-cols:after {
  content: '';
  display: block;
  clear: left;
}

.product-detail-modal__feature-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  margin-top: 2.5%;
}

.product-detail-modal__feature {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}

.product-detail-modal__feature.is-delivery:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail-modal__feature.is-credit:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail-modal__feature.is-pickup:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail-modal__feature.is-garantee:before {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 128.57143%;
}

.product-detail-modal__feature-text {
  font-size: 85.71429%;
}

.product-detail-modal__tabs-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail-modal__tabs-section:first-child {
  margin-top: 0;
}

.product-detail-modal__tabs-section:last-child {
  margin-bottom: 0;
}

.product-detail-modal__share {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail-modal__share:first-child {
  margin-top: 0;
}

.product-detail-modal__share:last-child {
  margin-bottom: 0;
}

.product-detail-modal__color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  font-size: 0;
}

.product-detail-modal__color.is-active {
  outline: 1px solid gray;
}

.product-detail-modal__size {
  display: inline-block;
  padding: 5px;
  font-size: 85.71429%;
  background-color: #eee;
}

.product-detail-modal__size.is-active {
  background-color: gray;
  color: white;
}

.product-detail-pseudo-offer:after {
  content: '';
  display: block;
  clear: both;
}

.product-detail-pseudo-offer__img-holder {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  float: left;
  padding-right: 35px;
  margin-left: 0;
  margin-bottom: 20px;
}

.product-detail-pseudo-offer__img-holder .save-item {
  text-align: center;
}

.product-detail-pseudo-offer__img-holder a.add-to-favorites {
  color: #333;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 22px;
}

.product-detail-pseudo-offer__img-holder a.add-to-favorites:before {
  content: "\f08a";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.3em;
}

.product-detail-pseudo-offer__img-holder a.add-to-favorites:hover {
  color: #333;
}

.product-detail-pseudo-offer__img {
  width: 100%;
  padding: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #cccccc;
}

.product-detail-pseudo-offer__description {
  margin-bottom: 45px;
}

.product-detail-pseudo-offer__props-holder {
  padding: 0 0 30px 0;
}

.product-detail-pseudo-offer__props-row {
  padding: 6px 0;
  border-bottom: 1px solid #cccccc;
}

.product-detail-pseudo-offer__props-row:first-child {
  border-top: 1px solid #cccccc;
}

.product-detail-pseudo-offer ._last {
  padding-top: 8px;
}

.product-detail-pseudo-offer__props-row-name {
  width: 50%;
  display: inline-block;
}

.product-detail-pseudo-offer__props-row-value {
  display: inline-block;
}

.product-detail-pseudo-offer__buttons {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.product-detail-pseudo-offer__buy, .product-detail-pseudo-offer__order {
  margin-bottom: 20px;
  width: 70%;
  text-align: center;
}

.product-detail-pseudo-offer__buttons-holder {
  margin: 25px 0px 0px 0px;
  padding: 22px 30px 22px 30px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.product-detail-pseudo-offer__buy-holder {
  display: inline-block;
  float: right;
}

.product-detail-pseudo-offer__price {
  width: 70%;
}

.product-detail-pseudo-offer__price .price-block {
  font-size: 1.3em;
  width: 100%;
}

.product-detail-pseudo-offer__price .price-block .counter-input {
  float: left;
}

.product-detail-pseudo-offer__price .price-block__holder {
  padding: 0 6px 0 20px;
}

.product-detail-pseudo-offer__price .price-block__caption {
  float: left;
}

.product-detail-pseudo-offer__price .price-block__description {
  font-size: 0.9em;
  line-height: 1.3;
}

.product-detail-pseudo-offer__label-wrap {
  text-align: right;
  margin-bottom: 15px;
}

.product-detail-pseudo-offer__label {
  display: inline-block;
  line-height: 20px;
  padding: 0px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 3px;
  font-size: 116.66667%;
  text-transform: uppercase;
  color: #fff;
}

.product-detail-pseudo-offer ._new {
  background-color: #8e9b49;
}

.product-detail-pseudo-offer ._action {
  background-color: #0c6f9d;
}

.product-detail-pseudo-offer ._hit {
  background-color: #c13c3a;
}

.product-detail-pseudo-offer__content-holder {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-detail-pseudo-offer__short-description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 93.33333%;
}

.product-detail-pseudo-offer__short-description:first-child {
  margin-top: 0;
}

.product-detail-pseudo-offer__short-description:last-child {
  margin-bottom: 0;
}

.product-detail-pseudo-offer__description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 93.33333%;
}

.product-detail-pseudo-offer__description:first-child {
  margin-top: 0;
}

.product-detail-pseudo-offer__description:last-child {
  margin-bottom: 0;
}

.product-detail-pseudo-offer__volume {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-detail-pseudo-offer__volume:first-child {
  margin-top: 0;
}

.product-detail-pseudo-offer__volume:last-child {
  margin-bottom: 0;
}

.product-detail-pseudo-offer__price {
  /*@include mtop(.5);
		@include mbot(.5);*/
}

.product-detail-pseudo-offer__specs {
  margin-top: 40px;
}

.product-detail-pseudo-offer._bordered {
  padding: 20px 40px 30px;
  border: 5px solid #f1f1f1;
}

.product-detail-pseudo-offer__pseudo-offers {
  clear: both;
}

.product-detail-pseudo-offer__pseudo-offers-item {
  float: left;
  margin-left: 20px;
}

.product-detail-pseudo-offer__pseudo-offers-item:first-child {
  margin-left: 0;
}

.product-detail-pseudo-offer__pseudo-offers-item:nth(2n+1) {
  clear: both;
}

.product-detail-pseudo-offer__pseudo-offers a {
  color: #000000;
  font-weight: normal;
}

.product-detail-pseudo-offer__pseudo-offers a:hover {
  color: #000000;
}

.product-detail-pseudo-offer .counter-input {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60.9375%;
  margin-left: 1.5625%;
  margin-left: 0;
}

.product-detail-pseudo-offer__price-holder {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85.9375%;
  margin-left: 1.5625%;
  margin-left: 0;
}

/*
@media screen and (max-width: 1023px) {
	.product-detail-pseudo-offer { 
		&__img-holder {
			width: 100%;
			margin-right: 0px;
			text-align: center;
			margin-bottom: 20px;
		}

		&__img {
			width: initial;
			height: initial;
			max-width: 100%;
			max-height: 100%;
		}

		&__label-wrap {
			text-align: left;
		}

		&__props-row-name {
			width: 50%;
		}

		&__env-item {
			width: 100%;
			margin-bottom: 13px;
			white-space: nowrap;

			&:hover {
				& > .product-detail-pseudo-offer__env-descr {
					display: inline-block;
				}
			}
		}

		&__env-descr {
			position: relative;
			display: inline-block;
			left: 0px;
			vertical-align: top;
			font-size: 15/12*100%;
			color: #000;
			line-height: 30px;
			text-decoration: none;
			background-color: #fff;

			span {
				font-weight: 500;
			}
		}

		&__buttons-holder {
			position: relative;
			padding-bottom: 66px;
		}

		&__counter-holder {
			@include box-sizing;
			float: left;
			width: 40%;
			text-align: left;
			padding-top: 6px;
		}

		&__price-old {
			text-decoration: line-through;
			color: #999999;
		}

		&__price {
			font-size: 10px;
			font-weight: bold;

			span {
				color: #0c6f9d;
				font-size: 20px;
				font-weight: normal;
				line-height: 20px;
			}
		}

		&__buy-holder {
			position: absolute;
			left: 0px;
			bottom: 0px;
			padding-top: 20px;
			width: 100%;
			background-color: #fff;
			text-align: center;
		}
	}
}
*/
.product-detail2__main-cols {
  position: relative;
  margin-left: -2.08333%;
}

.product-detail2__main-cols:after {
  content: '';
  display: block;
  clear: left;
}

.product-detail2__image-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.product-detail2__description-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

.product-detail2__description {
  margin-top: -7px;
}

.product-detail2__img-holder {
  -webkit-filter: brightness(96%);
          filter: brightness(96%);
  padding: 30px;
  background: white;
  position: relative;
}

.product-detail2__img {
  max-width: 100%;
  height: auto;
}

.product-detail2__label-wrap {
  position: absolute;
  left: 10px;
  top: 10px;
}

.product-detail2__label {
  display: inline-block;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-left: 6px;
  background-color: #0073b9;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

.product-detail2__label.is-new {
  background-color: #0073b9;
  color: white;
}

.product-detail2__label.is-action {
  background-color: #4b9d14;
}

.product-detail2__label.is-hit {
  background-color: #fc3e02;
}

.product-detail2__props-holder {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: black;
}

.product-detail2__props-holder:first-child {
  margin-top: 0;
}

.product-detail2__props-holder:last-child {
  margin-bottom: 0;
}

.product-detail2__props-holder:first-child {
  margin-top: 0;
}

.product-detail2__props-row {
  display: table-row;
  background-image: url("/local/templates/metmo/css/../img/spec_dots.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-detail2__props-row {
    background-image: url("/local/templates/metmo/css/../img/spec_dots@2x.png");
    -webkit-background-size: 16px 3px;
            background-size: 16px 3px;
  }
}

.product-detail2__props-name {
  display: table-cell;
  vertical-align: bottom;
  padding: 10px 10px 0 0;
}

.product-detail2__props-name span {
  padding: 2px 5px 2px 0;
  background: white;
  position: relative;
  top: 4px;
}

.product-detail2__props-value {
  display: table-cell;
  vertical-align: bottom;
  padding: 10px 0 0 0;
  text-align: right;
}

.product-detail2__props-value span {
  padding: 2px 0px 2px 5px;
  background: white;
  position: relative;
  top: 4px;
}

.product-detail2__btns-col {
  float: right;
  width: 200px;
}

.product-detail2__info-col {
  padding-top: 10px;
  overflow: hidden;
}

.product-detail2__price-section {
  display: table;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-detail2__price-section:first-child {
  margin-top: 0;
}

.product-detail2__price-section:last-child {
  margin-bottom: 0;
}

.product-detail2__price-row {
  display: table-row;
}

.product-detail2__counter {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

.product-detail2__price-holder {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  width: 130px;
}

.product-detail2__price-label {
  vertical-align: bottom;
  margin-right: 10px;
  font-weight: bold;
  display: none;
}

.product-detail2__price-values {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.product-detail2__price-old {
  text-decoration: line-through;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
}

.product-detail2__price-current {
  font-size: 30px;
  line-height: 1;
}

.product-detail2__remark-holder {
  display: table-cell;
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.16;
  color: #7b7b7b;
  vertical-align: middle;
}

.product-detail2__remark-holder p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.16;
}

.product-detail2__btn {
  display: table-cell;
  padding-left: 30px;
  text-align: right;
  vertical-align: middle;
}

.product-detail2__buy-btn {
  padding-left: 50px;
  padding-right: 50px;
}

.product-detail2__fast-order {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.product-detail2__back, .product-detail2__pseudo-offers {
  margin-top: 80px;
}

.product-detail2__back:first-child, .product-detail2__pseudo-offers:first-child {
  margin-top: 0;
}

.product-detail2__additinal-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-detail2__additinal-section:first-child {
  margin-top: 0;
}

.product-detail2__additinal-section:last-child {
  margin-bottom: 0;
}

.product-detail2__additinal-caption {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 150%;
}

.product-detail2__additinal-caption:last-child {
  margin-bottom: 0;
}

.product-detail2__buttons-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  padding-top: 10px;
  background: #f3f3f3;
  font-size: 12px;
  color: #7b7b7b;
}

.product-detail2__buttons-section:first-child {
  margin-top: 0;
}

.product-detail2__buttons-section:last-child {
  margin-bottom: 0;
}

.product-detail2__fast {
  display: inline-block;
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 10px;
}

.product-detail2__favor-link {
  display: inline-block;
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 10px;
}

.product-detail2__delivery {
  display: inline-block;
  margin-top: 10px;
}

.product-detail2__delivery-info {
  padding-left: 25px;
  position: relative;
}

.product-detail2__delivery-info:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -40px 0px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-detail2__delivery-info:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.product-detail2__fast-order {
  position: relative;
  color: #7b7b7b;
}

.product-detail2__fast-order:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/metmo/css/../img/metmo_icons.png");
  background-repeat: no-repeat;
  background-position: -20px 0px;
  position: absolute;
  left: -25px;
  top: 0;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-detail2__fast-order:before {
    background-image: url("/local/templates/metmo/css/../img/metmo_icons@2x.png");
    -webkit-background-size: 160px 20px;
            background-size: 160px 20px;
  }
}

.product-detail2__tabs-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-detail2__tabs-section:first-child {
  margin-top: 0;
}

.product-detail2__tabs-section:last-child {
  margin-bottom: 0;
}

.product-detail2__pseudo-offers {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 12px;
  list-style: none;
}

.product-detail2__pseudo-offers:first-child {
  margin-top: 0;
}

.product-detail2__pseudo-offers:last-child {
  margin-bottom: 0;
}

.product-detail2__pseudo-offer {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 16px;
}

.product-detail2__pseudo-offer:first-child {
  margin-top: 0;
}

.product-detail2__pseudo-offer:last-child {
  margin-bottom: 0;
}

.product-detail2__pseudo-offer-link {
  position: relative;
  color: #8c8c8c;
}

.product-detail2__pseudo-offer-link:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 3px;
  width: 10px;
  height: 11px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -80px 0;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .product-detail2__pseudo-offer-link:before {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

@media screen and (max-width: 1210px) {
  .product-detail2__buy-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-detail2__main-cols {
    margin-left: 0;
  }
  .product-detail2__image-col {
    float: none;
    margin-left: 0;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-detail2__description-col {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .product-detail2__pseudo-offers {
    display: none;
  }
  .product-detail2__mobile-heading {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px;
    background: #f3f3f3;
    margin-bottom: 0;
  }
  .product-detail2__description h1 {
    display: none;
  }
  .product-detail2__price-section, .product-detail2__price-row {
    display: block;
  }
  .product-detail2__counter {
    display: inline-block;
  }
  .product-detail2__price-holder {
    display: inline-block;
    width: auto;
  }
  .product-detail2__btn {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .product-detail2__btn:first-child {
    margin-top: 0;
  }
  .product-detail2__btn:last-child {
    margin-bottom: 0;
  }
  .product-detail2__remark-holder {
    display: inline-block;
    width: auto;
    margin-left: 30px;
  }
  .product-detail2__buy-btn {
    width: 100%;
  }
  .product-detail2__buttons-section:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-detail2__fast, .product-detail2__favor-link, .product-detail2__delivery {
    margin: 10px 0 0 25px;
    float: left;
    clear: left;
  }
  .product-detail2__delivery {
    margin-left: 0;
  }
  .product-detail2__back {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .product-detail2__remark-holder {
    margin-left: 0;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  .product-detail2__remark-holder:first-child {
    margin-top: 0;
  }
  .product-detail2__remark-holder:last-child {
    margin-bottom: 0;
  }
}

.promo-detail {
  padding-bottom: 10px;
}

.promo-detail__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.promo-detail__title:last-child {
  margin-bottom: 0;
}

.promo-detail__picture-holder {
  width: 31.25%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.promo-detail__picture {
  display: block;
  width: 100%;
}

.promo-detail__form {
  padding: 20px;
  background: #ececec;
}

.promo-detail__form-title {
  margin-bottom: 20px;
  font-size: 114.28571%;
  font-weight: bold;
}

.promo-detail__form-title:last-child {
  margin-bottom: 0;
}

.promo-detail__form-input {
  margin-bottom: 15px;
  display: block;
  padding: 5px 4% 5px 6%;
  width: -webkit-calc(90% - 2px);
  width: calc(90% - 2px);
  border: 1px solid #a9a9a9;
}

.promo-detail__form-input:last-child {
  margin-bottom: 0;
}

.promo-detail__form-btn {
  padding: 3px 20%;
}

.promo-detail__field {
  margin-bottom: 15px;
}

.promo-detail__field.is-error input[type="text"] {
  border: #c10000 1px solid;
}

.promo-detail__field.is-error .error-text {
  color: #c10000;
}

.promo-detail__error, .promo-detail__none {
  display: none;
}

.promo-detail__error.is-visible, .promo-detail__none.is-visible {
  display: block;
}

@media screen and (max-width: 479px) {
  .promo-detail__picture-holder {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .promo-detail__picture-holder:first-child {
    margin-top: 0;
  }
  .promo-detail__picture-holder:last-child {
    margin-bottom: 0;
  }
  .promo-detail__picture-holder.layout__overflow-left {
    margin-left: 0;
  }
}

.promo-offer__caption {
  margin-bottom: 40px;
  font-size: 214.28571%;
  font-weight: bold;
}

.promo-offer__caption:last-child {
  margin-bottom: 0;
}

.promo-offer__info {
  overflow: hidden;
}

.promo-offer__action {
  margin-bottom: 50px;
  padding: 50px 20px;
  background: #F0F0F0;
}

.promo-offer__action:last-child {
  margin-bottom: 0;
}

.promo-offer__action:after {
  content: '';
  display: block;
  clear: both;
}

.promo-offer__figure {
  float: left;
  width: 40%;
  min-width: 200px;
  margin: 0 4% 10px 0;
}

.promo-offer__img {
  display: block;
  max-width: 100%;
}

.promo-offer__title {
  margin-bottom: 20px;
  line-height: 120%;
  font-size: 214.28571%;
  font-weight: bold;
}

.promo-offer__title:last-child {
  margin-bottom: 0;
}

.promo-offer__description {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 170%;
  font-size: 114.28571%;
}

.promo-offer__description:first-child {
  margin-top: 0;
}

.promo-offer__description:last-child {
  margin-bottom: 0;
}

.promo-offer__timer-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}

.promo-offer__timer-holder:first-child {
  margin-top: 0;
}

.promo-offer__timer-holder:last-child {
  margin-bottom: 0;
}

.promo-offer__order {
  margin-top: 20px;
  margin-bottom: 20px;
}

.promo-offer__order:first-child {
  margin-top: 0;
}

.promo-offer__order:last-child {
  margin-bottom: 0;
}

.promo-offer.is-center .promo-offer__title {
  text-align: center;
}

.promo-offer.is-center .promo-offer__description {
  text-align: center;
}

.promo-offer.is-center .promo-offer__figure {
  float: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 95%;
}

.promo-offer.is-center .promo-offer__order {
  text-align: center;
}

.promo-offer.is-center .promo-offer__timer-holder {
  display: inline-block;
  margin-right: 20px;
}

.promo-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo-slider a {
  color: inherit;
}

.promo-slider__slide {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo-slider__action {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 450px;
}

.promo-slider__bg-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.promo-slider__bg {
  width: auto;
  min-height: 100%;
  min-width: 100%;
}

.promo-slider__content-holder {
  position: relative;
  display: block;
  z-index: 2;
  padding: 40px;
  padding-top: 60px;
  width: 50%;
}

.promo-slider__pretitle {
  text-transform: uppercase;
  color: #737373;
  font-weight: bold;
  font-size: 18px;
}

.promo-slider__title {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
}

.promo-slider__title:first-child {
  margin-top: 0;
}

.promo-slider__title:last-child {
  margin-bottom: 0;
}

.promo-slider__description {
  display: block;
  text-align: left;
}

.promo-slider__morebutton {
  margin-top: 40px;
  margin-bottom: 40px;
  background: transparent;
  height: 49px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 13px 36px 0 36px;
  font-size: 14px;
}

.promo-slider__morebutton:first-child {
  margin-top: 0;
}

.promo-slider__morebutton:last-child {
  margin-bottom: 0;
}

.promo-slider__arrows {
  position: absolute;
  top: 40%;
  padding: 0 .3em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 100%;
  font-size: 357.14286%;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.promo-slider__arrow-left {
  left: 2%;
}

.promo-slider__arrow-left:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.promo-slider__arrow-right {
  right: 2%;
}

.promo-slider__arrow-right:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.promo-slider__pagination {
  position: absolute;
  width: 15px;
  right: 20px;
  top: 60px;
  text-align: center;
}

.promo-slider__pagination li {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid #fc3f00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.promo-slider__pagination li.slick-active {
  background: #fc3f00;
}

.promo-slider__pagination button {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.promo-slider__pagination li.slick-active .promo-slider__page-btn {
  background: #909090;
}

.promo-slider.is-adaptive-bg .promo-slider__bg-holder {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.promo-slider.is-mobile .promo-slider__action {
  height: 263px;
}

.promo-slider.is-mobile .promo-slider__content-holder {
  padding: 15px;
  padding-top: 20px;
  width: 70%;
}

.promo-slider.is-mobile .promo-slider__pretitle {
  font-size: 11px;
  text-shadow: 0px 0px 10px #f3f3f3;
}

.promo-slider.is-mobile .promo-slider__title {
  font-size: 30px;
  text-shadow: 0px 0px 10px #f3f3f3;
}

.promo-slider.is-mobile .promo-slider__subtitle {
  text-shadow: 0px 0px 10px #f3f3f3;
}

.promo-slider.is-mobile .promo-slider__morebutton {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 34px;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  padding: 8px 26px 0 26px;
  font-size: 11px;
}

.promo-slider.is-mobile .promo-slider__morebutton:first-child {
  margin-top: 0;
}

.promo-slider.is-mobile .promo-slider__morebutton:last-child {
  margin-bottom: 0;
}

.promo-slider.is-mobile .promo-slider__pagination {
  height: 15px;
  width: 50%;
  right: 20px;
  bottom: 20px;
  top: auto;
  text-align: right;
}

.promo-slider.is-mobile .promo-slider__pagination li {
  margin: 0 5px;
}

.promo-slider.is-mobile .promo-slider__bg-holder {
  background-position: 30% 50%;
}

.promo-tiles:after {
  content: '';
  display: block;
  clear: both;
}

.promo-tiles__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.promo-tiles__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -1.5625%;
  margin-top: -1.5625%;
}

.promo-tiles__list:after {
  content: '';
  display: block;
  clear: left;
}

.promo-tiles__item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-top: 1.5625%;
}

.promo-tiles__item:nth-child(3n+1) {
  clear: left;
}

.promo-tiles__image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .quality-interview__product-title, .quality-interview__image {
    display: inline-block;
    vertical-align: middle;
  }
  .quality-interview__product-title {
    margin-left: 5px;
  }
}

.radio {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  min-width: 14px;
  min-height: 14px;
  font-size: 14px;
}

.radio__check-holder {
  position: absolute;
  left: 0;
  height: 26px;
}

.radio__text {
  display: block;
  padding-left: 22px;
  font-size: 14px;
}

.radio:hover .checkbox__text {
  text-decoration: underline;
}

.radio.is-disabled {
  opacity: 0.3;
}

.rating-widget__description {
  margin-bottom: 10px;
}

.regional__title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: 700;
  text-align: center;
}

.regional__title:first-child {
  margin-top: 0;
}

.regional__title:last-child {
  margin-bottom: 0;
}

.regional__plate {
  padding: 20px 25px;
  background-color: #eee;
}

.regional__region-items {
  text-align: left;
}

.regional__region-items:after {
  content: '';
  display: block;
  clear: both;
}

.regional__region-item {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 200%;
}

.regional__region-item-link.is-active {
  font-weight: bold;
}

.regional__info {
  margin-bottom: 20px;
  margin-top: 20px;
}

.regional__info:last-child {
  margin-bottom: 0;
}

.regional__info:first-child {
  margin-top: 0;
}

.regional__city-items {
  position: relative;
  margin-left: -1.5625%;
}

.regional__city-items:after {
  content: '';
  display: block;
  clear: left;
}

.regional__city-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
}

.regional-phone {
  font-weight: bold;
  font-size: 1.4em;
}

.registration-form__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: 700;
  margin-left: 20%;
  margin-right: 20px;
}

.registration-form__title:first-child {
  margin-top: 0;
}

.registration-form__title:last-child {
  margin-bottom: 0;
}

.registration-form__node {
  color: #0b8bfb;
}

.registration-form__node.error {
  color: #d30116;
}

.registration-form__node.success {
  color: #00AA00;
}

.registration-form__plate {
  padding: 20px;
  background-color: #eee;
}

.registration-form__fields-list {
  display: table;
  width: 100%;
}

.registration-form__field {
  display: table-row;
}

.registration-form__field.is-error .registration-form__error {
  display: block;
}

.registration-form__field.is-none .registration-form__none {
  display: block;
}

.registration-form__field.js-pass-change {
  display: none;
}

.registration-form__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.registration-form__buttons:first-child {
  margin-top: 0;
}

.registration-form__buttons:last-child {
  margin-bottom: 0;
}

.registration-form__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px 0 0;
  width: 150px;
}

.registration-form__label.is-captcha {
  vertical-align: bottom;
  padding-bottom: 18px;
}

.registration-form__item {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.registration-form__item:after {
  content: '';
  display: block;
  clear: both;
}

.registration-form__item input[type='text'],
.registration-form__item input[type='email'],
.registration-form__item input[type='password'],
.registration-form__item textarea {
  width: 100%;
}

.registration-form__add-link {
  display: inline-block;
  margin-left: 1em;
}

.registration-form__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.registration-form__list.is-horizontal {
  margin: 0;
}

.registration-form__list.is-horizontal .registration-form__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.registration-form__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form__list-item:first-child {
  margin-top: 0;
}

.registration-form__list-item:last-child {
  margin-bottom: 0;
}

.registration-form__error {
  display: none;
  color: red;
}

.registration-form__none {
  display: none;
  color: red;
}

.registration-form__ok {
  display: none;
  margin-top: 5px;
}

.registration-form__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.registration-form__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.registration-form__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.registration-form__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
}

.registration-form__link {
  display: inline-block;
  color: #0b8bfb;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.registration-form__link:hover {
  text-decoration: none;
}

.registration-form__captcha {
  display: table;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form__captcha:first-child {
  margin-top: 0;
}

.registration-form__captcha:last-child {
  margin-bottom: 0;
}

.registration-form__captcha-link {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dashed #aaaaaa;
}

.registration-form__captcha-link:hover {
  color: #aaaaaa;
  border-bottom-color: #bbbbbb;
}

.registration-form__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.registration-form__captcha-img img {
  vertical-align: top;
}

.registration-form__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.registration-form__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.registration-form__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.registration-form__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.registration-form__socials:first-child {
  margin-top: 0;
}

.registration-form__socials:last-child {
  margin-bottom: 0;
}

.registration-form__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.registration-form__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  color: black;
}

.registration-form__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.registration-form__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.registration-form__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.registration-form__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.registration-form__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.registration-form__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.registration-form__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.registration-form__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.registration-form .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.registration-form.is-auth .registration-form__label {
  width: 50px;
}

.registration-form.is-subscribe .registration-form__title {
  margin-left: 0;
  margin-right: 0;
}

.registration-form.is-subscribe .registration-form__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.registration-form.is-subscribe .registration-form__field:first-child {
  margin-top: 0;
}

.registration-form.is-subscribe .registration-form__field:last-child {
  margin-bottom: 0;
}

.registration-form.is-subscribe .registration-form__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form.is-subscribe .registration-form__label:first-child {
  margin-top: 0;
}

.registration-form.is-subscribe .registration-form__label:last-child {
  margin-bottom: 0;
}

.registration-form.is-subscribe .registration-form__item {
  display: block;
  padding: 0;
}

.registration-form.is-subscribe .registration-form__label {
  display: none;
}

.registration-form.is-subscribe .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-subscribe .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-promo .registration-form__title {
  margin-left: 0;
  margin-right: 0;
}

.registration-form.is-promo .registration-form__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.registration-form.is-promo .registration-form__field:first-child {
  margin-top: 0;
}

.registration-form.is-promo .registration-form__field:last-child {
  margin-bottom: 0;
}

.registration-form.is-promo .registration-form__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form.is-promo .registration-form__label:first-child {
  margin-top: 0;
}

.registration-form.is-promo .registration-form__label:last-child {
  margin-bottom: 0;
}

.registration-form.is-promo .registration-form__item {
  display: block;
  padding: 0;
}

.registration-form.is-promo .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-promo .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-auth .registration-form__inputs {
  width: auto;
  float: none;
  max-width: none;
  margin-right: 0;
}

.registration-form.is-auth .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.registration-form.is-condensed-feedback .registration-form__title {
  margin-left: 0;
  margin-right: 0;
}

.registration-form.is-condensed-feedback .registration-form__field {
  display: block;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.registration-form.is-condensed-feedback .registration-form__field:first-child {
  margin-top: 0;
}

.registration-form.is-condensed-feedback .registration-form__field:last-child {
  margin-bottom: 0;
}

.registration-form.is-condensed-feedback .registration-form__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form.is-condensed-feedback .registration-form__label:first-child {
  margin-top: 0;
}

.registration-form.is-condensed-feedback .registration-form__label:last-child {
  margin-bottom: 0;
}

.registration-form.is-condensed-feedback .registration-form__item {
  display: block;
  padding: 0;
}

.registration-form.is-condensed-feedback .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-condensed-feedback .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-contacts .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-contacts .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-contacts .registration-form__label {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
  width: 70px;
}

.registration-form.is-contacts .registration-form__inputs {
  padding-right: 0;
  white-space: nowrap;
  text-align: left;
}

.registration-form.is-contacts .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-contacts .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-reg .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-reg .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-pass-recovery .registration-form__title {
  margin-left: 0;
  margin-right: 0;
  font-size: 185.71429%;
  font-weight: 400;
  margin-bottom: 20px;
}

.registration-form.is-pass-recovery .registration-form__field {
  display: block;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form.is-pass-recovery .registration-form__field:first-child {
  margin-top: 0;
}

.registration-form.is-pass-recovery .registration-form__field:last-child {
  margin-bottom: 0;
}

.registration-form.is-pass-recovery .registration-form__label {
  display: block;
  padding: 0;
  width: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.registration-form.is-pass-recovery .registration-form__label:first-child {
  margin-top: 0;
}

.registration-form.is-pass-recovery .registration-form__label:last-child {
  margin-bottom: 0;
}

.registration-form.is-pass-recovery .registration-form__item {
  display: block;
  padding: 0;
}

.registration-form.is-pass-recovery .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-pass-recovery .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-modal .registration-form__plate {
  padding-bottom: 40px;
}

.registration-form.is-modal .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-modal .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-modal .registration-form__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 171.42857%;
  margin-bottom: 20px;
}

.registration-form.is-modal .registration-form__socials-holder {
  background: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.registration-form.is-modal .registration-form__socials-holder:first-child {
  margin-top: 0;
}

.registration-form.is-modal .registration-form__socials-holder:last-child {
  margin-bottom: 0;
}

.registration-form.is-modal .registration-form__socials-caption {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.registration-form.is-modal .registration-form__socials {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.registration-form.is-modal .registration-form__socials-link {
  background-color: #fff;
}

.registration-form.is-email-request .registration-form__inputs {
  width: auto;
  float: none;
  margin-right: 0;
}

.registration-form.is-email-request .registration-form__message {
  float: none;
  width: auto;
  max-width: none;
}

.registration-form.is-email-request .registration-form__intro-text {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.registration-form.is-email-request .registration-form__intro-text:first-child {
  margin-top: 0;
}

.registration-form.is-email-request .registration-form__intro-text:last-child {
  margin-bottom: 0;
}

.registration-form.is-email-request .registration-form__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 185.71429%;
  margin-bottom: 25px;
}

.registration-form.is-email-request .registration-form__label {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .registration-form .registration-form__title {
    margin-left: 0;
    margin-right: 0;
  }
  .registration-form .registration-form__field {
    display: block;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .registration-form .registration-form__field:first-child {
    margin-top: 0;
  }
  .registration-form .registration-form__field:last-child {
    margin-bottom: 0;
  }
  .registration-form .registration-form__label {
    display: block;
    padding: 0;
    width: auto;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .registration-form .registration-form__label:first-child {
    margin-top: 0;
  }
  .registration-form .registration-form__label:last-child {
    margin-bottom: 0;
  }
  .registration-form .registration-form__item {
    display: block;
    padding: 0;
  }
  .registration-form .registration-form__inputs {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .registration-form .registration-form__message {
    float: none;
    width: auto;
    max-width: none;
  }
  .registration-form .registration-form__plate {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .fancybox-inner .registration-form .registration-form__plate {
    margin-left: 0;
    margin-right: 0;
    background: white;
  }
  .fancybox-inner .registration-form .registration-form__title {
    margin-right: 20px;
  }
  .registration-form .registration-form__label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .registration-form .registration-form__field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .registration-form .registration-form__field:first-child {
    margin-top: 0;
  }
  .registration-form .registration-form__field:last-child {
    margin-bottom: 0;
  }
}

.related-carousel__items {
  position: relative;
}

.related-carousel__items:after {
  content: '';
  display: block;
  clear: left;
}

.related-carousel__item {
  margin-right: 5%;
  width: 30%;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.related-carousel__item:last-child {
  margin-right: 0;
}

.related-carousel__thumb {
  margin-bottom: 15px;
  text-align: center;
}

.related-carousel__thumb:last-child {
  margin-bottom: 0;
}

.related-carousel__thumb-link {
  display: inline-block;
  padding: 3px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid lightgrey;
  vertical-align: top;
}

.related-carousel__thumb-img {
  display: block;
  width: 100%;
}

.related-carousel__title {
  margin-bottom: 20px;
}

.related-carousel__title:last-child {
  margin-bottom: 0;
}

.related-carousel__discount {
  margin-bottom: 5px;
}

.related-carousel__discount:last-child {
  margin-bottom: 0;
}

.related-carousel__discount-value {
  font-style: italic;
}

.related-carousel__price {
  margin-bottom: 10px;
  font-size: 114.28571%;
}

.related-carousel__price:last-child {
  margin-bottom: 0;
}

.related-carousel__arrows {
  position: absolute;
  top: 35%;
  padding: 0 .3em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 100%;
  font-size: 285.71429%;
  font-weight: bold;
  cursor: pointer;
}

.related-carousel__arrow-left {
  left: -35px;
}

.related-carousel__arrow-left:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.related-carousel__arrow-right {
  right: -35px;
}

.related-carousel__arrow-right:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.requests-item__title {
  margin-bottom: 20px;
  font-size: 214.28571%;
  font-weight: bold;
}

.requests-item__title:last-child {
  margin-bottom: 0;
}

.requests-item__category {
  margin-top: 40px;
  margin-bottom: 40px;
}

.requests-item__category:first-child {
  margin-top: 0;
}

.requests-item__category:last-child {
  margin-bottom: 0;
}

.requests-item__subtitle {
  margin-bottom: 20px;
  font-size: 171.42857%;
  font-weight: bold;
}

.requests-item__subtitle:last-child {
  margin-bottom: 0;
}

.requests-item__items {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.requests-item__item {
  display: table-row;
}

.requests-item__id {
  display: table-cell;
  padding: 15px 0;
  font-weight: bold;
}

.requests-item__status {
  display: table-cell;
  width: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.requests-item__download {
  width: 100px;
  display: table-cell;
}

.requests-item__status-title {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.requests-item__status-value {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid gray;
}

.requests-item__status-value.is-waiting {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}

.requests-item__status-value.is-complete {
  background-color: #C6FF90;
  border-color: #C6FF90;
}

.reviews-balloons__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 214.28571%;
  font-weight: bold;
}

.reviews-balloons__title:last-child {
  margin-bottom: 0;
}

.reviews-balloons__items {
  position: relative;
  margin-left: -1.5625%;
  list-style: none;
  margin-top: -3.125%;
}

.reviews-balloons__items:after {
  content: '';
  display: block;
  clear: left;
}

.reviews-balloons__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-top: 3.125%;
}

.reviews-balloons__item:nth-child(3n+1) {
  clear: left;
}

.reviews-balloons__name {
  margin-bottom: 10px;
  width: 60%;
  font-size: 171.42857%;
  line-height: 1;
}

.reviews-balloons__name:last-child {
  margin-bottom: 0;
}

.reviews-balloons__text {
  position: relative;
  padding: 20px 30px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #C6C6C6;
  color: white;
}

.reviews-balloons__text:after {
  position: absolute;
  content: '';
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #C6C6C6;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
       -o-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

.reviews-balloons__text.is-top {
  margin-bottom: 30px;
}

.reviews-balloons__text.is-top:last-child {
  margin-bottom: 0;
}

.reviews-balloons__text.is-top:after {
  bottom: -27px;
  -webkit-transform: scaleY(-1) rotate(-12deg);
      -ms-transform: scaleY(-1) rotate(-12deg);
       -o-transform: scaleY(-1) rotate(-12deg);
          transform: scaleY(-1) rotate(-12deg);
}

.reviews-balloons__text.is-bottom {
  margin-top: 30px;
}

.reviews-balloons__text.is-bottom:first-child {
  margin-top: 0;
}

.reviews-balloons__text.is-bottom:after {
  top: -27px;
}

.reviews-detail__title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

.reviews-detail__title:last-child {
  margin-bottom: 0;
}

.reviews-detail__image-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.reviews-detail__image-holder:first-child {
  margin-top: 0;
}

.reviews-detail__image-holder:last-child {
  margin-bottom: 0;
}

.reviews-detail__main-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.reviews-detail__date {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}

.reviews-detail__date:first-child {
  margin-top: 0;
}

.reviews-detail__date:last-child {
  margin-bottom: 0;
}

.reviews-detail__content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reviews-detail__content:first-child {
  margin-top: 0;
}

.reviews-detail__content:last-child {
  margin-bottom: 0;
}

.reviews-detail__back-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reviews-detail__back-holder:first-child {
  margin-top: 0;
}

.reviews-detail__back-holder:last-child {
  margin-bottom: 0;
}

.reviews-detail__back {
  text-decoration: none;
}

.reviews-detail__back:before {
  content: '←';
  margin-right: .5em;
}

.reviews-list__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 214.28571%;
  font-weight: bold;
}

.reviews-list__title:last-child {
  margin-bottom: 0;
}

.reviews-list__items {
  list-style: none;
}

.reviews-list__author {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-left: 0;
}

.reviews-list__comment {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 110.9375%;
  margin-left: 1.5625%;
}

.reviews-list__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6c6c6c;
}

.reviews-list__item:last-child {
  margin-bottom: 0;
}

.reviews-list__item:after {
  content: '';
  display: block;
  clear: both;
}

.reviews-list__name {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 171.42857%;
  line-height: 1;
}

.reviews-list__name:last-child {
  margin-bottom: 0;
}

.reviews-list__text {
  position: relative;
  padding: 20px;
}

.reviews-list__add, .reviews-list__description {
  margin-bottom: 10px;
}

.reviews-list__add:last-child, .reviews-list__description:last-child {
  margin-bottom: 0;
}

.reviews-list.is-balloons .reviews-list__item {
  border-bottom: none;
}

.reviews-list.is-balloons .reviews-list__text {
  background: #C6C6C6;
  color: white;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.reviews-list.is-balloons .reviews-list__text:after {
  position: absolute;
  content: '';
  right: 7px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #C6C6C6;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
       -o-transform: rotate(-12deg);
          transform: rotate(-12deg);
  left: -25px;
  -webkit-transform: scaleY(-1) rotate(-90deg);
      -ms-transform: scaleY(-1) rotate(-90deg);
       -o-transform: scaleY(-1) rotate(-90deg);
          transform: scaleY(-1) rotate(-90deg);
}

.sale-interview__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: bold;
  margin-left: 20%;
  margin-right: 20px;
}

.sale-interview__title:first-child {
  margin-top: 0;
}

.sale-interview__title:last-child {
  margin-bottom: 0;
}

.sale-interview__subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

.sale-interview__subtitle:first-child {
  margin-top: 0;
}

.sale-interview__subtitle:last-child {
  margin-bottom: 0;
}

.sale-interview__plate {
  padding: 20px;
  background-color: #eee;
}

.sale-interview__fields-title {
  font-weight: bold;
  font-size: 166.66667%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sale-interview__fields-title:last-child {
  margin-bottom: 0;
}

.sale-interview__fields-title:first-child {
  margin-top: 0;
}

.sale-interview__fields-desc {
  margin-bottom: 20px;
  margin-top: 20px;
}

.sale-interview__fields-desc:last-child {
  margin-bottom: 0;
}

.sale-interview__fields-desc:first-child {
  margin-top: 0;
}

.sale-interview__fields-list {
  display: table;
  width: 100%;
}

.sale-interview__fields-list.is-stars-list {
  width: auto;
}

.sale-interview__fields-list.is-stars-list .sale-interview__label {
  white-space: nowrap;
  text-align: left;
  padding-left: 10px;
}

.sale-interview__field {
  display: table-row;
}

.sale-interview__field.is-error .sale-interview__error {
  display: block;
}

.sale-interview__field.is-none .sale-interview__none {
  display: block;
}

.sale-interview__field.js-pass-change {
  display: none;
}

.sale-interview__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sale-interview__buttons:first-child {
  margin-top: 0;
}

.sale-interview__buttons:last-child {
  margin-bottom: 0;
}

.sale-interview__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px 0 0;
  width: 150px;
}

.sale-interview__label.is-captcha {
  padding-bottom: 1em;
  vertical-align: bottom;
}

.sale-interview__item {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.sale-interview__item:after {
  content: '';
  display: block;
  clear: both;
}

.sale-interview__item input[type='text'],
.sale-interview__item input[type='email'],
.sale-interview__item input[type='password'],
.sale-interview__item textarea {
  width: 100%;
}

.sale-interview__add-link {
  display: inline-block;
  margin-left: 1em;
}

.sale-interview__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.sale-interview__list.is-horizontal {
  margin: 0;
}

.sale-interview__list.is-horizontal .sale-interview__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.sale-interview__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sale-interview__list-item:first-child {
  margin-top: 0;
}

.sale-interview__list-item:last-child {
  margin-bottom: 0;
}

.sale-interview__error {
  display: none;
  color: red;
}

.sale-interview__none {
  display: none;
  color: red;
}

.sale-interview__ok {
  display: none;
  margin-top: 5px;
}

.sale-interview__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.sale-interview__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.sale-interview__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.sale-interview__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
}

.sale-interview__link {
  display: inline-block;
  color: #0b8bfb;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.sale-interview__link:hover {
  text-decoration: none;
}

.sale-interview__captcha {
  display: table;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sale-interview__captcha:first-child {
  margin-top: 0;
}

.sale-interview__captcha:last-child {
  margin-bottom: 0;
}

.sale-interview__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.sale-interview__captcha-img img {
  vertical-align: top;
}

.sale-interview__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.sale-interview__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.sale-interview__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.sale-interview__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sale-interview__socials:first-child {
  margin-top: 0;
}

.sale-interview__socials:last-child {
  margin-bottom: 0;
}

.sale-interview__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.sale-interview__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.sale-interview__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.sale-interview__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.sale-interview__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.sale-interview__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.sale-interview__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.sale-interview__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.sale-interview__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.sale-interview__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.sale-interview__link-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sale-interview__link-items:first-child {
  margin-top: 0;
}

.sale-interview__link-items:last-child {
  margin-bottom: 0;
}

.sale-interview__link-item {
  display: inline-block;
}

.sale-interview__link-item:before {
  content: ' | ';
  margin-left: .5em;
  margin-right: .5em;
}

.sale-interview__link-item:first-child:before {
  content: none;
}

.sale-interview .select2-container {
  min-width: 100%;
  max-width: 100%;
}

.search-b2b__form-container {
  clear: both;
  display: inline-block;
}

.search-b2b__form-block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
  margin-bottom: 40px;
  margin-left: 0px;
  display: inline-block;
}

.search-b2b__description-block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  margin-bottom: 40px;
  display: inline-block;
}

.search-b2b__text-container {
  margin-bottom: 15px;
}

.search-b2b__text {
  width: 100%;
}

.search-b2b__button-container {
  text-align: right;
}

.search-b2b-form__form {
  margin-bottom: 40px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60.9375%;
  margin-left: 1.5625%;
  float: left;
}

.search-b2b-form__form:last-child {
  margin-bottom: 0;
}

.search-b2b-form__desc {
  margin-bottom: 40px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  float: right;
}

.search-b2b-form__desc:last-child {
  margin-bottom: 0;
}

.search-b2b-form__textarea {
  width: 100%;
  height: 270px;
  overflow-y: scroll;
}

.search-b2b-form__field {
  margin-bottom: 40px;
}

.search-b2b-form__field:last-child {
  margin-bottom: 0;
}

.search-b2b-form__submit {
  float: right;
}

@media screen and (max-width: 767px) {
  .search-b2b-form__submit {
    float: none;
  }
  .search-b2b-form__form {
    float: none;
    width: auto;
  }
  .search-b2b-form__desc {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-b2b-form__desc:first-child {
    margin-top: 0;
  }
  .search-b2b-form__desc:last-child {
    margin-bottom: 0;
  }
  .search-b2b-form__field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-b2b-form__field:first-child {
    margin-top: 0;
  }
  .search-b2b-form__field:last-child {
    margin-bottom: 0;
  }
}

.search-b2b-results__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: bold;
  margin-left: 20%;
  margin-right: 20px;
}

.search-b2b-results__title:first-child {
  margin-top: 0;
}

.search-b2b-results__title:last-child {
  margin-bottom: 0;
}

.search-b2b-results__result-title {
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-b2b-results__result-title:first-child {
  margin-top: 0;
}

.search-b2b-results__result-title:last-child {
  margin-bottom: 0;
}

.search-b2b-results__result-query {
  font-weight: bold;
  color: black;
}

.search-b2b-results__item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-b2b-results__item:first-child {
  margin-top: 0;
}

.search-b2b-results__item:last-child {
  margin-bottom: 0;
}

.search-b2b-results__subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

.search-b2b-results__subtitle:first-child {
  margin-top: 0;
}

.search-b2b-results__subtitle:last-child {
  margin-bottom: 0;
}

.search-b2b-results__title-inner {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 171.42857%;
  font-weight: bold;
}

.search-b2b-results__title-inner:first-child {
  margin-top: 0;
}

.search-b2b-results__title-inner:last-child {
  margin-bottom: 0;
}

.search-b2b-results__table {
  margin-bottom: 20px;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.search-b2b-results__table:last-child {
  margin-bottom: 0;
}

.search-b2b-results__table-title {
  margin-bottom: 5px;
  color: #999999;
  font-size: 85.71429%;
}

.search-b2b-results__table-title:last-child {
  margin-bottom: 0;
}

.search-b2b-results__table-head {
  display: table-row;
  background: #F0F0F0;
  color: #999999;
}

.search-b2b-results__table-item {
  display: table-row;
  background: #F6F6F6;
}

.search-b2b-results__table-cell {
  display: table-cell;
  padding: 7px 5px;
  border: 1px solid darkgrey;
  vertical-align: middle;
  font-size: 78.57143%;
}

.search-b2b-results__table-cell.is-head {
  padding: 2px 0px 2px 10px;
  border: none;
  font-size: 85.71429%;
}

.search-b2b-results__info {
  position: relative;
  display: block;
  font-size: 100%;
  margin: 0px 5px;
}

.search-b2b-results__info:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.search-b2b-results__link {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .search-b2b-results__item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-b2b-results__item:first-child {
    margin-top: 0;
  }
  .search-b2b-results__item:last-child {
    margin-bottom: 0;
  }
  .search-b2b-results__result-title {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    background: #f3f3f3;
  }
}

.search-b2b-title__name {
  font-size: 90%;
  line-height: 1.42857;
}

.search-b2b-title__title-holder {
  position: relative;
  padding: 10px 15px;
  min-width: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: gray;
}

.search-b2b-title__field {
  position: relative;
  margin-right: 75px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-b2b-title__submit {
  position: absolute;
  left: 100%;
}

.search-b2b-title.is-hide-input .search-title__input {
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.search-b2b-title__input {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all .4s;
       -o-transition: all .4s;
          transition: all .4s;
}

.search-b2b-title__results-holder {
  position: absolute;
  left: 15px;
  right: 110px;
  top: 100%;
  margin-top: -10px;
  background-color: #fff;
  padding: 20px 20px 10px;
  border: 1px solid gray;
  z-index: 100;
}

.search-b2b-title__result-items {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-b2b-title__result-item {
  display: table-row;
}

.search-b2b-title__img-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0px 5px 0;
}

.search-b2b-title__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.search-b2b-title__name-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
}

.search-b2b-title__price-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
  text-align: right;
}

.search-b2b-title__price {
  white-space: nowrap;
}

.search-b2b-title__match {
  font-weight: bold;
}

.search-b2b-title__more-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-b2b-title__more-holder:first-child {
  margin-top: 0;
}

.search-b2b-title__more-holder:last-child {
  margin-bottom: 0;
}

.search-result__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.search-result__title:last-child {
  margin-bottom: 0;
}

.search-result__search-field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-result__search-field:first-child {
  margin-top: 0;
}

.search-result__search-field:last-child {
  margin-bottom: 0;
}

.search-result__amount {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-result__amount:first-child {
  margin-top: 0;
}

.search-result__amount:last-child {
  margin-bottom: 0;
}

.search-result__head {
  margin-bottom: 20px;
}

.search-result__head:last-child {
  margin-bottom: 0;
}

.search-result__head-link {
  font-size: 128.57143%;
  font-weight: bold;
}

.search-result__preview {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
}

.search-result__preview:last-child {
  margin-bottom: 0;
}

.search-result__list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-result__list:first-child {
  margin-top: 0;
}

.search-result__list:last-child {
  margin-bottom: 0;
}

.search-result__match {
  font-weight: bold;
}

.search-result__breadcrumbs {
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: italic;
  color: #999999;
}

.search-result__breadcrumbs:first-child {
  margin-top: 0;
}

.search-result__breadcrumbs:last-child {
  margin-bottom: 0;
}

.search-result__breadcrumbs-list {
  list-style: none;
  margin-left: 0;
}

.search-result__breadcrumbs-item {
  display: inline;
}

.search-result__breadcrumbs-item:before {
  content: "/";
  margin: 0 5px;
}

.search-result__breadcrumbs-item:first-child:before {
  display: none;
}

.search-result__breadcrumbs-link {
  text-decoration: underline;
  color: #999999;
}

.search-result__breadcrumbs-link:hover {
  text-decoration: none;
  color: #999999;
}

.search-title {
  display: table;
  width: 100%;
  position: relative;
}

.search-title__title-holder {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-title__field {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 2px solid #fc3f00;
  padding-right: 45px;
}

.search-title__input {
  width: 100%;
  border: none;
  height: 100%;
  padding-left: 25px;
}

.search-title__submit {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 8px;
  background-image: url("/local/templates/metmo/css/../img/icon_search.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  overflow: hidden;
  text-indent: -2000px;
  border: none;
  background-color: transparent;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .search-title__submit {
    background-image: url("/local/templates/metmo/css/../img/icon_search@2x.png");
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
  }
}

.search-title.is-hide-input .search-title__input {
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.search-title__results-holder {
  position: absolute;
  left: 0;
  right: 30%;
  top: 44px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ababab;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.search-title__result-items {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-title__result-item {
  display: table-row;
}

.search-title__img-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0px 5px 0;
  width: 40px;
  height: 40px;
  text-align: center;
}

.search-title__img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top;
}

.search-title__name-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
}

.search-title__price-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
  text-align: right;
}

.search-title__price {
  white-space: nowrap;
}

.search-title__match {
  font-weight: bold;
}

.search-title__more-holder {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-title__more-holder:first-child {
  margin-top: 0;
}

.search-title__more-holder:last-child {
  margin-bottom: 0;
}

.search-title__more {
  position: relative;
  display: inline-block;
}

.search-title__more:after {
  content: '\2192';
  margin-left: 5px;
  text-decoration: none;
  position: absolute;
  left: 100%;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .search-title__input {
    padding-left: 10px;
    font-size: 16px;
  }
}

.search-title.is-b2b .search-title__title-holder {
  display: table-row;
  width: 100%;
}

.search-title.is-b2b .search-title__form {
  display: table-cell;
}

.search-title.is-b2b .search-title__b2b {
  display: table-cell;
  position: relative;
  padding-top: 0.3em;
  padding-left: 34px;
  width: 20%;
  white-space: nowrap;
}

.search-title.is-b2b .search-title__b2b-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 40px;
  font-size: 13px;
  padding: 10px 15px 0px 15px;
}

.search-title.is-b2b .search-title__b2b-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-image: url("/local/templates/metmo/css/../img/icon_searchlist.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 10px;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .search-title.is-b2b .search-title__b2b-link:before {
    background-image: url("/local/templates/metmo/css/../img/icon_searchlist@2x.png");
    -webkit-background-size: 15px 15px;
            background-size: 15px 15px;
  }
}

.search-title.is-b2b .search-title__b2b-explain {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 80%;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 1em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
  cursor: help;
  color: #383838;
}

.search-title.is-b2b .search-title__b2b-explain:before {
  content: '?';
}

.search-title.is-b2b .search-title__b2b-tooltip {
  font-size: 12px;
  line-height: 25px;
  width: 130%;
  position: absolute;
  right: 0;
  top: 50px;
  background: #fefdeb;
  padding: 20px;
  border: 1px solid #ababab;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 100;
  white-space: normal;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.search-title.is-b2b .search-title__b2b-tooltip.is-visible {
  display: block;
}

.section-detail__picture-holder {
  margin-bottom: 20px;
  text-align: center;
}

.section-detail__picture-holder:last-child {
  margin-bottom: 0;
}

.section-detail__picture {
  display: inline-block;
  max-width: 100%;
}

.section-tiles__items:after {
  content: '';
  display: block;
  clear: left;
}

.section-tiles__item {
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 33.3333%;
  float: left;
}

.section-tiles__item:nth-child(3n+1) {
  clear: left;
}

.section-tiles__content-section {
  position: relative;
}

.section-tiles__img-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
}

.section-tiles__bottom-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 6;
}

.section-tiles__title-section {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  z-index: 7;
}

.section-tiles__img-main {
  min-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.section-tiles__title-section {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-tiles__title-section:first-child {
  margin-top: 0;
}

.section-tiles__title-section:last-child {
  margin-bottom: 0;
}

.section-tiles__title {
  text-transform: uppercase;
  font-size: 18px;
}

.section-tiles__title-text {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #fc3f00;
}

.section-tiles__link-item, .section-tiles__links-item {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 16px;
}

.section-tiles__link-item:first-child, .section-tiles__links-item:first-child {
  margin-top: 0;
}

.section-tiles__link-item:last-child, .section-tiles__links-item:last-child {
  margin-bottom: 0;
}

.section-tiles__link-text, .section-tiles__links-text {
  position: relative;
}

.section-tiles__link-text:before, .section-tiles__links-text:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 3px;
  width: 10px;
  height: 11px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -80px 0;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .section-tiles__link-text:before, .section-tiles__links-text:before {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

@media screen and (max-width: 767px) {
  .section-tiles__item {
    border-top: 1px solid #dedede;
    width: 50%;
  }
  .section-tiles__item:nth-child(3n+1) {
    clear: none;
  }
  .section-tiles__item:nth-child(2n+1) {
    clear: none;
  }
  .section-tiles__title-section {
    left: 15px;
    right: 15px;
  }
  .section-tiles__bottom-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-tiles__item {
    width: 100%;
  }
}

.sections-wall__first-level {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -1.5625%;
}

.sections-wall__first-level:after {
  content: '';
  display: block;
  clear: left;
}

.sections-wall__first-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  float: none;
  overflow: hidden;
  margin-bottom: 1.5625%;
  padding: 15px 0;
}

.sections-wall__first-item.is-left {
  float: left;
  overflow: visible;
  margin-right: 1.5625%;
  clear: left;
}

.sections-wall__first-item.is-right {
  float: right;
  overflow: visible;
  clear: right;
}

.sections-wall__first-link {
  font-size: 125%;
  margin-left: 20px;
  text-decoration: none;
  color: black;
}

.sections-wall__first-link:hover {
  text-decoration: underline;
  color: black;
}

.sections-wall__second-holder {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sections-wall__second-holder:first-child {
  margin-top: 0;
}

.sections-wall__second-holder:last-child {
  margin-bottom: 0;
}

.sections-wall__second-item {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.sections-wall__second-link {
  text-decoration: none;
}

.sections-wall__second-link:hover {
  text-decoration: underline;
}

.sidebar-menu {
  position: relative;
}

.sidebar-menu__plate {
  border: 1px solid gray;
  border-bottom: none;
}

.sidebar-menu__first-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu__first-link {
  position: relative;
  display: block;
  padding: 10px 20px 10px 30px;
  vertical-align: top;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid gray;
}

.sidebar-menu__first-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -8px;
}

.sidebar-menu__second-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu__second-item {
  position: relative;
}

.sidebar-menu__second-link {
  position: relative;
  display: block;
  padding: 10px 20px 10px 30px;
  vertical-align: top;
  border-bottom: 1px solid gray;
}

.sidebar-menu__second-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -8px;
}

.sidebar-menu__third-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 100%;
  max-width: 300px;
  background-color: #eee;
  border: 1px solid gray;
  border-bottom: none;
}

.sidebar-menu__third-item {
  position: relative;
}

.sidebar-menu__third-link {
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid gray;
}

.sidebar-menu__fourth-holder {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 100%;
  max-width: 300px;
  background-color: #eee;
  border: 1px solid gray;
  border-bottom: none;
}

.sidebar-menu__fourth-item {
  margin-bottom: 10px;
}

.sidebar-menu__fourth-item:last-child {
  margin-bottom: 0;
}

.sidebar-menu__fourth-link {
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid gray;
}

.sidebar-menu__plate {
  background-color: #eee;
}

.sidebar-menu__qtty {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-weight: 400;
}

.sidebar-menu__second-item:hover .sidebar-menu__third-holder,
.sidebar-menu__third-item:hover .sidebar-menu__fourth-holder {
  display: block;
}

.sidebar-menu__first-item.is-opened .sidebar-menu__qtty {
  display: none;
}

.site-selector {
  display: inline-block;
  padding: 10px;
  background-color: #f1f1f1;
  text-decoration: none;
  color: inherit;
}

.site-selector:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.sitemap__title {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 100%;
  font-weight: bold;
}

.sitemap__block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sitemap__block:first-child {
  margin-top: 0;
}

.sitemap__block:last-child {
  margin-bottom: 0;
}

.sitemap__zero-level {
  position: relative;
  margin-left: -1.5625%;
}

.sitemap__zero-level:after {
  content: '';
  display: block;
  clear: left;
}

.sitemap__zero-item {
  margin-bottom: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
  clear: left;
}

.sitemap__zero-item:last-child {
  margin-bottom: 0;
}

.sitemap__zero-item.is-0-deep {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  clear: none;
}

.sitemap__zero-link-holder {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
}

.sitemap__zero-link-holder:last-child {
  margin-bottom: 0;
}

.sitemap__title-2 {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 85.71429%;
  font-weight: bold;
}

.sitemap__title-2:last-child {
  margin-bottom: 0;
}

.sitemap__top-level {
  position: relative;
  margin-left: -1.5625%;
  list-style: none;
  margin-bottom: 30px;
  margin-top: -20px;
}

.sitemap__top-level:after {
  content: '';
  display: block;
  clear: left;
}

.sitemap__top-level:last-child {
  margin-bottom: 0;
}

.sitemap__top-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
  margin-top: 20px;
}

.sitemap__top-item:nth-child(4n+1) {
  clear: left;
}

.sitemap__top-link {
  display: block;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 85.71429%;
  font-weight: bold;
}

.sitemap__second-link {
  text-decoration: none;
  font-size: 85.71429%;
}

.sitemap__second-link:hover {
  text-decoration: underline;
}

.sitemap__third-level {
  padding-left: 20px;
}

.sitemap__third-link {
  text-decoration: none;
  font-size: 85.71429%;
}

.sitemap__third-link:hover {
  text-decoration: underline;
}

.sitemap__fourth-level {
  padding-left: 20px;
}

.sitemap__fourth-link {
  text-decoration: none;
  font-size: 78.57143%;
}

.sitemap__fourth-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sitemap__zero-item.is-0-deep {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
    clear: none;
  }
  .sitemap__zero-item.is-0-deep:nth-child(2n+1) {
    clear: left;
  }
  .sitemap__top-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.4375%;
    margin-left: 1.5625%;
    margin-top: 20px;
  }
  .sitemap__top-item:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 479px) {
  .sitemap__zero-item.is-0-deep {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
    clear: left;
  }
  .sitemap__top-item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
    margin-top: 20px;
    clear: left;
  }
}

.smart-filter {
  position: relative;
  height: 100%;
}

.smart-filter__caption {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 114.28571%;
  font-weight: 600;
}

.smart-filter__caption:first-child {
  margin-top: 0;
}

.smart-filter__caption:last-child {
  margin-bottom: 0;
}

.smart-filter__fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smart-filter__field {
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
}

.smart-filter__field:first-child {
  border-top: 1px solid #d3d3d3;
}

.smart-filter__field.is-open .smart-filter__field-header:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.smart-filter__field-header {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.smart-filter__field-header:after {
  content: '';
  display: block;
  clear: both;
}

.smart-filter__field-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border: 10px solid transparent;
  border-width: 4px 0px 4px 8px;
  border-left-color: #383839;
  -webkit-transition: .4s -webkit-transform;
       -o-transition: .4s -o-transform;
          transition: .4s transform;
}

.smart-filter__field-caption {
  font-size: 85.71429%;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.smart-filter__field-content {
  padding-top: 5px;
  padding-bottom: 15px;
}

.smart-filter__full-reset {
  font-size: 12px;
  text-decoration: none;
  color: #828486;
}

.smart-filter__footer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.smart-filter__footer:first-child {
  margin-top: 0;
}

.smart-filter__footer:last-child {
  margin-bottom: 0;
}

.smart-filter__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smart-filter__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.smart-filter__item:first-child {
  margin-top: 0;
}

.smart-filter__item:last-child {
  margin-bottom: 0;
}

.smart-filter__apply-btn {
  margin-right: 1em;
}

.smart-filter__result-holder {
  display: none;
  position: absolute;
  left: 100%;
  z-index: 10;
}

.smart-filter__result {
  padding: 10px;
  background-color: #eee;
}

.smart-filter__result-num {
  margin: 0 .5em;
  font-weight: bold;
}

.smart-filter .checkbox__text {
  font-size: 12px;
  color: #171818;
}

.smart-filter .select2-container {
  max-width: 100%;
  min-width: 100%;
}

.smart-filter:hover .smart-filter__result-holder {
  display: block;
}

.smart-filter-dropdown {
  position: relative;
  height: 100%;
}

.smart-filter-dropdown .rub, .smart-filter-dropdown .calculator-product__val > .weight, .smart-filter-dropdown
.calculator-product__val > .metr, .smart-filter-dropdown
.calculator-product__val > .pc {
  font-size: inherit;
  color: inherit;
}

.smart-filter-dropdown__caption {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 114.28571%;
  font-weight: 600;
  float: left;
}

.smart-filter-dropdown__caption:first-child {
  margin-top: 0;
}

.smart-filter-dropdown__caption:last-child {
  margin-bottom: 0;
}

.smart-filter-dropdown__fields {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #616161;
  min-height: 100%;
}

.smart-filter-dropdown__fields:last-child {
  border-right: none;
}

.smart-filter-dropdown__field {
  position: relative;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.smart-filter-dropdown__field:first-child {
  margin-top: 0;
}

.smart-filter-dropdown__field:last-child {
  margin-bottom: 0;
}

.smart-filter-dropdown__field.is-open .smart-filter-dropdown__field-header:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.smart-filter-dropdown__field.is-open .smart-filter-dropdown__field-content {
  display: block;
}

.smart-filter-dropdown__field-header {
  position: relative;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.smart-filter-dropdown__field-header:after {
  content: '';
  display: block;
  clear: both;
}

.smart-filter-dropdown__field-caption {
  font-weight: bold;
  cursor: pointer;
}

.smart-filter-dropdown__field-caption:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -120px 0px;
  vertical-align: middle;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .smart-filter-dropdown__field-caption:after {
    background-image: url("/local/templates/metmo/css/../img/icons_ui@2x.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.smart-filter-dropdown__field-content {
  display: none;
  position: absolute;
  z-index: 5;
  margin-top: 10px;
  padding: 25px 30px;
  width: 300px;
  background-color: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.smart-filter-dropdown__field-content:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 100%;
  border: 10px solid transparent;
  border-top: none;
  border-bottom-color: white;
}

.smart-filter-dropdown__field-content.is-drop-left {
  right: 0;
}

.smart-filter-dropdown__field-content.is-drop-left:before {
  left: 50%;
}

.smart-filter-dropdown__full-reset {
  font-size: 12px;
  text-decoration: none;
  color: #828486;
}

.smart-filter-dropdown__footer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.smart-filter-dropdown__footer:first-child {
  margin-top: 0;
}

.smart-filter-dropdown__footer:last-child {
  margin-bottom: 0;
}

.smart-filter-dropdown__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smart-filter-dropdown__item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.smart-filter-dropdown__item:first-child {
  margin-top: 0;
}

.smart-filter-dropdown__item:last-child {
  margin-bottom: 0;
}

.smart-filter-dropdown__main {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #424242;
  color: white;
}

.smart-filter-dropdown__main:after {
  content: '';
  display: block;
  clear: both;
}

.smart-filter-dropdown__apply-btn {
  margin-right: 1em;
}

.smart-filter-dropdown__result-holder {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
}

.smart-filter-dropdown__result {
  padding: 10px;
  background-color: #eee;
}

.smart-filter-dropdown__result-num {
  margin: 0 .5em;
  font-weight: bold;
}

.smart-filter-dropdown__header:after {
  content: '';
  display: block;
  clear: both;
}

.smart-filter-dropdown__header-ui {
  float: right;
}

.smart-filter-dropdown__field-ui {
  text-align: center;
  margin-top: 20px;
}

.smart-filter-dropdown__field-ui:first-child {
  margin-top: 0;
}

.smart-filter-dropdown__tag {
  display: inline-block;
  padding: 4px 12px;
  margin: 5px;
  background: #e1e1e1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  color: black;
}

.smart-filter-dropdown__tag:after {
  display: inline-block;
  margin-left: 5px;
  content: '';
  width: 11px;
  height: 11px;
  background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
  background-repeat: no-repeat;
  background-position: -40px 0;
  vertical-align: middle;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .smart-filter-dropdown__tag:after {
    background-image: url("/local/templates/metmo/css/../img/icons_ui.png");
    -webkit-background-size: 220px 11px;
            background-size: 220px 11px;
  }
}

.smart-filter-dropdown__tag:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.smart-filter-dropdown .checkbox__text,
.smart-filter-dropdown .radio__text {
  font-size: 14px;
  color: black;
}

.smart-filter-dropdown .select2-container {
  max-width: 100%;
  min-width: 100%;
}

.smart-filter-dropdown:hover .smart-filter-dropdown__result-holder.is-visible {
  display: block;
}

.smart-filter-dropdown__header-mobile {
  display: none;
}

.smart-filter-dropdown__items-set {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #424242;
  color: white;
}

.smart-filter-dropdown__items-set:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .smart-filter-dropdown__header {
    display: none;
  }
  .smart-filter-dropdown__items-set {
    display: block;
  }
  .smart-filter-dropdown__main {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    display: none;
  }
  .smart-filter-dropdown__fields {
    width: auto;
    float: none;
    padding: 0;
    border-right: none;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .smart-filter-dropdown__fields:first-child {
    margin-top: 0;
  }
  .smart-filter-dropdown__fields:last-child {
    margin-bottom: 0;
  }
  .smart-filter-dropdown__field-content {
    width: auto;
    left: 0;
    right: 0;
    padding: 20px;
  }
  .smart-filter-dropdown__field-content.is-drop-left:before {
    left: 10px;
  }
  .smart-filter-dropdown__header-mobile {
    display: block;
    text-decoration: none;
    background-image: url("/local/templates/metmo/css/../img/calc_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 92px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .smart-filter-dropdown__header-mobile {
    background-image: url("/local/templates/metmo/css/../img/calc_bg@2x.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .smart-filter-dropdown__header-mobile:before {
    content: '';
    width: 34px;
    height: 34px;
    float: right;
    margin-top: 5px;
    margin-bottom: 0;
    background: url("/local/templates/metmo/css/../img/icon_filter.png") left top no-repeat;
    -webkit-background-size: 34px 34px;
            background-size: 34px 34px;
  }
  .smart-filter-dropdown__header-mobile:hover {
    background-image: url("/local/templates/metmo/css/../img/calc_bg_hover.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 767px) and (min-device-pixel-ratio: 1.5), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .smart-filter-dropdown__header-mobile:hover {
    background-image: url("/local/templates/metmo/css/../img/calc_bg_hover@2x.jpg");
    -webkit-background-size: cover;
            background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .smart-filter-dropdown__items-set {
    padding: 15px;
    display: block;
  }
  .smart-filter-dropdown__items-set-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .smart-filter-dropdown__items-set-item:first-child {
    margin-top: 0;
  }
  .smart-filter-dropdown__items-set-item:last-child {
    margin-bottom: 0;
  }
  .smart-filter-dropdown__items-set-reset {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .smart-filter-dropdown__items-set-reset:first-child {
    margin-top: 0;
  }
  .smart-filter-dropdown__items-set-reset:last-child {
    margin-bottom: 0;
  }
  .smart-filter-dropdown__full-reset {
    background: white;
    height: 32px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 7px 24px 0px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    text-decoration: none;
    -webkit-border-radius: 18px;
            border-radius: 18px;
    color: #fe3e00;
    border: 2px solid #fe3e00;
    cursor: pointer;
    background: transparent;
    color: #eee;
  }
  .smart-filter-dropdown__full-reset:hover {
    color: white;
    background-color: #fe3e00;
  }
  .smart-filter-dropdown__full-reset:active {
    color: white;
    background: #424242;
  }
}

.filter-hor {
  position: relative;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}

.filter-hor__header {
  clear: both;
  display: block;
  background-color: #eee;
  min-height: 40px;
}

.filter-hor__total-count-container, .filter-hor__show-filter {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  float: left;
  display: inline-block;
  margin: 10px;
}

.filter-hor__total-count {
  font-weight: bold;
}

.filter-hor__show-filter {
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}

.filter-hor__caption {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 114.28571%;
  font-weight: 600;
}

.filter-hor__caption:first-child {
  margin-top: 0;
}

.filter-hor__caption:last-child {
  margin-bottom: 0;
}

.filter-hor__fields {
  position: relative;
  margin-left: -1.5625%;
  list-style: none;
  margin: 0 0 2.5% -2.5%;
  padding: 0;
  width: 102.5%;
  display: block;
}

.filter-hor__fields:after {
  content: '';
  display: block;
  clear: left;
}

.filter-hor__fields:last-child {
  margin-bottom: 0;
}

.filter-hor__field {
  margin: 0;
  padding: 10px;
  border: 1px solid #d3d3d3;
  display: inline-block;
}

.filter-hor__field.four-columns {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  float: left;
}

.filter-hor__field.three-columns {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
  float: left;
}

.filter-hor__field.two-columns {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
  float: left;
}

.filter-hor__field:first-child {
  border-top: 1px solid #d3d3d3;
}

.filter-hor__field.is-open .smart-filter__field-header:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter-hor__field-header {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.filter-hor__field-header:after {
  content: '';
  display: block;
  clear: both;
}

.filter-hor__field-caption {
  font-size: 85.71429%;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-hor__field-content {
  padding-top: 5px;
  padding-bottom: 15px;
}

.filter-hor__full-reset {
  font-size: 12px;
  text-decoration: none;
  color: #828486;
}

.filter-hor__footer {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #eee;
  display: none;
}

.filter-hor__footer.is-open {
  display: block;
}

.filter-hor__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-hor__item {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 0;
}

.filter-hor__item:first-child {
  margin-top: 0;
}

.filter-hor__item:last-child {
  margin-bottom: 0;
}

.filter-hor__main {
  display: none;
  width: 100%;
  border-top: 2px dotted grey;
  padding-top: 10px;
}

.filter-hor__main.is-open {
  display: block;
}

.filter-hor__apply-btn {
  margin-right: 1em;
}

.filter-hor__result-holder {
  display: inline-block;
  left: 100%;
}

.filter-hor__result {
  padding: 10px;
}

.filter-hor__result-num {
  margin: 0 .5em;
  font-weight: bold;
}

.filter-hor__empty-result-message {
  display: none;
}

.filter-hor__empty-result-message.is-open {
  display: inline-block;
}

.filter-hor .checkbox__text {
  font-size: 12px;
  color: #171818;
}

.filter-hor .select2-container {
  max-width: 100%;
  min-width: 100%;
}

.filter-hor:hover .smart-filter__result-holder {
  display: block;
}

.filter-hor__list-wrapper {
  overflow: auto;
  position: relative;
}

.filter-hor__list-wrapper .filter-hor__items {
  margin-top: 2px;
}

.filter-hor .filter-scale__scale.ui-slider {
  background: #f0f0f0;
}

.filter-hor__selected-fields {
  padding: 10px 10px 0;
  background: #eee;
  display: inline-block;
}

.filter-hor__selected-field {
  float: left;
  display: inline-block;
  margin: 0 20px 10px 0;
  display: inline-block;
  padding: 4px 12px;
  background: white;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.filter-hor__selected-field:last-child {
  margin-right: 0;
}

.filter-hor__selected-value-del {
  cursor: pointer;
}

.filter-hor__selected-value-del:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.smart-tiles {
  position: relative;
  overflow: hidden;
}

.smart-tiles:after {
  content: '';
  display: block;
  clear: both;
}

.smart-tiles__grid {
  position: absolute;
  width: 99.8%;
  height: 99.8%;
  border: 1px solid #51c5ee;
  z-index: 10;
}

.smart-tiles__grid-tr {
  height: 1px;
  background-color: #51c5ee;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.smart-tiles__grid-td {
  width: 1px;
  background-color: #51c5ee;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.smart-tiles__tiles {
  position: relative;
  width: 100%;
  height: auto;
}

.smart-tiles__tiles:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.smart-tiles__tile {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 2;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  color: #262a33;
  text-decoration: none;
}

.smart-tiles__tile.is-focus {
  z-index: 3;
}

.smart-tiles__tile .is-light {
  color: #b8d3ea;
}

.smart-tiles__tile .smart-tiles__editor {
  display: none;
  cursor: move;
}

.smart-tiles__tile:hover {
  z-index: 30;
}

.smart-tiles__tile:hover .smart-tiles__editor {
  display: block;
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
}

.smart-tiles__tile:hover .smart-tiles__editor-sizes {
  background: rgba(66, 196, 243, 0.8);
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  display: block;
  float: left;
}

.smart-tiles__tile:hover .smart-tiles__editor-layers {
  background: rgba(253, 92, 90, 0.8);
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  display: block;
  float: left;
}

.smart-tiles__tile:hover .smart-tiles__editor-layers:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.smart-tiles__tile:hover .smart-tiles__editor-layers:before {
  margin-right: 5px;
}

.smart-tiles__tile:hover .smart-tiles__editor-handler {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 11px;
  background: rgba(66, 196, 243, 0.8);
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.smart-tiles__tile:hover .smart-tiles__editor-handler:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.smart-tiles__tile:hover .smart-tiles__editor-handler:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.smart-tiles__tile .promo-slider {
  position: relative;
  height: 100%;
}

.smart-tiles__tile .promo-slider__slider, .smart-tiles__tile .promo-slider .slick-list, .smart-tiles__tile .promo-slider .slick-track {
  position: relative;
  height: 100%;
}

.smart-tiles__tile .promo-slider__action {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.smart-tiles__tile .video-tiles {
  position: relative;
  height: 100%;
}

.smart-tiles__tile .video-tiles__holder {
  margin-left: 0px;
  position: relative;
  height: 100%;
}

.smart-tiles__tile .video-tiles__item {
  float: none;
  width: 100%;
  position: relative;
  height: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 20px;
}

.smart-tiles__tile .video-tiles__item:last-child {
  margin-bottom: 0;
}

.smart-tiles__tile .video-tiles__movie {
  margin-bottom: 0px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smart-tiles__tile .video-tiles__movie:last-child {
  margin-bottom: 0;
}

.smart-tiles__tile .video-tiles__movie-wrap {
  width: 100%;
  height: 100%;
}

.smart-tiles__tile .video-tiles__poster {
  width: 100%;
  height: 100%;
}

.smart-tiles__tile .video-tiles__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.smart-tiles__tile .video-tiles__heading:last-child {
  margin-bottom: 0;
}

.smart-tiles__tile .video-tiles__date {
  position: relative;
  z-index: 2;
}

.smart-tiles__tile .section-tiles__items {
  margin-left: 0px;
  margin-top: 0px;
}

.smart-tiles__tile .section-tiles__items:first-child {
  margin-top: 0;
}

.smart-tiles__tile .section-tiles__item {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
}

.smart-tiles__tile .section-tiles__item:first-child {
  margin-top: 0;
}

.smart-tiles__tile .section-tiles__link-items {
  background: transparent;
}

.smart-tiles__tile .form-standart__plate {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
}

.smart-tiles__tile .form-standart__title {
  margin-left: 0px;
  margin-bottom: 20px;
  text-align: left;
}

.smart-tiles__tile .form-standart__title:last-child {
  margin-bottom: 0;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__fields-list {
  text-align: left;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__title {
  text-align: left;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__field {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-top: 0px;
  width: 45%;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__field:first-child {
  margin-top: 0;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__field:last-child {
  margin-bottom: 0;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__field:first-child {
  margin-top: 0;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__field:last-child {
  display: block;
}

.smart-tiles__tile .form-standart.is-flat .form-standart__field.is-field-btn .form-standart__label {
  display: none;
}

.smart-tiles__tile .catalog-items__col {
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.smart-tiles__tile .catalog-items__col:first-child {
  margin-top: 0;
}

.smart-tiles__tile .catalog-items__cols {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.smart-tiles__tile .catalog-items__cols:first-child {
  margin-top: 0;
}

.smart-tiles__tile .catalog-items__cols:last-child {
  margin-bottom: 0;
}

.smart-tiles__tile .catalog-items .catalog-plate.is-initiated:hover .catalog-plate__footer {
  display: none;
}

.smart-tiles__tile .catalog-items .catalog-plate.is-initiated:hover .catalog-plate__wrap:before {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smart-tiles.is-static .smart-tiles__tile {
  position: relative;
  width: 25%;
  height: 240px;
  float: left;
  background-color: lightgrey;
  -webkit-background-size: cover;
          background-size: cover;
}

.smart-tiles.is-static .smart-tiles__tile.is-static-w2 {
  width: 50%;
}

.smart-tiles.is-static .smart-tiles__tile.is-static-h2 {
  height: 480px;
}

.smart-tiles.is-static .smart-tiles__tile.is-static-second-line {
  margin-left: -25%;
  margin-top: 240px;
}

.smart-tiles.is-static .smart-tiles__tile.is-static-second-line.is-static-w2 {
  margin-left: -50%;
}

.smart-tiles__tile-content {
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.smart-tiles__tile-text {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1210px) {
  .smart-tiles__tile-text {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .smart-tiles__tile-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .smart-tiles__tile-text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1400px) {
  .smart-tiles__tile-text {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 2200px) {
  .smart-tiles__tile-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.smart-tiles__scale {
  right: 15px;
  bottom: 30px;
}

.smart-tiles__scale:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.smart-tiles__light {
  right: 15px;
  top: 30px;
}

.smart-tiles__light:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.smart-tiles__scale, .smart-tiles__light {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.smart-tiles__scale:before, .smart-tiles__light:before {
  color: #1b1f27;
  text-shadow: 1px 1px 2px rgba(48, 178, 226, 0.5), 1px -1px 2px rgba(48, 178, 226, 0.5), -1px 1px 2px rgba(48, 178, 226, 0.5), -1px -1px 2px rgba(48, 178, 226, 0.5);
}

.smart-tiles__tile.is-saving .tiles_scale,
.smart-tiles__tile.is-saving .tiles_light {
  -webkit-animation: rotationRight 0.5s linear infinite;
       -o-animation: rotationRight 0.5s linear infinite;
          animation: rotationRight 0.5s linear infinite;
}

@-webkit-keyframes rotationRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes rotationRight {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotationRight {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.smart-tiles__tile.is-saving .tiles_scale:after,
.smart-tiles__tile.is-saving .tiles_light:after {
  content: "" !important;
}

.smart-tiles .is-show-in-desktop-media,
.smart-tiles .is-show-in-tablet-media,
.smart-tiles .is-show-in-phone_landscape-media,
.smart-tiles .is-show-in-phone-media,
.smart-tiles .is-show-in-base-media,
.smart-tiles .is-show-in-large_screen-media,
.smart-tiles .is-show-in-huge_screen-media,
.smart-tiles .is-show-in-mega_screen-media,
.smart-tiles .is-show-in-imac_screen-media {
  display: none;
}

.smart-tiles .is-show-in-base-media {
  display: block;
}

@media screen and (max-width: 1210px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-desktop-media {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-tablet-media {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-phone_landscape-media {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-phone-media {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-large_screen-media {
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-huge_screen-media {
    display: block;
  }
}

@media screen and (min-width: 1800px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-mega_screen-media {
    display: block;
  }
}

@media screen and (min-width: 2200px) {
  .smart-tiles .is-show-in-desktop-media,
  .smart-tiles .is-show-in-tablet-media,
  .smart-tiles .is-show-in-phone_landscape-media,
  .smart-tiles .is-show-in-phone-media,
  .smart-tiles .is-show-in-base-media,
  .smart-tiles .is-show-in-large_screen-media,
  .smart-tiles .is-show-in-huge_screen-media,
  .smart-tiles .is-show-in-mega_screen-media,
  .smart-tiles .is-show-in-imac_screen-media {
    display: none;
  }
  .smart-tiles .is-show-in-imac_screen-media {
    display: block;
  }
}

.social-share__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-share__item {
  display: inline-block;
  margin-right: .5em;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: baseline;
}

.social-share__link {
  display: block;
  padding: 5px 15px;
  background: #fe3e00;
  font-size: 13px;
  text-decoration: none;
  color: white;
}

.social-share__link:hover {
  background: #ff8b65;
  color: white;
}

.social-share__link:visited {
  color: white;
}

.social-share__link.is-facebook {
  background: #3952A4;
}

.social-share__link.is-facebook:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-share__link.is-twitter {
  background: #0094D4;
}

.social-share__link.is-twitter:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-share__link.is-google-plus {
  background: #C62F00;
}

.social-share__link.is-google-plus:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-share__link.is-linkedin {
  background: #006CAE;
}

.social-share__link.is-linkedin:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-share__link.is-vkontakte {
  background: #52769E;
}

.social-share__link.is-vkontakte:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-share__link.is-odnoklassniki {
  background: #ee8208;
}

.social-share__link.is-odnoklassniki:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-widget {
  text-align: center;
}

.social-widget__title {
  margin-bottom: 20px;
  font-size: 114.28571%;
  font-weight: bold;
}

.social-widget__title:last-child {
  margin-bottom: 0;
}

.social-widget__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-widget__item {
  display: inline-block;
  vertical-align: top;
}

.social-widget__link {
  position: relative;
  display: block;
  width: 40px;
  height: 37px;
  padding-top: 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
  font-size: 142.85714%;
}

.social-widget__link::before {
  vertical-align: middle;
  color: white;
}

.social-widget__link.is-fb {
  background: #3952A4;
}

.social-widget__link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-widget__link.is-tw {
  background: #0094D4;
}

.social-widget__link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-widget__link.is-gp {
  background: #C62F00;
}

.social-widget__link.is-gp:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-widget__link.is-in {
  background: #006CAE;
}

.social-widget__link.is-in:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.social-widget__link.is-vk {
  background: #52769E;
}

.social-widget__link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.sub-menu__first-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu__first-item {
  margin-bottom: 15px;
}

.sub-menu__first-item:last-child {
  margin-bottom: 0;
}

.sub-menu__first-link {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 114.28571%;
  color: #0099FF;
}

.sub-menu__first-link:last-child {
  margin-bottom: 0;
}

.sub-menu__first-title {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 114.28571%;
  font-weight: bold;
}

.sub-menu__first-title:last-child {
  margin-bottom: 0;
}

.sub-menu__second-holder {
  padding-left: 20px;
}

.sub-menu__second-level {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu__second-item {
  margin-bottom: 15px;
}

.sub-menu__second-item:last-child {
  margin-bottom: 0;
}

.sub-menu__second-link {
  color: #0099FF;
}

.subscribe-form__title {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 214.28571%;
  line-height: 1.36667;
  font-weight: bold;
  margin-left: 20%;
  margin-right: 20px;
}

.subscribe-form__title:first-child {
  margin-top: 0;
}

.subscribe-form__title:last-child {
  margin-bottom: 0;
}

.subscribe-form.is-aside .subscribe-form__plate {
  padding: 0;
  background-color: transparent;
}

.subscribe-form__fields-title {
  font-weight: bold;
  font-size: 166.66667%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.subscribe-form__fields-title:last-child {
  margin-bottom: 0;
}

.subscribe-form__fields-title:first-child {
  margin-top: 0;
}

.subscribe-form__fields-desc {
  margin-bottom: 20px;
  margin-top: 20px;
}

.subscribe-form__fields-desc:last-child {
  margin-bottom: 0;
}

.subscribe-form__fields-desc:first-child {
  margin-top: 0;
}

.subscribe-form__fields-list {
  display: table;
  width: 100%;
}

.subscribe-form__field {
  display: table-row;
}

.subscribe-form__field.is-error .form-standart__error {
  display: block;
}

.subscribe-form__field.is-none .form-standart__none {
  display: block;
}

.subscribe-form__field.js-pass-change {
  display: none;
}

.subscribe-form__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.subscribe-form__buttons:first-child {
  margin-top: 0;
}

.subscribe-form__buttons:last-child {
  margin-bottom: 0;
}

.subscribe-form__label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px 0 0;
  width: 150px;
}

.subscribe-form__label.is-captcha {
  padding-bottom: 1em;
  vertical-align: bottom;
}

.subscribe-form__item {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}

.subscribe-form__item:after {
  content: '';
  display: block;
  clear: both;
}

.subscribe-form__item input[type='text'],
.subscribe-form__item input[type='email'],
.subscribe-form__item input[type='password'],
.subscribe-form__item textarea {
  width: 100%;
}

.subscribe-form__add-link {
  display: inline-block;
  margin-left: 1em;
}

.subscribe-form__list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.subscribe-form__list.is-horizontal {
  margin: 0;
}

.subscribe-form__list.is-horizontal .form-standart__list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 1.5em;
}

.subscribe-form__list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subscribe-form__list-item:first-child {
  margin-top: 0;
}

.subscribe-form__list-item:last-child {
  margin-bottom: 0;
}

.subscribe-form__error {
  display: none;
  color: red;
}

.subscribe-form__none {
  display: none;
  color: red;
}

.subscribe-form__ok {
  display: none;
  margin-top: 5px;
}

.subscribe-form__remark {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 85%;
}

.subscribe-form__inputs {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.subscribe-form__inputs.is-autowith {
  width: auto;
}

.subscribe-form.is-aside .subscribe-form__inputs {
  float: none;
  display: inline-block;
  width: 100%;
  margin-right: 0;
}

.subscribe-form__message {
  float: left;
  max-width: 35%;
  margin-top: 3px;
}

.subscribe-form__inputs-link {
  display: inline-block;
  padding-top: 5px;
  margin-right: 1em;
}

.subscribe-form__link {
  display: inline-block;
  color: #0b8bfb;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 10px;
}

.subscribe-form__link:hover {
  text-decoration: none;
}

.subscribe-form__captcha {
  display: table;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subscribe-form__captcha:first-child {
  margin-top: 0;
}

.subscribe-form__captcha:last-child {
  margin-bottom: 0;
}

.subscribe-form__captcha-img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.subscribe-form__captcha-img img {
  vertical-align: top;
}

.subscribe-form__captcha-reload {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}

.subscribe-form__socials-holder {
  padding: 15px 25px 25px;
  background-color: #ccc;
}

.subscribe-form__socials-caption {
  font-weight: bold;
  font-size: 128.57143%;
  text-align: center;
}

.subscribe-form__socials {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subscribe-form__socials:first-child {
  margin-top: 0;
}

.subscribe-form__socials:last-child {
  margin-bottom: 0;
}

.subscribe-form__socials-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-left: .25em;
}

.subscribe-form__socials-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #eee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}

.subscribe-form__socials-link.is-ok {
  line-height: 50px;
  font-size: 20px;
}

.subscribe-form__socials-link.is-ok:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.subscribe-form__socials-link.is-vk {
  line-height: 50px;
  font-size: 20px;
}

.subscribe-form__socials-link.is-vk:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.subscribe-form__socials-link.is-tw {
  line-height: 50px;
  font-size: 20px;
}

.subscribe-form__socials-link.is-tw:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.subscribe-form__socials-link.is-fb {
  line-height: 50px;
  font-size: 20px;
}

.subscribe-form__socials-link.is-fb:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.subscribe-form__link-items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subscribe-form__link-items:first-child {
  margin-top: 0;
}

.subscribe-form__link-items:last-child {
  margin-bottom: 0;
}

.subscribe-form__link-item {
  display: inline-block;
}

.subscribe-form__link-item:before {
  content: ' | ';
  margin-left: .5em;
  margin-right: .5em;
}

.subscribe-form__link-item:first-child:before {
  content: none;
}

.subscribe-form .select2-container {
  min-width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .subscribe-form__fields-list, .subscribe-form__field, .subscribe-form__item {
    display: block;
  }
  .subscribe-form__item {
    padding: 0;
  }
  .subscribe-form__inputs {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .subscribe-form__field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .subscribe-form__field:first-child {
    margin-top: 0;
  }
  .subscribe-form__field:last-child {
    margin-bottom: 0;
  }
}

.form-standart.is-auth .form-standart__label {
  width: 50px;
}

.subscribe-widget__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.subscribe-widget__description {
  margin-bottom: 15px;
}

.tabs-block__tab-changers {
  list-style: none;
}

.tabs-block__link-holder {
  margin-left: 30px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 25px;
}

.tabs-block__link-holder:first-child {
  margin-left: 0;
}

.tabs-block__link-holder.is-active {
  border-bottom: 2px solid #fc3f00;
}

.tabs-block__link-holder.is-active .tabs-block__link {
  color: black;
}

.tabs-block__link {
  color: #8c8c8c;
  text-decoration: none;
}

.tabs-block__link:hover {
  color: black;
}

.tabs-block__tab {
  display: none;
  padding-top: 20px;
}

.tabs-block__tab.is-active {
  display: block;
}

.tabs-block.is-sale-basket .tabs-block__tab-changers {
  display: none;
}

.tabs-block.is-sale-basket .tabs-block__tab {
  padding-top: 0;
}

.tags-list__head {
  margin-bottom: 20px;
}

.tags-list__head:after {
  content: '';
  display: block;
  clear: both;
}

.tags-list__title {
  float: left;
  font-size: 20px;
  font-weight: bold;
}

.tags-list__title-links {
  float: right;
  padding-top: 7px;
  margin-right: 20px;
}

.tags-list__news-link {
  text-decoration: underline;
  color: #4F99FF;
}

.tags-list__roll {
  margin: 0;
  padding: 0;
}

.tags-list__item {
  display: inline-block;
  margin: 0 8px 10px 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  vertical-align: top;
}

.tags-list__link {
  display: block;
  padding: 2px 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #EEA546;
  text-decoration: none;
  color: white;
}

.tags-list__link:visited, .tags-list__link:visited:hover {
  color: white;
}

.tags-list__link:hover {
  color: white;
  opacity: .8;
}

.section-intro__image-holder {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-intro__image-holder:first-child {
  margin-top: 0;
}

.section-intro__image-holder:last-child {
  margin-bottom: 0;
}

.section-intro__text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-intro__text:first-child {
  margin-top: 0;
}

.section-intro__text:last-child {
  margin-bottom: 0;
}

.team__items {
  position: relative;
  margin-left: -1.38889%;
}

.team__items:after {
  content: '';
  display: block;
  clear: left;
}

.team__items:after {
  content: '';
  display: block;
  clear: both;
}

.team__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.61111%;
  margin-left: 1.38889%;
  margin-bottom: 40px;
}

.team__item:last-child {
  margin-bottom: 0;
}

.team__photo {
  border: 1px solid gray;
  overflow: hidden;
  height: 0px;
  padding-top: 140%;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.team__photo:last-child {
  margin-bottom: 0;
}

.team__photo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.team__name {
  font-weight: bold;
  margin-bottom: 6px;
}

.team__name:last-child {
  margin-bottom: 0;
}

.team__position {
  font-size: 0.9em;
  color: #666666;
  line-height: 1.6;
}

.timer-counter {
  position: relative;
}

.timer-counter__item {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.timer-counter__item:after {
  content: ':';
  position: absolute;
  right: -10px;
  top: 50%;
  font-size: 24px;
  margin-top: -24px;
}

.timer-counter__item:last-child {
  margin-right: 0;
}

.timer-counter__item:last-child:after {
  display: none;
}

.timer-counter__number {
  display: block;
  font-size: 24px;
}

.timer-counter__value {
  display: block;
  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
}

.units-calc__holder {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.units-calc__price-section {
  display: table-row;
}

.units-calc__price-label {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  text-align: right;
  font-weight: bold;
}

.units-calc__price-val {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
}

.units-calc__old-price {
  text-decoration: line-through;
}

.units-calc__current-price {
  font-size: 125%;
  font-weight: bold;
}

.units-calc__qtty-section {
  display: table-row;
  background-color: #f3f3f3;
}

.units-calc__qtty-label {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: right;
  font-weight: bold;
}

.units-calc__qtty-val {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.units-calc__total-section {
  display: table-row;
  background-color: #f3f3f3;
}

.units-calc__total-label {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: right;
  font-weight: bold;
}

.units-calc__total-val {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.units-calc__total-val:after {
  content: '';
  display: block;
  clear: both;
}

.units-calc__total-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.units-calc__old-total {
  text-decoration: line-through;
}

.units-calc__current-total {
  font-size: 150%;
  font-weight: bold;
}

.units-calc__remark-section {
  display: table-row;
}

.units-calc__remark-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
}

.units-calc__remark-icon:before {
  content: '!';
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  background-color: gray;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: white;
}

.units-calc__remark-text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
}

.units-calc__remark-caption {
  font-size: 125%;
  margin-bottom: 5px;
}

.units-calc__remark-caption:last-child {
  margin-bottom: 0;
}

.units-calc__qtty-item {
  display: none;
}

.units-calc__qtty-item.is-active {
  display: block;
}

.units-calc__buy {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}

.upload-input {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.upload-input:after {
  content: '';
  display: block;
  clear: both;
}

.upload-input:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.upload-input input[type='file'] {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 0;
}

.vacancy-detail:after {
  content: '';
  display: block;
  clear: both;
}

.vacancy-detail__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.vacancy-detail__title:last-child {
  margin-bottom: 0;
}

.vacancy-detail__content {
  float: left;
  width: 98.4375%;
  margin-right: 1.5625%;
}

.vacancy-detail__heading {
  margin-bottom: 15px;
  font-size: 171.42857%;
  font-weight: bold;
}

.vacancy-detail__heading:last-child {
  margin-bottom: 0;
}

.vacancy-detail__list {
  margin-bottom: 30px;
  list-style: square;
}

.vacancy-detail__list:last-child {
  margin-bottom: 0;
}

.vacancy-detail__sidebar {
  float: left;
  width: 48.4375%;
}

.vacancy-detail__form {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  background: #F0F0F0;
  text-align: center;
}

.vacancy-detail__form:last-child {
  margin-bottom: 0;
}

.vacancy-detail__form-title {
  margin-bottom: 20px;
  font-size: 171.42857%;
  color: #292929;
}

.vacancy-detail__form-title:last-child {
  margin-bottom: 0;
}

.vacancy-detail__field {
  margin-bottom: 20px;
}

.vacancy-detail__field:last-child {
  margin-bottom: 0;
}

.vacancy-detail__field.is-error .vacancy-detail__error {
  display: block;
}

.vacancy-detail__field.is-none .vacancy-detail__none {
  display: block;
}

.vacancy-detail__input {
  width: 100%;
}

.vacancy-detail__btn {
  padding: 12px 40px;
}

.vacancy-detail__error {
  display: none;
  color: red;
}

.vacancy-detail__none {
  display: none;
  color: red;
}

.vacancy-detail__form-note {
  text-align: center;
  font-size: 85.71429%;
}

.vacancy-detail__note-email {
  text-decoration: none;
  color: dodgerblue;
}

.vacancy-detail__plate {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #F0F0F0;
  text-align: center;
}

.vacancy-detail__plate:first-child {
  margin-top: 0;
}

.vacancy-detail__plate:last-child {
  margin-bottom: 0;
}

.vacancy-list__title {
  font-size: 150%;
  margin-bottom: 10px;
  margin-top: 40px;
}

.vacancy-list__title:last-child {
  margin-bottom: 0;
}

.vacancy-list__title:first-child {
  margin-top: 0;
}

.vacancy-list__items {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vacancy-list__item {
  display: table-row;
}

.vacancy-list__title-col {
  display: table-cell;
  padding: 10px 15px;
  padding-left: 0;
  border-bottom: 1px solid gray;
}

.vacancy-list__price-col {
  display: table-cell;
  padding: 10px 15px;
  padding-right: 0;
  text-align: right;
  border-bottom: 1px solid gray;
}

.video-tiles__title {
  margin-bottom: 30px;
  font-size: 214.28571%;
  font-weight: bold;
}

.video-tiles__title:last-child {
  margin-bottom: 0;
}

.video-tiles__holder {
  position: relative;
  margin-left: -1.5625%;
}

.video-tiles__holder:after {
  content: '';
  display: block;
  clear: left;
}

.video-tiles__item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
  margin-bottom: 1.5625%;
}

.video-tiles__item:nth-child(4n+1) {
  clear: left;
}

.video-tiles__movie {
  margin-bottom: 20px;
}

.video-tiles__movie:last-child {
  margin-bottom: 0;
}

.video-tiles__movie:hover .video-tiles__play {
  display: inline-block;
}

.video-tiles__movie:hover .video-tiles__time {
  display: none;
}

.video-tiles__movie-wrap {
  position: relative;
  text-align: center;
  display: inline-block;
  height: 100%;
  min-height: 100%;
}

.video-tiles__play {
  display: none;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  right: 0;
  width: 100%;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

.video-tiles__play-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 157.14286%;
  color: white;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.video-tiles__play-btn:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.video-tiles__play-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.video-tiles__play-btn:before {
  margin-right: 10px;
}

.video-tiles__time {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 15px;
  background: black;
}

.video-tiles__time-number {
  color: white;
}

.video-tiles__poster {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.video-tiles__heading {
  margin-bottom: 15px;
}

.video-tiles__heading:last-child {
  margin-bottom: 0;
}

.video-tiles__name {
  font-size: 142.85714%;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}

.video-tiles__name:hover {
  text-decoration: underline;
}

.vote-stars__items {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vote-stars__items:after {
  content: '';
  display: block;
  clear: both;
}

.vote-stars.is-large .vote-stars__item:before {
  font-size: 210%;
}

.vote-stars__item {
  float: right;
  margin: 0;
  padding-right: .25em;
  color: #ccc;
  -webkit-transition: .1s color;
       -o-transition: .1s color;
          transition: .1s color;
}

.vote-stars__item:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  font-size: 140%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
}

.vote-stars__item.is-active {
  color: #fe3e00;
}

.vote-stars__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  color: #141414;
  font-size: 100%;
}

.vote-stars__input {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

.vote-stars:not(.is-unchanged) .vote-stars__item {
  cursor: pointer;
}

.vote-stars:not(.is-unchanged) .vote-stars__item:hover {
  color: #ccc;
}

.vote-stars:not(.is-unchanged) .vote-stars__item:hover ~ .vote-stars__item {
  color: #888;
}

.vote-stars:not(.is-unchanged) .vote-stars__items:hover .vote-stars__item {
  color: #ccc;
}

.vote-stars:not(.is-unchanged) .vote-stars__items:hover .vote-stars__item:hover {
  color: #fe3e00;
}

.vote-stars:not(.is-unchanged) .vote-stars__items:hover .vote-stars__item:hover ~ .vote-stars__item {
  color: #fe3e00;
}

.webinar-detail {
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.webinar-detail:after {
  content: '';
  display: block;
  clear: both;
}

.webinar-detail__card:after {
  content: '';
  display: block;
  clear: both;
}

.webinar-detail__curator {
  float: left;
  width: 20%;
  text-align: center;
}

.webinar-detail__thumb {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #d9d9d9;
  vertical-align: top;
}

.webinar-detail__thumb-img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #f0f0f0;
}

.webinar-detail__name {
  font-size: 18px;
  font-weight: bold;
}

.webinar-detail__info {
  float: left;
  width: 72%;
  padding: 0 4%;
}

.webinar-detail__head {
  margin-bottom: 15px;
}

.webinar-detail__head:after {
  content: '';
  display: block;
  clear: both;
}

.webinar-detail__head-left {
  float: left;
  width: 80%;
}

.webinar-detail__category {
  font-size: 18px;
  font-weight: bold;
}

.webinar-detail__title {
  font-size: 28px;
  font-weight: bold;
}

.webinar-detail__head-right {
  float: left;
  width: 20%;
}

.webinar-detail__like {
  font-size: 15px;
}

.webinar-detail__like:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.webinar-detail__like::before {
  margin-right: 8px;
  cursor: pointer;
}

.webinar-detail__subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.webinar-detail__description {
  margin-bottom: 25px;
  font-size: 15px;
}

.webinar-detail__price {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
}

.webinar-detail__price-title {
  display: block;
  padding-right: 2%;
  margin-right: 5%;
  font-size: 18px;
  font-weight: bold;
}

.webinar-detail__price-number {
  display: block;
  font-size: 28px;
}

.webinar-detail__join {
  vertical-align: middle;
}

.webinar-detail__cite {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.webinar-detail__cite:first-child {
  margin-top: 0;
}

.webinar-detail__cite:last-child {
  margin-bottom: 0;
}

.webinar-detail__cite-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 171.42857%;
  text-align: center;
}

.webinar-detail__cite-title:first-child {
  margin-top: 0;
}

.webinar-detail__cite-title:last-child {
  margin-bottom: 0;
}

.webinar-detail__cite-text {
  font-size: 128.57143%;
  text-align: center;
}

.webinar-item:after {
  content: '';
  display: block;
  clear: both;
}

.webinar-item__date {
  width: 20%;
  float: left;
  height: 130px;
  padding-top: 30px;
  text-align: center;
  background-color: #f0f0f0;
}

.webinar-item__info {
  width: 60%;
  float: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.webinar-item__author {
  width: 20%;
  float: left;
  text-align: center;
}

.webinar-item__day {
  display: block;
  font-size: 214.28571%;
}

.webinar-item__month {
  display: block;
  font-size: 142.85714%;
}

.webinar-item__year {
  display: block;
  font-size: 128.57143%;
}

.webinar-item__head {
  margin-bottom: 15px;
}

.webinar-item__head:last-child {
  margin-bottom: 0;
}

.webinar-item__heading {
  margin-bottom: 5px;
  font-size: 107.14286%;
}

.webinar-item__heading:last-child {
  margin-bottom: 0;
}

.webinar-item__title {
  font-size: 18px;
  font-weight: bold;
}

.webinar-item__preview {
  margin-bottom: 15px;
}

.webinar-item__description {
  font-size: 14px;
}

.webinar-item__price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 142.85714%;
}

.webinar-item__registration {
  display: inline-block;
  vertical-align: middle;
}

.webinar-item__avatar {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: top;
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
}

.webinar-item__avatar-img {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: top;
  height: 110px;
  width: 110px;
  max-width: 100%;
  background-color: #f0f0f0;
}

.webinar-item__name {
  font-size: 114.28571%;
}

.webinars-list__item {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid gray;
  padding-top: 20px;
}

.webinars-list__item:first-child {
  margin-top: 0;
}

.webinars-list__item:last-child {
  margin-bottom: 0;
}

.webinars-list__item:first-child {
  padding-top: 0;
  border-top: none;
}

.webinars-list__plate {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.webinars-list__plate:after {
  content: '';
  display: block;
  clear: both;
}

.webinars-list__date-col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.webinars-list__date {
  padding: 20px;
  background-color: #f0f0f0;
}

.webinars-list__info-col {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.webinars-list__author-col {
  width: 150px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.webinars-list__day {
  display: block;
  font-size: 271.42857%;
}

.webinars-list__month {
  display: block;
  font-size: 142.85714%;
}

.webinars-list__year {
  display: block;
  font-size: 85.71429%;
}

.webinars-list__head {
  margin-bottom: 15px;
}

.webinars-list__head:last-child {
  margin-bottom: 0;
}

.webinars-list__heading {
  margin-bottom: 5px;
  font-size: 107.14286%;
}

.webinars-list__heading:last-child {
  margin-bottom: 0;
}

.webinars-list__heading-link {
  color: #999999;
}

.webinars-list__heading-link:hover {
  color: #999999;
}

.webinars-list__title {
  font-size: 18px;
  font-weight: bold;
}

.webinars-list__preview {
  margin-bottom: 15px;
}

.webinars-list__description {
  font-size: 14px;
}

.webinars-list__price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 142.85714%;
}

.webinars-list__registration {
  display: inline-block;
  vertical-align: middle;
}

.webinars-list__avatar {
  display: inline-block;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: top;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
}

.webinars-list__avatar:first-child {
  margin-top: 0;
}

.webinars-list__avatar:last-child {
  margin-bottom: 0;
}

.webinars-list__avatar-img {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: top;
  max-width: 100%;
  width: 110px;
  height: auto;
  max-width: 100%;
  background-color: #f0f0f0;
}

.webinars-list__name {
  font-size: 114.28571%;
}

.ymap {
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
}

.ymap__map {
  height: 100%;
  width: 100%;
}

.ymap__points {
  display: none;
}

.ymap__placemark {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -65px;
  margin-left: 0;
  width: 178px;
  height: 46px;
  background-color: #333;
}

.ymap__placemark._right {
  left: auto;
  right: 0;
}

.ymap__placemark._right .b-ymap__placemark-round {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: -24px;
}

.ymap__placemark._right .b-ymap__placemark-text {
  padding-left: 15px;
  padding-right: 30px;
}

.ymap__placemark-small {
  position: relative;
  width: 37px;
  height: 49px;
  background-image: url("/local/templates/metmo/css/../img/ymap_placemark.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media screen and (min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .ymap__placemark-small {
    background-image: url("/local/templates/metmo/css/../img/ymap_placemark@2x.png");
    -webkit-background-size: 37px 49px;
            background-size: 37px 49px;
  }
}

.ymap__placemark-text {
  padding-left: 34px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 46px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ymap__placemark-round {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -23px;
  margin-right: -24px;
  width: 45px;
  height: 46px;
  background-color: #555;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.ymap__placemark-round:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  margin-top: -5px;
  border: 15px solid transparent;
  border-width: 15px 14px;
  border-bottom: none;
  border-top-color: #555;
}

.ymap__balloon-outer {
  position: absolute;
  min-width: 260px;
  margin-top: -20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ymap__balloon-outer:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: white;
}

.ymap__balloon-outer:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  margin-top: 0;
  border: 11px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.ymap__balloon-header {
  padding: 20px;
  background-color: #555;
  text-align: center;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.22;
  color: #fff;
}

.ymap__balloon-content {
  padding: 20px;
  text-align: center;
}

.ymap__balloon-phone {
  font-size: 14px;
  color: #3e8bdc;
}

.ymap__balloon-hours {
  font-size: 14px;
  font-weight: 200;
  color: #969696;
}

.ymap__balloon-details {
  margin-top: 15px;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ymap__balloon-details:first-child {
  margin-top: 0;
}

.ymap__balloon-apply {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  font-size: 87.5%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ymap__balloon-apply:first-child {
  margin-top: 0;
}

.ymap__balloon-apply:last-child {
  margin-bottom: 0;
}

.ymap__metro-items {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.ymap__metro-items:first-child {
  margin-top: 0;
}

.ymap__metro-items:last-child {
  margin-bottom: 0;
}

.ymap__metro-item .metro-icon {
  font-size: 16px;
}

.ymap__balloon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
}

.ymap__balloon-close:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
}

.b-ymap__balloon-inner._qiwi .b-ymap__balloon-header {
  text-align: left;
  background-color: #26b;
}

.b-ymap__balloon-inner._qiwi .b-ymap__balloon-header:after {
  content: '';
  display: block;
  clear: both;
}

.b-ymap__balloon-inner._qiwi .b-ymap__balloon-header:before {
  float: left;
  margin-right: .5em;
  width: 0.9em;
  font-size: 30px;
  color: #f90;
}

.b-ymap__balloon-inner._qiwi .b-ymap__balloon-address {
  padding-top: 3px;
  overflow: hidden;
}

.b-ymap__balloon-inner._qiwi .b-ymap__balloon-content {
  text-align: left;
}

.b-ymap__placemark._qiwi {
  background-color: rgba(20, 56, 97, 0.9);
}

.b-ymap__placemark._qiwi .b-ymap__placemark-round {
  background-color: #26b;
  text-align: center;
}

.b-ymap__placemark._qiwi .b-ymap__placemark-round:before {
  border-top-color: #26b;
}

.b-ymap__placemark._qiwi .b-ymap__placemark-round:after {
  width: 0.9em;
  font-size: 30px;
  line-height: 48px;
  color: #f90;
}

.b-ymap__placemark._qiwi .b-ymap__placemark-text {
  font-weight: 200;
}

.layout {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 956px;
}

@media screen and (max-width: 767px) {
  .layout {
    min-width: 0;
  }
}

.layout__columns {
  position: relative;
  margin-left: -1.5625%;
}

.layout__columns:after {
  content: '';
  display: block;
  clear: left;
}

.layout__small-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 767px) {
  .layout__small-col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

.layout__small-col-plus {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.9375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 767px) {
  .layout__small-col-plus {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

.layout__medium-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.4375%;
  margin-left: 1.5625%;
}

.layout__medium-col-plus {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60.9375%;
  margin-left: 1.5625%;
}

.layout__large-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
}

.layout__small-col + .layout__large-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.4375%;
  margin-left: 1.5625%;
}

@media screen and (max-width: 767px) {
  .layout__small-col + .layout__large-col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98.4375%;
    margin-left: 1.5625%;
  }
}

.layout__full-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98.4375%;
  margin-left: 1.5625%;
}

.layout__overflow-left {
  margin-left: -2.09441%;
  clear: left;
}

@media screen and (max-width: 767px) {
  .layout__overflow-left {
    margin-left: -15px;
  }
}

.layout__overflow-right {
  margin-right: -2.09441%;
  clear: right;
}

.layout__overflow, .personal-info__plate, .layout__section-intro {
  margin-left: -2.09441%;
  margin-right: -3.40426%;
  clear: both;
}

@media screen and (max-width: 1210px) {
  .layout__overflow, .personal-info__plate, .layout__section-intro {
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .layout__overflow, .personal-info__plate, .layout__section-intro {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.layout__overflow-full {
  margin-left: -1.5625%;
  margin-right: -1.5625%;
  clear: both;
}

@media screen and (max-width: 1210px) {
  .layout__overflow-full {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .layout__overflow-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.layout__overflow-aside {
  margin-left: -10.66667%;
}

@media screen and (max-width: 1210px) {
  .layout__overflow-aside {
    margin-left: -10px;
  }
}

.layout__aside-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.layout__aside-heading {
  background: #f3f3f3;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -6.25%;
  padding-left: 6.25%;
}

@media screen and (max-width: 1210px) {
  .layout__header, .layout__footer {
    min-width: 980px;
  }
}

@media screen and (max-width: 767px) {
  .layout__header, .layout__footer {
    min-width: 0;
  }
}

.layout__block, .news-list-page {
  margin-top: 20px;
  margin-bottom: 40px;
  clear: both;
}

.layout__block:first-child, .news-list-page:first-child {
  margin-top: 0;
}

.layout__block:last-child, .news-list-page:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .layout__block, .news-list-page {
    margin-top: 0;
    margin-bottom: 0;
  }
  .layout__block.paginator, .paginator.news-list-page, .layout__block.section-intro, .section-intro.news-list-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .layout__block.paginator:first-child, .paginator.news-list-page:first-child, .layout__block.section-intro:first-child, .section-intro.news-list-page:first-child {
    margin-top: 0;
  }
  .layout__block.paginator:last-child, .paginator.news-list-page:last-child, .layout__block.section-intro:last-child, .section-intro.news-list-page:last-child {
    margin-bottom: 0;
  }
}

.layout__mobile-block {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.layout__breadcrumbs + .layout__block, .layout__breadcrumbs + .news-list-page {
  margin-top: 30px;
}

.layout__page-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.layout__page-header:first-child {
  margin-top: 0;
}

.layout__page-header:last-child {
  margin-bottom: 0;
}

.layout__page-header h1 {
  margin-top: 0;
}

.layout__placeholder {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
  background: red;
  color: white;
}

.layout__placeholder:first-child {
  margin-top: 0;
}

.layout__placeholder:last-child {
  margin-bottom: 0;
}

.layout__aside-item .h2, .layout__aside-item .subscribe-form__subtitle, .layout__aside-item .h3, .layout__aside-item .calculator-product__table-title, .layout__aside-item .h4, .layout__aside-item .h5, .layout__aside-item .cart-modal__products-title {
  font-weight: normal;
  line-height: 1.42857;
}

.layout__content {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

.layout__content-header {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .layout__content-header {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 15px;
    margin-top: -30px;
    background: #f3f3f3;
    margin-bottom: 20px;
  }
  .layout__content-header .layout__h1 {
    width: auto;
  }
  .product-detail2__img-holder{
    min-height: 300px;
  }
}

.layout__content-header.is-section-header {
  height: 170px;
  margin-bottom: 0;
}

.layout__content-header.is-section-header .layout__h1 {
  width: 60%;
}

.layout__content-header.is-section-header h1 {
  line-height: 1;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .layout__content-header.is-section-header {
    height: auto;
    margin-bottom: 0;
  }
  .layout__content-header.is-section-header .layout__h1 {
    width: auto;
  }
  .layout__content-header.is-section-header h1 {
    margin-top: 5px;
  }
}

.layout__section-intro {
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  z-index: -1;
  -webkit-filter: brightness(94%);
          filter: brightness(94%);
}

.layout__section-intro img {
  float: right;
  height: 100%;
}
.front-text{
  margin:30px 0;
}
.contacts-storages{
  margin-top:30px
}
.contacts-storages-body{
  margin-top:20px;
  display:flex;
  flex-wrap: wrap;
}
.contacts-storag {
  flex: 0 0 20%;
}
.show-storage{
  text-decoration:underline;
  cursor:pointer;
}
#front_map{
  width: 100%;
  height: 400px;
  background: url('/local/templates/metmo/css/../img/frontMap.jpg') center;
}


@media screen and (max-width: 767px) {
  .contacts-storag {
    flex: 0 0 50%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .contacts-storag {
    flex: 0 0 100%;
  }
}


@media screen and (max-width: 767px) {
  .layout__section-intro {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .layout__mobile-stick-to-header, .layout__mobile-stick-to-header:first-child {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .layout__content-table {
    overflow-x: scroll;
  }
  .catalog-plate__param.is-prop-krasnaya_stroka{
    display: none;
  }
  .catalog-plate__footer{
    font-size: 12px;
  }
  .catalog-plate__units{
    font-size: 12px;
  }
}

/* End */


/* Start:/local/templates/metmo/css/tech.css?1621938671951*/
.block-holder {
  margin-top: 70px;
  margin-bottom: 70px;
}

.block-holder:first-child {
  margin-top: 0;
}

.block-holder:last-child {
  margin-bottom: 0;
}

.block-holder .ui-slider .ui-slider-handle {
  border: 1px solid black;
  background-color: #fff;
  cursor: pointer;
}

.block-holder .ui-slider {
  z-index: 2;
  border: 1px solid black;
}

.block-holder .ui-slider-handle .handle-val {
  color: black;
  position: absolute;
  bottom: 100%;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.block-holder__scale {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: 100px;
}

.block-holder__scale-input {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 25px;
}

.block-holder__scale-input[type="text"] {
  width: 75px;
}

.block-holder__caption {
  margin-bottom: 15px;
  font-size: 18px;
}

/* End */


/* Start:/local/templates/metmo/styles.css?162193867117125*/
@charset "UTF-8";
.content-area-editor a {
  color: #fe3e00;
  text-decoration: underline;
}

.content-area-editor a:hover {
  color: #ff7a4f;
  text-decoration: underline;
}

/* Styles for Bitrix WYSIWYG. Copy to template folder */
.content-area-editor {
  /* Заголовки */
  /* Списки */
  /* Абзацы */
  /* Ссылки */
  /* Изображения */
  /* Таблицы */
}

.content-area-editor h1, .content-area-editor .h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: normal;
}

.content-area-editor h1:first-child, .content-area-editor .h1:first-child {
  margin-top: 0;
}

.content-area-editor h1:last-child, .content-area-editor .h1:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-area-editor h1, .content-area-editor .h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.content-area-editor h2, .content-area-editor .h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 171.42857%;
  font-weight: bold;
}

.content-area-editor h2:first-child, .content-area-editor .h2:first-child {
  margin-top: 0;
}

.content-area-editor h2:last-child, .content-area-editor .h2:last-child {
  margin-bottom: 0;
}

.content-area-editor h3, .content-area-editor .h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 128.57143%;
  font-weight: bold;
}

.content-area-editor h3:first-child, .content-area-editor .h3:first-child {
  margin-top: 0;
}

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

.content-area-editor h4, .content-area-editor .h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
}

.content-area-editor h4:first-child, .content-area-editor .h4:first-child {
  margin-top: 0;
}

.content-area-editor h4:last-child, .content-area-editor .h4:last-child {
  margin-bottom: 0;
}

.content-area-editor h5, .content-area-editor .h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  color: #a8a8a8;
}

.content-area-editor h5:first-child, .content-area-editor .h5:first-child {
  margin-top: 0;
}

.content-area-editor h5:last-child, .content-area-editor .h5:last-child {
  margin-bottom: 0;
}

.content-area-editor .heading-note {
  font-size: 14px;
  line-height: 1.42857;
  vertical-align: baseline;
  margin-left: 5px;
}

.content-area-editor ul.horizontal, .content-area-editor ol.horizontal {
  margin: 0;
  padding: 0;
}

.content-area-editor ul.horizontal > li, .content-area-editor ol.horizontal > li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 1em;
  vertical-align: middle;
}

.content-area-editor ul.horizontal > li:before, .content-area-editor ol.horizontal > li:before {
  content: none;
}

.content-area-editor ul {
  list-style: none;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.content-area-editor ul:first-child {
  margin-top: 0;
}

.content-area-editor ul:last-child {
  margin-bottom: 0;
}

.content-area-editor ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.content-area-editor ul > li:first-child {
  margin-top: 0;
}

.content-area-editor ul > li:last-child {
  margin-bottom: 0;
}

.content-area-editor ul > li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: -15px;
  top: 7px;
  background: #fc3f00;
}

.content-area-editor ul.marked, .content-area-editor ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.content-area-editor ul.marked:first-child, .content-area-editor ol:first-child {
  margin-top: 0;
}

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

.content-area-editor ul.marked.indent, .content-area-editor ol.indent {
  margin-left: 70px;
}

.content-area-editor ul.marked > li {
  position: relative;
}

.content-area-editor ul.marked > li:before {
  content: " ";
  background: url("/local/templates/metmo/../img/icons/ico-list-arrow-grey.png");
  width: 5px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: -30px;
}

.content-area-editor ol {
  list-style-type: none;
  counter-reset: item;
  overflow: hidden;
}

.content-area-editor ol > li {
  position: relative;
}

.content-area-editor ol > li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: -25px;
  width: 20px;
  text-align: right;
}

.content-area-editor ul.marked li, .content-area-editor ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-area-editor ul.marked li:first-child, .content-area-editor ol li:first-child {
  margin-top: 0;
}

.content-area-editor ul.marked li:last-child, .content-area-editor ol li:last-child {
  margin-bottom: 0;
}

.content-area-editor ul.marked li > ul, .content-area-editor ul.marked li > ol, .content-area-editor ol li > ul, .content-area-editor ol li > ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content-area-editor ul.marked li > ul:first-child, .content-area-editor ul.marked li > ol:first-child, .content-area-editor ol li > ul:first-child, .content-area-editor ol li > ol:first-child {
  margin-top: 0;
}

.content-area-editor ul.marked li > ul:last-child, .content-area-editor ul.marked li > ol:last-child, .content-area-editor ol li > ul:last-child, .content-area-editor ol li > ol:last-child {
  margin-bottom: 0;
}

.content-area-editor ul.nostyle, .content-area-editor ol.nostyle {
  margin: 0;
  list-style: none;
}

.content-area-editor ul.nostyle > li, .content-area-editor ol.nostyle > li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-area-editor ul.nostyle > li:first-child, .content-area-editor ol.nostyle > li:first-child {
  margin-top: 0;
}

.content-area-editor ul.nostyle > li:last-child, .content-area-editor ol.nostyle > li:last-child {
  margin-bottom: 0;
}

.content-area-editor ul.nostyle > li:before, .content-area-editor ol.nostyle > li:before {
  content: none;
}

.content-area-editor ul.horizontal, .content-area-editor ol.horizontal {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.content-area-editor ul.horizontal:first-child, .content-area-editor ol.horizontal:first-child {
  margin-top: 0;
}

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

.content-area-editor ul.horizontal > li, .content-area-editor ol.horizontal > li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 1em;
  vertical-align: middle;
}

.content-area-editor ul.horizontal > li:before, .content-area-editor ol.horizontal > li:before {
  content: none;
}

.content-area-editor ul.attention {
  font-weight: bold;
}

.content-area-editor img {
  max-width: 100%;
}

.content-area-editor .columns {
  position: relative;
  margin-left: -2.08333%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-area-editor .columns:after {
  content: '';
  display: block;
  clear: left;
}

.content-area-editor .columns:first-child {
  margin-top: 0;
}

.content-area-editor .columns:last-child {
  margin-bottom: 0;
}

.content-area-editor .column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25%;
  margin-left: 2.08333%;
}

.content-area-editor .column.is-2col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.91667%;
  margin-left: 2.08333%;
}

.content-area-editor .column.is-4col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.91667%;
  margin-left: 2.08333%;
}

.content-area-editor .column.is-23col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.58333%;
  margin-left: 2.08333%;
}

.content-area-editor .icon-heading * {
  vertical-align: middle;
}

.content-area-editor .icon-heading img {
  margin-right: 10px;
}

.content-area-editor .icon-p {
  overflow: hidden;
}

.content-area-editor .icon-p img {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 2px;
}

.content-area-editor .icon-p:after {
  content: '';
  clear: left;
  display: block;
}

.content-area-editor .icon-list {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-area-editor .icon-list:first-child {
  margin-top: 0;
}

.content-area-editor .icon-list:last-child {
  margin-bottom: 0;
}

.content-area-editor .icon-list__icon,
.content-area-editor .icon-list td:nth-child(1) {
  vertical-align: top;
}

.content-area-editor .icon-list__text,
.content-area-editor .icon-list td:nth-child(2) {
  vertical-align: middle;
  padding-left: 10px;
}

.content-area-editor .icon-list td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-area-editor .icon-list img {
  max-width: none;
}

.content-area-editor p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-area-editor p:first-child {
  margin-top: 0;
}

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

.content-area-editor p.intro {
  font-weight: bold;
  font-size: 120%;
}

.content-area-editor p.insert, .content-area-editor p.advice {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 120%;
  text-align: left;
  color: #878787;
  border-left: 2px solid #fc3f00;
}

.content-area-editor p.insert:first-child, .content-area-editor p.advice:first-child {
  margin-top: 0;
}

.content-area-editor p.insert:last-child, .content-area-editor p.advice:last-child {
  margin-bottom: 0;
}

.content-area-editor p.information {
  font-size: 18px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-area-editor p.information:first-child {
  margin-top: 0;
}

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

.content-area-editor p.note-right {
  float: right;
  clear: right;
  width: 25%;
  border-left: 4px solid #ffd021;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.content-area-editor p.note-left {
  float: left;
  clear: left;
  width: 25%;
  border-right: 4px solid #ffd021;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  margin-right: 30px;
  text-align: right;
}

.content-area-editor p.white {
  background-color: #fff;
}

.content-area-editor p.note-big-center {
  clear: both;
  border-left: 4px solid #ffd021;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 116.66667%;
  line-height: 1.92857;
}

.content-area-editor p.quote-big-center {
  position: relative;
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 150px;
  padding-right: 100px;
  font-size: 108.33333%;
  line-height: 1.69231;
}

.content-area-editor p.quote-big-center:before {
  content: " ";
  background: url("/local/templates/metmo/../img/icons/ico-quote.png");
  width: 26px;
  height: 21px;
  position: absolute;
  top: 44px;
  left: 100px;
}

.content-area-editor a {
  text-decoration: underline;
  color: black;
}

.content-area-editor a:hover {
  color: #fe3e00;
}

.content-area-editor a.doc-link:before {
  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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "";
  margin-right: .5em;
}

.content-area-editor a.callback-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: .05em;
  text-decoration: none;
  color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.content-area-editor a.callback-link:hover {
  color: #ffd83c;
}

.content-area-editor a.dashed-link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #fc3f00;
}

.content-area-editor a.dashed-link:hover {
  border-bottom-style: solid;
}

.content-area-editor a.more-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-area-editor a.more-link:first-child {
  margin-top: 0;
}

.content-area-editor a.more-link:last-child {
  margin-bottom: 0;
}

.content-area-editor a.nocolor-link {
  color: inherit;
}

.content-area-editor a.heading-link {
  font-size: 70%;
  margin-left: 20px;
}

.content-area-editor a.pseudo-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.content-area-editor a.pseudo-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  border-bottom: 1px dotted;
}

.content-area-editor a.pseudo-link:hover {
  color: #fe3e00;
}

.content-area-editor a.pseudo-link:hover:after {
  border-bottom-color: #fe3e00;
}

.content-area-editor a.pseudo-link-multiline {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.content-area-editor a.pseudo-link-multiline > span {
  position: relative;
  border-bottom: 1px dotted;
}

.content-area-editor a.pseudo-link-multiline:hover > span {
  color: #fe3e00;
  border-bottom-color: #fe3e00;
}

.content-area-editor a.bg-link {
  font-size: 11px;
  color: #146b95;
  padding: 0px 8px;
  background-color: #fff;
  line-height: 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-decoration: none;
  margin: 5px;
}

.content-area-editor a.bg-link:hover {
  color: #fff;
  background-color: #024d72;
}

.content-area-editor a.bg-link:active {
  color: #fff;
  background-color: #c7c7ca;
}

.content-area-editor img.image-left {
  clear: left;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 50%;
}

.content-area-editor img.image-right {
  clear: right;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 50%;
}

.content-area-editor figure {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

.content-area-editor figure:last-child {
  margin-bottom: 0;
}

.content-area-editor figure img {
  max-width: 100%;
  margin-bottom: 10px;
}

.content-area-editor figure img:last-child {
  margin-bottom: 0;
}

.content-area-editor .table, .content-area-editor .table-small {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 90%;
}

.content-area-editor .table:first-child, .content-area-editor .table-small:first-child {
  margin-top: 0;
}

.content-area-editor .table:last-child, .content-area-editor .table-small:last-child {
  margin-bottom: 0;
}

.content-area-editor .table td, .content-area-editor .table-small td,
.content-area-editor .table th, .content-area-editor .table-small th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: middle;
  text-align: left;
}

.content-area-editor .table td, .content-area-editor .table-small td {
  color: #333;
}

.content-area-editor .table th, .content-area-editor .table-small th {
  color: white;
  background: #424242;
  font-weight: bold;
}

.content-area-editor .table a, .content-area-editor .table-small a {
  font-family: "proxima-nova", sans-serif;
  line-height: 20px;
}

.content-area-editor .table .price, .content-area-editor .table-small .price {
  white-space: nowrap;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

.content-area-editor .table.b2b .center, .content-area-editor .b2b.table-small .center {
  text-align: center;
}

.content-area-editor .table.b2b .nowrap, .content-area-editor .b2b.table-small .nowrap {
  white-space: nowrap;
}

.content-area-editor .table.b2b tr:nth-child(2n) td, .content-area-editor .b2b.table-small tr:nth-child(2n) td {
  background: #f8f8f9;
}

.content-area-editor .table.b2b tr:last-child, .content-area-editor .b2b.table-small tr:last-child {
  border-bottom: 2px solid #c1c1c1;
}

.content-area-editor .table.b2b th, .content-area-editor .b2b.table-small th {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: transparent;
  color: #999;
  font-size: 91.66667%;
  line-height: 1.63636;
}

.content-area-editor .table.b2b td, .content-area-editor .b2b.table-small td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  /*&:first-child {
					padding-left: 1em;
				}
				&:last-child {
					padding-right: 1em;
				}*/
}

.content-area-editor .table.b2b a, .content-area-editor .b2b.table-small a {
  color: #fe3e00;
  text-decoration: none;
}

.content-area-editor .table.stripes tr:nth-child(2n) td, .content-area-editor .stripes.table-small tr:nth-child(2n) td {
  background: #fff;
}

.content-area-editor .table.stripes tr:nth-child(2n+1) td, .content-area-editor .stripes.table-small tr:nth-child(2n+1) td {
  background: #f4f5f8;
}

.content-area-editor .table.stripes td:first-child, .content-area-editor .stripes.table-small td:first-child {
  padding-left: 1em;
}

.content-area-editor .table.stripes td:last-child, .content-area-editor .stripes.table-small td:last-child {
  padding-right: 1em;
}

.content-area-editor .table-small {
  width: auto;
}

/* End */
/* /local/templates/metmo/js/vendor/fancybox/jquery.fancybox.css?16219386714895 */
/* /local/templates/metmo/js/vendor/jquery-ui/jquery-ui.min.css?162193867115009 */
/* /local/templates/metmo/js/vendor/jquery.bxslider/jquery.bxslider.css?16219386713836 */
/* /local/templates/metmo/js/vendor/select2/select2.css?162193867217604 */
/* /local/templates/metmo/js/vendor/slick/slick.css?16219386721718 */
/* /local/templates/metmo/css/optimize.css?16219386712462 */
/* /local/templates/metmo/css/fonts.css?16246201195176 */
/* /local/templates/metmo/css/fontawesome.css?162193867134305 */
/* /local/templates/metmo/css/global.css?1773925381661557 */
/* /local/templates/metmo/css/tech.css?1621938671951 */
/* /local/templates/metmo/styles.css?162193867117125 */
