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

.icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  flex-shrink: 0;
}

html,
body {
  display: flex;
  flex-direction: column;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

html.behavior-auto {
  scroll-behavior: auto;
}

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.287;
  background: #fff;
  color: var(--main-color);
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

html.is-noscroll body {
  position: fixed !important;
  left: 0;
  right: 0;
  margin-right: var(--scrollbarWidth);
}

html.is-loading:before,
html.is-loading:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999998;
}

html.is-loading:before {
  background: rgba(0, 0, 0, .5);
}

html.is-loading:after {
  width: 50px;
  height: 50px;
  margin: auto;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
  z-index: 99999999;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

:active,
:focus:not(:focus-visible) {
  outline: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: bold;
}

hr {
  height: auto;
  border: 1px solid #DBDCDD;
  border-width: 1px 0 0;
  margin: 70px 0;
  clear: both;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
  font-weight: bold;
}

a,
button {
  transition: 0.15s ease-in-out;
  transition-property: color, border-color, background-color, opacity, box-shadow;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: underline;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
  margin: 0 0 8px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.287;
  color: inherit;
  margin: 0 0 30px 0;
}

h1,
.h1 {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 39px;
  line-height: 1.027;
}

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

h3,
h4,
.h3,
.h4 {
  font-size: inherit;
}

.text * + h1,
.text * + h2,
.text * + h3,
.text * + h4,
.text * + h5,
.text * + h6 {
  margin-top: 30px;
}

.text ul,
.text ol {
  padding-left: 28px;
}

.text ul.column-2,
.text ol.column-2 {
  column-count: 2;
  column-gap: 20px;
}

.text ul.column-2.marker-list {
  column-gap: 10px;
}

.text ul.marker-list {
  padding: 0;
  list-style: none;
}

.text ul.marker-list li {
  position: relative;
  padding-left: 26px;
}

.text ul.marker-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 14 17-7L0 0l.049.07c2.984 4.2 2.984 9.66 0 13.86a2.68 2.68 0 0 0-.049.071V14Z' fill='%23008FD6'/%3E%3C/svg%3E");
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.color-red {
  color: var(--red-color);
}

.color-blue {
  color: var(--accent-color);
}

.form-check {
  line-height: 24px;
  margin-left: 19px;
  margin-bottom: 16px;
}

.form-check label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.form-check input {
  opacity: 0;
}

.form-check input ~ span {
  display: block;
  position: relative;
  padding: 0 0 0 48px;
}

.form-check input,
.form-check input ~ span:before,
.form-check input ~ span:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  transition: 0.15s ease-in-out;
}

.form-check input,
.form-check input ~ span:before {
  width: 28px;
  height: 28px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: #fff;
}

.form-check input ~ span:after {
  width: 18px;
  height: 12px;
  margin: 5px 0 0 6px;
  border-style: solid;
  border-color: var(--accent-color);
  border-width: 0 0 4px 4px;
  opacity: 0;
  transform: rotate(-45deg);
}

.form-check input:checked ~ span:after {
  opacity: 1;
}

.form-check input.error ~ span:before {
  border-color: var(--red-color);
}

.form-check input:disabled ~ span {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  margin-left: 19px;
  margin-bottom: 5px;
}

.form-btn-wrapper {
  text-align: center;
  margin-top: 31px;
}

.form-link-wrapper {
  text-align: center;
  margin-top: 20px;
}

.form-link-wrapper .link {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 16px;
  color: var(--grey-color);
}

.form-control,
.form-select {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition: 0.15s ease-in-out;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 18px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background-color: #fff;
  color: var(--main-color);
}

.form-control::placeholder {
  color: #939393;
}

.form-select {
  max-width: 100%; 
  margin: 0;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 15.123 25.878 13 19 19.878 12.123 13 10 15.123l9 9 9-9Z' fill='%23454545'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 38px 38px;
}

.form-select::-ms-expand {
  display: none;
}

textarea.form-control {
  max-width: 100%;
  min-width: 100%;
  overflow: auto;
  height: auto;
  resize: none;
}

.form-control:focus,
.form-select:focus {
  outline: none;
}

.form-control[disabled],
.form-select[disabled] {
  background-color: var(--grey-bg);
  opacity: 1;
  cursor: default;
  cursor: not-allowed;
}

.form-control.error,
.form-select.error {
  border-color: var(--red-color);
}

.just-validate-error-label {
  color: var(--red-color);
  margin-left: 19px;
  font-size: 12px;
  margin-top: 2px;
  line-height: 16px;
  margin-bottom: -18px;
}

.file-control {
  display: block;
  user-select: none;
}

