@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700;800&display=swap);
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none !important;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Manrope", sans-serif;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

button {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?m6y8ix");
  src: url("../fonts/icons.eot?m6y8ix#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?m6y8ix") format("truetype"), url("../fonts/icons.woff?m6y8ix") format("woff"), url("../fonts/icons.svg?m6y8ix#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-], [class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow-go:before {
  content: "\e900";
}

._icon-arrow-menu:before {
  content: "\e901";
}

._icon-arrow-slide:before {
  content: "\e902";
}

._icon-cart:before {
  content: "\e903";
}

._icon-close:before {
  content: "\e904";
}

._icon-compare:before {
  content: "\e905";
}

._icon-cursor:before {
  content: "\e906";
}

._icon-dzen:before {
  content: "\e907";
}

._icon-favorites:before {
  content: "\e908";
}

._icon-login:before {
  content: "\e909";
}

._icon-search:before {
  content: "\e90a";
}

._icon-vk:before {
  content: "\e90b";
}

._icon-youtube:before {
  content: "\e90c";
}

html {
  font-size: 10px;
  --swiper-pagination-color: rgba(255,255,255,.6);
  --swiper-pagination-bullet-inactive-color: rgba(255,255,255);
  --swiper-pagination-bottom: 1.8rem;
  --swiper-pagination-bullet-size: .7rem;
  --swiper-pagination-bullet-inactive-opacity: .3;
  --swiper-pagination-bullet-horizontal-gap: .7rem;
  scroll-behavior: none;
}
@media (max-width: 750.98px) {
  html {
    --swiper-pagination-bottom: 3rem;
  }
}

:root {
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-svg-width: 2rem;
  --f-button-svg-height: 2rem;
  --f-spinner-width: 3.6rem;
  --f-spinner-height: 3.6rem;
  --f-button-color: #333;
  --f-button-hover-color: #111;
}

@media (max-width: 1480px) {
  html {
    font-size: 0.657899vw;
  }
}
@media (max-width: 750.98px) {
  html {
    font-size: 1.333vw;
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.5714285714;
  overflow-x: hidden;
}
@media (max-width: 750.98px) {
  body {
    font-size: 2.1rem;
  }
}

.wrapper {
  display: flex;
  min-height: 100%;
  position: relative;
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .wrapper {
    overflow: hidden;
  }
}

._container {
  max-width: calc(1480px + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 750.98px) {
  ._container {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.marker_btn {
  border: 1px solid;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem !important;
}
.marker_yellow {
  border-color: #e9e0b8;
  background-color: #fff8d7;
}
.marker_blue {
  background-color: #7395bc;
  padding: 0.2rem 1rem !important;
  color: #fff;
}
.marker_inline-block {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.marker_small {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .marker_small {
    font-size: 1.82rem;
  }
}

.btn {
  display: inline-block;
  padding: 2.2rem 3.4rem;
  border-radius: 0.5rem;
  border: 0;
  transition: 0.1s;
  font-size: 1.6rem;
  cursor: pointer;
  color: #000;
  transition: 0.1s;
  background-color: rgb(239, 239, 239);
}
.btn:hover {
  background-color: #e1e1e1;
}
@media (max-width: 750.98px) {
  .btn {
    width: 100%;
    padding: 2.4rem 3.4rem;
    text-align: center;
    font-size: 2.4rem;
    border-radius: 1rem;
  }
}
.btn_red {
  background-color: #e32213;
  color: #fff;
}
.btn_red:hover {
  background-color: #ce1e12;
}
.btn_border {
  border: 1px solid #000000;
}
.btn_white {
  background: #fff;
  border: 1px solid #787878;
  color: #404040;
}
.btn_white:hover {
  background: #f2f2f2;
}
.btn_link {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  font-weight: 400;
  color: #0072ee;
}
.btn_link:hover {
  background: none;
  color: #005abb;
}
.btn_text {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
  background: none;
  border-radius: 0;
  text-decoration: underline;
  color: #919191;
}
@media (max-width: 750.98px) {
  .btn_text {
    font-size: 1.8rem;
  }
}
.btn_text:hover {
  background: none;
  color: #000;
}
.btn_black {
  color: #fff;
  background: #000;
}
.btn_black:hover {
  background: #000;
  color: #fff;
}

.input-text {
  display: inline-block;
  padding: 2.2rem 3.4rem;
  border-radius: 0.5rem;
  border: 0;
  transition: 0.1s;
  font-size: 1.6rem;
  margin-right: 1rem;
  min-width: 29rem;
}
@media (max-width: 750.98px) {
  .input-text {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 2.4rem;
    align-items: center;
    width: 100%;
    padding: 2.6rem 3.4rem;
    border-radius: 1rem;
  }
}

.form-link {
  color: #a6a6a6;
  text-decoration: underline;
  font-size: 1.5rem;
  transition: 0.1s;
}
.form-link:hover {
  color: #8d8d8d;
}
@media (max-width: 750.98px) {
  .form-link {
    font-size: 2.2rem;
  }
}

.link {
  text-decoration: none;
}
.link_red {
  color: #e42213;
}
.link_red:hover {
  color: #ce1e12;
}
.link_blue {
  color: #0072ee;
}
.link_blue:hover {
  color: #005abb;
}

.slider__pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.slider__pagination .swiper-pagination-bullet-active {
  width: calc(var(--swiper-pagination-bullet-size) * 1.7);
  height: calc(var(--swiper-pagination-bullet-size) * 1.7);
}

.slider__navigations {
  position: absolute !important;
  width: 96% !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: 50%;
}
.slider__navigations .slider__button-next {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
@media (max-width: 750.98px) {
  .slider__navigations {
    display: none;
  }
}

.h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 5rem;
  display: block;
  line-height: 5rem;
}
@media (max-width: 750.98px) {
  .h2 {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 3rem;
  }
}

.h2-text {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4rem;
  display: block;
}
@media (max-width: 750.98px) {
  .h2-text {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 5rem;
  }
}

p {
  margin-bottom: 2.5rem;
}
@media (max-width: 750.98px) {
  p {
    margin-bottom: 3.5rem;
  }
}

._ibg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.go-to-link {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000000;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .go-to-link {
    display: none;
  }
}
.go-to-link:hover {
  color: hsl(4, 85%, 48%);
}
.go-to-link:after {
  content: "\e900";
  font-size: 1.6rem;
  padding-left: 2rem;
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  padding: 0 0.7rem;
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  color: #fff;
}
.tag:not(:last-child) {
  margin-right: 0.7rem;
}
@media (max-width: 750.98px) {
  .tag {
    font-size: 2.2rem;
    margin-bottom: 0.2rem;
  }
}
.tag_orange {
  background-color: #ff5400;
}
.tag_blue {
  background-color: #7395bc;
}
.tag_red {
  background: #ff0000;
  color: #fff;
}
.tag_yellow {
  background-color: #fff8d7;
  border: 1px solid #e9e0b8;
  color: #000;
}
.tag_grey {
  background-color: #333333;
}

.text-bg_yellow {
  background-color: #fce000;
  padding: 0 0.3rem;
}

.text_upp {
  text-transform: uppercase;
}

.color_red {
  color: #e73f33;
}

.scroll-bar {
  background-color: #000000;
  height: 5.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: 8.4rem;
  margin-top: 4rem;
  color: #fff;
  position: relative;
  font-size: 2rem;
}
@media (max-width: 750.98px) {
  .scroll-bar {
    display: flex;
  }
}
.scroll-bar:before, .scroll-bar:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  font-size: 2.2rem;
}
.scroll-bar:before {
  content: "\e902";
  left: 4rem;
}
.scroll-bar:after {
  content: "\e902";
  transform: rotate(180deg);
  right: 4rem;
}

.icon {
  display: block;
  cursor: pointer;
}
.icon_pos-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.icon_border {
  border: 1px solid #000;
}
.icon_youtube {
  --button-size: 11rem;
  width: var(--button-size);
  height: var(--button-size);
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.icon_youtube:hover {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
.icon_youtube:before {
  content: "";
  display: block;
  border: calc(var(--button-size) * 0.18) solid transparent;
  border-left: calc(var(--button-size) * 0.32) solid #e32213;
  width: 0;
  height: 0;
  transform: translateX(calc(var(--button-size) * 0.14));
}
.icon_minus, .icon_plus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_minus:before, .icon_plus:before {
  content: "";
  width: 1.7rem;
  height: 0.1rem;
  display: inline-block;
  background: #000;
}
@media (max-width: 750.98px) {
  .icon_minus:before, .icon_plus:before {
    width: 2.8rem;
    height: 0.3rem;
  }
}
.icon_plus {
  position: relative;
}
.icon_plus:after {
  content: "";
  position: absolute;
  height: 1.7rem;
  width: 0.1rem;
  display: inline-block;
  background: #000;
}
@media (max-width: 750.98px) {
  .icon_plus:after {
    height: 2.8rem;
    width: 0.3rem;
  }
}
.icon_document {
  display: inline-block;
  margin-right: 2rem;
  width: 2.3rem;
  height: 2.6rem;
  background: url(../img/document.svg) no-repeat;
  background-size: contain;
  cursor: default;
}
@media (max-width: 750.98px) {
  .icon_document {
    width: 3.4rem;
    height: 3.9rem;
    margin-right: 2.5rem;
  }
}
.icon_question:after {
  content: "?";
  display: flex;
  font-weight: 800;
  font-style: normal;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid #000;
  border-radius: 50%;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .icon_question:after {
    width: 3rem;
    height: 3rem;
    border: 0.3rem solid #000;
  }
}
.icon_question:hover:after {
  background-color: #dfdfdf;
}
.icon_signature {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/signature.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1.5rem;
}
.icon_download {
  content: "";
  background: url(../img/download-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.7rem;
}
.icon_delete {
  content: "";
  background: url(../img/delete.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 2.16rem;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .icon_delete {
    width: 2.94rem;
    height: 3.5rem;
  }
}
.icon_delete:hover {
  opacity: 0.6;
}

.form {
  width: 100%;
}
.form label {
  display: block;
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #868686;
}
.form label span {
  color: #696969;
}
@media (max-width: 750.98px) {
  .form label {
    font-size: 2.21rem;
    line-height: 2.9rem;
    margin-bottom: 1.8rem;
  }
}
.form input[type=text], .form input[type=password], .form textarea, .form input[type=submit], .form select {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  min-height: 7rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 750.98px) {
  .form input[type=text], .form input[type=password], .form textarea, .form input[type=submit], .form select {
    margin-bottom: 2.8rem;
    min-height: 9.1rem;
    font-size: 2.35rem;
    border-radius: 1rem;
  }
}
.form input[type=text], .form input[type=password], .form textarea, .form select {
  border: 1px solid #cecece;
  background-color: transparent;
  padding: 1rem 3rem;
  font-size: 1.7rem;
}
.form select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 2.4rem 1.8rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-wrap: normal;
  color: #000;
}
.form textarea {
  min-height: 13.8rem;
  padding: 1.5rem 3rem;
}
@media (max-width: 750.98px) {
  .form textarea {
    min-height: 17.8rem;
  }
}
.form input[type=submit] {
  margin-top: 3.5rem;
}
@media (max-width: 750.98px) {
  .form input[type=submit] {
    font-size: 2.35rem;
    margin-top: 4rem;
  }
}
.form__block {
  margin-bottom: 2.6rem;
  position: relative;
}
@media (max-width: 750.98px) {
  .form__block {
    margin-bottom: 3.6rem;
  }
}
.form__block .error-message {
  font-size: 1.4rem;
  position: absolute;
  right: 0.5rem;
  top: calc(100% + 0.2rem);
  font-weight: 400;
  color: #e73f33;
}
@media (max-width: 750.98px) {
  .form__block .error-message {
    font-size: 1.8rem;
  }
}
.form__flex-block {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
@media (max-width: 750.98px) {
  .form__flex-block {
    flex-wrap: wrap;
  }
}
.form__flex-block .btn, .form__flex-block input[type=submit] {
  width: auto;
}
@media (max-width: 750.98px) {
  .form__flex-block .btn, .form__flex-block input[type=submit] {
    width: 100%;
    margin-top: 2rem;
  }
}
.form__flex-block .form-confirm, .form__flex-block .form-link {
  font-size: 1.3rem;
  color: #696969;
}
@media (max-width: 750.98px) {
  .form__flex-block .form-confirm, .form__flex-block .form-link {
    font-size: 1.82rem;
  }
}
.form__flex-block .form-link {
  text-decoration: underline;
}
.form__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form__header .btn_link {
  width: auto;
  padding: 0;
  line-height: 1.2;
}
.form_white {
  color: #fff;
}
.form_white input[type=text], .form_white input[type=password], .form_white textarea, .form_white input[type=submit] {
  border-color: #fff;
  color: #fff;
}
.form_white label {
  color: #fff;
}
.form_grey {
  color: #000000;
}
.form_grey input[type=text], .form_grey input[type=password], .form_grey textarea, .form_grey select {
  border-color: #efefef;
  background-color: #efefef;
}
.form_grey label {
  color: #000000;
}
.form_grey input[type=text]._invalid, .form_grey input[type=password]._invalid, .form_grey textarea._invalid, .form_grey select._invalid {
  border-color: #ff0000;
}
.form_horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .form_horizontal {
    margin-bottom: 0;
  }
}
.form_horizontal .error-message {
  display: none;
}
@media (max-width: 750.98px) {
  .form_horizontal .error-message {
    display: block;
  }
}
.form_horizontal input[type=text], .form_horizontal input[type=password], .form_horizontal textarea, .form_horizontal .form__block, .form_horizontal input[type=submit] {
  width: calc((100% - 4rem) / 3);
  margin-top: 0;
  margin-bottom: 0;
}
.form_horizontal input[type=text], .form_horizontal input[type=password], .form_horizontal textarea, .form_horizontal input[type=submit] {
  margin-top: auto;
}
.form_horizontal .form__block input[type=text], .form_horizontal .form__block input[type=password] {
  width: 100%;
}
@media (max-width: 750.98px) {
  .form_horizontal {
    flex-direction: column;
  }
  .form_horizontal input[type=text], .form_horizontal input[type=password], .form_horizontal textarea, .form_horizontal .form__block, .form_horizontal input[type=submit] {
    width: 100%;
  }
  .form_horizontal .form__block, .form_horizontal input[type=submit] {
    margin-bottom: 2.8rem;
  }
  .form_horizontal input[type=submit] {
    margin-top: 3rem;
  }
}

input[type=text]._invalid, input[type=password]._invalid, textarea._invalid, input[type=submit]._invalid {
  background-color: rgba(255, 148, 148, 0.25);
  border-color: #f8e7e7;
  position: relative;
}

.login-form {
  max-width: 53.5rem;
  width: 100%;
}
@media (max-width: 750.98px) {
  .login-form {
    max-width: none;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .login-form .btn {
    width: 100%;
    max-width: none !important;
  }
}
.login-form p {
  margin-bottom: 3.5rem;
}
@media (max-width: 750.98px) {
  .login-form p {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
}
.login-form .h2 {
  margin-bottom: 3.5rem;
}
@media (max-width: 750.98px) {
  .login-form .h2 {
    margin-bottom: 4.5rem;
  }
}
.login-form .form-confirm, .login-form .form-link {
  font-size: 1.3rem;
  color: #626262;
}
@media (max-width: 750.98px) {
  .login-form .form-confirm, .login-form .form-link {
    font-size: 1.82rem;
  }
}
.login-form .form-link {
  text-decoration: underline;
}
.login-form__links {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.login-form__links a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  color: #0072ee;
}
@media (max-width: 750.98px) {
  .login-form__links a {
    font-size: 2.6rem;
  }
}
.login-form__links a:hover {
  text-decoration: none;
}

.lk-page {
  margin-top: 5rem;
}
.lk-page .form._invalid .btn.btn_black {
  opacity: 0.5;
}
.lk-page__header {
  display: flex;
  justify-content: space-between;
}
.lk-page__mob-logout {
  display: none;
}
@media (max-width: 750.98px) {
  .lk-page__mob-logout {
    display: flex;
    width: auto;
    padding: 1rem 2rem;
    align-self: baseline;
    border: 0.2rem solid #b7b7b7;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    padding: 1rem 2rem;
  }
}
@media (max-width: 750.98px) {
  .lk-page .info-page__main {
    flex-direction: column;
  }
}
@media (max-width: 750.98px) {
  .lk-page .info-page__left-menu {
    display: flex;
    flex: 0 0 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
  .lk-page .info-page__left-menu .info-page__left-menu-subblock {
    display: none;
  }
  .lk-page .info-page__left-menu ul {
    display: flex;
    border: none;
  }
  .lk-page .info-page__left-menu ul li .lk-page__pc-logout {
    display: none;
  }
  .lk-page .info-page__left-menu ul li a, .lk-page .info-page__left-menu ul li span {
    border: 0.2rem solid #b7b7b7;
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
    padding: 1rem 2rem;
  }
  .lk-page .info-page__left-menu ul li span {
    border: 0.2rem solid hsl(4, 85%, 48%);
  }
  .lk-page .info-page__left-menu ul li span:after {
    display: none;
  }
  .lk-page .info-page__left-menu ul li:not(:last-child) {
    border-bottom: none;
    margin-right: 2rem;
  }
}

.login-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0 8rem;
}
@media (max-width: 750.98px) {
  .login-page {
    padding: 7rem 0 9rem;
  }
}

.label_new {
  position: relative;
}
.label_new:after {
  position: absolute;
  content: "new";
  font-size: 1rem;
  font-weight: 600;
  color: #ff1200;
  top: -1.5rem;
  left: calc(100% + 0.5rem);
}
@media (max-width: 750.98px) {
  .label_new:after {
    font-size: 1.55rem;
    top: -2.3rem;
  }
}

.cookie-consent-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #f4f4f4;
  padding: 2rem 2rem 2rem 3rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.5rem 1.3rem 0rem rgba(0, 0, 0, 0.27);
  display: none;
  align-items: center;
  z-index: 1000;
  border-radius: 0.5rem;
}
@media (max-width: 750.98px) {
  .cookie-consent-container {
    width: 100%;
    justify-content: space-between;
    bottom: 0;
    right: 0;
    border-radius: 0;
    padding: 3.3rem;
  }
}
.cookie-consent-container .btn {
  padding: 1.5rem 3.5rem;
}
@media (max-width: 750.98px) {
  .cookie-consent-container .btn {
    width: auto;
    padding: 1.4rem 3.7rem;
    font-size: 2.1rem;
  }
}

.cookie-text {
  margin-right: 4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #404040;
}
@media (max-width: 750.98px) {
  .cookie-text {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.cookie-text a {
  display: block;
  color: #404040;
  text-decoration: underline;
}

.city-select-container {
  display: block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: #fff;
  width: 31rem;
  min-height: 13rem;
  padding: 2.5rem 2.5rem 3rem;
  box-shadow: 0rem 0rem 5rem 0rem rgba(0, 0, 0, 0.17);
  border-radius: 0.5rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  z-index: 1000;
}
@media (max-width: 750.98px) {
  .city-select-container {
    position: fixed;
    top: auto;
    bottom: 1rem;
    left: 2rem;
    width: 46rem;
    min-height: 20rem;
    padding: 4rem;
    font-size: 2.2rem;
  }
}
.city-select-container span {
  font-size: 1.7rem;
  font-weight: 800;
}
@media (max-width: 750.98px) {
  .city-select-container span {
    font-size: 2.4rem;
    font-weight: 800;
  }
}
.city-select-container #closeModal {
  border: none;
  position: absolute;
  background-color: transparent;
  top: 1rem;
  right: 1rem;
  color: #000;
  padding: 0;
}
@media (max-width: 750.98px) {
  .city-select-container #closeModal {
    top: 2rem;
    right: 2rem;
  }
}
.city-select-container__btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  flex: 1 1 auto;
}
.city-select-container__btn:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 750.98px) {
  .city-select-container__btn:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 750.98px) {
  .city-select-container__btn {
    font-size: 2rem;
    padding: 1.4rem 1.5rem;
  }
}
.city-select-container__buttons {
  display: flex;
}
@media (max-width: 750.98px) {
  .city-select-container__buttons {
    margin-top: 2rem;
  }
}

.city-select-modal-change {
  display: none;
  min-width: 35%;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 750.98px) {
  .city-select-modal-change {
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    padding: 4rem;
    height: auto;
    bottom: 0;
    overflow-x: auto;
  }
}
.city-select-modal-change .f-button {
  top: 2.5rem !important;
  right: 2.3rem !important;
  color: #333;
  background: transparent;
}
.city-select-modal-change .f-button:hover {
  color: #111;
}
@media (max-width: 750.98px) {
  .city-select-modal-change .f-button {
    width: 4rem;
    height: 4rem;
    --f-button-svg-width: 4rem !important;
    --f-button-svg-height: 4rem !important;
    top: 3rem !important;
    right: 4rem !important;
  }
}
.city-select-modal-change__header {
  background-color: #f6f6f6;
  padding: 2rem 3rem;
  margin-top: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  width: calc(100% + 6rem);
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  min-height: 8rem;
}
@media (max-width: 750.98px) {
  .city-select-modal-change__header {
    min-height: 10rem;
    font-size: 2.7rem;
    padding: 2rem 4rem;
    background-color: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    color: #333;
    margin-bottom: 4rem;
    margin-top: -4rem;
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
  }
}
.city-select-modal-change__search {
  display: flex;
  position: relative;
  align-items: center;
}
.city-select-modal-change__search:before {
  content: "\e90a";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  margin-left: 2rem;
  font-size: 1.9rem;
  color: #272727;
}
@media (max-width: 750.98px) {
  .city-select-modal-change__search:before {
    right: 2rem;
    font-size: 2.5rem;
    color: #666;
  }
}
.city-select-modal-change__search-content {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  background-color: #ffffff;
  box-shadow: 0rem 0rem 5rem 0rem rgba(0, 0, 0, 0.17);
  width: 100%;
  border-radius: 0.5rem;
}
.city-select-modal-change__search-content ul {
  display: flex;
  list-style: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  max-height: 28rem;
  overflow-y: scroll;
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .city-select-modal-change__search-content ul {
    max-height: 36rem;
  }
}
.city-select-modal-change__search-content ul li {
  padding: 1rem 2rem;
  transition: 0.1s;
  flex: 0 0 auto;
  height: 7rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 750.98px) {
  .city-select-modal-change__search-content ul li {
    font-size: 1.8rem;
    height: 9rem;
    padding: 1.5rem 3rem;
  }
}
.city-select-modal-change__search-content ul li:hover {
  background-color: #fff;
  background-color: #fafafa;
}
.city-select-modal-change__search-content ul li span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.9rem;
  color: #868686;
}
@media (max-width: 750.98px) {
  .city-select-modal-change__search-content ul li span {
    font-size: 1.4rem;
  }
}
.city-select-modal-change #searchCity {
  width: 100%;
  padding: 1rem 3rem;
  padding-left: 5.5rem;
  min-height: 5.5rem;
  background-color: #efefef;
  border: none;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 750.98px) {
  .city-select-modal-change #searchCity {
    font-size: 2rem;
    min-height: 8rem;
    padding-left: 3rem;
    padding-right: 6rem;
  }
}
.city-select-modal-change__content {
  overflow: hidden;
}
.city-select-modal-change__content ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 43.5rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
  list-style: none;
}
@media (max-width: 750.98px) {
  .city-select-modal-change__content ul {
    font-size: 1.8rem;
    line-height: 4rem;
    flex-wrap: nowrap;
    max-height: none;
  }
}
.city-select-modal-change__content ul li {
  flex: 0 0 33.3333333333%;
  min-width: 36%;
  cursor: pointer;
  transition: 0.1s;
}
.city-select-modal-change__content ul li:hover {
  color: hsl(4, 85%, 48%);
}
.city-select-modal-change__content ul li._active {
  font-weight: 700;
  color: #e32213;
}

.fancybox__content-caption-top {
  padding: 3rem !important;
  background-color: #fff !important;
}
@media (max-width: 750.98px) {
  .fancybox__content-caption-top {
    display: flex;
    justify-content: center;
    position: fixed !important;
    bottom: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }
  .fancybox__content-caption-top .fancybox__iframe {
    max-height: 43rem;
  }
}
.fancybox__content-caption-top .f-button-inn {
  top: 3rem !important;
  z-index: 100;
  right: 3rem !important;
  width: 2rem;
  height: 2rem;
  color: #333;
}
.fancybox__content-caption-top .f-button-inn:hover {
  color: #111;
}
@media (max-width: 750.98px) {
  .fancybox__content-caption-top .f-button-inn {
    width: 5rem;
    height: 5rem;
    --f-button-svg-width: 5rem !important;
    --f-button-svg-height: 5rem !important;
    --f-button-bg: transparent !important;
    top: 3rem !important;
    right: 3rem !important;
  }
}

.fancybox__content-caption-top .fancybox__caption {
  z-index: 100;
  color: #000;
  margin-top: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  background-color: #f6f6f6;
  padding: 2.8rem 3rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  max-width: calc(100% + 6rem);
  width: calc(100% + 6rem);
}
@media (max-width: 750.98px) {
  .fancybox__content-caption-top .fancybox__caption {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 2.4rem;
    padding: 4rem 5rem;
    background-color: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    color: #333;
  }
}

#modal-fos {
  width: 60rem;
}
@media (max-width: 750.98px) {
  #modal-fos {
    width: 100%;
  }
}
#modal-fos .modal__header {
  margin-bottom: 4.5rem;
}

