

/* Start:/local/templates/unimagazin_s1/css/normalize.css?174284054010110*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
body {
	font-size:0.81em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin:0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End */


/* Start:/local/templates/unimagazin_s1/css/main.css?174861585310729*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.description-show {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #EB342E;
  font-weight: bold;
  /* position: relative;
  padding: 20px; */
  width: 100%;
  font-size: 1.5rem;
}
.description-show-text {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 5px 23px;
  z-index: 2;
}
.description-show::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: red;
  left: 0;
  top: 51%;
  transform: translateY(-29%);
}
.mobile-only-icon {
  transform-origin: 50% 50%;
  transform: rotate(270deg);
  display: inline-block;
  position: relative;
  top: 2px;
  transition: transform 0.3s;
}
.mobile-only-icon-rotate {
  transform: rotate(90deg);
}
.button-shrink-container {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 35px;
  height: 100px;
  z-index: 10;
}
.description-shrink {
  transform: rotateZ(-90deg);
  height: 38px;
  width: 130px;
  background: #e83521;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top: 1px solid red;
  border-left: 1px solid red;
  border-right: 1px solid red;
  position: absolute;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  top: 0;
  right: -48px;
  display: block;
  color: white;
}
@media (max-width: 750px) {
  .description-show {
    position: relative;
    padding: 20px;
    width: 100%;
    font-size: 1.3rem;
  }

  /* .description-show-text {
    position: relative;
    display: inline-block;
    background-color: white;
    padding: 5px 23px;
    z-index: 2;
  }

  .description-show::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    left: 0;
    top: 50%;
    transform: translateY(-29%);
  } */
  .mobile-only-icon {
    top: 4px;
  }
  /*.description-shrink {*/
    /*display: none;*/
  /*}*/
}
/* @media (min-width: 750px) {
  .mobile-only-icon {
    display: none;
  }
} */















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.breadcrumb-navigation a:after {
  content: '/';
  margin: 0 3px;
  text-decoration: none;
}

.credit-dark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1099;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
}
.credit-dark._active {
    display: block;
}
.credit-popup {
    position: fixed;
    top: 50%;
    left: -999999px;
    z-index: 1100;
    margin: -177px 0 0 -177px;
    padding: 20px 27px;
    width: 354px;
    display: none;
    opacity: 0;
    background: #fff;
    border-radius: 7px;
    transition: opacity .15s;
}
.credit-popup._active {
    left: 50%;
    display: block;
    opacity: 1;
}
.credit-popup img {
    max-width: 100%;
    height: auto;
}
.credit-popup .credit-btn {
    margin-top: 20px;
    padding: 11px 20px;
    width: 100%;
}