.file-control label {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.file-control input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-control__field {
  display: flex;
  cursor: pointer;
}

.file-control__text {
  width: 195px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 18px;
  border: 1px solid var(--border-color);
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  color: #939393;
}

.file-control__btn,
.file-control__remove {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  color: #fff;
}

.file-control__btn {
  background: linear-gradient(180deg, #0FA9F5 0%, #006395 100%);
}

.file-control__remove {
  background: linear-gradient(180deg, #F50F0F 0%, #760000 100%);
}

.file-control__text:not(.is-placeholder) ~ .file-control__btn {
  border-radius: 0;
}

.file-control__text.is-placeholder ~ .file-control__remove {
  display: none;
}

.form-inline-row {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.form-inline-row .form-label {
  margin-bottom: 0;
}

.form-inline-row .form-control {
  padding: 2px 10px;
  height: auto;
  width: 147px;
}

.select-color-row {
  margin-left: 19px;
}

.select-color-row .form-label {
  margin-left: 0;
}

.select-color-row .row {
  margin-bottom: 0 !important;
}

.select-color-row .form-control {
  width: 170px;
}

.select-color button {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.select-color-window .popup-window__btn-row {
  margin-top: 30px;
}

.select-color-input {
  width: 212px;
  margin: 0 auto;
  text-align: center;
}

.number-control {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 73px;
}

.number-control__input {
  text-align: center;
  -moz-appearance: textfield;
  padding: 0 19px;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 22px;
  border: none;
  background: none;
}

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

.number-control__btn  {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--grey-bg);
  color: var(--main-color);
  padding: 0;
}

.number-control__btn:hover {
  background-color: #fff;
  color: var(--accent-color);
}

.number-control__btn._minus {
  left: 0;
}

.number-control__btn._plus {
  right: 0;
}

.number-control__btn:before,
.number-control__btn._plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
}

.number-control__btn:before {
  width: 10px;
  margin: -1px 0 0 -5px;
  border-width: 2px 0 0 0;
}

.number-control__btn._plus:after {
  height: 10px;
  margin: -5px 0 0 -1px;
  border-width: 0 0 0 2px;
}

.number-control.number-control_blue {
  width: 77px;
}

.number-control_blue .number-control__input {
  padding: 5px 23px 5px 0;
  font-size: 23px;
  line-height: 24px;
  border: 2px solid var(--accent-color);
  border-radius: 4px;
}

.number-control_blue .number-control__btn  {
  width: 25px;
  height: 50%;
  left: auto;
  right: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: var(--accent-color);
  color: #fff;
  padding: 0;
}

.number-control_blue .number-control__btn:hover {
  background-color: var(--grey-color);
  color: #fff;
}

.number-control_blue .number-control__btn._minus {
  top: 50%;
  border-bottom-right-radius: 4px;
}

.number-control_blue .number-control__btn._plus {
  top: 0;
  border-top-right-radius: 4px;
}

.number-control_blue .number-control__btn._plus:after {
  display: none;
}

.number-control_blue .number-control__btn:before {
  width: auto;
  border-color: currentColor transparent;
  margin-left: -6px;
  border-width: 8px 6px;
}

.number-control_blue .number-control__btn._plus:before {
  border-top-width: 0;
  margin-top: -3px;
}

.number-control_blue .number-control__btn._minus:before {
  border-bottom-width: 0;
  margin-top: -7px;
}

.link {
  display: inline;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  text-decoration: underline;
  user-select: none;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid var(--accent-color);
  background-color: var(--accent-color);
  color: #fff;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  padding: 5px 30px;
  border-radius: 16px;
  min-width: 212px;
}

.btn:hover {
  background-color: var(--grey-color);
  border-color: var(--grey-color);
  color: #fff;
}

.btn_white {
  background-color: #fff;
  border-color: #fff;
  color: var(--grey-color);
}

.btn_white:hover {
  background-color: #C7D2D7;
  border-color: #C7D2D7;
  color: var(--grey-color);
}

.btn_block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn[disabled],
.btn.is-disabled {
  cursor: default;
  cursor: not-allowed;
  pointer-events: none;
}

.close-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

.close-btn:before,
.close-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  border-bottom: 2px solid;
  margin: -1px 0 0 -10px;
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);  
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, .5);
}

.fancybox__container .fancybox__content.popup-window>.f-button.is-close-btn {
  --f-button-border-radius: 0;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  opacity: 1;
  top: 0;
  right: 5px;
}

.f-button:focus-visible {
  box-shadow: none;
}

.popup-window {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  background: var(--grey-bg-2);
  border-radius: 10px;
  padding: 0;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .2);
  width: 420px;
  overflow: visible;
}

.popup-window_lg {
  width: 590px;
}

.popup-window:not(.fancybox__content) {
  display: none;
}

