/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
    outline: none;
    scrollbar-color: #0d83dd #d1d4d9;
    scrollbar-width: thin;
}

* scrollbarbutton {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
.model-list::-webkit-scrollbar ,
.drag-scroll::-webkit-scrollbar {
	width: 3px;
    height: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: #0d83dd;
}

*::-webkit-scrollbar-track {
    background-color: #d1d4d9;
    width: 5px;
}
body {
  background: #fff;
  color: #343434;
  font: 400 1rem/1.114 "Roboto", Helvetica, Arial, als_rublregular, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2.4rem;
  line-height: 1.214; 
  }

h1 {
  font-size: 2rem;
  font-weight: 700; }

h2 {
  font-size: 2.5rem;
  font-weight: 400; }

h3 {
  font-size: 1.5rem;
  font-weight: 400; }

h4 {
  font-size: 1.0rem;
  font-weight: 500; }

h5 {
  font-size: .9rem;
  font-weight: 500; }

p {
  margin: 0 0 2.4rem; }

figure {
  margin: 0 0 2.4rem; }

img {
  max-width: 100%; }

time {
  color: #cacaca; }
  
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
hr {
  border: none;
  border-top: .1rem solid #000;
  margin: 2.5rem 0; }

blockquote {
  display: block;
  position: relative;
  padding: 5.0rem 0 0;
  margin: 0 0 2.4rem;
  font-size: 2.0rem;
  line-height: 3.4rem;
  font-weight: 400;
  font-style: normal;
  color: #3b3d40; }
  blockquote:before {
    content: 'вЂњ';
    display: block;
    font-size: 10.0rem;
    line-height: 1;
    height: 0;
    position: absolute;
    top: 0;
    left: 0; }

ul, ol {
  margin: 0 0 2.0rem; }

a {
  transition: color 0.25s, border-color 0.25s;
  color: #3660bc;
  text-decoration: none; 
}
a:hover {
    color: #ff9200;
    text-decoration: none; 
}
	a:focus {
	outline: none;
	text-decoration: none; }
	
a:not([href]):not([tabindex]):not(.btn) {
	color: inherit;
	text-decoration: none
}

dd, dt {
	line-height: inherit;
}

mark {
  background: none;
  color: #3660BC; }

img {
  max-width: 100%; }

hr {
  margin: .5rem 0;
  border: none;
  border-top: .1rem solid #E8E8E8;
  display: block; }

table {
	border-collapse: collapse;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  fill: none;
  stroke: currentColor; 
  stroke-width: 2;
}

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.clearfix:after {
    clear: both
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
ol, ul {
    margin: 0;
	list-style: none;
	padding: 0;
}

/* Bootstrap */
.full-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem; 
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
 

.full-wrap:before{
    display: table;
    content: " ";
} 
.row:after {
	clear: both;
}
.m-all-0 {
  margin-right: 0;
  margin-left: 0; 
}
.p-all-0{
    padding-right: 0;
    padding-left: 0; 
}
.r-col-1, .r-col-2, .r-col-3, .r-col-4, .r-col-5, .r-col-6, .r-col-7, .r-col-8, .r-col-9, .r-col-10, .r-col-11, .r-col-12, .r-col,
.r-col-auto, .r-col-sm-1, .r-col-sm-2, .r-col-sm-3, .r-col-sm-4, .r-col-sm-5, .r-col-sm-6, .r-col-sm-7, .r-col-sm-8, .r-col-sm-9, .r-col-sm-10, .r-col-sm-11, .r-col-sm-12, .r-col-sm,
.r-col-sm-auto, .r-col-md-1, .r-col-md-2, .r-col-md-3, .r-col-md-4, .r-col-md-5, .r-col-md-6, .r-col-md-7, .r-col-md-8, .r-col-md-9, .r-col-md-10, .r-col-md-11, .r-col-md-12, .r-col-md,
.r-col-md-auto, .r-col-lg-1, .r-col-lg-2, .r-col-lg-3, .r-col-lg-4, .r-col-lg-5, .r-col-lg-6, .r-col-lg-7, .r-col-lg-8, .r-col-lg-9, .r-col-lg-10, .r-col-lg-11, .r-col-lg-12, .r-col-lg,
.r-col-lg-auto, .r-col-xl-1, .r-col-xl-2, .r-col-xl-3, .r-col-xl-4, .r-col-xl-5, .r-col-xl-6, .r-col-xl-7, .r-col-xl-8, .r-col-xl-9, .r-col-xl-10, .r-col-xl-11, .r-col-xl-12, .r-col-xl,
.r-col-xl-auto, .r-col-wide-1, .r-col-wide-2, .r-col-wide-3, .r-col-wide-4, .r-col-wide-5, .r-col-wide-6, .r-col-wide-7, .r-col-wide-8, .r-col-wide-9, .r-col-wide-10, .r-col-wide-11, .r-col-wide-12, .r-col-wide,
.r-col-wide-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.r-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.r-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.r-col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.r-col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.r-col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.r-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.r-col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.r-col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.r-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.r-col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.r-col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.r-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.r-col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.r-col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.r-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
@media (min-width: 480px) {
  .r-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .r-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .r-col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .r-col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .r-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .r-col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .r-col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .r-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .r-col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .r-col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .r-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .r-col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .r-col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .r-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
	.hidden-sm {
		display: none!important
	}
}
@media (min-width: 768px) {
  .r-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .r-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .r-col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .r-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .r-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .r-col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .r-col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .r-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .r-col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .r-col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .r-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .r-col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .r-col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .r-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
	.hidden-md {
		display: none!important
	}
	.r-col-md-offset-12 {
        margin-left: 100%
    }

    .r-col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .r-col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .r-col-md-offset-9 {
        margin-left: 75%
    }

    .r-col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .r-col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .r-col-md-offset-6 {
        margin-left: 50%
    }

    .r-col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .r-col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .r-col-md-offset-3 {
        margin-left: 25%
    }

    .r-col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .r-col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
}
@media (min-width: 992px) {
  .r-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .r-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .r-col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .r-col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .r-col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .r-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .r-col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .r-col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .r-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .r-col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .r-col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .r-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .r-col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .r-col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .r-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
	.hidden-lg {
		display: none!important
	}
}
@media (min-width: 1200px) {
  .r-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .r-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .r-col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .r-col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .r-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .r-col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .r-col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .r-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .r-col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .r-col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .r-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .r-col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .r-col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .r-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
	.hidden-xl {
		display: none!important
	}
}
@media (min-width: 1600px) {
  .r-col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .r-col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .r-col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .r-col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .r-col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .r-col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .r-col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .r-col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .r-col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .r-col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .r-col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .r-col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .r-col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .r-col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
	.hidden-xxl {
		display: none!important
	}
}
.r-flex-1 {
	flex: 1
}
.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.d-line-flex {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } 
}
.p-1r{
	padding: 0 1rem;
}
.mt-1{
	margin-top: 1rem!important;
}
.mb-1{
	margin-bottom: 1rem !important;
}
.no-pd{
	padding: 0!important;
}
.no-m-cor{
	padding: auto 0;
}
.list-group {
    list-style: none;
    padding: 0;
    line-height: 1.5;
}
/* Form elements */
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="checkbox"],input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="checkbox"]:focus,input[type="file"]:focus,input[type="radio"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #f3f3f3;
    border-radius: 4px;
    border: none;
    -webkit-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
}

.form-control:focus {
    outline: 0;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.checkbox label,.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"],.radio input[type="radio"],.radio-inline input[type="radio"] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],.checkbox[disabled],.radio-inline[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] input[type="checkbox"],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="radio"][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 15px;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) , 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right
    }
}
/* End form elements*/
/* Buttons */
.btn {
	font-weight: 500;
    font-size: .8rem;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: none;
    letter-spacing: .06rem;
    padding: .5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: .25s;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	transition: all 0.25s ease;
}
a.btn{
    line-height: 1;
    display: block;
    height: auto;
    font-size: .9rem;
    letter-spacing: 0;
	border: 0;
}

.btn:focus,
.btn:active,
.btn:hover {
	text-decoration: none;
	box-shadow: 0 .2rem 1.0rem rgba(0, 0, 0, 0.25);
}


.btn:disabled,
.btn:disabled:hover {
	background: #C5C5C5;
	border-color: #C5C5C5;
	color: #8c8c8c;
	box-shadow: none;
	cursor: default;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.btn--sm {
	font-size: 1.1rem;
	text-transform: none;
	padding: .5rem 1.5rem;
	height: 3.0rem;
}

.btn--black {
	border-color: #343434;
	background: #343434;
	color: #fff;
}

.btn--black:hover,
.btn--black:focus {
	border-color: #0d83dd;
	background: #0d83dd;
	color: #fff;
}

.btn--lg {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 700;
	padding: 1.5rem 3.5rem;
	height: 5.0rem;
	border-radius: 2.5rem;
}

.btn--white {
	border-color: #fff;
	background: #fff;
	color: #343434;
}

.btn--white:hover,
.btn--white:focus {
	border-color: #0d83dd;
	background: #0d83dd;
	color: #fff;
}

.btn--blue {
	background: #0d83dd;
	color: #fff;
}

.btn--blue:hover,
.btn--blue:focus {
	color: #fff;
}
.btn-default{
	color: #fff;
	background: #0d83dd;
}
.btn-default:hover{
	color: #fff;
	background: #04BFDE;
}
/* End buttons*/
html, body {
  height: 100%; }

body {
  overflow-x: hidden; }
/*End Bootstrap */
/* Main start */
.black-bg{
    background: #0b0b0b;
    opacity: 0.6;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 1006;
}
.black-bg.active {
    display: block;
}
.blured{
    -webkit-filter: blur(2px);
    filter: blur(2px);	
}
/*Main end*/
/* Top nav */
.header{
	background: #fff;
}
.menu-active #top,
.menu-active .header,
.menu-active .navigation{
	position: relative;
	z-index: 1007;
}
.navbar {
	background: #333;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 400;
}
.nav{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.nav a{
	color: #fff;
}
.nav a:hover{
	color: #b5b5b9;;
}
.navbar .nav li{
    padding: 0.5rem;
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
	margin-right: .5rem;
}
.top-nav_lang{
	padding: 0 0.5rem;
    border-radius: 5px !important;
    background: transparent;
    display: inline-block;
	background: #505050;
}
.navbar .nav:first-child li:first-child a{
    color: #ffc800;
	font-weight: 500;
}
.navbar .nav:first-child li:first-child a:hover{
    color: #ff6c00;
}
.top-nav_lang a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.top-nav_lang.current {
    background: #818181;
    color: #fff;
}
.top-nav_lang__img {
    position: relative;
    width: 15px;
    height: 9px;
    margin-right: 5px;
}
/*End top nav */
/* Dropdown*/
.ls-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.ls-dropdown {
    padding: 12px 15px;
    border: 0px;
    border-radius: 8px;
    box-shadow: 6px 6px 19px rgb(0 0 0 / 6%);
}
.is-open>.ls-dropdown {
    display: flex;
}
.ls-dropdown div + div{
	border-top: 1px dashed #eee;
}
/*End dropdown*/
.logo{
	padding: .5rem 0;
}
.icon-header {
    width: 1.4rem;
    height: 1.4rem;
    transition: all .05s ease;
}

.search__btn {
	color: #fff;
    padding: 2px;
    height: 2.3rem;
    width: 2.8rem;
    border-radius: 0.4rem !important;
    box-shadow: none;
    margin: 0 4px;
    border: 0px;
}
.phone.dropdown-link a {
    color: #333;
	font-size: 1rem;
    line-height: 1.5;
	font-weight: 500;
}
.icon-phone {
    width: 2.7rem;
    height: 2.7rem;
    stroke-width: 1.3;
	margin-right: .5rem;
}
.mess-head,
.phone{
	width: 100%;
}
.mess-head a,
.phone a{
    font-size: 1rem;
    color: #343434;
}
.icon-contact_head {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 0;
	margin-right: .7rem;
}
.phones div a{
	display: flex;
	padding: 0.3rem;
    align-content: center;
    align-items: center;
}
.phones div a:hover{
	background: #f7f8f9;
}
.comp-wish-btn{
	position: relative;
    border: none;
    background: none;
    padding: .6rem 0;
    font-size: .7rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #343434;
}
.comp-wish-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 0.1rem solid #e9ecef;
    height: 5rem;
    margin: -2.5rem 0 0;
}
#wishlist-total:before{
	display: none;
}
.icon-wish,
.icon-compare{
    height: 1.5rem;
    width: 100%;
    display: block;
    margin: 0 auto 0.3rem;
}
.cart-btn {
    position: relative;
    background: #f3f3f3;
    color: #000;
    border-radius: 8px;
    padding: 0.5rem;
    border: 0px;
    box-shadow: none;
    text-transform: none;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-left: 1.5rem;
	min-width: 10rem;
}
.cart-btn:before {
	left: -1.5rem;
}
#compare_total,
#wishlist_total,
#cart-total {
	padding: 0px 2px;
    border-radius: 20px;
    font-weight: 600;
    height: 14px;
    position: absolute;
    min-width: 14px;
    line-height: 14px;
    font-size: 10px;
    left: 25px;
    top: 5px;
    text-align: center;
    background: #04BFDE;
    color: #fff;
}
#compare_total,
#wishlist_total{
	right: 2.1rem;
    left: unset;	
}
.cart-total_price{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-left: 1rem;
}
.cart-conatiner{
	display: none;
}