@media (max-width: 550px) {
    .credit-popup._active {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
}

.cookieNotificator_toast__W5qWR {
	
  position:fixed;
  display:flex;
  flex-direction:column;
  bottom: 30px;
  left: 30px;
  width:406px;
  color:var(--text-color);
  background-color: rgba(255, 255, 255, 1);
  box-shadow:0 0 15px -5px #353535;
  border-radius:15px;
  margin:6px;
  z-index:600;
  padding: 15px 20px;
}
@media (max-width:992px) {
	.cookieNotificator_toast__W5qWR {
	 bottom: 98px;
	 }
}
@media (max-width:700px) {
  .cookieNotificator_toast__W5qWR {
  width:calc(100% - 12px);
  left:0;
  right:0
}
}.cookieNotificator_content__uqqH8 {
  display:flex;
  flex-direction:column;
  flex:1 1;
  padding-bottom: 20px;
}
.cookieNotificator_description__xDDZ4,.cookieNotificator_title__ZNK4c {
  font-size:14px;
  font-weight:400;
  color:var(--text-color-second)
}
.cookieNotificator_description__xDDZ4 a{
	color: #ff2e38;
    text-decoration: none;
}
.cookieNotificator_btn__nHnYe {
  width: 100%;
  font-size:16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 13px;
  background:#FF2E38;
  border-radius:12px;
  height:min-content;
  cursor:pointer;
  text-align:center
}
.cookieNotificator_link__c5jKv {
  font-size:14px;
  font-weight:400;
  text-decoration:underline
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 20px !important;
    height: 20px !important;
	border: 1px solid #BFBFBF !important;

    border-radius: 4px !important;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.2s;
    background-color: #FFFF !important;
}
input[type="checkbox"]:checked {
    background-color: #FF2E38 !important;
    border: 1px solid #FF2E38 !important;
}

/* Галочка — по центру */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

/* End */


/* Start:/local/templates/unimagazin_s1/grid.css?17428405402323*/
/*grid*/
.left_col_index,
.right_col_index {
	margin-top:40px;
}
.dxr-cnfg-form {
	margin-left: -18px !important;
	margin-right: -18px !important;
}
.left_col,
.left_col_index {
	/*width:18.71%;*/
	width:23%;
	float:left;
}
.right_col_index,
.right_col {
	float:right;
	/*width:79.69%;*/
	width: 74.5%;
}
.uni_parent_col {
/*	margin-left:-8px !important; */
/*	margin-right:-8px !important; */
	margin-left:-18px !important;
	margin-right:-25px !important;
}
.uni_parent_col:after {
	content:"";
	visibility:hidden;
	display:block;
	clear:both;
}
.uni_col {
	padding-left:8px;
	padding-right:8px;
	box-sizing: border-box;
	float:left;
}
.uni-100 {
	width:100%;
}
.uni-50 {
	width:50%;
}
.uni-75 {
	width:75%;
}
.uni-66 {
	width:66.666666666%;
}
.uni-33 {
	width:33.333333333%;
}
.uni-25 {
	width:25%;
}
.uni-20 {
	width:20%;
}
.uni-16 {
	width:16.66%;
}
.uni-100 {
	width:100%;
}
@media (max-width: 1250px) {
	.uni_parent_col {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media (max-width: 1200px) {
	.dxr-cnfg-form {
		margin-left: 0 !important;
		margin-right: 0 !important;	
	}
	.video_slider .prev {
		top: -32px;
		left: auto;
		right: 36px;
	}
	.video_slider .next {
		top: -32px;
		right: 8px;
	}
}
@media all and (max-width:1000px) {
	.adaptiv .uni-25 {
		width: 33.33%;		
	}	

	.adaptiv .uni-20 {
		width: 25%;
	}
	.adaptiv .uni-16 {
		width:25%;
	}
}
@media all and (max-width:600px) {
	.adaptiv .uni-25 {
		width: 50%;		
	}
	.adaptiv .uni-20 {
		width: 50%;
	}
	.adaptiv .uni-75 {
		width:100%;
	}
    .adaptiv .uni-66 {
		width:100%;
	}
	.adaptiv .uni-50 {
		width: 100%;
	}
	
	.adaptiv .uni-33 {
		width: 50%;
	}
	.adaptiv .uni-16 {
		width:33.33%;
	}
}
@media all and (max-width:550px) {
	.adaptiv .uni-16 {
		width:50%;
	}
	body {
		/*overflow-x: hidden;*/
	}
	.dxr-cnfg-form{
		max-width: 100%;
		overflow-x: hidden;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.video_slider .slick-current{
		text-align: center;
	}
	.uni_parent_col{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media all and (max-width:400px) {
	.adaptiv .uni-25 {
		width: 100%;		
	}
	
	.adaptiv .uni-20 {
		width: 100%;
	}
	
	.adaptiv .uni-33 {
		width: 100%;
	}
	.adaptiv .uni-16 {
		width:100%;
	}
}
@media all and (max-width:500px) {
	.adaptiv .uni-33 {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/unimagazin_s1/controls.css?174284054014573*/
/*������*/
a {

}
a:focus,
a:hover {
    outline: none;
}
/**������**/

/*�����*/
.marks {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	margin: -8px -4px;
}
.marks .mark {
	float:left;
	font-size:12px;
	line-height: 12px;
	background:#fff;
	margin: 8px 4px;
	padding: 4px 4px;
	border-radius: 2px;
}
.marks .mark.hit {
	border: 1px solid #22b388;
    background: #22b388;
    color: #ffffff;
}
.marks .mark.new {
	border: 1px solid #1a58d7;
    background: #1a58d7;
    color: #ffffff;
}
.marks .mark.action {
	border: 1px solid #e42828;
    background: #e42828;
    color: #ffffff;
}
.marks .mark.recommend {
	border: 1px solid #1a5d96;
    background: #1a5d96;
    color: #ffffff;
}
.marks .mark.gift {
	border: 1px solid #eb342e;
    background: #eb342e;
    color: #ffffff;
}
/**�����**/

/*�������*/
.uni-tabs .tabs
{
	display: block;
	//white-space: nowrap;
	padding-left: 0px;
	margin-bottom: 30px;
	font-size: 0px;
}

.uni-tabs .tabs .tab {
	display: inline-block;
	font-size: 14px;
	color: #7a7a7a;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition-property: background-color, border-color;
	transition: 0.2s;
}

.uni-tabs .tabs .tab a {
	display: block;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	padding: 7px 25px;
	font-size: 14px;
	font-weight: bold;
    transition: 0.2s;
}

.uni-tabs .tabs .tab a:focus {
	outline: none;
}

.uni-tabs .tabs .bottom-line {
	position: absolute;
	left: 0px;
	background: #f1f1f1;
	height: 1px;
	width: 100%;
}

.uni-tabs .tabs .tab.current,
.uni-tabs .tabs .tab.ui-state-hover,
.uni-tabs .tabs .tab:hover,
.uni-tabs .tabs .tab.ui-state-active {
	color: #000;
	border-color: #1a58d7;
}

.uni-tabs .tabs .tab:focus {
	outline: none;
}
/**�������**/

/*������*/
.uni-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 7px 11px 6px 11px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-property: background-color, border-color;
	transition: 0.4s;
}.uni-button:hover {
	text-decoration: none;
}.uni-button:focus {
	outline: none;
	text-decoration: none;
}

.uni-button.uni-button-gray {
	border: 1px solid #cbcbcb;
	color: #363636;
	background: #fff;
}
.uni-button.uni-button-gray:hover {
	background: #cbcbcb;
}
/**������**/

/*������ ���������*/
.uni-slider-button-small,
.uni-slider-button {
	position: relative;
	border: none;
	background: transparent;
	transition: 0.3s;
	padding: 0px;
	cursor: pointer;
}
.uni-slider-button-small {
	width: 24px;
	height: 24px;
	border-radius: 12px;
}
.uni-slider-button {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
.uni-slider-button-small:hover,
.uni-slider-button:hover {
	background: #1a58d7;
}
.uni-slider-button-small:focus,
.uni-slider-button:focus {
	outline: none;
}

.uni-slider-button-small .icon,
.uni-slider-button .icon {
	position: absolute;

	background: url('/local/templates/unimagazin_s1/images/uni-slider-buttons.png') no-repeat;
}
.uni-slider-button-small .icon {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.uni-slider-button .icon {
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
}

.uni-slider-button-small.uni-slider-button-left .icon,
.uni-slider-button.uni-slider-button-left .icon {
	background-position: -16px 0px;
}
.uni-slider-button-small.uni-slider-button-left:hover .icon,
.uni-slider-button.uni-slider-button-left:hover .icon {
	background-position: -16px -16px;
}

.uni-slider-button-small.uni-slider-button-right .icon,
.uni-slider-button.uni-slider-button-right .icon {
	background-position: 0px 0px;
}
.uni-slider-button-small.uni-slider-button-right:hover .icon,
.uni-slider-button.uni-slider-button-right:hover .icon {
    background-position: 0px -16px;
}
/**������ ���������**/

/*�������*/
.uni-indents-vertical {
	display: block;
	margin: 0px;
	padding: 0px;
}.uni-indents-vertical.indent-5 {
	padding-top: 5px;
}.uni-indents-vertical.indent-10 {
	padding-top: 10px;
}.uni-indents-vertical.indent-15 {
	padding-top: 15px;
}.uni-indents-vertical.indent-20 {
	padding-top: 20px;
}.uni-indents-vertical.indent-25 {
	padding-top: 25px;
}.uni-indents-vertical.indent-30 {
	padding-top: 30px;
}.uni-indents-vertical.indent-35 {
	padding-top: 35px;
}.uni-indents-vertical.indent-40 {
	padding-top: 40px;
}.uni-indents-vertical.indent-45 {
	padding-top: 45px;
}.uni-indents-vertical.indent-50 {
	padding-top: 50px;
}

.uni-indents-horizontal {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	min-height: 1px;
	height: 100%;
}.uni-indents-horizontal.indent-5 {
	padding-left: 5px;
}.uni-indents-horizontal.indent-10 {
	padding-left: 10px;
}.uni-indents-horizontal.indent-15 {
	padding-left: 15px;
}.uni-indents-horizontal.indent-20 {
	padding-left: 20px;
}.uni-indents-horizontal.indent-25 {
	padding-left: 25px;
}.uni-indents-horizontal.indent-30 {
	padding-left: 30px;
}.uni-indents-horizontal.indent-35 {
	padding-left: 35px;
}.uni-indents-horizontal.indent-40 {
	padding-left: 40px;
}.uni-indents-horizontal.indent-45 {
	padding-left: 45px;
}.uni-indents-horizontal.indent-50 {
	padding-left: 50px;
}
/**�������**/

/*�����*/
.uni-text-default {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1px;
}
/**�����**/

/*�������������*/
.uni-aligner-vertical {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
	overflow: hidden;
}
/**�������������**/

/*���� �����*/
.uni-input-textarea,
.uni-input-text {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #ededed;
	color: #494949;
	font-size: 14px;
	padding: 0px 10px;
	border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-input-text {
	line-height: 35px;
    height: 35px;
}

.uni-input-textarea {
	padding: 10px 10px;
}
/**���� �����**/

/*��������������� ������*/
.min-button div {
	position: relative;
	width: 24px;
	height: 24px;
	cursor:pointer;
}
.min-button div.remove:before,
.min-button:hover div:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 12px;
	width:24px;
	height: 24px;
	//background: #e7ebef;
	z-index: -1;
}
.min-button div.remove:before {
	background: #e7ebef!important;
}
/* .min-button:hover div:before {
	background: #e5e5e5;
} */
.min-button div.remove {
	background-position: 0 -24px;
}
/*�������� � ����������*/
.min-button.like div {
	background-image: url('/local/templates/unimagazin_s1/images/like.png');
}

.min-button.like .add {
  background-image: url('/local/templates/unimagazin_s1/images/like2.png');
	background-position: 0 -48px;
  background-color: #e83521;
}
/* .min-button.like .add:hover {
	background-image: url('/local/templates/unimagazin_s1/images/like2.png');
	background-position: 0 -48px;
} */

/*�������� � ���������*/
.min-button.compare div {
	background-image: url('/local/templates/unimagazin_s1/images/compare.png');
}
.min-button.compare .add {
  background-image: url('/local/templates/unimagazin_s1/images/compare2.png');
  background-color: #e83521;
}
/* .min-button.compare .add:hover {
	background-image: url('/local/templates/unimagazin_s1/images/compare2.png');
} */
/*�������*/
.min-button.delete div {
	background-image: url('/local/templates/unimagazin_s1/images/delete.png');
}
.min-button.delete div:before {
	border-radius: 4px;
	width: 18px;
	height: 18px;
	margin: 3px;
}
.min-button.delete:hover div:before {
	/*background: #3a58d2;*/
}
.min-button.delete:hover div {
	background-position: bottom;

}
/**��������������� ������**/

/*�����������*/
.uni-image {
	font-size: 0px;
	text-align: center;
	white-space: nowrap;
}

.uni-image * {
	white-space: normal;
	text-align: left;
	font-size: 14px;
}

.uni-image > img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/**�����������**/

/*������ ����������*/
.uni-panel-sort {
    position: relative;
    display: block;
    height: 40px;
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
}

.uni-panel-sort .sort,
.uni-panel-sort .view {
    display: block;
    height: 100%;
    font-size: 0px;
}

.uni-panel-sort .sort {
    float: left;
    padding-left: 20px;
}

.uni-panel-sort .view {
    float: right;
    padding-right: 20px;
}

.uni-panel-sort .caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
}

.uni-panel-sort .sort .values {
    display: inline-block;
    vertical-align: middle;
}

.uni-panel-sort .sort .values .value {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 3px 7px;
}
.uni-panel-sort .sort .values .value a {
    text-decoration: none;
    color: #363636;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}
.uni-panel-sort .sort .values .value a .icon {
    display: none;
    vertical-align: middle;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background: url('/local/templates/unimagazin_s1/images/uni-panel-sort.png') no-repeat;
    background-position: -48px 0px;
}
.uni-panel-sort .sort .values .value:hover,
.uni-panel-sort .sort .values .value.ui-state-active {
    background: #363636;
    border-radius: 3px;
}
.uni-panel-sort .sort .values .value:hover a,
.uni-panel-sort .sort .values .value.ui-state-active a {
    color: #fff;
}

.uni-panel-sort .sort .values .value.ui-state-active a .icon {
    display: inline-block;
}
.uni-panel-sort .sort .values .value.ui-state-active a .icon.desc {
    background-position: -48px 0px;
}
.uni-panel-sort .sort .values .value.ui-state-active a .icon.asc {
    background-position: -48px -16px;
}

.uni-panel-sort .view .views {
    display: inline-block;
    vertical-align:  middle;
}

.uni-panel-sort .view .views > a {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background: url('/local/templates/unimagazin_s1/images/uni-panel-sort.png') no-repeat;
}

.uni-panel-sort .view .views > a.text {
    background-position: -16px 0px;
}
.uni-panel-sort .view .views > a.text.ui-state-active,
.uni-panel-sort .view .views > a.text:hover {
    background-position: -16px -16px;
}
.uni-panel-sort .view .views > a.list {
    background-position: 0px 0px;
}
.uni-panel-sort .view .views > a.list.ui-state-active,
.uni-panel-sort .view .views > a.list:hover {
    background-position: 0px -16px;
}
.uni-panel-sort .view .views > a.tile {
    background-position: -32px 0px;
}
.uni-panel-sort .view .views > a.tile.ui-state-active,
.uni-panel-sort .view .views > a.tile:hover {
	background-position: -32px -16px;
}

.uni-panel-sort .view .views > a:focus {
    outline: none;
}
@media (max-width: 600px) {
	.uni-panel-sort {
    	height: auto;
	}
	.uni-panel-sort .sort {
		float: none;
		padding: 5px;
	}
	.uni-panel-sort .view {
    	float: none;
    	padding: 5px;
	}
	.uni-panel-sort .caption {
		padding:5px 0;
		font-style: oblique;
	}
	.uni-panel-sort .sort .values {
		padding:5px 0;
	}

	.uni-panel-sort .sort .values .value {
		margin-left: 0;
		//padding: 5px 5px 5px 0;
		margin-right: 5px;
	}
	.uni-panel-sort .view .views > a {
		margin: 0 10px 0 0;
	}
}
/**������ ����������**/

/*�����������*/
.uni-button-radio {
	white-space: nowrap;
	cursor: pointer;
}

.uni-button-radio input {
	display: none;
}

.uni-button-radio .selector {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #e9e9e9;
	margin-right: 4px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uni-button-radio:hover .selector {
	border-color: #b9b9b9;
	background: #d9d9d9;
}

.uni-button-radio input:checked + .selector:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border-radius: 4px;
	background: #1a58d7;
}

.uni-button-radio .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin-right: 20px;
}
/**�����������**/

/*�������*/
.uni-button-checkbox {
	white-space: nowrap;
	cursor: pointer;
}

.uni-button-checkbox input {
	display: none;
}

.uni-button-checkbox .selector {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background: #e9e9e9;
	margin-right: 4px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uni-button-checkbox:hover .selector {
	border-color: #b9b9b9;
	background: #d9d9d9;
}

.uni-button-checkbox input:checked + .selector:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #1a58d7;
	border-radius: 2px;
}

.uni-button-checkbox .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin-right: 20px;
}
/**�������**/

/*�������� ����*/
.uni-input-numeric {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0px;
}

.uni-input-numeric * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-input-numeric button {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 26px;
	color: #272727;
	font-size: 14px;
	line-height: 26px;
	height: 30px;
	text-align: center;
	transition: 0.3s;
}
.uni-input-numeric button:hover {
	background: #d2d2d2;
}
.uni-input-numeric button:focus {
	outline: none;
}

.uni-input-numeric button.increase {
	border-left: 0px;
	border-radius: 0px 3px 3px 0px;
}

.uni-input-numeric button.decrease {
	border-right: 0px;
	border-radius: 3px 0px 0px 3px;
}

.uni-input-numeric input {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #d2d2d2;
	background: #fff;
	width: 32px;
	color: #272727;
	font-size: 14px;
	line-height: 28px;
	height: 30px;
	text-align: center;
}
/**�������� ����**/

/* End */


/* Start:/local/templates/unimagazin_s1/css/select2/select2.min.css?174284054015090*/
.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__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 #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.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:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/unimagazin_s1/js/jquery.bxslider.css?17428405404129*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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 0px;/*custom*/
	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: solid #fff 5px;
	left: -5px;
	background: #fff; */
}

.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/unimagazin_s1/js/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: right;
    padding-right: 38px;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	/* padding-top: 20px; *//*custom*/
	bottom:0px;/*custom*/
	height:34px;/*custom*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
	margin-top:8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cf9f33;/*custom*/
	text-indent: -9999px;
	display: block;
	width: 16px;/*custom*/
	height: 16px;/*custom*/
	margin: 0 10px;
	outline: 0;
}

@media (max-width: 800px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0 3.5px;
    }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	/* background: #000; *//*custom*/
	background: url(/local/templates/unimagazin_s1/js/images/dot.png) no-repeat center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	/* background: url(/local/templates/unimagazin_s1/js/images/controls.png) no-repeat 0 -32px; */
	background: url(/local/templates/unimagazin_s1/js/images/custom_controls.png) no-repeat 0 0px; /*custom*/
}

.bx-wrapper .bx-next {
	right: 10px;
	/* background: url(/local/templates/unimagazin_s1/js/images/controls.png) no-repeat -43px -32px; */
	background: url(/local/templates/unimagazin_s1/js/images/custom_controls.png) no-repeat -28px 0px;/*custom*/
}

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

.bx-wrapper .bx-next:hover {
	background-position: -28px -94px;
}

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

/* End */


/* Start:/local/templates/unimagazin_s1/fonts/4k-monitor/style.css?17428405402496*/
@font-face {
  font-family: '4k-monitor';
  src:  url('/local/templates/unimagazin_s1/fonts/4k-monitor/fonts/4k-monitor.eot');
  src:  url('/local/templates/unimagazin_s1/fonts/4k-monitor/fonts/4k-monitor.eot#iefix') format('embedded-opentype'),
    url('/local/templates/unimagazin_s1/fonts/4k-monitor/fonts/4k-monitor.ttf?ngemgx') format('truetype'),
    url('/local/templates/unimagazin_s1/fonts/4k-monitor/fonts/4k-monitor.woff?ngemgx') format('woff'),
    url('/local/templates/unimagazin_s1/fonts/4k-monitor/fonts/4k-monitor.svg?ngemgx#4k-monitor') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '4k-monitor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e922";
}
.icon-star:before {
  content: "\e923";
}
.icon-number-02:before {
  content: "\e91c";
}
.icon-number-06:before {
  content: "\e91d";
}
.icon-number-05:before {
  content: "\e91e";
}
.icon-number-04:before {
  content: "\e91f";
}
.icon-number-03:before {
  content: "\e920";
}
.icon-number-01:before {
  content: "\e921";
}
.icon-feature-08:before {
  content: "\e90e";
}
.icon-feature-07:before {
  content: "\e915";
}
.icon-feature-06:before {
  content: "\e916";
}
.icon-feature-03:before {
  content: "\e917";
}
.icon-feature-05:before {
  content: "\e918";
}
.icon-feature-04:before {
  content: "\e919";
}
.icon-feature-02:before {
  content: "\e91a";
}
.icon-feature-01:before {
  content: "\e91b";
}
.icon-dev:before {
  content: "\e914";
}
.icon-a-right:before {
  content: "\e913";
}
.icon-burger:before {
  content: "\e912";
}
.icon-close:before {
  content: "\e911";
  color: #fa4451;
}
.icon-check:before {
  content: "\e910";
}
.icon-a-up:before {
  content: "\e90f";
}
.icon-youtube:before {
  content: "\e900";
}
.icon-vkontakte:before {
  content: "\e901";
}
.icon-up:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-right:before {
  content: "\e904";
}
.icon-left:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-compare:before {
  content: "\e907";
}
.icon-cart:before {
  content: "\e908";
}
.icon-point:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-clock:before {
  content: "\e90d";
}
.icon-twitch:before {
  content: "\e924";
}

/* End */


/* Start:/local/templates/unimagazin_s1/css/spectrum.css?174284054013650*/
/***
Spectrum Colorpicker v1.7.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: left;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  text-align: center;
  vertical-align: middle;
  outline:none;
}
.sp-container button:active {   
}
.sp-cancel {
	font-size: 13px;
    margin: 0;
    /* padding: 3px; */
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
    float: right;
    padding-left: 11px;
    border: 1px solid #e2e2e2;
    height: 24px;
    border-radius: 6px;
    padding: 0;
    text-align: center;
    /* width: 54px; */
    padding: 0 8px;
    line-height: 24px;
    margin-left: 9px;
    cursor: pointer;
    color: #a7a7a7;
}
.sp-cancel:hover {
    text-decoration:none;
	background: #e2e2e2;
	color: #a7a7a7;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* End */


/* Start:/local/templates/unimagazin_s1/styles.css?174284054175*/
.my-style-test {
color:RED;
}
.bx-whatsapp{
    display: none !important;
}
/* End */


/* Start:/local/templates/unimagazin_s1/template_styles.css?1742840540121380*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,400,500,700,900&subset=cyrillic');



input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
html {-webkit-text-size-adjust:none; height: 100%;}
body {
	position: relative !important;
	color:#282828;
	font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
	outline:none;
	min-width: 1162px;
	min-height: 100%;
	padding-bottom: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bx-composite-banner {
    display: none !important;
}
body.adaptiv {
    min-width: 320px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

.fb a{
    font-size: 26px !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
time,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

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

button,
input,
textarea,
select {
    display: inline-block;
    overflow: visible;

    color: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;

    /*-webkit-appearance: none;*/
}

button,
input[type='button'],
input[type='submit'] {
    cursor: pointer;
}

.lt-ie11 input {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-border-bottom-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a[href^='tel:'],
a[href^='callto:'] {
    font: inherit;

    text-decoration: none;

    color: inherit;
}

a:focus,
a[href^='tel:']:focus,
a[href^='callto:']:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
button,
input {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

* {
    outline: none;
}

div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1162px;
    padding-left: 10px;
    padding-right: 10px;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.wrap {
    padding-top: 104px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background: #fff;
}
.header._scroll {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}

.header-wrap {
    position: relative;
    padding-left: 210px;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    height: 42px;
}

.header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}
/*.header__bottom .container{*/
/*position: relative;*/
/*}*/

/*START header list*/
.header-list {
    position: relative;
    display: inline-flex;
    order: 1;
}

.header-list__item {
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.header-list__link {
    position: relative;
    text-decoration: none;
    letter-spacing: 0.26px;
    color: #333333;

}

.header-list__item:hover .small-nav-dropdown {
    visibility: visible;
    opacity: 1;
}

.small-nav-dropdown {
    position: absolute;
    display: flex;
    z-index: 100;
    top: 28px;
    right: 80px;
    left: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    transition: .2s ease-out;
    transition-delay: .1s;
}

.small-nav-dropdown:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fb0f19;
}
.link_active,
.header-list__link:hover,
.header-list__link:active {
    color: #e83521
}

.header-list__item + * {
    margin-left: 18px;
}

/*END header list*/

/*START registration list*/
.reg-list {
    display: inline-flex;
    order: 3;
}

.reg-list__item {
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.reg-list__link {
    text-decoration: none;
    letter-spacing: 0.26px;
    color: #333333;
}

.reg-list__link:hover,
.reg-list__link:active {
    color: #e83521
}

.reg-list__item + * {
    margin-left: 18px;
}

/*END registration list*/

/*START control panel*/
.control-panel {
    display: flex;
    order: 4;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    height: 22px;
    margin: 0;
    padding: 0;
}

.control-panel__item {
    list-style-type: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.control-panel__item__auth svg {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    fill: #777;
}

.control-panel__link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.control-panel__img {
    display: inline-flex;
    max-height: 22px;
}

.control-panel__indicator {
    position: relative;
    right: 4px;
    width: 22px;
    height: 22px;
    background-color: #fb0f19;
    border-radius: 50%;
    text-align: center;
}

.control-panel__value {
    color: #ffffff;
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;

}

/*END control panel*/

/*START header-search*/
.header-search {
    display: flex;
    order: 2;
    position: relative;
    padding: 0 20px;
    width: 100%;
    max-width: 306px;
    height: 30px;
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
}

.header-search__input {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    height: 30px;
    padding: calc((30px - 16px) / 2) 36px calc((30px - 16px) / 2) 10px;
    letter-spacing: 1px;
    color: #333333;
    background: #e8e8e8;
}

.header-search-icon {
    display: none;
    vertical-align: middle;
}

.header-search-icon a {
    width: 17px;
    height: 17px;
    background: url(/local/templates/unimagazin_s1/img/search_icon_header.png) no-repeat center center;
}

.header-search__submit {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 36px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('/local/templates/unimagazin_s1/img/search_icon_header.png') no-repeat center center;
}

.header-search__submit input[type='submit'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
}

.header-search__input-moz-placeholder,
.header-search__input::-webkit-input-placeholder {
    text-transform: none;
    color: #999999;
}

/*END header-search*/

/*START header-brand*/
.header-brand {
    position: absolute;
    top: 28px;
    left: 0;
    display: inline-flex;
    order: 1;
}

.header-brand__logo {
    display: inline-block;
}

.header-brand__img {

}

/*END header-brand*/

/*START header info*/
.header-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 3;
    color: #000000;
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif !important;
    text-align: right;
}

.header-info__tel {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.header-info__modal {
    margin-right: 15px;
    color: #fb0f19;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.24px;
}

.header-info__link {
    text-decoration: underline;
    display: inline-flex;
    line-height: 1.2;
}

.header-info__modal .header-info__link {
    padding: 4px 8px;
    background: #e83521;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

/*END header info*/


.nav-panel{
    order: 2;
}


/*START nav list*/
.nav-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
}
.nav-list__item:not(:first-child){
    position: relative;
}
.nav-list__link {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: -webkit-calc((50px - 18px) / 2) 12px;
    padding: calc((50px - 18px) / 2) 12px;
    color: #000000;
}

.nav-list__item:hover .nav-dropdown {
    display: flex;

    opacity: 1;
}

.nav-list__item:hover .nav-list__link {
    color: #ffffff;
    background-color: #fb0f19;
}

.nav-list__item:first-child .nav-dropdown{
    top: 106px;
}
.nav-dropdown {
    position: absolute;
    z-index: 100;
    top: 64px;
    right: 0;
    left: 0;

    display: none;

    padding-top: 0;
    padding-bottom: 0;

    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    transition: .2s ease-out;
    transition-delay: .1s;
}

.nav-dropdown:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fb0f19;
}

.nav-dropdown.is-open {
    visibility: visible;

    opacity: 1;
}

.nav-dropdown-list{
    padding: 7.5px 0;
}

.nav-dropdown-list__link {
    display: block;
    padding: 7.5px 15px;
}

.nav-dropdown-list__title-item{
    border-bottom: 2px solid #fb0f19;
    padding-bottom: 15px;
}

.nav-dropdown-list__title{
    font-family: 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-dropdown-list__title {
    color: #000 !important;
}

.nav-dropdown-list__link:hover,
.nav-dropdown-list__link._active {
    background: #fb0f19;
    color: #fff;
    text-decoration: none;
}


.nav-columnList {
    /*display: flex;*/
    display: block;
    flex-direction: row;

    margin: 0 -15px;

    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.nav-columnList .nav-column {
    width: 280px;
    margin: 0 15px;
    margin-bottom: 40px;

    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/*END nav list*/

.m-control-panel{
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    margin-bottom: 10px;
}

.m-control-panel__link{
    position: relative;
    width: 25%;
    height: 35px;
    text-align: center;
    background: #e0e2e5;
    border-right: 1px solid #fcfcfc;
}
.m-control-panel__link:last-child{
    border-right: none;
}

.m-control-panel__link:hover{
    background: #c1c6ce;
}

.m-control-panel__img{
    margin: 0 auto;
}


.control-panel__indicator-mod1{
    top: -5px;
    right: 30%;
    border: 2px solid #ffffff;
}
.control-panel__value-mod1{
    line-height: 18px;
}


/*
<div id="toggle">
    МЕНЮ
</div>

*/
#toggle {
    position: relative;
    width: 100%;
    height: 49px;
    color: #ffffff;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    background: #e83521;
    transition: all 0.3s;
    backface-visibility: hidden;
    cursor: pointer;
    display: none;
}
#toggle {
    text-align: left;
    margin: auto;
    display: none;
}
#toggle-nav-list{
    display: none;
    overflow-y: auto !important;
    max-height: calc(100vh - 198px);
}
#toggle span,
#toggle span:after,
#toggle span:before {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
#toggle span:before,
#toggle span:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    transition: .3s all ease;
    -webkit-transition-duration: 0.3s,0.3s;
    transition-duration: 0.3s,0.3s;
    -webkit-transition-delay: 0.3s,0s;
    transition-delay: 0.3s,0s;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform,background;
}
#toggle span:after {
    top: 8px;
}
#toggle span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    transition: .3s all ease;
}
#toggle.on span {
    transition: background .3s 0s ease;
    background: transparent;
}
#toggle.on span:before,
#toggle.on span:after {
    top: 0;
    -webkit-transition-delay: 0s,0.3s;
    transition-delay: 0s,0.3s;
}
#toggle.on span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#toggle.on span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-panel.m-nav-panel{
    display: none;
}