.popup-window__header {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 10px 10px 0 0;
  height: 40px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.popup-window__content {
  padding: 35px 40px 30px;
}

.popup-window__title {
  color: #6B6B6B;
  text-align: center;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.027;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.popup-window form {
  font-family: 'Roboto Condensed', Arial, sans-serif;
}

.popup-window .form-group {
  margin-bottom: 8px;
}

.popup-window .form-label {
  font-size: 16px;
  color: #8F8F8F;
  margin-left: 8px;
  margin-bottom: 8px;
}

.popup-window .form-check {
  color: #8F8F8F;
  font-size: 16px;
  line-height: 19px;
  margin: 16px 0;
}

.popup-window .form-check input ~ span {
  padding: 0 0 0 40px;
}

.popup-window .form-check input,
.popup-window .form-check input ~ span:before,
.popup-window .form-check input ~ span:after {
  top: calc(50% - 10px);
}

.popup-window .form-check input,
.popup-window .form-check input ~ span:before {
  width: 20px;
  height: 20px;
}

.popup-window .form-check input ~ span:before {
  border-radius: 2px;
}

.popup-window .form-check input ~ span:after {
  width: 12px;
  height: 7px;
  margin: 5px 0 0 4px;
  border-width: 0 0 2px 2px;
}

.popup-window__btn-row {
  text-align: center;
  margin-top: 22px;
}

.check-color-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.check-color-list__btn {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #B1B1B1;
  padding: 0;
  position: relative;
}

.check-color-list__btn.is-active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.check-color-list__btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
  width: 23px;
  height: 15px;
  margin: 10px 0 0 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 5px 5px;
  opacity: 0;
  transform: rotate(-45deg);
}

.check-color-list__btn_light:after {
  border-color: #000;
}

.check-color-list__btn.is-active:after {
  opacity: 1;
}

.check-color-window .popup-window__text {
  text-align: center;
}

.login-window .popup-window__title {
  font-size: 33px;
}

.consultation-window {
  width: 403px;
}

.consultation-window__img {
  text-align: center;
  margin: -10px 0 18px;
}

.consultation-window__img img {
  vertical-align: top;
}

.consultation-window .popup-window__title {
  margin-bottom: 17px;
}

.consultation-window .popup-window__text {
  color: #6B6B6B;
  margin: 23px auto 0;
  max-width: 247px;
}

.consultation-window__contacts {
  color: #6B6B6B;
  margin: 0 auto;
  max-width: 263px;
}

.consultation-window__contacts-item {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.consultation-window__contacts-icon {
  flex-shrink: 0;
}

.consultation-window__contacts-text {
  font-size: 24px;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
  width: auto;
  height: auto;
}

.swiper:not(.swiper-initialized) .swiper-slide {
  height: auto;
}

.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  flex-wrap: nowrap;
}

.swiper.swiper-initialized .swiper-slide {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}

.swiper-button-prev:not([aria-controls]),
.swiper-button-next:not([aria-controls]),
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: none;
  padding: 0;
  background: none;
  color: var(--grey-color-3);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: var(--grey-color);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: '';
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin: -6px;
  position: absolute;
  border-style: solid;
  border-width: 0 3px 3px 0;
}

.swiper-button-prev:before {
  transform: translateX(8px) rotate(135deg);
}

.swiper-button-next:before {
  transform: translateX(-8px) rotate(-45deg);
}

.mob-swiper__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.mob-swiper__buttons .swiper-button-prev,
.mob-swiper__buttons .swiper-button-next {
  position: static;
  width: 54px;
  height: 61px;
  margin-top: 30px;
}