/* Cart start */
.is-cart-open.touch-device body {
  overflow: hidden; }

.is-cart-open .cart__dropdown {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.cart__dropdown {
  position: fixed;
  top: 0;
  height: 100%;
  right: 0;
  width: 30rem;
  max-width: 100%;
  background: #fff;
  transition: 0.25s;
  z-index: 200;
  box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  color: #333;
  visibility: hidden;
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); 
  z-index: 9999;}

.cart__head {
  position: relative;
  height: 4.0rem;
  border-bottom: .1rem solid #E8E8E8;
  padding: 0 2rem 0 4.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.cart__back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4.0rem;
  height: 4.0rem;
  border: none;
  background: #0d83dd;
  text-align: center;
  line-height: 4.0rem;
  cursor: pointer;
  transition: 0.25s;
	color: #fff;  }
  .cart__back:hover {
    background: #0b70bd;
     }

.cart__clear {
  margin: 0 0 0 auto;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.2rem;
  border: .1rem solid #E8E8E8;
  padding: .5rem 1.0rem;
  border-radius: 1.5rem;
  background: #fff;
  cursor: pointer;
  transition: 0.25s; }
  .cart__clear [class^="icon-"] {
    top: -.1rem;
    margin: 0 1.5rem 0 0; }
  .cart__clear:hover {
    border-color: #0b70bd;
    background: #0b70bd;
    color: #fff; }

.cart__heading {
  display: block;
  font-size: 1.2rem;
  line-height: 3.0rem;
  font-weight: 500;
  margin: 0;
  padding: 2.0rem 2.0rem 2.0rem 0; }

.cart__body {
  height: calc(100% - 10rem);
  position: relative; }
  .cart__body:after, .cart__body:before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 2.2rem;
    z-index: 10; }
  .cart__body:after {
    top: 0;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
  .cart__body:before {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.cart__scroll {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }
  .cart__scroll .mCSB_scrollTools {
    top: 1.5rem;
    bottom: 1.5rem;
    z-index: 100; }

.cart__foot {
  padding: 2.0rem;
  height: 5.5rem;
  border-top: .1rem solid #E8E8E8; }
  .cart__foot .btn {
    width: 100%; }
.icon-delete {
  display: inline-block;
  vertical-align: middle;
  width: 1.403rem;
  height: 1.4rem; }
.cart__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cart__list > li:not(:last-child) {
    border-bottom: .1rem solid #E8E8E8; }

.cart__item {
display: flex;
    position: relative;
    overflow: hidden;
    padding: .2rem 2rem .2rem .2rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    align-items: center;  }

.cart__item-delete {
  display: block;
  position: absolute;
  top: .5rem;
  right: 1rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: 0.25s; }
  .cart__item-delete:hover {
    color: #E13838; }

.cart__item-image {
margin: 0 0.2rem 0 0;
    width: 4rem;
    text-align: center;
    line-height: 1;
    padding: 0.1rem;
    float: left; }
  .cart__item-image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%; }

.cart__item-desc {
  overflow: hidden;
  padding: 0; }

.cart__item-id {
  display: block;
  color: #cacaca;
  font-size: .8rem; }

.cart__item-title {
display: block;
    margin-bottom: 0.5rem;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
	}

.cart__item-action {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0 0; }
  .cart__item-action .app-number {
    margin: 0;
    overflow: hidden; }

.cart__item-price {
    margin: 0 2rem 0 0;
    float: left;
    min-width: 10rem;
    line-height: 1;}
  .cart__item-price b {
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700; }
  .cart__item-price u {
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #aeaeae;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative; }
    .cart__item-price u:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: .1rem;
      background: #FF2121;
      -ms-transform: rotate(5deg);
      transform: rotate(5deg); }
	  
.cart__total {
	padding: 2.2rem 2.0rem 2.2rem 2.7rem;
	border-top: .1rem solid #E8E8E8;
	text-align: right;
}
.cart__total-item {
	margin: 0;
}
.cart__total-item--last {
	font-weight: 500;
}
.cart__total-item--last span {
	padding-left: .5rem;
	font-size: 2.5rem;
	line-height: 3.0rem;
}  
.icon-clear {
  display: inline-block;
  vertical-align: middle;
  width: .797rem;
  height: .8rem; }
.icon-back {
display: inline-block;
vertical-align: middle;
width: 1.9rem;
height: 1.5rem; }
.cart__counter {
    font-size: .7rem;
    line-height: 1.7;
    padding: 0 0 0.2rem;
    font-weight: 500;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    border-radius: 50%;
    color: #fff;
    background: #04BFDE; }
  .cart__counter:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 0.2rem solid rgb(54 188 176 / 50%);
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 2s 2s infinite; }

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
/* End cart */
/* Main menu start */
.main-nav {
	width: 100%;
    background: #0d83dd;
    font-size: 1.1rem;
	padding: 0rem 1.5rem;
    line-height: 2.3rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    list-style: none;
}
.main-nav li{
	position: relative;
    flex: 3 1 100px;
    text-align: center;
    font-size: .8rem;
    display: flex;
	padding: 0 0.5rem;
}
.main-nav li + li:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 0.1rem solid #e9ecef75;
    height: 3rem;
    margin: -1.5rem 0 0;
	left: 0rem;
}
.main-nav > li a{
	width: calc(100% - 1.5rem);
	position: relative;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1rem 1rem 1rem 3.1rem;
    height: 100%;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
}
.main-nav li a span {
	display: block;
    max-width: 100px;
    margin: 0 auto;
    line-height: 1;
    font-weight: 400;
}
.menu_child-icon {
    position: absolute;
    top: calc(50% - 10px);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.3rem;
    right: .5rem;
    line-height: 1.5;
	cursor: pointer;
}
.nav-toggle:hover .menu_child-icon {
    top: calc(20% - 10px);
    height: 3.2rem;
    line-height: 3.2;
    background: #cccccc59;
    padding-top: 0.3rem;
}
.nav-toggle .menu_child-icon:hover {
    background: #ff9200;
}
.icon-menu {
	stroke: #fff;
    width: 0.8rem;
    height: 0.8rem;
}
.main-nav li:hover, .main-nav li:focus {
    background: #0b70bd;
}
.main-nav > li:hover > a:before{
    content: '';
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: .2rem;
    bottom: .2rem;
    opacity: .3;
    border-radius: 8px;
}
.menu__list-menu_parents > li > a.menu__list-link--parent:before,
.main-nav > li a:after {
    content: '';
    background-size: contain;
    width: 2rem;
    height: 2.5rem;
    position: absolute;
    top: .5rem;
    left: .5rem;
}

.menu__list-menu_parents > li:nth-child(1) a:before ,
.main-nav > li:nth-child(1) a:after {
	background: url(../image/icons/1st-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(2) a:before ,
.main-nav > li:nth-child(2) a:after {
	background: url(../image/icons/2nd-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(3) a:before ,
.main-nav > li:nth-child(3) a:after {
	background: url(../image/icons/3rd-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(4) a:before ,
.main-nav > li:nth-child(4) a:after {
	background: url(../image/icons/4th-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(5) a:before ,
.main-nav > li:nth-child(5) a:after {
	background: url(../image/icons/5th-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(6) a:before ,
.main-nav > li:nth-child(6) a:after {
	background: url(../image/icons/6th-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(7) a:before ,
.main-nav > li:nth-child(7) a:after {
	background: url(../image/icons/7th-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(8) a:before ,
.main-nav > li:nth-child(8) a:after {
	background: url(../image/icons/8th-icon-menu.svg) no-repeat center;
}
.menu__list-menu_parents > li:nth-child(9) a:before ,
.main-nav > li:nth-child(9) a:after {
	background: url(../image/icons/9th-icon-menu.svg) no-repeat center;
}
.main-nav > li a span{
	font-weight: 700;
	font-size: .7rem;
	z-index: 99;
	line-height: 1.2;
}
.main-nav > li a:hover span{
	color: #ff9200;
}
.dropdown-menu{
    background: #fff;
    color: #343434;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    position: absolute;
    top: 100%;
    left: 0;
    transition: .1s;
    opacity: 0;
    visibility: hidden;
    width: 13rem;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.item__full-width {
    padding-bottom: 20px;
}
.is-open > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.nav-toggle:last-child .dropdown-menu{
	left: unset;
	right: 0;
}
.main-nav .dropdown-menu li {
    position: unset;
    display: block;
    padding: .5rem 1rem .5rem .7rem;
    letter-spacing: -.02rem;
    transition: .25s;
}
.main-nav .dropdown-menu li:nth-child(odd){
	background: #f3f3f3;
}
.main-nav .dropdown-menu li:hover, .dropdown-menu .main-nav li:focus{
	background: #fff;
}
.main-nav .dropdown-menu a {
	text-decoration: none;
    color: #333;
    padding: 0;
    font-weight: 600;
    text-transform: none;
	font-size: 1rem;
	line-height: 1.5;
}
.main-nav .dropdown-menu .menu-container ul li:after,
.main-nav .dropdown-menu a:after {
    display: none;
}
.main-nav .menu-item a,
.main-nav .menu-container > a {
    height: auto;
    width: 100%;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
}
.main-nav .dropdown-menu li a:hover, 
.dropdown-menu .main-nav li a:focus,
.main-nav .menu-item a:hover,
.main-nav .menu-container > a:hover{
	color: #ff9200;
}
.main-nav .menu-container ul,
.main-nav .menu-container ul li{
	padding: 0;
}
.main-nav .menu-container ul a{
	font-size: 1rem;
    padding: 0.3rem 1rem;
    line-height: 1.5;
}

.menu__list-dropdown {
	position: absolute;
    height: auto;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 100%;
    -ms-transform: translate(-2.0rem,0);
    transform: translate(-2rem,0);
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
    transform: translate(6rem,0);
	width: 100%;
	background: #fff;
	transition: 0;
}
.dropdown-menu > li.is-open > .menu__list-dropdown {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.main-nav .dropdown-menu li + li:after{
	display: none;
}
.main-nav .dropdown-menu li.has-child > a:after {
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    transition: inherit;
    border-bottom: 0.1rem solid #0d83dd;
    border-right: 0.1rem solid #0d83dd;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: -1.5rem;
    left: unset;
    margin: -0.3rem 0 0;
}
/* Main menu end*/
/* BRead crumbs */
.bradcrumb_wrapper{
	background: #f7f8f9;
}
.breadcrumb {
    margin: 0;
    padding: .9rem 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-flex;
    vertical-align: top;
    position: relative;
    padding: 0 2.2rem 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	font-size: .9rem;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-bottom: 0.1rem solid #ababab;
    border-right: 0.1rem solid #ababab;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin: -0.2rem 0 0 -0.2rem;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
    display: none
}
/* End bread crumbs */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#slideshow0 .slick-dots {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 2rem;
    text-align: center;
    height: 28px;
    background: transparent;
    border-radius: 5px;
    padding: 3px 12px 5px;
    width: auto;
    display: inline-block;
}

#slideshow0 .slick-dots li {
    display: inline-block;
    margin-right: 10px
}

#slideshow0 .slick-dots li:last-child {
    margin-right: 0px
}

#slideshow0 .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #DEE2E6;
    border-radius: 20px;
    font-size: 0px;
    overflow: hidden;
    border: 0px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#slideshow0 .slick-dots li.slick-active button {
    width: 22px
}

#slideshow0 {
    margin: 0
}

#slideshow0 .slick-slider {
    padding-bottom: 10px;
    padding-top: 10px
}

#slideshow0 .slick-list {
    padding-top: 0;
    padding-bottom: 10px
}

#slideshow0 .slick-list:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    background: #fff;
    width: 1px;
    right: 0px;
    z-index: 2
}

#slideshow0 .slick-list .item {
    position: relative
}

#slideshow0 .slick-list .item:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #f3f3f3;
    right: 0px;
    z-index: 1
}

#slideshow0 .slick-list:after {
    padding-bottom: 0px
}

#slideshow0 .title-module {
    margin-bottom: 10px;
    padding: 10px 0px;
    position: relative;
    clear: both
}

#slideshow0 .title-module span {
    font-size: 18px;
    padding: 0 20px 0px 0px;
    z-index: 5;
    color: #000;
    position: relative
}

#slideshow0 .item.no-slider .product-thumb, #slideshow0 .product-slider .item {
    background: #fff
}

.slick-mod-arrow {
    position: absolute;
    top: -45px;
    background: #f3f3f3;
    color: #000;
    border-radius: 5px;
    font-size: 0;
    height: 28px;
    width: 28px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    cursor: pointer
}

.slick-mod-arrow:hover, .slick-mod-arrow:active {
    background: #e9ecef;
    color: #000
}

.slick-mod-arrow.prev-prod {
    right: 48px
}

.slick-mod-arrow.next-prod {
    right: 10px
}
.slick-dots li.slick-active button {
    background: #0d83dd
}
#slideshow0 .slick-mod-arrow {
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    opacity: 0;
    z-index: 1;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 12%);
}
#slideshow0 .slick-mod-arrow.next-prod {
    right: 2rem;
}
#slideshow0 .slick-mod-arrow.prev-prod {
    right: auto;
    left: 2rem;
}
#slideshow0:hover .slick-mod-arrow.prev-prod {
    left: 15px;
    transition: all .2s ease;
}
#slideshow0:hover .slick-mod-arrow {
    opacity: 1;
}
/*Modules start */
.module-title{
	font-size: 2rem;
	margin: 2rem 0 1rem;
    position: relative;
	font-weight: 700;
}
.brands{
	padding-top: 1rem;
	background: rgb(248, 248, 248);
}
.brands .module-item a{
	width: 100%;
	margin-bottom: 2rem;
	border: 1px solid #ececec;
	background: #fff;
	border-radius: 8px;
	-webkit-transition: box-shadow .2s ease, opacity .3s ease;
    transition: box-shadow .2s ease,opacity .3s ease;
    box-shadow: 0px 0px 0px 1px #e9ecef;
	padding: 1rem;
}
.brands .module-item a:hover{
	-webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
}
/*End modules*/
/* Category start */
.seo-text,
.sub-categories,
.aditional-color {
    background: rgb(248, 248, 248);
}
.title_color{
	font-size: 1.3rem;
    font-weight: 500;
    margin: 0.5rem 0;
}
.seo-text,
.aditional-color{
	border-top: 1px solid #e9ecef;
}
.sub-category {
	background: #fff;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ececec;
    transition: box-shadow ease .2s , border ease-out .2s , transform ease .2s;
    margin: 0 0 -1px -1px;
}
.sub-category:hover {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
	z-index: 1;
}
.ct-caption {
    width: 10rem;
}
.sub-category_list {
	width: calc(100% - 10rem);
    padding: 0.5rem 0.5rem;
    margin: 1.5rem 0;
    height: 11rem;
    overflow: auto;
}
.sub-category_main{
	font-weight:500;
}
.sort-by {
    width: 18rem;
}
.models_head {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.model-list {
	position: relative;
	margin-left: 1.5rem;
    overflow-y: auto;
	margin-left: 1.5rem;
    overflow: hidden;
    height: 5rem;
}
.model-list:after{
	content: '';
	position: absolute;
	left:0;
	right: 0;
	top: 3rem;
	height: 3rem;
	background: linear-gradient(0deg, #ffffff 39%, transparent 75%);
}
.model-list.active-list{
	height: 100%;
}
.model-list.active-list:after{
	display: none;
}
.model-list .option-values {
    min-width: 5rem;
    display: inline-flex;
    margin-right: 0.5rem;
    text-align: center;
    margin-bottom: 0.7rem;
    background: #fff;
    border: .1rem solid #0d83dd;
	max-height: 2rem;
}
.option-values.active,
.model-list .option-values:hover {
    background: #0d83dd;
}
.option-values a{
    color: #0d83dd;
	padding: .3rem .5rem;
}
.option-values.active a,
.model-list .option-values:hover a {
    color: #fff;
}
.pagination-container {
    margin: 5rem 0;
}
.pagination-container .navigation,
.pagination {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.pagination {
	list-style: none;
}
.pagination li{
    margin: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    color: #343434;
    background-color: rgb(248, 248, 248);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
}

.pagination li.active {
	background-color: #343434;
    color: #fff;
}
.pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #343434;
    transition: none;
	cursor: pointer;
}
.pagination li a:hover {
    background-color: #ff9200;
    color: #fff;
}
/* End Category*/
/*Filter start */
#ocfilter {
	margin-bottom: 2rem
}

.filter-1 input {
    display: inline-block;
    padding: 1rem 0.8rem;
    height: 2rem;
    width: 5rem;
    margin: 0 5px;
    color: #0d83dd;
    font-size: 1rem;
    background-color: #f3f3f3;
}

.filter-2 input {
	display: none
}

.filter-name {
	width: 100%;
	color: #020001;
	font-size: 1.1rem;
	font-weight: 400;
	padding: .5rem;
	margin-top: .5rem;
	background: #f7f8f9;
}

.filter-2 .filter-name span {
	position: absolute;
	right: 10px;
	width: 12px;
	height: 14px;
	top: 5px;
	cursor: pointer;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-image: url(../img/back.svg);
	background-repeat: no-repeat
}

.filter-2 a {
	color: #000
}

.filter-2 label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 7px 0 0 30px;
	font-weight: 400;
	width: 100%;
}
.filter-2 label.disabled{
	color: #ccc;
}
.filter-2 label::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 8px;
	border: 1px solid #d7d7d7
}

