@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Bold.woff2") format("woff2"), url("../fonts/PTRootUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Medium.woff2") format("woff2"), url("../fonts/PTRootUI-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts/PTRootUI-Regular.woff2") format("woff2"), url("../fonts/PTRootUI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Main */
html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0 !important;
  font: 400 14px/1.2 "PT Root UI", Arial, Helvetica, sans-serif;
  color: #202838;
  background: #fff no-repeat center 0;
}

@media all and (max-width: 772px) {
  body {
    font-size: 13px;
  }
}
a img {
  border: 0;
}

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

* {
  min-height: 0;
  min-width: 0;
}

*:focus {
  outline: 2px solid #000;
  outline: -webkit-focus-ring-color auto 1px !important;
}

.focus-disabled *,
.focus-disabled *:focus {
  outline: none !important;
}

.load--preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a {
  color: #7f6051;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  margin: 16px 0;
  padding: 0;
  font: 400 24px/1.2 "PT Root UI", Arial, Helvetica, sans-serif;
  color: #000;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-weight: bold;
  font-size: 16px;
}

@media all and (max-width: 772px) {
  h1, .h1 {
    font-size: 20px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 16px;
  }
}
.list-reset,
.list-reset > li,
.list-reset > dl,
.list-reset > dt,
.list-reset > dd {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0;
}