.mob-swiper__buttons .swiper-button-prev {
  background: url('../images/prev-arrow.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.mob-swiper__buttons .swiper-button-next {
  background: url('../images/next-arrow.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.mob-swiper__buttons .swiper-button-prev:before,
.mob-swiper__buttons .swiper-button-next:before {
  display: none;
}

.mob-swiper__buttons .swiper-button-disabled {
  display: none;
}

.mob-menu__bg {
  display: none;
}

.container {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

@media (min-width: 1220px) {
  .container {
    max-width: 1200px;
  }
}

.target {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.content {
  flex-grow: 1;
  min-height: 1px;
  padding-bottom: 70px;
}

.header {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 16px;
}

.header__inner {
  display: flex;
  align-items: center;
  height: var(--header-height);
}

.header__logo {
  flex-shrink: 0;
  margin-right: 30px;
}

.header__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}

.header__content {
  flex-grow: 1;
  min-width: 1px;
}

@media (min-width: 1220px) {
  .mob-menu__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav {
    text-transform: uppercase;
  }

  .nav a {
    color: var(--accent-color);
    text-decoration: none;
  }

  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav__arrow {
    border: none;
    padding: 0;
    background: none;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .nav > ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
  }

  .nav > ul > li {
    position: relative;
  }

  .nav > ul > li > a {
    display: block;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    column-gap: 7px;
    white-space: nowrap;
  }

  .nav > ul > li > a:hover,
  .nav > ul > li > a.is-active {
    text-decoration: underline;
  }

  .nav > ul > li > ul {
    position: absolute;
    z-index: 9;
    left: -13px;
    right: -13px;
    top: -16px;
    min-width: min-content;
    padding: 44px 0 16px;
    border-radius: 5px;
    border: 1px solid var(--accent-color);
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: none;
  }

  .nav > ul > li:hover > ul {
    display: block;
  }

  .nav > ul > li > ul > li {
    border-top: 1px solid #B9D0DB;
  }

  .nav > ul > li > ul > li:first-child {
    border-top-color: var(--accent-color);
    padding-top: 6px;
  }

  .nav > ul > li > ul > li > a {
    display: block;
    padding: 5px 12px;
  }

  .nav > ul > li > ul > li > a:hover,
  .nav > ul > li > ul > li > a.is-active {
    background-color: var(--accent-color);
    color: #fff;
  }

  .user-nav {

  }

  .user-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }

  .user-nav li {
    margin-right: -2px;
  }

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

  .user-nav a,
  .user-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: none;
    background: none;
    text-decoration: none;
    color: var(--grey-color);
    border: 2px solid var(--accent-color);
    white-space: nowrap;
  }

  .user-nav a:hover,
  .user-nav a.is-active,
  .user-nav button:hover,
  .user-nav button.is-active {
    background-color: var(--accent-color);
    color: #fff;
  }

  .user-nav li:first-child a,
  .user-nav li:first-child button {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .user-nav li:last-child a,
  .user-nav li:last-child button {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  
  .header__burger {
    display: none;
  }
}

.footer {
  background: var(--grey-color) url('../images/footer-bg.svg') calc(50% - 566px) 33px no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 25px 0 31px;
}

.footer__inner {
  display: flex;
}

.footer__inner > * {
  flex: 0 0 auto;
  padding-right: 20px;
  width: 20%;
}

.footer__logo {
  width: 13.4%;
}

.footer__contacts {
  width: 21.4%;
}

.footer__social {
  width: 21.4%;
}

.footer__download {
  width: 20.4%;
}

.footer__subscribe {
  width: 23.4%;
  padding-right: 0;
}

.footer-logo {
  margin-top: -12px;
}

.footer-contacts {

}

.footer-contacts__title {
  margin: -5px 0 9px;
}

.footer-contacts__title strong {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.footer-contacts__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contacts__list a {
  text-decoration: none;
}

.footer-title {
  margin-bottom: 14px;
}

.footer-social {

}

.footer-social ul {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social li {

}

.footer-social a {

}

.footer-social img {
  width: 41px;
  height: 41px;
}

.footer-copyright {
  margin-top: 14px;
}

.footer-subscribe {
  color: #fff;
  padding: 17px 28px 19px;
  margin-top: -54px;
  border-radius: 6px;
  background: linear-gradient(180deg, #008FD6 0%, #006FA6 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.footer-subscribe__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}

.footer-subscribe__form {

}

.footer-subscribe .form-group {
  margin-bottom: 11px;
}

.footer-subscribe .form-control {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 8px;
  height: auto;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 21px;
}

.footer-subscribe .form-control::placeholder {
  color: #565656;
}

.footer-subscribe .btn {
  border-color: var(--grey-color);
  background-color: var(--grey-color);
  border-radius: 8px;
  height: auto;
  width: 100%;
  padding: 5px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  min-width: 0;
}

.page-lead {
  padding: 28px 0 58px;
}

.page-lead__inner {
  display: flex;
}

.page-lead__media {
  flex: 0 0 auto;
  width: 50%;
  order: 1;
  text-align: center;
}

.page-lead__media img {
  vertical-align: top;
}

.page-lead__media_round img {
  border-radius: 1000px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.page-lead__content {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 55px;
}

.page-lead h1 {
  font-size: 79px;
  margin-bottom: 42px;
}

.page-lead__text {
  font-size: 20px;
  margin-bottom: 51px;
}

.page-lead__list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 30px;
  font-size: 18px;
}

.page-lead__list-item {
  display: flex;
  align-items: center;
  column-gap: 14px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 16px;
}

.page-lead__list-icon {
  flex-shrink: 0;
  width: 32px;
}

.page-lead__list-icon img {
  display: block;
}

.page-lead__list-text {

}

.section {
  padding: 50px 0;
}

.section__header {
  text-align: center;
  margin-bottom: 50px;
}

.title {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 46px;
  line-height: 1.027;
  margin-bottom: 24px;
}

.text-section {
  background: var(--grey-bg-3);
}

@media (min-width: 1250px) {
  .text-section .row {
    --bs-gutter-x: 56px;
  }
}

.text-section__image {
  width: 37.5%;
}

.text-section__content {
  width: 62.5%;
}

.work-scheme-section {

}

.work-scheme-section__inner {
  position: relative;
}

.section__tooltip {
  position: absolute;
  right: 0;
  top: -102px;
  transform: rotate(5.6deg);
  background: var(--grey-color);
  color: #fff;
  text-align: center;
  width: 275px;
  padding: 20px 16px 16px;
  border-radius: 10px;
  font-size: 16px;
  z-index: 10;
}

@media (min-width: 1280px) {
  .section__tooltip {
    right: -34px;
  }
}

.section__tooltip img {
  margin-bottom: 15px;
}

.work-scheme-section .title {

}

.work-scheme {
  --gap: 30px;
}

@media (min-width: 1250px) {
  .work-scheme {
    --gap: 45px;
  }
}

.work-scheme .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-.5 * var(--gap));
}

.work-scheme__item {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 calc(.5 * var(--gap));
  display: flex;
}

.work-scheme__card {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 14px;
  font-size: 17px;
  line-height: normal;
  text-align: center;
  border-radius: 11px 47px 11px 11px;
  background: linear-gradient(180deg, #E1E1E1 0%, rgba(225, 225, 225, 0.00) 100%);
  position: relative;
}

.work-scheme__card:hover {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.work-scheme__card-image {

}

.work-scheme__card-image img {

}

.work-scheme__card-content {
  padding: 7px 23px 29px;
}

.work-scheme__card-arrow {
  position: absolute;
  left: 100%;
  margin-left: -14px;
  bottom: 0;
  width: 54px;
  height: 61px;
  background: url('../images/next-arrow.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.work-scheme__item:last-child .work-scheme__card-arrow {
  display: none;
}

.info-section {
  background: var(--grey-bg-3);
}

.info-section__row {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1250px) {
  .info-section__row {
    --gap: 56px;
  }
}

.info-section__content {
  width: 50%;
  text-align: center;
  align-self: center;
}

.info-section__image {
  width: 50%;
  padding: 10px 0;
  padding-left: var(--gap);
  margin: -50px 0;
  display: flex;
}

.info-section__image-wrapper {
  max-width: 485px;
  min-height: 516px;
  margin: 0 auto;
  background: url('../images/info-bg.svg') center bottom no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.info-section__image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.info-section__content .title {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .economy-section {
    background-image: url('../images/economy-bg-left.svg'), url('../images/economy-bg-right.svg');
    background-position: left top, right top;
    background-repeat: no-repeat;
  }
}

.economy-section .section__header {
  position: relative;
  padding: 0 146px 0 170px;
  margin-bottom: 42px;
  max-width: 1044px;
}

.economy-section .title {

}

.economy-section__header-left-icon {
  position: absolute;
  left: 0;
  top: -20px;
}

.economy-section__header-left-icon img {
  vertical-align: top;
}

.economy-section__header-right-icon {
  position: absolute;
  right: 0;
  top: -13px;
}

.economy-section__header-right-icon img {
  vertical-align: top;
}

.economy {
  --gap: 15px;
}

.economy .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 calc(-.5 * var(--gap));
}

.economy__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 calc(.5 * var(--gap));
  display: flex;
}

.economy__card {
  position: relative;
  padding-bottom: 12px;
}

.economy__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.economy__card-num {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #A5D4EB;
  font-size: 89px;
  font-weight: 400;
  line-height: 0.8;
}

.benefits-section {
  background: url('../images/benefits-bg.jpg') center center no-repeat;
}

.benefits-section .title {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  background: #fff;
  padding: 3px 15px;
  color: var(--accent-color);
  border-radius: 5px;
}

.benefits {
  --gap: 30px;
  overflow: visible;
}

.benefits .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-.5 * var(--gap)) calc(-1 * var(--gap));
}

.benefits__item {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 calc(.5 * var(--gap));
  margin-bottom: var(--gap);
  display: flex;
}

.benefits__card {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.027;
  width: 100%;
  background-color: #fff;
  border-radius: 11px 56px 11px 11px;
  border: 2px solid var(--accent-color);
  text-align: center;
  padding: 20px;
  transition: 0.15s ease-in-out;
  transition-property: background-color, border-color, box-shadow;
}

.benefits__card:hover {
  background-color: transparent;
  border-color: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.benefits__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-bottom: 16px;
}

.media-gallery-section {

}

.media-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

.media-gallery__item {
  flex: 0 0 auto;
  width: 50%;
}

.media-gallery__item a {
  display: block;
  position: relative;
}

.media-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

.media-gallery__video:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 112px;
  margin: -56px;
  background: url('../images/play.svg') center center no-repeat;
  background-size: 100% 100%;
}

.qr-info-section {

}

.qr-info-section .section__header {

}

.qr-info-section .title {

}

.qr-info {
  display: flex;
  align-items: center;
  column-gap: 78px;
}

.qr-info__text-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
  text-align: center;
}

.qr-info__text-col .icon {
  vertical-align: middle;
}

.qr-info__gr-col {
  flex-shrink: 0;
}

.qr-info__gr {
  width: 99px;
  margin: 0 auto;
  position: relative;
}

.qr-info__gr:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: var(--accent-color) transparent;
  top: -50px;
  left: 50%;
  margin-left: -10px;
}

.qr-info__gr a {
  display: block;
}

.qr-info__gr img {
  width: 99px;
  height: 99px;
}

.faq-section {

}

.faq-section .section__header {

}

.faq-section .title {

}

.faq {

}

.faq__item {
  margin-bottom: 7px;
}

.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  background: var(--grey-bg);
  border-bottom: 2px solid var(--accent-color);
  padding: 12px 21px 10px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  user-select: none;
}

.faq__title {
  line-height: 1.027;
  font-weight: bold;
}

.faq__header .icon {
  flex-shrink: 0;
  color: var(--grey-color-3);
}

.faq__item.is-open .faq__header .icon {
  transform: rotate(180deg);
}

.faq__content {
  line-height: normal;
  background: var(--grey-bg);
  margin-top: 7px;
  padding: 17px 21px;
  border-radius: 5px;
  display: none;
}

.faq__item.is-open .faq__content {
  display: block;
}

.catalog-section {

}

.catalog-section .section__header {
  margin-bottom: 22px;
}

.catalog-section .title {

}

.catalog-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

.catalog {
  --gap: 30px;
}

.catalog .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-.5 * var(--gap));
  justify-content: center;
}

