@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_slnt,wght.eot");
  src: url("../fonts/.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("../fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.eot");
  src: url("../fonts/.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.woff2") format("woff2"),
    url("../fonts/RobotoFlex-Regular.woff") format("woff"),
    url("../fonts/RobotoFlex-Regular.ttf") format("truetype"),
    url("../fonts/RobotoFlex-Regular.svg#RobotoFlex-Regular") format("svg");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Flex";
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  background-color: #ffffff;
  color: #111111;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

body *:focus {
  outline: 0 !important;
}

body .fancybox__backdrop {
  background-color: rgba(113, 116, 131, 0.3);
}

body .fancybox__counter {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.lock-scroll {
  overflow: hidden;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

.container--big {
  max-width: 1440px;
}

.container--small {
  max-width: 910px;
}

.container--banner {
  max-width: 1130px;
}

.container--main-banner {
  max-width: 1920px;
  padding: 0;
}

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

  .container--main-banner {
    padding: 0;
  }
}

:is(header, main, footer, .modal) :is(ul, ol) {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

:is(header, main, footer, .modal) ul:not([class]),
:is(header, main, footer, .modal) ol {
  margin: 30px 0;
}

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

  :is(header, main, footer, .modal) ul:not([class]),
  :is(header, main, footer, .modal) ol {
    margin: 20px 0;
  }
}

:is(header, main, footer, .modal) ul:not([class]):last-child,
:is(header, main, footer, .modal) ol:last-child {
  margin-bottom: 0;
}

:is(header, main, footer, .modal) ul:not([class]):first-child,
:is(header, main, footer, .modal) ol:first-child {
  margin-top: 0;
}

:is(header, main, footer, .modal) ul:not([class]) li,
:is(header, main, footer, .modal) ol li {
  position: relative;
  margin-bottom: 12px;
}

:is(header, main, footer, .modal) ul:not([class]) li:last-child,
:is(header, main, footer, .modal) ol li:last-child {
  margin-bottom: 0;
}

:is(header, main, footer, .modal) ol {
  counter-reset: numList;
}

:is(header, main, footer, .modal) ol li {
  padding-left: 34px;
}

:is(header, main, footer, .modal) ol li:before {
  content: counters(numList, "") ".";
  counter-increment: numList;
  position: absolute;
  color: #717483;
  top: 0;
  left: 0;
}

:is(header, main, footer, .modal) ul:not([class]) li {
  padding-left: 20px;
}

:is(header, main, footer, .modal) ul:not([class]) li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #717483;
  border-radius: 100%;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 991px) {
  :is(header, main, footer, .modal) ul:not([class]) li:before {
    top: 8px;
  }
}

:is(header, main, footer, .modal) h1,
:is(header, main, footer, .modal) .h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  margin: 0 0 30px;
  color: #111111;
  font-family: "Inter";
}

.title-page.title-page--card h1 {
  font-weight: 600;
  font-size: 36px;
  display: block;
  font-family: inherit;
}

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

  :is(header, main, footer, .modal) h1,
  :is(header, main, footer, .modal) .h1 {
    font-size: 32px;
  }
}

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

  :is(header, main, footer, .modal) h1,
  :is(header, main, footer, .modal) .h1 {
    font-size: 22px;
  }
}

:is(header, main, footer, .modal) h1:last-child,
:is(header, main, footer, .modal) .h1:last-child {
  margin-bottom: 0;
}

:is(header, main, footer, .modal) h2,
:is(header, main, footer, .modal) .h2 {
  margin: 50px 0 46px;
  color: #111111;
  font-family: "Roboto Flex";
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
}

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

  :is(header, main, footer, .modal) h2,
  :is(header, main, footer, .modal) .h2 {
    font-size: 32px;
  }
}

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

  :is(header, main, footer, .modal) h2,
  :is(header, main, footer, .modal) .h2 {
    font-size: 22px;
  }
}

:is(header, main, footer, .modal) h2:first-child,
:is(header, main, footer, .modal) .h2:first-child {
  margin-top: 0;
}

:is(header, main, footer, .modal) h2:last-child,
:is(header, main, footer, .modal) .h2:last-child {
  margin-bottom: 0;
}

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

  :is(header, main, footer, .modal) h2,
  :is(header, main, footer, .modal) .h2 {
    margin: 30px 0;
  }
}

:is(header, main, footer, .modal) h3,
:is(header, main, footer, .modal) .h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  margin: 46px 0 30px;
  font-family: "Roboto Flex";
}

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

  :is(header, main, footer, .modal) h3,
  :is(header, main, footer, .modal) .h3 {
    font-size: 24px;
  }
}

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

  :is(header, main, footer, .modal) h3,
  :is(header, main, footer, .modal) .h3 {
    font-size: 20px;
  }
}

:is(header, main, footer, .modal) h3:first-child,
:is(header, main, footer, .modal) .h3:first-child {
  margin-top: 0;
}

:is(header, main, footer, .modal) h3:last-child,
:is(header, main, footer, .modal) .h3:last-child {
  margin-bottom: 0;
}

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

  :is(header, main, footer, .modal) h3,
  :is(header, main, footer, .modal) .h3 {
    margin: 30px 0;
  }
}

:is(header, main, footer, .modal) h4,
:is(header, main, footer, .modal) .h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  font-family: "Inter";
  color: #111111;
  margin: 30px 0 30px;
}

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

  :is(header, main, footer, .modal) h4,
  :is(header, main, footer, .modal) .h4 {
    font-size: 18px;
  }
}

:is(header, main, footer, .modal) h4:first-child,
:is(header, main, footer, .modal) .h4:first-child {
  margin-top: 0;
}

:is(header, main, footer, .modal) h4:last-child,
:is(header, main, footer, .modal) .h4:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: unset;
  color: #111111;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  a:hover {
    color: #005fcb;
  }
}

p {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  width: auto;
}

.main {
  padding-top: 166px;
}

@media screen and (max-width: 1199px) {
  .main {
    padding-top: 127px;
  }
}

@media screen and (max-width: 575px) {
  .main {
    padding-top: 65px;
  }
}

.section {
  position: relative;
  margin: 100px 0;
}

.section--main-banner {
  margin: 0 0 131px;
}

@media screen and (max-width: 767px) {
  .section {
    margin: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .section {
    margin: 50px 0;
  }
}

.section--mt-0 {
  margin-top: 0;
}

.section--mb-0 {
  margin-bottom: 0;
}

.section--mt-50 {
  margin-top: 50px;
}

@media screen and (max-width: 575px) {
  .section--mt-50 {
    margin-top: 30px;
  }
}

.section--bg {
  padding: 75px 0;
}

@media screen and (max-width: 575px) {
  .section--bg {
    padding: 50px 0;
  }
}

.section--bg-small-padding {
  padding: 50px 0;
}

.section--gray-bg {
  background-color: #f7f7fb;
}

.section--pattern:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 591px;
  max-width: 983px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/feedback-form-pattern.svg);
}

@media screen and (max-width: 575px) {
  .section--pattern:before {
    display: none;
  }
}

.subsection {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .subsection {
    margin: 30px 0;
  }
}

.subsection--mt-0 {
  margin-top: 0;
}

.subsection--mb-0 {
  margin-bottom: 0;
}

.subsection--bg-black {
  margin: 0;
  padding: 50px 0;
  background-color: #111111;
}

@media screen and (max-width: 767px) {
  .subsection--bg-black {
    padding: 30px 0;
  }
}

.subsection--bg-black *,
.subsection--bg-black h2,
.subsection--bg-black .h2 {
  color: #ffffff;
}

.heading {
  margin-bottom: 45px;
}

@media screen and (max-width: 575px) {
  .heading {
    margin-bottom: 20px;
  }
}

.light-gray-bg {
  background: #f7f7fb;
  border-radius: 20px;
  padding: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .light-gray-bg {
    padding: 30px 20px;
  }
}

.light-gray-bg--p-0 {
  padding: 0;
}

.dark-gray-bg {
  background: #edeff3;
  border-radius: 20px;
  padding: 50px 45px;
}

@media screen and (max-width: 767px) {
  .dark-gray-bg {
    padding: 30px 20px;
  }
}

.title-counter {
  color: #717483;
  margin-left: 10px;
}

.section-caption {
  margin-bottom: 30px;
  max-width: 850px;
  width: 100%;
}

.section-caption--big {
  max-width: 960px;
}

.title-page {
  max-width: 889px;
  width: 100%;
}

.title-page--card {
  display: none;
}

@media screen and (max-width: 991px) {
  .title-page--card {
    display: block;
  }
}

.bg-red {
  background-color: #ef261c;
}

.bg-black {
  background-color: #111111;
}

.bg-gray {
  background-color: #717483;
}

.bg-blue {
  background-color: #004798;
}

.grid-list {
  display: grid;
  grid-gap: 30px;
}

@media screen and (min-width: 992px) {
  .grid-list--big-gap {
    grid-gap: 50px;
  }
}

.grid-list--small-gap {
  grid-gap: 20px;
}

.grid-list--small-gap-bottom {
  grid-gap: 12px 30px;
}

@media screen and (min-width: 992px) {
  .grid-list--big-gap-left {
    grid-gap: 50px 30px;
  }
}

.grid-list--mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .grid-list--mb-50 {
    margin-bottom: 30px;
  }
}

