@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  font-size: 100%; }

legend {
  color: #000; }

.no-scroll {
  overflow: hidden;
  width: auto; }
  .no-scroll.touch-device {
    width: 100%; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

html, body {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  color: #000000;
  font-weight: normal;
  height: 100%;
  min-height: 100vh;
  /* overflow: hidden;  */
}
  @media (min-width: 577px) {
    html, body {
      background-image: url(../img/bg-pattern.png);
      background-repeat: repeat;
      background-size: 10px; } }
  @media (max-width: 940px) {
    /* html, body {
      overflow: auto; }  */
    }
.container {
  padding: 30px 15px 0;
  max-width: 1814px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

li:focus {
  outline: none; }

select {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-style: none;
  background: 0;
  padding: 0; }

option {
  font-size: 14px;
  font-weight: 300;
  line-height: auto;
  color: #191919; }

input, textarea, button {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-style: none;
  background: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: inherit; }

section {
  position: relative;
  display: 100%;
  width: block; }

img {
  color: #000;
  font-size: 12px;
  text-align: center;
  font-family: 'Roboto', sans-serif; }

label {
  margin: 0; }

.wrapper {
  position: relative;
  display: 100%;
  width: block;
  max-width: 1200px;
  margin: 0 auto; }

.custom-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: -webkit-calc(100% - 161px);
  height: calc(100% - 161px);
  /* padding-top: 23px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1200px) {
    .custom-container {
      height: -webkit-calc(100% - 80px + 16px);
      height: calc(100% - 80px + 16px);
      padding-top: 16px; } }
  @media (max-width: 940px) {
    .custom-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .custom-container:not(.custom-container_cart) {
        height: auto; } }
  @media (max-width: 576px) {
    .custom-container {
      padding-top: 0; } }
  @media (min-width: 1201px) {
    .custom-container_pt-0 {
      padding-top: 0; } }

.left-side {
  width: -webkit-calc(100% - 720px);
  width: calc(100% - 720px);
  position: relative;
  display: block;
  height: 100%;
  overflow-y: auto;
  padding: 0 24px 50px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1600px) {
    .left-side {
      width: -webkit-calc(100% - 570px);
      width: calc(100% - 570px); } }
  @media (max-width: 1440px) {
    .left-side {
      padding: 0 24px 24px 8px;
      width: -webkit-calc(100% - 433px);
      width: calc(100% - 433px); } }
  @media (max-width: 1200px) {
    .left-side {
      width: -webkit-calc(100% - 321px);
      width: calc(100% - 321px);
      padding: 0 16px 24px 16; } }
  @media (max-width: 940px) {
    .left-side {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      height: auto;
      padding-top: 15px;
      padding-left: 8px;
      padding-right: 8px;
      z-index: 1; } }

.right-side {
  width: 720px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.24);
  box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.24);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow-y: hidden;
  background-color: #fff; }
  @media (max-width: 1600px) {
    .right-side {
      width: 570px; } }
  @media (max-width: 1440px) {
    .right-side {
      width: 433px; } }
  @media (max-width: 1200px) {
    .right-side {
      width: 321px; } }
  @media (max-width: 940px) {
    .right-side {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      height: auto;
      z-index: 2; } }

.fullscreen-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%; }
  @media (max-width: 1440px) {
    .fullscreen-wrap {
      padding: 0 8px; } }
  @media (max-width: 1200px) and (min-width: 941px) {
    .fullscreen-wrap {
      padding: 0 16px; } }

.custom-btn {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  z-index: 1;
  border: 1px solid transparent; }
  @media (max-width: 1600px) {
    .custom-btn {
      font-size: 20px;
      padding: 12px 0; } }
  @media (max-width: 1200px) {
    .custom-btn {
      font-size: 16px;
      line-height: 16px;
      padding: 16px 0; } }
  @media (max-width: 576px) {
    .custom-btn {
      -webkit-border-radius: 2px;
      border-radius: 2px;
      padding: 13px 0; } }
  .custom-btn:not(.custom-btn_wide) {
    max-width: 384px;
    width: 100%; }
    @media (max-width: 1200px) {
      .custom-btn:not(.custom-btn_wide) {
        max-width: 360px; } }
  .custom-btn_wide {
    width: 100%; }
  .custom-btn_red {
    color: #fff;
    background-color: #a40e0f; }
    .custom-btn_red:hover {
      color: #a40e0f;
      border-color: #a40e0f;
      background-color: #fff; }
      .custom-btn_red:hover .custom-btn_price {
        color: #a40e0f; }
  @media (max-width: 1600px) {
    .custom-btn_price {
      padding-left: 70px; } }
  @media (max-width: 1200px) {
    .custom-btn_price {
      padding-left: 41px; } }
  @media (max-width: 940px) {
    .custom-btn_price {
      padding-left: 54px; } }
  .custom-btn_grey-border {
    border-color: #191919;
    color: #191919; }

.input-txt {
  position: relative;
  display: block;
  width: 100%;
  color: #191919;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  border: 1px solid #9d9d9d;
  padding: 7px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .input-txt {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 576px) {
    .input-txt {
      font-size: 15px;
      line-height: 15px;
      padding: 5px 9px; } }
  @media (max-width: 1200px) and (min-width: 941px) {
    .input-txt_cart {
      width: 305px; } }
  @media (max-width: 940px) and (min-width: 768px) {
    .input-txt_cart {
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px); } }

.input-label {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 18px;
  line-height: 18px;
  color: #191919;
  margin-bottom: 5px; }
  @media (max-width: 576px) {
    .input-label {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 3px; } }
  .input-label_required {
    padding-right: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 576px) {
      .input-label_required {
        padding-right: 8px; } }
    .input-label_required::after {
      content: '*';
      position: absolute;
      color: #a40e0f;
      font-size: 18px;
      top: 0;
      right: 0; }
      @media (max-width: 576px) {
        .input-label_required::after {
          font-size: 14px; } }

.selectric-custom .selectric {
  background: #fff;
  border: 1px solid #9d9d9d; }
  .selectric-custom .selectric .label {
    margin: 0 11px;
    height: 38px;
    color: #191919;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px; }
    @media (max-width: 1200px) {
      .selectric-custom .selectric .label {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .selectric-custom .selectric .label {
        font-size: 15px;
        line-height: 30px;
        height: 30px; } }
  .selectric-custom .selectric .button {
    background-color: #fff;
    border-left: 1px solid #9d9d9d;
    height: 100%;
    width: 40px; }
    @media (max-width: 576px) {
      .selectric-custom .selectric .button {
        width: 30px; } }
    .selectric-custom .selectric .button::after {
      width: 14px;
      height: 10px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/select-arrow.svg);
      border: 0; }

.selectric-custom .selectric-items ul,
.selectric-custom .selectric-items li {
  font-size: 20px;
  font-weight: 300;
  line-height: auto;
  color: #191919; }

@media (max-width: 1200px) and (min-width: 768px) {
  .selectric-custom.selectric-country {
    width: 305px; } }

@media (max-width: 940px) and (min-width: 768px) {
  .selectric-custom.selectric-country {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); } }

.selectric-custom.selectric-country .selectric .label {
  font-weight: 500; }

@media (max-width: 1200px) and (min-width: 768px) {
  .selectric-custom.selectric-delivery {
    width: 265px; } }

@media (max-width: 940px) and (min-width: 768px) {
  .selectric-custom.selectric-delivery {
    width: -webkit-calc(100% - 209px);
    width: calc(100% - 209px); } }

.selectric-sort {
  width: 187px; }
  @media (max-width: 1600px) {
    .selectric-sort {
      width: 158px; } }
  @media (max-width: 1200px) {
    .selectric-sort {
      width: 128px; } }
  .selectric-sort .selectric {
    border: 0;
    background: transparent; }
    .selectric-sort .selectric .label {
      color: #a40e0f;
      font-size: 22px;
      line-height: 48px;
      padding-left: 60px;
      margin: 0;
      height: 48px; }
      @media (max-width: 1600px) {
        .selectric-sort .selectric .label {
          font-size: 18px;
          padding-left: 41px;
          height: 33px;
          line-height: 33px; } }
      @media (max-width: 1200px) {
        .selectric-sort .selectric .label {
          font-weight: normal;
          font-size: 14px;
          height: 27px;
          line-height: 27px;
          padding-left: 32px; } }
    .selectric-sort .selectric .button {
      right: auto;
      left: 0;
      width: 48px;
      height: 48px;
      background: transparent; }
      @media (max-width: 1600px) {
        .selectric-sort .selectric .button {
          width: 33px;
          height: 33px; } }
      @media (max-width: 1200px) {
        .selectric-sort .selectric .button {
          width: 27px;
          height: 27px; } }
          .woocommerce .woocommerce-ordering {
            float: none;
          }
      .selectric-sort .selectric .button::after,
      .woocommerce .woocommerce-ordering::after {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/sorting.png);
        width: 48px;
        height: 48px;
        top: 50%;
        margin-top: -24px;
        left: 0;
        border: 0;
        bottom: auto;
        right: auto; }
        @media (max-width: 1600px) {
          .selectric-sort .selectric .button::after {
            width: 33px;
            height: 33px;
            margin-top: -16.5px; } }
        @media (max-width: 1200px) {
          .selectric-sort .selectric .button::after {
            width: 27px;
            height: 27px;
            margin-top: -13.5px; } }
  .selectric-sort .selectric-items ul,
  .selectric-sort .selectric-items li {
    font-size: 14px;
    font-weight: 300;
    line-height: auto;
    color: #191919; }

.form-search {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09);
  box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09);
  background-color: #fff; }

.input-search {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  padding: 15px 19px 15px 84px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #191919;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  z-index: 1; }
  @media (max-width: 1600px) {
    .input-search {
      padding-left: 54px;
      font-size: 20px; } }
  @media (max-width: 1200px) {
    .input-search {
      font-size: 16px;
      padding: 11px 16px 11px 39px; } }
  .input-search::-webkit-input-placeholder, .input-search::-webkit-input-placeholder, .input-search::-moz-placeholder, .input-search:-moz-placeholder, .input-search:-ms-input-placeholder {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300; }
  .input-search::placeholder, .input-search::-webkit-input-placeholder, .input-search::-moz-placeholder, .input-search:-moz-placeholder, .input-search:-ms-input-placeholder {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300; }
    @media (max-width: 1600px) {
      .input-search::-webkit-input-placeholder, .input-search::-webkit-input-placeholder, .input-search::-moz-placeholder, .input-search:-moz-placeholder, .input-search:-ms-input-placeholder {
        font-size: 20px; }
      .input-search::placeholder, .input-search::-webkit-input-placeholder, .input-search::-moz-placeholder, .input-search:-moz-placeholder, .input-search:-ms-input-placeholder {
        font-size: 20px; } }
    @media (max-width: 1200px) {
      .input-search::-webkit-input-placeholder, .input-search::-webkit-input-placeholder, .input-search::-moz-placeholder, .input-search:-moz-placeholder, .input-search:-ms-input-placeholder {
        font-size: 16px; }
      .input-search::placeholder, .input-search::-webkit-input-placeholder, .input-search::-moz-placeholder, .input-search:-moz-placeholder, .input-search:-ms-input-placeholder {
        font-size: 16px; } }
  .input-search::-webkit-input-placeholder {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300; }
  .input-search::-moz-placeholder {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300; }
  .input-search:-ms-input-placeholder {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300; }
  .input-search::placeholder {
    color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300; }
    @media (max-width: 1600px) {
      .input-search::-webkit-input-placeholder {
        font-size: 20px; }
      .input-search::-moz-placeholder {
        font-size: 20px; }
      .input-search:-ms-input-placeholder {
        font-size: 20px; }
      .input-search::placeholder {
        font-size: 20px; } }
    @media (max-width: 1200px) {
      .input-search::-webkit-input-placeholder {
        font-size: 16px; }
      .input-search::-moz-placeholder {
        font-size: 16px; }
      .input-search:-ms-input-placeholder {
        font-size: 16px; }
      .input-search::placeholder {
        font-size: 16px; } }

.btn-search {
  position: absolute;
  display: block;
  z-index: 2;
  width: 45px;
  height: 45px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/search-icon.png);
  top: 50%;
  margin-top: -22.5px;
  left: 23px;
  cursor: pointer;
  z-index: 2; }
  @media (max-width: 1600px) {
    .btn-search {
      left: 16px;
      width: 36px;
      height: 36px;
      margin-top: -18px; } }
  @media (max-width: 1200px) {
    .btn-search {
      width: 25px;
      height: 25px;
      margin-top: -12.5px;
      left: 8px; } }

.breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  margin: 15px 0; }
  .breadcrumbs > a {
    display: inline-block;
    font-size: 16px; }
    @media (max-width: 1200px) {
      .breadcrumbs > a {
        font-size: 14px; } }
    .breadcrumbs > a:first-child {
      color: #848484; }
    .breadcrumbs > a:not(:first-child) {
      color: #a7a7a7; }
    .breadcrumbs > a:not(:last-child) {
      padding-right: 21px;
      margin-right: 16px;
      position: relative;
      display: inline-block;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .breadcrumbs > a:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
        width: 6px;
        height: 12px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/breadcrumb-arrow.png); }
      .breadcrumbs > a:not(:last-child):hover {
        text-decoration: underline;
        color: #a40e0f; }
    .breadcrumbs > a:last-child {
      color: #191919;
      font-weight: bold;
      cursor: default; }

.main-title, .main-title > h1, .museums-list__town, .worlds-museums__country {
  position: relative;
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  color: #191919;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .main-title:not(h1), .main-title > h1:not(h1), .museums-list__town:not(h1), .worlds-museums__country:not(h1) {
    margin: 45px 0 26px; }
  @media (max-width: 1600px) {
    .main-title, .main-title > h1, .museums-list__town, .worlds-museums__country {
      font-size: 28px;
      line-height: 28px; }
      .main-title:not(h1), .main-title > h1:not(h1), .museums-list__town:not(h1), .worlds-museums__country:not(h1) {
        margin: 37px 0 19px; } }
  @media (max-width: 1200px) {
    .main-title, .main-title > h1, .museums-list__town, .worlds-museums__country {
      font-size: 20px;
      line-height: 20px;
      font-weight: 500; }
      .main-title:not(h1), .main-title > h1:not(h1), .museums-list__town:not(h1), .worlds-museums__country:not(h1) {
        margin: 18px 0 13px; } }
  .main-title__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  @media (max-width: 1600px) {
    .main-title_cart {
      margin: 7px 0 23px; } }

.main-content {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.no-scroll {
  overflow: hidden;
  width: auto; }
  .no-scroll.touch-device {
    width: 100%; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 100; }

.header {
  position: relative;
  display: block;
  width: 100%; }
  .header__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 89px; }
    @media (max-width: 1200px) {
      .header__wrap {
        height: 64px;
        padding: 16px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 576px) {
      .header__wrap {
        height: 50px;
        padding: 0; } }
  .header__logo {
    position: relative;
    height: 100%;
    padding-left: 46px;
    width: 195px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .header__logo {
        padding-left: 33px;
        width: -webkit-calc(149px + 33px);
        width: calc(149px + 33px); } }
    @media (max-width: 1200px) {
      .header__logo {
        padding-left: 16px;
        width: -webkit-calc(149px + 16px);
        width: calc(149px + 16px); } }
    @media (max-width: 576px) {
      .header__logo {
        width: 64px;
        padding-left: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .header__nav {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-calc(100% - 67px - 149px);
    width: calc(100% - 67px - 149px); }
    @media (max-width: 576px) {
      .header__nav {
        width: -webkit-calc(100% - 48px - 16px);
        width: calc(100% - 48px - 16px);
        background-color: #a40e0f;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 8px;
        box-sizing: border-box; } }
  .header-menu {
    max-width: 414px;
    height: 100%;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1200px) {
      .header-menu {
        display: none; } }
    .header-menu__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .header-menu__item:first-child > a {
        padding-left: 49px; }
        .header-menu__item:first-child > a::before {
          width: 27px;
          height: 18px;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../img/delivery-icon.png); }
      .header-menu__item:last-child > a {
        padding-left: 47px; }
        .header-menu__item:last-child > a::before {
          width: 25px;
          height: 23px;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../img/product-icon.png); }
      .header-menu__item > a {
        display: inline-block;
        position: relative;
        color: #a40e0f;
        font-size: 17px;
        padding-right: 15px;
        white-space: nowrap;
        -webkit-transition: all .3s;
        transition: all .3s; }
        .header-menu__item > a:hover {
          text-decoration: underline; }
        .header-menu__item > a::before {
          content: '';
          position: absolute;
          display: block;
          left: 15px;
          top: 0; }
  .header-lang {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 207px;
    -ms-flex: 0 0 207px;
    flex: 0 0 207px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    @media (max-width: 1600px) {
      .header-lang {
        -webkit-flex-basis: 223px;
        -ms-flex-preferred-size: 223px;
        flex-basis: 223px;
        max-width: 223px; } }
    @media (max-width: 1200px) {
      .header-lang {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        z-index: 110;
        border: 1px solid #fff;
        padding: 30px 50px; } }
    .header-lang__close {
      display: none;
      position: absolute;
      z-index: 1;
      top: 3px;
      right: 3px;
      width: 30px;
      height: 30px; }
      @media (max-width: 1200px) {
        .header-lang__close {
          display: block; } }
      .header-lang__close::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff; }
      .header-lang__close::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -1px;
        width: 2px;
        height: 100%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff; }
    .header-lang__btn {
      width: auto;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #a40e0f;
      font-size: 17px;
      line-height: 17px;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .header-lang__btn:hover {
        text-decoration: underline; }
      @media (max-width: 1200px) {
        .header-lang__btn {
          color: #fff;
          margin-bottom: 10px; } }
    .header-lang__icon {
      position: relative;
      margin-left: 6px;
      background-color: #fff;
      width: 54px;
      padding: 4px 23px 4px 6px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09);
      box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09); }
      @media (max-width: 1200px) {
        .header-lang__icon {
          background-color: transparent; } }
      .header-lang__icon > img {
        position: relative;
        width: 27px;
        height: 17px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        width: 25px;
        height: 17px; }
      .header-lang__icon::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #a40e0f transparent transparent transparent;
        right: 6px;
        top: 50%;
        margin-top: -3px;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .header-lang__icon.rotate-triang::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .header-lang__list {
      display: none;
      position: absolute;
      background-color: #fff;
      width: 150px;
      top: 65px;
      left: 0;
      margin-left: -75px;
      left: 50%;
      z-index: 20;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09);
      box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09); }
      @media (max-width: 1200px) {
        .header-lang__list {
          display: block;
          background-color: transparent;
          position: relative;
          top: auto;
          left: auto;
          margin: 0;
          width: 100%; } }
    .header-lang__item {
      cursor: pointer;
      display: block;
      position: relative;
      white-space: nowrap;
      line-height: 16px;
      font-size: 16px; }
      .header-lang__item > a {
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #191919;
        -webkit-transition: all .3s;
        transition: all .3s;
        display: inline-block;
        position: relative; }
        @media (max-width: 1200px) {
          .header-lang__item > a {
            color: #fff; } }
        .header-lang__item > a:hover {
          color: #a40e0f; }
      .header-lang__item:not(:last-child) {
        border-bottom: 1px solid #e8eaec; }
      .header-lang__item.current::after {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 14px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/current-lang-arrow.svg); }
      .header-lang__item.current a {
        cursor: default;
        color: inherit; }
        @media (max-width: 1200px) {
          .header-lang__item.current a {
            color: #fff; } }
  .header-cart {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #a40e0f;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 424px;
    -ms-flex: 0 0 424px;
    flex: 0 0 424px;
    max-width: 424px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .header-cart {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px; } }
    @media (max-width: 1200px) {
      .header-cart {
        -webkit-flex-basis: 240px;
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
        max-width: 240px;
        padding-left: 15px;
        margin-left: 41px; } }
    @media (max-width: 576px) {
      .header-cart {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 46px;
        -webkit-flex-basis: 46px;
        -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
        padding: 0;
        margin: 0; } }
    .header-cart::after {
      content: '';
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -12px;
      width: 15px;
      height: 24px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/cart-arrow-icon.svg); }
      @media (max-width: 1200px) {
        .header-cart::after {
          width: 10px;
          height: 17px;
          margin-top: -8.5px;
          right: 18px; } }
      @media (max-width: 576px) {
        .header-cart::after {
          display: none; } }
    .header-cart__title {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 14px; }
      @media (max-width: 1200px) {
        .header-cart__title {
          font-size: 15px;
          padding-left: 34px; } }
      @media (max-width: 576px) {
        .header-cart__title {
          display: none; } }
    .header-cart__icon {
      position: relative;
      width: 32px;
      height: 30px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/cart-icon.png); }
      @media (max-width: 1200px) {
        .header-cart__icon {
          width: 24px;
          height: 22px; } }
      @media (max-width: 576px) {
        .header-cart__icon {
          width: 16px;
          height: 30px; } }
    .header-cart__counter {
      margin-left: 18px;
      background-color: #fff;
      color: #a40e0f;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      min-width: 24px;
      height: 24px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 2px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 1200px) {
        .header-cart__counter {
          font-size: 12px;
          min-width: 18px;
          height: 18px; } }
      @media (max-width: 576px) {
        .header-cart__counter {
          margin: 0;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          border: 2px solid #fff;
          font-size: 14px;
          line-height: 14px;
          width: 24px;
          height: 24px;
          background-color: #a40e0f;
          color: #fff; } }

.logo {
  max-width: 149px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media (max-width: 576px) {
    .logo {
      height: 32px;
      width: 48px;
      overflow: hidden; } }
  .logo__main {
    display: block;
    max-width: 100%;
    max-height: 100%; }
    @media (max-width: 576px) {
      .logo__main {
        display: none; } }
  .logo__sm {
    display: none;
    max-width: 100%;
    max-height: 100%; }
    @media (max-width: 576px) {
      .logo__sm {
        display: block; } }

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 72px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09);
  box-shadow: 0px 4px 16px 0px rgba(80, 107, 123, 0.09);
  padding: 0 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media (max-width: 1600px) {
    .nav {
      padding-left: 33px; } }
  @media (max-width: 1200px) {
    .nav {
      display: block;
      position: fixed;
      top: 0;
      right: -100%;
      z-index: 90;
      background: rgba(0, 0, 0, 0.8);
      height: 100%;
      overflow: auto;
      padding: 46px 24px 30px;
      max-width: 500px;
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
      min-width: 300px;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .nav.show {
    right: 0; }
  .nav-lg-close {
    display: none;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px; }
    @media (max-width: 1200px) {
      .nav-lg-close {
        display: block; } }
    .nav-lg-close::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 100%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #fff; }
    .nav-lg-close::after {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      margin-right: -1px;
      width: 2px;
      height: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #fff; }
  .nav__item {
    position: relative;
    height: 100%; }
    @media (max-width: 1200px) {
      .nav__item {
        text-align: right;
        height: auto;
        margin: 5px 0; } }
    @media (min-width: 1201px) {
      .nav__item:not(:last-child) {
        padding-right: 43px; } }
    .nav__item_mobile {
      display: none; }
      @media (max-width: 1200px) {
        .nav__item_mobile:not(.nav__item_lang) {
          display: block; } }
    .nav__item_lang {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 22px;
      padding: 3px 24px 3px 0;
      box-sizing: border-box;
      color: #fff;
      margin-bottom: 20px;
      border-bottom: 1px solid #fff; }
      @media (max-width: 1200px) {
        .nav__item_lang {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .nav__item_lang > img {
        position: relative;
        width: 27px;
        height: 17px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        width: 25px;
        height: 17px;
        margin-right: 10px; }
      .nav__item_lang::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        right: 0;
        top: 50%;
        margin-top: -3px;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s; }
    .nav__item.current > a {
      border-bottom: 8px solid #a40e0f;
      cursor: default; }
      @media (min-width: 1201px) {
        .nav__item.current > a {
          color: #a40e0f; } }
      @media (max-width: 1200px) {
        .nav__item.current > a {
          border-bottom-width: 3px; } }
    .nav__item > a {
      color: #191919;
      font-size: 22px;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .nav__item > a:hover {
        color: #a40e0f; }
      @media (max-width: 1200px) {
        .nav__item > a {
          color: #fff;
          display: inline-block;
          padding: 3px 0;
          height: auto; } }

.menu-btn {
  color: #a40e0f;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  @media (max-width: 1200px) {
    .menu-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 576px) {
    .menu-btn {
      color: #fff;
      font-size: 20px;
      text-transform: none;
      padding-left: 32px; } }
  .menu-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    width: 16px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/menu.svg); }
    @media (max-width: 576px) {
      .menu-btn::before {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/menu-sm.svg);
        width: 24px;
        height: 18px;
        margin-top: -9px; } }

.product {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
  overflow-y: auto; }
  @media (min-width: 1601px) and (min-height: 1064px), (max-width: 1600px) and (min-height: 740px) and (min-width: 941px) {
    .product {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 940px) and (min-width: 641px) {
    .product {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 40px; } }
  @media (max-width: 640px) {
    .product {
      padding-top: 0; } }
  .product.rolling-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px 16px 32px; }
    @media (max-width: 576px) {
      .product.rolling-up {
        padding-bottom: 40px; } }
    @media (max-width: 400px) {
      .product.rolling-up {
        padding-left: 0;
        padding-right: 0; } }
    .product.rolling-up .product__pic-name,
    .product.rolling-up .product__pic-artist,
    .product.rolling-up .product__block-title,
    .product.rolling-up .product-size,
    .product.rolling-up .product-color {
      display: none; }
    /* .product.rolling-up .product__info {
      width: 65px; } */
    .product.rolling-up .product__param {
      padding-left: 28px;
      width: -webkit-calc(100% - 65px);
      width: calc(100% - 65px);
      margin: 0;
      max-width: none; }
      @media (max-width: 400px) {
        .product.rolling-up .product__param {
          padding-left: 3px; } }
    .product.rolling-up .custom-btn {
      width: 192px;
      font-size: 14px;
      padding: 7px 0; }
    .product.rolling-up .custom-btn_price {
      padding-left: 40px;
      background-color: #fff;
      color: #a40e0f;
      border-color: #a40e0f; }
    .product.rolling-up .product__price {
      color: #a40e0f;
      font-size: 16px;
      width: 45px; }
    .product.rolling-up .product__pic-name_hidden,
    .product.rolling-up .product__pic-artist_hidden {
      display: block; }
    /* .product.rolling-up .product-photo {
      height: 72px;
      margin-bottom: 0; } */
      @media (max-width: 640px) {
        .product.rolling-up .product-photo::before, .product.rolling-up .product-photo::after {
          display: none; } }
    .product.rolling-up .product__btn {
      margin: 5px 0 0; }
  .product.preview {
    padding: 20px 35px; }
    @media (max-width: 640px) {
      .product.preview {
        padding-top: 0;
        padding-bottom: 16px; } }
    @media (max-width: 576px) {
      .product.preview {
        padding-bottom: 40px; } }
    @media (min-width: 641px) {
      .product.preview .product__pic-name,
      .product.preview .product__pic-artist {
        display: none; } }
    .product.preview .product__pic-artist {
      margin-top: 10px; }
      @media (max-width: 640px) {
        .product.preview .product__pic-artist {
          margin-bottom: 13px;
          margin-top: 0; } }
    .product.preview .product__block-title,
    .product.preview .product-size,
    .product.preview .product-color {
      display: none; }
    @media (min-width: 641px) {
      .product.preview .product__pic-name_hidden,
      .product.preview .product__pic-artist_hidden {
        display: block; } }
    @media (min-width: 641px) {
      .product.preview .product__info {
        width: 124px; } }
    .product.preview .product-photo {
      height: 137px; }
      @media (max-width: 640px) {
        .product.preview .product-photo {
          height: 246px;
          max-width: 224px; } }
    @media (min-width: 641px) {
      .product.preview .product__param {
        width: -webkit-calc(100% - 124px);
        width: calc(100% - 124px);
        padding-left: 44px; } }
    .product.preview .product__btn {
      margin-top: 33px; }
      @media (max-width: 640px) {
        .product.preview .product__btn {
          margin-top: 16px;
          max-width: 192px;
          margin: 8px auto 0; } }
    @media (max-width: 767px) {
      .product.preview .custom-btn {
        width: 192px;
        font-size: 14px;
        padding: 7px 0; } }
    .product.preview .custom-btn_price {
      padding-left: 40px;
      background-color: #fff;
      color: #a40e0f;
      border-color: #a40e0f; }
    .product.preview .product__price {
      color: #a40e0f; }
      @media (max-width: 767px) {
        .product.preview .product__price {
          font-size: 16px;
          width: 45px; } }
  @media (max-width: 640px) {
    .product.fixed {
      position: fixed;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 80;
      background-color: #fff;
      padding-bottom: 8px;
      overflow: auto; }
      .product.fixed .product-md-show,
      .product.fixed .product__show-param,
      .product.fixed .product__pic-name_hidden,
      .product.fixed .product__pic-artist_hidden {
        display: none; }
      .product.fixed .product__pic-name:not(.product__pic-name_hidden),
      .product.fixed .product__pic-artist:not(.product__pic-artist_hidden),
      .product.fixed .product__block-title {
        display: block; }
      .product.fixed .product-size,
      .product.fixed .product-color,
      .product.fixed .product-sm-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .product.fixed .product__info {
        padding-top: 14px; } }
  .product-sm-hide {
    position: absolute;
    z-index: 1;
    top: 54px;
    right: 3px;
    width: 30px;
    height: 30px; }
    @media (max-width: 1200px) {
      .product-sm-hide {
        display: block; } }
    .product-sm-hide::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 100%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #a40e0f; }
    .product-sm-hide::after {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      margin-right: -1px;
      width: 2px;
      height: 100%;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #a40e0f; }
  .product-sm-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 50px;
    background-color: #a40e0f;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .product__info {
    position: relative;
    display: block;
    width: 100%; }
    @media (max-width: 940px) and (min-width: 641px) {
      .product__info {
        width: 241px; } }
  .product-photo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 380px;
    height: 420px;
    margin: 0 auto 40px; }
    /* @media (max-width: 1600px) {
      .product-photo {
        max-width: 216px;
        height: 238px;
        margin-bottom: 13px; } } */
    /* @media (max-width: 1200px) {
      .product-photo {
        width: 241px;
        height: 327px; } } */
    /* @media (max-width: 940px) and (min-width: 641px) {
      .product-photo {
        margin-bottom: 0;
        height: 267px; } }
    @media (max-width: 640px) {
      .product-photo {
        max-width: 370px;
        height: 400px;
        z-index: 1; } }
    @media (max-width: 576px) {
      .product-photo {
        max-width: 224px;
        height: 246px; } */
        /* .product-photo::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 39px;
          z-index: 3;
          background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
          background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0); } */
        /* .product-photo::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 39px;
          z-index: 3;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.9)), to(white));
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%, white 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); } } */
    .product-photo > img {
      max-width: 100%;
      max-height: 100%;
      z-index: 1;
      position: relative;
      display: block; }
  .product__param {
    max-width: 414px;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .product__param {
        max-width: 384px; } }
    @media (max-width: 1200px) {
      .product__param {
        padding-left: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 940px) and (min-width: 641px) {
      .product__param {
        width: -webkit-calc(100% - 241px);
        width: calc(100% - 241px);
        padding-left: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        max-width: 444px; } }
    @media (max-width: 640px) {
      .product__param {
        padding-left: 0; } }
    @media (max-width: 576px) {
      .product__param {
        max-width: 397px; } }
  .product-md-show {
    display: none;
    position: absolute;
    color: #a40e0f;
    font-size: 15px;
    line-height: 15px;
    top: 22px;
    right: 16px;
    z-index: 20;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 940px) {
      .product-md-show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 576px) {
      .product-md-show {
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        background-color: #a40e0f;
        color: #fff;
        right: auto;
        top: auto;
        padding: 5px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .product-md-show__icon {
      stroke: #a40e0f;
      stroke-width: 4px;
      width: 10px;
      height: 7px;
      margin-left: 5px; }
      @media (max-width: 576px) {
        .product-md-show__icon {
          stroke: #fff; } }
  .product__pic-name {
    text-align: center;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #191919; }
    @media (max-width: 1600px) {
      .product__pic-name {
        font-size: 16px;
        line-height: 16px; } }
    @media (max-width: 940px) {
      .product__pic-name {
        font-size: 15px;
        line-height: 15px; }
        .product__pic-name:not(.product__pic-name_hidden) {
          margin-top: 11px; } }
    @media (max-width: 640px) {
      .product__pic-name {
        margin-bottom: 0;
        z-index: 2; }
        .product__pic-name:not(.product__pic-name_hidden) {
          margin-top: -33px; } }
    @media (max-width: 576px) {
      .product__pic-name {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .product__pic-name:not(.product__pic-name_hidden) {
          padding-left: 10px; } }
    .product__pic-name_hidden {
      display: none;
      text-align: left; }
  .product__pic-artist {
    text-align: center;
    position: relative;
    display: block;
    line-height: 18px;
    font-size: 18px;
    color: #a40e0f;
    margin-top: 6px; }
    @media (max-width: 1600px) {
      .product__pic-artist {
        font-size: 16px;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 22px; } }
    @media (max-width: 940px) {
      .product__pic-artist {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 0; } }
    @media (max-width: 640px) {
      .product__pic-artist {
        margin-top: 0;
        z-index: 2; }
        .product__pic-artist:not(.product__pic-artist_hidden) {
          margin-bottom: 15px; } }
    @media (max-width: 576px) {
      .product__pic-artist {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .product__pic-artist:not(.product__pic-artist_hidden) {
          padding-left: 10px; } }
    .product__pic-artist_hidden {
      display: none;
      text-align: left;
      margin-top: 5px; }
  .product__block-title {
    position: relative;
    display: block;
    margin: 21px auto 11px;
    color: #a4a4a4;
    font-size: 13px;
    line-height: 13px;
    max-width: 552px;
    width: 100%; }
    @media (max-width: 1600px) {
      .product__block-title {
        margin-top: 14px; } }
    @media (max-width: 576px) {
      .product__block-title {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none; } }
  .product-size {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .product-size {
        overflow: auto; } }
    @media (max-width: 576px) {
      .product-size {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none; } }
    .product-size__item {
      position: relative; }
      .product-size__item:not(:last-child) {
        margin-right: 1px; }
    .product-size__radio {
      display: none; }
      .product-size__radio:checked + .product-size__label {
        border-color: #a40e0f;
        background: #a40e0f;
        color: #fff; }
    .product-size__label {
      width: 54px;
      height: 40px;
      border: 2px solid #e8eaec;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #a40e0f;
      font-size: 12px;
      line-height: 12px;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .product-size__label {
          border-width: 1px; } }
  .product-color {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .product-color {
        overflow: auto; } }
    @media (max-width: 576px) {
      .product-color {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none; } }
    .product-color__item {
      position: relative; }
      .product-color__item:not(:last-child) {
        margin-right: 7px; }
    .product-color__radio {
      display: none; }
      .product-color__radio:checked + .product-color__label {
        border-color: #fff; }
        .product-color__radio:checked + .product-color__label::before {
          opacity: 1; }
    .product-color__label {
      display: block;
      width: 42px;
      height: 36px;
      border: 8px solid transparent;
      -webkit-transition: all .3s;
      transition: all .3s;
      position: relative;
      background-color: blue;
      transition: all .3s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 1; }
      @media (max-width: 640px) {
        .product-color__label {
          border-width: 4px; } }
      .product-color__label > img {
        width: 100%;
        height: 100%; }
      .product-color__label::before {
        content: '';
        position: absolute;
        top: -8px;
        left: -8px;
        width: 42px;
        height: 36px;
        border: 4px solid #a40e0f;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media (max-width: 640px) {
          .product-color__label::before {
            border-width: 2px;
            top: -4px;
            left: -4px; } }
  .product__price {
    width: 100%;
    margin: 32px 0 27px;
    position: relative;
    text-align: right;
    display: block;
    color: #191919;
    font-size: 62px;
    line-height: 62px;
    font-weight: 900;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .product__price {
        position: absolute;
        display: inline-block;
        width: 117px;
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: 900;
        font-size: 32px;
        line-height: 32px;
        z-index: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; } }
    @media (max-width: 1200px) {
      .product__price {
        font-size: 24px;
        line-height: 24px;
        width: 80px; } }
  .product__btn {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto; }
    @media (max-width: 1600px) {
      .product__btn {
        margin-top: 23px; }
        .product__btn:hover .product__price {
          color: #a40e0f; }
        .product__btn:hover .custom-btn_price {
          color: #a40e0f;
          border-color: #a40e0f;
          background-color: #fff; } }
    @media (max-width: 1200px) {
      .product__btn {
        padding-right: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 940px) {
      .product__btn {
        max-width: 288px;
        margin-left: 0;
        padding-right: 0; } }
    @media (max-width: 640px) {
      .product__btn {
        margin: 40px auto 0; } }
    @media (max-width: 576px) {
      .product__btn {
        max-width: 304px; } }
  .product__show-param {
    display: none;
    position: relative;
    width: 100%; }
    @media (max-width: 940px) and (min-width: 641px) {
      .product__show-param {
        max-width: 232px;
        width: 100%;
        position: absolute;
        bottom: 14px;
        left: 340px; } }
    @media (max-width: 767px) and (min-width: 641px) {
      .product__show-param {
        bottom: 32px;
        left: 248px; } }
    @media (max-width: 640px) {
      .product__show-param {
        max-width: 192px;
        margin: 0 auto; } }

.pic-gallery {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .pic-gallery__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px; }
    @media (max-width: 576px) {
      .pic-gallery__wrap {
        margin-left: -4px;
        margin-right: -4px; } }
    @media (max-width: 400px) {
      .pic-gallery__wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .pic-gallery__cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 0;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 43px; }
    @media (max-width: 1200px) {
      .pic-gallery__cell {
        margin-bottom: 18px; } }
    @media (max-width: 576px) {
      .pic-gallery__cell {
        -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
        padding-left: 4px;
        padding-right: 4px; } }
    @media (max-width: 400px) {
      .pic-gallery__cell {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
  .pic-gallery__item {
    position: relative;
    display: block;
    width: 100%;
    max-width: 272px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 272px;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer; }
    .pic-gallery__item:hover .pic-gallery__name {
      color: #a40e0f; }
    .pic-gallery__item.current .pic-gallery__pic {
      border: 4px solid #a40e0f;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 2; }
      @media (max-width: 1200px) {
        .pic-gallery__item.current .pic-gallery__pic {
          border-width: 2px; } }
      .pic-gallery__item.current .pic-gallery__pic a::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        border: 8px solid #fff;
        z-index: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media (max-width: 1200px) {
          .pic-gallery__item.current .pic-gallery__pic a::after {
            border-width: 3px; } }
    .pic-gallery__item.current .pic-gallery__name {
      color: #a40e0f; }
  .pic-gallery__pic {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 272px;
    max-height: 272px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    .pic-gallery__pic > a {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%; }
      .pic-gallery__pic > a > img {
        width: 100%;
        max-height: 100%; }
  .pic-gallery__name {
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #191919;
    margin: 24px 0 9px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1600px) {
      .pic-gallery__name {
        font-size: 18px;
        line-height: 18px;
        margin: 18px 0 7px; } }
    @media (max-width: 1200px) {
      .pic-gallery__name {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 14px; } }
    @media (max-width: 768px) {
      .pic-gallery__name {
        font-size: 17px;
        line-height: 17px;
        margin-top: 12px; } }
    @media (max-width: 640px) {
      .pic-gallery__name {
        font-size: 14px;
        line-height: 14px; } }
  .pic-gallery__artist {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #9d9d9d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1600px) {
      .pic-gallery__artist {
        font-size: 15px;
        line-height: 15px; } }
    @media (max-width: 1200px) {
      .pic-gallery__artist {
        font-size: 13px;
        line-height: 13px; } }
    @media (max-width: 768px) {
      .pic-gallery__artist {
        font-size: 15px;
        line-height: 15px; } }
    @media (max-width: 640px) {
      .pic-gallery__artist {
        font-size: 12px;
        line-height: 12px; } }

.museums-list {
  position: relative;
  display: block;
  width: 100%; }
  .museums-list__town {
    padding-left: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 56px; }
    @media (max-width: 1600px) {
      .museums-list__town {
        margin-bottom: 19px;
        padding-left: 40px; } }
    @media (max-width: 1200px) {
      .museums-list__town {
        padding-left: 32px; } }
    .museums-list__town::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -24px;
      width: 40px;
      height: 48px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/location-icon.png); }
      @media (max-width: 1600px) {
        .museums-list__town::before {
          width: 30px;
          height: 38px;
          margin-top: -19px; } }
      @media (max-width: 1200px) {
        .museums-list__town::before {
          width: 23px;
          height: 28px;
          margin-top: -14px; } }
  .museums-list__item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 32px; }
  .museums-list__line {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px; }
    @media (max-width: 1600px) {
      .museums-list__line {
        margin-top: 10px; } }
  .museums-list__name {
    display: inline-block;
    position: relative;
    color: #a40e0f;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 1600px) {
      .museums-list__name {
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 1200px) {
      .museums-list__name {
        font-size: 18px;
        line-height: 18px; } }
    .museums-list__name:hover {
      text-decoration: underline; }
  .museums-list__counter {
    position: relative;
    color: #a40e0f;
    font-size: 24px;
    line-height: 24px;
    margin-right: 9px; }
    @media (max-width: 1600px) {
      .museums-list__counter {
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 1200px) {
      .museums-list__counter {
        font-size: 16px;
        line-height: 16px;
        margin-right: 8px; } }
  .museums-list__icon {
    position: relative;
    width: 27px;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/picture-icon.png);
    margin-right: 14px; }
    @media (max-width: 1600px) {
      .museums-list__icon {
        margin-right: 10px; } }
    @media (max-width: 1200px) {
      .museums-list__icon {
        width: 15px;
        height: 15px;
        margin-right: 8px; } }
  .museums-list__address {
    font-size: 18px;
    color: #191919;
    opacity: .5; }
    @media (max-width: 1200px) {
      .museums-list__address {
        font-size: 16px;
        line-height: 16px; } }

.artists-list {
  position: relative;
  display: block;
  width: 100%; }
  .artists-list__symbol {
    position: relative;
    display: block;
    width: 100%;
    color: #a40e0f;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 37px; }
    @media (max-width: 1600px) {
      .artists-list__symbol {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px; } }
    @media (max-width: 1200px) {
      .artists-list__symbol {
        font-size: 20px;
        line-height: 20px; } }
  .artists-list__item {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .artists-list__item:hover .artists-list__name,
    .artists-list__item:hover .artists-list__rus-name {
      text-decoration: underline; }
    .artists-list__item:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 1600px) {
        .artists-list__item:not(:last-child) {
          margin-bottom: 15px; } }
  .artists-list__name {
    color: #a40e0f;
    font-size: 24px;
    line-height: 24px; }
    @media (max-width: 1600px) {
      .artists-list__name {
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 1200px) {
      .artists-list__name {
        font-size: 16px;
        line-height: 16px; } }
  .artists-list__icon {
    display: inline-block;
    width: 27px;
    height: 26px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/picture-icon_red.png);
    margin-left: 16px; }
    @media (max-width: 1600px) {
      .artists-list__icon {
        width: 20px;
        height: 20px;
        margin-left: 10px; } }
    @media (max-width: 1200px) {
      .artists-list__icon {
        width: 15px;
        height: 15px;
        margin-left: 3px; } }
  .artists-list__rus-name {
    color: #191919;
    font-size: 24px;
    line-height: 24px;
    opacity: .5;
    margin-left: 24px; }
    @media (max-width: 1600px) {
      .artists-list__rus-name {
        font-size: 20px;
        line-height: 20px;
        margin-left: 10px; } }
    @media (max-width: 1200px) {
      .artists-list__rus-name {
        font-size: 16px;
        line-height: 16px;
        margin-left: 3px; } }
  .artists-list__all {
    height: 64px;
    background-color: #e2e2e2;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 58px 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a40e0f;
    font-size: 24px;
    margin-bottom: 41px;
    margin-top: 15px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 1600px) {
      .artists-list__all {
        font-size: 20px;
        line-height: 20px;
        margin: 10px 0 20px;
        height: 50px;
        padding: 0 52px 0 19px; } }
    @media (max-width: 1200px) {
      .artists-list__all {
        font-size: 16px;
        line-height: 16px;
        padding: 0 39px 0 14px;
        margin-top: 0; } }
    .artists-list__all:hover {
      color: #191919; }
    .artists-list__all::after {
      content: '';
      position: absolute;
      right: 21px;
      top: 50%;
      margin-top: -13px;
      width: 27px;
      height: 26px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/picture-icon_red.png); }
      @media (max-width: 1600px) {
        .artists-list__all::after {
          width: 20px;
          height: 20px;
          margin-top: -10px; } }
      @media (max-width: 1200px) {
        .artists-list__all::after {
          width: 15px;
          height: 15px;
          margin-top: -7.5px;
          right: 14px; } }

.alphabet {
  position: relative;
  display: block;
  width: 100%;
  margin: 56px 0 67px;
  margin-top: 56px;
  margin-bottom: 67px; }
  @media (max-width: 1600px) {
    .alphabet {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .alphabet__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
  .alphabet__item {
    padding: 0 8px;
    display: block;
    position: relative; }
    .alphabet__item:last-child .alphabet__item-wrap {
      width: 144px; }
      @media (max-width: 1600px) {
        .alphabet__item:last-child .alphabet__item-wrap {
          width: 106px; } }
  .alphabet__item-wrap {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #191919;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    background-color: #e2e2e2;
    margin-bottom: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer; }
    @media (max-width: 1600px) {
      .alphabet__item-wrap {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 20px; } }
    .alphabet__item-wrap:hover {
      background-color: #a40e0f;
      color: #fff; }

.worlds-museums {
  position: relative;
  display: block;
  width: 100%; }
  .worlds-museums__about {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1007px;
    font-size: 18px;
    line-height: 28px;
    color: #191919;
    margin: 24px 0 58px; }
    @media (max-width: 1600px) {
      .worlds-museums__about {
        margin: 20px 0; } }
    @media (max-width: 1200px) {
      .worlds-museums__about {
        font-size: 16px;
        line-height: 24px; } }
  .worlds-museums__item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 45px; }
    @media (max-width: 1200px) {
      .worlds-museums__item {
        margin-bottom: 25px; } }
  .worlds-museums__country {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 36px;
    padding-left: 0; }
    @media (max-width: 1600px) {
      .worlds-museums__country {
        margin-bottom: 19px; } }
    @media (max-width: 1200px) {
      .worlds-museums__country {
        margin-bottom: 13px; } }
    .worlds-museums__country > img {
      position: relative;
      display: block;
      margin-right: 19px;
      width: 39px;
      height: 31px; }
  .worlds-museums-main {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px; }
    @media (max-width: 1600px) {
      .worlds-museums-main {
        margin-bottom: 15px; } }
    .worlds-museums-main__wrap {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -8px;
      margin-right: -8px; }
      @media (max-width: 576px) {
        .worlds-museums-main__wrap {
          margin-left: -4px;
          margin-right: -4px; } }
      @media (max-width: 400px) {
        .worlds-museums-main__wrap {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .worlds-museums-main__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      width: 100%;
      padding-left: 8px;
      padding-right: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 15px; }
      @media (max-width: 576px) {
        .worlds-museums-main__item {
          -webkit-flex-basis: 33.333333%;
          -ms-flex-preferred-size: 33.333333%;
          flex-basis: 33.333333%;
          max-width: 33.333333%;
          padding-left: 4px;
          padding-right: 4px; } }
      @media (max-width: 400px) {
        .worlds-museums-main__item {
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%; } }
    .worlds-museums-main__item-wrap {
      position: relative;
      display: block;
      width: 100%;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .worlds-museums-main__item-wrap:hover .worlds-museums-main__name {
        color: #a40e0f; }
    .worlds-museums-main__pic {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 272px;
      max-height: 272px;
      overflow: hidden;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
      .worlds-museums-main__pic > img {
        max-width: 100%;
        max-height: 100%; }
    .worlds-museums-main__name {
      position: relative;
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #191919; }
      @media (max-width: 1200px) {
        .worlds-museums-main__name {
          font-size: 15px;
          line-height: 20px; } }
      @media (max-width: 640px) {
        .worlds-museums-main__name {
          font-size: 14px;
          line-height: 18px; } }
      .worlds-museums-main__name > span {
        opacity: .5;
        position: relative;
        margin-left: 5px;
        display: inline-block;
        position: relative;
        padding-right: 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media (max-width: 1200px) {
          .worlds-museums-main__name > span {
            padding-right: 22px; } }
        .worlds-museums-main__name > span::after {
          content: '';
          width: 27px;
          height: 26px;
          position: absolute;
          top: 0;
          right: 0;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../img/picture-icon.png); }
          @media (max-width: 1200px) {
            .worlds-museums-main__name > span::after {
              width: 15px;
              height: 15px;
              top: 3px; } }
  .worlds-museums-city-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 950px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .worlds-museums-city-list__item {
      position: relative;
      color: #191919;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      padding-right: 7px;
      border-right: 2px solid rgba(0, 0, 0, 0.2);
      margin-right: 7px;
      margin-bottom: 26px;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 1600px) {
        .worlds-museums-city-list__item {
          margin-bottom: 15px; } }
      @media (max-width: 1200px) {
        .worlds-museums-city-list__item {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 7px; } }
      .worlds-museums-city-list__item:hover span {
        opacity: 1; }
      .worlds-museums-city-list__item > span {
        display: inline-block;
        position: relative;
        color: #a40e0f;
        opacity: .5;
        -webkit-transition: all .3s;
        transition: all .3s; }

.cart-sm-title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #a40e0f;
  color: #fff;
  font-size: 16px;
  height: 50px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 576px) {
    .cart-sm-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.cart-sm-back {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  display: none; }
  @media (max-width: 576px) {
    .cart-sm-back {
      display: block; } }

.cart-sm-show-cart {
  display: none;
  position: absolute;
  left: 8px;
  bottom: 12px;
  color: #a40e0f;
  font-size: 13px;
  text-decoration: underline;
  padding-left: 11px;
  z-index: 5; }
  .cart-sm-show-cart::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 9px;
    height: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/select-arrow.svg); }
  @media (max-width: 576px) {
    .cart-sm-show-cart {
      display: block; } }

.cart-data {
  width: -webkit-calc(100% - 744px);
  width: calc(100% - 744px);
  position: relative;
  height: 100%;
  padding-left: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto; }
  @media (max-width: 1600px) {
    .cart-data {
      width: -webkit-calc(100% - 615px);
      width: calc(100% - 615px); } }
  @media (max-width: 1440px) {
    .cart-data {
      padding-left: 8px;
      width: -webkit-calc(100% - 577px);
      width: calc(100% - 577px); } }
  @media (max-width: 1200px) {
    .cart-data {
      width: -webkit-calc(100% - 481px);
      width: calc(100% - 481px);
      padding-left: 16px; } }
  @media (max-width: 940px) {
    .cart-data {
      padding-left: 8px;
      height: 52%;
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-shadow: 0px 0px 32px 0px rgba(80, 107, 123, 0.63);
      box-shadow: 0px 0px 32px 0px rgba(80, 107, 123, 0.63); } }
  @media (max-width: 576px) {
    .cart-data {
      display: none;
      height: 100%;
      padding-bottom: 100px;
      z-index: 15;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .cart-data__form {
    position: relative;
    display: block;
    width: -webkit-calc(100% + 46px);
    width: calc(100% + 46px);
    border-top: 4px solid #d0d0d0;
    margin-left: -46px;
    padding: 30px 0 30px 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 34px; }
    @media (max-width: 1600px) {
      .cart-data__form {
        width: -webkit-calc(100% + 8px);
        width: calc(100% + 8px);
        margin-left: -8px;
        margin-top: 0;
        padding: 30px 30px 30px 14px; } }
    @media (max-width: 1200px) {
      .cart-data__form {
        margin-left: -16px;
        width: -webkit-calc(100% + 16px);
        width: calc(100% + 16px);
        padding: 30px 16px 30px 16px; } }
    @media (max-width: 940px) {
      .cart-data__form {
        padding-top: 17px;
        margin-left: -8px;
        width: -webkit-calc(100% + 8px);
        width: calc(100% + 8px); } }
    @media (max-width: 576px) {
      .cart-data__form {
        padding: 15px 11px; } }
  .cart-data__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .cart-data__row {
        padding-right: 0; } }
    @media (max-width: 1600px) and (min-width: 941px) {
      .cart-data__row:not(:first-child) {
        display: block; } }
    @media (max-width: 767px) {
      .cart-data__row {
        padding-right: 0; }
        .cart-data__row:not(:first-child) {
          display: block; } }
    @media (max-width: 576px) {
      .cart-data__row:not(:first-child) {
        display: block; } }
    @media (min-width: 1601px) {
      .cart-data__row:not(.cart-data__row_border) {
        margin-bottom: 18px; } }
    .cart-data__row_border {
      padding-bottom: 32px;
      border-bottom: 2px solid #d4d4d4; }
      @media (max-width: 1600px) {
        .cart-data__row_border {
          padding-bottom: 13px; } }
      @media (max-width: 940px) {
        .cart-data__row_border {
          padding-bottom: 3px; } }
      @media (max-width: 767px) {
        .cart-data__row_border {
          padding-bottom: 10px; } }
      .cart-data__row_border + .cart-data__row {
        margin-top: 32px; }
        @media (max-width: 1600px) {
          .cart-data__row_border + .cart-data__row {
            margin-top: 23px; } }
        @media (max-width: 767px) {
          .cart-data__row_border + .cart-data__row {
            margin-top: 27px; } }
        @media (max-width: 576px) {
          .cart-data__row_border + .cart-data__row {
            margin-top: 17px; } }
    @media (max-width: 940px) {
      .cart-data__row_delivery {
        display: block; } }
    @media (max-width: 940px) {
      .cart-data__row_country {
        display: block; } }
  .cart-data__cell {
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .cart-data__cell {
        width: 100%;
        max-width: 528px;
        margin-bottom: 19px; } }
    @media (max-width: 767px) {
      .cart-data__cell {
        margin-bottom: 13px; }
        .cart-data__cell:not(.cart-data__cell_promo) {
          max-width: none; } }
    @media (min-width: 1601px) and (min-width: 768px) {
      .cart-data__cell:first-child {
        padding-right: 23px; } }
    @media (max-width: 940px) and (min-width: 768px) {
      .cart-data__cell:first-child {
        padding-right: 16px; } }
    @media (min-width: 1601px) and (min-width: 768px) {
      .cart-data__cell:last-child {
        padding-left: 23px; } }
    @media (max-width: 940px) and (min-width: 768px) {
      .cart-data__cell:last-child {
        padding-left: 16px; } }
    @media (max-width: 1600px) and (min-width: 768px) {
      .cart-data__cell_promo {
        width: 417px; } }
    @media (max-width: 1360px) and (min-width: 768px) {
      .cart-data__cell_promo {
        width: -webkit-calc(100% - 332px);
        width: calc(100% - 332px); } }
    @media (max-width: 1200px) and (min-width: 557px) {
      .cart-data__cell_promo {
        width: -webkit-calc(100% - 305px);
        width: calc(100% - 305px); } }
    @media (max-width: 576px) {
      .cart-data__cell_promo {
        width: 100%;
        max-width: none; } }
    @media (max-width: 1600px) {
      .cart-data__cell_summary {
        width: -webkit-calc(100% - 417px);
        width: calc(100% - 417px);
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 1360px) {
      .cart-data__cell_summary {
        width: 332px; } }
    @media (max-width: 1200px) {
      .cart-data__cell_summary {
        width: 305px;
        padding-left: 16px; } }
    @media (max-width: 576px) {
      .cart-data__cell_summary {
        position: fixed;
        padding: 12px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        margin: 0;
        width: 100%;
        bottom: 52px;
        background-color: #fff;
        z-index: 29;
        -webkit-box-shadow: 0px 0px 32px 0px rgba(80, 107, 123, 0.63);
        box-shadow: 0px 0px 32px 0px rgba(80, 107, 123, 0.63); } }
    @media (max-width: 1200px) and (min-width: 768px) {
      .cart-data__cell_lg-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 940px) {
      .cart-data__cell_delivery {
        max-width: none;
        padding-right: 0 !important; } }
    @media (max-width: 940px) {
      .cart-data__cell_country {
        max-width: none;
        padding-right: 0 !important; } }
  .cart-data__total {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: right;
    color: #191919;
    font-size: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .cart-data__total {
        font-size: 24px; } }
    @media (max-width: 576px) {
      .cart-data__total {
        font-size: 16px;
        max-width: none; } }
    .cart-data__total > b {
      font-size: 44px; }
      @media (max-width: 1600px) {
        .cart-data__total > b {
          font-size: 32px; } }
      @media (max-width: 576px) {
        .cart-data__total > b {
          font-size: 22px; } }
  .cart-data__discount {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    text-align: right;
    color: #a4a4a4;
    font-size: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .cart-data__discount {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .cart-data__discount {
        font-size: 14px;
        max-width: none; } }
  .cart-data__btn-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 45px; }
    @media (max-width: 1600px) {
      .cart-data__btn-wrap {
        margin-top: 13px; } }
    @media (max-width: 576px) {
      .cart-data__btn-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 30;
        background-color: #fff;
        padding: 0 8px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.purchases {
  width: 744px;
  padding-left: 71px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  overflow-y: auto; }
  @media (max-width: 1600px) {
    .purchases {
      width: 615px;
      padding: 0 14px 0 32px; } }
  @media (max-width: 1440px) {
    .purchases {
      width: 577px; } }
  @media (max-width: 1200px) {
    .purchases {
      width: 481px;
      padding: 0 14px 0 15px; } }
  @media (max-width: 940px) {
    .purchases {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      height: 48%;
      padding: 0 8px; } }
  @media (max-width: 576px) {
    .purchases {
      padding-right: 0;
      height: 100%;
      padding-bottom: 100px; } }
  .purchases-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0; }
    @media (max-width: 1440px) {
      .purchases-item {
        min-height: 125px;
        padding: 12px 0; } }
    @media (max-width: 576px) {
      .purchases-item {
        padding: 9px 0;
        min-height: 83px; } }
    .purchases-item:not(:last-child) {
      border-bottom: 1px solid #d4d4d4; }
    .purchases-item__photo {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      width: 132px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 132px;
      -ms-flex: 0 0 132px;
      flex: 0 0 132px;
      height: 132px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1440px) {
        .purchases-item__photo {
          width: 99px;
          -webkit-flex-basis: 99px;
          -ms-flex-preferred-size: 99px;
          flex-basis: 99px;
          height: 99px; } }
      @media (max-width: 576px) {
        .purchases-item__photo {
          width: 66px;
          -webkit-flex-basis: 66px;
          -ms-flex-preferred-size: 66px;
          flex-basis: 66px;
          height: 66px; } }
      .purchases-item__photo > img {
        max-width: 100%;
        max-height: 100%;
        position: relative; }
    .purchases-item__center-col {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: -webkit-calc(100% - 211px - 132px);
      width: calc(100% - 211px - 132px);
      padding: 0 5px 0 17px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 1600px) {
        .purchases-item__center-col {
          width: -webkit-calc(100% - 132px - 150px);
          width: calc(100% - 132px - 150px); } }
      @media (max-width: 1440px) {
        .purchases-item__center-col {
          width: -webkit-calc(100% - 99px - 150px);
          width: calc(100% - 99px - 150px); } }
      @media (max-width: 1200px) {
        .purchases-item__center-col {
          padding: 0 5px 0 11px; } }
      @media (max-width: 576px) {
        .purchases-item__center-col {
          padding: 0 5px 0 15px;
          width: -webkit-calc(100% - 66px - 95px);
          width: calc(100% - 66px - 95px); } }
    .purchases-item__top-row {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 10px; }
    .purchases-item__name {
      position: relative;
      display: block;
      width: 100%;
      font-size: 27px;
      line-height: 27px;
      color: #191919;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 1600px) {
        .purchases-item__name {
          font-size: 20px;
          line-height: 20px; } }
      @media (max-width: 576px) {
        .purchases-item__name {
          font-size: 13px;
          line-height: 13px; } }
      .purchases-item__name:hover {
        text-decoration: underline;
        color: #a40e0f; }
    .purchases-item__artist {
      position: relative;
      display: block;
      width: 100%;
      font-size: 24px;
      line-height: 24px;
      color: #9d9d9d;
      font-weight: 300;
      -webkit-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 1600px) {
        .purchases-item__artist {
          font-size: 16px;
          line-height: 16px; } }
      @media (max-width: 576px) {
        .purchases-item__artist {
          font-size: 12px;
          line-height: 14px; } }
      .purchases-item__artist:hover {
        text-decoration: underline;
        color: #a40e0f; }
    .purchases-item__bottom-row {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      font-size: 18px;
      color: #191919;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 1600px) {
        .purchases-item__bottom-row {
          font-size: 13px;
          max-width: 250px; } }
      @media (max-width: 576px) {
        .purchases-item__bottom-row {
          max-width: 150px;
          font-size: 9px;
          line-height: 12px; } }
    .purchases-item__color {
      padding-right: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .purchases-item__right-col {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      width: 211px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 211px;
      -ms-flex: 0 0 211px;
      flex: 0 0 211px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1600px) {
        .purchases-item__right-col {
          width: 150px;
          -webkit-flex-basis: 150px;
          -ms-flex-preferred-size: 150px;
          flex-basis: 150px; } }
      @media (max-width: 1200px) {
        .purchases-item__right-col {
          width: 142px;
          -webkit-flex-basis: 142px;
          -ms-flex-preferred-size: 142px;
          flex-basis: 142px; } }
      @media (max-width: 576px) {
        .purchases-item__right-col {
          width: 95px;
          -webkit-flex-basis: 95px;
          -ms-flex-preferred-size: 95px;
          flex-basis: 95px; } }
      .purchases-item__right-col-wrap {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .purchases-item__price {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      width: -webkit-calc(100% - 46px);
      width: calc(100% - 46px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      font-size: 33px;
      color: #191919; }
      @media (max-width: 1600px) {
        .purchases-item__price {
          width: -webkit-calc(100% - 37px);
          width: calc(100% - 37px);
          font-size: 24px;
          line-height: 24px; } }
      @media (max-width: 576px) {
        .purchases-item__price {
          font-size: 16px;
          line-height: 16px;
          width: -webkit-calc(100% - 26px);
          width: calc(100% - 26px); } }
      .purchases-item__price > span {
        font-size: 18px;
        line-height: 18px;
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
        @media (max-width: 1600px) {
          .purchases-item__price > span {
            font-size: 13px;
            line-height: 13px; } }
        @media (max-width: 576px) {
          .purchases-item__price > span {
            font-size: 9px;
            line-height: 12px;
            margin-bottom: 5px; } }
    .purchases-item__remove {
      position: relative;
      display: block;
      width: 100%;
      width: 46px;
      height: 36px;
      background-size: 36px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/cart-remove.png);
      cursor: pointer;
      margin-bottom: 5px; }
      @media (max-width: 1600px) {
        .purchases-item__remove {
          background-size: 27px;
          width: 37px;
          height: 27px; } }
      @media (max-width: 576px) {
        .purchases-item__remove {
          background-size: 16px;
          width: 26px;
          height: 16px; } }
  .purchases-sm-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(80, 107, 123, 0.63);
    box-shadow: 0px 0px 32px 0px rgba(80, 107, 123, 0.63); }
    @media (max-width: 576px) {
      .purchases-sm-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .purchases-sm-price {
    width: 100%;
    padding-bottom: 8px;
    text-align: right; }

.text-page {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1456px;
  border-top: 4px solid #d0d0d0;
  padding: 57px 74px 57px 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media (max-width: 1600px) {
    .text-page {
      padding: 25px 30px; } }
  @media (max-width: 576px) {
    .text-page {
      padding: 20px 10px; } }
  .text-page__grey-block {
    background-color: #f3f4f7;
    position: relative;
    display: block;
    width: 100%;
    padding: 44px 32px 44px 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1600px) {
      .text-page__grey-block {
        padding: 20px 25px; } }
  .text-page p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
  .text-page a {
    color: #a40e0f;
    text-decoration: underline; }
    .text-page a:hover {
      text-decoration: none; }
  .text-page b {
    font-weight: normal;
    color: #daad73; }
  .text-page h2 {
    color: #daad73;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 40px; }
    @media (max-width: 1600px) {
      .text-page h2 {
        font-size: 26px;
        line-height: 26px; } }
    @media (max-width: 1200px) {
      .text-page h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 13px;
        margin-top: 30px; } }
  .text-page h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 32px; }
    @media (max-width: 1600px) {
      .text-page h3 {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 1200px) {
      .text-page h3 {
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 13px;
        margin-top: 30px; } }
  .text-page h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 24px; }
    @media (max-width: 1600px) {
      .text-page h4 {
        font-size: 22px;
        line-height: 22px; } }
    @media (max-width: 1200px) {
      .text-page h4 {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        margin-bottom: 13px;
        margin-top: 30px; } }
  .text-page h5 {
    color: #daad73;
    font-size: 22px;
    margin-bottom: 22px;
    line-height: 20px; }
    @media (max-width: 1600px) {
      .text-page h5 {
        font-size: 20px;
        line-height: 20px; } }
    @media (max-width: 1200px) {
      .text-page h5 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 13px; } }
  .text-page ul {
    position: relative;
    display: block;
    list-style: none; }
    .text-page ul li {
      font-size: 16px;
      color: #000;
      margin-bottom: 19px;
      border-left: 4px solid #daad73;
      padding-left: 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 24px; }
      @media (max-width: 1200px) {
        .text-page ul li {
          margin-bottom: 10px; } }
  .text-page ol {
    position: relative;
    counter-reset: li; }
    .text-page ol li {
      position: relative;
      display: block;
      color: #000;
      font-size: 16px;
      margin-bottom: 19px;
      padding-left: 48px;
      line-height: 24px; }
      @media (max-width: 1200px) {
        .text-page ol li {
          margin-bottom: 10px;
          padding-left: 37px; } }
      .text-page ol li::before {
        content: counters(li, "");
        counter-increment: li;
        color: #fff;
        position: absolute;
        top: -4px;
        left: 0;
        font-size: 17px;
        width: 32px;
        height: 32px;
        background-color: #daad73;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 1200px) {
          .text-page ol li::before {
            font-size: 15px;
            line-height: 15px;
            width: 26px;
            height: 26px;
            font-weight: 500;
            top: 0; } }

.table-scroll-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto; }
  .table-scroll-wrap table {
    width: 520px;
    margin-top: 36px;
    position: relative;
    border: 0;
    text-align: center; }
    .table-scroll-wrap table th {
      min-height: 45px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      background-color: #f3f4f7;
      font-size: 16px;
      line-height: 20px;
      width: 100%;
      min-width: 190px;
      text-align: center;
      height: 45px;
      padding: 3px 5px;
      box-sizing: border-box; }
      .table-scroll-wrap table th:first-child {
        min-width: 135px; }
      .table-scroll-wrap table th:not(:first-child) {
        min-width: 190px; }
      .table-scroll-wrap table th:last-child {
        border-right: 1px solid #f3f4f7; }
    .table-scroll-wrap table tr:first-child th {
      font-size: 24px; }
      @media (max-width: 1600px) {
        .table-scroll-wrap table tr:first-child th {
          font-size: 18px; } }
    .table-scroll-wrap table tr:last-child th {
      border-bottom: 1px solid #f3f4f7; }
    .table-scroll-wrap table td {
      min-height: 45px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      min-width: 190px;
      width: 100%;
      border-bottom: 1px solid #f3f4f7;
      border-right: 1px solid #f3f4f7;
      height: 45px;
      padding: 5px 3px;
      box-sizing: border-box; }

.text-page-slider {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 45px;
  padding-bottom: 22px; }
  .text-page-slider__item {
    width: 304px;
    height: 168px;
    position: relative; }
    @media (max-width: 576px) {
      .text-page-slider__item {
        width: 295px; } }
  .text-page-slider__link {
    display: block;
    width: 100%;
    height: 100%; }
    .text-page-slider__link > img {
      max-width: 100%;
      max-height: 100%; }

.swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  left: 0;
  height: 4px; }

.swiper-scrollbar {
  background: transparent; }
  .swiper-scrollbar-drag {
    background: #a40e0f; }

/*# sourceMappingURL=main.css.map */
.artists-list .subcategory {
  column-count: 3;
}

@media(max-width: 991px) {
  .artists-list .subcategory {
    column-count: 2;
  } 
}

@media(max-width: 576px) {
  .artists-list .subcategory {
    column-count: 1;
  } 
}