.catalog__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 calc(.5 * var(--gap));
}

.item {
  --top: 41.5%;
  font-size: 18px;
  max-width: 359px;
  margin: 0 auto;
  overflow: hidden;
}

.item__card {
  margin-top: var(--top);
}

.item__header {
  background: var(--accent-color);
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding-top: 1px;
}

.item__header-inner {
  padding: 9px 32px 32px;
}

.item__image {
  margin-top: calc(-1 * var(--top));
}

.item__title {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 27px;
  line-height: 1.027;
  font-weight: bold;
  margin-bottom: 15px;
}

.item__desc {
  font-size: 21px;
  line-height: 1.15;
  min-height: 4.6em;
}

.item__content {
  background: var(--grey-bg-2);
  border: 1px solid var(--accent-color);
  border-width: 0 1px;
  position: relative;
  padding: 36px 22px 20px;
}

.item__consultation-btn-row {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
}

.item__consultation-btn {
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: #00A6DB;
  background: #fff;
  border: 2px solid;
  border-radius: 16px;
  padding: 6px 29px;
  font-size: 19px;
  font-weight: bold;
}

.item__list {

}

.item__list-item {
  border-bottom: 1px solid var(--accent-color);
  padding: 15px 6px;
}

.item__list-item:last-child {
  border-bottom: none;
}

.item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.item__row + .item__row {
  margin-top: 5px;
}

.item__row-title {
  max-width: 210px;
}