.grid-list--six {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 991px) {
  .grid-list--six {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .grid-list--six {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.grid-list--five {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1199px) {
  .grid-list--five {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .grid-list--five {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .grid-list--five {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .grid-list--five {
    grid-template-columns: 1fr;
  }
}

.grid-list--four {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 991px) {
  .grid-list--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .grid-list--four {
    grid-template-columns: 1fr;
  }
}

.grid-list--catalog {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}

@media screen and (max-width: 1199px) {
  .grid-list--catalog {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .grid-list--catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .grid-list--catalog {
    grid-template-columns: 1fr;
  }
}

.grid-list--three {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
  .grid-list--three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .grid-list--three {
    grid-template-columns: 1fr;
  }
}

.grid-list--two {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 575px) {
  .grid-list--two {
    grid-template-columns: 1fr;
  }
}

.grid-list--auto-row {
  grid-auto-rows: 1fr;
}

.btn {
  font-family: "Roboto Flex";
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 46px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  border: unset;
  border-radius: 8px;
  background-color: transparent;
}

@media screen and (max-width: 575px) {
  .btn {
    min-width: unset;
    width: 100%;
    min-height: 44px;
    padding: 10px;
  }
}

.btn--catalog {
  min-width: 148px;
}

.btn--small {
  padding: 6px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  background-color: #e5e8f4;
  min-height: unset;
}

@media (any-hover: hover) {
  .btn--small:hover {
    color: #005fcb;
    background-color: #f7f7fb;
  }
}

.btn[disabled] {
  pointer-events: none;
}

.btn--w380 {
  min-width: 380px;
}

@media screen and (max-width: 575px) {
  .btn--w380 {
    min-width: unset;
  }
}

.btn--w240 {
  min-width: 240px;
}

@media screen and (max-width: 575px) {
  .btn--w240 {
    min-width: unset;
  }
}

.btn--w277 {
  min-width: 277px;
}

@media screen and (max-width: 575px) {
  .btn--w277 {
    min-width: unset;
  }
}

.btn--w-300 {
  min-width: 300px;
}

@media screen and (max-width: 575px) {
  .btn--w-300 {
    min-width: unset;
  }
}

.btn--w-220 {
  min-width: 220px;
}

@media screen and (max-width: 575px) {
  .btn--w-220 {
    min-width: unset;
  }
}

.btn--center {
  margin-left: auto;
  margin-right: auto;
}

.btn--blue {
  color: #ffffff;
  background-color: #005fcb;
}

@media (any-hover: hover) {
  .btn--blue:hover {
    color: #ffffff;
    background-color: #004798;
  }
}

.btn--blue[disabled] {
  pointer-events: none;
  background-color: #aed4ff;
  color: #f0f7ff;
}

.btn--gray {
  color: #111111;
  background-color: #edeff3;
}

@media (any-hover: hover) {
  .btn--gray:hover {
    color: #ffffff;
    background-color: #717483;
  }
}

.btn--border {
  color: #005fcb;
  border: 1px solid #005fcb;
}

@media (any-hover: hover) {
  .btn--border:hover {
    color: #ffffff;
    border-color: #005fcb;
    background-color: #005fcb;
  }
}

.btn--full-width {
  width: 100%;
}

.btn--grid-full {
  grid-column: 1 / -1;
}

.page-info {
  background: #ffffff;
  border: 1px solid #ccd1db;
  border-radius: 10px;
  padding: 60px;
}

@media screen and (max-width: 575px) {
  .page-info {
    padding: 30px;
  }
}

.page-info__text {
  max-width: 640px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.page-info__text a:not(.btn):not(.page-info__link) {
  color: #005fcb;
}

@media (any-hover: hover) {
  .page-info__text a:not(.btn):not(.page-info__link):hover {
    color: #004798;
  }
}

.page-info__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .page-info__title {
    font-size: 18px;
  }
}

.page-info__title:not(:last-child) {
  margin-bottom: 20px;
}

.page-info__icon {
  margin: 30px auto 0;
  pointer-events: none;
}

.page-info__link {
  text-align: center;
  margin: 20px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-banner {
  background-color: #edeff3;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}

@media screen and (max-width: 991px) {
  .main-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .main-banner {
    grid-template-columns: 3fr 2fr;
  }
}

@media screen and (max-width: 575px) {
  .main-banner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 20px;
  }
}

.main-banner__text {
  padding: 80px 50px 80px 50px;
}

@media screen and (max-width: 991px) {
  .main-banner__text {
    padding: 30px;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .main-banner__text {
    padding: 0;
  }
}

.main-banner__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 69.56522%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
}

@media screen and (max-width: 575px) {
  .main-banner__image {
    grid-row-start: 1;
  }
}

.main-banner__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .main-banner__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .main-banner__title {
    font-size: 22px;
  }
}

.main-banner__btn {
  margin-top: 72px;
}

@media screen and (max-width: 575px) {
  .main-banner__btn {
    margin-top: 30px;
  }
}

.product-caption__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #717483;
  display: block;
}

.product-caption__item:not(:last-child) {
  margin-bottom: 5px;
}

.product-caption__item span {
  color: #111111;
}

.header {
  padding: 10px 0 16px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
}

.header--fix {
  position: fixed;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .header--fix .header__menu {
    height: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .header--fix {
    padding: 16px 0;
  }

  .header--fix .header__middle {
    margin: 0;
  }
}

@media screen and (min-width: 576px) {
  .header--fix .header__top {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 575px) {
  .header__top {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .header__top .header__list {
    display: none;
  }
}

.header__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .header__top-info {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .header__top-info {
    gap: 20px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .header__middle {
    gap: 20px;
    margin: 0;
  }
}

.header__middle-row {
  display: grid;
  grid-template-columns: 148px 1fr;
  grid-gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 1199px) {
  .header__middle-row {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .header__middle-row {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
}

@media screen and (max-width: 1280px) {
  .header__list {
    gap: 8px;
  }
}

.header__list--main {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .header__list--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }
}

.header__list--second {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  font-family: "Inter";
}

@media screen and (max-width: 1199px) {
  .header__list--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
  ul.header__list--hidden {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 253px;
    padding: 20px;
    grid-gap: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(113, 116, 131, 0.2);
    box-shadow: 0px 5px 15px rgba(113, 116, 131, 0.2);
    border-radius: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .header__list-item--more {
    position: relative;
    width: 21px;
    height: 21px;
    cursor: pointer;
  }
}

.header__list-item--more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/header-dots.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

@media screen and (max-width: 1199px) {
  .header__list-item--more:before {
    display: none;
  }
}

@media (any-hover: hover) {
  .header__list-item--more:hover::before {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

.header__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 23px;
}

@media screen and (max-width: 991px) {
  .header__icons {
    grid-template-columns: repeat(4, 1fr);
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .header__icons {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 10px 20px;
  }
}

.header__logo {
  max-width: 230px;
}

@media screen and (max-width: 575px) {
  .header__logo {
    margin-left: auto;
    max-width: 184px;
  }
}

.header__logo-img {
  display: block;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
}

@media screen and (max-width: 1199px) {
  .header__contacts:nth-child(2) {
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .header__contacts:nth-child(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.header__contacts a {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}

.header__contacts a[href^="mailto:"] {
  color: #005fcb;
}

@media (any-hover: hover) {
  .header__contacts a[href^="mailto:"]:hover {
    color: #004798;
  }
}

@media screen and (max-width: 1199px) {
  .header__menu {
    position: fixed;
    background: #ffffff;
    padding: 25px 15px;
    height: calc(100vh - 66px);
    top: 125px;
    right: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: auto;
  }

  .header__menu--vis {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1199px) {
  .header--fix .header__menu {
    top: 85px;
  }
}

@media screen and (max-width: 991px) {
  .header--fix .header__menu {
    top: 74px;
  }
}

@media screen and (max-width: 575px) {
  .header--fix .header__menu {
    top: 54px;
  }
}

@media screen and (max-width: 575px) {
  .header__menu {
    top: 54px;
  }
}

.header__menu-mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

@media screen and (min-width: 576px) {
  .header__menu-mobile .header__top-info {
    display: none;
  }
}

.header__burger {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
}

@media (any-hover: hover) {
  .header__burger:hover .header__burger-item {
    border-color: #005fcb;
  }
}

.header__burger-item {
  width: 36px;
  height: 4px;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-bottom: 4px solid #111111;
  border-radius: 5px;
}

.header__burger--open .header__burger-item:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}

.header__burger--open .header__burger-item:nth-child(2) {
  opacity: 0;
}

.header__burger--open .header__burger-item:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -11px;
}

@media screen and (max-width: 1199px) {
  .header__catalog {
    display: none;
  }
}

.icon-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  stroke: #111111;
  fill: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  border: unset;
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 575px) {
  .icon-item {
    margin: 0 auto;
  }
}

@media (any-hover: hover) {
  .icon-item:hover {
    stroke: #005fcb;
  }
}

.icon-item--active {
  background: #005fcb;
  border-radius: 6px;
  stroke: #ffffff;
}

@media (any-hover: hover) {
  .icon-item--active:hover {
    stroke: #ffffff;
  }
}

.icon-item--search {
  display: none;
}

@media screen and (max-width: 991px) {
  .icon-item--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.icon-item__icon {
  width: 36px;
  height: 36px;
  display: block;
}

.icon-item__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #005fcb;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  font-family: "Inter";
  letter-spacing: 0.01em;
  color: #ffffff;
  border-radius: 50px;
  padding: 1px 6px;
  position: absolute;
  right: -3px;
  top: 1px;
  z-index: 1;
  height: 18px;
}

.search-form {
  position: relative;
  margin-right: 14px;
}

@media screen and (max-width: 991px) {
  .search-form {
    display: none;
    margin-right: 0;
  }
}

.search-form--open {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100vh - 74px);
  background: #ffffff;
  left: 0;
  top: 125px;
  padding: 60px 15px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .header--fix .search-form--open {
    top: 85px;
  }
}

@media screen and (max-width: 991px) {
  .header--fix .search-form--open {
    top: 74px;
  }
}

@media screen and (max-width: 575px) {
  .header--fix .search-form--open {
    top: 55px;
  }
}

@media screen and (max-width: 575px) {
  .search-form--open {
    top: 55px;
    padding: 40px 15px;
    height: calc(100vh - 110px);
  }
}

.search-form__close {
  display: none;
}

@media screen and (max-width: 1199px) {
  .search-form__close {
    display: block;
  }
}

.search-form__tip {
  position: absolute;
  top: calc(100% + 3px);
  width: calc(100% + 92px);
  left: 0;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px rgba(113, 116, 131, 0.2);
  box-shadow: 0px 5px 15px rgba(113, 116, 131, 0.2);
  z-index: 1;
  padding: 16px;
  display: none;
  max-height: calc(100vh - 130px);
  overflow: auto;
}

@media screen and (max-width: 1199px) {
  .search-form__tip {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
    max-height: calc(100vh - 270px);
  }
}

@media screen and (max-width: 575px) {
  .search-form__tip {
    max-height: calc(100vh - 220px);
  }
}

.search-form__btn {
  padding: 0;
  stroke: #111111;
  fill: transparent;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
}

.search-form__btn-icon {
  width: 26px;
  height: 26px;
}

@media (any-hover: hover) {
  .search-form__btn:hover {
    stroke: #005fcb;
  }
}

.search-form__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 10px;
  padding: 6px 6px 11px;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.search-form__item:not(:last-child) {
  margin-bottom: 4px;
}

@media (any-hover: hover) {
  .search-form__item:hover {
    border-color: #ccd1db;
  }
}

.search-form__item-img {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-form__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.search-form__item-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
  display: block;
}

.search-form__result {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #005fcb;
}

@media (any-hover: hover) {
  .search-form__result:hover {
    color: #004798;
  }
}

.inputholder {
  position: relative;
  font-family: "Roboto Flex";
}

.inputholder__input {
  width: 100%;
  padding: 24px 20px 7px;
  min-height: 56px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: unset;
  background-color: #edeff3;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  font-family: "Roboto Flex";
}

@media screen and (max-width: 575px) {
  .inputholder__input {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.inputholder__input--textarea {
  resize: none;
  height: 106px;
  display: block;
}

.inputholder__input.error {
  background-color: #ffeceb;
}

.inputholder__input.error+.inputholder__label {
  color: #ef261c;
}

@media (any-hover: hover) {
  .inputholder__input:not(.error):not(:focus):hover {
    border-color: #e5e8f4;
    background-color: #e5e8f4;
  }
}

.inputholder__input--not-empty {
  border-color: #e5e8f4;
  background-color: #e5e8f4;
}

.inputholder__label {
  color: #111111;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  position: absolute;
  top: 17px;
  width: calc(100% - 40px);
  left: 20px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 575px) {
  .inputholder__label {
    left: 10px;
    top: 20px;
    font-size: 14px;
  }
}

.inputholder__label--fixed {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
  top: 5px;
}

.inputholder__input:focus {
  border-color: #e5e8f4;
  background-color: #e5e8f4;
}

.inputholder__input:focus+.inputholder__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
  top: 5px;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.feedback-form__main {
  max-width: 480px;
  width: 41%;
}

@media screen and (max-width: 991px) {
  .feedback-form__main {
    width: 100%;
    max-width: unset;
  }
}

.feedback-form__side {
  max-width: 564px;
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .feedback-form__side {
    width: 100%;
    margin: 0 auto;
  }
}

.feedback-form__side:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 316px;
  max-width: 527px;
  top: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/feedback-form-pattern.svg);
}

@media screen and (max-width: 991px) {
  .feedback-form__side:before {
    width: 100%;
    background-position: top center;
  }
}

.feedback-form__logo {
  margin-top: auto;
}

.feedback-form__logo img {
  display: block;
  mix-blend-mode: darken;
}

.feedback-form__image {
  position: relative;
  margin-top: 20px;
  margin-bottom: -45px;
}

.feedback-form__image--big {
  margin-right: -110px;
}

.feedback-form__image--default {
  margin-top: 75px;
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .feedback-form__image {
    margin: 0;
  }
}

.form__inputholder {
  margin-bottom: 20px;
}

.form__buttonholder {
  margin-top: 30px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .form__buttonholder {
    margin-top: 20px;
  }
}

.form__policy {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 575px) {
  .form__policy {
    margin-top: 20px;
  }
}

.policy {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}

.policy a {
  color: #005fcb;
}

@media (any-hover: hover) {
  .policy a:hover {
    color: #004798;
  }
}

.form-thanks {
  display: none;
}

.form-thanks__icon {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 30px;
}

.form-thanks__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .form-thanks__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .form-thanks__title {
    font-size: 20px;
  }
}

.form-thanks--white {
  background: #ffffff;
  border-radius: 20px;
  padding: 80px 50px;
  width: calc(100% + 50px);
  margin-top: 93px;
}

@media screen and (max-width: 1199px) {
  .form-thanks--white {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .form-thanks--white {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form-thanks--white {
    padding: 30px 20px;
  }
}

.form-thanks--modal {
  margin: 100px 0;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .form-thanks--modal {
    margin: 40px 0 0;
  }
}

.form-thanks--modal .form-thanks__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.form-thanks--modal .form-thanks__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .form-thanks--modal .form-thanks__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .form-thanks--modal .form-thanks__title {
    font-size: 22px;
  }
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 25px;
  position: relative;
  cursor: pointer;
}

.radio:not(:last-child) {
  margin-bottom: 20px;
}

.radio__input {
  display: none;
}

.radio__input:checked+.radio__title:before {
  border: 6px solid #005fcb;
}

.radio__input:checked+.radio__title:after {
  background-color: #ffffff;
}

.radio__title {
  display: block;
  padding-left: 32px;
}

.radio__title:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid #ccd1db;
  background-color: #ffffff;
  border-radius: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.radio__title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 6px;
  left: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  .radio__title:hover::after {
    background-color: #005fcb;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 20px;
  gap: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .breadcrumbs {
    margin: 10px 0 15px;
  }
}

.breadcrumbs__item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
}

.breadcrumbs__item a {
  color: #005fcb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (any-hover: hover) {
  .breadcrumbs__item a:hover {
    color: #005fcb;
  }
}

.breadcrumbs__item::before {
  content: "/";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -4px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .tags {
    gap: 8px;
  }
}

.tags--mb-0 {
  margin-bottom: 0;
}

.tags__item {
  background: #f7f7fb;
  border-radius: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  fill: transparent;
  stroke: #111111;
  min-height: 30px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .tags__item {
    padding: 6px;
  }
}

@media (any-hover: hover) {
  .tags__item:hover {
    color: #005fcb;
    background-color: #f0f7ff;
    stroke: #005fcb;
  }
}

.tags__item--close {
  color: #005fcb;
  background-color: #f0f7ff;
}

.tags__item--open {
  width: 44px;
}

.tags__item--open:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/catalog-dots.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

@media (any-hover: hover) {
  .tags__item--open:hover:before {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

.tags__item--active {
  color: #ffffff;
  background-color: #005fcb;
  stroke: #ffffff;
  pointer-events: none;
}

.tags__item-icon {
  width: 18px;
  height: 18px;
}

.tabs__content {
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tabs__content:not(.tabs__content--vis) {
  height: 0;
}

.accordion {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 30px 0;
  border-bottom: 1px solid #ccd1db;
}

@media screen and (max-width: 991px) {
  .accordion {
    padding: 20px 0;
  }
}

.accordion:first-child {
  padding-top: 0;
}

.accordion__caption {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordion__caption-text {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .accordion__caption-text {
    margin-top: 20px;
  }
}

.accordion__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .accordion__title {
    font-size: 18px;
  }
}

.accordion__toggle {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  min-height: 36px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .accordion__toggle {
    padding-right: 30px;
  }
}

@media (any-hover: hover) {
  .accordion__toggle:hover {
    color: #005fcb;
  }
}

.accordion__btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 575px) {
  .accordion__btn {
    right: 0;
  }
}

.accordion__btn:before,
.accordion__btn::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #111111;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

  .accordion__btn:before,
  .accordion__btn::after {
    width: 20px;
  }
}

@media (any-hover: hover) {

  .accordion__toggle:hover .accordion__btn:before,
  .accordion__toggle:hover .accordion__btn::after {
    background-color: #005fcb;
  }
}

.accordion__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

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

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

.contacts-person {
  display: grid;
  grid-template-columns: 190px 330px;
  grid-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .contacts-person {
    grid-template-columns: 190px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .contacts-person {
    grid-template-columns: 130px 1fr;
    grid-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .contacts-person {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px;
  }
}

.contacts-person__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}

.contacts-person__link {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #005fcb;
}

@media screen and (max-width: 991px) {
  .contacts-person__link {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .contacts-person__link {
    font-size: 22px;
  }
}

@media (any-hover: hover) {
  .contacts-person__link:hover {
    color: #004798;
  }
}

.contacts-person__name {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .contacts-person__name {
    font-size: 18px;
  }
}

.contacts-person__job {
  color: #717483;
}

@media screen and (max-width: 575px) {
  .contacts-person__pic {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
  }
}

.contacts-person__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
}

.catalog-item {
  background-color: #d7e3f1;
  border-radius: 10px;
  display: grid;
  grid-template-rows: 6fr 8fr;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #111111;
}

@media screen and (max-width: 1199px) {
  .catalog-item {
    grid-template-rows: 1fr 260px;
  }
}

@media (any-hover: hover) {
  .catalog-item:hover {
    color: #111111;
    background: #edeff3;
  }
}

@media screen and (min-width: 1200px) {

  .catalog-item--grid:nth-child(1),
  .catalog-item--grid:nth-child(6n + 6),
  .catalog-item--grid:nth-child(7n + 7) {
    grid-column: span 2;
    grid-template-columns: 4fr 5fr;
    grid-template-rows: 1fr;
  }

  .catalog-item--grid:nth-child(1) img,
  .catalog-item--grid:nth-child(6n + 6) img,
  .catalog-item--grid:nth-child(7n + 7) img {
    max-height: 464px;
  }
}

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

.catalog-item__image img {
  display: block;
  max-height: 260px;
}

@media screen and (max-width: 1199px) {
  .catalog-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.catalog-item__text {
  padding: 40px 20px 40px 40px;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .catalog-item__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-item__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .catalog-item__text {
    padding: 20px;
  }
}

.preview-item__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 59.7561%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #F7F7FB;
}
.preview-item .preview-item__pic {
  position: absolute;
  inset: 0;
}
.preview-item .preview-item__pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .preview-item__image:hover {
    background-size: auto 120%;
  }
  .preview-item__image:hover .preview-item__pic img {
    transform: scale(1.1);
  }
}

.preview-item__content {
  display: block;
  margin-top: 10px;
}

.preview-item__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .preview-item__title {
    font-size: 18px;
  }
}

.preview-item__date {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #717483;
  display: block;
}

.fancy-item {
  padding: 19px;
  border: 1px solid #e5e8f4;
  border-radius: 20px;
}

@media (any-hover: hover) {
  .fancy-item:hover {
    border-color: #005fcb;
  }
}

.fancy-item__img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .fancy-item__img {
    margin-bottom: 15px;
  }
}

.fancy-item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.work-item:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .work-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .work-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.work-item__text {
  max-width: 850px;
  margin: 0 auto 50px;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .work-item__text {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .work-item__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .work-item__text {
    margin-bottom: 30px;
  }
}

.work-item__image {
  display: block;
  width: calc(100% + 90px);
  margin-left: -45px;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 54.27536%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .work-item__image {
    padding-bottom: 65.94%;
  }
}

.work-item__image:not(:last-child) {
  margin-bottom: 30px;
}

.logo-item {
  border: 1px solid #e5e8f4;
  border-radius: 10px;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 75.28517%;
  background-color: #ffffff;
}

.logo-item--no-border {
  border: unset;
}

.logo-item--small {
  padding-bottom: 63.15789%;
}

.logo-item--delivery {
  padding-bottom: 55.55556%;
}

.logo-item--brand {
  padding-bottom: 52.66667%;
}

@media (any-hover: hover) {
  .logo-item--brand:hover {
    border-color: #005fcb;
  }
}

.logo-item--about-brand {
  padding-bottom: 54.16667%;
}

.logo-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.rent-item {
  padding: 50px 50px 71px;
  border: 1px solid #e5e8f4;
  border-radius: 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #005fcb;
}

@media screen and (max-width: 991px) {
  .rent-item {
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .rent-item:hover {
    color: #004798;
  }
}

@media (any-hover: hover) {
  .rent-item:hover {
    border-color: #004798;
  }
}

@media screen and (max-width: 991px) {
  .rent-item {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rent-item {
    padding: 30px 20px;
  }
}

.rent-item__img {
  margin-bottom: 30px;
  border-radius: 10px;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.60377%;
  background-color: #f7f7fb;
}

@media screen and (max-width: 767px) {
  .rent-item__img {
    padding-bottom: 65.94%;
    margin-bottom: 20px;
  }
}

.rent-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 380px;
  max-height: 90%;
  mix-blend-mode: darken;
}

.color-item {
  border-radius: 10px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .color-item {
    padding: 20px;
  }
}

.color-item__img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 54.84848%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.color-item__content {
  color: #ffffff;
}

.color-item__content:not(:last-child) {
  margin-bottom: 40px;
}

.color-item__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .color-item__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .color-item__title {
    font-size: 20px;
  }
}

.color-item__title:not(:last-child) {
  margin-bottom: 10px;
}

.color-item__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.action-item {
  border-radius: 10px;
}

.action-item:last-of-type:nth-child(odd) {
  grid-column: 1 / -1;
}

.action-item__link {
  display: block;
}

.action-item__top {
  max-width: 630px;
  margin: 0 auto;
}

.action-item__img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 47.61905%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.action-item__content {
  color: #ffffff;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .action-item__content {
    padding: 20px;
  }
}

.action-item__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.action-item__date:not(:last-child) {
  margin-bottom: 10px;
}

.action-item__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .action-item__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .action-item__title {
    font-size: 20px;
  }
}

.info-block {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .info-block {
    grid-template-columns: 80px 1fr;
  }
}

@media screen and (max-width: 575px) {
  .info-block {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.info-block--border {
  border: 1px solid #e5e8f4;
  grid-template-columns: 1fr;
  grid-template-rows: 90px 1fr;
  border-radius: 20px;
  padding: 50px;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

@media screen and (max-width: 991px) {
  .info-block--border {
    padding: 30px;
    grid-template-rows: 60px 1fr;
  }
}

.info-block__icon {
  background: #f7f7fb;
  border-radius: 10px;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 46px;
}

@media screen and (max-width: 991px) {
  .info-block__icon {
    width: 60px;
    height: 60px;
  }
}

.info-block__icon--big {
  width: 110px;
  height: 110px;
}

@media screen and (max-width: 991px) {
  .info-block__icon--big {
    width: 80px;
    height: 80px;
  }
}

.info-block__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  font-family: "Inter";
}

@media screen and (max-width: 991px) {
  .info-block__title {
    font-size: 18px;
  }
}

.info-block__title:not(:last-child) {
  margin-bottom: 16px;
}

.info-block__text {
  color: #717483;
}

.info-block__text--small {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}

.number-item__num {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #005fcb;
}

@media screen and (max-width: 991px) {
  .number-item__num {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .number-item__num {
    font-size: 22px;
  }
}

.number-item__num a {
  color: #005fcb;
}

@media (any-hover: hover) {
  .number-item__num a:hover {
    color: #004798;
  }
}

.article-banner {
  margin-bottom: 30px;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 44.96124%;
}

@media screen and (max-width: 767px) {
  .article-banner {
    padding-bottom: 65.94%;
  }
}

.article-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px;
}

.article-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #717483;
  text-align: center;
  margin-bottom: 30px;
}

.article-date--align-left {
  text-align: left;
}

.article-content {
  position: relative;
  margin-bottom: 30px;
}

.article-content h2,
.article-content .h2 {
  margin-bottom: 30px;
}

.article-content>* {
  /*max-width: 850px;*/
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.impprojects .article-content>* {
  max-width: unset;
}

.article-content__information {
  color: #717483;
}

.img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1032px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #717483;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .img {
    width: 100%;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.img img {
  display: block;
  border-radius: 14px;
}

.img img:not(:last-child) {
  margin-bottom: 15px;
}

.table-scroll {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: auto;
}

.table {
  width: 100%;
  min-width: 400px;
  border-collapse: collapse;
}

.table th {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  padding: 10px;
  background-color: #717483;
}

.table th:first-child {
  border-radius: 6px 0 0 0;
}

.table th:last-child {
  border-radius: 0 6px 0 0;
}

.table td {
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  border-bottom: 1px solid #ccd1db;
}

.article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.article-share ul.ya-share2__list.ya-share2__list_direction_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.article-share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 0;
}

.article-share .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/image/telegram-icon.png);
}

.article-share .ya-share2__container .ya-share2__badge {
  border-radius: 6px;
  background-color: #005fcb;
}

.article-share .ya-share2__container .ya-share2__badge .ya-share2__icon {
  height: 31px;
  width: 31px;
  background-size: 31px 31px;
}

.article-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.article-share__btn {
  height: 36px;
  width: 36px;
  background: #edeff3;
  border-radius: 6px;
  fill: transparent;
  stroke: #111111;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (any-hover: hover) {
  .article-share__btn:hover {
    stroke: #005fcb;
  }
}

.article-share__btn--copy {
  stroke: #ffffff;
  background: #005fcb;
  pointer-events: none;
}

.article-share__btn-icon {
  width: 30px;
  height: 30px;
}

.brands-list__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .brands-list__nav {
    margin-bottom: 30px;
  }
}

.brands-list__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  padding: 7px 12px;
  height: 36px;
  min-width: 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

@media (any-hover: hover) {
  .brands-list__nav-item:hover {
    background: #edeff3;
    color: #111111;
  }
}

.brands-list__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
}

@media screen and (max-width: 1280px) {
  .brands-list__item {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .brands-list__item {
    grid-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .brands-list__item {
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.brands-list__item:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ccd1db;
}

@media screen and (max-width: 575px) {
  .brands-list__item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.brands-list__letter {
  font-family: "Inter";
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  color: #717483;
  display: block;
}

@media screen and (max-width: 991px) {
  .brands-list__letter {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .brands-list__letter {
    font-size: 22px;
  }
}

.brands-list__brand {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.slider-default {
  position: relative;
}

@media screen and (max-width: 767px) {
  .slider-default {
    padding-top: 45px;
  }
}

.slider-default__container {
  padding: 0 20px;
  margin: 0 -20px;
}

.slider-default__container--no-overflow {
  overflow: unset;
}

.slider-default .swiper-slide {
  height: auto;
}

.slider-default__arrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0;
  stroke: #111111;
  fill: transparent;
  -webkit-box-shadow: 0px 8px 16px 0px #00000014, 0px 0px 4px 0px #0000000a;
  box-shadow: 0px 8px 16px 0px #00000014, 0px 0px 4px 0px #0000000a;
}

@media screen and (max-width: 767px) {
  .slider-default__arrow {
    width: 36px;
    height: 36px;
  }
}

@media (any-hover: hover) {
  .slider-default__arrow:hover {
    background-color: #005fcb;
    stroke: #ffffff;
  }
}

.slider-default__arrow::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider-default__arrow {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0;
    margin: 0;
  }
}

.slider-default__arrow-icon {
  width: 24px;
  height: 24px;
}

.slider-default__arrow--next {
  right: -20px;
}

@media screen and (max-width: 1280px) {
  .slider-default__arrow--next {
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .slider-default__arrow--next {
    right: 0;
  }
}

.slider-default__arrow--prev {
  left: -20px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}

@media screen and (max-width: 1280px) {
  .slider-default__arrow--prev {
    left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .slider-default__arrow--prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 50px;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .slider-default__arrow--product {
    top: 37%;
  }
}

.slider-default__arrow.swiper-button-disabled {
  stroke: #ccd1db;
  opacity: 1;
}

.product {
  position: relative;
}

@media (any-hover: hover) {
  .product--has-choose .product__top {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04),
      0px 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04),
      0px 8px 16px rgba(0, 0, 0, 0.08);
  }

  .product--has-choose .product__icons {
    opacity: 1;
  }
}

.product__top {
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  .product__top {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 108.66667%;
    overflow: hidden;
  }

  .product:hover .product__top {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04),
      0px 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04),
      0px 8px 16px rgba(0, 0, 0, 0.08);
  }
}

.product__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 108.66667%;
  border-radius: 10px;
  background-color: #f7f7fb;
  width: 100%;
  margin-bottom: 15px;
}

.product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  mix-blend-mode: darken;
}

.product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 90px);
}

@media screen and (max-width: 575px) {
  .product__labels {
    top: 15px;
    left: 15px;
  }
}

.product__labels-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #004798;
  border: 1px solid #004798;
  border-radius: 26px;
  padding: 3px 7px;
}

@media (any-hover: hover) {
  .product__btn {
    position: absolute;
    bottom: -100%;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .product:hover .product__btn {
    bottom: 20px;
  }
}

.product__line-btn {
  display: none;
}

.product__icons {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 575px) {
  .product__icons {
    top: 15px;
    right: 15px;
  }
}

@media (any-hover: hover) {
  .product__icons {
    opacity: 0;
  }

  .product:hover .product__icons {
    opacity: 1;
    z-index: 2;
  }
}

.product__icons-item {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 575px) {
  .product__icons-item {
    width: 36px;
    height: 36px;
  }
}

.product__icons-item:not(:last-child) {
  margin-bottom: 10px;
}

.product__info {
  padding: 0 20px 20px;
}

@media screen and (max-width: 1199px) {
  .product__info {
    padding: 0;
  }
}

.product__caption {
  display: none;
}

.product__title {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}

.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.product__current-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .product__current-price {
    font-size: 18px;
  }
}

.product__sale {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  color: #ef261c;
}

@media screen and (max-width: 767px) {
  .product__sale {
    font-size: 16px;
  }
}

.product__old-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product {
    position: relative;
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  [data-view-list="line"] .product {
    grid-template-columns: 180px 1fr;
    grid-gap: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 575px) {
  [data-view-list="line"] .product {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product__top {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (any-hover: hover) {
  [data-view-list="line"] .product__top {
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product__image {
    margin-bottom: 0;
    padding-bottom: 100%;
  }

  [data-view-list="line"] .product__labels {
    position: unset;
    margin: 4px 0 6px;
    width: 100%;
  }

  [data-view-list="line"] .product__labels-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    padding: 4px 14px;
  }

  [data-view-list="line"] .product__btn {
    display: none;
  }

  [data-view-list="line"] .product__line-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  [data-view-list="line"] .product__icons {
    position: unset;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 575px) {
  [data-view-list="line"] .product__icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product__icons-item {
    margin-bottom: 0;
  }

  [data-view-list="line"] .product__info {
    padding: 0 0 20px;
    display: grid;
    grid-template-columns: 5fr 4fr;
    grid-gap: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  [data-view-list="line"] .product__info {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    grid-gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product__info-col {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  [data-view-list="line"] .product__info-col--second {
    grid-column-start: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [data-view-list="line"] .product__prices {
    margin: auto 0 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 575px) {
  [data-view-list="line"] .product__prices {
    margin: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product__caption {
    display: block;
    margin-top: 20px;
  }

  [data-view-list="line"] .product__title {
    font-family: "Inter";
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  [data-view-list="line"] .product__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  [data-view-list="line"] .product__prices {
    margin-bottom: 30px;
  }
}

.banner-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .banner-slide {
    grid-template-columns: 5fr 3fr;
    grid-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .banner-slide {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    border-radius: 5px;
    height: 100%;
  }
}

.banner-slide__content {
  padding: 60px 0 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .banner-slide__content {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .banner-slide__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 20px 20px;
  }
}

.banner-slide__content>* {
  color: #ffffff;
}

.banner-slide__title,
.banner-slide h1,
.banner-slide .h1 {
  color: #ffffff;
  font-family: "Roboto Flex";
}

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

@media screen and (max-width: 575px) {
  .banner-slide__col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.banner-slide__col-img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 80.76923%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0 10px 10px 0;
  width: 100%;
}

.banner-slide__link {
  display: block;
  margin-top: auto;
}

.catalog-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 30px;
}

@media screen and (max-width: 1199px) {
  .catalog-grid {
    grid-template-columns: 280px 1fr;
  }
}

@media screen and (max-width: 991px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }
}

.catalog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}

.catalog-controls__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.catalog-controls__item-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #717483;
}

.catalog-controls__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
}

.catalog-categories:not(:last-child) {
  margin-bottom: 30px;
}

.catalog-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .catalog-categories__list {
    gap: 10px;
  }
}

.catalog-categories__dropdown {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 991px) {
  .catalog-categories__dropdown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.catalog-categories__dropdown-caption {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.catalog-categories__dropdown-caption-text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .catalog-categories__dropdown-caption-text {
    margin-top: 10px;
  }
}

.catalog-categories__dropdown-toggle {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #717483;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  min-height: 24px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: transparent;
  stroke: #111111;
}

@media (any-hover: hover) {
  .catalog-categories__dropdown-toggle:hover {
    color: #005fcb;
    stroke: #005fcb;
  }
}

.catalog-categories__dropdown-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1, -1);
  -ms-transform: translate(0, -50%) scale(1, -1);
  transform: translate(0, -50%) scale(1, -1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.catalog-categories__dropdown-btn.active {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.catalog-categories__dropdown-icon {
  width: 24px;
  height: 24px;
}

.filter__btn {
  display: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  .filter__btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .filter__btn {
    display: block;
  }
}

.filter__close {
  display: none;
}

@media screen and (max-width: 991px) {
  .filter__close {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .filter__holder {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 16;
    padding: 50px 20px 20px 20px;
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .filter__holder {
    padding-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .filter__body {
    max-width: 300px;
    margin: 0 auto;
    overflow: auto;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .catalog-views {
    display: none;
  }
}

.catalog-views__btn {
  fill: transparent;
  stroke: #111111;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (any-hover: hover) {
  .catalog-views__btn:hover {
    stroke: #005fcb;
  }
}

.catalog-views__btn--active {
  stroke: #005fcb;
}

.catalog-views__btn-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.sticky {
  position: relative;
}

.sticky__element--fix {
  position: fixed;
  top: 0;
}

.sticky__element--absolute {
  position: absolute;
  bottom: 0px;
}

.basket-item {
  display: grid;
  grid-template-columns: 160px 7fr 131px 5fr;
  grid-gap: 25px;
}

@media screen and (max-width: 1199px) {
  .basket-item {
    grid-template-columns: 110px 7fr 131px 5fr;
  }
}

@media screen and (max-width: 767px) {
  .basket-item {
    grid-template-columns: 1fr 3fr;
  }
}

@media screen and (max-width: 575px) {
  .basket-item {
    grid-template-columns: 2fr 3fr;
    grid-gap: 15px;
  }
}

.basket-item:not(:last-child) {
  margin-bottom: 30px;
}

.basket-item__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.basket-item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.basket-item__title:not(:first-child) {
  margin-top: 6px;
}

.basket-item__title:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .basket-item__title:not(:last-child) {
    margin-bottom: 10px;
  }
}

.basket-item__counter {
  padding-top: 23px;
}

@media screen and (max-width: 575px) {
  .basket-item__counter {
    padding-top: 0;
    grid-column: 1 / -1;
    grid-row-start: 3;
  }
}

.basket-item__counter-price {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #717483;
}

@media screen and (max-width: 575px) {
  .basket-item__price {
    grid-column: 1 / -1;
    grid-row-start: 2;
  }
}

.basket-item__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 23px;
}

@media screen and (max-width: 767px) {
  .basket-item__prices {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .basket-item__prices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
}

.basket-item__current-price {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  display: block;
}

@media screen and (max-width: 991px) {
  .basket-item__current-price {
    font-size: 18px;
  }
}

.basket-item__sale {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  display: block;
  color: #005fcb;
}

.basket-item__old-price {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  display: block;
  color: #717483;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.basket-item__btn {
  color: #005fcb;
  margin-top: 5px;
}

@media (any-hover: hover) {
  .basket-item__btn:hover {
    color: #004798;
  }
}

@media screen and (max-width: 575px) {
  .basket-item__btn {
    padding: 0;
    min-height: unset;
    margin-top: 10px;
  }
}

@media (any-hover: hover) {
  .basket-item__btn {
    opacity: 0;
  }

  .basket-item:hover .basket-item__btn {
    opacity: 1;
  }
}

.item-quant {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  grid-gap: 6px;
}

@media (max-width: 815px) and (min-width: 577px) {
  .basket-item__counter .item-quant {
    grid-template-columns: 36px 36px 36px;
  }

  .basket .basket-item__counter .item-quant {
    flex: 0 0 100%;
  }
}

.item-quant__btn {
  width: 36px;
  height: 36px;
  background: #f7f7fb;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  fill: transparent;
  stroke: #111111;
}

@media (any-hover: hover) {
  .item-quant__btn:hover {
    stroke: #005fcb;
  }
}

.item-quant__btn-icon {
  width: 36px;
  height: 36px;
}

.item-quant__btn--disabled {
  pointer-events: none;
  stroke: #717483;
}

.item-quant__input {
  border: transparent;
  width: 100%;
  height: 36px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #111111;
}

.compare-list {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .compare-list--main {
    display: none;
  }
}

.compare-list__item {
  padding: 16px 10px;
  border-bottom: 1px solid #ccd1db;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 575px) {
  .compare-list__item {
    padding: 10px;
  }
}

.compare-list__item-char {
  color: #717483;
}

.compare-list__item-char--mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .compare-list__item-char--mobile {
    display: block;
  }
}

@media (any-hover: hover) {
  .compare-list__item.hover {
    background: #f7f7fb;
  }
}

.compare-list__item--slide {
  padding: 16px 0;
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .compare-list__item--slide {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .compare-list__item--slide {
    padding: 10px 0 10px 10px;
  }
}

.compare-list__item--slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccd1db;
  bottom: -1px;
  right: 0;
}

.footer {
  padding: 40px 0 20px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .footer {
    padding: 30px 0 60px;
  }
}

.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  max-width: 1376px;
  background-color: #ccd1db;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.footer__top {
  color: #717483;
}

.footer__top:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer__top:not(:last-child) {
    margin-bottom: 30px;
  }
}

.footer__middle {
  color: #717483;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.footer__middle:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .footer__middle:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .footer__menu--middle {
    grid-column: 1 / -1;
  }
}

.footer__menu-title {
  display: block;
  margin-bottom: 17px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__menu-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-gap: 15px 50px;
}

@media screen and (max-width: 991px) {
  .footer__menu-row {
    grid-gap: 15px 30px;
  }
}

.footer__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

.footer__list-link {
  color: #717483;
}

@media (any-hover: hover) {
  .footer__list-link:hover {
    color: #005fcb;
  }
}

.footer__info {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}

.footer__info a {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #005fcb;
}

@media screen and (max-width: 991px) {
  .footer__info a {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer__info a {
    font-size: 20px;
  }
}

@media (any-hover: hover) {
  .footer__info a:hover {
    color: #004798;
  }
}

.footer__logo {
  max-width: 230px;
  margin-bottom: 30px;
  display: block;
}

.footer__logo img {
  display: block;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer__policy {
  color: #005fcb;
}

@media (any-hover: hover) {
  .footer__policy:hover {
    color: #004798;
  }
}

.modal {
  position: fixed;
  width: 90%;
  height: auto;
  max-width: 370px;
  max-height: 90%;
  z-index: 16;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: none;
  border-radius: 14px;
  padding: 20px;
}

.modal--big {
  max-width: 479px;
  padding: 40px;
}

@media screen and (min-width: 576px) {
  .modal--big .close {
    top: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .modal {
    max-width: unset;
    width: 100%;
    height: 100%;
    max-height: unset;
    border-radius: 0;
    padding: 35px 20px;
  }
}

.modal__title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #717483;
  max-width: calc(100% - 35px);
}

@media screen and (max-width: 991px) {
  .modal__title {
    font-size: 18px;
  }
}

.modal__title--black {
  color: #111111;
}

.modal__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}

.modal__content {
  overflow: auto;
  max-height: calc(90vh - 40px);
}

.modal__content::-webkit-scrollbar {
  width: 8px;
  background-color: #edeff3;
}

.modal__content::-webkit-scrollbar-thumb {
  background-color: #005fcb;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .modal__content {
    max-height: calc(100vh - 70px);
  }
}

.modal__choosen {
  background: #f7f7fb;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .modal__choosen {
    grid-template-columns: 90px 1fr;
  }
}

.modal__choosen-img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.modal__choosen-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
  display: block;
}

.modal__choosen-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

.modal__btns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.close {
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .close {
    top: 4px;
    right: 4px;
  }
}

.close:before,
.close::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #111111;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

@media (any-hover: hover) {

  .close:hover:before,
  .close:hover::after {
    background-color: #005fcb;
  }
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 116, 131, 0.3);
  z-index: 15;
}

.arrow-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  position: relative;
  fill: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.arrow-link--white {
  stroke: #ffffff;
  color: #ffffff;
}

@media (any-hover: hover) {
  .arrow-link--white:hover {
    color: #ccd1db;
    stroke: #ccd1db;
  }
}

.arrow-link--black {
  stroke: #111111;
  color: #111111;
}

@media (any-hover: hover) {
  .arrow-link--black:hover {
    color: #005fcb;
    stroke: #005fcb;
  }
}

.arrow-link__icon {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 575px) {
  .arrow-link__icon {
    width: 13px;
    height: 13px;
  }
}

.undefined-page {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .undefined-page {
    background-size: 135% 100%;
  }
}

@media screen and (max-width: 767px) {
  .undefined-page:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f7f7fb;
    opacity: 0.5;
  }
}

.undefined-page__text {
  max-width: 506px;
  width: 100%;
  padding: 88px 0 88px 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .undefined-page__text {
    padding: 50px;
  }
}

@media screen and (max-width: 575px) {
  .undefined-page__text {
    padding: 40px 30px;
    max-width: unset;
  }
}

.undefined-page__img {
  margin-bottom: 50px;
  display: block;
}

@media screen and (max-width: 767px) {
  .undefined-page__img {
    margin-bottom: 30px;
  }
}

.about-banner {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 55.65217%;
}

@media screen and (max-width: 767px) {
  .about-banner {
    padding-bottom: 65.94%;
  }
}

.about-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .about-grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.about-grid__numbers {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}

@media screen and (max-width: 767px) {
  .about-grid__numbers {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}

@media screen and (max-width: 575px) {
  .about-grid__numbers {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.compare-grid {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .compare-grid {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .compare-grid--float {
    grid-gap: 0;
  }
}

.compare-grid__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare-float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid #ccd1db;
}

.compare-float .compare-grid {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .compare-float-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 575px) {
  .compare-float-slider__slide {
    width: 70%;
    padding-left: 10px;
  }
}

.float-product {
  border-radius: 10px;
  padding: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 15px;
}

@media (any-hover: hover) {
  .float-product:hover {
    background: #f7f7fb;
  }
}

@media screen and (max-width: 1199px) {
  .float-product {
    grid-template-columns: 48px 1fr;
  }
}

@media screen and (max-width: 991px) {
  .float-product {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .float-product {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.float-product__image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.float-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .float-product__image {
    display: none;
  }
}

.float-product__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: block;
  margin-bottom: 5px;
}

.float-product__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  display: block;
}

.compare-toggle {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .compare-toggle {
    margin-bottom: 30px;
  }
}

.compare-slider {
  margin-left: -30px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .compare-slider {
    margin-left: -15px;
  }
}

@media screen and (max-width: 575px) {
  .compare-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.compare-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 575px) {
  .compare-slider__slide {
    width: 70%;
  }
}

.compare-slider__slide .product {
  margin-bottom: 40px;
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .compare-slider__slide .product {
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .compare-slider__slide .product {
    margin-left: 10px;
  }
}

.dealers-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

@media screen and (max-width: 991px) {
  .dealers-info {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .dealers-info {
    grid-gap: 30px;
  }
}

.dealers-numbers {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
}

@media screen and (max-width: 991px) {
  .dealers-numbers {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .dealers-numbers {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.contacts-item {
  color: #717483;
}

.contacts-item a {
  color: #005fcb;
}

@media (any-hover: hover) {
  .contacts-item a:hover {
    color: #004798;
  }
}

.contacts-item>*:first-child {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #005fcb;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .contacts-item>*:first-child {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-item>*:first-child {
    font-size: 20px;
  }
}

.contacts-item>*:not(.social):first-child {
  display: block;
}

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

.social__item {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .social__item {
    width: 40px;
    height: 40px;
  }
}

.requisites-list__item {
  display: block;
}

.requisites-list__item:not(:last-child) {
  margin-bottom: 11px;
}

.requisites-list__item span {
  color: #717483;
  margin-right: 20px;
}

.map {
  position: relative;
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 40%;
}

@media screen and (max-width: 575px) {
  .map {
    padding-bottom: 0;
    height: 300px;
  }
}

.map__holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map--no-touch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.contacts-map {
  position: relative;
}

.contacts-address {
  z-index: 2;
  left: 30px;
  top: 50px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  max-width: 395px;
  width: 100%;
}

.tabs__content--vis .contacts-address {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .tabs__content--vis .contacts-address {
    position: static;
    border: 1px solid #e5e8f4;
    margin-bottom: 20px;
    max-width: unset;
  }
}

.contacts-address__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #717483;
  margin-bottom: 15px;
}

.contacts-address__address {
  margin-bottom: 34px;
}

.contacts-address__address--mod {
  margin-bottom: 10px;
}

.contacts-address__stars {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .contacts-address__address {
    margin-bottom: 15px;
  }
}

.contacts-address__link {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  display: block;
  margin-bottom: 16px;
  color: #005fcb;
}

@media screen and (max-width: 991px) {
  .contacts-address__link {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-address__link {
    font-size: 20px;
  }
}

@media (any-hover: hover) {
  .contacts-address__link:hover {
    color: #004798;
  }
}

.contacts-address__work {
  color: #717483;
}

.reviews-holder>div {
  max-width: 414px !important;
  width: 100% !important;
  height: 591px !important;
  margin: 0 auto;
}

.card {
  display: grid;
  grid-template-columns: calc(60% - 74px) 1fr;
  grid-gap: 50px;
}

@media screen and (max-width: 991px) {
  .card {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .card {
    grid-gap: 30px;
  }
}

.card__sliders {
  display: grid;
  grid-template-columns: 80px calc(100% - 100px);
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-start: 1;
  position: relative;
}

@media screen and (max-width: 991px) {
  .card__sliders {
    grid-row: 1;
  }
}

@media screen and (max-width: 575px) {
  .card__sliders {
    grid-template-columns: 100%;
  }
}

.card__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(100% - 90px);
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .card__labels {
    top: 0;
    right: 0;
  }
}

.card__labels-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #004798;
  border: 1px solid #004798;
  border-radius: 26px;
  padding: 5px 15px;
}

.card__caption {
  grid-column-start: 1;
}

@media screen and (max-width: 991px) {
  .card__caption {
    grid-row: 3;
  }
}

.card__thumbs-slider {
  padding: 35px 0;
}

@media screen and (max-width: 575px) {
  .card__thumbs-slider {
    grid-row-start: 2;
    padding: 25px 0 0;
  }
}

.card__thumbs-slider .swiper {
  max-height: 530px;
  height: 100%;
}

.card__thumbs-slider-slide {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
}

@media (any-hover: hover) {
  .card__thumbs-slider-slide:hover {
    border-color: #ccd1db;
  }
}

.card__thumbs-slider .swiper-slide-thumb-active {
  background-color: #f7f7fb;
  border-color: #ccd1db;
}

.card__thumbs-slider-item {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
  border-radius: 6px;
}

.card__thumbs-slider-arrow {
  border: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 576px) {
  .card__thumbs-slider-arrow {
    left: 50%;
  }
}

@media (any-hover: hover) {
  .card__thumbs-slider-arrow:hover {
    background-color: #ffffff;
    stroke: #005fcb;
  }
}

@media screen and (min-width: 576px) {
  .card__thumbs-slider-arrow--prev {
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(90deg) scale(-1, 1);
    -ms-transform: translate(-50%, 0) rotate(90deg) scale(-1, 1);
    transform: translate(-50%, 0) rotate(90deg) scale(-1, 1);
  }
}

@media screen and (min-width: 576px) {
  .card__thumbs-slider-arrow--next {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.card__main-slider {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .card__main-slider {
    grid-row-start: 1;
  }
}

.card__main-slider-slide {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.card__main-slider-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__action {
  background: #edeff3;
  border-radius: 10px;
  padding: 30px;
}

.card__action-small {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: #717483;
}

.card__action-small:not(:last-child) {
  margin-bottom: 10px;
}

.card__action-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #005fcb;
  display: block;
}

@media screen and (max-width: 991px) {
  .card__action-title {
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .card__action-title:hover {
    color: #004798;
  }
}

.card__action-title:not(:last-child) {
  margin-bottom: 20px;
}

.card__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  display: block;
}

@media screen and (max-width: 767px) {
  .card__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .card__title {
    font-size: 22px;
  }
}

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

@media screen and (max-width: 991px) {
  .card__title {
    display: none;
  }
}

.card__float {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media screen and (max-width: 575px) {
  .card__float {
    grid-gap: 20px;
  }
}

.card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.card__current-price {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  display: block;
}

@media screen and (max-width: 991px) {
  .card__current-price {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  .card__current-price {
    font-size: 22px;
  }
}

.card__sale {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  display: block;
  color: #ef261c;
}

@media screen and (max-width: 991px) {
  .card__sale {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .card__sale {
    font-size: 20px;
  }
}

.card__old-price {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  display: block;
  color: #717483;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

@media screen and (max-width: 767px) {
  .card__old-price {
    font-size: 16px;
  }
}

.card__btns {
  display: grid;
  grid-template-columns: 268px 1fr;
  grid-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) and (min-width: 961px) {
  .card__btns {
    grid-template-columns: auto;
  }
}

.card__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .card__icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.card__icons-item {
  width: 30px;
  height: 30px;
}

.card__logo-img {
  display: block;
}

.card__side {
  grid-row: 1 / -1;
  grid-column-start: 2;
}

@media screen and (max-width: 991px) {
  .card__side {
    grid-row: 2;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 575px) {
  .card__btn--fix {
    position: fixed;
    bottom: 60px;
    top: auto;
    width: calc(100% - 40px);
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    z-index: 4;
  }
}

.caption-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #ccd1db;
}

.caption-item:not(:last-child) {
  margin-bottom: 10px;
}

.caption-item__title {
  color: #717483;
}

.caption-item__text {
  text-align: right;
}

.basket {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 30px;
}

@media screen and (max-width: 991px) {
  .basket {
    grid-template-columns: 1fr;
  }
}

.result-block {
  background: #f7f7fb;
  border-radius: 20px;
  padding: 30px;
}

.result-block__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  color: #717483;
  margin-bottom: 12px;
}

.result-block__line--big {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #111111;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .result-block__line--big {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .result-block__line--big {
    font-size: 20px;
  }
}

.result-block__btn {
  margin-top: 30px;
}

.about-brand {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-gap: 50px;
  background: #f7f7fb;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about-brand {
    grid-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-brand {
    grid-template-columns: 180px 1fr;
  }
}

@media screen and (max-width: 575px) {
  .about-brand {
    grid-template-columns: 1fr;
  }
}

.about-brand:not(:last-child) {
  margin-bottom: 20px;
}

.about-brand__text {
  width: 100%;
}

.action-banner {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 23.79845%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .action-banner {
    padding-bottom: 55.79845%;
  }
}

.action-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.attention {
  background-color: #ffe491;
  border-radius: 6px;
  padding: 8px 14px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .attention {
    font-size: 18px;
  }
}

.about-caption {
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 30px;
}

.about-caption .about-caption__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-caption .about-caption__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
  color: #fff;
}

.about-caption .about-caption__description {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
}

.about-caption .about-caption__description p {
  margin: 0;
}

.about-caption .about-caption__col--full {
  width: 100%;
  grid-column: 2 span;
}

@media screen and (max-width: 767px) {
  .about-caption .about-caption__info {
    gap: 20px;
  }

  .about-caption .about-caption__description {
    gap: 20px;
    font-size: 16px;
  }

  .about-caption {
    grid-template-columns: 1fr;
  }

  .about-caption .about-caption__col--link {
    grid-column: 2 span;
    grid-row: 3;
  }
}

.about-caption:not(:last-child) {
  margin-bottom: 40px;
}

.about-caption__link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fancy-video {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 37.51938%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

@media screen and (max-width: 575px) {
  .fancy-video {
    padding-bottom: 65%;
  }
}

.fancy-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(24, 24, 24, 0.4)),
      to(rgba(24, 24, 24, 0.4)));
  background: -o-linear-gradient(bottom,
      rgba(24, 24, 24, 0.4),
      rgba(24, 24, 24, 0.4));
  background: linear-gradient(0deg,
      rgba(24, 24, 24, 0.4),
      rgba(24, 24, 24, 0.4));
}

.fancy-video:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/video-btn.svg);
}

@media screen and (max-width: 767px) {
  .fancy-video:after {
    width: 70px;
    height: 70px;
  }
}

.select-generator {
  background: #f7f7fb;
  border-radius: 10px;
  padding: 40px 50px;
}

@media screen and (max-width: 1199px) {
  .select-generator {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .select-generator {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .select-generator {
    padding: 20px;
  }
}

.select-generator__nav {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04),
    0px 4px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  margin-bottom: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .select-generator__nav {
    gap: 15px;
  }
}

@media screen and (max-width: 991px) {
  .select-generator__nav {
    border-radius: 10px;
  }
}

@media screen and (max-width: 575px) {
  .select-generator__nav {
    gap: 10px;
    margin-bottom: 20px;
  }
}

.select-generator__nav-item {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 8px 16px;
  color: #717483;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .select-generator__nav-item {
    padding: 4px 8px;
  }
}

@media (any-hover: hover) {
  .select-generator__nav-item:hover {
    background: #f7f7fb;
    border: 1px solid #f7f7fb;
  }
}

.select-generator__nav-item.active {
  border-color: #ef261c;
  color: #ef261c;
  background-color: #ffffff;
}

.select-generator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}

@media screen and (max-width: 767px) {
  .select-generator__list {
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  .select-generator__list {
    gap: 15px;
  }
}

.select-generator__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #717483;
  border-bottom: 1px dashed #717483;
  display: block;
  padding-bottom: 2px;
}

@media screen and (max-width: 575px) {
  .select-generator__link {
    font-size: 15px;
  }
}

@media (any-hover: hover) {
  .select-generator__link:hover {
    color: #111111;
    border-color: #111111;
  }
}

@media screen and (max-width: 767px) {
  .banner-slider {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-slider__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .banner-slider__arrow.slider-default__arrow--prev {
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    -ms-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
    left: -18px;
  }

  .banner-slider__arrow.slider-default__arrow--next {
    right: -18px;
  }
}

/*# sourceMappingURL=style.css.map */
.card__btn--one_click {
  border: 1px solid #005fcb;
  color: #005fcb;
}

.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  width: 100%;
}

.tab button {
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  margin-right: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product_selection .tabcontent {
  padding: 0px;
}

.product_selection .bx-filter.bx-blue .bx-filter-section {
  border-radius: 10px;
}

.product_selection .bx-filter-button-box .bx-filter-parameters-box-container input {
  margin-left: 20px;
}

.product_selection form.smartfilter .col-xs-offset-1 {
  margin-left: 10px;
  padding-right: 35px;
}

/*.product_selection
  form.smartfilter
  > .row
  > div.col-sm-6.bx-filter-parameters-box:first-child {
  width: 100%;
}*/
.product_selection .tab button {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 50px;
  background-color: unset;
  float: unset;
  padding: unset;
  border-radius: unset;
}

.product_selection .tab {
  border-bottom: 1px solid #005FCB;
  padding-bottom: 15px;
  margin-bottom: 60px;
  padding-left: 15px;
}

.product_selection .tab button:hover,
.product_selection .tab button.active {
  color: #005fcb;
  background-color: unset;
}

.product_selection .bx-filter .bx-filter-section {
  padding: 40px;
}

.product_selection .bx-filter .bx-filter-parameters-box {
  margin-bottom: 30px;
}

.product_selection .bx-filter .bx-filter-parameters-box-title span {
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: #717483;
}

.product_selection .bx-filter .bx-filter-block {
  display: block;
}

.product_selection .bx-filter .bx-filter-parameters-box-title span i {
  display: none;
}

.product_selection .bx-filter .bx-filter-block {
  position: relative;

  &[data-state="active"] {
    .select {
      &::before {
        transform: translate(-3px, -50%) rotate(-45deg);
      }

      &::after {
        transform: translate(3px, -50%) rotate(45deg);
      }

      border-bottom: none;
    }

    .row.bx-filter-parameters-box-container {
      display: flex;
    }
  }
}

/*.product_selection .bx-filter-block .row.bx-filter-parameters-box-container {
  position: absolute;
  top: 100%;
  left: 15px;


  flex-direction: column;
  width: 100%;

  background-color: #ffffff;

  border: 1px solid #E8E8E8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
  transition: all 0.3s ease-out;

  display: none;
  z-index: 8;
}
.product_selection .bx-filter-block.visible .row.bx-filter-parameters-box-container {
  display: flex;
  flex-direction: unset;
  border: unset;
  border: unset;
  background: unset;
  flex-wrap: wrap;
  position: unset;
}*/

.product_selection .bx-filter .bx-filter-block select {
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px 15px;

  font-family: Roboto Flex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #717483;

  border-radius: 5px;
  border: 1px solid #E8E8E8;

  cursor: pointer;

  &::before,
  &::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 16px;

    display: block;
    width: 10px;
    height: 2px;

    transition: all 0.3s ease-out;

    background-color: #333333;

    transform: translate(-3px, -50%) rotate(45deg);
  }

  &::after {
    transform: translate(3px, -50%) rotate(-45deg);
  }

  &:hover {


    &::before,
    &::after {
      background-color: #005FCB;
    }
  }
}

.product_selection .bx-filter .checkbox {
  width: 100%;
  padding: 7px 15px;
}

.product_selection .bx-filter .checkbox:hover {
  background: #81B9FB;

}

.product_selection .bx-filter .checkbox .bx-filter-param-label span.bx-filter-param-text,
.product_selection .bx-filter .customSelect {
  font-family: Roboto Flex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  padding: 7px 15px;
}

.product_selection .bx-filter .checkbox .bx-filter-param-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.product_selection .bx-filter .bx-filter-parameters-box-container-block {
  display: flex;
  justify-content: space-between;
  font-family: Roboto Flex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #717483;
  align-items: center;
}

.product_selection .bx-filter .bx-filter-parameters-box-container-block i {
  font-style: normal;

}

.product_selection .bx-filter .bx-filter-parameters-box-container-block .bx-filter-input-container {
  width: 70%;
}

.product_selection .bx-filter .bx-filter-parameters-box-container-block .bx-filter-input-container input {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.product_selection .bx-filter .bx-filter-button-box {
  padding: 0px;
}

.product_selection .bx-filter .bx-filter-button-box input[name="set_filter"] {
  background: #005FCB;
  border-radius: 5px;
  margin: 0px;
  width: 100%;
  font-family: Roboto Flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: #fff;

}

.product_selection .bx-filter .bx-filter-button-box input[name="del_filter"] {
  border: 1px solid #005FCB;
  border-radius: 5px;
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: center;
  color: #000;
  width: 100%;
  margin-left: 0px;
}

.product_selection .bx-filter .bx-filter-button-box input[name="del_filter"]:hover {
  text-decoration: unset;
}

.product_selection .bx-filter .bx-filter-parameters-box-title span:hover {
  border: unset;
}

.product_selection .bx-filter .customSelectorTitle .icon {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.product_selection .customSelectorTitle {
  background-color: #fff;
  border: 1px solid #eee;
  -ms-align-items: center;
  align-items: center;
  padding-left: 12px;
  font-size: 13px;
  max-width: 100%;
  line-height: 50px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  height: 50px;
  position: relative;
}

.product_selection .customSelectorTitle:first-letter {
  text-transform: uppercase;
}

.product_selection .customSelectorTitle .icon {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(0);
}

.product_selection .customSelectorTitle.active .icon {
  transform: rotate(180deg);
}

.product_selection .customSelect {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}

.product_selection .customSelect.disabled {
  color: #fff;
  background-color: #e3e3e3;
}

.product_selection .customSelect:hover {
  background-color: #e3e3e3;
}

.product_selection .customSelect input {
  display: none;
}

.product_selection .customSelector {
  position: relative;
}

.product_selection .customSelectorOptions {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #eee;
  display: none;
  z-index: 90;
  font-size: 16px;
}

.tab button:hover {
  background-color: #005fcb;
  color: #fff;
}

.tab button.active {
  background-color: #005fcb;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}

.footer__social_link {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 40px;
}

.footer__social_link>div {
  margin-left: 20px;
}

.visa {
  width: 64px;
  height: 34px;
  background: url(/bitrix/templates/bakaut/img/image/visa.png) no-repeat center center;
}

.sberbank {
  width: 104px;
  height: 34px;
  background: url(/bitrix/templates/bakaut/img/image/sberbank.png) no-repeat center center;
}

.mastercard {
  width: 64px;
  height: 34px;
  background: url(/bitrix/templates/bakaut/img/image/mastercard.png) no-repeat center center;
}

.mir {
  width: 64px;
  height: 34px;
  background: url(/bitrix/templates/bakaut/img/image/mir.png) no-repeat center center;
}

.alfabank {
  width: 64px;
  height: 34px;
  background: url(/bitrix/templates/bakaut/img/image/alfabank.png) no-repeat center center;
}

.umoney {
  width: 73px;
  height: 34px;
  background: url(/bitrix/templates/bakaut/img/image/umoney.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .footer__social_link {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer__social_link>div {
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.list__item {
  margin-bottom: 20px;
}

.list__item span {
  display: block;
}

.list__item h2 {
  margin-bottom: 15px;
}

.catalog_description {
  margin-top: 25px;
}

.banner-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
}

.banner-custom .banner-title {
  font-family: Roboto Flex, sant-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px;
  text-align: left;
}

.banner-text-top {
  font-family: Roboto Flex, sant-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  text-align: left;
}

.banner-text-gr {
  font-family: Roboto Flex, sant-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  padding: 10px 20px 10px 20px;
  background: #ffffff1a;
  border-radius: 10px;
}

.banner-btn-block {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.banner-btn {
  background: #ef261c;
  padding: 10px 20px 10px 20px;
  font-family: Roboto Flex, sant-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 18.75px;
  text-align: center;
  border-radius: 10px;
  min-width: 137px;
}

.banner-btn:hover {
  cursor: pointer;
}

.banner-btn-text {
  font-family: Roboto Flex, sant-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  max-width: 246px;
}

@media screen and (max-width: 768px) {
  .banner-text-gr {
    display: none;
  }

  .banner-custom .banner-title {
    font-size: 36px;
  }

  .banner-text-top {
    font-size: 16px;
  }

  .banner-btn-text {
    font-size: 14px;
  }

  .banner-custom {
    justify-content: space-around;
  }

  .banner-btn-block {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 10px;
  }

  .card__btn--found_cheaper.card__btn--fix {
    position: unset;
    width: 100%;
    transform: unset;
  }
}

.delivery-info .item-info {
  position: relative;
  padding-left: 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  margin-bottom: 20px;
}

.delivery-info .item-info:nth-child(1) {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  color: #005fcb;
}

.delivery-info .item-info:nth-child(1):before {
  position: absolute;
  background: url(/upload/main/delivery-item-info-1.png) no-repeat center center;
  content: "";
  width: 24px;
  height: 24px;
  left: 0px;
}

.delivery-info .item-info:nth-child(2):before {
  position: absolute;
  background: url(/upload/main/delivery-item-info-2.png) no-repeat center center;
  content: "";
  width: 24px;
  height: 24px;
  left: 0px;
}

.delivery-info .item-info:nth-child(3):before {
  position: absolute;
  background: url(/upload/main/delivery-item-info-3.png) no-repeat center center;
  content: "";
  width: 24px;
  height: 24px;
  left: 0px;
}

.card__btn--found_cheaper {
  position: relative;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  text-align: left;
  color: #005fcb;
}

.card__btn--found_cheaper:before {
  position: absolute;
  background: url(/upload/main/found_cheaper.png) no-repeat center center;
  content: "";
  width: 24px;
  height: 24px;
  left: 0px;
}

.card__btn--found_cheaper:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  bottom: 0px;
  right: 22%;
  border-bottom: 1px dashed #005fcb;
}

.grid-list .card__btn--found_cheaper:after,
.grid-list .card__btn--found_cheaper:before,
.slider-default .card__btn--found_cheaper:after,
.slider-default .card__btn--found_cheaper:before {
  display: none;
}

div[data-pp="found_cheaper"] {
  background-color: #fbfbfb;
}

div[data-pp="found_cheaper"] .inputholder__input {
  background-color: #ffffff;
}

div[data-pp="found_cheaper"] .modal__title {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28.13px;
  text-align: center;
  color: #000;
}

div[data-pp="found_cheaper"] .inputholder.form__inputholder .inputholder__label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #a9a9a9;
}

div[data-pp="found_cheaper"] .form_text_top {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: center;
  margin-bottom: 20px;
}

div[data-pp="found_cheaper"] .form__policy.policy,
div[data-pp="found_cheaper"] .form__policy.policy a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #717483;
}

@media screen and (min-width: 769px) {
  .banner-slide.bg-imgfull .banner-slide__col-img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 210px;
  }

  .action-item.bg-imgfull .action-item__content {
    display: none;
  }
}

.reviews-product .item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 25px;
}

.reviews-product .item .name-interviewer {
  font-weight: bold;
  padding-bottom: 15px;
}

.reviews-product .item .rating {
  padding-bottom: 15px;
  display: flex;
}

.rating-area {
  overflow: hidden;
  width: 265px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.rating-area:not(:checked)>input {
  display: none;
}

.rating-area:not(:checked)>label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked)>label:before {
  content: "★";
}

.rating-area>input:checked~label {
  color: gold;
  text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
  color: gold;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  color: gold;
  text-shadow: 1px 1px goldenrod;
}

.rate-area>label:active {
  position: relative;
}

.rating-result {
  width: 265px;
  margin-bottom: 5px;
}

.rating-result span {
  padding: 0;
  font-size: 16px;
  margin: 0 1px;
  line-height: 1;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

.rating-result>span:before {
  content: "★";
}

.rating-result>span.active {
  color: gold;
  text-shadow: 1px 1px #c60;
}

.catalog-grid .product__caption {
  display: block;
  margin-top: 20px;
}

.grid-list--catalog-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}

.page-service .article-banner img {
  height: auto;
}

.page-service .article-banner {
  padding-bottom: 25%;
}

.page-service .section .grid-list--three {
  grid-template-columns: repeat(1, 1fr);
}

.page-service .section .grid-list--three .preview-item__image {
  background-size: contain;
  padding-bottom: 25%;
}

.submenu-header {
  position: absolute;
  padding: 24px 20px 5px 25px;
  border-radius: 15px;
  border: 2px solid #f1f1f1;
  background: #fff;
  display: none;
  width: 620px;
}

.header__catalog-menu {
  position: relative;

  &:hover>.submenu-header {
    display: flex;
    flex-wrap: wrap;
  }
}

.submenu-header a {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 22px;
  flex: 0 0 50%;
}

.main .section .js_content_block_ajax .action-item:last-of-type:nth-child(odd) {
  grid-column: unset;
}

.article-float-img {
  width: 50%;
  height: auto;
  float: right;
  margin-left: 15px;
}

.article-float-img-left {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 15px;
}

h2.article-title-2 {
  font-size: 32px;
  line-height: 38px;
}

@media screen and (min-width: 1199px) {

  .header .header__list--second li:nth-child(3),
  .header .header__list--second li:nth-child(6) {
    display: none;
  }
}

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

  .article-float-img,
  .article-float-img-left {
    float: initial;
    display: block;
    width: 100%;
  }

  h2.article-title-2 {
    font-size: 20px;
    line-height: 26px;
  }



  .banner-slide__title,
  .banner-slide__title p {
    width: 100%;
  }
}

.mobile {
  display: none;
}

.banner-slide__content .title {
  font-size: 36px;
}

.banner-slide__content .after_title_text {
  font-size: 30px;
}

.banner-slide__content .bottom_text {
  font-size: 22px;
}

.main .banner-slider {
  height: 450px;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .banner-slide__content .title {
    font-size: 22px;
  }

  .banner-slide__content .after_title_text {
    font-size: 18px;
  }

  .banner-slide__content .bottom_text {
    font-size: 14px;
  }

  .bg-imgfull .banner-slide__content .title {
    color: red;
  }

  .bg-imgfull .banner-slide__content .after_title_text {
    color: #717483;
  }

  .bg-imgfull .banner-slide__content .bottom_text {
    color: #717483;
  }

  :is(header, main, footer, .modal) h1,
  :is(header, main, footer, .modal) .h1 {
    line-height: 100%;
  }

  .banner-slide__col-img {
    padding-bottom: 55%;
  }
}

.work-list--normal .work-item__text {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.work-list--normal .work-item__image {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.b-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}

.b-swiper-pagination .swiper-pagination-bullet-active {
  background: #005fcb;
  opacity: 1;
}

/*-------------------------------*/
.l-section {
  padding: 100px 0 107px;
  position: relative;
}

.l-section--grey::before {
  content: '';
  width: 100vw;
  max-width: 1920px;
  background: #F7F7FB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.l-section .section__wrapper {
  position: relative;
  z-index: 1;
}

.l-section.no-padding-top {
  padding-top: 0;
}

/*-------------------------------*/
.b-conditions-rental {
  color: #000;
}

.b-conditions-rental .conditions-rental__title {
  margin-bottom: 37px;
}

.b-conditions-rental .conditions-rental__info {
  display: grid;
  grid-template-columns: minmax(0, 343px) minmax(0, 851px);
  gap: 20px;
  justify-content: space-between;
}

.b-conditions-rental .conditions-rental__info-main {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
}

.b-conditions-rental .conditions-rental__info-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  padding-bottom: 28px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3df;
}

.b-conditions-rental .conditions-rental__info {
  margin-bottom: 78px;
}

.b-conditions-rental .conditions-rental__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 30px;
}

.b-conditions-rental .conditions-rental__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);

}

.b-conditions-rental .conditions-rental__item-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.b-conditions-rental .conditions-rental__item-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 119%;
}

.b-conditions-rental .conditions-rental__item-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
}

.b-conditions-rental .conditions-rental__item-icon svg {
  vertical-align: middle;
}

/*-------------------------------*/
.b-section-faq {
  margin-bottom: 122px;
}

.b-section-clients {
  margin-bottom: 119px;
}

.b-section-services {
  margin-bottom: 98px;
}

.b-section-form .section {
  margin-bottom: 0;
}

/*-------------------------------*/
body:has(.b-logistic) .header {
  top: 60px;
}

body:has(.b-logistic) .header--fix {
  top: 0;
}

/*-------------------------------*/
.b-logistic {
  height: 60px;
  width: 100vw;
  max-width: 1330px;
  padding: 2px 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #000;
  position: relative;
  z-index: 2;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 100;
}

.b-logistic::before {
  content: '';
  display: block;
  background: #edeff3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;

}

/*-------------------------------*/
@media (max-width: 1239px) {
  .b-logistic {
    display: none;
  }

  body:has(.b-logistic) .header,
  body:has(.b-logistic) .header--fix {
    top: 0;
  }

  .l-section {
    padding: 80px 0 87px;
  }

  .l-section.no-padding-top {
    padding-top: 0;
  }

  /*-------------------------------*/

  .b-conditions-rental .conditions-rental__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .b-conditions-rental .conditions-rental__item {}

  /*-------------------------------*/
  .b-section-clients,
  .b-section-services,
  .b-section-faq {
    margin-bottom: 80px;
  }

  /*-------------------------------*/
}

@media (max-width: 767px) {

  /*-------------------------------*/
  .l-section {
    padding: 60px 0 67px;
  }

  .l-section.no-padding-top {
    padding-top: 0;
  }

  /*-------------------------------*/
  .b-conditions-rental .conditions-rental__info {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .b-conditions-rental .conditions-rental__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }

  .b-conditions-rental .conditions-rental__item {
    padding: 20px;
  }

  .b-conditions-rental .conditions-rental__item-info {
    gap: 10px;
  }

  .b-conditions-rental .conditions-rental__item-name {
    font-size: 20px;
  }

  .b-conditions-rental .conditions-rental__item-text {
    font-size: 16px;
  }

  /*-------------------------------*/
  .b-section-clients,
  .b-section-services,
  .b-section-faq {
    margin-bottom: 60px;
  }

  /*-------------------------------*/
}

.b-mail-copy {
  position: relative;
  padding-right: 27px;
}

.b-copy-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: url("/images/icon/copy-icon.svg") 50% 50% no-repeat;
  background-color: #e4e4e4;
  background-size: 13px;
  transition: background .3s;
}

.b-copy-icon:hover {
  background: url("/images/icon/copy-icon-white.svg") 50% 50% no-repeat;
  background-color: #005FCB;
}

.b-copy-feedback {
  display: none;
}

.b-copy-feedback {
  position: absolute;
  top: calc(100%);
  right: 0;
  background: #005FCB;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}

.b-copy-feedback.show {
  opacity: 1;
}

.b-copy-feedback.error {
  background: #E2011B;
}

/*-------------------------------*/
.b-promo-info {
  max-width: 1320px;
  margin: 0 auto;
  transform: translateY(-170px);
  padding: 0 20px;
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  /* pointer-events: none; */
}

.b-promo-info .promo-info__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  gap: 20px;
  justify-content: space-between;
}

.b-promo-info .promo-info__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  padding: 9px 0 9px 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.b-promo-info .promo-info__item svg {
  display: block;
  height: fit-content;
  max-width: 100%;
}

/*-------------------------------*/
@media (max-width: 1239px) {
  .b-promo-info {
    font-size: 15px;
    line-height: 110%;
    transform: translateY(-185px);
  }

  .b-promo-info .promo-info__item-icon {
    max-width: 30px;
  }

  .b-promo-info .promo-info__item {
    padding: 10.5px 0 10.5px 10px;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .b-promo-info {
    font-size: 18px;
    transform: translateY(-290px);
  }

  .b-promo-info .promo-info__list {
    grid-template-columns: 1fr;
  }
  .b-promo-info .promo-info__item {
    border: none;
    padding: 0;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }
}

/*-------------------------------*/