/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html {
-ms-overflow-style: scrollbar;
}
*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbalink{
    display: none;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    margin: 0;
}
body, html {
    height: 100%;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 60px;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul li,
ol li{
    list-style: none;
}
ul, ol{
    margin: 0;
    padding-left: 0;
}
button{
    font: inherit;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
.hidden {
    display: none;
}
.container{
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1470px;
}
.wrapper{
    overflow: hidden;
}
.flex-class{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.align-items-flex-end {
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.align-items-flex-start {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.text-align-left{
    text-align: left;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-flex-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.justify-content-flex-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-wrap-reverse{
    flex-wrap: wrap-reverse;
}
.no-padding-0 {
    margin-right: 0;
    margin-left: 0;
}
.no-padding-0 > .col,
.no-padding-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-10 {
    margin-right: -5px;
    margin-left: -5px;
}
.no-padding-10 > .col,
.no-padding-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}


.no-padding-15 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.no-padding-15 > .col,
.no-padding-15 > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.no-padding-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.no-padding-20 > .col,
.no-padding-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.col-five, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

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

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}
.mrb-0{
    margin-bottom: 0px;
}
.mrb-5{
    margin-bottom: 5px;
}
.mrb-10{
    margin-bottom: 10px;
}
.mrb-15{
    margin-bottom: 15px;
}
.mrb-20{
    margin-bottom: 20px;
}
.mrb-25{
    margin-bottom: 25px;
}
.mrb-30{
    margin-bottom: 30px;
}
.mrb-35{
    margin-bottom: 35px;
}
.mrb-40{
    margin-bottom: 40px;
}
.mrb-45{
    margin-bottom: 45px;
}
.mrb-50{
    margin-bottom: 50px;
}



.header {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
	z-index: 1000;
}
.main-nav {
    margin-left: 55px;
}
.list-main-nav li {
    margin-right: 40px;
}
.list-main-nav li:nth-child {
    margin-right: 0;
}
.list-main-nav li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.list-main-nav li a:hover {
    text-decoration: underline;
}
.header-right-bl {
    position: relative;
    padding-left: 65px;
}
.item-profile {
    margin-right: 17px;
}
.header-profile-block {
    
    padding: 7px 10px;
    background: #FAFAFA;
    border-radius: 50px;
    margin-left: auto;
}
.item-profile a {
    display: block;
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.item-profile a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menuToggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 103;
    margin-bottom: 0;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.menuToggle span {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #0390FF;
    font-size: 0;
    -webkit-transition: background-color 0.55s;
    -o-transition: background-color 0.55s;
    transition: background-color 0.55s;
    border-radius: 2px;
}
.menuToggle span::before, .menuToggle span::after {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #0390FF;
    content: "";
    -webkit-transition: -webkit-transform 0.55s;
    transition: -webkit-transform 0.55s;
    -o-transition: transform 0.55s;
    transition: transform 0.55s;
    border-radius: 2px;
    transition: transform 0.55s, -webkit-transform 0.55s;
}
.menuToggle span::before {
    -webkit-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
    transform: translateY(-350%);
}
.menuToggle span::after {
    -webkit-transform: translateY(350%);
    -ms-transform: translateY(350%);
    transform: translateY(350%);
}
.sec-search {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}
.form-search-bl {
    margin: 0 -5px;
}
.item-search {
    padding: 0 5px;
}
.search-wrapp {
    position: relative;
    width: 78%;
}
.search-wrapp-city {
    width: 22%;
    position: relative;
}
.open-search-city-block {
    width: 100%;
    position: absolute;
    left: 0;
    top: 72px;
    padding: 20px 15px 0 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
    display: none;
    z-index: 99;
}
.open-search-city-block.active {
    display: block;
}
.list-open-city li {
    margin-bottom: 13px;
}
.list-open-city li a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.open-search-city-bl {
    max-height: 185px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.list-open-city li a.geo {
    padding-right: 15px;
}
.list-open-city li a.geo::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 5px;
    width: 13px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/geo.svg);
}
.inp-search {
    width: 100%;
    height: 60px;
    background: #FAFAFA;
    border-radius: 50px;
    border: 0;
    outline: none;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.search-wrapp .inp-search {
    padding-right: 150px;
}


.inp-search::placeholder {
    color: #C4C4C4;
}
.knob-item-search {
    position: absolute;
    max-width: 125px;
    width: 100%;
    height: 100%;
    right: 17px;
    top: 0;
}
.knob-item-search .knob-search {
    border-right: 1px solid #F1F1F1;
    padding-right: 10px;
}
.close-search {
    width: 50px;
    height: 100%;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg);
    display: none;
}
.btn-tags {
    display: inline-block;
    width: 50px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/btn-tags.svg);
}
.btn-search {
    width: 50px;
    height: 100%;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/loop.svg);
}
.search-block {
    margin-bottom: 20px;
}
.item-search-tags-results {
    width: 100%;
    padding: 20px 20px 0 20px;
    background: #FAFAFA;
    border-radius: 30px;
    margin-bottom: 20px;
}
.item-tags {
    padding-right: 20px;
    padding-bottom: 20px;
    flex-shrink: 0;
}
.item-tags a {
    padding: 10px 20px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #A9A8A8;
    transition: color 0.4s, border-color 0.4s;
}
.item-tags a:hover {
    color: #0390FF;
    border: 1px solid #7EA4C0;
}
.item-tags a.active {
    color: #0390FF;
    border: 1px solid #7EA4C0;
}

.item-description {
    width: 100%;
    padding: 30px 65px 30px 30px;
    background: #FAFAFA;
    border-radius: 20px;
}
.open-toggle {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    cursor: pointer;
}
.open-toggle h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}
.open-toggle::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 13px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arr-bottom.svg);
    transition: all 0.4s;
    transform: translate(0, -50%);
}
.open-toggle.active::before {
   transform: rotate(180deg);
}
.open-block {
    display: none;
    margin-top: 10px;
}
.open-block.active {
    display: block;
}
.open-block p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
}
.open-block b {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.main-content {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}
.items-content-wrap-4 {
    column-count: 4;
    -webkit-column-count: 4;
}


.item-content-bl-col {
    display: inline-block;
    width: 100%;
}
.content-pic {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.items-content-wrapper {
    position: relative;
}
.preloader__filter {
    position: fixed;
    left: 50%;
    top: 0;
    max-width: 1440px;
    z-index: 10;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    transition: all .4s;
    transform: translate(-50%);
}
.preloader__filter.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.preloader__filter__img {
    background-color: #fff;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: url(../img/prelod.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.preloder__bot {
    position: absolute;
    left: 50%;
    bottom: 31px;
    z-index: 10;
    visibility: hidden;
    opacity: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 10px;
    transition: all .4s;
    transform: translate(-50%,0);
}
.preloder__bot.active {
    visibility: visible;
    opacity: 1;
}


.knob-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 35px;
    bottom: 75px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arr-top.svg);
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 99999;
}
.knob-top.active {
    display: block;
}

.card-product {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.card-product-glav-top-bl {
    margin: 0 -10px;
}
.item-card-product-glav-top {
    width: 50%;
    padding: 0 10px;
    text-align: right;
}
.item-card-product-glav-info {
    width: 50%;
    padding: 0 10px;
}
.glav-pic {
    border-radius: 25px;
    display: block;
    overflow: hidden;
    height: 100%;
}
.glav-pic img {
    max-height: 600px;
}


.card-product-glav-info-block {
    max-width: 401px;
    width: 100%;
}
.profile-card-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.profile-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-card span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-left: 20px;
}
.list-glav-info-views li {
    margin-right: 20px;
}
.list-glav-info-views li:last-child {
    margin-right: 0px;
}
.list-glav-info-views li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A9A8A8;
    padding-left: 10px;
}
.icon-views img {
    vertical-align: inherit;
}
.card-product-description {
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.card-product-description h1 {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
}
.card-product-description p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
}
.date-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
}
.item-card-product-create {
    width: 50%;
}
.item-card-product-create span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
    margin-bottom: 10px;
}
.one-create-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.one-create-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.one-create-txt b {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.one-create-txt p {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
}
.one-create-txt {
    width: 75%;
    padding-left: 10px;
}
.card-product-create {
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 20px;
}
.inp-message {
    position: relative;
    width: 100%;
    height: 40px;
    background: #FAFAFA;
    border-radius: 25px;
    border: 0;
    outline: none;
    padding-left: 15px;
    padding-right: 25px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}
.inp-message::placeholder {
    color: #C4C4C4;
}
.message {
    position: relative;
}
.btn-arr {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 13px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arr-right.svg);
    z-index: 99;
    background-color: transparent;
}
.message-block {
    margin-bottom: 10px;
}
.list-tabs-specification li {
    width: 50%;
}
.list-tabs-specification li a {
    display: block; 
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
}
.list-tabs-specification li a.active {
    padding-bottom: 8px;
    color: #000000;
    border-bottom: 1px solid #000000;
}
ul.list-tabs-specification {
    margin-bottom: 15px;
}
.tabs-content-block {
    width: 100%;
}
.icon-dosk {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
}
.icon-dosk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dosk-txt-block {
    width: 75%;
    padding-left: 15px;
}
.dosk_txt_wrapp {
    position: relative;
    height: 17px;
}
ul.list-dosk {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    height: auto;
    max-height: 185px;
}
.dosk_txt_wrapp b {
    width: 100%;
    height: 17px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dosk-txt-block b {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.dosk-txt-block p {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
}
.list-dosk li {
    margin-bottom: 15px;
    width: 50%;
    padding: 0 5px;
}
.list-dosk li a {
    width: 100%;
}
.load-more {
    width: 100%;
    padding: 10px 10px;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    transition: color 0.4s, border 0.4s;
}
.load-more:hover {
    color: #000;
    border: 1px solid #000;
}
.list-comment li a {
    width: 100%;
}
.list-comment li {
    margin-bottom: 15px;
}
.list-comment-txt b {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.list-comment-txt p {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.list-comment-txt {
    width: 87%;
    padding-left: 10px;
}
.tabs-content {
    display: none;
}
#tabs-specification1 {
    display: block;
}
.list-dosk, .list-comment {
    max-height: 280px;
    overflow-y: auto;
}
.nothing-found-bl p {
    padding-left: 10px;
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.nothing-found-bl {
    justify-content: center;
}
.nothing-found {
    display: none;
}
.glav-pic-block {
    position: relative;
    display: inline-block;
}
.glav-pic-menu-block {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 300px;
    transform: translate(-50%, 0);
    opacity: 0;
}
.glav-pic-menu {
    max-width: 158px;
    width: 100%;
    height: 34px;
    margin: 0 auto;
}
.share-btn {
    padding: 10px 0px 10px 22px;
    background: #FAFAFA;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 34px;
}
.setting-btn {
    padding: 10px 0px 10px 15px;
    background: #FAFAFA;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 34px;
}
.knob-like {
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translate(-50%, 0);
}
.like-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #FF0953;
    border-radius: 50%;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.like-btn.active svg path {
    fill: transparent;
}
.like-btn.active {
    background-image: url('../img/i-like-w.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.hidden-menu {
    position: absolute;
    width: 300px;
    min-height: 155px;
    padding: 20px 10px 10px 10px;
    left: 50%;
    bottom: 75px;
    transform: translate(-50%, 0);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
    display: none;
}
.hidden-menu.active {
    display: block;
}
.list-hidden-menu-tabs li {
    width: 50%;
}
.list-hidden-menu-tabs li a {
    display: block;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
}
.list-hidden-menu-tabs li a.active {
    color: #000;
    border-bottom: 1px solid #000000;
}
ul.list-hidden-menu-tabs {
    margin-bottom: 15px;
}
.inp-hidden-dosk {
    width: 100%;
    height: 40px;
    outline: none;
    padding-left: 10px;
    border: 0;
    background: #FAFAFA;
    border-radius: 25px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}
.inp-hidden-dosk::placeholder {
    color: #C4C4C4;
}
.board-txt {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.group__ls_avail_filt_checkbox {
    flex-shrink: 0;
    display: flex;
}
.checkbox__switch {
    display: inline-block;
    position: relative;
}
.checkbox__switch_input {
    display: none;
}
.checkbox__switch_input + span {
    background-color: #FAFAFA;
    border-radius: 50px;
    width: 50px;
    height: 25px;
    display: block;
    cursor: pointer;
    transition: all 0.2s;
}
.checkbox__switch_input + span::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #0390FF;
    transition: all 0.2s;
}
.checkbox__switch_input:checked + span {
    background-color: #0390FF;
}
.checkbox__switch_input:checked + span::before {
    left: 25px;
    background-color: #fff;
}

.board-block {
    margin-top: 10px;
    margin-bottom: 15px;
}
.knob-form-hidden {
    width: 48%;
    text-align: center;
}
.button.btn-dosk {
    width: 100%;
    padding: 11px 13px;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    border-radius: 25px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
}
.button.btn-dosk:hover {
    background: #FF0953;
    border: 1px solid #FF0953;
    color: #fff;
}
.btn-cancel-dosk {
    display: inline-block;
    width: 100%;
    padding: 11px 13px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
    transition: all 0.4s;
}
.btn-cancel-dosk:hover {
    color: #000;
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
}
.hidden-menu-tabs-content {
    display: none;
}
#hidden-menu-tabs-content1 {
    display: block;
}
.list-hidden-menu-dosk {
    height: 170px;
    overflow-y: scroll;
}
.list-hidden-menu-dosk li {
    margin-bottom: 10px;
}
.list-hidden-menu-dosk .dosk-txt-block b {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}
.hidden-menu-dosk-block {
    margin-top: 15px;
}
.nothing-found-hidden-menu {
     display: none; 
    margin-top: 15px;
}
.hidden-menu-bl {
    display: none;
}
.hidden-menu-bl.active {
    display: block;
}
.complain-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}
.knob-complain-block {
    margin-top: 15px;
}
.hidden-complain-bl {
    display: none;
}
.hidden-complain-bl.active {
    display: block;
}
.hidden-forward-bl {
    max-width: 142px;
    width: 100%;
    margin: 40px auto;
    display: none;
}
.hidden-forward-bl.active {
    display: block;
}
.hidden-dop {
    position: absolute;
    width: 300px;
    min-height: 55px;
    padding: 10px 30px 10px 30px;
    left: 50%;
    bottom: 75px;
    transform: translate(-50%, 0);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 25px;
    flex-direction: column;
    justify-content: center;
    display: none;
}
.hidden-dop.active {
    display: flex;
}
.list-hidden-share li a {
    display: block;
}
.list-hidden-share li a img {
    vertical-align: middle;
}
.hidden-share-bl {
    display: none;
}
.hidden-share-bl.active {
    display: block;
}
.list-hidden-nav li a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
ul.list-hidden-nav {
    justify-content: space-around;
}
.hidden-nav-bl {
    display: none;
}
.hidden-nav-bl.active {
    display: block;
}
.glav-pic-block:hover .glav-pic-menu-block {
    opacity: 1;
}
.item-card-product-glav-top .header-card-product-glav-info {
    display: none;
}
.pop-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: #fff;
    z-index: 9999;
}
.close-pop {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/close-pop.svg);
    border-radius: 50%;
    cursor: pointer;
}
.card-product-glav-top {
    position: relative;
}
.arrow {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transform: translate(0, -50%);
}
.arr-prev {
    left: 0;
    background-image: url('../img/arr-prev.svg');
}
.arr-next {
    right: 0;
    background-image: url('../img/arr-next.svg');
}
.glav-pic-block {
    position: relative;
}
.item-content-pic a {
    position: relative;
    display: block;
}
.hidden.hidden-pop {
    display: block;
}
.grid-item {
    margin-bottom: 20px;
}
.swiper-slide, .swiper-wrapper {
    width: auto;
    height: auto;
    flex-shrink: 1;
}

.arrow-deskt.active{
    display: block;
}
.open-toggle.open-arr-del::before {
    display: none;
}
ul.list-glav-info-views {
    align-items: flex-start;
}

.blog {
    padding-top: 20px;
    padding-bottom: 20px;
}
.item__blog b {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.item__blog p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.item__blog {
    position: relative;
    padding-left: 220px;
    min-height: 200px;
}
.icon_blog {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
}
.blog-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.error {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.error_block {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.item_error b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.405em;
    text-transform: uppercase;
    color: #000000;
}
.item_error {
    margin-bottom: 45px;
}
.error_gohome a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #0390FF;
}
.error_gohome a:hover {
    text-decoration: underline;
}
.error_maybe_block p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.error_maybe_block a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #0390FF;
}
.error_maybe_block a:hover {
    text-decoration: underline;
}
.error_options_block {
    margin: 22px 0;
    position: relative;
}
.error_options_block b {
    display: block;
    width: 38px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    position: relative;
    z-index: 3;
    background-color: #fff;
    margin: 0 auto;
}
.error_options_block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

.blog_details {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.h2_title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.item_blog_details_txt p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;
}
.item_blog_details_txt ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.item_blog_details_txt ul li {
    list-style: disc;
    margin-bottom: 15px;
}
.item_blog_details_txt b {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;
}
.item_blog_details_txt a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.open-block ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.open-block ul li {
    list-style: disc;
    margin-bottom: 15px;
}
.open-block a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}