.modal {
  min-width: 60rem;
}
@media (max-width: 750.98px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
  }
}
.modal .f-button {
  top: 2.5rem !important;
  right: 2rem !important;
  color: #333333;
  background-color: transparent !important;
}
.modal .f-button:hover {
  color: #111;
}
@media (max-width: 750.98px) {
  .modal .f-button {
    width: 4rem;
    height: 4rem;
    --f-button-svg-width: 4rem !important;
    --f-button-svg-height: 4rem !important;
    top: 3.5rem !important;
    right: 3rem !important;
  }
}
.modal__header {
  min-height: 8rem;
  background-color: #f6f6f6;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  padding: 0 6rem 0 3rem;
}
@media (max-width: 750.98px) {
  .modal__header {
    min-height: 11rem;
    background-color: #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    color: #333;
    padding: 4rem 3rem;
    margin-bottom: 17rem;
  }
}
.modal__header .modal__title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .modal__header .modal__title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #161616;
  }
}
.modal__content {
  padding: 0 1rem 2rem;
}
.modal__content p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #696969;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .modal__content p {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 8rem;
  }
}
.modal__content p.form-confirm {
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #696969;
  text-align: left;
}
@media (max-width: 750.98px) {
  .modal__content p.form-confirm {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.modal__content p.form-confirm a {
  color: #5474c5;
  text-decoration: none;
  font-size: 1.3rem;
}
@media (max-width: 750.98px) {
  .modal__content p.form-confirm a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.modal__content .btn {
  display: block;
  width: 100%;
}
.modal__content .btn:not(:last-child) {
  margin-bottom: 2rem;
}
.modal__content .form label {
  font-size: 1.4rem;
}
@media (max-width: 750.98px) {
  .modal__content .form label {
    font-size: 2.21rem;
  }
}
.modal__title {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #000000;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .modal__title {
    font-size: 4.4rem;
    line-height: 5.7rem;
    margin-bottom: 6rem;
  }
}

.bread-crumbs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.3rem;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .bread-crumbs {
    margin-bottom: 4.6rem;
    margin-top: 2.2rem;
  }
}
.bread-crumbs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.bread-crumbs ul li {
  display: flex;
  align-items: center;
}
.bread-crumbs ul li a, .bread-crumbs ul li span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #696969;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .bread-crumbs ul li a, .bread-crumbs ul li span {
    font-size: 2rem;
    font-weight: 500;
  }
}
.bread-crumbs ul li a:hover, .bread-crumbs ul li span:hover {
  color: hsl(4, 85%, 48%);
}
.bread-crumbs ul li span {
  cursor: default;
}
.bread-crumbs ul li span:hover {
  color: #696969;
}
.bread-crumbs ul li:not(:last-child):after {
  content: ">";
  font-size: 1.4rem;
  font-weight: 600;
  color: #696969;
  padding-left: 0.4rem;
  padding-right: 0.8rem;
}
@media (max-width: 750.98px) {
  .bread-crumbs ul li:not(:last-child):after {
    font-size: 1.8rem;
    padding-left: 0.8rem;
    padding-right: 1.2rem;
  }
}
@media (max-width: 750.98px) {
  .bread-crumbs_landing {
    margin-bottom: 3.2rem;
  }
}

.product-logo img {
  max-width: 12rem;
  max-height: 3rem;
}
@media (max-width: 750.98px) {
  .product-logo {
    display: none;
  }
}

.rating-list {
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(0.2rem);
  display: flex;
}

.rating-list li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15.444' y1='11.25' x2='15.444' y2='-.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fc8507'/%3E%3Cstop offset='1' stop-color='%23ffa218'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.6rem;
  margin: 0rem;
  width: 1.6rem;
  flex: 0 0 1.6rem;
}

.rating-list[data-rating="0"] i,
.rating-list[data-rating="1"] li:first-child ~ li,
.rating-list[data-rating="2"] li:nth-child(2) ~ li,
.rating-list[data-rating="3"] li:nth-child(3) ~ li,
.rating-list[data-rating="4"] li:nth-child(4) ~ li,
.rating-list[data-rating="5"] li:nth-child(5) ~ li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.rating-list[data-rating="0.5"] li:first-child {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' d='m6 9.199.002-.001 3.07 1.969c.095.053.191.08.3.08.123 0 .232-.04.328-.107a.51.51 0 0 0 .205-.576l-.968-3.347 2.878-2.383a.547.547 0 0 0 .163-.576.537.537 0 0 0-.478-.375l-3.452-.241L6.494.308A.529.529 0 0 0 6.003 0L6 9.199z' fill='%23d9d9d9'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15.444' y1='11.25' x2='15.444' y2='-.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fc8507'/%3E%3Cstop offset='1' stop-color='%23ffa218'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.rating-list[data-rating="0.5"] li:first-child ~ li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.rating-list[data-rating="1.5"] li:nth-child(2) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' d='m6 9.199.002-.001 3.07 1.969c.095.053.191.08.3.08.123 0 .232-.04.328-.107a.51.51 0 0 0 .205-.576l-.968-3.347 2.878-2.383a.547.547 0 0 0 .163-.576.537.537 0 0 0-.478-.375l-3.452-.241L6.494.308A.529.529 0 0 0 6.003 0L6 9.199z' fill='%23d9d9d9'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15.444' y1='11.25' x2='15.444' y2='-.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fc8507'/%3E%3Cstop offset='1' stop-color='%23ffa218'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.rating-list[data-rating="1.5"] li:nth-child(2) ~ li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.rating-list[data-rating="2.5"] li:nth-child(3) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' d='m6 9.199.002-.001 3.07 1.969c.095.053.191.08.3.08.123 0 .232-.04.328-.107a.51.51 0 0 0 .205-.576l-.968-3.347 2.878-2.383a.547.547 0 0 0 .163-.576.537.537 0 0 0-.478-.375l-3.452-.241L6.494.308A.529.529 0 0 0 6.003 0L6 9.199z' fill='%23d9d9d9'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15.444' y1='11.25' x2='15.444' y2='-.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fc8507'/%3E%3Cstop offset='1' stop-color='%23ffa218'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.rating-list[data-rating="2.5"] li:nth-child(3) ~ li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.rating-list[data-rating="3.5"] li:nth-child(4) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' d='m6 9.199.002-.001 3.07 1.969c.095.053.191.08.3.08.123 0 .232-.04.328-.107a.51.51 0 0 0 .205-.576l-.968-3.347 2.878-2.383a.547.547 0 0 0 .163-.576.537.537 0 0 0-.478-.375l-3.452-.241L6.494.308A.529.529 0 0 0 6.003 0L6 9.199z' fill='%23d9d9d9'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15.444' y1='11.25' x2='15.444' y2='-.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fc8507'/%3E%3Cstop offset='1' stop-color='%23ffa218'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.rating-list[data-rating="3.5"] li:nth-child(4) ~ li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.rating-list[data-rating="4.5"] li:nth-child(5) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' d='m6 9.199.002-.001 3.07 1.969c.095.053.191.08.3.08.123 0 .232-.04.328-.107a.51.51 0 0 0 .205-.576l-.968-3.347 2.878-2.383a.547.547 0 0 0 .163-.576.537.537 0 0 0-.478-.375l-3.452-.241L6.494.308A.529.529 0 0 0 6.003 0L6 9.199z' fill='%23d9d9d9'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15.444' y1='11.25' x2='15.444' y2='-.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fc8507'/%3E%3Cstop offset='1' stop-color='%23ffa218'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.rating-list[data-rating="4.5"] li:nth-child(5) ~ li {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath d='M9.071 11.166 6.002 9.198l-3.069 1.968a.564.564 0 0 1-.614-.014.553.553 0 0 1-.205-.576l.968-3.347L.191 4.833c-.164-.134-.232-.362-.164-.576s.259-.348.478-.375l3.452-.241L5.511.308C5.593.121 5.784 0 6.002 0s.41.121.491.308l1.555 3.334 3.452.241c.218.014.409.16.478.375a.549.549 0 0 1-.163.576L8.936 7.217l.968 3.347a.51.51 0 0 1-.205.576.562.562 0 0 1-.328.107.596.596 0 0 1-.3-.08v-.001z' fill='%23d9d9d9'/%3E%3C/svg%3E");
}

.alert {
  padding: 1.5rem 2rem 1.5rem 5.5rem;
  border-radius: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .alert {
    padding: 3.5rem 5rem 3.5rem 8.5rem;
    font-size: 2rem;
    border-radius: 1rem;
    margin-bottom: 4rem;
  }
}
.alert_yellow {
  background-color: #fff8d7;
  border: 0.1rem solid #e9e0b8;
  padding: 1.5rem 2rem;
}
@media (max-width: 750.98px) {
  .alert_yellow {
    padding: 3rem 4rem;
  }
}
.alert_warning {
  background-color: #fff8d7;
  border: 0.1rem solid #e9e0b8;
}
.alert_warning:before {
  content: "";
  background: url(../img/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}
@media (max-width: 750.98px) {
  .alert_warning:before {
    width: 3.5rem;
    height: 3.5rem;
    left: 3rem;
    top: 3.7rem;
  }
}
.alert p:last-child {
  margin-bottom: 0;
}

.selectBlock._init {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  position: relative;
  border-radius: 0.5rem;
  min-height: 7rem;
  margin-bottom: 1.5rem;
  border-color: #efefef;
  background-color: #efefef;
  padding: 1.5rem 5rem 1.5rem 3rem;
}
@media (max-width: 750.98px) {
  .selectBlock._init {
    margin-bottom: 2.8rem;
    min-height: 9.1rem;
    font-size: 1.7rem;
    border-radius: 1rem;
  }
}
.selectBlock._init select {
  display: none;
}
.selectBlock._init:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4rem 1.8rem;
  position: absolute;
  right: 2rem;
  transition: 0.2s;
  width: 2.4rem;
  height: 1.8rem;
}
@media (max-width: 750.98px) {
  .selectBlock._init:before {
    right: 1.5rem;
  }
}
.selectBlock._init .customSelectBody {
  position: absolute;
  top: calc(100% + 0.3rem);
  width: 100%;
  padding: 0.5rem 0;
  background-color: #fff;
  color: #000;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s;
  left: 0;
}
.selectBlock._init .customSelectBody ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 25rem;
  overflow-y: auto;
}
@media (max-width: 750.98px) {
  .selectBlock._init .customSelectBody ul {
    max-height: 50rem;
  }
}
.selectBlock._init .customSelectBody li {
  padding: 15px 20px;
  transition: 0.2s;
}
.selectBlock._init .customSelectBody li:hover {
  background-color: #efefef;
}
.selectBlock._init._active:before {
  transform: scale(-1);
}
.selectBlock._init._active .customSelectBody {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.info-page {
  padding-bottom: 10rem;
  font-size: 1.6rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 750.98px) {
  .info-page {
    font-size: 2.2rem;
  }
}
.info-page .info-page__date {
  font-size: 1.3rem;
  color: #979797;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  display: block;
}
@media (max-width: 750.98px) {
  .info-page .info-page__date {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    margin-top: 0rem;
  }
}
.info-page .alert {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .info-page .alert {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.info-page ul {
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .info-page ul {
    margin-bottom: 5rem;
  }
}
.info-page ul li::marker {
  color: hsl(4, 85%, 48%);
}
.info-page ul li {
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .info-page ul li {
    margin-bottom: 1.5rem;
  }
}
.info-page h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .info-page .scroll-bar {
    margin-bottom: 0;
  }
}
.info-page table {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 750.98px) {
  .info-page table {
    width: -moz-min-content;
    width: min-content;
  }
}
.info-page table th, .info-page table td {
  text-align: left;
  padding: 2rem 0;
  border-bottom: 0.2rem solid #f1f1f1;
}
.info-page table th:not(:last-child), .info-page table td:not(:last-child) {
  padding-right: 3rem;
}
.info-page table th {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 750.98px) {
  .info-page table th {
    font-size: 2.24rem;
  }
}
.info-page table td {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 750.98px) {
  .info-page table td {
    font-size: 2.1rem;
  }
}
.info-page table td p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 750.98px) {
  .info-page table td p {
    font-size: 2rem;
  }
}
.info-page table td p:last-child {
  margin-bottom: 0;
}
.info-page table th.w-15, .info-page table td.w-15 {
  width: 15%;
}
@media (max-width: 750.98px) {
  .info-page table th.w-15, .info-page table td.w-15 {
    min-width: 19.5rem;
    width: 19.5rem;
  }
}
.info-page table th.w-20, .info-page table td.w-20 {
  width: 20%;
}
@media (max-width: 750.98px) {
  .info-page table th.w-20, .info-page table td.w-20 {
    min-width: 26rem;
    width: 26rem;
  }
}
.info-page table th.w-25, .info-page table td.w-25 {
  width: 25%;
}
@media (max-width: 750.98px) {
  .info-page table th.w-25, .info-page table td.w-25 {
    min-width: 32.5rem;
    width: 32.5rem;
  }
}
.info-page table th.w-30, .info-page table td.w-30 {
  width: 30%;
}
@media (max-width: 750.98px) {
  .info-page table th.w-30, .info-page table td.w-30 {
    min-width: 39rem;
    width: 39rem;
  }
}
.info-page table th.w-35, .info-page table td.w-35 {
  width: 35%;
}
@media (max-width: 750.98px) {
  .info-page table th.w-35, .info-page table td.w-35 {
    min-width: 45.5rem;
    width: 45.5rem;
  }
}
.info-page table th.w-40, .info-page table td.w-40 {
  width: 40%;
}
@media (max-width: 750.98px) {
  .info-page table th.w-40, .info-page table td.w-40 {
    min-width: 52rem;
    width: 52rem;
  }
}
.info-page__main {
  display: flex;
}
.info-page__left-menu {
  flex: 0 0 34.2rem;
  margin-right: 12.5rem;
  align-self: baseline;
}
@media (max-width: 750.98px) {
  .info-page__left-menu {
    display: none;
  }
}
.info-page__left-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.5rem;
}
.info-page__left-menu ul li {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.info-page__left-menu ul li a, .info-page__left-menu ul li span {
  color: #000;
  padding: 1.8rem 3rem;
  display: block;
}
.info-page__left-menu ul li a {
  transition: 0.1s;
}
.info-page__left-menu ul li a:hover {
  color: hsl(4, 85%, 48%);
}
.info-page__left-menu ul li:not(:last-child) {
  border-bottom: 0.1rem solid #dbdbdb;
}
.info-page__left-menu ul li span {
  cursor: default;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-page__left-menu ul li span:after {
  content: "\e902";
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transform: scaleX(-1);
  font-weight: 500;
  float: right;
}
.info-page__left-menu-subblock {
  margin-top: 3.7rem;
}
.info-page__left-menu-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 2rem;
}
.info-page__left-menu .btn {
  width: 100%;
}
.info-page__content {
  flex: 1 1 auto;
  max-width: 100%;
}
.info-page__tabs {
  margin-bottom: 5rem;
}
.info-page__tabs .tabs__pane_show {
  display: block;
}
.info-page__tabs .news__show-more {
  width: 100%;
  display: block;
  margin-top: 5rem;
}
.info-page__slider {
  width: 100%;
}
@media (max-width: 750.98px) {
  .info-page__slider {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.info-page__footer {
  border-top: 0.2rem solid #f6f6f6;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: -10rem;
}
.info-page__footer a.products__show-more {
  width: 100%;
  display: block;
}
.info-page__articles, .info-page__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
  row-gap: 5rem;
}
@media (max-width: 750.98px) {
  .info-page__articles, .info-page__reviews {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-page__articles .article-item, .info-page__reviews .article-item {
  margin: 0 !important;
}
@media (max-width: 750.98px) {
  .info-page__articles .article-item, .info-page__reviews .article-item {
    min-height: auto;
  }
}
.info-page__reviews {
  gap: 4rem;
  row-gap: 3rem;
}
.info-page__reviews .review-item {
  margin: 0 !important;
}

.slider-info-page {
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
}
.slider-info-page__navigations {
  position: absolute;
  top: 50%;
  width: calc(100% + 5rem) !important;
}
.slider-info-page__pagination {
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 750.98px) {
  .slider-info-page__pagination {
    bottom: -3rem !important;
  }
  .slider-info-page__pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.7);
  }
}
.slider-info-page__slide {
  padding-bottom: 64%;
}
.slider-info-page__img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-info-page__img-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.slider-info-page__text {
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 1.7rem;
}
@media (max-width: 750.98px) {
  .slider-info-page__text {
    font-size: 2.2rem;
  }
}

.faq {
  background-color: #f4f3f3;
  padding: 4rem 0;
}
.faq__title {
  font-size: 3.4rem;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .faq__title {
    font-size: 4rem;
  }
}
.faq__content {
  max-width: 66%;
}
@media (max-width: 750.98px) {
  .faq__content {
    max-width: 100%;
  }
}

.header__top {
  background-color: #f6f6f6;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .header__top {
    background-color: #fff;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.header__top_black {
  background-color: #232323;
  color: #fff;
}
.header__top_black .header-top__callback a, .header__top_black .header-top__phone a {
  color: #fff;
}
.header__top_black .header-top__callback a:before, .header__top_black .header-top__phone a:before {
  border-color: #fff;
}
.header__top_black .header-top__callback a:hover, .header__top_black .header-top__phone a:hover {
  color: #ededed;
}
.header__top_black .header-top__callback a:hover:before, .header__top_black .header-top__phone a:hover:before {
  border-color: #fff;
}
.header__top_black .dropdown-menu__list li a {
  color: #000;
}
.header__top_black button, .header__top_black .header-top__worktime {
  color: #fff;
}
.header__top_black ul {
  color: #fff;
}
.header__top_black ul li {
  color: #fff;
}
.header__top_black ul li a {
  color: #fff;
}
.header__top_landing .header-top-mob__logo {
  margin-left: 0;
}
.header__middle {
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  background: #fff;
  padding: 2.5rem 0;
}
@media (max-width: 750.98px) {
  .header__middle {
    padding: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.header__middle-left {
  display: flex;
  max-width: 42rem;
  align-items: center;
  margin-right: 4rem;
}
@media (max-width: 750.98px) {
  .header__middle-left {
    margin-right: 0;
  }
}
@media (min-width: 750.98px) {
  .header__middle-left_red {
    background-color: #e32213;
    min-height: 6.5rem;
    border-radius: 0.5rem;
  }
  .header__middle-left_red .catalog-header__btn {
    background-color: #a80c00;
    min-height: 5rem;
    transform: scale(0.9) translateX(-0.2rem);
  }
  .header__middle-left_red .catalog-header__btn:hover {
    background-color: #8f0a00;
  }
  .header__middle-left_red .logo_white {
    display: block;
    margin-left: 3rem;
  }
  .header__middle-left_red .logo_red {
    display: none;
  }
}
.header__middle_landing .middle-header__logo {
  max-width: 24rem;
  margin-right: 0;
}
.header__middle_landing .catalog-header {
  display: none;
}
@media (max-width: 750.98px) {
  .header__middle_landing .catalog-header {
    display: block;
  }
}
.header__middle_landing .header__middle-left {
  margin-right: 3rem;
}
.header__middle_landing .middle-header__main-btn {
  padding: 1.4rem 2.8rem;
  font-size: 1.8rem;
  align-self: center;
}
@media (max-width: 750.98px) {
  .header__middle_landing .middle-header__main-btn {
    display: none;
  }
}
.header__middle_landing .middle-header__text {
  align-self: center;
  justify-self: flex-end;
  flex: 1 1 auto;
  text-align: right;
  padding-left: 2rem;
  font-size: 3.8rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .header__middle_landing .middle-header__text {
    font-size: 2.6rem;
    padding-left: 0;
  }
}
.header__middle_landing .middle-header__text span {
  display: inline-block;
  position: relative;
}
.header__middle_landing .middle-header__text span::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0.3rem;
  background-color: hsl(4, 85%, 48%);
  left: 0;
  bottom: 0;
}
.header__menu {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
}
.header__menu_shadow {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
  padding-bottom: 2rem;
}
.header__menu_landing {
  display: none;
  position: fixed !important;
}
.header__menu_landing ._container {
  width: 100%;
}
@media (max-width: 750.98px) {
  .header__menu_landing {
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
  }
}
.header__menu_landing.pos-sticky {
  margin-top: 0;
  padding-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.header__menu_landing.pos-sticky._fix {
  display: flex;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}
.header__menu_landing.pos-sticky._open-modal {
  z-index: 0;
}
.header__menu_landing .menu-header__ul .swiper-wrapper {
  justify-content: flex-start;
  width: 100%;
}
.header__menu_landing .menu-header__ul li a {
  padding: 0.5rem 3.5rem;
}
@media (max-width: 750.98px) {
  .header__menu_landing .menu-header__ul li a {
    padding: 0.5rem 1.8rem;
  }
}
.header__menu_landing .menu-header__ul .menu-header__li_right {
  margin-left: auto;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  text-wrap: nowrap;
  white-space: nowrap;
}
.header-top__sity {
  margin-right: 4rem;
}
.header-top__menu {
  flex: 1 1 auto;
}
.header-top__callback {
  padding: 0 2rem 0 3rem;
}
.header-top__callback button {
  color: #383838;
  position: relative;
  transition: 0.1s;
  border: none;
  padding: 0;
  background: transparent;
}
.header-top__callback button:hover {
  color: #000;
}
.header-top__callback button:hover:before {
  border-color: #000;
}
.header-top__callback button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  border-bottom: 1px dotted #383838;
}
.header-top__social {
  padding: 0 1rem;
}
.header-top__worktime {
  padding: 0 1rem;
  color: #383838;
}
.header-top__phone {
  padding: 0 0 0 1rem;
}
.header-top__phone a {
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
}

.menu-header-top {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  max-width: 60rem;
}
.menu-header-top li a {
  padding: 1rem 1rem;
  display: inline-block;
  color: #000;
  transition: 0.1s;
  text-wrap: nowrap;
  white-space: nowrap;
}
.menu-header-top li a:hover {
  color: hsl(4, 85%, 48%);
}
.menu-header-top__dropdown i {
  font-size: 0.6rem;
  display: inline-block;
  transform: translateY(-0.2rem);
  margin-left: 0.3rem;
  color: #7f7f7f;
}

.dropdown-menu {
  position: relative;
}
.dropdown-menu:hover .dropdown-menu__dropblock {
  top: 100%;
  opacity: 1;
  left: 0;
  transition: opacity 0.35s ease;
}
.dropdown-menu__dropblock {
  opacity: 0;
  z-index: 1010;
  top: -9999px;
  left: -9999px;
  background: #fff;
  position: absolute;
  border-radius: 0.5rem;
  padding: 1rem 4rem 1rem 1rem;
  border: 1px solid rgba(202, 202, 202, 0.45);
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}
.dropdown-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu__list li a {
  padding: 0.6rem 1rem;
}

.sity-selector {
  position: relative;
}
.sity-selector__btn {
  border: 0;
  background-color: transparent;
  transition: 0.1s;
}
.sity-selector__btn:hover {
  color: hsl(4, 85%, 48%);
}
.sity-selector__btn i {
  display: inline-block;
  transform: translateY(0.2rem);
}
.sity-selector__btn i:before {
  font-size: 1.6rem;
  padding-right: 0.8rem;
}

.social-header {
  display: flex;
}
.social-header__link {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  transition: filter 0.2s;
}
.social-header__link:not(:last-child) {
  margin-right: 1rem;
}
.social-header__link:hover {
  filter: brightness(90%);
}
.social-header__whatsapp {
  background: url("../img/whatsapp.svg") no-repeat;
  background-size: cover;
}
.social-header__telegram {
  background: url("../img/telegram.svg") no-repeat;
  background-size: cover;
}

.middle-header {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 750.98px) {
  .middle-header {
    position: unset;
  }
}
.middle-header_catalog {
  margin-bottom: 3rem;
}
.middle-header._fix, .middle-header_catalog {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}
.middle-header__logo {
  margin-right: 4.5rem;
}
@media (max-width: 750.98px) {
  .middle-header__logo {
    display: none;
  }
}
@media (max-width: 750.98px) {
  .middle-header__catalog {
    margin-right: 2.5rem;
  }
}
.middle-header__search {
  margin-right: 5rem;
}
@media (max-width: 750.98px) {
  .middle-header__search {
    margin-right: 0;
  }
}
@media (max-width: 750.98px) {
  .middle-header__buttons {
    display: none !important;
  }
}
.middle-header .header-top-mob__buttons-right {
  display: none;
  flex: 0 0 24%;
  margin-left: -24%;
  transform: translateX(101%);
}
.middle-header .header-top-mob__buttons-right._show {
  margin-left: 0;
  transform: translateX(0);
}

.logo_white {
  display: none;
}

.catalog-header {
  display: flex;
}
.catalog-header__btn {
  flex: 1 1 auto;
  min-height: 5.5rem;
  padding: 1rem 2.8rem;
  background-color: #e32213;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  border: 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  transition: 0.1s;
}
.catalog-header__btn._active {
  position: relative;
  z-index: 20;
}
.catalog-header__btn._active .catalog-header__btn-icon {
  background-color: transparent;
  height: auto;
}
.catalog-header__btn._active .catalog-header__btn-icon:before {
  display: none;
}
.catalog-header__btn._active .catalog-header__btn-icon:after {
  content: "\e904";
  position: relative;
  top: 0;
  height: 1.4rem;
  width: 1.4rem;
  font-size: 1.4rem;
  background-color: transparent;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 750.98px) {
  .catalog-header__btn._active .catalog-header__btn-icon:after {
    content: "";
  }
}
.catalog-header__btn:hover {
  background-color: #ce1e12;
}
@media (max-width: 750.98px) {
  .catalog-header__btn {
    padding: 1rem 1.8rem;
    min-height: 6.6rem;
  }
}
.catalog-header__btn-icon {
  position: relative;
  height: 0.2rem;
  display: inline-block;
  width: 2rem;
  margin-right: 1.5rem;
  background: #fff;
}
@media (max-width: 750.98px) {
  .catalog-header__btn-icon {
    margin-right: 0;
    width: 4rem;
    height: 0.4rem;
  }
}
.catalog-header__btn-icon:after, .catalog-header__btn-icon:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 0.2rem;
  background: #fff;
}
@media (max-width: 750.98px) {
  .catalog-header__btn-icon:after, .catalog-header__btn-icon:before {
    height: 0.4rem;
  }
}
.catalog-header__btn-icon:after {
  top: 0.6rem;
}
@media (max-width: 750.98px) {
  .catalog-header__btn-icon:after {
    top: 1.2rem;
  }
}
.catalog-header__btn-icon:before {
  bottom: 0.6rem;
}
@media (max-width: 750.98px) {
  .catalog-header__btn-icon:before {
    bottom: 1.2rem;
  }
}
@media (max-width: 750.98px) {
  .catalog-header__btn-text {
    display: none;
  }
}

.search-header {
  flex: 1 1 auto;
  background-color: #efefef;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  display: flex;
  align-items: stretch;
}
.search-header__form {
  display: flex;
  min-height: 5.5rem;
  width: 100%;
}
@media (max-width: 750.98px) {
  .search-header__form {
    min-height: 6.6rem;
  }
}
.search-header__input {
  background-color: transparent;
  border: 0;
  padding: 1rem 2rem;
  flex: 1 1 auto;
}
@media (max-width: 750.98px) {
  .search-header__input {
    font-size: 2rem;
  }
}
.search-header__btn {
  background-color: transparent;
  border: 0;
  padding: 1rem 2rem;
}
.search-header__btn:hover i {
  color: #333;
}
.search-header__btn i {
  color: #888888;
  font-size: 2rem;
  display: inline-block;
  transform: translateY(0.2rem);
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .search-header__btn {
    display: none;
  }
}
.search-header__loader {
  display: none;
  align-self: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #d4d4d4;
  border-top-color: #888;
  border-radius: 50%;
  flex-shrink: 0;
  animation: search-spin 0.6s linear infinite;
}
.search-header__loader._active {
  display: block;
}

@keyframes search-spin {
  to {
    transform: rotate(360deg);
  }
}
.buttons-header {
  display: flex;
}
.buttons-header__button:not(:last-child) {
  margin-right: 4.5rem;
}

.icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #383838;
}
.icon-link:hover .icon-link__text {
  color: #000;
}
.icon-link__icon {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  color: #000;
  position: relative;
}
@media (max-width: 750.98px) {
  .icon-link__icon {
    font-size: 3.5rem;
  }
}
.icon-link__icon span {
  display: none;
}
.icon-link__icon ._display-count {
  position: absolute;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  background-color: #e32213;
  color: #fff;
  padding: 0.2rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20%;
  left: 60%;
}
@media (max-width: 750.98px) {
  .icon-link__icon ._display-count {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.9rem;
    top: -25%;
    left: 50%;
  }
}
.icon-link__icon_callback {
  background-image: url(../img/callback.svg);
  width: 4rem;
  background-size: cover;
  height: 4rem;
}
.icon-link__text {
  font-size: 1.3rem;
}

.menu-header {
  margin-bottom: 2rem;
}
.menu-header_shadow {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}
.menu-header__ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.menu-header__ul .swiper-wrapper {
  justify-content: space-between;
}
.menu-header__ul li {
  display: inline-flex;
  width: auto;
}
.menu-header__ul li:first-child a {
  padding-left: 0;
}
.menu-header__ul li:last-child a {
  padding-right: 0;
}
.menu-header__ul li a {
  padding: 0.5rem 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .menu-header__ul li a {
    font-size: 2rem;
    font-weight: 500;
    text-transform: none;
    padding: 0.5rem 2.4rem;
  }
}
.menu-header__ul li a:hover {
  color: hsl(4, 85%, 48%);
}

.header-top-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-mob__buttons-left {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.header-top-mob__button:not(:last-child) {
  margin-right: 3.5rem;
}
.header-top-mob__button:last-child {
  margin-right: 1.9rem;
}
.header-top-mob__logo {
  max-width: 21.6rem;
  margin-left: 5.5rem;
}
.header-top-mob__buttons-right {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
}

.nav {
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(-2rem);
  visibility: hidden;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  top: calc(100% + 2rem);
  border-radius: 1rem;
  padding: 0;
  display: flex;
  width: calc(100% - 4rem);
  overflow: hidden;
}
.nav._active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav .tabs__nav {
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .nav {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    bottom: 0;
    overflow-y: auto;
    position: fixed;
  }
}
@media (max-width: 750.98px) {
  .nav_step-2 .nav__left-block {
    display: none;
  }
  .nav_step-2 .nav__right-block {
    display: block;
  }
  .nav_step-2 .nav__back {
    display: block;
  }
}
.nav__left-block {
  min-width: 27.5rem;
  background-color: #f6f6f6;
  margin-right: 4.5rem;
  padding: 1.5rem 3rem 4rem;
}
@media (max-width: 750.98px) {
  .nav__left-block {
    min-width: 100%;
    margin-right: 0rem;
    background-color: #fff;
    padding: 14rem 4rem 2rem;
  }
}
.nav__left-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 750.98px) {
  .nav__left-block ul li:not(:last-child) a {
    border-bottom: 1px solid #cfcfcf;
  }
}
.nav__left-block ul li a {
  font-size: 1.5rem;
  line-height: 5rem;
  font-weight: 500;
  color: #000;
  transition: 0.1s;
  display: block;
}
@media (max-width: 750.98px) {
  .nav__left-block ul li a {
    font-size: 2.6rem;
    line-height: 8rem;
    position: relative;
    display: flex;
    align-items: center;
  }
  .nav__left-block ul li a.tabs__btn_active {
    color: #000 !important;
  }
  .nav__left-block ul li a.tabs__btn:after {
    transform: rotate(180deg);
    right: 0;
    position: absolute;
    font-size: 2rem;
    color: #666;
    content: "\e902";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.nav__left-block ul li a:hover, .nav__left-block ul li a.tabs__btn_active {
  color: hsl(4, 85%, 48%);
}
.nav__left-block ul li a.bold {
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.nav__left-block ul li a.bold:after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff7200;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.6rem;
}
@media (max-width: 750.98px) {
  .nav__left-block ul li a.bold:after {
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
  }
}
.nav__right-block {
  flex: 1 1 auto;
  padding-top: 2rem;
  padding-right: 2.5rem;
  padding-bottom: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 750.98px) {
  .nav__right-block {
    display: none;
    min-width: 100%;
    background-color: #fff;
    padding: 14rem 4rem 2rem;
    overflow-y: auto;
  }
  .nav__right-block:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 12rem;
    background-color: #fff;
    top: 0;
    z-index: 1;
  }
}
.nav__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 22;
  border: 0;
  background: transparent;
}
.nav__close:after {
  content: "\e904";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 750.98px) {
  .nav__close {
    top: 3rem;
    right: 4rem;
    width: 8rem;
    height: 6.5rem;
    display: block;
    background-color: hsl(4, 85%, 48%);
    border: none;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
  .nav__close:after {
    color: #fff;
    font-size: 3.5rem;
  }
}
.nav__back {
  position: absolute;
  top: 3rem;
  left: 4rem;
  width: 8rem;
  height: 6.5rem;
  display: block;
  background-color: #696969;
  border: none;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 5;
}
.nav__back:after {
  color: #fff;
  font-size: 3.5rem;
  content: "\e902";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav__mob-sub-menu {
  display: none;
}
@media (max-width: 750.98px) {
  .nav__mob-sub-menu {
    display: block;
    background-color: #f3f3f3;
    margin-left: -4rem;
    margin-right: -4rem;
    padding: 1rem 4rem;
    border-top: 0.2rem solid #dbdbdb;
    border-bottom: 0.2rem solid #dbdbdb;
  }
}
@media (max-width: 750.98px) {
  .nav__mob-sub-menu li a {
    border-bottom: none !important;
    font-weight: 400 !important;
    color: #474747 !important;
  }
}
.nav__mob-sub-buttons {
  display: none;
}
@media (max-width: 750.98px) {
  .nav__mob-sub-buttons {
    background-color: #f3f3f3;
    margin-left: -4rem;
    margin-right: -4rem;
    padding: 3rem 4rem;
    border-bottom: 0.2rem solid #dbdbdb;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-row-gap: 4rem;
  }
}
.nav__mob-sub-buttons .icon-link {
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  justify-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-right: 4rem;
}
.nav__mob-sub-buttons .icon-link:nth-child(2n) {
  justify-content: flex-end;
}
.nav__mob-sub-buttons .icon-link .icon-link__icon_mob-notification:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-color: #e22311;
  position: absolute;
  left: -2.5rem;
  top: 0;
  display: block;
  border-radius: 50%;
}
.nav__mob-sub-buttons .icon-link .icon-link__icon {
  font-size: 3.5rem;
  margin-right: 3rem;
  margin-bottom: 0;
  position: unset;
  margin-right: 2rem;
  color: #888;
}
.nav__mob-sub-buttons .icon-link .icon-link__icon ._display-count {
  position: absolute;
  right: 0;
  left: auto;
  background: transparent;
  color: #888;
  height: auto;
  top: 0;
  font-size: 2.8rem;
}
.nav__mob-sub-buttons .icon-link .icon-link__text {
  font-size: 2.2rem;
  font-weight: 400;
  color: #474747;
  position: relative;
}
.nav__mob-sub-contacts {
  display: none;
}
@media (max-width: 750.98px) {
  .nav__mob-sub-contacts {
    display: block;
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .nav__mob-sub-contacts a {
    font-size: 5.9rem;
    display: block;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
  .nav__mob-sub-contacts span {
    display: block;
    font-size: 2.4rem;
    color: #a2a2a2;
    margin-bottom: 4rem;
  }
}

.menu {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
}
.menu__title {
  font-size: 2.2rem;
  line-height: 4.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: block;
  color: #000;
  transition: 0.1s;
}
.menu__title:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .menu__title {
    font-size: 2.6rem;
  }
}
.menu__mob-link {
  display: none;
}
.menu__mob-link a {
  color: #0072ee;
}
@media (max-width: 750.98px) {
  .menu__mob-link {
    display: block;
  }
}
.menu__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 50rem;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 750.98px) {
  .menu__ul {
    flex-wrap: nowrap;
    margin-bottom: 5rem;
    max-height: none;
  }
}
.menu__ul > li {
  width: 26rem;
}
@media (max-width: 750.98px) {
  .menu__ul > li {
    width: 100%;
  }
  .menu__ul > li:not(:last-child) {
    border-bottom: 1px solid #cfcfcf;
  }
}
.menu__ul > .menu__ul-col {
  width: 26rem;
  display: flex;
  flex-direction: column;
}
.menu__ul > .menu__ul-col li {
  width: 100%;
}
@media (max-width: 750.98px) {
  .menu__ul > .menu__ul-col li {
    border-bottom: 1px solid #cfcfcf;
  }
}
@media (max-width: 750.98px) {
  .menu__ul > .menu__ul-col {
    width: 100%;
  }
}
.menu__ul .label_new:after {
  top: -1.2rem;
  font-style: normal;
}
@media (max-width: 750.98px) {
  .menu__ul .label_new:after {
    line-height: 1;
  }
}
.menu__link {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1.3rem 0 1rem;
  font-weight: 800;
  color: #000000;
  transition: 0.1s;
  display: inline-block;
}
.menu__link:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .menu__link {
    font-size: 2.6rem;
    line-height: 4rem;
    margin: 2rem 0;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .menu__link:not(:last-child):before {
    transform: rotate(180deg);
    right: 0;
    position: absolute;
    font-size: 2rem;
    color: #666;
    content: "\e902";
    font-family: "icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.menu__link_blue {
  color: #0072ee;
}
.menu__sub-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -0.6rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 750.98px) {
  .menu__sub-ul {
    display: none;
  }
}
.menu__sub-ul-toggle {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #696969;
}
.menu__sub-ul-toggle:after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #696969;
  border-right: 1px solid #696969;
  transform: translate(7px, -3px) rotate(135deg);
}
.menu__sub-ul-toggle:hover {
  text-decoration: underline;
}
@media (max-width: 750.98px) {
  .menu__sub-ul-toggle {
    display: none;
  }
}
.menu__sub-ul-toggle._extended:after {
  transform: translate(7px, 1px) rotate(-45deg);
}
.menu__sub-link {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0.5rem 0;
  font-weight: 500;
  color: #696969;
  display: inline-block;
  margin-right: 1.7rem;
  transition: 0.1s;
  display: inline-block;
}
.menu__sub-link:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .menu__brends {
    display: none;
  }
}
.menu__brends ul {
  border-left: 1px solid #eee;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 38rem;
  margin: 0;
  padding-left: 4.5rem;
}
.menu__brends ul li a {
  width: 15.5rem;
  height: 6rem;
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  transition: 0.1s;
}
.menu__brends ul li a:hover {
  background-color: #e5e5e5;
}
.menu__brends ul li a img {
  display: block;
  max-width: 60%;
  max-height: 3.5rem;
}
.menu__brends-title {
  padding-left: 5rem;
  font-size: 1.5rem;
  line-height: 4.5rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 2rem;
  display: block;
}
.menu__nav {
  flex: 1 1 auto;
}