.item__row-value {
  white-space: nowrap;
}

.item__check {
  display: block;
  position: relative;
  cursor: pointer;
}

.item__check input {
  opacity: 0;
}

.item__check input ~ span {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
}

.item__check input,
.item__check input ~ span:before,
.item__check input ~ span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
}

.item__check input,
.item__check input ~ span:before {
  width: 28px;
  height: 28px;
  border: 2px solid var(--accent-color);
  border-radius: 4px;
  background: #fff;
}

.item__check input ~ span:after {
  width: 27px;
  height: 18px;
  margin: -4px 0 0 5px;
  border-style: solid;
  border-color: #000;
  border-width: 0 0 6px 6px;
  opacity: 0;
  transform: rotate(-45deg);
}

.item__check input:checked ~ span:after {
  opacity: 1;
}

.item__color button {
  width: 28px;
  height: 28px;
  border: 2px solid var(--accent-color);
  border-radius: 4px;
  background: #fff;
  padding: 0;
}

.item__footer {
  background: var(--grey-color);
  color: #fff;
  border-radius: 0 0 12px 12px;
  text-align: center;
  padding: 34px 20px 23px;
}

.item__total {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 27px;
  line-height: 1.027;
  margin-bottom: 32px;
}

.item__total-title {

}

.item__total-price {
  font-weight: bold;
}

.item__total-currency {

}

.item__btn {
  width: 100%;
  max-width: 254px;
  font-size: 19px;
}

.item__id {
  font-size: 15px;
  margin-top: 21px;
}

.catalog-info {
  margin-top: 54px;
}

.catalog-info__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8A8A8A;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.catalog-info__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.catalog-info__icon {
  width: 110px;
  text-align: center;
  flex-shrink: 0;
  padding: 0 10px;
}

.catalog-info__text {
  flex-grow: 1;
  min-width: 1px;
}

.up-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  cursor: pointer;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

html.is-up-btn-visible .up-btn {
  opacity: 1;
  visibility: visible;
}

.up-btn:hover {
  background: var(--grey-color);
  color: #fff;
}

.up-btn:before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  background: url('../images/up-btn.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.home-lead {
  background-color: var(--grey-color);
  color: #D5E9F3;
  position: relative;
}

.home-lead:before {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: 585px;
  top: 50%;
  height: 675px;
  margin-top: -343px;
  background: url('../images/home-lead-l.png') right center no-repeat;
}

.home-lead:after {
  content: '';
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: 585px;
  top: 0;
  bottom: 0;
  background: url('../images/home-lead-r.svg') 40px center no-repeat;
}

.home-lead__inner {
  position: relative;
  padding: 70px 0 50px;
}

@media (min-width: 1250px) {
  .home-lead__inner .row {
    --bs-gutter-x: 48px;
  }
}

.home-lead__content {
  width: 62.4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 62px;
}

.home-lead__title {

}

.home-lead__title h1 {
  font-size: 66px;
}

.home-lead__text {
  color: #fff;
  font-size: 31px;
}

.home-lead__aside {
  width: 37.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-lead__media {
  position: relative;
}

.home-lead__media-nfc {
  position: absolute;
  right: 0;
  top: -35px;
}

.home-lead__footer {
  font-weight: bold;
  letter-spacing: 0.17em;
  margin-top: 20px;
  text-align: center;
}

.home-text-section {
  position: relative;
}

.home-text-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: 585px;
  top: 0;
  bottom: 0;
  background: url('../images/home-text-l.svg') right 83px center no-repeat;
}

@media (min-width: 1250px) {
  .home-text-section .row {
    --bs-gutter-x: 48px;
  }
}

.home-text-section__image {
  width: 35.6%;
  text-align: center;
}

.home-text-section__content {
  width: 64.4%;
}

.home-text-section h2 {
  font-size: 21px;
  margin: 17px 0 31px;
}

.home-text-section__text {
  min-height: 262px;
}

.home-text-section__footer {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  padding-left: 23px;
  padding-right: 206px;
}

.home-text-section__footer-t {

}

.home-text-section__footer-t + .home-text-section__footer-t {
  margin-top: 10px;
}

.home-text-section__footer-line-1,
.home-text-section__footer-line-2 {
  position: absolute;
  border-bottom: 1px solid var(--accent-color);
  z-index: 1;
}

.home-text-section__footer-line-1:after {
  content: '';
  position: absolute;
  right: -1px;
  top: -4px;
  width: 5px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.445 4.147 1.263.965a.5.5 0 1 0-.707.707L3.39 4.5.556 7.33a.5.5 0 0 0 .707.707l3.182-3.182a.5.5 0 0 0 0-.707Z' fill='%23008FD6'/%3E%3C/svg%3E");
}

.home-text-section__footer-line-1:before,
.home-text-section__footer-line-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: -6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--accent-color);
}

.home-text-section__footer-line-1 {
  left: 0;
  right: 170px;
  top: 50%;
  z-index: 3;
}

.home-text-section__footer-line-2 {
  right: 100%;
  top: 50%;
  width: 254px;
  transform-origin: right center;
  transform: rotate(19deg);
}

.home-text-section__footer-image {
  position: absolute;
  right: 11px;
  top: -55px;
  z-index: 2;
}

.home-work-scheme-section {
  overflow: hidden;
  padding-bottom: 30px;
}

.home-work-scheme {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.home-work-scheme__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 15px;
}