.item_blog_details_txt h1 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.icon_slider_blog_details {
    width: 100%;
    height: 400px;
}
.icon_slider_blog_details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.icon_gallery_thumbs {
    width: 100%;
    height: 120px;
}
.icon_gallery_thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    z-index: 10;
    cursor: pointer;
    background-size: 8px 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.swiper-button-next {
    background-image: url('../img/slide_right.svg');
    right: 20px;
}
.swiper-button-prev {
    background-image: url(../img/slide_left.svg);
    left: 20px;
}
.swiper-wrapper-all,
.swiper-slide-all {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}
.gallery-top {
    margin-bottom: 10px;
}
.gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.blog_details_bl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.item_blog_details_bl {
    width: 59.5%;
    padding: 0 10px;
}
.item_blog_details_slider_bl {
    width: 40.5%;
    padding: 0 10px;
}
.h2_title_blog_mob {
    display: none;
}

.authorization_category {
    padding-top: 20px;
    padding-bottom: 20px;
}
.item_authorization_category_txt b {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 5px;
}
.item_authorization_category_txt p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #A9A8A8;
}
.item_authorization_category a {
    display: block;
}
.icon_authorization_category {
    position: relative;
    padding-top: 65%;
}
.icon_authorization_category_bl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.icon_pictures_displ {
    width: 60%;
}
.icon_authorization_category_bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}
.icon_pictures_displ1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.icon_pictures_displ2 {
    position: absolute;
    left: 8%;
    top: 0;
    z-index: 9;
}
.icon_pictures_displ3 {
    position: absolute;
    left: 16%;
    top: 0;
    z-index: 8;
}
.icon_pictures_displ4 {
    position: absolute;
    left: 24%;
    top: 0;
    z-index: 7;
}
.icon_pictures_displ5 {
    position: absolute;
    left: 32%;
    top: 0;
    z-index: 6;
}
.icon_pictures_displ6 {
    position: absolute;
    left: 40%;
    top: 0;
    z-index: 5;
}
.icon_pictures_displ_second {
    width: 94%;
}
.icon_pictures_displ_second1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.icon_pictures_displ_second2 {
    position: absolute;
    left: 8%;
    top: 0;
    z-index: 9;
}
.three_icon_pictures_displ {
     width: 100%;
}










.hidden_authorization_block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 60px 30px 30px 30px;
    width: 345px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    z-index: 9999999;
    overflow: hidden;
}
.hidden_authorization_block.active {
    display: block;
}
.close_btn {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 16px;
    height: 16px;
    background-image: url(../img/close-pop.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.list_hidden_authorization li {
    width: 50%;
}
.list_hidden_authorization li a {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
    transition: all 0.4s;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.list_hidden_authorization li a.active {
    border-bottom: 1px solid #000;
    color: #000;
}
ul.list_hidden_authorization {
    margin-bottom: 28px;
}
.tab_login.active {
    display: block;
}
.tabs_hidden_authorization_content b {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    margin-bottom: 15px;
}
.list_authorization_login {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 15px auto;
    justify-content: center;
}
.list_authorization_login a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
}
.list_authorization_login li {
    margin-right: 20px;
}
.list_authorization_login li:last-child {
    margin-right: 0px;
}
.choice_authorization_login {
    margin: 20px 0;
    position: relative;
}
.choice_authorization_login::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 7px;
    width: 200%;
    height: 1px;
    background-color: #E5E5E5;
    transform: translate(-50%, 0px);
}
.choice_authorization_login b {
    display: block;
    width: 38px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    position: relative;
    z-index: 3;
    background-color: #fff;
    margin: 0 auto;
}

.form_login input {
    width: 100%;
    height: 40px;
    background: #FAFAFA;
    border-radius: 25px;
    padding-left: 10px;
    border: none;
    color: #000;
    outline: none;
    transition: all 0.4s;
    border: 1px solid transparent;
}
.form_login input:focus {
    border: 1px solid #0390FF;
}
.form_login input::placeholder {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
}
.inp_form_login {
   margin-bottom: 10px;
}
.pass_loss a {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    transition: all 0.4s;
}
.pass_loss a:hover {
    text-decoration: underline;
    color: #000;
}
.pass_loss {
    margin-bottom: 15px;
}
.btn_login {
    width: 100%;
    padding: 10px 25px;
    background: #0390FF;
    border-radius: 50px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.4s;
    outline: none;
}
.btn_login:hover {
    background: #1262a2;
}
.tab_login {
    display: none;
}
.reg_type_hidden_authorization b {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.reg_type {
    position: relative;
    width: 95px;
    padding: 12px 0;
    cursor: pointer;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    border: 1px solid #E5E5E5;
    transition: all 0.4s;
}
.reg_type.reg_type1::before,
.reg_type.reg_type2::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: calc(100% + 2px);
    background-color: #E5E5E5;
    transform: translate(0px, -50%);
}
.reg_type.reg_type2::after,
.reg_type.reg_type3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
}
.reg_type.reg_type1.active::before,
.reg_type.reg_type2.active::before {
    z-index: 2;
    background-color: #0390FF;
}
.reg_type.reg_type1.active::before {
    background-color: #0390FF;
}
.reg_type.reg_type2.active::after, 
.reg_type.reg_type3.active::after {
    background-color: #0390FF;
}
.reg_type.reg_type1 {
    border-radius: 50px 0px 0px 50px;
    border-right: 0;
}
.reg_type.reg_type2 {
    border-right: 0;
    border-left: 0;
}
.reg_type.reg_type3 {
    border-radius: 0px 50px 50px 0px;
}
.reg_type.reg_type3 {
    border-radius: 0px 50px 50px 0px;
    border-left: 0;
}



.reg_type.reg_type2 {
    border-right: 0;
    border-left: 0;
}
.reg_type.active {
    color: #000;
    border-color: #0390FF;
}
.reg_type.reg_type1.active {
    border: 1px solid #0390FF;
    border-right: 0;
}
.reg_type.reg_type1 {
    border-radius: 25px 0px 0px 25px;
}
.reg_type.reg_type3.active {
    border: 1px solid #0390FF;
    border-left: 0;
}
.reg_type.reg_type3 {
    border-radius: 0px 25px 25px 0px;
}
.reg_type_block {
    margin-bottom: 28px;
}



.hidden_authorization_profile {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 30px 30px 30px;
    width: 345px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    z-index: 999;
    overflow: hidden;
}
.hidden_authorization_profile.active {
    display: block;
}
.icon_hidden_authorization_profile {
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    overflow: hidden;
}
.icon_hidden_authorization_profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name_hidden_authorization_profile {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.list_hidden_authorization_profile li a {
    position: relative;
    padding: 15px 0;
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
.list_hidden_authorization_profile li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200%;
    height: 1px;
    background-color: #F1F1F1;
    transform: translate(-50%, 0);
}
.list_hidden_authorization_profile li:first-child a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 200%;
    height: 1px;
    background-color: #F1F1F1;
    transform: translate(-50%, 0);
}
.list_hidden_authorization_profile li a:hover {
    text-decoration: underline;
}
.close_hidden_authorization_profile a {
    display: inline-block;
    padding: 9px 34px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    border-radius: 50px;
}
.close_hidden_authorization_profile a:hover {
    color: #fff;
    background: #FF0953;
    border: 1px solid transparent;
}
.close_hidden_authorization_profile {
    margin-top: 15px;
    text-align: center;
}
.logo_autoriz {
    display: none;
}