.search-header {
  position: relative;
}
.search-header .search-header__btn_close {
  display: none;
}
.search-header._active {
  z-index: 20;
  background-color: #fff;
  border-color: transparent;
  border-left: 0;
  border-right: 0;
}
.search-header._active .search-header__btn_close {
  display: block;
  border-right: 1px solid #dedede;
  padding: 0 2rem;
  height: 45%;
  justify-self: center;
  align-self: center;
}
@media (max-width: 750.98px) {
  .search-header._active .search-header__btn_close {
    border-right: 0;
    height: auto;
    align-self: unset;
    background: #e32213;
    color: #fff;
    transform: scale(1.1);
    border-radius: 0.5rem;
  }
  .search-header._active .search-header__btn_close i {
    font-size: 3rem;
    color: #fff;
  }
}
@media (max-width: 750.98px) {
  .search-header._active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    align-items: flex-start;
    padding: 12rem 4rem 4rem;
    display: block;
  }
  .search-header._active .search-header__form {
    background: #efefef;
    border-radius: 0.5rem;
    border: 0.4rem solid #eaeaea;
  }
}
.search-header._active .result-search {
  display: block;
}

.result-search {
  position: absolute;
  top: calc(100% - 0.2rem);
  background-color: #fff;
  width: 100%;
  padding: 2rem 0;
  z-index: 20;
  display: none;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media (max-width: 750.98px) {
  .result-search {
    position: relative;
    top: auto;
    margin-top: 2rem;
  }
}
.result-search .btn {
  display: none;
}
@media (max-width: 750.98px) {
  .result-search .btn {
    display: block;
    margin-top: 3rem;
  }
}
.result-search__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}
@media (max-width: 750.98px) {
  .result-search__tags {
    padding: 0;
  }
}
.result-search__tags a {
  display: block;
  background-color: #e9e9e9;
  margin-right: 1rem;
  font-size: 1.3rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: #000000;
  padding: 0 1rem;
  border-radius: 0.5rem;
  transition: 0.1s;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .result-search__tags a {
    font-size: 2rem;
    line-height: 5.5rem;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
}
.result-search__tags a:hover {
  background: #e1e1e1;
}
.result-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .result-search ul {
    margin-top: 2rem;
  }
}
.result-search ul li {
  display: block;
}
.result-search ul li a {
  display: block;
  padding: 1rem 2rem;
  transition: 0.1s;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 750.98px) {
  .result-search ul li a {
    padding: 1.5rem 0;
    font-size: 2.1rem;
  }
}
.result-search ul li a:hover {
  background-color: #e9e9e9;
}
.result-search__error {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  color: #888;
}

.footer {
  background-color: #f6f6f6;
}
@media (max-width: 750.98px) {
  .footer ._container {
    padding: 0;
  }
}
.footer__top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 750.98px) {
  .footer__top-line {
    padding-top: 0rem;
    padding-bottom: 0rem;
    flex-wrap: wrap;
  }
}
.footer__phone {
  font-size: 2.7rem;
  line-height: 3.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s;
}
.footer__phone:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .footer__phone {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 3.3rem;
    text-align: center;
    font-size: 4rem;
    line-height: 3.8rem;
    font-weight: 800;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 750.98px) {
  .footer__social {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer__middle-line {
  padding-top: 5.5rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750.98px) {
  .footer__middle-line {
    padding-left: 2rem;
    padding-right: 2rem;
    flex-wrap: wrap;
    padding-top: 0rem;
    padding-bottom: 0rem;
    border-bottom: none;
  }
}
.footer__logo {
  max-width: 22rem;
  margin-right: 17rem;
  flex: 1 1 auto;
}
.footer__logo img {
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .footer__logo img {
    max-width: 21.6rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 750.98px) {
  .footer__logo {
    order: 3;
    width: 100%;
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 4.5rem;
    margin: 0 auto;
  }
}
.footer__text {
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #868686;
  max-width: 65rem;
}
@media (max-width: 750.98px) {
  .footer__text {
    text-align: center;
    font-size: 2rem;
    line-height: 3.4rem;
    display: block;
    max-width: 89%;
    margin: 0 auto 3rem;
  }
}
.footer__menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750.98px) {
  .footer__menu {
    order: 1;
    width: 100%;
    flex-wrap: wrap;
  }
}
.footer__contacts {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-left: 3rem;
}
@media (max-width: 750.98px) {
  .footer__contacts {
    order: 2;
    width: 100%;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #e6e6e6;
  }
}
.footer__bottom-line {
  padding-top: 5rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750.98px) {
  .footer__bottom-line {
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #868686;
}
.footer__copyright a {
  display: block;
  color: #868686;
  text-decoration: underline;
}
@media (max-width: 750.98px) {
  .footer__copyright {
    order: 2;
    width: 100%;
    font-size: 2rem;
    line-height: 3.4rem;
    font-weight: 500;
    text-align: center;
  }
  .footer__copyright a {
    margin-top: 3rem;
  }
}
.footer__freshm {
  margin-left: 6rem;
}
@media (max-width: 750.98px) {
  .footer__freshm {
    order: 3;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    text-align: center;
    margin-top: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.social {
  display: flex;
  align-items: center;
}
@media (max-width: 750.98px) {
  .social {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.social__title {
  font-size: 1.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #000000;
  margin-right: 1.2rem;
}
@media (max-width: 750.98px) {
  .social__title {
    font-size: 2.22rem;
    line-height: 4.2rem;
    font-weight: 500;
  }
}
@media (max-width: 750.98px) and (max-width: 750.98px) {
  .social__title {
    margin-right: 0.3rem;
  }
}
.social a {
  margin-left: 1.6rem;
  color: #9a9a9a;
  font-size: 2.5rem;
  transition: 0.2s;
}
.social a:hover {
  color: #000;
}
@media (max-width: 750.98px) {
  .social a {
    font-size: 3.1rem;
    margin-left: 2.5rem;
  }
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 750.98px) {
  .footer-menu {
    order: 1;
  }
}
.footer-menu__col {
  margin-right: 10rem;
}
@media (max-width: 750.98px) {
  .footer-menu__col {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #e6e6e6;
  }
}
.footer-menu li a {
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 500;
  color: #000000;
  transition: 0.2s;
}
.footer-menu li a:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .footer-menu li a {
    text-align: center;
    font-size: 2.4rem;
    line-height: 6rem;
  }
}

.footer-contacts__title {
  font-size: 1.5rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #868686;
}
.footer-contacts__title:not(:first-child) {
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .footer-contacts__title {
    font-size: 2.1rem;
    line-height: 5.3rem;
    font-weight: 400;
    color: #868686;
  }
}
.footer-contacts__phone {
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #404040;
  transition: 0.2s;
}
.footer-contacts__phone:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .footer-contacts__phone {
    font-size: 2.52rem;
    line-height: 5.3rem;
    font-weight: 500;
    color: #000000;
  }
}
.footer-contacts__opentime {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #404040;
}
@media (max-width: 750.98px) {
  .footer-contacts__opentime {
    font-size: 2.24rem;
    line-height: 4rem;
    font-weight: 500;
    color: #000000;
  }
}

.freshm {
  font-size: 1.6rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #404040;
  margin-top: 1rem;
  display: block;
  transition: 0.1s;
}
.freshm:hover span {
  background-color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .freshm {
    font-size: 2.24rem;
    line-height: 5.3rem;
  }
}
.freshm span {
  background-color: #4a4a4a;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #f1f1f1;
  padding: 0 0.6rem;
  display: inline-block;
  margin-left: 0.3rem;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .freshm span {
    font-size: 1.82rem;
    line-height: 3.5rem;
  }
}

.accordion_delivery {
  border-bottom: 0.1rem solid #eee;
}
@media (max-width: 750.98px) {
  .accordion_delivery {
    border-bottom: 0.2rem solid #eee;
  }
}
.accordion.active .accordion__btn:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 12.998H6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}
.accordion.active .accordion__btn_grey-red-icon:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e42213' d='M18 12.998H6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}
.accordion.active .accordion__btn_white-icon:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 12.998H6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}
.accordion.active .accordion__panel {
  display: block;
}

.accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__btn:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m-7-7h14'/%3E%3C/svg%3E");
  content: var(--svg);
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.5rem;
}
@media (max-width: 750.98px) {
  .accordion__btn:after {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.accordion__btn_delivery {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  padding: 2rem 0;
  background-color: transparent;
}
@media (max-width: 750.98px) {
  .accordion__btn_delivery {
    font-size: 2.2rem;
    padding: 3.6rem 0;
  }
}
.accordion__btn_grey-red-icon:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23777' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m-7-7h14'/%3E%3C/svg%3E");
}
.accordion__btn_white-icon:after {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m-7-7h14'/%3E%3C/svg%3E");
}

.accordion.active .accordion__btn_delivery, .accordion__btn_delivery:hover {
  color: hsl(4, 85%, 48%);
}

.accordion__panel {
  padding: 0 1.8rem;
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 750.98px) {
  .accordion__panel {
    padding: 0;
  }
}

.index-slider {
  position: relative;
  margin-bottom: 6rem;
}
.index-slider__slider {
  overflow: hidden;
  display: flex;
}
.index-slider__slide {
  flex: 0 0 100%;
  position: relative;
  min-height: 68rem;
  display: flex !important;
  align-items: stretch;
  justify-content: center;
}
.index-slider__slide ._container {
  flex: 1 1 auto;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .index-slider__slide ._container {
    padding: 0;
  }
}
.index-slider__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750.98px) {
  .index-slider__content {
    background-color: #3e3d3c;
    height: auto;
    padding: 4rem;
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
.index-slider__content p {
  text-align: center;
}
.index-slider__content p:not(:last-child) {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 200;
}
@media (max-width: 750.98px) {
  .index-slider__content p:not(:last-child) {
    font-size: 2.4rem;
  }
}
.index-slider__header {
  font-size: 5.2rem;
  text-align: center;
  font-weight: 700;
}
.index-slider__header:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 750.98px) {
  .index-slider__header {
    font-size: 5.4rem;
    line-height: 1.3;
  }
}
.index-slider__img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: calc(100% - 4rem);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750.98px) {
  .index-slider__img {
    position: relative;
    width: 100%;
    height: 43rem;
  }
}

.product-slide .index-slider__content {
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: space-between;
  padding-right: 10rem;
  padding-left: 10rem;
  position: unset;
}
@media (max-width: 750.98px) {
  .product-slide .index-slider__content {
    padding: 2rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
.product-slide__content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 60%;
}
@media (max-width: 750.98px) {
  .product-slide__content {
    max-width: 100%;
  }
}
.product-slide__tags {
  display: flex;
  flex-wrap: wrap;
}
.product-slide__header {
  font-size: 4.5rem;
  font-weight: 200;
  margin-bottom: 2.5rem;
  line-height: 1.3;
  display: block;
}
@media (max-width: 750.98px) {
  .product-slide__header {
    font-size: 5.4rem;
  }
}
.product-slide__img {
  max-width: 45%;
}
@media (max-width: 750.98px) {
  .product-slide__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 60%;
    top: 2rem;
  }
}

.price-slide {
  margin-bottom: 2.5rem;
}
@media (max-width: 750.98px) {
  .price-slide {
    margin-bottom: 5rem;
  }
}
.price-slide__old {
  font-size: 2.2rem;
  font-weight: 200;
  text-decoration: line-through;
  margin-right: 1.8rem;
}
@media (max-width: 750.98px) {
  .price-slide__old {
    font-size: 3.4rem;
  }
}
.price-slide__new {
  font-size: 3.1rem;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .price-slide__new {
    font-size: 5.5rem;
  }
}
.price-slide__text {
  font-size: 2.2rem;
}
@media (max-width: 750.98px) {
  .price-slide__text {
    font-size: 3.6rem;
    font-weight: 300;
    padding-left: 0.5rem;
  }
}

.left-slide .index-slider__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
  padding-left: 10rem;
  max-width: 60%;
  margin-right: auto;
}
@media (max-width: 750.98px) {
  .left-slide .index-slider__content {
    max-width: 100%;
    padding: 4rem;
    padding-bottom: 9rem;
  }
}
.left-slide__header {
  font-size: 5.2rem;
  font-weight: 200;
  line-height: 1.15;
  margin-bottom: 3rem;
}
.left-slide p {
  text-align: left;
}
.left-slide__form {
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .left-slide__form {
    width: 100%;
    text-align: center;
  }
}