.filter-2 input:checked~label,
.ocf-selected {
	color: #0d83dd
}

.filter-2 input:checked~label::before,
.ocf-selected::before {
	background-color: #0d83dd;
	border: 1px solid #0d83dd!important;
}
.filter-2 input:checked~label::after,
.ocf-selected::after {
	content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 12px;
    background-color: #fff;
    border: 1px solid #fff;
}

.filter-sub2 {
	display: none
}

.filter-2 {
	padding-top: 0
}

.filter-btn--wrap {
	padding-top: 0rem;
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-2 .filter-2__list1 {
	display: none
}

.filter-2 .open-filters {
	display: block;
	list-style-type: none;
	padding: 0 15px
}

.rotate-arr.filter-name>span {
	-webkit-transform: rotate(90deg)!important;
	-ms-transform: rotate(90deg)!important;
	transform: rotate(90deg)!important;
	top: 8px
}

.filter-2-sub {
	display: none
}

.filter-1 input::-webkit-input-placeholder {
	color: #0d83dd
}

.filter-1 input::-moz-placeholder {
	color: #0d83dd
}

.filter-1 input:-ms-input-placeholder {
	color: #0d83dd
}

.filter-1 input:-moz-placeholder {
	color: #0d83dd
}

.filter-btn2 {
	font-size: 13px;
	color: #0d83dd;
	padding-top: 10px;
	border-bottom: 1px solid #0d83dd
}

.price-filter .filter-name {
	margin-bottom: 1rem
}

.filter-1 {
	padding-bottom: .5rem
}
.show-list,
.clean-filter,
.btn-back {
    background: 0 0;
    border-bottom: 1px dashed #0d83dd !important;
    color: #0d83dd;
    transition: all .5s;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin-right: 1.2rem;
}
.btn-back:focus,
.show-list:focus,
.clean-filter:focus,
.btn-back:hover,
.show-list:hover,
.clean-filter:hover{
	color: #ff9200;
	border-bottom: 1px dashed #ff9200;
	box-shadow: none;
}
.show-list:active, .clean-filter:hover {
    text-decoration: none;
    box-shadow: none;
}
.filters-mob {
	display: none
}

.filters-dis {
    display: block;
    color: #fff;
    background: #0d83dd;
    padding: .7rem;
    margin: 1.2rem 0 2.5rem;
    text-transform: uppercase;
}
.icon-filter {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
}
/* ENd filter*/
/* Products start*/
.product-item_image{
	width: 100%;
	height: 13rem;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.total_color {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #0d83dd;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
}
.color_count {
    text-align: center;
    color: #ffc800;
    font-weight: 900;
    font-size: 1.3rem;
}
.color_count+ span{
    text-transform: uppercase;
    font-size: .6rem;
    font-weight: 700;
}
.product-collection-small{
	display: block;
    height: 100%;
	margin: 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: box-shadow .2s ease, opacity .3s ease;
    transition: box-shadow .2s ease,opacity .3s ease;
	box-shadow: 0px 0px 0px 1px #e9ecef;
	background: #fff;
}
.product-collection-small:hover{
	-webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
}
.product-item_wrap {
    justify-content: space-between;
    align-content: space-between;
    align-items: stretch;
	height: 100%;
}
.wishlist-compare{
	position: absolute;
    top: 1rem;
    right: 2rem;
    display: -ms-flexbox;
    display: flex;
	height: 2rem;
    z-index: 20;
}
.pre_att_wrap {
    max-height: 25rem;
    overflow-y: auto;
}
.pre_att_title_main {
    margin: 1.4rem 0 0.6rem;
}
.comp-wish-add {
    border: 0.1rem solid #e9ecef !important;
	
    box-shadow: none;
    color: #333;
    padding: 0.5rem;
    height: 2rem !important;
    width: 2rem;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.comp-wish-add + .comp-wish-add{
	margin-left: .5rem;
}
.prod-gallery .comp-wish-add {
    height: 2.4rem !important;
    width: 2.4rem!important;
}
.prod-gallery .comp-wish-add .icon-add-comp-wish{
	stroke: #0d83dd;
}
.icon-add-comp-wish {
    width: 1.2em;
    height: 1.2rem;
    top: 0;
    margin: 0;
    stroke: #343434;
}
.product-hv-block {
    padding: 0 1rem 1rem;
    position: relative;
}
.product-small__name {
    margin-bottom: 0.9rem;
}
.product-small__name a {
    -webkit-line-clamp: 4;
    font-size: 1rem;
	font-weight: 700;
    line-height: 1.5;
	color: #333;
}
.product-small__code {
    color: #b6b5b5;
    margin-bottom: 5px;
    font-size: .8rem;
}
.product_price_action {
    position: relative;
	min-height: 2.5rem;
}
.product-small__price {
    order: -1;
}
.product-small__hover-block {
   /* position: absolute;
    right: 0;
    top: calc(50% - 20px);*/
}
.price-wrapper {
    margin: 0 -3px 0;
}
.item_price,
.item_price_discount {
    margin: 0 3px 0;
    display: inline-flex;
}
.item_price_wrapper {
    font-weight: 500;
    font-size: 1.2rem;
}
.item_price_singel{
	height: 2.5rem;
    display: flex;
    align-items: center;
}
.item_price_discount {
    color: #999;
}
.muted {
    text-decoration: line-through;
}
.economy_block {
    margin: 2px 0 2px;
}
.economy_wrapper {
    font-size: .8rem;
    line-height: 1.5;
}
.economy-number {
    display: inline-flex;
    padding: 1px;
    background: #ffd83a;
    white-space: nowrap;
}
.percent_discount {
    display: inline-flex;
    padding: 2px 5px 1px;
    color: #333;
}
.economy_inner {
    background: #fff8db;
    display: inline-flex;
    padding: 2px 5px 1px;
    color: #333;
}
.addtocart {
    padding: .7rem .7rem .5rem .5rem;
    height: auto;
	color: #fff;
    font-weight: 400;
    font-size: .8rem;
}
.addtocart:hover{
	color: #fff;
}
.icon-add-cart {
    width: 1.2em;
    height: 1.2rem;
    top: -2px;
    margin: 0;
    stroke: #fff;
}
.product-small__fast-button {
    margin-top: 20px;
    text-align: left;
    font-weight: 400;
    font-size: .9rem;
}
.product-small__fast-button {
	margin: .5rem 0 .7rem;
    text-align: left;
    font-weight: 400;
    font-size: .9rem;
}
#load-more .btn,
.btn-fast,
.main-btn-fast {
	color: #0d83dd!important;
    border: 1px solid #0d83dd!important;
    background: #fff;
}
#load-more .btn:hover,
.btn-fast:hover,
.main-btn-fast:hover {
	color: #fff!important;
    background: #0d83dd;
}
.icon-fast-order {
    width: 1rem;
    height: 1rem;
    top: -2px;
}
/* Products end*/

/*Product start*/
.h1-prod-name {
	font-size: 2rem;
    margin: 2rem 0 1.5rem;
    font-weight: 700;
}
.prod-gallery {
    position: relative;
    padding: 0 1rem;
    margin: 0
}

.product__slides {
    position: relative;
    margin: 0 -1.5rem;
    padding: 7rem 0 3.5rem;
    overflow: hidden
}

.product__slides .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .product__slides {
        margin:0 -2.5rem
    }
}

.product__slides-item {
    min-width: 100%;
    text-align: center;
    display: inline-block;
    position: relative
}

.product__slides-item img {
    display: inline-block;
    height: auto;
    vertical-align: middle
}

.product__slides-item span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 8.5rem;
    text-align: center;
    font: 6rem/1.5 sans-serif;
    color: white;
    text-shadow: 0 0 3rem #000
}
.product__thumbs {
    position: relative;
	padding: 0 1.5rem;
}

.product__thumbs--top {
    padding: 0
}

@media (max-width: 767px) {
    .product__thumbs--top .slick-track {
        transform:translate3d(0px,0px,0px)!important
    }
}

.product__thumbs .slick-list {
    padding: 0 3rem 1px 0;
    position: relative
}

.product__thumbs .slick-list:after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,white 100%);
    width: 3rem;
    height: 100%;
    top: 0;
    right: 0
}