.home-work-scheme__card {
  position: relative;
}

.home-work-scheme__card-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 11px;
}

.home-work-scheme__item:nth-child(1) .home-work-scheme__card-bg,
.home-work-scheme__item:nth-child(4) .home-work-scheme__card-bg {
  border-top-right-radius: 45px;
}

.home-work-scheme__item:nth-child(3) .home-work-scheme__card-bg,
.home-work-scheme__item:nth-child(6) .home-work-scheme__card-bg {
  border-top-left-radius: 45px;
}

.home-work-scheme__item:nth-child(5) .home-work-scheme__card-bg {
  transform: rotate(7deg);
}

.home-work-scheme__item:nth-child(1) .home-work-scheme__card:before,
.home-work-scheme__item:nth-child(4) .home-work-scheme__card:before,
.home-work-scheme__item:nth-child(3) .home-work-scheme__card:before,
.home-work-scheme__item:nth-child(6) .home-work-scheme__card:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  border-radius: 11px;
}

.home-work-scheme__item:nth-child(1) .home-work-scheme__card:before,
.home-work-scheme__item:nth-child(4) .home-work-scheme__card:before {
  right: calc(100% + 30px);
}

.home-work-scheme__item:nth-child(3) .home-work-scheme__card:before,
.home-work-scheme__item:nth-child(6) .home-work-scheme__card:before {
  left: calc(100% + 30px);
}

.home-work-scheme__item:nth-child(1) .home-work-scheme__card:before {
  border-top-right-radius: 45px;
  background: #FCDDE0;
}

.home-work-scheme__item:nth-child(4) .home-work-scheme__card:before {
  background: #D5E9F3;
}

.home-work-scheme__item:nth-child(3) .home-work-scheme__card:before {
  background: #EEEEEE;
  transform: rotate(7deg);
}

.home-work-scheme__item:nth-child(6) .home-work-scheme__card:before {
  background: #DBF1DA;
}

.home-work-scheme__card-inner {
  position: relative;
  min-height: 364px;
  padding: 34px 30px 30px;
}

.home-work-scheme__card-header {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 25px;
}

.home-work-scheme__card-icon {
  flex-shrink: 0;
}

.home-work-scheme__card-icon svg {
  display: block;
}

.home-work-scheme__card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: var(--grey-color);
}

.home-work-scheme__card-text {

}

.home-work-scheme__card-img {
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
  text-align: center;
}

.home-interactive-section {
  position: relative;
  border-bottom: 1px solid #DBDCDD;
  padding-bottom: 60px;
}

.home-interactive-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -530px;
  height: 1060px;
  z-index: -1;
  background: url('../images/home-interactive-bg.svg') center center no-repeat;
  background-size: cover;
}

.home-interactive-section .section__header {
  margin-bottom: 37px;
}

.home-interactive-section .section__header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.home-interactive-image {
  margin-bottom: 48px;
}

.home-interactive-content {

}

.home-catalog-section {
  padding-top: 70px;
  padding-bottom: 15px;
}

.home-catalog-section .section__header {
  margin-bottom: 0;
}

.home-catalog-section .section__header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.home-catalog {

}

.home-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-item__inner {
  flex-wrap: nowrap;
  align-items: center;
}

.home-item__image {
  flex-shrink: 0;
  width: auto;
  text-align: center;
}

.home-item__content {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 1px;
  width: auto;
}

@media (min-width: 1250px) {
  .home-item__inner {
    --bs-gutter-x: 55px;
  }
}

.home-item:nth-child(even) {
  background-color: var(--grey-bg-3);
}

.home-item:nth-child(even) .home-item__inner {
  flex-direction: row-reverse;
}

.home-item__image img {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.home-item_2 .home-item__image img,
.home-item_7 .home-item__image img {
  filter: none;
}

.home-item_8 .home-item__image {
  margin-bottom: -80px;
}

.home-item__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}

.home-item__title > span {
  display: inline-block;
  vertical-align: top;
  background-color: var(--accent-color);
  color: #fff;
  padding: 5px 18px;
  position: relative;
  border-radius: 5px;
}

.home-item__title > span:before {
  content: '';
  border-width: 0 10px 14px 0;
  border-color: transparent var(--accent-color);
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 25px;
}

.home-item__text {

}

.home-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 41px;
}

.home-item__icons {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.home-item__price {
  flex-shrink: 0;
  color: #839097;
  border: 2px solid;
  border-radius: 100px;
  display: flex;
  height: 40px;
}

.home-item__price-content {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 16px;
  align-self: center;
  padding: 0 13px;
}

.home-item__price-currency {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 100px 100px 0;
  background: #839097;
  color: #fff;
  width: 44px;
  margin-right: -2px;
  padding-right: 2px;
}

.home-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid #839097;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.home-item__icon-color {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.home-item__more {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--grey-color);
  margin-left: auto;
}

.home-item__more a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 12px;
}

.home-item__more a:hover {
  color: var(--accent-color);
}

.home-item__more a .icon {
  transform: rotate(-90deg);
}

.home-description-section {
  background: url('../images/home-description-bg.svg') center 300px no-repeat;
}

.home-description-image {
  margin-bottom: 50px;
}

.home-description-content {

}

@media (min-width: 1220px) {
  .home-description-content .row > div:first-child {
    width: 51%;
  }

  .home-description-content .row > div:last-child {
    width: 49%;
  }
}

.news-section {

}