hr,
.hr-line {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid rgba(204, 204, 204, 0.45);
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

input, textarea, select, button {
  font: normal 14px/1.2 "PT Root UI", Arial, Helvetica, sans-serif;
  color: #111;
  vertical-align: baseline;
}

label {
  vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.none,
.display-none {
  display: none;
}

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

.txt-strong {
  font-weight: 800;
}

.clr-blue {
  color: #2e84ed;
}

p {
  display: block;
  margin: 16px 0;
}

blockquote,
.blockquote {
  padding: 14px 10px;
  margin: 12px 0;
  border: 2px solid #22b048;
  border-left-width: 5px;
  font: 500 14px/1.2 "PT Root UI", Arial, Helvetica, sans-serif;
  color: #000;
  background: rgba(34, 34, 34, 0.07);
  border-radius: 5px;
}

/* Next */
.idesc {
  line-height: 1.34;
  font-size: 16px;
  color: #000;
  word-break: break-word;
}

.idesc p {
  margin: 12px 0;
}

.idesc h1, .idesc .h1,
.idesc h2, .idesc .h2,
.idesc h3, .idesc .h3,
.idesc h4, .idesc .h4,
.idesc h5, .idesc .h5,
.idesc h6, .idesc .h6 {
  margin: 34px 0 12px 0;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child {
  margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child,
.idesc .h1:first-child, .idesc .h2:first-child, .idesc .h3:first-child, .idesc .h4:first-child, .idesc .h5:first-child, .idesc .h6:first-child {
  margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child, .idesc h2:last-child, .idesc h3:last-child, .idesc h4:last-child, .idesc h5:last-child, .idesc h6:last-child,
.idesc .h1:last-child, .idesc .h2:last-child, .idesc .h3:last-child, .idesc .h4:last-child, .idesc .h5:last-child, .idesc .h6:last-child {
  margin-bottom: 0 !important;
}

.idesc table {
  width: 100%;
  margin: 12px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
}

.idesc table td,
.idesc table th {
  padding: 6px 9px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.idesc table tr:first-child td,
.idesc table th {
  font-weight: bold;
}

.idesc table tr:hover > td {
  background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
  max-width: 100%;
  height: auto;
}

.wordbreak {
  word-break: break-all;
}

.list-arrow {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list-arrow > li {
  padding: 0 0 0 22px;
  margin: 0;
  list-style: none;
  position: relative;
  line-height: 1.44;
}
.list-arrow > li::before {
  content: ">";
  width: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -22px;
  font-weight: bold;
  color: #ea2532;
  transform: scale(1.2);
}

.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.place-input {
  width: 100%;
  height: 43px;
  padding: 0 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 2px solid #818a91;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  outline: none;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  transition: background-color 0.1s linear;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.place-input {
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

select.place-input {
  background-image: url(../img/icons/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.place-input::-webkit-input-placeholder {
  color: #bdc5cd;
  -webkit-transition: color 0.1s linear;
}

.place-input:focus::-webkit-input-placeholder {
  color: #999;
}

.place-input:-moz-placeholder {
  color: #bdc5cd;
  -moz-transition: color 0.1s linear;
}

.place-input:focus:-moz-placeholder {
  color: #999;
}

.place-input::-moz-placeholder {
  color: #bdc5cd;
  -moz-transition: color 0.1s linear;
}

.place-input:focus::-moz-placeholder {
  color: #999;
}

.place-input:-ms-input-placeholder {
  color: #bdc5cd;
}

.place-input:focus:-ms-input-placeholder {
  color: #999;
}

.place-input:hover,
.place-input:focus {
  border-color: #806152;
}

a.button {
  text-decoration: none;
}

.button {
  min-height: 40px;
  height: 40px;
  padding: 2px 22px;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  background: rgb(127, 96, 81);
  border-radius: 4px;
  transition: background-color 0.34s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.button-sm {
  min-height: 32px;
  height: 34px;
  padding: 2px 16px;
}
.button_text_large {
  font-size: 16px;
}
.button:hover {
  background: #74574a;
}
.button-gray {
  background-color: #7f6051;
}
.button-gray:hover {
  background-color: #9b7666;
}
.button-dialer {
  background-color: #d1b171;
}
.button-dialer:hover {
  background-color: #e0bf76;
}
.button-border-min {
  border-radius: 4px;
}
.button.current {
  background: #c9a388;
}
.button-border-gray {
  color: #000;
  background: 0;
  border: 2px solid #e9e9e9;
}
.button-border-gray:hover {
  background-color: #e9e9e9;
}
.button-link {
  color: #aab2ba;
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.3s ease;
}
.button-link:hover {
  color: #c02128;
  background-color: transparent;
}
.button-dark {
  background-color: #252a39;
}
.button-dark:hover {
  background-color: #4b5269;
}

.button-icon {
  gap: 0 12px;
}

.button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  color: #02141f;
  text-decoration: none;
}
.button-link_icon {
  gap: 0 8px;
}
.button-link_dark {
  color: #ea2532;
}
.button-link_red {
  color: #ea2532;
}
.button-link_white {
  color: #fff;
}
.button-link_hover_red .button-link__label {
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease;
}
.button-link_hover_red:hover {
  color: #ea2532;
}
.button-link_hover_red:hover .button-link__label {
  border-bottom-color: #ea2532;
}

.button-large {
  width: 270px;
  max-width: 100%;
  min-height: 50px;
  font-weight: 500;
  font-size: 18px;
}
@media all and (max-width: 772px) {
  .button-large {
    width: auto;
  }
}
.button-large.auto-width {
  width: auto;
}

.button[disabled],
.button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* Checkbox */
.input-check {
  flex: none;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.input-check input {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  margin: 0;
  background: 0;
  opacity: 0;
  z-index: 10;
}
.input-check-icon {
  width: 22px;
  height: 22px;
  line-height: 1.34;
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
  box-shadow: 0 0 0 2px #818a91;
  background: #fff;
  border-radius: 4px;
}
.input-check-icon:before {
  width: auto;
  height: auto;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background: no-repeat center center url("../img/icons/checked.svg");
  background-size: 100% 100%;
  transform: scale(1.8, 1.8);
  transition: all 0.3s ease;
}

.input-check input[disabled] + .input-check-icon {
  opacity: 0.34;
  -webkit-box-shadow: inset 0 0 0 2px #000;
  -moz-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
}

.input-check:hover .input-check-icon {
  box-shadow: inset 0 0 0 2px #806152;
}

.input-check input.input--error + .input-check-icon {
  box-shadow: inset 0 0 0 2px #806152;
}

.input-check input[type=radio] + .input-check-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.input-check::after {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

.input-check input:focus + .input-check-icon {
  box-shadow: inset 0 0 0 2px #806152, 0 0 0 2px #d7906d;
}

.input-check input:checked + .input-check-icon:before {
  opacity: 1;
  transform: scale(1, 1);
}

.input-check-box {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
}

.input-check-box .input-check-icon {
  flex: none;
  vertical-align: middle;
}

.input-check-text {
  flex: 1 0;
  padding: 3px 0 0 15px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 13px;
  color: #6e768c;
  letter-spacing: -0.03em;
}

.input-check-text a {
  color: #de2742;
}

.checkbox__button {
  position: relative;
}

.checkbox__button input {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  border: 0;
  margin: 0;
  opacity: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox__button-label {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424D5E;
  background: #EBEEF3;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.checkbox__button input:checked + .checkbox__button-label {
  color: #fff;
  background: #5CB446;
}

@media all and (max-width: 772px) {
  .checkbox__button-label {
    height: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
}
/* Form */
.form-block {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 18px 0 rgba(15, 18, 19, 0.07);
  border-radius: 15px;
}
@media all and (max-width: 572px) {
  .form-block {
    padding: 20px;
  }
}
.form-block_small {
  width: 442px;
  max-width: 100%;
}
.form-row {
  display: flex;
  gap: 20px 32px;
}
@media all and (max-width: 1200px) {
  .form-row {
    gap: 15px 20px;
  }
}
.form-row_small {
  gap: 15px 8px;
}
.form-row + .form-row {
  margin-top: 15px;
}
.form-col {
  flex: 1 0;
}
.form-label {
  padding: 0 0 0 22px;
  display: block;
  margin: 0 0 8px 0;
  text-align: left;
}
.form-label_req::after {
  content: "*";
  margin-left: 3px;
  font-weight: bold;
  color: red;
}
.form-label_start {
  padding-left: 0;
  margin: 0 0 12px 0;
}
.form-label_center {
  padding: 0;
  text-align: center;
}
.form-label_empty::before {
  content: ".";
  visibility: hidden;
}
.form-bottom_controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0 0;
}
.form-bottom_checkbox {
  flex: 1 0;
}
.form-clipboard {
  position: relative;
}
.form-clipboard__button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 50%;
  margin: -16px 0 0 0;
}

/*
Лоадер
 */
.form-loader {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.form.form_submit .form-loader {
  opacity: 1;
  visibility: visible;
}

.form-message {
  padding: 10px 15px;
  border: 2px solid #ccc;
  background: #eee;
  border-radius: 8px;
}

.form-message_success {
  font-weight: bold;
  border-color: darkgreen;
  background-color: rgba(0, 100, 0, 0.05);
}

.form-message_error {
  font-weight: bold;
  border-color: #cb3d3d;
  background-color: rgba(203, 61, 61, 0.05);
}

.form_submited .form-message {
  margin-bottom: 20px;
}

.site-logo {
  width: 60px;
}
.site-logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.frame-video {
  padding: 56.3% 0 0 0;
  position: relative;
}
.frame-video-prev, .frame-video-inner {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.frame-video-prev iframe,
.frame-video-prev video, .frame-video-inner iframe,
.frame-video-inner video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.frame-video-prev {
  z-index: 7;
}
.frame-video-prev img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.frame-video-prev::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 10px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: all 0.3s ease;
}
.frame-video-prev-play {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.frame-video-prev-play::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 1.3s ease;
}
.frame-video-prev-play svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.frame-video-prev:hover::after {
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  opacity: 0;
}
.frame-video-prev:hover .frame-video-prev-play {
  background: rgba(255, 255, 255, 0.3);
}
.frame-video-prev:hover .frame-video-prev-play::after {
  opacity: 0;
  transform: scale(12);
}

/* Icons */
.icon {
  flex: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  vertical-align: top;
  background: no-repeat center center;
  background-size: contain;
}
.icon_light {
  filter: contrast(0) brightness(20);
}
.icon_gray {
  filter: grayscale(1) brightness(2.2);
}
.icon_dark {
  filter: grayscale(1) brightness(0);
}
.icon-file-format-docx {
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/file-format-docx.svg);
}
.icon-file-format-pdf {
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/file-format-pdf.svg);
}

.hover-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-icon .icon {
  vertical-align: top;
  transition: opacity 0.3s ease;
}
.hover-icon .icon + .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hover-icon:hover .icon {
  opacity: 0;
}
.hover-icon:hover .icon + .icon {
  opacity: 1;
}

button:hover .hover-icon {
  position: relative;
}
button:hover .hover-icon .icon {
  opacity: 0;
}
button:hover .hover-icon .icon + .icon {
  opacity: 1;
}

.button-link:hover .hover-icon {
  position: relative;
}
.button-link:hover .hover-icon .icon {
  opacity: 0;
}
.button-link:hover .hover-icon .icon + .icon {
  opacity: 1;
}

/* Wrap */
.wraps {
  min-width: 320px;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.wrapper {
  width: 1310px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media all and (max-width: 772px) {
  .wraps {
    overflow: hidden;
  }
}
@media all and (max-width: 372px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content {
  flex: 1 0;
}

/* Cookie */
.cookie__info {
  width: 300px;
  display: block;
  padding: 10px 10px 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  font-weight: 400;
  color: #000;
  background: #fff3db;
  border: 2px solid #7f6051;
  border-left: 0;
  border-bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  -moz-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.cookie__info.show-cookie {
  opacity: 1;
  visibility: visible;
}

.cookie__info-text {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.44;
}

.cookie__info-text p {
  margin: 0;
}

.cookie__info-text p + p {
  margin-top: 8px;
}

.cookie__info-button {
  margin: 12px 0 0 0;
  text-align: right;
}
.cookie__info-button-width {
  width: 100%;
}

/* Footer */
.footer {
  flex: none;
  padding: 24px 0 28px 0;
  margin: 54px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  background: rgba(0, 0, 0, 0.01);
}
.footer .wrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 970px) {
  .footer .wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.footer-copyright-name {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.footer-copyright-name:hover {
  color: #7f6051;
}

.section + .footer {
  margin-top: 0;
}

/* Header */
.header {
  flex: none;
  min-height: 90px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 772px) {
  .header {
    display: none;
  }
}
.header-fly {
  width: auto;
  position: fixed;
  z-index: 777;
  left: 0;
  right: 0;
  top: 0;
  color: #000;
  background: #fff;
}
.header-fly::after {
  width: auto;
  height: 2px;
  content: " ";
  display: block;
  position: absolute;
  z-index: 77;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 1px solid #e6e6e6;
}
.header-wrapper {
  min-height: 70px;
  display: flex;
  align-items: center;
}
.header-logo {
  flex: none;
}
.header-nav {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}
.header-nav-list {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.header-nav-list:first-child {
  justify-content: flex-end;
}
.header-nav-list:last-child {
  justify-content: flex-start;
}
.header-nav-list-item-link {
  height: 21px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.header-nav-list-item-link::after {
  content: " ";
  width: auto;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.header-nav-list-item-link::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #7f6051;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.header-nav-list-item-link_modal::before {
  width: 0;
}
.header-nav-list-item-link_modal:hover::before {
  width: 100%;
}
.header-nav-list-item:hover .header-nav-list-item-link {
  color: #d4b57a;
}
.header-nav-list-item:hover .header-nav-list-item-link::before {
  background: #d4b57a;
}
.header-nav-list-item:hover .header-nav-list-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-nav-list-drop {
  width: auto;
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header-nav-list-drop-title {
  margin: 0 0 20px 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 22px;
}
.header-nav-list-drop-title span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgba(155, 155, 155, 0.3);
}
.header-nav-contacts {
  width: 360px;
  max-width: 100%;
}
.header-nav-catalog {
  display: flex;
}
.header-nav-catalog-item {
  flex: 1 0;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.header-nav-catalog-item:nth-child(even) {
  background-color: #f5f0ea;
}
.header-nav-catalog-item-title {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #7f6051;
  transition: color 0.3s ease;
}
.header-nav-catalog-item-text {
  letter-spacing: -0.1px;
  color: #000;
  line-height: 1.34;
}
.header-nav-catalog-item img {
  width: 136px;
  height: 136px;
  vertical-align: top;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.header-nav-catalog-item:hover img {
  transform: translateY(-10px);
}
.header-nav-catalog-item:hover .header-nav-catalog-item-title {
  color: #d4b57a;
}

.mobile-header {
  display: none;
  margin-bottom: 20px;
  height: 50px;
}
@media all and (max-width: 772px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header-fly {
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 905;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  background: #eee;
  border-bottom: 2px solid #e6e6e6;
}
.mobile-header-logo {
  flex: none;
  width: 40px;
  height: 40px;
}
.mobile-header-logo .site-logo-image {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.mobile-header-left {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-right {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header-button {
  height: 21px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.mobile-header-button::after {
  content: " ";
  width: auto;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.mobile-header-button::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #7f6051;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.mobile-fly {
  width: auto;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 999;
  top: 50px;
  bottom: 0;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.mobile-fly-catalog {
  width: 280px;
  left: 0;
  border-right: 2px solid #e6e6e6;
  transform: translateX(-101%);
}
.mobile-fly-catalog img {
  width: 68px;
  height: 68px;
  margin-top: -5px;
}
.mobile-fly-catalog .header-nav-catalog-item-title {
  margin: 0 0 5px 0;
  font-size: 15px;
}
.mobile-fly-menu {
  width: 280px;
  right: 0;
  border-left: 2px solid #e6e6e6;
  transform: translateX(101%);
}
.mobile-fly-nav {
  display: flex;
  flex-direction: column;
}
.mobile-fly-nav-list {
  display: flex;
  flex-direction: column;
}
.mobile-fly-nav-item {
  border-bottom: 1px solid #eee;
}
.mobile-fly-nav-item-link {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #707070;
  text-decoration: none;
}

body[data-drop-fly=menu] .mobile-fly-menu {
  opacity: 1;
  transform: translateX(0);
}
body[data-drop-fly=menu] button[data-drop-fly=menu] {
  color: #d1b070;
}
body[data-drop-fly=menu] button[data-drop-fly=menu]::before {
  background: #d1b070;
}

body[data-drop-fly=catalog] .mobile-fly-catalog {
  opacity: 1;
  transform: translateX(0);
}
body[data-drop-fly=catalog] button[data-drop-fly=catalog] {
  color: #d1b070;
}
body[data-drop-fly=catalog] button[data-drop-fly=catalog]::before {
  background: #d1b070;
}

.layer-overlay {
  display: none;
}

@media all and (max-width: 772px) {
  .layer-overlay {
    width: auto;
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  body[data-drop-fly] .layer-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.start-slider {
  width: 100%;
  height: 700px;
  margin-top: -50px;
  background: #f8f8f8;
}
@media all and (max-width: 960px) {
  .start-slider {
    height: 460px;
  }
}
@media all and (max-width: 772px) {
  .start-slider {
    margin-top: -20px;
  }
}
.start-slider::before {
  width: 500px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 7;
  left: -500px;
  top: -500px;
  bottom: -500px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  pointer-events: none;
  transform: rotate(45deg);
}
.start-slider-paginator {
  width: auto;
  position: absolute;
  z-index: 77;
  left: 0;
  right: 0;
  bottom: 30px;
}
.start-slider-paginator-inner {
  display: flex;
  gap: 10px;
}
.start-slider-paginator-item {
  width: auto !important;
  min-width: 20px;
  min-height: 34px;
  display: inline-flex !important;
  vertical-align: top;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
  background: 0 !important;
}
.start-slider-paginator-item::after {
  flex: none;
  width: 25px;
  height: 2px;
  content: " ";
  display: block;
  background: #000;
  transition: width 0.3s ease;
}
.start-slider-paginator-item.swiper-pagination-bullet-active::after {
  width: 50px;
}
.start-slider-item {
  display: flex;
  position: relative;
  overflow: hidden;
}
.start-slider-item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
@media all and (max-width: 482px) {
  .start-slider-item-wrapper {
    flex-direction: column;
  }
}
@media all and (max-width: 482px) {
  .start-slider-item-wrapper {
    padding-bottom: 20px;
    justify-content: flex-start;
  }
}
.start-slider-item-wrapper::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: -1000px;
  right: 50%;
  top: 0;
  bottom: 0;
  background: repeat 0 0 url(../img/sections/start-slider-03.jpg);
}
@media all and (max-width: 482px) {
  .start-slider-item-wrapper::before {
    height: 200px;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
.start-slider-item-left {
  flex: none;
  padding: 20px;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  z-index: 8;
}
@media all and (max-width: 772px) {
  .start-slider-item-left {
    width: 50%;
    padding: 15px;
  }
}
@media all and (max-width: 482px) {
  .start-slider-item-left {
    flex: none;
    width: 100%;
    align-items: center;
  }
  .start-slider-item-left .button-large {
    min-height: 40px;
    font-size: 16px;
  }
}
.start-slider-item-right {
  flex: 1 0;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 8;
}
.start-slider-item-right_to_left {
  order: -10;
}
@media all and (max-width: 772px) {
  .start-slider-item-right {
    padding: 10px;
  }
}
@media all and (max-width: 482px) {
  .start-slider-item-right {
    flex: none;
    width: 180px;
    height: 180px;
    order: -10;
    margin: 10px 0;
  }
}
.start-slider-item-title {
  line-height: 1.34;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 42px;
}
@media all and (min-width: 482.5px) {
  .start-slider-item-title {
    opacity: 0;
    transform: translateY(200px);
    transition: all 0.25s 1.05s ease;
  }
}
@media all and (max-width: 1172px) {
  .start-slider-item-title {
    font-size: 32px;
  }
}
@media all and (max-width: 960px) {
  .start-slider-item-title {
    font-size: 24px;
  }
}
@media all and (max-width: 772px) {
  .start-slider-item-title {
    font-size: 20px;
  }
}
@media all and (max-width: 472px) {
  .start-slider-item-title {
    font-size: 17px;
    text-align: center;
  }
}
.start-slider-item-text {
  line-height: 1.34;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
}
@media all and (min-width: 482.5px) {
  .start-slider-item-text {
    opacity: 0;
    transform: translateY(200px);
    transition: all 0.25s 1.05s ease;
  }
}
@media all and (min-width: 482.5px) {
  .start-slider-item-button {
    opacity: 0;
    transform: translateY(200px);
    transition: all 0.25s 1.05s ease;
  }
}
.start-slider-item-bgs, .start-slider-item-image {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-slider-item-bgs {
  padding: 50px;
}
@media all and (min-width: 482.5px) {
  .start-slider-item-bgs {
    opacity: 0;
    transform: translateX(500px);
    transition: all 0.25s 0.05s ease;
  }
}
@media all and (max-width: 482px) {
  .start-slider-item-bgs {
    display: none;
  }
}
.start-slider-item-bgs img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
.start-slider-item-image {
  padding: 110px;
}
@media all and (min-width: 482.5px) {
  .start-slider-item-image {
    opacity: 0;
    transform: translateX(500px);
    transition: all 0.25s 0.05s ease;
  }
}
@media all and (max-width: 772px) {
  .start-slider-item-image {
    padding: 55px;
  }
}
@media all and (max-width: 482px) {
  .start-slider-item-image {
    width: 160px;
    padding: 5px;
  }
}
.start-slider-item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
@media all and (min-width: 482.5px) {
  .start-slider .swiper-slide-active .start-slider-item-title {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 1s ease;
  }
  .start-slider .swiper-slide-active .start-slider-item-text {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 1s ease;
  }
  .start-slider .swiper-slide-active .start-slider-item-button {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 1s ease;
  }
  .start-slider .swiper-slide-active .start-slider-item-bgs {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s 0.15s ease;
  }
  .start-slider .swiper-slide-active .start-slider-item-image {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1.5s 0.15s ease, opacity 0.5s 0s ease;
  }
}

.section {
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 972px) {
  .section {
    padding: 40px 0;
  }
}
@media all and (max-width: 772px) {
  .section {
    padding: 30px 0;
  }
}
.section + .section {
  border-top: 1px solid #f7f7f7;
}
.section_bgs_gray {
  background-color: transparent;
  background-image: linear-gradient(360deg, rgba(247, 247, 247, 0) 24%, #F7F7F7 24%);
}
.section_bgs_yellow {
  background-color: rgba(209, 176, 112, 0.05);
}
.section_bgs_logo::after {
  content: "Vita Olio";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font: 400 100px/1 "Georgia";
  color: rgba(10, 10, 10, 0.0392156863);
  text-align: center;
  pointer-events: none;
}
@media all and (max-width: 772px) {
  .section_bgs_logo::after {
    top: 16px;
    font-size: 56px;
  }
}
.section-title {
  max-width: 490px;
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
}
@media all and (max-width: 772px) {
  .section-title {
    font-size: 26px;
  }
}
.section-title_left {
  max-width: none;
  text-align: left;
}
.section-title_logo::after {
  content: "Vita Olio";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  font: 400 100px/1 "Georgia";
  color: rgba(10, 10, 10, 0.0392156863);
  text-align: center;
  pointer-events: none;
}
@media all and (max-width: 772px) {
  .section-title_logo::after {
    top: -16px;
    font-size: 56px;
  }
}
.section_give_oil {
  background-color: transparent;
  background-image: linear-gradient(270deg, rgba(2, 1, 1, 0) 14%, #F8F5F0 4%);
}
@media all and (max-width: 772px) {
  .section_give_oil {
    background: #f8f5f0;
  }
}
.section_map {
  padding-bottom: 0;
}

.block-title {
  display: flex;
  align-items: center;
  gap: 30px;
}
.block-title::before, .block-title::after {
  flex: 1 0;
  width: auto;
  height: 1px;
  content: " ";
  background: #e6e6e6;
}
.block-title-inner {
  flex: none;
  display: inline-block;
  vertical-align: top;
}

.logo-layer {
  margin: 20px 0;
  text-align: center;
}
.logo-layer::after {
  content: "Vita Olio";
  font: 400 100px/1 "Georgia";
  color: rgba(10, 10, 10, 0.0392156863);
  pointer-events: none;
}
@media all and (max-width: 772px) {
  .logo-layer::after {
    font-size: 56px;
  }
}
.logo-layer:first-child {
  margin-top: 0;
}
.logo-layer:last-child {
  margin-bottom: 0;
}

.block-defender {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1172px) {
  .block-defender {
    flex-direction: column;
  }
}
.block-defender-video {
  flex: none;
  width: 580px;
  max-width: 100%;
}
.block-defender-book {
  flex: none;
  max-width: 100%;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 672px) {
  .block-defender-book {
    flex-direction: column;
  }
}
.block-defender-book-item {
  width: 380px;
  max-width: 48%;
  padding: 50px;
  position: relative;
  color: #fff;
  background: #7b7b7b;
}
@media all and (max-width: 672px) {
  .block-defender-book-item {
    max-width: 100%;
  }
}
@media all and (max-width: 772px) {
  .block-defender-book-item {
    padding: 25px;
  }
}
.block-defender-book-item:first-child {
  color: #fff;
  background-color: rgb(127, 96, 81);
}
.block-defender-book-item::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 10px solid rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 772px) {
  .block-defender-book-item::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-width: 5px;
  }
}
.block-defender-book-item-title {
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.block-defender-book-item-text {
  text-align: justify;
  opacity: 0.8;
}
.block-defender-content {
  flex: 1 0;
}
@media all and (max-width: 1172px) {
  .block-defender-content {
    order: -2;
  }
  .block-defender-content .section-title {
    margin: 0 0 10px 0;
  }
}
.block-defender-content-top {
  padding-bottom: 100px;
}
@media all and (max-width: 1172px) {
  .block-defender-content-top {
    padding-bottom: 20px;
  }
}
.block-defender-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.block-samples-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.block-samples-list-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.block-give-oil {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media all and (max-width: 772px) {
  .block-give-oil {
    flex-direction: column;
  }
}
.block-give-oil-left {
  flex: 1 0;
}
.block-give-oil-right {
  flex: none;
  width: 50%;
  max-width: 385px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.block-give-oil-right img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media all and (max-width: 772px) {
  .block-give-oil-right {
    width: 80%;
    max-width: 340px;
    justify-content: center;
    margin: 0 auto;
  }
}
.block-give-oil-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 572px) {
  .block-give-oil-list {
    flex-wrap: wrap;
  }
}
.block-give-oil-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 17px;
}
.block-give-oil-list-item svg {
  flex: none;
  width: 45px;
  height: 45px;
}

.block-contacts {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 872px) {
  .block-contacts {
    flex-direction: column;
  }
}
.block-contacts::after {
  order: 3;
  content: " ";
  width: 1px;
  margin: -50px 0;
  background: #e6e6e6;
}
@media all and (max-width: 972px) {
  .block-contacts::after {
    margin: -20px 0;
  }
}
@media all and (max-width: 872px) {
  .block-contacts::after {
    display: none;
  }
}
.block-contacts-left {
  order: 4;
  flex: 1 0;
  padding: 0 20px;
}
.block-contacts-right {
  order: 2;
  flex: 1 0;
  padding: 0 20px;
}
.block-contacts-title_contact {
  margin-top: 40px;
}
.block-contacts-list {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 572px) {
  .block-contacts-list {
    flex-direction: column;
  }
}
.block-contacts-list-item {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.block-contacts-list-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-contacts-list-box-icon {
  flex: none;
  width: 34px;
  height: 34px;
  align-self: start;
  margin-top: 4px;
}
.block-contacts-list-box-content {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.44;
}
.block-contacts-list-box-title {
  font-weight: bold;
  font-size: 16px;
}

.block-map {
  border-bottom: 5px solid #eee;
}
.block-map-nav {
  padding: 10px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
}
.block-map-nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 772px) {
  .block-map-nav-list {
    justify-content: center;
  }
}
.block-map-nav-list-item {
  width: 270px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-map-nav-list-item-label {
  flex: none;
  font-weight: bold;
  font-size: 16px;
}
.block-map-nav-list-item select {
  flex: 1 0;
}
.block-map-nav-pointers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.block-map-border {
  border-top: 5px solid #eee;
}
.block-map-overflow {
  height: 0;
  min-height: 300px;
  overflow: hidden;
  padding: 30% 0 0 0;
  position: relative;
}
.block-map-fly {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
}

.main-category-list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.main-category-list-item {
  flex: 1 0;
}
@media all and (max-width: 972px) {
  .main-category-list-item {
    flex: none;
    width: 260px;
  }
}
.main-category-list-item-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.main-category-list-item-link:hover .main-category-list-item-image {
  transform: translateY(-10px);
}
.main-category-list-item-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.main-category-list-item-name {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.main-category-list-item-count {
  margin: -5px 0 0 0;
  color: #555;
}

/* Page - Faq */
.faq-header {
  margin: 0 0 24px 0;
  font-weight: bold;
  font-size: 24px;
  color: #02141f;
}

.wraps .faq-list {
  margin-bottom: 20px;
  color: #21304F;
}
.wraps .faq-list-item {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  border: 1px solid #e4e4e4;
  border-left: 0;
  border-right: 0;
}
.wraps .faq-list-item + .faq-list-item {
  margin-top: -1px;
}
.wraps .faq-list-item-question, .wraps .faq-list-item-response {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.wraps .faq-list-item-question {
  width: 100%;
  padding: 24px 0;
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.3s ease, border-radius 0.3s ease, color 0.3s ease;
}
.wraps .faq-list-item-question-label {
  flex: 1 0;
}
.wraps .faq-list-item-question-icon {
  order: -1;
  flex: none;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.wraps .faq-list-item-question.current {
  color: #d4b57a;
}
.wraps .faq-list-item-question.current .faq-list-item-question-icon {
  transform: rotate(180deg);
}
@media all and (max-width: 772px) {
  .wraps .faq-list-item-question {
    padding: 18px;
  }
}
.wraps .faq-list-item-question:hover {
  color: #d4b57a;
}
.wraps .faq-list-item > dd {
  max-height: 35px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: -35px;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.wraps .faq-list-item .fn_height::before {
  width: 100%;
  height: 12px;
  content: " ";
  display: block;
}
.wraps .faq-list-item .fn_height::after {
  width: 100%;
  height: 3px;
  content: " ";
  display: block;
}
.wraps .faq-list-item-desc {
  width: 100%;
  padding: 22px 24px 24px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
@media all and (max-width: 772px) {
  .wraps .faq-list-item-desc {
    padding: 32px 18px 18px;
  }
}
.wraps .faq-list p {
  margin: 10px 0;
}
.wraps .faq-list img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.wraps .faq-list p:first-child {
  margin-top: 0;
}
.wraps .faq-list p:last-child {
  margin-bottom: 0;
}
.wraps .faq-list ol > li + li {
  margin-top: 20px;
}

/*
Модальные окна
 */
body.body--modal-open {
  overflow: hidden;
}

.modal-static {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1033;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.74);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.modal-static.m--open {
  visibility: visible;
  opacity: 1;
}

.modal-static__layer {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal-layer__close {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-static__container {
  flex: none;
  width: 600px;
  max-width: 100%;
  padding: 25px;
  position: relative;
  z-index: 4;
  background: #fff;
  box-shadow: 0 0 63px rgba(2, 39, 71, 0.18), 0 0 32px rgba(0, 16, 47, 0.1), 0 0 16px rgba(0, 21, 98, 0.6), 0 0 8px rgba(82, 15, 15, 0.62), 0 0 4px rgba(177, 21, 21, 0.87);
  transform: translateY(-20px) scale(0.8);
  opacity: 0;
  transition: transform 0.3s 0.15s ease, opacity 0.3s 0.15s ease;
}

.modal-static.m--open .modal-static__container {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.modal-static__header {
  padding: 25px;
  margin: -25px -25px 25px -25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

@media all and (max-width: 772px) {
  .modal-static__container {
    padding: 20px 34px 20px 34px;
  }
  .modal-static__header {
    padding: 20px 34px 20px 34px;
    margin: -20px -34px 24px -34px;
  }
}
@media all and (max-width: 572px) {
  .modal-static__container {
    padding: 15px;
  }
  .modal-static__header {
    padding: 15px;
    margin: -15px -15px 20px -15px;
  }
}
.form_submited .block-contacts-form {
  display: none;
}
.form_submited .form-message {
  margin-bottom: 0;
}

.modal-static__header_title {
  padding-right: 34px;
  font-weight: 700;
  font-size: 24px;
}

@media all and (max-width: 772px) {
  .modal-static__header_title {
    font-size: 20px;
  }
}
.modal-static__button-close {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 35px;
  top: 26px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}

.modal-static__button-close svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.modal-static__button-close path {
  stroke: #4F080F;
  transition: stroke 0.3s ease;
}

.modal-static__button-close:hover path {
  stroke: #d91b30;
}

@media all and (max-width: 772px) {
  .modal-static__button-close {
    right: 12px;
    top: 12px;
  }
}
.modal-static__container .form-message {
  margin-bottom: 20px;
}

.modal-static__container .form-loader {
  background: rgba(255, 255, 255, 0.5);
}

.modal-static__container.form_submit .form-loader {
  opacity: 1;
  visibility: visible;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media all and (max-width: 772px) {
  .modal-form {
    gap: 20px;
  }
}
.modal-form-row_bottom {
  margin-top: 20px;
}

@media all and (max-width: 772px) {
  .modal-form-row_bottom {
    margin-top: 10px;
  }
}
.main-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media all and (max-width: 972px) {
  .main-product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 772px) {
  .main-product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 562px) {
  .main-product-list {
    grid-template-columns: 1fr;
  }
}

.products-slider {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  margin: -30px 0;
}
.products-slider-centered .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  margin: -30px auto;
}
.products-slider-centered .wrapper::after, .products-slider-centered .wrapper::before {
  width: 20px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
}
.products-slider-centered .wrapper::after {
  left: 0;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-slider-centered .wrapper::before {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.products-slider-inner {
  overflow: visible !important;
}
.products-slider .swiper-slide {
  width: 25%;
  padding: 10px;
}

.preview-product {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  text-decoration: none !important;
}
.preview-product::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  box-shadow: 0 0 0 5px #f7f7f7;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.preview-product:hover::after {
  opacity: 1;
  visibility: visible;
}
.preview-product:hover .preview-product-image {
  transform: translateY(-10px);
}
.preview-product:hover .preview-product-name {
  color: #a76d50;
}
.preview-product-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.preview-product-image-inner {
  width: auto;
  height: 260px;
  max-width: 100%;
  margin: -10px 0 -30px 0;
  vertical-align: top;
  object-fit: contain;
}
.preview-product-name {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease;
}
.preview-product-category {
  font-weight: 500;
  font-size: 13px;
  color: #a17223;
}
.preview-product-variants {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.preview-product-variants-label {
  font-weight: bold;
  font-size: 11px;
  color: #444;
}
.preview-product-variants-item {
  padding: 3px 4px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  background: #eee;
  border-radius: 5px;
}

.wraps .slider-paginator {
  margin-top: 20px;
}
.wraps .slider-paginator-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.wraps .slider-paginator-item {
  width: 16px;
  height: 16px;
  border: 2px solid #7f6051;
  box-shadow: none;
  background: 0;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.wraps .slider-paginator .swiper-pagination-bullet-active {
  background: #d4b57a;
}
.wraps .slider-button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 7;
  top: 50%;
  margin-top: -40px;
  background: no-repeat center center url(../img/icons/arrow-left.svg);
  background-size: 40px 40px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
}
.wraps .slider-button_prev {
  left: -30px;
}
.wraps .slider-button_next {
  right: -30px;
  transform: scale(-1, 1);
}

.products-slider-inner:hover .slider-button {
  opacity: 1;
}
.products-slider-inner:hover .slider-button:hover {
  opacity: 0.5;
}
.products-slider-inner:hover .slider-button:active {
  opacity: 1;
}
.products-slider-inner:hover .slider-button_prev {
  left: -10px;
}
.products-slider-inner:hover .slider-button_next {
  right: -10px;
}

/* Modal form */
.breadcrumbs {
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 18px;
}

.breadcrumbs > li {
  display: inline;
  vertical-align: top;
}

.breadcrumbs > li:after {
  width: 24px;
  content: " > ";
  display: inline-block;
  color: inherit;
  text-align: center;
}

.breadcrumbs > li:last-child:after {
  display: none;
}

.breadcrumbs a {
  display: inline;
  line-height: 0.8;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #ea2532;
  border-bottom-color: #ea2532;
}

.breadcrumbs h1,
.breadcrumbs > li > span {
  display: inline;
  vertical-align: top;
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  color: inherit;
}

/* PLUGIN :: Remodal - v1.1.1 */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal, [data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-closing, .remodal.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: 0 0;
}

.remodal-close:focus, .remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-cancel, .remodal-confirm {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:focus, .remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:focus, .remodal-cancel:hover {
  background: #ef5350;
}

.remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner, .remodal-confirm::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal {
  border-radius: 8px;
  box-shadow: 0 2px 92px 0 rgba(0, 0, 0, 0.07);
}

/* Modal - Buy */
.remodal.modalpay {
  max-width: 638px;
  padding: 0;
  text-align: left;
  background: 0;
  border-radius: 0;
}

.remodal .form-label {
  font-size: 13px;
  color: #aab2ba;
}

button.remodal-close {
  width: 41px;
  height: 41px;
  border: 0;
  color: #fff;
  position: absolute;
  left: auto;
  right: -17px;
  top: -17px;
  background: #bf1f26 no-repeat center center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAwElEQVQ4jZ3UUQ2EMAyA4QYHWDgLWDgLZwELZwELaMHCacHCTxYGGbtua9dkD2ztlyZbkTSABZjEEcAIfNUKYOWM3QpH8Bfr1hKIFc5AUngIh0pN2NtKcKzZRCQ/nx6e0q3acaFD4t5/gy3YDRrgdxfYgLWwgQ7YBxrgKjhUwFF5Mle84nJ1WLrl/PJsI10B9y649Q6tA2IGkzwb7J2UJtw7ehX4rAFmD1iB5zzhgl2TksBPMEn49Ixe+NncHyJyAA2cClih/n1pAAAAAElFTkSuQmCC");
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.3s ease;
}

button.remodal-close::before {
  display: none;
}

button.remodal-close:hover {
  background-color: #ff415d;
}

.modal-buy__header {
  padding: 0 0 0 9px;
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: left;
}

.modal-buy__title {
  min-height: 31px;
  padding: 0 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.modal-buy__title::after {
  width: 9px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ea2532;
  border-radius: 34px;
}

.modal-buy__container {
  position: relative;
  padding: 25px 30px 30px;
  background: #fff;
  border-radius: 10px;
}

.modal-buy__product {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

.modal-buy__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 38px 0;
}

.modal-buy__control {
  width: 285px;
  max-width: 50%;
}

.modal-buy__additional {
  display: flex;
  align-items: center;
}
.modal-buy__additional .modal-buy__checkbox {
  flex: 1 0;
}
.modal-buy__additional .input__input-box {
  align-items: center;
}

.modal-buy__promocode {
  flex: none;
  width: 285px;
  position: relative;
}
.modal-buy__promocode-input {
  width: 100%;
}
.modal-buy__promocode-button {
  width: 98px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #ea2532;
  text-align: center;
  border-radius: 0 15px 15px 0;
  transition: background-color 0.3s ease;
}
.modal-buy__promocode-button::after {
  width: 1px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  background: #b7bdc4;
}
.modal-buy__promocode-button:hover {
  background: rgba(236, 84, 94, 0.07);
}

.modal-buy__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 0 0;
  margin: 22px 0 -6px 0;
}

.modal-buy__bottom.bottom--center {
  justify-content: center;
}

.modal-buy__total {
  padding-bottom: 6px;
}
.modal-buy__total-label {
  display: block;
  margin: 0 0 11px 0;
  font-size: 13px;
  color: #aab2ba;
}
.modal-buy__total-show {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}
.modal-buy__total-show .total--value {
  font-weight: bold;
  font-size: 30px;
}
.modal-buy__total-split {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.modal-buy__total-pcs {
  display: inline-block;
  margin: -4px 0 0 0;
  font-size: 16px;
  color: #02141f;
}

.modal-buy__buttons {
  display: flex;
  align-items: center;
  gap: 10px 22px;
}

.modal-buy__button-cancel {
  color: #aab2ba;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.modal-buy__button-cancel:hover {
  color: #ea2532;
}

.modal-buy__button-pay {
  width: 176px;
  height: 42px;
  margin: 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #39b549;
  border-radius: 34px;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-buy__button-pay:hover {
  background-color: #5fd26e;
  box-shadow: 0 5px 10px 0 rgba(15, 18, 19, 0.21);
}

.modal-buy__button-pay:active {
  background-color: #4ead5b;
}

.modal-buy__button-pay[disabled] {
  opacity: 0.5;
  cursor: default;
}

.modal-buy__info-inner {
  padding: 10px 17px;
  margin: 22px 0 0 0;
  font-size: 12px;
  text-align: left;
  background: #fdefbf;
  border-radius: 10px;
}

.modal-buy__info-inner a {
  text-decoration: underline;
}

.modal-buy__info-inner a:hover {
  text-decoration: none;
}

@media all and (max-width: 572px) {
  button.remodal-close {
    right: 5px;
    top: 5px;
  }
  .remodal.modalpay {
    padding: 26px;
  }
  .modal-buy__bottom {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 520px) {
  .modal-buy__title {
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .modal-buy__prodbuy {
    margin: 0 0 20px 0;
  }
  button.remodal-close {
    width: 34px;
    height: 34px;
  }
  .remodal.modalpay {
    padding: 20px 18px;
  }
  .modal-buy__bottom {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 16px;
  }
  .modal-buy__buttons {
    margin: 12px 0 0 0;
  }
  .modal-buy__total-show {
    display: inline-block;
    vertical-align: baseline;
  }
  .modal-buy__total-pcs {
    display: inline-block;
    vertical-align: baseline;
  }
  .modal-buy__control {
    flex: 1 0;
    width: auto;
    max-width: none;
  }
  .modal-buy__control.control--pcs {
    flex: none;
    width: 130px;
    margin: 0 0 0 20px;
  }
  .box__quantity-input {
    font-size: 22px;
  }
}
@media all and (max-width: 460px) {
  .modal-buy__controls {
    flex-direction: column;
  }
  .modal-buy__control.control--pcs {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .modal-buy__checkboxs {
    flex-direction: column;
  }
  .modal-buy__checkbox {
    width: 100%;
  }
}
.product-width-tech {
  margin: 0 0 30px 0;
}
.product-width-button_tech {
  min-height: 50px;
  padding: 5px 15px;
}
.product-width-header {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 772px) {
  .product-width-header {
    flex-direction: column;
  }
}
.product-width-image {
  flex: none;
  width: 50%;
  text-decoration: none;
}
@media all and (max-width: 772px) {
  .product-width-image {
    width: 320px;
    max-width: 100%;
    margin: -20px auto -40px auto;
  }
}
.product-width-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.product-width-content {
  flex: 1 0;
}
.product-width-body {
  padding: 20px 0 0 0;
  display: flex;
  gap: 30px;
  margin: 20px 0 0 0;
  border-top: 1px solid #d3ced2;
}
@media all and (max-width: 772px) {
  .product-width-body {
    flex-direction: column;
  }
}
.product-width-body::after {
  order: 2;
  width: 1px;
  height: auto;
  content: " ";
  display: block;
  background: #d3ced2;
}
.product-width-body-item {
  flex: 1 0;
}
.product-width-body-item_left {
  order: 1;
  width: 50%;
}
@media all and (max-width: 772px) {
  .product-width-body-item_left {
    width: 100%;
  }
}
.product-width-body-item_right {
  order: 10;
}
.product-width-label {
  font-size: 18px;
  font-weight: bold;
}
.product-width-features {
  margin: 0 0 30px 0;
  font-size: 16px;
}
.product-width-price {
  font-weight: bold;
  font-size: 20px;
  color: #74574a;
}
.product-width-price-value {
  font-size: 28px;
}
.product-width-props {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-width-props-label {
  font-weight: bold;
}
.product-width-props-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media all and (max-width: 772px) {
  .product-width-props-list_colors {
    padding: 0 20px 20px;
    margin: 0 -20px -20px;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
  }
  .product-width-props-list_colors .product-width-props-button {
    scroll-snap-align: start;
    flex: none;
  }
}
@media all and (max-width: 372px) {
  .product-width-props-list_colors {
    padding: 0 10px 20px;
    margin: 0 -10px -20px;
    scroll-padding-left: 10px;
  }
}
.product-width-props-recommend {
  flex: none;
  width: 100%;
  margin: -10px 0 0 0;
  font-style: italic;
  opacity: 0.9;
}
.product-width-props-button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-width-props-button input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}
.product-width-props-button input:checked + .product-width-props-button-check::after {
  opacity: 1;
}
.product-width-props-button-name {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.product-width-props-button-check {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
  border-radius: 50%;
}
.product-width-props-button-check::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: #74574a;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-width-props-button_amount {
  padding: 5px 8px 5px 26px;
  background: #eee;
  border-radius: 8px;
}
.product-width-props-button_color {
  width: 110px;
}
.product-width-props-button_color .product-width-props-button-name {
  padding: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(116, 87, 74, 0.7);
  border-radius: 0 0 8px 8px;
}
.product-width-props-button-image {
  height: 70px;
  display: block;
}
.product-width-props-button-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  border-radius: 8px;
}
.product-width-control {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.category-header {
  padding: 60px 0;
  margin-bottom: 30px;
  background: #7f6051;
}
@media all and (max-width: 772px) {
  .category-header {
    padding: 30px 0;
  }
}
.category-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.category-header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.category-title {
  margin: -10px 0 0 0;
  font-size: 68px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 972px) {
  .category-title {
    font-size: 58px;
  }
}
@media all and (max-width: 772px) {
  .category-title {
    font-size: 48px;
  }
}
@media all and (max-width: 562px) {
  .category-title {
    font-size: 28px;
  }
}
.category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 462px) {
  .category-list {
    flex-direction: column;
    gap: 0;
    margin-bottom: -10px;
  }
}
.category-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 462px) {
  .category-list-item {
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(238, 238, 238, 0.24);
  }
}
.category-list-item-icon {
  flex: none;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.category-list-item-content {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.category-list-item-label {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.category-list-item-count {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
.category-list-item.active {
  opacity: 0.8;
}
.category-list-item:hover .category-list-item-label {
  color: rgb(255, 255, 255);
}
.category-list-item:hover .category-list-item-count {
  color: rgba(255, 255, 255, 0.8);
}

/* Block category */
.block-category__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0 0 50px 0;
}

.block-category__link a {
  padding: 10px 20px;
}

.block-category__link a.current {
  cursor: default;
}

.block-category__link a.current::after {
  opacity: 1;
  background: #000;
}

/* News */
.news__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.news__item {
  padding: 10px;
  display: flex;
  position: relative;
  border: 1px solid #e7f3fb;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.news__item-image {
  flex: none;
  width: 270px;
  max-width: 100%;
  padding: 5px;
  display: block;
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 10px;
}

a.news__item-image {
  text-decoration: none;
}

.news__item-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

a.news__item-image:hover img {
  opacity: 0.9;
}

.news__item-content {
  flex: 1 0;
  padding: 5px 0 0 0;
  display: flex;
  flex-direction: column;
}

.news__item-title {
  margin: 0 0 20px 0;
  word-break: break-word;
}

.news__item-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news__item-title a:hover {
  color: #008fff;
}

.news__item-desc {
  flex: 1 0;
  position: relative;
  overflow: hidden;
  white-space: pre-wrap;
}

.news__item-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0;
}

.news__item-more_button {
  height: 32px;
}

@media all and (max-width: 1072px) {
  .news__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media all and (max-width: 772px) {
  .block-category__list {
    margin-bottom: 20px;
  }
  .news__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .news__item {
    flex-direction: column;
    gap: 15px;
  }
  .news__item-image {
    width: 100%;
  }
  .news__item-content {
    padding: 0;
  }
  .news__item-title {
    margin: 0 0 15px 0;
  }
  .news__item-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 0;
  }
}
.page__date {
  margin: 20px 0 0 0;
}

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