.nav-panel.m-nav-panel .nav-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nav-panel.m-nav-panel .nav-list .nav-list__item{
    text-align: center;
}

.svg_fill_solid {
	fill:#1a58d7;
}
/*buttons and inputs*/
.solid_button,
.solid_element {
	background:#1a58d7;
	color: #fff;
	font-family: 'PT Sans','Ubuntu', 'Noto Sans', Verdana, Arial, sans-serif;
}
.solid_button.ui-state-active,
.solid_button.ui-state-current,
.solid_button:focus,
.solid_button:hover {
	background:#546dd1;
	color:#fff;
}
.border_button {
	border:1px solid #e2e2e2;
	background:#fff;
	color:#a7a7a7;
	cursor:pointer;
}
.border_button:hover {
	background:#e2e2e2;
}
.solid_input {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 19px;
	height: 38px;
	border: none;
	border-radius: 6px;
	background: #e9e9e9;
	box-shadow: none;
	font-weight: normal;
	font-size: 14px;
	float: none;
	margin-bottom: 25px;
}
/*end buttons*/
.new_price,
.old_price,
.title_f {
	font-family: 'Ubuntu', 'PT Sans',sans-serif;
}
.title_product {
	font-family: 'PT Sans',sans-serif;
}
.sl_header1,
.sl_header2,
.sl_header3  {
	font-family: 'Ubuntu',sans-serif;
}
a img { border:none;}
a,
.open_call,
.hover_link :hover{
	text-decoration:underline;
	color:#1a58d7;
	cursor:pointer;
}
a:hover{
	color:#636363;
}
h3 {

}
/*float class*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.social_buttons{
    display: flex;
}
span.ps{
    border: 0;
    padding: 6px 13px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    box-sizing: border-box;
    margin: 0 20px;
    height: 30px;
    background: #fff !important;
    color: #e83521 !important;
    font-weight: bold;
    margin-right: 0;
    font-size: 16px;
}
body .solid_button{
    background: #fff !important;
}

#podp{
    background: #fff !important;
    color: #e83521 !important;
    letter-spacing: normal;
}
/*TOP-PANEL*/
.top_panel {
	width:100%;
	background:#fbfbfb;
}
.top_panel_wrap {
	margin:0 auto;
	max-width:1162px;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}

.top_panel .search_wrap {
	float: left;
	padding-top: 7px;
}

.top_panel .basket_wrap {
	margin-left: 20px;
    white-space: nowrap;
}

.top_panel .phone_block {
	display: block;
	white-space: nowrap;
}

.top_panel .phone_block  .phone  {
	display: inline-block;
	vertical-align: middle;
	font-size:14px;
	color:#656565;
	margin-right:20px;
	line-height:1.2;
}
.top_panel .phone_block  .call_button {
	display: inline-block;
	vertical-align: middle;
	font-size:12px;
}

.top_panel .top_personal {
	margin-left: 30px;
}

a, .hover_link *:hover {
    #color: #222 !important;
    cursor: pointer;
    text-decoration: none;
}

@media(max-width: 1199px){
    /*.header__bottom{
        flex-wrap: wrap;
        height: auto;
    }

    .header-wrap {
        padding-left: 0;
    }

    .header-brand{
        position: relative;
        top: auto;
        left: auto;
        order: 1;
    }
    .header-info{
        order: 2;
    }
    .nav-panel{
        order: 3;
        margin-top: 15px;
        width: 100%;
    }*/

    .header-info {
        flex-wrap: wrap;
        max-width: 165px;
    }
    .header-info__tel {
        flex: 0 0 100%;
        order: 0;
    }
    .header-info__modal {
        order: 1;
        margin: 3px 0 0;
    }

    .nav-list__link {
        font-size: 16px;
    }

    .nav-list{
        display: flex;
    }
    .nav-list__item{
        display: flex;
        justify-content: center;
        flex: 1 1 auto;
    }

    .nav-list__link{
        width: 100%;
        text-align: center;
    }

    /*.nav-dropdown{*/
    /*top: 50px;*/
    /*}*/

    .nav-list__item:first-child .nav-dropdown {
        top: 171px;
    }

}

@media(max-width: 991px){
    /*.header__top{
        flex-direction: column;
        height: auto;
    }*/

    .nav-list__link {
        padding: 16px ​10px;
        font-size: 15px;
    }

    .header-list{
        order: 1;
        margin: 10px 0 5px;
    }
    .header-search{
        order: 2;
        margin: 8px auto;
    }
    .control-panel{
        order: 3;
        margin: 10px 0;
    }
    .reg-list{
        order: 4;
        margin: 5px 0;
    }

    .nav-list__item:first-child .nav-dropdown {
        top: 272px;
    }

    .header-search {
        display: none;
    }
    .header-search-icon {
        display: inline-flex;
    }
}