.product__thumbs .slick-slide {
    width: 7rem;
    height: 7rem;
    border: none;
    position: relative;
    z-index: 10;
    margin: 0 0 -.1rem
}

.product__thumbs .slick-slide:hover,.product__thumbs .slick-slide.slick-current {
    z-index: 20
}

.product__thumbs .slick-arrow {
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 2rem;
	border-radius: 8px;
    padding: 0;
    border: none;
    background: #f3f3f3;
    transition: background 0.25s,color .25s;
	box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    color: #131313
}

.product__thumbs .slick-arrow [class^="icon-"] {
    transition: none;
	width: .8rem;
	height: .8rem;
}

.product__thumbs .slick-arrow:hover {
    background: #e9ecef;
    color: #000
}
.product__thumbs .slick-prev {
    left: 0;
	z-index: 9;
}
.product__thumbs .slick-next {
    left: 0
}
@media (min-width: 992px) {
    .product__thumbs--top {
        top: 0
    }

    .product__thumbs .slick-list {
        padding: 0
    }

    .product__thumbs .slick-list:after {
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,white 100%);
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 3rem
    }

    .product__thumbs .slick-arrow {
        bottom: 2.5rem;
        width: 2rem;
        height: 2rem
    }

    .product__thumbs .slick-arrow [class^="icon-"] {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .product__thumbs .slick-prev {
        left: 0
    }

    .product__thumbs .slick-next {
        left: auto;
        right: 0
    }
}

.slick-current .product__thumbs-item,.slick-current .product__thumbs-video {
    border-color: #0d83dd
}

.product__thumbs-item {
    display: block;
    width: 7rem;
    height: 7rem;
    line-height: 6.8rem;
    border: .1rem solid #e9ecef;
    cursor: pointer;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: border-color .25s
}

.product__thumbs-item img {
    display: inline-block;
    height: auto;
    vertical-align: top
}

.product__thumbs-item:hover {
    z-index: 20;
    border-color: #0d83dd
}
.title-pre_att {
    font-size: 1rem;
    margin: 2rem 0 1rem;
    display: block;
}
.pre_att_wrapper {
    margin-bottom: 1rem;
}
.pre_att_inner {
    padding: .5rem 1rem;
	font-size: .9rem;
}
.pre_att_title {
    font-weight: 700;
}
.pre_att_inner:nth-child(2n+1) {
    background: #f7f8f9;
}
.text_boat,
.delivery_info {
    border: 1px solid #0d83dd;
    display: flex;
    flex-direction: column;
    padding: .8rem 1rem;
}
.delivery_info{
	margin: 2rem 3rem;
}

.deliveri-prod {
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    height: 100px;
	margin-bottom: 10px;
}
.delivery_info p {
	margin: 0 0 .5rem;
}
.delivery_info .del-tit {
    color: #0d83dd;
    font-weight: 500;
	margin-top: 1.5rem;
}
.deliveri-prod:before {
	content: url(../image/delivery.png);
	height: 96px;
	display: table;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
}
.deliveri_icon {
    flex: 1 0 20%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.deliver_desc {
    flex: 1 0 30%;
}
.deliver_desc_ukr {
    flex: 1 0 50%;
}
#product{
	padding: 1.5rem;
	position: sticky;
	border: 1px solid transparent;
    box-shadow: 2px 4px 18px rgb(0 0 0 / 5%);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}
