<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Author: Eric Meyer, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 300;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote, q {
  quotes: "" "";
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'AkrobatRegular';
  src: url("../fonts/akrobat/regular/Akrobat-Regular.woff2") format("woff2"), url("../fonts/akrobat/regular/Akrobat-Regular.woff") format("woff"), url("../fonts/akrobat/regular/Akrobat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AkrobatLight';
  src: url("../fonts/akrobat/light/Akrobat-Light.woff2") format("woff2"), url("../fonts/akrobat/light/Akrobat-Light.woff") format("woff"), url("../fonts/akrobat/light/Akrobat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AkrobatBold';
  src: url("../fonts/akrobat/bold/Akrobat-Bold.woff2") format("woff2"), url("../fonts/akrobat/bold/Akrobat-Bold.woff") format("woff"), url("../fonts/akrobat/bold/Akrobat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body, section, footer {
  position: relative;
  float: left;
  width: 100%;
}

html,
body, section, footer {
  position: relative;
  float: left;
  width: 100%;
}

html,
body, section, footer {
  position: relative;
  float: left;
  width: 100%;
}

strong, b {
  font-family: "AkrobatBold", arial, sans-serif;
}

.pink {
  color: #E2B6AA;
}

a.grey, a.grey:link, a.grey:visited, a.grey:hover, a.grey:active {
  color: #868686;
}

a.grey:hover {
  text-decoration: none;
}

.bullet li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 140%;
}

.bullet li + li {
  margin-top: 10px;
}

.bullet li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #E2B6AA;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.title:before, .title_pink-border:before, .modal__title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 126px;
  height: 3px;
  margin: 0 auto;
}

.upper {
  position: relative;
  z-index: 1;
  padding-top: 54px;
}

@media only screen and (max-width: 500px) {
  .upper {
    padding-top: 30px;
  }
}

.title {
  font: 40px/48px "AkrobatBold", arial, sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 43px;
  color: #505050;
}

@media only screen and (max-width: 500px) {
  .title {
    font: 28px/30px "AkrobatRegular", arial, sans-serif;
    margin-bottom: 34px;
  }

  .title span {
    display: block;
  }
}

.title + p {
  text-align: center;
  margin: -10px 0 20px;
  font: 18px/1.4 "AkrobatLight", arial, sans-serif;
}

@media only screen and (max-width: 738px) {
  .title + p {
    margin-top: -2px;
  }
}

.title:before {
  background: #dadada;
}

.title_pink-border:before {
  background: #E2B6AA;
}

.text-center {
  text-align: center;
}

input[type="text"], textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background: #fff;
  pointer-events: all;
}

/* count */
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 25px;
  font-family: "AkrobatBold", arial, sans-serif;
  color: #505050;
}

.counter__plus, .counter__minus {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.counter__plus:before, .counter__minus:before {
  content: '+';
  display: inline-block;
}

.counter__plus:hover, .counter__minus:hover {
  background: rgba(0, 0, 0, 0.05);
}

.counter__minus:before {
  content: '-';
}

.counter__value {
  width: 102px;
  text-align: center;
}

.counter__value:after {
  content: 'шт.';
  margin-left: 10px;
  display: inline-block;
}

.counter input {
  display: none;
}

/* controls */
.form__controls {
  display: flex;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 860px) {
  .form__controls {
    flex-wrap: wrap;
  }
}

.form__control {
  flex-grow: 1;
}

.form__control:first-child {
  margin-left: 0;
}

.form__control + .form__control {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 860px) {
  .form__control {
    width: 100%;
  }

  .form__control + .form__control {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 738px) {
  .form__control + .form__control {
    margin: 15px 0 0 0;
  }
}

.form__control_textarea {
  margin-top: 20px;
}

@media only screen and (max-width: 738px) {
  .form__control_textarea {
    margin-top: 15px;
  }
}

/* radio */
.radio-group {
  display: flex;
  flex-flow: column nowrap;
}

.radio {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  overflow: hidden;
}

@media only screen and (max-width: 738px) {
  .radio {
    font-size: 16px;
  }
}

.radio input {
  position: absolute;
  left: -50px;
}

.radio span {
  color: #E2B6AA;
  margin: 0 0 0 11px;
  font-family: "AkrobatBold", arial, sans-serif;
}

.radio__description {
  display: none;
}

.radio:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  border-radius: 50%;
  border: 1px solid rgba(226, 182, 170, 0.28);
}

.radio.active:before {
  background: #E2B6AA;
  box-shadow: inset 0 0 0 1px #fff;
}

.radio.disabled {
  opacity: .4;
  pointer-events: none;
}

.radio + .radio {
  margin-top: 10px;
}

.radio-group__description {
  color: #E2B6AA;
  font: 18px/1.4 "AkrobatBold", arial, sans-serif;
  margin-top: 10px;
}

@media only screen and (max-width: 738px) {
  .radio-group__description {
    font-size: 16px;
  }
}

/* input */
input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font: 25px/60px "AkrobatRegular", arial, sans-serif;
  box-shadow: inset 0 0 0 1px #f0dbd4;
}

@media only screen and (max-width: 860px) {
  input[type="text"] {
    height: 50px;
    padding: 0 10px;
    font: 18px/45px "AkrobatRegular", arial, sans-serif;
  }
}

@media only screen and (max-width: 738px) {
  input[type="text"] {
    height: 40px;
    padding: 0 10px;
    font: 18px/40px "AkrobatRegular", arial, sans-serif;
  }
}

/* textarea */
textarea {
  width: 100%;
  padding: 10px 20px;
  font: 25px/1.1 "AkrobatRegular", arial, sans-serif;
  box-shadow: inset 0 0 0 1px #f0dbd4;
  resize: none;
}

@media only screen and (max-width: 860px) {
  textarea {
    padding: 5px 20px;
    font: 18px/40px "AkrobatRegular", arial, sans-serif;
  }
}

@media only screen and (max-width: 738px) {
  textarea {
    padding: 5px 10px;
    font: 18px/40px "AkrobatRegular", arial, sans-serif;
  }
}

/* error */
input.error, textarea.error {
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.4);
}

/* button */
button, .button {
  font: 18px/42px "AkrobatRegular", arial, sans-serif;
  padding: 0 25px;
  cursor: pointer;
  display: inline-block;
  transition: background-color ease-out .3s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
  text-align: center;
  user-select: none;
  white-space: nowrap;
  border: none;
}

button:hover, .button:hover {
  background-color: #d6d6d6;
}

button_pink, .button_pink {
  color: #fff;
  background-color: #E2B6AA;
}

button_pink:hover, .button_pink:hover {
  background-color: #cd826d;
}