.left-bg-slide ._container {
  display: flex;
}
@media (max-width: 750.98px) {
  .left-bg-slide ._container {
    display: block;
  }
}
.left-bg-slide .index-slider__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10rem;
  max-width: 60%;
  min-width: 44%;
  margin-right: auto;
  background-color: #3e3d3c;
  padding-right: 2rem;
  position: relative;
}
@media (max-width: 750.98px) {
  .left-bg-slide .index-slider__content {
    padding: 4rem;
    padding-bottom: 9rem;
    max-width: 100%;
    min-width: 100%;
  }
}
.left-bg-slide .index-slider__content:before {
  content: "";
  bottom: 0;
  top: 0;
  position: absolute;
  padding-right: 20%; /* Высота треугольника, создается за счет внутреннего отступа */
  background-color: #3e3d3c;
  -webkit-clip-path: polygon(0% 100%, 0 0, 100% 50%);
          clip-path: polygon(0% 100%, 0 0, 100% 50%); /* Форма треугольника */
  left: calc(100% - 1px);
  z-index: -1;
}
@media (max-width: 750.98px) {
  .left-bg-slide .index-slider__content:before {
    display: none;
  }
}
.left-bg-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 750.98px) {
  .left-bg-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.left-bg-slide__header {
  font-size: 5.2rem;
  font-weight: 200;
  line-height: 1.15;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .left-bg-slide__header {
    font-size: 5.4rem;
    line-height: 1.4;
  }
}
.left-bg-slide p {
  text-align: left;
}
.left-bg-slide__form {
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .left-bg-slide__form {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.full-screen-slide {
  display: flex;
  align-items: stretch;
}
@media (max-width: 750.98px) {
  .full-screen-slide {
    flex-direction: column;
  }
}
.full-screen-slide .index-slider__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
  padding-left: 10rem;
  max-width: 60%;
  min-width: 44%;
  margin-right: auto;
  padding-right: 2rem;
  position: relative;
}
@media (max-width: 750.98px) {
  .full-screen-slide .index-slider__content {
    padding: 4rem;
    padding-bottom: 9rem;
    max-width: 100%;
    min-width: 100%;
  }
}
.full-screen-slide__header {
  font-size: 5.2rem;
  font-weight: 200;
  line-height: 1.15;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .full-screen-slide__header {
    font-size: 5.4rem;
    line-height: 1.3;
  }
}
.full-screen-slide img {
  width: 100%;
}
.full-screen-slide p {
  text-align: left;
}
.full-screen-slide__form {
  margin-bottom: 3rem;
}

.slider-button {
  position: absolute;
  top: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.23);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #868686;
  cursor: pointer;
  transition: 0.2s;
}
.slider-button:hover {
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.7);
}

@media (max-width: 750.98px) {
  .bullets {
    display: none;
  }
}

.bullet {
  z-index: 15;
  position: absolute;
  pointer-events: auto;
  margin: -0.08rem 0 0 -0.08rem;
}
.bullet__icon {
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  position: relative;
  animation: pulse 1.4s ease infinite;
  box-shadow: 0 0.3rem 1.8rem 0 rgba(0, 0, 0, 0.15), 0 0 0 0.7rem rgba(255, 255, 255, 0.5), 0 0.3rem 1.8rem 0.7rem rgba(0, 0, 0, 0.15), 0 0 0 1.4rem rgba(255, 255, 255, 0.21), 0 0.3rem 1.8rem 1.4rem rgba(0, 0, 0, 0.15);
}
.bullet__icon:before {
  content: "";
  top: -2rem;
  left: -2rem;
  right: -2rem;
  bottom: -2rem;
  position: absolute;
  border-radius: 50%;
}
.bullet__modal {
  display: none;
}
.bullet_inline {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
}
@media (max-width: 750.98px) {
  .bullet_inline {
    margin-left: 1rem;
  }
}
.bullet__title {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .bullet__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.tippy-tooltip.slider-theme {
  background: #fff;
  padding: 2rem;
  width: 24rem;
  color: #000;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.23);
}
.tippy-tooltip.slider-theme img {
  margin-bottom: 3rem;
  width: 100%;
}
.tippy-tooltip.slider-theme ._icon-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #888;
  cursor: pointer;
  transition: 0.1s;
}
.tippy-tooltip.slider-theme ._icon-close:hover {
  color: #484848;
}
.tippy-tooltip.slider-theme p {
  font-weight: 400;
  margin-bottom: 2rem;
}

.tippy-tooltip.inline-theme {
  background: #fff;
  padding: 2.5rem;
  width: 32rem;
  color: #000;
  font-size: 1.3rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.17);
}
.tippy-tooltip.inline-theme img {
  margin-bottom: 3rem;
  width: 100%;
}
.tippy-tooltip.inline-theme ._icon-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #888;
  cursor: pointer;
  transition: 0.1s;
}
.tippy-tooltip.inline-theme ._icon-close:hover {
  color: #484848;
}
.tippy-tooltip.inline-theme p {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.tippy-tooltip.slider-theme[data-placement^=top] .tippy-arrow, .tippy-tooltip.inline-theme[data-placement^=top] .tippy-arrow {
  border-top-color: #fff;
}

.tippy-tooltip.slider-theme[data-placement^=bottom] .tippy-arrow, .tippy-tooltip.inline-theme[data-placement^=bottom] .tippy-arrow {
  border-bottom-color: #fff;
}

.tippy-tooltip.slider-theme[data-placement^=left] .tippy-arrow .tippy-tooltip.inline-theme[data-placement^=left] .tippy-arrow {
  border-left-color: #fff;
}

.tippy-tooltip.slider-theme[data-placement^=right] .tippy-arrow, .tippy-tooltip.inline-theme[data-placement^=right] .tippy-arrow {
  border-right-color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
.advantages {
  margin-bottom: 6rem;
}
@media (max-width: 750.98px) {
  .advantages {
    margin-top: 2rem;
  }
}
.advantages__content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .advantages__content {
    flex-wrap: wrap;
    overflow: visible;
  }
}
.advantages__content_hide-slider .advantages__slider {
  display: none;
}
.advantages__content_hide-slider .triggers .trigger {
  border-bottom-color: transparent;
}
.advantages__slider {
  flex: 1 1 auto;
  min-width: 50%;
  width: 50%;
  margin-left: 6rem;
  position: relative;
  display: flex;
}
@media (max-width: 750.98px) {
  .advantages__slider {
    width: 100%;
    min-width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.triggers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -3rem;
  margin-right: -3rem;
  width: calc(100% + 6rem);
  align-items: baseline;
}
@media (max-width: 750.98px) {
  .triggers {
    flex: 1 1 100%;
    margin-bottom: 4rem;
  }
}

.trigger {
  max-width: 28rem;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 3rem;
  padding-bottom: 4rem;
  margin-left: 3rem;
  margin-right: 3rem;
  flex: 1 1 40%;
}
@media (max-width: 750.98px) {
  .trigger {
    width: 50%;
    min-width: 50%;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.trigger__icon {
  max-height: 6rem;
  display: block;
  margin-bottom: 3.5rem;
  max-width: 6rem;
}
@media (max-width: 750.98px) {
  .trigger__icon {
    max-height: 8rem;
    max-width: 8rem;
    margin-bottom: 4.5rem;
  }
}
.trigger__header {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  display: block;
}
@media (max-width: 750.98px) {
  .trigger__header {
    font-size: 2.4rem;
  }
}
.trigger p {
  font-size: 1.5rem;
}
@media (max-width: 750.98px) {
  .trigger p {
    font-size: 2rem;
  }
}

.slider-advantages {
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
}
.slider-advantages__navigations {
  position: absolute;
  top: 50%;
}
.slider-advantages__pagination {
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 750.98px) {
  .slider-advantages__pagination {
    bottom: -3rem !important;
  }
  .slider-advantages__pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.7);
  }
}
.slider-advantages__slide {
  padding-bottom: 64%;
}
.slider-advantages__img {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-advantages__img-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.slider-advantages__text {
  color: #fff;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 1.7rem;
}
@media (max-width: 750.98px) {
  .slider-advantages__text {
    font-size: 2.2rem;
  }
}

.catalog {
  margin-top: 2rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 750.98px) {
  .catalog {
    margin-bottom: 6rem;
  }
}
.catalog__header {
  margin-bottom: 1rem;
}
.catalog__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-catalog {
  position: relative;
  width: calc(33.33% - 0.4rem);
  margin-bottom: 0.5rem;
  min-height: 34.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 3rem;
}
.item-catalog:hover .item-catalog__img {
  filter: brightness(0.7);
}
@media (max-width: 750.98px) {
  .item-catalog {
    width: 100%;
    min-height: 47.4rem;
  }
  .item-catalog:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.item-catalog__img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.1s;
}
.item-catalog__header {
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: 0.1s;
  align-self: baseline;
}
.item-catalog__header:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .item-catalog__header {
    font-size: 3.6rem;
  }
}
.item-catalog__tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.item-catalog__tags ul li:first-child {
  margin-top: 1.3rem;
}
.item-catalog__tags ul li:not(:last-child) {
  margin-right: 1.7rem;
}
.item-catalog__tags ul a {
  margin-top: 2.5rem;
  color: #fff;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5rem;
}
@media (max-width: 750.98px) {
  .item-catalog__tags ul a {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.item-catalog__tags ul a:hover {
  text-decoration: underline;
}
.item-catalog__link {
  display: block;
  margin-top: 0.7rem;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 750.98px) {
  .item-catalog__link {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

.circle {
  display: block;
  overflow: visible;
  width: 6.6rem;
  font-size: 15.3px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  fill: #fff;
  position: absolute;
  top: 3rem;
  right: 3rem;
  animation: rotateAnimation 10s linear infinite;
}
@media (max-width: 750.98px) {
  .circle {
    top: 4rem;
    right: 4rem;
    width: 8.5rem;
  }
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.circle path {
  border-radius: 50%;
  fill: none;
}
.circle path#bg-circle {
  fill: #333333;
}

.tabs__nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 1.8rem;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.5rem;
}
.tabs__nav button {
  color: #404040;
  position: relative;
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  padding: 1.5rem 2.5rem;
}
.tabs__nav button:active, .tabs__nav button:focus {
  outline: none;
}
@media (max-width: 750.98px) {
  .tabs__nav button {
    font-size: 2.2rem;
  }
}
.tabs__nav button:hover {
  color: #000;
}
.tabs__nav button:hover:after {
  background-color: #000;
}
.tabs__nav button.tabs__btn_active {
  color: #000;
  font-weight: 600;
}
.tabs__nav button.tabs__btn_active:after {
  background-color: #000;
}
.tabs__nav button:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 100%;
  background-color: transparent;
  position: relative;
  bottom: -1.5rem;
}
.tabs__nav button:last-child {
  padding-right: 0;
}
.tabs__nav button:first-child {
  padding-left: 0;
}

.tabs__btn {
  background-color: transparent;
  border: 0;
  color: #404040;
}

.tabs__btn_active:active, .tabs__btn_active:focus {
  background-color: transparent;
}

.tabs__btn:not(.tabs__btn_active):hover,
.tabs__btn:not(.tabs__btn_active):focus {
  background-color: transparent;
}

.tabs__pane {
  opacity: 0;
  visibility: hidden;
  position: relative;
  height: 0;
  left: -99999px;
}

.tabs__pane_show {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: auto;
  left: auto;
  display: flex;
  transition: opacity 1s;
}

.brands {
  margin-bottom: 7.5rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .brands {
    margin-bottom: 8rem;
  }
}
.brands__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  align-items: center;
}
.brands__header .h2 {
  margin-bottom: 0rem;
}
.brands__items {
  position: relative;
}
.brands__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 11rem;
  flex: 0 0 calc(16.6666666667% - 0.1666666667px);
  border: 1px solid #d9d9d9;
}
@media (max-width: 750.98px) {
  .brands__item {
    flex: 0 0 37.3134328358%;
  }
}
.brands__item:not(:last-child) {
  border-right: none;
}
.brands__item img {
  max-width: 75%;
  max-height: 8rem;
}

.items-brand {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750.98px) {
  .items-brand {
    overflow: visible;
  }
}
.items-brand__navigations.slider__navigations {
  width: calc(100% + 5rem) !important;
  max-width: calc(100vw - 1rem);
}

.offers {
  margin-bottom: 11rem;
}
@media (max-width: 750.98px) {
  .offers {
    margin-bottom: 11rem;
  }
}
.offers__header {
  margin-bottom: 1.5rem;
}
@media (max-width: 750.98px) {
  .offers__header {
    margin-bottom: 2.5rem;
  }
}
.offers__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 750.98px) {
  .offers__navigation {
    margin-bottom: 3rem;
  }
}
.offers__content {
  width: 100%;
  height: 77.1rem;
  overflow: hidden;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 750.98px) {
  .offers__content {
    width: calc(100% + 8rem + 2px);
    margin-left: calc(-4rem - 1px);
    margin-right: calc(-4rem - 1px);
    height: auto;
  }
}
.offers__content.offers-slider_one-row {
  height: 38.5rem;
}
@media (max-width: 750.98px) {
  .offers__content.offers-slider_one-row {
    height: auto;
  }
}
.offers__content.offers-slider_one-row .item-offers {
  height: 38.5rem;
}
@media (max-width: 750.98px) {
  .offers__content.offers-slider_one-row .item-offers {
    height: auto;
  }
}
.nav-offers__tabs {
  margin-bottom: 0;
}
.item-offers {
  min-height: calc(38.5rem - 1px);
  width: 20%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2.8rem;
  position: relative;
  outline: 0.5px solid #dddddd;
}
.item-offers:active {
  outline: 0.5px solid #dddddd !important;
}
@media (max-width: 750.98px) {
  .item-offers {
    padding: 3rem 4rem 4rem;
    height: auto;
  }
}
.item-offers img {
  height: 12.2rem;
  max-height: 12.2rem;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .item-offers img {
    height: 15.5rem;
    max-height: 15.5rem;
    margin-bottom: 4rem;
  }
}
.item-offers__price {
  display: flex;
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .item-offers__price {
    margin-bottom: 2rem;
  }
}
.item-offers__price_current {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 750.98px) {
  .item-offers__price_current {
    font-size: 2.04rem;
    line-height: 3.1rem;
    font-weight: 700;
  }
}
.item-offers__price_old {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #8e8e8e;
  text-decoration: line-through;
}
@media (max-width: 750.98px) {
  .item-offers__price_old {
    font-size: 2.04rem;
    line-height: 3.1rem;
  }
}
.item-offers__price span:not(:last-child) {
  margin-right: 1.5rem;
}
.item-offers__title {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.1s;
  display: block;
  color: #000;
  max-height: 6.3rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .item-offers__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
    max-height: none;
  }
}
.item-offers__title:hover {
  color: hsl(4, 85%, 48%);
}
.item-offers__footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
}
.item-offers__button {
  padding: 0.7rem 2rem;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .item-offers__button {
    padding: 1rem 2rem;
    width: 14rem;
    font-size: 1.8rem;
    margin-right: auto;
  }
}
.item-offers__icons {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.item-offers__icon {
  font-size: 1.9rem;
  border: none;
  background-color: transparent;
  display: inline-block;
  color: #b7b7b7;
  padding: 0;
}
.item-offers__icon:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 750.98px) {
  .item-offers__icon {
    font-size: 2.9rem;
    padding: 0 0.6rem;
  }
}
.item-offers__icon:hover {
  color: #333;
}
.item-offers__status {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #919191;
  width: 100%;
  flex: 0 0 100%;
  text-align: left;
}
@media (max-width: 750.98px) {
  .item-offers__status {
    font-size: 1.53rem;
    line-height: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.item-offers__status:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.6rem;
}
@media (max-width: 750.98px) {
  .item-offers__status:before {
    width: 1rem;
    height: 1rem;
  }
}
.item-offers__green:before {
  background-color: #8ee5bd;
}
.item-offers__grey:before {
  background-color: #d5d5d5;
}
.item-offers__tags {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 2rem;
  top: 2rem;
  align-items: baseline;
}
@media (max-width: 750.98px) {
  .item-offers__tags .tag {
    font-size: 1.75rem;
  }
}
.item-offers__properties {
  margin: 1.4rem 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #636363;
}
@media (max-width: 750.98px) {
  .item-offers__properties {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}
.item-offers__properties_column .item-offers__property {
  margin-bottom: 1rem;
  grid-template-columns: 100%;
}
@media (max-width: 750.98px) {
  .item-offers__properties_column .item-offers__property {
    margin-bottom: 1.5rem;
  }
}
.item-offers__properties_column .item-offers__property ._space {
  display: none;
}
.item-offers__properties_column .item-offers__property dt {
  color: #636363;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .item-offers__properties_column .item-offers__property dt {
    font-size: 1.7rem;
  }
}
.item-offers__properties_column .item-offers__property dd {
  text-align: left;
  align-self: start;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 750.98px) {
  .item-offers__properties_column .item-offers__property dd {
    font-size: 1.8rem;
  }
}
.item-offers__property {
  display: grid;
  grid-template-columns: auto 1fr minmax(min-content, auto);
  line-height: 1.52;
  margin-bottom: 0.7rem;
}
.item-offers__property dd {
  align-self: end;
  text-align: right;
}
.item-offers__property ._space {
  border-bottom: 0.1rem dotted #dddddd;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transform: translateY(-0.3rem);
}
@media (max-width: 750.98px) {
  .item-offers__property ._space {
    transform: translateY(-0.9rem);
    border-bottom: 0.2rem dotted #dddddd;
  }
}

.item-offers_info {
  background-color: #fff8d7;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.item-offers_info:hover {
  background-color: #eee;
}
.item-offers_info__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2.6rem;
  color: #000;
  transition: 0.1s;
}
.item-offers_info__title:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .item-offers_info__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.item-offers_info__text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 750.98px) {
  .item-offers_info__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.item-offers_info__link {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
  color: #000000;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .item-offers_info__link {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.item-offers_info__link:hover {
  color: hsl(4, 85%, 48%);
}

.items-offers__navigations {
  width: calc(100% + 5rem) !important;
  max-width: calc(100vw - 1rem);
}

.items-offers__pagination {
  bottom: -3rem !important;
}
.items-offers__pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7);
}

.steps {
  margin-bottom: 7rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .steps {
    margin-bottom: 6rem;
  }
}
.steps_bg-grey {
  background: #f6f6f6;
  padding: 6rem 0;
  margin: 0;
}
.steps__subtitle {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 2.3rem;
}
.steps__content {
  display: flex;
  justify-content: space-between;
}
.steps__content .swiper-wrapper {
  justify-content: space-between;
}
.item-step {
  max-width: calc(25% - 6rem);
  flex: 0 0 29rem;
  margin-right: 6rem;
}
@media (max-width: 750.98px) {
  .item-step {
    max-width: 40rem;
    flex: 0 0 40rem;
  }
  .item-step:not(:last-child) {
    margin-right: 6rem;
  }
}
.item-step__title {
  font-size: 1.9rem;
  line-height: 4.4rem;
  font-weight: 700;
  padding-bottom: 2.8rem;
  display: block;
  position: relative;
  margin-bottom: 3.3rem;
}
@media (max-width: 750.98px) {
  .item-step__title {
    font-size: 2.66rem;
    line-height: 6.1rem;
    padding-bottom: 3.8rem;
    margin-bottom: 4.3rem;
  }
}
.item-step__title:before {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: 0.1rem;
  background-color: #d0d0d0;
  bottom: 0;
  left: 0;
}
.item-step img {
  max-height: 5rem;
  max-width: 7rem;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .item-step img {
    max-height: 7rem;
    max-width: 9rem;
    margin-bottom: 5rem;
  }
}
.item-step p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #404040;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 750.98px) {
  .item-step p {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}

.banner {
  margin-bottom: 9.5rem;
  position: relative;
}
@media (max-width: 750.98px) {
  .banner {
    margin-bottom: 12.5rem;
  }
}
.banner ._container:hover .banner__navigations {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 750.98px) {
  .banner ._container {
    padding: 0;
  }
}
.banner__slider {
  overflow: hidden;
}
.banner__slide {
  min-height: 15rem;
}
@media (max-width: 750.98px) {
  .banner__slide {
    min-height: 30rem;
  }
}
.banner__img_pc {
  display: block;
}
@media (max-width: 750.98px) {
  .banner__img_pc {
    display: none;
  }
}
.banner__img_mob {
  display: none;
}
@media (max-width: 750.98px) {
  .banner__img_mob {
    display: block;
  }
}
.banner__navigations {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  width: 94% !important;
}
.banner__pagination {
  bottom: -3rem !important;
}
.banner__pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.7);
}

.about-us {
  display: flex;
  margin-bottom: 6.6rem;
}
@media (max-width: 750.98px) {
  .about-us {
    flex-wrap: wrap;
  }
}
.about-us__left-block {
  flex: 0 0 45.3%;
  width: 45.3%;
}
@media (max-width: 750.98px) {
  .about-us__left-block {
    flex: 0 0 100%;
    width: 100%;
  }
}
.about-us__video-button {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  color: #000;
}
@media (max-width: 750.98px) {
  .about-us__video-button {
    margin-bottom: 9rem;
  }
}
.about-us__video-button:hover .icon {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.about-us__video-button .icon {
  margin-right: 3rem;
}
.about-us__right-block {
  flex: 1 1 auto;
}
.about-us__right-block p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #404040;
  margin-bottom: 2.6rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 750.98px) {
  .about-us__right-block p {
    font-size: 2.08rem;
    line-height: 3.3rem;
  }
}
.about-us__right-block ul li::marker {
  color: hsl(4, 85%, 48%);
}
.about-us__right-block ul {
  padding-left: 2rem;
}
.about-us__right-block ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.about-us__right-block button {
  margin-top: 1.5rem;
}
.about-us__title {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 5.7rem;
  margin-bottom: 5rem;
  display: block;
}
@media (max-width: 750.98px) {
  .about-us__title {
    font-size: 4.4rem;
    line-height: 6.2rem;
    margin-bottom: 3rem;
  }
}

.info-about-us {
  margin-bottom: 9.6rem;
}
@media (max-width: 750.98px) {
  .info-about-us {
    margin-bottom: 7rem;
  }
}
.info-about-us__count {
  font-size: 12.4rem;
  font-weight: 200;
  display: block;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 750.98px) {
  .info-about-us__count {
    font-size: 17.36rem;
  }
}
.info-about-us__text {
  font-size: 1.7rem;
  font-weight: 500;
  color: #404040;
  display: block;
  max-width: 28rem;
}
@media (max-width: 750.98px) {
  .info-about-us__text {
    font-size: 2.38rem;
    line-height: 3.3rem;
    font-weight: 500;
    max-width: 38rem;
  }
}