@media (max-width: 920px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 920px) {
	.adaptiv .top_panel .phone_block {
		float: none !important;
	}

	.adaptiv .top_panel .search_wrap {
		float: none;
	}

	.adaptiv .top_panel .phone_block  {
		float: none;
	}

	.adaptiv .top_panel .basket_wrap {
		float: none;
		margin-left: 0px;
	}

	.adaptiv .top_panel .top_personal {
		float: none;
		margin-left: 0px;
	}

	.adaptiv .top_panel .top_panel_wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (max-width: 950px) {
    .wrap {
        padding-top: 154px;
    }
	.adaptiv .top_panel .phone_block {
		float: left !important;
	}
    .header__bottom{
        flex-wrap: wrap;
        height: auto;
    }

    .header-wrap {
        padding-left: 0;
    }

    .header-brand{
        position: relative;
        top: auto;
        left: auto;
        order: 1;
    }
    .header-info{
        order: 2;
    }
    .nav-panel{
        order: 3;
        margin-top: 15px;
        width: 100%;
    }
}
@media (max-width:390px){
	.adaptiv .top_panel_wrap{
		padding:0;
	}
}
/*TOP-PANEL END*/
/* ---- HEADER ---- */
.header_wrap {
	position:relative;
	z-index:20;
}
.header_wrap .header_wrap_information {
    min-height: 80px;
}
.header_wrap .phone {
	font-size: 14px;
   font-weight: bold;
}
.header_wrap .call_button {
	font-size: 11px;
}
.workarea_wrap {
	position:relative;
	z-index:10;

}
.header_wrap_container {
	margin:0 auto;
    width: 100%;
	max-width:1162px;
	position:relative;
}
.header_wrap_container .logo_wrap {
	width:auto;
    width: 22%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header_wrap_container .logo_wrap img {

}
.header_wrap_container .search_wrap {
    padding-left: 20px;
}
.header_wrap_container .right_wrap {
    width: 73%;
}
.header_wrap_container .right_wrap table.table_wrap {
    float: right;
    width: 100%;
}
.header_wrap_container .right_wrap table.table_wrap .menu_wrap {
    position: static;
    display: block;
    padding-left: 20px;
    margin: 0px;
}
.header_wrap_container .right_wrap table.table_wrap .phone_wrap {
    white-space: nowrap;
	padding-left: 20px;
	text-align: right;
}
.header_wrap_container .right_wrap table.table_wrap .basket_wrap {
    white-space: nowrap;
	padding-left: 20px;
	padding-bottom: 8px;
}

.top_panel .top_panel_wrap .b_compare,
.top_panel .top_panel_wrap .b_compare_mobile,
.top_panel .top_panel_wrap .b_basket,
.top_panel .top_panel_wrap .b_basket_mobile {
	line-height: normal;
}

.b_compare,
.b_basket {
	display: inline-block;
	vertical-align: middle;
}

@media all and (max-width: 1200px) {
    .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-phone.with-basket {
        display: block !important;
    }
}

@media all and (max-width: 1150px) {
    .adaptiv .header_wrap .border_catalog_menu {
        display: none;
    }
    .adaptiv .top_panel_wrap .bg_top_menu {
        display: none;
    }
    .adaptiv .header_wrap .top.with-top-menu {
        display: block !important;
    }
}

@media all and (max-width: 1000px) {
    .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-basket {
        display: block !important;
    }
}

@media all and (max-width: 920px) {
	.adaptiv .header_wrap .header_wrap_information {
        padding-left: 20px;
		padding-right: 20px;
    }
}

@media all and (max-width: 900px) {
    .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-phone {
        display: block !important;
    }
}

@media all and (max-width: 825px) {
    .adaptiv .header_wrap_container .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu {
        display: block !important;
    }
}

@media all and (max-width: 800px) {
	.adaptiv .header_wrap_container tbody tr td {
        display: none;
		padding-top: 5px;
		padding-bottom: 5px;
    }
	.adaptiv .header_wrap_container tbody tr .right_wrap td:last-child {
		display:inline-block;
	}
    .adaptiv .header_wrap_container .logo_wrap {
        display: table-cell;
		width: auto;
    }
    .adaptiv .header_wrap_container .right_wrap {
        display: table-cell;
        width: auto;
    }
	.adaptiv .header_wrap .header_wrap_information {
		min-height: auto;
	}
	.adaptiv .header_wrap .header_wrap_information {
		padding-left: 10px;
		padding-right: 10px;
	}
	.adaptiv .top_panel .phone_block {
		display: block !important;
	}
	.adaptiv .header_wrap .search_wrap {
		//display: none;
	}
	.adaptiv .top_panel .top_panel_wrap .search_wrap {
		display: none;
	}
}

@media all and (max-width: 510px) {
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
        float: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
        float: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .call_button {
        text-align: left;
    }
}

.worakarea_wrap_container {
	margin:0 auto;
	max-width:1162px;
    min-width: 323px;
	padding:0 9px;
	min-height:350px;
}
.header_grey {
	font-size: 21px;
	color: #444648;
	font-weight: normal;
	font-family: 'Ubuntu','PT Sans',sans-serif;
	margin-top:0;
	margin-bottom: 10px;
}
.standart_block {
	margin-bottom:30px;
}

@media (max-width:1024px) {
	.adaptiv .workarea_wrap {
		min-height:400px;
	}
}
.workarea_wrap h1 {
	padding-bottom:0;
	font-size:27px;
	color:#444648;
	font-weight:normal;
}
.workarea_wrap h1 a {
	color:#000;
	text-decoration:none;
}
.bx_title_section {
	margin-top:0;
	padding-top:0;
	vertical-align:middle;
	font-size:26px;
}
.footer_wrap_container {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}
/* ---- INC SOCIAL HEADER ---- */
.bx_inc_social_footer h4{
	text-align: left;
	font-weight: normal;
	font-size:26px;
}
.social_buttons {margin-top: 0px}
.social_buttons ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.social_buttons ul li{
	display: inline-block;
	margin-right: 10px;

	list-style:none;
}
.social_buttons ul li a{
	display: block;

    font-size: 20px;
	/*background: url(/local/templates/unimagazin_s1/images/sprite_social.png) no-repeat;*/
}
/*.social_buttons ul li.fb a{ background-position: -70px 0;}*/
/*.social_buttons ul li.tw a { background-position:0 0;}*/
/*.social_buttons ul li.vk a{ background-position:-35px 0}*/
.social_buttons ul li a:hover{opacity:0.65;}

.bg_footer .phone-block{
    float: left;
    margin-left: 270px;
}
@media (min-width:720px){
    .b24-widget-button-position-bottom-right{

        right: 150px !important;
    }
}

span.code {
	font-size:17px;
}
table.header_table td.logo {
	width:50%;
}
table.header_table td.logo_wrap {
	padding-left:12px;
	max-height:60px;
}
table.header_table td.logo_wrap img {
	max-height:60px;
}
.phone_wrap_mobile {
	display: none;
}
.adaptiv .top_panel_wrap.mobile_version {
	display: none;
}
@media (max-width:1200px){
	.adaptiv table.header_table td.logo {
		width:40%;
	}
	.adaptiv table.header_table td.address {
		width:20%;
	}
	.adaptiv table.header_table td.phone {
		width:20%;
	}
}
@media (max-width:920px){
	.adaptiv table.header_table td.logo {
		width: 30%;
	}
	.adaptiv table.header_table td.address {
		width:25%;

	}
	.adaptiv table.header_table td.phone {
		width:25%;
	}
}
@media (max-width:800px) {
    .adaptiv .left_col_index {
        display:none;
    }
    .adaptiv .right_col,
    .adaptiv .right_col_index	{
        width:100%;
    }
    .adaptiv .left_col {
        width:100%;
        margin-bottom:15px;
    }
    #toggle{
        display: block;
    }
    .nav-panel{}
    .header__bottom .nav-panel{
        display: none;
    }
    .header-info__tel{
        font-size: 16px;
    }

    .nav-panel.m-nav-panel{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        order: 2;
    }

    .nav-list .nav-list__item .nav-list__link:hover{
        color: #000000;
        background-color: transparent;
        text-decoration: underline;
    }

    .nav-list .nav-list__item:last-child{
        display: none;
    }
}

@media (max-width:740px){
	.adaptiv table.header_table td.logo {
		display:block;
		float:left;
		width:30%;
		margin-top: 5px;
		margin-bottom: 5px;

	}
	.adaptiv table.header_table td.socnet {
		display:none;
	}
	.adaptiv table.header_table td.address {
		display:block;
		float:left;
		width:30%;
		margin-left:20px;
		margin-left: 10px;
		margin-top:2%;
	}
	.adaptiv table.header_table td.phone {
		display:block;
		float:right;
		width:35%;
		margin-right:10px;
		margin-bottom:5px;
		text-align:right;
	}
	.adaptiv table.header_table {
		max-height: 60px;
	}
}
body .buy_added, body .buy_added:hover,  .buy.buy_added, .buy.buy_added:hover {
    background-color: #06a900 !important;
}
@media (max-width:600px) {
	.adaptiv table.header_table td.address {
		display:none;
	}
    .bg_footer .phone-block{
        margin-left: 0;
    }
	.adaptiv table.header_table td.phone {
		width:50%;
		font-size: 18px;
	}
	.adaptiv span.code {
		font-size:14px;
	}
}
@media (max-width:550px) {
	.adaptiv .header_wrap_container .logo_wrap {
		width:100%;
		margin-bottom:10px;
	}
	.adaptiv .top_panel .phone_block .phone {
		margin-right: 6px;
	}
}
@media (max-width:500px) {
    .wrap {
        padding-top: 135px;
    }
    #toggle {
        height: 42px;
        line-height: 40px;
    }
    .nav-panel {
        margin-top: 10px;
    }
	.adaptiv .basket_wrap {
		display: none;
	}
	.adaptiv .header_wrap_information .header_wrap_container .phone_wrapper {
		display: inline-block;
	}
	.adaptiv .top_panel_wrap.desktop_version {
		display: none;
	}
	.adaptiv .top_panel_wrap.mobile_version {
		display: block;
		width: 100%;
		padding: 0;
		height: 50px;
		background: #e0e2e5;
		font-size: 0;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 25%;
		height: 100%;
		border-right: 0.5px solid #fcfcfc;
		text-align: center;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block:last-child {
		border: none;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block a:active {
		background-color: rgba(197,197,197,0.5);
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block .wrap_icon_block {
		display: inline-block;
		position: relative;
		background: url(/local/templates/unimagazin_s1/images/head_icon_mobile.png) no-repeat;
		margin-top: 15px;
		width: 20px;
		height: 20px;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block.personal_block_mob .wrap_icon_block {
		background-position: 0 0;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block.personal_auth_block_mob .wrap_icon_block {
		background-position: -80px 0;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block.basket_block_mob .wrap_icon_block {
		background: none;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block.compare_block_mob .wrap_icon_block {
		background: none;
	}
	.adaptiv .top_panel_wrap.mobile_version .head_block.phone_block_mob .wrap_icon_block {
		background-position: -60px 0;
	}
	.adaptiv .phone_wrap_mobile {
		display: inline-block !important;
	}
	.adaptiv .header_wrap_information {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.adaptiv .call_button {
		display: none;
	}
    .header .container{
        padding-right: 0;
        padding-left: 0;
    }


    .m-control-panel{
        display: flex;
    }
    .header__top{
        display: none;
    }

    .nav-list .nav-list__item:last-child{
        display: block;
    }
    .header-info__modal{
        display: none;
    }
    .header-brand{
        width: 136px;
    }
}
/*TOP_SLIDER*/
.slider{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	width:100%;
}
.slider .slider_container{
	position:absolute;
	top:0px;
	padding:0px;
}
.slider .slider_container  .slider_item{
	overflow:hidden;
	float:left;
}
.slider .slider_container  .slider_item img{

}
/*INDEX_HEADER*/
.section_header{
	text-transform:uppercase;
	font-size:30px;
	color:#cf9f33;
	width:100%;
	text-align:center;
	background:url(/local/templates/unimagazin_s1/images/header_line.jpg) repeat-x center;
	margin-bottom:35px;
	margin-top: 26px;
}
.section_header div{
	padding:0 11px;
	display:inline-block;
	background:white;
}
/*///////////*/
.text_block{
	font-size:12px;
	color:#686868;
}
/*footer*/
.bg_footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	//background:#f1f1f1;
    color: #292929;
	padding: 10px 0;
	margin-top:60px;
	border-top: 1px solid rgb(231,231,231);
}
.bg_footer .footer{
    position: relative;
	max-width:1162px;
	margin:0 auto;
    overflow:  hidden;
    padding: 13px 20px;
}
.bg_footer .footer .table_footer {
	width:100%;
}
.bg_footer .contacts {
	color: inherit;
}
.bg_footer .contacts .one_phone {
	font-size:13px;
	color: inherit;
}
.bg_footer .contacts .text_phone {
	font-size:13px;
	color: inherit;
	padding-left:2px;
}
.bg_footer .phone-block {
    text-align: right;
}
.bg_footer .phone-block .phone {
	font-size:19px;
	color: inherit;
}
.bg_footer .phone-block .call_button {
    font-size:13px;
	color: inherit;
}
.bg_footer .logo-block {
    padding-top: 25px;
}
.table_footer .contacts {
	width:32%;
	padding-left:13px;
}
.table_footer .footer_menu {
	width:100%;
	overflow:hidden;
}
@media (max-width:650px){
    .adaptiv .bg_footer .contacts {
        float: none;
    }

    .adaptiv .bg_footer .menu {
        float: none;
    }

    .adaptiv .bg_footer .phone-block {
        float: none;
        text-align: left;
    }
}
/*END_FOOTER*/
/*BX_POPUP_WINDOW*/
.popup-window	{
	border:0;
	border-radius:0;
	box-shadow:0;
	font-size:0;
}
.popup-window-close-icon {
	width: 11px;
	height: 11px;
	background:url(/local/templates/unimagazin_s1/images/close_popup.png) no-repeat 0 0;
	opacity:0.38;
}
.popup-window-close-icon:hover {
	background:url(/local/templates/unimagazin_s1/images/close_popup.png) no-repeat 0 0;
	opacity:1;
}
.popup-window-top-row,
.popup-window-left-column,
.popup-window-right-column {
	display:none;
}
.popup-window-content {
	margin:0;
	background:#fff;
	border-radius: 7px;
}
.popup-window,
.popup-window-content-row .popup-window-center-column {
	background:none;
}
/*END BX_POPUP_WINDOW*/
.bx_left_catalog {
	float:left;
	width: 18.7%;
}
.bx_content_right {
	width: 80%;
	float: right;
	clear: right;
}
@media (max-width:959px){
	.adaptiv .bx_left_catalog {
		display:none;
	}
	.adaptiv .bx_content_right {
		width:100%;
		float:none;
	}
}
ul.top_personal_menu {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	top:1px;
}
ul.top_personal_menu li {
	float:left;
	display:block;
	list-style:none;
	border:1px solid #fff;
	border-bottom:0;
}
ul.top_personal_menu li.active {
	border:1px solid #bebebe;
	border-bottom:1px solid #fff;
}
ul.top_personal_menu li a {
	display:block;
	font-size:14px;
	padding:14px 17px;
	color:#5a5a5a;
	font-family:'Babas',Arial,sans-serif;
	text-decoration:none;
}
.personal_body {
	border:1px solid #bebebe;
	width:100%;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
@media (max-width:600px){
	.adaptiv ul.top_personal_menu li a {
		padding:12px 10px;
	}
}
@media (max-width:480px){
	.adaptiv ul.top_personal_menu li a {
		padding:12px 4px;
		font-size:12px;
	}
}
.bx_page {
	font-size:14px;
}

/*contacts*/

@media (max-width:768px) {
	.adaptiv .cnt_contacts {
		width:100%;
	}
	.adaptiv .cnt_map {
		width:100%;
		margin-top:15px;
	}
}
/*block see*/
.one_see .img_see {
	width: 58px;
	height:58px;
	display:block;
	float: left;
	text-align: center;
}
.one_see {
	clear:both;
	margin-bottom: 15px;
	overflow:hidden;
}
.one_see .right_see {
	float: right;
	width: 60%;
}

/*To cart*/
.min-button.to-cart div {
	background-image: url('/local/templates/unimagazin_s1/images/to_cart.png');
}

/*Catalog button*/
.catalog-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 13px 6px 13px;
	text-decoration: none;
	background: #3a58d2;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}.catalog-button:hover {
	background: #546dd1;
	text-decoration: none;
	color: #fff;
}.catalog-button:focus {
	background: #3252d1;
	color: #fff;
	outline: none;
	text-decoration: none;
}

/*Hover shadow*/
.hover_shadow {
	transition-property: box-shadow;
	transition: 0.2s;
}
.hover_shadow:hover {
	box-shadow: 0px 10px 18px rgba(0,0,0,0.15);
}
.hover_shadow2{
    box-shadow: 0px 10px 18px rgba(0,0,0,0.15);
}
/*flexel*/
.nbs-flexisel-container {
    position:relative;
    /*max-width:98%;*/
	margin:0 auto;
	overflow:hidden;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
}

.nbs-flexisel-inner {
	overflow:hidden;
	/*width:97%;*/
	margin:0 auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left {
	position: absolute;
	top: -50px !important;
	left:auto;
	right: 36px;
}
.nbs-flexisel-nav-right {
	position: absolute;
	top: -50px !important;
	right: 8px;
}

.error404 {
	max-width:563px;
	margin:0 auto;
	font-family:"Ubuntu",sans-serif;
	text-align:center;
}
.error404 .img {
	color: #fff;
	text-align: center;
	font-size: 50px;
	width: 145px;
	height: 145px;
	line-height: 145px;
	margin: 0 auto;
	border-radius: 145px;
	font-weight: bold;
	font-family: "Ubuntu";
}
.error404 .header_text {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	font-family:"Ubuntu",sans-serif;
	color:#111111;
	padding:30px 0;
}
.error404 .text {
	font-size:14px;
	margin-bottom:30px;
}
.error404 .solid_button,
.error404 .border_button {
	text-decoration:none;
	font-size:16px;
	text-align:center;
	width:263px;
	height:35px;
	line-height:35px;
	border-radius:6px;
}
@media (max-width:700px) {
	.adaptiv .error404 .solid_button,
	.adaptiv .error404 .border_button {
		width:100%;
		margin-bottom:10px;
	}
}
.button_up {
	width: 40px;
	height: 40px;
	position: fixed;
	display:none;
	bottom: 30px;
	right: 30px;
	border-radius: 5px;
	z-index: 50;
	cursor: pointer;
	opacity:0.9;
}
.button_up:hover {
	opacity:1;
}
.button_up span {
	width: 16px;
	height: 9px;
	margin:15px auto;

	background: url(/local/templates/unimagazin_s1/images/sprite_to_up.png) no-repeat bottom;
	display: block;
}
.consent-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.consent-body {
    padding: 15px;
}
.bx_popup_close {
	display: none;
}
.about-company .about_main {
	font-size: 13px;
	color: #888;
}.about-company .header_grey {
	margin-bottom: 25px;
}
.bg_top .bg_subscribe {
	display: inline-block;
	width: 65%;
	vertical-align:middle;
}
.bg_top .bg_phone {
	display: inline-block;
	width: 32%;
	vertical-align: middle;
}
.bg_phone .phone {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	font-size: 19px;
    line-height: 28px;
	text-decoration: none;
	    color: rgb(29, 26, 26);
}
.bg_phone .call_button {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
@media (max-width:870px) {
	.adaptiv .bg_top .bg_subscribe {
	display: block;
	width: 100%;
	}
	.adaptiv .bg_top .bg_phone {
		display: block;
		margin-top: 15px;
		width: 100%;
	}
}
.fly > .b_compare {
	display: none;
}
@media (max-width:800px) {
	.adaptiv .fly > .b_compare {
	display: inline-block;
}
}




.catalog-section .element .image .valign {
    display: inline-block;
    vertical-align: middle;
    /* height: 100%; */
    height: auto;
}


/* Деталка товара, убираем баг (расползание по высоте), 30.10.2018 */

    .item .information .order > .buy,
    .item .information .order > .buy-block > .buy {
        height: auto;
    }
    .item .information .order .count {
        height: auto;
    }
    .item .information .order .valign {
        height: 0;
    }
    .item .information .order .uni-indents-horizontal {
        height: 0;
    }

@media (min-width: 800px) {
	.nav-dropdown {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.nav-dropdown-list {
		width: 100%;
	}
}

.filter_fixed{
    position: fixed;
    top: 20px;
    width: 261px;
    background: #fff;
    z-index: 200;
    max-height: 800px;
    overflow-y: scroll;
}
.filter_fixed::-webkit-scrollbar {
    width: 5px;

}
.filter_fixed_mob{
    position: fixed;
    top: 50px;
    z-index: 1000;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-left: 4%;
    display: none;
}
.ff{
    margin-top: 30px;
}

.filter_fixed::-webkit-scrollbar-thumb   {
    width: 5px !important;
    border-radius: 10px;
    background: #aaa;

}
.tpf{
    border-radius: 3px;
    text-align: center;
    height: 50px;
    color: #ffffff;
    margin: 10px auto;
    text-align: center;
    line-height: 50px;
    background: #e83521;
    transition: all 0.3s;
    backface-visibility: hidden;
    cursor: pointer;
    display: none;
      position: fixed;
    top: 0px;
    width: 90%;
    z-index: 100;
    margin-left: 3%;
}
.protest {
    line-height: 14px;
    padding: 13px 54px;
}
.credit-btn {
    line-height: 14px;
    padding: 13px 20px 8px;
}
#tabs_block .nbs-flexisel-item{
    width: 290px !important;
}
@media (max-width: 550px) {
    header .nav-dropdown{
        display: block;
    }
    header .nav-dropdown .nav-dropdown-list{
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }
    .nav-dropdown-list__title-item{
        word-break: break-word;
    }
    .ocb-form{
        max-width: 100%;
    width: 100%;
        height: auto;
    }
    .ocb-form .separator{
        display: none;
    }
    .ocb-form .ocb-form-wrap .price_image{
        float: none;
    width: 100%;
    }
    .ocb-form .ocb-form-wrap #ocb-params{
            float: none;
    width: 100%;
    }
    .ocb-form{
        padding-left: 10px;
        padding-right: 10px;
    }
    .uni-input-text{
        float: none;
    }
    .ocb-form .ocb-form-wrap #ocb-params .ocb-form-field label{
        display: block;
    }
    .ocb-form .ocb-form-wrap .price_image .name_product{
        width: 100%;
    }
    .ocb-form .ocb-form-wrap #ocb-params .ocb-form-field{
        margin-left: 5%;
    }
    .ocb-form .ocb-form-wrap #ocb-params input[type="text"], .ocb-form .ocb-form-wrap #ocb-params textarea{
        width: 95%;
    }
    .uni-indents-vertical.indent-25{
        padding-top: 0;
    }
    .ocb-form .ocb-form-wrap .price_image .price{
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }
    .checkbox_div{
        margin-left: 5%;
    }
    .ocb-modules-button{
        margin-left: 5%;
    }
    .next{
        right: 0;
    }
    .prev{
        left: 0;
    }
    body{
        /*overflow-x: hidden;*/
    }
    .protest{
    margin: 0 auto;
    display: block;
    width: 170px;
}

}



/* COMPONENTS STYLES */
.block_popular.standart_block {
    margin-bottom:25px;
}
.block_popular .uni_parent_col {
    margin-top: -8px;
    margin-bottom: -8px;
}
.block_popular .one_categories {
    position:relative;
}
.block_popular .uni_col a.image {
    display:block;
    width:100%;
    padding-top:100%;
}
.block_popular .uni_col {
    padding: 0px;
}
.block_popular .uni_col a.image {
    position: relative;
}
.block_popular .uni_col a.image .wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 8px;
    bottom: 8px;
}
.block_popular .uni_col a.image .wrapper:hover {
   box-shadow: -3px 8px 18px 0px #c0c0c0;
}
.block_popular .uni_col a.image .wrapper div {
    width: 100%;
    height: 100%;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
    background-position:center;
}
.block_popular .uni_col.uni-33 a.image {
    padding-top: 100%;
}
.block_popular .uni_col.uni-50  a.image {
    padding-top: 50%;
}
.block_popular .uni_col.uni-66  a.image {
    padding-top: 50%;
}
.block_popular .uni_col.uni-75  a.image {
    padding-top: 33.3333333%;
}
.block_popular .uni_col.uni-100  a.image {
    padding-top: 33.3333333%;
}
.block_popular .uni_col .name {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    left: 20px;   
    bottom: 10px;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    max-width: 76%; 
    border-radius: 3px;
    font-family: Ubuntu;
}
.block_popular .uni_col .wrapper .wrapper-shadow {
    display: block;
    overflow: hidden;
}
.block_popular .uni_col .wrapper .wrapper-shadow .category-image {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;    
    background-size: contain;
    background-position: 0 0;
    background-color: #fff;
}
@media (max-width: 1240px) {
    .block_popular .uni_col .wrapper .wrapper-shadow .category-image {        
        background-size: contain;
    }
}
.block_popular .uni_col .wrapper .wrapper-shadow:hover .category-image {
    -webkit-transform: scale(1.2,1.2);
       -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
         -o-transform: scale(1.2,1.2);
            transform: scale(1.2,1.2);
}
.block_popular .more_popular{
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
}
.block_popular .more_left {
    text-align: left;
}
.block_popular .more_center {
    text-align: center;
}
.block_popular .more_right {
    text-align: right;
}
@media (max-width:1000px) {
    .adaptiv .block_popular .uni_col.uni-50,
    .adaptiv .block_popular .uni_col.uni-66,
    .adaptiv .block_popular .uni_col.uni-75,
    .adaptiv .block_popular .uni_col.uni-100    {
        width:33.33%;
    }
    .adaptiv .block_popular .uni_col.uni-50 a.image,
    .adaptiv .block_popular .uni_col.uni-66  a.image,
    .adaptiv .block_popular .uni_col.uni-75 a.image,
    .adaptiv .block_popular .uni_col.uni-100  a.image   {
        padding-top:100%;
    }
}
@media (max-width: 600px){
    .adaptiv .block_popular .uni_col.uni-50,
    .adaptiv .block_popular .uni_col.uni-66,
    .adaptiv .block_popular .uni_col.uni-75,
    .adaptiv .block_popular .uni_col.uni-100    {
        width:50%;
    }   
}
@media (max-width: 400px){
    .adaptiv .block_popular .uni_col.uni-50,
    .adaptiv .block_popular .uni_col.uni-66,
    .adaptiv .block_popular .uni_col.uni-75,
    .adaptiv .block_popular .uni_col.uni-100    {
        width: 100%;
    }   
}

.tabs_block #tabs_block ul.nav {
    padding:0;
    margin:0;
    list-style:none;
    padding-bottom:25px;
}
.tabs_block #tabs_block ul.nav li {
    float:left;
    padding-right:25px;
}
.tabs_block #tabs_block ul.nav li.ui-tabs-active a {
    outline:none;
    text-decoration:none;
    color:#000000 !important;
}
.tabs_block #tabs_block ul.nav li a {
    padding-bottom: 5px; 
    text-decoration:none;
    font-size:16px;
    //color:#a3a3a3;
    font-weight:500;
}

.popular_slider .nbs-flexisel-container,
.popular_slider .nbs-flexisel-inner {   
      position: static;
      width: initial;
      max-width: initial;
}
.popular_slider {
    position:relative;
}
.popular_slider  ul.popular  {
    text-align:left;
}
.popular_slider .one_section_product_cells {
margin-left:8px;
margin-right:8px;
}
ul.popular .one_section_product_cells .marks {
    top: 12px;
    left: 12px;
}
.popular_slider  ul.popular li.one_section_product_cells:first-child {
    margin-left:0!important;
}
.popular_slider  ul.popular li.one_section_product_cells:nth-child(4n+1) {
    margin-left:0;
}
.popular_slider  ul.popular .one_section_product_cells .image_product {
    width: 68%;
    padding-top: 68%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: static;
    outline:0;
    margin-bottom:10px;
    margin-top: 15px;
}
.popular_slider  ul.popular .one_section_product_cells .image_product:hover {
    -webkit-filter: contrast(110%);
}
.popular_slider  ul.popular .one_section_product_cells .name_product {
    overflow:hidden;    
    width: 88%;
    margin:0 auto;
    line-height:18px;
    border-bottom:1px solid #e8e8e8;
    margin-top:30px;
}
.popular_slider  ul.popular .one_section_product_cells .price_block {       
    width:100%;
}
.popular_slider  ul.popular .one_section_product_cells .price_block .old_price {
    float:right;
    line-height: 28px;
}
.popular_slider ul.popular .one_section_product_cells .price_block .old_price, 
.popular_slider  ul.popular .one_section_product_cells .price_block .old_price span{
    color:#2d2d2d;
    font-size:12px;
    font-weight:normal;
    text-decoration:line-through;
    
}
.popular_slider .one_section_product_cells .name_product a.name {
    display: block;
    font-size: 15px;
    font-weight:normal;
    margin-bottom: 10px;
    height:37px;
    overflow:hidden;
    display:block;
    text-decoration:none;
}
.popular_slider  .one_section_product_cells .name_product a.name_group {
    display: block;
    font-size:11px;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    color:#b4b4b4;
    text-decoration:none;
}
.popular_slider ul.popular .one_section_product_cells {
    padding-top: 23px;
    position:relative;
    margin-bottom:14px;
    padding-bottom:8px; 
    border:1px solid #e8e8e8;
}
.popular_slider  ul.popular .one_section_product_cells .name_product a:hover{
    color:#444648;
}
.popular_slider  ul.popular .one_section_product_cells .buys {
    width: 88%;
    margin:0 auto;
    overflow:hidden;
    margin-top:5px;
}
ul.popular .one_section_product_cells .min-buttons {
    position:absolute;
    top:12px;
    right: 12px;
    margin: -4px 0px;
}
ul.popular .one_section_product_cells .min-buttons .min-button {
    margin: 4px 0px;
}
.popular_slider  ul.popular .one_section_product_cells .price_block {
    margin-left:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:42px;
}
.popular_slider  ul.popular .one_section_product_cells .price_block .new_price {
    font-size:17px;
    font-weight:bold;
    color:#3b3b43;  
    border-radius:3px;
    float:left;
}
.popular_slider  ul.popular .one_section_product_cells .price_block .new_price span { 
    font-size:17px;
}
.popular_slider ul.popular .one_section_product_cells .price_block .new_price .credit {
    font-size: 13px;
    line-height: 12px;
    font-weight: normal;
}
.popular_slider ul.popular .one_section_product_cells .price_block .new_price .credit span {
    font-size: 13px;
}
.popular_slider ul.popular .one_section_product_cells .price_block .new_price .credit .fa {
    cursor: pointer;
    color: #e83521;
}
.popular_slider  ul.popular .one_section_product_cells .buy_block { 
    float:right;    
}
.popular_slider  ul.popular .one_section_product_cells .big_buy{
    width:100%;
} 
@media (max-width: 1050px) {
    .popular_slider ul.popular .uni_col {
        padding-left: 0;
        padding-right: 0;
    }
}