#product .product-item__stock {
    font-size: 1rem;
    display: inline-flex;
	align-items: center;
	margin-bottom: 1rem;
}
#product .in-stock {
    color: #00BC52;
}
#product .out-stock {
    color: #bd0f2c;
}
#product .product-item__stock svg{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
}
.color-list li {
    margin: 0;
    -webkit-transition: box-shadow .2s ease, opacity .3s ease;
    transition: box-shadow .2s ease,opacity .3s ease;
    box-shadow: 0px 0px 0px 1px #e9ecef;
    background: #fff;
    -webkit-transition: box-shadow .2s ease, opacity .3s ease;
    transition: box-shadow .2s ease,opacity .3s ease;
    background: #fff;
	padding: 1rem .5rem;
    flex: 1 0 9%;
	max-width: 9%;
}
.main-btn-fast,
.model-to-cat-btn{
	width: 100%;
}
@media screen and (max-width:761px) {
	.model-to-cat-btn {
		font-weight: 900;
	}
}
.color-list li a{
	width: 100%;
}
.color-list li img{
	object-fit: cover;
    margin: 0 auto;
}
.color-list li span{
	font-size: 0.8rem;
	color: #333;
    margin-bottom: 1rem;
    overflow: hidden;
	text-align: center;
	font-weight: 700;
}
.tabs__header-scroll {
	position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .8rem;
    border-radius: 8px;
	margin: 1rem 0 .8rem;
}
.tabs__header-scroll .nav-tabs{
	border-bottom: 0;
    background: rgb(248, 248, 248);
    border-radius: 8px;
    display: inline-flex;
    padding: .5rem;
	margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
    position: relative;
    margin-top: 0;
    transition: .3s;
}
.tabs__header-scroll .nav-tabs li {
	display: inline-flex;
    text-align: center;
	margin-right: 1rem;
    margin-bottom: 0;
    height: 3.5rem;
    border-radius: 8px;
    bottom: 4px;
    transition: .3s;
}
.tabs__header-scroll .nav-tabs .active,
.tabs__header-scroll .nav-tabs li:hover {
	background: #fff;
	box-shadow: 9px 8px 10px rgb(0 0 0 / 7%);
}
.tabs__header-scroll .nav-tabs a {
    margin-right: 0;
    line-height: 1.4;
    border: 0;
    border-radius: 8;
    color: #000;
    padding: .9rem 2rem;
    text-decoration: none;
}
.tab-content .tab-pane {
    border-radius: 8px;
    border: 1px solid #f3f3f3;
    padding: 15px;
    background: #fff;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.title-tab{
	font-size: 1.5rem;
	margin-bottom: 1.5rem
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}
#ask_price,
#compare_price{
	display: none;
}
.prod-compare.text-center {
    display: inline-block;
    outline: none;
    text-align: center;
    border-radius: 0px;
    padding: 2px 0px;
    color: #0091ca;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 1rem;
}
.icon-crease {
    width: 1rem;
    height: 1rem;
}
.btn-crease {
    border-radius: 0;
}
.prod-input{
	height: auto;
    text-align: center;
}
#product .item_price_wrapper {
    font-size: 2rem;
	margin-bottom: .5rem;
}
#product .item_price_discount {
    font-size: 1.2rem;
}
/* Product end */
/* Blog start */
section.blog{
	margin-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #e9ecef;
}
.small-new,
.big-new{
	position: relative;
}
.big-new a {
	min-height: 30rem;
    width: 100%;
    display: flex;
}
.small-new a {
	min-height: 15rem;
    display: flex;
	background-size: cover;
}
.big-new__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.small-new:before,
.big-new:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	background: rgb(0, 0, 0, .57);
}
.big-new__content .date ,
.big-new__title,
.small-new__title {
    font-size: 1.2rem;
    color: #fff;
    padding: 1.5rem;
    position: relative;
}
/* blog end*/
/* Footer */
.footer {
    background: #353637;
    padding: 40px 0 35px;
    position: relative;
}
.footer .logo {
	width: 100%;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
	.footer .logo {
		text-align: center;
		margin-bottom: 20px;
	}
}
.social-btn {
	transition: all .3s;
	display: inline-block;
	margin-right: 7px
}

.social-btn img {
	width: 30px;
	height: 30px
}
.yt-btn:hover {
	background: #e62117;
	-webkit-box-shadow: 0 0 10px 2px #e62117;
	-moz-box-shadow: 0 0 10px 2px #e62117;
	box-shadow: 0 0 10px 2px #e62117
}

.copyright {
	color: #c2c2c2;
	margin-top: 30px
}

@media screen and (max-width:570px) {
	.copyright {
		text-align: left
	}
}
.call {
	margin-top: 3px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.call {
		width: 40%
	}
}

@media screen and (max-width:700px) {
	.call {
		float: none!important;
		width: 100%;
		max-width: 450px;
		padding-left: 75px;
		margin: 5px auto
	}
}

.call__phones {
	position: relative;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px
}

.call__phones:after {
	content: '';
	position: absolute;
	top: 4px;
	left: -50px;
	background: url(../image/footer/smartphone-icon.svg) no-repeat center;
	width: 30px;
	height: 50px
}
.map {
	margin-top: 5px;
	width: 100%
}

.map__content {
	color: #fff
}

.map__content span {
	display: block;
	width: 100%;
	float: right
}

.map__address {
	position: relative;
	margin-bottom: 10px
}

.map__address b {
	font-weight: 600;
	display: block
}


.map__callback {
}

@media screen and (max-width:991px) {
	.map {
		width: 60%
	}
}

@media screen and (max-width:700px) {
	.map {
		float: none!important;
		width: 100%
	}
	.map__content {
		color: #fff;
		margin: auto;
		width: 100%;
	}
	.map__content span {
		display: block;
		width: 100%;
		float: none
	}
	.map__callback,
	.map__address {
		position: relative;
		margin-bottom: 20px
	}
	.map__address b {
		font-weight: 600;
		display: block
	}
	.map__address:after {
		display: none;
	}
}
.random-links ul{
	padding: 0;
}
.random-links ul a{
	color: #fff;
}
#back-to-top {
	position: fixed;
    bottom: -5rem;
    width: 3rem;
    height: 3rem;
	left: 1rem;
    text-align: center;
    line-height: 0;
    padding: 0.4rem 0 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    z-index: 999;
    background: #CED4DA;
    color: #131313;
    border: 0;
	border-radius: .5rem;
}
#back-to-top.active {
    opacity: 1;
    bottom: 1rem;
}
.is-menu-open #back-to-top{
	opacity: 0;
}
.icon-footer {
    width: 1.5rem;
    height: 1.5rem;
}
/* End footer */
/* Facybox start */
.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -999.9rem;
    margin: 0;
    position: absolute!important;
    top: -999.9rem;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47,0,0.74,0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22,0.61,0.36,1)
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility 0 linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s,visibility 0;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 1.3rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 4.4rem;
    left: 0;
    line-height: 4.4rem;
    min-width: 4.4rem;
    mix-blend-mode: difference;
    padding: 0 1rem;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0,0,0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4.4rem;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 4.4rem 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: .6rem .6rem 0
}

.fancybox-slide--iframe {
    padding: 4.4rem 4.4rem 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 .6rem;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    padding: 2.4rem;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5,0,0.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: .6rem
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 4.4rem);
    margin-bottom: 4.4rem
}

.fancybox-video,.fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 40rem;
    padding: 4rem;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 4.4rem;
    margin: 0;
    outline: none;
    padding: 1rem;
    transition: color .2s;
    vertical-align: top;
    width: 4.4rem
}

.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
    color: #ccc
}

.fancybox-button:focus,.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 3.8rem;
    opacity: 0;
    padding: .6rem;
    position: absolute;
    top: 50%;
    width: 3.8rem
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -2.5rem;
    padding: 5rem;
    position: absolute;
    top: -2.5rem
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: .6rem
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: .6rem
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 4.4rem;
    margin: 0;
    padding: .6rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small,.fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: .5rem;
    right: -1.2rem;
    top: -4.4rem
}

.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg,.fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 2.5rem 4.4rem;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -2.5rem;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: .1rem solid rgba(255,255,255,0.3);
    content: '';
    display: block;
    left: 4.4rem;
    position: absolute;
    right: 4.4rem;
    top: 0
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: .6rem solid rgba(100,100,100,0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 6rem;
    left: 50%;
    margin: -3rem 0 0 -3rem;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 6rem;
    z-index: 99999
}

@keyframes fancybox-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,0.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19,1,0.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5,0.5,0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0,0,0) scale(1)
}

.fancybox-button--fullscreen::before {
    width: 1.5rem;
    height: 1.1rem;
    left: calc(50% - .7rem);
    top: calc(50% - .6rem);
    border: .2rem solid;
    background: none
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: .3rem;
    max-width: 90%;
    padding: 3rem;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 2rem
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: .3rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 4rem;
    margin: 0 .5rem 1rem;
    min-width: 13rem;
    padding: 0 1.5rem;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited,.fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 2.5rem;
    margin-right: .7rem;
    position: relative;
    top: -.1rem;
    vertical-align: middle;
    width: 2.5rem
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: .1rem solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 1.4rem;
    margin: 1rem 0 0;
    outline: none;
    padding: 1rem 1.5rem;
    width: 100%
}

.fancybox-button--play::before,.fancybox-button--pause::before {
    top: calc(50% - .6rem);
    left: calc(50% - .4rem);
    background: transparent
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: .6rem inset transparent;
    border-bottom: .6rem inset transparent;
    border-left: 1rem solid;
    border-radius: .1rem
}

.fancybox-button--pause::before {
    width: .7rem;
    height: 1.1rem;
    border-style: solid;
    border-width: 0 .2rem
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: .2rem .2rem .4rem;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 21.2rem;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 21.2rem
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: .7rem
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 1rem;
    box-shadow: inset 0 0 .6rem rgba(0,0,0,0.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 1rem
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 7.5rem;
    margin: .2rem;
    max-height: calc(100% - .8rem);
    max-width: calc(50% - .4rem);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 10rem
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,0.1)
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: .4rem solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(0.25,0.46,0.45,0.94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 80.0rem) {
    .fancybox-thumbs {
        width:11rem
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 11rem
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 1.0rem)
    }
}

.fancybox-content {
    padding: 0
}

.fancybox-bg {
    background: #000
}

.fancybox-is-open .fancybox-bg {
    opacity: .85
}

.fancybox-close-small {
    transition: .25s
}

.fancybox-close-small:after,.fancybox-close-small:before {
    display: none
}

.fancybox-close-small:hover {
    color: #3660BC
}

.fancybox-slide--html .fancybox-close-small {
    display: none
}

.fancybox-thumbs > ul > li {
    background-size: 80%
}

.fancybox-slide--html {
    padding: 0
}

.fancybox-button--play,.fancybox-button--thumbs,.fancybox-button--zoom {
    display: none!important
}
.popup {
  width: 100%; }
  .popup-w-30 {
    max-width: 30rem; }
  .popup-w-40 {
    max-width: 40rem; }
  .popup-w-50 {
    max-width: 50rem; }
  .popup-w-89 {
    max-width: 89rem; }
  .popup .sku {
    padding: 3.0rem 1.5rem; }
    .popup .sku .container-fluid {
      padding: 0; }
    @media (min-width: 992px) {
      .popup .sku {
        padding: 2.0rem 3.5rem; } }
  .popup .sku__fast, .popup .sku__close {
    display: block; }
  .popup .sku__group {
    border: .1rem solid #e9ecef;
    padding: 2.5rem 2.5rem 3.5rem 2.5rem;
    margin: 0 0 2.5rem;
    background: none;
    box-shadow: none; }

.popup__close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: none;
  color: #333;
  transition: 0.25s;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  z-index: 100; }
  .popup__close:hover {
    color: #3660BC; }
	
.icon-close {
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
}
.popup-content{
	padding: 2rem 2.5rem;
	overflow: hidden;
}
.popup-content .title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.ffproduct {
    font-size: 1.3rem;
}
.text-danger {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 400;
    display: block;
    color: #e13838;
    padding: 0.5rem 0 0;
    animation: fadeIn .25s;
}
.has-error input{
    box-shadow: none;
    border: 0.1rem solid #E13838;
}
/* End fancybox */
/* Contact start */
.contacts {
	max-width: 350px;
	float: right;
	margin: 40px 0
}

@media screen and (max-width:570px) {
	.contacts {
		max-width: 100%;
		float: none;
		margin: 0
	}
}

.contact-wrap {
	background: #fff;
	padding: 26px 30px 35px;
	-webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .2);
	margin-bottom: 30px
}

@media screen and (max-width:570px) {
	.contact-wrap {
		box-shadow: none;
		padding: 26px 0 35px;
		margin-bottom: 0
	}
}

.contact-form-wrap {
	background: #fff;
	padding: 8px 30px 20px;
	-webkit-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, .2)
}