/* label */
label {
  display: block;
  margin-bottom: 15px;
  font: 20px/24px "AkrobatLight", arial, sans-serif;
  color: #C4C4C4;
}

@media only screen and (max-width: 738px) {
  label {
    margin: 0 0 4px 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  label {
    margin-bottom: 5px;
  }
}

/* legend */
.legend {
  font: 20px/1.4 "AkrobatBold", arial, sans-serif;
  margin: 40px 0 10px;
}

@media only screen and (max-width: 860px) {
  .legend {
    margin: 20px 0 10px;
  }
}

form &gt; .legend:first-child {
  margin-top: 0;
}

/* select */
.select {
  height: 40px;
  font: 18px/40px "AkrobatLight", arial, sans-serif;
  box-shadow: inset 0 0 0 1px #f0dbd4;
  position: relative;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}

.select.expanded {
  background: #FCFCFC;
  z-index: 1;
}

.select.expanded:before {
  transform: rotate(180DEG);
}

.select.expanded .options {
  display: block;
}

.select:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url(../img/svg/arrow-select.svg) 50% 50% no-repeat;
}

.select__value {
  padding: 0 50px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.select input {
  display: none;
}

.select .options {
  background: #FCFCFC;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  border: 1px solid #f0dbd4;
  border-top: 0;
  display: none;
  padding: 0 20px;
}

.select .options:before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 20px;
  right: 20px;
  background: #f0dbd4;
  height: 1px;
}

.select .option {
  text-align: center;
}