.news-section .section__header {
  position: relative;
}

.news-slider-buttons {
  position: absolute;
  right: 0;
  top: 10px;
  width: 60px;
  height: 30px;
}

.news-slider-buttons .swiper-button-prev {
  left: 0;
}

.news-slider-buttons .swiper-button-next {
  right: 0;
}

.news-slider {
  --gap: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media (min-width: 1250px) {
  .news-slider {
    --gap: 46px;
  }
}

.news-slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-.5 * var(--gap));
}

.news-slider__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 calc(.5 * var(--gap));
  display: flex;
}

.news-item {
  width: 100%;
  border-radius: 10px;
  background-color: var(--grey-bg);
}

.news-item:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.news-item__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  filter: saturate(0);
  transition: 0.15s ease-in-out;
}

.news-item:hover .news-item__image img {
  filter: saturate(100%);
}

.news-item__content {
  padding: 36px 35px 46px 25px;
}

.news-item__title {
  font-weight: bold;
  line-height: 1.027;
  margin-bottom: 26px;
}

.news-item__title a {
  color: inherit;
  text-decoration: none;
}

.news-item__title a:hover {
  text-decoration: underline;
}

.news-item__text {
  line-height: normal;
}

.home-contacts-section {

}

.home-contacts {
  text-align: center;
  margin: 0 auto;
  max-width: 740px;
}

.home-contacts__image {
  margin-bottom: 32px;
}

.home-contacts .title {
  margin-bottom: 29px;
}

.home-contacts__text {

}

.home-contacts__contacts {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  padding: 14px 44px;
}

.home-contacts__contacts:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 27px;
  background: #CAE5F8;
  z-index: -1;
  transform: rotate(-5deg);
}

.home-contacts__contacts-inner {

}

.table {
  border-collapse: separate;
  font-size: 20px;
}

.table th {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 7px 18px;
  font-size: 18px;
}

.table th:first-child {
  text-align: left;
  border-top-left-radius: 4px;
}

.table th:last-child {
  border-top-right-radius: 4px;
}

.table td {
  border: 1px solid var(--border-color);
  border-width: 0 1px 1px 0;
  text-align: center;
  vertical-align: middle;
  padding: 20px 18px;
}

.table td:first-child {
  text-align: left;
  border-left-width: 1px;
}

.cart-table {
  margin-bottom: 26px;
}

.cart-table__item:hover {
  background: #F8F8F8;
}

.cart-table__image-cell {
  border-right-width: 0 !important;
  padding-right: 9px !important;
}

.cart-table__content-cell {
  text-align: left !important;
}

.cart-table__content {
  font-size: 18px;
  line-height: 1.38;
}

.cart-table__remove-btn:hover,
.cart-table__edit-btn:hover {
  color: var(--red-color);
}

.cart-table__image-cell {
  width: 152px;
}

.cart-table__content-cell {
  width: 302px;
}

.cart-table__count-cell,
.cart-table__option-cell {
  width: 220px;
}

.cart-table__remove-cell,
.cart-table__edit-cell {
  width: 60px;
}

.history-table .cart-table__image-cell {
  width: 116px;
}

.history-table .cart-table__content-cell {
  width: 452px;
}

.history-table .cart-table__option-cell {
  width: 112px;
}

.page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
  margin: 60px 0 70px;
}

.page-title {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: 0 auto 0 0;
}

.page-subtitle {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0 0 0 auto;
}

.form-block {
  margin-bottom: 26px;
}

.form-block__header {
  background: var(--accent-color);
  color: #fff;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}

.form-block__title {
  font-weight: bold;
}

.form-block__icon {

}

.form-block__content {
  background: #F5F5F5;
  border-radius: 0 0 4px 4px;
  padding: 40px 20px 30px;
}

.form-block__content .row {
  --bs-gutter-x: 20px;
}

.form-block__content .row:last-child {
  margin-bottom: -16px;
}

.form-block__btn-row {
  text-align: right;
  margin-top: 40px;
}

.product-search-row {
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;
  padding-top: 27px;
  padding-bottom: 19px;
}

.product-search-title {

}

.product-search-content {

}

.product-search {

}

.product-search .row {
  flex-wrap: nowrap;
  --bs-gutter-x: 12px;
}

.product-search .form-control {
  flex-grow: 1;
  max-width: 235px;
}

.product-search .btn {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.storage-info {
  margin-left: 19px;
  margin-bottom: 10px;
}

.cart-discount {
  border: 1px solid var(--border-color);
  border-width: 1px 0;
  padding: 21px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  margin-bottom: 33px;
}

.cart-discount__title {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.cart-discount__content {
  font-size: 20px;
}

.cart-form {

}

.cart-form__header {
  margin-bottom: 40px;
}

.cart-form .form-block {

}

.cart-total {
  border: 2px solid var(--border-color);
  border-width: 2px 0;
  padding: 22px 19px;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cart-aggreement {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 19px;
}

.cart-btn-row {
  text-align: right;
  margin-top: 53px;
  padding: 0 19px;
}

.cart-footer {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 36px;
  border-top: 1px solid var(--border-color);
}

.cart-footer__item {

}

.cart-footer__section {
  display: flex;
  column-gap: 24px;
}

.cart-footer__icon {
  flex-shrink: 0;
}

.cart-footer__section-content {
  flex-grow: 1;
  min-width: 1px;
}

.cart-footer__login {
  margin-top: 22px;
}