@media screen and (max-width:570px) {
	.contact-form-wrap {
		box-shadow: none;
		padding: 26px 0 35px
	}
}

.contact__item {
	margin-bottom: 15px
}

.contact__item:last-child {
	margin-bottom: 0
}

.contact__item i {
	margin-right: 18px;
	width: 8px;
	color: #0d83dd;
	font-size: 14px
}

.contact__item>div {
	vertical-align: top;
	display: inline-block;
	width: 85%;
	color: #333
}

.contact__address b {
	display: block
}

.contact__phone span {
	display: block
}

.contact-form__title {
	color: #333
}

.contact-form .form-group {
	margin-bottom: 11px
}

.contact-form .form-group input {
	border-radius: 0;
	border: none;
	background: #f7f8f9;
	box-shadow: none;
	font: 14px "Exo_2.0", sans-serif;
	color: #999;
	height: 40px
}

.contact-form .form-group input:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 5px 2px #0d83dd;
	-moz-box-shadow: 0 0 5px 2px #0d83dd;
	box-shadow: 0 0 5px 2px #0d83dd
}

.contact-form .form-group textarea {
	resize: none;
	min-height: 80px;
	border-radius: 0;
	border: none;
	background: #f7f8f9;
	box-shadow: none;
	font: 14px "Exo_2.0", sans-serif;
	color: #999;
	padding: 10px
}

.contact-form .form-group textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 5px 2px #0d83dd;
	-moz-box-shadow: 0 0 5px 2px #0d83dd;
	box-shadow: 0 0 5px 2px #0d83dd
}

.map-block {
	position: relative;
	overflow: hidden
}

.map__frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width:570px) {
	.map__frame {
		position: relative;
		max-height: 400px;
		overflow: hidden
	}
}

/* End contact*/
/* Toaster */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* End Toaster */

/* Live search */
#search .dropdown-menu.autosearch {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.06);
	padding: 20px 0;
	border-radius: 8px;
	margin-top: 0px;
	width: calc(100% - 6.2rem);
	z-index: 6666 !important;
	left: 5px;
	right: 5px;
	max-height: 440px;
	overflow-y: auto;
	border: 0px;
	opacity: 1;
    visibility: visible;
	scrollbar-color: #DEE2E6 transparent;
	scrollbar-width: thin;
}

#search .dropdown-menu.autosearch::-webkit-scrollbar {
	width: 8px;
}

#search .dropdown-menu.autosearch::-webkit-scrollbar-track {
	background: transparent;
}

#search .dropdown-menu.autosearch::-webkit-scrollbar-thumb {
	background-color: #DEE2E6;
	border: transparent;
}

#search .dropdown-menu.autosearch li>a:hover,
.dropdown-menu.autosearch li>a.active,
.dropdown-menu.autosearch li>a:focus {
	background-color: rgba(0, 26, 52, .015);
	margin-bottom: -1rem;
}

#search .dropdown-menu.autosearch li{
	padding: 0 20px;
}
.compare__column-row:nth-child(odd),
#search .dropdown-menu.autosearch li:nth-child(odd){
	background: #f8f8f8;
}
#search .dropdown-menu.autosearch .search-view-all-result {
	color: #2b8cdb;
}

#search .dropdown-menu.autosearch a {
	border-radius: 0;
	white-space: normal;
	padding:0;
	margin: 0;
}

#search .dropdown-menu.autosearch li+li {
	border-top: 1px dashed #e9ecef;
}

#search .item_search {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#search .item_search .name {
	font-size: 13px;
	font-weight: 600;
}

#search .dropdown-menu.autosearch li a:hover .image:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 26, 52, .015);
}

#search .item_search .image {
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
}

#search .item_search .content>div {
	margin-top: 5px;
}

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

#search .price {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	text-align: left;
}

#search .item_search .highlight {
	color: #38b0e3;
}

.search_fix .dropdown-menu.autosearch {
	margin-top: 0 !important;
}
/* End live Search */
/* News blog */
.news-blog__list > [class^="r-col-"] {
    padding: 1rem 1.5rem 1rem;
	margin-bottom: 1rem;
}
.news-blog__item {
    position: relative;
    z-index: 10;
    display: block;
    color: #3b3d40;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 400;
}
.news-blog__item:after {
    content: '';
    display: block;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    z-index: -1;
	border-radius: 8px;
    transition: .25s;
    box-shadow: 0 0 5rem rgb(0 0 0 / 10%);
    opacity: 0;
}
.news-blog__item:hover:after {
    opacity: 1;
}
.news-blog__item:hover{
	color: #333;
}
.news-blog__item-image {
	margin: 0 0 1.4rem;
    height: 14.7rem;
    position: relative;
    background: #cacaca;
    overflow: hidden;
}
.news-blog__biggest{
    height: 20rem;
}
.news-blog__item-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .4s;
}
.news-blog__item:hover .news-blog__item-image img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-blog__item-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,black 100%);
    opacity: .5;
    z-index: 1;
}
.new-blog__title {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 1rem;
}
.new-blog__content {
    margin: 0 0 1rem;
    font-size: .9rem;
    line-height: 1.5;
}
.new-blog__content p{
	margin: 0;
}
.new-blog__date {
    display: block;
    color: #cacaca;
    line-height: 1;
    margin: 0;
    font-size: .9rem;
}
.news-item_small__title .new-blog__title{
	font-size: .9rem;
    font-weight: 700;
	height: 2.3rem;
}
.popular-articles {
    border: 0.1rem solid #e9ecef;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin: 1rem 0 2.5rem;
}
.title-sidebar_blog {
    display: block;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 700;
    margin: 0 0 1rem;
}
.title {
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
	font-weight: 700;
}
.post__img {
    background: #cacaca;
    position: relative;
    height: 20rem;
    margin: 0 0 1rem;
}
.post__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post__content ,
.post__content p ,
.post__content img ,
.post__content span ,
.post__content a {
    width: 100%;
}
.post__content img {
	width: 100%!important;
    max-width: 100% !important;
    height: auto !important;
}
.post__content h2{
	font-size: 1.4rem;
}
/* End news Blog */
/* Brand page */
.brands__item {
    transition: .25s;
    position: relative;
    border: 0.1rem solid #e9ecef;
    background: #fff;
    margin: 0 0 1rem;
    overflow: hidden;
}
.brands__item-image{
	text-align: center;
}
.manufacture_name {
    display: block;
    width: 100%;
    background: #f3f3f3;
    padding: 1rem;
	font-weight: 700;
    text-align: center;
}
/* End brand page */
/* Compare page */
.compare {
    padding: 0 0 8.4rem;
    margin: 0 0 5rem
}

.compare__heading {
    display: block;
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    color: #343434;
    margin: 0 0 3rem
}

@media (max-width: 479px) {
    .compare .page__heading {
        margin:0 11rem 3rem 0
    }
}

.compare__nav {
    position: absolute;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.compare__nav--top {
    bottom: 100%;
    margin: 0 0 2rem;
    bottom: 1rem;
}

.compare__nav--bottom {
    top: 100%;
    margin: 2rem 0 0
}

.compare__nav-prev,.compare__nav-next {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid #E8E8E8;
    color: #343434;
    margin: 0 1rem 0 0;
    border-radius: 8px;
    transition: .25s;
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 12%);
}

.compare__nav-prev.slick-disabled,.compare__nav-next.slick-disabled {
    opacity: .3;
    pointer-events: none
}

.compare__nav-prev:last-child,.compare__nav-next:last-child {
    margin: 0
}

.compare__nav-prev:hover,.compare__nav-next:hover {
    color: #0d83dd
}

.compare__wrapper {
    position: relative;
	margin-bottom: 4rem;
}

.compare__container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e9ecef
}

.compare__fixed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    pointer-events: none
}

.compare__fixed .compare__column-row {
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    padding: 0;
    margin: 0 0 52px
}

.compare__fixed .compare__column-th {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    border-bottom: .1rem solid #e9ecef;
    background: #fff
}

@media (min-width: 1200px) {
    .compare__fixed {
        display:none
    }
	.compare__nav.compare__nav--top{
		position: fixed;
		top: 40%;
		z-index: 99;
		width: 100%;
		left: 0;
		right: 0;
		justify-content: center;
		padding: 0 1rem;
		opacity: .7;
		height: 5rem;
	}
	.compare__nav.compare__nav--top:hover{
		opacity: 1;
	}
	.compare__nav--top .compare__nav-prev,
	.compare__nav--top .compare__nav-next{
		width: 4rem;
		height: 4rem;
	}
	.compare__nav--top .compare__nav-prev:after, .compare__nav--top .compare__nav-next:after {
		content: '';
		display: inline-block;
		width: 1rem;
		height: 1rem;
		top: 50%;
	}
}

.compare__sidebar {
    display: none
}

@media (min-width: 1200px) {
    .compare__sidebar {
        display:block;
        position: relative;
        z-index: 2;
        width: 11rem;
        float: left;
        margin: 0 -.1rem 0 0;
        background: #fff;
        border-right: .1rem solid #e9ecef
    }
}

.compare__content {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.compare__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.compare__slides .slick-track {
    margin: 0
}

.compare__slides .slick-arrow {
    position: absolute;
    left: -999.9rem;
    visibility: hidden
}

.compare__slides .slick-list {
    padding: 0 .1rem 0 0
}

.compare__slides .slick-slide {
    margin: 0 -.1rem 0 0;
    border-right: .1rem solid #e9ecef
}

.compare__slides .slick-slide:last-child {
    border: none
}

.compare__column-row {
    position: relative;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 1rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px;
    text-align: center;
    margin: 52px 0 0
}

@media (max-width: 767px) {
    .compare__column-row {
        flex-wrap: wrap;
		margin: 0;
		padding: .2rem;
		height: 6rem;
		text-align: left;
		justify-content: flex-start;
		align-items: flex-start;
    }
	.compare__column-row b {
		width: 100%;
	}
}

.compare__column-row:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 1px 30px rgba(188,187,237,0.3);
    pointer-events: none;
    opacity: 0;
    z-index: 10;
    transition: .25s;
    display: none
}

.compare__column-row:hover:after {
    opacity: 1
}

.compare__column-row--group {
    display: none
}

@media (min-width: 1200px) {
    .compare__column-row {
            text-align: left;
			-ms-flex-pack: start;
			justify-content: flex-start;
			margin: 0;
			height: 4rem;
			padding: 0.2rem;
			align-items: baseline;
    }

    .compare__column-row:before {
        display: none
    }

    .compare__column-row:after {
        display: block
    }

    .compare__column-row--group {
        display: -ms-flexbox;
        display: flex;
        font-weight: 700
    }
}

.compare__column {
    position: relative
}

.compare__column > :before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    border-bottom: 1px solid #e9ecef;
    margin: 0 0 0 -50vw;
    z-index: 1000
}

.compare__column > :last-child:before {
    display: none
}

.compare__column-add {
    display: block;
    color: #343434
}

.compare__column-add:hover {
    color: #0d83dd
}

.compare__column-add-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #0d83dd;
    color: #fff;
    margin: 0 auto 1rem
}