.services {
  background-color: #e7e7e7;
  width: calc(100% - 4rem);
  border-radius: 1.5rem;
  padding: 6rem 6rem 4rem 9rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
  flex-wrap: wrap;
}
@media (max-width: 750.98px) {
  .services {
    margin: 0;
    margin-bottom: 6rem;
    border-radius: 0;
    max-width: 100%;
    padding: 7.3rem 4rem 8rem;
    width: 100%;
  }
}
.services__info {
  max-width: 46.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .services__info {
    margin-bottom: 7rem;
    max-width: 100%;
  }
}
.services__info p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #404040;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 3.5rem;
}
@media (max-width: 750.98px) {
  .services__info p {
    font-size: 2.4rem;
    line-height: 3.9rem;
    margin-bottom: 7rem;
  }
}
.services__title {
  font-size: 3.4rem;
  line-height: 4.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  display: block;
}
@media (max-width: 750.98px) {
  .services__title {
    font-size: 4.4rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
}
.services__widgets {
  max-height: 32rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .services__widgets {
    max-height: 42rem;
    overflow: hidden;
  }
}

.widget {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 1.4rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 750.98px) {
  .widget {
    padding: 3rem;
  }
}
.widget:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 750.98px) {
  .widget:not(:last-child) {
    margin-right: 3rem;
  }
}
.widget img {
  max-width: 100%;
  max-height: 100%;
}
.widget_orange {
  background-color: #e7814f;
}
.widget_green {
  background-color: #178e96;
}
.widget_blue {
  background-color: #6a81b6;
}
.widget__horizontal {
  width: 31.6rem;
  height: 14.8rem;
}
@media (max-width: 750.98px) {
  .widget__horizontal {
    width: 41.7rem;
    height: 19.5rem;
  }
}
.widget__vertical-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.widget__horizontal-group {
  display: flex;
  justify-content: space-between;
  width: 31.6rem;
  height: 14.8rem;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
}
.widget__horizontal-group .widget:not(:last-child) {
  margin-right: auto;
}
@media (max-width: 750.98px) {
  .widget__horizontal-group {
    width: 41.7rem;
    height: 19.5rem;
  }
}
.widget__horizontal-group:not(:last-child) {
  margin-right: 2rem;
}
.widget img.widget__bg-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
}
.widget__title {
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 750.98px) {
  .widget__title {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
  }
}
.widget__square {
  width: 14.8rem;
  height: 14.8rem;
}
@media (max-width: 750.98px) {
  .widget__square {
    width: 19.5rem;
    height: 19.5rem;
  }
}
.widget img.widget__icon-img {
  max-width: 5rem;
  max-height: 5rem;
}
@media (max-width: 750.98px) {
  .widget img.widget__icon-img {
    max-width: 6.9rem;
  }
}
.widget__vertical {
  height: 31.6rem;
  width: 17rem;
}
@media (max-width: 750.98px) {
  .widget__vertical {
    width: 22.4rem;
    height: 41.6rem;
  }
}
.widget img.widget__img {
  width: 94%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.widget__img_bg-light-blue {
  position: relative;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
.widget__img_bg-light-blue:before {
  content: "";
  display: block;
  width: 12.9rem;
  height: 12.9rem;
  background-color: #d0d9ed;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}
@media (max-width: 750.98px) {
  .widget__img_bg-light-blue:before {
    width: 17rem;
    height: 17rem;
  }
}

.reviews {
  width: 100%;
  margin-bottom: 8.5rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .reviews {
    margin-bottom: 7.5rem;
  }
}
.reviews .scroll-bar {
  margin-bottom: 4rem;
}
.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.2rem;
}
.reviews__header .h2 {
  margin-bottom: 0;
}
.reviews__content {
  position: relative;
}
.reviews__slider {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .reviews__slider {
    overflow: visible;
  }
}

.review-item {
  position: relative;
  min-height: 34.7rem;
  display: flex !important;
  flex-direction: column;
  padding: 2rem;
  flex: 0 0 calc((100% - 8.4rem) / 3);
}
.review-item:hover .review-item__img {
  filter: brightness(0.75);
}
.review-item:not(:last-child) {
  margin-right: 4.2rem;
}
@media (max-width: 750.98px) {
  .review-item {
    flex: 0 0 55.7rem;
    min-height: 41.6rem;
  }
}
.review-item .icon_youtube {
  --button-size: 7rem;
}
@media (max-width: 750.98px) {
  .review-item .icon_youtube {
    --button-size: 8.4rem;
  }
}
.review-item__img {
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.1s;
}
.review-item__title {
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}

.reviews__navigations {
  width: calc(100% + 5rem) !important;
  max-width: calc(100vw - 2rem);
}

.articles {
  margin-bottom: 5.5rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .articles {
    margin-bottom: 7.2rem;
  }
}
.articles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.8rem;
}
.articles__header .h2 {
  margin-bottom: 0;
}
@media (max-width: 750.98px) {
  .articles__header {
    margin-bottom: 4.3rem;
  }
}
.articles__content {
  position: relative;
}
.articles__slider {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .articles__slider {
    overflow: visible;
  }
}

.article-item {
  position: relative;
  display: flex !important;
  flex-direction: column;
  flex: 0 0 calc(33.3333333333% - 11rem);
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}
.article-item:hover .article-item__title {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .article-item {
    flex: 0 0 50rem;
    min-height: 41.6rem;
    margin-left: 0rem;
    margin-right: 7.5rem;
  }
}
.article-item__date {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #8f8f8f;
  margin-bottom: 2.2rem;
}
@media (max-width: 750.98px) {
  .article-item__date {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
}
.article-item__title {
  font-size: 2.3rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.3rem;
  color: #000;
  transition: 0.2s;
}
@media (max-width: 750.98px) {
  .article-item__title {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 2.8rem;
  }
}
.article-item p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #868686;
}
@media (max-width: 750.98px) {
  .article-item p {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.article-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.2rem;
}
.article-item__head .article-item__date, .article-item__head .article-item__tag {
  margin-bottom: 0;
}
.article-item__head .article-item__date:not(:last-child), .article-item__head .article-item__tag:not(:last-child) {
  margin-right: 1.7rem;
}
.article-item__tag {
  background: #888;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 0 0.6rem;
}
@media (max-width: 750.98px) {
  .article-item__tag {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
}
.article-item__tag_orange {
  background-color: #EC6029;
}

.articles__navigations {
  width: calc(100% + 5rem) !important;
  max-width: calc(100vw - 2rem);
}

.calculation {
  background: url(../img/calculation.jpg);
  padding-top: 7.6rem;
  padding-bottom: 10rem;
  color: #fff;
  margin-bottom: 0rem;
}
@media (max-width: 750.98px) {
  .calculation {
    padding-top: 10rem;
    padding-bottom: 11.6rem;
    margin-bottom: 0rem;
  }
}
.calculation__content {
  display: flex;
}
@media (max-width: 750.98px) {
  .calculation__content {
    flex-wrap: wrap;
  }
}
.calculation__content-left {
  flex: 0 0 50%;
  padding-right: 25rem;
}
@media (max-width: 750.98px) {
  .calculation__content-left {
    flex: 0 0 100%;
    padding-right: 0rem;
  }
}
.calculation__title {
  font-size: 6rem;
  line-height: 7.7rem;
  font-weight: 300;
  color: #ffffff;
  display: block;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .calculation__title {
    font-size: 6.4rem;
    line-height: 8.2rem;
    margin-bottom: 5rem;
  }
}
.calculation__text {
  font-size: 1.9rem;
  line-height: 3.1rem;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 3.5rem;
}
@media (max-width: 750.98px) {
  .calculation__text {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 5rem;
  }
}
.calculation__politic {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #7f7f7f;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .calculation__politic {
    margin-bottom: 5.5rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #7f7f7f;
  }
}
.calculation__politic a {
  color: #7f7f7f;
  text-decoration: underline;
}
.calculation__content-right {
  flex: 0 0 50%;
  padding-left: 2rem;
}
@media (max-width: 750.98px) {
  .calculation__content-right {
    flex: 0 0 100%;
    padding-left: 0rem;
  }
}
.calculation__form {
  width: 52rem;
}
@media (max-width: 750.98px) {
  .calculation__form {
    width: 100%;
  }
}

.consultation {
  padding-top: 6.8rem;
  padding-bottom: 9.2rem;
  border-top: 0.2rem solid #f6f6f6;
}
.consultation ._container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 750.98px) {
  .consultation ._container {
    flex-wrap: wrap;
  }
}
@media (max-width: 750.98px) {
  .consultation {
    padding-top: 5rem;
    padding-bottom: 9.5rem;
    border-top: 0.3rem solid #f6f6f6;
  }
}
.consultation__header {
  margin-right: 1rem;
}
@media (max-width: 750.98px) {
  .consultation__header {
    margin-bottom: 3.5rem;
  }
}
.consultation__title {
  font-size: 3.3rem;
  line-height: 4.5rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 750.98px) {
  .consultation__title {
    font-size: 4rem;
    line-height: 5.1rem;
  }
}
.consultation__subtitle {
  font-size: 1.5rem;
  line-height: 3.3rem;
  font-weight: 500;
  color: #868686;
  display: block;
}
@media (max-width: 750.98px) {
  .consultation__subtitle {
    font-size: 2rem;
    line-height: 3.7rem;
  }
}
.consultation__form {
  width: 59%;
}
@media (max-width: 750.98px) {
  .consultation__form {
    width: 100%;
  }
}
.consultation__form .form label {
  font-size: 1.5rem;
}
@media (max-width: 750.98px) {
  .consultation__form .form label {
    font-size: 2.21rem;
  }
}
.consultation__politic {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #696969;
  transition: 0.2s;
  display: block;
}
.consultation__politic a {
  color: #e32213;
}
.consultation__politic a:hover {
  text-decoration: underline;
}
@media (max-width: 750.98px) {
  .consultation__politic {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #696969;
    max-width: 90%;
  }
}

.catalog-navigate {
  margin-bottom: 2.5rem;
}
.catalog-navigate__header {
  margin-bottom: 3.2rem;
}
@media (max-width: 750.98px) {
  .catalog-navigate__header {
    margin-bottom: 4.7rem;
  }
}
.catalog-navigate__title {
  font-weight: 800;
  display: inline;
}
@media (max-width: 750.98px) {
  .catalog-navigate__title {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.catalog-navigate__title-label {
  display: inline-block;
  transform: translateY(-75%);
}
@media (max-width: 750.98px) {
  .catalog-navigate__title-label {
    transform: translateY(-50%);
  }
}
.catalog-navigate__nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  max-height: 7.8rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .catalog-navigate__nav {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
    max-height: 9.9rem;
  }
}
.catalog-navigate__nav li {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 750.98px) {
  .catalog-navigate__nav li {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
    margin-bottom: 1.8rem;
  }
}
.catalog-navigate__nav li a {
  font-size: 1.6rem;
  color: #000000;
  transition: 0.1s;
}
.catalog-navigate__nav li a:hover {
  color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .catalog-navigate__nav li a {
    font-size: 2.32rem;
  }
}
.catalog-navigate__nav li span {
  font-size: 1.3rem;
  color: #696969;
  margin-left: 0.5rem;
}
@media (max-width: 750.98px) {
  .catalog-navigate__nav li span {
    font-size: 1.89rem;
    margin-left: 1rem;
  }
}
.catalog-navigate__nav li button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  color: #0072ee;
  transition: 0.1s;
  padding: 0;
}
.catalog-navigate__nav li button:hover {
  color: #005abb;
}
@media (max-width: 750.98px) {
  .catalog-navigate__nav li button {
    font-size: 2.31rem;
  }
}

.title-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #696969;
  margin-left: 0.8rem;
}
@media (max-width: 750.98px) {
  .title-label {
    font-size: 1.8rem;
    color: #696969;
  }
}
.catalog-offers {
  margin-bottom: 5rem;
}
.catalog-offers__slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 750.98px) {
  .catalog-offers__slider .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.catalog-offers__slider li {
  width: 23rem;
  min-height: 16.7rem;
  margin-right: 2rem;
  display: flex;
  max-width: calc((100% - 10rem) / 6);
}
@media (max-width: 750.98px) {
  .catalog-offers__slider li {
    min-height: 23.4rem;
    width: calc(50% - 1.25rem);
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: calc(50% - 1.25rem);
  }
}
.catalog-offers__slider li a {
  width: 100%;
  background-color: #efefef;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.1s;
  padding: 0.5rem 1.5rem 1.5rem;
}
@media (max-width: 750.98px) {
  .catalog-offers__slider li a {
    padding: 1rem 2rem 2.5rem;
  }
}
.catalog-offers__slider li a:hover span {
  color: hsl(4, 85%, 48%);
}
.catalog-offers__slider li a:hover {
  background-color: #e2e2e2;
}
.catalog-offers__slider li a img {
  max-width: 60%;
  max-height: 9rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 750.98px) {
  .catalog-offers__slider li a img {
    max-width: 70%;
    max-height: 11rem;
  }
}
.catalog-offers__slider li a span {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .catalog-offers__slider li a span {
    font-size: 2.1rem;
  }
}
@media (min-width: 750.98px) {
  .catalog-offers__showMore {
    display: none !important;
  }
}
@media (max-width: 750.98px) {
  .catalog-offers__showMore {
    display: none;
    min-height: 23.4rem;
    width: 100%;
    border: none;
    border-radius: 0.5rem;
    font-size: 2.1rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
  }
  .catalog-offers__showMore:before {
    content: "";
    background: url(../img/plus.svg);
    background-size: cover;
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 3.5rem;
  }
}
.catalog-offers .catalog-offers__navigations {
  width: 100% !important;
}

.catalog-content {
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
}
.catalog-content__left-menu {
  flex: 0 0 24rem;
  margin-right: 3.5rem;
}
@media (max-width: 750.98px) {
  .catalog-content__left-menu {
    width: 100%;
    flex: 0 0 100%;
    display: none;
  }
}
.catalog-content__main {
  flex: 1 1 calc(100% - 27.5rem);
}
@media (max-width: 750.98px) {
  .catalog-content__main {
    width: 100%;
    flex: 0 0 100%;
  }
}

.catalog-menu__category {
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .catalog-menu._show {
    display: block;
    width: 0;
    flex: 0 0 0;
    margin: 0;
  }
  .catalog-menu._show .category-catalog-menu {
    display: none;
  }
  .catalog-menu._show .filter-modal {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

.category-catalog-menu__title {
  font-size: 1.5rem;
  font-weight: 800;
  display: block;
  margin-bottom: 1.3rem;
}
.category-catalog-menu__back {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  transition: 0.1s;
  display: flex;
  align-items: center;
}
.category-catalog-menu__back:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  display: inline-block;
  transform: rotate(-45deg);
  margin-right: 0.9rem;
  transition: 0.1s;
}
.category-catalog-menu__back:hover {
  color: hsl(4, 85%, 48%);
}
.category-catalog-menu__back:hover:before {
  border-color: hsl(4, 85%, 48%);
}
.category-catalog-menu__ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.category-catalog-menu__ul li:not(:last-child) a {
  margin-bottom: 0.5rem;
}
.category-catalog-menu__ul li a {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000000;
  transition: 0.1s;
  display: block;
}
.category-catalog-menu__ul li a:hover {
  color: hsl(4, 85%, 48%);
}

.collapsible-list ul li {
  display: none;
}
.collapsible-list ul li:nth-child(-n+9) {
  display: block;
}
.collapsible-list ul.collapsible-list_scrolled {
  max-height: 28rem;
  overflow-y: auto;
}
@media (max-width: 750.98px) {
  .collapsible-list ul.collapsible-list_scrolled {
    max-height: none;
  }
}
.collapsible-list ul.collapsible-list_scrolled li {
  display: none;
}
.collapsible-list ul.collapsible-list_scrolled li:nth-child(-n+5) {
  display: block;
}
.collapsible-list__btn {
  font-size: 1.3rem;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  color: #0072ee;
  transition: 0.1s;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 750.98px) {
  .collapsible-list__btn {
    font-size: 2rem;
  }
}
.collapsible-list__btn:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid #0072ee;
  border-bottom: 0.2rem solid #0072ee;
  display: inline-block;
  transform: translateY(-0.1rem) rotate(45deg);
  margin-left: 0.9rem;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .collapsible-list__btn:after {
    width: 1rem;
    height: 1rem;
    border-right: 0.3rem solid #0072ee;
    border-bottom: 0.3rem solid #0072ee;
  }
}
.collapsible-list__btn._show:after {
  transform: translateY(0.2rem) rotate(-135deg);
}
.collapsible-list__btn:hover {
  color: #005abb;
}
.collapsible-list__btn:hover:after {
  border-color: #005abb;
}

.filter {
  position: relative;
}
.filter__block {
  margin-top: 2.4rem;
}
@media (max-width: 750.98px) {
  .filter__block {
    margin-top: 5.5rem;
  }
}
.filter__label {
  font-size: 1.3rem;
  font-weight: 600;
}
@media (max-width: 750.98px) {
  .filter__label {
    font-size: 2.2rem;
  }
}
.filter__label_inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-block__title {
  font-size: 1.5rem;
  font-weight: 800;
}
@media (max-width: 750.98px) {
  .filter-block__title {
    font-size: 2.2rem;
  }
}
.filter-block__collaps-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #000;
}
.filter-block__collaps-btn._show:after {
  transform: translateY(-0.2rem) rotate(45deg);
}
.filter-block__collaps-btn:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid #adadad;
  border-bottom: 0.2rem solid #adadad;
  display: inline-block;
  transform: translateY(0.2rem) rotate(-135deg);
  margin-left: 0.9rem;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .filter-block__collaps-btn:after {
    width: 1.5rem;
    height: 1.5rem;
    border-right: 0.3rem solid #adadad;
    border-bottom: 0.3rem solid #adadad;
  }
}
.filter-block__ul {
  padding: 0;
  margin: 0;
  margin-top: 2.4rem;
  margin-bottom: 2rem;
  list-style: none;
}
.filter-block__ul li {
  font-size: 1.3rem;
  font-weight: 600;
  min-height: 2.5rem;
}
.filter-block__ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (max-width: 750.98px) {
  .filter-block__ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 750.98px) {
  .filter-block__ul li {
    font-size: 1.95rem;
  }
}

.collaps .collaps-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.modal-filter {
  display: none;
  width: 31rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.5rem 1.3rem 0rem rgba(0, 0, 0, 0.27);
  padding: 1.7rem 2rem 2rem;
  position: absolute;
  z-index: 5;
  left: calc(100% - 4rem);
  border-radius: 0.5rem;
}
@media (max-width: 750.98px) {
  .modal-filter {
    z-index: 999;
    left: -4rem;
    right: -4rem;
    width: auto;
    margin-top: 2rem;
    padding: 4rem;
    bottom: 0;
    top: unset !important;
    position: fixed;
    left: 0;
    right: 0;
  }
}
.modal-filter._show {
  display: block;
}
.modal-filter__btns {
  display: flex;
}
@media (max-width: 750.98px) {
  .modal-filter__btns {
    flex-direction: column-reverse;
  }
}
.modal-filter__btns .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  flex: 1 1 auto;
}
@media (max-width: 750.98px) {
  .modal-filter__btns .btn {
    padding: 2.6rem;
    font-size: 2.6rem;
  }
}
.modal-filter__btns .btn:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 750.98px) {
  .modal-filter__btns .btn:not(:last-child) {
    margin-right: 0rem;
    margin-top: 2rem;
  }
}
.modal-filter__text {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 750.98px) {
  .modal-filter__text {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.modal-filter__text span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 750.98px) {
  .modal-filter__text span {
    font-size: 2.4rem;
  }
}
.modal-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-filter__header .close {
  display: none;
}
@media (max-width: 750.98px) {
  .modal-filter__header .close {
    display: block;
    border: none;
    background: none;
    align-self: baseline;
    font-size: 2.5rem;
    transform: translateY(-1.5rem);
    color: #838383;
  }
}

.main-catalog__top-line {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750.98px) {
  .main-catalog__top-line {
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.main-catalog__filter-line {
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.21);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .main-catalog__filter-line {
    display: none;
  }
}
.main-catalog__filter-line ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.main-catalog__filter-line ul li {
  margin: 0.5rem;
}
.main-catalog__filter-line ul li.filter-reset button {
  color: #000;
  background-color: #efefef;
}
.main-catalog__filter-line ul li.filter-reset button:hover {
  background-color: #e2e2e2;
}
.main-catalog__filter-line ul li.filter-reset button i {
  color: #000;
}
.main-catalog__filter-line ul li button {
  background-color: #333333;
  font-size: 1.4rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  border-radius: 3rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border: none;
  transition: 0.1s;
}
.main-catalog__filter-line ul li button:hover {
  background-color: #262626;
}
.main-catalog__filter-line ul li button i {
  margin-left: 1rem;
  font-size: 1rem;
  color: #fff;
}
.main-catalog__count-line {
  display: none;
}
@media (max-width: 750.98px) {
  .main-catalog__count-line {
    display: block;
    font-size: 2.2rem;
    color: #696969;
    margin-bottom: 4.4rem;
  }
}
.main-catalog__filter-btn {
  width: calc(50% - 1.3rem);
}
.main-catalog__filter-btn .btn {
  width: 100%;
}
.main-catalog__filter-btn .btn span {
  display: inline-flex;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #404040;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 2rem;
  margin-left: 1rem;
}
.main-catalog__pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .main-catalog__pagination {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.sorting {
  position: relative;
}
@media (max-width: 750.98px) {
  .sorting {
    width: calc(50% - 1.3rem);
  }
}
.sorting__btn {
  font-size: 1.5rem;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  color: #000;
}
@media (max-width: 750.98px) {
  .sorting__btn {
    width: 100%;
    background-color: #efefef;
    border-radius: 1rem;
    line-height: 8.8rem;
    padding: 0 3rem;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.sorting__btn:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/sort.png);
  background-size: cover;
  margin-left: 1.5rem;
}
@media (max-width: 750.98px) {
  .sorting__btn:after {
    background: none;
    border-bottom: 0.3rem solid #000;
    border-left: 0.3rem solid #000;
    transform: rotate(-45deg);
  }
}
.sorting__drop {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.17);
  min-width: 28rem;
  right: 0;
  padding: 0.5rem 0;
  display: none;
  z-index: 5;
}
@media (max-width: 750.98px) {
  .sorting__drop {
    min-width: 45rem;
    padding: 1rem 0;
    top: calc(100% + 0.5rem);
  }
}
.sorting__drop._show {
  display: block;
}
.sorting__drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sorting__drop ul li {
  width: 100%;
  display: block;
}
.sorting__drop ul li button {
  display: block;
  border: none;
  background: none;
  line-height: 4rem;
  padding: 0 2.2rem;
  transition: 0.1s;
  text-align: left;
  width: 100%;
  color: #000;
}
@media (max-width: 750.98px) {
  .sorting__drop ul li button {
    font-size: 2rem;
    line-height: 7rem;
  }
}
.sorting__drop ul li button:hover {
  background-color: #f0f0f0;
}
.sorting__drop ul li._active button {
  background-color: #f0f0f0;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .products {
    margin-left: -4rem;
    margin-right: -4rem;
    justify-content: space-between;
    margin-bottom: 5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0rem;
  }
}
.products__show-more {
  background-color: #efefef;
  border: 0.1rem solid #dddddd;
  width: 100%;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: 0.1s;
  color: #000;
}
.products__show-more:hover {
  background-color: #e2e2e2;
}
@media (max-width: 750.98px) {
  .products__show-more {
    line-height: 6.5rem;
    font-size: 2.4rem;
  }
}
.products .products__item {
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.21);
  border-radius: 0.5rem;
  outline: 0;
  width: auto;
}
@media (max-width: 750.98px) {
  .products .products__item {
    margin: 0;
    border-radius: 0rem;
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.21);
  }
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 750.98px) {
  .pagination ul {
    width: 100%;
    justify-content: space-between;
  }
}
.pagination ul li a {
  color: #000;
  font-size: 1.5rem;
  line-height: 3.3rem;
  font-weight: 500;
  padding: 0 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: 0.1s;
}
.pagination ul li a._active, .pagination ul li a:hover {
  background-color: hsl(4, 85%, 48%);
  color: #fff;
}
@media (max-width: 750.98px) {
  .pagination ul li a {
    font-size: 2rem;
    line-height: 4.5rem;
    padding: 0 1.8rem;
  }
}
.pagination ul li:not(:last-child) {
  margin-right: 0.5rem;
}
@media (max-width: 750.98px) {
  .pagination ul li:not(:last-child) {
    padding: 0;
    margin-right: 0.3rem;
  }
}
.pagination__back {
  padding-left: 0.5rem;
}
@media (max-width: 750.98px) {
  .pagination__back {
    padding-left: 0.5rem !important;
  }
}
.pagination__back._active, .pagination__back:hover {
  background-color: none;
  color: #000;
}
.pagination__back:before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  transform: scaleY(1.1) rotate(-45deg);
  margin-right: 1rem;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .pagination__back:before {
    width: 1rem;
    height: 1rem;
    border-top: 0.3rem solid #000;
    border-left: 0.3rem solid #000;
  }
}
.pagination__back._active:before, .pagination__back:hover:before {
  border-color: #fff;
}
.pagination__space {
  line-height: 3.3rem;
  cursor: default;
}
@media (max-width: 750.98px) {
  .pagination__space {
    line-height: 5rem;
  }
}
.pagination__forward {
  padding-right: 0.5rem;
}
@media (max-width: 750.98px) {
  .pagination__forward {
    padding-right: 0.5rem !important;
  }
}
.pagination__forward._active, .pagination__forward:hover {
  background-color: none;
  color: #000;
}
.pagination__forward:after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  transform: scaleY(1.1) rotate(135deg);
  margin-left: 1rem;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .pagination__forward:after {
    width: 1rem;
    height: 1rem;
    border-top: 0.3rem solid #000;
    border-left: 0.3rem solid #000;
  }
}
.pagination__forward._active:after, .pagination__forward:hover:after {
  border-color: #fff;
}

@media (max-width: 750.98px) {
  .filter-modal {
    padding: 0 4rem;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 40rem;
  }
}
.filter-modal__header {
  display: none;
}
@media (max-width: 750.98px) {
  .filter-modal__header {
    display: block;
    margin-left: -4rem;
    margin-right: -4rem;
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    font-size: 2.6rem;
    font-weight: 700;
    color: #161616;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    margin-bottom: 5rem;
  }
  .filter-modal__header button.close-filter-modal {
    background: none;
    border: none;
  }
  .filter-modal__header button.close-filter-modal i {
    color: #838383;
  }
}

.description {
  margin-bottom: 6rem;
}
.description ._container {
  border-bottom: 1px solid #eee;
  padding-bottom: 5rem;
}
.description_short {
  max-height: 44rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750.98px) {
  .description_short {
    max-height: 95rem;
  }
}
.description_short:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 14rem;
  background: linear-gradient(transparent 0%, #fff 65%);
  pointer-events: none;
}
@media (max-width: 750.98px) {
  .description_short:after {
    height: 23rem;
  }
}
.description_short ._show-more {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0.7rem 2rem;
  font-size: 1.4rem;
}
@media (max-width: 750.98px) {
  .description_short ._show-more {
    font-size: 2.1rem;
    padding: 1.2rem 3rem;
    width: auto;
  }
}

.checkbox-wrapper-7 .tgl {
  display: none;
}

.checkbox-wrapper-7 .tgl,
.checkbox-wrapper-7 .tgl:after,
.checkbox-wrapper-7 .tgl:before,
.checkbox-wrapper-7 .tgl *,
.checkbox-wrapper-7 .tgl *:after,
.checkbox-wrapper-7 .tgl *:before,
.checkbox-wrapper-7 .tgl + .tgl-btn {
  box-sizing: border-box;
}

.checkbox-wrapper-7 .tgl::-moz-selection, .checkbox-wrapper-7 .tgl:after::-moz-selection, .checkbox-wrapper-7 .tgl:before::-moz-selection, .checkbox-wrapper-7 .tgl *::-moz-selection, .checkbox-wrapper-7 .tgl *:after::-moz-selection, .checkbox-wrapper-7 .tgl *:before::-moz-selection, .checkbox-wrapper-7 .tgl + .tgl-btn::-moz-selection {
  background: none;
}

.checkbox-wrapper-7 .tgl::-moz-selection,
.checkbox-wrapper-7 .tgl:after::-moz-selection,
.checkbox-wrapper-7 .tgl:before::-moz-selection,
.checkbox-wrapper-7 .tgl *::-moz-selection,
.checkbox-wrapper-7 .tgl *:after::-moz-selection,
.checkbox-wrapper-7 .tgl *:before::-moz-selection,
.checkbox-wrapper-7 .tgl + .tgl-btn::-moz-selection,
.checkbox-wrapper-7 .tgl::selection,
.checkbox-wrapper-7 .tgl:after::selection,
.checkbox-wrapper-7 .tgl:before::selection,
.checkbox-wrapper-7 .tgl *::selection,
.checkbox-wrapper-7 .tgl *:after::selection,
.checkbox-wrapper-7 .tgl *:before::selection,
.checkbox-wrapper-7 .tgl + .tgl-btn::selection {
  background: none;
}

.checkbox-wrapper-7 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4.4rem;
  height: 2.4rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    width: 6.4rem;
    height: 3.5rem;
  }
}

.checkbox-wrapper-7 .tgl + .tgl-btn:after,
.checkbox-wrapper-7 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.checkbox-wrapper-7 .tgl + .tgl-btn:after {
  left: 0;
}

