@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

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

p {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #546e7a;
}

ul,
li {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
}

input {
  border: none;
}

html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #546e7a;
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

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

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 720px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.page-content {
  background-color: #f4f6f5;
}

.title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #263238;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}

.rate-star {
  margin-right: 13px;
}

.breadcrams__inner {
  padding: 45px 0 40px;
  overflow: hidden;
  width: 1200px;
}

.breadcrams__list li {
  display: inline-block;
  position: relative;
}

.breadcrams__list li + li {
  padding-left: 24px;
}

.breadcrams__list li + li::before {
  content: '-';
  position: absolute;
  left: 8px;
  color: #8bc34a;
}

.breadcrams__list li:last-child a,
.breadcrams__list li:last-child span {
  color: #263238;
}

.breadcrams__list a {
  color: #b0bec5;
}

.angle-right {
  position: relative;
  padding-left: 15px;
}

.angle-right::before {
  content: '\f105';
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  color: #8bc34a;
  font-size: 14px;
}

#modal {
  display: none;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
}

.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          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;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .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;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  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: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  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: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  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: 212px;
}

.fancybox-thumbs__list {
  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 .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

@font-face {
  font-family: 'Roboto-Regular', sans-serif;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1a55j9");
  src: url("../fonts/icomoon.eot?1a55j9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1a55j9") format("truetype"), url("../fonts/icomoon.woff?1a55j9") format("woff"), url("../fonts/icomoon.svg?1a55j9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-user:before {
  content: "\f007";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-lock:before {
  content: "\f023";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-phone:before {
  content: "\f095";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-cny:before {
  content: "\f157";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-rmb:before {
  content: "\f157";
}

.icon-yen:before {
  content: "\f157";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.header {
  background-color: #fff;
}

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

.header__text {
  margin-left: auto;
  margin-right: 50px;
}

.header__text span {
  color: #e74c3c;
}

.header__phone {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #546e7a;
}

.header__btn {
  padding: 4px;
  width: 72px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.header__btn-login {
  background-color: #8bc34a;
}

.header__btn-register,
.header__btn-logout {
  background-color: #e74c3c;
  margin-left: 7px;
}

.header__menu {
  background-color: #263238;
  color: #fff;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.menu__list li {
  display: inline-block;
}

.menu__list li + li {
  margin-left: 30px;
}

.header__circle {
  display: none;
  position: relative;
  width: 34px;
  height: 34px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.header__circle.active {
  display: block;
}

.header__circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #a0a0a0;
  font-size: 14px;
}

.header__circle + .header__circle {
  margin-left: 15px;
}

.header__circle span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  right: -7px;
  top: -7px;
  font-size: 11px;
  color: #fff;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  z-index: 1;
}

.header__btn-login--off {
  display: none;
}

.header__btn-logout {
  display: none;
}

.header__btn-logout.header__btn-login--on {
  display: block;
}

.notification span {
  background-color: #fcb322;
}

.message span {
  background-color: #ef6c00;
}

.basket {
  margin-right: 20px;
}

.basket span {
  background-color: #95c85a;
}

.user {
  margin-right: 25px;
  padding-right: 20px;
  position: relative;
}

.user::before {
  position: absolute;
  content: '\f107';
  font-family: 'icomoon';
  font-size: 16px;
  color: #707070;
  top: 0;
  right: 0;
}

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

.user__images {
  margin-right: 15px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
}

.user__info {
  font-size: 14px;
  line-height: 24px;
}

.user__name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #222;
}

.user__money {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #8bc34a;
}

.user__menu {
  border: 0px solid #cccccc;
  background-color: #fff;
  position: absolute;
  top: 69px;
  left: 20px;
  padding: 0 20px;
  width: 158px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 0;
  overflow: hidden;
}

.user__menu a {
  font-size: 12px;
  color: #546e7a;
  margin-bottom: 15px;
}

.circle__menu {
  position: absolute;
  top: 62px;
  right: 0;
  border-top: 1px solid #e0e0e0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.basket__box,
.message__box,
.notification__box {
  margin-top: 54px;
  margin-left: 15px;
}

.basket__box:hover .header__circle::before,
.message__box:hover .header__circle::before,
.notification__box:hover .header__circle::before {
  color: #263238;
}

.basket__box:hover .circle__menu,
.message__box:hover .circle__menu,
.notification__box:hover .circle__menu {
  overflow: hidden;
  height: auto;
}

.basket__box:hover .circle__item,
.message__box:hover .circle__item,
.notification__box:hover .circle__item {
  padding: 23px;
  border: 1px solid #e0e0e0;
}

.user__box,
.basket__box,
.message__box,
.notification__box {
  position: relative;
  height: 90px;
  margin-top: 53px;
}

.user__box:hover .user__menu,
.basket__box:hover .user__menu,
.message__box:hover .user__menu,
.notification__box:hover .user__menu {
  min-height: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  top: 63px;
  left: 20px;
  padding: 20px;
  width: 158px;
  height: auto;
}

.circle__item {
  background-color: #fff;
  border: 0px solid #e0e0e0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top: none;
  padding: 0 23px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
  position: relative;
}

.circle__item::before {
  position: absolute;
  top: 27px;
  right: 30px;
  color: #b0bec5;
  font-size: 16px;
}

.circle__images {
  margin-right: 15px;
}

.circle__info-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #263238;
}

.circle__info-theme {
  font-size: 12px;
  color: #8bc34a;
}

.circle__info-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.circle__info-date {
  color: #707070;
  font-size: 10px;
}

.circle__summ {
  padding: 16px 23px 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.circle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 13px;
  padding-right: 22px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #263238;
}

.circle__btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  padding: 12px 5px;
  background-color: #8bc34a;
  text-align: center;
  width: 105px;
}

.circle__btn-chekout {
  width: 123px;
  margin-left: 6px;
  background-color: #e85647;
}

.notification__menu .circle__images,
.message__menu .circle__images {
  margin-right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.notification__menu .circle__info,
.message__menu .circle__info {
  line-height: 18px;
}

.icons-color::before {
  color: #ef6c00;
}

.header__btn-menu,
.menu__btn {
  display: none;
}

#modal {
  max-width: 730px;
  width: 100%;
  background-color: #8bc34a;
  padding: 90px 0 100px;
}

.login__title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.login__wrapper form {
  max-width: 400px;
  margin: 0 auto;
}

.login__wrapper label {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}

.login__wrapper label::before {
  position: absolute;
  font-family: 'icomoon';
  font-size: 14px;
  color: #fff;
  left: 18px;
  top: 9px;
}

.login__wrapper .login__label-name::before {
  content: '\f007';
}

.login__wrapper .login__label-pass::before {
  content: '\f023';
}

.login__wrapper input {
  height: 43px;
  margin-bottom: 9px;
  border: none;
  background-color: #76ae36;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  display: block;
  width: 100%;
}

.login__wrapper input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.login__wrapper input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.login__wrapper input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.login__wrapper input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.login__wrapper input::placeholder {
  color: #fff;
  font-size: 14px;
}

.login__wrapper button {
  margin-top: 19px;
  padding: 18px 0 16px;
  background-color: #fff;
  width: 140px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px rgba(118, 174, 54, 0.75);
          box-shadow: 0 2px 2px rgba(118, 174, 54, 0.75);
}

.lost-pass {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}

.create-acc {
  margin-top: 19px;
  padding: 15px 0 14px 28px;
  text-align: center;
  width: 245px;
  background-color: #76ae36;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.create-acc::before {
  content: '\f044';
  font-family: 'icomoon';
  position: absolute;
  top: 15px;
  left: 35px;
}

.fancybox-button svg path {
  color: #fff;
}

.search {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 533px;
}

.search.page-search {
  min-height: 230px;
}

.search.page-search .search__inner {
  padding: 55px 0 70px;
}

.search.page-search .search__inner-text {
  margin-bottom: 20px;
}

.search__inner {
  padding: 155px 0 100px;
  color: #fff;
  text-align: center;
}

.search__inner-title {
  margin-bottom: 10px;
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 72px;
}

.search__inner-text {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.search__inner-form {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}

.search__inner-form input {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(124, 178, 64, 0.75);
          box-shadow: 0 1px 10px rgba(124, 178, 64, 0.75);
  border-radius: 4px;
  height: 56px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 60px;
}

.search__inner-form input:focus {
  border: 1px solid #8bc34a;
}

.search__inner-form input::-webkit-input-placeholder {
  color: #90a4ae;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.search__inner-form input::-moz-placeholder {
  color: #90a4ae;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.search__inner-form input:-ms-input-placeholder {
  color: #90a4ae;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.search__inner-form input::-ms-input-placeholder {
  color: #90a4ae;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.search__inner-form input::placeholder {
  color: #90a4ae;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.search__inner-form button {
  position: absolute;
  background-color: transparent;
  right: 20px;
  top: 17px;
}

.products {
  padding: 110px 0;
  background-color: #f4f6f5;
}

.products__wrapper,
.product-slider__wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.products__inner-btn {
  margin-bottom: 60px;
  text-align: center;
}

.products__inner-btn button {
  padding: 12px 21px;
  background-color: #fff;
  color: #263238;
}

.products__inner-btn button + button {
  margin-left: 5px;
}

.products__inner-btn button.mixitup-control-active {
  background-color: #e74c3c;
  color: #fff;
}

.products__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products .product__item {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
  margin-left: 30px;
}

.product__item {
  max-width: 442px;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(205, 214, 222, 0.75);
          box-shadow: 0 1px 2px rgba(205, 214, 222, 0.75);
  margin-bottom: 30px;
}

.product__item-img {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}

.product__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #e7ecf2;
}

.product__item-name {
  max-width: 310px;
}

.product__item-title {
  color: #263238;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.product__item-category {
  font-size: 14px;
  color: #8bc34a;
  display: block;
}

.product__item-price {
  font-size: 20px;
  color: #263238;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.product__item-info {
  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;
  min-height: 70px;
  padding: 10px 30px;
}

.product__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 245px;
}

.product__item-author .avatar {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 14px;
}

.product__item-author span {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.product__item-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__item-star span {
  color: #263238;
  font-size: 12px;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}

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

.products__bottom-btn button {
  -webkit-box-shadow: 0 1px 3px rgba(204, 216, 228, 0.75);
          box-shadow: 0 1px 3px rgba(204, 216, 228, 0.75);
  margin: 45px 5px 0;
  background-color: #fff;
  color: #263238;
  padding: 20px 30px;
}

.products__bottom-btn button.mixitup-control-active {
  background-color: #e74c3c;
  color: #fff;
}

.product-slider {
  padding: 110px 0 120px;
}

.product-slider .slick-dots {
  text-align: center;
  margin-top: 50px;
}

.product-slider .slick-dots li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.product-slider .slick-dots li.slick-active button {
  background-color: #8bc34a;
}

.product-slider .slick-dots li button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background-color: #e8e8e8;
  font-size: 0;
  outline: none;
}

.advatages {
  background-color: #263238;
  padding: 110px 0;
}

.advatages__title {
  color: #fff;
}

.advatages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advatages__item {
  max-width: 370px;
  text-align: center;
  padding: 0 15px;
}

.advatages__item:hover .advatages__item-images {
  background-color: #8bc34a;
}

.advatages__item:hover .advatages__item-title {
  color: #8bc34a;
}

.advatages__item:hover .advatages__item-images svg {
  fill: #fff;
}

.advatages__item-images {
  width: 114px;
  height: 114px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.advatages__item-title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.advatages__item-text {
  font-size: 15px;
}

.icosvg-1 svg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icosvg-2 svg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.icosvg-3 svg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.author {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author__box {
  max-width: 650px;
  min-height: 215px;
  background-color: #8bc34a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author__title {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-right: 45px;
  max-width: 280px;
}

.author__title span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.author__link {
  font-size: 18px;
  line-height: 36px;
  padding: 14px 40px;
  background-color: #fff;
}

.tutorial {
  padding: 70px 0 120px;
}

.tutorial__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tutorial__item {
  max-width: 370px;
  width: 100%;
}

.tutorial__item-images {
  min-height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tutorial__item-title {
  background-color: #f8f8f8;
  font-size: 24px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 30px 10px;
  color: #263238;
  text-align: center;
}

.footer {
  background-color: #263238;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 80px;
}

.footer__copy {
  border-top: 1px solid #424d53;
}

.footer__copy-text {
  text-align: center;
  font-size: 15px;
  color: #919699;
  padding: 25px 0 25px;
}

.footer__col {
  max-width: 270px;
  width: 100%;
}

.footer__col-menu {
  max-width: 220px;
}

.footer__col-title {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.footer__col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 51px;
  height: 3px;
  background-color: #8bc34a;
}

.footer__col-text {
  color: #b7c3c8;
  margin-bottom: 30px;
}

.footer__info {
  margin-top: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.footer__info::before {
  position: absolute;
  left: 0;
  content: '\f041';
  font-family: 'icomoon';
  color: #8bc34a;
  font-size: 18px;
}

.footer__info-phone::before {
  content: '\f095';
}

.footer__col-list a {
  margin-bottom: 13px;
  color: #b7c3c8;
  padding-left: 22px;
  position: relative;
}

.footer__col-list a::before {
  content: '\f105';
  font-family: 'icomoon';
  font-size: 18px;
  color: #8bc34a;
  position: absolute;
  left: 0;
}

.footer__social-link {
  margin-bottom: 33px;
}

.footer__social-link li {
  display: inline-block;
}

.footer__social-link li + li {
  margin-left: 7px;
}

.footer__social-link a {
  width: 28px;
  height: 28px;
  background-image: url(../images/css_sprites.png);
}

.link-twitter {
  background-position: -28px 0;
}

.link-youtube {
  background-position: 0 -28px;
}

.link-pinterest {
  background-position: -28px -28px;
}

.link-linkedin {
  background-position: -56px 0;
}

.footer__form-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}

.footer__form {
  position: relative;
}

.footer__form input {
  border: none;
  display: block;
  width: 100%;
  background-color: #2f3c43;
  color: #fff;
  height: 40px;
  font-size: 14px;
  padding: 0 50px 0 13px;
}

.footer__form input::-webkit-input-placeholder {
  color: #697378;
}

.footer__form input::-moz-placeholder {
  color: #697378;
}

.footer__form input:-ms-input-placeholder {
  color: #697378;
}

.footer__form input::-ms-input-placeholder {
  color: #697378;
}

.footer__form input::placeholder {
  color: #697378;
}

.footer__form button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8bc34a;
  border: none;
  height: 40px;
  width: 43px;
}

.footer__form button::before {
  content: '\f124';
  font-family: 'icomoon';
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 13px;
}

.product-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 110px;
}

.product-page__aside {
  margin-right: 30px;
}

.aside__item {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 0 32px 32px;
  margin-bottom: 30px;
  width: 270px;
}

.aside__title {
  border-bottom: 1px solid #dde3e8;
  font-size: 20px;
  color: #263238;
  padding: 22px 0 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.category__list {
  padding-top: 10px;
}

.category__list li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 20px;
}

.category__list li::before {
  content: '\f105';
  font-family: 'icomoon';
  color: #8bc34a;
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}

.category__list a {
  color: #263238;
}

.category__list span {
  color: #90a4ae;
  margin-left: 10px;
}

.price-range form {
  padding-top: 20px;
}

.price-range button {
  margin-top: 55px;
  padding: 16px 10px;
  background-color: #8bc34a;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100%;
  display: block;
  border: none;
  position: relative;
}

.price-range button::before {
  content: '\f002';
  font-family: 'icomoon';
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 15px;
  left: 50px;
}

.irs-min,
.irs-max {
  display: none;
}

.irs--flat .irs-line {
  background-color: #f2f5f8;
  height: 5px;
}

.irs--flat .irs-bar {
  background-color: #263238;
  height: 5px;
}

.irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  border: 4px solid #8bc34a;
  background-color: #fff;
  border-radius: 50%;
  top: 19px;
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs-from,
.irs-to,
.irs-single {
  top: 52px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: #78909c;
  font-size: 15px;
  line-height: 1.333px;
  text-shadow: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.product-page__aside .product__item-img {
  min-height: 120px;
}

.product-page__aside .product__item {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dde3e8;
}

.product-page__aside .product__item-content {
  padding: 0;
  min-height: 75px;
  border-bottom: none;
}

.product-page__aside .product__item-info {
  padding: 0;
  min-height: 0;
}

.product-page__aside .product__item-title {
  font-size: 16px;
}

.product-page__aside .product__item-price {
  font-size: 16px;
}

.product-page__aside .product__item-starnum {
  display: none;
}

.product-page__aside .rate-star {
  margin-right: 0;
}

.product-page__aside .product__item-author .avatar {
  margin-right: 9px;
}

.product-page__aside .product__item-author span {
  padding-top: 2px;
}

.product-page__aside .jq-ry-container {
  padding: 0;
}

.aside__product-item .product__item:last-child {
  border: none;
  padding-bottom: 0;
}

.aside__product-item .product__item:first-child {
  margin-top: 25px;
}

.top-sellers__link {
  padding: 16px 10px;
  display: block;
  background-color: #8bc34a;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align: center;
}

.product-page__content {
  width: 100%;
}

.product-page__filter {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 0 20px;
  margin-bottom: 30px;
  min-height: 60px;
  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;
}

.product-page__filter button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #90a4ae;
  outline: none;
}

.product-page__filter button.active {
  color: #8bc34a;
}

.product-page__filter-sort {
  color: #707070;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button.icon-sort-amount-desc {
  font-size: 18px;
  color: #455a64;
}

button.icon-unsorted {
  font-size: 14px;
  color: #707070;
  margin-left: 5px;
}

.product-page__content .product__item {
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px);
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-left: 30px;
}

.product-page__content .product__item-img {
  min-height: 180px;
}

.product-page__content .product__item-content {
  padding: 10px 20px;
}

.product-page__content .product__item-title {
  font-size: 16px;
}

.product-page__content .product__item-info {
  min-height: 65px;
  padding: 10px 20px;
}

.product-page__content .rate-star {
  margin-top: 6px;
  margin-right: 5px;
}

.product-page__content .jq-ry-container {
  padding: 0;
}

.product-page__content .product__item-star span {
  margin-top: 6px;
}

.product-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: -30px;
}

.pagination__list li {
  display: inline-block;
}

.pagination__list li + li {
  margin-left: 6px;
}

.pagination__list a,
.pagination__list span {
  width: 43px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(205, 214, 222, 0.75);
          box-shadow: 0 1px 2px rgba(205, 214, 222, 0.75);
  font-size: 16px;
  color: #263238;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.pagination__list a.active,
.pagination__list span.active {
  background-color: #e74c3c;
  color: #fff;
}

.product__item-text {
  display: none;
}

.product__item-price span {
  display: none;
}

.product__item-list {
  display: none;
}

.product__item-list .icon-comment-o,
.product__item-list .icon-heart-o {
  display: inline-block;
  font-size: 12px;
  color: #aeb4bb;
  padding-left: 50px;
  border-left: 1px solid #aeb4bb;
  position: relative;
}

.product__item-list .icon-comment-o span,
.product__item-list .icon-heart-o span {
  color: #263238;
}

.product__item-list .icon-comment-o::before,
.product__item-list .icon-heart-o::before {
  font-size: 16px;
  color: #8bc34a;
  position: absolute;
  left: 20px;
  top: -1px;
}

.product__item-list .icon-comment-o {
  padding-right: 30px;
}

.product__item-list .icon-comment-o::before {
  top: -3px;
}

.product-page__items .product__item.list {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.product-page__items .product__item.list .product__item-img {
  float: left;
  width: 240px;
  min-height: 100%;
}

.product-page__items .product__item.list .product__item-text {
  display: block;
  font-size: 14px;
  color: #70838d;
  margin-top: 15px;
  margin-bottom: 5px;
}

.product-page__items .product__item.list .product__item-price {
  font-size: 30px;
}

.product-page__items .product__item.list .product__item-price span {
  display: block;
  color: #aeb4bb;
  font-size: 13px;
  margin-top: 30px;
}

.product-page__items .product__item.list .product__item-name {
  max-width: 480px;
}

.product-page__items .product__item.list .product__item-content {
  padding-top: 23px;
}

.product-page__items .product__item.list .product__item-list {
  display: block;
}

.product-page__items .product__item.list .product__item-star {
  margin-left: auto;
  margin-right: 30px;
}

.product-one {
  padding-bottom: 100px;
}

.product-one__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-one__content {
  margin-right: 31px;
  max-width: 870px;
}

.product-one__images-inner {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.product-one__images {
  max-width: 829px;
  width: 100%;
  height: 422px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-one__title {
  font-size: 30px;
  color: #263238;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}

.product-one__text {
  font-size: 16px;
  color: #707070;
  margin-bottom: 30px;
  margin-top: 20px;
}

.product-one__box {
  margin-top: 45px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.product-one__link a {
  padding: 16px 8px;
  width: 150px;
  color: #f4f6f5;
  font-size: 14px;
}

.product-one__link a + a {
  margin-left: 20px;
}

.link-line {
  background-color: #e74c3c;
}

.link-screenshots {
  background-color: #455a64;
}

.link-documentation {
  background-color: #8bc34a;
}

.product-one__social a {
  width: 54px;
  height: 50px;
  position: relative;
}

.product-one__social a + a {
  margin-right: 3px;
}

.product-one__social a::before {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-facebook {
  background-color: #6370b6;
}

.icon-twitter {
  background-color: #64b5f6;
}

.icon-linkedin {
  background-color: #4f71ce;
}

.icon-pinterest-p {
  background-color: #d32f2f;
}

.product-one__more-title {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #263238;
  padding: 18px 25px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  margin-bottom: 28px;
}

.product-one__tabs {
  margin-bottom: 55px;
}

.product-one__more {
  margin-top: 55px;
}

.tab_content {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  padding: 30px 30px 50px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid #d7d7d7;
}

.tabs .tab {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  color: #70838d;
  padding: 20px 0;
  cursor: pointer;
}

.tabs .tab + .tab {
  border-left: 1px solid #d7d7d7;
}

.tab-item {
  display: none;
}

.tab-item:first-child {
  display: block;
}

.tab-items__list {
  font-size: 16px;
  line-height: 36px;
  color: #707070;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.tab-items__list li {
  max-width: 270px;
  width: 100%;
}

.product-one__more-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productmini {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  max-width: 270px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(205, 214, 222, 0.75);
          box-shadow: 0 1px 2px rgba(205, 214, 222, 0.75);
}

.productmini__images {
  width: 100px;
  height: 90px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.productmini__name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #263238;
}

.productmini__theme {
  color: #8bc34a;
  font-size: 12px;
}

.productmini__price {
  color: #263238;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.price__box .jq-selectbox__select {
  height: 32px;
  padding: 0 25px 0 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-bottom-color: #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 400px;
  color: #70838d;
  text-shadow: none;
}

.price__box .jq-selectbox__trigger {
  right: -3px;
  border-left: none;
}

.price__box .jq-selectbox__trigger-arrow {
  border-top: 5px solid #8bc34a;
}

.price__product {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #e74c3c;
}

.product__price button {
  margin-bottom: 7px;
  -webkit-box-shadow: 0 1px 2px rgba(69, 90, 100, 0.75);
          box-shadow: 0 1px 2px rgba(69, 90, 100, 0.75);
  border: none;
  background-color: #8bc34a;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 17px 5px 15px;
  width: 100%;
  background-color: #546e7a;
}

.product__price button::before {
  font-weight: 400;
  font-family: 'icomoon';
  padding-right: 8px;
}

.product__price .icon-shopping-cart {
  background-color: #8bc34a;
}

.product__price .icon-heart-o {
  background-color: #42a5f5;
}

.product-author__box {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author__avatar {
  margin-right: 14px;
}

.author__name {
  font-size: 18px;
  color: #263238;
  margin-bottom: 3px;
}

.author__info-link {
  color: #707070;
  font-size: 13px;
  padding: 6px 9px 5px;
  border: 1px solid #d6d6d6;
}

.author__avatar-list li {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  position: relative;
  text-align: center;
}

.author__avatar-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
}

.author__avatar-list li + li {
  margin-left: 4px;
}

.author__avatar-list .icon-meh-o {
  background-image: url("../images/awards/awards-orange.png");
  width: 34px;
  height: 37px;
}

.author__avatar-list .icon-pagelines {
  background-image: url("../images/awards/awards-red.png");
  width: 34px;
  height: 37px;
}

.author__avatar-list .icon-flash {
  background-image: url("../images/awards/awards-blue.png");
  width: 34px;
  height: 37px;
}

.author__avatar-list .icon-foursquare {
  background-image: url("../images/awards/awards-green.png");
  width: 34px;
  height: 37px;
}

.author__avatar-list .icon-yen {
  background-image: url("../images/awards/awards-grey.png");
  width: 34px;
  height: 37px;
}

.aside__item-sales {
  padding-top: 23px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #707070;
}

.aside__item-sales span {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #263238;
  padding-right: 13px;
}

.aside__item-sales span::before {
  content: '\f07a';
  color: #a6b5bb;
  padding-right: 20px;
  font-family: 'icomoon';
}

.aside__item.sales-number {
  padding-bottom: 25px;
}

.information__line {
  font-size: 14px;
  color: #70838d;
  margin-top: 20px;
  line-height: 18px;
}

.information__line span {
  color: #263238;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.page-404__wrapper,
.about__wrapper,
.contact__wrapper {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  margin-bottom: 150px;
}

.page-404__head,
.about__head,
.contact__head {
  font-size: 24px;
  color: #444;
  padding: 23px 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #d7d7d7;
}

.page-404__inner {
  text-align: center;
  background-color: #8bc34a;
  color: #fff;
}

.page-404__404 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 300px;
  padding-top: 70px;
  line-height: 300px;
  padding-bottom: 20px;
  position: relative;
}

.page-404__404::after {
  content: '';
  background-image: url("../images/content-img/man-404.png");
  width: 150px;
  height: 292px;
  position: absolute;
  margin-left: 20px;
}

.page-404__title {
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
}

.page-404__text {
  max-width: 501px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 60px;
}

.page-404__link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 30px 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 100px;
}

.about__inner {
  padding: 0 50px;
}

.about__box h3 {
  font-size: 20px;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}

.about__box p {
  margin-bottom: 40px;
}

.contact__inner {
  padding: 35px 40px 15px;
}

.contact__head {
  padding-left: 40px;
  padding-right: 40px;
}

.contact__map {
  margin-bottom: 50px;
}

.contact__map iframe {
  width: 1090px;
  height: 415px;
  width: 100%;
}

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

.contact__info {
  margin-right: 30px;
  max-width: 330px;
  width: 100%;
}

.contact__info-item {
  margin-bottom: 30px;
}

.contact__info-title {
  padding-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #263238;
  padding-left: 40px;
}

.contact__info-title::after {
  content: '';
  width: 44px;
  height: 4px;
  background-color: #8bc34a;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.contact__info-title::before {
  color: #8bc34a;
  font-size: 24px;
  position: absolute;
  left: 0;
}

.contact__info-content {
  margin-top: 20px;
  padding-left: 40px;
  color: #707070;
  max-width: 230px;
}

.contact__form {
  width: 100%;
}

.contact__form input {
  display: block;
  height: 43px;
  padding: 0 17px;
  background-color: #f1f4f5;
  margin-bottom: 30px;
  width: 360px;
}

.contact__form input + input {
  margin-left: 25px;
}

.contact__form input::-webkit-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form input::-moz-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form input:-ms-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form input::-ms-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form input::placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form textarea {
  border: none;
  padding: 13px 17px;
  background-color: #f1f4f5;
  height: 190px;
  width: 100%;
  display: block;
  resize: none;
  margin-bottom: 23px;
}

.contact__form::-webkit-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form::-moz-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form:-ms-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form::-ms-input-placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form::placeholder {
  font-size: 15px;
  color: #7a7a7a;
}

.contact__form button {
  background-color: #8bc34a;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 20px 5px;
  width: 190px;
}

.contact__form-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #333;
}

.contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.settings {
  padding-bottom: 100px;
}

.product-one__tabs.settings__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-one__tabs.settings__tabs .tabs {
  display: block;
  max-width: 270px;
  width: 100%;
  margin-right: 30px;
  border: 1px solid #dedede;
  border-bottom: none;
  text-align: left;
  height: 100%;
}

.product-one__tabs.settings__tabs .tabs span {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  padding: 17px 17px 17px 50px;
  position: relative;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #707070;
}

.product-one__tabs.settings__tabs .tabs span::before {
  position: absolute;
  left: 24px;
  color: #444;
}

.product-one__tabs.settings__tabs .tabs span.active {
  border-bottom: 1px solid #8bc34a;
  color: #37474f;
}

.product-one__tabs.settings__tabs .tabs span.active::before {
  color: #8bc34a;
}

.product-one__tabs.settings__tabs .tabs .tab + .tab {
  border-left: none;
}

.product-one__tabs.settings__tabs .tab_content {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}

.page-box {
  background-color: #fff;
  border: 1px solid #dedede;
  min-height: 100%;
}

.page-box__title {
  border-bottom: 1px solid #dedede;
  padding: 18px 34px;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #263238;
}

.page-box__content {
  padding: 30px 35px 80px;
}

.settings__line {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settings__line label {
  width: 260px;
  color: #444;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settings__line input {
  max-width: 540px;
  width: 100%;
  height: 40px;
  color: #000;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
}

.settings__line select {
  max-width: 540px;
  width: 100%;
  height: 40px;
  color: #000;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  color: #707070;
  padding: 0 10px;
}

.settings__line .jq-selectbox__trigger {
  border-left: none;
}

.settings__line .jq-selectbox {
  max-width: 540px;
  width: 100%;
}

.settings__line .jq-selectbox__select {
  height: 40px;
  padding-top: 3px;
  background: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 1px solid #d7d7d7;
  border-bottom-color: 1px solid #d7d7d7;
  font-size: 14px;
  color: #707070;
}

.settings__line .jq-selectbox__trigger-arrow {
  top: 16px;
  border-top: 5px solid #444;
}

.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.profile__aside {
  margin-right: 30px;
  max-width: 270px;
  width: 100%;
}

.profile__aside .footer__social-link {
  margin-bottom: 30px;
}

.profile__content {
  width: 100%;
}

.prifile-status {
  color: #707070;
  border: 1px solid #d6d6d6;
  font-size: 13px;
  padding: 6px 9px 5px 30px;
  position: relative;
}

.prifile-status::before {
  position: absolute;
  content: '';
  top: 13px;
  left: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.profile-on::before {
  background-color: #8bc34a;
}

.profile-off::before {
  background-color: #e74c3c;
}

.profile__aside-btn {
  margin-bottom: 13px;
  text-align: center;
}

.profile__aside-message {
  margin-bottom: 17px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #546e7a;
  padding: 18px 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(69, 90, 100, 0.75);
          box-shadow: 0 1px 2px rgba(69, 90, 100, 0.75);
}

.profile__aside-message::before {
  content: '\f003';
  font-family: 'icomoon';
  font-size: 16px;
  position: absolute;
  top: 17px;
  left: 50px;
}

.profile__aside-following {
  margin-bottom: 17px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #8bc34a;
  padding: 18px 10px;
  -webkit-box-shadow: 0 1px 2px rgba(69, 90, 100, 0.75);
          box-shadow: 0 1px 2px rgba(69, 90, 100, 0.75);
}

.profile__banner {
  padding: 20px;
  border: 1px solid #dedede;
  background-color: #fff;
  margin-bottom: 35px;
}

.profile__banner-images {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 332px;
}

.profile__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7d7d7;
}

.profile__item {
  width: 25%;
  padding: 20px 5px 17px;
  background-color: #fff;
  text-align: center;
}

.profile__item + .profile__item {
  border-left: 1px solid #d7d7d7;
}

.profile__item-title {
  font-size: 14px;
  color: #263238;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.profile__item-content {
  color: #707070;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.profile__item-content.profile__item-sales {
  color: #263238;
}

.profile__item-content .product__item-star {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile__item-content .rate-star {
  margin-right: 0;
}

.personal-box {
  background-color: #fff;
  padding: 35px 40px 25px;
  border: 1px solid #dedede;
}

.personal-box__title {
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #263238;
  font-size: 20px;
}

.personal-box__text {
  margin-bottom: 20px;
}

.personal-box__text p {
  color: #707070;
}

.personal-box__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.personal-box__item-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #263238;
  font-size: 16px;
  font-style: italic;
}

.personal-box__item-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #263238;
}

.personal-box__item-line {
  height: 15px;
  background-color: #f4f4f4;
  border-radius: 3px;
  margin-bottom: 23px;
}

.personal-box__item-line span {
  display: block;
  border-radius: 3px;
  height: 15px;
  background-image: url("../images/line-part.jpg");
  background-repeat: repeat;
}

.settings__inner .product-one__tabs.settings__tabs .tabs span::before {
  color: #d0d0d0;
}

.settings__inner .product-one__tabs.settings__tabs .tabs span.active::before {
  color: #8bc34a;
}

.upload__inner {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  margin-bottom: 110px;
  padding-bottom: 46px;
}

.upload__inner button {
  color: #fff;
  background-color: #8bc34a;
  border: none;
  padding: 16px 36px;
  margin-left: 215px;
}

.upload__inner-title {
  padding: 16px 35px 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #263238;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}

.upload__inner-content {
  margin-bottom: 30px;
  padding-left: 45px;
  padding-right: 50px;
}

.upload-line {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload-line label {
  min-width: 175px;
  padding-right: 15px;
  color: #444;
  padding-top: 5px;
}

.upload-line label span {
  color: #8bc34a;
}

.upload-line select,
.upload-line input,
.upload-line textarea {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  height: 40px;
  background-color: #f9f9f9;
  padding: 0 18px;
}

.upload-line select::-webkit-input-placeholder,
.upload-line input::-webkit-input-placeholder,
.upload-line textarea::-webkit-input-placeholder {
  color: #707070;
}

.upload-line select::-moz-placeholder,
.upload-line input::-moz-placeholder,
.upload-line textarea::-moz-placeholder {
  color: #707070;
}

.upload-line select:-ms-input-placeholder,
.upload-line input:-ms-input-placeholder,
.upload-line textarea:-ms-input-placeholder {
  color: #707070;
}

.upload-line select::-ms-input-placeholder,
.upload-line input::-ms-input-placeholder,
.upload-line textarea::-ms-input-placeholder {
  color: #707070;
}

.upload-line select::placeholder,
.upload-line input::placeholder,
.upload-line textarea::placeholder {
  color: #707070;
}

.upload-line textarea {
  resize: none;
  height: 150px;
  padding: 8px 18px;
}

.upload-line .jq-file {
  width: 100%;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d7d7d7;
  height: 40px;
  background-color: #f9f9f9;
  padding: 0 18px;
}

.upload-line input[type="file"] {
  outline: none;
}

.upload-line .jq-file__browse {
  position: absolute;
  top: 5px;
  right: auto;
  left: 9px;
  font-size: 12px;
  line-height: 26px;
  padding: 0 12px;
  border: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  text-shadow: none;
  color: #444;
}

.upload-line .jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-bottom-color: transparent;
  border-radius: 0px;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  color: #707070;
  margin-left: 100px;
  outline: none;
}

.upload-line .jq-selectbox {
  width: 100%;
}

.upload-line .jq-selectbox__select {
  height: 40px;
  padding: 0 18px;
  border: 1px solid #d7d7d7;
  border-bottom-color: #d7d7d7;
  border-radius: 0;
  background: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  color: #707070;
  text-shadow: none;
  line-height: 40px;
}

.upload-line .jq-selectbox__trigger-arrow {
  border: none;
  position: relative;
}

.upload-line .jq-selectbox__trigger-arrow::before {
  content: '\f0d7';
  font-family: 'icomoon';
  position: absolute;
  left: 25px;
  top: -12px;
}

.upload-line .jq-selectbox__trigger {
  border-left: none;
}

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

.withdrawal__col {
  max-width: 570px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  height: 100%;
}

.withdrawal__col + .withdrawal__col {
  margin-left: 30px;
}

.withdrawal__title {
  padding: 18px 32px 24px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
  color: #263238;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.withdrawal__content {
  padding-left: 35px;
  padding-right: 40px;
}

.withdrawal__content button {
  margin-bottom: 50px;
  color: #fff;
  background-color: #8bc34a;
  border: none;
  padding: 16px 36px;
}

.withdrawal__form-line {
  margin-bottom: 25px;
}

.withdrawal__form-line label {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  color: #263238;
}

.withdrawal__form-line label span {
  color: #8bc34a;
}

.withdrawal__form-line input,
.withdrawal__form-line select {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  height: 40px;
  background-color: #f9f9f9;
  padding: 0 18px;
}

.withdrawal__form-line input::-webkit-input-placeholder,
.withdrawal__form-line select::-webkit-input-placeholder {
  color: #707070;
}

.withdrawal__form-line input::-moz-placeholder,
.withdrawal__form-line select::-moz-placeholder {
  color: #707070;
}

.withdrawal__form-line input:-ms-input-placeholder,
.withdrawal__form-line select:-ms-input-placeholder {
  color: #707070;
}

.withdrawal__form-line input::-ms-input-placeholder,
.withdrawal__form-line select::-ms-input-placeholder {
  color: #707070;
}

.withdrawal__form-line input::placeholder,
.withdrawal__form-line select::placeholder {
  color: #707070;
}

.withdrawal__form-line .jq-selectbox {
  width: 100%;
}

.withdrawal__form-line .jq-selectbox__select {
  height: 40px;
  padding: 0 18px;
  border: 1px solid #d7d7d7;
  border-bottom-color: #d7d7d7;
  border-radius: 0;
  background: #f9f9f9;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  color: #707070;
  text-shadow: none;
  line-height: 40px;
}

.withdrawal__form-line .jq-selectbox__trigger-arrow {
  border: none;
  position: relative;
}

.withdrawal__form-line .jq-selectbox__trigger-arrow::before {
  content: '\f0d7';
  font-family: 'icomoon';
  position: absolute;
  left: 25px;
  top: -12px;
}

.withdrawal__form-line .jq-selectbox__trigger {
  border-left: none;
}

.withdrawal__content-items {
  margin-bottom: 35px;
}

.withdrawal__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #444;
}

.withdrawal__content-item:nth-child(odd) {
  background-color: #f9f9f9;
}

.withdrawal__content-date {
  width: 154px;
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.withdrawal__content-emale {
  width: 180px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.withdrawal__content-price {
  width: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.withdrawal__content-status {
  width: 88px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.withdrawal__content-status.withdrawal__content-paid {
  color: #8bc34a;
}

@media (max-width: 1900px) {
  .product-slider__inner {
    text-align: center;
  }
  .product__item-category {
    text-align: left;
  }
}

@media (max-width: 1440px) {
  .product-slider__inner {
    text-align: center;
  }
  .product-slider__inner .product__item {
    max-width: 560px;
  }
}

@media (max-width: 1400px) {
  .products .product__item {
    -ms-flex-preferred-size: calc(33.3333% - 30px);
        flex-basis: calc(33.3333% - 30px);
  }
}

@media (max-width: 1225px) {
  .product-slider__inner .product__item {
    max-width: 350px;
  }
}

@media (max-width: 1200px) {
  .tutorial__item {
    padding: 0 5px;
  }
  .withdrawal__inner {
    display: block;
  }
  .withdrawal__col {
    max-width: 100%;
  }
  .withdrawal__col + .withdrawal__col {
    margin-left: 0;
    margin-top: 30px;
  }
  .withdrawal__content-item {
    max-width: 490px;
  }
  .contact__form-row {
    display: block;
  }
  .contact__form input + input {
    margin-left: 0;
  }
  .contact__form input {
    width: 100%;
  }
  .productmini {
    max-width: 47%;
  }
  .product-page__aside {
    margin-right: 0;
  }
  .product-one__inner {
    display: block;
  }
  .product-one__inner .aside__item {
    width: 100%;
  }
  .product-one__content {
    max-width: 100%;
    margin-right: 0;
  }
  .product-one__images {
    max-width: 100%;
  }
  .product-page__inner {
    display: block;
  }
  .product-page__inner .aside__item {
    width: 100%;
  }
  .top-sellers {
    display: none;
  }
}

@media (max-width: 1150px) {
  .products .product__item {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: 100%;
  }
  .product__item-img {
    min-height: 225px;
  }
  .header__text {
    display: none;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col-adress {
    margin-bottom: 30px;
    min-width: 100%;
  }
}

@media (max-width: 1020px) {
  .tutorial__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
  }
  .tutorial__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-left: 20px;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .product-one__tabs.settings__tabs {
    display: block;
  }
  .product-one__tabs.settings__tabs .tabs {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .page-404__404::after {
    width: 50px;
    height: 97px;
    background-size: cover;
  }
}

@media (max-width: 900px) {
  .advatages__inner {
    display: block;
  }
  .advatages__item {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .search__inner-title {
    font-size: 35px;
    line-height: 40px;
  }
  .product-page__content .product__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .product-page__items {
    margin-left: -20px;
  }
  .product__item.list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer__col-social {
    min-width: 100%;
    margin-top: 30px;
  }
  .footer__col-social {
    min-width: 100%;
    margin-top: 30px;
  }
  .footer__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__col-menu + .footer__col-menu {
    margin-left: 10px;
  }
  .contact__box {
    display: block;
  }
  .profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .profile__aside {
    max-width: 100%;
  }
  .profile__aside .aside__item {
    width: 100%;
  }
  .profile__aside-btn {
    max-width: 300px;
  }
}

@media (max-width: 840px) {
  .author {
    min-height: 450px;
  }
  .icon-th-list {
    display: none;
  }
  .menu__list {
    display: none;
    background-color: #263238;
    z-index: 1;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    padding-bottom: 30px;
    text-align: center;
  }
  .menu__list a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  .menu__list li {
    display: block;
  }
  .menu__list li + li {
    margin-left: 0;
  }
  .menu__list li:first-child {
    border-top: 1px solid #fff;
  }
  .menu__btn {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__btn span {
    background-color: #fff;
    height: 3px;
  }
  .menu__btn span + span {
    display: block;
    margin-top: 5px;
  }
  .upload-line {
    display: block;
  }
  .upload-line label {
    display: inline-block;
    margin-bottom: 10px;
  }
  .upload__inner button {
    margin-left: 45px;
  }
  .upload__inner-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .upload__inner-title {
    padding: 16px 10px 18px;
  }
  .product-one__box {
    display: block;
  }
  .product-one__link {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .product-slider__inner .product__item {
    max-width: 100%;
  }
}

@media (max-width: 740px) {
  .page-404__404 {
    font-size: 200px;
    line-height: 200px;
  }
  .page-404__title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .page-404__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page-404__link {
    padding: 10px 30px 8px;
  }
}

@media (max-width: 700px) {
  .products .product__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .author__box {
    display: block;
    padding: 50px 15px;
    text-align: center;
  }
  .author__title {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .tutorial__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product-page__content .product__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .products__inner-btn button {
    width: 100%;
  }
  .products__inner-btn button + button {
    margin-left: 0;
  }
  .notification__box {
    display: none;
  }
  .message__box {
    display: none;
  }
  .circle__menu {
    left: 0;
    right: auto;
  }
  .profile__banner-images {
    min-height: 245px;
  }
  .profile__items {
    display: block;
  }
  .profile__item {
    width: 100%;
  }
  .profile__item + .profile__item {
    border-top: 1px solid #dedede;
  }
  .profile__banner {
    margin-bottom: 20px;
  }
  .productmini {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .product-one__link a {
    margin-bottom: 15px;
    width: 100%;
  }
  .product-one__link a + a {
    margin-left: 0;
  }
  .product-one__images {
    height: 300px;
  }
  .tab-items__list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .page-404__inner {
    padding: 0 15px;
  }
  .page-404__404 {
    font-size: 120px;
    line-height: 120px;
  }
  .page-404__404::after {
    top: 16px;
    right: 0;
  }
  .settings__line {
    display: block;
  }
  .settings__line label {
    display: inline-block;
    margin-bottom: 5px;
  }
  .page-box__content {
    padding: 20px 10px 50px;
  }
  .page-box__title {
    padding: 18px 10px;
  }
  .contact__inner {
    padding: 35px 10px 15px;
  }
  .contact__head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    padding: 0 8px;
  }
  .contact__map iframe {
    height: 300px;
  }
  .personal-box {
    padding: 35px 10px 25px;
  }
  .product-one__tabs .tabs {
    display: block;
  }
  .product-one__tabs .tabs .tab {
    display: block;
  }
  .product-one__tabs .tabs .tab + .tab {
    border-top: 1px solid #d7d7d7;
  }
}

@media (max-width: 540px) {
  .product-slider .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .product-slider .slick-dots {
    margin-left: 2px;
    margin-right: 2px;
  }
  .footer__col {
    min-width: 100%;
  }
  .footer__col-menu + .footer__col-menu {
    margin-left: 0;
    margin-top: 30px;
  }
  .withdrawal__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .withdrawal__content-item {
    min-width: 490px;
  }
  .withdrawal__content-items {
    overflow-x: scroll;
  }
}

@media (max-width: 520px) {
  .create-acc {
    width: 100%;
  }
  .login__wrapper button {
    margin-right: 0;
    width: 100%;
  }
  .header__btn-menu {
    display: block;
  }
  .menu__list {
    top: 90px;
  }
  .header__btn-menu {
    width: 70px;
    height: 90px;
    background-color: #263238;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .header__btn-menu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
  }
  .header__box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    background-color: #fff;
    height: 90px;
    left: 100%;
    right: -100%;
    z-index: 2;
  }
  .header__box.active {
    left: 70px;
    right: 90px;
  }
  .user__menu {
    top: 59px;
  }
  .header__logo {
    margin-left: 60px;
  }
  .menu__btn {
    position: absolute;
    top: 24px;
  }
  .menu__btn span {
    background-color: #263238;
  }
  .menu__btn .circle__menu {
    top: 52px;
  }
}

@media (max-width: 495px) {
  .user__info {
    display: none;
  }
  .user__images {
    margin-right: 0;
  }
  .about__head {
    padding: 23px 10px;
  }
  .about__inner {
    padding: 0 10px;
  }
}

@media (max-width: 390px) {
  .fancybox-content {
    padding: 44px 10px;
  }
  .header__box.active {
    left: 47px;
  }
  .basket__box {
    margin-left: 0;
  }
  .menu__btn {
    left: 10px;
  }
  .product-slider .slick-dots li button {
    display: none;
  }
  .product-slider {
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  .user {
    margin-left: 0;
  }
  .basket {
    margin-right: 10px;
  }
  .header__logo {
    margin-left: 50px;
  }
  .circle__menu {
    left: -20px;
  }
}

@media (min-width: 841px) {
  .menu__list {
    display: block !important;
  }
}
