/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

@font-face {
  font-family: "AvenirNextCyr";
  src: url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Demi/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "AvenirNextCyr";
  src: url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Medium/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "AvenirNextCyr";
  src: url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.woff") format("woff"),
    url("../fonts/AvenirNextCyr-Regular/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff") format("woff"),
    url("../fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-BoldItalic/PlayfairDisplay-BoldItalic.woff2") format("woff2"),
    url("../fonts/PlayfairDisplay-BoldItalic/PlayfairDisplay-BoldItalic.woff") format("woff"),
    url("../fonts/PlayfairDisplay-BoldItalic/PlayfairDisplay-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

html,
body {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  position: relative;
  font-family: "AvenirNextCyr";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #616160;
}

section {
  position: relative;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

/* Шрифты */
.h1,
h1,
.h2,
h2,
.h3,
h3 {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #343434;
}

.h1,
h1 {
  font-size: 48px;
  font-style: italic;
  line-height: 1.33;
}

@media (max-width: 1279.98px) {
  .h1,
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .h1,
  h1 {
    font-size: 28px;
    line-height: 1.14;
  }
}

.h2,
h2 {
  font-size: 28px;
  line-height: 1.43;
}

@media (max-width: 767.98px) {
  .h2,
  h2 {
    font-size: 24px;
    line-height: 1.33;
  }
}

.h3,
h3 {
  font-size: 22px;
  line-height: 1.45;
}

@media (max-width: 767.98px) {
  .h3,
  h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "AvenirNextCyr";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #343434;
}

.h4,
h4 {
  font-size: 16px;
  line-height: 1.25;
}

.h5,
h5 {
  font-size: 14px;
  line-height: 1.25;
}

.h6,
h6 {
  font-size: 14px;
  line-height: 1.25;
}

input {
  outline: none !important;
}

a {
  color: #da4577;
}

a:hover {
  color: #ed4c82;
}

a:active,
a:focus {
  color: #d14372;
}

/* Кнопки */
.akkond-btn {
  position: relative;
  display: inline-block;
  min-width: 192px;
  height: 48px;
  background-color: #da4577;
  border-radius: 24px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(218, 69, 119, 0);
  box-shadow: 0 0 0 0 rgba(218, 69, 119, 0);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 47px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 24px;
}

.akkond-btn:hover {
  background-color: #ed4c82;
  -webkit-box-shadow: 0 0 20px 0 rgba(218, 69, 119, 0.2);
  box-shadow: 0 0 20px 0 rgba(218, 69, 119, 0.2);
}

.akkond-btn_disabled,
.akkond-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.akkond-btn:active,
.akkond-btn:focus {
  background-color: #d14372;
  -webkit-box-shadow: 0 0 0 0 rgba(218, 69, 119, 0);
  box-shadow: 0 0 0 0 rgba(218, 69, 119, 0);
}

.akkond-btn_yellow {
  background-color: #f5e6bd;
  color: #616160 !important;
}

.akkond-btn_yellow:hover {
  background-color: #f5e6bd;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 222, 132, 0.3);
  box-shadow: 0 0 20px 0 rgba(255, 222, 132, 0.3);
}

.akkond-btn_yellow:active,
.akkond-btn_yellow:focus {
  background-color: #e8dab3;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 222, 132, 0);
  box-shadow: 0 0 0 0 rgba(255, 222, 132, 0);
}

.akkond-btn_white {
  background-color: #fff;
  color: #616160 !important;
}

.akkond-btn_white:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(218, 69, 119, 0.1);
  box-shadow: 0 0 20px 0 rgba(218, 69, 119, 0.1);
}

.akkond-btn_white:active,
.akkond-btn_white:focus {
  background-color: #ebeae6;
  -webkit-box-shadow: 0 0 0 0 rgba(218, 69, 119, 0);
  box-shadow: 0 0 0 0 rgba(218, 69, 119, 0);
}

.akkond-btn_styled {
  color: var(--color) !important;
  background-color: var(--background);
}

.akkond-btn_styled:hover {
  background-color: var(--hover-background);
  color: var(--hover-color) !important;
  -webkit-box-shadow: 0 0 20px 0 var(--shadow-color);
  box-shadow: 0 0 20px 0 var(--shadow-color);
}

.akkond-btn_styled:active,
.akkond-btn_styled:focus {
  background-color: var(--background);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.akkond-btn_popup-error {
  display: block;
  margin: 0 auto;
  width: 300px;
}

@media (max-width: 1023.98px) {
  .akkond-btn_popup-error {
    width: 100%;
    font-size: 11px;
  }
}

.add-to-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;

  background-color: #da4577;
  border-radius: 24px;
  border: none;
  outline: none !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 120px;
  padding: 12px 21px;
}

.add-to-basket p {
  white-space: nowrap;
  margin: 0;

  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 430px) {
  .add-to-basket {
    width: 8.2em;
    padding: 10px 14px;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: normal;
  }

  .add-to-basket p {
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: normal;
  }
}

.add-to-basket img,
.add-to-basket svg {
  position: absolute;
  top: 45%;
  right: 33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 22px;
  height: auto;
}

.add-to-basket svg path {
  fill: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.add-to-basket:hover {
  background-color: #ed4c82;
}

.add-to-basket:hover svg path {
  fill: #da4577;
}

.add-to-basket:focus,
.add-to-basket:active {
  background-color: #d14372;
}

.add-to-basket.hide {
  opacity: 0;
}

.report {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-radius: 20px;
  border: none;
  outline: none !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  padding: 0;
}

.report span {
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  color: #616160 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 430px) {
  .report span {
    font-size: calc(9px + (14 - 9) * ((100vw - 320px) / (430 - 320)));
    line-height: 200%;
    display: block;
    width: 100%;
  }
}

.report:hover span {
  color: #da4577 !important;
}

/* Контентный блок */
.b-content *:last-child {
  margin-bottom: 0;
}

.b-content > h1,
.b-content > h2,
.b-content > h3,
.b-content > h4,
.b-content > h5,
.b-content > h6,
.b-content > p,
.b-content > .card-img {
  margin-bottom: 20px;
}

.b-content p {
  margin-bottom: 24px;
}

.b-content strong,
.b-content b {
  color: #343434;
}

.b-content blockquote {
  font-family: "PlayfairDisplay";
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 24px;
  color: #343434;
}

.b-content h2,
.b-content h3 {
  margin-bottom: 16px;
}

.b-content ul,
.b-content ol {
  padding-left: 32px;
}

.b-content ul {
  margin-bottom: 24px;
}

.b-content ul li {
  margin-bottom: 8px;
  position: relative;
  list-style-type: none;
}

.b-content ul li:last-child {
  margin-bottom: 0;
}

.b-content ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: -13px;
  top: 11px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #da4577;
}

.b-content img {
  display: block;
  width: 100%;
}

.b-content figure {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.b-content figcaption {
  padding: 24px 16px;
}

.b-content .video {
  position: relative;
  display: block;
}

.b-content .video::before {
  content: "";
  float: left;
  padding-bottom: 56.14035%;
}

.b-content .video::after {
  content: "";
  display: table;
  clear: both;
}

.b-content .video iframe,
.b-content .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .b-content figure {
    margin-bottom: 24px;
  }

  .b-content figcaption {
    text-align: center;
    padding: 16px 0;
  }
}

/* Поля ввода текста */
.formfield {
  position: relative;
  width: 100%;
}

.formfield__label {
  font-size: 16px;
  color: #616160;
  margin: 0;
  position: absolute;
  left: 16px;
  top: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .formfield__label {
    top: 4px;
    left: 8px;
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (767.98 - 320)));
  }
}

.formfield__input,
.formfield__textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ebeae6;
  outline: none !important;
  background-color: #f9f8f4;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formfield__input::-webkit-input-placeholder,
.formfield__textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(97, 97, 96, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formfield__input::-moz-placeholder,
.formfield__textarea::-moz-placeholder {
  font-size: 16px;
  color: rgba(97, 97, 96, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formfield__input:-moz-placeholder,
.formfield__textarea:-moz-placeholder {
  font-size: 16px;
  color: rgba(97, 97, 96, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formfield__input:-ms-input-placeholder,
.formfield__textarea:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(97, 97, 96, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formfield__input {
  height: 48px;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767.98px) {
  .formfield__input {
    height: 32px;
    padding: 0 8px;
  }
}

.formfield__input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 40px #f9f8f4 !important;
  -webkit-text-fill-color: #000 !important;
  box-shadow: inset 0 0 0 40px #f9f8f4 !important;
  color: #000 !important;
  background-color: #f9f8f4 !important;
}

.formfield__input::-webkit-outer-spin-button,
.formfield__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.formfield__input_search {
  padding-right: 40px;
}

.formfield__textarea {
  text-align: start;
  height: 168px;
  padding: 12px 16px;
}

.formfield__textarea::-webkit-input-placeholder {
  color: #616160;
}

.formfield__textarea::-moz-placeholder {
  color: #616160;
}

.formfield__textarea:-moz-placeholder {
  color: #616160;
}

.formfield__textarea:-ms-input-placeholder {
  color: #616160;
}

.formfield__textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 168px #f9f8f4 !important;
  -webkit-text-fill-color: #000 !important;
  box-shadow: inset 0 0 0 168px #f9f8f4 !important;
  color: #000 !important;
  background-color: #f9f8f4 !important;
}

.formfield__prefix {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
}

.formfield__msg {
  display: block;
  padding: 0 16px;
  font-size: 12px;
  line-height: 20px;
  color: #ff3c3c;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.formfield__icon {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  pointer-events: none;
}

.formfield__icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.formfield:hover .formfield__input,
.formfield:hover .formfield__textarea,
.formfield_focus .formfield__input,
.formfield_focus .formfield__textarea {
  border-bottom: 2px solid #ffde84;
}

.formfield_focus .formfield__label {
  top: -24px;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .formfield_focus .formfield__label {
    top: -20px;
    font-size: 10px;
  }
}

.formfield_focus .formfield__input {
  color: #212529;
}

.formfield_focus .formfield__input::-webkit-input-placeholder,
.formfield_focus .formfield__textarea::-webkit-input-placeholder {
  color: #616160;
}

.formfield_focus .formfield__input::-moz-placeholder,
.formfield_focus .formfield__textarea::-moz-placeholder {
  color: #616160;
}

.formfield_focus .formfield__input:-moz-placeholder,
.formfield_focus .formfield__textarea:-moz-placeholder {
  color: #616160;
}

.formfield_focus .formfield__input:-ms-input-placeholder,
.formfield_focus .formfield__textarea:-ms-input-placeholder {
  color: #616160;
}

.formfield_error .formfield__label {
  top: -18px;
  font-size: 13px;
}

.formfield_error .formfield__input {
  border-bottom: 2px solid #ff4646;
}

.formfield_error .formfield__input::-webkit-input-placeholder {
  color: #616160;
}

.formfield_error .formfield__input::-moz-placeholder {
  color: #616160;
}

.formfield_error .formfield__input:-moz-placeholder {
  color: #616160;
}

.formfield_error .formfield__input:-ms-input-placeholder {
  color: #616160;
}

.formfield_error .formfield__msg {
  color: #ff4646;
  opacity: 1;
}

.formfield_prefix .formfield__input {
  padding-left: 32px;
  padding-right: 8px;
}

.formfield_nolabel .formfield__input,
.formfield_nolabel .formfield__textarea {
  border-bottom: 2px solid #ffde84;
}

.formfield_nolabel .formfield__input::-webkit-input-placeholder,
.formfield_nolabel .formfield__textarea::-webkit-input-placeholder {
  color: #616160;
}

.formfield_nolabel .formfield__input::-moz-placeholder,
.formfield_nolabel .formfield__textarea::-moz-placeholder {
  color: #616160;
}

.formfield_nolabel .formfield__input:-moz-placeholder,
.formfield_nolabel .formfield__textarea:-moz-placeholder {
  color: #616160;
}

.formfield_nolabel .formfield__input:-ms-input-placeholder,
.formfield_nolabel .formfield__textarea:-ms-input-placeholder {
  color: #616160;
}

.formfield_disable .formfield__input,
.formfield_disable .formfield__label {
  opacity: 0.5;
  pointer-events: none;
}

.formfield-password {
  width: 100%;
  position: relative;
}

.formfield-password__input {
  width: 100%;
}

.formfield-password__button {
  position: absolute;
  right: 8px;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
}

.formfield-password__button-img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.formfield-password__button-img.visible {
  opacity: 1;
}

/* Input типа файл */
.formfile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formfile__input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.formfile__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px 0 0;
}

.formfile__name {
  display: none;
  font-size: 13px;
  line-height: 16px;
}

.formfile__remove {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none !important;
  background-color: transparent;
}

.formfile__remove svg {
  display: inline-block;
  padding: 0;
  width: 16px;
  height: 16px;
}

.formfile__remove svg path {
  fill: #b8b8b8;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.formfile__remove svg:hover path {
  fill: #da4577;
}

.formfile_file .formfile__name,
.formfile_file .formfile__remove {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .formfile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .formfile__label {
    margin: 0 auto 16px;
  }
}

/* Чекбоксы */
.formcheck {
  position: relative;
  display: block;
}

.formcheck__input {
  position: absolute;
  opacity: 0;
}

.formcheck__input:checked + .formcheck__label::before {
  border-color: #ffde84;
}

.formcheck__input:checked + .formcheck__label::after {
  opacity: 1;
}

.formcheck__label {
  cursor: pointer;
  padding-left: 29px;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}

.formcheck__label::before,
.formcheck__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formcheck__label::before {
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ebeae6;
}

.formcheck__label::after {
  background-image: url("../img/check.svg");
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formcheck__label:hover::before {
  border-color: #ffde84;
}

.formradio {
  position: relative;
  display: block;
}

.formradio__input {
  position: absolute;
  opacity: 0;
}

.formradio__input:checked + .formradio__label::after {
  opacity: 1;
}

.formradio__input:focus + .formradio__label::before {
  border-color: #ffde84;
}

.formradio__label {
  cursor: pointer;
  padding-left: 35px;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}

.formradio__label::before,
.formradio__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formradio__label::before {
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ebeae6;
}

.formradio__label::after {
  background-color: #da4577;
  left: 6px;
  width: 12px;
  height: 12px;
  opacity: 0;
}

.formradio__label:hover::before {
  border-color: #ffde84;
}

.formradio_bold .formradio__label {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1023.98px) {
  .formradio_bold .formradio__label {
    font-size: 15px;
  }
}

/* Выпадающее меню с радиокнопками */
.formselect-radio {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  background-color: #f9f8f4;
  padding: 12px 60px 12px 16px;
  cursor: pointer;
  border-bottom: 2px solid #ebeae6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formselect-radio__value {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.formselect-radio__arrow {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none !important;
  background-color: #ffffff;
  cursor: pointer;
}

.formselect-radio__list {
  position: absolute;
  z-index: 1;
  top: calc(100% + 2px);
  left: 0;
  display: none;
  width: 100%;
  max-height: 25vh;
  overflow: auto;
  margin: 0;
  padding: 4px 0;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9f8f4;
}

.formselect-radio__item {
  list-style: none;
  width: 100%;
}

.formselect-radio__item input[type="radio"] {
  display: none;
}

.formselect-radio__item input[type="radio"]:checked + label {
  background-color: #ffffff;
}

.formselect-radio__item label {
  display: block;
  width: 100%;
  min-height: 40px;
  line-height: 24px;
  margin: 0;
  padding: 8px 16px;
  cursor: pointer;
}

.formselect-radio__item label:hover,
.formselect-radio__item label:focus {
  background-color: #ffffff;
}

.formselect-radio:hover,
.formselect-radio.open {
  border-bottom: 2px solid #ffde84;
}

.formselect-radio.open {
  z-index: 15;
}

.formselect-radio.open .formselect-radio {
  color: #616160;
}

.formselect-radio.open .formselect-radio__list {
  display: block;
}

/* Выпадающее меню со ссылками */
.formselect-links {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  background-color: #f9f8f4;
  padding: 12px 60px 12px 16px;
  cursor: pointer;
  border-bottom: 2px solid #ebeae6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formselect-links__value {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.formselect-links__arrow {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none !important;
  background-color: #ffffff;
  cursor: pointer;
}

.formselect-links__list {
  position: absolute;
  z-index: 1;
  top: calc(100% + 2px);
  left: 0;
  display: none;
  width: 100%;
  max-height: 25vh;
  overflow: auto;
  margin: 0;
  padding: 4px 0;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9f8f4;
}

.formselect-links__item {
  list-style: none;
  width: 100%;
}

.formselect-links__item a {
  display: block;
  width: 100%;
  min-height: 40px;
  line-height: 24px;
  margin: 0;
  padding: 8px 16px;
  cursor: pointer;
  color: #616160 !important;
  text-decoration: none !important;
}

.formselect-links__item a:hover,
.formselect-links__item a:focus {
  background-color: #ffffff;
}

.formselect-links:hover,
.formselect-links.open {
  border-bottom: 2px solid #ffde84;
}

.formselect-links.open {
  z-index: 15;
}

.formselect-links.open .formselect-links {
  color: #616160;
}

.formselect-links.open .formselect-links__list {
  display: block;
}

/* Хлебные крошки */
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  position: relative;
  list-style: none;
  height: 24px;
  padding: 4px 0px 4px 14px;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item:first-child::before {
  display: none;
}

.breadcrumbs__item a,
.breadcrumbs__item span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #616160;
}

.breadcrumbs__item a {
  text-decoration: underline;
}

.breadcrumbs__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #616160;
  position: absolute;
  top: 50%;
  left: 5px;
}

@media (max-width: 1279.98px) {
  .breadcrumbs__list {
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.err_lbl {
  font-size: 13px;
  line-height: 16px;
  color: #da4577;
  margin-top: 4px;
  display: block;
}

/* Тултип */
.tooltip {
  position: absolute;
  z-index: 999;
  -webkit-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  max-width: 200px;
  min-height: 40px;
  padding: 12px 16px;
  background-color: #ffde84;
  -webkit-box-shadow: 0 5px 10px 0 rgba(255, 222, 132, 0.3);
  box-shadow: 0 5px 10px 0 rgba(255, 222, 132, 0.3);
  border-radius: 20px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.tooltip::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 8px solid #ffde84;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: none;
}

.tooltip.visible {
  opacity: 1;
}

.close {
  width: 32px;
  height: 32px;
  border: 1px solid #ebeae6;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.close button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.close button svg {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.close button svg path {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.close button:active,
.close button:focus {
  outline: 0;
}

.close button:hover svg path {
  fill: #da4577;
}

.header {
  position: fixed;
  top: 0;
  left: 160px;
  z-index: 99;
  width: calc(100% - 160px);
  height: 64px;
  border-bottom: 1px solid #ebeae6;
  background-color: #ffffff;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1152px;
}

.header__burger,
.header__search,
.header__phone,
.header__logo,
.header__pay,
.header__auth,
.header__basket,
.header__search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}

.header__auth {
  position: relative;
}

.header__phone {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 16px;
}

.header__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 32px;
}

.header__search-icon {
  display: none;
}

.header__search-input {
  display: none;
  position: absolute;
  top: 9px;
  left: 24px;
  height: 68%;
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header__search-input.open {
  width: 75%;
}

.header__search-input.open input {
  padding: 0 65px 0 16px;
}

.header__phone,
.header__pay,
.header__auth,
.header__basket {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.header__pay,
.header__auth,
.header__basket {
  border-left: 1px solid #ebeae6;
}

.header__burger,
.header__logo {
  display: none;
}

.header_corp {
  display: none;
}

@media (min-width: 1366px) {
  .header {
    left: 200px;
    width: calc(100% - 200px);
  }
}

@media (max-width: 1365.98px) {
  .header__container {
    width: 1087px;
  }

  .header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .header__phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1279.98px) {
  .header__container {
    width: 864px;
  }

  .header__search {
    padding-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .header {
    z-index: 110;
    left: 0;
    width: 100%;
    background-color: #1e1614;
    background-size: cover;
    border: none;
    background-image: url("../img/header-bg.jpg");
  }

  .header__container {
    width: 100%;
  }

  .header__burger,
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__search,
  .header__pay {
    display: none;
  }

  .header__burger {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 24px;
  }

  .header__phone {
    padding-left: 0;
  }

  .header__burger,
  .header__phone,
  .header__auth,
  .header__basket {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 32px);
    flex: 0 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    max-width: 128px;
  }

  .header__basket {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 24px;
  }

  .header__pay,
  .header__auth,
  .header__basket {
    border: none;
  }

  .header_corp {
    display: block;
  }

  .header_corp .header__logo {
    margin-left: calc(25% - 32px);
  }

  .header_corp .header__basket {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 32px);
    flex: 0 0 calc(33.33333% - 32px);
    max-width: calc(33.33333% - 32px);
    margin-left: calc(16.66667% - 32px);
  }
}

@media (max-width: 767.98px) {
  .header__phone,
  .header__auth {
    display: none;
  }

  .header__burger {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 64px);
    flex: 0 0 calc(50% - 64px);
    max-width: calc(50% - 64px);
  }

  .header__basket {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 32px);
    flex: 0 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
  }

  .header__search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 32px);
    flex: 0 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
  }

  .header__search-input {
    display: block;
  }

  .header__logo {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    max-width: 128px;
  }

  .header__logo svg {
    width: 115px;
  }

  .header__logo.hide {
    opacity: 0;
  }

  .header_corp .header__logo,
  .header_corp .header__basket {
    margin-left: 0;
  }

  .header_corp .header__basket {
    display: none;
  }
}

.header-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: none !important;
  padding: 0;
  cursor: pointer;
}