.prof_setting {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.prof_setting_block {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
.h2_title_proff {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.mini_title_proff {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.prof_setting_avatar_block {
    margin-bottom: 20px;
}
.mini_title_proff span {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    margin: 0 15px;
}
.mini_title_proff::before {
    display: block;
    flex-grow: 1;
    content: '';
    height: 1px;
    background-color: #E5E5E5;
}
.mini_title_proff::after {
    display: block;
    flex-grow: 1;
    content: '';
    height: 1px;
    background-color: #E5E5E5;
}
.icon_prof_setting_avatar {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.icon_prof_setting_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prof_setting_avatar_bl a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #0390FF;
    margin-left: 20px;
}
.prof_setting_avatar_bl a:hover {
    text-decoration: underline;
}
.prof_setting_avatar_bl {
    justify-content: center;
}
.reg_group_setting {
    position: relative;
    width: 33.333%;
    padding: 19px 0;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
    border: 2px solid #E5E5E5;
}
.reg_group_setting.reg_group_setting1::before, 
.reg_group_setting.reg_group_setting2::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 2px;
    height: calc(100% + 4px);
    background-color: #E5E5E5;
    transform: translate(0px, -50%);
}
.reg_group_setting.reg_group_setting2::after,
.reg_group_setting.reg_group_setting3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #E5E5E5;
}
.reg_group_setting.reg_group_setting1.active::before,
.reg_group_setting.reg_group_setting2.active::before{
    z-index: 2;
}
.reg_group_setting.reg_group_setting1.active::before {
    background-color: #0390FF;
}
.reg_group_setting.reg_group_setting2.active::before {
    background-color: #0390FF;
}
.reg_group_setting.reg_group_setting2.active::after {
    background-color: #0390FF;
}
.reg_group_setting.reg_group_setting3.active::after {
    background-color: #0390FF;
}


.reg_group_setting.reg_group_setting2 {
    border-right: 0;
    border-left: 0;
}
.reg_group_setting.reg_group_setting3 {
    border-radius: 0px 50px 50px 0px;
    border-left: 0;
}
.reg_group_setting.active {
    color: #000;
    border-color: #0390FF;
}
.reg_group_setting.reg_group_setting1 {
    border-radius: 50px 0px 0px 50px;
    border-right: 0;
}
.reg_group_setting.reg_group_setting1.active {
    border: 2px solid #0390FF;
    border-right: 0;
}
.reg_group_setting.reg_group_setting3 {
    border-radius: 0px 50px 50px 0px;
}
.list_group_setting {
    margin-bottom: 20px;
}
.form_prof_bl {
    margin: 0 -10px;
}
.inp_form_prof_bl {
    position: relative;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.inp_form_prof {
    width: 100%;
    height: 69px;
    outline: none;
    padding-left: 17px;
    background: #FAFAFA;
    border-radius: 50px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.4s;
}
.inp_form_prof::placeholder {
    color: #C4C4C4;
}
.inp_form_prof:focus {
   border: 1px solid #0390FF;
}
.btn_form {
    width: 100%;
    outline: none;
    padding: 20px 29px;
    background: #0390FF;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.4s;
}
.btn_form:hover {
    background: #1262a2;
}
.btn_form_prof {
    margin-top: 20px;
}
.form_prof_user {
    display: none;
}
.form_prof_user.active {
    display: block;
}
.inp_form_prof_bl100 {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.textr_form_prof {
    width: 100%;
    height: 140px;
    outline: none;
    padding-left: 17px;
    padding-top: 25px;
    background: #FAFAFA;
    border-radius: 25px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.4s;
    resize: none;
}
.textr_form_prof::placeholder {
    color: #C4C4C4;
}
.textr_form_prof:focus {
   border: 1px solid #0390FF;
}
.form_prof_txt {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0;
}
.inp_dropping_form_prof {
    position: relative;
}
.inp_dropping_form_prof::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 6px;
    width: 16px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arr_down.svg);
}
.hidden_form_prof_user {
    display: none;
}
.hidden_form_prof_user.active {
    display: block;
}
.close_salon a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #0390FF;
}
.close_salon a:hover {
    text-decoration: underline;
}
.icon_salon {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.icon_salon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.salon_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-left: 10px;
}
.salon_form_prof_bl {
    justify-content: space-between;
}
.secret_say {
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 69px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    transition: all 0.4s;
}
.secret_say b {
    background: #fff;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FF0953;
}
.btn_update {
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/i_btn_upd.svg');
}
.add_form_prof {
    width: 100%;
    padding: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    box-sizing: border-box;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s;
}
.add_form_prof:hover {
    color: #fff;
    background: #FF0953;
    border: 1px solid transparent;
}
.addres_salon_block {
    width: 100%;
}
.salon_name span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
}
.items-content-wrapper h1 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.ribbon_hidden_block {
    text-align: center;
}
.ribbon_hidden_block p {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0;
    margin-left: 10px;
}
.ribbon_hidden_block b {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ribbon-nothing-found-bl {
    justify-content: center;
}
.knob_ribbon {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
}
.add_ribbon {
    width: 100%;
    padding: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    box-sizing: border-box;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s;
}
.add_ribbon:hover {
    color: #fff;
    background: #FF0953;
    border: 1px solid transparent;
}

.users_details {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.users_details_block {
    position: relative;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    background: #FAFAFA;
    border-radius: 25px;
    padding: 30px 30px;
}
.icon_users_details {
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.icon_users_details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.users_details_bl {
    margin: 0 -10px;
}
.users_details_col {
    width: 30%;
    padding: 0 10px;
}
.users_details_glav_col {
    width: 70%;
    padding: 0 10px;
}
.users_details_txt_block h3 {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.follow_users_details b,
.sub_users_details b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A9A8A8;
    margin-bottom: 10px;
}
.follow_users_details p,
.sub_users_details p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}
.list_users_details li {
    margin-right: 40px;
}
.btn_sub {
    display: inline-block;
    position: relative;
    padding: 10px 40px 10px 20px;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    border-radius: 50px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
    z-index: 30;
}
.btn_sub::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 13px;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_plus.svg);
}
.btn_sub.active {
    background: #FF0953;
    border: 1px solid transparent;
    color: #fff;
}
.btn_sub.active::before {
    content: '';
    position: absolute;
    right: 19px;
    top: 18px;
    width: 12px;
    height: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_minus.svg);
}
ul.list_users_details {
    margin-bottom: 20px;
}
.btn_sub:hover {
    background: #FF0953;
    border: 1px solid transparent;
    color: #fff;
}
.btn_sub:hover::before {
    background-image: url(../img/i_plus_hover.svg);
}
.dop_knob_users_details {
    position: absolute;
    right: 30px;
    bottom: 37px;
    max-width: 72px;
    width: 100%;
    justify-content: flex-end;
}
.knob_setting {
    margin-left: 25px;
}
.btn_share {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_share.svg);
}
.btn_setting {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_setting.svg);
}
.big_board_block {

}
.user_big_board_block {
    margin-bottom: 40px;
}
.icon_user_big_board {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.icon_user_big_board img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name_user_big_board {
    margin-left: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.big_board_glav_block {
    position: relative;
    margin-bottom: 40px;
    margin-right: 40px;
}
.big_board_block h2  {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0;
}
.big_board_glav_menu {
    position: relative;
    max-width: 345px;
    width: 100%;
}
.big_board_glav_menu_bl {
    position: relative;
    max-width: 72px;
    width: 100%;
    z-index: 33;
    margin-left: auto;
    justify-content: space-between;
}
.big_board_glav_menu_bl a {
    display: block;
    width: ;
}
.big_board_glav_menu_bl a svg {
    display: block;
    height: 20px;
}
.big_board_glav_bl {
    justify-content: space-between;
}
.hidden_big_board_menu_block {
    position: absolute;
    right: -40px;
    top: -30px;
    width: 345px;
    padding: 30px 30px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    display: none;
    z-index: 32;
}
.hidden_big_board_menu_block.active {
    display: block;
}
.list_big_board_setting li {
     margin-bottom: 15px;
}
.list_big_board_setting li:last-child {
     margin-bottom: 0px;
}
.list_big_board_setting li a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.list_big_board_setting li a:hover {
    text-decoration: underline;
}
.hidden_big_board_setting {
    display: none;
}
.hidden_big_board_setting.active {
    display: block;
}
.big_board_glav_menu_bl a.active svg path,
.big_board_glav_menu_bl a.active svg circle {
    fill: #FF0953;
}
.hidden_big_board_share {
    padding-right: 86px;
}
ul.list_hidden_big_board_share {
    max-width: 145px;
    width: 100%;
    justify-content: space-between;
}
ul.list_hidden_big_board_share li a img {
    vertical-align: middle;
}
.hidden_big_board_share {
    display: none;
}
.hidden_big_board_share.active {
    display: block;
}
.form_big_board b {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.hidden_rename_board {
    padding-top: 50px;
}
.form_big_board input {
    margin-bottom: 15px;
}
.txt_hidden_board_check {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.form_rename_board .board-bl {
    margin-bottom: 15px;
}
.hidden_rename_board {
    display: none;
}
.hidden_rename_board.active {
    display: block;
}
.hidden_delete_board {
    padding-top: 50px;
    display: none;
}
.hidden_delete_board.active {
    display: block;
}
.hidden_complain_board {
    padding-top: 50px;
    display: none;
}
.hidden_complain_board.active {
    display: block;
}
.hidden_forward {
    display: none;
    padding-top: 60px;
    padding-bottom: 30px;
}
.hidden_forward.active {
    display: block;
}
.btn_forward {
    max-width: 135px;
    margin: 0 auto;
    display: block;
}


.master {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.master_bl {
    margin: 0 -10px;
}
.item_master_col {
    width: 75%;
    padding: 0 10px;
}
.item_master_comment_col {
    width: 25%;
    padding: 0 10px;
}
.item_master_block {
    position: relative;
    background: #FAFAFA;
    border-radius: 25px;
    padding: 30px;
}
.icon_item_master {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    margin: 0 auto;
}
.icon_item_master img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name_item_master h1 {
    margin: 0;
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.loc_master {
    position: relative;
    padding-left: 35px;;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.loc_master::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/loc.svg);
}
.header_item_master_bl {
    margin-bottom: 20px;
}
.item_dop_col {
    width: 31%;
}
.knob_sub {
    text-align: center;
}
.item_dop_big_col {
    width: 45%;
}
.info_item_master_followers span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
    margin-bottom: 12px;
}
.info_item_master_followers b {
    display: block;;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.info_item_master_worksalon span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
    margin-bottom: 12px;
}
.icon_master_worksalon {
   width: 30px;
   height: 30px;
   background: #FFFFFF;
   border: 1px solid #E5E5E5;
   border-radius: 50%;
   overflow: hidden;
}
.icon_master_worksalon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.master_worksalon_txt b {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 2px;
}
.master_worksalon_txt p {
    margin: 0;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #A9A8A8;
}
.master_worksalon_txt {
    margin-left: 10px;
}
.info_item_master_followers {
    margin-right: 40px;
}
.item_dop_last_col {
    width: 24%;
}
.list_master_soc {
    justify-content: flex-end;
}
.list_master_soc li {
    margin-right: 20px;
}
.list_master_soc li:last-child {
    margin-right: 0px;
}
.list_master_soc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
}

.master_phone {
    position: absolute;
    right: 30px;
    top: 85px;
}
.master_phone a {
    display: block;
    position: relative;
    padding-left: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.master_phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_phone.svg);
}
.master_knob {
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 72px;
    width: 100%;
    justify-content: flex-end;
    z-index: 33;
}
.master_info_txt_salon_block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
}
.item_master_info_txt_salon {
    width: 70%;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.list_master_tags li {
    margin-left: 10px;
    margin-bottom: 10px;
}
.list_master_tags li a {
    display: inline-block;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 8px;
}
.master_tags {
    width: 30%;
}
ul.list_master_tags {
    justify-content: flex-end;
}
.master_comment {
    height: 100%;
    position: relative;
}
form.form_master_comment {
    margin-bottom: 20px;
}
.list_comment_master {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: auto;
}
.master_phone_mob {
    display: none;
}
.master_comment_mob {
    display: none;
}
.knob_mobile_uncover a {
    position: relative;
    display: inline-block;
    padding-right: 9px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #0390FF;
}
.icon_arrow_b {
    width: 13px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_arrow_b.svg);
    transition: all 0.4s;
}
.knob_mobile_uncover {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.knob_mobile_uncover.active .icon_arrow_b {
    transform: rotate(180deg);
}
.knob_mobile_uncover {
    display: none;
}
.list_comment_master li {
    margin-bottom: 10px;
}
.mini_title_salon_masters {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.mini_title_salon_masters::before {
    display: block;
    flex-grow: 1;
    content: '';
    height: 1px;
    background-color: #E5E5E5;
}
.mini_title_salon_masters::after {
    display: block;
    flex-grow: 1;
    content: '';
    height: 1px;
    background-color: #E5E5E5;
}
.mini_title_salon_masters span {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
    margin: 0 15px;
}
.list_salon_masters li {
    width: 33.333%;
    margin-bottom: 10px;
    padding: 0 10px;
}
ul.list_salon_masters {
    margin: 0 -10px;
}
.icno_salon_masters {
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
    border-radius: 50%;
}
.icno_salon_masters img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_salon_masters_txt b {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
ul.item_salon_masters_contacts {
    margin: 0 -10px;
}
.item_salon_masters_contacts li {
    width: 33.3333%;
    margin-bottom: 10px;
    padding: 0 10px;
}
.map_salon_masters_contacts {
    max-width: 285px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.adress_salon_masters_contacts {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
}
.phone_salon_masters_contacts {
    margin-bottom: 10px;
}
.phone_salon_masters_contacts a {
    position: relative;
    padding-left: 27px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.phone_salon_masters_contacts a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/i_phone.svg);
}
.map_mobile_salon_masters {
    display: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F1F1F1;
}
.map_salon_masters_contacts {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.map_salon_masters_contacts img {
    width: 100%;
    object-fit: cover;
}
.list_salon_masters_mobile li {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inp_form_prof_bl .open-search-city-bl {
    max-height: 170px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.reg_group_setting.reg_group_setting1 {
    border-radius: 50px 0px 0px 50px;
    border-right: 0;
}
.glav_desk_bl {
    margin: 0 -10px;
}
.glav_desk_setting_col {
    width: 50%;
    padding: 15px 10px;
}
.glav_desk_search_col {
    width: 50%;
    padding: 15px 10px;
}
.search_wrapp_glav_desk {
    position: relative;
}
.glav_desk_block {
    margin-bottom: 20px;
}
.glav_desk_setting_block .reg_group_setting {
    width: 50%;
}
.glav_desk_map_block {
    position: relative;
    max-width: 1440px;
    width: 100%;
    height: 550px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.item_glav_content {
    background: #FAFAFA;
    border-radius: 20px;
}
.icon_item_glav_content_bl {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.icon_item_glav_content {
    width: 62%;
    height: 216px;
}
.icon_item_glav_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon_item_glav_content_mini {
    width: 100%;
    height: 108px;
}
.icon_item_glav_content_second {
   width: 38%;
}
.item_glav_content_txt_block {
    position: relative;
    padding: 40px 20px 20px 20px;
    background: #FAFAFA;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
}
.icon_item_glav_master_worksalon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.icon_item_glav_master_worksalon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.master_worksalon_txt {
    width: 75%;
    margin-left: 10px;
}
.master_worksalon_namer {
    position: relative;
    height: 16px;
}
.master_worksalon_namer b {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 2px;
    width: 100%;
    height: 17px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.master_worksalon_txt p {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A9A8A8;
}
.item_glav_content_adrees_block {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
}
.mini_title_item_glav_content {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.mini_title_item_glav_content span {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
    margin-right: 15px;
}
.mini_title_item_glav_content::after {
    display: block;
    flex-grow: 1;
    content: '';
    height: 1px;
    background-color: #E5E5E5;
}
.item_glav_content_adrees_block p {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
}
.glav_content_phone {
    position: relative;
    padding-left: 50px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.glav_content_phone::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/i_phone.svg');
}
.item_glav_content_phone_block {
    margin-right: -20px;
    margin-top: 20px;
}
.mobile_bottom_menu {
    display: none;
    padding: 8px 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    z-index: 999;
}
.list_mobile_bottom_menu li a {
    display: block;
    text-align: center;
}
.list_mobile_bottom_menu li a span {
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.list_mobile_bottom_menu li a.knob_add {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #7EA4C0;
    margin: 0 auto;
}
a.knob_add img {
    width: 17.33px;
    height: 17.33px;
}


.add_big_block h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
}
.add_big_all_block {
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 0 50px 0;
    overflow-x: auto;
    padding-bottom: 10px;
}
.add_big_bl {
    width: 100%;
    display: flex;
    margin: 0 -10px;
    flex-wrap: nowrap;
}
.add_big_col {
    width: 12.66%;
    padding: 0 10px;
    flex-shrink: 0;
}
.add_tatoo_knob_wrapp_col {
    width: 23.96%;
    padding: 0 10px;
}
.icon_add_big.fail_add .add_fail {
    display: flex;
}
.add_fail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(255, 9, 83, 0.05);
    border-radius: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon_add_big {
    width: 162.5px;
    height: 162.5px;
}
.txt_add_fail {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.icon_addfail {
    width: 21px;
    height: 21px;
    margin: 0 auto 15px auto;
}
.add_pic_big_block {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 50px 50px;
}
.add_big_wrapp_block {
    display: flex;
    flex-wrap: wrap;
}
.add_pic_big_bl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.add_txt_big_block b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 6px;
}
.add_txt_big_block span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A9A8A8;
}
.icon_plus_add {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #E5E5E5;
}
.add_txt_big_block {
    position: relative;
    padding-left: 50px;
    margin-right: 50px;
}
.add_btn {
    display: inline-block;
    padding: 11px 32px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    box-sizing: border-box;
    border-radius: 25px;
    transition: all 0.4s;
}
.add_btn:hover {
    color: #fff;
    background: #FF0953;
    border: 1px solid transparent;
}



.add_tatoo_knob_wrapp {
    position: relative;
    padding-top: 50%;
}
.add_tatoo_knob {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    cursor: pointer;
}

.add_tatoo_knob span {
    width: 52px;
    height: 52px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    background-image: url('../img/i_plus_add.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.icon_add_big picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.icon_add_big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon_add_big picture.active {
    border: 3px solid #FF0953;
}

.add_big_card_bl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.add_big_card_col {
    width: 23.96%;
    padding: 0 10px;
}
.icon_add_big_card {
    width: 100%;
    height: 375px;
    border-radius: 20px;
    overflow: hidden;
}
.icon_add_big_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.knob_add_big_card_block {
    margin-top: 20px;
}
.knob_add_delete {
    width: 100%;
    margin-bottom: 20px;
}
.btn_add_delete {
    display: block;
    padding: 20px 20px 20px 20px;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
}
.btn_add_delete:hover {
    background: #FF0953;
    border: 1px solid transparent;
    color: #fff;
}
.knob_add_download {
    width: 100%;
}
.btn_add_download {
    display: block;
    padding: 21px 30px;
    background: #0390FF;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.4s;
}
.btn_add_download:hover {
    background: #1262a2;
}
.add_big_card_info_col {
    width: 76.04%;
    padding: 0 10px;
}
.inp_form_big_card_info {
    width: 100%;
    height: 60px;
    outline: none;
    padding-left: 17px;
    background: #FAFAFA;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.4s;
}
.inp_form_big_card_info:focus {
    border: 1px solid #0390FF;
}
.inp_form_big_card_info::placeholder,
.ing_descr::placeholder {
    color: #C4C4C4;
}
.ing_descr {
    padding-top: 20px;
    resize: none;
}
.inp_add_big_card_info_col {
    width: 100%;
    margin-bottom: 20px;
}
.mini_title_add_big_card_info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.mini_title_add_big_card_info span {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #A9A8A8;
    margin-right: 15px;
}
.mini_title_add_big_card_info::after {
    display: block;
    flex-grow: 1;
    content: '';
    height: 1px;
    background-color: #E5E5E5;
}
.item_search_tags_results_add_big_card_info {
    width: 100%;
    background: #fff;
    border-radius: 30px;
}
.hidden_add_pop.active {
    display: flex;
    align-items: center;
    justify-content: center;

}
.hidden_add_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}
.pop_add_work {
    position: relative;
    width: 711px;
    padding: 30px 30px;
    background: #FFFFFF;
    border-radius: 25px;
}
.pop_add_work h2 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.pop_add_work_block {
    width: 100%;
    padding: 129px 220px;
    border: 1px solid #E5E5E5;
    border-radius: 25px;
    text-align: center;
}
.pop_add_work_txt_block {
    margin-top: 30px;
}
.pop_add_work_txt b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.pop_add_work_txt span {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #A9A8A8;
}
.pop_add_work_txt {
    margin-bottom: 20px;
}
.pop_add_work_txt_block .knob {
    text-align: center;
}
.btn_add_work {
    display: block;
    width: 135px;
    padding: 12px 20px 12px 20px;
    background: #FFFFFF;
    border: 1px solid #FF0953;
    border-radius: 25px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    transition: all 0.4s;
    margin: 0 auto;
}
.btn_add_work:hover {
    background: #FF0953;
    border: 1px solid transparent;
    color: #fff;
}
.pop_close_add_work {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/close-pop.svg');
}
.knob_add_big_card_block_mob {
    display: none;
}
.item_glav_content_masters_slider_block {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
}
.icon_item_slider_glav_content_masters {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.icon_item_slider_glav_content_masters img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn_language.active::before {
    transform: rotate(180deg);
}
.list_mobile_bottom_menu li {
    width: 20%;
}
.item-card-product-create100 {
    flex-grow: 1;
}
.one-create-txt_wrapp {
    position: relative;
    height: 17px;
}
.one-create-txt_wrapp b {
    width: 100%;
    height: 17px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item_add_big {
    position: relative;
    cursor: pointer;
}
.info_item_master_worksalon {
    flex-grow: 2;
}
.items-content-wrapper .open-toggle h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}
.description_glav {
    margin-bottom: 20px;
}
.glav_desk_txt_dop h1 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.form__error {
    display: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FF0953;
    padding-top: 5px;
}
input.no_val {
    background: rgba(255, 9, 83, 0.05);
}
input.no_val + .form__error {
    display: flex;
    justify-content: center;

}

.authorization_desk {
    padding-top: 20px;
    padding-bottom: 20px;
}
.authorization_desk_block {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
ul.list_authorization_desk_block {
    margin-bottom: 23px;
}
.list_authorization_desk_block li {
    width: 50%;
}
.list_authorization_desk_block li a.active {
    border-bottom: 1px solid #000;
    color: #000;
}
.list_authorization_desk_block li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #A9A8A8;
    transition: all 0.4s;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.reg_authorization_desk_social b {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #A9A8A8;
}
.reg_authorization_desk_social {
    margin-bottom: 23px;
}
.form_login_desk_bl {
    margin: 0 -10px;
}
.pass_loss_login_desk {
    margin-top: 10px;
}
.pass_loss_login_desk a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A9A8A8;
    transition: all 0.4s;
}
.pass_loss_login_desk a:hover {
    text-decoration: underline;
    color: #000;
}
.btn_login_desk_block {
    width: 100%;
    padding: 0 10px;
}
.btn_login_desk {
    width: 100%;
    padding: 21px 25px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #0390FF;
    border-radius: 50px;
    transition: all 0.4s;
}
.btn_login_desk:hover {
    background: #1262a2;
}
.tab_authorization_desk {
    display: none;
}
.tab_authorization_desk.active {
    display: block;
}
.reg_authorization_desk b {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.hidden_sub_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}
.hidden_sub_pop.active {
    display: block;
}
.hidden_sub_pop_bl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hidden_sub_pop_block  {
    position: relative;
    width: 711px;
    padding: 30px 30px;
    background: #FFFFFF;
    border-radius: 25px;
}
.pop_close_sub_pop {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/close-pop.svg);
}
.hidden_sub_pop_block h2 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.sub_pop_img {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.sub_pop_img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.sub_pop_profile {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000000;
}
.list_sub_pop li {
    margin-bottom: 10px;
}
ul.list_sub_pop {
    max-height: 385px;
    overflow-x: auto;
}
.hidden_big_board_menu_all_block {
    right: 0;
    top: 0;
}
.hidden_big_board_menu_user_block {
    right: -30px;
    top: -17px;
    /* bottom: 0; */
}
.knob_share,
.knob_setting {
    position: relative;
    z-index: 33;
}
.language {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 10px;
    transform: translate(0, -50%);
}
.btn_language {
    position: relative;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #0390FF;
    padding-right: 20px;
    cursor: pointer;
}
.language::before {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 13px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arr-bottom.svg);
    transition: all 0.4s;
}
.сhoice_language {
    display: none;
    position: absolute;
    left: -73px;
    top: 0;
    padding: 24px;
    width: 118px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    transition: all 0.4s;
    z-index: 33;
}
.сhoice_language.active {
    display: block;
}
.сhoice_language li {
    margin-bottom: 3px;
}
.сhoice_language li:last-child {
    margin-bottom: 0;
}
.сhoice_language li a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
}
.сhoice_language li a.active {
    color: #0390FF;
}
.сhoice_language::before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 13px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_b_active.svg);
    transition: all 0.4s;
    transform: rotate(180deg);
    cursor: pointer;
}

.delete_comment {
    display: none;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    color: #000000;
    margin-left: 3px;
    border: 1px solid #FF0953;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 6px;
}
.list_comment_master li.delete a b,
.list_comment_master li.delete a p,
.list-comment li.delete a b,
.list-comment li.delete a p {
    color: #FF0953;
}
.list_comment_master li.delete .delete_comment,
.list-comment li.delete .delete_comment {
    display: block;
}
.sub_mobile {
    display: none;
}
.sub_mobile span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #A9A8A8;
    margin-right: 10px;
}
.sub_count_mob {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
}
@media only screen and (max-width : 1450px) {
	.preloader__filter {
		max-width: none;
		width: calc(100% - 30px);
	}
	.list_master_soc li {
		margin-right: 10px;
	}
	.item_dop_last_col {
		width: 24%;
	}
	.item_dop_big_col {
		width: 45%;
	}
	.item_add_big {
		height: 100%;
	}
	.icon_add_big {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width : 1200px) {
	.search-wrapp {
		width: 70%;
	}
	.search-wrapp-city {
		width: 30%;
	}
	.add_big_all_block {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width : 1125px) {
	.preloader__filter {
		max-width: none;
		width: 100%;
		border-radius: 0;
		left: 0;
		transform: translate(0);
	}
	.item__blog b {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 18px;
	}
	.item_blog_details_bl {
		width: 50%;
	}
	.item_blog_details_slider_bl {
		width: 50%;
	}
	.item_master_col {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.item_master_comment_col {
		width: 100%;
		padding: 0 10px;
	}
	.item_glav_content_txt_block {
		padding: 15px 10px 15px 10px;
	}
	.icon_item_glav_master_worksalon {
		width: 30px;
		height: 30px;
	}
	.icon_item_slider_glav_content_masters {
		width: 30px;
		height: 30px;
	}
	.master_worksalon_txt b {
		font-size: 12px;
		line-height: 15px;
	}
	.mini_title_item_glav_content span {
		font-size: 10px;
		line-height: 13px;
	}
	.item_glav_content_adrees_block p {
		font-size: 12px;
		line-height: 15px;
	}
	.glav_content_phone::before {
		background-size: 15px 15px;
	}
	.master_worksalon_txt p {
		font-size: 10px;
		line-height: 12px;
	}
	.list_master_soc li {
		margin-right: 6px;
	}
	.info_item_master_followers {
		margin-right: 25px;
		margin-bottom: 10px;
	}
	.icon_add_big_card {
		width: 100%;
		height: 300px;
	}
	.list_comment_master {
		position: relative;
		left: auto;
		top: auto;
		max-height: 225px;
		overflow-y: auto;
		margin-top: 15px;
	}
	.txt_add_fail {
		font-size: 10px;
		line-height: 14px;
	}
	.icon_addfail {
		width: 15px;
		height: 15px;
		margin: 0 auto 10px auto;
	}
}
@media only screen and (max-width : 992px) {
	.search-wrapp {
		width: 100%;
		margin-bottom: 10px;
	}
	.search-wrapp-city {
		width: 100%;
	}
	.main-nav {
		display: none;
	}
	.close-pop {
		right: 10px;
		top: 10px;
	}
	.icon_blog {
		position: relative;
		left: auto;
		top: auto;
		width: 200px;
		height: 200px;
	}
	.item__blog {
		position: relative;
		padding-left: 0;
		min-height: auto;
	}
	.item__blog .icon_blog {
		order: 2;
		width: 100px;
		height: 100px;
	}
	.item__blog p {
		order: 3;
		width: calc(100% - 100px);
		padding-left: 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.item__blog b {
		width: 100%;
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.h2_title_blog_mob {
		display: block;
		margin-bottom: 10px;
	}
	.item_blog_details_bl {
		order: 2;
		width: 100%;
	}
	.item_blog_details_txt .h2_title {
		display: none;
	}
	.item_blog_details_slider_bl {
		width: 100%;
		margin-bottom: 10px;
	}
	.item_blog_details_txt p,
	.item_blog_details_txt b {
		margin-bottom: 10px;
	}
	.item_authorization_category_txt b {
		font-size: 16px;
		line-height: 20px;
	}
	.item_authorization_category_txt p {
		font-size: 12px;
		line-height: 15px;
	}
	.h2_title_proff {
		margin: 0;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #000000;
		margin-bottom: 20px;
		text-align: center;
	}
	.users_details_block {
		max-width: 100%;
		width: 100%;
	}
	.big_board_block h2 {
		width: 50%;
		font-size: 19px;
		line-height: 23px;
	}
	.big_board_glav_menu {
		position: relative;
		max-width: 50%;
		width: 50%;
	}
	.item_dop_big_col.item_dop_big_col_name {
		width: 60%;
	}
	.item_dop_col.item_dop_big_col_avatar {
		width: 17%;
	}
	.name_item_master h1 {
		font-size: 18px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.header_item_master_bl {
		align-items: center;
	}
	.loc_master::before {
		display: none;
	}
	.loc_master {
		padding-left: 0;
	}
	.item_master_block {
		position: relative;
		background: #FAFAFA;
		border-radius: 25px;
		padding: 20px;
	}
	.item_dop_last_col {
		width: 50%;
	}
	.item_dop_big_col {
		width: 50%;
	}
	.item_dop_col {
		width: 100%;
		margin-bottom: 15px;
	}
	.knob_sub {
		text-align: left;
	}
	.header_item_master_bl {
		margin-bottom: 0;
	}
	.master_phone a {
		padding-left: 27px;
		font-size: 15px;
		line-height: 22px;
	}
	.map_salon_masters_contacts {
		max-width: 100%;
		width: 100%;
		height: 100%;
	}
	.item_dop_last_only_soc_col {
		width: 100%;
	}
	.item_dop_last_only_soc_col .list_master_soc {
		justify-content: center;
	}
	.item_salon_masters_txt b {
		font-size: 12px;
		line-height: 15px;
	}
	.icon_item_glav_content {
		width: 62%;
		height: 180px;
	}
	.icon_item_glav_content_mini {
		width: 100%;
		height: 90px;
	}
	.add_big_card_info_col {
		width: 100%;
		padding: 0 10px;
	}
	.add_tatoo_knob_wrapp {
		position: relative;
		padding-top: 90%;
	}
	.add_tatoo_knob span {
		width: 30px;
		height: 30px;
		background-size: 15px 15px;
	}
	.add_big_bl {
		margin: 0 -5px;
	}
	.add_big_card_col {
		width: 50%;
		padding: 0 10px;
	}
	.icon_add_big_card {
		width: 100%;
		height: 375px;
	}
	.ing_descr {
		height: 90px;
	}
	.knob_add_big_card_block.knob_add_big_card_block_mob {
		display: block;
	}
	.knob_add_big_card_block {
		display: none;
	}
	.add_big_card_col {
		margin-bottom: 15px;
	}
	.add_big_all_block {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.add_big_card_bl {
		justify-content: center;
	}
	.inp_add_big_card_info_col {
		margin-bottom: 15px;
	}
	.mini_title_add_big_card_info {
		margin-bottom: 15px;
	}
	.mini_title_add_big_card_info::before {
		display: block;
		flex-grow: 1;
		content: '';
		height: 1px;
		background-color: #E5E5E5;
	}
	.mini_title_add_big_card_info span {
		margin-right: 10px;
		margin-left: 10px;
	}
	.btn_add_delete {
		padding: 15px 15px 15px 15px;
		font-size: 14px;
		line-height: 17px;
	}
	.btn_add_download {
		padding: 16px 15px 16px 15px;
		font-size: 14px;
		line-height: 17px;
	}
	.knob_add_delete {
		margin-bottom: 15px;
	}
	.add_pic_big_block {
		width: 20%;
		margin-right: 10px;
	}
	.add_knob,
	.add_txt_big_block b,
	.add_txt_big_block span {
		display: none;
	}
	.icon_plus_add {
		position: relative;
		left: auto;
		top: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 2px solid #E5E5E5;
	}
	.add_big_all_block {
		width: calc(80% - 10px);
		overflow-x: auto;
	}
	.add_big_col {
		width: 28%;
		padding: 0 10px;
		flex-shrink: 0;
	}
	.mobile_bottom_menu {
		display: block;
	}
}
@media only screen and (max-width : 768px) {
	.item-tags {
		flex-shrink: 0;
	}
	.item-search-tags-results {
		width: 100%;
		padding: 15px 0px 0 15px;
	}
	.preloder__bot {
		bottom: 55px;
	}
	.search-content-wrapp {
		display: flex;
		flex-direction: column;
	}
	.search-block {
		order: 2;
	}
	.search-tags-results {
		order: 3;
	}
	.description-block {
		margin-bottom: 10px;
	}
	.search-block {
		margin-bottom: 10px;
	}
	.item-description {
		background: #fff;
		padding: 15px 65px 15px 15px;
	}
	.item-card-product-glav-top {
		width: 1100%;
		padding: 0 10px;
		text-align: center;
	}
	.item-card-product-glav-info {
		width: 100%;
		padding: 0 10px;
	}
	.card-product-glav-info-block {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.card-product-glav-info-block .header-card-product-glav-info {
		display: none;
	}
	.header-card-product-glav-info {
		margin-bottom: 15px;
	}
	.glav-pic-menu-block {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		opacity: 1;
		transition: all 0.4s;
		margin-top: 15px;
		margin: 15px auto 0 auto;
		width: 100%;
	}
	.glav-pic-menu {
		max-width: 100%;
		width: 100%;
		height: 70px;
		margin: 0 auto;
	}
	.knob-like {
		position: relative;
		left: initial;
		top: auto;
		transform: none;
	}
	.share-btn {
		padding: 0;
		background: #FAFAFA;
		border-radius: 50px;
		width: 33.3%;
		height: 70px;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		align-items: center;
	}
	.setting-btn {
		padding: 0;
		background: #FAFAFA;
		border-radius: 50px;
		width: 33.3%;
		height: 70px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
	.like-btn {
		width: 100px;
		height: 70px;
		background: #FF0953;
		border-radius: 30px;
	}
	.glav-pic-menu-bl.flex-class.align-items-center {
		background-color: #FAFAFA;
		border-radius: 25px;
	}
	.item-card-product-create {
		width: 100%;
	}
	.item-card-product-create {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px solid #F1F1F1;
		margin-bottom: 10px;
	}
	.card-product-create {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.profile-card-img {
		width: 30px;
		height: 30px;
	}
	.profile-card span {
		font-size: 12px;
		line-height: 15px;
	}
	.list-glav-info-views li span {
		font-size: 11px;
		line-height: 17px;
	}
	.icon-views {
		width: 17px;
	}
	.icon-views img {
		vertical-align: baseline;
	}
	a.like-btn.active {
		position: relative;
		z-index: 3;
		background: #fff;
		border-radius: 0px 0px 25px 25px;
		box-shadow: -1px 5px 6px rgb(0 0 0 / 15%);
	}
	a.like-btn.active::before {
		content: '';
		position: absolute;
		left: 50%;
		top: -11px;
		width: 150px;
		height: 81px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/glav-btn-mob.svg);
		z-index: -1;
		transform: translate(-50%, 0);
	}
	a.setting-btn.active {
		position: relative;
		z-index: 3;
		background: #fff;
		border-radius: 0px 0px 25px 25px;
		box-shadow: -1px 5px 6px rgb(0 0 0 / 15%);
	}
	a.share-btn.active {
		position: relative;
		z-index: 3;
		background: #fff;
		border-radius: 0px 0px 25px 25px;
		box-shadow: -1px 5px 6px rgb(0 0 0 / 15%);
	}
	a.share-btn.active svg path {
		fill: #FF0953;
	}
	a.setting-btn.active svg circle {
		fill: #FF0953;
	}
	a.like-btn.active svg path {
		fill: #FF0953;
	}
	.hidden-menu {
		position: absolute;
		max-width: 100%;
		width: 100%;
		min-height: 310px;
		left: 0;
		transform: none;
	}
	.hidden-menu {
		bottom: 70px;

	}
	.hidden-dop {
		bottom: 70px;
		width: 100%;
	}
	.hidden-dop.active {
		border-bottom-right-radius: 0;
	}
	.hidden-forward-bl {
		max-width: 142px;
		width: 100%;
		margin: 70px auto;
	}
	.item-card-product-glav-top .header-card-product-glav-info {
		display: block;
	}
	.close-pop {
		right: 10px;
		top: 10px;
	}
	.pop-card {
		padding-top: 40px;
	}
	.arr-next {
		right: 10px;
	}
	.arr-prev {
		left: 10px;
	}
	.arrow-deskt.active{
    display: none;
	}
	.arr-mob.active{
	    display: block;
	}
}
@media only screen and (max-width : 650px) {
	.item__blog b {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	.item__blog p {
		font-size: 10px;
		line-height: 12px;
	}
	.item_error b {
		font-size: 10px;
		line-height: 12px;
	}
	.error_block {
		max-width: 100%;
		width: 100%;
	}
	.icon_error svg {
		width: 200px;
		height: 130px;
	}
	.error {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.error_gohome a {
		font-size: 10px;
		line-height: 12px;
	}
	.item_error {
		margin-bottom: 30px;
	}
	.error_options_block {
		margin: 15px 0;
	}
	.error_maybe_block p,
	.error_maybe_block a {
		font-size: 10px;
		line-height: 12px;
	}
	.icon_slider_blog_details {
		width: 100%;
		height: 200px;
	}
	.icon_slider_blog_details img {
		border-radius: 10px;
	}
	.swiper-button-next {
		right: 10px;
	}
	.swiper-button-prev {
		left: 10px;
	}
	.icon_gallery_thumbs img {
		border-radius: 10px;
	}
	.icon_gallery_thumbs {
		width: 100%;
		height: 91px;
	}
	.h2_title {
		font-size: 12px;
		line-height: 15px;
	}
	.gallery-thumbs {
		overflow: visible;
	}
	.item_blog_details_txt p {
		font-size: 12px;
		line-height: 14px;
	}
	.item_blog_details_txt b {
		font-size: 10px;
		line-height: 15px;
	}
	.blog_details {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.item_authorization_category_txt b {
		font-size: 12px;
		line-height: 15px;
	}
	.item_authorization_category_txt p {
		font-size: 10px;
		line-height: 12px;
	}
	.users_details_block {
		padding: 20px;
	}
	.users_details_col {
		width: 100%;
		margin-bottom: 15px;
	}
	.users_details_glav_col {
		width: 100%;
		text-align: center;
	}
	.users_details_bl {
		position: relative;
		justify-content: center;
	}
	.icon_users_details {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}
	.users_details_txt_block h3 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
	ul.list_users_details {
		max-width: 167px;
		width: 100%;
		justify-content: space-between;
		margin: 0 auto 15px auto;
	}
	.list_users_details li {
		width: 50%;
		margin-right: 0;
	}
	.follow_users_details b, .sub_users_details b {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 6px;
	}
	.follow_users_details p, .sub_users_details p {
		font-size: 15px;
		line-height: 17px;
	}
	.btn_sub {
		padding: 10px 36px 10px 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.btn_sub::before {
		right: 15px;
		top: 11px;
	}
	.dop_knob_users_details {
		position: absolute;
		max-width: 100%;
		width: 100%;
		right: auto;
		left: 0px;
		bottom: 27px;
		padding: 0 35px;
		justify-content: space-between;
	}
	.user_big_board_block {
		margin-bottom: 15px;
	}
	.big_board_glav_block {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.big_board_block h2 {
		width: 70%;
	}
	.big_board_glav_menu {
		position: relative;
		max-width: 30%;
		width: 30%;
	}
	.hidden_big_board_menu_block {
		width: 100%;
		right: auto;
		left: 0;
		top: -14px;
		padding: 30px 10px 20px 10px;
	}
	.big_board_glav_menu_bl {
		margin-right: 14px;
	}
	.list_big_board_setting li {
		margin-bottom: 15px;
		text-align: center;
	}
	ul.list_hidden_big_board_share {
		max-width: 90%;
		width: 90%;
		justify-content: space-between;
		margin: 0 auto;
	}
	.hidden_big_board_share {
		padding-top: 30px;
		padding-right: 0;
	}
	.hidden_big_board_setting {
		padding-top: 30px;
	}
	.big_board_glav_bl {
		align-items: flex-start;
		justify-content: space-between;
	}
	.hidden_rename_board,
	.hidden_delete_board,
	.hidden_complain_board {
		padding-top: 30px;
	}
	.item_dop_col.item_dop_big_col_avatar {
		width: auto;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.icon_item_master {
		width: 60px;
		height: 60px;
	}
	.name_item_master h1 {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 5px;
	}
	.loc_master {
		padding-left: 0;
		font-size: 10px;
		line-height: 12px;
	}
	.item_dop_big_col.item_dop_big_col_name {
		width: calc(100% - 70px);
	}
	.master_knob {
		position: absolute;
		left: 0;
		right: auto;
		top: 83px;
		max-width: 100%;
		width: 100%;
		justify-content: space-between;
		padding: 0 35px;
		z-index: auto;
	}
	.knob_sub {
		text-align: center;
	}
	.master_phone {
		position: relative;
		right: auto;
		top: auto;
	}
	.header_item_master_bl {
		margin-bottom: 15px;
	}
	.item_dop_big_col {
		width: 100%;
		order: 3;
	}
	.master_phone_mob {
		width: 35%;
		display: block;
	}
	.master_phone {
		display: none;
	}
	.master_phone_mob a {
		font-size: 12px;
		line-height: 15px;
	}
	.info_item_master_followers {
		margin-right: 40px;
		display: none;
	}
	.item_master_info_txt_salon {
		width: 100%;
		font-weight: normal;
		font-size: 10px;
		line-height: 12px;
		color: #000000;
		margin-top: 15px;
		order: 2;
	}
	.master_tags {
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #F1F1F1;
	}
	.item_master_comment_col {
		width: 100%;
		padding: 0;
	}
	.master_comment_mob {
		display: block;
		position: relative;
	}
	.item_master_block {
		position: relative;
		background: #FAFAFA;
		border-radius: 0;
		padding: 0;
	}
	.item_master_col {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.master_block {
		padding: 20px;
		background: #FAFAFA;
		border-radius: 25px;
	}
	.header_item_master {
		position: relative;
	}
	.item_master_comment_col .inp-message {
		background-color: #fff;
	}
	ul.list_master_tags {
		justify-content: flex-start;
	}
	.list_master_tags li {
		margin-left: 0;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.master_info_txt_salon_block {
		border-top: 1px solid #F1F1F1;
		margin-top: 15px;
		padding-top: 15px;
	}
	.master_info_txt_salon_bl.hidden_mobile {
		display: none;
	}
	.master_info_txt_salon_bl.hidden_mobile.active {
		display: flex;
		padding-top: 15px;
	}
	.knob_mobile_uncover {
		display: flex;
	}
	.list_salon_masters li {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.item_salon_masters_txt b {
		font-size: 10px;
		line-height: 12px;
	}
	.mini_title_salon_masters::before,
	.mini_title_salon_masters::after {
		display: none;
	}
	.mini_title_salon_masters span {
		font-size: 10px;
		line-height: 12px;
		margin: 0;
	}
	.salon_masters_block {
		border-top: 1px solid #F1F1F1;
		margin-top: 15px;
		padding-top: 15px;
		
	}
	.item_dop_big_mobile_masters_col {
		display: none;
	}
	.salon_masters_contacts_block {
		display: none;
	}
	.map_mobile_salon_masters {
		display: block;
		width: 100%;
	}
	.map_salon_masters_contacts {
		max-width: 100%;
		width: 100%;
		height: 150px;
	}
	.phone_salon_masters_contacts a::before {
		display: none;
	}
	.adress_salon_masters_contacts {
		font-size: 10px;
		line-height: 12px;
	}
	.phone_salon_masters_contacts a {
		font-size: 10px;
		line-height: 12px;
	}
	.list_comment_master .list-comment-txt b,
	.list_comment_master .list-comment-txt p {
		font-size: 10px;
		line-height: 12px;
	}
	.glav_desk_setting_col {
		width: 100%;
		padding: 10px 10px;
		margin-bottom: 10px;
	}
	.glav_desk_search_col {
		width: 100%;
		padding: 0 10px;
	}
	.search_wrapp_glav_desk.item-search {
		padding: 0;
	}
	.glav_desk_block {
		margin-bottom: 20px;
		background-color: #fff;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		margin: 0 -15px;
		padding: 0 15px 10px 15px;
		position: relative;
		z-index: 3;
	}
	.glav_desk_map_block {
		position: relative;
		width: 110%;
		height: 380px;
		border-radius: 0;
		margin: -20px -15px 20px -15px;
	}
	.glav_desk_map_block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.icon_item_glav_content {
		width: 62%;
		height: 90px;
	}
	.icon_item_glav_content_mini {
		width: 100%;
		height: 45px;
	}
	.icon_item_glav_content_bl {
		border-radius: 10px;
	}
	.master_worksalon_txt b {
		font-size: 10px;
		line-height: 12px;
	}
	.icon_item_glav_master_worksalon {
		width: 25px;
		height: 25px;
	}
	.item_glav_content_adrees_block {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: -10px;
	}
	.item_glav_content_adrees_block p {
		font-size: 10px;
		line-height: 12px;
	}
	.glav_content_phone {
		padding-left: 40px;
		font-size: 10px;
		line-height: 12px;
	}
	.glav_content_phone::before {
		background-size: 10px 10px;
		left: -3px;
		top: -3px;
	}
	.mini_title_item_glav_content span {
		font-size: 8px;
		line-height: 10px;
		margin-right: 10px;
	}
	.mini_title_item_glav_content {
		margin-bottom: 10px;
	}
	.item_glav_content_phone_block {
		margin-right: -10px;
		margin-top: 10px;
	}
	.item_glav_content {
		border-radius: 10px;
	}
	.item_dop_last_col {
		width: 65%;
	}
	.content_item_master_bl {
		justify-content: center;
	}
	.add_tatoo_knob_wrapp {
		padding-top: 0;
		height: 65px;
		width: 65px;
	}
	.icon_add_big picture {
		border-radius: 10px;
	}
	.add_big_col {
		width: 75px;
		padding: 0 5px;
		flex-shrink: 0;
	}
	.add_tatoo_knob_wrapp_col {
		width: 18.89%;
	}
	.add_big_bl {
		width: 86%;
	}
	.add_big_all_block {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.add_tatoo_knob {
		border-radius: 10px;
	}
	.icon_add_big_card {
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}
	.add_big_card_col {
		width: 100%;
		padding: 0 10px;
	}
	.inp_form_big_card_info {
		font-size: 12px;
		line-height: 15px;
		height: 45px;
	}
	.inp_form_big_card_info.ing_descr {
		height: 90px;
		border-radius: 20px;
	}
	.btn_add_delete {
		padding: 8px 15px 8px 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.pop_add_work {
		width: 90%;
	}
	.pop_add_work_block {
		width: 100%;
		padding: 20% 20%;
	}
	.pop_add_work_txt b {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.pop_add_work_txt span {
		font-size: 11px;
		line-height: 14px;
	}
	.pop_add_work h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.icon_item_slider_glav_content_masters {
		width: 25px;
		height: 25px;
	}
	.btn_language {
		font-size: 10px;
		line-height: 12px;
	}
	.btn_language::before {
		background-size: 75%;
	}
	.header-right-bl {
		padding-left: 50px;
	}
	.master_worksalon_namer {
		height: 15px;
	}
	.dosk-txt-block {
		padding-left: 10px;
	}
	.slider_glav_content_masters .swiper-slide.swiper-slide-all {
		width: 25px!important;
	}
	.add_tatoo_knob {
		width: 65px;
		height: 65px;
	}
	.add_tatoo_knob_wrapp_col {
		width: 90px;
	}
	.list_master_soc {
		justify-content: flex-end;
	}
	.glav_desk_txt_dop h1 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.open-toggle h1,
	.items-content-wrapper .open-toggle h1 {
		font-size: 15px;
		line-height: 15px;
	}
	.item_dop_last_col.item_dop_last_only_soc_col {
		width: 100%;
	}
	.list_authorization_desk_block li a {
		font-size: 12px;
		line-height: 15px;
	}
	.reg_authorization_desk_social b {
		font-size: 10px;
		line-height: 12px;
	}
	.reg_authorization_desk_social {
		margin-bottom: 15px;
	}
	.pass_loss_login_desk a {
		font-size: 10px;
		line-height: 12px;
	}
	.btn_login_desk {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.reg_authorization_desk b {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.reg_authorization_desk {
		margin-bottom: 25px;
	}
	.hidden_sub_pop_block {
		width: 100%;
		padding: 20px 20px;
	}
	.hidden_sub_pop_block h2 {
		font-size: 14px;
		line-height: 17px;
	}
	.sub_pop_img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.sub_pop_profile {
		font-size: 10px;
		line-height: 12px;
	}
	ul.list_sub_pop {
		max-height: 600px;
		overflow-x: auto;
	}
	.pop_close_sub_pop {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.hidden_big_board_menu_block.hidden_big_board_menu_all_block.active {
		top: 58px;
	}
	.add_pic_big_block {
		width: 65px;
		height: 65px;
		margin-right: 10px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		border-radius: 10px;
	}
	.icon_plus_add {
		width: 30px;
		height: 30px;
		border: 1px solid #E5E5E5
	}
	.icon_plus_add img {
		width: 16px;
	}
	.add_txt_big_block {
		position: relative;
		padding-left: 0;
		margin-right: 0;
	}
	.txt_add_fail {
		font-size: 9px;
		line-height: 11px;
	}
	.add_fail {
		border-radius: 10px;
	}
	.add_big_all_block {
		width: calc(100% - 75px);
		overflow-x: auto;
	}
	.sub_mobile {
		display: flex;
	}
	.name_item_master {
		margin-bottom: 5px;
	}
	.info_item_master_worksalon {
		border-top: 1px solid #F1F1F1;
		margin-top: 15px;
		padding-top: 15px;
	}
	.item_dop_col {
		width: auto;
		margin-bottom: 15px;
	}
	.knob_users_details {
		display: inline-block;
	}
}
@media only screen and (max-width : 550px) {
	.items-content-wrap-4 {
		column-count: 2;
		-webkit-column-count: 2;
	}
	.item-description {
		background: #fff;
		padding: 0;
	}
	.description-block {
		margin-bottom: 25px;
	}
	.open-toggle::before {
		right: 0;
		top: 50%;
		bottom: auto;
		transform: translate(0, -50%);
	}
	.open-toggle {
		display: block;
		font-size: 15px;
		line-height: 15px;
	}
	.open-block p {
		font-size: 12px;
		line-height: 14px;
	}
	.open-block b {
		font-size: 12px;
		line-height: 12px;
	}
	.inp-search {
		width: 100%;
		height: 40px;
		font-size: 12px;
		line-height: 15px;
	}
	.btn-search {
		background-size: 35%;
	}
	.btn-tags {
		background-size: 35%;
	}
	.knob-item-search .knob-search {
		border-right: 1px solid #F1F1F1;
		padding-right: 0;
	}
	.knob-item-search {
		position: absolute;
		max-width: 103px;
		width: 100%;
		height: 100%;
		right: 6px;
		top: 0;
	}
	.list-open-city li a {
		font-size: 12px;
		line-height: 14px;
	}
	.open-search-city-block {
		top: 50px;
	}
	.item-tags a {
		padding: 8px 8px;
		font-size: 10px;
		line-height: 12px;
	}
	.item-tags {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.close-search {
		background-size: 20%;
	}
	.search-wrapp .inp-search {
		padding-right: 110px;
	}
	.logo {
		width: 40px;
	}
	.menuToggle {
		width: 20px;
		height: 20px;
	}
	.menuToggle span::before, .menuToggle span::after {
		width: 20px;
	}
	.item-profile a {
		width: 30px;
		height: 30px;
	}
	.header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sec-search .container {
		padding: 0;
	}
	.item-search-tags-results {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: 10px;
	}
	.search-block,
	.description-block {
		padding: 0 15px;
	}
	.search-tags-results {
		padding-left: 15px;
	}
	.glav-pic-menu {
		max-width: 100%;
		width: 100%;
		height: 70px;
		margin: 0 auto;
	}
	.grid-item {
		margin-bottom: 10px;
	}
	.hidden_authorization_block,
	.hidden_authorization_profile {
		width: 100%;
		top: -20px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		background: #FAFAFA;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
		border-radius: 0px 0px 20px 20px;
		padding: 65px 10px 10px 10px;
	}
	.logo_autoriz {
		display: block;
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.reg_type {
		width: 33.333%;
	}
	.close_hidden_authorization_profile a {
		width: 100%;
	}
	.h2_title_proff {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
	.mini_title_proff span {
		margin: 0 10px;
	}
	.mini_title_proff {
		margin-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.prof_setting_avatar_bl a {
		display: none;
	}
	.prof_setting_avatar_block {
		margin-bottom: 15px;
	}
	.reg_group_setting {
		padding: 11px 0;
		font-size: 10px;
		line-height: 12px;
	}
	.list_group_setting {
		margin-bottom: 15px;
	}
	.inp_form_prof_bl {
		width: 100%;
		margin-bottom: 15px;
	}
	.inp_form_prof {
		width: 100%;
		height: 40px;
		padding-left: 10px;
		border-radius: 25px;
		font-size: 12px;
		line-height: 15px;
	}
	.btn_form {
		width: 100%;
		padding: 11px 29px;
		font-size: 12px;
		line-height: 15px;
		transition: all 0.4s;
	}
	.btn_form_prof {
		margin-top: 0;
	}
	.inp_dropping_form_prof::before {
		right: 20px;
		top: 7px;
		width: 13px;
		height: 7px;
		background-size: 13px 7px;
	}
	.textr_form_prof {
		width: 100%;
		height: 120px;
		padding-left: 10px;
		padding-top: 12px;
		font-size: 12px;
		line-height: 15px;
	}
	.secret_say {
		position: relative;
		width: 100%;
		height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 25px;
		text-align: center;
		justify-content: center;
	}
	.btn_update {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 16px;
		height: 16px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/i_btn_upd.svg);
		background-size: 16px 16px;
	}
	.secret_say b {
		font-size: 12px;
		line-height: 15px;
	}
	.form_prof_txt {
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		color: #000000;
		margin: 0;
		text-align: center;
	}
	.form_prof_txt {
		font-size: 10px;
		line-height: 12px;
	}
	.salon_name {
		font-size: 10px;
		line-height: 12px;
	}
	.close_salon a {
		font-size: 10px;
		line-height: 12px;
	}
	.add_form_prof {
		padding: 9px;
		font-size: 12px;
		line-height: 15px;
	}
	.items-content-wrapper h2 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.ribbon_hidden_block p {
		font-size: 10px;
		line-height: 12px;
		margin-left: 10px;
	}
	.ribbon_hidden_block b {
		font-size: 10px;
		line-height: 12px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.add_ribbon {
		width: 100%;
		padding: 10px 15px;
		font-size: 12px;
		line-height: 15px;
	}
	.knob_ribbon {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.menuToggle span::before {
		-webkit-transform: translateY(-280%);
		-ms-transform: translateY(-280%);
		transform: translateY(-280%);
	}
	.menuToggle span::after {
		-webkit-transform: translateY(280%);
		-ms-transform: translateY(280%);
		transform: translateY(280%);
	}
	.reg_group_setting {
		border: 1px solid #E5E5E5;
	}
	.reg_group_setting.reg_group_setting1.active {
		border: 1px solid #0390FF;
		border-right: 0;
	}
	.reg_group_setting.reg_group_setting1::before, .reg_group_setting.reg_group_setting2::before {
		width: 1px;
		height: calc(100% + 2px);
		right: -1px;
	}
	.reg_group_setting.reg_group_setting3::after {
		width: 1px;
	}
	.reg_group_setting.reg_group_setting2::after,
	.reg_group_setting.reg_group_setting3::after {
		width: 1px;
	}
	.choice_authorization_login b {
		background-color: #FAFAFA;
	}
	.tabs_hidden_authorization_block .form_login input {
		background-color: #fff;
	}
	.description-block.description_glav {
		padding: 0;
	}
	.language {
		position: absolute;
		left: 0;
		top: 50%;
		margin-right: 10px;
		transform: translate(0, -50%);
	}
}
@media only screen and (max-width : 347px) {
	.open-toggle {
		display: block;
		font-size: 13px;
		line-height: 13px;
	}
	.glav-pic img {
		max-width: 280px;
	}
	.arr-prev {
		left: 20px;
	}
	.share-btn,
	.setting-btn {
		width: 30%;
	}
	.list_master_soc li {
		margin-right: 10px;
	}
	.list_master_soc a {
		width: 30px;
		height: 30px;
	}
	.master_worksalon_txt b {
		font-size: 7px;
		line-height: 10px;
	}
	.master_worksalon_txt p {
		font-size: 8px;
		line-height: 10px;
	}
	.item_glav_content_adrees_block p {
		font-size: 8px;
		line-height: 10px;
	}
	.master_phone_mob a {
		font-size: 10px;
		line-height: 15px;
	}
	.master_worksalon_txt {
		width: 65%;
		margin-left: 10px;
	}
	.master_worksalon_namer {
		height: 10px;
	}
}





/* Grid */
@media only screen and (max-width : 1200px) {
	.col-xl-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-xl-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-xl-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-xl-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-xl-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-xl-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-xl-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-xl-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-xl-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-xl-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-xl-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-xl-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-xl-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-xl-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-xl-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-xl-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-xl-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-xl-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-xl-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-xl-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-xl-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-xl-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-xl-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-xl-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-xl-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-xl-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-xl-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-xl-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-xl-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-xl-0 {
	margin-left: 0;
	}
	.offset-xl-1 {
	margin-left: 8.333333%;
	}
	.offset-xl-2 {
	margin-left: 16.666667%;
	}
	.offset-xl-3 {
	margin-left: 25%;
	}
	.offset-xl-4 {
	margin-left: 33.333333%;
	}
	.offset-xl-5 {
	margin-left: 41.666667%;
	}
	.offset-xl-6 {
	margin-left: 50%;
	}
	.offset-xl-7 {
	margin-left: 58.333333%;
	}
	.offset-xl-8 {
	margin-left: 66.666667%;
	}
	.offset-xl-9 {
	margin-left: 75%;
	}
	.offset-xl-10 {
	margin-left: 83.333333%;
	}
	.offset-xl-11 {
	margin-left: 91.666667%;
	}
	.mrb-xl-0{
		margin-bottom: 0;
	}
	.mrb-xl-5{
		margin-bottom: 5px;
	}
	.mrb-xl-10{
		margin-bottom: 10px;
	}
	.mrb-xl-15{
		margin-bottom: 15px;
	}
	.mrb-xl-20{
		margin-bottom: 20px;
	}
	.mrb-xl-25{
		margin-bottom: 25px;
	}
	.mrb-xl-30{
		margin-bottom: 30px;
	}
	.mrb-xl-35{
		margin-bottom: 35px;
	}
	.mrb-xl-40{
		margin-bottom: 40px;
	}
	.mrb-xl-45{
		margin-bottom: 45px;
	}
	.mrb-xl-50{
		margin-bottom: 50px;
	}
	.text-align-xl-left{
    	text-align: left;
	}
	.text-align-xl-center{
	    text-align: center;
	}
	.text-align-xl-right{
	    text-align: right;
	}
}
@media only screen and (max-width : 1125px) {
	.col-xll-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-xll {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-xll-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-xll-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-xll-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-xll-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-xll-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-xll-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-xll-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-xll-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-xll-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-xll-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-xll-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-xll-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-xll-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-xll-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-xll-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-xll-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-xll-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-xll-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-xll-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-xll-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-xll-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-xll-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-xll-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-xll-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-xll-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-xll-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-xll-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-xll-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-xll-0 {
	margin-left: 0;
	}
	.offset-xll-1 {
	margin-left: 8.333333%;
	}
	.offset-xll-2 {
	margin-left: 16.666667%;
	}
	.offset-xll-3 {
	margin-left: 25%;
	}
	.offset-xll-4 {
	margin-left: 33.333333%;
	}
	.offset-xll-5 {
	margin-left: 41.666667%;
	}
	.offset-xll-6 {
	margin-left: 50%;
	}
	.offset-xll-7 {
	margin-left: 58.333333%;
	}
	.offset-xll-8 {
	margin-left: 66.666667%;
	}
	.offset-xll-9 {
	margin-left: 75%;
	}
	.offset-xll-10 {
	margin-left: 83.333333%;
	}
	.offset-xll-11 {
	margin-left: 91.666667%;
	}
	.mrb-xll-0{
		margin-bottom: 0;
	}
	.mrb-xll-5{
		margin-bottom: 5px;
	}
	.mrb-xll-10{
		margin-bottom: 10px;
	}
	.mrb-xll-15{
		margin-bottom: 15px;
	}
	.mrb-xll-20{
		margin-bottom: 20px;
	}
	.mrb-xll-25{
		margin-bottom: 25px;
	}
	.mrb-xll-30{
		margin-bottom: 30px;
	}
	.mrb-xll-35{
		margin-bottom: 35px;
	}
	.mrb-xll-40{
		margin-bottom: 40px;
	}
	.mrb-xll-45{
		margin-bottom: 45px;
	}
	.mrb-xll-50{
		margin-bottom: 50px;
	}
	.text-align-xll-left{
    	text-align: left;
	}
	.text-align-xll-center{
	    text-align: center;
	}
	.text-align-xll-right{
	    text-align: right;
	}
}
@media only screen and (max-width : 992px) {
	.col-lg-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-lg-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-lg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-lg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-lg-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-lg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-lg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-lg-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-lg-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-lg-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-lg-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-lg-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-lg-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-lg-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-lg-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-lg-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-lg-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-lg-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-lg-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-lg-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-lg-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-lg-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-lg-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-lg-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-lg-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-lg-0 {
	margin-left: 0;
	}
	.offset-lg-1 {
	margin-left: 8.333333%;
	}
	.offset-lg-2 {
	margin-left: 16.666667%;
	}
	.offset-lg-3 {
	margin-left: 25%;
	}
	.offset-lg-4 {
	margin-left: 33.333333%;
	}
	.offset-lg-5 {
	margin-left: 41.666667%;
	}
	.offset-lg-6 {
	margin-left: 50%;
	}
	.offset-lg-7 {
	margin-left: 58.333333%;
	}
	.offset-lg-8 {
	margin-left: 66.666667%;
	}
	.offset-lg-9 {
	margin-left: 75%;
	}
	.offset-lg-10 {
	margin-left: 83.333333%;
	}
	.offset-lg-11 {
	margin-left: 91.666667%;
	}
	.mrb-lg-0{
		margin-bottom: 0;
	}
	.mrb-lg-5{
		margin-bottom: 5px;
	}
	.mrb-lg-10{
		margin-bottom: 10px;
	}
	.mrb-lg-15{
		margin-bottom: 15px;
	}
	.mrb-lg-20{
		margin-bottom: 20px;
	}
	.mrb-lg-25{
		margin-bottom: 25px;
	}
	.mrb-lg-30{
		margin-bottom: 30px;
	}
	.mrb-lg-35{
		margin-bottom: 35px;
	}
	.mrb-lg-40{
		margin-bottom: 40px;
	}
	.mrb-lg-45{
		margin-bottom: 45px;
	}
	.mrb-lg-50{
		margin-bottom: 50px;
	}
	.text-align-lg-left{
    	text-align: left;
	}
	.text-align-lg-center{
	    text-align: center;
	}
	.text-align-lg-right{
	    text-align: right;
	}
}
@media only screen and (max-width : 850px) {
	.col-lgg-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-lgg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-lgg-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-lgg-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-lgg-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-lgg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-lgg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-lgg-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-lgg-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-lgg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-lgg-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-lgg-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-lgg-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-lgg-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-lgg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-lgg-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-lgg-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-lgg-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-lgg-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-lgg-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-lgg-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-lgg-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-lgg-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-lgg-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-lgg-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-lgg-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-lgg-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-lgg-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-lgg-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-lgg-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-lgg-0 {
	margin-left: 0;
	}
	.offset-lgg-1 {
	margin-left: 8.333333%;
	}
	.offset-lgg-2 {
	margin-left: 16.666667%;
	}
	.offset-lgg-3 {
	margin-left: 25%;
	}
	.offset-lgg-4 {
	margin-left: 33.333333%;
	}
	.offset-lgg-5 {
	margin-left: 41.666667%;
	}
	.offset-lgg-6 {
	margin-left: 50%;
	}
	.offset-lgg-7 {
	margin-left: 58.333333%;
	}
	.offset-lgg-8 {
	margin-left: 66.666667%;
	}
	.offset-lgg-9 {
	margin-left: 75%;
	}
	.offset-lgg-10 {
	margin-left: 83.333333%;
	}
	.offset-lgg-11 {
	margin-left: 91.666667%;
	}
	.mrb-lgg-0{
		margin-bottom: 0;
	}
	.mrb-lgg-5{
		margin-bottom: 5px;
	}
	.mrb-lgg-10{
		margin-bottom: 10px;
	}
	.mrb-lgg-15{
		margin-bottom: 15px;
	}
	.mrb-lgg-20{
		margin-bottom: 20px;
	}
	.mrb-lgg-25{
		margin-bottom: 25px;
	}
	.mrb-lgg-30{
		margin-bottom: 30px;
	}
	.mrb-lgg-35{
		margin-bottom: 35px;
	}
	.mrb-lgg-40{
		margin-bottom: 40px;
	}
	.mrb-lgg-45{
		margin-bottom: 45px;
	}
	.mrb-lgg-50{
		margin-bottom: 50px;
	}
	.text-align-lgg-left{
    	text-align: left;
	}
	.text-align-lgg-center{
	    text-align: center;
	}
	.text-align-lgg-right{
	    text-align: right;
	}
}
@media only screen and (max-width : 768px) {
	.col-md-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-md-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-md-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-md-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-md-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-md-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-md-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-md-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-md-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-md-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-md-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-md-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-md-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-md-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-md-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-md-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-md-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-md-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-md-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-md-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-md-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-md-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-md-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-md-0 {
	margin-left: 0;
	}
	.offset-md-1 {
	margin-left: 8.333333%;
	}
	.offset-md-2 {
	margin-left: 16.666667%;
	}
	.offset-md-3 {
	margin-left: 25%;
	}
	.offset-md-4 {
	margin-left: 33.333333%;
	}
	.offset-md-5 {
	margin-left: 41.666667%;
	}
	.offset-md-6 {
	margin-left: 50%;
	}
	.offset-md-7 {
	margin-left: 58.333333%;
	}
	.offset-md-8 {
	margin-left: 66.666667%;
	}
	.offset-md-9 {
	margin-left: 75%;
	}
	.offset-md-10 {
	margin-left: 83.333333%;
	}
	.offset-md-11 {
	margin-left: 91.666667%;
	}
	.mrb-md-0{
		margin-bottom: 0;
	}
	.mrb-md-5{
		margin-bottom: 5px;
	}
	.mrb-md-10{
		margin-bottom: 10px;
	}
	.mrb-md-15{
		margin-bottom: 15px;
	}
	.mrb-md-20{
		margin-bottom: 20px;
	}
	.mrb-md-25{
		margin-bottom: 25px;
	}
	.mrb-md-30{
		margin-bottom: 30px;
	}
	.mrb-md-35{
		margin-bottom: 35px;
	}
	.mrb-md-40{
		margin-bottom: 40px;
	}
	.mrb-md-45{
		margin-bottom: 45px;
	}
	.mrb-md-50{
		margin-bottom: 50px;
	}
	.text-align-md-left{
    	text-align: left;
	}
	.text-align-md-center{
	    text-align: center;
	}
	.text-align-md-right{
	    text-align: right;
	}
}
@media only screen and (max-width : 650px) {
	.col-mdd-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-mdd {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-mdd-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-mdd-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-mdd-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-mdd-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-mdd-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-mdd-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-mdd-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-mdd-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-mdd-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-mdd-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-mdd-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-mdd-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-mdd-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-mdd-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-mdd-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-mdd-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-mdd-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-mdd-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-mdd-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-mdd-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-mdd-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-mdd-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-mdd-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-mdd-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-mdd-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-mdd-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-mdd-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-mdd-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-mdd-0 {
	margin-left: 0;
	}
	.offset-mdd-1 {
	margin-left: 8.333333%;
	}
	.offset-mdd-2 {
	margin-left: 16.666667%;
	}
	.offset-mdd-3 {
	margin-left: 25%;
	}
	.offset-mdd-4 {
	margin-left: 33.333333%;
	}
	.offset-mdd-5 {
	margin-left: 41.666667%;
	}
	.offset-mdd-6 {
	margin-left: 50%;
	}
	.offset-mdd-7 {
	margin-left: 58.333333%;
	}
	.offset-mdd-8 {
	margin-left: 66.666667%;
	}
	.offset-mdd-9 {
	margin-left: 75%;
	}
	.offset-mdd-10 {
	margin-left: 83.333333%;
	}
	.offset-mdd-11 {
	margin-left: 91.666667%;
	}
	.mrb-mdd-0{
		margin-bottom: 0;
	}
	.mrb-mdd-5{
		margin-bottom: 5px;
	}
	.mrb-mdd-10{
		margin-bottom: 10px;
	}
	.mrb-mdd-15{
		margin-bottom: 15px;
	}
	.mrb-mdd-20{
		margin-bottom: 20px;
	}
	.mrb-mdd-25{
		margin-bottom: 25px;
	}
	.mrb-mdd-30{
		margin-bottom: 30px;
	}
	.mrb-mdd-35{
		margin-bottom: 35px;
	}
	.mrb-mdd-40{
		margin-bottom: 40px;
	}
	.mrb-mdd-45{
		margin-bottom: 45px;
	}
	.mrb-mdd-50{
		margin-bottom: 50px;
	}
	.text-align-mdd-left{
    	text-align: left;
	}
	.text-align-mdd-center{
	    text-align: center;
	}
	.text-align-mdd-right{
	    text-align: right;
	}
}
@media only screen and (max-width : 550px) {
	.col-sm-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-sm-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-sm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-sm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-sm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-sm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-sm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-sm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-sm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-sm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-sm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-sm-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-sm-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-sm-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-sm-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-sm-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-sm-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-sm-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-sm-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-sm-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-sm-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-sm-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-sm-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-sm-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-sm-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-sm-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-sm-0 {
	margin-left: 0;
	}
	.offset-sm-1 {
	margin-left: 8.333333%;
	}
	.offset-sm-2 {
	margin-left: 16.666667%;
	}
	.offset-sm-3 {
	margin-left: 25%;
	}
	.offset-sm-4 {
	margin-left: 33.333333%;
	}
	.offset-sm-5 {
	margin-left: 41.666667%;
	}
	.offset-sm-6 {
	margin-left: 50%;
	}
	.offset-sm-7 {
	margin-left: 58.333333%;
	}
	.offset-sm-8 {
	margin-left: 66.666667%;
	}
	.offset-sm-9 {
	margin-left: 75%;
	}
	.offset-sm-10 {
	margin-left: 83.333333%;
	}
	.offset-sm-11 {
	margin-left: 91.666667%;
	}
	.mrb-sm-0{
		margin-bottom: 0px;
	}
	.mrb-sm-5{
		margin-bottom: 5px;
	}
	.mrb-sm-10{
		margin-bottom: 10px;
	}
	.mrb-sm-15{
		margin-bottom: 15px;
	}
	.mrb-sm-20{
		margin-bottom: 20px;
	}
	.mrb-sm-25{
		margin-bottom: 25px;
	}
	.mrb-sm-30{
		margin-bottom: 30px;
	}
	.mrb-sm-35{
		margin-bottom: 35px;
	}
	.mrb-sm-40{
		margin-bottom: 40px;
	}
	.mrb-sm-45{
		margin-bottom: 45px;
	}
	.mrb-sm-50{
		margin-bottom: 50px;
	}
	.text-align-sm-left{
    	text-align: left;
	}
	.text-align-sm-center{
	    text-align: center;
	}
	.text-align-sm-right{
	    text-align: right;
	}
	.no-padding-sm-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.no-padding-sm-10 > .col,
	.no-padding-sm-10 > [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media only screen and (max-width : 480px) {
	.col-smm-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	.col-smm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-smm-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	}
	.col-smm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-smm-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-smm-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-smm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-smm-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-smm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-smm-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-smm-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-smm-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-smm-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-smm-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-smm-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-smm-first {
	-ms-flex-order: -1;
	order: -1;
	}
	.order-smm-last {
	-ms-flex-order: 13;
	order: 13;
	}
	.order-smm-0 {
	-ms-flex-order: 0;
	order: 0;
	}
	.order-smm-1 {
	-ms-flex-order: 1;
	order: 1;
	}
	.order-smm-2 {
	-ms-flex-order: 2;
	order: 2;
	}
	.order-smm-3 {
	-ms-flex-order: 3;
	order: 3;
	}
	.order-smm-4 {
	-ms-flex-order: 4;
	order: 4;
	}
	.order-smm-5 {
	-ms-flex-order: 5;
	order: 5;
	}
	.order-smm-6 {
	-ms-flex-order: 6;
	order: 6;
	}
	.order-smm-7 {
	-ms-flex-order: 7;
	order: 7;
	}
	.order-smm-8 {
	-ms-flex-order: 8;
	order: 8;
	}
	.order-smm-9 {
	-ms-flex-order: 9;
	order: 9;
	}
	.order-smm-10 {
	-ms-flex-order: 10;
	order: 10;
	}
	.order-smm-11 {
	-ms-flex-order: 11;
	order: 11;
	}
	.order-smm-12 {
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-smm-0 {
	margin-left: 0;
	}
	.offset-smm-1 {
	margin-left: 8.333333%;
	}
	.offset-smm-2 {
	margin-left: 16.666667%;
	}
	.offset-smm-3 {
	margin-left: 25%;
	}
	.offset-smm-4 {
	margin-left: 33.333333%;
	}
	.offset-smm-5 {
	margin-left: 41.666667%;
	}
	.offset-smm-6 {
	margin-left: 50%;
	}
	.offset-smm-7 {
	margin-left: 58.333333%;
	}
	.offset-smm-8 {
	margin-left: 66.666667%;
	}
	.offset-smm-9 {
	margin-left: 75%;
	}
	.offset-smm-10 {
	margin-left: 83.333333%;
	}
	.offset-smm-11 {
	margin-left: 91.666667%;
	}
	.mrb-smm-0{
		margin-bottom: 0px;
	}
	.mrb-smm-5{
		margin-bottom: 5px;
	}
	.mrb-smm-10{
		margin-bottom: 10px;
	}
	.mrb-smm-15{
		margin-bottom: 15px;
	}
	.mrb-smm-20{
		margin-bottom: 20px;
	}
	.mrb-smm-25{
		margin-bottom: 25px;
	}
	.mrb-smm-30{
		margin-bottom: 30px;
	}
	.mrb-smm-35{
		margin-bottom: 35px;
	}
	.mrb-smm-40{
		margin-bottom: 40px;
	}
	.mrb-smm-45{
		margin-bottom: 45px;
	}
	.mrb-smm-50{
		margin-bottom: 50px;
	}
	.text-align-smm-left{
    	text-align: left;
	}
	.text-align-smm-center{
	    text-align: center;
	}
	.text-align-smm-right{
	    text-align: right;
	}
}
.grid-sizer{display:none}
.search-tags-results{display:none}
.no-padding-20{
	display:flex;
	flex-wrap:wrap;
}
.win{cursor:pointer}
.fl-preloader {
    display: block;
    position: relative;
    width: 140px;
    height: 140px;
   # margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: fl-preloader-spin 2s linear infinite;
}
.fl-preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: fl-preloader-spin 3s linear infinite;
}
.fl-preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: fl-preloader-spin 1.5s linear infinite;
}
.tags-cnt
{
	position:absolute;
	width:25px;
	height:25px;
	text-align: center;
	border-radius: 50%;
	background: #3183e4;
	margin: 8px 0 0 -25px;
	line-height:25px;
	color:#fafafa;
	font-size:15px
}
@keyframes fl-preloader-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
ins.adsbygoogle,
ins.adsbygoogle * {
    width: 100%!important;
	margin-left:0px!important;
}
.gg-sm-6
{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.item-search-tags-results{overflow:hidden;height:138px}
.swiper-slide-all{width:auto;}
@media only screen and (max-width : 550px) 
{
	.tags-cnt
	{
		width:20px;
		height:20px;
		margin: 4px 0 0 -26px;
		line-height: 20px;
	}
	.gg-sm-6
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-search-tags-results{height:95px}
	.item-tags a:hover
	{
		color:#a9a8a8;
		border:1px solid #e5e5e5
	}
	.item-tags a.active 
	{
		color: #0390ff;
		border: 1px solid #7ea4c0;
	}
}