.checkbox-wrapper-7 .tgl + .tgl-btn:before {
  display: none;
}

.checkbox-wrapper-7 .tgl:checked + .tgl-btn:after {
  left: 50%;
}

.checkbox-wrapper-7 .tgl-ios + .tgl-btn {
  background: #b0b0b0;
  border-radius: 2rem;
  padding: 0.2rem;
  transition: all 0.4s ease;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn {
    padding: 0.35rem;
  }
}

.checkbox-wrapper-7 .tgl-ios + .tgl-btn:after {
  border-radius: 2rem;
  background: #fff;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
}

.checkbox-wrapper-7 .tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.checkbox-wrapper-7 .tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}

.checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn {
  background: #e32213;
}

.checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.checkbox-wrapper-1 label {
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper-1 label {
    font-size: 2rem;
  }
}

.checkbox-wrapper-1 *,
.checkbox-wrapper-1 ::after,
.checkbox-wrapper-1 ::before {
  box-sizing: border-box;
}

.checkbox-wrapper-1 [type=checkbox].substituted {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-wrapper-1 [type=checkbox].substituted + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1.2rem;
  border: 0.2rem solid #b7b7b7;
  border-radius: 0.4rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
    height: 2.6rem;
    width: 2.6rem;
    margin-right: 1.5rem;
  }
}

.checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
  background-color: #fff;
}

.checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
  background-color: #e32213;
  background-size: 1rem;
  color: rgba(0, 0, 0, 0.075);
  border: 0.2rem solid #e32213;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
    background-size: 1.45rem;
  }
}

.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
  background-color: #e32213;
  color: rgba(0, 0, 0, 0.275);
}

.checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:disabled + label {
  opacity: 0.5;
  cursor: default;
}

.radiobtn {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 3.1rem;
}
@media (max-width: 750.98px) {
  .radiobtn {
    padding-left: 4.4rem;
  }
}
.radiobtn label {
  cursor: pointer;
}

.radiobtn input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.2rem solid #b7b7b7;
}
@media (max-width: 750.98px) {
  .checkmark {
    height: 2.7rem;
    width: 2.7rem;
    border: 0.3rem solid #b7b7b7;
  }
}

/* Show the indicator (dot/circle) when checked */
.radiobtn input:checked ~ .checkmark {
  border-color: #e32213;
}

.radio-content input[type=radio] {
  margin: 0;
  width: 0;
  height: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radio-content input[type=radio]:checked + label {
  border-color: hsl(4, 85%, 48%);
  box-shadow: none;
}
.radio-content input[type=radio]:checked + label:before {
  background-color: #fff;
  border-color: hsl(4, 85%, 48%);
}
.radio-content label {
  background-color: #ffffff;
  box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.14);
  padding: 2rem 3rem 1.6rem 6rem;
  border-radius: 1rem;
  border: 0.2rem solid transparent;
  cursor: pointer;
  position: relative;
}
@media (max-width: 750.98px) {
  .radio-content label {
    padding: 3rem 4rem 2.6rem 8.4rem;
    border: 0.3rem solid transparent;
  }
}
.radio-content label:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #dbdbdb;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 2rem;
  top: 2rem;
  border: 0.6rem solid #dbdbdb;
}
@media (max-width: 750.98px) {
  .radio-content label:before {
    width: 2.8rem;
    height: 2.8rem;
    border: 0.8rem solid #dbdbdb;
    left: 3rem;
    top: 3rem;
  }
}
.radio-content__title {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  color: #000 !important;
  display: block;
}
@media (max-width: 750.98px) {
  .radio-content__title {
    font-size: 2.4rem;
    color: #000 !important;
  }
}
.radio-content__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #696969;
}
@media (max-width: 750.98px) {
  .radio-content__text {
    font-size: 2rem;
  }
}

