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

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

* {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
a,
textarea {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

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

img, svg {
  max-width: 100%;
}

h1, h2, h3 {
  font-weight: bold;
}

/* /reset */
@font-face {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg") format("svg");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg") format("svg");
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium.svg") format("svg");
}
@font-face {
  font-family: "HelveticaNeue";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg") format("svg");
}
/* settings */
a {color: #428bf9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  color: #3e4757;
}

body {
  min-width: 319px;
  background-color: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  color: #3e4757;
}
body.lock {
  overflow: hidden;
}

@media (max-width: 500px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 501px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .tablet-visible {
    display: none !important;
  }
}

@media (max-width: 1050px) {
  .nout-hide {
    display: none !important;
  }
}

@media (min-width: 1051px) {
  .nout-visible {
    display: none !important;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -26px;
}
.row > * {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 26px;
}
.row.gy {
  margin-top: -26px;
}
.row.gy > * {
  padding-top: 26px;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-right: 10px;
  }
}

*:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

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

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.navpage {
  padding: 50px 0;
}
.navpage h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.navpage ul {
  font-size: 18px;
  margin: 10px 0;
}
.navpage ul li {
  margin: 10px 0;
}
.navpage ul li a {
  color: #428bf9;
}
.navpage ul li a:hover {
  color: #5e40e7;
}

.title {
  font-size: 34px;
  font-weight: bold;
  color: #161d2c;
}
.title__sticker {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  background-color: #ffdd2d;
  border-radius: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.title__blue {
  color: #428bf9;
}
.title a {
  color: #428bf9;
}
.title a:hover {
  color: #5e40e7;
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
  .title__sticker {
    font-size: 10px;
  }
}

.subtitle {
  font-size: 24px;
  color: #161d2c;
  font-weight: bold;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 20px;
  }
}

.back-blur {
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  visibility: hidden;
}
.back-blur.active {
  visibility: visible;
}

/* /settings */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffdd2d;
}

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #ffdd2d;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* btn */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.btn img {
  margin-right: 10px;
}
.btn--small {
  padding: 10px 20px;
}
.btn--yellow {
  background-color: #ffdd2d;
  color: #000;
}
.btn--yellow:hover {
  background-color: #fcc521;
  -webkit-box-shadow: 0 0 10px rgba(255, 252, 45, 0.5);
  box-shadow: 0 0 10px rgba(255, 252, 45, 0.5);
}
.btn--blue {
  background-color: #428bf9;
  color: #fff;
    border: 2px solid #428bf9;
}
.btn--blue:hover {
    color: #fff;
  background-color: #50AAFF;
    border: 2px solid #50AAFF;
}
.btn--white {
  background-color: #fff;
  color: #428bf9;
  border: 2px solid #428bf9;
}
.btn--white:hover {
  background-color: #428bf9;
  color: #fff;
}

.btn--midgray {
  background-color: #dddfe0;
  color: #428bf9;
  border: 2px solid #dddfe0;
}
.btn--midgray:hover {
  background-color: #428bf9;
  border: 2px solid #428bf9;
  color: #fff;
}

.btn--blackgray {padding: 8px 15px;font-size:15px;
  background-color: #FFF;
  color: #000;
  border: 2px solid #dddfe0;
}
.btn--blackgray:hover {padding: 8px 15px;font-size:15px;
  background-color: #50AAFF;
  border: 2px solid #50AAFF;
  color: #fff;
}

.btn--popup {
  border: solid 2px #dddfe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background-image: -o-linear-gradient(top, #fff, #f0f0f0);
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
  background-color: #fff;
}
.btn--popup:hover {
  background-image: none;
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}

