﻿/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 350px) {
    .container {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .container {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .container {
      max-width: 1344px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 350px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 730px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1344px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 350px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 730px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1344px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 350px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 730px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1344px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@font-face {
  font-family: "a _ Avante Titler Cps Up C";
  src: url("../fonts/6835.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "a _ Avante Lt";
  src: url("../fonts/a_AvanteLt-Light_1305.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "a _ Avante Bs";
  src: url("../fonts/7fonts.ru_60AVANTE_B.TTF");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box;
  margin: 0; }

html {
  overflow-x: hidden; }

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

ul {
  list-style-type: none;
  padding-left: 0; }

.password-icon {
  position: absolute;
  left: 92%;
  top: 20%;
  fill: #c4a98b; }

.swiper-container {
  z-index: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

body {
  position: relative;
  color: #111111;
  background-color: #ffffff;
  font-family: "a _ Avante Lt";
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  -webkit-tap-highlight-color: transparent;
  opacity: unset;
  z-index: unset;
  visibility: unset; }

.page-info__content {
  line-height: 1.5; }

.page-info__content > ul {
  list-style-type: inherit;
  padding-left: 20px; }

.img-magnifier-glass {
  position: absolute;
  border: none;
  cursor: default;
  width: 300px;
  height: 450px;
  z-index: 1; }

.price-input-number {
  width: 60px;
  margin: 5px;
  outline: none;
  border: none;
  text-align: center; }

.pager-width {
  width: 30px; }

#wrapMap {
  position: relative;
  cursor: help;
  overflow: hidden; }

.mapTitle {
  position: absolute;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  display: none;
  padding: 5px 20px;
  border-radius: 5px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -o-border-image: initial;
  border-image: initial; }

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #C4A98B;
  z-index: 1000; }

.contpre small {
  font-size: 25px; }

.contpre {
  width: 250px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 48%;
  margin-left: -125px;
  margin-top: -75px;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px; }

#p_prldr .svg_anm {
  position: absolute;
  width: 41px;
  height: 41px;
  background-size: 41px;
  margin: -16px 0 0 -16px; }

.thumb {
  max-height: 50px;
  max-width: 150px; }

.advert-modal__img {
  max-height: 500px;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 30px; }

.overflow {
  overflow: inherit;
  -webkit-text-size-adjust: none;
  position: relative; }
  .overflow--blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transition: 2s; }
  .overflow--blur-none {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transition: 2s; }
  .overflow--open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed; }

.link {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer; }
  .link:before {
    content: "";
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    bottom: 0;
    background-color: #c4a98b;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    transform: scaleX(0); }
  .link:hover:before {
    visibility: visible;
    transform: scaleX(1); }
  .link--header {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
    letter-spacing: 1.8px;
    text-transform: uppercase; }
    .link--header:before {
      width: 100%;
      left: 0; }
  .link--colorGold {
    color: #c4a98b; }
  .link--active::before {
    visibility: visible;
    transform: scaleX(1); }
  .link--colorWhite {
    color: #ffffff; }
  .link--fontSize {
    font-size: 16px; }
  .link--margin {
    margin-bottom: 20px;
    margin-top: 10px; }
  .link--marginTop {
    margin-top: 20px; }
  .link--productSection {
    margin-bottom: 10px; }
  .link--colorGrey {
    color: #bbbbbb;
    transition: color .6s ease-in-out; }
    .link--colorGrey:hover {
      color: #c4a98b; }

.title {
  font-weight: 300;
  font-family: "a _ Avante Titler Cps Up C";
  font-size: 36px;
  letter-spacing: 3.6px;
  text-align: center;
  margin-top: 85px;
  padding-bottom: 30px;
  position: relative;
  text-transform: uppercase; }
  .title::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 120px;
    background-color: #c4a98b;
    left: 50%;
    transform: translate(-50%);
    bottom: 0; }
  .title--marginTop {
    margin-top: 45px; }
  .title--product {
    margin-right: 33%; }
  .title--modal {
    margin-top: 0; }
  .title--modal-title {
    margin-top: 0px !important; }

.nav {
  background: url("../images/picture/nav.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .nav__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 350px) {
      .nav__container {
        max-width: 350px; } }
    @media (min-width: 730px) {
      .nav__container {
        max-width: 730px; } }
    @media (min-width: 992px) {
      .nav__container {
        max-width: 1280px; } }
    @media (min-width: 1344px) {
      .nav__container {
        max-width: 1344px; } }
  .nav__title {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    font-weight: 400;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-family: "a _ Avante Bs";
    font-size: 32px;
    letter-spacing: 0.96px; }
  .nav__link {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px; }
    .nav__link::after {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #ffffff;
      visibility: hidden;
      transition: all 0.6s ease-in-out 0s; }
    .nav__link:hover::after {
      visibility: visible;
      width: 40%; }
  .nav__close {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px; }
    .nav__close svg {
      fill: #ffffff; }

.line {
  display: none;
  width: 1px;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 50%; }

.topbar__wrapper {
  border-top: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .topbar__wrapper--background {
    background-color: #ffffff;
    z-index: 106;
    position: relative; }

.topbar__none {
  height: 113px;
  display: none; }
  .topbar__none--active {
    display: block; }

.topbar__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 30px; }
  @media (min-width: 350px) {
    .topbar__container {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .topbar__container {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .topbar__container {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .topbar__container {
      max-width: 1344px; } }
  .topbar__container--background {
    background-color: #ffffff;
    z-index: 106; }
  .topbar__container--bottom_block {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center; }

.topbar .fixsed-js--active {
  position: fixed;
  background-color: #ffffff;
  z-index: 7;
  width: 100%;
  top: 0; }

.fixsed-js--active .topbar__logo {
  transform: scale(1.1);
  transition: transform .6s ease-in; }

.topbar__item {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  display: flex;
  justify-content: space-between; }
  .topbar__item--inst {
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
    justify-content: space-around; }
    .topbar__item--inst li:nth-child(3) > a {
      margin-left: 20px; }
  .topbar__item--bottomLeft {
    flex: 0 0 29.08333%;
    max-width: 29.08333%;
    padding-right: 5.75%; }
  .topbar__item--bottomRight {
    flex: 0 0 29.08333%;
    max-width: 29.08333%; }
  .topbar__item--subscription {
    flex: 0 0 75%;
    max-width: 75%;
    justify-content: space-around; }
  .topbar__item--bottomCentre {
    flex: 0 0 10.83333%;
    max-width: 10.83333%;
    width: 100%; }
  .topbar__item--none {
    display: none; }
  .topbar__item__accept-city {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    top: 100px; }
    .topbar__item__accept-city--accept {
      background-color: #c4a98b;
      color: #ffffff;
      display: inline-block;
      cursor: pointer;
      border: 1px solid #c4a98b;
      font-size: 16px;
      padding: 5px 10px 5px 10px;
      margin: 0 10px 0 10px;
      width: 150px;
      height: 30px;
      border-radius: 5px; }
    .topbar__item__accept-city--denine {
      background-color: #FFF;
      display: inline-block;
      cursor: pointer;
      border: 1px solid #bbbbbb;
      padding: 5px 10px 5px 10px;
      margin: 0 10px 0 10px;
      width: 150px;
      height: 30px;
      border-radius: 5px; }
    .topbar__item__accept-city::before {
      content: '';
      position: absolute;
      left: 20px;
      top: -35px;
      border: 20px solid transparent;
      border-bottom: 20px solid white; }

.topbar__phone-icon {
  margin-top: 2px;
  margin-right: 10px; }
  .topbar__phone-icon svg {
    width: 16px;
    height: 16px;
    fill: #c4a98b; }

.topbar__link {
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
  display: flex; }
  .topbar__link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 27px;
    background-color: #c4a98b;
    visibility: hidden;
    transition: width 0.6s ease-in-out 0s; }
  .topbar__link:hover::after {
    visibility: visible;
    width: 40%; }
  .topbar__link--left::after {
    left: 0; }
  .topbar__link--color {
    color: #bbbbbb; }
  .topbar__link--colorWhite {
    color: #ffffff; }
    .topbar__link--colorWhite::after {
      background-color: #ffffff; }
  .topbar__link--phone {
    font-family: "a _ Avante Titler Cps Up C";
    font-size: 18px;
    position: relative;
    display: flex; }
  .topbar__link-icon {
    margin-top: -1px;
    margin-right: 10px; }
    .topbar__link-icon svg {
      width: 16px;
      height: 16px;
      fill: #c4a98b; }
    .topbar__link-icon--fill svg {
      fill: #bbbbbb; }
    .topbar__link-icon--colorWhite svg {
      fill: #ffffff; }

.topbar__burger {
  display: none; }

.topbar__listMobile {
  display: none; }

.topbar__logo {
  font-family: "a _ Avante Titler Cps Up C";
  font-size: 48px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px; }

.topbar__search svg {
  fill: #111;
  width: 24px;
  height: 24px;
  transition: fill .6s ease-in-out; }
  .topbar__search svg:hover {
    fill: #c4a98b; }

.topbar__search--mobile {
  display: none; }

.topbar__cabinet {
  padding-top: 1px; }
  .topbar__cabinet svg {
    width: 20px;
    height: 24px;
    fill: #111111;
    transition: fill .6s ease-in-out; }
    .topbar__cabinet svg:hover {
      fill: #c4a98b; }

.topbar__favorites {
  position: relative;
  padding-top: 1px; }
  .topbar__favorites--mobile {
    display: none; }
  .topbar__favorites:hover svg {
    fill: #c4a98b; }
  .topbar__favorites svg {
    width: 24px;
    height: 22px;
    fill: #111111;
    transition: fill .6s ease-in-out; }
  .topbar__favorites span {
    position: absolute;
    color: #ffffff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    background-color: #ee3535;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    top: 5px;
    right: -5px; }

.topbar__basket {
  display: flex; }
  .topbar__basket--mobile {
    display: none; }
  .topbar__basket-icon {
    position: relative; }
    .topbar__basket-icon:hover svg {
      fill: #c4a98b; }
    .topbar__basket-icon svg {
      width: 24px;
      height: 23px;
      fill: #111111;
      transition: fill .6s ease-in-out; }
    .topbar__basket-icon span {
      position: absolute;
      color: #ffffff;
      font-size: 10px;
      width: 15px;
      height: 15px;
      background-color: #ee3535;
      border-radius: 50%;
      text-align: center;
      padding-top: 2px;
      top: 4px;
      right: -7px; }
  .topbar__basket-text {
    margin-left: 30px;
    margin-top: 3px;
    font-size: 14px;
    color: #999999; }
    .topbar__basket-text span {
      color: #111111; }

.header__item {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #efefef;
  padding-top: 30px;
  background-color: #ffffff;
  z-index: 106;
  position: relative; }
  @media (min-width: 350px) {
    .header__item {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .header__item {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .header__item {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .header__item {
      max-width: 1344px; } }
  .header__item--back {
    z-index: 1; }

.header__slide {
  background-size: cover;
  background-position: center;
  height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.header__text {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 36px; }

.header__title {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-family: "a _ Avante Titler Cps Up C";
  font-size: 96px;
  letter-spacing: 9.6px;
  margin-top: 30px;
  margin-bottom: 60px; }
  .header__title span {
    color: #c4a98b; }

.header__link {
  color: #111111;
  font-size: 16px; }
  .header__link--active {
    color: #999999; }

.header__icon {
  width: 6px;
  height: 6px;
  background-color: #c4a98b;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px; }

.header .swiper-button-next {
  outline: none;
  width: 15%;
  height: 100%;
  right: 0;
  top: 4%;
  z-index: 1; }

.header .swiper-button-prev {
  outline: none;
  width: 15%;
  height: 100%;
  top: 4%;
  left: 0;
  z-index: 1; }

.header .swiper-pagination {
  bottom: 20px; }

.header__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  background-color: #ffffff00; }

.header__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff; }

.dropdown--open .dropdown__menu {
  display: block; }

.dropdown__menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 140px;
  display: none;
  z-index: 101 !important; }
  @media (min-width: 350px) {
    .dropdown__menu {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .dropdown__menu {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .dropdown__menu {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .dropdown__menu {
      max-width: 1344px; } }
  .dropdown__menu-container {
    display: flex;
    justify-content: space-between; }
  .dropdown__menu-item--col {
    flex: 0 0 56.66667%;
    max-width: 56.66667%; }
  .dropdown__menu-alphabet {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .dropdown__menu-link {
    color: #bbbbbb;
    font-size: 18px;
    transition: color .6s ease-in-out; }
    .dropdown__menu-link:hover {
      color: #111111; }
    .dropdown__menu-link--active {
      color: #c4a98b; }
  .dropdown__menu-brands {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    .dropdown__menu-brands--marginTop {
      margin-top: 0; }
  .dropdown__menu-brandsItems {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .dropdown__menu-brandsText {
    margin-bottom: 30px;
    font-size: 18px; }
    .dropdown__menu-brandsText--active {
      color: #c4a98b; }
  .dropdown__menu-all {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px; }
  .dropdown__menu-title {
    margin-bottom: 30px;
    color: #bbbbbb;
    font-family: "a _ Avante Titler Cps Up C";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1.8px; }

.hover {
  visibility: visible;
  background-color: #111111;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  transition: all .3s ease-in-out; }
  .hover--open {
    opacity: 0.4;
    z-index: 105; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.product {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0; }
  @media (min-width: 350px) {
    .product {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .product {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .product {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .product {
      max-width: 1344px; } }
  .product__sliders {
    width: 100%;
    position: relative; }
  .product__slider {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px; }
    .product__slider-icon {
      width: 64px;
      height: 64px; }
      .product__slider-icon--mobile {
        display: none;
        width: 9px;
        height: 18px; }
  .product__container {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .product__container--mobile {
      display: none; }
    .product__container-item {
      display: flex; }
      .product__container-item--bottom {
        margin-top: 30px;
        justify-content: space-between; }
    .product__container-text {
      text-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
      font-family: "a _ Avante Titler Cps Up C";
      font-size: 24px;
      letter-spacing: 0.72px;
      text-transform: uppercase;
      padding: 17px 50px 19px 50px;
      position: absolute;
      background-color: #ffffff;
      top: 37%;
      transform: rotate(90deg) translate(-50%);
      transform-origin: 0% 100%;
      transition: all .6s ease-in-out; }
      .product__container-text--transform {
        transform: rotate(0);
        top: 34%; }
  .product__itemLeft {
    position: relative; }
    .product__itemLeft:hover .product__container-text {
      color: #ffffff;
      background-color: #c4a98b; }
    .product__itemLeft-img {
      width: 100%;
      height: 100%; }
  .product__itemRight-top {
    display: flex;
    margin-left: 30px; }
    .product__itemRight-top--marginLeft {
      margin-left: 0; }
  .product__itemRight-bottom {
    position: relative;
    margin-left: 30px;
    margin-top: 30px; }
    .product__itemRight-bottom:hover .product__container-text {
      color: #ffffff;
      background-color: #c4a98b; }
  .product__itemRight-img {
    width: 100%;
    height: 100%; }
  .product__item {
    position: relative; }
    .product__item:hover .product__container-text {
      color: #ffffff;
      background-color: #c4a98b; }
    .product__item--right {
      margin-left: 30px; }
    .product__item--col {
      flex: 0 0 48.75%;
      max-width: 48.75%; }
    .product__item-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top; }
      .product__item-img--height {
        height: 100%; }
    .product__item-imgBottom {
      width: 100%;
      height: 750px;
      -o-object-fit: cover;
      object-fit: cover; }
  .product__itemBottom {
    position: relative;
    margin-top: 30px; }
    .product__itemBottom:hover .product__container-text {
      color: #ffffff;
      background-color: #c4a98b; }
    .product__itemBottom-img {
      width: 100%;
      height: 100%; }
  .product .swiper-button-next {
    outline: none;
    width: 70px;
    height: 70px;
    right: -6%;
    top: 50%;
    z-index: 1; }
    .product .swiper-button-next:hover svg {
      stroke: #c4a98b; }
    .product .swiper-button-next svg {
      fill: #ffffff;
      stroke: #111111;
      transition: stroke .6s ease-in-out;
      border-radius: 50%; }
  .product .swiper-button-prev {
    outline: none;
    width: 70px;
    height: 70px;
    top: 50%;
    left: -6%;
    z-index: 1; }
    .product .swiper-button-prev:hover svg {
      stroke: #c4a98b; }
    .product .swiper-button-prev svg {
      fill: #ffffff;
      stroke: #111111;
      transition: stroke .6s ease-in-out;
      transform: rotate(180deg);
      border-radius: 50%; }
  .product .swiper-button-disabled {
    opacity: 0; }
  .product__titles {
    display: flex;
    width: 100%;
    margin-top: 110px; }
    .product__titles-title {
      color: #999999;
      font-family: "a _ Avante Titler Cps Up C";
      font-size: 24px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin-right: 80px;
      padding-bottom: 20px;
      position: relative;
      transition: color .6s ease-in-out; }
      .product__titles-title::after {
        content: " ";
        position: absolute;
        width: 120px;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #bbbbbb; }
      .product__titles-title::before {
        content: " ";
        position: absolute;
        width: 0;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #c4a98b;
        transition: width .6s ease-in-out;
        z-index: 1; }
      .product__titles-title:hover {
        color: #111111; }
      .product__titles-title:hover::before {
        width: 120px; }
      .product__titles-title--active {
        color: #111111; }
        .product__titles-title--active::after {
          background-color: #c4a98b; }

.card {
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  transition: all .4s ease-in-out;
  height: auto; }
  .card:hover .card__size {
    bottom: 20px; }
    .card:hover .card__size--big {
      bottom: 28px; }
  .card:hover .card__icon {
    opacity: 1; }
  .card:hover .card__title {
    color: #c4a98b; }
  .card--col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .card--margin {
    margin-top: 30px; }
  .card__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 60px; }
    .card__item--big {
      padding: 0 180px; }
  .card__icon {
    opacity: 0;
    transition: opacity .6s ease-in-out; }
    .card__icon svg {
      width: 24px;
      height: 24px;
      fill: #111111;
      transition: fill .6s ease-in-out; }
      .card__icon svg:hover {
        fill: #c4a98b; }
    .card__icon img {
      width: 40px;
      height: 24px;
      fill: #111111;
      transition: fill .6s ease-in-out; }
      .card__icon img:hover {
        fill: #c4a98b; }
  .card__img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 339px; }
    .card__img--big {
      height: 835px; }
  .card__marker {
    background-color: #C4A989;
    color: #fff;
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px; }
    .card__marker-new {
      background-color: #69A33B; }
    .card__marker-hit {
      background-color: #E74849; }
    .card__marker-container {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column; }
  .card__title {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #efefef;
    padding-left: 60px;
    padding-right: 60px;
    transition: color .6s ease-in-out;
    white-space: normal;
    text-align: center; }
    .card__title--big {
      font-size: 47px;
      letter-spacing: 1.41px; }
  .card__text {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    white-space: normal;
    text-align: center;
    height: 20px; }
    .card__text--big {
      font-size: 26px; }
  .card__price {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
    padding: 0 70px; }
    .card__price-number {
      color: #bbbbbb;
      font-size: 18px;
      text-decoration: line-through;
      margin-top: auto; }
      .card__price-number--color {
        color: #c4a98b;
        text-decoration: none; }
      .card__price-number--big {
        font-size: 35px; }
  .card__size {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 35px;
    position: absolute;
    bottom: -20px;
    transition: bottom .4s ease-in-out;
    background-color: #ffffff; }
    .card__size--left {
      justify-content: left; }
    .card__size--background-none {
      background-color: rgba(255, 255, 255, 0); }
    .card__size--big {
      bottom: -30px; }
    .card__size-item {
      display: flex; }
      .card__size-item--left {
        margin-left: 15px; }
    .card__size-text {
      font-size: 14px; }
      .card__size-text--big {
        font-size: 26px; }
    .card__size-number {
      color: #bbbbbb;
      margin-right: 10px; }
      .card__size-number--background {
        background-color: #ffffff;
        padding: 0px 7px; }
      .card__size-number--active {
        color: #111111; }
      .card__size-number--big {
        font-size: 26px; }
      .card__size-number--gold {
        color: #c4a98b; }

.invite {
  background: url("../images/picture/Rectangle_220.jpg?v08022024") no-repeat;
  margin-top: 75px;
  background-size: cover;
  background-position: center; }
  .invite__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 350px) {
      .invite__container {
        max-width: 350px; } }
    @media (min-width: 730px) {
      .invite__container {
        max-width: 730px; } }
    @media (min-width: 992px) {
      .invite__container {
        max-width: 1280px; } }
    @media (min-width: 1344px) {
      .invite__container {
        max-width: 1344px; } }
  .invite__content {
    background-color: #fffffff2;
    padding: 60px 130px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .invite__text {
    margin-top: 20px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 36px;
    width: 299px;
    text-align: center; }
  .invite__title {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    width: 385px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 30px; }

.info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 350px) {
    .info {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .info {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .info {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .info {
      max-width: 1344px; } }
  .info__item {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .info__item--margin {
      margin-top: 0; }
  .info__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: height .5s ease-in-out; }
    .info__container--height {
      height: 100px;
      overflow: hidden;
      position: relative; }
      .info__container--height::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
    .info__container--open {
      height: 190px; }
    .info__container--height-auto {
      height: auto; }
  .info__text {
    flex: 0 0 49.16667%;
    max-width: 49.16667%;
    font-size: 18px;
    line-height: 36px; }
    .info__text--lineHeight {
      line-height: 1.5; }
  .info__img {
    flex: 0 0 15%;
    max-width: 15%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; }
  .info__links {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
    display: flex;
    justify-content: space-between; }
  .info__terms {
    display: flex;
    justify-content: space-around;
    margin-top: 85px;
    width: 100%; }
    .info__terms-item {
      flex: 0 0 25%;
      max-width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .info__terms-item:hover .info__terms-icon {
        fill: #111111; }
      .info__terms-item:hover .info__terms-title {
        color: #c4a98b; }
    .info__terms-icon {
      width: 72px;
      height: 51px;
      fill: #c4a98b;
      transition: fill .6s ease-in-out; }
    .info__terms-title {
      font-family: "a _ Avante Titler Cps Up C";
      font-size: 18px;
      letter-spacing: 0.54px;
      text-transform: uppercase;
      margin-top: 30px;
      padding-bottom: 20px;
      position: relative;
      text-align: center;
      transition: color .6s ease-in-out; }
      .info__terms-title::after {
        content: " ";
        position: absolute;
        height: 1px;
        width: 30px;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        background-color: #c4a98b; }
    .info__terms-text {
      color: #999999;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin-top: 20px;
      width: 170px;
      /*            text-transform: lowercase;
*/ }

.subscription {
  background-color: #c4a98b;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px; }
  .subscription__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 350px) {
      .subscription__container {
        max-width: 350px; } }
    @media (min-width: 730px) {
      .subscription__container {
        max-width: 730px; } }
    @media (min-width: 992px) {
      .subscription__container {
        max-width: 1280px; } }
    @media (min-width: 1344px) {
      .subscription__container {
        max-width: 1344px; } }
  .subscription__title {
    color: #ffffff;
    font-family: "a _ Avante Titler Cps Up C";
    font-size: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative; }
    .subscription__title::after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #ffffff; }
  .subscription__form {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
    .subscription__form-container {
      margin-top: 40px;
      display: flex;
      justify-content: space-between; }
    .subscription__form-item {
      display: flex;
      border: none;
      width: 100%; }
      .subscription__form-item--margin {
        margin-right: 120px; }
    .subscription__form-input {
      outline: none;
      border: none;
      border-radius: 0%;
      background-color: #c4a98b;
      border-bottom: 1px solid #ffffff;
      color: #ffffff;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      padding-bottom: 15px;
      width: 100%; }
      .subscription__form-input::-webkit-input-placeholder {
        color: #ffffff; }
      .subscription__form-input::-moz-placeholder {
        color: #ffffff; }
    .subscription__form-button {
      outline: none;
      border: none;
      cursor: pointer;
      background: url("../images/icon/button_next.svg") no-repeat;
      background-position: center;
      background-size: contain;
      transition: background .3s ease-in-out;
      border-radius: 50%;
      width: 24px;
      height: 24px; }
      .subscription__form-button:hover {
        background: url("../images/icon/button_next_hover.svg") no-repeat;
        background-position: center;
        background-size: contain; }
  .subscription__inst {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .subscription__inst-item {
      margin-top: 50px;
      width: 100%; }

.footer {
  background-color: #111111;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 350px) {
      .footer__container {
        max-width: 350px; } }
    @media (min-width: 730px) {
      .footer__container {
        max-width: 730px; } }
    @media (min-width: 992px) {
      .footer__container {
        max-width: 1280px; } }
    @media (min-width: 1344px) {
      .footer__container {
        max-width: 1344px; } }
  .footer__item {
    display: flex;
    justify-content: space-between; }
  .footer__links {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    display: flex;
    justify-content: space-between; }
    .footer__links-title {
      color: #ffffff;
      font-family: "a _ Avante Bs";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.48px;
      text-transform: uppercase; }
    .footer__links-list {
      margin-top: 20px; }
    .footer__links-link {
      color: #999999;
      font-size: 14px;
      line-height: 32px;
      transition: color .6s ease-in-out; }
      .footer__links-link:hover {
        color: #ffffff; }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .footer__contacts-title {
      color: #ffffff;
      font-family: "a _ Avante Bs";
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.54px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .footer__contacts-text {
      color: #999999;
      font-size: 14px;
      line-height: 32px; }
    .footer__contacts-number {
      color: #ffffff;
      font-size: 18px;
      display: flex;
      margin-top: 40px;
      transition: color .6s ease-in-out; }
      .footer__contacts-number:hover {
        color: #c4a98b; }
    .footer__contacts-icon {
      margin-top: 2px;
      margin-right: 25px; }
      .footer__contacts-icon svg {
        width: 16px;
        height: 16px;
        fill: #c4a98b; }
  .footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px; }
    .footer__copyright-text {
      color: #999999;
      font-size: 16px;
      transition: color .6s ease-in-out; }
      .footer__copyright-text:hover {
        color: #ffffff; }
      .footer__copyright-text:hover span {
        color: #999999; }
      .footer__copyright-text span {
        color: #ffffff;
        margin-left: 5px;
        transition: color .6s ease-in-out; }
    .footer__copyright-logo {
      color: #222222;
      font-family: "a _ Avante Titler Cps Up C";
      font-size: 48px;
      font-style: normal;
      letter-spacing: 4.8px;
      text-transform: uppercase; }
      .footer__copyright-logo--mobile {
        display: none; }

.modal {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 999;
  top: -100%;
  transition: all .5s ease-in-out; }
  .modal--active {
    transition: all .5s ease-in-out;
    opacity: 1;
    top: 0; }
  .modal__overflow {
    height: 100%;
    width: 100%;
    background-color: #111111;
    opacity: 0.4;
    position: fixed; }
  .modal__container {
    top: 15%;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 40px; }
    .modal__container-top {
      top: 7%; }
  .modal__close {
    position: absolute;
    cursor: pointer;
    color: #c4a98b;
    font-size: 40px;
    top: 0;
    right: 10px;
    transition: transform .6s ease-in-out; }
    .modal__close:hover {
      transform: rotate(180deg); }
  .modal__size {
    margin-top: 40px; }
  .modal__content-container {
    width: 642px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .modal__content-container--padding {
      padding-left: 30px;
      padding-bottom: 30px;
      padding-right: 30px; }
    .modal__content-container--oneClick {
      padding: 50px;
      width: 1090px; }
  .modal__content-passwordBlock {
    position: relative;
    width: 418px;
    cursor: pointer; }
  .modal__content-text {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px; }
    .modal__content-text--fontSmall {
      color: #999999;
      font-size: 14px;
      line-height: 21px;
      margin-top: 30px; }
    .modal__content-text--advert {
      margin-top: 20px; }
  .modal__content-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0; }
    .modal__content-form--marginBottom {
      margin-bottom: 0; }
  .modal__content-input {
    border: none;
    outline: none;
    width: 418px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    color: #111111;
    font-family: "a _ Avante Lt";
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    transition: border .6s ease-in-out; }
    .modal__content-input:focus {
      border: 1px solid #c4a98b; }
  .modal__content-textarea {
    width: 418px;
    color: #111111;
    font-family: "a _ Avante Lt";
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 15px 20px;
    margin-bottom: 25px;
    border: 1px solid #efefef;
    outline: none;
    transition: border .6s ease-in-out;
    resize: none;
    text-align: center; }
    .modal__content-textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .modal__content-textarea:focus {
      border: 1px solid #c4a98b; }
  .modal__content-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px; }
  .modal__content-link {
    color: #bbbbbb;
    font-size: 16px; }
  .modal__oneClick {
    margin-top: 50px;
    display: flex;
    justify-content: space-between; }
    .modal__oneClick-container {
      flex: 0 0 62.5%;
      max-width: 62.5%;
      width: 100%; }
    .modal__oneClick-item {
      display: flex;
      width: 100%; }
    .modal__oneClick-info {
      flex: 0 0 35%;
      max-width: 35%; }
    .modal__oneClick-size {
      flex: 0 0 50%;
      max-width: 50%;
      text-align: right; }
    .modal__oneClick-price {
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      justify-content: flex-end; }
    .modal__oneClick-total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 80px; }
    .modal__oneClick-title {
      font-size: 16px; }
    .modal__oneClick-text {
      color: #999999;
      font-size: 12px;
      line-height: 18px;
      text-align: center; }
    .modal__oneClick-input {
      border: none;
      outline: none;
      width: 100%;
      border: 1px solid #efefef;
      background-color: #ffffff;
      color: #111111;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 14px;
      transition: border .6s ease-in-out;
      margin-top: 20px; }
      .modal__oneClick-input:focus {
        border: 1px solid #c4a98b; }
    .modal__oneClick-button {
      background-color: #c4a98b;
      border: 1px solid #c4a98b;
      outline: none;
      color: #ffffff;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      padding-top: 15px;
      padding-bottom: 14px;
      cursor: pointer;
      transition: all .6s ease-in-out;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 20px; }
      .modal__oneClick-button:hover {
        background-color: #c4a98bcf;
        border: 1px solid #c4a98bcf; }

.search {
  background-color: #ffffff;
  padding: 40px 80px;
  width: 800px; }
  .search__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .search__logo {
    color: #111111;
    font-family: "a _ Avante Titler Cps Up C";
    font-size: 48px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    transition: transform .6s ease-in-out;
    transform: scale(1); }
    .search__logo--active {
      transform: scale(1.2); }
  .search__form {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4a98b;
    margin-top: 40px; }
    .search__form-button {
      outline: none;
      border: none;
      background-color: #ffffff;
      cursor: pointer; }
      .search__form-button svg {
        width: 24px;
        height: 24px;
        fill: #c4a98b; }
    .search__form-input {
      outline: none;
      border: none;
      text-align: center;
      width: 100%;
      color: #c4a98b;
      font-family: "a _ Avante Lt";
      font-size: 20px;
      font-weight: 300; }
      .search__form-input::-webkit-input-placeholder {
        color: #c4a98b; }
      .search__form-input::-moz-placeholder {
        color: #c4a98b; }
      .search__form-input::-webkit-search-cancel-button {
        cursor: pointer; }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 350px) {
    .wrapper {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .wrapper {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .wrapper {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .wrapper {
      max-width: 1344px; } }

.sidebar {
  flex: 0 0 15%;
  max-width: 15%;
  margin-top: 85px;
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
  top: 100px; }
  .sidebar__title {
    color: #c4a98b;
    font-size: 16px; }
  .sidebar__list {
    margin-top: 15px;
    margin-bottom: 40px; }
  .sidebar__link {
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    position: relative;
    transition: all .6s ease-in-out; }
    .sidebar__link::after {
      content: " ";
      position: absolute;
      height: 1px;
      width: 0;
      left: 0;
      bottom: 0;
      background-color: #c4a98b;
      transition: all .6s ease-in-out; }
    .sidebar__link:hover {
      color: #c4a98b;
      border-bottom: 1px solid #ffffff; }
    .sidebar__link:hover::after {
      width: 100%; }

.catalog {
  flex: 0 0 75%;
  max-width: 75%; }
  .catalog__filterIcon {
    display: none;
    justify-content: flex-end;
    margin-top: 15px; }
    .catalog__filterIcon svg {
      width: 32px;
      height: 32px;
      fill: #111111;
      transition: fill .6s ease-in-out; }
    .catalog__filterIcon--fill svg {
      fill: #c4a98b; }
  .catalog__filter {
    margin-top: 60px; }
    .catalog__filter-container {
      display: none; }
    .catalog__filter-item {
      display: flex;
      flex-wrap: wrap; }
      .catalog__filter-item--top {
        padding-bottom: 30px;
        border-bottom: 1px solid #efefef;
        justify-content: space-between; }
      .catalog__filter-item--bottom {
        padding-top: 30px;
        border-top: 1px solid #efefef;
        justify-content: space-between; }
      .catalog__filter-item--margin {
        margin: 35px 0;
        justify-content: space-between; }
      .catalog__filter-item--mobileBlock {
        display: none; }
    .catalog__filter-left {
      display: flex;
      justify-content: space-between; }
      .catalog__filter-left--col {
        flex: 0 0 56.66667%;
        max-width: 56.66667%; }
    .catalog__filter-right {
      flex: 0 0 22.5%;
      max-width: 22.5%;
      display: flex;
      justify-content: space-between; }
      .catalog__filter-right--start {
        flex-direction: column; }
      .catalog__filter-right--end {
        justify-content: flex-end; }
    .catalog__filter-prev {
      transform: rotate(180deg); }
      .catalog__filter-prev:hover svg {
        fill: #c4a98b; }
      .catalog__filter-prev svg {
        width: 4px;
        height: 8px;
        fill: #999999;
        transition: fill .6s ease-in-out; }
    .catalog__filter-next {
      display: flex;
      margin-top: 5px; }
      .catalog__filter-next:hover svg {
        fill: #c4a98b; }
      .catalog__filter-next svg {
        width: 4px;
        height: 8px;
        fill: #999999;
        transition: fill .6s ease-in-out; }
    .catalog__filter-number {
      color: #999999;
      font-size: 16px;
      transition: color .6s ease-in-out; }
      .catalog__filter-number:hover {
        color: #c4a98b; }
      .catalog__filter-number--active {
        color: #111111; }
        .catalog__filter-number--active:hover {
          color: #111111; }
    .catalog__filter-price {
      display: flex;
      align-items: center; }
      .catalog__filter-price--center {
        justify-content: center; }
    .catalog__filter-lists {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
    .catalog__filter-list {
      margin-right: 20px;
      position: relative;
      padding-right: 20px;
      cursor: pointer;
      padding-bottom: 10px; }
      .catalog__filter-list::after {
        content: " ";
        position: absolute;
        background: url("../images/icon/next_mobile.svg") no-repeat;
        background-size: contain;
        background-position: center;
        width: 5px;
        height: 7px;
        right: 7px;
        top: 5px;
        transform: rotate(90deg); }
      .catalog__filter-list--open::after {
        transform: rotate(-90deg); }
    .catalog__filter-text {
      font-size: 16px; }
      .catalog__filter-text--family {
        font-family: "a _ Avante Bs"; }
    .catalog__filter-checkbox {
      display: flex;
      position: relative;
      margin-right: 20px;
      width: 45%; }
      .catalog__filter-checkbox--margin {
        margin-top: 5px;
        margin-right: 10px; }
      .catalog__filter-checkbox--width-none {
        width: auto; }
    .catalog__filter-hover {
      width: 455px;
      position: absolute;
      display: none;
      flex-direction: column;
      align-items: center;
      background-color: #ffffff;
      z-index: 1;
      box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
      padding: 15px;
      top: 30px; }
      .catalog__filter-hover--open {
        display: flex;
        z-index: 2; }
    .catalog__filter-checkboxes {
      display: flex;
      flex-wrap: wrap; }
    .catalog__filter-button {
      font-size: 16px;
      letter-spacing: 1.6px;
      color: #111111;
      background-color: #efefef;
      border: 1px solid #efefef;
      text-align: center;
      padding: 5px 40px;
      margin-top: 15px;
      transition: all .6s ease-in-out;
      cursor: pointer; }
      .catalog__filter-button:hover {
        color: #ffffff;
        background-color: #111111;
        border: 1px solid #111111; }
    .catalog__filter-input {
      display: none; }
    .catalog__filter-input:checked + .catalog__filter-div {
      box-shadow: 0 0 10px 0px #c4a98b; }
    .catalog__filter-label {
      padding-left: 30px;
      cursor: pointer;
      font-size: 16px;
      z-index: 1; }
      .catalog__filter-label--disabled {
        color: #ccc; }
      .catalog__filter-label--payment {
        padding-left: 40px;
        line-height: 24px;
        margin-top: -2px; }
    .catalog__filter-div {
      position: absolute;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #bbbbbb;
      background-color: #ffffff;
      border-radius: 5px;
      top: -1px;
      transition: box-shadow .6s ease-in-out; }
    .catalog__filter-input:checked + .catalog__filter-div::after {
      content: ' ';
      width: 10px;
      height: 10px;
      border-radius: 3px;
      background-color: #c4a98b;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .catalog__filter-clear {
      color: #c4a98b; }
    .catalog__filter-top {
      font-size: 16px;
      display: flex;
      justify-content: space-between; }
      .catalog__filter-top span {
        color: #999999;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 80px; }
    .catalog__filter-select {
      position: relative;
      cursor: pointer;
      width: 100%;
      background-color: #ffffff;
      position: relative;
      outline: none; }
      .catalog__filter-select::after {
        content: " ";
        position: absolute;
        background: url("../images/icon/next_mobile.svg") no-repeat;
        background-size: contain;
        transform: rotate(90deg);
        width: 4px;
        height: 7px;
        top: 5px;
        right: 0; }
      .catalog__filter-select--active::after {
        transform: rotate(-90deg); }
      .catalog__filter-select--active .dropdownThree {
        opacity: 1;
        display: block; }
    .catalog__filter-option {
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .catalog__filter-option span {
        color: #999999;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 80px; }
      .catalog__filter-option--disable {
        color: #999999; }
  .catalog__card {
    display: flex;
    margin-top: 30px; }
    .catalog__card-item {
      flex: 0 0 31.66667%;
      max-width: 31.66667%; }
  .catalog__title {
    font-family: "a _ Avante Titler Cps Up C";
    font-size: 20px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
    margin-top: 85px; }
    .catalog__title::after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80px;
      height: 1px;
      background-color: #c4a98b; }
  .catalog__text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 35px; }
    .catalog__text--list {
      list-style-type: unset;
      margin-left: 18px; }
  .catalog__link {
    display: none; }

.range {
  width: 140px;
  margin-left: 15px;
  margin-right: 15px; }

.noUi-handle {
  border: none;
  outline: none;
  background-color: #c4a98b;
  border-radius: 50%; }
  .noUi-handle::after {
    content: none; }
  .noUi-handle::before {
    content: none; }

.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  right: -2px;
  top: -4px; }

.noUi-handle-upper {
  right: 0; }

.noUi-handle-lower {
  left: 10px; }

.noUi-connect {
  background: #c4a98b; }

.noUi-connects {
  height: 4px;
  border-radius: 2px; }

.noUi-target {
  height: 5px;
  border-radius: 2px; }

.noUi-tooltip {
  color: #111111;
  font-family: "a _ Avante Bs";
  font-size: 12px;
  border: none;
  bottom: 0;
  top: 15px;
  padding: 0; }

.productSection {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 85px; }
  @media (min-width: 350px) {
    .productSection {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .productSection {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .productSection {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .productSection {
      max-width: 1344px; } }
  .productSection__left {
    flex: 0 0 48.33333%;
    max-width: 48.33333%; }
  .productSection__right {
    flex: 0 0 40.83333%;
    max-width: 40.83333%; }
  .productSection__sliders {
    display: flex !important;
    align-items: center;
    position: relative;
    margin-bottom: 70px; }
  .productSection__sliderThumbs {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    height: 630px; }
    .productSection__sliderThumbs .productSection__slide-img {
      -o-object-fit: contain;
      object-fit: contain; }
  .productSection__sliderRight {
    flex: 0 0 80.83333%;
    max-width: 80.83333%;
    margin-left: 30px;
    height: 750px; }
  .productSection__slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .productSection__slide::after {
      content: " ";
      position: absolute;
      background: url("../images/icon/search2.svg") no-repeat;
      bottom: -25px;
      right: 40px;
      width: 24px;
      height: 24px;
      transition: bottom .6s ease-in-out; }
    .productSection__slide:hover::after {
      bottom: 40px; }
    .productSection__slide-img {
      width: 100%;
      display: block;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      border: 1px solid #efefef; }
      .productSection__slide-img::-moz-selection {
        background-color: transparent; }
      .productSection__slide-img::selection {
        background-color: transparent; }
  .productSection__title {
    color: #999999;
    font-size: 32px;
    letter-spacing: 0.96px; }
    .productSection__title span {
      color: #111111; }
  .productSection__text {
    display: block;
    font-size: 16px;
    text-transform: uppercase; }
  .productSection__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .productSection__discount {
    padding: 40px 100px;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center; }
    .productSection__discount--padding {
      margin-top: 0;
      padding: 40px 50px; }
    .productSection__discount-title {
      font-size: 21px;
      line-height: 32px;
      text-align: center; }
    .productSection__discount-links {
      flex: 0 0 50%;
      max-width: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      .productSection__discount-links--space-around {
        justify-content: space-around; }
  .productSection__price {
    margin-top: 10px; }
    .productSection__price-number {
      color: #bbbbbb;
      font-size: 32px;
      text-decoration: line-through; }
      .productSection__price-number--big {
        color: #c4a98b;
        font-size: 48px;
        text-decoration: none; }
    .productSection__price-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px; }
    .productSection__price-discont {
      background: url("../images/icon/Subtraction_3.svg") no-repeat;
      background-size: contain;
      width: 146px;
      height: 65px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .productSection__price-discont span {
        color: #ffffff;
        font-family: "a _ Avante Bs";
        font-size: 24px;
        margin-right: 20px; }
  .productSection__size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px; }
    .productSection__size-item {
      display: flex;
      flex-wrap: wrap; }
      .productSection__size-item--center {
        justify-content: center; }
    .productSection__size-number {
      border: 1px solid #efefef;
      font-size: 16px;
      padding: 15px;
      margin-right: 5px;
      transition: color .6s ease-in-out, background-color .6s ease-in-out;
      margin-bottom: 8px; }
      .productSection__size-number:hover {
        background-color: #efefef; }
      .productSection__size-number--none {
        color: #bbbbbb; }
        .productSection__size-number--none:hover {
          background-color: #ffffff;
          color: #bbbbbb; }
      .productSection__size-number--active {
        background-color: #c4a98b;
        color: #ffffff; }
        .productSection__size-number--active:hover {
          background-color: #c4a98b;
          color: #ffffff; }
    .productSection__size-link {
      font-size: 16px;
      text-decoration: underline;
      transition: color .6s ease-in-out; }
      .productSection__size-link:hover {
        color: #c4a98b; }
  .productSection__buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .productSection__buttons-item {
      display: flex;
      align-items: center;
      width: 100%; }
    .productSection__buttons-favorites {
      border: 1px solid #111111;
      padding: 19px 18px;
      margin-left: 15px;
      margin-top: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .6s ease-in-out; }
      .productSection__buttons-favorites:hover {
        background-color: #111111; }
      .productSection__buttons-favorites:hover svg {
        fill: #ffffff; }
      .productSection__buttons-favorites svg {
        width: 24px;
        height: 22px;
        fill: #111111; }
    .productSection__buttons-button {
      font-size: 21px;
      letter-spacing: 2.1px;
      border: 1px solid #111111;
      width: 100%;
      text-align: center;
      padding-top: 18px;
      padding-bottom: 18px;
      margin-top: 10px;
      transition: all .6s ease-in-out; }
      .productSection__buttons-button:hover {
        border: 1px solid #111111;
        background-color: #111111;
        color: #ffffff; }
      .productSection__buttons-button--backgroundGrey {
        background-color: #efefef;
        border: 1px solid #efefef; }
      .productSection__buttons-button--backgroundGold {
        background-color: #c4a98b;
        color: #ffffff;
        border: 1px solid #c4a98b; }
        .productSection__buttons-button--backgroundGold:hover {
          border: none;
          background-color: #c4a98bd1;
          border: 1px solid #c4a98bd1; }
  .productSection__accordeon {
    margin-top: 20px; }
    .productSection__accordeon-link {
      display: flex;
      justify-content: space-between;
      font-size: 21px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      cursor: pointer;
      border-bottom: 1px solid #d4d4d4;
      transition: all .6s ease-in-out; }
      .productSection__accordeon-link--font {
        font-size: 16px; }
      .productSection__accordeon-link svg {
        width: 14px;
        height: 18px;
        fill: #111111;
        transform: rotate(90deg);
        transition: transform .6s ease-in-out; }
    .productSection__accordeon-link.in {
      color: #c4a98b;
      border-bottom: 1px solid #c4a98b; }
      .productSection__accordeon-link.in svg {
        transform: rotate(-90deg); }
    .productSection__accordeon-item {
      display: flex;
      align-items: baseline;
      margin-bottom: 15px; }
    .productSection__accordeon-title {
      flex: 0 0 37.5%;
      max-width: 37.5%;
      font-size: 16px;
      margin-right: 20px;
      color: #111111; }
      .productSection__accordeon-title--width {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .productSection__accordeon-title--span {
        font-size: 14px; }
    .productSection__accordeon-text {
      color: #999999;
      font-size: 16px;
      line-height: 24px;
      text-align: left; }
      .productSection__accordeon-text span {
        width: 35%;
        display: inline-block; }
    .productSection__accordeon-collapse {
      display: none; }
  .productSection__slider-btn {
    top: 17%;
    height: 100%;
    width: 50px; }
    .productSection__slider-btn:hover svg {
      fill: #c4a98b; }
    .productSection__slider-btn svg {
      width: 12px;
      height: 20px;
      fill: #111111;
      transition: fill .6s ease-in-out; }
  .productSection__slider-btnPrev {
    transform: rotate(180deg);
    outline: none; }

.productSectionThumbs-button-next {
  right: auto;
  top: auto;
  bottom: -15px;
  left: 3%;
  transform: rotate(90deg);
  outline: none; }
  .productSectionThumbs-button-next:hover svg {
    fill: #c4a98b; }
  .productSectionThumbs-button-next svg {
    width: 12px;
    height: 20px;
    fill: #111111;
    transition: fill .6s ease-in-out; }

.productSectionThumbs-button-prev {
  right: auto;
  top: 10px;
  left: 3%;
  transform: rotate(-90deg);
  outline: none; }
  .productSectionThumbs-button-prev:hover svg {
    fill: #c4a98b; }
  .productSectionThumbs-button-prev svg {
    width: 12px;
    height: 20px;
    fill: #111111;
    transition: fill .6s ease-in-out; }

.productSectionRight-button-next {
  right: 2%;
  outline: none;
  transform: translateY(-50%);
  margin-top: 0; }
  .productSectionRight-button-next:hover svg {
    fill: #c4a98b; }
  .productSectionRight-button-next svg {
    width: 12px;
    height: 20px;
    fill: #111111;
    transition: fill .6s ease-in-out; }

.productSectionRight-button-prev {
  margin-top: 0;
  left: 20%;
  transform: translateY(-50%) rotate(180deg);
  outline: none; }
  .productSectionRight-button-prev:hover svg {
    fill: #c4a98b; }
  .productSectionRight-button-prev svg {
    width: 12px;
    height: 20px;
    fill: #111111;
    transition: fill .6s ease-in-out; }

.productSectionRight-custom {
  top: 4%;
  height: 50%;
  top: 50%;
  width: 50px;
  /*    &:hover{
        background: rgba(0,0,0, 0.08);
        transition: 1s;
    }*/ }

.productSectionRight__pagination {
  bottom: -43px;
  left: 50%;
  transform: translate(-20%); }
  .productSectionRight__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #111111;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
    background-color: #ffffff00; }
  .productSectionRight__pagination .swiper-pagination-bullet-active {
    background-color: #111111; }

.paymentFixed-js--active {
  position: -webkit-sticky;
  position: sticky;
  top: 12%; }

.payment {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 350px) {
    .payment {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .payment {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .payment {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .payment {
      max-width: 1344px; } }
  .payment__left {
    flex: 0 0 57.5%;
    max-width: 57.5%; }
  .payment__right {
    flex: 0 0 40.83333%;
    max-width: 40.83333%;
    margin-top: 85px; }
  .payment__order {
    margin-top: 85px; }
    .payment__order--mbnone {
      margin-top: 0; }
    .payment__order--flex {
      display: flex;
      justify-content: space-between; }
    .payment__order-item {
      display: flex; }
    .payment__order-selec {
      font-size: 16px;
      margin-top: 40px;
      outline: none;
      width: 365px;
      height: auto;
      border-radius: 0;
      background: none;
      background-color: #ffffff;
      box-shadow: none;
      line-height: normal;
      color: #111111;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 13.5px; }
      .payment__order-selec .jq-selectbox__select {
        padding-left: 0;
        background: none;
        border: none !important;
        box-shadow: none; }
      .payment__order-selec .jq-selectbox__select-text {
        font-size: 16px;
        font-family: "a _ Avante Lt";
        color: #111111; }
      .payment__order-selec .jq-selectbox__trigger {
        border: none; }
      .payment__order-selec .jq-selectbox__trigger-arrow {
        right: 0;
        border: none;
        background: url("../images/icon/arrow-select.svg") no-repeat;
        background-position: top right;
        width: 34px;
        height: 32px; }
    .payment__order-info {
      flex: 0 0 48.33333%;
      max-width: 48.33333%; }
      .payment__order-info--flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
    .payment__order-title {
      font-family: "a _ Avante Titler Cps Up C";
      font-size: 24px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      padding-bottom: 20px;
      position: relative; }
      .payment__order-title::after {
        content: " ";
        position: absolute;
        width: 82px;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #c4a98b; }
      .payment__order-title--margin {
        margin-bottom: 40px; }
    .payment__order-text {
      color: #999999;
      font-size: 16px;
      margin-top: 4px;
      margin-left: 30px; }
      .payment__order-text--margin {
        margin-left: 0;
        margin-top: 20px; }
      .payment__order-text--cabinet {
        font-size: 14px;
        line-height: 21px;
        margin-left: 0;
        margin-top: 20px; }
    .payment__order-form {
      display: flex;
      justify-content: space-between; }
    .payment__order-inputs {
      flex: 0 0 48.33333%;
      max-width: 48.33333%;
      display: flex;
      flex-direction: column;
      margin-top: 20px; }
      .payment__order-inputs--col {
        flex: 0 0 100%;
        max-width: 100%; }
    .payment__order-input {
      color: #111111;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      width: 100%;
      line-height: normal;
      padding: 15px 20px;
      margin-top: 20px;
      border: 1px solid #efefef;
      outline: none;
      transition: border .6s ease-in-out; }
      .payment__order-input:focus {
        border: 1px solid #c4a98b; }
      .payment__order-input--width {
        width: 100%;
        margin-top: 0;
        font-size: 21px;
        padding: 11px 20px; }
    .payment__order-textarea {
      color: #111111;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      padding: 15px 20px;
      margin-top: 20px;
      border: 1px solid #efefef;
      outline: none;
      transition: border .6s ease-in-out;
      resize: none; }
      .payment__order-textarea:focus::-webkit-input-placeholder {
        color: transparent; }
      .payment__order-textarea:focus {
        border: 1px solid #c4a98b; }
    .payment__order-top {
      font-size: 16px;
      display: flex;
      justify-content: space-between; }
      .payment__order-top span {
        color: #999999;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 80px; }
    .payment__order-select {
      position: relative;
      cursor: pointer;
      margin-top: 15px;
      width: 100%;
      border: 1px solid #efefef;
      background-color: #ffffff;
      padding: 15px 20px;
      position: relative;
      outline: none; }
      .payment__order-select::after {
        content: " ";
        position: absolute;
        background: url("../images/icon/next_mobile.svg") no-repeat;
        background-size: contain;
        transform: rotate(90deg);
        width: 4px;
        height: 7px;
        top: 22px;
        right: 20px; }
      .payment__order-select--active {
        border: 1px solid #c4a98b; }
      .payment__order-select--active .dropdownTwo {
        opacity: 1;
        display: block;
        max-height: 300px;
        overflow-y: scroll; }
    .payment__order-option {
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .payment__order-option span {
        color: #999999;
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 80px; }
      .payment__order-option-empty {
        color: #757575; }
    .payment__order-img {
      margin-top: 15px;
      margin-left: 28px; }
    .payment__order-map {
      width: 100%;
      height: 302px;
      margin-top: 30px; }
  .payment__radio {
    margin-top: 25px;
    display: flex;
    align-items: center;
    position: relative; }
    .payment__radio-input {
      display: none; }
    .payment__radio-input:checked + .payment__radio-div {
      box-shadow: 0 0 10px 0px #c4a98b; }
    .payment__radio-text {
      padding-left: 30px;
      cursor: pointer;
      font-size: 16px; }
    .payment__radio-div {
      position: absolute;
      z-index: -1;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #bbbbbb;
      background-color: #ffffff;
      border-radius: 50%;
      top: -1px;
      transition: box-shadow .6s ease-in-out; }
    .payment__radio-input:checked + .payment__radio-div::after {
      content: ' ';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #c4a98b;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .payment__product {
    display: flex;
    margin-top: 40px;
    width: 100%; }
    .payment__product-container {
      display: flex; }
    .payment__product-item {
      flex: 0 0 37.5%;
      max-width: 37.5%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .payment__product-item--price {
        flex: 0 0 54.16667%;
        max-width: 54.16667%;
        justify-content: space-between;
        margin-left: 65px; }
      .payment__product-item--quantity {
        flex: 0 0 29.16667%;
        max-width: 29.16667%;
        margin-left: 20px; }
      .payment__product-item--oneClick {
        justify-content: space-between;
        flex: 0 0 28.33333%;
        max-width: 28.33333%; }
    .payment__product-img {
      height: 120px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      margin-right: 40px;
      border: 1px solid #efefef; }
    .payment__product-title {
      font-size: 24px;
      letter-spacing: 0.72px;
      text-transform: uppercase; }
    .payment__product-text {
      color: #999999;
      font-size: 14px;
      margin-top: 10px; }
    .payment__product-select {
      outline: none;
      margin-top: 15px; }
      .payment__product-select .jq-selectbox__select {
        outline: none;
        width: 194px;
        height: auto;
        padding: 15px 20px;
        border-radius: 0;
        background: none;
        border: 1px solid #efefef;
        background-color: #ffffff;
        box-shadow: none;
        line-height: normal;
        color: #111111;
        font-family: "a _ Avante Lt";
        font-size: 16px;
        font-weight: 300; }
        .payment__product-select .jq-selectbox__select-text {
          width: 100%;
          overflow: inherit; }
      .payment__product-select .jq-selectbox__trigger {
        border: none; }
        .payment__product-select .jq-selectbox__trigger-arrow {
          border: none;
          background: url("../images/icon/next_mobile.svg") no-repeat;
          background-position: center;
          background-size: contain;
          transform: rotate(90deg);
          width: 4px;
          height: 7px;
          top: 22px;
          right: 20px; }
    .payment__product-option {
      color: #111111;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal; }
    .payment__product-quantity {
      display: flex;
      justify-content: space-between;
      padding: 15px 20px;
      margin-top: 20px; }
    .payment__product-number {
      font-size: 16px; }
    .payment__product-minus {
      color: #999999;
      cursor: pointer; }
      .payment__product-minus:hover {
        color: #c4a98b; }
    .payment__product-plus {
      color: #999999;
      cursor: pointer; }
      .payment__product-plus:hover {
        color: #c4a98b; }
    .payment__product-price {
      color: #c4a98b;
      font-size: 32px; }
      .payment__product-price--small {
        font-size: 24px; }
    .payment__product-discont {
      background: url("../images/icon/Subtraction_3.svg") no-repeat;
      background-size: contain;
      width: 110px;
      height: 48px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .payment__product-discont span {
        color: #ffffff;
        font-family: "a _ Avante Bs";
        font-size: 16px;
        margin-right: 20px; }
      .payment__product-discont--small {
        width: 73px;
        height: 32px;
        margin-top: 5px; }
        .payment__product-discont--small span {
          font-size: 12px;
          margin-right: 10px; }
    .payment__product-close {
      cursor: pointer;
      margin-left: 30px;
      margin-top: 15px;
      font-size: 17px;
      color: #999999; }
      .payment__product-close:hover {
        color: #c4a98b; }
  .payment__card {
    background-color: #f3f3f3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
    .payment__card-title {
      font-size: 24px;
      letter-spacing: 0.72px;
      text-transform: uppercase; }
    .payment__card-item {
      display: flex;
      margin-top: 30px;
      width: 100%; }
    .payment__card-input {
      color: #111111;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      padding: 15px 20px;
      border: 1px solid #efefef;
      outline: none;
      transition: border .6s ease-in-out;
      width: 100%; }
      .payment__card-input:focus {
        border: 1px solid #c4a98b; }
    .payment__card-button {
      background-color: #c4a98b;
      border: 1px solid #c4a98b;
      outline: none;
      margin-left: 10px;
      color: #ffffff;
      font-family: "a _ Avante Lt";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      padding-left: 35px;
      padding-right: 35px;
      cursor: pointer;
      transition: all .6s ease-in-out; }
      .payment__card-button:hover {
        background-color: #c4a98bcf;
        border: 1px solid #c4a98bcf; }
  .payment__info {
    margin-top: 20px;
    border: 1px solid #efefef;
    padding: 30px; }
    .payment__info-checkbox {
      display: flex;
      position: relative; }
      .payment__info-checkbox--mb {
        margin-bottom: 20px; }
      .payment__info-checkbox--margin {
        margin-top: 20px; }
      .payment__info-checkbox--size {
        width: 70%; }
        @media screen and (max-width: 992px) {
          .payment__info-checkbox--size {
            width: 100%; } }
    .payment__info-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #efefef; }
    .payment__info-text {
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase; }
    .payment__info-button {
      background-color: #c4a98b;
      border: 1px solid #c4a98b;
      outline: none;
      color: #ffffff;
      font-family: "a _ Avante Lt";
      font-size: 21px;
      font-weight: 300;
      letter-spacing: 2.1px;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      width: 100%;
      cursor: pointer;
      transition: all .6s ease-in-out;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-top: 30px; }
      .payment__info-button:hover {
        background-color: #c4a98bcf;
        border: 1px solid #c4a98bcf; }
    .payment__info-textBottom {
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      color: #999999;
      margin-top: 20px; }
    .payment__info-link {
      color: #c4a98b;
      display: block; }
      .payment__info-link:hover {
        text-decoration: underline; }
    .payment__info-label a {
      color: #C4A989; }

.dropdownTwo {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #efefef;
  transition: all 0.5s ease-in;
  opacity: 0;
  display: none;
  z-index: 1; }
  .dropdownTwo li {
    padding: 15px 20px; }
    .dropdownTwo li:hover {
      background-color: #f3f3f3; }

.dropdownThree {
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #efefef;
  transition: all 0.5s ease-in;
  opacity: 0;
  display: none;
  z-index: 1; }
  .dropdownThree li {
    padding: 10px 10px; }
    .dropdownThree li:hover {
      background-color: #f3f3f3; }

.contacts {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 350px) {
    .contacts {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .contacts {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .contacts {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .contacts {
      max-width: 1344px; } }
  .contacts__container {
    display: flex;
    justify-content: space-between;
    margin-top: 85px; }
  .contacts__Links {
    flex: 0 0 36.66667%;
    max-width: 36.66667%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px; }
    .contacts__Links-link {
      opacity: 0.5;
      transition: opacity .6s ease-in-out; }
      .contacts__Links-link:hover {
        opacity: 1; }
      .contacts__Links-link--active {
        opacity: 1; }
  .contacts__info {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .contacts__info-title {
      font-family: "a _ Avante Titler Cps Up C";
      font-size: 32px;
      letter-spacing: 3.2px;
      text-transform: uppercase; }
    .contacts__info-text {
      font-size: 16px;
      margin-top: 40px;
      letter-spacing: 0.54px; }
      .contacts__info-text--lineHeight {
        line-height: 32px; }
      .contacts__info-text--center {
        text-align: center; }
    .contacts__info-adress {
      font-size: 21px;
      position: relative;
      padding-left: 40px;
      margin-top: 40px; }
      .contacts__info-adress::before {
        content: " ";
        position: absolute;
        background: url("../images/icon/Subtraction.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 24px;
        left: 0;
        top: 0; }
    .contacts__info-container {
      width: 100%;
      margin-top: 45px; }
    .contacts__info-item {
      display: flex;
      justify-content: space-between; }
    .contacts__info-map {
      width: 100%;
      margin-top: 40px; }
      .contacts__info-map iframe {
        height: 300px; }
  .contacts__verticalVallegio {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .contacts__right {
    position: relative; }
    .contacts__right-bafokids {
      width: 40%; }
    .contacts__right + .contacts__right .contacts__slider {
      margin-top: 0; }
    .contacts__right .swiper-button-next {
      top: unset;
      bottom: -12%;
      right: 25%;
      outline: none;
      width: 40px;
      height: 40px;
      z-index: 1; }
      .contacts__right .swiper-button-next:hover svg {
        stroke: #c4a98b; }
      .contacts__right .swiper-button-next svg {
        fill: #ffffff;
        stroke: #111111;
        transition: stroke .6s ease-in-out;
        border-radius: 50%; }
    .contacts__right .swiper-button-prev {
      top: unset;
      bottom: -12%;
      left: 25%;
      outline: none;
      width: 40px;
      height: 40px;
      z-index: 1; }
      .contacts__right .swiper-button-prev:hover svg {
        stroke: #c4a98b; }
      .contacts__right .swiper-button-prev svg {
        fill: #ffffff;
        stroke: #111111;
        transition: stroke .6s ease-in-out;
        transform: rotate(-180deg);
        border-radius: 50%; }
  .contacts__slider {
    flex: 0 0 40%;
    max-width: 40%;
    max-width: 525px;
    margin-top: 110px;
    margin-left: 0;
    margin-right: 0; }
    .contacts__slider-boxArrow {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px; }
      .contacts__slider-boxArrow .swiper-button-next,
      .contacts__slider-boxArrow .swiper-button-prev {
        position: static;
        margin-top: 5px; }
    .contacts__slider-img {
      height: 300px !important; }

.brands {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 350px) {
    .brands {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .brands {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .brands {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .brands {
      max-width: 1344px; } }
  .brands__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 55px; }
  .brands__container {
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .brands__item {
    display: flex;
    flex-direction: column; }
  .brands__title {
    color: #c4a98b;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 30px; }
  .brands__text {
    font-size: 18px;
    margin-top: 10px; }

.cabinet {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 350px) {
    .cabinet {
      max-width: 350px; } }
  @media (min-width: 730px) {
    .cabinet {
      max-width: 730px; } }
  @media (min-width: 992px) {
    .cabinet {
      max-width: 1280px; } }
  @media (min-width: 1344px) {
    .cabinet {
      max-width: 1344px; } }
  .cabinet__left {
    flex: 0 0 57.5%;
    max-width: 57.5%;
    height: 100%; }
  .cabinet__right {
    flex: 0 0 40.41667%;
    max-width: 40.41667%;
    margin-top: 85px;
    height: 100%; }
  .cabinet__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .cabinet__story {
    margin-top: 40px; }
    .cabinet__story-item {
      display: flex;
      margin-bottom: 30px; }
    .cabinet__story-title {
      flex: 0 0 32.5%;
      max-width: 32.5%;
      color: #999999;
      font-size: 16px; }
    .cabinet__story-text {
      flex: 0 0 25%;
      max-width: 25%;
      color: #111111;
      font-size: 14px;
      transition: color .6s ease-in-out; }
      .cabinet__story-text span {
        margin-left: 8px; }
    .cabinet__story-icon {
      width: 14px;
      height: 18px;
      transform: rotate(90deg);
      transition: transform .6s ease-in-out; }
      .cabinet__story-icon svg {
        width: 100%;
        height: 100%;
        fill: #111111; }
  .cabinet__accordion-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer; }
  .cabinet__accordion-container.in .cabinet__story-text {
    color: #c4a98b; }
  .cabinet__accordion-container.in .cabinet__story-icon {
    transform: rotate(-90deg); }
  .cabinet__accordion-collapse {
    display: none;
    margin-bottom: 30px; }
  .cabinet__accordion-collapseContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .cabinet__accordion-item {
    max-width: 25%; }
  .cabinet__accordion-number {
    color: #bbbbbb;
    font-size: 24px;
    line-height: 20px; }
  .cabinet__accordion-title {
    font-size: 16px;
    letter-spacing: 0.48px; }
  .cabinet__accordion-text {
    color: #999999;
    margin-top: 5px;
    font-size: 14px; }
    .cabinet__accordion-text--right {
      text-align: right; }
  .cabinet__accordion-link {
    display: block;
    margin-top: 3px;
    color: #c4a98b;
    font-size: 13px;
    text-align: right; }
    .cabinet__accordion-link:hover {
      text-decoration: underline; }
  .cabinet__accordion-status {
    text-align: right;
    margin-top: 40px;
    color: #999999;
    font-size: 14px; }
    .cabinet__accordion-status span {
      color: #111111; }
  .cabinet__total {
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
    padding: 30px; }
  .cabinet__button {
    font-size: 16px;
    letter-spacing: 1.6px;
    background-color: #c4a98b;
    color: #ffffff;
    border: 1px solid #c4a98b;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    transition: all .6s ease-in-out;
    cursor: pointer; }
    .cabinet__button:hover {
      background-color: #c4a98bd1;
      border: 1px solid #c4a98bd1;
      color: #ffffff; }
    .cabinet__button--modal {
      width: 418px; }
    .cabinet__button--backgroundGrey {
      color: #111111;
      background-color: #efefef;
      border: 1px solid #efefef; }
      .cabinet__button--backgroundGrey:hover {
        color: #ffffff;
        background-color: #111111;
        border: 1px solid #111111; }
    .cabinet__button--margin {
      margin: 0; }
    .cabinet__button--marginTop {
      margin-top: 40px; }

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px; }
  .error__number {
    font-family: "a _ Avante Titler Cps Up C";
    font-weight: 300;
    font-size: 248px;
    letter-spacing: 0.1em;
    color: #c5a773; }
  .error__text {
    padding: 40px 10px 0;
    font-family: "a _ Avante Titler Cps Up C";
    font-weight: 300;
    font-size: 35px;
    letter-spacing: 0.1em;
    color: #111;
    border-top: 1px solid #efefef; }

.lovebrand {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }
  .lovebrand__tab {
    padding: 10px 20px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #efefef;
    display: flex;
    align-items: center;
    transition: .3s ease-in-out; }
    .lovebrand__tab:hover {
      background: #c4a98bd1; }
  .lovebrand__text {
    text-transform: uppercase;
    font-size: 12px;
    color: #111; }
  .lovebrand__cross {
    margin-left: 15px;
    background: url("../img/icon/cross.svg");
    width: 8px;
    height: 8px;
    cursor: pointer; }

@media screen and (max-width: 1550px) {
  .nav__container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav__title {
    font-size: 28px; }
  .header__title {
    font-size: 80px; }
  .title {
    margin-top: 50px;
    font-size: 32px; }
    .title--invite {
      margin-top: 20px; }
  .product__slider {
    width: 75%; }
    .product__slider-icon {
      width: 54px;
      height: 54px; }
  .product__container {
    width: 75%; }
    .product__container-text {
      top: 34%;
      font-size: 20px;
      padding: 17px 30px 19px 30px; }
  .product__item-img--height {
    height: 460px; }
  .product__item-imgBottom {
    height: 550px; }
  .product__titles {
    width: 85%;
    margin-top: 50px; }
    .product__titles-title {
      font-size: 20px; }
  .product .swiper-button-next {
    right: 15px; }
  .product .swiper-button-prev {
    left: 15px; }
  .topbar__container {
    padding-top: 20px; }
  .topbar__item--bottomCentre {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .topbar__logo {
    font-size: 42px; }
  .topbar__none {
    height: 96px; }
  .invite {
    margin-top: 50px; }
    .invite__container {
      width: 75%;
      padding-top: 40px;
      padding-bottom: 40px; }
    .invite__content {
      padding: 40px 80px; }
  .dropdown__menu-item {
    width: 30%; }
    .dropdown__menu-item--col {
      width: 100%; }
  .dropdown__menu-brandsText {
    margin-bottom: 20px; }
  .brands__wrapper {
    margin-top: 20px;
    flex-wrap: wrap; }
  .card__img {
    height: 250px; }
    .card__img--big {
      height: 835px; }
  .payment__order-title {
    font-size: 20px; }
  .payment__product-title {
    font-size: 20px; }
  .payment__product-price {
    font-size: 26px; }
  .payment__product-discont {
    margin-right: 10px;
    width: 90px;
    height: 40px; }
    .payment__product-discont span {
      font-size: 14px;
      margin-right: 10px; }
  .payment__product-select .jq-selectbox__select {
    padding: 10px 10px;
    font-size: 14px; }
  .payment__product-select .jq-selectbox__trigger-arrow {
    top: 16px; }
  .payment__product-option {
    font-size: 14px; }
  .payment__card-title {
    font-size: 20px; }
  .payment__card-item {
    margin-top: 20px; }
  .payment__card-input {
    font-size: 14px; }
  .payment__info-button {
    font-size: 18px; }
  .contacts__info-title {
    font-size: 30px; }
  .contacts__info-text {
    margin-top: 30px; }
  .contacts__info-adress {
    margin-top: 30px; }
  .contacts__slider {
    margin-top: 80px; }
  .contacts__right .swiper-button-prev {
    bottom: -12%; }
  .productSection {
    width: 75%; }
    .productSection__sliderThumbs {
      height: 430px;
      flex: 0 0 14.16667%;
      max-width: 14.16667%; }
    .productSection__sliderRight {
      height: 500px; }
    .productSection__left {
      flex: 0 0 50%;
      max-width: 50%; }
    .productSection__right {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .productSection__title {
      font-size: 24px; }
    .productSection__price-number {
      font-size: 22px; }
      .productSection__price-number--big {
        font-size: 30px; }
    .productSection__price-discont {
      width: 120px;
      height: 50px; }
      .productSection__price-discont span {
        font-size: 20px;
        margin-right: 15px; }
    .productSection__size-number {
      padding: 10px; }
    .productSection__buttons-button {
      padding-bottom: 13px;
      font-size: 18px; }
    .productSection__buttons-favorites {
      padding: 13px 15px; }
    .productSection__accordeon-link {
      font-size: 19px; }
    .productSection__discount {
      padding: 30px 50px; }
      .productSection__discount-title {
        font-size: 20px; }
      .productSection__discount--padding {
        padding: 30px 40px; }
  .info__container {
    width: 75%; }
  .info__terms {
    width: 75%; }
  .error {
    margin-bottom: 60px; }
    .error__number {
      font-size: 200px; }
    .error__text {
      text-transform: uppercase;
      padding: 35px 10px 0;
      font-size: 30px; } }

@media screen and (max-width: 1440px) {
  .catalog__filter-checkbox {
    width: 38%; }
    .catalog__filter-checkbox--width-none {
      width: auto; }
  .info__img {
    height: 146px; } }

@media screen and (max-width: 1366px) {
  .fancybox-active .productSection__sliderRight {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: auto;
    margin-right: auto; }
  .fancybox-active .productSectionThumbs-button-prev,
  .fancybox-active .productSectionThumbs-button-next {
    display: none; }
  .fancybox-active .productSectionRight-button-prev {
    left: 19%; }
  .fancybox-active .productSectionRight-button-next {
    right: 3%; } }

@media (max-width: 1343.98px) {
  .title {
    font-size: 31px;
    letter-spacing: 3.1px; }
  .lovebrand {
    margin-top: 20px; }
  .link {
    font-size: 15px; }
    .link--header {
      letter-spacing: 1.5px; }
  .nav__title {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.81px; }
  .nav__container {
    width: 95%; }
  .nav__close {
    right: 50px; }
  .nav__link {
    margin-right: 20px; }
  .dropdown__menu-item--col {
    margin-right: 20px; }
  .topbar__container {
    width: 95%; }
  .topbar__logo {
    font-size: 43px;
    letter-spacing: 4.3px; }
  .topbar__link--phone {
    font-size: 16px; }
  .topbar__phone-icon {
    margin-top: 0; }
  .topbar__item--bottomCentre {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .topbar__item--inst {
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .topbar__item--subscription {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .header__item {
    width: 95%; }
  .header__text {
    font-size: 31px; }
  .header__title {
    font-size: 87px;
    letter-spacing: 8.7px; }
  .card__title {
    font-size: 20px;
    letter-spacing: 0.6px; }
  .card__img {
    height: 230px; }
  .card__img--big {
    height: 775px; }
  .product .swiper-button-next {
    right: 50px; }
  .product .swiper-button-prev {
    right: 50px; }
  .product__container-text {
    top: 34%;
    font-size: 20px;
    letter-spacing: 0.6px; }
  .invite__text {
    font-size: 20px;
    width: 270px; }
  .invite__title {
    font-size: 28px;
    line-height: 42px; }
  .subscription__container {
    width: 95%; }
  .subscription__title {
    font-size: 20px;
    letter-spacing: 2px; }
  .subscription__form-input {
    font-size: 14px; }
  .subscription__form-item--margin {
    margin-right: 40px; }
  .payment {
    flex-direction: column;
    align-items: center; }
    .payment__left {
      flex: 0 0 100%;
      max-width: 100%;
      width: 95%; }
    .payment__right {
      margin-top: 85px;
      flex: 0 0 50%;
      max-width: 50%; }
    .payment__product {
      justify-content: space-between; }
    .payment__order--col {
      flex: 0 0 50%;
      max-width: 50%; }
  .catalog__filter-left--col {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .cabinet {
    width: 95%; }
  .brands {
    width: 95%; }
  .footer__container {
    width: 95%; }
  .footer__links-title {
    font-size: 14px;
    letter-spacing: 0.42px; }
  .footer__links-link {
    font-size: 12px;
    line-height: 28px; }
  .footer__contacts-icon {
    margin-right: 10px; }
  .footer__copyright-text {
    font-size: 14px; }
  .footer__copyright-logo {
    font-size: 43px;
    letter-spacing: 4.3px; }
  .productSection {
    width: 95%; }
    .productSection__left {
      flex: 0 0 50%;
      max-width: 50%; }
    .productSection__right {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .productSection__sliderThumbs {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .productSection__sliderRight {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .productSection__discount {
      padding: 40px 40px; }
  .productSectionThumbs-button-prev {
    left: 8%; }
  .productSectionThumbs-button-next {
    left: 8%; }
  .productSectionRight-button-prev {
    left: 21%; }
  .productSectionRight-button-next {
    right: -6%; }
  .modal__content-container--oneClick {
    width: 990px; }
  .info__container {
    width: 95%; }
  .info__terms {
    width: 95%; }
  .contacts {
    width: 95%; }
    .contacts__slider {
      margin-top: 60px; }
    .contacts__right .swiper-button-prev {
      bottom: 8%; }
  .wrapper {
    width: 95%; }
  .error {
    margin-bottom: 40px; }
    .error__number {
      font-size: 150px; }
    .error__text {
      padding: 25px 10px 0;
      font-size: 25px; } }

@media screen and (max-width: 1200px) {
  .title--product {
    margin-right: 18%; }
  .nav__title {
    font-size: 23px; }
  .nav__close {
    top: 10px;
    right: 10px; }
  .topbar__item--bottomCentre {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .product__slider {
    width: 60%; }
  .info__container--open {
    height: 150px; }
  .payment__order--col {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .catalog {
    flex: 0 0 81.66667%;
    max-width: 81.66667%; }
    .catalog__card-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .catalog__filter-left--col {
      flex: 0 0 75%;
      max-width: 75%; }
    .catalog__filter-right {
      flex: 0 0 25%;
      max-width: 25%; }
  .contacts__right .swiper-button-prev {
    bottom: 8%; }
  .card__price {
    padding: 0 50px; }
  .card__img--big {
    height: 500px; }
  .sidebar {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .footer__links {
    flex: 0 0 50%;
    max-width: 50%; }
  .footer .cabinet {
    width: 100%; } }

@media (max-width: 991.98px) {
  .wrapper {
    width: 100%; }
  .title {
    margin-top: 50px; }
    .title--product {
      margin-right: 0; }
    .title--modal {
      margin-top: 0; }
  .search {
    width: 600px; }
    .search__form-input {
      text-align: left; }
  .nav {
    display: none !important; }
  .line {
    display: block; }
  .link--header {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    width: 25%; }
    .link--header::after {
      content: " ";
      position: absolute;
      background: url("../images/icon/next_mobile.svg") no-repeat;
      width: 5px;
      height: 8px;
      background-size: contain;
      top: 3px;
      right: 0; }
    .link--header::before {
      transform: scaleX(1);
      visibility: visible;
      width: 0;
      transition: none; }
    .link--header:hover::before {
      width: 100%; }
  .topbar__item {
    display: none; }
    .topbar__item--mobile {
      flex: 0 0 37.5%;
      max-width: 37.5%;
      display: flex;
      width: 100%;
      margin-bottom: 20px; }
    .topbar__item--mobileBurger {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      display: flex;
      margin-left: auto;
      margin-right: auto; }
    .topbar__item--kids {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      justify-content: space-around;
      margin-top: 10px; }
    .topbar__item--bottomCentre {
      flex: 0 0 25%;
      max-width: 25%;
      display: flex;
      position: relative;
      width: 100%;
      padding-bottom: 10px;
      padding-top: 10px; }
    .topbar__item--subscription {
      flex: 0 0 100%;
      max-width: 100%; }
  .topbar__container {
    width: 100%;
    border-bottom: 1px solid #efefef; }
    .topbar__container--bottom_block {
      display: none; }
  .topbar__wrapper {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    padding-top: 30px;
    padding-bottom: 20px;
    z-index: 12;
    top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .topbar__logo {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
  .topbar__favorites--mobile {
    display: block; }
  .topbar__basket--mobile {
    display: block; }
  .topbar__link {
    margin-bottom: 10px; }
    .topbar__link--mobile::after {
      transition: none; }
  .topbar__burger {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: -3px;
    z-index: 1; }
  .topbar__burger span {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #000000;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .topbar__burger span::before {
      content: " ";
      position: absolute;
      height: 1px;
      width: 100%;
      top: 8px;
      background-color: #000000; }
    .topbar__burger span::after {
      content: " ";
      position: absolute;
      height: 1px;
      width: 100%;
      top: 16px;
      background-color: #000000; }
  .topbar__container.topbar__container-open .topbar__burger span {
    transform: rotate(45deg);
    top: 8px; }
    .topbar__container.topbar__container-open .topbar__burger span::before {
      top: 0;
      transform: rotate(0); }
    .topbar__container.topbar__container-open .topbar__burger span::after {
      top: 0;
      transform: rotate(90deg); }
  .topbar__container.topbar__container-open .topbar__listMobile {
    opacity: 1;
    left: 0; }
  .topbar__listMobile {
    padding-top: 10px;
    padding-left: 15px;
    display: block;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
    left: -100%;
    height: calc(100vh - 80px);
    transition: left .6s ease-in-out;
    padding-right: 15px;
    overflow-x: hidden;
    padding-bottom: 25px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 70px; }
    .topbar__listMobile-back {
      font-family: "a _ Avante Bs";
      font-size: 18px;
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px;
      padding-bottom: 10px; }
      .topbar__listMobile-back:after {
        content: "";
        position: absolute;
        width: 25%;
        left: 0;
        height: 1px;
        bottom: 0;
        background-color: #c4a98b;
        visibility: hidden;
        transition: width 0.6s ease-in-out;
        transform: scaleX(0); }
      .topbar__listMobile-back:hover:after {
        visibility: visible;
        transform: scaleX(1); }
      .topbar__listMobile-back::before {
        content: " ";
        position: absolute;
        background: url("../images/icon/next_mobile.svg") no-repeat;
        background-size: contain;
        width: 6px;
        height: 12px;
        transform: rotate(180deg);
        left: 0;
        top: 5px; }
    .topbar__listMobile-list {
      -webkit-overflow-scrolling: touch;
      margin-bottom: 70px;
      margin-top: 20px; }
      .topbar__listMobile-list--open {
        left: -100%;
        position: absolute; }
    .topbar__listMobile-listTwo {
      position: absolute;
      top: 0;
      background-color: #ffffff;
      width: 100%;
      padding-right: 40px;
      padding-bottom: 100px;
      left: -100%;
      transition: left .4s ease-in-out;
      -webkit-overflow-scrolling: touch;
      margin-bottom: 70px;
      padding-top: 20px; }
      .topbar__listMobile-listTwo--open {
        left: 14px; }
    .topbar__listMobile-item {
      padding-bottom: 10px;
      padding-top: 20px;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
      .topbar__listMobile-item--top {
        border: none;
        padding: 0; }
    .topbar__listMobile-buttons {
      display: flex;
      justify-content: space-between;
      width: 100%; }
  .topbar__search--mobile {
    display: block; }
  .header {
    margin-top: 100px; }
    .header__item {
      width: 100%;
      display: none; }
    .header__slide {
      background-size: cover;
      background-position: center; }
    .header__title {
      display: flex;
      flex-direction: column;
      text-align: center;
      font-size: 65px; }
  .product__slider {
    width: 50%; }
  .product__container {
    width: 100%; }
    .product__container-text {
      padding: 17px 30px 19px 30px; }
      .product__container-text--transform {
        top: 26%; }
  .product__item-img {
    height: 100%; }
  .product__item-imgBottom {
    height: 420px; }
  .invite__container {
    justify-content: center;
    width: 100%; }
  .info__container {
    width: 100%; }
  .info__terms {
    width: 100%; }
  .info__links {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .info__img {
    height: 110px; }
  .card {
    box-shadow: none; }
    .card:hover .card__size {
      bottom: 0; }
    .card--none {
      display: none; }
    .card--col {
      flex: 0 0 48.33333%;
      max-width: 48.33333%; }
    .card__icon {
      opacity: 1; }
    .card__price {
      margin-top: 10px; }
    .card__size {
      position: relative;
      bottom: 0;
      margin-top: 15px; }
      .card__size--background-none {
        background-color: rgba(255, 255, 255, 0);
        top: -34px; }
  .subscription__container {
    width: 100%; }
  .subscription__inst {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .subscription__form-item--margin {
    margin-right: 30px; }
  .cabinet {
    flex-direction: column-reverse; }
    .cabinet__left {
      flex: 0 0 100%;
      max-width: 100%; }
    .cabinet__right {
      flex: 0 0 100%;
      max-width: 100%; }
  .contacts {
    width: 100%; }
    .contacts__Links {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .contacts__container {
      margin-top: 50px;
      flex-direction: column; }
    .contacts__info {
      flex: 0 0 100%;
      max-width: 100%; }
      .contacts__info-title {
        font-size: 28px;
        letter-spacing: 3px; }
      .contacts__info-container {
        margin-top: 25px; }
      .contacts__info-text {
        margin-top: 20px; }
    .contacts__right {
      flex: 0 0 100%;
      max-width: 100%; }
      .contacts__right .swiper-button-prev svg {
        transform: rotate(-180deg); }
    .contacts__slider {
      width: 550px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px; }
  .payment__order {
    margin-top: 50px; }
    .payment__order--col {
      flex: 0 0 100%;
      max-width: 100%; }
  .payment__product-img {
    margin-right: 20px; }
  .payment__product-item--price {
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 20px; }
  .payment__left {
    width: 100%; }
  .payment__right {
    flex: 0 0 100%;
    max-width: 100%; }
  .sidebar {
    display: none; }
  .catalog {
    flex: 0 0 100%;
    max-width: 100%; }
    .catalog__filter-right {
      flex: 0 0 29.16667%;
      max-width: 29.16667%; }
      .catalog__filter-right--end {
        flex: 0 0 25%;
        max-width: 25%; }
    .catalog__filter-left--col {
      flex: 0 0 75%;
      max-width: 75%; }
    .catalog__filter-list {
      padding-right: 10px; }
    .catalog__filter-label {
      padding-left: 22px; }
    .catalog__filter-select {
      width: 90%; }
    .catalog__title {
      margin-top: 50px;
      padding-bottom: 20px; }
    .catalog__text {
      margin-top: 20px; }
  .productSection {
    width: 100%;
    flex-direction: column; }
    .productSection__left {
      flex: 0 0 100%;
      max-width: 100%; }
    .productSection__right {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 50px; }
    .productSection__sliderThumbs {
      margin-left: 0; }
  .brands {
    width: 100%; }
    .brands__container {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
  .productSectionThumbs-button-prev {
    left: 6.2%; }
  .productSectionThumbs-button-next {
    left: 6.2%; }
  .productSectionRight-button-next {
    right: 0; }
  .footer__container {
    width: 100%; }
  .footer__links {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .footer__contacts {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .footer__contacts-text {
      text-align: right; }
  .modal__content-container--oneClick {
    width: 720px;
    padding: 30px 20px; }
  .modal__oneClick {
    flex-direction: column;
    align-items: center; }
    .modal__oneClick-container {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .modal__oneClick-total {
      margin-top: 40px; }
    .modal__oneClick-item {
      justify-content: space-between; }
    .modal__oneClick-info {
      margin-top: 50px;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

@media (max-width: 729.98px) {
  .search {
    width: 300px;
    padding: 40px 10px; }
    .search__form-input {
      font-size: 16px; }
    .search__logo {
      font-size: 34px;
      letter-spacing: 3.8px; }
  .advert-modal__img {
    max-width: 250px; }
  .link--header {
    width: 50%; }
  .link--productSection {
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .title {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-top: 30px;
    padding-bottom: 8px; }
    .title--invite {
      margin-top: 0; }
    .title--none {
      display: none; }
    .title--modal-title {
      margin-top: 20px !important; }
  .topbar__logo {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    font-size: 32px;
    letter-spacing: 3.5px; }
    .topbar__logo img {
      height: 24px; }
  .topbar__search {
    margin-left: 5px; }
    .topbar__search svg {
      width: 16px;
      height: 17px; }
  .topbar__favorites span {
    width: 12px;
    height: 12px;
    right: -3px;
    font-size: 8px; }
  .topbar__favorites svg {
    width: 16px;
    height: 17px; }
  .topbar__basket {
    margin-left: 5px; }
    .topbar__basket span {
      width: 12px;
      height: 12px;
      font-size: 8px;
      right: -8px; }
    .topbar__basket svg {
      width: 16px;
      height: 17px; }
  .topbar__item--mobile {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .topbar__item--subscription {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .topbar__item--bottomCentre {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .header {
    margin-top: 90px; }
    .header .swiper-pagination {
      bottom: 5px; }
    .header__text {
      font-size: 24px; }
    .header__title {
      font-size: 42px;
      letter-spacing: 4.2px;
      margin: 20px 0; }
  .product__slider {
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px; }
    .product__slider-icon {
      display: none; }
      .product__slider-icon--mobile {
        display: block;
        width: 9px;
        height: 18px; }
    .product__slider .swiper-slide {
      transform: scale(0.8);
      transition: all 0.5s; }
    .product__slider .swiper-slide-active {
      transform: scale(0.9);
      z-index: 1; }
  .product .swiper-button-next,
  .product .swiper-button-prev {
    display: none; }
  .product__container {
    display: none; }
    .product__container--mobile {
      display: block;
      margin-top: 0; }
    .product__container--margin {
      margin-top: 30px; }
    .product__container-text {
      top: 33%;
      width: 240px;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      padding-top: 18px;
      padding-bottom: 18px;
      transform: rotate(90deg) translate(-50%); }
    .product__container-slide {
      display: flex;
      align-items: center;
      margin-left: -35px; }
    .product__container .swiper-slide {
      transform: scale(0.8);
      transition: all 0.5s; }
    .product__container .swiper-slide-active {
      transform: scale(0.9); }
  .product__item-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }
  .product__titles {
    flex-direction: column;
    margin-top: 30px; }
    .product__titles-title {
      margin-right: 0;
      padding-bottom: 10px;
      margin-bottom: 15px; }
  .card {
    margin-left: -35px; }
    .card--col {
      flex: 0 0 100%;
      max-width: 100%; }
    .card--product {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; }
    .card__title {
      font-size: 24px;
      letter-spacing: 0.72px; }
    .card__price {
      padding: 0 40px; }
    .card__size {
      padding: 0 15px; }
  .invite {
    margin-top: 30px; }
    .invite__container {
      padding-top: 20px;
      padding-bottom: 20px; }
    .invite__content {
      padding: 30px 20px; }
    .invite__title {
      width: auto;
      font-size: 20px;
      line-height: 24px;
      margin-top: 10px;
      margin-bottom: 20px; }
    .invite__text {
      width: auto;
      margin-top: 10px;
      line-height: 24px; }
  .info__container {
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    .info__container--height {
      height: 90px; }
    .info__container--open {
      height: 400px; }
    .info__container--none {
      display: none; }
  .info__text {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 24px; }
  .info__item {
    display: none; }
  .info__terms {
    display: none; }
  .subscription {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 15px; }
    .subscription__container {
      flex-direction: column; }
    .subscription__form {
      flex: 0 0 100%;
      max-width: 100%; }
      .subscription__form-container {
        flex-direction: column;
        margin-top: 30px; }
      .subscription__form-item--margin {
        margin-right: 0;
        margin-bottom: 20px; }
    .subscription__title {
      padding-bottom: 10px; }
    .subscription__inst {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 50px; }
      .subscription__inst-item {
        margin-top: 40px; }
  .brands__wrapper {
    flex-direction: column;
    margin-top: 0; }
  .brands__container {
    flex: 0 0 100%;
    max-width: 100%; }
  .brands__title {
    text-align: center; }
  .brands__text {
    text-align: center; }
  .cabinet__right {
    margin-top: 30px; }
  .cabinet__story {
    margin-top: 20px; }
    .cabinet__story-item {
      margin-bottom: 15px; }
    .cabinet__story-title--col {
      flex: 0 0 29%;
      max-width: 29%;
      margin-right: 8px; }
    .cabinet__story-text span {
      margin-left: 0; }
  .cabinet__accordion-container {
    margin-bottom: 20px; }
  .cabinet__accordion-collapseContainer {
    flex-direction: column; }
  .cabinet__accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; }
    .cabinet__accordion-item--bottom {
      display: block; }
  .cabinet__accordion-text {
    margin-top: 0; }
  .cabinet__accordion-status {
    margin-top: 20px; }
  .cabinet__button--modal {
    width: 100%; }
  .payment__order {
    margin-top: 30px; }
    .payment__order--flex {
      flex-direction: column; }
    .payment__order-selec {
      width: 100%; }
    .payment__order-title {
      font-size: 18px;
      letter-spacing: 2.2px; }
      .payment__order-title--margin {
        margin-bottom: 20px; }
    .payment__order-form {
      flex-direction: column; }
    .payment__order-inputs {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 0; }
    .payment__order-info {
      margin-top: 20px;
      flex: 0 0 100%;
      max-width: 100%; }
    .payment__order-option span {
      margin-right: 10px; }
    .payment__order-select {
      padding: 15px 15px; }
      .payment__order-select::after {
        right: 10px; }
  .payment__product {
    margin-top: 40px;
    flex-direction: column-reverse;
    position: relative;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px; }
    .payment__product-container {
      flex-direction: column;
      align-items: center; }
    .payment__product-item {
      flex: 0 0 100%;
      max-width: 100%;
      align-items: center; }
      .payment__product-item--price {
        width: 100%;
        flex-direction: row;
        margin-bottom: 20px;
        margin-left: 0; }
      .payment__product-item--quantity {
        margin-left: 0; }
    .payment__product-img {
      width: 60%;
      height: 200px;
      -o-object-fit: contain;
      object-fit: contain;
      margin-right: 0;
      margin-bottom: 20px; }
    .payment__product-text {
      margin-top: 15px; }
    .payment__product-quantity {
      width: 100%; }
    .payment__product-select {
      width: 150%; }
      .payment__product-select .jq-selectbox__select {
        width: 100%; }
    .payment__product-close {
      position: absolute;
      top: -40px;
      margin-left: 0;
      margin-top: 0;
      font-size: 32px;
      right: 0; }
  .payment__right {
    margin-top: 30px; }
  .payment__card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .payment__card-title {
      font-size: 18px;
      letter-spacing: 0.5px; }
    .payment__card-item {
      flex-direction: column;
      margin-top: 15px; }
    .payment__card-input {
      text-align: center; }
    .payment__card-button {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: 0;
      margin-top: 10px; }
  .payment__info {
    padding: 15px 20px; }
  .productSection__sliders {
    flex-direction: column-reverse;
    margin-bottom: 50px; }
  .productSection__sliderRight {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    height: 300px; }
  .productSection__sliderThumbs {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
    height: 100px;
    flex-grow: 1;
    width: 100%; }
    .productSection__sliderThumbs .swiper-wrapper {
      height: 70px !important; }
    .productSection__sliderThumbs .productSection__slide-img {
      height: 64px !important; }
  .productSection__discount {
    margin-top: 20px;
    padding: 20px 15px; }
    .productSection__discount-title {
      font-size: 18px;
      line-height: 24px; }
    .productSection__discount-links {
      flex-direction: column;
      align-items: center; }
  .productSection__right {
    margin-top: 20px; }
  .productSection__title {
    font-size: 22px; }
  .productSection__price-number {
    font-size: 24px; }
    .productSection__price-number--big {
      font-size: 32px; }
  .productSection__size {
    flex-direction: column; }
    .productSection__size-number {
      padding: 8px; }
    .productSection__size-link {
      margin-top: 10px; }
  .productSectionThumbs-button-prev {
    display: none; }
  .productSectionThumbs-button-next {
    display: none; }
  .productSectionRight-button-next {
    top: 35%;
    right: 15px; }
  .productSectionRight-button-prev {
    top: 35%;
    left: 15px; }
  .productSectionRight-custom {
    top: 35%;
    height: auto;
    width: auto; }
  .productSectionRight__pagination {
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 100%; }
  .contacts__Links {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    flex-direction: column; }
    .contacts__Links-link {
      margin-top: 10px; }
  .contacts__container {
    margin-top: 30px; }
  .contacts__info-title {
    font-size: 24px;
    letter-spacing: 2.2px; }
  .contacts__info-adress {
    font-size: 16px;
    padding-left: 30px;
    margin-top: 20px; }
    .contacts__info-adress::before {
      top: -3px; }
  .contacts__info-map {
    margin-top: 20px; }
  .contacts__info-container {
    margin-top: 0; }
  .contacts__info-item {
    flex-direction: column;
    margin-top: 15px; }
  .contacts__info-text {
    margin-top: 5px; }
  .contacts__right .swiper-button-prev {
    right: 0; }
  .contacts__right .swiper-button-next {
    left: 0; }
  .contacts__slider {
    width: 300px;
    margin-top: 55px; }
    .contacts__slider-boxArrow .product__slider-icon {
      display: block; }
  .catalog__card {
    flex-direction: column;
    width: 100%;
    margin-top: 0; }
  .catalog__filterIcon {
    display: flex; }
    .catalog__filterIcon--mobile {
      display: none; }
  .catalog__filter {
    margin-top: 20px;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: height .6s ease-in-out; }
    .catalog__filter--open {
      height: 170px; }
    .catalog__filter-item {
      flex-direction: column; }
      .catalog__filter-item--margin {
        margin-top: 15px;
        margin-bottom: 0; }
      .catalog__filter-item--mobile {
        height: auto; }
    .catalog__filter-left {
      flex-direction: column; }
      .catalog__filter-left--col {
        flex: 0 0 100%;
        max-width: 100%; }
      .catalog__filter-left--mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 20px; }
    .catalog__filter-lists {
      flex-direction: column;
      margin-bottom: 0; }
    .catalog__filter-list {
      margin-top: 10px; }
    .catalog__filter-price {
      justify-content: center;
      margin-bottom: 10px; }
    .catalog__filter-right {
      flex: 0 0 100%;
      max-width: 100%;
      display: flex; }
      .catalog__filter-right--end {
        display: contents;
        width: 100%; }
    .catalog__filter-checkbox {
      margin-top: 10px;
      width: 100%; }
    .catalog__filter-clear {
      margin-top: 10px;
      text-align: right; }
    .catalog__filter-select {
      width: 100%;
      margin-top: 10px; }
      .catalog__filter-select:after {
        right: 20px; }
    .catalog__filter-hover {
      transform: translateX(-50%);
      width: 95%;
      /*left: 50%;
                position: fixed;
                top: 50%;
                max-width: 350px;*/ }
  .catalog__link {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 20px; }
  .catalog__title {
    margin-top: 20px;
    padding-bottom: 15px; }
  .catalog__text {
    line-height: 16px; }
  .footer {
    padding-bottom: 30px;
    padding-top: 10px; }
    .footer__links {
      flex: none;
      max-width: none;
      flex-direction: column;
      overflow: hidden;
      height: 0;
      transition: height .3s ease-in-out; }
      .footer__links-item {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .footer__links-list {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px; }
    .footer__item {
      flex-direction: column;
      align-items: center; }
    .footer__item-open .footer__links {
      height: 460px; }
    .footer__item-open .footer__close {
      transform: rotate(180deg); }
    .footer__contacts {
      flex: 0 0 100%;
      max-width: 100%;
      align-items: center;
      margin-top: 20px; }
      .footer__contacts-title {
        font-size: 18px;
        letter-spacing: 0.54px; }
      .footer__contacts-text {
        text-align: center;
        line-height: 24px;
        width: 196px; }
      .footer__contacts-number {
        margin-top: 30px; }
    .footer__copyright {
      margin-top: 30px;
      justify-content: center; }
      .footer__copyright-logo {
        display: none; }
        .footer__copyright-logo--mobile {
          display: block;
          text-align: center;
          margin: 30px 0px 0px; }
      .footer__copyright-text--none {
        display: none; }
    .footer__close svg {
      fill: #ffffff;
      width: 16px;
      height: 10px; }
  .modal__content-container {
    width: 300px;
    padding: 15px; }
  .modal__content-input {
    width: 100%;
    font-size: 13px; }
  .modal__content-passwordBlock {
    width: 100%; }
  .modal__content-textarea {
    width: 100%; }
  .modal__content-text {
    margin-top: 20px;
    line-height: 24px; }
  .modal__oneClick {
    margin-top: 10px; }
    .modal__oneClick-item {
      flex: 0 0 100%;
      max-width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 15px; }
    .modal__oneClick-info {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 30px; }
    .modal__oneClick-total {
      margin-top: 20px; }
    .modal__oneClick-size {
      text-align: left; } }

@media (max-width: 349.98px) {
  .product__container-slide {
    display: flex;
    align-items: center;
    margin-left: -30px; }
  .error {
    margin-bottom: 30px; }
    .error__number {
      font-size: 120px; }
    .error__text {
      padding: 30px 8px 0;
      font-size: 22px; }
  .card {
    margin-left: -30px; }
    .card--product {
      margin-left: 0; }
  .productSectionRight-button-next {
    right: 0; }
  .productSectionRight-button-prev {
    left: 0; } }

li.topmenuLink {
  margin: 0 15px 0 15px; }

.geolocationModal__region--select {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #efefef;
  background-color: #ffffff;
  padding: 15px 20px;
  position: relative;
  outline: none;
  font-family: "a _ Avante Lt";
  font-size: 16px; }
  .geolocationModal__region--select--active {
    border: 1px solid #c4a98b; }

.geolocationModal__select-option {
  color: #111111;
  font-family: "a _ Avante Lt";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal; }

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top; }

svg path,
svg rect {
  /*fill: #FF6700;*/ }

.sdek-note {
  margin-top: 20px; }

.modalFilter {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  .modalFilter--open {
    display: block; }
  .modalFilter__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
  .modalFilter__title {
    margin-top: 0;
    width: 98%;
    text-transform: none; }
    .modalFilter__title--transform {
      text-transform: uppercase; }
  .modalFilter__iconClose {
    width: 9px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain; }
  .modalFilter__content {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 90px; }
  .modalFilter .mCustomScrollBox {
    padding-bottom: 30px;
    overflow: visible; }
  .modalFilter .mCSB_scrollTools {
    background: #EDE5DD;
    width: 10px;
    right: -15px;
    top: -20px; }
  .modalFilter .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .modalFilter .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    height: 66px;
    background: #C4A98B;
    border-radius: 0; }
  .modalFilter .mCSB_draggerRail {
    background-color: #EDE5DD; }
  .modalFilter .mCSB_container {
    overflow: visible; }
  .modalFilter__checkboxs {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF; }
    .modalFilter__checkboxs-item {
      display: flex;
      align-items: center;
      margin-right: 40px; }
      .modalFilter__checkboxs-item:last-child {
        margin-right: 0; }
  .modalFilter__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #C4A98B;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    background-image: none;
    transition: all .38s ease-in-out; }
    .modalFilter__checkbox:checked {
      background: url("../images/icon/checkboxMobile.svg") no-repeat;
      background-size: cover;
      background-position: center; }
    .modalFilter__checkbox--marginRight {
      margin-right: 10px; }
  .modalFilter__text {
    color: #000000; }
    .modalFilter__text--disabled {
      color: #999999; }
  .modalFilter__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF; }
  .modalFilter__link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF; }
    .modalFilter__link-icon {
      height: 19px;
      width: 15px;
      -o-object-fit: contain;
      object-fit: contain;
      transform: rotate(-90deg); }
    .modalFilter__link-topBlock {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .modalFilter__link-bottomBlock {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .modalFilter__link-card {
      display: flex;
      flex-wrap: wrap; }
      .modalFilter__link-card span {
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: #CBB399;
        border-radius: 20px;
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 16px;
        margin-right: 10px;
        font-weight: 200; }
    .modalFilter__link-btnDelet {
      color: #CBB399;
      font-size: 16px;
      font-weight: 200;
      line-height: 19px;
      margin-top: 10px; }
  .modalFilter__buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center; }
    .modalFilter__buttons-btn {
      border-radius: 10px;
      text-align: center;
      color: #FFFFFF;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 50%;
      margin-right: 15px;
      background: #C4A98B;
      border: 1px solid #C4A98B; }
      .modalFilter__buttons-btn:last-child {
        margin-right: 0; }
      .modalFilter__buttons-btn--white {
        background: #FFFFFF;
        color: #C4A98B; }
  .modalFilter__priceFilter-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */ }
    .modalFilter__priceFilter-number input {
      font-family: "a _ Avante Lt";
      border: none;
      width: 80%;
      padding: 0;
      margin: 0;
      outline: none; }
    .modalFilter__priceFilter-number input::-webkit-outer-spin-button,
    .modalFilter__priceFilter-number input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      appearance: none;
      margin: 0; }
    .modalFilter__priceFilter-number input[type=number] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield; }
  .modalFilter__priceFilter-icon {
    margin-left: 5px; }
  .modalFilter__priceFilter-wrapper {
    width: 74px;
    padding: 10px;
    text-align: center;
    border: 1px solid #C4A98B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    color: #000000; }
  .modalFilter .noUi-horizontal .noUi-handle {
    height: 24px;
    width: 24px;
    box-shadow: none;
    background: #D3C2B0;
    top: -11px; }
  .modalFilter .noUi-handle-lower {
    left: 32px; }
  .modalFilter .noUi-target {
    margin-top: 24px;
    margin-bottom: 18px;
    background: #C4A98B;
    border-radius: 10px;
    height: 2px;
    border: 0;
    box-shadow: none; }
  .modalFilter .noUi-connects {
    height: 2px; }
  .modalFilter__search {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #D3C2B0;
    margin-bottom: 30px; }
    .modalFilter__search-input {
      width: 95%;
      border: 0;
      font-family: "a _ Avante Lt";
      font-weight: 200;
      color: #C4A98B;
      outline: none;
      font-size: 16px;
      line-height: 20px; }
      .modalFilter__search-input::-webkit-input-placeholder {
        color: #C4A98B; }
      .modalFilter__search-input::-moz-placeholder {
        color: #C4A98B; }
      .modalFilter__search-input:-ms-input-placeholder {
        color: #C4A98B; }
      .modalFilter__search-input::-ms-input-placeholder {
        color: #C4A98B; }
      .modalFilter__search-input::placeholder {
        color: #C4A98B; }
    .modalFilter__search-button {
      background-image: url("../images/icon/searchIcon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-color: transparent;
      width: 20px;
      height: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      outline: none; }

.cookie {
  bottom: 10px;
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 70; }
  .cookie__container {
    max-width: 400px;
    padding: 16px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    margin: 0 10px; }
  .cookie__text {
    font-size: 16px;
    line-height: 1.5; }
  .cookie__button {
    font-size: 16px;
    letter-spacing: 1.6px;
    background-color: #c4a98b;
    color: #ffffff;
    border: 1px solid #c4a98b;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.6s ease-in-out;
    cursor: pointer; }

@media screen and (max-width: 992px) {
  .contacts__verticalVallegio {
    max-width: 100%; }
  .contacts__right-bafokids {
    width: 100%; }
  .img-magnifier-glass {
    display: none; }
  .productSection__slide::after {
    content: none; } }

@media screen and (max-width: 768px) {
  .productSection__slider-btn {
    top: 5%; } }

@media screen and (max-width: 576px) {
  .productSection__slider-btn {
    top: 15%; }
  .productSection__slider-btnPrev {
    left: -10px; }
  .productSection__slider-btnNext {
    right: -10px; } }

@media screen and (max-width: 729px) {
  .pager-width.previous .catalog__filter-number {
    color: transparent;
    background-image: url("../images/icon/arrow1.svg");
    background-repeat: no-repeat;
    background-size: cover; }
  .pager-width.next .catalog__filter-number {
    color: transparent;
    background-image: url("../images/icon/arrow1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg); }
  .catalog {
    margin-top: -70px; }
    .catalog#favoritesCatalog {
      margin-top: 0; }
    .catalog__filterIcon {
      display: none; }
      .catalog__filterIcon--mobile {
        display: flex;
        width: 50%; }
      .catalog__filterIcon svg {
        width: 40px;
        height: 40px;
        fill: #C4A98B; }
    .catalog__filter-container {
      display: flex;
      align-items: center; }
    .catalog__filter-listMobile {
      width: 50%; }
    .catalog__filter-content {
      padding-top: 15px; }
    .catalog__filter-itemMobile {
      position: relative;
      margin-top: 15px; }
      .catalog__filter-itemMobile::after {
        content: " ";
        position: absolute;
        background: url("../images/icon/btn_mobile.svg") no-repeat;
        background-size: contain;
        background-position: center;
        width: 13px;
        height: 7px;
        right: 7px;
        top: 5px;
        transition: transform .38s ease-in-out; }
      .catalog__filter-itemMobile--open::after {
        transform: rotate(-90deg); }
    .catalog__filter-left--mobile {
      margin: 0; }
    .catalog__filter-item--top {
      padding-bottom: 10px; }
    .catalog__filter-item--mobileBlock {
      display: block;
      height: auto; }
    .catalog__filter-item--mobile {
      display: none; } }