.card-content {
  display: flex;
  width: 100%;
  margin-bottom: 6.5rem;
}
@media (max-width: 750.98px) {
  .card-content {
    flex-direction: column;
  }
}
.card-content__preview {
  flex: 0 0 60%;
}
@media (max-width: 750.98px) {
  .card-content__preview {
    flex: 0 0 100%;
    margin-bottom: 5rem;
  }
}
.card-content__title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 3.2rem;
  display: block;
}
@media (max-width: 750.98px) {
  .card-content__title {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 4.4rem;
    margin-bottom: 4.2rem;
  }
}
.card-content__main {
  display: flex;
}
@media (max-width: 750.98px) {
  .card-content__main {
    flex-direction: column;
  }
}
.card-content__galleries {
  width: 43rem;
  flex: 0 0 43rem;
}
@media (max-width: 750.98px) {
  .card-content__galleries {
    width: 100%;
    flex: 0 0 100%;
  }
}
.card-content__gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.card-content__gallery .tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
@media (max-width: 750.98px) {
  .card-content__gallery .tags {
    top: 0.3rem;
    left: 0;
  }
  .card-content__gallery .tags .tag {
    font-size: 2rem;
  }
}
@media (max-width: 750.98px) {
  .card-content__gallery .slider__navigations {
    display: block;
  }
  .card-content__gallery .slider__navigations .slider-button {
    width: 8rem;
    height: 8rem;
    top: calc(50% - 4rem);
  }
  .card-content__gallery .slider__navigations .slider-button:before {
    font-size: 2.5rem;
  }
}
.card-content__gallery-thumb {
  width: 36rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750.98px) {
  .card-content__gallery-thumb {
    width: 56rem;
  }
}
@media (max-width: 750.98px) {
  .card-content__gallery-thumb .slider__navigations {
    display: block;
  }
  .card-content__gallery-thumb .slider__navigations .slider-button {
    width: 8rem;
    height: 8rem;
    top: calc(50% - 4rem);
  }
  .card-content__gallery-thumb .slider__navigations .slider-button:before {
    font-size: 2.5rem;
  }
}
.card-content__features {
  margin-left: 7rem;
  flex: 1 1 auto;
}
@media (max-width: 750.98px) {
  .card-content__features {
    margin-left: 0;
    display: none;
  }
}
.card-content__features-description {
  font-size: 1.3rem;
}
.card-content__features-description span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.card-content__features-description p {
  margin-bottom: 1rem;
}
.card-content__features-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-content__features-ul > li {
  display: flex;
  width: 100%;
  margin-bottom: 0.8rem;
}
.card-content__features-ul > li ._space {
  flex: 1 1 auto;
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  align-self: flex-start;
}
.card-content__features-ul > li ._space:before {
  content: ".";
  line-height: 1.2;
  color: transparent;
  width: 100%;
  display: block;
  border-bottom: 0.1rem dotted #dddddd;
}
@media (max-width: 750.98px) {
  .card-content__features-ul > li ._space:before {
    border-bottom: 0.2rem dotted #dddddd;
  }
}
.card-content__features-ul .features-ul__title {
  font-size: 1.3rem;
  color: #636363;
  max-width: 26rem;
  display: block;
}
.card-content__features-ul .features-ul__value-container {
  width: 13rem;
  display: flex;
  flex: 0 0 13rem;
}
.card-content__features-ul .features-ul__value {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 750.98px) {
  .card-content__features-ul .features-ul__value {
    text-align: right;
  }
}
.card-content__features-ul a.features-ul__value {
  color: #0072ee;
  cursor: pointer;
  transition: 0.1s;
}
.card-content__features-ul a.features-ul__value:hover {
  color: #005abb;
}
.card-content__links-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-content__links-ul li {
  margin-bottom: 0.3rem;
}
.card-content__links-ul li a {
  font-size: 1.3rem;
  color: #0072ee;
  cursor: pointer;
  transition: 0.1s;
}
.card-content__links-ul li a:hover {
  color: #005abb;
}
.card-content__right-block {
  flex: 1 1 auto;
  margin-left: 7rem;
}
@media (max-width: 750.98px) {
  .card-content__right-block {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.gallery-card__slide {
  padding-bottom: 72.5%;
}
.gallery-card__slide .icon_youtube {
  --button-size: 6rem;
}
@media (max-width: 750.98px) {
  .gallery-card__slide .icon_youtube {
    --button-size: 9.2rem;
  }
}
.gallery-card__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.gallery-card-thumb {
  display: inline-flex;
  width: auto;
  overflow: hidden;
}
.gallery-card-thumb__slide {
  width: 8rem;
  height: 8rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 0.2rem solid #b7b7b7;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  flex: 0 0 auto;
}
.gallery-card-thumb__slide:hover, .gallery-card-thumb__slide.swiper-slide-thumb-active {
  border-color: hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .gallery-card-thumb__slide {
    width: 12.5rem;
    height: 12.5rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding: 2.5rem;
    border: 0.3rem solid #b7b7b7;
  }
}
.gallery-card-thumb__img {
  position: absolute;
  width: 62.5%;
  height: 62.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750.98px) {
  .gallery-card-thumb__img {
    width: 61.6%;
    height: 61.6%;
  }
}
.gallery-card-thumb__navigations {
  width: 130% !important;
}
@media (max-width: 750.98px) {
  .gallery-card-thumb__navigations {
    width: 125% !important;
  }
}
.gallery-card-thumb__button-prev, .gallery-card-thumb__button-next {
  box-shadow: none;
  background: transparent;
}
.gallery-card-thumb__button-prev:hover, .gallery-card-thumb__button-next:hover {
  box-shadow: none;
}
.gallery-card-thumb__button-prev.swiper-button-disabled, .gallery-card-thumb__button-next.swiper-button-disabled {
  display: none;
}

.card-selector {
  background-color: #ffffff;
  box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.14);
  border-radius: 1rem;
  padding: 0 2rem 2rem;
}
@media (max-width: 750.98px) {
  .card-selector {
    border-radius: 0rem;
    padding: 0 4rem 2rem;
  }
}
.card-selector__top-line {
  padding: 1.7rem 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 750.98px) {
  .card-selector__top-line {
    padding: 2.7rem 4rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.card-selector__top-line ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.card-selector__top-line ul li {
  font-size: 1.3rem;
  color: #696969;
}
.card-selector__top-line ul li span {
  color: #000000;
}
@media (max-width: 750.98px) {
  .card-selector__top-line ul li {
    font-size: 2rem;
  }
}
.card-selector__btns {
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .card-selector__btns {
    margin-top: 2rem;
  }
}
.card-selector__btns-line {
  display: flex;
  justify-content: space-between;
}
.card-selector__btns-line > *:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 750.98px) {
  .card-selector__btns-line > *:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 750.98px) {
  .card-selector__btns-line:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.card-selector__btns-line button.card-selector__btn_yellow {
  margin-right: 0;
}
@media (max-width: 750.98px) {
  .card-selector__btns-line button.card-selector__btn_yellow {
    margin-right: 2rem;
  }
}
.card-selector__btn {
  padding: 1rem;
  height: 4.5rem;
  width: 4.5rem;
  background-color: transparent;
  border: 0.1rem solid #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750.98px) {
  .card-selector__btn._hide-pc:not(:last-child) {
    margin-right: 2rem !important;
  }
}
@media (max-width: 750.98px) {
  .card-selector__btn {
    margin-right: 0 !important;
    height: 8.8rem;
    width: 8.8rem;
    flex: 0 0 auto;
    border: 0.2rem solid #b7b7b7;
    border-radius: 0.75rem;
  }
}
.card-selector__btn:hover {
  background-color: #f7f7f7;
}
.card-selector__btn._active {
  background-color: #000;
  border-color: #000;
}
.card-selector__btn._active i:before {
  color: #fff;
}
.card-selector__btn i:before {
  color: #c1c1c1;
  font-size: 1.9rem;
}
@media (max-width: 750.98px) {
  .card-selector__btn i:before {
    font-size: 3.8rem;
  }
}
.card-selector__btn-cart {
  flex: 1 1 auto;
  padding: 0.6rem;
  height: 4.5rem;
  font-size: 1.5rem;
}
@media (max-width: 750.98px) {
  .card-selector__btn-cart {
    height: 8.8rem;
    font-size: 2.6rem;
    border: 0.2rem solid #c22216;
    font-weight: 500;
  }
}
.card-selector__btn-cart_adv {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 0.2rem;
  line-height: 1.3;
}
@media (max-width: 750.98px) {
  .card-selector__btn-cart_adv {
    font-size: 2.4rem;
    margin-right: 0 !important;
  }
}
.card-selector__btn-cart_adv span:not(#card_title_size) {
  color: #ffc600;
  display: block;
}
.card-selector__btn_yellow {
  height: 3.5rem;
  background-color: #fff8d7;
  border: 0.1rem solid #e9e0b8;
  flex: 1 1 auto;
  margin-top: 1.2rem;
  border-radius: 0.5rem;
  transition: 0.1s;
  color: #333333;
  font-size: 1.3rem;
}
@media (max-width: 750.98px) {
  .card-selector__btn_yellow {
    height: 8.8rem;
    margin-top: 0;
    font-size: 2rem;
    border: 0.2rem solid #e9e0b8;
    border-radius: 0.75rem;
  }
}
.card-selector__btn_yellow:hover {
  background-color: #dedede;
  border: 0.1rem solid #c0c0c0;
}

._td_underline {
  text-decoration: underline;
  text-decoration-color: #a3a3a3;
}

._ls:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  position: relative;
  top: -0.2rem;
}
@media (max-width: 750.98px) {
  ._ls:before {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
._ls_green:before {
  background-color: #83c43d;
}
._ls_grey:before {
  background-color: #d5d5d5;
}

.card-price {
  margin-top: 2rem;
}
@media (max-width: 750.98px) {
  .card-price {
    margin-top: 3rem;
  }
}
.card-price__nav {
  background-color: #e1e1e1;
  padding: 0.3rem 0.2rem;
  border-radius: 0.5rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 750.98px) {
  .card-price__nav {
    padding: 0.6rem 0.4rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
  }
}
.card-price__current {
  font-size: 2.6rem;
  font-weight: 700;
  color: #000000;
  margin-right: 1rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .card-price__current {
    order: 4;
    font-size: 4.2rem;
    font-weight: 800;
  }
}
.card-price__sale {
  font-size: 1.3rem;
  color: #fefefe;
  background-color: #0072ee;
  padding: 0.1rem 0.5rem;
  align-self: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .card-price__sale {
    order: 1;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    border-radius: 1rem;
    padding: 0.1rem 0.75rem;
  }
}
.card-price__old {
  font-size: 1.4rem;
  color: #868686;
  margin-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .card-price__old {
    order: 2;
    margin-bottom: 1rem;
    font-size: 1.96rem;
  }
}
.card-price__old span {
  text-decoration: line-through;
}
.card-price__sum {
  font-size: 1.4rem;
  color: #696969;
  align-self: flex-end;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 750.98px) {
  .card-price__sum {
    order: 5;
    font-size: 2.1rem;
  }
}
.card-price__sum span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .card-price__sum span {
    font-size: 2.25rem;
  }
}
.card-price__text {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #636363;
}
@media (max-width: 750.98px) {
  .card-price__text {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: 500;
    color: #404040;
  }
}
.card-price .tabs__nav {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.card-price .tabs__btn {
  font-size: 1.4rem;
  color: #000000;
  flex: 1 1 auto;
  padding: 0.5rem;
  min-height: 3.6rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.5rem;
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}
@media (max-width: 750.98px) {
  .card-price .tabs__btn {
    font-size: 2.2rem;
    padding: 1rem;
  }
}
.card-price .tabs__btn:after, .card-price .tabs__btn:before {
  display: none;
}
.card-price .tabs__btn_active {
  background-color: #fff;
}
.card-price .tabs__pane {
  align-items: center;
}
@media (max-width: 750.98px) {
  .card-price .tabs__pane_show {
    flex-wrap: wrap;
  }
}
@media (max-width: 750.98px) {
  .card-price .tabs__pane_show:before {
    content: "";
    display: block;
    order: 3;
    flex: 0 0 100%;
  }
}

.quantity-selector {
  display: flex;
  border: 0.1rem solid #b7b7b7;
  background-color: #efefef;
  border-radius: 0.5rem;
  height: 4.5rem;
}
@media (max-width: 750.98px) {
  .quantity-selector {
    border-radius: 0.75rem;
    height: 8.8rem;
    border: 0.2rem solid #b7b7b7;
  }
}

.quantity-selector button {
  width: 5rem;
  height: 4.5rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 2.5rem;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .quantity-selector button {
    width: 8.3rem;
    height: 8.8rem;
  }
}

.quantity-selector .quantity-input {
  width: 6.5rem;
  border: none;
  background-color: transparent;
  text-align: center;
  border-left: 0.1rem solid #b7b7b7;
  border-right: 0.1rem solid #b7b7b7;
  font-size: 1.8rem;
  color: #000000;
  border-radius: 0;
}
@media (max-width: 750.98px) {
  .quantity-selector .quantity-input {
    width: 10.5rem;
    font-size: 3.5rem;
    border-left: 0.2rem solid #b7b7b7;
    border-right: 0.2rem solid #b7b7b7;
  }
}

.card-selector__length {
  margin-top: 2.5rem;
}
@media (max-width: 750.98px) {
  .card-selector__length {
    margin-top: 4.5rem;
  }
}

.lenght-card {
  font-size: 1.4rem;
}
.lenght-card__title {
  font-size: 1.4rem;
}
@media (max-width: 750.98px) {
  .lenght-card__title {
    font-size: 2.1rem;
  }
}
.lenght-card__title span {
  font-weight: 800;
}
.lenght-card__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media (max-width: 750.98px) {
  .lenght-card__items {
    margin-top: 2rem;
  }
}
.lenght-card__item._active {
  border-color: #e32213;
}
.lenght-card__item._hide {
  display: none;
}
.lenght-card__item label, .lenght-card__item button {
  color: #000;
  height: 3.5rem;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #ffffff;
  border: 0.2rem solid #b7b7b7;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  margin-right: 1.1rem;
  margin-bottom: 1.1rem;
  cursor: pointer;
  transition: 0.1s;
  text-decoration-style: dotted;
}
@media (max-width: 750.98px) {
  .lenght-card__item label, .lenght-card__item button {
    font-size: 1.95rem;
    height: 5.3rem;
    box-shadow: none;
    border-radius: 0.75rem;
    padding: 0 2rem;
  }
}
.lenght-card__item label:hover, .lenght-card__item button:hover {
  background-color: #f5f5f5;
}
.lenght-card__item._in_cart label {
  border-color: #139fe3;
}
.lenght-card__item input[type=radio] {
  margin: 0;
  display: none;
}
.lenght-card__item input:checked ~ label {
  border: 0.2rem solid hsl(4, 85%, 48%);
  box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.12);
}
.lenght-card__manually {
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  display: none;
  align-items: center;
}
@media (max-width: 750.98px) {
  .lenght-card__manually {
    margin-top: 1.8rem;
    margin-bottom: 2.9rem;
  }
}
.lenght-card__manually label {
  margin-right: 1rem;
  min-width: 17.5rem;
}
@media (max-width: 750.98px) {
  .lenght-card__manually label {
    font-size: 2.1rem;
    margin-right: 2rem;
  }
}
.lenght-card__manually input {
  width: 8.4rem;
  height: 3.5rem;
  background-color: #efefef;
  border: 0.1rem solid #b7b7b7;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  padding: 0 1rem;
  text-align: center;
}
@media (max-width: 750.98px) {
  .lenght-card__manually input {
    width: 12.6rem;
    height: 5.3rem;
    border: 0.2rem solid #b7b7b7;
    font-size: 2.25rem;
  }
}
.lenght-card__variants {
  display: none;
}
@media (max-width: 750.98px) {
  .lenght-card__variants {
    align-items: center;
  }
}
.lenght-card__variants span {
  margin-bottom: 1.1rem;
  margin-right: 1rem;
  min-width: 17.5rem;
}
@media (max-width: 750.98px) {
  .lenght-card__variants span {
    font-size: 2.1rem;
    white-space: nowrap;
  }
}
.lenght-card__item.manually-length-btn button {
  color: #000;
}
@media (max-width: 750.98px) {
  .lenght-card__item.manually-length-btn {
    width: 100%;
    margin-right: 0;
    flex: 0 0 100%;
  }
  .lenght-card__item.manually-length-btn button {
    width: 100%;
    margin-right: 0;
  }
}
.lenght-card__item.lenght-card__item-show-more {
  color: #000;
}
@media (max-width: 750.98px) {
  .lenght-card__item.lenght-card__item-show-more {
    width: 100%;
    font-size: 1.95rem;
    border-radius: 0.75rem;
    height: 5.3rem;
    margin-bottom: 1rem;
  }
  .lenght-card__item.lenght-card__item-show-more button {
    width: 100%;
  }
}
.lenght-card__item.lenght-card__item-show-more span {
  color: #696969;
  margin-left: 0.3rem;
}
.lenght-card__items-manually {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 85%;
}
@media (max-width: 750.98px) {
  .lenght-card__items-manually {
    flex: 1 1 auto;
  }
}

.card-selector__color {
  margin-top: 3rem;
}
@media (max-width: 750.98px) {
  .card-selector__color {
    margin-top: 4rem;
  }
}

.color-card {
  font-size: 1.4rem;
}
@media (max-width: 750.98px) {
  .color-card__title {
    font-size: 2.1rem;
  }
}
.color-card__title span {
  font-weight: 800;
}
.color-card__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .color-card__items {
    margin-top: 2rem;
  }
}
.color-card__item {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .color-card__item {
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.color-card__item label {
  cursor: pointer;
}
.color-card__item._hide {
  display: none;
}
.color-card__item span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #919191;
  margin-top: 0.7rem;
}
@media (max-width: 750.98px) {
  .color-card__item span {
    font-size: 2rem;
    margin-top: 1.2rem;
  }
}
.color-card__item input {
  display: none;
}
.color-card__item input:checked ~ label span {
  color: #000;
  font-weight: 600;
}
.color-card__item input:checked ~ label .color-card__img {
  border-color: hsl(4, 85%, 48%);
}
.color-card__item-show-more {
  margin-right: 0;
}
@media (max-width: 750.98px) {
  .color-card__item-show-more {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}
.color-card__img {
  width: 7rem;
  height: 7rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.2rem solid transparent;
}
@media (max-width: 750.98px) {
  .color-card__img {
    width: 12rem;
    height: 12rem;
    border-radius: 0.75rem;
    border: 0.3rem solid transparent;
  }
}
.color-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.color-card__show-more {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 0.1rem solid #b7b7b7;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .color-card__show-more {
    width: 100%;
    font-size: 1.95rem;
    border-radius: 0.75rem;
    border: 0.2rem solid #b7b7b7;
    height: 5.3rem;
    margin-top: 1rem;
  }
}
.color-card__show-more:hover {
  background-color: #f5f5f5;
}
.color-card__show-more span {
  color: #696969;
  margin-top: 0;
  margin-left: 0.3rem;
}
@media (max-width: 750.98px) {
  .color-card__show-more span {
    margin-left: 0.5rem;
  }
}

.card-selector__covering {
  margin-top: 1.5rem;
}
@media (max-width: 750.98px) {
  .card-selector__covering {
    margin-top: 5rem;
  }
}

.covering-card {
  font-size: 1.4rem;
}
@media (max-width: 750.98px) {
  .covering-card__title {
    font-size: 2.1rem;
  }
}
.covering-card__title span {
  font-weight: 800;
}
.covering-card__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-right: -1.1rem;
}
@media (max-width: 750.98px) {
  .covering-card__items {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
.covering-card__item._hide {
  display: none;
}
.covering-card__item._active {
  border-color: #e32213;
}
.covering-card__item label, .covering-card__item button {
  color: #000;
  height: 3.5rem;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #ffffff;
  border: 0.2rem solid #b7b7b7;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  margin-bottom: 1.1rem;
  margin-right: 1.1rem;
  cursor: pointer;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .covering-card__item label, .covering-card__item button {
    font-size: 1.95rem;
    height: 5.3rem;
    box-shadow: none;
    border-radius: 0.75rem;
    padding: 0 2rem;
  }
}
.covering-card__item label:hover, .covering-card__item button:hover {
  background-color: #f5f5f5;
}
.covering-card__item label.covering-card__show-more, .covering-card__item button.covering-card__show-more {
  color: #000;
}
@media (max-width: 750.98px) {
  .covering-card__item label.covering-card__show-more, .covering-card__item button.covering-card__show-more {
    width: 100%;
    font-size: 1.95rem;
    border-radius: 0.75rem;
    border: 0.2rem solid #b7b7b7;
    height: 5.3rem;
  }
}
.covering-card__item label.covering-card__show-more span, .covering-card__item button.covering-card__show-more span {
  color: #696969;
  margin-left: 0.3rem;
}
.covering-card__item input[type=radio] {
  margin: 0;
  display: none;
}
.covering-card__item input:checked ~ label {
  border-color: hsl(4, 85%, 48%);
  box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.12);
}
@media (max-width: 750.98px) {
  .covering-card__item-show-more {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}

.card-info {
  background-color: #ffffff;
  box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.14);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2rem;
}
@media (max-width: 750.98px) {
  .card-info {
    border-radius: 0;
    padding: 3rem 4rem;
    margin-top: 3rem;
  }
}
.card-info__header {
  background: transparent;
  border: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 750.98px) {
  .card-info__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.card-info__header:after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #404040;
  border-bottom: 0.2rem solid #404040;
  display: inline-block;
  transform: translateY(-0.2rem) rotate(45deg);
  margin-left: 0.9rem;
  transition: 0.1s;
  margin-left: 2rem;
}
@media (max-width: 750.98px) {
  .card-info__header:after {
    width: 1.3rem;
    height: 1.3rem;
    border-right: 0.3rem solid #404040;
    border-bottom: 0.3rem solid #404040;
    transform: translateY(-0.4rem) rotate(45deg);
  }
}
.card-info__header._show:after {
  transform: translateY(0.2rem) rotate(-135deg);
}
.card-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-info ul li {
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media (max-width: 750.98px) {
  .card-info ul li {
    margin-top: 2.3rem;
    font-size: 2rem;
  }
}
.card-info ul li:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #dcdcdc;
}
.card-info ul li a {
  color: #0072ee;
}
.card-info ul li.card-info__document {
  display: flex;
  border-bottom: none;
  padding-bottom: 0rem;
}
.card-info ul li.card-info__document i {
  flex: 0 0 auto;
}
.card-info ul li.card-info__document._hide {
  display: none;
}
.card-info ul li.card-info__document span {
  margin-left: 0.3rem;
  color: #696969;
}
.card-info__show-more {
  background: none;
  border: none;
  font-size: 1.4rem;
  padding: 0;
  margin-top: 2rem;
  transition: 0.1s;
  color: #000;
}
@media (max-width: 750.98px) {
  .card-info__show-more {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.card-info__show-more:hover {
  text-decoration: underline;
}
.card-info__show-more span {
  color: #696969;
  margin-left: 0.3rem;
}
.card-info__title {
  color: #000;
}
@media (max-width: 750.98px) {
  .card-info__title {
    font-size: 2.2rem;
  }
}

.features {
  margin-bottom: 6rem;
}
.features__title {
  display: block;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.features .card-content__features-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 750.98px) {
  .features .card-content__features-ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.features .features-ul__value-container {
  width: 25.5rem;
  flex: 0 0 25.5rem;
}
@media (max-width: 750.98px) {
  .features .features-ul__value-container {
    width: auto;
    flex: 0 1 auto;
  }
}
.features .card-content__features-ul > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding-right: 13rem;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .features .card-content__features-ul > li {
    padding-right: 0rem;
    margin-bottom: 2rem;
  }
}
.features .features-ul__title {
  font-size: 1.4rem;
  color: #000000;
}
@media (max-width: 750.98px) {
  .features .features-ul__title {
    font-size: 2rem;
  }
}
.features .features-ul__value {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (max-width: 750.98px) {
  .features .features-ul__value {
    font-size: 2rem;
  }
}

.documents {
  margin-bottom: 6rem;
}
.documents__title {
  display: block;
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .documents__title {
    margin-bottom: 4.5rem;
  }
}
.documents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media (max-width: 750.98px) {
  .documents ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.documents ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  display: flex;
  padding-right: 6rem;
}
@media (max-width: 750.98px) {
  .documents ul li {
    font-size: 2.1rem;
    margin-bottom: 4rem;
    padding-right: 0rem;
  }
}
.documents ul li i {
  flex: 0 0 auto;
}
.documents ul li span {
  color: #919191;
  white-space: nowrap;
}
.documents ul li a {
  color: #0072ee;
  cursor: pointer;
  transition: 0.1s;
}
.documents ul li a:hover {
  color: #005abb;
}

.gallery-card__navigations .swiper-button-lock {
  display: none;
}

.card-price__cart {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 750.98px) {
  .card-price__cart {
    font-size: 2.6rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.card-price__cart ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 750.98px) {
  .card-price__cart ul {
    margin: 3rem 0 3rem 0;
  }
}
.card-price__cart ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .card-price__cart ul li {
    margin-bottom: 1.7rem;
  }
}
.card-price__cart ul li.active p {
  text-decoration: underline;
}
.card-price__cart ul li .card-price__quantity-selector {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 2rem;
}
@media (max-width: 750.98px) {
  .card-price__cart ul li .card-price__quantity-selector {
    margin-right: 3rem;
  }
}
.card-price__cart ul li .delete {
  font-size: 1.5rem;
  text-decoration: underline;
  color: #656565;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .card-price__cart ul li .delete {
    width: auto;
    font-size: 2.4rem;
  }
}
.card-price__cart ul li .delete:hover {
  text-decoration: none;
}
.card-price__cart ul li p {
  margin-bottom: 0;
  margin-right: 2rem;
  font-weight: 400;
}
@media (max-width: 750.98px) {
  .card-price__cart ul li p {
    margin-right: 3rem;
  }
}
.card-price__cart ul li span {
  white-space: nowrap;
}
.card-price__quantity-selector .decrease, .card-price__quantity-selector .increase {
  padding: 0.5rem;
  width: 4rem;
  height: 3rem;
}
@media (max-width: 750.98px) {
  .card-price__quantity-selector .decrease, .card-price__quantity-selector .increase {
    width: 7.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 750.98px) {
  .card-price__quantity-selector .increase {
    margin-right: 0.7rem;
  }
}
.card-price__quantity-selector .icon_plus:after, .card-price__quantity-selector .icon_plus:before, .card-price__quantity-selector .icon_minus:after, .card-price__quantity-selector .icon_minus:before {
  background: #fff;
}
.card-price__quantity-selector .icon_plus:before, .card-price__quantity-selector .icon_minus:before {
  width: 1.2rem;
}
@media (max-width: 750.98px) {
  .card-price__quantity-selector .icon_plus:before, .card-price__quantity-selector .icon_minus:before {
    width: 2rem;
  }
}
.card-price__quantity-selector .icon_plus:after {
  height: 1.2rem;
}
@media (max-width: 750.98px) {
  .card-price__quantity-selector .icon_plus:after {
    height: 2rem;
  }
}
.card-price__cart-sum {
  font-weight: 400;
}

.client-reviews__header {
  display: flex;
  align-items: center;
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #e9e9e9;
  margin-bottom: 4rem;
}
@media (max-width: 750.98px) {
  .client-reviews__header {
    flex-wrap: wrap;
    border-bottom: 0;
    margin-bottom: 3rem;
  }
}
.client-reviews__title {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .client-reviews__title {
    flex: 0 0 100%;
    font-size: 3.6rem;
  }
}
.client-reviews__nav {
  flex: 1 1 auto;
  margin-left: 3.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750.98px) {
  .client-reviews__nav {
    flex: 1 1 auto;
    margin-left: -4rem;
    margin-right: -4rem;
    margin-top: 2rem;
    padding: 2rem 4rem;
    border-top: 0.1rem solid #e2e2e2;
    border-bottom: 0.1rem solid #e2e2e2;
  }
}
.client-reviews__add-feedback {
  border: none;
  background-color: transparent;
  font-size: 2.4rem;
  color: #000000;
  display: flex;
  align-items: center;
  transition: 0.1s;
}
.client-reviews__add-feedback:hover {
  color: #404040;
}
@media (max-width: 750.98px) {
  .client-reviews__add-feedback {
    font-size: 2.2rem;
    font-weight: 400;
    color: #0072ee;
  }
  .client-reviews__add-feedback .icon_signature {
    display: none;
  }
}
.client-reviews__content {
  margin-bottom: 9rem;
}
.client-reviews__content_no-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client-reviews__content_no-reviews img {
  max-width: 17.5rem;
  max-height: 17.5rem;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3.5rem;
}
.client-reviews__content_no-reviews button {
  padding: 1.4rem 3.1rem;
  margin-bottom: 6rem;
}
@media (max-width: 750.98px) {
  .client-reviews__content_no-reviews button {
    padding: 2rem 3rem;
  }
}
.client-reviews__slider {
  display: flex;
  overflow: hidden;
}
.client-reviews__slide {
  flex: 0 0 100%;
}

.rating-reviews__title {
  font-size: 1.4rem;
  color: #696969;
}
.rating-reviews__value {
  font-size: 2.5rem;
  color: #000000;
}

.review-slide {
  display: flex;
  justify-content: space-between;
  padding: 0 8.5rem;
}
@media (max-width: 750.98px) {
  .review-slide {
    flex-wrap: wrap;
    padding: 0rem;
  }
}
.review-slide__left-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750.98px) {
  .review-slide__left-col {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.review-slide__right-col {
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 750.98px) {
  .review-slide__right-col {
    flex: 0 0 100%;
    padding: 5rem 0 0;
  }
}
.review-slide__right-col:before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  display: block;
  background: url(../img/quotes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.review-slide__logo {
  width: 22.5rem;
  height: 22.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.1rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.7rem;
}
.review-slide__logo img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.review-slide__logo .icon_youtube {
  --button-size: 6.2rem;
}
.review-slide__author-name {
  font-size: 1.9rem;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 750.98px) {
  .review-slide__author-name {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 750.98px) {
  .review-slide .rating-list li {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 2.4rem;
  }
}
.review-slide__author-city {
  font-size: 1.4rem;
  font-weight: 500;
  color: #b7b7b7;
  margin-bottom: 1.8rem;
}
@media (max-width: 750.98px) {
  .review-slide__author-city {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.review-slide__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #000000;
  line-height: 4rem;
}
@media (max-width: 750.98px) {
  .review-slide__title {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 0.8rem;
  }
}
.review-slide__advantages {
  font-size: 1.7rem;
  color: #000000;
  line-height: 4rem;
}
.review-slide__advantages span {
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .review-slide__advantages {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 0.8rem;
  }
}
.review-slide__defects {
  font-size: 1.7rem;
  color: #000000;
  line-height: 4rem;
}
.review-slide__defects span {
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .review-slide__defects {
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 0.8rem;
  }
}
.review-slide__text {
  max-width: 99rem;
  font-size: 1.7rem;
  margin-bottom: 4rem;
}
@media (max-width: 750.98px) {
  .review-slide__text {
    font-size: 2.4rem;
    line-height: 1.65;
    margin-bottom: 5rem;
  }
}
.review-slide__text p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 0;
}
.review-slide__text p:not(:last-child) {
  margin-bottom: 2rem;
}
.review-slide__text .btn_link {
  font-size: 1.7rem;
  margin-top: 1rem;
}
@media (max-width: 750.98px) {
  .review-slide__text .btn_link {
    font-size: 2.4rem;
    margin-top: 2rem;
    width: auto;
  }
}
.review-slide__imgs {
  display: flex;
  flex-wrap: wrap;
}
.review-slide__img {
  width: 8rem;
  height: 8rem;
  position: relative;
  margin-right: 1.4rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 750.98px) {
  .review-slide__img {
    width: 12rem;
    height: 12rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.client-reviews__slider__navigations {
  width: 108% !important;
  max-width: 98vw;
}
.client-reviews__slider__navigations .swiper-button-lock {
  display: none;
}

.card-nav {
  position: sticky;
  background: #fff;
  width: 100%;
  height: 7.5rem;
  margin-top: -7.5rem;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s;
  overflow: hidden;
  border-top: 1px solid #ededed;
  display: none;
  align-items: center;
  top: 0;
}
@media (max-width: 750.98px) {
  .card-nav {
    height: 11rem;
    top: unset !important;
    bottom: 0;
    position: fixed;
  }
}
.card-nav._show {
  display: flex;
  pointer-events: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
          user-select: unset;
  visibility: visible;
  z-index: 21;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}
.card-nav ._container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.card-nav__menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  max-height: 7.5rem;
}
@media (max-width: 750.98px) {
  .card-nav__menu {
    display: none;
  }
}
.card-nav__menu li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
  transition: 0.1s;
  display: block;
  margin-right: 3.2rem;
  white-space: nowrap;
}
.card-nav__menu li a:hover {
  color: hsl(4, 85%, 48%);
}
.card-nav__btns {
  max-height: 7.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750.98px) {
  .card-nav__btns {
    max-height: 11rem;
    width: 100%;
  }
}
.card-nav__btns button {
  height: 4.5rem;
  white-space: nowrap;
  padding: 0.6rem 2rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .card-nav__btns button {
    display: none;
  }
}
.card-nav__btns button i {
  margin-right: 0.7rem;
}
.card-nav__btns button:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 750.98px) {
  .card-nav__btns button:not(:last-child) {
    margin-right: 0rem;
  }
}
@media (max-width: 750.98px) {
  .card-nav__btns .card-nav__in-card {
    display: block;
    font-size: 2.6rem;
    font-weight: 500;
    padding: 2rem 4rem;
    height: auto;
    margin-left: auto;
    width: auto;
  }
}
.card-nav__info {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
@media (max-width: 750.98px) {
  .card-nav__info {
    margin-right: auto;
    flex-wrap: wrap;
    max-width: 44rem;
  }
}
.card-nav__info .card-price__sale, .card-nav__info .card-price__old {
  display: none;
}
@media (max-width: 750.98px) {
  .card-nav__info .card-price__sale, .card-nav__info .card-price__old {
    display: block;
    margin-bottom: 0;
  }
}
.card-nav__img {
  width: 6.9rem;
  height: 5rem;
  position: relative;
  margin-right: 1.5rem;
}
@media (max-width: 750.98px) {
  .card-nav__img {
    display: none;
  }
}
.card-nav__price {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .card-nav__price {
    font-size: 4.23rem;
    font-weight: 800;
    color: #000000;
    margin-right: 2rem;
  }
}

.cart {
  margin-bottom: 4.5rem;
  transition: 0.2s;
}
@media (max-width: 750.98px) {
  .cart {
    margin-bottom: 8.5rem;
  }
}
.cart__header {
  display: flex;
  margin-bottom: 2.5rem;
}
@media (max-width: 750.98px) {
  .cart__header {
    margin-bottom: 3.5rem;
  }
}
.cart__title {
  margin-bottom: 0;
}
@media (max-width: 750.98px) {
  .cart__title {
    font-size: 4rem;
    font-weight: 800;
  }
}
.cart__title-label {
  margin-top: 1rem;
}
.cart__download {
  margin-left: auto;
  align-self: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #497dcc;
  transition: 0.1s;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 750.98px) {
  .cart__download {
    font-size: 2rem;
  }
}
.cart__download i.icon_download {
  margin-right: 1rem;
}
.cart__download:hover {
  color: #3164b1;
}
.cart__content {
  display: flex;
}
@media (max-width: 750.98px) {
  .cart__content {
    flex-wrap: wrap;
  }
}
.cart__col-left {
  flex: 1 1 auto;
}
@media (max-width: 750.98px) {
  .cart__col-left {
    flex: 0 0 100%;
  }
}
.cart__col-right {
  flex: 0 0 45rem;
  margin-left: 5rem;
}
@media (max-width: 750.98px) {
  .cart__col-right {
    flex: 0 0 100%;
    margin-left: 0rem;
  }
}
.order-summary {
  background-color: #ffffff;
  box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.14);
  padding: 3rem;
  border-radius: 0.5rem;
  position: sticky;
}
@media (max-width: 750.98px) {
  .order-summary {
    margin-top: 5rem;
    padding: 4.5rem 3.5rem;
  }
}
.order-summary__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2.5rem;
  display: block;
}
@media (max-width: 750.98px) {
  .order-summary__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.order-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .order-summary__item {
    font-size: 2.24rem;
    margin-bottom: 2rem;
  }
}
.order-summary__item_total {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .order-summary__item_total {
    font-size: 2.8rem;
    margin-bottom: 3.5rem;
  }
}
.order-summary__item_total .order-summary__item-value {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 750.98px) {
  .order-summary__item_total .order-summary__item-value {
    font-size: 3.8rem;
  }
}
.order-summary__item_total .order-summary__item-value span {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .order-summary__item_total .order-summary__item-value span {
    font-size: 4.17rem;
  }
}
.order-summary__info {
  font-size: 1.3rem;
  font-weight: 500;
  color: #696969;
}
@media (max-width: 750.98px) {
  .order-summary__info {
    font-size: 1.94rem;
    margin-top: 3rem;
  }
}
.order-summary__info p {
  margin-bottom: 1.5rem;
}
@media (max-width: 750.98px) {
  .order-summary__info p {
    margin-bottom: 2.5rem;
  }
}
.order-summary input.order-summary__promo {
  min-height: 5.5rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #696969;
  background-color: #efefef;
  border: 0.1rem solid #b7b7b7;
  margin-bottom: 0;
}
@media (max-width: 750.98px) {
  .order-summary input.order-summary__promo {
    min-height: 8.2rem;
    height: 8.2rem;
    background-color: #ffffff;
    font-size: 2.25rem;
    color: #000;
    padding: 1rem 6.5rem 1rem 3.5rem;
    margin-bottom: 0rem;
  }
}
.order-summary__form-group {
  display: flex;
}
@media (max-width: 750.98px) {
  .order-summary__form-group {
    margin-bottom: 4rem;
  }
}
.order-summary input.order-summary__promo-btn {
  margin-top: 0;
  min-height: 5.5rem;
  height: 5.5rem;
  margin-bottom: 0;
  margin-left: -3rem;
  font-weight: 400;
  display: none;
  padding: 1rem 2rem;
  flex: 0 0 14.5rem;
}
@media (max-width: 750.98px) {
  .order-summary input.order-summary__promo-btn {
    min-height: 8.2rem;
    height: 8.2rem;
    flex: 0 0 21.5rem;
    width: 21.5rem;
  }
}
.order-summary__one-click {
  margin-top: 0.5rem;
  width: 100%;
}
.order-summary__confirm {
  font-size: 1.3rem;
  color: #696969;
  margin: 2rem 0 0;
}
.order-summary__confirm a {
  text-decoration: underline;
  color: #696969;
}

.cart-item {
  background-color: #ffffff;
  box-shadow: 0rem 0.1rem 1rem 0rem rgba(0, 0, 0, 0.14);
  padding: 2rem 4.5rem 2rem 2rem;
  border-radius: 0.5rem;
  display: grid;
  grid-template-areas: "img content btns prices";
  grid-template-columns: 12rem auto 12rem minmax(16rem, max-content);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  transition: 0.3s;
  position: relative;
  left: 0;
}
.cart-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .cart-item {
    grid-template-areas: "img content" "btns content" "prices prices";
    grid-template-columns: 16rem auto;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
    padding: 2rem 3rem;
    align-items: baseline;
    grid-template-rows: 15rem;
  }
}
.cart-item_not-block {
  box-shadow: none;
  border-radius: 0;
  padding: 4rem 4.5rem 4rem 2rem;
}
.cart-item_not-block:not(:last-child) {
  border-bottom: 0.1rem solid #e4e4e4;
  margin-bottom: 0;
}
@media (max-width: 750.98px) {
  .cart-item_not-block:not(:last-child) {
    border-bottom: 0.2rem solid #797979;
  }
}
@media (max-width: 750.98px) {
  .cart-item_not-block {
    margin-left: 0;
    padding: 4.5rem;
  }
}
.cart-item__count {
  grid-area: btns;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .cart-item__count {
    flex-direction: row;
  }
}
.cart-item__count-dt {
  font-size: 1.2rem;
  font-weight: 500;
  color: #696969;
  margin-bottom: 1.6rem;
}
@media (max-width: 750.98px) {
  .cart-item__count-dt {
    font-size: 1.7rem;
    margin-bottom: 0rem;
    margin-right: 1.2rem;
  }
}
.cart-item__count-dd {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 2.8rem;
}
@media (max-width: 750.98px) {
  .cart-item__count-dd {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.cart-item._removing {
  position: relative;
  opacity: 0;
  left: -100%;
}
.cart-item__img {
  grid-area: img;
  position: relative;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .cart-item__img {
    width: 16rem;
    height: 12rem;
    margin-bottom: 2rem;
  }
}
.cart-item__img img {
  z-index: 0;
}
.cart-item__img .tags {
  position: relative;
  top: 0.2rem;
  left: 0.2rem;
}
@media (max-width: 750.98px) {
  .cart-item__img .tags .tag {
    font-size: 1.66rem;
  }
}
.cart-item__content {
  grid-area: content;
  padding-right: 2rem;
}
@media (max-width: 750.98px) {
  .cart-item__content {
    align-self: start;
    padding-top: 1rem;
  }
}
.cart-item__code {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #696969;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .cart-item__code {
    font-size: 1.68rem;
    margin-bottom: 2rem;
  }
}
.cart-item__title {
  display: block;
  margin-bottom: 1.5rem;
}
@media (max-width: 750.98px) {
  .cart-item__title {
    margin-bottom: 2.5rem;
  }
}
.cart-item__props {
  display: flex;
  font-size: 1.2rem;
  color: #696969;
  flex-wrap: wrap;
}
.cart-item__props span {
  display: block;
  margin-right: 3rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 750.98px) {
  .cart-item__props span {
    font-size: 1.7rem;
    margin-right: 5.2rem;
    margin-bottom: 1.5rem;
  }
}
.cart-item__btns {
  grid-area: btns;
  height: 3.5rem;
}
@media (max-width: 750.98px) {
  .cart-item__btns {
    height: auto;
  }
}
.cart-item__btns .quantity-selector {
  display: inline-flex;
  margin-bottom: 1rem;
  height: 3.5rem;
}
@media (max-width: 750.98px) {
  .cart-item__btns .quantity-selector {
    height: 5rem;
    margin-bottom: 2rem;
  }
}
.cart-item__btns .quantity-selector .quantity-input {
  width: 4.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .cart-item__btns .quantity-selector .quantity-input {
    width: 6rem;
    font-size: 2rem;
  }
}
.cart-item__btns .quantity-selector button {
  height: 3.5rem;
  width: 3.5rem;
}
@media (max-width: 750.98px) {
  .cart-item__btns .quantity-selector button {
    width: 5rem;
    height: 5rem;
  }
}
.cart-item__btns .quantity-selector button .icon:before {
  width: 1.2rem;
}
@media (max-width: 750.98px) {
  .cart-item__btns .quantity-selector button .icon:before {
    width: 1.6rem;
    height: 0.2rem;
    position: absolute;
  }
}
.cart-item__btns .quantity-selector button .icon:after {
  height: 1.2rem;
}
@media (max-width: 750.98px) {
  .cart-item__btns .quantity-selector button .icon:after {
    height: 1.6rem;
    width: 0.2rem;
  }
}
.cart-item__remove-btn {
  width: 11.6rem;
}
@media (max-width: 750.98px) {
  .cart-item__remove-btn {
    width: 16rem;
  }
}
.cart-item__prices {
  grid-area: prices;
  text-align: right;
  margin-bottom: 0.3rem;
}
@media (max-width: 750.98px) {
  .cart-item__prices {
    display: flex;
    margin-top: 2.5rem;
    padding: 3.5rem 1rem 1rem;
    align-items: center;
    border-top: 0.2rem solid #b6b6b6;
  }
}
.cart-item__prices-info {
  font-size: 1.2rem;
  color: #696969;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .cart-item__prices-info {
    margin-bottom: 0rem;
    order: 1;
    font-size: 1.7rem;
    margin-right: 5rem;
  }
}
.cart-item__price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 750.98px) {
  .cart-item__price {
    order: 3;
    margin-left: auto;
  }
}
.cart-item__old-price {
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: line-through;
  color: #696969;
  margin-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .cart-item__old-price {
    font-size: 2.1rem;
    margin-right: 2rem;
  }
}
.cart-item__current-price {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .cart-item__current-price {
    font-size: 2.94rem;
    line-height: 1.35;
  }
}
.cart-item__add-price {
  font-size: 1.2rem;
  color: #696969;
  white-space: nowrap;
}
@media (max-width: 750.98px) {
  .cart-item__add-price {
    order: 2;
    font-size: 1.7rem;
    margin-right: 2rem;
  }
}

.order-fix-panel {
  display: none;
}
@media (max-width: 750.98px) {
  .order-fix-panel {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.27);
    z-index: 20;
    left: 0;
    right: 0;
    padding: 3rem 4rem;
  }
}
@media (max-width: 750.98px) {
  .order-fix-panel__info {
    flex: 0 0 45%;
    margin-right: 5rem;
  }
  .order-fix-panel__info p {
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: underline;
    color: #696969;
    margin: 0;
    line-height: 1.3;
  }
}
@media (max-width: 750.98px) {
  .order-fix-panel__price {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .order-fix-panel__price span {
    font-size: 2.8rem;
  }
}
.order-fix-panel button {
  max-width: 30rem;
}

.cart-form__delivery, .cart-form__payment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
@media (max-width: 750.98px) {
  .cart-form__delivery, .cart-form__payment {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.cart-form__delivery label, .cart-form__payment label {
  height: 100%;
}
.cart-form__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .cart-form__title {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.cart-form__title a {
  text-decoration: underline;
  color: #0072ee;
}
.cart-form__title_mb {
  margin-bottom: 3.5rem;
}
.cart-form__submit {
  width: 100%;
  margin-top: 2.8rem;
}
.cart-form .form__block:last-child {
  margin-bottom: 0;
}
.cart-form .form__block:last-child textarea, .cart-form .form__block:last-child input {
  margin-bottom: 0;
}
@media (max-width: 750.98px) {
  .cart-form .form__block {
    margin-bottom: 3.7rem;
  }
  .cart-form .form__block .error-message {
    font-size: 1.6rem;
  }
}

.short-info-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12rem 0 15rem;
}
@media (max-width: 750.98px) {
  .short-info-page {
    padding: 16rem 0 30rem;
  }
}
.short-info-page p {
  max-width: 65rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 750.98px) {
  .short-info-page p {
    max-width: 60rem;
    margin-bottom: 8rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 750.98px) {
  .short-info-page__header {
    margin-bottom: 6rem;
    font-size: 4.8rem;
  }
}
.short-info-page .btn {
  width: auto;
}
@media (max-width: 750.98px) {
  .short-info-page .btn {
    width: 100%;
    max-width: 60rem;
  }
}

.comparison, .favorites, .contacts {
  margin-top: 3rem;
  margin-bottom: 7rem;
}
.comparison__header, .favorites__header, .contacts__header {
  font-weight: 800;
}
.comparison__links, .favorites__links, .contacts__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comparison__links .tabs__btn, .favorites__links .tabs__btn, .contacts__links .tabs__btn {
  margin: 0;
  padding: 0.5rem 1.7rem !important;
  font-size: 1.4rem;
  font-weight: 500 !important;
  border: 0.1rem solid #b7b7b7;
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #000;
}
@media (max-width: 750.98px) {
  .comparison__links .tabs__btn, .favorites__links .tabs__btn, .contacts__links .tabs__btn {
    font-size: 2rem;
    border: 0.2rem solid #b7b7b7;
    padding: 0.75rem 2.55rem !important;
    border-radius: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.comparison__links .tabs__btn:after, .favorites__links .tabs__btn:after, .contacts__links .tabs__btn:after {
  display: none;
}
.comparison__links .tabs__btn_active, .favorites__links .tabs__btn_active, .contacts__links .tabs__btn_active {
  border: 0.2rem solid hsl(4, 85%, 48%);
}
@media (max-width: 750.98px) {
  .comparison__links .tabs__btn_active, .favorites__links .tabs__btn_active, .contacts__links .tabs__btn_active {
    border: 0.3rem solid hsl(4, 85%, 48%);
  }
}
.comparison__item, .favorites__item, .contacts__item {
  border-radius: 0.5rem;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.21);
  outline: none !important;
  width: 20%;
  flex: 0 0 calc(20% - 1.6rem);
  margin-right: 2rem;
  transition: 0.2s;
}
.comparison__item:active, .favorites__item:active, .contacts__item:active {
  outline: none !important;
}
@media (max-width: 750.98px) {
  .comparison__item, .favorites__item, .contacts__item {
    flex: 0 0 40rem;
  }
  .comparison__item .item-offers__title, .favorites__item .item-offers__title, .contacts__item .item-offers__title {
    font-size: 2rem;
  }
  .comparison__item .item-offers__price_current, .favorites__item .item-offers__price_current, .contacts__item .item-offers__price_current {
    font-size: 2.2rem;
  }
}
.comparison__item._removing, .favorites__item._removing, .contacts__item._removing {
  opacity: 0;
}
.comparison__items, .favorites__items, .contacts__items {
  overflow: hidden;
  padding: 0.1rem;
  width: 100%;
}
@media (max-width: 750.98px) {
  .comparison__items, .favorites__items, .contacts__items {
    overflow: visible;
    margin-bottom: 4rem;
  }
}
.comparison__items_wrapper, .favorites__items_wrapper, .contacts__items_wrapper {
  position: relative;
  flex-direction: column;
}
.comparison__items_wrapper .comparison__items__navigations, .favorites__items_wrapper .comparison__items__navigations, .contacts__items_wrapper .comparison__items__navigations {
  width: 110% !important;
  max-width: 98vw;
}
.comparison__items_wrapper .comparison__items__navigations .swiper-button-lock, .favorites__items_wrapper .comparison__items__navigations .swiper-button-lock, .contacts__items_wrapper .comparison__items__navigations .swiper-button-lock {
  display: none;
}
.comparison__items_wrapper .scroll-bar, .favorites__items_wrapper .scroll-bar, .contacts__items_wrapper .scroll-bar {
  margin-bottom: 4rem;
  margin-top: 0;
}

.favorites__items {
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 750.98px) {
  .favorites__items {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.favorites__items .favorites__item {
  width: 100%;
}
@media (max-width: 750.98px) {
  .favorites__items .favorites__item {
    box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.31);
    background-color: #fff;
    border-radius: 0;
    margin: 0;
  }
}

.favorites__clear {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 3.5rem;
  color: #000;
}
@media (max-width: 750.98px) {
  .favorites__clear {
    position: absolute;
    right: 4rem;
    top: 1rem;
  }
}
.favorites__clear:hover {
  opacity: 0.6;
}
.favorites__clear .icon {
  margin-right: 1rem;
  transform: translateY(0.2rem);
}
.favorites__clear .icon:hover {
  opacity: 1;
}

.contacts p {
  font-size: 1.9rem;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 750.98px) {
  .contacts p {
    font-size: 2.66rem;
    margin-bottom: 1rem;
  }
}
.contacts__info {
  display: grid;
  grid-template-columns: 34rem 34rem 34rem;
  grid-gap: 10rem;
}
@media (max-width: 750.98px) {
  .contacts__info {
    grid-template-columns: 100%;
    grid-gap: 8rem;
  }
}
.contacts__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #868686;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .contacts__subtitle {
    font-size: 2.24rem;
    margin-bottom: 3rem;
  }
}
.contacts__phone {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .contacts__phone {
    font-size: 3.2rem;
  }
}
.contacts .btn {
  width: auto;
}
.contacts__map {
  width: 100%;
  min-height: 68rem;
  margin-top: 5.5rem;
}
@media (max-width: 750.98px) {
  .contacts__map {
    margin-left: -4rem;
    margin-right: -4rem;
    width: 100vw;
    min-height: 91rem;
  }
}
.contacts__tab {
  flex-direction: column;
}

.map-icon__label {
  background: #fff;
  display: grid;
  grid-template-columns: max-content;
  position: absolute;
  top: 2.2rem;
  left: 4.5rem;
  border-radius: 10px;
  padding: 0.3rem 1rem;
  font-size: 1.6rem;
}
@media (max-width: 750.98px) {
  .map-icon__label {
    font-size: 16px;
    padding: 3px 10px;
    top: 20px;
    left: 45px;
  }
}

.orders__item:not(:last-child) {
  margin-bottom: 2rem;
}

.order-item {
  background-color: #ffffff;
  border: 0.1rem solid #858585;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 750.98px) {
  .order-item {
    border-radius: 1rem;
    border: 0.2rem solid #797979;
  }
}
.order-item__header {
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  align-items: center;
}
@media (max-width: 750.98px) {
  .order-item__header {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
.order-item__title {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .order-item__title {
    flex: 0 0 50%;
    font-size: 2.2rem;
  }
}
.order-item__status {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .order-item__status {
    flex: 0 0 50%;
  }
}
.order-item .status {
  padding-left: 3rem;
}
@media (max-width: 750.98px) {
  .order-item .status {
    padding-left: 4rem;
  }
}
.order-item .status .order-item__status-text {
  position: relative;
  display: flex;
  align-items: center;
}
.order-item .status .order-item__status-text:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
}
@media (max-width: 750.98px) {
  .order-item .status .order-item__status-text:before {
    width: 1.5rem;
    height: 1.5rem;
    left: -3rem;
  }
}
.order-item .status_green .order-item__status-text:before {
  background: #46a73c;
}
.order-item .status_orange .order-item__status-text:before {
  background: #ff8a00;
}
.order-item .status_grey .order-item__status-text:before {
  background: #acacac;
}
.order-item .status_red .order-item__status-text:before {
  background: rgb(236, 6, 6);
}
.order-item__status-text {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .order-item__status-text {
    font-size: 2.2rem;
  }
}
.order-item__status-date {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 750.98px) {
  .order-item__status-date {
    font-size: 1.7rem;
  }
}
.order-item__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750.98px) {
  .order-item__btns {
    flex: 0 0 100%;
  }
}
.order-item__show-more {
  padding: 1rem 2.4rem;
}
@media (max-width: 750.98px) {
  .order-item__show-more {
    padding: 3rem 3rem;
    justify-content: center;
  }
  .order-item__show-more:after {
    margin-left: 2rem;
  }
}
.order-item__pay {
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0072ee;
  margin-right: 3rem;
}
@media (max-width: 750.98px) {
  .order-item__pay {
    margin-left: calc(50% + 4rem);
    margin-top: 0.5rem;
    width: auto;
    font-size: 2rem;
  }
}
.order-item__body {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
}
@media (max-width: 750.98px) {
  .order-item__body {
    padding: 4rem;
    flex-direction: column;
  }
}
.order-item__price {
  font-size: 2.1rem;
  font-weight: 700;
  color: #000000;
  display: block;
  text-align: right;
}
@media (max-width: 750.98px) {
  .order-item__price {
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 750.98px) {
  .order-item__price-current {
    min-width: 16rem;
    padding-right: 3rem;
  }
}
.order-item__price-sale {
  font-size: 1.3rem;
  font-weight: 500;
  color: #696969;
  margin-top: 1.5rem;
}
@media (max-width: 750.98px) {
  .order-item__price-sale {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
}
.order-item__price-sale span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-left: 1.3rem;
}
@media (max-width: 750.98px) {
  .order-item__price-sale span {
    font-size: 2rem;
  }
}
.order-item__alert {
  display: flex;
  justify-content: space-between;
  padding: 2.2rem 3.3rem 2.2rem 3rem;
  margin-bottom: 0 !important;
}
@media (max-width: 750.98px) {
  .order-item__alert {
    padding: 4rem;
    margin-left: 4rem;
    margin-right: 4rem;
    flex-direction: column;
  }
}
.order-item__payment-invoice {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  color: #0072ee;
  transition: 0.1s;
}
.order-item__payment-invoice:hover {
  color: #005abb;
}
@media (max-width: 750.98px) {
  .order-item__payment-invoice {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}

.order-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750.98px) {
  .order-info {
    flex-direction: column;
    margin-bottom: 4.5rem;
  }
}
.order-info__col {
  min-width: 30rem;
}
.order-info__property {
  display: flex;
}
.order-info__property dt {
  width: 12rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #696969;
  margin-bottom: 2rem;
  flex: 0 0 12rem;
}
@media (max-width: 750.98px) {
  .order-info__property dt {
    font-size: 2rem;
    flex: 0 0 16rem;
    width: 16rem;
  }
}
.order-info__property dd {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  max-width: 26rem;
}
@media (max-width: 750.98px) {
  .order-info__property dd {
    font-size: 2rem;
    max-width: none;
  }
}

.order-manager {
  display: flex;
}
@media (max-width: 750.98px) {
  .order-manager {
    flex-wrap: wrap;
  }
}
.order-manager__label {
  font-size: 1.4rem;
  color: #000000;
  margin-right: 0.5rem;
}
@media (max-width: 750.98px) {
  .order-manager__label {
    font-size: 2rem;
  }
}
.order-manager__name {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .order-manager__name {
    font-size: 2rem;
  }
}
.order-manager__phone {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 700;
  margin-left: 4rem;
}
@media (max-width: 750.98px) {
  .order-manager__phone {
    font-size: 2rem;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.help {
  margin-bottom: 6rem;
}
.help__title {
  font-size: 3.7rem;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (max-width: 750.98px) {
  .help__title {
    font-size: 4rem;
  }
}
.help__subtitle {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 750.98px) {
  .help__subtitle {
    font-size: 2.2rem;
  }
}
.help__wrapper {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 750.98px) {
  .help__wrapper {
    grid-template-columns: 1fr;
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
  }
}
.item-help {
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.item-help__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.item-help__img img {
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.item-help_gray .item-help__img {
  background-color: #efefef;
}
.item-help_red {
  color: #fff;
}
.item-help_red .item-help__img {
  background-color: #c82519;
}
.item-help__content {
  padding: 5rem 10rem 5rem 5rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 750.98px) {
  .item-help__content {
    padding: 5rem 5rem 5rem 5rem;
    width: 65%;
  }
}
@media (max-width: 750.98px) {
  .item-help__content p {
    font-size: 1.8rem;
  }
}
.item-help__title {
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 750.98px) {
  .item-help__title {
    font-size: 3.1rem;
  }
}
.item-help .btn {
  padding: 0.5rem 1.8rem;
  font-size: 1.4rem;
  margin-top: auto;
}
@media (max-width: 750.98px) {
  .item-help .btn {
    width: auto;
    padding: 0.8rem 3rem;
    font-size: 1.8rem;
  }
}

.price {
  margin-bottom: 6rem;
}
.price .h2 {
  margin-bottom: 3rem;
}
.price .tabs__nav {
  margin-bottom: 2rem;
}

.price-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12rem;
  row-gap: 7rem;
}
@media (max-width: 750.98px) {
  .price-wrapper {
    grid-template-columns: 1fr;
    gap: 7rem;
    row-gap: 7rem;
  }
}
.price-wrapper .btn.btn_link {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 750.98px) {
  .price-wrapper .btn.btn_link {
    font-size: 2.2rem;
    text-align: left;
    font-weight: 600;
    margin-top: 0.5rem;
  }
}
.price-wrapper .btn.btn_link:hover {
  text-decoration: none;
}

.item-price__img {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 2rem;
}
.item-price__title {
  font-size: 1.9rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2.5rem;
}
@media (max-width: 750.98px) {
  .item-price__title {
    font-size: 2.3rem;
  }
}
.item-price__dl div.item-price__dl-group {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #000;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 750.98px) {
  .item-price__dl div.item-price__dl-group {
    font-size: 2.2rem;
    font-weight: 400;
  }
}
.item-price__dl dd {
  flex: 0 0 auto;
  white-space: nowrap;
  align-self: flex-end;
}

.landing-calculator {
  background-color: #e9e9e9;
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  margin-bottom: 6rem;
}
.landing-calculator .h2 {
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .landing-calculator .h2 {
    margin-bottom: 3rem;
    font-weight: 600;
  }
}
.landing-calculator p {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.landing-calculator__form {
  margin-top: 3rem;
}
@media (max-width: 750.98px) {
  .landing-calculator__form {
    margin-top: 2rem;
  }
}
.landing-calculator .covering-card__items {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.landing-calculator .calculator__area-label {
  display: block;
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #696969;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 750.98px) {
  .landing-calculator .calculator__area-label {
    font-size: 1.8rem;
  }
}
.landing-calculator .calculator__area {
  background-color: #fff;
  border: 0.1rem solid #d3d3d3;
  padding: 1.2rem 2rem;
  border-radius: 0.5rem;
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
  width: 23rem;
  display: block;
  margin-bottom: 2rem;
}
.landing-calculator .calculator__footer {
  display: flex;
  align-items: center;
}
@media (max-width: 750.98px) {
  .landing-calculator .calculator__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.landing-calculator .calculator__footer .btn {
  padding: 0.6rem 2rem;
  font-size: 1.4rem;
}
@media (max-width: 750.98px) {
  .landing-calculator .calculator__footer .btn {
    font-size: 2rem;
    padding: 1.2rem 2rem;
  }
}
.landing-calculator .calculator__value {
  font-size: 2rem;
  margin-right: 2rem;
}
@media (max-width: 750.98px) {
  .landing-calculator .calculator__value {
    font-size: 2.4rem;
    margin-right: 0rem;
    margin-bottom: 4rem;
  }
}

input[type=range].calculator__range {
  height: 0.2rem;
  -webkit-appearance: none;
  width: 72rem;
  max-width: 100%;
}
@media (max-width: 750.98px) {
  input[type=range].calculator__range {
    width: 100%;
  }
}

/*progress support*/
input[type=range].calculator__range {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1.8rem + var(--ratio) * (100% - 1.8rem));
}
@media (max-width: 750.98px) {
  input[type=range].calculator__range {
    --sx: calc(0.5 * 2.7rem + var(--ratio) * (100% - 2.7rem));
  }
}

input[type=range].calculator__range:focus {
  outline: none;
}

/*webkit*/
input[type=range].calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2rem;
  background: hsl(4, 85%, 48%);
  border: none;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3490196078);
  margin-top: -0.8rem;
}
@media (max-width: 750.98px) {
  input[type=range].calculator__range::-webkit-slider-thumb {
    margin-top: -1.3rem;
    width: 2.7rem;
    height: 2.7rem;
  }
}

input[type=range].calculator__range::-webkit-slider-runnable-track {
  height: 0.2rem;
  border: none;
  border-radius: 0;
  background: #c1c1c1;
  box-shadow: none;
}

input[type=range].calculator__range::-webkit-slider-thumb:hover {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:hover::-webkit-slider-runnable-track {
  background: #c1c1c1;
}

input[type=range].calculator__range::-webkit-slider-thumb:active {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:active::-webkit-slider-runnable-track {
  background: #c1c1c1;
}

input[type=range].calculator__range::-webkit-slider-runnable-track {
  background: #c1c1c1;
}

input[type=range].calculator__range:hover::-webkit-slider-runnable-track {
  background: #c1c1c1;
}

input[type=range].calculator__range:active::-webkit-slider-runnable-track {
  background: #c1c1c1;
}

/*mozilla*/
input[type=range].calculator__range::-moz-range-thumb {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2rem;
  background: hsl(4, 85%, 48%);
  border: none;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3490196078);
}

input[type=range].calculator__range::-moz-range-track {
  height: 0.2rem;
  border: none;
  border-radius: 0;
  background: #c1c1c1;
  box-shadow: none;
}

input[type=range].calculator__range::-moz-range-thumb:hover {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:hover::-moz-range-track {
  background: #c1c1c1;
}

input[type=range].calculator__range::-moz-range-thumb:active {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:active::-moz-range-track {
  background: #c1c1c1;
}

input[type=range].calculator__range::-moz-range-track {
  background: #c1c1c1;
}

input[type=range].calculator__range:hover::-moz-range-track {
  background: #c1c1c1;
}

input[type=range].calculator__range:active::-moz-range-track {
  background: #c1c1c1;
}

/*ms*/
input[type=range].calculator__range::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].calculator__range::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].calculator__range::-ms-thumb {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2rem;
  background: hsl(4, 85%, 48%);
  border: none;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3490196078);
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].calculator__range::-ms-track {
  height: 0.2rem;
  border-radius: 0;
  background: #c1c1c1;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].calculator__range::-ms-thumb:hover {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:hover::-ms-track {
  background: #c1c1c1;
}

input[type=range].calculator__range::-ms-thumb:active {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:active::-ms-track {
  background: #c1c1c1;
}

input[type=range].calculator__range::-ms-fill-lower {
  height: 0.1rem;
  border-radius: 0px 0 0 0px;
  margin: -undefined 0 -undefined -undefined;
  background: hsl(4, 85%, 48%);
  border: none;
  border-right-width: 0;
}

input[type=range].calculator__range:hover::-ms-fill-lower {
  background: hsl(4, 85%, 48%);
}

input[type=range].calculator__range:active::-ms-fill-lower {
  background: hsl(4, 85%, 48%);
}

.d-none {
  display: none;
}

._disabled {
  opacity: 0.5;
  cursor: default;
}

@media (max-width: 750.98px) {
  ._hide-mob {
    display: none;
  }
}

@media (min-width: 750.98px) {
  ._hide-pc {
    display: none !important;
  }
}

.pos-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 20;
}
.pos-sticky._open-modal {
  z-index: 25;
}
.pos-sticky._open-modal:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 18;
}
@media (max-width: 750.98px) {
  .pos-sticky {
    padding: 2rem 0;
    margin-top: -2rem;
    overflow: hidden;
  }
}
.pos-sticky.header {
  background-color: #fff;
}
@media (max-width: 750.98px) {
  .pos-sticky .header-top-mob__buttons-right {
    display: flex;
    transition: 0.2s;
  }
}

.modal-layout {
  position: fixed;
  z-index: 19;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  top: 0;
  display: none;
}

@media (max-width: 750.98px) {
  ._fixed {
    overflow: hidden !important;
    height: 100vh;
  }
}

._swiper {
  display: flex;
  overflow: hidden;
}
._swiper.banner__slider * {
  flex: 0 0 100%;
}

@media (max-width: 750.98px) {
  .tippy-popper {
    position: fixed !important;
    bottom: 0 !important;
    transform: translate3d(0, 0px, 0px) !important;
    top: auto !important;
    width: 100% !important;
    min-width: 100%;
  }
  .tippy-popper .tippy-arrow {
    border: none;
  }
  .tippy-popper ._icon-close {
    top: 3rem !important;
    right: 3rem !important;
    font-size: 2.8rem;
  }
  .tippy-popper .tippy-tooltip {
    width: 100% !important;
    max-width: 100% !important;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    padding: 4rem 2.5rem;
  }
  .tippy-popper .tippy-tooltip p, .tippy-popper .tippy-tooltip a {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.tippy-tooltip.default-theme {
  background-color: #333333;
  color: #fff;
  font-size: 1.3rem;
  line-height: 4rem;
  font-weight: 500;
  padding: 0 1rem;
  border-radius: 0.5rem;
}

.custom-balloon button {
  padding: 5px 10px;
  background-color: hsl(4, 85%, 48%);
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.custom-balloon span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .custom-balloon span {
    font-size: 2.2rem;
  }
}
.custom-balloon p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 750.98px) {
  .custom-balloon p {
    font-size: 2rem;
  }
}

.map-modal {
  padding: 0;
  transition: 0;
  display: none;
  visibility: hidden;
}
.map-modal.fancybox__content {
  visibility: visible;
}
.map-modal .map-modal__header {
  display: block;
  background: #f6f6f6;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  width: 100%;
  padding-right: 6rem;
}
@media (max-width: 750.98px) {
  .map-modal .map-modal__header {
    padding: 4rem;
    font-size: 3rem;
    padding-right: 8rem;
  }
}
.map-modal .f-button.is-close-btn {
  top: 2rem !important;
  right: 2rem !important;
  color: #333;
  background: none;
}
@media (max-width: 750.98px) {
  .map-modal .f-button.is-close-btn {
    top: 3rem !important;
    right: 3rem !important;
  }
}
.map-modal #map {
  width: 70vw;
  height: 40vw;
}
@media (max-width: 750.98px) {
  .map-modal #map {
    width: calc(100vw - 3rem);
    height: 70dvh;
  }
}

.gallery-fancy {
  --fancybox-color: #333;
  --fancybox-hover-color: #000;
  --fancybox-bg: #fff;
  --fancybox-slide-gap: 1rem;
  --f-button-bg:transparent;
}
.gallery-fancy .fancybox__toolbar {
  --f-button-width: 5rem;
  --f-button-height: 5rem;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 2.4rem;
  --f-button-svg-height: 2.4rem;
  --f-button-svg-filter: none;
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  --fancybox-toolbar-text-shadow: 0;
  background-color: #eee;
  display: flex;
  align-items: center;
  min-height: 6rem;
  padding: 0 1rem;
}
@media (max-width: 750.98px) {
  .gallery-fancy .fancybox__toolbar {
    min-height: 12rem;
    --f-button-width: 8rem;
    --f-button-height: 8rem;
    --f-button-svg-width: 4.5rem;
    --f-button-svg-height: 4.5rem;
  }
}
.gallery-fancy .fancybox__nav {
  --f-button-svg-filter: none;
}
.gallery-fancy .fancybox__nav button.f-button.is-prev, .gallery-fancy .fancybox__nav button.f-button.is-next {
  --f-button-color:#868686;
  --f-button-bg: #fff;
  --f-button-hover-bg: #fff;
  --f-button-active-bg: #fff;
  --f-button-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.23);
  --f-button-svg-width: 2.2rem;
  --f-button-svg-height: 2.2rem;
  --f-button-svg-stroke-width: .2rem;
}
@media (max-width: 750.98px) {
  .gallery-fancy .fancybox__nav button.f-button.is-prev, .gallery-fancy .fancybox__nav button.f-button.is-next {
    --f-button-svg-width: 4.2rem;
    --f-button-svg-height: 4.2rem;
    --f-button-svg-stroke-width: .3rem;
    display: none;
  }
}
.gallery-fancy__title {
  font-family: "Manrope", sans-serif;
  margin-left: 2rem;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 750.98px) {
  .gallery-fancy__title {
    font-size: 2.8rem;
  }
}
.gallery-fancy .fancybox__footer {
  border-top: 0.2rem solid #d0d0d0;
  padding-top: 1rem;
}
@media (max-width: 750.98px) {
  .gallery-fancy .fancybox__footer {
    border-top: 0.3rem solid #d0d0d0;
    padding-top: 1.5rem;
    background-color: #fff;
  }
}
.gallery-fancy .fancybox__footer .f-thumbs__slide {
  background-color: #ffffff;
  border: 0.2rem solid #b7b7b7;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  flex: 0 0 auto;
  --f-thumb-width: 6.5rem;
  --f-thumb-height: 6.5rem;
}
@media (max-width: 750.98px) {
  .gallery-fancy .fancybox__footer .f-thumbs__slide {
    --f-thumb-width: 12rem;
    --f-thumb-height: 12rem;
    border: 0.3rem solid #b7b7b7;
  }
}
.gallery-fancy .fancybox__footer .f-thumbs__slide.is-nav-selected {
  border-color: hsl(4, 85%, 48%);
}
.gallery-fancy .fancybox__footer .f-thumbs__slide.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  display: none;
}
.gallery-fancy .fancybox__footer .f-thumbs__slide .f-thumbs__slide__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-fancy .fancybox__footer .f-thumbs__slide .f-thumbs__slide__img {
  width: 68%;
  height: 68%;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.gallery-fancy .fancybox__footer .f-thumbs__slide.for-video .f-thumbs__slide__button:before {
  content: "";
  display: block;
  position: absolute;
  border: calc(var(--f-thumb-width) * 0.18) solid transparent;
  border-left: calc(var(--f-thumb-width) * 0.32) solid #e32213;
  width: 0;
  height: 0;
  transform: translateX(calc(var(--f-thumb-width) * 0.14));
  z-index: 2;
}
.gallery-fancy .fancybox__footer .f-thumbs__slide.for-video .f-thumbs__slide__button .f-thumbs__slide__img {
  display: none;
}

.ta_right {
  text-align: right !important;
}

.w-80 {
  width: 80%;
  flex: 1 1 80%;
}
@media (max-width: 750.98px) {
  .w-80 {
    width: 100%;
    flex: 1 1 100%;
  }
}

.ul-dash {
  list-style: none;
  padding-left: 0;
}
.ul-dash li {
  display: flex;
  align-items: flex-start;
}
.ul-dash li:before {
  content: "";
  width: 1.7rem;
  height: 0.2rem;
  background: red;
  display: inline-block;
  margin-right: 1.2rem;
  flex: 0 0 1.7rem;
  transform: translateY(1.2rem);
}
@media (max-width: 750.98px) {
  .ul-dash li:before {
    transform: translateY(1.6rem);
  }
}

.a_black {
  color: #000;
  font-weight: 700;
}

.landing-gallery {
  padding-bottom: 2rem;
}
.landing-gallery .h2 {
  margin-bottom: 3rem;
}

.services-page .review-item__title {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.35;
}
.services-page .info-page__reviews {
  gap: 3rem;
}