.tizers-list {
    width:100%;
    padding-bottom:30px;
    padding-top:30px;
}
.tizers-list ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow: hidden;
}
.tizers-list.big ul {
    //height: 116px;
}
.tizers-list.big .img_banner {
    display: inline-block;
    vertical-align: middle;
}
.tizers-list.big .r_col {
    display: inline-block;
    vertical-align: middle;
}
.tizers-list li {
    list-style:none;
    white-space: nowrap;
    overflow: hidden;
}
.tizers-list.big li {
    height: 80px;
    text-align: center;
}
.tizers-list .img_banner {
    width:64px;
    height:64px;
    background-repeat:no-repeat;
    background-position:center;
    margin:0 auto;
}
.tizers-list .name {
    text-transform:uppercase;
    font-size:12px;
    text-align:center;
    overflow: hidden;
    white-space: normal;
}
.tizers-list .description {
    margin-top:0px;
    font-size:13px;
    text-align: justify;
    white-space: normal;
    height: 72px;
    overflow: hidden;
}
@media (max-width: 800px) {
    .tizers-list.big .img_banner {
        float: none;
        margin-top: 0;
    }
    .tizers-list.big li {
        height: 80px;
    }
    .tizers-list li {
        margin-bottom: 10px;
    }
    .tizers-list.big .r_col {
        margin-left: 0;
    }
}

.banners-list .banners-list-item {
    border:1px solid #ededed;
}
.banners-list .img_banner {
    display:block;
    width:100%;
    padding-top:100%;
    background-position:center;
    background-repeat:no-repeat;
    border-radius: 0;
}
.banners-list ul {
    list-style:none;
    margin:0;
    padding:0;
}
.banners-list ul  li .banners-list-item {
    position:relative;
}
.banners-list ul  li {
    padding: 8px;
}
.banners-list .name_banner {
    display: block;
    position: absolute;
    background: #fff;
    height: 95px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    padding: 3%;
    text-decoration:none;
    outline:none;
    box-sizing: border-box;
}
.banners-list .name_banner .name {
    padding: 5px 0 0 5px;
    font-weight:bold;
    font-size:14px;
    color:#363434;
    text-decoration:none;
}
.banners-list .name_banner .preview_text {
    padding: 5px 0 0 5px;
    color:#363434;
    font-size:13px;
    display:block;
}

.name_video {
    font-weight: bold;
    font-size: 14px;
    color: #363434;
    text-decoration: none;
    padding: 3%;
    outline: none;
    box-sizing: border-box;
}
.video_slider {
    
    position: relative;
}
.slick-list {
    overflow: hidden;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.prev{
    background: url(/local/templates/unimagazin_s1/images/uni-slider-buttons.png) no-repeat;
    background-position: -16px 0;
    left: -20px;
}
.next {
    background: url(/local/templates/unimagazin_s1/images/uni-slider-buttons.png) no-repeat;
    background-position: 0px 0px;
    right: -20px;
}

.services_min_2 {
    
}
.services_min_2  table {
    width:100%;
}
.services_min_2 .one_review {
    padding:30px;
    margin-bottom:18px;
    border:1px solid #dfdfdf;
}
.services_min_2 .name_news {
    font-size:17px;
    text-decoration:none;
    height:22px;
    overflow:hidden;
    display:block;
}
.services_min_2 .preview {
    font-size:13px;
    color:#282828;
    margin-top:25px;
    max-height:54px;
    overflow:hidden;
}
.services_min_2 table td {
    vertical-align:top;
}
.services_min_2 .img {
    width:40%;
    padding-right:8px;
}
.services_min_2 .img img {
    max-width:100%;
    margin-right:8px;
}

.reviews {
    position: relative;
    padding-bottom: 50px;
}
.reviews .review .img_review {
    display:block;
    width:115px;
    height:115px;
    border-radius:50%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin:0 auto;
    position:relative;
    text-decoration: none;
    z-index:50;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/local/templates/unimagazin_s1/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}
.reviews  .uni_col:hover .img_review{
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;
    filter: initial;
    -webkit-filter: initial;
    filter: initial;
}
.reviews .review .name_news  {
    font-size:13px;
    text-decoration:none;
    margin-bottom: 21px;
    display:block;
}
.reviews .review .preview {
    text-align: left;
    height: 72px;
    overflow: hidden;
    margin-top:7px;
}
.reviews .wrap_review {
    padding:0 20px 16px; 
}
.reviews .review_text  {
    display: block;
    text-decoration: none;
    padding-top: 55px;
    margin-top: -45px;
    background: #f9f9f9;
}
.reviews .review_text .delimiter {
    border-bottom: 1px solid #bdbdbd; 
    width:20%;
}
.reviews .name_review {
    text-align:center;
    color:#515151;
    font-size:14px;
    line-height:27px;
}
.reviews .staff_review {
    font-size:14px;
    color:#bdbdbd;
    text-align:center;
}
.reviews .preview {
    font-size:13px;
    color:#606060;
}
.reviews  .uni_col.uni-33 {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}
.review_text .read_more {
    display: block;
    border-top:1px solid #e4e4e4;
    text-decoration: none;
    text-align:center;
    padding:10px 15px;  
}.review_text .read_more:hover {
    color: #636363 !important;
}
.reviews .see_all {
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    padding: 8px 17px;
    border:1px solid #eaeaea;
    border-radius:3px;
}
.reviews .see_all a {
    text-decoration:none;
    color:#1c1c1c;
    font-size:12px;
}


.main_news_pictures {
    position: relative;
    padding-bottom: 30px;
}
.all_news {
    text-decoration:none;
    font-size:12px;
}
.main_news_pictures .left_col {
    width:20%;
}
.main_news_pictures .news-item {
    margin-bottom:10px;
}
.main_news_pictures .left_col .img_review {
    width: 60%;
    padding-top: 60%;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}
.main_news_pictures .name_news {
    text-decoration:none;
    font-size:13px;
    display:block;  
    margin-bottom:6px;
}.main_news_pictures .name_news:hover {
    text-decoration: underline;
}
.main_news_pictures .preview {
    font-size:12px;
    color:#888888
}
.main_news_pictures .right_col {
    float:right;
    width:75%;
    padding-left:5%;
}
.main_news_pictures  .news-date-time {
    font-size: 11px;
    color:#1d1a1a;
    margin-top:6px;
}
.main_news_pictures .see_all {
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    padding: 8px 17px;
    border:1px solid #eaeaea;
    border-radius:3px;
}
.main_news_pictures .see_all a {
    text-decoration:none;
    color:#1c1c1c;
    font-size:12px;
}
@media (max-width: 800px) {
    .main_news_pictures .news-item .left_col {
        width: 30%;
    }
    .main_news_pictures .news-item .right_col {
        box-sizing: border-box;
        width: 70%;
    }
}

.elastislide-list ul li {
    vertical-align:top;
    max-width:182px;    
    position:relative;
    margin-right:16px;
}
.elastislide-carousel ul li a img{
    border:0;
    
}
.elastislide-list{
    width: 100%;
}
.elastislide-list a.img_brand {
    max-width:86px;
    height:120px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    display:block;
    margin:0 auto;
    line-height: 120px;
}
.elastislide-list .img_brand {
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;    
}
.elastislide-list .img_brand img {
    display:table-cell;
    vertical-align:middle;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/local/templates/unimagazin_s1/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}
.elastislide-list .img_brand img:hover {
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
    filter: initial;
    filter: initial;
    -webkit-filter: initial;
    filter: initial;
}
.elastislide-list .one_product .name_product {
    text-align:center;
    width:100%; 
}
.elastislide-list .one_product .name_product a {
    display: block;
    font-family: Arial,sans-serif;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 12px;
    white-space: normal;
    height: 32px;
    text-decoration: none;
}
.elastislide-list .one_product .name_product a:hover{
    text-decoration:underline;
}
.elastislide-list {
    box-shadow:none;
}
.elastislide-list nav span.elastislide-next {
    background:url(/local/templates/unimagazin_s1/images/prev_next.png) no-repeat top right;
    width:8px;
    height:25px;
    
}
.elastislide-list nav span.elastislide-next:hover { 
}
.elastislide-list nav span.elastislide-prev {
    background:url(/local/templates/unimagazin_s1/images/prev_next.png) no-repeat top left;
    width:8px;
    height:25px;
    opacity:0.8;
}
.elastislide-list nav span.elastislide-prev:hover {
    opacity:1;
}
.elastislide-list .price_block {
    height:55px;
}
.elastislide-list .price_block .new_price {
    font-family:'Babas',Arial,sans-serif;
    color:#2e2e2e;
    font-size:17px;
    text-align:center;
}
.elastislide-list .price_block .old_price {
    color:#c39326;
    font-size:15px;
    font-family:'Babas',Arial,sans-serif;
    text-align:center;
    text-decoration:line-through;
}
.elastislide-list li.one_product:hover .quick_view {
    visibility:visible;
}
.elastislide-list a.quick_view {
    margin-top:18px;
    visibility:hidden;
    width:123px;
    height:25px;
    background:#424242;
    text-align:center;
    color:#fff;
    font-size:11px;
    font-family:'Babas',Arial,sans-serif;
    line-height:25px;
    text-decoration:none;
    margin:0 auto;
    display:block;
    border-radius:2px;
}
.bx_brand .carouselbrand .nbs-flexisel-container {
    position:relative;
    max-width:98%;
    margin:0 auto;
    overflow:hidden;
}
.bx_brand .carouselbrand .nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.bx_brand .carouselbrand .nbs-flexisel-inner {
    overflow:hidden;    
    width:97%;
    margin:0 auto;
}

.bx_brand .carouselbrand .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.bx_brand .carouselbrand .nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}
/*** Navigation ***/

.bx_brand .nbs-flexisel-nav-left,
.bx_brand .nbs-flexisel-nav-right {
    position: absolute;
    z-index: 100;
    top: 50px !important;
}

.bx_brand .nbs-flexisel-nav-left {
    left: 0px;
}

.bx_brand .nbs-flexisel-nav-right {
    right: 0px;
}
@media screen and (max-width:960px) {
    .elastislide-list a.quick_view {
        display:none;
    }
}
.bx_brand{
    padding-bottom:5px;
    padding-top:5px;
    margin-top: 30px;
}
.one_brand {
    opacity:0.8;    
}
.one_brand:hover {
    opacity:1;  
}

/*Îáùèå*/
.basket-small .icons .basket .icon,
.basket-small .icons .like .icon,
.basket-small-fly .header .call .icon,
.basket-small-fly .header .basket .icon,
.basket-small-fly .header .like .icon,
.basket-small-fly .header .compare .icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-repeat:no-repeat;
}

.basket-small .icons .basket .text,
.basket-small .icons .like .text,
.basket-small-fly .header .basket .text,
.basket-small-fly .header .like .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
}

.basket-small .icons .like .icon,
.basket-small-fly .header .like .icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 1px;
    background:url(/local/templates/unimagazin_s1/images/like_icon.png) no-repeat;
}

.basket-small .icons .basket .icon,
.basket-small-fly .header .basket .icon {
    width: 20px;
    height: 20px;
    background: url(/local/templates/unimagazin_s1/images/basket_icon.png) no-repeat;
}

.basket-small-fly .header .call .icon {
    width: 20px;
    height: 20px;
    background: url('/local/templates/unimagazin_s1/images/call.png');
}

.basket-small-fly .header .compare .icon {
    width: 20px;
    height: 20px;
    background: url('/local/templates/unimagazin_s1/images/compare_icon.png');
}
/**Îáùèå**/

/*Îáû÷íàÿ êîðçèíà*/
.basket-small .icons .basket,
.basket-small .icons .like {
    display:inline-block;
    vertical-align: middle;
    position: relative;
    outline:none;
    white-space: nowrap;
    text-decoration:none;
    font-size: 0px;
}
.basket-small.fly .icons .basket,
.basket-small.fly .icons .like,
.basket-small.header .icons .basket,
.basket-small.header .icons .like {
    margin-left: 20px;
    margin-top: 10px;
}
.basket-small.top .icons .basket,
.basket-small.top .icons .like {
    padding-left: 5px;
}

.basket-small .icons .basket .text-wrapper,
.basket-small .icons .like .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin-right: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.basket-small.fly .icons .basket .text-wrapper,
.basket-small.fly .icons .like .text-wrapper,
.basket-small.header .icons .basket .text-wrapper,
.basket-small.header .icons .like .text-wrapper {
    position: absolute;
    display: block;
    top: -10px;
    left: -15px;
}


.basket-small .icons .basket .text.summ {
    color: #1D1B1B;
    margin-left: 9px;
}
.basket-small .icons .basket .text.summ:hover {
    color:#a3a3a3;
}
/**Îáû÷íàÿ êîðçèíà**/

/*Ëåòàþùàÿ êîðçèíà*/
/*#small_top_basket_js.fly {
    position:fixed;
    background:#fff;
}
basket-small-fly {
    
}*/

.basket-small-fly div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket-small-fly {
    position:fixed;
    right: -1px;
    top:150px;
    z-index:500;
}
.basket-small-fly > .header {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -60px;
    background: #ebebeb;
    width: 60px;
    border-radius: 7px 0 0 7px;
    z-index: -1;
    cursor: pointer;
}
.basket-small-fly > .header .opener {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}.basket-small-fly > .header .opener:first-child{
    border-top: 1px solid #e0e0e0;
    border-top-left-radius: 7px;
}.basket-small-fly > .header .opener:last-child{
    border-bottom-left-radius: 7px;
}


.basket-small-fly > .header .opener .text {
    position:absolute;
    text-align: center;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: -2px;
    right: -10px;
    color: #ffffff;
}
.basket-small-fly > .header .opener .text .text_number {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
}

/* .basket-small-fly > .header .opener + .opener {
    padding-top: 0px;
} */

.basket-small-fly .header .call .icon,
.basket-small-fly .header .basket .icon,
.basket-small-fly .header .like .icon,
.basket-small-fly .header .compare .icon {
    margin-right: 0px;
    margin-left: 3px;
}

.basket-small-fly .sections {
    background:#fff;
    width: 0px;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    border: 1px solid #dfdfdf;
    border-right: none;
    overflow: hidden;
}

.basket-small-fly .sections .section {
    position: relative;
    display: none;
    min-height:217px;
}

.basket-small-fly .sections .section.product_section,
.basket-small-fly .sections .section.like_section {
    width: 800px;
}

.basket-small-fly .sections .section .header {
    color: #3a58d2;
    font-size: 16px;
    padding: 20px 30px;
}

.basket-small-fly .sections .section .products-wrapper {
    display: block;
    height: 236px;
    overflow-x: auto;
}