/* /btn */
/* popup */
.popup {
  position: relative;
  background: #FFF;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0 #8993a4;
  box-shadow: 0 0 20px 0 #8993a4;
  padding: 40px 20px;
  width: auto;
  max-width: 500px;
  margin: 60px auto 20px;
}
.popup__container {
  margin-left: auto;
  margin-right: auto;
}
.popup__container--reg {
  max-width: 300px;
}
.popup__container--enter {
  max-width: 320px;
}
.popup__container--confirm {
  max-width: 375px;
}
.popup__title {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 36px;
  text-align: center;
}
.popup__title--mb15 {
  margin-bottom: 15px;
}
.popup__input {
  margin-bottom: 0px;
  position: relative;
}
.popup__input input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 40px;
  border: solid 2px #dddfe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background-image: -o-linear-gradient(top, #fff, #f0f0f0);
  background-image: linear-gradient(to bottom, #fff, #f0f0f0);
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__input input ::-webkit-input-placeholder {
  color: #a5a5a5;
}
.popup__input input ::-moz-placeholder {
  color: #a5a5a5;
}
.popup__input input :-ms-input-placeholder {
  color: #a5a5a5;
}
.popup__input input ::-ms-input-placeholder {
  color: #a5a5a5;
}
.popup__input input ::placeholder {
  color: #a5a5a5;
}
.popup__input input:hover, .popup__input input:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(66, 139, 249, 0.68);
  box-shadow: 0 0 10px 0 rgba(66, 139, 249, 0.68);
  border-color: #428bf9;
}
.popup__input-show-password {
  width: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

#edit-user-form .popup__input-show-password {  top: 42%; right: 25px;}

.popup__input-show-password img {
  display: block;
}
.popup__btn {
  margin-top: 25px;
  text-align: center;
}
.popup__btn .btn {
  min-width: 180px;
  font-weight: 600;
}
.popup__btn--full .btn {
  width: 100%;
}
.popup__question {
  margin-top: 36px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.popup__question a {
  color: #428bf9;
}
.popup__question a:hover {
  color: #5e40e7;
}
.popup__remember {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup__remember-input {
  position: absolute;
  visibility: hidden;
}
.popup__remember-input:checked ~ .popup__remember-label .popup__remember-checkbox {
  background-color: #428bf9;
}
.popup__remember-input:checked ~ .popup__remember-label .popup__remember-checkbox:after {
  opacity: 1;
}
.popup__remember-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup__remember-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #dddfe0;
  position: relative;
}
.popup__remember-checkbox:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33334 10L8.33334 15L16.6667 5' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__remember-text {
  color: #000;
}
.popup__remember-link {
  color: #428bf9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup__remember-link:visited {
  color: #428bf9;}
.popup__remember-link:hover {
  color: #5e40e7;
}
.popup__reglink {
  margin-top: 33px;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center;
}
.popup__reglink a {
  color: #428bf9;
}
.popup__reglink a:hover {
  color: #5e40e7;
}
.popup__confirm-text {
  margin: 0 -30px;
  font-size: 14px;
  text-align: center;
}
.popup__text {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}
.popup__buttons .btn {
  min-width: 170px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
}
.popup__code {
  text-align: center;
  margin-bottom: 27px;
}
.popup__code-link {
  color: #428bf9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup__code-link:hover {
  color: #5e40e7;
}
@media (max-width: 768px) {
  .popup__title {
    font-size: 24px;
  }
  .popup__confirm-text {
    margin: 0;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.mfp-close {
  width: 30px;
  height: 30px;
  font-size: 0;
  top: -50px;
  right: -50px;
}
.mfp-close:after, .mfp-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mfp-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .mfp-close {
    right: 10px;
  }
}

.mfp-close-btn-in .mfp-close {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close:hover:after, .mfp-close-btn-in .mfp-close:hover:before {
  background-color: #428bf9;
}

/* /popup */
.js-tabs-content {
  display: none;
}
.js-tabs-content.open {
  display: block;
}

/* header */
.header .wrapper {
  max-width: 1330px;
}
.header__top {
  padding: 30px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #353d4c), to(#161d2c));
  background-image: -o-linear-gradient(top, #353d4c 1%, #161d2c);
  background-image: linear-gradient(to bottom, #353d4c 1%, #161d2c);
}
.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  /*max-width: 120px;*/
  margin-right: 24px;
}
.header__search {
  max-width: 780px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.header__search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(28, 35, 50, 0.5);
  box-shadow: 0 2px 20px 0 rgba(28, 35, 50, 0.5);
  border-radius: 30px;
  position: relative;
  z-index: 17;
}
.header__search-input {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
    
}
.header__search-input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600; margin-left:10px;
}
.header__search-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-left: 18px;
  border-left: 1px solid #e2e2e2;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  white-space: nowrap;
}
.header__search-location img {
  width: 10px;
  margin-left: 14px;
}
.header__search-btn {
  padding: 12px 30px;
  margin-left: 20px;
  font-weight: 600;
}
.header__search-btn img {
  width: 20px;
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
  position: relative;
}
.mg54 {margin-left: 54px;}
.header__login--enter {
  padding-left: 20px;
  padding-right: 20px;
}
.header__enter {
  padding: 14px 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__enter:hover {
  color: #ffdd2d;
}
.header__reg {
  margin-left: 25px;
}
.header__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background-image: -o-linear-gradient(top, #f0f0f0, #fff);
  background-image: linear-gradient(to bottom, #f0f0f0, #fff);
  border-bottom: 1px solid #dddfe0;
}
.header__hamb {
  display: none;
}
.header__location-drop {
  display: none;
  min-width: 320px;
  max-height: calc(100vh - 100px);
  padding: 50px 12px 30px;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0 0 20px 0 #8993a4;
  box-shadow: 0 0 20px 0 #8993a4;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 13;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__location-drop::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.header__location-input {
  position: relative;
}
.header__location-input input {
  width: 100%;
  padding: 13px 30px 12px 21px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  font-size: 14px;
}
.header__location-input input::-webkit-input-placeholder {
  color: #3e4757;
}
.header__location-input input::-moz-placeholder {
  color: #3e4757;
}
.header__location-input input:-ms-input-placeholder {
  color: #3e4757;
}
.header__location-input input::-ms-input-placeholder {
  color: #3e4757;
}
.header__location-input input::placeholder {
  color: #3e4757;
}
.header__location-input-cross {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__location-input-cross:after, .header__location-input-cross:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8993a4;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header__location-input-cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__location-input-cross:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__location-list {
  font-size: 14px;
  margin: 10px;
}
.header__location-list li {
  margin: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.header__location-list li:hover {
  color: #428bf9;
}
.header__location-btn {
  display: inline-block;
  min-width: 106px;
  padding: 6px 10px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 2px #428bf9;
  outline: none;
  font-size: 14px;
  color: #428bf9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__location-btn:hover {
  background-color: #428bf9;
  color: #fff;
}
.header__login-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  position: relative;
  z-index: 4;
}
.header__login-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
.header__login-name {
  margin: 0 22px;
  font-size: 18px;
  color: #fff;
}
.header__login-hamb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__login-hamb .hamburger-inner {
  background-color: #fff;
}
.header__login-hamb .hamburger-inner:after, .header__login-hamb .hamburger-inner:before {
  background-color: #fff;
}
.header__login-hamb.is-active .hamburger-inner {
  background-color: #fff;
}
.header__login-hamb.is-active .hamburger-inner:after, .header__login-hamb.is-active .hamburger-inner:before {
  background-color: #fff;
}
.header__login-drop {
  display: none;
  width: 100%;
  padding: 130px 30px 40px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8993a4), to(#161d2c));
  background-image: -o-linear-gradient(top, #8993a4 1%, #161d2c);
  background-image: linear-gradient(to bottom, #8993a4 1%, #161d2c);
  border-radius: 0 0 15px 15px;
  color: #fff;
  position: absolute;
  top: -58px;
  left: 0;
  z-index: 3;
}
.header__login-statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.header__login-statistic img {
  margin-right: 5px;
}
.header__login-statistic span {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 5px;
}
.header__login-list li {
  margin: 8px 0;
}





.header__login-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}
.header__login-list li a:hover .categories-rating__name {
  color: #428bf9;
}

.header__login-list__num {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #ffdd2d;
  border-radius: 20px;
  font-size: 10px;
  white-space: nowrap; color:#000;
}
.header__login-list__btn {
  text-align: center;
  margin-top: auto;
}



.header__login-list__name {
  color: #fff;
  border-bottom: 1px solid;
  border-color: transparent;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  

}
.header__login-list__name:hover {
  border-bottom: 1px solid #fff;
}
.header__login-exit {
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header__login-exit:hover {
  border-color: transparent;
}
.header__search-drop {
  display: none;
  width: 100%;
  max-height: 800px;
  padding: 50px 30px 30px;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0 0 20px 0 #8993a4;
  box-shadow: 0 0 20px 0 #8993a4;
  background-color: #fff;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  z-index: 16;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__search-drop::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.header__search-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin-top: -10px;
  margin-left: -20px;
  margin-bottom: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.header__search-triggers {
  -webkit-overflow-scrolling: touch;
}

.header__search-triggers {
&::-webkit-scrollbar {
    display: none;
  }
}

.header__search-trigger {
  display: block;
  padding: 4px 14px;
  margin-top: 10px;
  margin-left: 12px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  color: #3e4757;
}
.header__search-trigger:hover {
  border-color: #428bf9;
}
.header__search-trigger.active {
  background-color: #428bf9;
  border-color: #428bf9;
  color: #fff;
}
.header__search-contents {
  padding: 0 10px;
}
.header__search-list li {
  margin: 10px 0;
}
.header__search-list li a {
  color: #3e4757;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.header__search-list li a:hover {
  color: #428bf9;
}
.header__search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e4757;
  margin-bottom: 5px;
}
.header__search-item-img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__search-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__search-item-name {
  font-weight: 600;
}
.header__search-btn-row {
  margin-top: 40px;
  text-align: center;
}
.header__search-tabs-btn {
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #428bf9;
  border-radius: 20px;
  color: #428bf9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__search-tabs-btn:hover {
  background-color: #428bf9;
  border-color: #428bf9;
  color: #fff;
}
@media (max-width: 1050px) {
  .header__search-btn {
    padding: 12px;
  }
  .header__search-btn img {
    margin-right: 0;
  }
  .header__search-btn span {
    display: none;
  }
  .header__login {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
    
  .header__login {
    display: none;
  }
  .header__enter {
    color: #3e4757;
    padding: 14px 22px;
    border: solid 1px #dddfe0;
    border-radius: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }
  .header__reg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .header__top {
    padding: 10px 0;
  }
  .header__search {
    max-width: 450px;
    margin-left: 0;
  }
  .header__search-btn {
    display: none;
  }
  .header__bottom {
    border: none;
  }
  .header__hamb {
    display: inline-block;
    margin-left: 10px;
  }
  .header__search-location {
    padding: 0 10px;
  }
  .header__search-input input {
    padding: 0 10px;
  }
  .header__location-drop {
    min-width: 0;
    width: 100%;
  }
  .header__login-flex {
    max-width: none;
    width: 100%;z-index:5;
  }
  .header__login-name {
    color: #3e4757;
  }
  .header__login-hamb {
    margin-left: auto;
  }
  .header__login-hamb .hamburger-inner {
    background-color: #3e4757;
  }
  .header__login-hamb .hamburger-inner:after, .header__login-hamb .hamburger-inner:before {
    background-color: #3e4757;
  }
  .header__login-hamb.is-active .hamburger-inner {
    background-color: #3e4757;
  }
  .header__login-hamb.is-active .hamburger-inner:after, .header__login-hamb.is-active .hamburger-inner:before {
    background-color: #3e4757;
  }
  .header__login-drop {
    top: 0;
    padding: 60px 40px 30px;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 1; height:100%;
  }
  .header__login-list li a {font-size:18px;}
  .header__login-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header__login-close:after, .header__login-close:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header__login-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__login-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__search-drop {
    padding: 40px 10px 20px;
  }
  .header__search-triggers {
    margin-left: -10px;
  }
  .header__search-trigger {
    margin-left: 10px;
  }
  .header__search-contents {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .header__top .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__search {
    max-width: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* /header */
/* menu */
.menu {
  position: relative;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
  font-size: 18px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.menu__item {
  position: relative;
}
.menu__link {
  display: block;
  padding: 24px 10px;
  white-space: nowrap;
  color: #000;
  position: relative;
}
.menu__link:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #666;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu__link--active:after {
  width: 100%;
  left: 0;
}
.menu__link--childin {
  padding-right: 20px;
  position: relative;
}
.menu__link--childin:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.220115 0.1912C0.361098 0.0687746 0.552285 0 0.751634 0C0.950983 0 1.14217 0.0687746 1.28315 0.1912L5.00454 3.42372L8.72592 0.1912C8.86771 0.0722442 9.05762 0.00642175 9.25474 0.00790964C9.45186 0.00939752 9.64042 0.0780766 9.7798 0.199154C9.91919 0.320232 9.99826 0.484021 9.99997 0.655244C10.0017 0.826468 9.92591 0.991425 9.78896 1.11459L5.53606 4.8088C5.39508 4.93123 5.20389 5 5.00454 5C4.80519 5 4.614 4.93123 4.47302 4.8088L0.220115 1.11459C0.0791756 0.992127 0 0.826055 0 0.652894C0 0.479733 0.0791756 0.313661 0.220115 0.1912V0.1912Z' fill='%231F2124'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 33px;
  right: 0;
}
.menu__link-sticker {
  padding: 5px;
  background-color: #ffdd2d;
  border-radius: 10px;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: calc(100% - 5px);
}
.menu__submenu {
min-width:300px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 #8993a4;
  box-shadow: 0 0 20px 0 #8993a4;
  background-color: #fff;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu__submenu.open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.menu__sublink {
  display: block;
  padding: 10px 0;
  color: #000;
  position: relative;
}
.menu__sublink:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #666;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu__close {
  display: none;
}
.menu__login {
  display: none;
}
@media (min-width: 769px) {
  .menu__link:hover:after {
    width: 100%;
    left: 0;
  }
  .menu__sublink:hover:after {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    padding: 70px 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    bottom: 0;
    left: -600px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 18;
  }
  .menu__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .menu__list {
    display: block;
    margin: 0;
    overflow-y: auto;
  }
  .menu__item:last-child .menu__link {
    border-bottom: 1px solid #dddfe0;
  }
  .menu__link {
    padding: 10px 20px;
    border-top: 1px solid #dddfe0;
  }
  .menu__link:after {
    display: none;
  }
  .menu__link--childin:before {
    top: 18px;
    right: 20px;
  }
  .menu__link--active {
    font-weight: normal;
  }
  .menu__link-sticker {
    display: inherit;
    left: calc(80% + 5px);
  }
  .menu__submenu {
    display: none;
    width: 100%;
    padding: 0 20px;
    position: static;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .menu__close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .menu__close:after, .menu__close:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3e4757;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .menu__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 0 20px;
  }
  .menu.open {
    left: 0;
  }
    
    
     
}

/* /menu */
/* breadcrumbs */
.breadcrumbs {
  padding: 30px 0 15px;
}
.breadcrumbs__list {
  font-size: 16px;
}
.breadcrumbs__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__list ul li {
  padding-right: 7px;
  margin-right: 7px;
}
.breadcrumbs__list ul li:not(:last-child) {
  position: relative;
}
.breadcrumbs__list ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #3e4757;
  position: absolute;
  top: 10px;
  right: -1px;
}
.breadcrumbs__list ul li a {
  color: #3e4757;
  position: relative;
}
.breadcrumbs__list ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #3e4757;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs__list ul li a:hover:after {
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15px 0 10px;
  }
}

/* /breadcrumbs */
/* catalog */
.catalog {
  margin-bottom: 30px;
}
.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 0;
}
.catalog__sort-icon {
  width: 20px;
  margin-left: 10px;
}
.catalog__sort-icon svg {
  display: block;
  fill: #DDDFE0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.catalog__sort-icon label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog__sort-icon input {
  position: absolute;
  visibility: hidden;
}
.catalog__sort-icon input:checked ~ label svg {
  fill: #428BF9;
}
.catalog__sort-select {
  margin-left: 16px;
  position: relative;
}
.catalog__sort-select select {
  height: 34px;
  padding: 0 30px 0 10px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px #dddfe0;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family:inherit;
}
.catalog__sort-select select::-ms-expand {
  display: none;
}
.catalog__sort-select:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.220115 0.1912C0.361098 0.0687746 0.552285 0 0.751634 0C0.950983 0 1.14217 0.0687746 1.28315 0.1912L5.00454 3.42372L8.72592 0.1912C8.86771 0.0722442 9.05762 0.00642175 9.25474 0.00790964C9.45186 0.00939752 9.64042 0.0780766 9.7798 0.199154C9.91919 0.320232 9.99826 0.484021 9.99997 0.655244C10.0017 0.826468 9.92591 0.991425 9.78896 1.11459L5.53606 4.8088C5.39508 4.93123 5.20389 5 5.00454 5C4.80519 5 4.614 4.93123 4.47302 4.8088L0.220115 1.11459C0.0791756 0.992127 0 0.826055 0 0.652894C0 0.479733 0.0791756 0.313661 0.220115 0.1912V0.1912Z' fill='%231F2124'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog__sidebar {
  width: 326px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 26px 36px 23px;
  margin-right: 24px;
  border-radius: 15px;
  border: solid 2px #f5f6f8;
}
.catalog__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 11px 17px;
  border-radius: 15px;
  border: solid 2px #f5f6f8;
}
.catalog__main > .row {
  margin-top: -10px;
}
.catalog__main > .row > * {
  padding-top: 10px;
}
.catalog__col-list {
  width: 100%;
}
.catalog__filter-btn {
  display: none;
}
.catalog__sidebar-close {
  display: none;
}
@media (max-width: 1200px) {
  .catalog__sidebar {
    padding-top: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    z-index: 18;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .catalog__sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .catalog__sidebar.open {
    left: 0;
  }
  .catalog__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog__head .title {
    width: 100%;
  }
  .catalog__filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 20px;
    font-weight: 600;
    font-size: 18px;cursor:pointer;
  }
  
  .catalog__filter-btn:hover {text-decoration:underline;}  
  
  .catalog__filter-btn svg {
    width: 20px;
    margin-right: 10px;
    fill: #428bf9;
  }
  .catalog__sort {
    margin-left: 10px;
  }
  .catalog__sidebar-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .catalog__sidebar-close:after, .catalog__sidebar-close:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3e4757;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .catalog__sidebar-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .catalog__sidebar-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 500px) {
  .catalog__filter-btn {
    font-size: 14px;
  }
  .catalog__filter-btn svg {
    margin-right: 5px;
  }
  .catalog__sort-icon {
    margin-left: 5px;
  }
  .catalog__sort-select {
    margin-left: 5px;
  }
}

/* /catalog */
/* filter */
.filter__buttons {
  margin-bottom: 15px;
}
.filter__buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-top: -8px;
}
.filter__btn {
  margin-left: 12px;
  margin-top: 8px;
}
.filter__btn input {
  position: absolute;
  visibility: hidden;
}
.filter__btn input:checked ~ label {
  background-color: #428bf9;
  border-color: #428bf9;
  color: #fff;
}
.filter__btn label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__block {
  margin-bottom: 17px;
}
.filter__title {
  font-size: 18px;
  font-weight: 600;
}
.filter__title--mb10 {
  margin-bottom: 10px;
}
.filter__list {
  margin-bottom: 12px;
}
.filter__list ul li {
  margin: 7px 0;
}
.filter__list ul li input {
  position: absolute;
  visibility: hidden;
}
.filter__list ul li input:checked ~ label .filter__name {
  color: #428bf9;
}
.filter__list ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.filter__name {
  text-decoration: underline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.filter__num {
  padding: 5px 10px;
  border-radius: 10.5px;
  background-color: #f1f3f5;
  font-size: 10px; min-width:37px;text-align:center;
}
.filter__more {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 20px;
  border: solid 1px #dddfe0;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__more:hover {
  background-color: #428bf9;
  border-color: #428bf9;
  color: #fff;
}
.filter__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddfe0;
  border-radius: 20px;
}
.filter__input-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.filter__input-half:nth-child(1) {
  border-right: 1px solid #dddfe0;
}
.filter__input-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__input-text {
  padding-left: 14px;
  font-size: 14px;
  white-space: nowrap;
}
.filter__input input {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  background-color: transparent;
  border: none;
  outline: none;
}
.filter__select {
  position: relative;
}
.filter__select select {
  width: 100%;
  height: 34px;
  padding: 0 30px 0 10px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px #dddfe0;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filter__select select::-ms-expand {
  display: none;
}
.filter__select:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.220115 0.1912C0.361098 0.0687746 0.552285 0 0.751634 0C0.950983 0 1.14217 0.0687746 1.28315 0.1912L5.00454 3.42372L8.72592 0.1912C8.86771 0.0722442 9.05762 0.00642175 9.25474 0.00790964C9.45186 0.00939752 9.64042 0.0780766 9.7798 0.199154C9.91919 0.320232 9.99826 0.484021 9.99997 0.655244C10.0017 0.826468 9.92591 0.991425 9.78896 1.11459L5.53606 4.8088C5.39508 4.93123 5.20389 5 5.00454 5C4.80519 5 4.614 4.93123 4.47302 4.8088L0.220115 1.11459C0.0791756 0.992127 0 0.826055 0 0.652894C0 0.479733 0.0791756 0.313661 0.220115 0.1912V0.1912Z' fill='%231F2124'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.filter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.filter__button {
  width: 50%;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter__button--blue {
  background-color: #428bf9;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.filter__button--blue:hover {
  background-color: #42A0F9;
}
.filter__button--white {
  border: 1px solid #dddfe0;
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.filter__button--white:hover {
  color: #428bf9;
}
@media (min-width: 769px) {
  .filter__btn label:hover {
    background-color: #428bf9;
    border-color: #428bf9;
    color: #fff;
  }
  .filter__list ul li label:hover .filter__name {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
}
@media (max-width: 768px) {
  .filter {
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .filter::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

/* /filter */
/* card-list */
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  /*padding-right: 50px; */
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(30%, #fff));
  background-image: -o-linear-gradient(top, #f0f0f0, #fff 30%);
  background-image: linear-gradient(to bottom, #f0f0f0, #fff 30%);
}
.card-list__img {
  width: 180px;
  height: 180px;
  background-color: #f1f3f5;
  margin-right: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.card-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-list__content-left {
  max-width: 500px;
  margin-right: 20px;
}
.card-list__title {
  font-size: 20px;
  font-weight: 600;
  color: #428bf9;
  margin-bottom: 3px;
}
.card-list__title a {
  color: #428bf9;
}
.card-list__title a:visited {
  color: #5e40e7;
}
.card-list__title a:hover {
  color:#005EEB; /*color: #5e40e7;*/
}
.card-list__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-list__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.card-list__price img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.card-list__price-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
  font-size: 12px;
  color: #3e4757;
  font-weight: bold;
  white-space: nowrap;
}
.card-list__price-delivery img {
  width: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.card-list__price-delivery span {
  margin-left: 5px;
  font-weight: 600;
  color: #3e4757;
  white-space: normal;
}
.card-list__rub {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin-left: 5px;
}
.card-list__list {
  font-size: 14px;
  margin-bottom: 10px;
}
.card-list__list li {
  margin: 1px 0;
}
.card-list__list li span {
  color: #000;
}
.card-list__text {
  font-size: 14px;
}
.card-list__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px; /* width: 200px; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.card-list__statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
}
.card-list__statistic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-list__statistic-item img {
  width: 17px;
  margin-right: 6px;
}
.card-list__statistic-item:nth-child(2) {
  margin-left: 20px;
}
.card-list__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.card-list__subtitle a {
  color: #428bf9;
}
.card-list__subtitle a:hover {
  color:#005EEB; /*color: #5e40e7;*/
}
.card-list__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.card-list__points-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.card-list__points-percent img {
  margin-right: 5px;
}
.card-list__points-count {
  margin-left: 10px;
  font-size: 12px;
  color: #428bf9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card-list__points-count:hover {
  color: #5e40e7;
}
@media (max-width: 1050px) {
  .card-list {
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .card-list__content {
    display: block;
  }
  .card-list__content-left {
    margin-right: 0;
  }
  .card-list__content-right {
    display: block;
    width: auto;
    text-align: left;
  }
  .card-list__points {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .card-list__statistic {
    margin-bottom: 10px;
  }
  .card-list__text {
    display: none;
  }
  .card-list__price-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .card-list__img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .card-list__title {
    font-size: 16px;
  }
  .card-list__list {
    font-size: 12px;
  }
  .card-list__price-delivery {
    width: 100%;
  }
  .card-list__subtitle {
    font-size: 16px;
  }
}

/* /card-list */
/* pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-top: 10px;
}
.pagination__count {
  margin: 10px 0;
  font-size: 14px;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 30px;
  font-weight: 600;
}
.pagination__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__list ul li {
  min-width:20px; text-align:center;
}
.pagination__list ul li a {
  padding: 5px 7px;
  color: #428bf9;
}
.pagination__list ul li a:hover {
  color: #5e40e7;
}
.pagination__list ul li a.active {
  color: #000;
}
.pagination__arrow {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #8993a4;
  position: relative;
}
.pagination__arrow img {
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pagination__arrow--prev img {
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination__arrow--next img {
  margin-top: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.pagination__arrow:hover {
  background-color: #428bf9;
}
.pagination__btn {
  padding: 4px 20px;
  margin: 10px 0;
  border-radius: 20px;
  border: solid 2px #428bf9;
  outline: none;
  font-size: 14px;
  color: #428bf9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination__btn:hover {
  background-color: #428bf9;
  color: #fff;
}
.pagination__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 10px auto;
  font-size: 14px;
}
.pagination__more-select {
  position: relative;
  margin-left: 10px;
  margin-right:30px;
}
.pagination__more-select select {
  width: 100%;
  height: 34px;
  padding: 0 30px 0 20px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px #dddfe0;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pagination__more-select select::-ms-expand {
  display: none;
}
.pagination__more-select:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.220115 0.1912C0.361098 0.0687746 0.552285 0 0.751634 0C0.950983 0 1.14217 0.0687746 1.28315 0.1912L5.00454 3.42372L8.72592 0.1912C8.86771 0.0722442 9.05762 0.00642175 9.25474 0.00790964C9.45186 0.00939752 9.64042 0.0780766 9.7798 0.199154C9.91919 0.320232 9.99826 0.484021 9.99997 0.655244C10.0017 0.826468 9.92591 0.991425 9.78896 1.11459L5.53606 4.8088C5.39508 4.93123 5.20389 5 5.00454 5C4.80519 5 4.614 4.93123 4.47302 4.8088L0.220115 1.11459C0.0791756 0.992127 0 0.826055 0 0.652894C0 0.479733 0.0791756 0.313661 0.220115 0.1912V0.1912Z' fill='%231F2124'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination__count {
   /* display: none;*/
  }
  .pagination__list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination__more {
    display: none;
  }
  .pagination__list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pagination__btn {
    margin-bottom: 20px;
  }
}

/* /pagination */
/* stores */
.stores {
  padding-top: 13px;
  padding-bottom: 10px;
}
.stores .title {
  padding-left: 6px;
  margin-bottom: 15px;
}
.stores__slider {
  padding: 20px;
  margin: -20px;
  overflow: hidden;
}
.stores__slider .swiper-wrapper {
  margin-bottom: 25px;
}
.stores__slider .swiper-slide {
  height: auto;
}
.stores__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stores__pagination {
  width: auto !important;
  margin: 0 25px;
  position: static;
}
.stores__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 9px !important;
  background-color: #d8d8d8;
  opacity: 1;
}
.stores__pagination .swiper-pagination-bullet-active {
  background-color: #428bf9;
}
.stores__arrow {
  position: static;
  margin-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stores__arrow:after {
  content: "";
  display: block;
  display: none;
}
.stores__arrow svg {
  display: block;
  fill: #d8d8d8;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.stores__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.stores__arrow:hover svg {
  fill: #428bf9;
}
.stores__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 22px 25px;
  border-radius: 15px;
  background-color: #F5F6F8;
  text-align: center;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stores__item:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(137, 147, 164, 0.4);
  box-shadow: 0 0 20px 0 rgba(137, 147, 164, 0.4);
}
.stores__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  height: 156px;
  padding: 8px;
  margin-bottom: 27px;
}
.stores__img img {
  max-height: 100%;
}
.stores__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.stores__location {
  color: #a0a0a0;
  margin-bottom: 22px;
}
.stores__rating {
  margin-top: auto;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.stores__btn {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 1420px) {
  .stores__slider {
    padding: 20px 10px;
    margin: -20px -10px;
  }
}
@media (max-width: 768px) {
  .stores__title {
    font-size: 22px;
  }
}

/* /stores */
/* categories-rating */
.categories-rating {
  padding-top: 8px;
  padding-bottom: 10px;
}
.categories-rating .title {
  margin-bottom: 15px;
}
.categories-rating__col {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .categories-rating__col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .categories-rating__col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .categories-rating__col {
    width: 100%;
  }
}
.categories-rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 23px 27px 32px;
  border-radius: 15px;
  border: solid 2px #f8f8f8;
}
.categories-rating__list {
  margin-top: -17px;
  margin-bottom: 70px;
}
.categories-rating__list li {
  margin: 17px 0;
}
.categories-rating__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.categories-rating__list li a:hover .categories-rating__name {
  color: #428bf9;
}
.categories-rating__name {
  font-size: 18px;
  text-decoration: underline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.categories-rating__num {
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #ffdd2d;
  border-radius: 20px;
  font-size: 10px;
  white-space: nowrap;
}

.numred {background-color:#e41749; color:#FFF;}

.categories-rating__btn {
  text-align: center;
  margin-top: auto;
}
@media (max-width: 768px) {
  .categories-rating__name {
    font-size: 16px;
  }
  .categories-rating__list {
    margin-bottom: 40px;
  }
  .categories-rating__list li {
    margin: 10px 0;
  }
}

/* /categories-rating */
/* news */
.news {
  padding: 0px 0 48px; /*padding: 24px 0 58px;*/
}
.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__head .title {
  margin: 10px 0;
}
.news__buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -15px;
}
.news__btn {
  display: block;
  margin-top: 10px;
  margin-left: 15px;
  padding: 3px 15px 6px;
  border-radius: 20px;
  background-color: rgba(66, 139, 249, 0.1);
  font-size: 18px;
  font-weight: 600;
  color: #428bf9;
}
.news__btn:hover {
  background-color: #428bf9;
  color: #fff;
}
.news__col-big {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .news__col-big {
    width: 100%;
  }
}
.news__col-big .row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.news__col-small {
  width: 50%;
  height: 50%;
}
.news__col-small .news__img {
  height: 100%;
}
.news__item {
  display: block;
  height: 100%;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.news__item--big {
  font-size: 30px;
}
.news__item--big .news__triangle {
  width: 35px;
  height: 40px;
}
.news__item--big .news__content {
  padding: 30px 30px 18px 25px;
}
.news__item--big .news__img:before {
  content: "";
  display: block;
  padding-top: 57%;
}
.news__item:hover .news__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news__item:hover .news__img:after {
  opacity: 1;
}
.news__img {
  overflow: hidden;
  position: relative;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__img:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 100%;
  padding: 20px 14px 10px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0, 0, 0)));
  background-image: -o-linear-gradient(top, transparent, rgb(0, 0, 0));
  background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news__triangle {
  width: 20px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='100' viewBox='0 0 87 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_3)'%3E%3Cpath d='M82.3384 41.8093C88.5539 45.5196 88.5539 54.4777 82.3384 58.188L14.5492 98.6237C8.14642 102.444 5.32368e-06 97.8597 5.64825e-06 90.4343L9.18325e-06 9.56298C9.50761e-06 2.14245 8.14642 -2.44166 14.5492 1.37366L82.3384 41.8093V41.8093Z' fill='%23FFDD2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_3'%3E%3Crect width='100' height='100' fill='white' transform='translate(100) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media (max-width: 1050px) {
  .news__col-small {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .news__col-small {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .news .row {
    margin-top: -10px;
    margin-left: -10px;
  }
  .news .row > * {
    padding-top: 10px;
    padding-left: 10px;
  }
  .news__content {
    padding: 10px !important;
    font-size: 14px;
  }
  .news__col-small {
    height: 150px;
  }
  .news__buttons-row {
    margin-top: -5px;
    margin-left: -5px;
  }
  .news__btn {
    padding: 3px 10px 6px;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 13px;
  }
  .news__item--big .news__content {
    font-size: 16px;
  }
  .news__item--big .news__triangle {
    width: 22px;
    height: 27px;
  }
  .news__head {
    margin-bottom: 10px;
  }
}

/* /news */
/* newspage */
.newspage {
  padding-top: 48px;
  padding-bottom: 40px;
  position: relative;
}
.newspage:before {
  content: "";
  display: block;
  background-color: #8993a4;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.newspage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newspage__main {
  width: 100%;
  max-width: 900px;
  min-width: 0;
}
.newspage__sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
  margin-left: 30px;
}
.newspage__slider {
  border-radius: 6px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.newspage__slider img {
  display: block;
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newspage__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 10px 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0, 0, 0)));
  background-image: -o-linear-gradient(top, transparent, rgb(0, 0, 0));
  background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.newspage__arrow {
  fill: #fff;
  position: static;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.newspage__arrow svg {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.newspage__arrow:after {
  display: none;
}
.newspage__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newspage__arrow:hover {
  fill: #428bf9;
}
.newspage__pagination {
  width: auto !important;
  margin: 0 15px;
  position: static;
}
.newspage__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 10px !important;
  background-color: #fff;
  opacity: 1;
}
.newspage__pagination .swiper-pagination-bullet-active {
  background-color: #428bf9;
}
.newspage .title {
  margin-bottom: 22px;
}
.newspage__stickers {
  margin-bottom: 28px;
}
.newspage__stickers-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -10px;
}
.newspage__sticker {
  margin-left: 15px;
  margin-top: 10px;
  padding: 5px 20px;
  border-radius: 20px;
  border: solid 1px #dddfe0;
  font-size: 10px;
  color: #3e4757;
  white-space: nowrap;
}
.newspage__texblock {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
  color: #000;
}
.newspage__texblock h1, .newspage__texblock h2, .newspage__texblock h3, .newspage__texblock h4, .newspage__texblock h5, .newspage__texblock h6 {
  font-weight: bold;
  margin: 25px 0;
}
.newspage__texblock p {
  margin: 25px 0;
}
.newspage__newsblock {
  padding: 25px 23px;
  background-color: #f5f6f8;
  border-radius: 6px;
  margin-bottom: 30px;
}
.newspage__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 21px;
}
.newspage__switch-btn {
  width: 50%;
  padding: 14px 25px;
  background-color: #f5f6f8;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.newspage__switch-btn:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.newspage__switch-btn:nth-child(2) {
  border-radius: 0 10px 10px 0;
}
.newspage__switch-btn:hover {
  color: #428bf9;
}
.newspage__switch-btn.active {
  background-color: #428bf9;
  color: #fff;
}
.newspage__items .row {
  margin-top: -20px;
}
.newspage__items .row > * {
  padding-top: 20px;
}
.newspage__items-col {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .newspage__items-col {
    width: 50%;
  }
}
.newspage__item {
  display: block;
  color: #161d2c;
}
.newspage__item-img {
  height: 146px;
  margin-bottom: 13px;
}
.newspage__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newspage__item-title {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #161d2c;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.newspage__item-title:hover {
  border-color: transparent;
}
.newspage__allnews {
  display: block;
  margin-top: 25px;
  padding: 10px 20px;
  background-color: #428bf9;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.newspage__allnews:hover {
  background-color: #42A0F9;
}
.newspage__buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -26px;
}
.newspage__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
  border-radius: 20px;
  border: solid 2px #428bf9;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #428bf9;
  fill: #428bf9;
}
.newspage__button svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}
.newspage__button:hover {
  background-color: #428bf9;
  color: #fff;
  fill: #fff;
}
.newspage__video {
  background-size: 100% auto;
  background-position: center;
  background-color: #000;
  position: relative;
}
.newspage__video .video__wrapper {
  padding-top: 56.25%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newspage__video .video__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.newspage__video .video__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 50px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newspage__video .video__play img {
  width: 20px;
  margin-left: 2px;
}
.newspage__video .video__play:hover {
  background-color: red;
}
@media (max-width: 1050px) {
  .newspage__row {
    display: block;
  }
  .newspage__main {
    max-width: none;
    margin-bottom: 30px;
  }
  .newspage__sidebar {
    width: auto;
    margin-left: 0;
  }
  .newspage__item-img {
    height: 250px;
  }
  .newspage__allnews {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .newspage__buttons-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
  }
  .newspage__button {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .newspage__slider img {
    height: 350px;
  }
  .newspage__item-img {
    height: 170px;
  }
  .newspage__controll {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .newspage__slider img {
    height: 250px;
  }
  .newspage .title {
    margin-bottom: 15px;
  }
  .newspage__stickers {
    margin-bottom: 15px;
  }
  .newspage__texblock {
    font-size: 16px;
  }
  .newspage__texblock h1, .newspage__texblock h2, .newspage__texblock h3, .newspage__texblock h4, .newspage__texblock h5, .newspage__texblock h6 {
    margin: 10px 0;
  }
  .newspage__texblock p {
    margin: 10px 0;
  }
  .newspage__newsblock {
    padding: 20px 10px;
  }
  .newspage__items .row {
    margin-left: -10px;
  }
  .newspage__items .row > * {
    padding-left: 10px;
  }
  .newspage__item-img {
    height: 140px;
  }
  .newspage__item-title {
    font-size: 16px;
  }
  .newspage__buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -15px;
  }
  .newspage__button {
    margin-top: 15px;
    font-size: 16px;
  }
  .newspage__controll {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

/* /newspage */
/* product */
.product {
  margin-bottom: 20px;
}
.product .title {
  margin-bottom: 10px;
}

.product .title:first-letter {
    text-transform: uppercase;
}

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__main {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 25px;
  border-radius: 15px;
  border: solid 2px #f5f6f8;
  position: relative;
}
.product__main:before {
  content: "";
  display: block;
  height: 100px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(transparent));
  background: -o-linear-gradient(top, #F1F1F1, transparent);
  background: linear-gradient(to bottom, #F1F1F1, transparent);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}
.product__sidebar {
  width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 25px 15px;
  margin-left: 24px;
  border-radius: 15px;
  border: solid 2px #f5f6f8;
}
.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 17px;
}
.product__head-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -10px;
  font-size: 14px;
}
.product__head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-top: 10px;
  padding: 4px 10px 5px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 2px #dddfe0;
  color: #3e4757;
  white-space: nowrap;
  fill: #3e4757;
}
.product__head-item svg {
  max-height: 14px;
  display: block;
}
.product__head-item:hover, .product__head-item.active {
  border-color: #428bf9;
  color: #428bf9;
  fill: #428bf9;
}
.product__head-item--stroke {
  fill: transparent;
  stroke: #3e4757;
}
.product__head-item--stroke:hover, .product__head-item--stroke.active {
  stroke: #428bf9;
  fill: transparent;
}
.product__head-item-icon {
  width: 14px;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product__statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*width: 100%;
  max-width: 350px;*/
  font-size: 12px;
}


@media screen and (max-width: 1365px) {
.product__statistics {max-width: unset; margin-top:5px;}
}

.product__statistics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
}
.product__statistics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px 5px;
}
.product__statistics-item img {
  display: block;
  max-width: 17px;
  max-height: 17px;
  margin-right: 7px;
}
.product__statistics-date {
  padding: 4px 10px 5px;
}
.product__plug {
  width: 344px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product__rowin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 640px;
  min-width: 0;
}
.product__right {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}
.product__slider {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.product__slider .swiper-slide a {
  display: block;
  width: 100%;
}
.product__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: contain;
    background-image: linear-gradient(to bottom, #353d4c 1%, #161d2c);
}
.product__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 10px 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0, 0, 0)));
  background-image: -o-linear-gradient(top, transparent, rgb(0, 0, 0));
  background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.product__arrow {
  fill: #fff;
  position: static;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product__arrow svg {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.product__arrow:after {
  display: none;
}
.product__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product__arrow:hover {
  fill: #428bf9;
}
.product__pagination {
  width: auto !important;
  margin: 0 15px;
  position: static;
}
.product__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 10px !important;
  background-color: #fff;
  opacity: 1;
}
.product__pagination .swiper-pagination-bullet-active {
  background-color: #428bf9;
}
.product__iconzoom {
  width: 20px;
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  pointer-events: none;
}
.product__list li {
  margin: 5px 0;
}
.product__list li span {
  color: #000;
  font-weight: 600;
}
.product__text {
  line-height: 25px;
}
.product__text p {
 /* margin: 24px 0;*/
}
.product__buy {
  padding-top: 8px;
  margin-bottom: 30px;
}
.product__price {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 7px;
}
.product__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-bottom: 11px;
}
.product__delivery img {
  width: 17px;
  margin-right: 5px;
}
.product__delivery span {
  font-weight: 600;
  margin-left: 5px;
  color: #3e4757;
}
.product__rub {
  font-family: "HelveticaNeue", sans-serif;
}
.product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  border: none;
  outline: none;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 13px;
}
.product__btn img {
  width: 12px;
  margin-right: 5px;
}
.product__btn--blue {
  background-color: #428bf9;
  font-size: 22px;
  color: #fff;
}
.product__btn--blue:hover {
  background-color: #42A0F9;
}
.product__btn--white {
  background-color: #fff;
  border: solid 2px #dddfe0;
  font-size: 18px;
  color: #3e4757;
}
.product__btn--white:hover {
  background-color: #428bf9;
  border-color: #428bf9;
  color: #fff;
}

.product__btn--white-blue {
  background-color: #fff;
  border: solid 2px #428bf9;
  font-size: 18px;
  color: #428bf9;
}
.product__btn--white-blue:hover {
  background-color: #428bf9;
  border-color: #428bf9;
  color: #fff;
}

.product__btn--violet {
  font-size: 22px;
  background-color: #5e40e7;
  color: #ffdd2d;
}
.product__btn--violet:hover {
  background-color: #428bf9;
}
.product__studio {
  text-align: center;
  margin-bottom: 22px;
}
.product__studio-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.product__studio-name a {
  color: #428bf9;
  border-bottom: 1px solid #428bf9;
}
.product__studio-name a:hover {
  border-color: transparent;
}
.product__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
}
.product__percent img {
  margin-right: 5px;
}
.product__count {
  font-size: 12px;
  color: #428bf9;
  border-bottom: 1px solid #428bf9;
}
.product__count:hover {
  border-color: transparent;
}
.product__text {
  font-size: 16px;
line-height: 25px; color:#000;
}
.product__auction {
  text-align: center;
}
.product__auction-price {
  font-size: 40px;
  font-weight: bold;
  color: #5e40e7;
  margin-bottom: 8px;
}
.product__auction-price img {
  width: 30px;
  margin-right: 10px;
}
.product__date {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.product__input {
  max-width: 300px;
  margin-bottom: 5px;
}
.product__input input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 2px #dddfe0;
  font-size: 18px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.product__input input::-webkit-input-placeholder {
  color: #3e4757;
}
.product__input input::-moz-placeholder {
  color: #3e4757;
}
.product__input input:-ms-input-placeholder {
  color: #3e4757;
}
.product__input input::-ms-input-placeholder {
  color: #3e4757;
}
.product__input input::placeholder {
  color: #3e4757;
}
.product__input input:focus {
  border-color: #428bf9;
}
.product__clarification {
  font-size: 12px; text-align:center;
  margin-bottom: 10px; opacity:0.8;
  
}
@media (max-width: 1200px) {
  .product__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product__main {
    margin-bottom: 20px;
  }
  .product__sidebar {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .product__controll {
    padding-top: 20px;
  }
  .product__rowin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .product__right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .product__controll {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .product__slider .swiper-slide img {
    height: 300px;
  }
  .product__main {
    padding: 15px;
  }
  .product__main:before {
    left: 5px;
    right: 5px;
    top: 5px;
  }
  .product__sidebar {
    padding: 15px;
  }
}

/* /product */
/* release */
.release {
  padding-top: 10px;
  padding-bottom: 18px;
}
.release__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.release__head .subtitle {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.release__btn {
  padding: 4px 12px 5px;
  border-radius: 20px;
  border: solid 2px #4486fc;
  background-color: #fff;
  font-size: 14px;
  color: #428bf9;
}
.release__btn:hover {
  background-color: #428bf9;
  color: #fff;
}
.release__triggers {
  max-width: 100%;
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #f5f6f8;
  background-color: #fff;
  margin-bottom: 12px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.release__triggers::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.release__triggers li:first-child .release__trigger {
  border-radius: 10px 0 0 10px;
}
.release__triggers li:last-child .release__trigger {
  border-radius: 0 10px 10px 0;
}
.release__triggers li:not(:last-child) .release__trigger {
  border-right: 1px solid #f5f6f8;
}
.release__trigger {
  display: block;
  padding: 14px 26px;
  background-color: #fff;
  color: #3e4757;
  white-space: nowrap;
}
.release__trigger:hover {
  color: #428bf9;
}
.release__trigger.active {
  background-color: #428bf9;
  color: #fff;
}
.release__content {
  padding: 15px 24px 13px 22px;
  border-radius: 10px;
  border: solid 2px #f5f6f8;
  background-color: #f5f6f8;
}
.release__photo-and-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.release__slider {
  width: 273px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.release__slider .swiper-wrapper {
  margin-bottom: 10px;
}
.release__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 273px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.release__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.release__arrow {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: static;
  margin-top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.release__arrow svg {
  fill: #3e4757;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.release__arrow:after {
  display: none;
}
.release__arrow--prev svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.release__arrow--next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.release__arrow:hover {
  background-color: #428bf9;
}
.release__arrow:hover svg {
  fill: #fff;
}
.release__playlist {
  width: 100%;
  max-width: 500px;
  margin-left: 20px;
}
.release__playlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 6px 0;
}
.release__playlist-num {
  width: 40px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.release__playlist-name {
  margin-right: 20px;
}
.release__playlist-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 60px;
  padding: 1px 10px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .release__photo-and-playlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .release__slider {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .release__playlist {
    max-width: none;
    margin-left: 0;
  }
  .release__trigger {
    padding: 10px;
    font-size: 14px;
  }
  .release__head {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .release__content {
    padding: 10px;
  }
  .release__playlist {
    font-size: 14px;
  }
  .release__playlist-num {
    width: 30px;
    margin-right: 10px;
  }
  .release__playlist-name {
    margin-right: 10px;
  }
  .release__slider {
    width: 230px;
  }
  .release__slider .swiper-slide img {
    height: 230px;
  }
}

/* /release */
/* items */
.items {
  padding-top: 15px;
  padding-bottom: 10px;
}
.items .subtitle {
  margin-bottom: 20px;
}
.items__col {
  width: 20%;
}
@media screen and (max-width: 1050px) {
  .items__col {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .items__col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .items__col {
    width: 50%;
  }
}
.items__img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  display:flex;
}
.items__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.items__performer {
  font-size: 14px;
  font-weight: 600;
  color: #3e4757;
  margin-bottom: 5px;
}
.items__name {
  display: inline;
  color: #428bf9;
  border-bottom: 1px solid #428bf9;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.items__name:hover {
  border-color: transparent;
}
@media (max-width: 500px) {
  .items .row {
    margin-left: -10px;
  }
  .items .row > * {
    padding-left: 10px;
  }
}

/* /items */
/* discography */
.discography {
  margin-bottom: 30px;
}
.discography .title {
  margin-bottom: 14px;
}
.discography__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discography__main {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 46px;
}
.discography__sidebar {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.discography__rowin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discography__left {
  width: 326px;
  margin-right: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.discography__right {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.discography__slider {
  overflow: hidden;
  margin-bottom: 20px;
}
.discography__slider .swiper-wrapper {
  margin-bottom: 10px;
}
.discography__slider .swiper-slide a {
  display: block;
  width: 100%;
}
.discography__slider .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.discography__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.discography__arrow {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  background-color: #8993a4;
  border-radius: 100%;
  position: static;
  margin-top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.discography__arrow:after {
  display: none;
}
.discography__arrow--prev svg {
  fill: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.discography__arrow--next svg {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.discography__arrow:hover {
  background-color: #428bf9;
}
.discography__title {
  font-size: 18px;
  font-weight: 600;
  color: #161d2c;
  margin-bottom: 6px;
}
.discography__text {
  margin-bottom: 12px;
}
.discography__text p {
  margin: 6px 0;
  line-height: 24px;
}
.discography__text a {
  color: #428bf9;
  text-decoration: underline;
}
.discography__text a:hover {
  color: #5e40e7;
}
.discography__table {
  margin-bottom: 20px;
}
.discography__table table tr td {
  padding: 3px 0;
}
.discography__table table tr td:nth-child(1) {
  padding-right: 20px;
}
.discography__table a {
  color: #428bf9;
  text-decoration: underline;
}
.discography__table a:hover {
  color: #5e40e7;
}
.discography__links {
  margin-bottom: 16px;
}
.discography__links a {
  color: #428bf9;
}
.discography__links a:hover {
  color: #5e40e7;
}
.discography__buttons {
  margin-bottom: 30px;
}
.discography__statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}
.discography__statistics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.discography__statistics-item img {
  width: 15px;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.discography__statistics-item:nth-child(1) {
  margin-right: 20px;
}
.discography__interaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.discography__interaction-item {
    min-width:198px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  white-space: nowrap;
  font-size: 14px;
  color: #3e4757;
  fill: #3e4757;
  margin-bottom: 15px;
}
.discography__interaction-item:hover {
  color: #428bf9;
  fill: #428bf9;
  border-color: #428bf9;
}
.discography__interaction-item--stroke {
  stroke: #3e4757;
  fill: transparent;
}
.discography__interaction-item--stroke:hover {
  stroke: #428bf9;
  fill: transparent;
}
.discography__interaction-icon {
  width: 14px;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.discography__interaction-icon svg {
  display: block;
  max-height: 14px;
}
.discography__chart .highcharts-title {
  font-size: 14px !important;
}
.discography__chart .highcharts-text-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .discography__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discography__main {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .discography__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .discography__statistics-interaction {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 20px;
  }
  .discography__buttons {
    width: 100%;
    max-width: 300px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .discography__chart {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .discography__rowin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discography__left {
    margin-right: 0;
  }
  .discography__sidebar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discography__left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .discography__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .discography__statistics-interaction {
    margin: 0;
    width: 100%;
  }
  .discography__chart {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .discography__left {
    width: 100%;
  }
}

/* /discography */
/* discocollection */
.discocollection {
  margin-bottom: 30px;
}
.discocollection__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discocollection__sidebar {
  width: 330px;
  margin-right: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 25px;
  border-radius: 15px;
  border: solid 2px #f5f6f8;
}
.discocollection__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 10px 23px;
  border-radius: 15px;
  border: solid 2px #f5f6f8;
}
.discocollection__items {
  margin-bottom: 20px;
}
.discocollection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 10px;
  position: relative;
  margin-bottom: 10px;
}
.discocollection__item:before {
  content: "";
  display: block;
  height: 100px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(transparent));
  background: -o-linear-gradient(top, #F1F1F1, transparent);
  background: linear-gradient(to bottom, #F1F1F1, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.discocollection__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 22px;
}
.discocollection__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.discocollection__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.discocollection__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
}
.discocollection__text a {
  color: #428bf9;
  text-decoration: underline;
}
.discocollection__text a:hover {
  color: #5e40e7;
}
.discocollection__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.discocollection__head a {
  color: #428bf9;
  margin-right: 10px;
  text-decoration: none;
}
.discocollection__head a:hover {
  color: #5e40e7;
}
.discocollection__sticker {
  padding: 4px 10px 5px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  font-size: 14px;
}
.discocollection__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.discocollection__btn {
  margin: 10px 0;
  padding: 4px 16px 5px;
  border-radius: 20px;
  background-color: #428bf9;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.discocollection__btn:hover {
  background-color: #42A0F9;
}
.discocollection__performers {
  margin-bottom: 20px;
}
.discocollection__performer {
  margin-bottom: 20px;
}
.discocollection__col {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .discocollection__col {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .discocollection__col {
    width: 50%;
  }
}
.discocollection__performer-img {
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
}
.discocollection__performer-img img {
  display: block;
  width: 100%;
  height: 170px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.discocollection__performer-img:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.discocollection__performer-name a {
  color: #428bf9;
  text-decoration: underline;
  font-weight: 600;
}
.discocollection__performer-name a:hover {
  color: #5e40e7;
}
.discocollection__filter-list {
  margin-bottom: 25px;
}
.discocollection__filter-list li {
  margin: 7px 0;
}
.discocollection__filter-list li input {
  position: absolute;
  visibility: hidden;
}
.discocollection__filter-list li input:checked ~ label .discocollection__filter-text {
  color: #428bf9;
}
.discocollection__filter-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.discocollection__filter-list li label:hover .discocollection__filter-text {
  color: #000;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
.discocollection__filter-text {
  text-decoration: underline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.discocollection__filter-sticker {
  min-width: 40px;
  margin-left: auto;
  padding: 5px 10px;
  background-color: #f1f3f5;
  border-radius: 20px;
  font-size: 10px;
  color: #8993a4;
  text-align: center;
}
.discocollection__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px 5px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 40px;
}
.discocollection__filter-btn svg {
  width: 13px;
  margin-right: 7px;
  fill: #3e4757;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.discocollection__filter-btn:hover {
  border-color: #428bf9;
  background-color: #428bf9;
  color: #fff;
}
.discocollection__filter-btn:hover svg {
  fill: #fff;
}
.discocollection__alphabet-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.discocollection__alphabet-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.discocollection__alphabet-item {
  margin: 2px;
}
.discocollection__alphabet-item input {
  position: absolute;
  visibility: hidden;
}
.discocollection__alphabet-item input:checked ~ label {
  color: #428bf9;
}
.discocollection__alphabet-item label {
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.discocollection__alphabet-item label:hover {
  color: #000;
}
.discocollection__pagination {
  margin-top: auto;
}
.discocollection__close {
  display: none;
}
@media (max-width: 1200px) {
  .discocollection__sidebar {
    padding-top: 60px;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
  }
  .discocollection__sidebar.open {
    left: 0;
  }
  .discocollection__filter {
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .discocollection__filter::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .discocollection__close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .discocollection__close:after, .discocollection__close:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3e4757;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .discocollection__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .discocollection__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .discocollection__btn-block {
    width: 100%;
  }
  .discocollection__head {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .discocollection__performers > .row {
    margin-left: -10px;
  }
  .discocollection__performers > .row > * {
    padding-left: 10px;
  }
  .discocollection__img {
    margin-right: 10px;
  }
  .discocollection__head {
    font-size: 16px;
  }
}

/* /discocollection */
/* releaselist */
.releaselist {
  margin-bottom: 30px;
}
.releaselist .title {
  margin-right: 20px;
}
.releaselist__addbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px 5px;
  border-radius: 20px;
  border: solid 2px #dddfe0;
  background-color: #fff;
  font-size: 14px;
  color: #3e4757;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.releaselist__addbtn svg {
  width: 13px;
  margin-right: 7px;
  fill: #3e4757;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.releaselist__addbtn:hover {
  border-color: #428bf9;
  background-color: #428bf9;
  color: #fff;
}
.releaselist__addbtn:hover svg {
  fill: #fff;
}
.releaselist__table {
  overflow-x: auto;
}
.releaselist__table table {
  width: 100%;
  min-width: 1000px;
}
.releaselist__table table tr:first-child {
  font-size: 18px;
  font-weight: 600;
  
}

.releaselist__table table tr:first-child a {color: #3e4757;text-decoration: underline;}
.releaselist__table table tr:first-child a:hover {color: #3e4757;text-decoration: underline;}

.releaselist__table table tr:not(:first-child) {
  font-size: 14px;
  color: #161d2c;
}
.releaselist__table table tr:not(:first-child) a {
  color: #428bf9;
  text-decoration: underline;
}
.releaselist__table table tr:not(:first-child) a:hover {
  color: #5e40e7;
}
.releaselist__table table tr:not(:first-child) td {
  position: relative;
}
.releaselist__table table tr:not(:first-child) td:before {
  content: "";
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(transparent));
  background: -o-linear-gradient(top, #F1F1F1, transparent);
  background: linear-gradient(to bottom, #F1F1F1, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.releaselist__table table tr td {
  padding: 18px 5px;
  vertical-align: middle;
}
.releaselist__table table tr td:first-child {
  padding-left: 18px;
}
.releaselist__table table tr td:last-child {
  width: 200px;
  padding-right: 18px;
}
.releaselist__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.releaselist__icon input {
  position: absolute;
  visibility: hidden;
}
.releaselist__icon input:checked ~ label {
  background-color: #428bf9;
  color: #fff;
  fill: #fff;
  border-color: #428bf9;
}
.releaselist__icon label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 2.5px;
  border: solid 2px #dddfe0;
  background-color: #fff;
  border-radius: 100%;
  fill: #3e4757;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.releaselist__icon label svg {
  width: 14px;
}
.releaselist__icon--stroke input:checked ~ label {
  fill: transparent;
  stroke: #fff;
}
.releaselist__icon--stroke label {
  stroke: #3e4757;
  fill: transparent;
}
.releaselist__icon:hover label {
  border-color: #428bf9;
}
.releaselist__btn {
  display: block;
  width: 100%;
  padding: 5px 6px 4px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none !important;
}
.releaselist__btn--blue {
  background-color: #428bf9;
  color: #fff !important;
  cursor: pointer;
}
.releaselist__btn--blue:hover {
  background-color: #42A0F9;
}
.releaselist__btn--white {
  border: solid 2px #dddfe0;
  background: transparent;
  color: #3e4757 !important;
}
.releaselist__title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .releaselist__table table {
    min-width: 0;
  }
  .releaselist__table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 10px 0;
  }
  .releaselist__table table tr:before {
    content: "";
    display: block;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(transparent));
    background: -o-linear-gradient(top, #F1F1F1, transparent);
    background: linear-gradient(to bottom, #F1F1F1, transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .releaselist__table table tr:first-child {
    display: none;
  }
  .releaselist__table table tr td {
    padding: 5px;
  }
  .releaselist__table table tr td:before {
    display: none !important;
  }
  .releaselist__table table tr td:first-child {
    padding: 5px;
  }
  .releaselist__table table tr td:last-child {
    width: auto;
    padding: 5px;
  }
  .releaselist__table table tr td .releaselist__btn {
    display: inline-block;
    width: auto;
    padding: 5px 12px 4px;
  }
  .releaselist__table table tr td .releaselist__icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* /releaselist */
/* footer */
.footer .wrapper {
  max-width: 1330px;
}
.footer__top {
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #353d4c), to(#161d2c));
  background-image: -o-linear-gradient(top, #353d4c 1%, #161d2c);
  background-image: linear-gradient(to bottom, #353d4c 1%, #161d2c);
}
.footer__col {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer__col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .footer__col {
    width: 100%;
  }
}
.footer__logo {
  display: inline-block;
 /* max-width: 120px;*/
  margin-bottom: 45px;
}
.footer__text {
  color: #fff;
}
.footer__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer__list li {
  margin: 8px 0;
}
.footer__list li a {
  color: #fff;
}
.footer__list li a:hover {
  color: #ffdd2d;
}
.footer__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  margin: 34px 0;
  padding: 3px;
  background-color: #fff;
  border-radius: 30px;
}
.footer__search-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer__search-input input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: transparent;
  border: none;
  outline: none;
  color: #9aa2b1;
}
.footer__search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffdd2d;
  border-radius: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer__search-btn img {
  width: 16px;
  margin-left: 4px;
}
.footer__search-btn:hover {
  background-color: #fcc521;
}
.footer__social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -7px;
  margin-left: -7px;
}
.footer__social-icon {
  display: block;
  width: 40px;
  margin-top: 7px;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__social-icon img {
  display: block;
}
.footer__social-icon:hover {
  -webkit-transform: rotate(360deg) scale(1.05);
  -ms-transform: rotate(360deg) scale(1.05);
  transform: rotate(360deg) scale(1.05);
}
.footer__bottom {
  padding: 15px 0;
  font-size: 14px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer__bottom a:link {color:#FFF; text-decoration:underline;}
.footer__bottom a:visited {color:#FFF; text-decoration:underline;}
.footer__bottom a:hover {color:#FFF; text-decoration:none;}

@media (max-width: 500px) {
  .footer .row {
    margin-top: -15px;
  }
  .footer .row > * {
    padding-top: 15px;
  }
  .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .footer__list {
    font-size: 14px;
  }
  .footer__list li {
    margin: 6px 0;
  }
  .footer__text {
    font-size: 14px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__search {
    margin: 20px 0;
  }
}

/* /footer */




.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

/*
[data-load] {
	min-height: 35px;
	background-color: rgba(177, 177, 177, 0.8);
}
*/


.auctiontimeblock {font-size:14px; margin:20px 0px;}
.auctionblock {font-size:14px; margin:20px 0px;}
.mt-8 {margin-bottom:-8px;}

#tradesHistory table {width:100%;border-collapse:collapse;}
#tradesHistory table th{font-weight:bold; padding:5px; font-size:16px;width:33%;}
#tradesHistory table td{padding:5px; font-size:13px;}

.standard_description {margin-top:20px; border-top:3px solid #f5f6f8;padding-top:10px;}