.compare__column-add-text {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500
}
.compare__column-item {
    position: relative;
    height: 23rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem 1.5rem 1.5rem
}

.compare__column-item-delete {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0;
    border: none;
    background: none;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1;
    text-transform: uppercase;
    color: #343434;
    cursor: pointer;
    transition: .25s;
    white-space: nowrap
}

.compare__column-item-delete .icon-delete-compare {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 7px 0 0;
    color: #0d83dd
}

.compare__column-item-delete:hover {
    color: #0d83dd
}

.compare__column-item-image {
    height: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem
}

.compare__column-item-image img {
    display: block
}

@media (max-width: 767px) {
    .compare__column-item-image img {
        max-height:100%
    }
}

.compare__column-item-title {
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: #343434;
    width: 100%
}

.compare__nav-prev ,
.compare__nav-next {
	position: relative;
}

.compare__nav-prev:after ,
.compare__nav-next:after {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    transition: inherit;
    border-bottom: 0.1rem solid #333;
    border-right: 0.1rem solid #333;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
	top: 60%;
    right: 45%;
    margin: -0.4rem 0 0;
}
.compare__nav-prev:after{
	-ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 30%;
}

.compare__column-item-price {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    color: #3660bc;
    margin: 0 0 2rem
}

.compare__column-item-price u {
    font-size: 1.2rem;
    color: #b0b0b0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 1rem 0 0
}

.compare__column-item-price u:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: .1rem;
    background: #FF2121;
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
}
@media (max-width: 767px) {
    .compare__column-item-title {
		height: 5rem;
		font-size: .8rem;
		text-transform: none;
		text-align: left;
    }
	.compare__column-item .price-wrapper {
		text-align: left;
		height: 4.5rem;
		width: 100%;
		position: relative;
	}
	.compare__column-item .economy_block {
		bottom: 0;
		left: -15px;
	}
	.compare__column-item .item_price_singel {
		height: unset
	}
	.compare__column-item {
		min-height: 20rem;
	}
	.compare__column-item-action {
		width: 100%;
		margin-top: 1rem!important;
	}
	.compare__wrapper {
		margin: 0 -1rem 4rem;
	}
	.wish-comp-mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.is-cart-open .wish-comp-mobile {
		z-index: 0;
	}
	.wish-comp_wrapper{
		background: #464646;
		width: 40vw;
		margin: 0 auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.wish-comp_wrapper .icon-wish, .wish-comp_wrapper  .icon-compare {
		stroke: #fff;
	}
	.compare__container {
		margin-top: 1rem;
	}
	.compare__nav--top {
		margin-bottom: 0;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.compare__nav--bottom {
		margin-bottom: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		bottom: 1rem;
	}
	.icon-prev-small,
	.icon-next-small {
		stroke-width: 1;
    width: 1.5rem;
    height: 1.5rem;
	}
	.compare__nav-prev, .compare__nav-next {
		width: 6rem;
		height: 3rem;
	}
	.compare__nav-prev:after, .compare__nav-next:after {
		top: 55%;
		right: 50%;
	}
	.compare__nav-prev:after {
		right: 45%;
	}
}
/* End compare page */
/* Megamessenger */
.is-megamessage-open .app-megamessage__dropdown {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.is-megamessage-open .app-megamessage__toggle .icon-megamessage-open {
    opacity: 0;
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

.is-megamessage-open .app-megamessage__toggle .icon-megamessage-close {
    opacity: 1;
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.app-megamessage {
    position: fixed;
    z-index: 100;
    bottom: 2rem
}

.app-megamessage--right {
    right: 2rem
}

.app-megamessage--left {
    left: 2rem
}

.app-megamessage__toggle {
    display: block;
    position: relative;
    border: none;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .25s
}

.app-megamessage__toggle .icon-megamessage-open,.app-megamessage__toggle .icon-megamessage-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .25s
}

.app-megamessage__toggle .icon-megamessage-close {
    opacity: 0;
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

.app-megamessage__toggle:hover {
    background: #03b6e0;
    color: #fff
}
.icon-megamessage-open {
	fill: #fff;
    stroke: transparent;
}
.icon-megamessage-close,
.icon-megamessage-open {
	width: 2rem;
	height: 2rem
}
@media (max-width: 479px) {
    .app-megamessage__toggle {
        width:3.5rem;
        height: 3.5rem
    }

    .app-megamessage--right {
        right: 1.5rem
    }

    .app-megamessage--left {
        left: 1.5rem
    }
	.icon-megamessage-close,
    .icon-megamessage-open {
        width: 1.8rem;
        height: 1.8rem
    }
}

.app-megamessage__dropdown {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 30px rgba(188,187,237,0.3);
    margin: 0 0 1rem;
    width: 20rem;
    overflow: hidden;
    transition: .25s;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,10px);
    transform: translate(0,10px)
}

.app-megamessage__list {
    margin: 0 -1px -1px 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app-megamessage__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    border-bottom: 1px solid #EBEBF5;
    border-right: 1px solid #EBEBF5
}

.app-megamessage__item {
    text-align: center;
    color: #343434;
    min-height: 100%;
    padding: 1.4rem 1rem 1rem;
    display: block;
    transition: .25s
}

.app-megamessage__item:hover {
    background: #EBEBF5;
    color: #343434
}

.app-megamessage__item-image {
    margin: 0 0 1rem
}

.app-megamessage__item-image img {
    display: inline-block;
    vertical-align: top;
    max-width: 6rem
}

.app-megamessage__item-text {
    display: block;
    margin: 0;
    font-size: .9rem;
    line-height: 1;
    font-weight: 500
}

.app-megamessage__item--viber-mobile {
    display: none
}

@media (max-width: 767px) {
    .app-megamessage__item--viber-mobile {
        display:block
    }

    .app-megamessage__item--viber-pc {
        display: none
    }
}
.btn-more{
	width: 100%;
}
.btn-more .icon-fast-order{
	margin-right: 0.2rem;
}
/* End megamessage */
@media (max-width: 767px) {
	h1 {
		font-size: 2rem;
		font-weight: 700;
		margin: 1rem 0;
	}
	.top_box__mobile {
		position: fixed;
		background: #fff;
		z-index: 999;
		-webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
		box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
		padding: .5rem 1.5rem .5rem;
	}
	.icon-phone {
		position: absolute;
		left: -10px;
		height: 43px;
		top: 3px;
	}
	.phone.dropdown-link a {
		font-weight: 700;
	}
	.cart-btn {
		width: auto;
		min-width: 1.5rem;
		margin: 0;
	}
	.cart-total_price {
		display: none;
	}
	.comp-wish-btn:before {
		display: none;
	}
	.js-toggle-menu {
		padding: 0px;
		background: transparent;
		border: 0px;
		border-radius: 0px;
		box-shadow: none;
		text-align: center;
		width: 2rem;
		height: 2rem;
		border-radius: 8px;
	}
	#search .input-lg,
	.search__btn {
		height: 2.2rem;
	}
	.search__btn {
		width: 2.2rem;
	}
	#search .dropdown-menu.autosearch{
		left: -4rem !important;
		width: calc(100% + 8rem);
		transform: unset;
		top: 40px;
		height: unset;
	}
	#header {
	    padding-top: 4rem;
    /*padding-top: 9rem;*/
	}
	.dropdown-toggle{
		position: relative;
	}
	.dropdown-link {
		margin-right: 1.8rem;
	}
	.show-phones {
		width: 1.5rem;
		height: 1.5rem;
		margin-left: 2px;
		position: absolute;
		top: calc(50% - 15px);
		text-align: center;
		background: #f3f3f3;
		border-radius: 8px;
		right: -.2rem;
		line-height: 1;
	}
	.phone.dropdown-link a {
		color: #0d83dd;
	}
	.icon-drop{
		stroke-width: 1;
		width: 1.5rem;
		height: 1.5rem;
	}
	.black-bg.active{
		display: none;
	}
	/*Mobile menu */
	.main_mobile_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100vw;
		z-index: 120;
		background: #fff;
		transition: 0.25s;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		box-shadow: 0 1.0rem 2.0rem rgba(0, 0, 0, 0.1); 
		z-index: 999;
	}
	.menu__list-heading {
		display: block;
		margin: 0;
		padding: 0 4rem 0 2.8rem;
		font-size: 1.8rem;
		line-height: 4rem;
		font-weight: 500;
		text-transform: none;
		color: #333;
	}
	.menu__list {
		height: 100%;
	}
	.is-open > .nav__priority-dropdown, 
	.is-menu-open .main_mobile_menu {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.menu__list-head {
		position: relative;
		height: 4rem;
		border-bottom: 0.1rem solid #e9ecef;
	}
	.menu__list-close {
		display: block;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 4rem;
		height: 4rem;
		border: none;
		background: #e9ecef;
		padding: 0;
		text-align: center;
		line-height: 4rem;
		cursor: pointer;
		transition: .25s;
	}
	.menu__list-body {
		height: calc(100% - 4rem);
		overflow: hidden;
		overflow-y: auto;
		position: relative;
	}
	.menu__list-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1rem;
		line-height: 2;
		font-weight: 500;
		text-transform: none;
		font-weight: 400;
	}
	.menu__list-menu > li {
		margin: 0;
		border-bottom: 0.1rem solid #e9ecef;
	}
	.menu__list-link {
		position: relative;
		display: block;
		padding: .5rem 2rem .5rem 1.5rem;
		letter-spacing: -.02rem;
		transition: .25s;
		font-weight: 700;
	}
	.menu__list-menu_parents > li > a.menu__list-link--parent{
		padding-left: 4rem;
	}
	.menu__list-menu_parents > li > a.menu__list-link--parent:before, .main-nav > li a:after {
		width: 2rem;
		height: 2rem;
		background-color: #0d83dd !important;
		border-radius: 8px;
		padding: 0.2rem;
		background-size: 50% !important;
	}
	.dropdown-menu {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		background: #fff;
		transition: .25s;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translate(100%,0);
		transform: translate(100%,0);
		z-index: 100;
		height: 100%;
	}
	.is-overflow {
		overflow: hidden!important;
	}
	.menu__list .nav__list-dropdown {
		overflow-x: hidden;
		overflow-y: auto;
	}
	.menu__list-menu > li.is-open > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.menu__list-back {
		display: block;
		position: relative;
		width: 100%;
		padding: 1rem 2rem 1rem 3.8rem;
		color: #343434;
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: 500;
		cursor: pointer;
	}
	.menu__list-back:after {
		content: '';
		display: inline-block;
		width: .5rem;
		height: .5rem;
		transition: inherit;
		border-bottom: .1rem solid currentColor;
		border-right: .1rem solid currentColor;
		-ms-transform: rotate(-225deg);
		transform: rotate( -225deg );
		position: absolute;
		top: 50%;
		left: 1.5rem;
		margin: -.4rem 0 0;
	}
	.menu__list-link--parent:after {
		content: '';
		display: inline-block;
		width: .5rem;
		height: .5rem;
		transition: inherit;
		border-bottom: .1rem solid #333;
		border-right: .1rem solid #333;
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 1.9rem;
		right: 1.5rem;
		margin: -.4rem 0 0;
	}
	.menu__list-link--more {
		color: #333;
	}
	/*End mobile menu */
	.p-sm-0{
		padding: 0;
	}
	.p-sm-1{
		padding: 0 1.5rem !important;
	}
	.product-item_image {
		height: 13rem;
	}
	.product-small__name a {
		font-size: 1rem;
		line-height: 1.3;
	}
	.product-small__name {
		min-height: 5.5rem;
	}
	.product-small__button {
		position: relative;
		width: 100%;
		margin-top: 1rem;
	}
	.product-small__fast-button {
		font-size: .8rem;
	}
	.big-new a {
		min-height: 20rem;
		background-size: cover;
	}
	.sub-category_main {
		font-weight: 700;
	}
	.list-group-item {
		margin: 0.5rem 0;
		font-weight: 700;
	}
	.title{
		font-size: 2rem;
		padding: 0 .5rem;
	}
	.post .title{
		font-size: 1.5rem;
	}
	.h1-prod-name{
		font-size: 2rem;
	}
	.btn-filter {
		flex: 1 0 50%;
		margin-top: 1rem;
	}
	.btn-filter .btn {
		background: #0d83dd;
		padding: 0.2rem 0.5rem;
		font-weight: 700;
		color: #fff;
		height: 2.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sort-by {
		flex: 1 0 50%;
		width: auto;
		margin-top: .8rem;
	}
	#input-sort{
		font-weight: 700;
		text-transform: uppercase;
		font-size: .8rem;
		height: 2.5rem;
	}
	
	.item_price > .item_price_wrapper,
	.item_price_singel {
		font-weight: 700;
	}
	.wishlist-compare {
		right: 1rem;
	}
	.filter-column {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 21rem;
		max-width: 100%;
		z-index: 1200;
		background: #fff;
		box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
		transition: .25s;
		margin: 0;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translate(-100%,0);
		transform: translate(-100%,0);
	}
	.filter-is-opened .filter-column {
		opacity: 1;
		visibility: visible;
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.filters-mob {
		position: relative;
		height: 3rem;
		padding: 0 2rem 0 5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
		box-shadow: 3px 3px 10px rgb(0 0 0 / 7%);
	}
	#ocfilter {
		height: calc(100% - 4rem);
		overflow: hidden;
		position: initial;
		padding: .5rem 1rem 5.5rem;
		overflow-y: auto;
	}
	.filter-name,
	.filter-2 label {
		font-weight: 700;
	}
	.filters-dis{
		display: none;
	}
	.closebtn-filter {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 4rem;
		height: 3rem;
		border: none;
		background: #F7F7F7;
		text-align: center;
		line-height: 3rem;
		cursor: pointer;
		transition: .25s;
	}
	.filter_heading {
		display: block;
		font-size: 1.2rem;
		line-height: 2rem;
		font-weight: 500;
		margin: 0;
		padding: 1rem ​2rem 1rem 0;
	}
	.filter-btn--wrap {
		position: fixed;
		margin: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 1.5rem;
		background: #fff;
		border-top:  0.1rem solid #e9ecef;
		z-index: 9;
	}
	.pagination{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pagination li{
		margin-bottom: 1rem;
	}
	#product-desc .pre_att_wrap{
		height: auto;
		max-height: unset;
	}
	.color-list li {
		max-width: 33%;
		flex: 1 0 27%;
	}
	#product {
		padding: 0;
		margin: 1rem 0;
		box-shadow: none;
	}
	#product-desc {
		padding-top: 1rem;
		border-top: 0.1rem solid #e9ecef;
	}
	#ask-price,
	#button-cart{
		border-radius: 0;
		padding: 1rem 1.5rem;
		font-size: 1.1rem;
	}
	.main-btn-fast{
		margin: 1.5rem 0;
	}
	.delivery_info {
		margin: 2rem 0rem;
	}
	.p-sm-15{
		padding: 0 1.5rem;
	}
	.prod-gallery {
		margin: 0;
	}
	.product__thumbs .slick-next {
		left: auto;
		right: 0;
	}
	.product__thumbs .slick-arrow {
		top: 2rem;
	}
	.news-blog__list > [class^="r-col-"] {
		padding: 1rem 0;
	}
	.news-blog__item-image {
		height: 9.7rem;
	}
	.news-item_small__title .new-blog__title,
	.new-blog__title {
		font-size: 1.1rem;
		font-weight: 500;
		margin: 0 0 .5rem;
		height: 3.1rem;
	}
	.mob_language {
		margin-left: -2.2rem;
	}
	.top-nav_lang.current,
	.top-nav_lang a {
		font-size: 1rem;
		line-height: 2;
		color: #fff;
	}
	.compare__column-item-image {
		height: 5rem;
	}
	.compare__column-item {
		padding: 0.5rem 1rem 0.5rem;
	}
}