.basket-small-fly .sections .section .products {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

.basket-small-fly .sections .section .products .product-header {
    position: relative;
    height: 36px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.basket-small-fly .sections .section .products .product {
    position: relative;
    height: 99px;
    background: #fff;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.basket-small-fly .sections .section .products .product + .product {
    border-top: 1px solid #e8e8e8;
}

.basket-small-fly .sections .section .products .product:hover {
    background: #f7f7f7;
}

.basket-small-fly .sections .section .products .product .min-button-custom {
    display: block;
    width: 16px;
    height: 16px;
    background-position-x: 16px;
    background: url('/local/templates/unimagazin_s1/images/button-sprite.png') no-repeat;
}.basket-small-fly .sections .section .products .product .min-button-custom:hover {
    background-position-y: -16px;
}
.basket-small-fly .sections .section .products .product .min-button-custom.like {
    background-position-x: 0px;
}
.basket-small-fly .sections .section .products .product .min-button-custom.delete {
    background-position-x: -16px;
}
.basket-small-fly .sections .section .products .product .min-button-custom.to-cart {
    background-position-x: -32px;
}

.basket-small-fly .sections .section .products .product .image {
    position: relative;
    display: block;
    float: left;
    width: 63px;
    height: 63px;
}

.basket-small-fly .sections .section .products .product-header .margins,
.basket-small-fly .sections .section .products .product .margins {
    margin-left: 10px;
    margin-right: 10px;
}

.basket-small-fly .sections .section .products .product .name {
    display: block;
    white-space: normal;
    color: #7f7f7f;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}

.basket-small-fly .sections .section .products .product:hover .information .name {
    /*color: #3a58d2;*/
}

.basket-small-fly .sections .section .products .product .price {
    color: #222;
    font-weight: bold;
}

.basket-small-fly .sections .section .buttons {
    padding-top: 32px;
    padding-bottom: 30px;
    margin-left: 34px;
    margin-right: 34px;
    overflow: hidden;
}

.basket-small-fly .sections .section#call-section .buttons {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.basket-small-fly .sections .section .buttons .button {
    font-size: 12px;
    line-height: 12px;
    padding: 12px 12px;
    border-radius: 0px;
}
.basket-small-fly .sections .section .buttons .button.uni-button-gray {
    padding: 11px 12px;
}

.basket-small-fly .sections .section .message {
    text-align: center;
}

.basket-small-fly .sections .section .message .text {
    padding: 30px 0px 10px 0px;
    font-size: 16px;
}

.basket-small-fly .sections .section .message .buttons {
    margin: 0px;
    padding: 10px 0px 30px 0px;
}
/**Ëåòàþùàÿ êîðçèíà**/

#product-section .header,
#like-section .header {
    position: relative;
}
#product-section .header .basket_fly_clear,
#like-section .header .basket_fly_clear {
    position: absolute;
    right: 30px;
    top: 18px;
    padding: 4px 22px;
    border: 1px solid #cbcbcb;
    color: #363636;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
}

#small_top_basket_js.hidden-part {
    display: none;
}

@media all and (max-width: 800px) {
    #small_top_basket_js.hidden-part {
        display: block;
    }
    
    .basket-small-fly {
        display: none;
    }
}

.compare-small {
    position: relative;
    text-decoration:none;
    display:block;
    white-space: nowrap;
    font-size: 0px;
}
.compare-small.header,
.compare-small.fly {
    margin-left: 15px;
    margin-top: 10px;
}

.compare-small .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    width: 18px;
    height: 18px;
    font-size: 0px;
    white-space: nowrap;
    text-align: center;
    border-radius: 12px;
    font-weight: 700;
    margin-right: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.compare-small.header .text-wrapper,
.compare-small.fly .text-wrapper {
    position: absolute;
    display: block;
    top: -10px;
    left: -15px;
    margin-right: 0px;
}

.compare-small .text-wrapper .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
}
.compare-small .icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat:no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    background:url(/local/templates/unimagazin_s1/images/compare.png) no-repeat;
    background-repeat:no-repeat;
    margin-left: 1px;
}