.select .option:hover {
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.select.product__color .option {
  position: relative;
  float: left;
  width: 48%;
  text-align: left;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select.product__color .option:nth-child(even) {
  margin-left: 4%;
}

.select.product__color .option .color {
  margin-left: 0;
}

.select.product__size .option {
  position: relative;
  float: left;
  width: 25%;
}

.select .color {
  display: inline-block;
  padding: 0;
  width: 15px;
  height: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}

.overlay,
.modal {
  display: none;
}

.overlay {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.modal {
  position: fixed;
  z-index: 21101;
  right: 0;
  left: 0;
  top: 20px;
  width: calc(100% - 60px);
  max-width: 980px;
  max-height: calc(100% - 40px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}

@media only screen and (max-width: 738px) {
  .modal {
    font-size: 16px;
  }
}

.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  background: url(../img/svg/cross.svg) 50% 50% no-repeat;
  cursor: pointer;
}

@media only screen and (max-width: 738px) {
  .modal__close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.modal__header {
  background: #D7D7D7;
  height: 148px;
  padding: 50px 50px 0;
}

@media only screen and (max-width: 738px) {
  .modal__header {
    height: 100px;
    padding: 22px 50px 0;
  }
}

.modal__title {
  font: 40px/48px "AkrobatBold", arial, sans-serif;
  position: relative;
  margin-bottom: 43px;
  color: #505050;
  display: inline-block;
}

.modal__title:before {
  background: #E2B6AA;
}

@media only screen and (max-width: 738px) {
  .modal__title {
    font: 30px/40px "AkrobatBold", arial, sans-serif;
  }
}

.modal__body {
  padding: 50px 50px;
  box-shadow: inset 0 -104px 0 0 #f7ebe7;
}

.modal__footer {
  padding: 30px 50px;
}

.modal__footer p {
  margin-bottom: 20px;
  font: 16px/1.4 "AkrobatRegular", arial, sans-serif;
}

.modal__footer p a, .modal__footer p a:link, .modal__footer p a:visited, .modal__footer p a:hover, .modal__footer p a:active {
  color: inherit;
}

.modal__footer p a:hover {
  text-decoration: none;
}

.modal__footer .button + .button {
  margin-left: 16px;
}

@media only screen and (max-width: 738px) {
  .modal__footer {
    text-align: center;
  }

  .modal__footer .button, .modal__footer .button + .button {
    margin: 0 5px 10px;
  }
}

@media only screen and (max-width: 738px) {
  .modal {
    width: calc(100% - 20px);
  }

  .modal__header, .modal__body, .modal__footer {
    padding: 15px 20px;
  }

  .modal__header {
    height: auto;
  }

  .modal__title {
    font: 20px/28px "AkrobatBold", arial, sans-serif;
    padding-right: 40px;
    margin: 0;
  }

  .modal__title:before {
    display: none;
  }

  .modal__footer p {
    font: 16px/1.2 "AkrobatRegular", arial, sans-serif;
  }
}

.modal_product .modal__body {
  display: flex;
  padding-bottom: 28px;
  box-shadow: inset 0 -291px 0 0 #f7ebe7;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__body {
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.modal_product .modal__body .product__gallery {
  width: 520px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__body .product__gallery {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.modal_product .modal__body .product__image {
  display: block;
  margin-bottom: 20px;
  max-width: 478px;
  margin-left: 5px;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__body .product__image {
    margin-left: 0;
  }
}

.modal_product .modal__body .product__image img {
  display: block;
}

.modal_product .modal__body .product__images {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.modal_product .modal__body .product__images .slide {
  width: 25%;
  cursor: pointer;
}

.modal_product .modal__body .product__size {
  margin-top: 5px;
}

.modal_product .modal__body .product__info {
  width: 417px;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__body .product__info {
    width: 100%;
    margin-top: 40px;
  }
}

.modal_product .modal__body .bg-white {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 50px 0 0 0 #fff, -50px 0 0 0 #fff;
  padding: 0 0 30px 30px;
  margin-top: -25px;
}

.modal_product .modal__body .bg-normal {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 0 30px;
  margin-right: -50px;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__body .bg-white,
    .modal_product .modal__body .bg-normal {
    margin-right: -50px;
    padding-left: 0;
  }
}

.modal_product .modal__body .product__description {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.3;
}

.modal_product .modal__body .product__price {
  text-align: center;
  margin: 20px 0 20px;
  font-size: 18px;
}

.modal_product .modal__body .product__price span {
  display: block;
  font-size: 40px;
}

.modal_product .modal__body .product__actions {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
}

.modal_product .modal__body .product__actions .button {
  max-width: 150px;
  display: inline-flex;
}

.modal_product .modal__body .product__actions .to-cart {
  align-items: center;
  justify-content: space-around;
}

.modal_product .modal__body .product__actions .to-cart:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/svg/cart.svg) 50% 50% no-repeat;
  margin-right: 12px;
}

.modal_product .modal__body .bx-controls-direction a.bx-prev,
  .modal_product .modal__body .bx-controls-direction a.bx-next {
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 30px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/svg/arrow-left_pink.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  transition: background-color ease-out .3s;
}

.modal_product .modal__body .bx-controls-direction a.bx-prev:hover,
    .modal_product .modal__body .bx-controls-direction a.bx-next:hover {
  background-color: #cd826d;
}

.modal_product .modal__body .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
}

.modal_product .modal__header {
  min-height: 198px;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__header {
    min-height: auto;
  }
}

.modal_product .modal__footer {
  padding: 0;
  white-space: nowrap;
}

.modal_product .modal__footer .sizes-outer {
  margin: 0;
  padding-right: 0;
  width: 100%;
}

.modal_product .modal__footer .sizes-outer td:first-child {
  font-family: "AkrobatBold", arial, sans-serif;
}

@media only screen and (max-width: 738px) {
  .modal_product .modal__footer .sizes-outer {
    display: none;
  }
}

.modal_review .form__control_textarea {
  max-width: 550px;
}

.modal_review .form__control_input {
  max-width: 270px;
}

@media only screen and (max-width: 738px) {
  .modal_review .form__control_textarea,
  .modal_review .form__control_input {
    width: 100%;
    max-width: none;
  }
}

.modal_offer .offer__person {
  display: flex;
}

.modal_offer .offer__delivery {
  display: flex;
}

.modal_offer .offer__address {
  display: flex;
}

.modal_offer .offer-details {
  display: flex;
  flex-flow: row wrap;
}

.modal_offer .offer-details .offer-detail {
  width: 278px;
}

.modal_offer .offer-details .offer-detail_payment {
  margin-left: 144px;
}

.modal_offer .offer-details .offer-detail_payment span {
  display: block;
  padding: 0 0 0 24px;
  font-size: 16px;
}

@media only screen and (max-width: 860px) {
  .modal_offer .offer-details .offer-detail {
    width: 100%;
  }

  .modal_offer .offer-details .offer-detail_payment {
    margin-left: 0px;
  }
}

.modal_offer .invisible {
  display: none;
}

.modal_offer .offer__map {
  margin-top: 30px;
}

@media only screen and (max-width: 738px) {
  .modal_offer .offer__map {
    margin: 20px 0 -10px 0;
  }
}

.modal_offer .offer__map .map {
  display: flex;
  flex-flow: row nowrap;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  line-height: 1.2;
}

@media only screen and (max-width: 860px) {
  .modal_offer .offer__map .map {
    flex-wrap: wrap;
  }
}

.modal_offer .offer__map .map .offer__point {
  display: none;
}

.modal_offer .offer__map .map__info {
  width: 50%;
  max-width: 400px;
}

@media only screen and (max-width: 738px) {
  .modal_offer .offer__map .map__info {
    width: 100%;
    min-width: 100%;
  }
}

.modal_offer .offer__map .map__view {
  flex-grow: 1;
  background: #eaeaea;
  width: 50%;
  min-height: 270px;
}

.modal_offer .offer__map .map__view &gt; * {
  width: 100% !important;
  height: 100% !important;
}

.modal_offer .offer__map .map__title {
  padding: 16px 20px;
  font-size: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 738px) {
  .modal_offer .offer__map .map__title {
    text-align: center;
  }
}

.modal_offer .offer__map .map__list {
  height: 270px;
  overflow-y: auto;
}

@media only screen and (max-width: 860px) {
  .modal_offer .offer__map .map__list {
    height: auto;
    font-size: 16px;
    max-height: 270px;
  }
}

.modal_offer .offer__map .map__point {
  padding: 10px 30px 10px 50px;
  min-height: 90px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  cursor: pointer;
  user-select: none;
  background: #fff;
}

@media only screen and (max-width: 860px) {
  .modal_offer .offer__map .map__point {
    min-height: auto;
  }
}

.modal_offer .offer__map .map__point:nth-child(odd) {
  background: #F3F3F3;
}

.modal_offer .offer__map .map__point:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0;
  border-radius: 50%;
  border: 1px solid rgba(226, 182, 170, 0.28);
}

.modal_offer .offer__map .map__point.active:before {
  background: #E2B6AA;
  box-shadow: inset 0 0 0 1px #fff;
}

.modal_offer .offer__map .map__location {
  font-family: "AkrobatBold", arial, sans-serif;
}

.modal_thanks .modal__body {
  box-shadow: none;
}

.modal_thanks .modal__footer {
  background: #E2B6AA;
}

.modal_thanks .button {
  margin: 0;
}

.modal_cart .modal__body {
  box-shadow: none;
}

@media only screen and (max-width: 738px) {
  .modal_cart .modal__body {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.modal_cart .modal__footer {
  background: #f7ebe7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 460px) {
  .modal_cart .modal__footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal_cart .modal__footer &gt; * + * {
    min-width: 100%;
  }
}

.modal_cart .modal__footer .total__value {
  color: #868686;
  padding-right: 80px;
}

@media only screen and (max-width: 800px) {
  .modal_cart .modal__footer .total__value {
    padding-right: 0;
  }
}

.modal_cart .modal__footer .total__value span {
  color: #505050;
  font: 40px/1.4 "AkrobatBold", arial, sans-serif;
  margin-left: 20px;
}

.modal_cart .modal__footer .total__value span:after {
  content: 'р.';
  display: inline-block;
  margin-left: 10px;
}

html,
body {
  width: 100%;
  min-width: 320px;
  position: relative;
  background: #fff;
  color: #868686;
  height: 100%;
  font: 20px/1.4 "AkrobatLight", arial, sans-serif;
  -webkit-text-size-adjust: none;
}

html {
  height: 100%;
}

html.fixed {
  min-height: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  overflow-y: scroll;
}

body.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

section {
  background: #F1F1F1;
}

.section {
  position: relative;
}

section {
  padding: 30px 0;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1260px;
}

@media only screen and (max-width: 500px) {
  .container {
    padding: 0;
  }
}

nav {
  position: relative;
  float: left;
  width: 100%;
  background: url(../img/bg/nav.jpg) 50% 141px;
}

nav:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 141px;
  background: #E2B6AA;
}

nav .communication {
  position: relative;
  float: left;
  width: 100%;
  height: 84px;
  padding-top: 14px;
}

nav .communication li {
  display: inline-block;
  float: left;
  color: #fff;
  font-family: "AkrobatBold", arial, sans-serif;
  font-size: 20px;
  margin-right: 30px;
  padding: 15px 0;
}

nav .communication li:last-child {
  float: right;
  border: none;
  margin: 0;
  padding: 0;
}

nav .communication li:last-child a {
  font-size: 18px;
  padding: 15px;
  display: inline-block;
  margin: 0;
  background: #fff;
}

nav .communication li:last-child a, nav .communication li:last-child a:link, nav .communication li:last-child a:visited, nav .communication li:last-child a:hover, nav .communication li:last-child a:active {
  color: #E2B6AA;
  font-family: "AkrobatBold", arial, sans-serif;
}

nav .communication li + li {
  padding-left: 30px;
  border-left: 1px solid #fff;
}

nav .communication li a {
  text-decoration: none;
  margin-left: 5px;
}

nav .communication li a, nav .communication li a:link, nav .communication li a:visited, nav .communication li a:hover, nav .communication li a:active {
  color: #fff;
  font-family: "AkrobatLight", arial, sans-serif;
}

nav .communication li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 738px) {
  nav .communication {
    height: auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  nav .communication li {
    font-size: 18px;
    padding: 0;
  }

  nav .communication li span {
    display: none;
  }

  nav .communication li a {
    margin: 0;
  }

  nav .communication li + li {
    padding: 0;
    border: 0;
  }

  nav .communication li:last-child a {
    font-size: 16px;
    padding: 5px 14px;
  }
}

@media only screen and (max-width: 500px) {
  nav .communication {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
  }

  nav .communication li {
    width: 45%;
    min-width: 45%;
    font-size: 16px;
    margin: 0;
  }

  nav .communication li:last-child {
    width: 100%;
    min-width: 100%;
  }

  nav .communication li:last-child a {
    padding: 5px 10px;
    margin: 10px 0 0;
  }
}

nav .logo {
  display: inline-block;
  width: 166px;
  min-width: 166px;
  height: 68px;
  background: url(../img/logo.svg) 50% 50% no-repeat;
}

@media only screen and (max-width: 738px) {
  nav .logo {
    width: 100%;
    margin: auto;
  }
}

nav .nav {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  padding: 0 30px;
  height: 100px;
  margin-bottom: 34px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 980px) {
  nav .nav {
    flex-flow: column wrap;
    height: auto;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  nav .nav {
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
    margin-bottom: 0;
  }
}

nav .menu-main {
  text-align: right;
  font: 18px/22px "AkrobatBold", arial, sans-serif;
}

nav .menu-main li {
  display: inline-block;
  margin: 0 15px;
  white-space: nowrap;
}

nav .menu-main li span {
  color: #BFBFBF;
}

nav .menu-main li span:hover {
  color: #E2B6AA;
  cursor: pointer;
}

nav .menu-main li:last-child {
  margin-right: 0;
}

nav .menu-main.active ~ .menu-main__toggler {
  background: url(../img/svg/cross_white.svg) 50% 50% no-repeat;
  background-size: 20px auto;
}

nav .menu-main__toggler {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 20001;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.1) url(../img/svg/burger.svg) 50% 50% no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 980px) {
  nav .menu-main {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding: 0 10px;
  }

  nav .menu-main li {
    margin: 0 10px;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  nav .menu-main {
    text-align: center;
    z-index: 20000;
    position: fixed;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 0 0 0;
    display: none;
  }

  nav .menu-main.active {
    display: block;
  }

  nav .menu-main li {
    display: block;
    margin: 10px 0;
  }

  nav .menu-main__toggler {
    display: block;
    cursor: pointer;
  }
}

.section_intro {
  padding: 0;
  background: url(../img/bg/intro.jpg) 50% 0 no-repeat;
  background-size: auto 700px;
  color: #fff;
  height: 700px;
}

.section_intro .container {
  position: relative;
  height: inherit;
}

.section_intro .bg_intro {
  position: absolute;
  width: 400px;
  height: 700px;
  z-index: 0;
}

.section_intro .inner {
  z-index: 1;
}

.section_intro .slogan {
  position: relative;
  z-index: 1;
  font: 40px/48px "AkrobatBold", arial, sans-serif;
  margin-top: 230px;
}

@media only screen and (min-width: 738px) and (max-width: 980px) {
  .section_intro .slogan {
    margin-top: 60px;
  }
}

.section_intro .slogan span {
  display: block;
  font-family: "AkrobatRegular", arial, sans-serif;
}

@media only screen and (min-width: 738px) and (max-width: 980px) {
  .section_intro .slogan span {
    font: 30px/30px "AkrobatRegular", arial, sans-serif;
  }
}

.section_intro .slogan_b {
  font-size: 20px;
  margin-top: 30px;
  position: relative;
}

.section_intro .slogan_c {
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  color: #424242;
  font-size: 18px;
  line-height: 52px;
  margin-top: 37px;
  transition: background-color ease-out .3s;
  cursor: pointer;
}

.section_intro .slogan-lines {
  position: absolute;
  top: -10px;
  left: -63px;
}

.section_intro .slogan-lines div {
  width: 126px;
  height: 1px;
  background: #fff;
  margin-bottom: 20px;
}

.section_intro .slogan-lines div + div {
  width: 40px;
  background: rgba(255, 255, 255, 0.23);
}

.section_intro .best {
  background: linear-gradient(0deg, rgba(226, 182, 170, 0.73), rgba(226, 182, 170, 0.73));
  border: 1px solid rgba(226, 182, 170, 0.28);
  font-size: 20px;
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 18px 0;
  margin-top: 84px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.section_intro .best span {
  height: 50px;
  line-height: 50px;
  flex-grow: 1;
}

.section_intro .best span + span {
  border-left: 1px solid #fff;
}

@media only screen and (min-width: 738px) and (max-width: 980px) {
  .section_intro .best {
    position: absolute;
    left: 30px;
    right: 30px;
    width: auto;
    bottom: 10vw;
    margin: 0;
  }
}

@media only screen and (min-width: 738px) and (max-width: 980px) {
  .section_intro {
    background-size: auto 64vw;
    background-position: 54% 0;
    padding-bottom: 0px;
    height: 64vw;
  }
}

@media only screen and (max-width: 738px) {
  .section_intro {
    background-size: auto 65vw;
    background-position: 74% 0;
    padding-bottom: 30px;
    height: auto;
  }

  .section_intro .slogan {
    text-align: center;
    font: 24px/30px "AkrobatBold", arial, sans-serif;
    margin-top: 65vw;
    padding: 20px 0 0;
  }

  .section_intro .slogan span {
    font: 20px/30px "AkrobatRegular", arial, sans-serif;
  }

  .section_intro .slogan_b {
    font-size: 16px;
    margin-top: 10px;
  }

  .section_intro .slogan_c {
    display: inline-block;
    padding: 0 25px;
    background: #fff;
    color: #424242;
    font-size: 18px;
    line-height: 2;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-top: 10px;
    background-color: #f1f1f1;
  }

  .section_intro .slogan_c:hover {
    background-color: #c8c8c8;
  }

  .section_intro .slogan, .section_intro .slogan_b, .section_intro .slogan_c {
    color: #505050;
    text-align: center;
  }

  .section_intro .slogan-lines {
    display: none;
  }

  .section_intro .best {
    height: auto;
    padding: 0;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 500px) {
  .section_intro {
    padding-bottom: 0;
  }

  .section_intro .best span {
    height: auto;
    font: 16px/30px "AkrobatLight", arial, sans-serif;
  }
}

.section_about {
  padding-bottom: 50px;
  padding-top: 101px;
}

@media only screen and (min-width: 738px) and (max-width: 980px) {
  .section_about {
    padding-top: 30px;
  }
}

.section_about img {
  display: block;
}

.section_about .title {
  background: url(../img/bg/about.jpg);
  padding: 50px 0;
  margin: 0;
}

.section_about .title:before {
  bottom: 30px;
}

.section_about .about {
  display: flex;
  width: 100%;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.section_about .about__shadow {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
}

.section_about .about__image {
  width: 50%;
  min-width: 50%;
}

.section_about .about__description {
  width: 50%;
  min-width: 50%;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.3;
}

.section_about .about__description p,
      .section_about .about__description ul {
  margin-top: 20px;
}

.section_about .about__description p:first-child,
        .section_about .about__description ul:first-child {
  margin-top: 0;
}

.section_about .about__description ul {
  margin-top: 5px;
}

@media only screen and (min-width: 930px) and (max-width: 1080px) {
  .section_about .about__description {
    padding: 10px 30px;
  }

  .section_about .about__description p, .section_about .about__description ul, .section_about .about__description li {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .section_about .about__description p:first-child, .section_about .about__description ul:first-child, .section_about .about__description li:first-child {
    margin-top: 0;
  }

  .section_about .about__description li {
    margin-top: 0;
  }
}

.section_about .greatest {
  width: 50%;
  float: right;
  height: 191px;
  position: relative;
  z-index: 0;
  background: #EEC9BF;
  color: #fff;
  margin-top: -66px;
  font: 3.1vw/56px "AkrobatLight", arial, sans-serif;
  padding-top: 100px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .section_about .greatest {
    font: 40px/56px "AkrobatLight", arial, sans-serif;
  }
}

.section_about .greatest:after {
  content: '';
  position: absolute;
  left: 100%;
  height: 100%;
  top: 0;
  width: 1000px;
  background: #EEC9BF;
}

@media only screen and (min-width: 930px) and (max-width: 1080px) {
  .section_about .greatest {
    padding-top: 80px;
    height: 150px;
  }
}

@media only screen and (max-width: 930px) {
  .section_about {
    padding-bottom: 10px;
    padding-top: 30px;
  }

  .section_about .title {
    padding: 25px 0 40px 0;
  }

  .section_about .about {
    display: block;
  }

  .section_about .about &gt; div {
    width: 100%;
    min-width: 100%;
  }

  .section_about .about__description {
    padding: 15px 15px 15px;
  }

  .section_about .about__description p, .section_about .about__description ul, .section_about .about__description li {
    font-size: 16px;
    margin-top: 10px;
  }

  .section_about .greatest {
    width: 100%;
    font: 20px/26px "AkrobatLight", arial, sans-serif;
    height: auto;
    margin: 0;
    padding: 10px;
  }

  .section_about .greatest:after {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .section_about {
    padding-top: 0;
  }
}

.section_products .products {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 518px;
  overflow: hidden;
  margin-top: -30px;
}

.section_products .products.expanded {
  height: auto;
  overflow: visible;
}

.section_products .products__all {
  margin: 30px 0 70px;
}

@media only screen and (max-width: 1200px) {
  .section_products .products__all {
    margin: 30px 0 0px;
  }
}

.product {
  width: 277px;
  background: #fff;
  position: relative;
  padding: 30px 10px;
  margin: 30px 15px 0;
  color: #868686;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1260px) {
  .product:nth-child(4n+1) {
    margin-left: 0;
  }

  .product:nth-child(4n), .product:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .product {
    margin-left: 0;
    margin-right: 0;
  }
}

.product:before {
  content: '';
  height: 69px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #D7D7D7;
}

.product__preview {
  position: relative;
  z-index: 1;
  text-align: center;
}

.product__preview img {
  max-width: 257px;
}

.product__name {
  font: 18px/1.4 "AkrobatBold", arial, sans-serif;
  margin: 12px 0 10px;
}

.product__description {
  display: none;
}

.product__image, .product__images,
  .product .counter {
  display: none;
}

.product__price {
  font-family: "AkrobatBold", arial, sans-serif;
  margin: 10px 0 18px;
}

.product__price span {
  font-size: 25px;
  font: 25px/1.4 "AkrobatBold", arial, sans-serif;
  color: #505050;
  margin-left: 10px;
}

.product__price span:after {
  content: " p.";
}

.product__actions {
  display: flex;
  justify-content: space-between;
}

.product__actions .button {
  flex-grow: 1;
}

.product__actions .button + .button {
  margin-left: 10px;
}

.section_sizes {
  background: #fff url(../img/bg/sizes.jpg) 0 0 repeat-x;
  padding: 0;
  padding-bottom: 10px;
}

.section_sizes .sizes-container {
  display: flex;
  flex-flow: row nowrap;
}

@media only screen and (min-width: 739px) and (max-width: 1100px) {
  .section_sizes .sizes-container {
    display: block;
  }

  .section_sizes .sizes-container &gt; * {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }

  .section_sizes .sizes-container .sizes-outer {
    margin-top: -40px;
  }

  .section_sizes .sizes-container .sizes-outer td:first-child {
    font-family: "AkrobatBold", arial, sans-serif;
  }

  .section_sizes .sizes-container .sizes-title span {
    font-size: 40px;
    padding-bottom: 10px;
    margin-top: 39px;
  }

  .section_sizes .sizes-container .sizes-title span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    width: 126px;
    height: 3px;
    margin: 0 auto;
    background: #E2B6AA;
  }
}

@media only screen and (max-width: 738px) {
  .section_sizes .sizes-container {
    display: block;
  }
}

.section_sizes .sizes-title {
  background: #EEC9BF;
  color: #fff;
  flex-grow: 1;
  height: 162px;
  position: relative;
  font-family: "AkrobatBold", arial, sans-serif;
}

@media only screen and (max-width: 738px) {
  .section_sizes .sizes-title {
    background: none;
    height: auto;
    text-align: center;
    color: #505050;
  }

  .section_sizes .sizes-title span {
    margin: 0;
    padding: 0;
  }

  .section_sizes .sizes-title:before {
    display: none;
  }
}

.section_sizes .sizes-title span {
  position: relative;
  z-index: 1;
  font-size: 25px;
  line-height: 30px;
  margin-top: 50px;
  display: block;
}

@media only screen and (max-width: 738px) {
  .section_sizes .sizes-title span {
    margin: 30px 0 30px;
  }

  .section_sizes .sizes-title span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    width: 126px;
    height: 3px;
    margin: 0 auto;
    background: #E2B6AA;
  }
}

.section_sizes .sizes-title:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: -1000px;
  right: -80px;
  height: 100%;
  top: 0;
  background: #EEC9BF;
}

.sizes-outer {
  padding: 23px 30px;
  background: #fff;
  display: inline-block;
  margin-top: 50px;
  float: right;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.sizes-outer.horizontal {
  display: block;
}

.sizes-outer.vertical {
  display: none;
  margin-top: 10px;
  width: 100%;
}

@media only screen and (max-width: 738px) {
  .sizes-outer {
    margin-bottom: 10px;
    padding: 0 0px;
  }

  .sizes-outer.horizontal {
    display: none;
  }

  .sizes-outer.vertical {
    display: block;
  }
}

.sizes {
  border-top: 0;
  width: 100%;
}

@media only screen and (max-width: 738px) {
  .sizes {
    table-layout: fixed;
  }
}

.sizes td + td {
  border-left: 1px solid #f0dbd4;
}

.sizes tr + tr td {
  border-top: 1px solid #f0dbd4;
}

.sizes td {
  font: 18px/20px "AkrobatLight", arial, sans-serif;
  text-align: center;
  padding: 10px 0;
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .sizes td {
    font: 20px/24px "AkrobatLight", arial, sans-serif;
    padding: 10px 0;
    width: 50%;
  }

  .sizes td:first-child {
    font: 25px/30px "AkrobatBold", arial, sans-serif;
  }
}

.sizes tr:first-child td {
  padding: 10px 0;
}

@media only screen and (min-width: 960px) {
  .sizes tr:first-child td {
    padding: 0 27px 18px;
  }

  .sizes tr:first-child td:first-child {
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 738px) {
  .sizes tr:first-child td {
    font-family: "AkrobatBold", arial, sans-serif;
  }
}

.sizes tr:last-child td {
  padding: 10px 0;
}

@media only screen and (min-width: 960px) {
  .sizes tr:last-child td {
    padding: 18px 27px 0;
  }

  .sizes tr:last-child td:first-child {
    padding-left: 0;
    text-align: left;
  }
}

.section_fitting {
  padding-top: 100px;
  padding-bottom: 92px;
  background: #fff;
}

.section_fitting .fitting {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.section_fitting .fitting__image {
  width: 570px;
  min-width: 570px;
  max-width: 570px;
  position: relative;
}

.section_fitting .fitting__image img {
  position: relative;
  z-index: 2;
  display: block;
}

.section_fitting .fitting__description {
  width: 500px;
  padding: 20px 30px;
  text-align: left;
}

.section_fitting .fitting__description .bullet {
  margin-bottom: 30px;
}

@media only screen and (max-width: 980px) {
  .section_fitting {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section_fitting .fitting__image, .section_fitting .fitting__description {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .section_fitting .fitting__description, .section_fitting .fitting__description p, .section_fitting .fitting__description ul, .section_fitting .fitting__description li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 720px) {
  .section_fitting {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .section_fitting .fitting {
    margin-top: 40px;
    display: block;
  }

  .section_fitting .fitting__description {
    display: block;
    padding: 20px 10px;
  }

  .section_fitting .fitting__image, .section_fitting .fitting__description {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.section_delivery {
  padding-top: 0;
}

.section_delivery .bg_delivery {
  background: #EEC9BF;
  position: absolute;
  height: 250px;
  width: 1600px;
}

@media only screen and (max-width: 980px) {
  .section_delivery .bg_delivery {
    width: auto;
    left: 0;
    right: 0;
  }
}

.section_delivery .bg_delivery:before {
  content: '';
  height: 250px;
  background: url(../img/bg/delivery.jpg);
  width: 1000px;
  left: -723px;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .section_delivery .bg_delivery:before {
    display: none;
  }
}

.section_delivery .title {
  color: #fff;
}

.section_delivery .delivery {
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  padding: 50px 0;
  max-width: 1200px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.section_delivery .delivery__info {
  width: 33.33%;
  padding: 0 10px;
}

.section_delivery .delivery__icon {
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.section_delivery .delivery__icon:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: #E2B6AA;
  margin: 0 auto;
  bottom: -20px;
}

.section_delivery .delivery__icon_a {
  background-image: url(../img/svg/delivery_a.svg);
}

.section_delivery .delivery__icon_b {
  background-image: url(../img/svg/delivery_b.svg);
}

.section_delivery .delivery__icon_c {
  background-image: url(../img/svg/delivery_c.svg);
}

@media only screen and (max-width: 980px) {
  .section_delivery .delivery {
    font-size: 17px;
  }

  .section_delivery .delivery p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 738px) {
  .section_delivery {
    padding-bottom: 0;
  }

  .section_delivery .bg_delivery {
    width: 100%;
  }

  .section_delivery .bg_delivery:before {
    display: none;
  }

  .section_delivery .delivery {
    display: block;
    padding: 30px 0;
    font-size: 18px;
  }

  .section_delivery .delivery__info {
    width: 100%;
  }

  .section_delivery .delivery__info + .delivery__info {
    margin-top: 30px;
  }

  .section_delivery .delivery p {
    margin-top: 8px;
  }

  .section_delivery__icon:before {
    bottom: -16px;
  }
}

@media only screen and (max-width: 500px) {
  .section_delivery .delivery {
    font-size: 16px;
  }
}

.section_promotions .promotion {
  padding: 0 100px 0 155px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.section_promotions .promotion__image {
  background: url(../img/bg/promotion.jpg) 50% 100% no-repeat;
  background-size: 100% auto;
  width: 445px;
  min-width: 445px;
  padding: 0 30px 30px;
}

.section_promotions .promotion__image img {
  display: block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.section_promotions .promotion__description {
  padding: 0 30px;
}

.section_promotions .promotion__image, .section_promotions .promotion__description {
  width: 100%;
}

.section_promotions .promotion__date {
  font: 20px/1.4 "AkrobatLight", arial, sans-serif;
}

.section_promotions .promotion__name {
  font: 30px/1.4 "AkrobatBold", arial, sans-serif;
  color: #434343;
  margin-top: 20px;
}

.section_promotions .promotion__text {
  font: 18px/1.4 "AkrobatLight", arial, sans-serif;
  margin-top: 10px;
}

.section_promotions .promotion__action {
  margin-top: 30px;
}

@media only screen and (max-width: 980px) {
  .section_promotions .promotion {
    padding: 0 80px;
  }

  .section_promotions .promotion__name {
    font: 26px/1.3 "AkrobatBold", arial, sans-serif;
  }

  .section_promotions .promotion__image {
    width: 300px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 738px) {
  .section_promotions .promotion {
    display: block;
    padding: 0;
  }

  .section_promotions .promotion__image {
    margin: 0 auto;
  }

  .section_promotions .promotion__description {
    padding: 0 0px;
    text-align: center;
  }

  .section_promotions .promotion__date {
    margin-top: 20px;
  }

  .section_promotions .promotion__name {
    line-height: 1.2;
    margin-top: 10px;
  }
}

.section_reviews {
  background: #EEC9BF;
  color: #fff;
}

.section_reviews .title {
  color: #fff;
}

.section_reviews .reviews__action {
  text-align: center;
  margin-top: 40px;
}

.section_reviews .review {
  padding: 0 155px;
}

@media only screen and (max-width: 980px) {
  .section_reviews .review {
    padding: 0 105px;
  }
}

@media only screen and (max-width: 738px) {
  .section_reviews .review {
    padding: 0 30px;
    font: 16px/20px "AkrobatRegular", arial, sans-serif;
    text-align: center;
  }
}

.section_reviews .review__author {
  font: 30px/1.4 "AkrobatBold", arial, sans-serif;
  margin-top: 30px;
}

@media only screen and (max-width: 738px) {
  .section_reviews .review__author {
    font: 24px/1.4 "AkrobatBold", arial, sans-serif;
    margin-top: 10px;
  }
}

.section_reviews .review__author-location {
  font: 20px/1.4 "AkrobatRegular", arial, sans-serif;
}

@media only screen and (max-width: 738px) {
  .section_reviews .review__author-location {
    font: 16px/1.4 "AkrobatBold", arial, sans-serif;
  }
}

.section_contacts {
  background: linear-gradient(183.25deg, rgba(242, 210, 201, 0.5) 2.99%, rgba(234, 230, 231, 0.5) 85.28%, rgba(231, 227, 226, 0.5) 115.52%);
  font: 20px/1.4 "AkrobatLight", arial, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .section_contacts {
    font: 18px/1.4 "AkrobatLight", arial, sans-serif;
  }
}

@media only screen and (max-width: 500px) {
  .section_contacts .contacts__location b {
    display: block;
  }
}

.section_contacts .contacts__timing {
  margin-top: 30px;
}

.section_contacts .contacts__timing b {
  display: block;
  margin-bottom: 10px;
}

.section_contacts .contacts__timing span {
  display: block;
}

.section_contacts .contacts__info {
  margin-top: 30px;
}

.section_contacts .contacts__info span + span {
  margin-left: 35px;
}

@media only screen and (max-width: 500px) {
  .section_contacts .contacts__info span {
    display: block;
  }

  .section_contacts .contacts__info span + span {
    margin: 0;
  }
}

.section_contacts .contacts a, .section_contacts .contacts a:link, .section_contacts .contacts a:visited, .section_contacts .contacts a:hover, .section_contacts .contacts a:active {
  color: inherit;
  text-decoration: none;
}

.section_contacts .contacts a:hover {
  text-decoration: underline;
}

.section_feedback {
  background: url(../img/bg/feedback.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 92px 0 124px;
}

.section_feedback form {
  background: #fff;
  padding: 55px 95px 28px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 980px) {
  .section_feedback form {
    padding: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .section_feedback form {
    padding: 20px 15px;
  }
}

.section_feedback .feedback__accept {
  font: 16px/19px "AkrobatLight", arial, sans-serif;
  margin: 20px 0 30px;
  text-align: center;
}

.section_feedback .frow {
  margin-top: 33px;
}

.section_feedback .title {
  margin-bottom: 57px;
}

.section_feedback .title:before {
  bottom: -17px;
}

@media only screen and (max-width: 800px) {
  .section_feedback {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 500px) {
  .section_feedback {
    padding: 0;
  }

  .section_feedback .feedback__description {
    margin: -20px 0 20px;
    line-height: 1.2;
  }

  .section_feedback .feedback__accept {
    margin: 20px 0 20px;
    line-height: 1.2;
  }
}

.section_footer {
  background: #E2B6AA;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

.section_footer .footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}

.section_footer .footer:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 4px;
  margin: 0 auto;
}

.section_footer .footer__logo {
  position: absolute;
  width: 360px;
  height: 150px;
  left: 0;
  right: 0;
  top: -30px;
  bottom: 0;
  margin: auto;
  background: url(../img/logo_footer.svg) 50% 50% no-repeat;
  background-size: contain;
}

.section_footer .footer__nav {
  font: 18px/22px "AkrobatBold", arial, sans-serif;
}

.section_footer .footer__nav li + li {
  margin-top: 10px;
}

.section_footer .footer__nav li {
  cursor: pointer;
}

.section_footer .footer__nav li:hover {
  text-decoration: underline;
}

.section_footer .footer__contacts {
  float: right;
  text-align: right;
  font: 20px/24px "AkrobatRegular", arial, sans-serif;
}

.section_footer .footer__contacts b {
  margin-right: 16px;
}

.section_footer .footer__contacts p {
  text-align: left;
}

.section_footer .footer__contacts p + p {
  margin-top: 10px;
}

.section_footer .footer__contacts a, .section_footer .footer__contacts a:link, .section_footer .footer__contacts a:visited, .section_footer .footer__contacts a:hover, .section_footer .footer__contacts a:active {
  color: #fff;
  text-decoration: none;
  font-family: "AkrobatLight", arial, sans-serif;
}

.section_footer .footer__contacts a:hover {
  text-decoration: underline;
}

.section_footer .footer__info {
  display: flex;
  flex-flow: column nowrap;
}

.section_footer .footer__social {
  float: right;
  margin-top: 40px;
}

.section_footer .footer .social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: background-color ease-out .3s;
  position: relative;
  float: left;
  margin-right: 18px;
  margin-top: 17px;
  display: inline-block;
  float: none;
  margin: 17px 10px 0;
}

.section_footer .footer .social-link:hover {
  background-color: #cd826d;
}

.section_footer .footer .social-link_vk {
  background-image: url(../img/svg/vk.svg);
}

.section_footer .footer .social-link_fb {
  background-image: url(../img/svg/fb.svg);
}

.section_footer .footer .social-link_in {
  background-image: url(../img/svg/in.svg);
  background-size: 100% auto;
}

@media only screen and (max-width: 980px) {
  .section_footer .footer__logo {
    width: 250px;
    height: 200px;
  }

  .section_footer .footer__nav {
    font: 18px/22px "AkrobatBold", arial, sans-serif;
  }

  .section_footer .footer__contacts, .section_footer .footer__social {
    font: 18px/24px "AkrobatRegular", arial, sans-serif;
  }

  .section_footer .footer__contacts b, .section_footer .footer__social b {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 738px) {

  .section_footer .footer {
    display: block;
    text-align: center;
  }

  .section_footer .footer__logo {
    width: 250px;
    height: 200px;
    position: static;
    margin-top: -20px;
  }

  .section_footer .footer__nav {
    float: none;
    width: 100%;
  }

  .section_footer .footer__nav li {
    display: inline-block;
  }

  .section_footer .footer__nav li + li {
    margin: 10px 15px 0;
  }

  .section_footer .footer__contacts {
    display: inline-block;
    float: none;
    text-align: center;
    margin: 0 10px 0;
  }

  .section_footer .footer__contacts p {
    text-align: center;
  }

  .section_footer .footer .social-link {
    display: inline-block;
    float: none;
    margin: 17px 10px 0;
  }
}

@media only screen and (max-width: 500px) {
  .section_footer {
    padding: 0px 10px;
  }

  .section_footer .footer {
    padding: 20px 10px;
  }

  .section_footer .footer__logo {
    width: 150px;
    height: 150px;
    position: static;
  }
}

.star {
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .star {
    display: none;
  }
}

.star_intro {
  width: 720px;
  height: 522px;
  background: url(../img/stars/intro.svg) 50% 50% no-repeat;
  bottom: -32px;
  left: 50%;
  margin-left: -1226px;
}

.star_fitting {
  width: 447px;
  height: 324px;
  background: url(../img/stars/fitting.svg) 0 0 no-repeat;
  top: -157px;
  left: -224px;
}

.star_fitting_b {
  width: 720px;
  height: 522px;
  background: url(../img/stars/fitting_b.svg) 50% 50% no-repeat;
  bottom: -70px;
  left: 50%;
  margin-left: 405px;
}

.star_reviews {
  width: 550px;
  height: 400px;
  background: url(../img/stars/reviews.svg) 50% 50% no-repeat;
  top: -230px;
  left: 50%;
  margin-left: 445px;
}

.star_feedback {
  width: 1504px;
  height: 720px;
  background: url(../img/stars/feedback.svg) 50% 50% no-repeat;
  top: -464px;
  left: 0;
  margin-left: -735px;
}

.bx-wrapper {
  box-shadow: none;
  border-color: transparent;
  background: none;
  margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev,
  .bx-wrapper .bx-controls-direction a.bx-next {
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #E2B6AA;
  background-image: url(../img/svg/arrow-left.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  transition: background-color ease-out .3s;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover,
    .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background-color: #cd826d;
}

@media only screen and (max-width: 738px) {
  .bx-wrapper .bx-controls-direction a.bx-prev,
      .bx-wrapper .bx-controls-direction a.bx-next {
    width: 50px;
    height: 50px;
    background-size: 25px auto;
    top: -78px;
  }
}

@media only screen and (max-width: 500px) {
  .bx-wrapper .bx-controls-direction a.bx-prev,
      .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
    left: -5px;
    top: -58px;
  }
}

.bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
  transform: rotate(180DEG);
}

@media only screen and (max-width: 500px) {
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: -5px;
  }
}

.cart-button {
  position: fixed;
  z-index: 10000;
  right: 80px;
  bottom: 80px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #E2B6AA url(../img/svg/cart_white.svg) 50% 50% no-repeat;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: background-color ease-out .3s;
  cursor: pointer;
}

.cart-button.static {
  position: absolute;
}

@media only screen and (max-width: 840px) {
  .cart-button {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-button {
    background-size: 20px auto;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}

.cart-button:hover {
  background-color: #cd826d;
}

.cart {
  width: 100%;
}

.cart.empty:before {
  content: "Корзина пуста";
  display: inline-block;
}

.cart__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 800px) {
  .cart__item {
    flex-flow: row wrap;
  }
}

@media only screen and (max-width: 738px) {
  .cart__item {
    flex-flow: column wrap;
  }
}

.cart__item:first-child {
  padding-bottom: 30px;
}

.cart__item + .cart__item {
  border-top: 1px solid #f7ebe7;
  padding-top: 30px;
}

.cart .item__details {
  margin: 0 30px;
}

@media only screen and (max-width: 800px) {
  .cart .item__details {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (max-width: 738px) {
  .cart .item__details {
    width: 100%;
  }
}

.cart .item__image img {
  width: 100%;
  max-width: 254px;
  display: block;
}

@media only screen and (max-width: 800px) {
  .cart .item__image {
    width: 50%;
  }
}

@media only screen and (max-width: 738px) {
  .cart .item__image {
    width: 100%;
    text-align: center;
  }

  .cart .item__image img {
    display: inline-block;
  }
}

.cart .item__remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #fff url(../img/svg/trash.svg) 50% 50% no-repeat;
  transition: background-color ease-out .3s;
  cursor: pointer;
}

.cart .item__remove:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.cart .item__cost {
  text-align: center;
  color: #868686;
  position: relative;
  padding-right: 60px;
}

.cart .item__cost .product__price {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.cart .item__cost .product__price span {
  display: block;
  font-size: 40px;
  color: #505050;
}

@media only screen and (max-width: 800px) {
  .cart .item__cost {
    width: 100%;
    padding-right: 0;
    margin: 20px 0 -20px;
  }
}

.cart .product__name {
  font-size: 30px;
  margin-top: 0;
}

@media only screen and (max-width: 738px) {
  .cart .product__name {
    text-align: center;
  }
}

.cart .product__color,
  .cart .product__size {
  width: 100%;
  min-width: 260px;
  max-width: 300px;
}

@media only screen and (max-width: 738px) {
  .cart .product__color,
      .cart .product__size {
    width: 100%;
    min-width: inherit;
    max-width: none;
  }
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer__policy {
  color: #fff;
}

.copyright__texterra {
  display: flex;
  align-items: center;
}

.copyright__texterra__text {
  margin-right: 10px;
}

.copyright__texterra__link {
  display: block;
  width: 117px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: -15px;
}

@media screen and (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
  }
  .footer__policy {
    margin-bottom: 10px;
  }
  .footer__copyright {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 738px) {
  .footer__bottom {
    padding-bottom: 20px;
  }
}</pre></body></html>