.header-burger__icon {
  position: absolute;
  left: 32px;
  height: 20px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none !important;
}

.header-burger__icon span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #f5e6bd;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: relative;
}

.header-burger__icon span::before,
.header-burger__icon span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: inherit;
  height: inherit;
  background-color: #f5e6bd;
}

.header-burger__icon span::before {
  top: -7px;
}

.header-burger__icon span::after {
  bottom: -7px;
}

.header-burger__text {
  display: block;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  font-family: "PlayfairDisplay";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  color: #ffffff;
}

.header-burger.open .header-burger__icon span {
  -webkit-animation: o-burger-s 0.5s ease-in-out;
  animation: o-burger-s 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-burger.open .header-burger__icon span::before {
  -webkit-animation: o-burger-b 0.5s ease-in-out;
  animation: o-burger-b 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-burger.open .header-burger__icon span::after {
  -webkit-animation: o-burger-a 0.5s ease-in-out;
  animation: o-burger-a 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-burger.close .header-burger__icon {
  opacity: 1;
}

.header-burger.close .header-burger__icon span {
  -webkit-animation: c-burger-s 0.5s ease-in-out;
  animation: c-burger-s 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-burger.close .header-burger__icon span::before {
  -webkit-animation: c-burger-b 0.5s ease-in-out;
  animation: c-burger-b 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-burger.close .header-burger__icon span::after {
  -webkit-animation: c-burger-a 0.5s ease-in-out;
  animation: c-burger-a 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes o-burger-b {
  0% {
    top: -7px;
  }

  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes o-burger-b {
  0% {
    top: -7px;
  }

  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes o-burger-a {
  0% {
    bottom: -7px;
  }

  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes o-burger-a {
  0% {
    bottom: -7px;
  }

  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes o-burger-s {
  0% {
  }

  50% {
    background-color: #f5e6bd;
  }

  51%,
  100% {
    background-color: rgba(245, 230, 189, 0);
  }
}

@keyframes o-burger-s {
  0% {
  }

  50% {
    background-color: #f5e6bd;
  }

  51%,
  100% {
    background-color: rgba(245, 230, 189, 0);
  }
}

@-webkit-keyframes c-burger-b {
  0% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: -7px;
  }
}

@keyframes c-burger-b {
  0% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: -7px;
  }
}

@-webkit-keyframes c-burger-a {
  0% {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    bottom: -7px;
  }
}

@keyframes c-burger-a {
  0% {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    bottom: -7px;
  }
}

@-webkit-keyframes c-burger-s {
  0%,
  50% {
    background-color: rgba(245, 230, 189, 0);
  }

  100% {
    background-color: #f5e6bd;
  }
}

@keyframes c-burger-s {
  0%,
  50% {
    background-color: rgba(245, 230, 189, 0);
  }

  100% {
    background-color: #f5e6bd;
  }
}

@media (max-width: 767.98px) {
  .header-burger__text {
    display: none;
  }
}

.header-search {
  position: relative;
  width: 100%;
}

.header-search__input {
  width: 100%;
  height: 40px;
  padding: 0 48px 1px 16px;
  background-color: #f4f4f4;
  border: none;
  outline: none !important;
}

.header-search__input::-webkit-input-placeholder {
  font-size: 13px;
  color: #adadad;
}

.header-search__input::-moz-placeholder {
  font-size: 13px;
  color: #adadad;
}

.header-search__input:-moz-placeholder {
  font-size: 13px;
  color: #adadad;
}

.header-search__input:-ms-input-placeholder {
  font-size: 13px;
  color: #adadad;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 40px;
  border: none;
  outline: none !important;
  background-color: transparent;
  padding: 0;
}

.header-search__btn img,
.header-search__btn svg {
  width: 16px;
  height: 16px;
}

.search-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-icon__btn {
  background: transparent;
  border: none;
  outline: none !important;
}

.search-input {
  padding: 0;
  height: 100%;
  width: 100%;
}

.search-input input {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-input input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 24px;
}

.search-input input::-moz-placeholder {
  font-size: 13px;
  line-height: 24px;
}

.search-input input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 24px;
}

.search-input input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 24px;
}

.search-input input::placeholder {
  font-size: 13px;
  line-height: 24px;
}

.search-input__close {
  display: none;
  position: absolute;
  top: 12px;
  right: 2px;
  border: none;
  background: transparent;
}

.search-input__close svg {
  width: 16px;
  height: 16px;
}

.search-input__close.hide {
  display: block;
}

.search-input__btn {
  display: none;
  position: absolute;
  top: 12px;
  right: 34px;
  border: none;
  outline: none !important;
  background: transparent;
}

.search-input__btn svg {
  width: 16px;
  height: 16px;
}

.search-input__btn.hide {
  display: block;
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-phone__tel {
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  color: #343434 !important;
}

.header-phone__time {
  font-size: 13px;
  line-height: 16px;
}

.header-phone_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023.98px) {
  .header-phone__tel,
  .header-phone__time {
    color: #ffffff !important;
  }
}

.header-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-pay__link {
  font-size: 15px;
  line-height: 16px;
  color: #616160 !important;
}

.header-pay_white .header-pay__link {
  color: #ffffff !important;
}

.header-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.header-logo__icon {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .header-logo__icon {
    top: 5px;
  }
}

.header-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-auth__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

.header-auth__link img,
.header-auth__link svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.header-auth__link span {
  font-size: 15px;
  line-height: 16px;
  color: #616160 !important;
  white-space: nowrap;
}

.header-auth__link:hover span,
.header-auth__link:active span {
  text-decoration: underline;
}

.header-auth_ac2 .header-auth__link svg path {
  fill: #c80846;
}

/*Выподающее меню в хедере*/
.header-auth-menu {
  position: absolute;
  display: none;
  width: 100%;
  opacity: 0;
  z-index: 1;
  top: 64px;
  padding-top: 10px;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header-auth-menu ul {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
}

.header-auth-menu ul li {
  text-align: center;
  list-style-type: none;
  border-bottom: 1px solid #ebeae6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
}

.header-auth-menu ul li:last-child {
  border: none;
}

.header-auth-menu ul li a {
  cursor: pointer;
  text-decoration: none;
  color: #616160;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-auth-menu ul li a:hover {
  color: #ed4c82;
  text-decoration: underline;
}

.header-auth-menu ul li a:active,
.header-auth-menu ul li a:focus {
  color: #d14372;
  text-decoration: underline;
}

.header-auth-menu::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: none;
  border-bottom: 10px solid #fff;
}

.header-auth-menu.display {
  display: block;
}

.header-auth-menu.visible {
  opacity: 1;
}

@media (max-width: 1279.98px) {
  .header-auth__link span:nth-of-type(2) {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .header-auth__link span {
    color: #ffffff !important;
  }
}

.header-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-basket__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.header-basket__link:hover .header-basket__text,
.header-basket__link:active .header-basket__text {
  text-decoration: underline;
}

.header-basket__icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.header-basket__icon::after {
  content: attr(data-count);
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  min-width: 14px;
  height: 14px;
  padding: 0 3px 0;
  border-radius: 7px;
  background-color: #ffde84;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  color: #616160;
  text-align: center;
}

.header-basket__icon img,
.header-basket__icon svg {
  width: 100%;
  height: auto;
}

.header-basket__text {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  color: #616160 !important;
}

@media (max-width: 1023.98px) {
  .header-basket {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-basket__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .header-basket__icon {
    margin-right: 0;
    margin-left: 8px;
  }

  .header-basket__icon svg path {
    fill: #fff;
  }

  .header-basket__text {
    color: #ffffff !important;
  }
}

@media (max-width: 767.98px) {
  .header-basket__text {
    display: none;
  }

  .header-basket__icon {
    width: 26px;
    height: auto;
    margin: 0;
  }
}

.header-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-shop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.header-shop__link:hover .header-shop__text,
.header-shop__link:active .header-shop__text {
  text-decoration: underline;
}

.header-shop__icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c80446;
  border-radius: 50%;
}

.header-shop__icon img,
.header-shop__icon svg {
  width: 22px;
  height: 22px;
}

.header-shop__icon svg path {
  fill: #220b07;
}

.header-shop__text {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .header-shop__text {
    display: none;
  }
}

.footer {
  position: relative;
  background-color: #ffffff;
  padding: 48px 0 104px;
}

.footer__contact {
  margin-bottom: 40px;
}

.footer__subscribe {
  margin-bottom: 40px;
}

.footer__line {
  border: none;
  border-bottom: 1px solid #ebeae6;
  margin: 0 0 16px;
}

.footer__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer {
    padding: 48px 0 96px;
  }

  .footer__menu {
    margin-bottom: 32px;
  }

  .footer__social {
    padding-top: 52px;
  }

  .footer__subscribe {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 24px 0 128px;
  }

  .footer__contact {
    margin-bottom: 24px;
  }

  .footer__social {
    padding-top: 0;
    margin-bottom: 22px;
  }

  .footer__subscribe {
    margin: 0;
  }
}

.footer-menu__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.footer-menu__list {
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  list-style: none;
}

.footer-menu__item a {
  font-size: 16px;
  line-height: 24px;
  color: #616160;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-menu__item a:hover {
  color: #da4577;
}

.footer-menu__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-contact__head {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}

.footer-contact__body a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #343434 !important;
}

@media (max-width: 767.98px) {
  .footer-contact__head {
    font-size: 14px;
  }

  .footer-contact__body a {
    font-size: 15px;
  }
}

.footer-subscribe__note {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 16px;
}

.footer-subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-subscribe__input {
  margin-right: 18px;
}

@media (max-width: 767.98px) {
  .footer-subscribe__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-subscribe__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .footer-subscribe__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social__item {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background-color: #f5e6bd;
  border-radius: 50%;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-social__item img,
.footer-social__item svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-social__item svg path {
  fill: #da4577;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .footer-social__item {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 767.98px) {
  .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom {
  background-color: #ffde84;
}

.footer-bottom__wrap {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom__copy,
.footer-bottom__politconf {
  font-size: 14px;
  line-height: 18px;
  color: #343434;
}

@media (max-width: 767.98px) {
  .footer-bottom__wrap {
    height: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom__copy {
    display: inline-block;
    margin-bottom: 14px;
  }

  .footer-bottom__copy,
  .footer-bottom__politconf {
    font-size: 12px;
  }
}

.footer-temporarily {
  width: 100%;
  padding: 32px 0;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.footer-temporarily-col {
  font-size: 13px;
  line-height: 16px;
}

.footer-temporarily-col a {
  display: inline-block;
  margin-bottom: 8px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  margin: 0;
  padding: 0;
  background-color: #1e1614;
  background-image: url("../img/menu-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
}

.menu__logo {
  position: absolute;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu__nav {
  width: 100%;
  margin: 0 auto;
}

.menu__about {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu__about_corp {
  bottom: 110px;
}

.menu__social {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu__search,
.menu__phone,
.menu__pay,
.menu__auth {
  display: none;
}

@media (min-width: 1366px) {
  .menu {
    width: 200px;
  }
}

@media (max-width: 1023.98px) {
  .menu {
    display: none;
    padding: 88px 24px 0;
    background-color: #1e1614;
    background-image: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
  }

  .menu__logo {
    display: none !important;
  }

  .menu__nav,
  .menu__about,
  .menu__social,
  .menu__search {
    width: 208px;
    margin-bottom: 12px;
  }

  .menu__about {
    margin-bottom: 24px;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .menu__social {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .menu__search,
  .menu__pay {
    display: block;
    width: 100%;
  }

  .menu__nav {
    margin-bottom: 32px;
  }

  .menu__pay {
    margin-bottom: 32px;
  }

  .menu__search {
    margin-bottom: 32px;
  }

  .menu_corp {
    padding-top: 112px;
  }

  .menu_corp .menu__nav {
    margin-bottom: 67px;
  }

  .menu.display {
    display: block;
  }

  .menu.visible {
    opacity: 1;
  }
}

@media (max-width: 1023.98px) {
  .menu_corp .menu__nav {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .menu {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .menu.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu_corp {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_corp .menu__social {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .menu {
    padding: 105px 24px 32px;
    width: 100% !important;
    overflow: auto;
  }

  .menu__nav,
  .menu__about,
  .menu__social,
  .menu__search {
    width: 100%;
  }

  .menu__phone {
    display: block;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu__nav {
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: 24px;
    width: calc(100% + 48px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .menu__phone,
  .menu__pay,
  .menu__auth,
  .menu__search,
  .menu__about,
  .menu__social {
    width: 100%;
  }

  .menu__pay {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 24px;
  }

  .menu__auth {
    display: block;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 32px;
  }

  .menu__search {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 40px;
  }

  .menu__about {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-bottom: 28px;
  }

  .menu__social {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .menu_corp {
    width: 100%;
    padding: 105px 64px 32px;
  }

  .menu_corp .menu__nav {
    margin-left: 0;
    margin-right: 0;
  }

  .menu.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu.visible {
    opacity: 1;
  }
}

.menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-left {
  margin: 0;
  padding: 0;
}

.navigation-left li {
  position: relative;
  list-style: none;
  padding: 0;
  max-height: 48px;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-left li:first-child > a::after {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.navigation-left > li {
  margin-top: -1px;
}

.navigation-left > li:first-child {
  margin-top: 0;
}

.navigation-left a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
}

.navigation-left a::before,
.navigation-left a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation-left a::before {
  left: 0;
  width: 100%;
}

.navigation-left a::after {
  left: 50%;
  width: 144px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.navigation-left a:hover::before {
  background-color: #c80446;
}

.navigation-left a:hover::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.navigation-left button {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translate(91px, -50%);
  -ms-transform: translate(91px, -50%);
  transform: translate(91px, -50%);
  right: 50%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.navigation-left button img,
.navigation-left button svg {
  width: 5px;
  height: 9px;
}

.navigation-left li.is-parent.display .navigation-left__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-left li.is-parent.visible .navigation-left__submenu {
  opacity: 1;
}

.navigation-left li.is-parent.visible > a::before {
  background-color: #c80446;
}

.navigation-left__submenu {
  position: fixed;
  top: 0;
  left: 200px;
  height: 100vh;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 17px 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 0 0 0 4px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation-left__submenu::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c80446;
}

.navigation-left__submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.navigation-left__submenu_text {
  width: 196px;
}

.navigation-left__submenu_text ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-left__submenu_text li {
  width: 100%;
}

.navigation-left__submenu_text li:first-child > a::after {
  border-top-color: #ebeae6;
}

.navigation-left__submenu_text li > a {
  color: #616160;
}

.navigation-left__submenu_text li > a::after {
  border-bottom: 1px solid #ebeae6;
  width: calc(100% - 32px);
}

.navigation-left__submenu_text li > a:hover::before {
  background-color: #f5e6bd;
}

.navigation-left__submenu_image {
  width: 336px;
  padding: 16px;
}

.navigation-left__submenu_image ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navigation-left__submenu_image li {
  width: 152px;
  max-width: calc(20vh - 8px);
  height: auto;
  max-height: none;
  margin: 8px 0;
}

.navigation-left__submenu_image li:nth-child(2n) {
  padding-left: 8px;
}

.navigation-left__submenu_image li:nth-child(2n-1) {
  padding-right: 8px;
}

.navigation-left__submenu_image li > a {
  position: relative;
  width: 144px;
  max-width: calc(20vh - 16px);
  height: 144px;
  max-height: calc(20vh - 16px);
  overflow: hidden;
}

.navigation-left__submenu_image li > a::before,
.navigation-left__submenu_image li > a::after {
  display: none;
}

.navigation-left__submenu_image li > a img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: calc(100% - 40px);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation-left__submenu_image li > a span {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  max-height: 48px;
  overflow-y: hidden;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff !important;
  text-decoration: none;
}

.navigation-left__submenu_image li > a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1365.98px) {
  .navigation-left__submenu {
    left: 160px;
  }
}

@media (min-width: 1280px) {
  .navigation-left > li.visible .navigation-left__arrow {
    opacity: 1;
  }

  .navigation-left__arrow {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

@media (max-width: 1023.98px) {
  .navigation-left > li > a {
    padding: 12px 40px;
    text-align: left;
  }

  .navigation-left > li > a::after {
    width: 100%;
  }

  .navigation-left button {
    -webkit-transform: translate(120px, -50%);
    -ms-transform: translate(120px, -50%);
    transform: translate(120px, -50%);
  }

  .navigation-left__submenu {
    padding-top: 112px;
    left: 208px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-left__submenu::before {
    display: none;
  }

  .navigation-left__submenu_text {
    width: 208px;
    padding-left: 0;
  }

  .navigation-left_corp > li > a::after {
    width: 144px;
  }

  .navigation-left_corp button {
    -webkit-transform: translate(88px, -50%);
    -ms-transform: translate(88px, -50%);
    transform: translate(88px, -50%);
  }
}

@media (max-width: 767.98px) {
  .navigation-left > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
  }

  .navigation-left > li > a {
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .navigation-left:not(.navigation-left_corp) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navigation-left:not(.navigation-left_corp) > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .navigation-left:not(.navigation-left_corp) > li:nth-child(2) > a::after,
  .navigation-left:not(.navigation-left_corp) > li:nth-child(3) > a::after {
    border-top-color: rgba(255, 255, 255, 0.14);
  }

  .navigation-left:not(.navigation-left_corp) > li:nth-child(3n - 1),
  .navigation-left:not(.navigation-left_corp) > li:nth-child(3n - 2) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .navigation-left li.is-parent.visible button {
    -webkit-transform: translate(108px, 0) rotate(-90deg);
    -ms-transform: translate(108px, 0) rotate(-90deg);
    transform: translate(108px, 0) rotate(-90deg);
  }

  .navigation-left a:hover::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .navigation-left button {
    z-index: 1;
    top: 4px;
    -webkit-transform: translate(112px, 0) rotate(90deg);
    -ms-transform: translate(112px, 0) rotate(90deg);
    transform: translate(112px, 0) rotate(90deg);
  }

  .navigation-left_corp > li {
    height: auto;
    max-height: none;
    display: block;
  }

  .navigation-left_corp > li > a {
    line-height: 48px;
    height: 48px;
  }

  .navigation-left_corp > li > a::before {
    display: none;
  }

  .navigation-left_corp > li > a::after {
    width: 192px;
  }

  .navigation-left__submenu {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    background-color: transparent;
  }

  .navigation-left__submenu_text {
    width: 100%;
    padding: 0;
  }

  .navigation-left__submenu_text li {
    height: 48px;
  }

  .navigation-left__submenu_text li > a {
    color: #ffffff;
  }

  .navigation-left__submenu_text li > a::before,
  .navigation-left__submenu_text li > a::after {
    display: none;
  }

  .navigation-left__submenu_image {
    width: 304px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 0;
  }

  .navigation-left__submenu_image ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-left__submenu_image li {
    width: 96px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .navigation-left__submenu_image li > a {
    width: 80px;
    height: 104px;
  }

  .navigation-left__submenu_image li > a img {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }

  .navigation-left__submenu_image li > a span {
    bottom: 0;
  }
}

.menu-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.menu-about__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #c80446;
  border-radius: 50%;
}

.menu-about__text {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.menu-about_corp::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160px;
  height: 104px;
  background-color: rgba(255, 255, 255, 0.1);
}

.menu-about_corp_popup-close::before {
  content: none;
}

.menu-about_corp .menu-about__icon img,
.menu-about_corp .menu-about__icon svg {
  width: 24px;
  height: auto;
}

.menu-about_corp .menu-about__icon svg path {
  fill: #220b07;
}

@media (min-width: 1366px) {
  .menu-about_corp::before {
    width: 200px;
  }
}

.menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-social__item {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.21);
  border-radius: 50%;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-social__item img,
.menu-social__item svg {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-social__item:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.menu-social_sm .menu-social__item {
  width: 24px;
  height: 24px;
}

@media (max-width: 1023.98px) {
  .menu-social_sm .menu-social__item {
    width: 32px;
    height: 32px;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.popup__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.popup__bg_visitor {
  background-color: rgba(0, 0, 0, 0.5);
}

.popup__wrap {
  position: relative;
}

.popup__wrap_triangle {
  display: block;
  margin-left: 160px;
}

.popup__wrap_triangle::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 110px;
  left: 0;
  -webkit-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  transform: translateX(-90%);
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid #fffaed;
  border-bottom: 12px solid transparent;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.popup__close img{
  vertical-align: super;
}

.popup.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup.visible {
  opacity: 1;
}

@media (min-width: 1366px) {
  .popup__wrap_triangle {
    margin-left: 200px;
  }
}

@media (max-width: 1023.98px) {
  .popup__wrap_triangle {
    margin-top: 98px;
    margin-left: 20px;
  }

  .popup__wrap_triangle::before {
    top: 0;
    bottom: auto;
    left: 8px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fffaed;
  }
}

@media (max-width: 767.98px) {
  .popup__wrap_triangle {
    margin-left: 16px;
  }
}

/* Попап с формой авторизации */
.form-auth {
  position: relative;
  width: 320px;
  padding: 32px 40px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
}

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

.form-auth__title,
.form-auth__formfield-login {
  margin-bottom: 32px;
}

.form-auth__formfield-pass {
  margin-bottom: 40px;
}

.form-auth__formfield-error {
  margin-bottom: 24px;
}

.form-auth__formfield-error p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #da4577;
  margin: 0;
}

.form-auth__submit {
  margin-bottom: 48px;
}

.form-auth__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-auth__footer a {
  font-size: 13px;
  line-height: 1.23;
  display: block;
  text-decoration: underline;
  color: #da4577;
}

.form-registration {
  position: relative;
  width: 320px;
  padding: 32px 40px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
}

.form-registration__head {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 24px;
}

.form-registration__formfield {
  position: relative;
  display: block;
  width: 42.86%;
}

.form-registration__formfield-login {
  padding-bottom: 32px;
}

.form-registration__formfield-pass {
  position: relative;
}

.form-registration__title {
  text-align: center;
  display: block;
  margin: 0 0 32px;
}

.form-registration__title_restore {
  text-align: left;
}

.form-registration__password {
  margin-bottom: 40px;
}

.form-registration__submit {
  margin: 0 auto;
  margin-bottom: 48px;
}

.form-registration__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-registration a {
  font-size: 13px;
  line-height: 1.23;
  display: block;
  text-decoration: underline;
  outline: none !important;
  color: #da4577;
}

.form-registration__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-registration__visibility {
  position: absolute;
  right: 10px;
  top: 12px;
  display: block;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
}

.form-subscribe {
  position: relative;
  width: 320px;
  padding: 32px 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
}

.form-subscribe__title {
  margin-bottom: 18px;
}

.form-subscribe__title,
.form-subscribe__desc {
  text-align: center;
}

.popup-visitor {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-visitor__close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.popup-visitor__close::before,
.popup-visitor__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #616160;
  border-radius: 1.3px;
}

.popup-visitor__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-visitor__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-visitor__content {
  position: relative;
  z-index: 2;
  display: block;
  width: 505px;
  padding: 72px 60px 48px;
  background-color: #fffaed;
  text-align: center;
}

.popup-visitor__content::before,
.popup-visitor__content::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
}

.popup-visitor__content::before {
  top: 0;
  left: 0;
  width: 160px;
  height: 152px;
  background: url("../img/corp/left-top.png") 50% 50% / contain no-repeat;
}

.popup-visitor__content::after {
  right: 0;
  bottom: 0;
  width: 170px;
  height: 167px;
  background: url("../img/corp/right-bottom.png") 50% 50% / contain no-repeat;
}

.popup-visitor__title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 24px;
  font-family: "PlayfairDisplay";
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  font-style: italic;
  color: #343434;
}

.popup-visitor__desc {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 32px;
  color: #616160;
}

.popup-visitor__desc_mob {
  display: none;
}

.popup-visitor__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 192px;
  margin: 0 auto;
}

.popup-visitor__stay {
  position: relative;
  z-index: 1;
  display: none;
  margin: 18px auto 0;
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  color: #da4577;
}

@media (max-width: 1023.98px) {
  .popup-visitor {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .popup-visitor__close {
    width: 24px;
    height: 24px;
  }

  .popup-visitor__close::before,
  .popup-visitor__close::after {
    width: 12px;
  }

  .popup-visitor__content {
    padding: 30px 20px 22px;
  }

  .popup-visitor__title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .popup-visitor__desc {
    display: none;
  }

  .popup-visitor__desc_mob {
    display: block;
    margin-bottom: 24px;
  }

  .popup-visitor__stay {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .popup-visitor__content {
    width: calc(100vw - 48px);
  }
}

.popup-quantity {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.popup-quantity.show {
  display: block;
}

.popup-quantity__body {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 320px;
  min-height: 376px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 56px 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px 29px 48px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 29px 48px rgba(0, 0, 0, 0.2);
}

.popup-quantity__title {
  margin-bottom: 16px;
  font-family: "PlayfairDisplay";
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #343434;
}

.popup-quantity__title p {
  text-align: center;
  margin-bottom: 0;
}

.popup-quantity__name {
  margin-bottom: 24px;
}

.popup-quantity__name p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #616160;
}

.popup-quantity__name p span {
  font-weight: 700;
}

.popup-quantity__text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #616160;
}

.popup-quantity__text p span {
  font-weight: 700;
}

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

.popup-quantity__border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebeae6;
}

.popup-quantity__formfield {
  margin-top: 32px;
}

.popup-quantity__btn {
  display: block;
  margin-top: 24px;
  text-align: center;
}

.popup-quantity__btn button {
  padding: 11px 21px 12px;
  height: 40px;
  line-height: 16px;
}

.popup-quantity__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}

.popup-quantity_form .popup-quantity__btn {
  margin-top: 48px;
}

@media (max-width: 1023.98px) {
  .popup-quantity__body {
    min-height: 336px;
    width: 288px;
  }

  .popup-quantity__name {
    margin-bottom: 16px;
  }

  .popup-quantity__name p {
    font-size: 13px;
    line-height: 16px;
  }

  .popup-quantity__text p {
    font-size: 13px;
    line-height: 16px;
  }

  .popup-quantity__btn {
    width: 100%;
  }

  .popup-quantity_form .popup-quantity__btn {
    margin-top: 32px;
  }
}

.popup-basket {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-basket.display {
  display: block;
}

.popup-basket.visible {
  opacity: 1;
}

.popup-basket__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.popup-basket__wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 512px;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.popup-basket__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebeae6;
}

.popup-basket__title {
  margin: 0;
}

.popup-basket__close {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
}

.popup-basket__main {
  height: calc(100vh - 197px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -24px;
  padding-right: 24px;
}

.popup-basket__item {
  border-bottom: 1px solid #ebeae6;
}

.popup-basket__footer {
  padding-top: 16px;
}

.popup-basket__price-full,
.popup-basket__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-basket__price-full {
  margin-bottom: 24px;
}

.popup-basket__price-full span {
  display: block;
  margin-right: 5px;
}

.popup-basket__price-full span:last-child {
  margin: 0;
}

.popup-basket__go-to-basket {
  margin-right: 16px;
}

.popup-basket-item {
  position: relative;
  padding: 8px 0px 16px 120px;
}

.popup-basket-item__del {
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transform: translate(6px, -3px);
  -ms-transform: translate(6px, -3px);
  transform: translate(6px, -3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
}

.popup-basket-item__del svg path {
  fill: #ebeae6;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.popup-basket-item__del:hover svg path {
  fill: #ffde84;
}

.popup-basket-item__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.popup-basket-item__title {
  height: 48px;
  overflow: hidden;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #343434;
}

.popup-basket-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-basket-item__amount,
.popup-basket-item__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-basket-item__amount {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-basket-item__counter {
  margin-left: 7px;
}

.popup-basket-item__price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popup-basket-item__price span {
  display: block;
  margin-right: 5px;
}

.popup-basket-item__price span:last-child {
  margin: 0;
}

.page {
  width: 100%;
  min-height: 100vh;
  padding-top: 64px;
  padding-left: 160px;
  background-color: #f9f8f4;
}

.page__menu {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  height: 100%;
  width: 160px;
}

.page_corp {
  padding-top: 0;
}

@media (min-width: 1366px) {
  .page {
    padding-left: 200px;
  }

  .page__menu {
    width: 200px;
  }
}

@media (max-width: 1023.98px) {
  .page {
    padding-left: 0;
  }

  .page__menu {
    width: 256px;
  }

  .page_corp {
    padding-top: 64px;
  }

  .page_corp .page__menu {
    width: 208px;
  }
}

@media (max-width: 767.98px) {
  .page__menu {
    width: 100%;
  }
}

.main {
  padding: 16px 0 80px;
  min-height: calc(100vh - 440px);
}

.main_corp {
  padding-top: 0;
}

.main__title {
  margin: 0 0 32px;
}

.main__breadcrumbs {
  margin: 0 0 24px;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .main_corp {
    padding-top: 19px;
  }

  .main_no-pt {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .main {
    padding: 16px 0 64px;
  }

  .main_no-pt {
    padding-top: 0;
  }
}

.section-head {
  width: 100%;
}

.section-head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-head__title {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.section-head__title_no-italic {
  font-style: normal;
}

.section-head__link {
  display: inline-block;
  font-family: "AvenirNextCyr";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  color: #da4577 !important;
  text-transform: uppercase;
  margin: 0 0 0 auto;
}

.section-head_dark .section-head__title {
  color: #343434;
}

.section-head_light .section-head__title {
  color: #fff;
}

.section-head_left .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .section-head .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-head_left .section-head__title {
    width: 100%;
  }

  .section-head__title {
    margin: 0;
  }

  .section-head__link {
    margin: 8px 0 0;
  }
}

.section-sort__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-sort__title {
  display: block;
  margin-right: 18px;
}

.section-sort__link {
  position: relative;
  display: block;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #616160;
  margin-right: 40px;
}

.section-sort__link.active-up,
.section-sort__link.active-down {
  padding-left: 12px;
  color: #da4577;
}

.section-sort__link.active-up::before,
.section-sort__link.active-down::before {
  content: "";
  display: block;
  width: 10px;
  height: 24px;
  background-image: url("../img/sort.svg");
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section-sort__link.active-down::before {
  -webkit-transform: translateY(4px) scaleY(-1);
  -ms-transform: translateY(4px) scaleY(-1);
  transform: translateY(4px) scaleY(-1);
}

.section-sort__link:last-child {
  margin: 0;
}

/* Сетка карточек товаров */
.shop-product-grid {
  grid-auto-rows: 1fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-product-grid__item {
  width: 100%;
}

@media (max-width: 1279.98px) {
  .shop-product-grid {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .shop-product-grid {
    -ms-grid-columns: minmax(0, 1fr) 4px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 8px;
  }

  .shop-product-grid__item:last-child {
    margin-bottom: 0;
  }

  .shop-product-grid__banner {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
  }

  .shop-product-grid__banner:last-child {
    margin-bottom: 0;
  }
}

/* Полоска уведомлений */
.notification-message {
  padding: 4px 0;
  background-color: #ffde84;
  display: none;
  opacity: 0;
}

.notification-message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification-message__text {
  font-size: 14px;
  line-height: 18px;
  color: #343434;
}

.notification-message__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: none;
  outline: none !important;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.notification-message__close img,
.notification-message__close svg {
  width: 12px;
  height: 12px;
}

.notification-message__close svg path {
  fill: #616160;
}

.notification-message__close:hover {
  background-color: #f9f8f4;
}

.notification-message.display {
  display: block;
}

.notification-message.visible {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .notification-message {
    padding: 24px 0 4px;
  }
}

.phome-shop {
  padding-top: 32px;
}

.phome-shop__slider {
  margin-bottom: 32px;
}

.phome-shop__pluses {
  margin-bottom: 48px;
}

.phome-shop__products-title {
  margin-bottom: 32px;
}

.phome-shop__products-grid {
  margin-bottom: 64px;
}

.phome-shop__products-grid_corp {
  margin-bottom: 32px;
}

.phome-shop__products-new {
  margin-bottom: 64px;
}

.phome-shop__popular-products-title {
  margin-bottom: 16px;
}

.phome-shop__popular-products-grid {
  margin-bottom: 32px;
}

.phome-shop__new-products-title {
  margin-bottom: 16px;
}

.phome-shop__advantages {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .phome-shop {
    padding-top: 0;
  }

  .phome-shop__pluses {
    padding: 0 16px;
  }

  .phome-shop__popular-products-slider,
  .phome-shop__new-products-slider {
    margin: 0;
  }

  .phome-shop__products-grid_corp {
    margin: 0;
  }

  .phome-shop__products-new {
    margin-bottom: 47px;
  }
}

/* Новостной слайдер */
.shop-slider {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}

.shop-slider__item {
  height: 100%;
}

.shop-slider__row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.shop-slider__left,
.shop-slider__right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.shop-slider__left {
  padding: 40px 50px 77px 46px;
  background-image: -o-linear-gradient(319deg, #a3725b, #6a3e2e);
  background-image: linear-gradient(131deg, #a3725b, #6a3e2e);
}

.shop-slider__right {
  display: block;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}

.shop-slider__title {
  margin: 0 0 19px;
  font-family: "PlayfairDisplay";
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  line-height: 48px;
  color: #ffffff;
}

.shop-slider__desc {
  margin: 0 0 24px;
  color: #ffffff;
}

.shop-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.shop-slider__dots {
  position: absolute;
  bottom: 38px;
  left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-slider__dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 50px;
  border: none;
  outline: none !important;
  cursor: pointer;
  margin-right: 22px;
}

.shop-slider__dots button.active {
  background-color: #ffffff;
}

.shop-slider__prev,
.shop-slider__next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0;
  cursor: pointer;
}

.shop-slider__prev img,
.shop-slider__prev svg,
.shop-slider__next img,
.shop-slider__next svg {
  width: 100%;
  height: 100%;
}

.shop-slider__prev {
  left: -20px;
}

.shop-slider__next {
  right: -20px;
}

@media (max-width: 1365.98px) {
  .shop-slider__dots {
    bottom: 438px;
  }

  .shop-slider__left,
  .shop-slider__right {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .shop-slider__left {
    padding: 48px 34px 80px 48px;
    background-image: -o-linear-gradient(324deg, #a3725b, #6a3e2e);
    background-image: linear-gradient(126deg, #a3725b, #6a3e2e);
  }

  .shop-slider__right {
    height: 400px;
  }
}

@media (max-width: 1279.98px) {
  .shop-slider__prev,
  .shop-slider__next {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .shop-slider__dots {
    bottom: 38px;
  }

  .shop-slider__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 24px 24px 76px;
    background-image: -o-linear-gradient(303deg, #a3725b, #6a3e2e);
    background-image: linear-gradient(147deg, #a3725b, #6a3e2e);
  }

  .shop-slider__right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: auto;
  }

  .shop-slider__img {
    position: static;
    height: auto;
  }

  .shop-slider__title {
    margin: 0 0 17px;
    font-size: 24px;
    line-height: 32px;
  }

  .shop-slider__desc {
    margin: 0 0 27px;
  }
}

/* Строка плюсов */
.shop-pluses {
  margin-left: -16px;
  margin-right: -16px;
}

.shop-pluses__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.shop-pluses__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 767.98px) {
  .shop-pluses__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 8px;
  }

  .shop-pluses__item:last-child {
    margin: 0;
  }
}

/* Один плюсик из всех */
.shop-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #f5e6bd;
  padding: 12px 24px 12px 24px;
}

.shop-plus__image {
  position: relative;
  display: block;
  height: 80px;
  width: 80px;
  padding: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 7px 17px 0 rgba(218, 69, 119, 0.19);
  box-shadow: 0 7px 17px 0 rgba(218, 69, 119, 0.19);
  border-radius: 50%;
  margin-right: 16px;
}

.shop-plus__image img,
.shop-plus__image svg {
  width: 100%;
  height: 100%;
}

.shop-plus__image::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px dashed #da4577;
}

.shop-plus__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.shop-plus__title h2 {
  font-family: "PlayfairDisplay";
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0;
  color: #343434;
  margin: 0;
}

@media (max-width: 1365.98px) {
  .shop-plus {
    padding: 12px 24px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-plus__image {
    margin: 0 auto 16px;
  }

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

@media (max-width: 767.98px) {
  .shop-plus {
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .shop-plus__image {
    margin: 0 16px 0 0;
  }

  .shop-plus__title {
    text-align: left;
  }
}

/* Слайдер с карточками товара */
.products-slider {
  position: relative;
}

.products-slider__slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

.products-slider__prev,
.products-slider__next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0;
  cursor: pointer;
}

.products-slider__prev img,
.products-slider__prev svg,
.products-slider__next img,
.products-slider__next svg {
  width: 100%;
  height: 100%;
}

.products-slider__prev {
  left: -20px;
}

.products-slider__next {
  right: -20px;
}

@media (max-width: 767.98px) {
  .products-slider__prev {
    left: -8px;
  }

  .products-slider__next {
    right: -8px;
  }
}

.popular-products-slider__item,
.new-products-slider__item,
.all-products-slider__item__item,
.recomended-products-slider__item {
  width: 288px;
}

/* Цветные баннера продукции */
.shop-products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.shop-products-grid_corp {
  margin: 0;
}

.shop-products-grid__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.shop-products-grid__item_1,
.shop-products-grid__item_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1279.98px) {
  .shop-products-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(41.66667% - 2px);
    flex: 0 0 calc(41.66667% - 2px);
    max-width: calc(41.66667% - 2px);
  }

  .shop-products-grid__item:nth-child(odd) {
    margin-left: calc(8.33333% + 2px);
  }
}

@media (max-width: 1023.98px) {
  .shop-products-grid__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-products-grid__item_1,
  .shop-products-grid__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .shop-products-grid__item:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .shop-products-grid_corp {
    margin: 0 -16px;
  }
}

.shop-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  overflow: hidden;
}

.shop-product__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-product__text {
  position: relative;
  z-index: 1;
}

.shop-product__title,
.shop-product__desc {
  color: #ffffff;
}

.shop-product__title h2 {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.shop-product__desc p {
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.shop-product__desc .shop-product__img-bg {
  width: 208px;
  height: 208px;
}

.shop-product__image {
  position: relative;
  z-index: 1;
}

.shop-product__img-bg {
  width: 216px;
  height: 216px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-product__img-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-product_horisontal.shop-product {
  padding: 20px 44px 20px 40px;
}

.shop-product_horisontal .shop-product__text {
  padding-top: 14px;
  margin-right: 40px;
}

.shop-product_horisontal .shop-product__title {
  margin-bottom: 15px;
}

.shop-product_vertical.shop-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 40px 20px 40px;
}

.shop-product_vertical .shop-product__text {
  padding-top: 2px;
  margin-bottom: 45px;
}

.shop-product_corp.shop-product_horisontal {
  padding: 16px 28px 16px 24px;
}

.shop-product_corp.shop-product_horisontal .shop-product__img-bg {
  width: 196px;
  height: 196px;
}

.shop-product_corp.shop-product_vertical {
  padding: 16px 28px 16px 24px;
}

.shop-product_corp.shop-product_vertical .shop-product__img-bg {
  width: 208px;
  height: 208px;
}

.shop-product:hover .shop-product__bg {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}

.shop-product:hover .shop-product__img-main {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.shop-product:hover .shop-product__img-bg {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

@media (max-width: 1365.98px) {
  .shop-product_horisontal.shop-product {
    padding: 20px;
  }

  .shop-product_vertical.shop-product {
    padding: 16px 20px 12px 20px;
  }

  .shop-product_vertical .shop-product__img-main {
    width: 216px;
  }

  .shop-product_corp.shop-product_vertical {
    padding: 16px 12px 12px;
  }

  .shop-product_corp.shop-product_vertical .shop-product__img-main {
    width: 208px;
    height: 208px;
  }
}

@media (max-width: 1279.98px) {
  .shop-product_horisontal.shop-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 34px 24px 40px;
  }

  .shop-product_horisontal .shop-product__text {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .shop-product_horisontal .shop-product__img-main {
    width: 196px;
    height: 196px;
  }

  .shop-product_vertical.shop-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 24px;
  }

  .shop-product_vertical .shop-product__img-bg {
    width: 160px;
    height: 160px;
  }

  .shop-product_vertical .shop-product__img-main {
    width: 160px;
    height: 160px;
  }

  .shop-product_corp.shop-product_vertical {
    padding: 18px 24px 22px 24px;
  }

  .shop-product_corp.shop-product_vertical .shop-product__img-bg {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .shop-product__title {
    margin: 0;
    text-align: center;
  }

  .shop-product__title h2 {
    font-size: 16px;
  }

  .shop-product__img-bg {
    width: 108px !important;
    height: 108px !important;
  }

  .shop-product_horisontal.shop-product {
    padding: 8px 16px 10px;
  }

  .shop-product_horisontal .shop-product__text {
    margin-bottom: 12px;
  }

  .shop-product_horisontal .shop-product__title {
    margin-bottom: 0;
  }

  .shop-product_horisontal .shop-product__desc {
    display: none;
  }

  .shop-product_horisontal .shop-product__img-main {
    width: 128px;
    height: 128px;
  }

  .shop-product_vertical.shop-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 16px 10px;
  }

  .shop-product_vertical .shop-product__text {
    margin-bottom: 12px;
  }

  .shop-product_vertical .shop-product__img-bg {
    width: 108px !important;
    height: 108px !important;
  }

  .shop-product_vertical .shop-product__img-main {
    width: 128px;
    height: 128px;
  }

  .shop-product_corp.shop-product_vertical .shop-product__img-main {
    width: 108px;
    height: 108px;
  }
}

.shop-product-new {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 24px;
  overflow: hidden;
  text-decoration: none !important;
}

.shop-product-new__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-product-new__text {
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 37px);
  flex: 0 0 calc(25% - 37px);
  max-width: calc(25% - 37px);
}

.shop-product-new__title {
  margin-bottom: 15px;
}

.shop-product-new__title h2 {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.shop-product-new__desc p {
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.shop-product-new__img-wrap {
  width: 100%;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.shop-product-new__img-wrap::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.shop-product-new__image {
  position: relative;
  z-index: 1;
  margin-right: 80px;
}

.shop-product-new__image:last-child {
  margin-right: 0;
}

.shop-product-new__image:hover .shop-product-new__img-main {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.shop-product-new__image:hover .shop-product-new__img-bg {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.shop-product-new__img-bg {
  width: 208px;
  height: 208px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-product-new__img-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.shop-product-new__img-main {
  width: 256px;
  width: 100%;
}

@media (max-width: 1365.98px) {
  .shop-product-new__img-wrap {
    margin-left: 42px;
  }

  .shop-product-new__image {
    margin-right: 64px;
  }

  .shop-product-new__img-main {
    width: 239.75px;
  }
}

@media (max-width: 1279.98px) {
  .shop-product-new {
    padding: 32px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-product-new__text {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-product-new__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 18px;
  }

  .shop-product-new__img-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0 16px;
  }

  .shop-product-new__image {
    margin-right: 16px;
  }

  .shop-product-new__img-main {
    width: 184px;
  }
}

@media (max-width: 767.98px) {
  .shop-product-new {
    padding: 8px 0px 16px;
  }

  .shop-product-new__text {
    margin-bottom: 10px;
  }

  .shop-product-new__desc {
    display: none;
  }

  .shop-product-new__text h2 {
    font-size: 16px;
  }

  .shop-product-new__img-wrap {
    padding: 0 7px;
  }

  .shop-product-new__image {
    padding: 0 9px;
    margin: 0;
  }

  .shop-product-new__image:nth-child(3) {
    padding-right: 16px;
  }

  .shop-product-new__img-bg {
    width: 108px;
    height: 108px;
  }

  .shop-product-new__img-main {
    width: 108px;
  }
}

/* Секция преимуществ */
.home-advantages {
  width: 100%;
  padding: 34px 40px 40px;
  background-color: #31211b;
  background-image: url("../img/shop-pluses-2/adv-bg.jpg");
  background-size: cover;
}

.home-advantages__title {
  margin: 0 0 30px;
  text-align: center;
}

.home-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-advantages__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 16px;
}

.home-advantages__item img,
.home-advantages__item svg {
  width: 99px;
  height: auto;
  margin: 0 auto 8px;
}

.home-advantages__item h4 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

@media (max-width: 1279.98px) {
  .home-advantages {
    padding: 34px calc(8.33333% + 32px) 40px;
  }

  .home-advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .home-advantages__item:nth-child(1),
  .home-advantages__item:nth-child(2) {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .home-advantages {
    padding: 32px 0;
  }

  .home-advantages__item img,
  .home-advantages__item svg {
    width: 48px;
  }

  .home-advantages__item h4 {
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
  }

  .home-advantages__item:nth-child(1),
  .home-advantages__item:nth-child(2) {
    margin-bottom: 16px;
  }
}

.pcatalog-shop {
  padding-top: 32px;
}

.pcatalog-shop__title {
  margin-bottom: 24px;
}

.pcatalog-shop__category-wrap {
  display: none;
}

.pcatalog-shop__filter-wrap {
  margin-bottom: 24px;
}

.pcatalog-shop__filter-block {
  margin-left: -16px;
  margin-right: -16px;
}

.pcatalog-shop__sort {
  margin-bottom: 16px;
}

.pcatalog-shop__products-grid {
  margin-bottom: 48px;
}

.pcatalog-shop__more-products {
  text-align: center;
}

.pcatalog-shop_corp .pcatalog-shop__category-wrap {
  display: block;
}

.pcatalog-shop_corp .pcatalog-shop__category-block {
  margin-left: -16px;
  margin-right: -16px;
  border-bottom: 1px solid #f9f8f4;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .pcatalog-shop__filter-wrap .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 1279.98px) {
  .pcatalog-shop__filter-block {
    margin-right: 0;
    margin-left: 0;
  }

  .pcatalog-shop_corp .pcatalog-shop__category-wrap {
    background-color: #ffffff;
  }
}

@media (max-width: 1023.98px) {
  .pcatalog-shop__category-wrap {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .pcatalog-shop__category-wrap .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .pcatalog-shop__category-wrap {
    margin-bottom: 8px;
  }

  .pcatalog-shop_corp .pcatalog-shop__category-wrap {
    background-color: transparent;
  }

  .pcatalog-shop_corp .pcatalog-shop__category-block {
    margin-right: 0;
    margin-left: 0;
  }
}

/* Заголовок страницы */
.pcatalog-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pcatalog-head__left,
.pcatalog-head__right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 192px;
  flex: 0 0 192px;
  max-width: 192px;
}

.pcatalog-head__left-image,
.pcatalog-head__right-image {
  width: calc(100% - 32px);
  height: auto;
  position: absolute;
  top: -32px;
  left: 16px;
}

.pcatalog-head__center {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pcatalog-head__left-decor,
.pcatalog-head__right-decor {
  width: 31px;
  height: 9px;
}

.pcatalog-head__title {
  text-align: center;
  margin: 0 32px;
  white-space: nowrap;
}

@media (max-width: 1279.98px) {
  .pcatalog-head__title {
    margin: 0 24px;
  }
}

@media (max-width: 767.98px) {
  .pcatalog-head__left,
  .pcatalog-head__right {
    display: none;
  }

  .pcatalog-head__left-decor,
  .pcatalog-head__right-decor {
    display: none;
  }
}

/* Блок категорий товаров */
.category-links {
  background-color: #ffffff;
}

.category-links__mobile,
.category-links__tab {
  display: none;
}

.category-links__title {
  margin-right: 10px;
  font-size: 14px;
}

.category-links__select {
  max-width: 207px;
}

.category-links__mobile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
}

.category-links__links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-links__links li {
  display: inline-block;
  padding: 0 10px;
}

.category-links__links li a {
  position: relative;
  display: inline-block;
  height: 54px;
  padding: 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #616160;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.category-links__links li a::before,
.category-links__links li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #da4577;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 0;
}

.category-links__links li a::before {
  left: 50%;
}

.category-links__links li a::after {
  right: 50%;
}

.category-links__links li a:hover {
  color: #da4577;
}

.category-links__links li a:hover::before {
  width: 50%;
}

.category-links__links li a:hover::after {
  width: 50%;
}

.category-links__links li.active a {
  color: #da4577;
}

.category-links__links li.active a::before {
  width: 50%;
}

.category-links__links li.active a::after {
  width: 50%;
}

.category-links_corp .category-links__tab {
  display: block;
}

@media (max-width: 767.98px) {
  .category-links {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 8px;
  }

  .category-links__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .category-links_corp .category-links__tab {
    display: none;
  }
}

/* Карточка товара */
.card-shop {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f9f8f4;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-shop:has(.card-shop__hovered.active),
.card-shop:has(.card-shop__hovered.active) .card-shop__hovered.active::before {
  background-color: #f9f8f4;
}

.card-shop:has(.card-shop__hovered.active) .card-shop__props_price {
  display: none;
}

@media (max-width: 430px) {
  .card-shop {
    min-height: 282px;
    padding: 8px;
  }
}

.card-shop:hover {
  z-index: 4;
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
}

.card-shop__tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.card-shop__tags.hide {
  opacity: 0;
}

.card-shop__tag {
  display: inline-block;
  margin: 0 6px;
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none !important;
  text-align: center;
  min-width: 74px;
  font-size: 12px;
  line-height: 15px;
  padding: 1px 10px 4px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

@media (max-width: 430px) {
  .card-shop__tag {
    border-radius: 0px 0px 6px 6px;
    padding: 2px 4px 4px;
    min-width: 4.1em;
    font-size: calc(8px + (12 - 8) * ((100vw - 320px) / (430 - 320)));
    line-height: 100%;
  }
}

.card-shop__tag_red {
  background-color: #e45b5b;
}

.card-shop__tag_orange {
  background-color: #ff6600;
}

.card-shop__tag_green {
  background-color: #6fc65e;
}

.card-shop__hovered {
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  gap: 14px;
}

.card-shop__hovered::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-shop__hovered.active::before {
  opacity: 1;
}

.card-shop__hovered.active .card-shop__subtitle-wrap {
  z-index: 3;
  position: absolute;
  top: 0;
}

.card-shop__hovered.active .card-shop__likes {
  display: none;
}

.card-shop__hovered.active .card-shop__desc {
  margin-top: 8px;
}

.card-shop__hovered.active .card-shop__desc-title {
  text-align: left;
}

.card-shop__hovered.active .card-shop__desc-wrap {
  top: 40px;
  opacity: 1;
}

@media (max-width: 430px) {
  .card-shop__hovered.active .card-shop__desc-wrap {
    top: 25px;
  }
}

.card-shop__hovered.active .card-shop__slider {
  opacity: 0;
}

.card-shop__hovered.active .card-shop__props_garant {
  margin-top: auto;
  -webkit-animation: card-shop-hover 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s 1 forwards;
  animation: card-shop-hover 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s 1 forwards;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  position: relative;
}

.card-shop__hovered.active .card-shop__days {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 430px) {
  .card-shop__hovered.active .card-shop__props_garant {
    font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: 100%;
  }

  .card-shop__hovered.active .card-shop__days {
    font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: 100%;
  }
}

.card-shop__hovered.active .card-shop__price {
  opacity: 0;
}

.card-shop__hovered.active + .card-shop__props_price .card-shop__price {
  opacity: 0;
}

.card-shop__slider {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-shop__slider::before {
  content: "";
  float: left;
  padding-bottom: 100%;
}

.card-shop__slider::after {
  content: "";
  display: table;
  clear: both;
}

.card-shop__image {
  display: none !important;
  position: absolute;
  top: calc(50% + 6px);
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% - 10px);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-shop__image.active {
  display: block !important;
}

.card-shop__hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.card-shop__hidden span {
  display: block;
  opacity: 0;
  width: 100%;
  height: 246px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card-shop__dots {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-shop__dot {
  margin-right: 4px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ebeae6;
}

.card-shop__dot:last-child {
  margin-right: 0;
}

.card-shop__dot.active {
  background-color: #da4577;
}

.card-shop__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.card-shop__subtitle-wrap {
  width: 100%;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-shop__subtitle-text {
  display: block;
}

.card-shop__subtitle-text p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #616160;
}

@media (max-width: 430px) {
  .card-shop__subtitle-text {
    font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: 100%;
  }
}

.card-shop__likes-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-shop__likes-img {
  position: relative;
  margin-right: 5px;
  width: 13px;
  height: 12px;
}

.card-shop__likes-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-shop__likes-count {
  display: block;
}

.card-shop__likes-count p {
  margin: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 8px;
  color: #616160;
}

.card-shop__title-wrap {
  margin-top: 8px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-shop__title-text {
  color: #343434;
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 430px) {
  .card-shop__title-text {
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: 100%;
  }
}

.card-shop__desc-wrap {
  position: absolute;
  z-index: 3;
  top: 100%;
  overflow: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 16px;
  color: #616160;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}

@media (max-width: 430px) {
  .card-shop__desc-wrap {
    font-size: calc(10px + (13 - 10) * ((100vw - 320px) / (430 - 320)));
    line-height: 110%;
    height: calc(100% - 30px);
  }

  .card-shop__hovered.active .card-shop__desc {
    margin-top: 4px;
  }
}

.card-shop__desc-wrap p {
  margin: 0;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-shop__props {
  position: relative;
  z-index: 2;
  color: #616160;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-shop__props_garant {
  width: 100%;
  border-top: 1px solid #ebeae6;
  opacity: 0;
  height: auto;
  border-top: none;
}

.card-shop__props_price {
  margin-top: 8px;
  border-top: 1px solid rgba(235, 234, 230, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-shop__garant {
  max-width: 70%;
}

.card-shop__garant-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.card-shop__garant-wrap:not(:first-child) {
  padding-top: 4px;
  border-top: 1px solid #ebeae6;
}

.card-shop__price,
.card-shop__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-shop__price span,
.card-shop__weight span {
  display: block;

  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 430px) {
  .card-shop__price span,
  .card-shop__weight span {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (430 - 320)));
    line-height: 100%;
  }
}

.card-shop__price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-shop__price span:first-child {
  font-weight: 600;
}

.card-shop__price_old {
  margin-left: 7px;
}

.card-shop__price_old span {
  font-size: 13px;
  line-height: 26px;
  font-weight: 300 !important;
  text-decoration: line-through;
  color: #616160 !important;
}

.card-shop__price_disc span {
  color: #da4577 !important;
}

.card-shop__basket-props {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-shop__basket-props .text {
  margin: 0 auto;
  text-transform: uppercase;
  color: #d14372;
  font-size: 14px;
  line-height: 16px;
}

.card-shop__basket-props.hide {
  display: none;
}

.card-shop__basket-props_transp .card-shop__add-to-basket {
  background-color: #f5e6bd;
  border: none;
}

.card-shop__basket-props_transp .card-shop__add-to-basket p {
  color: #616160;
}

.card-shop__basket-props_transp .card-shop__add-to-basket:hover p {
  color: #da4577;
}

.card-shop__basket-props_transp .card-shop__prompt:hover svg path {
  fill: #da4577;
}

.card-shop__basket-props .product-item-button-container span {
  color: #da4577;
}

.card-shop__no-goods {
  margin-bottom: 1px;
  color: #616160;
}

.card-shop__prompt {
  margin: 0;
  padding: 0;

  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ebeae6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 430px) {
  .card-shop__prompt {
    width: 32px;
    height: 32px;
  }
}

.card-shop__prompt svg path {
  fill: #616160;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-shop__prompt:hover svg path {
  fill: #da4577;
}

.card-shop__prompt:active,
.card-shop__prompt:focus {
  outline: 0;
}

.card-shop__no-goods {
  line-height: 40px;
}

.card-shop__report {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-shop__report.display {
  display: block;
}

.card-shop__report.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: flex;
}

@-webkit-keyframes card-shop-hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes card-shop-hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.report-card {
  padding: 81px 10px;
}

@media (max-width: 767.98px) {
  .report-card {
    padding: 40px 5px;
  }
}

.report-card__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 767.98px) {
  .report-card__close {
    top: 5px;
    right: 5px;
  }
}

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

.report-card__title p {
  font-family: "PlayfairDisplay";
  color: #343434;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .report-card__title p {
    font-size: calc(12px + (22 - 12) * ((100vw - 320px) / (767.98 - 320)));
    line-height: normal;
  }
}

.report-card__formfield {
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .report-card__formfield {
    margin-top: 16px;
  }
}

.report-card__input {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .report-card__input {
    margin-top: 16px;
  }
}

.report-card__input:first-child {
  margin-top: 0;
}

.report-card__btn {
  margin-top: 32px;
  min-width: 100%;
}

@media (max-width: 430px) {
  .report-card__btn {
    margin-top: 24px;
    padding: 10px;
    line-height: normal;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (430 - 320)));
    height: auto;
  }
}

.report-card__policy {
  margin-top: 8px;
}

.report-card__policy p {
  font-size: 10px;
  line-height: 160%;
}

@media (max-width: 767.98px) {
  .report-card__policy p {
    line-height: normal;
    font-size: calc(8px + (10 - 8) * ((100vw - 320px) / (767.98 - 320)));
    margin: 0;
  }
}

.report-card_result .report-card__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94%;
}

.report-card_result .report-card__descr {
  margin-top: 16px;
  text-align: center;
}

.shop-counter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  min-width: 120px;
  height: 43px;
  padding: 8px;
  background-color: #fff;
  border-radius: 24px;
  outline: none !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
}

@media (max-width: 430px) {
  .shop-counter {
    min-width: 88px;
    padding: 4px;
    height: 32px;
  }
}

.shop-counter:focus .shop-counter__text,
.shop-counter:hover .shop-counter__text {
  border-color: #ffde84;
}

.shop-counter_card {
  border: none;
  position: relative;
}

.shop-counter_main {
  width: 188px;
  height: 48px;
}

.shop-counter.hide {
  display: none;
}

.shop-counter.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-counter__plus,
.shop-counter__minus {
  position: absolute;
  z-index: 1;
  top: 8px;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.shop-counter__plus:hover,
.shop-counter__plus:focus,
.shop-counter__minus:hover,
.shop-counter__minus:focus {
  background-color: #ebeae6;
}

.shop-counter__minus {
  left: 8px;
}

.shop-counter__minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #616160;
}

.shop-counter__plus {
  right: 8px;
}

.shop-counter__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #616160;
}

.shop-counter__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 10px;
  background-color: #616160;
}

.shop-counter__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ebeae6;
  border-radius: 20px;
  outline: none !important;
  font-size: 16px;
  line-height: 24px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 430px) {
  .shop-counter__text {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (430 - 320)));
    line-height: 200%;
  }

  .shop-counter__plus,
  .shop-counter__minus {
    top: 4px;
  }

  .shop-counter__minus {
    left: 4px;
  }

  .shop-counter__plus {
    right: 4px;
  }
}

.shop-counter__text::-webkit-outer-spin-button,
.shop-counter__text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Фильтер */
.filter {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter__item_type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  margin-right: 25px;
}

.filter__item_brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 258px;
  flex: 0 0 258px;
  max-width: 258px;
  margin-right: 25px;
}

.filter__item_price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
  max-width: 235px;
  margin-right: 25px;
}

.filter__item_tag {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
  max-width: 263px;
}

@media (max-width: 1365.98px) {
  .filter__item_type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    max-width: 206px;
    margin-right: 32px;
  }

  .filter__item_brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 223px;
    flex: 0 0 223px;
    max-width: 223px;
    margin-right: 32px;
  }

  .filter__item_price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
    margin-right: 32px;
  }

  .filter__item_tag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 263px;
    flex: 0 0 263px;
    max-width: 263px;
  }
}

@media (max-width: 1279.98px) {
  .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter__item_type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    max-width: 244px;
    margin-left: 15%;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .filter__item_brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 258px;
    flex: 0 0 258px;
    max-width: 258px;
    margin-left: 16px;
    margin-right: 15%;
    margin-bottom: 16px;
  }

  .filter__item_price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 253px;
    flex: 0 0 253px;
    max-width: 253px;
    margin-left: 15%;
    margin-right: 16px;
  }

  .filter__item_tag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 263px;
    flex: 0 0 263px;
    max-width: 263px;
    margin-left: 16px;
    margin-right: 15%;
  }
}

@media (max-width: 1023.98px) {
  .filter__item_type {
    margin-left: 10%;
  }

  .filter__item_brand {
    margin-right: 10%;
  }

  .filter__item_price {
    margin-left: 10%;
  }

  .filter__item_tag {
    margin-right: 10%;
  }
}

@media (max-width: 767.98px) {
  .filter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 8px 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter__item_type,
  .filter__item_brand,
  .filter__item_price,
  .filter__item_tag {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    width: 260px;
    margin: 0 0 16px;
  }

  .filter__item_tag {
    margin: 0;
  }
}

.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filter-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}

.filter-box__title-text {
  font-size: 14px;
  line-height: 18px;
  color: #343434;
  margin: 0;
}

.filter-box__params_type,
.filter-box__params_brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 207px;
  flex: 0 0 207px;
  max-width: 207px;
}

@media (max-width: 1365.98px) {
  .filter-box__params_type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 173px;
    flex: 0 0 173px;
    max-width: 173px;
  }

  .filter-box__params_brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 172px;
    flex: 0 0 172px;
    max-width: 172px;
  }
}

@media (max-width: 1279.98px) {
  .filter-box__params_type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 207px;
    flex: 0 0 207px;
    max-width: 207px;
    margin-left: 4px;
  }

  .filter-box__params_brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 207px;
    flex: 0 0 207px;
    max-width: 207px;
  }

  .filter-box__params_price {
    margin-left: 3px;
  }
}

@media (max-width: 767.98px) {
  .filter-box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .filter-box__params_type,
  .filter-box__params_price {
    margin-left: 0;
  }

  .filter-box__params_price {
    width: 207px;
  }
}

.filter-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-slider__field_left {
  width: 50%;
  padding-right: 2px;
}

.filter-slider__field_right {
  width: 50%;
  padding-left: 2px;
}

@media (max-width: 1279.98px) {
  .filter-slider__field_left {
    padding-right: 10px;
  }

  .filter-slider__field_right {
    padding-left: 10px;
  }
}

/* Чекбокс с обычный с лейблом */
.filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-checkbox__item {
  padding: 12px 0;
  margin-right: 20px;
}

.filter-checkbox__item:last-child {
  margin: 0;
}

.filter-checkbox__label {
  display: block;
  margin: 0;
}

.filter-checkbox__label.bx-active .filter-checkbox__checkbox::before {
  border-color: #ffde84;
}

.filter-checkbox__label.bx-active .filter-checkbox__checkbox::after {
  opacity: 1;
}

.filter-checkbox__checkbox {
  position: relative;
  display: block;
  padding-left: 29px;
  cursor: pointer;
}

.filter-checkbox__checkbox::before,
.filter-checkbox__checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-checkbox__checkbox::before {
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #ebeae6;
}

.filter-checkbox__checkbox::after {
  background-image: url("../img/check.svg");
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter-checkbox__checkbox:hover::before {
  border-color: #ffde84;
}

.filter-checkbox__checkbox input {
  display: none;
}

.filter-checkbox__text {
  font-size: 13px;
  line-height: 24px;
}

/* Баннер */
.card-shop-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5e6bd;
}

.card-shop-banner__top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.card-shop-banner__left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-shop-banner__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 8.33333%;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-shop-banner__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 16px 0 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.card-shop-banner__title {
  font-style: italic;
  margin: 0 0 24px;
}

.card-shop-banner__desc {
  max-height: 96px;
  overflow: hidden;
  margin: 0 0 24px;
}

.card-shop-banner__circle {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}

.card-shop-banner__circle::before {
  content: "";
  float: left;
  padding-bottom: 100%;
}

.card-shop-banner__circle::after {
  content: "";
  display: table;
  clear: both;
}

.card-shop-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-shop-banner__price {
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 22px 24px;
  background-color: #f5e6bd;
  -webkit-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.card-shop-banner__price span {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-style: italic;
  color: #343434;
}

.card-shop-banner__price span:nth-child(1) {
  font-size: 32px;
  line-height: 43px;
}

.card-shop-banner__price span:nth-child(2) {
  font-size: 17px;
  line-height: 22px;
}

@media (max-width: 1279.98px) {
  .card-shop-banner {
    padding: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-shop-banner__left {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .card-shop-banner__right {
    margin-top: -50px;
    margin-left: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .card-shop-banner {
    padding: 28px 16px 32px;
  }

  .card-shop-banner__left {
    margin-bottom: 24px;
  }

  .card-shop-banner__right {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-shop-banner__title,
  .card-shop-banner__desc {
    margin: 0 0 24px;
  }
}

.pproduct-shop__main,
.pproduct-shop__desc {
  margin-bottom: 40px;
}

.pproduct-shop__all-products-grid,
.pproduct-shop__recomended-products-grid,
.pproduct-shop__tabbar {
  margin-bottom: 80px;
}

.pproduct-shop__all-products-title,
.pproduct-shop__recomended-products-title {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .pproduct-shop .section-head__title {
    width: auto;
  }

  .pproduct-shop__all-products-title {
    margin-bottom: 16px;
  }

  .pproduct-shop__recomended-products-grid {
    margin-bottom: 64px;
  }
}

.pproduct-shop__main {
  margin-bottom: 94px;
}

.pproduct-shop-main__info {
  margin: 16px 0 32px;
}

@media (max-width: 767.98px) {
  .pproduct-shop-main__info {
    margin: 0 0 32px;
  }
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-info__item {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .product-info__item {
    margin-top: 16px;
  }
}

.info-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #616160;
}

.info-item:hover,
.info-item:focus,
.info-item:active {
  color: #616160;
  text-decoration: none;
}

.info-item_anchor {
  cursor: pointer;
}

.info-item_anchor .info-item__copy.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-item_anchor .info-item__copy.visible {
  opacity: 1;
}

.info-item__img {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.info-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: top;
}

.info-item__text p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.info-item__copy {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 135px;
  height: 32px;
  -webkit-box-shadow: 0px 5px 10px rgba(255, 222, 132, 0.3);
  box-shadow: 0px 5px 10px rgba(255, 222, 132, 0.3);
  border-radius: 12px;
  background-color: #ffde84;
  font-size: 10px;
  line-height: 16px;
  color: #616160;
  border: none;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.info-item__copy:focus,
.info-item__copy:active {
  outline: 0;
}

.info-item__copy:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 16px;
  background: url("../img/before-copy.svg") no-repeat;
  width: 18px;
  height: 18px;
}

@media (max-width: 1279.98px) {
  .pproduct-shop-main {
    margin-bottom: 56px;
  }

  .pproduct-shop-main__props {
    margin-top: 40px;
  }
}

@media (max-width: 1023.98px) {
  .pproduct-shop-main__slider {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .pproduct-shop-main {
    margin-bottom: 94px;
  }
}

.slider-big {
  margin-bottom: 16px;
}

.slider-big__item {
  width: 544px;
  height: 544px;
  padding: 22px;
}

.slider-big__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-big__item_video {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.slider-big .slick-slide {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .slider-big__item {
    width: 288px;
    height: 288px;
  }
}

.slider-small {
  padding: 0 14px;
}

.slider-small__item {
  margin: 0 8px;
  border: 1px solid #ebeae6;
  padding: 3px;
  width: 60px !important;
  height: 60px;
  cursor: pointer;
  outline: 0;
}

.slider-small__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-small__item_video {
  position: relative;
}

.slider-small__item_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.slider-small__item_video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("../img/play.svg") no-repeat;
}

.slider-small .slick-track {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.slider-small .slick-current {
  border: 1px solid #da4577;
}

@media (max-width: 767.98px) {
  .slider-small .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }

  .slider-small .slick-slide {
    margin: 0 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .slider-small__item {
    margin: 0;
    width: 40px !important;
    height: 40px;
  }
}

.pproduct-shop-main-slider-props__title {
  margin: 0 0 24px;
}

.pproduct-shop-main-slider-props__desc {
  margin: 0 0 24px;
}

.pproduct-shop-main-slider-props__desc p {
  margin: 0;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pproduct-shop-main-slider-props__buy {
  height: 97px;
}

.pproduct-shop-main-slider-props__weight,
.pproduct-shop-main-slider-props__buy,
.pproduct-shop-main-slider-props__awards,
.pproduct-shop-main-slider-props__params {
  border-top: 1px solid #ebeae6;
}

.pproduct-shop-main-slider-props__params {
  border-bottom: 1px solid #ebeae6;
}

@media (max-width: 1279.98px) {
  .pproduct-shop-main-slider-props__title {
    display: none;
  }

  .pproduct-shop-main-slider-props__desc {
    margin-bottom: 16px;
  }

  .pproduct-shop-main-slider-props__buy.ppsmsp-buy {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .pproduct-shop-main-slider-props__desc {
    margin-bottom: 24px;
  }
}

.pproduct-sect__title {
  display: none;
}

/* Строка радиокнопок с массий */
.ppsmsp-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
}

.ppsmsp-weight__title {
  display: block;
  margin: 8px 13px 0 0;
}

.ppsmsp-weight__radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ppsmsp-weight__radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 40px 8px 0;
}

.ppsmsp-weight__radio-item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .ppsmsp-weight__radio-item {
    width: 100%;
    margin-right: 0;
  }

  .ppsmsp-weight__radio-item:nth-child(even) {
    margin-right: 0;
  }
}

/* Строка с выбором количества, заказом и ценой заказа */
.ppsmsp-buy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

.ppsmsp-buy__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ppsmsp-buy__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 12px;
}

.ppsmsp-buy__price span {
  display: block;
  margin-bottom: 0;
  font-family: "PlayfairDisplay";
  font-size: 28px;
  line-height: 11px;
  font-weight: 700;
  margin-right: 2px;
  color: #343434;
}

.ppsmsp-buy__price span:nth-child(2) {
  font-family: "AvenirNextCyr";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.ppsmsp-buy__price_disc span {
  color: #da4577;
}

.ppsmsp-buy__price_old span {
  font-family: "AvenirNextCyr";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: line-through;
}

.ppsmsp-buy__count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.ppsmsp-buy__count-counter {
  right: 0;
  width: 256px;
  height: 48px;
}

.ppsmsp-buy__count-counter .shop-counter__text {
  border-radius: 24px;
}

.ppsmsp-buy__count-counter .shop-counter__minus,
.ppsmsp-buy__count-counter .shop-counter__plus {
  top: 11px;
}

.ppsmsp-buy__count-counter .shop-counter__minus {
  left: 12px;
}

.ppsmsp-buy__count-counter .shop-counter__plus {
  right: 12px;
}

.ppsmsp-buy__count-text {
  font-size: 14px;
  color: #343434;
}

.ppsmsp-buy__button button {
  width: 256px;
}

.ppsmsp-buy__subscribed {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #da4577;
}

.ppsmsp-buy__subscribed span {
  font-size: 15px;
  line-height: 16px;
}

@media (max-width: 1365.98px) {
  .ppsmsp-buy__price span {
    font-size: 23px;
    line-height: 16px;
  }

  .ppsmsp-buy__price_old span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279.98px) {
  .ppsmsp-buy__count-wrap {
    margin-right: 80px;
  }

  .ppsmsp-buy__price-wrap {
    margin-right: 27px;
  }

  .ppsmsp-buy__subscribed {
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .ppsmsp-buy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 0 36px;
  }

  .ppsmsp-buy__price-wrap {
    margin: 0 auto;
  }

  .ppsmsp-buy__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 12px 36px 0;
  }

  .ppsmsp-buy__price span {
    line-height: 29px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ppsmsp-buy__price span:nth-child(1) {
    margin: 0;
  }

  .ppsmsp-buy__price_old {
    height: 29px;
  }

  .ppsmsp-buy__price_old span {
    line-height: 22px;
  }

  .ppsmsp-buy__count-wrap {
    margin-right: 4px;
  }

  .ppsmsp-buy__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ppsmsp-buy__button button {
    width: 100%;
  }

  .ppsmsp-buy__button button:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
  }

  .ppsmsp-buy__count-counter {
    right: 50%;
    bottom: -45px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    height: 48px;
  }

  .ppsmsp-buy__subscribed {
    margin: 24px 0 0 0;
    width: 100%;
    text-align: center;
  }
}

.ppsmsp-taste__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ppsmsp-taste__text-title {
  margin-right: 10px;
}

.ppsmsp-taste__text-title p {
  color: #343434;
  font-weight: 600;
  margin: 0;
}

.ppsmsp-taste__text p {
  margin: 0;
}

.ppsmsp-taste__list {
  margin: 6px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ppsmsp-taste__item {
  margin-right: 16px;
  padding: 5px;
  display: block;
  border: 1px solid #ebeae6;
  width: 64px;
  height: 64px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.ppsmsp-taste__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ppsmsp-taste__item:last-child {
  margin-right: 0;
}

.ppsmsp-taste__item:hover {
  border: 1px solid #f5e6bd;
}

.ppsmsp-taste__item.active {
  border: 1px solid #da4577;
}

@media (max-width: 767.98px) {
  .ppsmsp-taste__list {
    margin: 16px 0 40px;
    overflow-x: auto;
  }

  .ppsmsp-taste__item {
    margin-right: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
}

/* Строка с наградами */
.ppsmsp-awards {
  padding: 16px 0 24px;
}

.ppsmsp-awards__title {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}

.ppsmsp-awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ppsmsp-awards__item {
  margin-right: 10px;
}

.ppsmsp-awards__item:last-child {
  margin-right: 13px;
}

.ppsmsp-awards__more {
  font-size: 15px;
  line-height: 24px;
  color: #da4577 !important;
  text-decoration: underline;
}

/* Карточка награды */
.award-product {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid #ffde84;
  border-radius: 50%;
  overflow: hidden;
}

.award-product__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Строка с артикулом и сроком годности */
.ppsmsp-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}

.ppsmsp-params__item {
  margin-right: 50px;
}

.ppsmsp-params__item span:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
}

.ppsmsp-params__item:last-child {
  margin: 0;
}

@media (max-width: 1279.98px) {
  .ppsmsp-params {
    padding: 18px 0 21px;
  }

  .ppsmsp-params__item {
    width: 50%;
    margin: 0;
  }

  .ppsmsp-params__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .ppsmsp-params__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .ppsmsp-params__item:first-child {
    margin-bottom: 16px;
  }

  .ppsmsp-params__item span {
    width: 50%;
  }
}

.pproduct-shop-desc__title {
  margin-bottom: 12px;
}

.pproduct-shop-desc__desc {
  margin-bottom: 32px;
}

.pproduct-shop-desc__desc_last {
  margin-bottom: 0;
}

.pproduct-shop-desc__table {
  width: 100%;
}

@media (max-width: 767.98px) {
  .pproduct-shop-desc__desc {
    margin-bottom: 32px;
  }

  .pproduct-shop-desc__desc_last {
    margin-bottom: 32px;
  }
}

.ppsd-table {
  display: table;
}

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

.ppsd-table__name,
.ppsd-table__value {
  display: table-cell;
}

.ppsd-table__name {
  width: 75%;
}

.ppsd-table__value {
  width: 25%;
  text-align: right;
}

.psearch {
  padding-top: 40px;
}

.psearch__head {
  margin: 0 0 24px;
}

.psearch__sort,
.psearch__empty {
  margin: 0 0 16px;
}

.psearch__main {
  margin: 0 0 48px;
}

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

.psearch-head__title {
  margin: 0 0 4px;
}

.psearch-head__count {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.title-search-result {
  z-index: 99999;
  padding: 10px 0 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 24px;
  padding: 4px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-dropdown__item_addr {
  padding-left: 16px;
  padding-right: 16px;
}

.search-dropdown__item:hover {
  background-color: #f9f8f4;
}

.search-dropdown__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 16px;
  padding-right: 16px;
}

.search-dropdown__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 16px;
  padding-right: 16px;
}

.search-dropdown__page {
  color: #616160;
}

.search-dropdown__category {
  font-weight: 600;
}

.profile-main {
  background-color: #f9f8f4;
}

.profile-main__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ebeae6;
}

.profile-main__title {
  display: block;
  margin-bottom: 40px;
}

.profile-main__img {
  width: 88px;
  height: 113px;
}

.profile-main__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile-main__quit {
  display: none;
}

@media (max-width: 1023.98px) {
  .profile-main__title {
    margin-bottom: 24px;
  }

  .profile-main__img {
    margin-bottom: 40px;
  }

  .profile-main__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .profile-main__card {
    text-align: center;
  }

  .profile-main__card_mb-16 {
    margin-bottom: 16px;
  }

  .profile-main__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .profile-main__quit {
    display: block;
    margin: 40px auto 0;
  }
}

.pprofile-data-main__personal,
.pprofile-data-main__adress {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .pprofile-data-main__personal,
  .pprofile-data-main__adress {
    margin-bottom: 16px;
  }
}

.pprofile-data-main-buttons__submit {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  .pprofile-data-main-buttons__submit {
    display: block;
    margin: 40px auto 32px;
  }

  .pprofile-data-main-buttons__cancel {
    display: block;
    margin: 0 auto;
  }
}

.form-restore-password {
  padding: 40px 76px 56px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebeae6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-restore-password__desc {
  margin: 0 0 32px;
  text-align: center;
}

.form-restore-password__formfield {
  width: 240px;
  margin: 0 0 40px;
}

@media (max-width: 767.98px) {
  .form-restore-password {
    padding: 16px 0;
  }
}

.pordering-main__personal,
.pordering-main__adress,
.pordering-main__pay {
  margin: 0 0 32px;
}

@media (max-width: 767.98px) {
  .pordering-main__personal,
  .pordering-main__adress,
  .pordering-main__pay {
    margin-bottom: 16px;
  }
}

.white-block-for-form {
  padding: 32px 96px 40px 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebeae6;
}

.white-block-for-form__title {
  margin: 0 0 24px;
}

@media (max-width: 767.98px) {
  .white-block-for-form {
    padding: 24px 24px 32px;
  }
}

/* Форма с персональными данными */
.form-personal-data-1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 32px;
}

.form-personal-data-1__row:last-child {
  margin: 0;
}

.form-personal-data-1__formfield {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.form-personal-data-1__formfield_left {
  padding-right: 12px;
}

.form-personal-data-1__formfield_right {
  padding-left: 12px;
}

@media (max-width: 767.98px) {
  .form-personal-data-1__formfield {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }

  .form-personal-data-1__formfield:last-child {
    margin: 0;
  }
}

/* Форма с адресом */
.form-personal-data-2__formfield {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.form-personal-data-2__formfield:last-child {
  margin-bottom: 0;
}

.form-personal-data-2__result {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
}

/* Форма с тремя чекбоксами */
.form-personal-data-3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 32px;
}

.form-personal-data-3__row:last-child {
  margin: 0;
}

.form-personal-data-3__radio {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 767.98px) {
  .form-personal-data-3__radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .form-personal-data-3__radio:last-child {
    margin-bottom: 0;
  }
}

/* Описание и ссылки в низу страницы */
.pordering-main-order__desc {
  margin-bottom: 8px;
}

.pordering-main-order__desc p:first-child {
  margin-bottom: 16px;
  font-size: 14px;
}

.pordering-main-order__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 24px;
}

.pordering-main-order__link {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.23;
  text-decoration: underline;
  outline: none !important;
  color: #da4577 !important;
}

.pordering-main-order__link:last-child {
  margin: 0;
}

.pordering-main-order__submit {
  margin-top: 24px;
}

@media (max-width: 767.98px) {
  .pordering-main-order__submit {
    display: block;
    margin: 24px auto 0;
  }
}

/* Информация справа на лг, сверху на остальных */
.ordering-info {
  position: relative;
  z-index: 1;
  top: 0;
  display: block;
  background-color: #fff;
  padding: 32px 40px;
  border-bottom: 1px solid #ebeae6;
  width: 448px;
}

@media (max-width: 1365.98px) {
  .ordering-info {
    width: 420.91667px;
  }
}

.ordering-info.fixed {
  position: fixed;
  top: 64px;
}

.ordering-info__head,
.ordering-info__price,
.ordering-info__delivery,
.ordering-info__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.ordering-info a {
  display: block;
  color: #da4577;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
}

.ordering-info__head {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 32px;
}

.ordering-info__head h3 {
  margin: 0;
}

.ordering-info__list {
  margin: 0 0 10px;
}

.ordering-info__delivery {
  margin-bottom: 10px;
}

.ordering-info__delivery h4 {
  margin: 0;
}

.ordering-info__price {
  margin-bottom: 8px;
}

.ordering-info__total {
  padding-top: 22px;
  border-top: 1px solid #ebeae6;
  color: #343434;
  font-weight: bold;
}

@media (max-width: 1279.98px) {
  .ordering-info {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .ordering-info {
    padding: 24px 24px 32px;
    margin-bottom: 16px;
  }
}

.ordering-list {
  display: block;
  padding: 0 0 24px;
  border-bottom: 1px solid #ebeae6;
  list-style-type: none;
}

.ordering-list__item {
  margin-bottom: 18px;
}

.ordering-list__item:last-child {
  margin-bottom: 0;
}

.ordering-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ordering-list-item__prev {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.ordering-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.ordering-item-info__name,
.ordering-item-info__price,
.ordering-item-info__amount {
  font-size: 14px;
  line-height: 16px;
}

.ordering-item-info__name {
  display: block;
  width: 100%;
  min-height: 32px;
  margin: 0 0 14px;
  font-family: "AvenirNextCyr";
  font-size: 14px;
  line-height: 16px;
  color: #616160;
}

.ordering-item-info__price {
  display: inline-block;
  margin-right: 13px;
  font-family: "AvenirNextCyr";
  font-weight: 600;
  color: #343434;
}

.ordering-item-info__price::after {
  content: "руб.";
  display: inline-block;
  margin-left: 4px;
  font: inherit;
  color: #343434;
}

.ordering-item-info__amount {
  display: inline-block;
  font-family: "AvenirNextCyr";
  font-weight: 400;
  color: #616160;
}

/* Форма с личными данными (сбоку описание) */
.form-personal-data-4 {
  padding: 32px 40px 40px;
}

.form-personal-data-4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
}

.form-personal-data-4__row:last-child {
  margin: 0;
}

.form-personal-data-4__formfield {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 12px;
}

.form-personal-data-4__desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 12px;
}

.form-personal-data-4__hidden-block {
  display: none;
  padding-top: 24px;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .form-personal-data-4 {
    padding-left: 72px;
  }
}

@media (max-width: 767.98px) {
  .form-personal-data-4__formfield {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }

  .form-personal-data-4__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
  }
}

.pregister-main__personal,
.pregister-main__adress,
.pregister-main__password,
.pregister-main__reg {
  margin: 0 0 32px;
}

.pregister-main__personal:last-child,
.pregister-main__adress:last-child,
.pregister-main__password:last-child,
.pregister-main__reg:last-child {
  margin: 0;
}

@media (max-width: 767.98px) {
  .pregister-main__personal,
  .pregister-main__adress,
  .pregister-main__password,
  .pregister-main__reg {
    margin: 0 0 16px;
  }

  .pregister-main__personal:last-child,
  .pregister-main__adress:last-child,
  .pregister-main__password:last-child,
  .pregister-main__reg:last-child {
    margin: 0;
  }
}

.pc-basket__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-bottom: 1px solid #ebeae6;
  padding: 24px 0 16px;
}

.pc-basket__row_empty {
  padding: 32px 54px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pc-basket__prop-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.5%;
  flex: 0 0 51.5%;
  max-width: 51.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pc-basket__img-col,
.pc-basket__name-col,
.pc-basket__price-col,
.pc-basket__amount-col,
.pc-basket__price-full-col,
.pc-basket__del-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-basket__img-col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc-basket__name-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 32px 0 24px;
}

.pc-basket__img-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.5%;
  flex: 0 0 29.5%;
  max-width: 29.5%;
}

.pc-basket__name-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 71.5%;
  flex: 0 0 71.5%;
  max-width: 71.5%;
}

.pc-basket__price-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.5%;
  flex: 0 0 11.5%;
  max-width: 11.5%;
}

.pc-basket__amount-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
  padding-top: 8px;
}

.pc-basket__price-full-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}

.pc-basket__del-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7%;
  flex: 0 0 7%;
  max-width: 7%;
}

.pc-basket__img {
  width: 112px;
  height: auto;
  margin: -8px 0 0;
}

.pc-basket__name {
  display: inline-block;
  margin: 0 0 8px;
  font-family: "AvenirNextCyr";
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #343434;
}

.pc-basket__name:hover,
.pc-basket__name:focus,
.pc-basket__name:active {
  color: #da4577;
}

.pc-basket__desc {
  font-family: "AvenirNextCyr";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.pc-basket__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pc-basket__price > span:nth-child(1) {
  font-size: 16px;
}

.pc-basket__price > span:nth-child(2) {
  font-size: 13px;
}

.pc-basket__del {
  position: absolute;
  top: 29px;
  right: 18px;
  width: 30px;
  height: 30px;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.pc-basket__del svg path {
  fill: #ebeae6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pc-basket__del:hover svg path,
.pc-basket__del:focus svg path {
  fill: #ffde84;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .pc-basket__img {
    width: 72px;
  }

  .pc-basket__prop-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .pc-basket__price-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
  }

  .pc-basket__amount-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }

  .pc-basket__price-full-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
}

@media (max-width: 767.98px) {
  .pc-basket__row {
    padding: 16px 0;
    margin-bottom: 8px;
  }

  .pc-basket__row_empty {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pc-basket__img {
    width: 56px;
  }

  .pc-basket__img-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    max-width: 88px;
  }

  .pc-basket__name-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 88px);
    flex: 0 0 calc(100% - 88px);
    max-width: calc(100% - 88px);
    padding: 0;
  }

  .pc-basket__prop-col {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .pc-basket__prop-col::before {
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #ebeae6;
    position: absolute;
    bottom: 0;
    left: 16px;
  }

  .pc-basket__amount-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    max-width: 112px;
    padding-top: 4px;
    padding-left: 16px;
  }

  .pc-basket__price-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 155px);
    flex: 0 0 calc(100% - 155px);
    max-width: calc(100% - 155px);
    padding-left: 24px;
  }

  .pc-basket__del-col {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
    max-width: 43px;
    padding: 0 13px 0 0;
  }

  .pc-basket__amount-col,
  .pc-basket__price-col,
  .pc-basket__del-col {
    margin-bottom: 12px;
  }

  .pc-basket__price-full-col {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 16px;
  }

  .pc-basket__price-full-col .pc-basket__price {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pc-basket__price-full-col .pc-basket__price span:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 24px;
    font-weight: 700;
  }

  .pc-basket__price-full-col .pc-basket__price span:nth-child(2) {
    width: 96px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .pc-basket__del {
    top: 0;
    left: 0;
  }
}

.pc-basket-btm {
  padding: 40px 0;
  background-color: #ffffff;
}

.pc-basket-btm__price {
  font-family: "AvenirNextCyr";
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #343434;
}

.pc-basket-btm__note {
  font-size: 14px;
}

.pc-basket-btm__desc {
  margin-bottom: 16px;
  font-size: 14px;
}

.pc-basket-btm__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .pc-basket-btm {
    padding: 40px 16px;
  }

  .pc-basket-btm__price span:nth-child(1),
  .pc-basket-btm__price span:nth-child(3) {
    font-size: 16px;
  }

  .pc-basket-btm__price span:nth-child(2) {
    font-size: 20px;
  }
}

@media (max-width: 1279.98px) {
  .pc-basket-btm__order {
    display: block;
    margin: 0 auto 32px;
  }

  .pc-basket-btm__edit {
    display: block;
    max-width: 192px;
    margin: 0 auto 32px;
  }

  .pc-basket-btm__edit:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .pc-basket-btm {
    padding: 24px 0 40px;
  }

  .pc-basket-btm__price-col {
    margin-bottom: 32px;
  }

  .pc-basket-btm__price,
  .pc-basket-btm__note {
    text-align: center;
  }
}

.pc-basket-empty {
  background-color: #ffffff;
}

.pc-basket-empty__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 144px;
}

.pc-basket-empty__image img,
.pc-basket-empty__image svg {
  width: 88px;
  height: auto;
}

.pc-basket-empty__image svg path {
  fill: #ebeae6;
}

.pc-basket-empty__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 144px;
}

.pc-basket-empty__desc {
  margin: 0 0 20px;
}

@media (max-width: 1279.98px) {
  .pc-basket-empty__image {
    height: 90px;
  }

  .pc-basket-empty__content {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pc-basket-empty__desc {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .pc-basket-empty {
    padding-bottom: 16px;
  }
}

.history-booking {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.history-booking.active {
  border: 1px solid #ffde84;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.history-booking.active .history-booking__head {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #ebeae6;
}

.history-booking.active .history-booking__toggle-plus {
  opacity: 0;
}

.history-booking.active .history-booking__toggle-minus {
  opacity: 1;
}

.history-booking.active + .history-booking {
  border-top: none;
}

.history-booking__body {
  display: none;
}

.history-booking__head,
.history-booking__row,
.history-booking__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.history-booking__head {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history-booking__head:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.history-booking__head:hover path {
  fill: #ffde84;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.history-booking__row {
  padding-top: 12px;
  padding-bottom: 8px;
}

.history-booking__toggle,
.history-booking__number,
.history-booking__date,
.history-booking__confirmed,
.history-booking__total,
.history-booking__quantity,
.history-booking__price,
.history-booking__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.history-booking__toggle,
.history-booking__preview {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9%;
}

.history-booking__toggle-btn {
  position: relative;
  width: 24px;
  height: 24px;
}

.history-booking__toggle-plus,
.history-booking__toggle-minus {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.history-booking__toggle-plus {
  opacity: 1;
}

.history-booking__toggle-minus {
  opacity: 0;
}

.history-booking__number,
.history-booking__name {
  margin: 0;
  width: 51.5%;
}

.history-booking__title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #343434;
}

.history-booking__date,
.history-booking__price {
  width: 14.5%;
}

.history-booking__price span:nth-child(2),
.history-booking__quantity span:nth-child(2),
.history-booking__total span:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
}

.history-booking__quantity {
  width: 10.5%;
}

.history-booking__confirmed,
.history-booking__total {
  width: 14.5%;
}

.history-booking__name {
  display: block;
  padding-right: 32px;
}

.history-booking__subtitle {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.history-booking__img-wrap {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 48px;
}

.history-booking__footer {
  border-top: 1px solid #ebeae6;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0 16px 60.5%;
}

.history-booking__footer-total {
  width: 63.5%;
}

.history-booking__footer-price {
  width: 36.5%;
}

.history-booking__footer-total,
.history-booking__footer-price {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 24px;
  font-size: 15px;
}

@media (max-width: 1023.98px) {
  .history-booking__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebeae6;
  }

  .history-booking__head .history-booking__quantity {
    width: 0;
  }

  .history-booking__toggle,
  .history-booking__preview {
    width: 13%;
  }

  .history-booking__number {
    width: 39.5%;
    padding-left: 30px;
  }

  .history-booking__date {
    width: 27.5%;
  }

  .history-booking__confirmed {
    width: 20%;
  }

  .history-booking__name {
    padding-left: 30px;
    padding-right: 0;
    width: 87%;
  }

  .history-booking__price {
    width: 52.34%;
    padding-left: 243px;
  }

  .history-booking__quantity {
    width: 17.13%;
  }

  .history-booking__total {
    width: 30.53%;
  }

  .history-booking__footer {
    padding-left: 0;
    border-top: none;
  }

  .history-booking__footer-total {
    width: 69.5%;
    padding-left: 120px;
  }

  .history-booking__footer-price {
    width: 30.5%;
  }
}

@media (max-width: 767.98px) {
  .history-booking__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .history-booking__row {
    padding-bottom: 25px;
  }

  .history-booking__toggle,
  .history-booking__preview {
    width: 29%;
  }

  .history-booking__toggle {
    position: relative;
  }

  .history-booking__toggle-btn {
    position: absolute;
  }

  .history-booking__number,
  .history-booking__name {
    padding-left: 0;
    width: 71%;
    margin-bottom: 10px;
  }

  .history-booking__date {
    width: 64%;
    padding-left: 29%;
  }

  .history-booking__confirmed {
    width: 36%;
  }

  .history-booking__date,
  .history-booking__confirmed {
    font-size: 12px;
    line-height: 2;
  }

  .history-booking__price {
    padding-left: 20px;
    width: 45%;
  }

  .history-booking__quantity {
    width: 25.5%;
  }

  .history-booking__total {
    width: 29.5%;
  }

  .history-booking__price span:first-child,
  .history-booking__quantity span:first-child,
  .history-booking__total span:first-child {
    font-size: 14px;
    line-height: 24px;
  }

  .history-booking__price span:nth-child(2),
  .history-booking__quantity span:nth-child(2),
  .history-booking__total span:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
  }

  .history-booking__footer-total {
    width: 34%;
    padding-left: 20px;
  }

  .history-booking__footer-price {
    padding-right: 20px;
    text-align: right;
    width: 66%;
  }
}

.page-404 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}

.page-404__main {
  height: inherit;
}

.main-404__bg,
.main-404__middle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-404__bg {
  z-index: 1;
  background-color: #f9f8f4;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}

.main-404__middle {
  z-index: 2;
}

.bg-404__img-1,
.bg-404__img-2,
.bg-404__img-3,
.bg-404__img-4 {
  position: absolute;
}

.bg-404__img-1 {
  z-index: 1;
}

.bg-404__img-2 {
  z-index: -1;
}

.bg-404__img-3 {
  z-index: -2;
}

.bg-404__img-4 {
  z-index: -3;
}

.middle-404__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1152px;
  height: inherit;
  margin: 0 auto;
}

.middle-404__wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: center;
}

.middle-404__title {
  display: block;
  font-size: 132px;
  font-style: italic;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "PlayfairDisplay";
}

.middle-404__desc {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 30px 0;
}

@media (max-width: 1365.98px) {
  .middle-404__container {
    width: 1087px;
  }
}

@media (max-width: 1279.98px) {
  .middle-404__container {
    width: 864px;
  }

  .middle-404__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .middle-404__container {
    width: 720px;
  }

  .middle-404__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (max-width: 767.98px) {
  .middle-404__container {
    width: 100%;
  }

  .middle-404__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pcurrent-orders__yours-order {
  display: block;
  margin-bottom: 40px;
}

.pcurrent-orders__pay {
  position: relative;
}

@media (max-width: 767.98px) {
  .pcurrent-orders__yours-order {
    margin-bottom: 24px;
  }

  .pcurrent-orders__index {
    display: block;
  }
}

.orders-pay {
  display: block;
  padding: 32px;
  background-color: #fff;
}

.orders-pay__service {
  display: block;
  width: 424px;
  margin-bottom: 8px;
}

.orders-pay__price-list {
  display: block;
  width: 440px;
  margin-bottom: 32px;
}

.orders-pay__price {
  font-weight: bold;
}

.orders-pay__kassa {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 32px;
  display: block;
}

.orders-pay__btn {
  margin-right: 16px;
  margin-bottom: 24px;
}

.orders-pay__desc,
.orders-pay__desc2 {
  font-size: 13px;
  line-height: 16px;
}

.orders-pay__desc2 {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .orders-pay {
    padding: 16px;
  }

  .orders-pay__service,
  .orders-pay__price-list {
    width: 100%;
    margin-bottom: 16px;
  }

  .orders-pay__service:first-child {
    margin-bottom: 8px;
  }

  .orders-pay__kassa {
    position: relative;
    display: block;
    margin: 0 auto 8px auto;
    top: 0;
    right: 0;
  }

  .orders-pay__btn {
    display: block;
    margin: 0 auto 32px auto;
  }

  .orders-pay__desc {
    display: block;
    margin-bottom: 16px;
  }
}

@media (max-width: 1023.98px) {
  .section-vacancy-title {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .section-vacancy-title {
    margin-bottom: 16px;
  }
}

.vacancy-main {
  margin-bottom: 32px;
}

.vacancy-main p {
  margin: 0;
}

@media (max-width: 1023.98px) {
  .vacancy-main {
    margin-bottom: 24px;
  }
}

.vacancy {
  padding: 24px 32px 32px;
  margin-bottom: 24px;
  background-color: #fff;
}

.vacancy:last-child {
  margin-bottom: 0;
}

.vacancy__title4 {
  margin-bottom: 12px;
}

.vacancy__title5 {
  margin-bottom: 16px;
}

@media (max-width: 1023.98px) {
  .vacancy {
    padding: 24px 16px 16px;
    margin-bottom: 16px;
  }

  .vacancy p {
    margin-bottom: 24px;
  }
}

.tabbar__body {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .tabbar__body {
    margin-top: 30px;
  }
}

.tabbar-nav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.tabbar-nav__item {
  width: calc(100% / 3);
}

.tabbar-nav__btn {
  border: none;
  background-color: transparent;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeae6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(97, 97, 96, 0.5);
  white-space: nowrap;
  cursor: pointer;
}

.tabbar-nav__btn:active,
.tabbar-nav__btn:focus {
  outline: 0;
}

.tabbar-nav__btn.active {
  border-color: #da4577;
  color: #da4577;
}

@media (max-width: 767.98px) {
  .tabbar-nav {
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .tabbar-nav::-webkit-scrollbar {
    width: 0;
  }

  .tabbar-nav__list {
    width: 480px;
  }

  .tabbar-nav__btn {
    font-size: 13px;
    line-height: 16px;
  }

  .tabbar-nav__body {
    margin-top: 34px;
  }
}

.product-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-descr__left {
  width: 480px;
}

.product-descr__right {
  width: 450px;
}

.product-descr__info {
  margin-bottom: 24px;
}

.product-descr__load {
  margin-top: 32px;
}

.product-descr__title {
  margin-bottom: 16px;
}

.product-descr__title p {
  margin: 0;
  color: #343434;
  font-weight: 600;
}

.product-descr__props {
  margin-bottom: 12px;
}

@media (max-width: 1279.98px) {
  .product-descr__left {
    width: 280px;
  }
}

@media (max-width: 1023.98px) {
  .product-descr__right {
    width: 353px;
  }
}

@media (max-width: 767.98px) {
  .product-descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-descr__right {
    width: 100%;
  }

  .product-descr__load {
    margin: 40px 0;
  }

  .product-descr__title p {
    font-size: 13px;
    line-height: 16px;
  }
}

.descr-info__title {
  margin-bottom: 8px;
}

.descr-info__title p {
  margin: 0;
  color: #343434;
  font-weight: 600;
}

.descr-info__text p {
  margin: 0;
}

.descr-info__text p a {
  position: relative;
  padding-left: 27px;
}

.descr-info__text p a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 23px;
  background: url("../img/pdf-icon.svg") center center/contain no-repeat;
}

@media (max-width: 767.98px) {
  .descr-info__title p {
    font-size: 13px;
    line-height: 16px;
  }

  .descr-info__text p {
    font-size: 13px;
    line-height: 16px;
  }
}

.descr-prop {
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebeae6;
}

.descr-prop__name p {
  margin: 0;
}

.descr-prop__count p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .descr-prop__name p {
    font-size: 13px;
    line-height: 16px;
  }

  .descr-prop__count p {
    font-size: 13px;
    line-height: 16px;
  }
}

.compos {
  position: relative;
}

.compos__head p {
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
}

.compos__body {
  opacity: 0;
  padding: 8px;
  position: absolute;
  top: 32px;
  background: #ffde84;
  -webkit-box-shadow: 0px 5px 10px rgba(255, 222, 132, 0.3);
  box-shadow: 0px 5px 10px rgba(255, 222, 132, 0.3);
  border-radius: 12px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}

.compos__body::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 16px;
  border: 9px solid transparent;
  border-bottom: 9px solid #ffde84;
}

.compos__body p {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  font-size: 10px;
  line-height: 16px;
}

.compos__body.show {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .compos__head p {
    font-size: 13px;
    line-height: 16px;
  }
}

.product-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 395px;
}

.product-question_h {
  min-height: 760px;
  height: 100%;
}

.product-question__left {
  margin-bottom: 32px;
  width: 577px;
}

.product-question__wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
}

.product-question__empty {
  margin-bottom: 16px;
}

.product-question__empty p {
  margin: 0;
  color: #343434;
  font-weight: 600;
}

.product-question__right {
  width: 480px;
}

.product-question__list {
  margin-bottom: 24px;
}

.product-question__item {
  margin-bottom: 64px;
}

.product-question__item:last-child {
  margin-bottom: 0;
}

.product-question__attach {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ebeae6;
}

.product-question__more {
  padding-top: 24px;
  border-top: 1px solid #ebeae6;
  text-align: center;
  line-height: 16px;
}

.product-question__more button {
  padding: 0;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.product-question__more button:hover {
  color: #da4577;
}

.product-question__more button:focus,
.product-question__more button:active {
  outline: 0;
  color: #d14372;
}

.product-question_reviews .answer-item__text {
  position: relative;
}

.product-question_reviews .answer-item__text::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -15%;
  width: 1px;
  height: 130%;
  background-color: #ebeae6;
}

@media (max-width: 1365.98px) {
  .product-question__left {
    width: 550px;
  }

  .product-question__wrap {
    width: 460px;
  }

  .product-question__right {
    width: 460px;
  }
}

@media (max-width: 1279.98px) {
  .product-question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product-question__left {
    margin-bottom: 0;
    width: 100%;
  }

  .product-question__wrap {
    position: static;
    width: 100%;
  }

  .product-question__right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .product-question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-question__attach {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .product-question__item {
    margin-bottom: 48px;
  }
}

.question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question-item__ava {
  margin-right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ebeae6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.question-item__ava p {
  margin: 0;
}

.question-item__ava_xsdb {
  display: none;
}

.question-item__body {
  width: 512px;
}

.question-item__wrap {
  margin: 8px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.question-item__name p {
  margin: 0;
  color: #343434;
  font-weight: 600;
}

.question-item__like {
  margin-bottom: 16px;
  padding: 7px 15px 7px 17px;
  width: 185px;
  border-radius: 50px;
  background-color: #ebeae6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question-item__like svg {
  margin-right: 6px;
  width: 17px;
  height: 15px;
}

.question-item__like p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.question-item__date p {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
}

.question-item__date_xsdb {
  display: none;
}

.question-item__text p {
  margin: 0;
}

.question-item__img {
  margin: 12px 8px 0 0;
  display: inline-block;
  width: 160px;
  height: 160px;
  cursor: pointer;
}

.question-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.question-item__answer {
  margin-top: 32px;
}

.question-item__show-answ {
  margin-top: 32px;
}

@media (max-width: 1365.98px) {
  .question-item__body {
    width: 487px;
  }
}

@media (max-width: 1279.98px) {
  .question-item__body {
    width: 100%;
  }

  .question-item__img {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 767.98px) {
  .question-item__pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .question-item__img {
    margin: 8px 8px 0 0;
    display: block;
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 767.98px) {
  .question-item__wrap {
    margin: 8px 0 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .question-item__ava {
    margin-right: 8px;
  }

  .question-item__ava_xsdn {
    display: none;
  }

  .question-item__ava_xsdb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .question-item__name p {
    font-size: 13px;
    line-height: 16px;
  }

  .question-item__date_xsdn {
    display: none;
  }

  .question-item__date_xsdb {
    display: block;
  }

  .question-item__text p {
    font-size: 13px;
    line-height: 16px;
  }

  .question-item__pictures {
    margin-top: 4px;
  }

  .question-item__answer {
    margin-top: 24px;
    padding-left: 16px;
  }

  .question-item__show-answ {
    padding-left: 16px;
  }
}

.answer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.answer-item__ava {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ebeae6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.answer-item__ava p {
  margin: 0;
}

.answer-item__body {
  width: 100%;
}

.answer-item__wrap {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.answer-item__name p {
  margin: 0;
  color: #343434;
  font-weight: 600;
}

.answer-item__name_off p {
  color: #da4577;
}

.answer-item__date p {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
}

.answer-item__to {
  position: relative;
  display: inline-block;
}

.answer-item__to p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.answer-item__to::after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5px);
  right: -19px;
  width: 13px;
  height: 11px;
  background: url("../img/answer-to.svg") no-repeat;
}

.answer-item__text {
  margin-top: 16px;
}

.answer-item__text p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .answer-item__wrap {
    margin: 0;
  }

  .answer-item__date {
    display: none;
  }

  .answer-item__text {
    margin-top: 10px;
  }

  .answer-item__name p {
    font-size: 13px;
    line-height: 16px;
  }

  .answer-item__to p {
    font-size: 10px;
    line-height: 13px;
  }

  .answer-item__text p {
    font-size: 13px;
    line-height: 16px;
  }
}

.show-answ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.show-answ__left {
  margin-right: 10px;
}

.show-answ__right p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.show-answ__circle {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ebeae6;
}

.show-answ__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #616160;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.show-answ__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: #616160;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

.show-answ__circle.active::after {
  opacity: 0;
}

.show-answ:hover .show-answ__circle::after,
.show-answ:hover .show-answ__circle::before {
  background-color: #da4577;
}

.product-authorization {
  position: relative;
  margin-bottom: 32px;
  padding: 32px;
  background-color: #fff;
}

.product-authorization_thanks {
  padding: 56px 40px;
  margin: 0 auto;
  width: 320px;
}

.product-authorization__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-authorization__thanks {
  text-align: center;
  font-family: "PlayfairDisplay";
}

.product-authorization__thanks p {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #343434;
}

.product-authorization__title {
  margin-bottom: 10px;
  font-family: "PlayfairDisplay";
}

.product-authorization__title p {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #343434;
}

.product-authorization__descr {
  margin-bottom: 16px;
}

.product-authorization__descr p {
  margin: 0;
}

.product-authorization__info {
  margin-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeae6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-authorization__img {
  width: 119px;
  height: 119px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebeae6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-authorization__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-authorization__text {
  padding-top: 16px;
  width: 280px;
}

.product-authorization__text p {
  margin: 0;
}

.product-authorization__subtitle {
  margin-top: 12px;
}

.product-authorization__subtitle p {
  margin: 0;
  color: #343434;
  font-weight: 600;
}

.product-authorization__radiowrap {
  padding-bottom: 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebeae6;
}

.product-authorization__textarea {
  margin: 32px 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebeae6;
}

.product-authorization__textarea textarea {
  height: 120px;
}

.product-authorization__loadfile {
  position: relative;
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebeae6;
}

.product-authorization__btn button {
  width: 100%;
}

@media (max-width: 1279.98px) {
  .product-authorization {
    padding: 32px 73.5px;
  }

  .product-authorization_mddn {
    display: none;
  }

  .product-authorization_mddb {
    display: block;
  }

  .product-authorization__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-authorization__text {
    margin-left: 16px;
    width: 100%;
  }

  .product-authorization__radiowrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .product-authorization {
    padding: 32px 16px;
  }

  .product-authorization_thanks {
    padding: 56px 16px;
  }

  .product-authorization__thanks {
    width: 200px;
    margin: 0 auto;
  }

  .product-authorization__descr p {
    font-size: 13px;
    line-height: 16px;
  }

  .product-authorization__img {
    width: 80px;
    height: 80px;
  }

  .product-authorization__text {
    margin-left: 8px;
  }

  .product-authorization__subtitle p {
    font-size: 13px;
    line-height: 16px;
  }

  .product-authorization__radiowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.attach__title p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #343434;
}

.attach__wrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.attach__item {
  margin: 0 8px;
  width: 82px;
  height: 82px;
  cursor: pointer;
}

.attach__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.attach__item_video {
  position: relative;
}

.attach__item_video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("../img/play.svg") no-repeat;
}

.attach__filter {
  margin-top: 32px;
}

@media (max-width: 1279.98px) {
  .attach__wrap {
    margin-top: 10px;
  }

  .attach__item {
    margin: 8px 8px 0 0;
  }
}

@media (max-width: 767.98px) {
  .attach__filter {
    margin-top: 24px;
  }
}

.authradio {
  position: relative;
}

.authradio__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.authradio__input:checked + .authradio__label_like {
  color: #343434;
}

.authradio__input:checked + .authradio__label_like::before {
  background: url("../img/like.svg") center center/contain no-repeat;
}

.authradio__input:checked + .authradio__label_dislike {
  color: #343434;
}

.authradio__input:checked + .authradio__label_dislike::before {
  background: url("../img/dislike.svg") center center/contain no-repeat;
}

.authradio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin: 0;
  padding: 7px 15px 7px 0;
  width: 185px;
  background: #f9f8f4;
  border: 1px solid #f9f8f4;
  border-radius: 50px;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: #616160;
}

.authradio__label::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 16px;
  width: 17px;
  height: 15px;
}

.authradio__label_like::before {
  background: url("../img/like-empt.svg") center center/contain no-repeat;
}

.authradio__label_dislike {
  width: 203px;
}

.authradio__label_dislike::before {
  top: 10px;
  background: url("../img/dislike-empt.svg") center center/contain no-repeat;
}

.authradio__label:hover {
  border: 1px solid #f5e6bd;
}

@media (max-width: 1279.98px) {
  .authradio__item {
    margin-right: 28px;
  }

  .authradio__item:last-child {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .authradio__item {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .authradio__label {
    width: 203px;
  }

  .authradio__label_like {
    padding-right: 33px;
  }
}

.load-img__list {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .load-img .formfile {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .load-img .formfile__label {
    margin: 0 0 16px 0;
    padding: 0 16px;
    width: 100%;
  }

  .load-img .formfile__label span {
    font-size: 13px;
    line-height: 16px;
  }
}

.load-item {
  margin: 4px 18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.load-item__name {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-item__name p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.load-item__del {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.load-item__del:focus,
.load-item__del:active {
  outline: 0;
}

.load-item__del img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.full-slider {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 200px);
  height: 100%;
  z-index: 100;
  background: rgba(19, 19, 19, 0.8);
}

.full-slider__close {
  position: absolute;
  top: 40px;
  right: 43px;
  background-color: #fff;
}

.full-slider__body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 618px;
}

.full-slider__body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-slider__body .slick-slide {
  margin: 0 5px;
}

.full-slider__next,
.full-slider__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.full-slider__next button,
.full-slider__prev button {
  width: auto;
  height: auto;
}

.full-slider__prev {
  left: 43px;
}

.full-slider__next {
  right: 43px;
}

.full-slider.open {
  display: block;
}

@media (max-width: 1365.98px) {
  .full-slider {
    width: calc(100% - 150px);
  }
}

@media (max-width: 1279.98px) {
  .full-slider__body {
    width: 570px;
  }
}

@media (max-width: 1023.98px) {
  .full-slider {
    width: 100%;
  }

  .full-slider__body {
    height: auto;
  }

  .full-slider__close {
    top: 84px;
  }
}

@media (max-width: 767.98px) {
  .full-slider__body {
    width: 270px;
  }

  .full-slider__next {
    right: 8px;
  }

  .full-slider__prev {
    left: 8px;
  }
}

.slider-item {
  width: 608px;
  height: 100%;
  background-color: #fff;
}

.slider-item_video .slider-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-item_video .slider-item__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-item_video .slider-item__body video::-webkit-media-controls {
  opacity: 0;
}

.slider-item_video .slider-item__body iframe {
  width: 100%;
  min-height: 445px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-item__head,
.slider-item__body {
  border: 1px solid #fff;
}

.slider-item__head {
  padding: 8px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.slider-item__info,
.slider-item__back,
.slider-item__name,
.slider-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-item__logo {
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebeae6;
}

.slider-item__logo p {
  margin: 0;
}

.slider-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-item__name {
  margin-right: 16px;
}

.slider-item__name p {
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  color: #343434;
  margin: 0;
}

.slider-item__date {
  margin-top: 1px;
}

.slider-item__date p {
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}

.slider-item__back a {
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
}

.slider-item__body {
  width: 608px;
  min-height: 310px;
  height: 100%;
}

.slider-item__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-item__body iframe .ytp-chrome-top-buttons {
  display: none;
}

@media (max-width: 1279.98px) {
  .slider-item__body {
    width: 560px;
  }
}

@media (max-width: 1023.98px) {
  .slider-item_video .slider-item__body iframe {
    min-height: 310px;
  }
}

@media (max-width: 767.98px) {
  .slider-item__head {
    padding: 8px;
  }

  .slider-item__logo {
    margin-right: 8px;
  }

  .slider-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-item__name p {
    font-size: 13px;
    line-height: 16px;
  }

  .slider-item__date p {
    font-size: 10px;
    line-height: 16px;
  }

  .slider-item__back a {
    font-size: 10px;
    line-height: 13px;
  }

  .slider-item__body {
    min-height: auto;
    width: 260px;
  }
}

.phistory-corp__title {
  margin: 0 0 32px;
}

.phistory-corp__timeline {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 160px;
  width: calc(100% - 160px);
}

@media (min-width: 1366px) {
  .phistory-corp__timeline {
    left: 200px;
    width: calc(100% - 200px);
  }
}

@media (max-width: 1023.98px) {
  .phistory-corp__timeline {
    left: 0;
    width: 100%;
  }
}

.phistory-corp-main__list {
  margin-left: -16px;
  margin-right: -16px;
}

.history-list {
  position: relative;
}

.history-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.history-list__item::before,
.history-list__item::after {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 16px;
}

.history-list__item::before {
  top: 0;
}

.history-list__item::after {
  display: none;
  bottom: 0;
}

.history-list__item:last-child::after {
  display: block;
}

.history-list__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
  max-width: 96px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.history-list__year {
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #343434;
}

.history-list__icon {
  width: 52px;
  height: 52px;
}

.history-list__amount {
  font-family: "AvenirNextCyr";
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: #343434;
}

.history-list__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 768px;
  flex: 0 0 768px;
  max-width: 768px;
  margin: 0;
  margin-left: 95.98px;
  padding: 0;
  list-style: none;
}

.history-list__article {
  position: relative;
}

.history-list__article::before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #ebeae6;
  position: absolute;
  bottom: 0;
  left: 16px;
}

.history-list__article:not(:last-child)::before {
  display: none;
}

@media (max-width: 1365.98px) {
  .history-list__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90.58333px;
    flex: 0 0 90.58333px;
    max-width: 90.58333px;
  }

  .history-list__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 905.83333px;
    flex: 0 0 905.83333px;
    max-width: 905.83333px;
    margin-left: 90.58333px;
  }
}

@media (max-width: 1279.98px) {
  .history-list__item {
    padding-top: 73px;
  }

  .history-list__item::before {
    top: 73px;
  }

  .history-list__left {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .history-list__amount {
    margin-left: auto;
    margin-right: 5px;
  }

  .history-list__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .history-list__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .history-list__article:not(:last-child)::before {
    display: block;
  }
}

.history-article {
  padding-top: 15px;
  padding-bottom: 15px;
}

.history-article::after {
  content: "";
  display: block;
  clear: both;
}

.history-article__img,
.history-article__top,
.history-article__desc {
  padding-left: 16px;
  padding-right: 16px;
  float: left;
}

.history-article__img {
  position: relative;
  width: 192px;
}

.history-article__img::before {
  content: "";
  float: left;
  padding-bottom: 75%;
}

.history-article__img::after {
  content: "";
  display: table;
  clear: both;
}

.history-article__img img {
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.history-article__img_noimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -15px;
}

.history-article__img_noimage img,
.history-article__img_noimage svg {
  width: 110px;
  height: 110px;
}

.history-article__top {
  width: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4px;
}

.history-article__date {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  line-height: 16px;
  color: #616160;
}

.history-article__title {
  margin: 0 0 0 12px;
}

.history-article__desc {
  width: 576px;
}

@media (max-width: 1365.98px) {
  .history-article__img {
    width: 25%;
  }

  .history-article__top,
  .history-article__desc {
    width: 75%;
  }
}

@media (max-width: 1279.98px) {
  .history-article__img {
    width: 33.33333%;
  }

  .history-article__top,
  .history-article__desc {
    width: 66.66667%;
  }
}

@media (max-width: 767.98px) {
  .history-article__img {
    width: 100%;
    margin-bottom: 14px;
  }

  .history-article__top,
  .history-article__desc {
    width: 100%;
  }

  .history-article__top {
    margin-bottom: 8px;
  }

  .history-article__date,
  .history-article__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .history-article__date {
    padding: 0;
    margin-bottom: 4px;
  }

  .history-article__title {
    margin: 0;
  }
}

.history-corp-timeline {
  padding: 13px 60px 14px;
  overflow-x: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: #ffffff;
}

.history-corp-timeline_visible {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .history-corp-timeline {
    padding: 5px 24px 16px;
  }
}

.history-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-timeline__item.active .history-timeline__line::after {
  width: 100%;
}

.history-timeline__item.active .history-timeline__point button {
  color: #da4577;
}

.history-timeline__item.active .history-timeline__point::before {
  background-color: #da4577;
}

.history-timeline__line {
  position: relative;
  padding-top: 40px;
}

.history-timeline__line::before,
.history-timeline__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebeae6;
  position: absolute;
  top: 40px;
  left: 0;
}

.history-timeline__line::after {
  width: 0%;
  background-color: #da4577;
}

.history-timeline__point {
  position: relative;
  z-index: 2;
  padding: 32px 0 0;
  border: none;
  outline: none !important;
  background-color: transparent;
  cursor: pointer;
}

.history-timeline__point span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "PlayfairDisplay";
  padding: 0 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  color: #343434;
}

.history-timeline__point::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ebeae6;
  border-radius: 50%;
}

@-webkit-keyframes point-button {
  0% {
    color: #343434;
  }

  100% {
    color: #da4577;
  }
}

@keyframes point-button {
  0% {
    color: #343434;
  }

  100% {
    color: #da4577;
  }
}

@-webkit-keyframes point-before {
  0% {
    background-color: #ebeae6;
  }

  100% {
    background-color: #da4577;
  }
}

@keyframes point-before {
  0% {
    background-color: #ebeae6;
  }

  100% {
    background-color: #da4577;
  }
}

.pmission-corp__title {
  margin: 0 0 32px;
}

.pmission-corp-main__content {
  margin: 0 0 48px;
}

.pmission-corp-main__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pmission-corp-main__more span {
  margin: 0 0 8px;
}

.vacancya-title {
  margin-bottom: 28px;
}

@media (max-width: 1023.98px) {
  .vacancya-title {
    margin-bottom: 24px;
  }
}

.vacancya {
  margin-bottom: 40px;
}

.vacancya__title5 {
  margin-bottom: 16px;
}

.vacancya p {
  margin-bottom: 24px;
}

.vacancya p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .vacancya {
    margin-bottom: 36px;
  }

  .vacancya__title3 {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .vacancya {
    margin-bottom: 24px;
  }

  .vacancya__title3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .vacancya__title4 {
    margin-bottom: 16px;
  }
}

.vacancya-form {
  display: block;
  padding: 32px 40px 40px;
  background-color: #fff;
}

.vacancya-form__title {
  display: block;
  margin-bottom: 40px;
}

.vacancya-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}

.vacancya-form__formfield {
  width: 100%;
  max-width: 240px;
}

.vacancya-form__formfield:first-child,
.vacancya-form__formfield:nth-child(4) {
  margin-right: 24px;
}

.vacancya-form__line {
  width: calc(100% + 80px);
  margin: 32px -40px;
  border: none;
  height: 1px;
  background-color: #ebeae6;
}

.vacancya-form__upload {
  margin: 0 0 24px;
}

.vacancya-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.vacancya-form__btn_mw {
  min-width: 213px;
}

.vacancya-form__checkbox {
  display: block;
}

@media (max-width: 1023.98px) {
  .vacancya-form__check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vacancya-form__checkbox {
    margin-left: 0;
  }

  .vacancya-form__btn {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .vacancya-form {
    padding: 16px 24px 32px;
  }

  .vacancya-form__title {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .vacancya-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vacancya-form__formfield {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 32px;
  }

  .vacancya-form__formfield:last-child {
    margin-bottom: 0;
  }

  .vacancya-form__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.pdetailed-news {
  background-color: #f7f4ee;
}

.detailed-news-content {
  margin-bottom: 40px;
}

.detailed-news-content__data {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 16px;
}

.detailed-news-content__img {
  width: 100%;
  margin-bottom: 24px;
}

@media (max-width: 1023.98px) {
  .sect-news-title {
    margin-bottom: 24px;
  }
}

@media (max-width: 1023.98px) {
  .detailed-news-content {
    margin-bottom: 32px;
  }
}

.detailed-news-slider-sect__title {
  text-align: center;
  margin-bottom: 32px;
}

.detailed-news-slider-sect__slider {
  position: relative;
}

@media (max-width: 1023.98px) {
  .detailed-news-slider-sect__title {
    margin-bottom: 24px;
  }
}

.detailed-news-slider {
  overflow: hidden;
}

.detailed-news-slider .slick-list {
  margin: 0 -16px;
}

.detailed-news-slider__item {
  display: block;
  padding: 0 16px;
}

.detailed-news-slider__link {
  cursor: pointer;
  outline: none !important;
}

.detailed-news-slider__link:hover {
  text-decoration: none;
}

.detailed-news-slider__img {
  width: 100%;
  height: 272px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #8a8a8a;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.detailed-news-slider__wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 21px;
}

.detailed-news-slider__date {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #343434;
  width: 110px;
  padding: 12px 0;
}

.detailed-news-slider__sub-title {
  margin-bottom: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.detailed-news-slider__prev,
.detailed-news-slider__next {
  display: none;
  position: absolute;
  top: 35%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  outline: none !important;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.detailed-news-slider__prev img,
.detailed-news-slider__prev svg,
.detailed-news-slider__next img,
.detailed-news-slider__next svg {
  width: 100%;
  height: 100%;
}

.detailed-news-slider__prev {
  left: -4px;
}

.detailed-news-slider__next {
  right: -4px;
}

.detailed-news-slider__dots {
  position: absolute;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.detailed-news-slider__dots button {
  display: block;
  outline: none !important;
  border: none;
  z-index: 1;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.detailed-news-slider__dots button:last-child {
  margin: 0;
}

.detailed-news-slider__dots button.active {
  background-color: #da4577;
}

@media (min-width: 1024px) {
  .detailed-news-slider__link:hover {
    text-decoration: none;
  }

  .detailed-news-slider__link:hover .detailed-news-slider__sub-title {
    color: #da4577;
  }
}

@media (max-width: 1279.98px) {
  .detailed-news-slider__prev {
    left: 0;
  }

  .detailed-news-slider__next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .detailed-news-slider__prev {
    left: -4px;
  }

  .detailed-news-slider__next {
    right: -4px;
  }
}

.detailed-news-slider__prev.display-b,
.detailed-news-slider__next.display-b {
  display: block;
}

.detailed-news-slider__dots.display-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pmapshops-corp__banner {
  margin: 0 0 48px;
}

.pmapshops-corp__content {
  margin: 0 0 32px;
}

.pmapshops-corp__map-title {
  margin: 0 0 32px;
}

@media (max-width: 1279.98px) {
  .pmapshops-corp__banner {
    margin: 0 0 24px;
  }
}

@media (max-width: 767.98px) {
  .pmapshops-corp__map {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.pmapshops-corp-banner {
  position: relative;
  width: 100%;
  height: 360px;
  background-color: #f5e6bd;
  padding-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.pmapshops-corp-banner__left-img,
.pmapshops-corp-banner__right-img {
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
  height: 100%;
}

.pmapshops-corp-banner__left-img {
  left: 0;
}

.pmapshops-corp-banner__right-img {
  right: 0;
}

.pmapshops-corp-banner__title {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 441px;
  margin: 0 0 24px;
  font-family: "PlayfairDisplay";
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 32px;
}

.pmapshops-corp-banner__subtitle {
  margin-bottom: 32px;
}

.pmapshops-corp-banner__left-top-bg,
.pmapshops-corp-banner__right-bottom-bg {
  position: absolute;
  z-index: 0;
  height: auto;
}

.pmapshops-corp-banner__left-top-bg {
  top: 0;
  left: 0;
}

.pmapshops-corp-banner__right-bottom-bg {
  bottom: 0;
  right: 0;
}

.pmapshops-corp-banner__link {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.pmapshops-corp-banner__dop {
  position: relative;
  z-index: 2;
}

@media (max-width: 1279.98px) {
  .pmapshops-corp-banner__left-img,
  .pmapshops-corp-banner__right-img {
    width: auto;
    height: 288px;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .pmapshops-corp-banner {
    height: auto;
    padding: 40px 20px 192px;
  }

  .pmapshops-corp-banner__right-img {
    display: none;
  }

  .pmapshops-corp-banner__right-bottom-bg {
    display: none;
  }

  .pmapshops-corp-banner__title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px;
  }

  .pmapshops-corp-banner__link {
    margin-bottom: 2px;
  }
}

.question-link {
  position: relative;
  display: block;
  padding-top: 31px;
}

.question-link__circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  color: #616160;
  text-align: center;
  text-decoration: none !important;
}

.question-link__text {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #616160;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.question-link:hover .question-link__text {
  color: #da4577;
}

.pmapshops-corp-map-title {
  text-align: center;
}

.pmapshops-corp-map-title__title {
  margin: 0;
}

.block-map {
  position: relative;
}

.block-map__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
  background-color: #ffffff;
}

.block-map__checkbox {
  margin-right: 56px;
}

.block-map__checkbox:last-child {
  margin-right: 0;
}

.block-map__main {
  position: absolute;
  z-index: 1;
  top: 179px;
  right: 9px;
  width: 380px;
  -webkit-box-shadow: inset 0 0 0 16px #f5e6bd, 0 16px 53px 0 rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 0 0 16px #f5e6bd, 0 16px 53px 0 rgba(0, 0, 0, 0.19);
  padding: 50px;
  background-color: #ffffff;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.block-map__main.display {
  display: block;
}

.block-map__main.visible {
  opacity: 1;
}

.block-map__select-city {
  position: absolute;
  z-index: 1;
  top: 115px;
  right: 9px;
  width: 380px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.block-map__yamap {
  width: 100%;
  height: 482px;
}

.block-map_no-filter .block-map__main {
  top: 115px;
}

.block-map_no-filter .block-map__select-city {
  top: 50px;
}

@media (max-width: 1023.98px) {
  .block-map__yamap {
    height: 736px;
  }
}

@media (max-width: 767.98px) {
  .block-map__main,
  .block-map__select-city {
    width: calc(100% - 18px);
  }

  .block-map__select-city {
    top: 130px;
  }

  .block-map__main {
    top: auto;
    bottom: 40px;
    padding: 24px;
    -webkit-box-shadow: inset 0 0 0 8px #f5e6bd, 0 16px 53px 0 rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 0 0 8px #f5e6bd, 0 16px 53px 0 rgba(0, 0, 0, 0.19);
  }

  .block-map__yamap {
    height: 90vh;
  }

  .block-map__filter {
    padding: 10px;
  }

  .block-map__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }

  .block-map__checkbox:last-child {
    margin: 0;
  }
}

.block-map-main__title {
  margin: 0 0 32px;
}

.block-map-main__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-map-main__adress,
.block-map-main__phone,
.block-map-main__email,
.block-map-main__time {
  position: relative;
  padding-left: 32px;
}

.block-map-main__adress img,
.block-map-main__adress svg,
.block-map-main__phone img,
.block-map-main__phone svg,
.block-map-main__email img,
.block-map-main__email svg,
.block-map-main__time img,
.block-map-main__time svg {
  position: absolute;
  top: 0;
  left: 0;
}

.block-map-main__adress,
.block-map-main__phone,
.block-map-main__email {
  margin-bottom: 16px;
}

.block-map-main__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  border: none;
  outline: none !important;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

.home-video {
  width: 100%;
  max-height: 800px;
  margin-bottom: 48px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .home-video {
    max-height: 607px;
  }
}

@media (max-width: 767.98px) {
  .home-video {
    height: 320px;
    margin-bottom: 30px;
  }
}

.home-video-slider {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-video-slider__item {
  position: relative;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

.home-video-slider__item::before {
  content: "";
  float: left;
  padding-bottom: 56.25%;
}

.home-video-slider__item::after {
  content: "";
  display: table;
  clear: both;
}

.home-video-slider__wrap,
.home-video-slider__cover,
.home-video-slider__object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-video-slider__wrap {
  max-height: 800px;
}

.home-video-slider__cover {
  z-index: 1;
}

.home-video-slider__object {
  z-index: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.home-video-slider__text-block-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.home-video-slider__prev,
.home-video-slider__next {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  outline: none !important;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.home-video-slider__prev img,
.home-video-slider__prev svg,
.home-video-slider__next img,
.home-video-slider__next svg {
  width: 100%;
  height: 100%;
}

.home-video-slider__prev {
  left: 5%;
}

.home-video-slider__next {
  right: 5%;
}

@media (max-width: 767.98px) {
  .home-video-slider__prev,
  .home-video-slider__next {
    display: none !important;
  }

  .home-video-slider__item {
    height: 320px;
  }

  .home-video-slider__item iframe {
    height: 320px;
  }

  .home-video-slider__wrap {
    height: 320px;
  }
}

.text-block-wrap {
  display: block;
  width: 100%;
  padding: 124px 80px 40px;
}

.text-block-wrap__desc,
.text-block-wrap__title {
  display: block;
  margin-bottom: 0;
  color: #fff;
}

.text-block-wrap__desc {
  font-weight: normal;
}

.text-block-wrap__title {
  display: block;
  margin-top: 20px;
}

.text-block-wrap__btn {
  margin-top: 32px;
}

@media (max-width: 1279.98px) {
  .text-block-wrap {
    padding: 64px 48px;
  }

  .text-block-wrap__title {
    font-size: 48px;
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .text-block-wrap {
    padding: 24px 27px;
  }

  .text-block-wrap__desc {
    font-weight: 300;
  }

  .text-block-wrap__title {
    margin-top: 16px;
    font-size: 24px;
  }

  .text-block-wrap__btn {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .col-corp {
    padding: 0;
  }
}

.phome-corp__advantages {
  margin-bottom: 64px;
}

.phome-corp__cooperation-title {
  margin-bottom: 48px;
}

.phome-corp__cooperation {
  margin-bottom: 64px;
}

@media (max-width: 767.98px) {
  .phome-corp__advantages {
    margin-bottom: 64px;
  }
}

.phome-corp-cooperation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.phome-corp-cooperation__left {
  position: relative;
  width: 666.08333px;
  padding: 107px 52px 122px 72px;
  overflow: hidden;
}

.phome-corp-cooperation__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #f5e6bd;
}

.phome-corp-cooperation__bg-img,
.phome-corp-cooperation__bg-leaf-lt,
.phome-corp-cooperation__bg-leaf-rb {
  position: absolute;
  z-index: 0;
}

.phome-corp-cooperation__bg-leaf-lt {
  left: 0;
  top: 0;
}

.phome-corp-cooperation__bg-leaf-rb {
  right: 0;
  bottom: 0;
}

.phome-corp-cooperation__title,
.phome-corp-cooperation__desc {
  position: relative;
  z-index: 1;
}

.phome-corp-cooperation__title {
  display: block;
  font-family: "PlayfairDisplay";
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  color: #343434;
  margin-bottom: 18px;
}

.phome-corp-cooperation__desc {
  display: block;
  margin-bottom: 22px;
}

.phome-corp-cooperation__right {
  width: 452.91667px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1279.98px) {
  .phome-corp-cooperation__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .phome-corp-cooperation__left,
  .phome-corp-cooperation__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .phome-corp-cooperation__left {
    padding: 43px 96px 34px 50px;
  }

  .phome-corp-cooperation__right {
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
  }
}

@media (max-width: 767.98px) {
  .phome-corp-cooperation__left {
    padding: 20px 33px 26px;
  }

  .phome-corp-cooperation__right {
    max-height: 320px;
  }

  .phome-corp-cooperation__bg-leaf-lt {
    -webkit-transform: scale(0.7) translate(-20%, -20%);
    -ms-transform: scale(0.7) translate(-20%, -20%);
    transform: scale(0.7) translate(-20%, -20%);
  }

  .phome-corp-cooperation__bg-leaf-rb {
    -webkit-transform: scale(0.7) translate(20%, 20%);
    -ms-transform: scale(0.7) translate(20%, 20%);
    transform: scale(0.7) translate(20%, 20%);
  }
}

.corp-news-full__card-news {
  margin-bottom: 32px;
}

.corp-news__prew {
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
  outline: none !important;
}

.corp-news__prew:hover {
  text-decoration: none;
}

.corp-news__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.corp-news__wrap-img::before {
  content: "";
  float: left;
  padding-bottom: 66.66667%;
}

.corp-news__wrap-img::after {
  content: "";
  display: table;
  clear: both;
}

.corp-news__wrap-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.corp-news__title {
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.corp-news__date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 110px;
  background-color: #fff;
  color: #616160;
}

.corp-news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.corp-news__hidden {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .corp-news__prew:hover {
    text-decoration: none;
  }

  .corp-news__prew:hover .corp-news__title {
    color: #da4577;
  }
}

@media (max-width: 1023.98px) {
  .corp-news__prew {
    margin-bottom: 8px;
  }
}

.pcontacts-corp__content {
  margin: 0 0 32px;
}

.pcontacts-corp__offices {
  margin: 0 0 48px;
}

.pcontacts-corp__subtitle {
  margin: 0 0 32px;
}

.pcontacts-corp__map {
  margin: 0 0 64px;
}

@media (max-width: 1279.98px) {
  .pcontacts-corp__offices {
    margin: 0 0 32px;
  }
}

@media (max-width: 767.98px) {
  .pcontacts-corp__offices {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .contacts-offices__card {
    margin-bottom: 16px;
  }
}

.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  background-color: #ffffff;
  min-height: 192px;
  height: 100%;
}

.contact-card__title {
  min-height: 20px;
  margin: 0 0 20px;
}

.contact-card__adress {
  display: inline-block;
  margin: 0 0 20px;
}

.contact-card__items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin: 0 0 8px;
}

.contact-card__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  max-width: 24px;
  margin-right: 8px;
}

.contact-card__item svg path {
  fill: #ccc !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-card__item a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 32px);
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #616160;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-card__item a:hover {
  color: #da4577;
}

.contact-card__item a:hover + svg path {
  fill: #da4577 !important;
}

.contact-card__item:last-child {
  margin: 0;
}

.contact-card_bg {
  background-color: #f6e8bd;
}

.contact-card_bg .contact-card__item svg path {
  fill: #343434 !important;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .contact-card_sm .contact-card__title {
    min-height: 52px;
    margin: 0 0 36px;
  }
}

.contacts-subtitle__title-wrap {
  text-align: center;
}

.contacts-subtitle__title {
  margin: 0;
}

.contacts-all__card {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 0 32px;
}

.contacts-all__card_one-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 1279.98px) {
  .contacts-all__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .contacts-all__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
}

.ptenders-corp__content {
  margin: 0 0 40px;
}

.ptenders-corp__sort {
  margin: 0 0 16px;
}

.ptenders-corp__main {
  margin: 0 0 32px;
}

.ptenders-corp-main__card {
  margin: 0 0 16px;
}

.ptenders-corp-main__card:last-child {
  margin: 0;
}

.tender-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.tender-card__left {
  padding: 24px 15px 24px 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
}

.tender-card__right {
  padding: 24px 24px 24px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 176px;
  flex: 0 0 176px;
  max-width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tender-card__title {
  margin: 0 0 10px;
}

.tender-card__department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
}

.tender-card__department img,
.tender-card__department svg {
  margin-right: 10px;
}

.tender-card__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tender-card__contact-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 8px;
}

.tender-card__contact-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.tender-card__contact-email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tender-card__contact-email img,
.tender-card__contact-email svg {
  margin-right: 10px;
}

.tender-card__contact-email svg path {
  fill: #ccc;
}

.tender-card__contact-email a {
  color: #616160;
}

.tender-card__status-title::after {
  content: "";
  display: block;
  clear: both;
}

.tender-card__status-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 8px;
  margin-right: 4px;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  float: left;
}

.tender-card__status-title_active::before {
  background-color: #45bf0f;
}

.tender-card__status-title_close::before {
  background-color: #ccc;
}

.tender-card__conditions-wrap {
  margin-top: auto;
}

.tender-card__conditions-title {
  font-size: 13px;
  line-height: 16px;
  color: #616160;
  margin: 0 0 10px;
}

.tender-card__conditions-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tender-card__conditions-download img,
.tender-card__conditions-download svg {
  margin-right: 10px;
}

.tender-card__conditions-download svg path:not(.white) {
  fill: #ccc;
}

.tender-card__conditions-download span {
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
  color: #616160;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tender-card__conditions-download:hover span {
  color: #da4577;
}

.tender-card::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 176px;
  background-color: #ebeae6;
}

@media (max-width: 1365.98px) {
  .tender-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 618.08333px;
    flex: 0 0 618.08333px;
    max-width: 618.08333px;
  }

  .tender-card__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255.75px;
    flex: 0 0 255.75px;
    max-width: 255.75px;
  }

  .tender-card::after {
    right: 255.75px;
  }
}

@media (max-width: 1279.98px) {
  .tender-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    max-width: 560px;
  }

  .tender-card__right {
    padding-left: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    max-width: 272px;
  }

  .tender-card::after {
    right: 272px;
  }
}

@media (max-width: 1023.98px) {
  .tender-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
  }

  .tender-card__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
    max-width: 208px;
  }

  .tender-card::after {
    right: 208px;
  }
}

@media (max-width: 767.98px) {
  .tender-card__left {
    padding: 14px 16px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tender-card__right {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tender-card::after {
    display: none;
  }

  .tender-card__status-wrap,
  .tender-card__conditions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-top: 1px solid #ebeae6;
  }

  .tender-card__conditions-title {
    margin: 0;
  }
}

.franchising-main {
  background-color: #f9f8f4;
}

.franchising-main__content {
  margin-bottom: 32px;
}

@media (max-width: 1023.98px) {
  .franchising-main__content {
    margin-bottom: 40px;
  }
}

.from-franchising {
  display: block;
  background-color: #fff;
  padding: 32px 192px 40px 40px;
}

.from-franchising__title {
  margin-bottom: 40px;
}

.from-franchising__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
  width: 504px;
}

.from-franchising__formfield {
  width: 240px;
}

.from-franchising__line {
  width: calc(100% + 232px);
  margin: 0 -192px 32px -40px;
  border: none;
  height: 1px;
  background-color: #ebeae6;
}

.from-franchising__line_mb_40 {
  margin-bottom: 40px;
}

.from-franchising__textarea {
  margin-bottom: 32px;
  width: 504px;
}

.from-franchising__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 208px;
  margin-bottom: 24px;
}

.from-franchising__check {
  margin-bottom: 40px;
  margin-left: 8px;
}

@media (max-width: 1023.98px) {
  .from-franchising {
    padding-right: 144px;
  }

  .from-franchising__line {
    width: calc(100% + 184px);
    margin: 0 -144px 32px -40px;
  }

  .from-franchising__line_mb_40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .from-franchising {
    padding: 16px 24px 40px;
  }

  .from-franchising__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .from-franchising__line {
    width: calc(100% + 48px);
    margin: 0 -24px 32px;
  }

  .from-franchising__formfield {
    width: 100%;
    margin-bottom: 0;
  }

  .from-franchising__formfield:first-child:not(:last-child) {
    margin-bottom: 32px;
  }

  .from-franchising__textarea {
    width: 100%;
  }

  .from-franchising__download {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-company__content {
  margin-bottom: 140px;
}

.about-company__awards {
  margin-bottom: 160px;
}

.about-company__request {
  margin-bottom: 68px;
}

@media (max-width: 1023.98px) {
  .about-company__content {
    margin-bottom: 130px;
  }
}

@media (max-width: 767.98px) {
  .about-company__content {
    margin-bottom: 80px;
  }

  .about-company__awards {
    margin-bottom: 56px;
  }
}

.company-awards {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 32px;
  width: 100%;
  background-color: #f5e6bd;
}

.company-awards__middle {
  width: 240px;
  text-align: center;
}

.company-awards__subtitle {
  font-weight: normal;
  margin-bottom: 20px;
}

.company-awards__img {
  position: absolute;
  z-index: 0;
  top: -50%;
  width: 468px;
  height: 460px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .company-awards {
    width: calc(100% + 32px);
    padding-top: 40px;
    padding-bottom: 44px;
    margin: 0 -16px;
  }

  .company-awards__title {
    margin-bottom: 16px;
  }

  .company-awards__subtitle {
    margin-bottom: 16px;
  }

  .company-awards__img {
    top: -10%;
    width: 293px;
    height: 276px;
  }
}

.company-vacantion {
  position: relative;
}

.company-vacantion__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.company-vacantion__job {
  position: absolute;
  right: 32px;
  top: 32px;
  display: block;
  text-align: center;
  background-color: #f5e6bd;
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
  width: 320px;
  padding: 32px 40px 40px;
}

.company-vacantion__title {
  margin-bottom: 16px;
}

.company-vacantion__desc {
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .company-vacantion__img {
    height: 320px;
    -o-object-position: 5% 50%;
    object-position: 5% 50%;
  }

  .company-vacantion__job {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 32px 24px 40px;
  }

  .company-vacantion__desc {
    margin-bottom: 16px;
  }
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-info__more {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 12px;
}

.company-info__history {
  width: 240px;
}

.product-quality-main__content {
  margin: 0 0 32px;
}

.product-quality-main__subtitle {
  margin: 0 0 32px;
}

.product-quality-subtitle__title-wrap {
  text-align: center;
}

.product-quality-subtitle__title {
  margin: 0;
}

@media (max-width: 1279.98px) {
  .product-quality-cert__item {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .product-quality-cert__item {
    margin-bottom: 16px;
  }
}

.cert-card__image {
  display: block;
  outline: none !important;
  position: relative;
}

.cert-card__image::before {
  content: "";
  float: left;
  padding-bottom: 140.625%;
}

.cert-card__image::after {
  content: "";
  display: table;
  clear: both;
}

.cert-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cert-card__desc {
  width: 100%;
  height: 88px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 8px;
}

.cert-card__desc p {
  font-size: 14px;
  line-height: 18px;
  color: #343434;
  text-align: center;
}

.media-center {
  background-color: #f9f8f4;
}

.media-center__content {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .media-center__content {
    margin-bottom: 16px;
  }
}

.media-center-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
}

.media-center-card:last-child {
  margin-bottom: 0;
}

.media-center-card__title {
  line-height: 32px;
  margin-bottom: 16px;
}

.media-center-card__desc {
  margin-bottom: 48px;
}

.media-center-card__half {
  display: block;
}

.media-center-card__half_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding: 32px 64px 32px 40px;
  background-color: #f5e6bd;
}

.media-center-card__half_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
}

.media-center-card__half_right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

@media (max-width: 1023.98px) {
  .media-center-card {
    margin-bottom: 24px;
  }

  .media-center-card__half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .media-center-card__half_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 24px 32px;
  }

  .media-center-card__half_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 288px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .media-center-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .media-center-card__title {
    margin-bottom: 8px;
  }

  .media-center-card__desc {
    margin-bottom: 24px;
  }

  .media-center-card__half_right {
    height: 216px;
  }
}

/* Карточка товара (корпоративного сайта) */
.card-product-corp {
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #f9f8f4;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-product-corp:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.15);
}

.card-product-corp__tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-product-corp__tag {
  display: inline-block;
  min-width: 74px;
  height: 20px;
  margin: 0 6px;
  padding: 1px 10px 4px;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none !important;
  text-align: center;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.card-product-corp__tag_red {
  background-color: #e45b5b;
}

.card-product-corp__tag_orange {
  background-color: #ff6600;
}

.card-product-corp__tag_green {
  background-color: #6fc65e;
}

.card-product-corp__hovered {
  position: relative;
  display: block;
  text-decoration: none !important;
  outline: none !important;
  padding-bottom: 56px;
  overflow: hidden;
}

.card-product-corp__hovered::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-product-corp__hovered:hover::before {
  opacity: 1;
}

.card-product-corp__hovered:hover .card-product-corp__subtitle-wrap {
  top: 24px;
}

.card-product-corp__hovered:hover .card-product-corp__title-wrap {
  top: 48px;
}

.card-product-corp__hovered:hover .card-product-corp__desc {
  top: 94px;
  opacity: 1;
}

.card-product-corp__hovered:hover .card-product-corp__btn {
  -webkit-animation: card-product-corp-hover 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s 1 forwards;
  animation: card-product-corp-hover 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s 1 forwards;
}

.card-product-corp__image {
  position: relative;
  z-index: 1;
  display: block;
}

.card-product-corp__image img {
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  width: calc(100% - 80px);
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-product-corp__image::before {
  content: "";
  float: left;
  padding-bottom: 100%;
}

.card-product-corp__image::after {
  content: "";
  display: table;
  clear: both;
}

.card-product-corp__subtitle-wrap {
  position: absolute;
  z-index: 3;
  top: calc(100% - 72px);
  width: 100%;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-product-corp__subtitle-text {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #616160;
}

.card-product-corp__title-wrap {
  position: absolute;
  top: calc(100% - 48px);
  z-index: 3;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-product-corp__title-text {
  font-size: 15px;
  line-height: 20px;
  color: #4c4c4c;
  margin: 0;
}

.card-product-corp__desc {
  position: absolute;
  z-index: 3;
  top: 100%;
  height: 142px;
  overflow: hidden;
  opacity: 0;
  font-size: 14px;
  line-height: 20px;
  color: #616160;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card-product-corp__desc p {
  margin: 0;
}

.card-product-corp__btn {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
}

@-webkit-keyframes card-product-corp-hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes card-product-corp-hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.cooperation-main {
  background-color: #f9f8f4;
}

.cooperation-main__content {
  margin-bottom: 48px;
}

.cooperation-main__title {
  margin-bottom: 88px;
}

.cooperation-main__cards {
  margin-bottom: 56px;
}

.cooperation-main__title-tender {
  margin-bottom: 32px;
}

@media (max-width: 1023.98px) {
  .cooperation-main__content {
    margin-bottom: 40px;
  }

  .cooperation-main__title {
    margin-bottom: 64px;
  }

  .cooperation-main__cards {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .cooperation-main__content,
  .cooperation-main__cards {
    margin-bottom: 24px;
  }
}

.cooperation-main-cards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.cooperation-main-cards__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 112px;
}

.cooperation-main-cards__card:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .cooperation-main-cards__card:nth-child(odd):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .cooperation-main-cards__card {
    margin-bottom: 72px;
  }
}

@media (max-width: 767.98px) {
  .cooperation-main-cards__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 64px;
  }
}

.cooperation-card {
  background-color: #f5e6bd;
  padding: 0 40px 48px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cooperation-card__img {
  width: 100%;
  height: 256px;
  margin-bottom: 32px;
  margin-top: -40px;
  -webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.cooperation-card__title {
  margin-bottom: 16px;
}

.cooperation-card__desc {
  margin-bottom: 24px;
  max-height: 96px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cooperation-card {
    padding: 0 24px 40px;
  }

  .cooperation-card__img {
    margin-bottom: 24px;
  }

  .cooperation-card__desc {
    max-height: 192px;
  }
}

@media (max-width: 767.98px) {
  .cooperation-card {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cooperation-tender-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f5e6bd;
}

.cooperation-tender-card__img {
  width: 384px;
  height: 288px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.cooperation-tender-card__right {
  display: block;
  width: 100%;
  padding: 24px 24px 32px;
}

.cooperation-tender-card__desc {
  width: 100%;
  max-height: 168px;
  overflow: hidden;
  margin-bottom: 16px;
}

@media (max-width: 1023.98px) {
  .cooperation-tender-card__img {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .cooperation-tender-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cooperation-tender-card__img,
  .cooperation-tender-card__right {
    width: 100%;
  }

  .cooperation-tender-card__right {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.popup-notification {
  position: fixed;
  z-index: 120;
  left: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.popup-notification__wrap {
  width: 100%;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.22);
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.popup-notification__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-notification.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup-notification.visible {
  opacity: 1;
}

.popup-notification.visible .popup-notification__wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.notification-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 24px 107px 48px 43px;
}

.notification-block__text {
  display: block;
  width: 54%;
}

@media (max-width: 1279.98px) {
  .notification-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 56px;
    padding-bottom: 24px;
  }

  .notification-block__text {
    width: 66%;
  }
}

@media (max-width: 767.98px) {
  .notification-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 16px 32px;
  }

  .notification-block__text {
    width: 100%;
    margin-bottom: 24px;
  }
}

.page-subscription {
  background-color: #f9f8f4;
}

.subscription-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 32px 34px 40px;
  background-color: #ffffff;
}

.subscription-card__content {
  display: block;
  margin-right: 24px;
}

.subscription-card__title {
  padding-top: 7px;
  margin-bottom: 24px;
}

.subscription-card__desc {
  display: block;
  min-height: 72px;
}

.subscription-card__img {
  display: block;
  width: 137px;
  height: 133px;
}

@media (max-width: 767.98px) {
  .subscription-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 41px 24px 60px;
  }

  .subscription-card__content {
    text-align: center;
    margin-bottom: 36px;
    margin-right: 0;
  }

  .subscription-card__title {
    margin-bottom: 18px;
  }
}

.subscription-card-popup {
  display: block;
  width: 320px;
  padding: 48px 40px 60px;
  background-color: #ffffff;
  text-align: center;
}

.subscription-card-popup__title {
  margin-bottom: 18px;
}

.subscription-card-popup__desc {
  display: block;
  margin-bottom: 36px;
}

.subscription-card-popup__img {
  display: block;
  margin: 0 auto;
  width: 137px;
  height: 133px;
}

.popup-cookies {
  position: fixed;
  bottom: 0;
  z-index: 120;
  padding: 16px 27px;
  width: calc(100% - 200px);
  background-color: #ffde84;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1365.98px) {
  .popup-cookies {
    width: calc(100% - 160px);
  }
}

@media (max-width: 1023.98px) {
  .popup-cookies {
    padding: 16px 24px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .popup-cookies {
    padding: 16px 24px;
    min-height: 153px;
  }
}

.popup-cookies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .popup-cookies__content {
    display: block;
  }
}

.popup-cookies__title p {
  font-size: 14px;
  line-height: 16px;
  color: #343434;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .popup-cookies__title {
    margin-bottom: 8px;
  }
}

.popup-cookies__text {
  margin-top: 4px;
}

.popup-cookies__text p {
  font-size: 12px;
  line-height: 14px;
  color: #343434;
}

@media (max-width: 767.98px) {
  .popup-cookies__text {
    margin-bottom: 17px;
  }
}

.popup-cookies.display {
  display: block;
}

.popup-cookies.visible {
  opacity: 1;
}
