/* ------------------------------------------- */
.instagram__right, .instagram__card, .search-block__item, .slider__title, .slider__link, .popup__tabs, .popup__controls, .popup__label-outer, .news__item, .profile, .profile__menu-links, .profile-box__body, .favorites__item, .favorites__block-left, .favorites__image-block, .favorites__block-right, .favorites__controls, .basket-box__body, .cart__body, .cart__image-block, .cart__info-left, .cart__label-outer, .cart__prices, .cart__amount, .cart__right-block, .cart__empty, .catalog__header, .catalog__header-right-block, .catalog__body, .filters__link, .catalog-list__image-block, .catalog-one__path, .catalog-one__block, .catalog-one__thumbs-wrapper, .catalog-one__images .slick-track, .catalog-one__details, .catalog-one__basket, .catalog-one__favorites, .catalog-one__white-block .container-main, .bestsellers__image-block, .navigation__link, .carousel-categories__more, .compilations__title2, .image-big__title, .footer__columns, .footer__line .container-main, .search-window__item, .search-window__image-block, .menu-block, .header__right-block, .menu-categories__list, .menu-mobile__body, .submenu .container-main, .submenu__columns, .submenu__images, .submenu__image-block, .main-vertical, .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
}

.subscribe__input, .popup__label-outer, .profile__control-link, .search-window__input, .input, .select, .textarea {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* ------------------------------------------- */
.bestsellers__image {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.subscribe__button, .slider__link span, .profile__menu-link, .profile__control-link, .profile .button-black, .profile-box, .basket-box, .cart__present, .catalog__filter-block::after, .catalog__sort-block::after, .catalog__sort-dropdown, .catalog__sort-link, .filters__block::after, .filters__block-categories::after, .filters__link, .catalog-list, .catalog-list__block, .catalog-list__image-block, .catalog-list__favorites, .catalog-one__color, .catalog-one__shops, .catalog-one__basket, .catalog-one__favorites, .compilations__carousel-link, .image-big__more, .footer__link, .footer__created, .search-window__search-ico, .menu-block__ico, .menu-block__ico div, .menu-block__title, .header__search-ico, .header__langs-list, .header__profile-menu, .header__link, .menu-categories, .menu-categories__link, .menu-categories__link::after, .menu-mobile, .submenu__link, .submenu__image-block, .label, .button-black {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.slider__tip-info, .carousel-categories__more span {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* ------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, .text-page h2, .contacts__title {
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 24px;
  line-height: 48px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  h1, .text-page h2, .contacts__title {
    line-height: 32px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 590px) {
  h1, .text-page h2, .contacts__title {
    line-height: 32px;
    font-size: 24px;
  }
}

.h1_range .h3 {
  font-size: 32px !important;
  font-weight: normal !important;
}
.h1_cyan {
  color: #00a9ad;
}
.h1_cyan::after {
  background-color: #00a9ad;
}

h2 {
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 470px) {
  h2 {
    font-size: 18px;
  }
}

.h2_catalog {
  color: #000;
}

h3 {
  padding-bottom: 12px;
  text-align: left;
  line-height: 32px;
  font-size: 30px;
  font-family: "Times New Roman";
}

h4 {
  padding: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-family: "MuseoSansMiddle", sans-serif;
}

.main-title {
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  letter-spacing: 0.01em;
  color: #7a8994;
  font-size: 14px;
  font-family: "MuseoSansMiddle", sans-serif;
  font-weight: normal;
}

.container_width {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}

label {
  cursor: pointer;
}

.c {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.abs {
  position: absolute;
}

.relative {
  position: relative;
}

.hidden, .row.hidden {
  display: none;
}

.hidden_i {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.nopadd {
  padding: 0px !important;
}

.center {
  text-align: center;
}

.center_i {
  text-align: center !important;
}

.left_i {
  text-align: left !important;
}

.right {
  text-align: right;
}

.right_i {
  text-align: right !important;
}

.top {
  vertical-align: top;
}

.top_i {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.table {
  display: table;
  width: 100%;
}

.table.auto {
  width: auto;
  margin: auto;
}

.table.nowidth {
  width: auto;
}

.row_group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-cell__head {
  padding-bottom: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.table-cell_50 {
  width: 50%;
}

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

.hr {
  clear: both;
  height: 1px;
  background-color: #e0e0e0;
  font-size: 0px;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.text_white {
  color: #fff !important;
}

.text_red {
  color: #eb1744 !important;
}

.text_yellow {
  color: #f8a621;
}

.text_blue, .text_blue a {
  color: #006cc0 !important;
}

.text_grey, .text_grey a {
  color: #646464 !important;
}

.text_grey2 {
  color: #979797;
}

.text_green {
  color: #55b846 !important;
}

.text_orange {
  color: #ea5b0b !important;
}

.text_black {
  color: #000 !important;
}

.no-overflow {
  overflow: hidden;
}

.star {
  color: #a50202;
}

body {
  background-color: #fff;
  color: #0f0f0f;
  font-family: "MuseoSansMiddle", sans-serif;
}
body.scrolled .autocomplete-suggestions {
  top: 75px !important;
}

.main-vertical {
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 590px) {
  .main-vertical {
    min-height: none;
  }
}

.container-main {
  width: 100%;
  max-width: 1440px;
  min-width: 340px;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  .container-main {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 1344px) {
  .container-main {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 590px) {
  .container-main {
    padding: 0 16px;
  }
}
.container-main_small {
  max-width: 1070px;
}

.error-text {
  position: absolute;
  color: #ec2b2b;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
}
.error-text_relative {
  position: relative;
}

.error-text2 {
  color: #ec2b2b;
  font-size: 11px;
}
.error-text2_relative {
  position: relative;
}

.error-input {
  border-bottom: 1px solid #ec2b2b !important;
}

.error_div {
  background-color: #ffeded !important;
  border: 1px solid #ec2b2b !important;
}

.loading {
  background-image: url("/img/ua/loading.gif") !important;
  background-repeat: no-repeat;
  background-position: right center;
}

.title-main {
  padding-bottom: 9px;
  text-align: center;
  color: #0f0f0f;
  font-size: 32px;
  font-family: "Didot", "Times New Roman";
}
@media only screen and (max-width: 590px) {
  .title-main {
    font-size: 28px;
    font-weight: bold;
  }
}

.text-main {
  padding-bottom: 43px;
  text-align: center;
  letter-spacing: 0.034em;
  line-height: 24px;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 590px) {
  .text-main {
    font-size: 15px;
  }
}

.input, .select, .textarea {
  width: 100%;
  height: 24px;
  padding: 0 8px;
  outline: none;
  color: #0f0f0f;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
}
.input:active ~ .label, .input:focus ~ .label, .input:not(:placeholder-shown) ~ .label, .select:active ~ .label, .select:focus ~ .label, .select:not(:placeholder-shown) ~ .label, .textarea:active ~ .label, .textarea:focus ~ .label, .textarea:not(:placeholder-shown) ~ .label {
  opacity: 1;
  top: -14px;
  font-size: 11px;
}
.input.disabled, .select.disabled, .textarea.disabled {
  background-color: #efefef;
  pointer-events: none;
}

.textarea {
  height: 100px;
  padding: 6px 10px;
}

.label {
  position: absolute;
  left: 8px;
  top: 4px;
  pointer-events: none;
  color: #0f0f0f;
  font-size: 12px;
  font-family: "MuseoSansThin", sans-serif;
}

.button-black {
  padding: 14px;
  background-color: #0f0f0f;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-family: "MuseoSansBold", sans-serif;
}

.delete-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 16px;
  height: 16px;
  background-image: url("/img/ru/ico_delete.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
}

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

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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
u, i, center, dl, dt, dd, ol, li, caption, tbody, tfoot, thead, tr, th,
fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /*    line-height:1;*/
}

ol, ul {
  /*    list-style: none;*/
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/*table{
    border-collapse:collapse;
    border-spacing:0;
}*/
html, body {
  height: 100%;
}

a {
  text-decoration: none;
  outline: 0;
}

section, div, input, textarea {
  box-sizing: border-box;
}

@font-face {
  font-family: "MuseoSansLight";
  src: url("../fonts/MuseoSansLight/MuseoSansLight.eot");
  src: url("../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansThin";
  src: url("../fonts/MuseoSansThin/MuseoSansThin.eot");
  src: url("../fonts/MuseoSansThin/MuseoSansThin.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansThin/MuseoSansThin.woff") format("woff"), url("../fonts/MuseoSansThin/MuseoSansThin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansMiddle";
  src: url("../fonts/MuseoSansMiddle/MuseoSansMiddle.eot");
  src: url("../fonts/MuseoSansMiddle/MuseoSansMiddle.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMiddle/MuseoSansMiddle.woff") format("woff"), url("../fonts/MuseoSansMiddle/MuseoSansMiddle.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansBold";
  src: url("../fonts/MuseoSansBold/MuseoSansBold.eot");
  src: url("../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot/Didot.eot");
  src: url("../fonts/Didot/Didot.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot/Didot.woff") format("woff"), url("../fonts/Didot/Didot.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DidotBold";
  src: url("../fonts/DidotBold/DidotBold.eot");
  src: url("../fonts/DidotBold/DidotBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DidotBold/DidotBold.woff") format("woff"), url("../fonts/DidotBold/DidotBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.search-window {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  background-color: #0f0f0f;
  z-index: 100006;
}
@media only screen and (max-width: 670px) {
  .search-window {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.search-window_active {
  display: block;
}
.search-window__close {
  position: absolute;
  top: 30px;
  right: 44px;
  width: 14px;
  height: 14px;
  background-image: url("/img/ua/ico_close.svg");
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .search-window__close {
    top: 20px;
    left: 20px;
    right: auto;
  }
}
.search-window__top {
  position: relative;
  width: 500px;
  margin: 24px auto 0;
}
@media only screen and (max-width: 767px) {
  .search-window__top {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 670px) {
  .search-window__top {
    margin-top: 12px;
  }
}
.search-window__input {
  width: 100%;
  height: 26px;
  background-color: #0f0f0f;
  outline: none;
  color: #b7b7b7;
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #3a3a3a;
}
.search-window__search-ico {
  position: absolute;
  top: 5px;
  right: -36px;
  width: 22px;
  height: 22px;
  background-image: url("/img/ua/ico_search.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  opacity: 0.75;
  cursor: pointer;
}
.search-window__search-ico:hover {
  opacity: 1;
}
.search-window__results {
  margin-top: 24px;
  border-top: 1px solid #272727;
}
@media only screen and (max-width: 670px) {
  .search-window__results {
    padding: 0 20px;
  }
}
.search-window__body {
  width: 500px;
  margin: 0 auto;
  padding-top: 60px;
  font-family: "MuseoSansLight", sans-serif;
}
.search-window__title-main {
  padding-bottom: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-window__item {
  margin-bottom: 32px;
  align-items: center;
  cursor: pointer;
}
.search-window__image-block {
  width: 64px;
  min-height: 72px;
  margin-right: 12px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}
.search-window__image {
  width: 40px;
}
.search-window__brand {
  margin-bottom: 4px;
  letter-spacing: 0.6px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-window__title {
  padding-bottom: 12px;
  opacity: 0.8;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 11px;
}
.search-window__price {
  letter-spacing: 0.4px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.search-window__all-results {
  display: inline-block;
  margin-bottom: 40px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.menu-block {
  position: fixed;
  top: 27px;
  left: 46px;
  padding: 10px 0;
  cursor: pointer;
  z-index: 100005;
}
@media only screen and (max-width: 1200px) {
  .menu-block {
    top: 17px;
    left: 29px;
  }
}
@media only screen and (max-width: 670px) {
  .menu-block {
    top: 5px;
    left: 23px;
  }
}
.menu-block:hover .menu-block__ico div, .menu-block:hover .menu-block__title {
  opacity: 1;
}
.menu-block__ico {
  position: relative;
  margin-right: 18px;
  cursor: pointer;
}
.menu-block__ico.open div:nth-child(1), .menu-block__ico.open div:nth-child(4) {
  opacity: 0;
}
.menu-block__ico.open div:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-block__ico.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-block__ico div {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #fff;
  opacity: 0.75;
}
.menu-block__ico div:nth-child(1) {
  top: 0;
  left: 0;
}
.menu-block__ico div:nth-child(2) {
  top: 6px;
  left: 0;
}
.menu-block__ico div:nth-child(3) {
  top: 6px;
  left: 0;
}
.menu-block__ico div:nth-child(4) {
  top: 12px;
  left: 0;
}
.menu-block__title {
  padding-left: 18px;
  padding-top: 1px;
  opacity: 0.75;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .menu-block__title {
    display: none;
  }
}

.header {
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 71px;
  padding: 0 40px;
  background-color: #0f0f0f;
  border-bottom: 1px solid #222222;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .header {
    height: 53px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 670px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 100004;
  }
}
.header_active {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.header__logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 102px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    top: 14px;
    width: 76px;
  }
}
@media only screen and (max-width: 670px) {
  .header__logo {
    width: 57px;
  }
}
.header__logo:hover {
  opacity: 0.75;
}
.header__logo img {
  width: 100%;
}
.header__right-block {
  position: absolute;
  top: 24px;
  right: 40px;
}
@media only screen and (max-width: 1200px) {
  .header__right-block {
    top: 14px;
    right: 12px;
  }
}
@media only screen and (max-width: 670px) {
  .header__right-block {
    top: 9px;
  }
}
.header__search-block {
  height: 34px;
  padding-top: 8px;
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .header__search-block {
    position: fixed;
    top: 18px;
    left: 83px;
    z-index: 100004;
  }
}
@media only screen and (max-width: 670px) {
  .header__search-block {
    top: 7px;
    left: 71px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__search-block::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    margin-left: -18px;
    background-color: #272727;
  }
}
@media only screen and (max-width: 670px) {
  .header__search-block::before {
    display: none;
  }
}
.header__search-ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/img/ua/ico_search.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  opacity: 0.75;
  cursor: pointer;
}
.header__search-ico:hover {
  opacity: 1;
}
.header__langs {
  position: relative;
  height: 34px;
  padding-top: 0px;
  padding-right: 32px;
}
@media only screen and (max-width: 1200px) {
  .header__langs {
    display: none;
  }
}
.header__langs:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  margin-top: 6px;
  margin-left: -18px;
  background-color: #272727;
}
.header__langs-list {
  position: absolute;
  top: 30px;
  right: 11px;
  padding: 14px 20px;
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  text-align: center;
  z-index: 10;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header__langs-list::before {
  content: "";
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.header__langs-list_active {
  top: 40px;
  opacity: 1;
  pointer-events: auto;
}
.header__lang {
  display: block;
  padding: 8px 0;
  cursor: pointer;
  letter-spacing: 0.08em;
  color: #0f0f0f;
  font-size: 10px;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
}
.header__lang:hover {
  opacity: 0.75;
}
.header__lang_current {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
.header__profile-block {
  position: relative;
  padding-top: 4px;
}
.header__autorisation-top {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 20px;
  background-image: url("/img/ua/ico_person.png");
  background-repeat: no-repeat;
  background-position: right -4px top -4px;
  background-size: 24px auto;
  cursor: pointer;
}
.header__autorisation-top:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  margin-top: 2px;
  margin-left: -17px;
  background-color: #272727;
}
@media only screen and (max-width: 1200px) {
  .header__autorisation-top:before {
    display: none;
  }
}
.header__profile-menu {
  position: absolute;
  top: 30px;
  right: -30px;
  padding: 8px 32px;
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  text-align: center;
  z-index: 10;
  -webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1200px) {
  .header__profile-menu {
    top: 30px;
    right: -53px;
    width: 124px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
.header__profile-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}
.header__profile-menu_active {
  top: 34px;
  opacity: 1;
  pointer-events: auto;
}
.header__mobile-person {
  display: none;
  margin-bottom: 6px;
  padding-bottom: 8px;
  color: #0f0f0f;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
}
.header__profile-menu-link {
  display: block;
  padding: 12px 0;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
}
.header__profile-menu-link:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 1200px) {
  .header__profile-menu-link {
    padding: 5px 0;
    text-transform: capitalize;
  }
}
.header__basket-top {
  height: 34px;
  padding-top: 4px;
  padding-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .header__basket-top {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 670px) {
  .header__basket-top {
    padding-left: 10px;
  }
}
.header__basket-top:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  margin-top: 2px;
  margin-left: -18px;
  background-color: #272727;
}
@media only screen and (max-width: 1200px) {
  .header__basket-top:before {
    margin-left: 0;
  }
}
@media only screen and (max-width: 670px) {
  .header__basket-top:before {
    display: none;
  }
}
.header__basket-total {
  position: absolute;
  top: -6px;
  right: -3px;
  width: 14px;
  height: 14px;
  padding-top: 2px;
  background-color: #fff;
  pointer-events: none;
  text-align: center;
  color: #0f0f0f;
  font-size: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header__basket-total_hidden {
  display: none;
}
.header__link {
  opacity: 0.75;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
.header__link:hover {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .header__link_auth {
    display: none;
  }
}
.header__link_auth a {
  padding-bottom: 20px;
}
.header__link_cart {
  padding: 10px 34px 10px 0;
  background-image: url("/img/ua/ico_basket.png");
  background-repeat: no-repeat;
  background-position: right top 2px;
  background-size: 24px auto;
}
@media only screen and (max-width: 1200px) {
  .header__link_cart span {
    display: none;
  }
}
.header__link a {
  color: #fff;
}

.menu-categories {
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  padding: 19px 40px 23px;
  background-color: #0f0f0f;
}
@media only screen and (max-width: 1200px) {
  .menu-categories {
    display: none;
  }
}
.menu-categories_hidden {
  opacity: 0;
}
.menu-categories__list {
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.menu-categories__list li {
  display: table-cell;
  list-style-type: none;
  font-size: 14px;
}
.menu-categories__list li:nth-last-child(1) {
  margin-right: 0;
}
.menu-categories__link {
  position: relative;
  display: inline-block;
  opacity: 0.9;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.menu-categories__link:hover {
  opacity: 1;
}
.menu-categories__link:hover::after {
  opacity: 1;
}
.menu-categories__link::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  opacity: 0;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .menu-categories__novelties_desktop {
    display: none;
  }
}
.menu-categories__novelties_mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .menu-categories__novelties_mobile {
    display: block;
  }
}

.site-shadow {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10002;
}
.site-shadow_active {
  display: block;
}

.menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  left: -320px;
  width: 320px;
  background: #0f0f0f;
  z-index: 10003;
}
.menu-mobile_active {
  left: 0;
}
.menu-mobile__scroll {
  height: 100%;
  overflow: auto;
}
.menu-mobile__body {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.menu-mobile__langs {
  padding: 104px 0 22px 48px;
  border-bottom: 1px solid #1f1f1f;
}
.menu-mobile__lang {
  display: inline-block;
  margin-right: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-mobile__lang:hover {
  opacity: 0.75;
}
.menu-mobile__categories {
  margin: 0;
  padding: 20px 0px 20px 50px;
}
.menu-mobile__category-li {
  padding-bottom: 16px;
  list-style: none;
}
.menu-mobile__category-link {
  color: #fff;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
}
.menu-mobile__category-link:hover {
  opacity: 0.75;
}
.menu-mobile__link {
  display: block;
  padding-bottom: 8px;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
}
.menu-mobile__link:hover {
  opacity: 0.75;
}
.menu-mobile__bottom-block {
  padding: 22px 0 10px 48px;
  background-color: #000;
}

.submenu {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  height: 432px;
  padding: 40px 40px 40px 40px;
  background: #0f0f0f;
}
.submenu_visible {
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .submenu_visible {
    display: block;
    top: 0;
  }
}
.submenu .container-main {
  justify-content: space-between;
}
.submenu__columns {
  width: 100%;
}
.submenu__column {
  flex: 1 0 25%;
  padding-bottom: 16px;
}
.submenu__title {
  height: 40px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
}
.submenu__link {
  margin-bottom: 14px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
.submenu__link:hover {
  opacity: 0.65;
}
.submenu__images {
  gap: 24px;
}
.submenu__image-block {
  flex-direction: column;
}
.submenu__image-block:hover {
  opacity: 0.65;
}
.submenu__image {
  height: 313px;
  margin-bottom: 12px;
}
.submenu__image-title {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  font-family: "MuseoSansLight", sans-serif;
}

.footer {
  position: relative;
  margin: 8px;
  background-color: #0f0f0f;
  color: #fff;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
  z-index: 2;
}
@media only screen and (max-width: 670px) {
  .footer {
    margin: 0;
  }
}
.footer .container-main {
  padding: 32px 40px 0;
}
@media only screen and (max-width: 1200px) {
  .footer .container-main {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 670px) {
  .footer .container-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer__columns {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__columns {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 670px) {
  .footer__columns {
    flex-direction: column;
  }
}
.footer__column {
  flex: 1 0 calc(25% + 14px);
  padding-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .footer__column:nth-child(1) {
    flex: 1 0 50%;
  }
}
@media only screen and (max-width: 670px) {
  .footer__column:nth-child(1) {
    padding-bottom: 0;
  }
}
.footer__column:nth-child(2) {
  flex: 1 0 calc(25% + 7px);
}
@media only screen and (max-width: 767px) {
  .footer__column:nth-child(2) {
    flex: 1 0 50%;
  }
}
.footer__column:nth-child(3) {
  flex: 1 0 calc(25% + 28px);
}
@media only screen and (max-width: 767px) {
  .footer__column:nth-child(3) {
    flex: 1 0 50%;
  }
}
.footer__column:nth-child(4) {
  flex: 1 0 20%;
}
@media only screen and (max-width: 767px) {
  .footer__column:nth-child(4) {
    flex: 1 0 50%;
  }
}
@media only screen and (max-width: 670px) {
  .footer__column {
    flex: 1 0 100%;
    padding-bottom: 31px;
  }
}
.footer__column-block {
  display: inline-block;
}
.footer__title {
  min-height: 13px;
  margin-bottom: 19px;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 670px) {
  .footer__title_empty {
    display: none;
  }
}
.footer__title_middle {
  padding-top: 64px;
}
@media only screen and (max-width: 670px) {
  .footer__title_middle {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 670px) {
  .footer__title {
    min-height: none;
    margin-bottom: 11px;
  }
}
.footer__link {
  display: block;
  margin-bottom: 1px;
  line-height: 24px;
  color: #fff;
}
.footer__link:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__link:hover {
  color: #9f9f9f;
}
.footer__icon {
  height: 24px;
  margin-right: 24px;
}
.footer__line {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
  border-top: 1px solid #1d1d1d;
}
.footer__line .container-main {
  padding: 18px 40px 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .footer__line .container-main {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 670px) {
  .footer__line .container-main {
    display: block;
    padding: 24px 16px 24px;
  }
}
.footer__copyright {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 670px) {
  .footer__copyright {
    padding-bottom: 8px;
  }
}
.footer__created {
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}
.footer__created:hover {
  color: #636363;
}
.footer__created b {
  font-weight: 700;
}

.categories-index {
  padding-top: 54px;
}
@media only screen and (max-width: 590px) {
  .categories-index {
    padding-top: 66px;
  }
}
.categories-index .slick-list {
  height: 590px;
}
@media only screen and (max-width: 830px) {
  .categories-index .slick-list {
    height: 468px;
  }
}

.carousel-categories {
  margin-top: 25px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 590px) {
  .carousel-categories {
    margin-bottom: 54px;
  }
}
.carousel-categories__item {
  padding: 0 12px;
}
.carousel-categories__item:hover span {
  opacity: 1;
}
.carousel-categories__image-block {
  position: relative;
  height: 540px;
  overflow: hidden;
}
@media only screen and (max-width: 830px) {
  .carousel-categories__image-block {
    height: 428px;
  }
}
.carousel-categories__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-categories__more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Didot", "Times New Roman";
  color: #fff;
}
.carousel-categories__more span {
  display: inline-block;
  padding-bottom: 0;
  opacity: 0;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 999px) {
  .carousel-categories__more span {
    opacity: 1;
  }
}
.carousel-categories__title {
  display: block;
  padding-top: 16px;
  text-align: center;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}

.compilations__row {
  display: grid;
  grid-gap: 24px;
  margin-bottom: 24px;
}
.compilations__row_50 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 670px) {
  .compilations__row_50 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.compilations__row_67 {
  height: 520px;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1200px) {
  .compilations__row_67 {
    height: 420px;
  }
}
@media only screen and (max-width: 999px) {
  .compilations__row_67 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 670px) {
  .compilations__row_67 {
    display: block;
    height: auto;
  }
}
.compilations__row_67 .compilations__block {
  padding: 0;
}
@media only screen and (max-width: 999px) {
  .compilations__row_67 .compilations__block:nth-child(2) {
    margin-top: 24px;
  }
}
.compilations__block {
  position: relative;
  padding: 50px 0 12px 0;
  background-color: #f3f3f3;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .compilations__block {
    padding-top: 39px;
  }
}
.compilations__image-block {
  padding-bottom: 51px;
  text-align: center;
}
.compilations__image-block a {
  background-size: cover;
  z-index: 3;
}
.compilations__image-block a img {
  transform: translateZ(0);
}
.compilations__image-block_1 .compilations__image-float_1 {
  top: 321px;
  left: 0;
  width: 97px;
  height: 91px;
}
@media only screen and (max-width: 1200px) {
  .compilations__image-block_1 .compilations__image-float_1 {
    top: 221px;
  }
}
@media only screen and (max-width: 830px) {
  .compilations__image-block_1 .compilations__image-float_1 {
    top: 64px;
  }
}
.compilations__image-block_1 .compilations__image-float_2 {
  top: 0;
  right: 0;
  width: 52px;
  height: 232px;
  background-image: url("../img/ua/temp_compilations_1s_2.png");
  background-position: 0 -47px;
}
.compilations__image-block_2 .compilations__image-float_1 {
  top: 354px;
  left: 0;
  width: 127px;
  height: 101px;
  background-image: url("../img/ua/temp_compilations_2s_1.png");
  background-size: 800px;
}
@media only screen and (max-width: 1200px) {
  .compilations__image-block_2 .compilations__image-float_1 {
    top: 154px;
  }
}
@media only screen and (max-width: 999px) {
  .compilations__image-block_2 .compilations__image-float_1 {
    top: 74px;
  }
}
.compilations__image-block_2 .compilations__image-float_2 {
  top: 62px;
  left: 66px;
  width: 97px;
  height: 91px;
  background-image: url("../img/ua/temp_compilations_2s_2.png");
  background-size: 780px;
}
@media only screen and (max-width: 1200px) {
  .compilations__image-block_2 .compilations__image-float_2 {
    top: -30px;
    left: 20px;
  }
}
@media only screen and (max-width: 830px) {
  .compilations__image-block_2 .compilations__image-float_2 {
    top: -80px;
  }
}
.compilations__image-block_2 .compilations__image-float_3 {
  top: 182px;
  right: 38px;
  width: 144px;
  height: 130px;
  background-image: url("../img/ua/temp_compilations_2s_3.png");
  background-size: 400px;
}
@media only screen and (max-width: 1200px) {
  .compilations__image-block_2 .compilations__image-float_3 {
    top: 121px;
  }
}
@media only screen and (max-width: 830px) {
  .compilations__image-block_2 .compilations__image-float_3 {
    top: 84px;
  }
}
.compilations__image {
  position: relative;
  width: 70.60606%;
  z-index: 2;
}
.compilations__image-float {
  position: absolute;
  background-size: cover;
  z-index: 1;
}
.compilations__info {
  max-width: 413px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .compilations__info {
    max-width: 373px;
  }
}
.compilations__title {
  display: block;
  margin-bottom: 9px;
  color: #0f0f0f;
  font-size: 24px;
  font-family: "Didot", "Times New Roman";
}
.compilations__text {
  display: block;
  margin-bottom: 31px;
  line-height: 24px;
  letter-spacing: 0.034em;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
.compilations__detail {
  display: inline-block;
  margin-bottom: 54px;
  letter-spacing: 0.07em;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #0f0f0f;
}
@media only screen and (max-width: 670px) {
  .compilations__detail {
    margin-bottom: 12px;
  }
}
.compilations__detail:hover {
  opacity: 0.75;
}
.compilations__image-block2 {
  height: 100%;
}
@media only screen and (max-width: 670px) {
  .compilations__image-block2 {
    height: 450px;
  }
}
.compilations__image-block2 a {
  display: block;
  height: 100%;
  background-size: cover;
}
.compilations__image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 999px) {
  .compilations__image2 {
    width: 140%;
  }
}
@media only screen and (max-width: 830px) {
  .compilations__image2 {
    width: 160%;
  }
}
.compilations__title2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.compilations__title2_white {
  background: none !important;
  color: #fff !important;
  text-shadow: 1px 1px #000;
}
.compilations__title2 span {
  display: inline-block;
  width: calc(62.8% - 12px);
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #0f0f0f;
  font-size: 54px;
  font-family: "DidotBold", "Times New Roman";
}
@media only screen and (max-width: 999px) {
  .compilations__title2 span {
    width: 100%;
    line-height: 34px;
    font-size: 32px;
  }
}
.compilations__carousel {
  padding-top: 24px;
}
@media only screen and (max-width: 999px) {
  .compilations__carousel {
    padding-top: 0;
  }
}
.compilations__carousel-block {
  position: relative;
  text-align: center;
}
.compilations__carousel-image-block {
  max-height: 220px;
  margin-bottom: 72px !important;
}
@media only screen and (max-width: 1200px) {
  .compilations__carousel-image-block {
    max-height: 200px;
    margin-bottom: 32px !important;
  }
}
@media only screen and (max-width: 999px) {
  .compilations__carousel-image-block {
    margin-bottom: 48px !important;
  }
}
@media only screen and (max-width: 670px) {
  .compilations__carousel-image-block {
    height: 300px;
    max-height: 300px;
  }
}
.compilations__carousel-image {
  display: inline-block !important;
  width: 70.83333%;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 999px) {
  .compilations__carousel-image {
    width: 60%;
  }
}
@media only screen and (max-width: 670px) {
  .compilations__carousel-image {
    width: auto;
    height: 100%;
  }
}
.compilations__carousel-info {
  padding: 0 16px;
}
@media only screen and (max-width: 670px) {
  .compilations__carousel-info {
    min-height: 170px;
  }
}
.compilations__carousel-title {
  margin-top: 20px;
  margin-bottom: 9px;
  color: #0f0f0f;
  font-size: 24px;
  font-family: "Didot", "Times New Roman";
}
.compilations__carousel-text {
  letter-spacing: 0.034em;
  line-height: 24px;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
.compilations__carousel-link {
  display: inline-block;
  margin-top: 32px;
  letter-spacing: 0.07em;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #0f0f0f;
}
.compilations__carousel-link:hover {
  opacity: 0.75;
}
.image-big {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .image-big {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media only screen and (max-width: 470px) {
  .image-big {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.image-big__image {
  width: 100%;
}
@media only screen and (max-width: 670px) {
  .image-big__image {
    height: 490px;
    object-fit: cover;
  }
}
.image-big__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Didot", "Times New Roman";
  z-index: 1;
}
.image-big__title span {
  display: inline-block;
}
.image-big__more {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 43px;
  padding-bottom: 2px;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px);
  border-bottom: 1px solid #fff;
  z-index: 1;
}
.image-big__more:hover {
  opacity: 0.75;
}

.inner {
  margin-top: 200px;
}
@media only screen and (max-width: 1200px) {
  .inner {
    margin-top: 98px;
  }
}

.navigation {
  position: relative;
  margin: 0;
  margin-top: 64px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .navigation {
    text-align: left;
  }
}
.navigation__li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.navigation__li_dots {
  width: 28px;
  opacity: 0.55;
  text-align: center;
  font-size: 12px;
}
.navigation__arrow {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 14px;
}
.navigation__arrow_prev {
  padding-right: 20px;
}
.navigation__link {
  width: 26px;
  height: 32px;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  color: #0f0f0f;
  font-size: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.navigation__link_active, .navigation__link_arrow {
  opacity: 1;
}
.navigation__link_prev {
  margin-right: 24px;
}
.navigation__link_all {
  position: absolute;
  margin-top: -19px;
  margin-left: 100px;
  opacity: 1;
  color: #0f0f0f;
  font-family: "MuseoSansBold", sans-serif;
}
@media only screen and (max-width: 670px) {
  .navigation__link_all {
    margin-left: 65px;
  }
}
.carousel {
  position: relative;
}
.carousel__arrow {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 3;
}
.carousel__arrow_left {
  left: -48px;
  background-image: url("/img/ru/arrow_left.png");
}
@media only screen and (max-width: 1344px) {
  .carousel__arrow_left {
    left: 0;
  }
}
.carousel__arrow_right {
  right: -48px;
  background-image: url("/img/ru/arrow_right.png");
}
@media only screen and (max-width: 1344px) {
  .carousel__arrow_right {
    right: 0;
  }
}

.faq-list__question {
  position: relative;
  display: block;
  padding-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (max-width: 590px) {
  .faq-list__question {
    padding-right: 24px;
    padding-bottom: 16px;
    font-size: 16px;
  }
}
.faq-list__question::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 14px;
  height: 8px;
  background-image: url("/img/ru/arrow_bottom.png");
  background-repeat: no-repeat;
}
.faq-list__question_active::after {
  background-image: url("/img/ru/arrow_top.png");
}
.faq-list__answer {
  display: none;
  padding-right: 24px;
  padding-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
}
.faq-list__answer_active {
  display: block;
}

.cols {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  .cols {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  .cols__coll {
    width: 0;
  }
}
.cols__colc {
  padding-bottom: 48px;
}
@media only screen and (max-width: 999px) {
  .cols__colc .container-main {
    padding: 0;
  }
}
.cols__colc h1 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #0f0f0f;
  font-size: 32px;
  font-family: "Didot", "Times New Roman";
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 999px) {
  .cols__colc h1 {
    font-size: 24px;
  }
}
.cols__colc h1.active::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  height: 60px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  z-index: 100;
}
.cols__colc table {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  border-collapse: collapse;
}
.cols__colc table th {
  font-weight: bold;
}
.cols__colc table th, .cols__colc table td {
  border: 1px solid #111;
  padding: 5px 60px;
}

@media only screen and (max-width: 999px) {
  .text-submenu {
    position: absolute;
    top: 138px;
    left: 20px;
    right: 20px;
    z-index: 103;
  }
}
@media only screen and (max-width: 590px) {
  .text-submenu {
    left: 4px;
    right: 4px;
  }
}
.text-submenu__arrow {
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .text-submenu__arrow {
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    height: 60px;
    z-index: 104;
  }
}
@media only screen and (max-width: 590px) {
  .text-submenu__arrow {
    left: 4px;
    right: 4px;
  }
}
@media only screen and (max-width: 999px) {
  .text-submenu__arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    width: 6px;
    height: 10px;
    background-image: url("/img/ua/arrow_right.svg");
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: cover;
    background-position: 50%;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 104;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media only screen and (max-width: 590px) {
  .text-submenu__arrow::after {
    right: 32px;
  }
}
.text-submenu__arrow_active::after {
  -webkit-transform: rotate(270deg) translate3d(1px, 0, 1px);
  transform: rotate(270deg) translate3d(1px, 0, 1px);
}
.text-submenu__list {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .text-submenu__list {
    padding: 12px 11px 0;
    background-color: #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  }
}
.text-submenu__list_active {
  display: block;
}
.text-submenu__link {
  display: block;
  margin-bottom: 10px;
  color: #0f0f0f;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
@media only screen and (max-width: 999px) {
  .text-submenu__link {
    padding: 2px 0 14px;
    color: rgba(38, 38, 38, 0.48);
    font-size: 24px;
    font-family: "Didot", "Times New Roman";
    border-bottom: 1px solid #efefef;
  }
}
.text-submenu__link_active {
  text-decoration: underline;
}
@media only screen and (max-width: 999px) {
  .text-submenu__link_active {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .text-submenu__link:nth-last-child(1) {
    border-bottom: 0;
  }
}

.text-block__text {
  letter-spacing: 0.034em;
  line-height: 24px;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
.text-block__text p {
  margin: 0 0 25px 0;
  padding: 0;
}
.text-block__text ul {
  padding-left: 10px;
}
.text-block__text a {
  color: #0f0f0f;
  text-decoration: underline;
}

.preloader {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  min-height: 600px;
  background-color: #fff;
  background-image: url("/img/ua/preloader_desktop.svg");
  background-size: 100% auto;
  background-position: top;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .preloader {
    top: 10px;
    left: 32px;
    right: 32px;
    background-image: url("/img/ua/preloader_tablet.svg");
  }
}
@media only screen and (max-width: 590px) {
  .preloader {
    top: 24px;
    left: 16px;
    right: 16px;
    background-image: url("/img/ua/preloader_mobile.svg");
  }
}

.catalog {
  position: relative;
  min-height: 100vh;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 80px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .catalog {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 830px) {
  .catalog {
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog .title-main {
  text-align: left;
}
@media only screen and (max-width: 590px) {
  .catalog .title-main {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
.catalog__header {
  margin-bottom: 33px;
  padding-bottom: 0;
  justify-content: space-between;
  letter-spacing: 0.04em;
  color: #262626;
  font-size: 12px;
  font-family: "MuseoSansThin", sans-serif;
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (max-width: 999px) {
  .catalog__total-desktop {
    display: none;
  }
}
.catalog__header-right-block {
  margin-top: -10px;
}
.catalog__filter-block {
  display: none;
  position: relative;
  padding-right: 15px;
}
@media only screen and (max-width: 1200px) {
  .catalog__filter-block {
    display: block;
  }
}
.catalog__filter-block::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("/img/ua/arrow_slider_right.svg");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: cover;
  background-position: 50%;
  pointer-events: none;
  opacity: 0.4;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.catalog__filter-block_active::after {
  -webkit-transform: rotate(270deg) translate3d(1px, 0, 1px);
  transform: rotate(270deg) translate3d(1px, 0, 1px);
  background-position-x: -2px;
}
.catalog__sort-block {
  position: relative;
  width: 143px;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .catalog__sort-block {
    margin-right: 0;
  }
}
@media only screen and (max-width: 670px) {
  .catalog__sort-block {
    width: 148px;
  }
}
.catalog__sort-block::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("/img/ua/arrow_slider_right.svg");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: cover;
  background-position: 50%;
  pointer-events: none;
  opacity: 0.4;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.catalog__sort-block_active::after {
  -webkit-transform: rotate(270deg) translate3d(1px, 0, 1px);
  transform: rotate(270deg) translate3d(1px, 0, 1px);
  background-position-x: -2px;
}
.catalog__sort-block_active .catalog__sort-title {
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 1200px) {
  .catalog__sort-block_active .catalog__sort-title {
    box-shadow: none;
    border-bottom: 1px solid #fff;
  }
}
.catalog__sort-block_active .catalog__sort-dropdown {
  visibility: visible;
  opacity: 1;
}
.catalog__sort-title {
  display: block;
  padding: 11px 0 11px 34px;
  cursor: pointer;
  color: #0f0f0f;
  border-bottom: 1px solid #fff;
}
.catalog__sort-dropdown {
  visibility: hidden;
  position: absolute;
  width: 143px;
  background-color: #fff;
  opacity: 0;
  z-index: 10;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 1200px) {
  .catalog__sort-dropdown {
    margin-top: 1px;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 670px) {
  .catalog__sort-dropdown {
    right: 0;
    width: 142px;
  }
}
.catalog__sort-link {
  display: block;
  padding: 8px 0 8px 17px;
  cursor: pointer;
  color: #0f0f0f;
}
@media only screen and (max-width: 1200px) {
  .catalog__sort-link {
    padding: 8px 26px;
  }
}
.catalog__sort-link:hover {
  background-color: #f7f7f7;
}
.catalog__sort-link_active {
  text-decoration: underline;
}
.catalog__show {
  margin-top: -5px;
  padding-top: 11px;
}
@media only screen and (max-width: 1200px) {
  .catalog__show {
    display: none;
  }
}
.catalog__show span {
  display: inline-block;
  padding-right: 5px;
}
.catalog__show-number {
  display: inline-block;
  padding: 5px 5px;
  opacity: 0.55;
  cursor: pointer;
}
.catalog__show-number_active {
  opacity: 1;
}
.catalog__body {
  justify-content: space-between;
}
.catalog__list-body {
  flex: 1 0 calc(100% - 280px);
}
.filters {
  flex: 1 0 280px;
}
@media only screen and (max-width: 1200px) {
  .filters {
    display: none;
  }
}
.filters_mobile-active {
  display: block;
  position: absolute;
  margin-top: -34px;
  left: 40px;
  right: 40px;
  padding: 34px 0 34px 32px;
  background-color: #fff;
  z-index: 103;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 830px) {
  .filters_mobile-active {
    left: 32px;
    right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .filters_mobile-active {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 590px) {
  .filters_mobile-active {
    left: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .filters__mobile-columns {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .filters__mobile-columns {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .filters__mobile-column1 {
    flex: 1 0 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .filters__mobile-column2 {
    flex: 1 0 75%;
  }
}
@media only screen and (max-width: 1200px) {
  .filters__mobile-columns {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .filters__mobile-columns {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .filters__mobile-columns .filters__block, .filters__mobile-columns .filters__block-categories {
    flex: 1 0 25%;
  }
}
.filters__block, .filters__block-categories {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .filters__block, .filters__block-categories {
    position: relative;
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
  }
}
@media only screen and (max-width: 767px) {
  .filters__block_last, .filters__block-categories_last {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .filters__block::after, .filters__block-categories::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 8px;
    height: 8px;
    background-image: url("/img/ua/arrow_slider_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.5;
  }
}
.filters__block_active::after, .filters__block-categories_active::after {
  -webkit-transform: rotate(270deg) translate3d(1px, 0, 1px);
  transform: rotate(270deg) translate3d(1px, 0, 1px);
  background-position-x: -1px;
}
.filters__tags {
  opacity: 0.7;
}
.filters__tag {
  display: block;
  margin-bottom: 8px;
  padding-left: 12px;
  background-image: url("/img/ua/ico_delete_filter.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 8px 8px;
  cursor: pointer;
  color: #0f0f0f;
  font-family: "MuseoSansLight", sans-serif;
  font-size: 11px;
}
.filters__tag_reset {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 48px;
  padding-left: 0;
  background: none;
  border-bottom: 1px solid #0f0f0f;
}
@media only screen and (max-width: 767px) {
  .filters__tag_reset {
    margin-bottom: 12px;
  }
}
.filters__title, .filters__tags-title {
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .filters__title, .filters__tags-title {
    margin-bottom: 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .filters__tags-title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.filters__links {
  line-height: 24px;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
@media only screen and (max-width: 767px) {
  .filters__links {
    display: none;
  }
}
.filters__links_active {
  display: block !important;
  padding-top: 12px;
}
.filters__all {
  display: inline-block;
  padding-bottom: 4px;
  cursor: pointer;
  text-decoration: underline;
}
.filters__checkbox {
  display: none;
}
.filters__link {
  display: block;
  margin-bottom: 6px;
  align-items: center;
  align-content: center;
  vertical-align: top;
  color: #0f0f0f;
}
.filters__link:hover {
  opacity: 0.75;
}
.filters__link span {
  vertical-align: middle;
}
.filters__link_active {
  text-decoration: underline;
}
.filters__link_maincat {
  opacity: 0.5;
  pointer-events: none;
  cursor: text;
}
.filters__link_sub {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 11px;
}
.filters__link_color {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.filters__link_color.transparent {
  background-image: url("/img/ua/color_clear.png");
  background-size: cover;
}
.filters__link_color.denim {
  background-image: url("/img/ua/color_denim.png");
  background-size: cover;
}
.filters__link_color.black_white {
  background-image: url("/img/ua/color_black_white.png");
  background-size: cover;
}
.filters__link_color.stripes {
  background-image: url("/img/ua/color_stripes.png");
  background-size: cover;
}
.filters__link_color.multi {
  background-image: url("/img/ua/color_multi.png");
  background-size: cover;
}
.filters__link_color.silver {
  background: linear-gradient(129.81deg, rgb(171, 171, 178) 0%, rgb(214, 213, 214) 92.42%);
}
.filters__link_color.gold {
  background: linear-gradient(129.81deg, rgb(201, 143, 66) 0%, rgb(246, 221, 129) 92.42%);
}
.filters__link_color.white {
  border: 1px solid #dfe0e1;
}
.catalog-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1200px) {
  .catalog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 830px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 590px) {
  .catalog-list {
    gap: 8px;
  }
}
.catalog-list_three {
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 830px) {
  .catalog-list_three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 590px) {
  .catalog-list_three {
    gap: 8px;
  }
}
.catalog-list__block {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.catalog-list__block .catalog-list__favorites {
  opacity: 1;
}
.catalog-list__image-block {
  position: relative;
  height: 306px;
  margin-bottom: 14px;
  padding: 40px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .catalog-list__image-block {
    height: 400px;
  }
}
@media only screen and (max-width: 1030px) {
  .catalog-list__image-block {
    height: 372px;
  }
}
@media only screen and (max-width: 999px) {
  .catalog-list__image-block {
    height: 320px;
  }
}
@media only screen and (max-width: 830px) {
  .catalog-list__image-block {
    height: 410px;
  }
}
@media only screen and (max-width: 670px) {
  .catalog-list__image-block {
    height: 340px;
  }
}
@media only screen and (max-width: 470px) {
  .catalog-list__image-block {
    height: 212px;
  }
}
.catalog-list__image-block:hover {
  opacity: 0.7;
}
.catalog-list__image {
  width: 100%;
  max-height: 140px;
  mix-blend-mode: multiply;
}
.catalog-list__image.loaded {
  opacity: 1;
}
.catalog-list__favorites {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 24px;
  opacity: 0;
  background-image: url("/img/ua/ico_star_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 14px;
  cursor: pointer;
  z-index: 2;
}
.catalog-list__favorites_active {
  background-image: url("/img/ua/ico_star_black.svg");
}
.catalog-list__title {
  padding-bottom: 8px;
  color: #0f0f0f;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
.catalog-list__title:hover {
  opacity: 0.75;
}
.catalog-list__text {
  padding-bottom: 14px;
  color: #0f0f0f;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 670px) {
  .catalog-list__text {
    font-size: 13px;
  }
}
.catalog-list__price {
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 670px) {
  .catalog-list__price {
    font-size: 13px;
  }
}
.catalog-list__price_old {
  padding-top: 4px;
  opacity: 0.5;
  font-size: 10px;
  text-decoration: line-through;
}

.catalog-one {
  margin-top: -200px;
}
.catalog-one__grey-block {
  padding: 196px 0 34px;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 670px) {
  .catalog-one__grey-block {
    padding-bottom: 40px;
  }
}
.catalog-one__grey-block .container-main {
  max-width: 1116px;
}
.catalog-one__path {
  padding-bottom: 10px;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 670px) {
  .catalog-one__path {
    padding-bottom: 24px;
  }
}
.catalog-one__path-link {
  display: inline-block;
  padding-left: 9px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
.catalog-one__path-link_first {
  padding-left: 0;
}
.catalog-one__path-link_first::before {
  display: none !important;
}
.catalog-one__path-link::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 10px;
  padding-left: 13px;
  background-image: url("/img/ua/arrow_path_right.svg");
  background-repeat: no-repeat;
  vertical-align: sub;
}
.catalog-one__block {
  min-height: 529px;
  justify-content: space-between;
}
@media only screen and (max-width: 830px) {
  .catalog-one__block {
    height: auto;
    flex-direction: column;
  }
}
.catalog-one__thumbs-wrapper {
  width: 64px;
  margin-right: 24px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 830px) {
  .catalog-one__thumbs-wrapper {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 32px;
    flex-direction: row;
    order: 2;
  }
}
@media only screen and (max-width: 590px) {
  .catalog-one__thumbs-wrapper {
    height: 44px;
  }
}
.catalog-one .slick-slide.catalog-one__thumb-block {
  margin: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 830px) {
  .catalog-one .slick-slide.catalog-one__thumb-block {
    display: flex;
    width: 100%;
    margin: 6px 10px;
    justify-content: center;
  }
}
.catalog-one .slick-slide.catalog-one__thumb-block_active {
  border: 1px solid #0e0e0e;
}
.catalog-one__thumb {
  max-width: 100%;
  max-height: 100px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 830px) {
  .catalog-one__thumb {
    max-height: 60px;
  }
}
@media only screen and (max-width: 590px) {
  .catalog-one__thumb {
    max-height: 44px;
  }
}
.catalog-one__images {
  width: 600px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .catalog-one__images {
    width: 400px;
  }
}
@media only screen and (max-width: 830px) {
  .catalog-one__images {
    width: 100%;
    order: 1;
  }
}
.catalog-one__images .slick-slide {
  display: flex !important;
  height: auto;
  background-color: #f1f1f1;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.catalog-one__image-block {
  position: relative !important;
  display: inline-block;
  cursor: pointer;
}
.catalog-one__image {
  max-width: 100%;
  max-height: 520px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 830px) {
  .catalog-one__image {
    max-height: 270px;
  }
}
.catalog-one__lupa {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url("/img/ua/ico_lupa.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 670px) {
  .catalog-one__lupa {
    right: 38px;
  }
}
.catalog-one__info {
  width: 380px;
  padding-left: 72px;
}
@media only screen and (max-width: 1200px) {
  .catalog-one__info {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 830px) {
  .catalog-one__info {
    width: 100%;
    padding-left: 0;
    order: 3;
  }
}
.catalog-one__brand {
  display: block;
  padding-top: 24px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
}
.catalog-one__title {
  margin-top: 7px;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 830px) {
  .catalog-one__title {
    margin-bottom: 16px;
  }
}
.catalog-one__prices {
  margin-bottom: 39px;
}
@media only screen and (max-width: 830px) {
  .catalog-one__prices {
    margin-bottom: 24px;
  }
}
.catalog-one__price {
  letter-spacing: 0.03em;
  font-size: 18px;
  font-family: "MuseoSansMiddle", sans-serif;
}
.catalog-one__price_old {
  padding-top: 4px;
  opacity: 0.5;
  font-size: 14px;
  text-decoration: line-through;
}
.catalog-one__currency {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-family: "MuseoSansMiddle", sans-serif;
  text-transform: uppercase;
}
.catalog-one__articul {
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  opacity: 0.5;
  color: #0f0f0f !important;
  font-size: 12px;
  font-family: "MuseoSansThin", sans-serif;
  text-transform: uppercase;
}
.catalog-one__articul span {
  color: #0f0f0f !important;
}
.catalog-one__filter {
  margin-bottom: 0;
  letter-spacing: 0.034em;
  line-height: 24px;
  font-size: 15px;
  font-family: "MuseoSansThin", sans-serif;
}
.catalog-one__filter_size {
  margin-bottom: 7px;
}
.catalog-one__detail {
  display: inline-block;
  padding-bottom: 1px;
  letter-spacing: 0.08em;
  color: #0f0f0f;
  font-size: 10px;
  border-bottom: 1px solid #0f0f0f;
}
@media only screen and (max-width: 999px) {
  .catalog-one__detail_desktop {
    display: none;
  }
}
.catalog-one__detail_show {
  display: none;
}
@media only screen and (max-width: 999px) {
  .catalog-one__detail_show {
    display: inline-block;
  }
}
.catalog-one__details {
  position: relative;
  margin: 61px 0 32px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 830px) {
  .catalog-one__details {
    margin: 20px 0 22px;
  }
}
.catalog-one__color {
  display: inline-block;
  height: 21px;
  padding: 1px;
  cursor: pointer;
  border: 1px solid #0f0f0f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.catalog-one__color:hover {
  opacity: 0.75;
}
.catalog-one__color_other {
  border: 1px solid #f1f1f1;
}
.catalog-one__color a {
  width: 17px;
  height: 17px;
  margin-right: 0 !important;
}
.catalog-one__availability {
  cursor: pointer;
  color: #0f0f0f;
  font-size: 10px;
  border-bottom: 1px dashed #0f0f0f;
}
.catalog-one__shops {
  position: absolute;
  right: 0;
  bottom: 25px;
  padding: 24px 24px 12px 24px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  font-family: "MuseoSansLight", sans-serif;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 590px) {
  .catalog-one__shops {
    width: 316px;
  }
}
.catalog-one__shops_active {
  bottom: 35px;
  opacity: 1;
}
.catalog-one__shops::before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.catalog-one__shop-title-main {
  letter-spacing: 0.05em;
  line-height: 16px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
.catalog-one__shop-item {
  padding: 12px 0;
  border-bottom: 1px solid #f3f3f3;
}
.catalog-one__shop-item:nth-last-child(1) {
  border: 0;
}
.catalog-one__shop-title {
  line-height: 20px;
  color: #262626;
  font-size: 12px;
  text-transform: uppercase;
}
.catalog-one__shop-address {
  line-height: 16px;
  color: rgba(38, 38, 38, 0.7);
  font-size: 12px;
  text-transform: uppercase;
}
.catalog-one__basket {
  width: 100%;
  height: 42px;
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 16px;
  color: #fff;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
}
.catalog-one__basket:hover {
  opacity: 0.75;
}
.catalog-one__favorites {
  width: 100%;
  height: 42px;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  line-height: 16px;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
  border: 1px solid #d6d6d6;
}
.catalog-one__favorites:hover {
  opacity: 0.75;
}
.catalog-one__white-block {
  padding-top: 28px;
  padding-bottom: 144px;
}
@media only screen and (max-width: 999px) {
  .catalog-one__white-block {
    display: none;
  }
}
.catalog-one__white-block .container-main {
  max-width: 1116px;
}
@media only screen and (max-width: 830px) {
  .catalog-one__white-block .container-main {
    display: block;
  }
}
.catalog-one__content {
  width: 740px;
  letter-spacing: 0.034em;
  line-height: 24px;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 999px) {
  .catalog-one__content {
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .catalog-one__content {
    width: 100%;
  }
}
.catalog-one__content-mob {
  padding: 0 0 16px;
  line-height: 24px;
  font-size: 15px;
  font-family: "MuseoSansThin", sans-serif;
}
.catalog-one__h2 {
  padding-bottom: 17px;
  color: #0f0f0f;
  font-size: 24px;
  font-family: "Didot", "Times New Roman";
}
.catalog-one__h3 {
  padding-top: 10px;
  padding-bottom: 14px;
  letter-spacing: 0.05em;
  line-height: 16px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 830px) {
  .catalog-one__need-info {
    padding-top: 24px;
  }
}
.catalog-one__need-info a {
  display: block;
  line-height: 24px;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
.catalog-one__bestsellers {
  padding-bottom: 68px;
}
.bestsellers__main-title {
  padding: 68px 0 40px;
  border-top: 1px solid #efefef;
}
@media only screen and (max-width: 670px) {
  .bestsellers__carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.bestsellers__item {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .bestsellers__item {
    padding: 0;
  }
}
.bestsellers__item .catalog-list__favorites {
  opacity: 1;
}
.bestsellers__item:hover .bestsellers__image {
  opacity: 0.8;
}
@media only screen and (max-width: 670px) {
  .bestsellers__item:nth-child(5), .bestsellers__item:nth-child(6), .bestsellers__item:nth-child(7), .bestsellers__item:nth-child(8), .bestsellers__item:nth-child(9), .bestsellers__item:nth-child(10), .bestsellers__item:nth-child(11), .bestsellers__item:nth-child(12) {
    display: none;
  }
}
.bestsellers__image-block {
  height: 411px;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 670px) {
  .bestsellers__image-block {
    height: auto;
    min-height: 300px;
  }
}
.bestsellers__image {
  max-width: 100%;
  max-height: 287px;
  mix-blend-mode: multiply;
}
.bestsellers__image_no {
  width: 50%;
}
.bestsellers__brand {
  padding: 16px 0 10px;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
.bestsellers__title {
  letter-spacing: 0.8px;
  color: #0f0f0f;
  font-size: 12px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 830px) {
  .bestsellers__title {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.bestsellers__price {
  padding-top: 10px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 670px) {
  .bestsellers__price {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 13px;
  }
}

.brands {
  max-width: 890px;
  margin: auto;
  padding-bottom: 200px;
}
@media only screen and (max-width: 999px) {
  .brands {
    max-width: 522px;
  }
}
@media only screen and (max-width: 590px) {
  .brands {
    padding: 0 18px;
  }
}
.brands__title {
  margin-top: 56px;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 16px;
  color: #0f0f0f;
  font-size: 11px;
}
.brands__popular_1 {
  padding-bottom: 8px;
  text-align: center;
}
.brands__popular_1 .brands__image {
  width: 100%;
  max-width: 438px;
}
@media only screen and (max-width: 999px) {
  .brands__popular_1 .brands__image {
    max-width: 522px;
  }
}
.brands__popular_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 999px) {
  .brands__popular_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 590px) {
  .brands__popular_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brands__image {
  display: block;
  width: 100%;
  height: 117px;
  background-position: center;
  background-size: cover;
}
.brands__list {
  text-align: center;
}
.brands__list_popular {
  margin-top: 56px;
}
@media only screen and (max-width: 590px) {
  .brands__list_popular {
    margin-top: 40px;
  }
}
.brands__list_a-z {
  max-width: 800px;
  margin: auto;
}
.brands__image {
  display: inline-block;
}
.brands__image img {
  width: 100%;
}
.brands__item {
  display: inline-block;
  margin: 0 20px 18px 20px;
  white-space: nowrap;
  color: #0f0f0f;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
@keyframes gradient-animation {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.basket-box {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 352px;
  min-height: 78px;
  background-color: #fff;
  padding: 10px 24px;
  z-index: 112;
}
.basket-box__body {
  justify-content: space-between;
  align-items: center;
}
.basket-box__image-block {
  flex: 1 0 50px;
}
.basket-box__image-block img {
  max-width: 100%;
}
.basket-box__info {
  flex: 1 0 calc(100% - 70px);
  padding-left: 10px;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
.basket-box__title {
  padding-bottom: 4px;
  color: #0f0f0f;
}
.basket-box__message {
  color: #a2a2a2;
}

.cart .container-main {
  max-width: 1116px;
}
.cart__title-main {
  padding-bottom: 10px;
  color: #0f0f0f;
  font-size: 32px;
}
@media only screen and (max-width: 999px) {
  .cart__title-main {
    font-size: 24px;
  }
}
.cart__title-main_border {
  border-bottom: 1px solid hsla(0, 0%, 76.9%, 0.2);
}
.cart__body {
  justify-content: space-between;
  font-size: 12px/14px;
}
@media only screen and (max-width: 999px) {
  .cart__body {
    padding-bottom: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cart__left-block {
  width: calc(100% - 377px);
  margin-top: -36px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .cart__left-block {
    width: calc(100% - 272px);
  }
}
@media only screen and (max-width: 999px) {
  .cart__left-block {
    padding-bottom: 48px;
    width: 100%;
  }
}
.cart__block-wrapper {
  padding-right: 56px;
  border-right: 1px solid hsla(0, 0%, 76.9%, 0.2);
}
@media only screen and (max-width: 999px) {
  .cart__block-wrapper {
    padding-right: 0;
    border: 0;
  }
}
.cart__block-wrapper_first {
  border: 0;
}
.cart__block-wrapper_first .cart__block {
  margin-top: 0;
  margin-bottom: 12px;
  border: 0;
}
.cart__block-wrapper_first .cart__prices {
  padding-bottom: 5px;
}
.cart__block-wrapper_first .cart__info-right {
  padding-top: 5px;
}
.cart__block {
  display: grid;
  margin-top: 12px;
  padding: 0 56px 16px 0;
  grid-template-columns: 120px calc(100% - 313px) 263px;
  border-bottom: 1px solid hsla(0, 0%, 76.9%, 0.2);
}
@media only screen and (max-width: 767px) {
  .cart__block {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 0;
  }
}
.cart__image-block-stub {
  width: 114px;
}
.cart__image-block {
  width: 114px;
  height: 152px;
  background-color: #f3f3f3;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cart__image-block {
    height: auto;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-bottom: 30px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 470px) {
  .cart__image-block {
    margin-bottom: 40px;
  }
}
.cart__image {
  width: 100%;
  mix-blend-mode: multiply;
}
.cart__info-left-stub {
  margin-left: 27px;
}
.cart__info-left {
  position: relative;
  padding-top: 17px;
  margin-left: 27px;
  flex-direction: column;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 767px) {
  .cart__info-left {
    position: static;
    padding-top: 12px;
    margin-left: 0;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.cart__brand {
  padding-bottom: 2px;
  color: #0f0f0f;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
.cart__title {
  display: inline-block;
  padding-bottom: 16px;
  color: #0f0f0f;
  font-size: 12px;
}
.cart__color {
  color: rgba(15, 15, 15, 0.7);
  font-size: 12px;
}
.cart__present {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  color: #0f0f0f;
  font-family: "MuseoSansLight", sans-serif;
}
@media only screen and (max-width: 767px) {
  .cart__present {
    position: absolute;
    left: 0;
    bottom: 14px;
  }
}
@media only screen and (max-width: 470px) {
  .cart__present {
    bottom: 40px;
  }
}
.cart__label-outer {
  align-items: center;
}
.cart__checkbox {
  display: none;
}
.cart__checkbox:checked ~ .cart__label {
  background-image: url("../img/ua/ico_checkbox_active.svg");
}
.cart__label {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 11px;
  background-image: url("../img/ua/ico_checkbox_present.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.cart__info-right {
  position: relative;
  padding-top: 13px;
}
@media only screen and (max-width: 767px) {
  .cart__info-right {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}
@media only screen and (max-width: 470px) {
  .cart__info-right {
    position: static;
  }
}
.cart__prices {
  align-items: center;
  color: rgba(15, 15, 15, 0.7);
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
.cart__prices div {
  flex: 1 0 33.33%;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .cart__prices div {
    color: #fff;
  }
}
.cart__prices div:nth-child(2) {
  text-align: center;
}
.cart__prices div:nth-child(3) {
  text-align: right;
}
.cart__price {
  text-align: left;
}
.cart__amount {
  justify-content: center;
}
.cart__price-total {
  text-align: right;
  color: #0f0f0f;
}
.cart__amount-button {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  cursor: pointer;
  text-align: center;
  color: rgba(15, 15, 15, 0.7);
}
.cart__amount-input {
  width: 26px;
  height: 20px;
  padding: 0 2px;
  background-color: #f3f3f3;
  vertical-align: middle;
  text-align: center;
  color: rgba(15, 15, 15, 0.7);
  font-size: 11px;
  border: 0;
}
.cart__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
@media only screen and (max-width: 470px) {
  .cart__controls {
    bottom: 12px;
  }
}
.cart__favorites {
  cursor: pointer;
}
.cart__delete {
  display: inline-block;
  margin-left: 32px;
  cursor: pointer;
  color: #0f0f0f;
}
.cart__right-block {
  width: 377px;
  padding-top: 29px;
  padding-left: 56px;
  flex-direction: column;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .cart__right-block {
    width: 272px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 999px) {
  .cart__right-block {
    width: 100%;
    padding-left: 0;
  }
}
.cart__promocode-block {
  position: relative;
  padding-bottom: 40px;
}
.cart__promocode-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
  background-image: url("../img/ua/ico_plus.svg");
  background-position: center;
  background-size: 7px 7px;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cart__promocode-button_opened {
  background-image: url("../img/ua/ico_minus.svg");
}
.cart__promocode-input-block {
  display: none;
  position: relative;
  margin-top: 32px;
}
.cart__promocode-input-block_opened {
  display: block;
}
.cart__promocode-input {
  width: 100%;
  height: 25px;
  padding-left: 8px;
  background-color: #fff;
  outline: none;
  color: #0f0f0f;
  font-size: 11px;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
}
.cart__total-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 11px;
}
.cart__total-block div {
  padding-bottom: 13px;
}
.cart__total-block div:nth-child(2n) {
  text-align: right;
}
.cart__total-title {
  padding-top: 17px;
  padding-bottom: 6px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
.cart__order-button, .cart__pay-button {
  margin-top: 7px;
  margin-bottom: 17px;
}
.cart__link {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 1px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0f0f0f;
  font-size: 11px;
  border-bottom: 1px solid #0f0f0f;
}
.cart__empty {
  max-width: 318px;
  height: calc(100vh - 225px);
  margin: auto;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cart__empty .cart__title-main {
  font-family: "Didot", "Times New Roman";
}
.cart__empty .button-black {
  width: 100%;
}
.cart__text {
  margin-bottom: 48px;
  letter-spacing: 0.034em;
  line-height: 24px;
  font-size: 14px;
  font-family: "MuseoSansLight", sans-serif;
}
.cart__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-top: 64px;
}
@media only screen and (max-width: 590px) {
  .cart__columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cart__title-step {
  letter-spacing: 0.05em;
  font-size: 11px;
  font-family: "MuseoSansBold", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 590px) {
  .cart__title-step {
    text-align: center;
  }
}
@media only screen and (max-width: 590px) {
  .cart__stub {
    display: none;
  }
}
.cart__input-block {
  position: relative;
}
.cart__select {
  padding: 14px;
  color: #0f0f0f;
  font-size: 11px;
  border: 1px solid #d6d6d6;
}
.profile {
  padding-top: 50px;
}
.profile__menu {
  flex: 1 0 20%;
}
.profile__menu-links {
  flex-direction: column;
  align-items: flex-start;
}
.profile__menu-link {
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.75;
  letter-spacing: 0.04em;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
}
.profile__menu-link_active {
  opacity: 1;
  border-bottom: 1px solid #0f0f0f;
}
.profile__menu-link:hover {
  opacity: 1;
}
.profile__content {
  flex: 1 0 80%;
}
.profile__main-title {
  margin-bottom: 24px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #0f0f0f;
  font-size: 32px;
  font-family: "Didot", "Times New Roman";
  border-bottom: 1px solid #efefef;
}
.profile__title {
  padding-bottom: 32px;
  letter-spacing: 0.05em;
  line-height: 16px;
  font-size: 11px;
  font-weight: bold;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
}
.profile .table {
  padding-right: 25%;
}
.profile .table-cell:nth-child(1) {
  padding-right: 12px;
}
.profile .table-cell:nth-child(2) {
  padding-left: 12px;
}
.profile__input-block {
  position: relative;
  padding-bottom: 37px;
}
.profile__control-link {
  display: inline-block;
  outline: none;
  cursor: pointer;
  letter-spacing: 0.4px;
  color: #0f0f0f;
  opacity: 0.6;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
}
.profile__control-link:hover {
  opacity: 0.4;
}
.profile__control-link_close {
  padding-left: 16px;
  background-image: url("../img/ua/ico_close.svg");
  background-repeat: no-repeat;
  background-position: left 1px;
}
.profile .button-black {
  display: block;
  width: 100%;
  font-size: 11px;
}
.profile .button-black.disabled {
  background-color: #cfcfcf;
  cursor: default;
}
.profile-box {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 352px;
  height: 60px;
  background-color: #fff;
  padding: 14px 24px;
  z-index: 112;
}
.profile-box__body {
  align-items: center;
}
.profile-box__icon {
  width: 24px;
  height: 24px;
  background-image: url("/img/ua/ico_success.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.profile-box__info {
  padding-left: 16px;
  font-size: 12px;
  font-family: "MuseoSansLight", sans-serif;
}
.profile-box__title {
  padding-bottom: 4px;
  color: #0f0f0f;
}
.profile-box__message {
  color: #a2a2a2;
}

.favorites__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}
.favorites__item:nth-child(1) {
  margin-top: -10px;
}
.favorites__image-block {
  width: 114px;
  min-height: 152px;
  margin-right: 32px;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
}
.favorites__image {
  width: 100%;
  mix-blend-mode: multiply;
}
.favorites__info {
  padding-top: 16px;
  font-family: "MuseoSansLight", sans-serif;
}
.favorites__brand {
  padding-bottom: 4px;
  letter-spacing: 0.5px;
  color: #262626;
  font-size: 11px;
  font-weight: bold;
}
.favorites__title {
  display: inline-block;
  padding-bottom: 20px;
  color: #0f0f0f;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.favorites__size {
  padding-bottom: 4px;
  letter-spacing: 0.5px;
  color: #0f0f0f;
  font-size: 11px;
}
.favorites__color {
  letter-spacing: 0.5px;
  color: #0f0f0f;
  font-size: 11px;
}
.favorites__block-right {
  flex-direction: column;
  justify-content: space-between;
}
.favorites__price {
  text-align: right;
  color: #0f0f0f;
  font-size: 11px;
  text-transform: uppercase;
}
.favorites__controls {
  flex-direction: column;
  align-items: flex-end;
}
.favorites__order {
  display: block;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-image: url("/img/ua/ico_basket_grey.svg");
  background-repeat: no-repeat;
  background-position: left 1px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
}
.favorites__delete {
  cursor: pointer;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
}
.news__item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 15, 15, 0.7);
}
@media only screen and (max-width: 767px) {
  .news__item {
    flex-direction: column;
  }
}
.news__item_first {
  padding-top: 0;
}
.news__item_last {
  border-bottom: 0;
}
.news__image-block {
  flex: 1 0 350px;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .news__image-block {
    flex: 1 0 auto;
    margin-right: 0;
    padding-bottom: 16px;
  }
}
.news__image {
  max-width: 100%;
}
.news__block {
  flex: 1 0 calc(100% - 350px);
}
.news__date {
  padding-bottom: 16px;
  color: #000;
  font-size: 12px;
}
.news__title {
  padding-bottom: 16px;
  font-size: 18px;
}
.news__title_a {
  display: block;
}
.news-one__image-block {
  padding-bottom: 16px;
}
.news-one__image {
  max-width: 100%;
}
.news-one__date {
  padding-bottom: 8px;
  color: #000;
  font-size: 12px;
}
.news-one__title {
  padding-bottom: 8px;
  font-size: 18px;
}
.news-one__back {
  display: inline-block;
  margin-top: 32px;
  font-size: 14px;
}

.shops {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 999px) {
  .shops {
    display: flex;
    flex-direction: column-reverse;
  }
}
.shops__map {
  width: 100%;
  height: 100%;
  min-height: 740px;
}
@media only screen and (max-width: 999px) {
  .shops__map {
    min-height: 540px;
  }
}
.shops__body {
  max-width: 376px;
  margin: auto;
}
.shops__main-title {
  padding-bottom: 6px;
  text-align: center;
  color: #0f0f0f;
  font-size: 32px;
  font-family: "Didot", "Times New Roman";
}
.shops__main-text {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.034em;
  line-height: 24px;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "MuseoSansLight", sans-serif;
}
.shops__cities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}
.shops__city {
  padding-bottom: 14px;
  opacity: 0.3;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.05em;
  color: #0f0f0f;
  font-size: 11px;
  font-weight: bold;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #0f0f0f;
}
.shops__city_active {
  opacity: 1;
}
.shops__list {
  padding-bottom: 68px;
}
.shops__one {
  padding: 22px 16px 15px 16px;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansLight", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #f3f3f3;
}
.shops__one_active {
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.04);
}
.shops__title {
  padding-bottom: 8px;
  cursor: pointer;
  font-weight: bold;
}
.shops__address {
  padding-bottom: 12px;
  cursor: pointer;
  color: rgba(38, 38, 38, 0.7);
}
.shops__phone {
  color: rgba(38, 38, 38, 0.7);
}

.popup {
  position: relative;
  margin: 0 auto;
  padding: 68px 96px;
  background-color: #fff;
  z-index: 111;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  /*
  	&__eye-link{
  		display: block;
  		width: 25px;
  		height: 16px;
  		background: url("/img/ru/ico_eye.png");
  		cursor: pointer;
  	}
  */
}
@media only screen and (max-width: 590px) {
  .popup {
    padding: 32px;
  }
}
@media only screen and (max-width: 470px) {
  .popup {
    padding: 32px 16px;
  }
}
.popup__title {
  padding-bottom: 5px;
  text-align: center;
  color: #0f0f0f;
  font-size: 32px;
  font-family: "Didot", "Times New Roman";
}
@media only screen and (max-width: 590px) {
  .popup__title {
    line-height: 30px;
    font-size: 24px;
  }
}
.popup__title_small {
  padding-top: 18px;
  padding-bottom: 64px;
  font-size: 24px;
  font-weight: bold;
}
.popup__text {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0.034em;
  line-height: 24px;
  color: #0f0f0f;
  font-size: 14px;
  font-family: "MuseoSansThin", sans-serif;
}
.popup__title-small {
  padding-bottom: 32px;
  text-align: center;
  color: #0f0f0f;
  font-size: 11px;
}
.popup__tabs {
  margin-bottom: 40px;
}
.popup__tab {
  flex: 1 0 50%;
  padding-bottom: 14px;
  opacity: 0.4;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
  color: #0f0f0f;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #0f0f0f;
}
.popup__tab_active {
  opacity: 1;
}
.popup__input-block {
  position: relative;
  margin-bottom: 32px;
}
.popup__input-block .label {
  top: 10px;
}
.popup input, .popup textarea {
  width: 100%;
  height: 30px;
  padding: 0 12px;
  outline: none;
  color: #000;
  font-size: 14px;
  font-family: "MuseoSansMiddle", sans-serif;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
}
.popup textarea {
  height: 100px;
}
.popup__controls {
  justify-content: space-between;
}
.popup__label-outer {
  outline: none;
  align-items: center;
  letter-spacing: 0.04em;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
.popup__label-outer_top {
  padding-bottom: 20px;
  align-items: flex-start;
  line-height: 20px;
}
.popup__label-outer_top .popup__label {
  margin-top: 3px;
}
.popup__checkbox {
  display: none;
}
.popup__checkbox:checked ~ .popup__label {
  background-image: url("../img/ua/ico_checkbox_active.png");
}
.popup__label {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 1 0 13px;
  margin-right: 9px;
  background-image: url("../img/ua/ico_checkbox.png");
  background-repeat: no-repeat;
  background-position: center;
}
.popup__checkbox-block {
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
.popup__checkbox-block .error-text {
  top: 35px;
  left: 22px;
}
.popup .button-black {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.popup__password-block {
  position: relative;
}
.popup__eye {
  position: absolute;
  top: 13px;
  right: 10px;
}
.popup__link {
  letter-spacing: 0.04em;
  color: #0f0f0f;
  font-size: 11px;
  font-family: "MuseoSansThin", sans-serif;
}
.popup__link_underline {
  text-decoration: underline;
}
.popup__registration-block {
  text-align: center;
}
.popup__loading {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  z-index: 101;
}
.popup__loading_active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup .message {
  padding-bottom: 24px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.one_message {
  padding-bottom: 20px;
}

.popup-login {
  max-width: 572px;
}
@media only screen and (max-width: 670px) {
  .popup-login {
    width: 95%;
  }
}
.popup-login .button-black {
  display: block;
  width: 100%;
}

.popup-callback, .popup-message, .popup-sms {
  max-width: 416px;
}
@media only screen and (max-width: 670px) {
  .popup-callback, .popup-message, .popup-sms {
    width: 95%;
  }
}
.popup-callback .button-black, .popup-message .button-black, .popup-sms .button-black {
  display: block;
  width: 100%;
}

.popup-delete-account {
  max-width: 416px;
}
@media only screen and (max-width: 670px) {
  .popup-delete-account {
    width: 95%;
  }
}

.popup-langs {
  width: 1100px;
  padding: 50px 64px;
  background-color: #dae7df;
}
@media only screen and (max-width: 1200px) {
  .popup-langs {
    width: 100%;
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 470px) {
  .popup-langs {
    padding: 24px 16px;
  }
}
.popup-langs .container-main {
  padding: 0;
}
.popup-langs .langs-popup__mobile-title {
  display: block;
  text-transform: uppercase;
}
.popup-langs .langs-popup__mobile-close {
  display: block;
}

.popup-registration-end {
  max-width: 518px;
  padding: 104px 0;
}
@media only screen and (max-width: 670px) {
  .popup-registration-end {
    width: 95%;
  }
}
.popup-registration-end .button-black {
  display: inline-block;
  width: 200px;
  letter-spacing: 0.05em;
  font-size: 11px;
}

.slider {
  position: relative;
  overflow: hidden;
  font-size: 0;
  width: 100%;
  height: 70vh;
  min-height: 682px;
  background: #888;
}
@media only screen and (max-width: 1200px) {
  .slider {
    min-height: 500px;
    height: 590px;
  }
}
@media only screen and (max-width: 590px) {
  .slider {
    height: 640px;
    min-height: none;
  }
}
.slider__item {
  display: flex !important;
  position: relative;
  height: 100%;
  min-height: 682px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .slider__item {
    height: 590px;
    min-height: 590px !important;
  }
}
@media only screen and (max-width: 590px) {
  .slider__item {
    height: 640px !important;
    min-height: none !important;
  }
}
.slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 19.1%, rgba(0, 0, 0, 0.1));
  z-index: 2;
}
.slider__block {
  position: relative;
  width: 567px;
  margin-top: 130px;
}
@media only screen and (max-width: 1200px) {
  .slider__block {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 590px) {
  .slider__block {
    margin-top: -54px;
  }
}
.slider__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 72px;
  color: #fff;
  font-size: 50px;
  font-family: "DidotBold", "Times New Roman";
  z-index: 10;
}
@media only screen and (max-width: 590px) {
  .slider__title {
    line-height: 52px;
    font-size: 46px;
  }
}
.slider__title span {
  display: inline-block;
}
.slider__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 41px;
  justify-content: center;
  align-items: center;
  font-family: "MuseoSansThin", sans-serif;
  z-index: 10;
}
@media only screen and (max-width: 590px) {
  .slider__link {
    bottom: 240px;
  }
}
.slider__link span {
  display: inline-block;
  padding-bottom: 1px;
  cursor: pointer;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.slider__link span:hover {
  opacity: 0.75;
}
.slider__tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  z-index: 111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider__tip::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 32px;
  height: 32px;
  background: hsla(0, 0%, 100%, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider__tip:hover .slider__tip-info {
  opacity: 1;
}
.slider__tip_1 {
  top: 56%;
  left: 22%;
}
.slider__tip_2 {
  top: 61%;
  left: 62%;
}
.slider__tip_3 {
  top: 15%;
  left: 72%;
}
.slider__tip-info {
  opacity: 0;
  position: absolute;
  left: -74px;
  top: -17px;
  width: 190px;
  padding: 16px;
  background-color: #000;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 11px;
  z-index: 111;
}
.slider__tip-title {
  padding-bottom: 6px;
  font-family: "MuseoSansBold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.slider__tip-text {
  padding-bottom: 13px;
  font-family: "MuseoSansLight", sans-serif;
}
.slider__tip-price {
  font-family: "MuseoSansLight", sans-serif;
}

.slider-dots {
  display: flex;
  min-height: 12px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 590px) {
  .slider-dots {
    padding: 0;
  }
}
.slider-dots button {
  position: relative;
  display: flex;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  padding: 0;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: 0.3s all;
  border-radius: 50%;
  border: 0;
  z-index: 0;
}
.slider-dots button:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}

.slider-dots-box {
  position: absolute;
  right: 20px;
  bottom: 36px;
}
@media only screen and (max-width: 590px) {
  .slider-dots-box {
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
  }
}
.slider-dots-box .slick-active button {
  width: 12px;
  height: 12px;
}
.slider-dots-box .slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*border: 2px solid rgba(0, 0, 0, 0.05);*/
  border-radius: 50%;
  z-index: 100;
}

.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff; /*rgb(247, 255, 9);*/
  stroke-width: 1;
  stroke-linecap: round;
  animation: progress 50s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.subscribe {
  position: relative;
  height: 760px;
  margin-bottom: -370px;
  padding-top: 92px;
  background-image: url("../img/ua/bg_subscribe.jpg");
  background-size: cover;
}
@media only screen and (max-width: 670px) {
  .subscribe {
    height: 500px;
    margin-bottom: 0;
    padding-top: 170px;
  }
}
.subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.65);
  z-index: 1;
}
.subscribe__block {
  position: relative;
  width: 406px;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 590px) {
  .subscribe__block {
    width: 306px;
  }
}
.subscribe .title-main {
  color: #fff;
}
@media only screen and (max-width: 670px) {
  .subscribe .title-main {
    font-size: 28px;
  }
}
.subscribe .text-main {
  color: #fff;
}
.subscribe__form {
  position: relative;
}
.subscribe__input {
  width: 100%;
  height: 24px;
  padding: 0 80px 0 8px;
  background-color: transparent;
  outline: none;
  color: #fff;
  font-size: 13px;
  font-family: "MuseoSansMiddle", sans-serif;
  border: 0;
  border-bottom: 1px solid #fff;
}
.subscribe__input ~ .label {
  color: #fff;
}
.subscribe__button {
  position: absolute;
  top: 4px;
  right: 0;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: 0;
}
.subscribe__button:hover {
  opacity: 0.75;
}
.subscribe__message {
  padding-top: 40px;
  background-image: url("/img/ua/ico_success_subscribe.svg");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  letter-spacing: 0.034em;
  color: #fff;
  font-size: 14px;
  font-family: "MuseoSansLight", sans-serif;
}

.search-block__item {
  align-items: center;
}
.search-block__item:hover, .search-block__item:active, .search-block__item:focus {
  background-color: #F5F5EC;
}
.search-block__image-block {
  padding-right: 8px;
}
.search-block__image {
  display: block;
  width: 60px;
}
.search-block__title {
  padding: 8px 10px;
}
.search-block__title a {
  font-size: 14px;
}
.search-result__no-found {
  padding-top: 32px;
  font-weight: bold;
}

.autocomplete-suggestions {
  position: fixed !important;
  top: 123px !important;
  background-color: #fff;
  overflow: auto;
  border: 1px solid #dddddd;
  z-index: 100001 !important;
}

.autocomplete-suggestion {
  cursor: pointer;
}

@media only screen and (max-width: 590px) {
  .instagram {
    padding: 0 16px;
  }
}
.instagram .text-main {
  max-width: 586px;
  margin: auto;
}
.instagram__iframe {
  height: 700px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1344px) {
  .instagram__iframe {
    height: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .instagram__iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1030px) {
  .instagram__iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 830px) {
  .instagram__iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 470px) {
  .instagram__iframe {
    height: 200px;
  }
}
.instagram__right {
  justify-content: flex-end;
}
.instagram__card {
  width: 200px;
  height: 150px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 670px) {
  .instagram__card {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