/*Menu β ψΰοκε*/
.bg_top_menu.in-header {
    display: block;
    width: 100%;
}
.bg_top_menu.normal {
    max-width: 1162px;
    margin: 0 auto;
}
.bg_top_menu.in-header .radius_top_menu {
    height: 48px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td {
    height: 96px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td a.title_f{
    display: block;    
    margin-bottom: 45px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .child.submenu {
   top: 50px;
   margin-top: 19px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .i_menu {
   top: 50px;
    margin-top: 39px;
}
/*------------*/

.radius_top_menu {
    max-width:1240px;
    margin:0 auto;  
}
.top .radius_top_menu {
    height:50px;
}
.min_menu {
    display: none;
}
table.top_menu  {
    width:100%;
    height: 100%;
}
table.top_menu  a {
    text-decoration:none;
    outline:none;
}
table.top_menu  span.arrow {
    color:#212121;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}
table.top_menu td:hover span.arrow {
    text-decoration:underline;
}
.header_wrap_information table.top_menu td:hover span.arrow {
    text-decoration:none;
}
table.top_menu  td {
    text-align:center;
    position:relative;
}
table.top_menu  td:hover .child.submenu {
    display:block;
    background:#fff;
    z-index: 40;
}
table.top_menu .child.submenu {
    display:none;
    position:absolute;
    background:#fff;
    margin: auto;
    left:0;
    right:0;
    width:180px;
    padding:16px 18px;
    border-top:2px solid #1a58d7;
    box-shadow: 0 4px 2px rgba(0,0,0,0.5);
}
table.top_menu .child.submenu a {
    display:block;
}
table.top_menu  td.td_catalog  {
    position:static;
}
table.top_menu  td:hover .i_menu {
    display:block;
    text-align: left;
    font-size: 0;
}
/* original menu*/
.top .bg_top_menu.border  {
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top table.top_menu  span.arrow {
    font-size:13px;
    
}
table.top_menu .child.submenu {
    top:50px;
}
table.top_menu .child.submenu a {
    display:block;
    text-align:left;
    color:#212121;  
    padding:2px;
    line-height: 22px;
    font-size:12px;
}
table.top_menu .child.submenu a:hover { 
    text-decoration:underline;
}
.top .top_menu {
    position:relative;
}
.top table.top_menu  td:hover .i_menu {
    top:50px;
}
/* original solid top menu*/
.top .bg_top_menu.solid.wide {
    background:#1a58d7
} 
.top .bg_top_menu.solid  {
    background:#1a58d7; 
}
.top .bg_top_menu.solid table.top_menu td.current span.arrow{
    text-decoration:underline;
    color:#fff;
}
.top .bg_top_menu.solid table.top_menu  span.arrow {
    color:#fff;
}
.top .bg_top_menu .min_menu {
    display:none;
    width:100%;
    height:100%;
    text-align:center;
    background:#1a58d7;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    line-height:50px;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}
.td_delimiter {
    display: none;
    padding: 0;
}
.td_delimiter hr {
    margin: 0 auto;
    width: 50%;
}
.top .bg_top_menu table.top_menu td:last-child, .top_panel_wrap .bg_top_menu td:last-child {
    display: none;
}
.bg_top_menu.normal.in-header table.top_menu td:last-child {
    display: none;
}
@media (max-width:800px) {
    .adaptiv .top .bg_top_menu .min_menu {
        display:block;
    }
    .td_delimiter { display: table-cell; }
    .adaptiv .top .bg_top_menu table.top_menu {
        display:none;
        height:auto;
    }
    .adaptiv .top .bg_top_menu .radius_top_menu {
        height: auto;
    }
    .adaptiv .bg_top_menu .i_menu,
    .adaptiv .bg_top_menu .child.submenu    {
        display:none!important;
    }
    .adaptiv .top .bg_top_menu table.top_menu  td {
        display:block;
        width:100%!important;
        text-align:center;
        padding:10px 0;
    }
    .adaptiv .top .bg_top_menu table.top_menu td:last-child {
    display: block;
    }
    .adaptiv .top .bg_top_menu table.top_menu .search_wrap .search-small {
        margin: 0 auto;
    }
}


.nav-list__item {
    position: relative;
}
.nav-list__item:first-child .nav-dropdown {
    top: 100%;
}
.nav-dropdown {
    right: auto;
}
.nav-dropdown-catalog {
    padding: 0 10px;
    width: 100%;
}
.nav-dropdown-catalog:hover {
    background: #fb0f19;
}
.nav-dropdown-catalog:hover li > .nav-dropdown-list__title {
    color: #fff !important;
}
.nav-dropdown-list + .nav-dropdown-list {
    padding-top: 0;
}
.nav-dropdown-list__title-item {
    margin-bottom: -1px;
    padding-bottom: 0;
    min-width: 300px;
}
.nav-dropdown-list:last-child .nav-dropdown-list__title-item {
    padding-bottom: 0;
    border-bottom: 0;
}
.nav-dropdown-list__title {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    transition: none !important;
}
.nav-dropdown-list__sub {
    position: absolute;
    top: 0;
    left: -999999px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: opacity .15s ease-out;
}
.nav-dropdown-list__title-item:hover .nav-dropdown-list__sub {
    left: calc(100% - 10px);
    opacity: 1;
}
.nav-dropdown-list__sub .nav-dropdown-list__item + .nav-dropdown-list__item {
    margin: 0
}
.nav-dropdown-list__sub .nav-dropdown-list__item a {
    display: block;
    padding: 6px 16px;
}
.nav-dropdown-list__sub .nav-dropdown-list__item a:hover {
    text-decoration: underline;
}
.view-list-slider .header_grey {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .credit-btn {
        padding: 13px 10px 8px;
    }
    .uni-indents-horizontal.indent-20 {
        padding-left: 10px;
    }
}
@media (max-width: 800px) {
    .nav-list {
        width: 100%;
    }
    .nav-list .nav-list__item + .nav-list__item {
        border-top: 1px solid #ccc;
    }
    .nav-panel.m-nav-panel .nav-list .nav-list__item {
        text-align: left;
    }
    .nav-list__item {
        display: block;
    }
    .nav-list__link {
        position: relative;
        padding-right: 36px;
        text-align: left;
    }
    .nav-list__link .fa {
        position: absolute;
        top: 17px;
        right: 12px;
        font-size: 16px;
        transition: all .15s ease-out;
    }
    .nav-list__link._active {
        background: #eee !important;
    }
    .nav-list__link._active .fa {
        transform: rotate(-90deg);
    }
    .nav-dropdown-mobile {
        display: none;
        border-bottom: 2px solid #fb0f19;
    }
    .nav-list__item:hover .nav-list__link {
        color: #000;
        background-color: #fff;
    }
    .nav-dropdown-list__title {
        position: relative;
        padding: 8px 0 !important;
        padding-right: 36px;
        text-transform: none;
        font-weight: 500;
    }
    .nav-dropdown-list__title .fa {
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 10px;
        transition: all .15s ease-out;
    }
    .nav-dropdown-list__title._active .fa {
        transform: rotate(-90deg);
    }
    .nav-dropdown-list__title-item {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #ccc;
    }
    .nav-dropdown-catalog:hover,
    .nav-dropdown-catalog._active {
        background: #eee !important;
    }
    .nav-dropdown-catalog._active {
        padding-bottom: 10px;
    }
    .nav-dropdown-catalog:hover li > .nav-dropdown-list__title {
        color: #000 !important;
    }
    .nav-dropdown-list__sub {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        opacity: 1;
        box-shadow: none;
    }
    .nav-dropdown-list__title-item:hover .nav-dropdown-list__sub {
        left: auto;
    }
}
@media (max-width: 768px) {
    .credit-btn {
        flex: 0 0 48%;
        margin-top: 5px;
        padding: 12px 10px 7px;
    }
    .uni-indents-horizontal.indent-20 {
        padding-left: 20px;
    }
    .adaptiv .item .information .order br {
        display: none;
    }
}
@media (max-width: 750px) {
    .adaptiv .item .information {
        text-align: center;
    }
    .protest {
        margin: 0 auto;
        display: block;
        width: 170px;
    }
    .item .information .state {
        float: none;
    }
    .item .information .state .icon {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .adaptiv .item .information .order {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .item .information .order .valign {
        display: none;
    }
    .adaptiv .item .information .order > .cart {
        order: 0;
        flex: 0 0 48%;
    }
    .item .information .order .cart > .buy {
        width: 100%;
        padding: 12px 0;
    }
    .adaptiv .item .information .order > .count {
        order: 1;
        flex: 0 0 48%;
        max-width: 48%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .item .information .order .count button#decrease,
    .item .information .order .count button#increase {
        flex: 0 0 35px;
    }
    .item .information .order .count input[type=text] {
        flex: 1;
        width: 100%;
    }
    .adaptiv .item .information .order > .oneclick {
        order: 2;
        flex: 0 0 48%;
        margin-top: 6px;
        padding: 0;
    }
    .item .information .order .oneclick > .one-click-buy {
        padding: 11px 0;
        width: 100%;
    }
    .adaptiv .item .information .order > .protest {
        order: 3;
        flex: 0 0 48%;
        margin: 6px 0 0 0;
        padding: 12px 0;
        max-width: 48%;
    }
    .adaptiv .item .information .order > .min-buttons {
        order: 4;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .adaptiv .item > .information .content .price {
        text-align: center;
    }
}
@media (max-width: 650px) {
    .product-info .uni-tabs .tabs {
        border: 1px solid #f1f1f1;
        font-size: 0;
    }
    .product-info .uni-tabs .tabs .tab {
        width: 50%;
        text-align: center;
        border: 1px solid #f1f1f1;
    }
    .product-info .uni-tabs .tabs .tab.ui-state-active {
        background: #e83521;
        color: #fff;
    }
    .top_custom_menu {
        border: 1px solid #f1f1f1;
    }
    .top_custom_menu:after {
        display: none !important;
    }
    .top_custom_menu li {
        width: 100%;
        border: 0;
    }
    .top_custom_menu li.active {
        background: #e83521;
    }
    .top_custom_menu li a {
        border: 0 !important;
    }
    .top_custom_menu li.active a {
        color: #fff !important;
    }
    .top_custom_menu li + li {
        border-top: 1px solid #f1f1f1;
    }
    .bx_my_order_switch .bx_mo_link {
        display: block;
    }
    .bx_my_order_switch .bx_mo_link + .bx_mo_link {
        margin-top: 10px;
    }
    .bx_my_order .items thead th {
        padding: 4px;
        font-size: 11px;
    }
    .bx_my_order .items td {
        padding: 4px;
        text-align: center;
        font-size: 11px;
    }
    .bx_my_order .items tr:first-child td {
        padding-top: 4px;
    }
    .sale_personal_order_detail.data-table tr:first-child {
        display: none;
    }
    .sale_personal_order_detail.data-table tr {
        border-top: 1px solid #ececec;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .sale_personal_order_detail.data-table td {
        border: 0;
    }
    .sale_personal_order_detail.data-table td.name {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sale_personal_order_detail.data-table td.name .name_picture {
        flex: 0 0 25%;
        margin-right: 10px;
    }
    .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item {
        margin: 0 0 30px;
        width: 50%;
    }
    .bx_item_list_you_looked_horizontal .bx_stick_disc.bottom {
        display: none;
    }
    .bx_order_make .bx_block.r1x3.pt8 {
        width: 100% !important;
        padding: 0 0 5px !important;
        font-size: 12px;
    }
    .bx_order_make .bx_block.r3x1 {
        width: 100% !important;
        padding: 0 !important;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td {
        float: none;
        padding: 3px;
    }
    .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
        font-size: 11px;
        line-height: 1;
    }
    .bx_ordercart .bx_ordercart_order_table_container tbody .right {
        text-align: center !important;
    }
}
@media (max-width: 550px) {
    .tizers-list li {
        white-space: normal;
    }
    .tizers-list.big .img_banner {
        display: table;
    }
    .tizers-list.big li {
        height: auto;
    }
    .bx_news_detail iframe {
        width: 100%;
        height: 240px;
    }
	.bx_news_detail p {
        font-size: 14px
    }
}
@media (max-width: 500px) {
    .header__bottom {
        padding: 0 10px;
    }
}
@media (max-width: 450px) {
    .tabs_block #tabs_block ul.nav {
        margin-top: -40px;
        padding-bottom: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
		width: 100%;
    }
    .tabs_block #tabs_block ul.nav li {
        padding: 0 6px;
        margin: 0;
    }
    .nbs-flexisel-nav-left {
        top: -45px;
        right: auto;
        left: 8px;
    }
    .nbs-flexisel-nav-right {
        top: -45px;
    }
    .banners-list {
        padding-top: 40px;
    }
    .video_slider .prev {
        top: 10px;
        right: auto;
        left: 8px;
    }
    .video_slider .next {
        top: 10px;
    }
    .subscribe-form.main_page form {
        width: 100% !important;
        font-size: 0;
    }
    .subscribe-form.main_page .s_block {
        display: inline-block !important;
        vertical-align: middle !important;
        margin-right: 1% !important;
        width: 50% !important;
    }
    .subscribe-form.main_page .s_submit {
        width: 49% !important;
    }
    .subscribe-form.main_page .solid_button.submit {
        width: 100%;
    }
    .button_up {
        bottom: 10px;
        right: 10px;
    }
    #CallPopup {
        top: 0 !important;
        left: 0 !important;
        padding: 0;
        width: 100%;
    }
    #CallPopup .form_feedback {
        width: 100%;
    }
    .adaptiv .item .information .order > .cart {
        flex: 0 0 100%;
    }
    .adaptiv .item .information .order > .credit-btn {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
}
@media (max-width: 400px) {
    .tizers-list li {
        width: 50% !important;
    }
}


/*menu in top_panel*/
.bg_top_menu.catalog {
    float:left;
    width:43%;
    font-size: 12px;
}
.bg_top_menu.catalog table.top_menu {
    line-height:40px;
}
.bg_top_menu.catalog table.top_menu td {
    text-align:left;
}
.bg_top_menu.catalog table.top_menu span.arrow {
    color:#696969;
    text-transform:none;
    font-weight:normal;
}
.bg_top_menu.catalog table.top_menu td.current span.arrow {
    text-decoration:underline;
}

.search-small {
    position: relative;
    display: block;
    max-width: 300px;
}
.top_panel .search-small {
    background: rgb(249, 249, 249); 
}
.top_panel .search-small .input-text {
    height:28px;
}
.search-small form {
    display: block;
}

.search-small .input-text {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 34px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #E3E3E3;
}

.search-small .input-button {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    bottom: auto;
    width: 22px;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0px;
}

.search-small .input-button.button-search {
    background: url('/local/templates/unimagazin_s1/images/search_icon_header.png') no-repeat left center;
}

.compare-small {
    position: relative;
    text-decoration:none;
    display:block;
    white-space: nowrap;
    font-size: 0px;
}
.compare-small.header,
.compare-small.fly {
    margin-left: 15px;
    margin-top: 10px;
}

.compare-small .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    width: 18px;
    height: 18px;
    font-size: 0px;
    white-space: nowrap;
    text-align: center;
    border-radius: 12px;
    font-weight: 700;
    margin-right: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.compare-small.header .text-wrapper,
.compare-small.fly .text-wrapper {
    position: absolute;
    display: block;
    top: -10px;
    left: -15px;
    margin-right: 0px;
}

.compare-small .text-wrapper .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
}
.compare-small .icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat:no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    background:url(/local/templates/unimagazin_s1/images/compare.png) no-repeat;
    background-repeat:no-repeat;
    margin-left: 1px;
}

/*Îáùèå*/
.basket-small .icons .basket .icon,
.basket-small .icons .like .icon,
.basket-small-fly .header .call .icon,
.basket-small-fly .header .basket .icon,
.basket-small-fly .header .like .icon,
.basket-small-fly .header .compare .icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-repeat:no-repeat;
}

.basket-small .icons .basket .text,
.basket-small .icons .like .text,
.basket-small-fly .header .basket .text,
.basket-small-fly .header .like .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
}

.basket-small .icons .like .icon,
.basket-small-fly .header .like .icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 1px;
    background:url(/local/templates/unimagazin_s1/images/like_icon.png) no-repeat;
}

.basket-small .icons .basket .icon,
.basket-small-fly .header .basket .icon {
    width: 20px;
    height: 20px;
    background: url(/local/templates/unimagazin_s1/images/basket_icon.png) no-repeat;
}

.basket-small-fly .header .call .icon {
    width: 20px;
    height: 20px;
    background: url('/local/templates/unimagazin_s1/images/call.png');
}

.basket-small-fly .header .compare .icon {
    width: 20px;
    height: 20px;
    background: url('/local/templates/unimagazin_s1/images/compare_icon.png');
}
/**Îáùèå**/

/*Îáû÷íàÿ êîðçèíà*/
.basket-small .icons .basket,
.basket-small .icons .like {
    display:inline-block;
    vertical-align: middle;
    position: relative;
    outline:none;
    white-space: nowrap;
    text-decoration:none;
    font-size: 0px;
}
.basket-small.fly .icons .basket,
.basket-small.fly .icons .like,
.basket-small.header .icons .basket,
.basket-small.header .icons .like {
    margin-left: 20px;
    margin-top: 10px;
}
.basket-small.top .icons .basket,
.basket-small.top .icons .like {
    padding-left: 5px;
}

.basket-small .icons .basket .text-wrapper,
.basket-small .icons .like .text-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin-right: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.basket-small.fly .icons .basket .text-wrapper,
.basket-small.fly .icons .like .text-wrapper,
.basket-small.header .icons .basket .text-wrapper,
.basket-small.header .icons .like .text-wrapper {
    position: absolute;
    display: block;
    top: -10px;
    left: -15px;
}


.basket-small .icons .basket .text.summ {
    color: #1D1B1B;
    margin-left: 9px;
}
.basket-small .icons .basket .text.summ:hover {
    color:#a3a3a3;
}
/**Îáû÷íàÿ êîðçèíà**/

/*Ëåòàþùàÿ êîðçèíà*/
/*#small_top_basket_js.fly {
    position:fixed;
    background:#fff;
}
basket-small-fly {
    
}*/

.basket-small-fly div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket-small-fly {
    position:fixed;
    right: -1px;
    top:150px;
    z-index:500;
}
.basket-small-fly > .header {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -60px;
    background: #ebebeb;
    width: 60px;
    border-radius: 7px 0 0 7px;
    z-index: -1;
    cursor: pointer;
}
.basket-small-fly > .header .opener {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}.basket-small-fly > .header .opener:first-child{
    border-top: 1px solid #e0e0e0;
    border-top-left-radius: 7px;
}.basket-small-fly > .header .opener:last-child{
    border-bottom-left-radius: 7px;
}


.basket-small-fly > .header .opener .text {
    position:absolute;
    text-align: center;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: -2px;
    right: -10px;
    color: #ffffff;
}
.basket-small-fly > .header .opener .text .text_number {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 12px;
}

/* .basket-small-fly > .header .opener + .opener {
    padding-top: 0px;
} */

.basket-small-fly .header .call .icon,
.basket-small-fly .header .basket .icon,
.basket-small-fly .header .like .icon,
.basket-small-fly .header .compare .icon {
    margin-right: 0px;
    margin-left: 3px;
}

.basket-small-fly .sections {
    background:#fff;
    width: 0px;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    border: 1px solid #dfdfdf;
    border-right: none;
    overflow: hidden;
}

.basket-small-fly .sections .section {
    position: relative;
    display: none;
    min-height:217px;
}

.basket-small-fly .sections .section.product_section,
.basket-small-fly .sections .section.like_section {
    width: 800px;
}

.basket-small-fly .sections .section .header {
    color: #3a58d2;
    font-size: 16px;
    padding: 20px 30px;
}

.basket-small-fly .sections .section .products-wrapper {
    display: block;
    height: 236px;
    overflow-x: auto;
}

.basket-small-fly .sections .section .products {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

.basket-small-fly .sections .section .products .product-header {
    position: relative;
    height: 36px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.basket-small-fly .sections .section .products .product {
    position: relative;
    height: 99px;
    background: #fff;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.basket-small-fly .sections .section .products .product + .product {
    border-top: 1px solid #e8e8e8;
}

.basket-small-fly .sections .section .products .product:hover {
    background: #f7f7f7;
}

.basket-small-fly .sections .section .products .product .min-button-custom {
    display: block;
    width: 16px;
    height: 16px;
    background-position-x: 16px;
    background: url('/local/templates/unimagazin_s1/images/button-sprite.png') no-repeat;
}.basket-small-fly .sections .section .products .product .min-button-custom:hover {
    background-position-y: -16px;
}
.basket-small-fly .sections .section .products .product .min-button-custom.like {
    background-position-x: 0px;
}
.basket-small-fly .sections .section .products .product .min-button-custom.delete {
    background-position-x: -16px;
}
.basket-small-fly .sections .section .products .product .min-button-custom.to-cart {
    background-position-x: -32px;
}

.basket-small-fly .sections .section .products .product .image {
    position: relative;
    display: block;
    float: left;
    width: 63px;
    height: 63px;
}

.basket-small-fly .sections .section .products .product-header .margins,
.basket-small-fly .sections .section .products .product .margins {
    margin-left: 10px;
    margin-right: 10px;
}

.basket-small-fly .sections .section .products .product .name {
    display: block;
    white-space: normal;
    color: #7f7f7f;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}

.basket-small-fly .sections .section .products .product:hover .information .name {
    /*color: #3a58d2;*/
}

.basket-small-fly .sections .section .products .product .price {
    color: #222;
    font-weight: bold;
}

.basket-small-fly .sections .section .buttons {
    padding-top: 32px;
    padding-bottom: 30px;
    margin-left: 34px;
    margin-right: 34px;
    overflow: hidden;
}

.basket-small-fly .sections .section#call-section .buttons {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.basket-small-fly .sections .section .buttons .button {
    font-size: 12px;
    line-height: 12px;
    padding: 12px 12px;
    border-radius: 0px;
}
.basket-small-fly .sections .section .buttons .button.uni-button-gray {
    padding: 11px 12px;
}

.basket-small-fly .sections .section .message {
    text-align: center;
}

.basket-small-fly .sections .section .message .text {
    padding: 30px 0px 10px 0px;
    font-size: 16px;
}

.basket-small-fly .sections .section .message .buttons {
    margin: 0px;
    padding: 10px 0px 30px 0px;
}
/**Ëåòàþùàÿ êîðçèíà**/

#product-section .header,
#like-section .header {
    position: relative;
}
#product-section .header .basket_fly_clear,
#like-section .header .basket_fly_clear {
    position: absolute;
    right: 30px;
    top: 18px;
    padding: 4px 22px;
    border: 1px solid #cbcbcb;
    color: #363636;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
}

#small_top_basket_js.hidden-part {
    display: none;
}

@media all and (max-width: 800px) {
    #small_top_basket_js.hidden-part {
        display: block;
    }
    
    .basket-small-fly {
        display: none;
    }
}

.bx_auth {  
    
}
.bx_auth a.personal_cabinet {
    font-size: 12px;
    text-decoration:none;
    display: inline-block;
    vertical-align: middle;
    color: #1d1a1a;
    position:relative;
    margin-right: 19px;
}
.bx_auth a.personal_cabinet.pers_mobile {
        display: none;
    }

@media (max-width:800px){
    /* .adaptiv .bx_auth a.personal_cabinet {
        display: none;
    }
    .adaptiv .bx_auth a.personal_cabinet.pers_mobile {
        display: block;
        padding:0;
    } */
    .adaptiv .top_panel_wrap .top_personal {
        float:right !important;
    }
}
.bx_auth a.personal_cabinet:hover {

}
.bx_auth a.logout {
    margin-left: 10px;
}
/* .bx_auth a.personal_cabinet:after {
    content:"";
    float:left;
    width:18px;
    height:19px;
    background:url(/local/templates/unimagazin_s1/images/lock.png);
    margin-top: 9px;
    margin-right: 6px;
} */
.bx_auth .bx_login_top_inline_link {
    display:block;
    float:left;
    font-size: 13px;
    text-decoration:none;   
    margin-left: 20px;
    text-decoration:underline;
    color: #656565;
}
@media (max-width:480px){
    .adaptiv .top_panel_wrap .top_personal {
        float:left;
    }
    .adaptiv .bx_auth .bx_login_top_inline_link {
        margin-right: 7px;
        margin-left:0;
    }
    .adaptiv .bx_auth{
        margin-right:0px;
        margin-left:0;
    }
    .adaptiv .bx_auth a.personal_cabinet:after {
        margin-right:5px;
    }
}

/*Menu β ψΰοκε*/
.bg_top_menu.in-header {
    display: block;
    width: 100%;
}
.bg_top_menu.normal {
    max-width: 1162px;
    margin: 0 auto;
}
.bg_top_menu.in-header .radius_top_menu {
    height: 48px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td {
    height: 96px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td a.title_f{
    display: block;    
    margin-bottom: 45px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .child.submenu {
   top: 50px;
   margin-top: 19px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .i_menu {
   top: 50px;
    margin-top: 39px;
}
/*------------*/

.radius_top_menu {
    max-width:1240px;
    margin:0 auto;  
}
.top .radius_top_menu {
    height:50px;
}
.min_menu {
    display: none;
}
table.top_menu  {
    width:100%;
    height: 100%;
}
table.top_menu  a {
    text-decoration:none;
    outline:none;
}
table.top_menu  span.arrow {
    color:#212121;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}
table.top_menu td:hover span.arrow {
    text-decoration:underline;
}
.header_wrap_information table.top_menu td:hover span.arrow {
    text-decoration:none;
}
table.top_menu  td {
    text-align:center;
    position:relative;
}
table.top_menu  td:hover .child.submenu {
    display:block;
    background:#fff;
    z-index: 40;
}
table.top_menu .child.submenu {
    display:none;
    position:absolute;
    background:#fff;
    margin: auto;
    left:0;
    right:0;
    width:180px;
    padding:16px 18px;
    border-top:2px solid #1a58d7;
    box-shadow: 0 4px 2px rgba(0,0,0,0.5);
}
table.top_menu .child.submenu a {
    display:block;
}
table.top_menu  td.td_catalog  {
    position:static;
}
table.top_menu  td:hover .i_menu {
    display:block;
    text-align: left;
    font-size: 0;
}
/* original menu*/
.top .bg_top_menu.border  {
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top table.top_menu  span.arrow {
    font-size:13px;
    
}
table.top_menu .child.submenu {
    top:50px;
}
table.top_menu .child.submenu a {
    display:block;
    text-align:left;
    color:#212121;  
    padding:2px;
    line-height: 22px;
    font-size:12px;
}
table.top_menu .child.submenu a:hover { 
    text-decoration:underline;
}
.top .top_menu {
    position:relative;
}
.top table.top_menu  td:hover .i_menu {
    top:50px;
}
/* original solid top menu*/
.top .bg_top_menu.solid.wide {
    background:#1a58d7
} 
.top .bg_top_menu.solid  {
    background:#1a58d7; 
}
.top .bg_top_menu.solid table.top_menu td.current span.arrow{
    text-decoration:underline;
    color:#fff;
}
.top .bg_top_menu.solid table.top_menu  span.arrow {
    color:#fff;
}
.top .bg_top_menu .min_menu {
    display:none;
    width:100%;
    height:100%;
    text-align:center;
    background:#1a58d7;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    line-height:50px;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}
.td_delimiter {
    display: none;
    padding: 0;
}
.td_delimiter hr {
    margin: 0 auto;
    width: 50%;
}
.top .bg_top_menu table.top_menu td:last-child, .top_panel_wrap .bg_top_menu td:last-child {
    display: none;
}
.bg_top_menu.normal.in-header table.top_menu td:last-child {
    display: none;
}
@media (max-width:800px) {
    .adaptiv .top .bg_top_menu .min_menu {
        display:block;
    }
    .td_delimiter { display: table-cell; }
    .adaptiv .top .bg_top_menu table.top_menu {
        display:none;
        height:auto;
    }
    .adaptiv .top .bg_top_menu .radius_top_menu {
        height: auto;
    }
    .adaptiv .bg_top_menu .i_menu,
    .adaptiv .bg_top_menu .child.submenu    {
        display:none!important;
    }
    .adaptiv .top .bg_top_menu table.top_menu  td {
        display:block;
        width:100%!important;
        text-align:center;
        padding:10px 0;
    }
    .adaptiv .top .bg_top_menu table.top_menu td:last-child {
    display: block;
    }
    .adaptiv .top .bg_top_menu table.top_menu .search_wrap .search-small {
        margin: 0 auto;
    }
}
/*menu in top_panel*/
.bg_top_menu.catalog {
    float:left;
    width:43%;
    font-size: 12px;
}
.bg_top_menu.catalog table.top_menu {
    line-height:40px;
}
.bg_top_menu.catalog table.top_menu td {
    text-align:left;
}
.bg_top_menu.catalog table.top_menu span.arrow {
    color:#696969;
    text-transform:none;
    font-weight:normal;
}
.bg_top_menu.catalog table.top_menu td.current span.arrow {
    text-decoration:underline;
}

.i_menu {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    border-top: 2px solid #936CDC;
    top: 50px;
    margin: 0;
    padding: 0;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    list-style: none;
    border-top: 2px solid #1A58D7;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: 0 4px 2px rgba(0,0,0,0.5);
}
.i_menu .show_all {
    text-align:left;
    font-size:12px;
    cursor:pointer;
    color:#444648!important;
}
.i_menu .show_all span {
    border-bottom:1px dotted #444648;
}
.i_menu li.root .submenu_1 a.hide {
    display:none;
}
.top_menu td.current .i_menu li.root a{
    box-shadow:none!important;
}
.i_menu li.root a:hover {
    text-decoration:underline;
}
.i_menu li.root>a:hover {
    color:#1a58d7;
    text-decoration:underline;
}
.i_menu li.root {
    padding: 0;
    margin: 0;
    line-height: 25px;
    list-style: none;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 20%;
    margin-bottom: 20px;    
    min-height: 130px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;  
    background:none!important;
    position:relative;
}
.i_menu li.root:nth-child(5n){
    float:right;    
    border-right:0;
}
.i_menu li.root:nth-child(5n):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.i_menu li.root a {
    text-align:left;
    display: block;
    color: #444648;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-shadow:none;
    background:none!important;
    border:0;
    line-height:25px;
    box-shadow:none;
}
.i_menu li.root .submenu_1 a {
    color: #444648;
    font-size: 12px;
    line-height: 12px;
    font-weight:normal;
    box-shadow:none;
    line-height: 21px;
}
.i_menu li.root .submenu_1 {
    margin:0;
    padding:0;
    list-style:none;
    //position:absolute;
    border:1px solid #fff;
    background:#fff;
}
.i_menu li.root .submenu_1.bordered {
    padding: 10px;
    margin:-10px;
    border-top:1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right:1px solid #ccc;
    z-index:40; 
}
.i_menu li.root .submenu_1.bordered .show_all {
    display:none;
}
.i_menu li.root .submenu_1.bordered .hide{
    display:block;
}
.i_menu li.root .submenu_1 a:hover {
    color: #1a58d7;
}


/*Menu β ψΰοκε*/
.bg_top_menu.in-header {
    display: block;
    width: 100%;
}
.bg_top_menu.normal {
    max-width: 1162px;
    margin: 0 auto;
}
.bg_top_menu.in-header .radius_top_menu {
    height: 48px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td {
    height: 96px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td a.title_f{
    display: block;    
    margin-bottom: 45px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .child.submenu {
   top: 50px;
   margin-top: 19px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .i_menu {
   top: 50px;
    margin-top: 39px;
}
/*------------*/

.radius_top_menu {
    max-width:1240px;
    margin:0 auto;  
}
.top .radius_top_menu {
    height:50px;
}
.min_menu {
    display: none;
}
table.top_menu  {
    width:100%;
    height: 100%;
}
table.top_menu  a {
    text-decoration:none;
    outline:none;
}
table.top_menu  span.arrow {
    color:#212121;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
}
table.top_menu td:hover span.arrow {
    text-decoration:underline;
}
.header_wrap_information table.top_menu td:hover span.arrow {
    text-decoration:none;
}
table.top_menu  td {
    text-align:center;
    position:relative;
}
table.top_menu  td:hover .child.submenu {
    display:block;
    background:#fff;
    z-index: 40;
}
table.top_menu .child.submenu {
    display:none;
    position:absolute;
    background:#fff;
    margin: auto;
    left:0;
    right:0;
    width:180px;
    padding:16px 18px;
    border-top:2px solid #1a58d7;
    box-shadow: 0 4px 2px rgba(0,0,0,0.5);
}
table.top_menu .child.submenu a {
    display:block;
}
table.top_menu  td.td_catalog  {
    position:static;
}
table.top_menu  td:hover .i_menu {
    display:block;
    text-align: left;
    font-size: 0;
}
/* original menu*/
.top .bg_top_menu.border  {
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top table.top_menu  span.arrow {
    font-size:13px;
    
}
table.top_menu .child.submenu {
    top:50px;
}
table.top_menu .child.submenu a {
    display:block;
    text-align:left;
    color:#212121;  
    padding:2px;
    line-height: 22px;
    font-size:12px;
}
table.top_menu .child.submenu a:hover { 
    text-decoration:underline;
}
.top .top_menu {
    position:relative;
}
.top table.top_menu  td:hover .i_menu {
    top:50px;
}
/* original solid top menu*/
.top .bg_top_menu.solid.wide {
    background:#1a58d7
} 
.top .bg_top_menu.solid  {
    background:#1a58d7; 
}
.top .bg_top_menu.solid table.top_menu td.current span.arrow{
    text-decoration:underline;
    color:#fff;
}
.top .bg_top_menu.solid table.top_menu  span.arrow {
    color:#fff;
}
.top .bg_top_menu .min_menu {
    display:none;
    width:100%;
    height:100%;
    text-align:center;
    background:#1a58d7;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    line-height:50px;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:  border-box;
}
.td_delimiter {
    display: none;
    padding: 0;
}
.td_delimiter hr {
    margin: 0 auto;
    width: 50%;
}
.top .bg_top_menu table.top_menu td:last-child, .top_panel_wrap .bg_top_menu td:last-child {
    display: none;
}
.bg_top_menu.normal.in-header table.top_menu td:last-child {
    display: none;
}
@media (max-width:800px) {
    .adaptiv .top .bg_top_menu .min_menu {
        display:block;
    }
    .td_delimiter { display: table-cell; }
    .adaptiv .top .bg_top_menu table.top_menu {
        display:none;
        height:auto;
    }
    .adaptiv .top .bg_top_menu .radius_top_menu {
        height: auto;
    }
    .adaptiv .bg_top_menu .i_menu,
    .adaptiv .bg_top_menu .child.submenu    {
        display:none!important;
    }
    .adaptiv .top .bg_top_menu table.top_menu  td {
        display:block;
        width:100%!important;
        text-align:center;
        padding:10px 0;
    }
    .adaptiv .top .bg_top_menu table.top_menu td:last-child {
    display: block;
    }
    .adaptiv .top .bg_top_menu table.top_menu .search_wrap .search-small {
        margin: 0 auto;
    }
}
/*menu in top_panel*/
.bg_top_menu.catalog {
    float:left;
    width:43%;
    font-size: 12px;
}
.bg_top_menu.catalog table.top_menu {
    line-height:40px;
}
.bg_top_menu.catalog table.top_menu td {
    text-align:left;
}
.bg_top_menu.catalog table.top_menu span.arrow {
    color:#696969;
    text-transform:none;
    font-weight:normal;
}
.bg_top_menu.catalog table.top_menu td.current span.arrow {
    text-decoration:underline;
}

.bx-wrapper .bx-viewport {
    border: 0!important;
    margin: 0;
    left: 0!important;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
    box-shadow:none!important;
}
.bx-controls-direction {
    display: none;
}
.bx-wrapper:hover .bx-controls-direction {
    display: block;
}
.bx-wrapper {
    z-index:0;
}
.slider_item {
    position:relative;
    display: none;
}
.slider_item:first-child {
    display: block;
}
.bx_slider {
    margin:0;
    padding:0;
}
.bx-wrapper .bx-controls-direction a {
    width:40px!important;
    height:40px!important;
    z-index:99;
}
.bx-wrapper .bx-prev {
    background:url(/local/templates/unimagazin_s1/images/sprite_arrows.png) no-repeat 0 0!important;
}
.bx-wrapper .bx-prev:hover {
    background:url(/local/templates/unimagazin_s1/images/sprite_arrows.png) no-repeat 0 -40px!important;
}
.bx-wrapper .bx-next {
    background:url(/local/templates/unimagazin_s1/images/sprite_arrows.png) no-repeat -40px 0!important;
}
.bx-wrapper .bx-next:hover {
    background:url(/local/templates/unimagazin_s1/images/sprite_arrows.png) no-repeat -40px -40px!important;
}
.bx-wrapper .bx-pager { 
    font-size: 0!important; 
    padding-top: 0!important;
    bottom: 35px;
    height: 30px;
    z-index:99;   
}
@media (max-width: 1024px) {
    .bx-wrapper .bx-pager {
        bottom: 51px;
    }
}
@media (max-width: 1162px) {
    .bx-wrapper .bx-pager {
        right: 0;
    }
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width:20px!important;
    height:20px!important;
    background: #fff;
    border-radius: 50%;
}
@media (max-width: 800px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        height: 8px !important;
        width: 8px !important;
    }
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background:url(/local/templates/unimagazin_s1/images/sprite_arrows.png) no-repeat -80px -20px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:url(/local/templates/unimagazin_s1/images/sprite_arrows.png) no-repeat -80px -20px!important;
}
.sl_background {
    width:100%;
    background-position:center;
    margin:0 auto;
    height:400px;   
    background-size:cover;
    background-repeat:no-repeat;
}
@media (max-width: 800px) {
    .sl_background {
        height: 212px;
    }
}
.sl_image {   
    width: 100%;
    height: 100%;    
    background-position: 100%;
    background-repeat: no-repeat;    
    background-size: cover;
}
.sl_wrapper {
    max-width:1180px;
    margin:0 auto;
    height:100%;
}
.sl_wrapper table {
    width: 100%;
    height:100%;
}
.sl_text  {
    color: #fff;
    margin-top:15px;
}
.sl_txt-block {    
    position: absolute;
    bottom: 28px;
    background: #fcf0e9;
    max-width: 310px;
    padding: 28px;
    padding-top: 24px;
    margin-left: 39px;

}
.sl_txt-block .sl_button1 {
    display: inline-block;    
    margin-top:17px;
    padding-left: 33px;
    padding-right: 33px;
    font-size: 15.2px;
    text-decoration: none;  
    letter-spacing: 0.6px;
    background: #fb0f19 !important;
}
@media (max-width: 1024px) {
    .sl_txt-block {
        margin-left: 50px;
        max-width: 254px;
        bottom: 55px;
    }
    .sl_txt-block .sl_header1 {
        font-size: 26px;
        margin-top: 4px;
        line-height: normal;
    }
    .sl_txt-block .sl_header2 {
        font-size: 11px !important;
        letter-spacing: 0.2px;
        line-height: 16px;
        width: 178px;
        margin-top: 6px;
        padding-left: 3px;        
    }
    .sl_txt-block .sl_button1 {
        margin-top: 9px;
        padding-left: 23px;
        padding-right: 23px;
        font-size: 13.2px;
    }
}
@media (max-width: 920px) {
    .sl_txt-block {
        bottom: 40px;
    }
}
@media (max-width: 800px) {
    .sl_txt-block {
        position: static;
        max-width: none;
        background: #fff;
        margin-left: 0;
        padding-bottom: 0;
    }
    .sl_txt-block .sl_header1 {
        margin-top: 0;
        font-size: 23px;
        line-height: normal;
    }
    .sl_txt-block .sl_header2 {
        font-size: 11.5px !important;
        margin-top: 10px;
    }
    .sl_txt-block .sl_button1 {
        margin-top: 14px;
        padding-left: 21px;
        padding-right: 21px;
    }
}
.sl_header1 {
    display: inline;
    font-size:32px;
    line-height: 36px;
    color: #000;
    font-weight:700;
    letter-spacing: -0.5px;
}
.sl_header2 {
    margin-top: 8px;
    width: 208px;
    font-size:12.5px;
    line-height: 18px;
    color:#333333;
    font-weight:normal;
    text-transform:uppercase;
}
.sl_header-big {
    display: inline;
    font-size: 60px;
    color: #fb0f19;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .sl_header-big {
        font-size: 40px;
    }
}
@media (max-width: 520px) {
    .sl_header-big {
        font-size: 30px;
    }
}
{
    font-size:12px;
    color:#fff;
}
.sl_header2.dark,
.sl_header1.dark,
.sl_text_block.dark,
.sl_text.dark  {
    color:#000;
}
@media all and (max-width: 800px) {
    .adaptiv .sl_header1 {
        font-size: 30px;
    }
    .adaptiv .sl_header2 {
        font-size: 18px;
    }
}
@media all and (max-width: 600px) {
    .adaptiv .sl_header1 {
        font-size: 25px;
    }
    .adaptiv .sl_header2 {
        font-size: 16px;
    }
}
@media all and (max-width: 500px) {
    .adaptiv .sl_header1 {
        font-size: 20px;
    }
    .adaptiv .sl_header2 {
        font-size: 14px;
    }
}
@media (max-width:768px){
    .adaptiv .bx-wrapper .bx-pager {
        text-align: center!important;   
        right:auto!important;
    }
}
@media (max-width:800px){
    .bx-wrapper .bx-pager {
        text-align: center!important;   
        right:auto!important;
        top: 181px;
    }
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#3c4853!important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
}
@media (max-width: 800px) {
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
        width: 8px !important;
        height: 8px !important;
    }
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}
.bx-wrapper td.full {
    width:100%;
    text-align:center;
    vertical-align:middle;
}
.bx-wrapper .full img {
    display:inline-block;
}
.bx-wrapper .bx-controls {
    max-width: 1020px;
}
@media (min-width: 1024px) {
    .bx-wrapper .bx-controls {
        position: relative;
        max-width: 1134px;
        margin: auto;        
    }
}
.sl_button1 {
    display: inline-block;
    padding: 14px 20px 13px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px; 
    cursor: pointer;
    transition: all 0.4s;
}
.cart__items {
    position: relative;
}
@media (max-width: 1230px) {
    .cart__items {
        margin-left: 0 !important;
    }
}
.cart__items:before {
    content: '';
    left: -50%;
    top: -32px;
    height: 105%;
    width: 200%;
    background: #ffffff;
}
.cart__item {
    height: 288px;
    margin-bottom: 18px;
}
@media (max-width: 768px) {
    .cart__item {
        height: 328px;
    }
}
@media (max-width: 600px) {
    .cart__item {
        height: 300px;
    }
}
@media (max-width: 380px) {
    .cart__item {
        height: 240px;
    }
}
.cart__item.uni_col a.image .wrapper {
    max-height: 288px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .cart__item.uni_col a.image .wrapper {
        max-height: 328px;
    }
}
@media (max-width: 600px) {
    .cart__item.uni_col a.image .wrapper {
        max-height: 300px;
    }
}
@media (max-width: 380px) {
    .cart__item.uni_col a.image .wrapper {
        max-height: 240px;
    }
}
.cart__sb-title {
    display: block;
    font-size: 16px;
    color: #fb0f19;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
@media (max-width: 380px) {
    .cart__sb-title {
        font-size: 14px;
    }
}
.cart__title {
    display: block;
    font-size: 36px;
    line-height: 30px;
    color: #fb0f19;
    text-transform: uppercase;
    letter-spacing: -1.6px;
}
@media (max-width: 380px) {
    .cart__title {
        font-size: 28px;
    }
}
.block_popular .uni_col .cart__info-block {
/*
    left: 9px;
    bottom: 8px;
*/
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    border-radius: 0;
    background: #fff;
    /* height: 94px; */
}
@media (max-width: 380px) {
    .block_popular .uni_col .cart__info-block {
        height: 80px;
    }
}
.cart__item.uni_col a.image .wrapper .cart__info {
    display: block;
    margin-top: 10px;
    width: 100px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 380px) {
    .cart__item.uni_col a.image .wrapper .cart__info {
        width: 130px;
    }
}
@media (max-width: 380px) {
    .cart__item.uni_col a.image .wrapper .cart__info {
        font-size: 9px;
    }
}
@media (max-width: 1024px) {
    .cart__item {
        width: 49%;
    }
}
@media (max-width: 768px) {
    .cart__item {
        width: 99%;
    }
}
@media (max-width: 600px) {
    .adaptiv .cart__item {
        width: 99%;
    }
    .sl_image {
        background-color: #000;
        background-size: contain;
}
.cart__chair-img {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -40px;
    display: block;
    height: 100%;
    width: 100%;    
    background-repeat: no-repeat;
    background-position: 100% 0;
}
@media (max-width: 380px) {
    .cart__chair-img {
        right: 0;
        background-size: contain;
    }
}
/* End */


/* Start:/local/templates/unimagazin_s1/components/bitrix/search.title/mobile_header_search_new/style.css?17428405411587*/
.mobile-header-search{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
    padding: 80px 18px;	
	display: none;
}

.mobile-header-search.active{
	display: block;
}

.mobile-header-search__input{
    background: #ededed;
    color: #494949;
    font-size: 16px;
	font-weight: 700;
    padding: 14px 66px 14px 16px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	height: 60px;
	border: 2px solid #e83521;
	position: relative;
}

.mobile-header-search__submit input{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/local/templates/unimagazin_s1/components/bitrix/search.title/mobile_header_search_new/images/search_icon_header.png) no-repeat center center #e83521;
	border-radius: 0 5px 5px 0;
	z-index: 9999;
}

.mobile-header-search-overlay{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background: rgba(255, 255, 255, 0.8);
}

#closeMobileSearch{
	position: fixed;
	top: 15px;
	right: 20px;
	width: 30px;
	cursor: pointer;
	z-index: 9999;
	height: 25px;
	display: block;
}

#closeMobileSearch:before{
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background: #534741;	
	transition: all .3s linear;
	transform: rotateZ(45deg);
	margin-top: 5px;		
}

#closeMobileSearch:after{
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background: #534741;	
	transition: all .3s linear;
	transform: rotateZ(-45deg);
	margin-top: -5px;		
}	

/* End */
/* /local/templates/unimagazin_s1/css/normalize.css?174284054010110 */
/* /local/templates/unimagazin_s1/css/main.css?174861585310729 */
/* /local/templates/unimagazin_s1/grid.css?17428405402323 */
/* /local/templates/unimagazin_s1/controls.css?174284054014573 */
/* /local/templates/unimagazin_s1/css/select2/select2.min.css?174284054015090 */
/* /local/templates/unimagazin_s1/js/jquery.bxslider.css?17428405404129 */
/* /local/templates/unimagazin_s1/js/fancybox/jquery.fancybox.css?17428405404895 */
/* /local/templates/unimagazin_s1/css/font-awesome.css?174284054037438 */
/* /local/templates/unimagazin_s1/fonts/4k-monitor/style.css?17428405402496 */
/* /local/templates/unimagazin_s1/css/spectrum.css?174284054013650 */
/* /local/templates/unimagazin_s1/styles.css?174284054175 */
/* /local/templates/unimagazin_s1/template_styles.css?1742840540121380 */
/* /local/templates/unimagazin_s1/components/bitrix/search.title/mobile_header_search_new/style.css?17428405411587 */