.promo-name {
    background: #f3f3f3;
    padding: 1rem 0.9rem;
    margin: 0 1.5rem 1rem;
    display: flex;
}
.promo-name a{
	font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}
@media (max-width: 468px) {
	.hidden-xs {
		display: none!important
	}
	.promo-name {
		margin: 0 1rem 1rem;
	}
	.economy_block {
		position: absolute;
		bottom: 5.7rem;
	}
	.economy_title {
		font-size: .7rem;
	}
	a.btn {
		font-size: .8rem;
		line-height: 1.5;
		padding: .5rem;
	}
	.product-hv-block {
		padding: 0 .5rem .5rem;
		position: relative;
	}
	.product-item_image{
		padding: .5rem;
	}
	#product-desc .economy_block {
		position: relative;
		bottom: unset;
	}
	#product-desc .btn {
		font-size: 1rem;
		padding: .5rem;
	}
	.prod-input {
		font-size: 1rem;
		font-weight: 700;
	}
	#compare-prices {
		font-size: 1rem;
	}
	#product-desc .btn,
	#one-click-buy {
		font-weight: 700;
	}
	#one-click-buy {
		margin: 0;
	}
	.pre_att_title_main {
		font-weight: 700;
	}
}
@media (max-width: 375px) {
	
	.product-small__name {
		margin-bottom: 0.5rem;
	}
	a.btn {
		font-size: .7rem;
	}
}
/*Alerts */
.alerts {
    position: fixed;
    top: 0;
    z-index: 1002;
    width: 100%
}

.alert {
	position: relative;
    padding: 1rem;
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    min-height: 3.4rem;
    opacity: 1;
	text-align: center;
}

.alert .close {
    position: absolute;
    top: 2.3rem;
    right: 2rem;
    padding: 0;
    color: inherit;
    opacity: 1;
    font-size: inherit
}

.alert-dismissible {
    padding-right: 5.4rem
}

.alert-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0
}

.alert-success {
    color: #fff;
    background-color: #3fca5f;
    border-color: #3fca5f
}

.alert-danger {
    color: #fff;
    background-color: #ee2e2e;
    border-color: #ee2e2e
}

.alert-success a,.alert-danger a {
    vertical-align: top;
    transition: .25s;
    text-decoration: none;
    color: #fff;
    border-bottom: .1rem solid rgba(255,255,255,0.4)
}
/* End Alerts*/
/* User */
.user-menu {
    left: unset;
    right: 0;
}
.user-menu svg{
	width: 1.5rem;
	height: 1.5rem;
}
.navbar .nav .user-menu li {
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    display: flex;
}
.user-menu li a {
	display: flex;
    align-items: center;
	color: #333;
	font-size: 1rem;
    font-weight: 700;
}
/* end user */
.page_wrapper {opacity: 0;}
.is-cart-open {
    overflow: hidden;
}
.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}
.nav-tabs li {
    display: inline-flex;
	position: relative;
    float: none;
    margin: 3px;
    background: #fff;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s , box-shadow .3s ease;
    -o-transition: background-color .3s , box-shadow .3s ease;
    -webkit-transition: background-color .3s , box-shadow .3s ease;
    transition: background-color .3s , box-shadow .3s ease;
}
.nav-tabs li a {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px 24px 15px;
    color: #333;
    border: none;
    border-radius: 3px;
    background: transparent;
}
.nav-tabs>li.active ,
.nav-tabs>li:hover {
    background: #f3f3f3;
}
.nav-tabs>li.active:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs li.active:after {
    background: #0d83dd;
}
.nav-footer__heading {
	display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    padding: 0 0 1.1rem;
    margin: 0 0 0.7rem;
    position: relative;
    letter-spacing: .07rem;
    color: #fff;
}
.nav-footer__heading:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.1rem;
    background: #fff;
    width: 5rem;
}
.random-links ul,
.nav-footer__menu {
	margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9rem;
    line-height: 1.5;
    min-width: 13rem;
}
.nav-footer__menu > li {
    margin: 0 0 0.5rem;
}
.nav-footer__link {
    color: #fff;
}
body[class*='information-information'] .tab-content .tab-pane {
	padding: 0;
    margin: 3px;
	border: 0;
}
@media (max-width: 468px) {
	.nav-tabs li {
		width: 100%;
	}	
	#compare_total, #wishlist_total {
		right: 1.1rem;
	}
	.nav-footer__heading {
		margin-top: 15px;
		padding: 20px;
		margin-bottom: 0;
		border-radius: 5px;
		color: #fff;
		background: #4a4a4a;
	}
	.nav-footer__heading.active {
		border-radius: 5px 5px 0px 0px;
	}
	.nav-footer__heading:after {
		content: "";
		display: inline-block;
		width: 0.5rem;
		height: 0.5rem;
		transition: inherit;
		border-bottom: 0.1rem solid #fff;
		border-right: 0.1rem solid #fff;
		-ms-transform: rotate(-45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 1.8rem;
		right: 1.5rem;
		margin: -0.4rem 0 0;
		left: unset;
		background: transparent;
	}
	.nav-footer__menu{
		width: 100%;
		background: #4a4a4a;
		margin-bottom: 5px;
		padding: 0px 0px 10px 20px;
		column-count: 1;
		display: none;
		border-radius: 0px 0px 5px 5px;
	}
	.nav-footer__menu.active{
		display: block;
	}
	.nav-footer__menu > li {
		margin: 0.9rem 0 0.5rem;
	}
	.nav-footer__link {
		line-height: 1.5;
		font-size: 1rem;
	}
	/*.icon-phone {
		position: absolute;
		left: -40px;
		height: 43px;
		top: 2px;
	}*/
	.tabs__header-scroll .nav-tabs a {
		width: 100%;
	}
	
}
.seo-text p {
    margin-bottom: 1rem;
}
.seo-text a,
.seo-text__content {
    font-weight: 700;
}
.seo-text ol li ,
.seo-text ul li {
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}
.seo-text ol li:before ,
.seo-text ul li:before {
	content: "\25CF";
    padding: 0;
    margin-left: 0;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    position: absolute;
    top: 0;
    left: 0;
	color: #0d83dd;
}
.is-loaded .page_wrapper {
  opacity: 1!important;}
  
.w-100{
	width: 100%;
}
.price_text,
.price_text_product{
	color: #747474;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.price_text_product{
	font-size: 16px;
	font-weight: normal;
	color: #343434;
}