.fito-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 11;
}
.fito-modal,
.fito-modal__close {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.fito-modal__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.fito-modal__content {
  background-color: #fff;
  border-radius: 10px;
  max-height: calc(100vh - 200px);
  max-width: calc(100vw - 100px);
  min-width: 300px;
  overflow: auto;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fito-modal__content {
    max-height: calc(100vh - 100px);
    max-width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 540px) {
  .fito-modal__content {
    padding: 20px;
  }
}
.fito-modal .cross-picker {
  background-image: url(/build/images/cross-violet.2e178086.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
}
* {
  font-family: Fitomarket, Arial, Helvetica, serif;
  font-weight: 500;
  line-height: 130%;
  outline: none;
}
body,
html {
  display: flex;
  font-size: 14px;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  width: 100%;
}
body {
  padding-top: 180px;
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 135px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 118px;
  }
}
body .splide__arrow--next {
  right: -40px;
}
body .splide__arrow--prev {
  left: -40px;
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}
#bitrix-panel {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.no--photo {
  background-image: url(/build/images/no-photo.9cc2114e.svg);
}
img {
  max-width: 100%;
}
b {
  font-weight: 700;
}
a {
  color: #000;
  transition: all 0.1s ease;
}
a:hover {
  color: #3ae23a;
}
p,
ul {
  margin-top: 0;
}
p {
  margin-bottom: 15px;
}
body .splide__arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  opacity: 1;
  width: 30px;
}
body .splide__arrow svg {
  display: none;
}
body .splide__arrow--next {
  background-image: url(/build/images/arrow-right-violet.e43e78c7.svg);
}
body .splide__arrow--prev {
  background-image: url(/build/images/arrow-left-violet.f894e5b9.svg);
}
body .splide__pagination__page {
  margin: 3px 6px;
}
@media screen and (max-width: 540px) {
  body .splide__pagination__page {
    height: 5px;
    margin: 7px 6px;
    width: 5px;
  }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 22px;
    margin-bottom: 22px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 540px) {
  h1 {
    font-size: 22px;
  }
}
.aasjtzgxesejud {
  color: #29004e;
  font-size: 26px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .aasjtzgxesejud {
    font-size: 22px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 540px) {
  .aasjtzgxesejud {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 33px;
    padding: 0 5px;
  }
}
.aasjtzgxesejud span {
  font-weight: 700;
  position: relative;
}
.aasjtzgxesejud span:after {
  background-color: #3ae23a;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 17px;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: -18px;
  top: -10px;
  width: 17px;
}
@media screen and (max-width: 540px) {
  .aasjtzgxesejud span:after {
    height: 12px;
    right: -15px;
    top: -10px;
    width: 12px;
  }
}
h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 18px;
  }
}
h2.h2--centered {
  color: #29004e;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h2.h2--centered {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  h2.h2--centered {
    font-size: 18px;
  }
}
h2 span {
  font-weight: 700;
  position: relative;
}
h2 span:after {
  background-color: #3ae23a;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 17px;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: -18px;
  top: -10px;
  width: 17px;
}
a {
  color: #60c;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 540px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  h4 {
    font-size: 14px;
  }
}
.btn-small {
  padding: 7px 10px;
}
.zyzeawqqakk,
.btn-small {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.zyzeawqqakk {
  padding: 10px 20px;
}
.zyzeawqqakk.btn-rounded {
  border-radius: 20px;
}
.wiglzurjfew {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  max-width: 100%;
  padding: 11px 30px;
  text-align: center;
  text-decoration: none;
  width: 238px;
}
.wiglzurjfew.btn-rounded {
  border-radius: 20px;
}
.btn-violet {
  background-color: #60c;
  color: #fff;
}
.eehttwxhah {
  background-color: #3ae23a;
  color: #fff;
}
.eehttwxhah:hover {
  background-color: #20c320;
  color: #fff;
}
.btn-gray {
  background-color: #f5f5f5;
  color: #000;
}
.btn-gray:hover {
  color: #29004e;
}
body .splide__arrow:disabled {
  display: none;
}
body .splide__track--nav > .splide__list > .splide__slide,
body .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}
.vukosyrdhuf {
  border-bottom: 2px solid #f5f5f5;
  border-top: 2px solid #f5f5f5;
  display: block;
  margin-bottom: 60px;
  margin-top: 20px;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vukosyrdhuf {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.vukosyrdhuf h2:first-child {
  margin-top: 0;
}
.vukosyrdhuf__qa-item {
  margin-bottom: 20px;
}
.vukosyrdhuf__qa-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.vukosyrdhuf strong {
  color: #29004e;
  font-weight: 700;
}
.wyplttakwa {
  margin-bottom: 20px;
  width: 100%;
}
.wyplttakwa label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}
.wyplttakwa input,
.wyplttakwa textarea {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.wyplttakwa textarea {
  height: 80px;
  padding: 10px 15px;
  resize: none;
}
table {
  border-collapse: collapse;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #f5f5f5;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
table td,
table th {
  border: 1px solid #f5f5f5;
  font-size: 12px;
  padding: 10px;
}
table th {
  font-weight: 600;
}
.dietary-sup-disclaimer {
  background-color: #f5f5f5;
  border-radius: 7px;
  display: block;
  margin: 30px 0;
  padding: 15px;
}
.dietary-sup-disclaimer p {
  font-weight: 700;
}
.disclaimer {
  background-color: #f5f5f5;
  background-image: url(/build/images/info.4e2b960f.svg);
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 7px;
  display: block;
  font-size: 12px;
  margin: 30px 0;
  padding: 15px 15px 15px 60px;
}
.rating {
  display: flex;
  font-size: 10px;
  gap: 3px;
}
.rating__rates {
  color: #868686;
  text-decoration: none;
}
.rating__rating-star {
  background-image: url(/build/images/favorites-star-gray.075734c7.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.rating__rating-star.oiedtrhvar {
  background-image: url(/build/images/favorites-star-green.ba85d745.svg);
}
.centered-tabs {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.centered-tabs__tab {
  color: #868686;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .centered-tabs__tab {
    font-size: 12px;
  }
}
.centered-tabs__tab.oiedtrhvar {
  border-bottom: 1px solid;
  cursor: default;
}
ol:not([class]),
ul:not([class]) {
  counter-reset: num;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
ol:not([class]) li:not(.digi-autocomplete-item),
ul:not([class]) li:not(.digi-autocomplete-item) {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
ol:not([class]) ol,
ol:not([class]) ul,
ul:not([class]) ol,
ul:not([class]) ul {
  margin-bottom: 15px;
  margin-top: 15px;
}
ul:not([class]) li:not(.digi-autocomplete-item):before {
  background: #3ae23a;
  border-radius: 14px 0 14px 0;
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 14px;
}
ol:not([class]) li:before {
  color: #3ae23a;
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 15px;
}
hr {
  background: #f5f5f5;
  border: none;
  display: block;
  height: 2px;
  margin-bottom: 30px;
  margin-top: 30px;
}
hr,
select {
  width: 100%;
}
select {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
}
.checkbox-default,
.radio-default {
  display: none;
}
.checkbox-default + label,
.radio-default + label {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
  width: auto;
}
.checkbox-default + label:after,
.checkbox-default + label:before,
.radio-default + label:after,
.radio-default + label:before {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  position: absolute;
  top: calc(50% - 12.5px);
  width: 25px;
}
.checkbox-default + label:before,
.radio-default + label:before {
  background-image: url(/build/images/check-orange.1c01f13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  transform: scale(0);
  transition: all 0.2s ease;
}
.checkbox-default:checked + label:before,
.radio-default:checked + label:before {
  transform: scale(1);
}
.checkbox-default.checkbox-mini + label,
.radio-default.checkbox-mini + label {
  font-size: 12px;
  padding-left: 30px;
}
.checkbox-default.checkbox-mini + label:after,
.checkbox-default.checkbox-mini + label:before,
.radio-default.checkbox-mini + label:after,
.radio-default.checkbox-mini + label:before {
  height: 19px;
  top: 6px;
  width: 19px;
}
.radio-default + label:after {
  border-radius: 50%;
}
.vs__actions {
  background-image: url(/build/images/arrow-down-violet.8b6ff63b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 16px;
}
.vs__actions svg {
  display: none;
}
.centered-block {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.ftxcsxryhlypyod:after {
  animation: spinning 1s infinite;
  background-color: #3ae23a;
  border: 0 solid #fff;
  border-bottom-right-radius: 23px;
  border-top-left-radius: 23px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 0;
  z-index: 2;
}
.button-loading:after {
  border-width: 2px;
  height: 28px;
  right: -6px;
  top: -11px;
  width: 18px;
}
.country-icon {
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 0 0 2px #f5f5f5;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.country-icon.icon-russia {
  background-image: url(/build/images/ru.f7600362.svg);
}
.country-icon.icon-belarus {
  background-image: url(/build/images/by.da99aaa5.svg);
}
.country-icon.icon-kazakstan {
  background-image: url(/build/images/kz.f528d170.svg);
}
.country-select {
  width: 80px;
}
.country-select__wrap {
  align-items: center;
  display: flex;
  gap: 10px;
}
.country-select .vs__dropdown-menu {
  min-width: unset;
}
.country-select .kesxltahqr {
  display: none !important;
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.flex-align-center {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
.flex-align-top-nw {
  align-items: baseline;
  display: flex;
}
.digi-autocomplete-container {
  border-radius: 8px;
}
.hidden {
  display: none;
}
.fito-select {
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  min-height: 40px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.fito-select.disabled {
  cursor: default;
  opacity: 0.5;
}
.fito-select__search {
  border: none;
  border-bottom: 2px solid #f5f5f5;
  border-radius: 0;
  font-size: 12px;
  height: 40px;
  margin-top: -7px;
  padding: 0 10px;
  width: 100%;
}
.fito-select__option {
  display: block;
}
.fito-select__option input,
.fito-select__option.hidden {
  display: none;
}
.fito-select__option input[type="checkbox"] + label {
  padding-left: 40px;
  position: relative;
}
.fito-select__option input[type="checkbox"] + label:after,
.fito-select__option input[type="checkbox"] + label:before {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 20px;
  left: 10px;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}
.fito-select__option input[type="checkbox"] + label:before {
  background-image: url(/build/images/check-orange.1c01f13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  transform: scale(0);
  transition: all 0.2s ease;
}
.fito-select__option input[type="checkbox"]:checked + label:before {
  transform: scale(1);
}
.fito-select__option label {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  width: 100%;
}
.fito-select__option label a {
  text-decoration: none;
}
.fito-select__option input:disabled + label {
  cursor: default;
  opacity: 0.3;
}
.fito-select__option input:disabled + label a {
  color: #000;
  pointer-events: none;
}
.fito-select__option input[type="radio"]:not(:disabled) + label:hover {
  background-color: #f5f5f5;
}
.fito-select__option input[type="radio"] + label {
  color: #000;
}
.fito-select__option input[type="radio"]:checked + label {
  background-color: #f5f5f5;
  color: #000;
  cursor: default;
}
.fito-select__options-list {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  left: 0;
  max-height: 300px;
  overflow: auto;
  padding: 5px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.fito-select:after {
  background-image: url(/build/images/arrow-down-violet.8b6ff63b.svg);
  background-position: 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 7.5px;
  top: calc(50% - 7.5px);
  width: 15px;
}
.callcenter-authorized {
  background: #29004e;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .rrtryeiipx,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .uyetejlrdj,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .odyregcvfk,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .cixogjviyp,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .wppattafksi,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7 .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 540px) {
  .col-xs-12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
body .splide__pagination__page.is-active {
  background: #3ae23a;
}
body .splide__pagination {
  bottom: -27px;
}
@media screen and (max-width: 992px) {
  body .splide__pagination {
    bottom: -23px;
  }
}
@media screen and (max-width: 540px) {
  body .splide__pagination {
    bottom: auto;
    top: calc(100% + 10px);
  }
}
.violet-banner {
  align-items: center;
  background: linear-gradient(
      90deg,
      #3d148c,
      #520cac 17.2%,
      #6a03d1 39.66%,
      #7300df 51.6%,
      #5a09b8 70.7%,
      #451198 89.58%,
      #3d148c
    ),
    #d9d9d9;
  border-radius: 10px;
  color: #fff;
  display: flex;
  gap: 20px;
  height: 60px;
  justify-content: center;
  margin: 45px 0;
  padding: 0 40px;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .violet-banner {
    gap: 13px;
    height: 40px;
    margin: 35px 0;
    padding: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .violet-banner {
    gap: 0 13px;
    height: auto;
    padding: 10px 22px;
  }
}
@media screen and (max-width: 540px) {
  .violet-banner {
    gap: 0 15px;
    margin: 33px 0;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .violet-banner.mobile--wrapped {
    flex-wrap: wrap;
  }
}
.violet-banner__buttons {
  display: flex;
  gap: inherit;
}
@media screen and (max-width: 767px) {
  .violet-banner__buttons {
    flex-direction: column;
    gap: 5px;
  }
}
@media screen and (max-width: 540px) {
  .violet-banner__buttons {
    width: 70px;
  }
}
.violet-banner span {
  font-size: 22px;
}
@media screen and (max-width: 1240px) {
  .violet-banner span {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .violet-banner span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .violet-banner span {
    font-size: 12px;
    text-align: center;
  }
}
.violet-banner b {
  font-size: 42px;
  font-weight: 600;
  margin: 0 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .violet-banner b {
    font-size: 36px;
    margin: 0 27px;
  }
}
@media screen and (max-width: 992px) {
  .violet-banner b {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .violet-banner b {
    font-size: 35px;
    order: -1;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .violet-banner b {
    font-size: 30px;
  }
}
.violet-banner img {
  height: 40px;
}
@media screen and (max-width: 992px) {
  .violet-banner img {
    height: 28px;
  }
}
@media screen and (max-width: 540px) {
  .violet-banner img {
    height: auto;
    min-width: 70px;
    width: 70px;
  }
}
.violet-banner a {
  display: flex;
}
.violet-banner_mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .violet-banner_mobile {
    display: flex;
  }
}
.overflown-slider {
  display: block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .overflown-slider {
    overflow: auto;
  }
}
@media screen and (max-width: 540px) {
  .overflown-slider.overflow-unset-xs {
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .overflown-slider .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
  }
  .overflown-slider .splide__track {
    overflow: visible;
  }
  .overflown-slider .splide__list:after {
    content: "";
    display: block;
    height: 10px;
    min-width: calc(50vw - 370px);
    width: calc(50vw - 370px);
  }
}
@media screen and (max-width: 767px) {
  .overflown-slider .splide__list:after {
    min-width: calc(50vw - 260px);
    width: calc(50vw - 260px);
  }
}
@media screen and (max-width: 540px) {
  .overflown-slider .splide__list:after {
    min-width: 15px;
    width: 15px;
  }
  body .jhaavyyfhfsy {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-restored--xs {
    overflow: hidden;
  }
}
.yookassa__payment-link {
  background: #00a651;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
}
.yookassa__payment-link:hover {
  color: #fff;
}
.confidentiality__text-wrapper ol {
  counter-reset: item;
}
.confidentiality__text-wrapper ol li {
  display: block;
  margin-top: 15px;
  position: relative;
}
.confidentiality__text-wrapper ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  left: -10px;
  margin-right: 100%;
  position: absolute;
}
.confidentiality__text-wrapper .public-offer__text-wrapper li p {
  margin-top: 15px;
}
.confidentiality__text-wrapper .public-offer__text-wrapper .centered,
.error-informer {
  text-align: center;
}
.error-informer {
  background: #ff9d9d;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
@font-face {
  font-display: swap;
  font-family: Fitomarket;
  font-style: normal;
  font-weight: 500;
  src: url(/build/fonts/VelaSans-Regular.85ed788a.woff2);
}
@font-face {
  font-display: swap;
  font-family: Fitomarket;
  font-style: normal;
  font-weight: 300;
  src: url(/build/fonts/VelaSans-Light.93aaa91e.woff2);
}
@font-face {
  font-display: swap;
  font-family: Fitomarket;
  font-style: normal;
  font-weight: 700;
  src: url(/build/fonts/VelaSans-Bold.c01fab98.woff2);
}
@font-face {
  font-display: swap;
  font-family: Fitomarket;
  font-style: normal;
  font-weight: 600;
  src: url(/build/fonts/VelaSans-Medium.836f412a.woff2);
}
footer {
  background: linear-gradient(0deg, #5619a6, #48118b 54.91%, #29004e);
  color: #fff;
  margin-top: auto;
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1240px) {
  footer .lg-negative-margin {
    margin-top: -34px;
  }
}
.app-button__appstore {
  background-image: url(/build/images/app-button__appstore.f80645cc.svg);
}
.app-button__gplay {
  background-image: url(/build/images/app-button__gplay.39edafed.svg);
}
.footer__first-row {
  display: flex;
  padding: 22px 0 17px;
}
@media screen and (max-width: 992px) {
  .footer__first-row {
    flex-wrap: wrap;
  }
  .footer__logo-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .footer__logo-wrapper {
    flex-wrap: wrap;
  }
}
.hzyyhrqdxlufs {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .hzyyhrqdxlufs {
    margin-bottom: 30px;
  }
}
.footer__menu {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .footer__menu {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .footer__menu {
    margin-bottom: 12px;
  }
}
.footer__menu-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .footer__menu-item {
    margin-bottom: 0;
  }
}
.footer__menu-item p {
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .footer__menu-item p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.footer__menu-item a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footer__menu-item a:hover {
  color: #3ae23a;
}
@media screen and (max-width: 540px) {
  .footer__menu-item:not(:first-child) {
    display: none;
    padding: 5px 0;
  }
  .footer__menu-item:first-child {
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .footer__menu-item:first-child {
    border-bottom: none;
  }
  .footer__menu-item:nth-child(2) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .footer__menu-item:last-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) and (max-width: 540px) {
  .footer__menu-item:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .footer__menu .footer__menu-item:first-child {
    background-image: url(/build/images/arrow-right-white.94700ed6.svg);
  }
  .footer__menu.oiedtrhvar .footer__menu-item:first-child {
    background-image: url(/build/images/arrow-up-white.9c8c940d.svg);
  }
  .footer__menu.oiedtrhvar .footer__menu-item {
    display: block;
  }
}
.footer__phone-title {
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .footer__phone-title br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .footer__phone-title {
    line-height: 20px;
  }
}
.footer__phone {
  margin-bottom: 22px;
}
@media screen and (max-width: 540px) {
  .footer__phone {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.footer__phone a {
  color: #3ae23a;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}
.footer__phone a:hover {
  color: #20c320;
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  .footer__phone a {
    font-size: 26px;
  }
}
.footer__logo {
  background-image: url(../img/main-logo.a84227ef.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 57px;
  margin-bottom: 15px;
  margin-right: 63px;
  min-width: 303px;
  width: 303px;
}
@media screen and (max-width: 1240px) {
  .footer__logo {
    margin-right: 50px;
    min-width: 226px;
    width: 226px;
  }
}
@media screen and (max-width: 992px) {
  .footer__logo {
    margin-bottom: 0;
    min-width: 240px;
    width: 240px;
  }
}
@media screen and (max-width: 540px) {
  .footer__logo {
    height: 40px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 8px;
    width: 100%;
  }
}
.footer__disclaimer {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .footer__disclaimer {
    margin-top: 20px;
    padding-right: 10px;
    text-align: justify;
  }
  .footer__disclaimer br {
    display: none;
  }
}
.footer__social-block {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 1240px) {
  .footer__social-block {
    gap: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer__social-block {
    margin-top: 12px;
  }
}
@media screen and (max-width: 540px) {
  .footer__social-block {
    margin-top: 20px;
  }
}
.footer__social-item {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 15px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.6);
  display: inline-block;
  flex: 1;
  height: 28px;
  transition: all 0.1s ease;
  width: 28px;
}
.footer__social-item.social--vk {
  background-image: url(/build/images/footer-vk.aaef2934.svg);
}
.footer__social-item.social--vk:hover {
  background-color: #07f;
}
.footer__social-item.social--ok {
  background-image: url(/build/images/footer-ok.1104e45b.svg);
}
.footer__social-item.social--ok:hover {
  background-color: #ee8208;
}
.footer__social-item.social--yt {
  background-image: url(/build/images/footer-youtube.ba071354.svg);
}
.footer__social-item.social--yt:hover {
  background-color: red;
}
.footer__divider {
  background: hsla(0, 0%, 100%, 0.6);
  display: block;
  height: 2px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .footer__divider {
    height: 1px;
    margin: 3px -25px 22px;
    width: calc(100% + 50px);
  }
}
.footer__paysystems {
  display: flex;
  gap: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .footer__paysystems {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__paysystems {
    margin-top: 15px;
  }
}
.footer__paysys {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 15px;
  display: inline-block;
  flex: 1;
  height: 30px;
}
.footer__paysys.paysys--visa {
  background-image: url(/build/images/footer-visa.7a0dd4cc.svg);
}
.footer__paysys.paysys--mc {
  background-image: url(/build/images/footer-mastercard.579259d2.svg);
}
.footer__paysys.paysys--mir {
  background-image: url(/build/images/footer-mir.3759be78.svg);
}
.footer__paysys.paysys--yandex {
  background-image: url(/build/images/footer-yoomoney.03fac043.svg);
}
.footer__pros {
  display: flex;
  flex: 1;
  gap: 45px;
  margin-top: -5px;
}
@media screen and (max-width: 1240px) {
  .footer__pros {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer__pros {
    gap: 38px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__pros {
    display: none;
  }
}
.footer__pros-block {
  align-items: center;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 57px;
  display: flex;
  flex: 1;
  font-size: 14px;
  height: 70px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .footer__pros-block {
    font-size: 12px;
  }
}
.footer__pros--icon1 {
  background-image: url(/build/images/mainpage-row-atom.848c76eb.svg);
}
.footer__pros--icon2 {
  background-image: url(/build/images/mainpage-row-mscop.1ab31fc3.svg);
}
.footer__pros--icon3 {
  background-image: url(/build/images/mainpage-row-audit.66059125.svg);
}
.footer__pros--icon4 {
  background-image: url(/build/images/mainpage-row-consult.cdb8df3c.svg);
}
.footer__app-buttons {
  display: flex;
  gap: 10px;
}
.footer__app-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 29px;
  width: 80px;
}
.footer-subscribe {
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 540px) {
  .footer-subscribe {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.footer-subscribe__error {
  color: #fb5858;
  margin-top: 10px;
}
.footer-subscribe__success {
  color: #3ae23a;
  margin-top: 10px;
}
.footer-subscribe__form {
  background: #fff;
  border-radius: 20px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .footer-subscribe__form {
    height: 34px;
  }
}
.footer-subscribe__form input[type="email"] {
  background: transparent;
  border: none;
  height: 100%;
  line-height: 40px;
  padding: 0 40px 0 15px;
  width: 100%;
}
.footer-subscribe__form input[type="submit"] {
  background-color: #3ae23a;
  background-image: url(/build/images/arrow-right-white.94700ed6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  position: absolute;
  right: 2px;
  top: 2px;
  transition: all 0.1s ease;
  width: 36px;
}
@media screen and (max-width: 540px) {
  .footer-subscribe__form input[type="submit"] {
    height: 30px;
    width: 30px;
  }
}
.footer-subscribe__form input[type="submit"]:hover {
  background-color: #20c320;
}
.footer-subscribe__title {
  font-size: 12px;
}
.header-banner_upper {
  background-position: 50%;
  background-size: cover;
  display: block;
  height: 100px;
  left: 0;
  line-height: 0;
  padding: 0 10px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .header-banner_upper {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .header-banner_upper {
    height: 42px;
  }
}
.header-banner_upper--desktop {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .header-banner_upper--desktop {
    display: none;
  }
}
.header-banner_upper--mobile {
  display: none;
}
@media screen and (max-width: 540px) {
  .header-banner_upper--mobile {
    display: inline-block;
  }
}
.header-banner_upper img {
  max-height: 100%;
  max-width: 100%;
}
.exdvrjeelpucs {
  display: block;
  height: 150px;
}
@media screen and (max-width: 992px) {
  .exdvrjeelpucs {
    height: 123px;
  }
}
@media screen and (max-width: 767px) {
  .exdvrjeelpucs {
    height: 42px;
  }
}
.header-banner_upper + header {
  top: 140px;
  transition: all 0.1s ease;
}
@media screen and (max-width: 992px) {
  .header-banner_upper + header {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header-banner_upper + header {
    top: 42px;
  }
}
.header-banner_upper + header.banner-floated {
  top: 0;
}
@media screen and (max-width: 767px) {
  .header-banner_upper + header.banner-floated {
    box-shadow: 0 2px 1px hsla(0, 8%, 51%, 0.259);
  }
}
header {
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10;
}
.pyrqxwlisodoxu,
header {
  background: #fff;
  width: 100%;
}
.pyrqxwlisodoxu {
  height: 30px;
  padding: 5px 0;
}
@media screen and (max-width: 992px) {
  .pyrqxwlisodoxu {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pyrqxwlisodoxu {
    /* display: none; */
  }
}
.pyrqxwlisodoxu .jhaavyyfhfsy {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .pyrqxwlisodoxu .jhaavyyfhfsy {
    justify-content: space-between;
  }
  .pyrqxwlisodoxu .callback--link {
    font-size: 12px;
  }
}
.pyrqxwlisodoxu__slogan {
  flex: 1;
  font-weight: 700;
  margin: auto 30px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .pyrqxwlisodoxu__slogan {
    font-size: 12px;
    margin: auto 10px;
  }
}
@media screen and (max-width: 992px) {
  .pyrqxwlisodoxu__slogan {
    display: none;
  }
}
.cvezxivofsjx {
  color: #000;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .wvcqddruocacpv {
    margin-right: auto;
  }
}
@media screen and (max-width: 1240px) {
  .wvcqddruocacpv span {
    display: block;
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
  }
}
.pyrqxwlisodoxu__phone {
  color: #000;
  font-weight: 700;
  margin-right: 30px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .pyrqxwlisodoxu__phone {
    margin-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pyrqxwlisodoxu__phone {
    font-size: 12px;
    margin-left: auto;
    margin-right: 33px;
  }
}
@media screen and (max-width: 767px) {
  .pyrqxwlisodoxu__phone {
    margin-right: 5px;
  }
}
.fvtiryrywsw {
  background: #fff;
  height: 90px;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .fvtiryrywsw {
    height: 50px;
    margin-bottom: 8px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .fvtiryrywsw {
    height: 47px;
    margin-bottom: 0;
    padding-top: 17px;
    position: static;
  }
}
.fvtiryrywsw .jhaavyyfhfsy {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ecrozgeuqs {
  background-image: url(../img/main-logo-top.b51ff082.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 280px;
}
@media screen and (max-width: 992px) {
  .ecrozgeuqs {
    width: 208px;
  }
}
@media screen and (max-width: 767px) {
  .ecrozgeuqs {
    width: 160px;
  }
}
.fvtiryrywsw__evalar-logo {
  background-image: url(/build/images/logo-evalar-30.a998bc80.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin-left: 34px;
  width: 123px;
}
@media screen and (max-width: 992px) {
  .fvtiryrywsw__evalar-logo {
    margin-left: 5px;
    width: 102px;
  }
}
@media screen and (max-width: 767px) {
  .fvtiryrywsw__evalar-logo {
    margin-left: auto;
    margin-right: 20px;
    width: 62px;
  }
}
.fvtiryrywsw__buttons {
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fvtiryrywsw__buttons {
    position: absolute;
    right: 10px;
    top: calc(100% + 18px);
  }
  .fvtiryrywsw__buttons .iczuqgqgvhi,
  .fvtiryrywsw__buttons .zqaceyqxhokoe,
  .fvtiryrywsw__buttons .button--personal {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .fvtiryrywsw__buttons {
    right: 19px;
    top: calc(100% + 20px);
  }
}
.fvtiryrywsw__button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
  width: 28px;
}
@media screen and (max-width: 992px) {
  .fvtiryrywsw__button {
    height: 23px;
    margin-left: 10px;
    width: 23px;
  }
}
.fvtiryrywsw__button span {
  background: #3ae23a;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
}
@media screen and (max-width: 992px) {
  .fvtiryrywsw__button span {
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
  }
}
.fvtiryrywsw__button:first-child {
  margin-left: 0;
}
.fvtiryrywsw__button.button--cart {
  background-image: url(/build/images/header-cart.fa3e86ec.svg);
}
.fvtiryrywsw__button.button--cart:hover {
  background-image: url(/build/images/header-cart-green.d1294559.svg);
}
.fvtiryrywsw__button.zqaceyqxhokoe {
  background-image: url(/build/images/header-favorites.2a63f2e4.svg);
}
@media screen and (max-width: 540px) {
  .fvtiryrywsw__button.zqaceyqxhokoe {
    display: none;
  }
}
.fvtiryrywsw__button.zqaceyqxhokoe:hover {
  background-image: url(/build/images/header-favorites-green.55e7f048.svg);
}
.fvtiryrywsw__button.iczuqgqgvhi {
  background-image: url(/build/images/header-compare.d3044788.svg);
}
@media screen and (max-width: 540px) {
  .fvtiryrywsw__button.iczuqgqgvhi {
    display: none;
  }
}
.fvtiryrywsw__button.iczuqgqgvhi:hover {
  background-image: url(/build/images/header-compare-green.602d59f1.svg);
}
.fvtiryrywsw__button.button--personal {
  background-image: url(/build/images/header-profile.35c4e6ed.svg);
}
@media screen and (max-width: 540px) {
  .fvtiryrywsw__button.button--personal {
    display: none;
  }
}
.fvtiryrywsw__button.button--personal:hover {
  background-image: url(/build/images/header-profile-green.b1f5ef9c.svg);
}
.fvtiryrywsw__button.button--search {
  background-image: url(/build/images/header-search-violet.0d987531.svg);
  display: none;
}
.fvtiryrywsw__button.button--search:hover {
  background-image: url(/build/images/header-search.2175e71b.svg);
}
.fvtiryrywsw__callback-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .fvtiryrywsw__callback-mobile {
    background-image: url(/build/images/callback-mobile.511fec42.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 25px;
    width: 25px;
  }
}
.deavvqckspgdecd {
  height: 70px;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .deavvqckspgdecd {
    height: 70px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .deavvqckspgdecd {
    height: 75px;
    overflow: visible;
    padding-bottom: 23px;
    padding-top: 18px;
  }
}
.deavvqckspgdecd .jhaavyyfhfsy {
  display: flex;
  height: 100%;
  position: relative;
}
.kwfowyxoqki {
  display: none;
}
@media screen and (max-width: 767px) {
  .kwfowyxoqki {
    bottom: 2px;
    display: block;
    font-size: 0;
    height: 30px;
    left: 5px;
    position: absolute;
    width: 30px;
  }
}
@media screen and (max-width: 540px) {
  .kwfowyxoqki {
    bottom: 1px;
    left: 16px;
    position: absolute;
  }
}
.kwfowyxoqki span {
  display: none;
}
@media screen and (max-width: 767px) {
  .kwfowyxoqki span {
    background: #29004e;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 3px;
    transform: rotate(0);
    transition: all 0.1s ease;
    width: 24px;
  }
}
.kwfowyxoqki span:first-child {
  top: 6px;
}
.kwfowyxoqki span:nth-child(2) {
  top: 14px;
}
.kwfowyxoqki span:nth-child(3) {
  top: 22px;
}
.kwfowyxoqki.oiedtrhvar span:first-child,
.kwfowyxoqki.oiedtrhvar span:nth-child(2) {
  top: 14px;
  transform: rotate(45deg);
}
.kwfowyxoqki.oiedtrhvar span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .banner-floated .hlqjgcfccihxdi {
    height: calc(100vh - 122px);
    top: 122px;
  }
  body.overflow-sm-hidden {
    overflow: hidden;
  }
}
.fiiqphawekf {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .fiiqphawekf {
    padding-right: calc(50vw - 370px);
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .fiiqphawekf {
    padding-right: calc(50vw - 260px);
  }
}
@media screen and (max-width: 540px) {
  .fiiqphawekf {
    padding-right: 5px;
  }
}
.kiglkxktyddep {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kiglkxktyddep {
    display: block;
    flex: 1;
    overflow: auto;
    position: relative;
  }
  .hlqjgcfccihxdi:not(.aqrxkhzrsscpwl) .kiglkxktyddep {
    overflow: hidden;
  }
}
.fiiqphawekf ul {
  list-style: none;
  margin-bottom: 0;
}
.hlqjgcfccihxdi {
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  height: 100%;
  padding-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hlqjgcfccihxdi {
    background: #fff;
    border-radius: 0;
    border-right: 2px solid #f5f5f5;
    border-top: 2px solid #f5f5f5;
    display: none;
    flex-direction: column;
    height: calc(100vh - 165px);
    left: 0;
    position: fixed;
    top: 165px;
    width: 100%;
    z-index: 11;
  }
}
.hlqjgcfccihxdi.oiedtrhvar {
  display: flex;
}
.jkwegjusdoz {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .hlqjgcfccihxdi:not(.aqrxkhzrsscpwl) .rtkicfjxrkf {
    display: none;
  }
  .fiiqphawekf__mobile-row {
    display: flex;
    margin: 14px 0;
    width: 100%;
  }
}
.spcfdqzckq {
  border-left: 2px solid #fff;
  flex: 1;
  position: relative;
  transition: all 0.1s ease;
}
@media screen and (max-width: 992px) {
  .spcfdqzckq {
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .spcfdqzckq {
    position: static;
  }
}
.spcfdqzckq.delivery--link {
  display: none;
}
@media screen and (max-width: 767px) {
  .spcfdqzckq.delivery--link {
    display: block;
  }
}
.spcfdqzckq.rtkicfjxrkf {
  display: none;
}
@media screen and (max-width: 767px) {
  .spcfdqzckq.rtkicfjxrkf {
    border-bottom: 2px solid #f5f5f5;
    display: block;
    flex: 0;
    margin-bottom: 5px;
    padding: 0 10px;
  }
}
.spcfdqzckq.eofgptpxvscvfaq {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spcfdqzckq.eofgptpxvscvfaq {
    display: block;
  }
  .spcfdqzckq.eofgptpxvscvfaq a {
    background-image: url(/build/images/arrow-left-violet.f894e5b9.svg);
    background-position: 10px;
    justify-content: right;
    text-align: center;
  }
}
.spcfdqzckq a.fiiqphawekf__mobile-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  margin-left: 20px;
  position: relative;
  width: 22px;
}
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__favorite {
  background-image: url(/build/images/mobile-menu__favorites.a581346c.svg);
  margin-left: auto;
}
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__compare {
  background-image: url(/build/images/mobile-menu__compare.ff4c48c1.svg);
}
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__mobile-delivery,
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__personal {
  background-image: url(/build/images/mobile-menu__user.11a16d61.svg);
  background-position: 0;
  color: #868686;
  font-size: 14px;
  line-height: 22px;
  margin-left: 0;
  padding-left: 30px;
  text-decoration: none;
  width: auto;
}
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__mobile-delivery {
  background-image: url(/build/images/mobile-menu__delivery.0a14417c.svg);
}
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__location {
  align-items: center;
  background-image: url(/build/images/mobile-menu__city.3cdbcf26.svg);
  background-position: 0;
  color: #868686;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
  padding-left: 30px;
  width: 100%;
}
.spcfdqzckq a.fiiqphawekf__mobile-button.fiiqphawekf__location b {
  color: #000;
  font-weight: 500;
  margin-left: 5px;
}
.spcfdqzckq a.fiiqphawekf__mobile-button span {
  background: #3ae23a;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  min-width: 16px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
}
.spcfdqzckq:nth-child(2) {
  border-left: none;
}
@media screen and (min-width: 767px) {
  .spcfdqzckq:nth-child(2) > a:after {
    color: #3ae23a;
    content: "%";
    font-size: 24px;
    line-height: inherit;
    margin-left: 3px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .spcfdqzckq:nth-child(2) > a:after {
    font-size: 20px;
  }
}
.spcfdqzckq > a {
  align-content: center;
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .spcfdqzckq > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .spcfdqzckq > a {
    padding: 0 3px;
  }
}
.spcfdqzckq:hover > a {
  color: #3ae23a;
}
@media screen and (min-width: 993px) {
  .spcfdqzckq:hover > .fiiqphawekf__dropdown {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .spcfdqzckq.oiedtrhvar > .fiiqphawekf__dropdown {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    left: 0;
  }
  .spcfdqzckq.oiedtrhvar {
    background: #fff;
  }
  .spcfdqzckq.oiedtrhvar > a {
    color: #3ae23a;
  }
}
@media screen and (min-width: 993px) {
  .spcfdqzckq:nth-child(7) .fiiqphawekf__dropdown,
  .spcfdqzckq:nth-child(8) .fiiqphawekf__dropdown,
  .spcfdqzckq:nth-child(9) .fiiqphawekf__dropdown {
    left: 50%;
    transform: translate(-50%);
  }
  .spcfdqzckq:nth-child(10) .fiiqphawekf__dropdown,
  .spcfdqzckq:nth-child(11) .fiiqphawekf__dropdown,
  .spcfdqzckq:nth-child(12) .fiiqphawekf__dropdown,
  .spcfdqzckq:nth-child(13) .fiiqphawekf__dropdown {
    left: auto;
    right: 0;
  }
}
.fiiqphawekf__dropdown {
  background: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 0 0 8px 8px;
  border-top: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  display: none;
  left: -4px;
  max-height: calc(100vh - 180px);
  overflow: auto;
  padding: 20px 10px;
  position: absolute;
  top: 100%;
  width: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fiiqphawekf__dropdown {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 46px);
    left: -100%;
    max-height: unset;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 46px;
    transition: all 0.1s ease;
    width: 100%;
  }
}
.fiiqphawekf__dropdown-column {
  padding: 0 10px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .fiiqphawekf__dropdown-column {
    column-count: 1;
    padding: 0;
    width: 100%;
  }
}
.fiiqphawekf__brands-list {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .fiiqphawekf__brands-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
  }
}
.fiiqphawekf__brands-list a {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fiiqphawekf__brands-list a {
    align-items: center;
    border: 1px solid #f5f5f5;
    display: flex;
    margin-bottom: 0;
    padding: 10px;
    width: 25%;
  }
}
.fiiqphawekf__level-2 {
  margin-bottom: 10px;
}
.fiiqphawekf__level-2 a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.fiiqphawekf__level-2 a:hover {
  color: #3ae23a;
}
.fiiqphawekf__level-3 {
  margin-bottom: 20px;
  margin-top: 5px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .fiiqphawekf__level-3 {
    display: none;
  }
}
.fiiqphawekf__level-3 li {
  margin-bottom: 5px;
}
.fiiqphawekf__level-3 a {
  color: #000;
  font-weight: 500;
}
.fiiqphawekf__level-3 a:hover {
  color: #3ae23a;
}
.fiiqphawekf__location-picker {
  display: none;
}
@media screen and (max-width: 767px) {
  .fiiqphawekf__location-picker {
    display: inline-block;
  }
}
.fiiqphawekf__location-picker-search {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.fiiqphawekf__location-picker-search.oiedtrhvar {
  display: block;
}
.fiiqphawekf__location-picker-form {
  position: relative;
}
.fiiqphawekf__location-picker-form input[type="text"] {
  border: none;
  border-bottom: 2px solid #f5f5f5;
  height: 40px;
  margin-bottom: 5px;
  width: 100%;
}
.fiiqphawekf__location-picker-list {
  display: block;
  width: 100%;
}
.fiiqphawekf__location-picker-list-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 0;
}
.fiiqphawekf__location-picker-list-item:last-child {
  border-bottom: none;
}
.fiiqphawekf__location-picker-close {
  background-image: url(/build/images/cross-green.0402ad97.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  position: absolute;
  right: -3px;
  top: 5px;
  width: 30px;
}
.spcfdqzckq:not(.rtkicfjxrkf):not(.eofgptpxvscvfaq) a .jutulpffpzjlxoz {
  display: none;
}
@media screen and (max-width: 767px) {
  .spcfdqzckq:not(.rtkicfjxrkf):not(.eofgptpxvscvfaq) a .jutulpffpzjlxoz {
    background-color: #f5f5f5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    content: "";
    display: block;
    height: 40px;
    margin-right: 15px;
    width: 35px;
  }
  .spcfdqzckq,
  .fiiqphawekf__level-2,
  .fiiqphawekf__level-3 > li {
    margin-bottom: 0;
  }
  .spcfdqzckq.eofgptpxvscvfaq a {
    border-bottom: 2px solid #f5f5f5;
    height: 46px;
    justify-content: center;
  }
  .spcfdqzckq > a,
  .fiiqphawekf__level-2 > a,
  .fiiqphawekf__level-3 > li > a {
    align-items: center;
    background-image: url(/build/images/arrow-right-violet.e43e78c7.svg);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 18px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    justify-content: flex-start;
    padding: 6px 10px;
    text-align: left;
    width: 100%;
  }
  .spcfdqzckq > a.show-all-on-level,
  .fiiqphawekf__level-2 > a.show-all-on-level,
  .fiiqphawekf__level-3 > li > a.show-all-on-level {
    background-image: none;
  }
  .spcfdqzckq.third--leveled .fiiqphawekf__level-2.oiedtrhvar > a,
  .spcfdqzckq.third--leveled .fiiqphawekf__level-2:not(.oiedtrhvar) {
    display: none;
  }
  .spcfdqzckq.third--leveled .fiiqphawekf__level-3 {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.mainpage-menu {
  display: none;
  height: 60px;
  overflow: auto;
  position: relative;
}
.mainpage-menu .jhaavyyfhfsy {
  display: flex;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainpage-menu {
    display: block;
    margin-bottom: 8px;
    margin-top: 5px;
  }
}
.mainpage-menu__wrap {
  align-items: center;
  display: flex;
  padding-right: calc(50vw - 260px);
  width: auto;
}
@media screen and (max-width: 540px) {
  .mainpage-menu__wrap {
    padding-right: 15px;
  }
}
.mainpage-menu__list {
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  height: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.mainpage-menu li {
  border-left: 2px solid #fff;
  flex: 1;
  min-width: 80px;
  position: relative;
  transition: all 0.1s ease;
}
.mainpage-menu li:first-child > a:after {
  color: #3ae23a;
  content: "%";
  font-size: 20px;
  line-height: inherit;
  margin-left: 3px;
}
.mainpage-menu a {
  align-content: center;
  align-items: center;
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.search-header {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 1px #29004e;
  flex: 1;
  height: 40px;
  margin-left: auto;
  margin-right: 50px;
  max-width: 390px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .search-header {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .search-header {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search-header {
    display: block;
    height: 34px;
    max-width: unset;
    position: absolute;
    right: 40px;
    top: calc(100% + 18px);
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 540px) {
  .search-header {
    height: 32px;
    right: 45px;
    top: calc(100% + 20px);
    width: calc(100% - 109px);
  }
}
.search-header input[type="text"] {
  background: transparent;
  border: none;
  height: 100%;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .search-header input[type="text"] {
    font-size: 12px;
    padding-left: 10px;
  }
}
.search-header input[type="submit"] {
  background-color: transparent;
  background-image: url(/build/images/header-search.2175e71b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  position: absolute;
  right: 5px;
  transform: scale(1);
  transition: all 0.2s ease;
  width: 40px;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  .search-header input[type="submit"] {
    background-size: 17px;
    right: 7px;
    width: 24px;
  }
}
.search-header input[type="submit"]:hover {
  transform: scale(1.2);
}
.search-header__tooltip {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  max-height: 590px;
  overflow: overlay;
  padding-top: 16px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 540px) {
  .search-header__tooltip {
    min-height: 100vh;
    padding-top: 105px;
    position: fixed;
    right: 0;
    top: 45px;
    width: 100%;
    z-index: -5;
  }
}
.search-header__not-found-tooltip {
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  height: 60px;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  top: 1px;
}
.search-header__tooltip::-webkit-scrollbar {
  background: #fff;
  width: 3px;
}
.search-header__tooltip::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 10px;
}
.search-header__tooltip-section {
  margin-bottom: 16px;
}
.search-header__tooltip-heading {
  font-weight: 700;
  padding: 4px 16px;
}
.search-header__tooltip-link {
  background-position: 15px 13px;
  background-repeat: no-repeat;
  background-size: 13.5px;
  color: #000;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding: 11px 30px 8px 40px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-header__tooltip-link.history-search {
  background-image: url(/build/images/timer-search-gray.2e9f0247.svg);
  background-size: 16px;
}
.search-header__tooltip-link.sections-search {
  background-image: url(/build/images/header-category.a5a5f63b.svg);
}
.search-header__tooltip-link.frequent-search {
  background-image: url(/build/images/header-search-gray.7a85951f.svg);
}
.search-header__products-search {
  display: grid;
  grid-template-columns: 85px 1fr 15px;
  margin-bottom: 5px;
  text-decoration: none;
}
.search-header__wrapp-photo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 44px;
  margin: 10px;
  width: 60px;
}
.search-header__wrapp-link {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-header__prices-container {
  display: flex;
  margin-top: 8px;
}
.search-header__new-price,
.search-header__old-price {
  margin: 0;
}
.search-header__new-price {
  color: #000;
  font-weight: 700;
}
.search-header__old-price {
  color: grey;
  margin-left: 8px;
  text-decoration: line-through;
}
.search-header__history-close {
  background-image: url(/build/images/cross.4f3bb005.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  height: 15px;
  position: absolute;
  right: 7px;
  top: 13px;
  width: 15px;
}
.search-header__mobile-clear {
  display: none;
}
@media screen and (max-width: 540px) {
  .search-header__mobile-clear {
    background-color: #fff;
    background-image: url(/build/images/arrow-left.88eb3a7f.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 100%;
    left: -40px;
    position: absolute;
    width: 30px;
    z-index: 5;
  }
}
.tags-list {
  margin-bottom: 30px;
  width: 100%;
}
.tags-list__container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags-list h3 {
  width: 100%;
}
.tags-list__item {
  border: 2px solid #3ae23a;
  border-radius: 20px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  text-decoration: none;
}
.tags-list__item:hover {
  background-color: #3ae23a;
  color: #000;
}
.tags-list__item.show--all {
  border: 2px solid #3ae23a;
}
.tags-list__item.hidden {
  display: none;
}
.order-progress {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.order-progress__item {
  border-bottom: 2px solid #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .order-progress__item {
    font-size: 12px;
  }
}
.order-progress__item:after {
  background-image: url(/build/images/arrow-right-violet.e43e78c7.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  right: -27px;
  top: 3px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .order-progress__item:after {
    top: 0;
  }
}
.order-progress__item:last-child:after {
  display: none;
}
.order-progress div.order-progress__item {
  border-bottom: 2px solid #3ae23a;
  color: #29004e;
}
.cart-page {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-page {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.cart-page__row {
  align-items: center;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  display: flex;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .cart-page__row {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cart-page__row:not(:first-child) {
    flex-wrap: wrap;
  }
}
.cart-page__row:first-child {
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart-page__row:first-child {
    display: none;
  }
}
.cart-page__row label {
  color: #868686;
  font-size: 12px;
}
.cart-page__col {
  padding: 10px;
}
@media screen and (max-width: 540px) {
  .cart-page__col {
    padding: 10px 5px;
  }
}
.cart-page__col.col--image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 60px;
  padding: 10px 0;
  width: 60px;
}
.cart-page__col.col--action {
  min-width: 40px;
  padding: 10px 0;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .cart-page__col.col--action {
    height: 80px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.cart-page__col.col--name {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cart-page__col.col--name {
    flex: auto;
    padding-right: 30px;
    width: calc(100% - 90px);
  }
}
.cart-page__col.col--bundle {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cart-page__col.col--bundle {
    flex: auto;
    width: calc(100% - 90px);
  }
}
.cart-page__col.col--price,
.cart-page__col.col--quantity,
.cart-page__col.col--summ {
  min-width: 140px;
  text-align: center;
  width: 140px;
}
@media screen and (max-width: 992px) {
  .cart-page__col.col--price,
  .cart-page__col.col--quantity,
  .cart-page__col.col--summ {
    min-width: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cart-page__col.col--price,
  .cart-page__col.col--quantity,
  .cart-page__col.col--summ {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .cart-page__col.col--price,
  .cart-page__col.col--quantity,
  .cart-page__col.col--summ {
    max-width: 33.333%;
    min-width: unset;
  }
}
.cart-page__quantity-input-wrap {
  display: flex;
}
.cart-page__quantity-input-minus,
.cart-page__quantity-input-plus {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #f5f5f5;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .cart-page__quantity-input-minus,
  .cart-page__quantity-input-plus {
    height: 30px;
    width: 30px;
  }
}
.cart-page__quantity-input-plus {
  background-image: url(/build/images/plus-violet.2dd9eb50.svg);
  border-left: none;
  border-radius: 0 20px 20px 0;
}
.cart-page__quantity-input-minus {
  background-image: url(/build/images/minus-violet.29f66418.svg);
  border-radius: 20px 0 0 20px;
  border-right: none;
}
.cart-page__quantity-input {
  border: 2px solid #f5f5f5;
  border-left: none;
  border-right: none;
  font-weight: 700;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .cart-page__quantity-input {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cart-page__quantity-input {
    flex: 1;
  }
}
.cart-page__quantity-input.input-minimized {
  font-size: 14px;
}
.cart-page__product-name {
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .cart-page__product-name {
    font-size: 12px;
  }
}
.cart-page__product-name a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.cart-page__product-name a:hover {
  color: #3ae23a;
}
.cart-page__mobile-divider {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-page__mobile-divider {
    background: #f5f5f5;
    display: block;
    height: 1px;
    width: 100%;
  }
}
.cart-page__product-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
}
.cart-page__product-price {
  font-weight: 700;
  margin-bottom: 0;
}
.cart-page__product-price-old {
  color: #868686;
  font-size: 12px;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.cart-page__product-property {
  color: #868686;
  font-size: 12px;
}
.cart-page__product-delete {
  background-image: url(/build/images/cross-violet.2e178086.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
}
.cart-page__set-product {
  align-items: center;
  display: flex;
  flex: 1;
}
.cart-page__gift-quantity {
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart-page__gift-quantity {
    text-align: center;
  }
}
.cart-page__col-icon {
  background-image: url(/build/images/image.650d9b65.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.cart-page__summary {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cart-page__summary {
    margin-top: 10px;
    width: 100%;
  }
}
.cart-page__summary a {
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  .cart-page__summary a {
    width: 100%;
  }
}
.cart-page__summary-label {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
}
@media screen and (max-width: 540px) {
  .cart-page__summary-label {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.cart-page__summary-price {
  font-size: 26px;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .cart-page__summary-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .cart-page__summary-price {
    margin-top: 10px;
    width: 100%;
  }
}
.cart-page__mobile-label {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-page__mobile-label {
    color: #868686;
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.cart-page__summary-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media screen and (max-width: 1240px) {
  .cart-page__summary-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .cart-page__summary-row {
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: end;
    margin-top: 0;
  }
  .cart-page__summary-row .cart-page__summary-label {
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: end;
  }
}
@media screen and (max-width: 540px) {
  .cart-page__summary-row .cart-page__summary-label {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .cart-page__summary-row .cart-page__summary-label span {
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .cart-page__summary-row .cart-page__summary-label span {
    margin-top: 0;
    width: auto;
  }
}
.cart-page__summary-row .cart-page__summary {
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .cart-page__summary-row .cart-page__summary {
    margin-top: 0;
  }
}
@media screen and (max-width: 540px) {
  .cart-page__summary-row .cart-page__summary {
    flex-wrap: wrap;
  }
}
.cart-page__free-delivery {
  align-items: center;
  background-image: url(/build/images/delivery-violet.ab459953.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  max-width: 270px;
  padding: 10px 20px 10px 50px;
}
@media screen and (max-width: 540px) {
  .cart-page__free-delivery {
    background: none;
    justify-content: center;
    margin-bottom: 10px;
    max-width: 100%;
    padding-left: 20px;
    text-align: center;
    width: 100%;
  }
  .cart-page__free-delivery:before {
    background-image: url(/build/images/delivery-violet.ab459953.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
  }
}
.cart-page__one-click-order {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 15px;
  margin: 15px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cart-page__one-click-order {
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
@media screen and (max-width: 540px) {
  .cart-page__one-click-order a {
    width: 100%;
  }
}
.cart-page__one-click-order span {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .cart-page__one-click-order span {
    width: 100%;
  }
}
.cart-page__one-click-order .eehttwxhah {
  margin-left: auto;
}
.cart-page__one-click-btn {
  background-image: url(/build/images/click-green.dee9120d.svg);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #3ae23a;
  border-radius: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 36px;
  margin-right: auto;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  width: 240px;
}
@media screen and (max-width: 992px) {
  .cart-page__one-click-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.cart-page__one-click-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .cart-page__order-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.cart-page__order-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.simple-banner {
  border-radius: 6px;
  display: block;
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}
.simple-banner * {
  width: 100%;
}
.simple-banner__desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .simple-banner__desktop {
    display: none;
  }
}
.simple-banner__mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .simple-banner__mobile {
    display: block;
  }
}
.btn-right {
  border: 1px solid #333;
  float: right;
}
body .sberbank__wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
body .sberbank__price-block {
  display: block;
  margin: 20px 0;
}
body .sberbank__price-string {
  font-size: 14px;
  font-weight: 700;
}
body .sberbank__price-string b {
  font-size: 20px;
}
body .sberbank__content {
  align-items: center;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  max-width: 400px;
  padding: 10px 10px 13px;
  text-align: center;
  width: 100%;
}
body .sberbank__payment-link {
  background-color: #1eb42f !important;
  border: none;
  box-shadow: none;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 8px 0 5px;
  max-width: 320px;
  outline: none;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
body .sberbank__payment-link:active,
body .sberbank__payment-link:focus,
body .sberbank__payment-link:hover {
  background: #189d27;
  color: #fff;
}
body .sberbank__payment-description {
  color: #939393;
  display: block;
  font-size: 12px;
}
body .sberbank__description {
  display: block;
  font-size: 12px;
  max-width: 400px;
}
body .sberbank__error-code {
  color: red;
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
  margin-top: 5px;
}
@media (max-width: 500px) {
  body .sberbank__price-string b {
    display: block;
    text-align: center;
  }
}
.pre-payment {
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
}
.pre-payment .btn.btn-lg.btn-success {
  background: #3ae23a;
  border: none;
  border-radius: 42px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  padding: 0 36px;
  text-decoration: none;
}
.pre-payment__title {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.pre-payment__paysys {
  margin: 0 auto;
}
.delivery_companies .tab_row:focus {
  outline: unset !important;
}
.delivery-prices__table {
  width: 100%;
}
.delivery__page {
  margin-bottom: 100px;
  max-width: 100% !important;
  min-width: 50%;
  width: 730px;
}
.delivery_bullit {
  text-align: center;
}
.del_variant {
  display: none;
}
.delivery__page-title {
  font-size: 30px;
}
.delivery__free-info {
  text-align: center;
}
.delivery__free-info-title {
  color: #0a962f;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.delivery__top-info {
  border-bottom: 1px solid #ddf;
  border-top: 1px solid #ddf;
  margin: auto auto 30px;
  padding: 30px 0;
}
.delivery__page p,
.delivery__page ul {
  font-size: 16px;
  line-height: 24px;
}
.delivery__bottom-info {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0 5px;
  text-align: justify;
}
.delivery__bottom-info .country {
  color: #3c3c3b;
  font-size: 16pt;
  line-height: 24pt;
}
.delivery__bottom-info a {
  color: #29004e;
  text-decoration: underline;
}
.delivery__info-row {
  box-sizing: border-box;
  display: inline-block;
  width: 48%;
}
.delivery__info-row--description {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  vertical-align: top;
}
.delivery__yd-container {
  margin: auto;
  min-height: 570px;
}
.delivery__yd-width {
  max-width: 100%;
}
.delivery__yd-empty {
  font-size: 16px;
  font-weight: 700;
  margin: auto;
  padding: 10px 0 20px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .delivery__info-row {
    padding: 5px;
    width: 100%;
  }
}
body #delivery-widget-container .widget-info .widget-cols {
  max-width: 100%;
}
body #delivery-widget-container .widget-info .widget-map-container {
  max-width: 100%;
  padding: 0;
}
body #delivery-widget-container .ui-widget-content {
  height: auto;
}
body #delivery-widget-container .widget-info {
  z-index: 1;
}
@media screen and (max-width: 600px) {
  body #delivery-widget-container .widget-info {
    width: 100%;
  }
  body #delivery-widget-container .widget-info .widget-cols {
    float: right;
    width: 100%;
  }
  body #delivery-widget-container .widget-info .widget-map-container {
    float: left;
  }
  body #delivery-widget-container .w-clearfix.widget-info > .w-clearfix {
    display: flex;
    flex-direction: column-reverse;
  }
  body #delivery-widget-container .w-city-list-container {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.greenspan {
  color: #29004e;
}
.bullits {
  opacity: 1;
}
.delivery_cities {
  display: table;
  font-size: 14px;
  line-height: 50px;
  width: 100%;
}
.delivery_cities > div {
  display: table-row;
}
.delivery_cities div p {
  border-bottom: 1px solid #e2e2e3;
  display: table-cell;
}
.delivery_cities div:first-child p {
  border-top: none;
  line-height: 22px;
}
.delivery_cities div p:nth-child(3) {
  text-align: right;
}
.delivery_cities div p:nth-child(2) {
  text-align: center;
}
.delivery_companies .tab_row {
  font-size: 14px;
}
.delivery_companies .tab_row .tab_col {
  border-left: unset;
  display: table-cell;
}
.delivery_companies .details_trigger b {
  border-bottom: 1px solid #e2e2e3;
  cursor: pointer;
}
.delivery_companies .details_content {
  display: none;
  margin-bottom: 10px;
  margin-top: 20px;
}
.delivery_companies .slick-arrow {
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 70px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 100px;
  transform: translateY(-50%);
  width: 28px;
  z-index: 1;
}
.delivery_companies .tab_col img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .delivery_companies .tab_row {
    display: flex;
    justify-content: space-between;
  }
  .delivery_companies .tab_row .tab_col {
    width: 65%;
  }
  .delivery_companies .tab_row .tab_col:first-child {
    align-items: center;
    display: flex;
    width: 35%;
  }
}
@media screen and (min-width: 580px) {
  .details_trigger .open_arrow {
    display: none;
  }
  .delivery_companies .details_content {
    margin-top: 0;
  }
  .delivery_cities .city_column span {
    display: none;
  }
  .delivery_companies {
    border: 1px solid #e2e2e3;
  }
  .delivery_companies .tab_row .tab_col:first-child {
    border-right: unset;
    vertical-align: top;
    width: 200px;
  }
  .bullits {
    display: flex;
    width: 100%;
  }
  .delivery_bullit {
    margin-left: 3%;
    width: 20%;
  }
  .delivery_bullit img {
    margin: 0 auto;
  }
  .delivery_bullit span {
    text-align: center;
  }
  .delivery_companies .tab_row {
    border: 1px solid #e2e2e3;
  }
  .delivery_companies .tab_row .tab_col {
    padding: 10px;
  }
}
@media screen and (min-width: 767px) {
  .delivery_companies .tab_row .tab_col:first-child {
    width: 250px;
  }
  .details_trigger {
    margin-left: -30px;
  }
  .delivery_companies .tab_col img {
    display: block;
    margin: 25px auto;
    width: 150px;
  }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .delivery_bullit {
    display: table;
    margin: 25px;
  }
  .delivery_bullit img {
    display: table-cell;
    margin: 25px;
    min-width: 79px;
    vertical-align: middle;
  }
  .delivery_bullit span {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
  }
  .details_trigger {
    margin-left: 0;
  }
}
.far-districts-delivery-limit-container {
  margin-bottom: 15px;
  text-align: center;
}
.far-districts-delivery-limit-container .far-districts-delivery-limit {
  display: inline-block;
  width: 180px;
}
@media screen and (max-width: 580px) {
  .delivery_cities .city_column span {
    display: block;
    line-height: 25px;
  }
  .delivery__page {
    margin-left: unset !important;
    margin-right: unset !important;
    padding: 0;
  }
  .delivery__page > div {
    padding: 0 15px;
  }
  .delivery__bottom-info {
    padding: 0 !important;
  }
  .delivery_cities {
    max-width: 95vw;
  }
  .delivery__bottom-info > * {
    padding: 0 15px;
  }
  .delivery__bottom-info .delivery_companies {
    margin-bottom: 25px;
    padding: 0;
  }
  .delivery__page h3,
  .title_delivery {
    margin-top: 0;
  }
  .delivery_cities div {
    border-bottom: unset;
    display: flow-root;
  }
  .delivery_cities div:last-child {
    border-bottom: 1px solid #e2e2e3;
  }
  .delivery_cities div p {
    border-bottom: unset;
  }
  .delivery_cities div:first-child p {
    display: none;
  }
  .delivery_cities div p:first-child {
    position: absolute;
  }
  .delivery_cities div:not(:first-child) {
    border-top: 1px solid #e2e2e3;
    height: 110px;
  }
  .delivery_cities div:not(:first-child) p:nth-child(3) {
    clear: right;
    display: block;
    float: right;
    line-height: 25px;
    width: 100%;
  }
  .delivery_cities div:not(:first-child) p:nth-child(2) {
    display: block;
    float: right;
    line-height: 25px;
    margin: 50px 0 -15px;
    text-align: right;
    width: 100%;
  }
  .delivery_companies .details_trigger {
    display: table;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    min-height: 40px;
    width: 100%;
  }
  .delivery_companies .details_trigger > * {
    display: table-cell;
    vertical-align: middle;
  }
  .delivery_companies .details_trigger b {
    border: unset;
    margin-right: 3%;
  }
  .delivery_companies .tab_row {
    border: unset;
  }
  .delivery_companies .tab_row .tab_col {
    border: 1px solid #d4d4d4;
    display: block;
    margin: 0 7px;
  }
  .delivery_companies .tab_row .tab_col div {
    border-bottom: 1px solid #e2e2e3;
    padding: 0 10px;
    text-align: left;
  }
  .tab_row .tab_col:first-child {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    height: 150px;
  }
  .details_trigger b {
    border: unset;
    padding-right: 5px;
  }
  .details_trigger .open_arrow {
    color: #d9d9d9;
    content: ">";
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: 800;
    line-height: 14px;
    margin-top: 10px;
    transition: all 0.5s;
  }
  .turned {
    transform: rotate(90deg);
  }
  .tab_col h3 {
    border: 1px solid #e2e2e3;
    padding: 10px;
  }
  .delivery_companies .tab_col img {
    display: block;
    margin: 20px auto;
    max-height: 100px;
  }
  .delivery_bullit {
    display: flex;
    margin: 15px 0;
    text-align: left;
  }
  .delivery_bullit img {
    height: 79px;
    margin: 10px;
    width: 79px;
  }
  .delivery_bullit span {
    line-height: 20px;
    margin: 32px 30px 0 0;
    position: absolute;
  }
  .del_variant {
    color: #a9a9a9;
    display: unset;
    float: left;
  }
  .delivery_bullit p {
    margin-top: 1.625em;
  }
  .slick-dots {
    display: block;
    margin-top: 15px;
    padding-left: 0 !important;
    text-align: center;
  }
  .slick-dots li {
    background-color: #d4d4d4;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 15px;
    width: 10px;
  }
  .slick-dots li button {
    font-size: 0;
  }
  .slick-dots .slick-active {
    background-color: #0a9e3b;
  }
  .delivery_companies .tab_row .tab_col div.empty {
    border: unset;
    height: 41px;
  }
}
@media screen and (max-width: 480px) {
  .delivery_companies .details_trigger {
    height: 25px;
  }
  .delivery_companies .tab_row .tab_col div.empty {
    min-height: 25px;
  }
  .delivery_cities {
    font-size: 12px;
    max-width: 93vw;
  }
}
@media screen and (max-width: 380px) {
  .delivery_companies .tab_row .tab_col div.empty {
    min-height: 25px;
  }
  .delivery_cities {
    max-width: 91vw;
  }
}
@media screen and (max-width: 350px) {
  .delivery_cities p {
    font-size: 12px;
  }
}
@media screen and (min-width: 580px) and (max-width: 768px) {
  .delivery_companies.swiper-container img {
    width: 100%;
  }
}
.widget-cols {
  display: none;
}
.widget-info,
.widget-map-container {
  width: 100% !important;
}
.g-section__content.delivery__bottom-info.default-css h3 {
  color: #3c3c3b;
  font-size: 16pt;
  line-height: 24pt;
}
.countering-fraud {
  color: #444;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .countering-fraud {
    margin-bottom: 15px;
  }
}
.countering-fraud .countering-fraud__sub-title {
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 auto 100px;
  max-width: 970px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .countering-fraud .countering-fraud__sub-title {
    font-size: 22px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud .countering-fraud__sub-title {
    font-size: 17px;
    margin: 0 auto 55px;
  }
}
.countering-fraud .countering-fraud__block-contact {
  align-items: flex-end;
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 650px) {
  .countering-fraud .countering-fraud__block-contact {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.countering-fraud .block-contact__image {
  background-image: url(/build/images/phone-hand.78971e8c.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 545px;
  width: 480px;
}
@media screen and (max-width: 900px) {
  .countering-fraud .block-contact__image {
    background-image: url(/build/images/phone-hand-tablet.935fa80a.png);
    height: 573px;
    width: 304px;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud .block-contact__image {
    background-image: url(/build/images/phone-hand-mobile.ecc002af.png);
    height: 329px;
    width: 100%;
  }
}
.countering-fraud .block-contact__contacts-list {
  padding: 40px 40px 40px 30px;
}
.countering-fraud .block-contact__contacts-list .contacts-list__title {
  color: #29004e;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 5px;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .countering-fraud .block-contact__contacts-list .contacts-list__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud .block-contact__contacts-list .contacts-list__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
.countering-fraud .block-contact__contacts-list .contacts-list__title:before {
  background-color: #38ce38;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 17px;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 22px;
}
@media screen and (max-width: 768px) {
  .countering-fraud .block-contact__contacts-list .contacts-list__title:before {
    height: 18px;
    top: 6px;
    width: 18px;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud .block-contact__contacts-list .contacts-list__title:before {
    height: 16px;
    top: 3px;
    width: 16px;
  }
}
.countering-fraud .block-contact__contacts-list .contacts-list {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .countering-fraud .block-contact__contacts-list .contacts-list {
    margin-bottom: 25px;
  }
}
.countering-fraud
  .block-contact__contacts-list
  .contacts-list
  .contacts-list__item {
  font-size: 18px;
  line-height: 32px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .countering-fraud
    .block-contact__contacts-list
    .contacts-list
    .contacts-list__item {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud
    .block-contact__contacts-list
    .contacts-list
    .contacts-list__item {
    font-size: 14px;
    line-height: 18px;
  }
}
.countering-fraud
  .block-contact__contacts-list
  .contacts-list
  .contacts-list__item
  .contacts-list__link {
  color: #444;
  font-size: 18px;
  line-height: 32px;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .countering-fraud
    .block-contact__contacts-list
    .contacts-list
    .contacts-list__item
    .contacts-list__link {
    font-size: 16px;
    line-height: 26px;
  }
}
.countering-fraud
  .block-contact__contacts-list
  .contacts-list
  .contacts-list__item
  .contacts-list__link:hover {
  text-decoration: none;
}
.countering-fraud .block-contact__contacts-list .contacts-list__social {
  display: flex;
  gap: 15px;
  list-style-type: none;
}
.countering-fraud
  .block-contact__contacts-list
  .contacts-list__social
  .contacts-list__social-link {
  border: 1px solid #29004e;
  border-radius: 21px;
  display: flex;
  height: 35px;
  padding: 5px 30px;
}
@media screen and (max-width: 650px) {
  .countering-fraud
    .block-contact__contacts-list
    .contacts-list__social
    .contacts-list__social-link {
    padding: 0 18px;
  }
}
.countering-fraud
  .block-contact__contacts-list
  .contacts-list__social
  .contacts-list__social-link
  svg {
  height: auto;
}
.countering-fraud .countering-fraud__block-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .countering-fraud .countering-fraud__block-text {
    margin-bottom: 10px;
  }
}
.countering-fraud .countering-fraud__block-text .block-text__title {
  color: #29004e;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .countering-fraud .countering-fraud__block-text .block-text__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud .countering-fraud__block-text .block-text__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.countering-fraud .countering-fraud__block-text .block-text__list {
  font-size: 17px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .countering-fraud .countering-fraud__block-text .block-text__list {
    font-size: 16px;
    line-height: 20px;
  }
}
.countering-fraud
  .countering-fraud__block-text
  .block-text__list
  .block-text__list-item {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .countering-fraud
    .countering-fraud__block-text
    .block-text__list
    .block-text__list-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .countering-fraud
    .countering-fraud__block-text
    .block-text__list
    .block-text__list-item {
    line-height: 18px;
  }
}
.countering-fraud .countering-fraud__block-text .block-text__wrapper-title {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 650px) {
  .countering-fraud .countering-fraud__block-text .block-text__wrapper-title {
    align-items: center;
  }
  .countering-fraud
    .countering-fraud__block-text
    .block-text__wrapper-title
    > svg:not(:root) {
    height: 30px;
    max-width: none;
    min-width: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 430px) {
  .countering-fraud
    .countering-fraud__block-text
    .block-text__wrapper-title
    > svg:not(:root) {
    height: 20px;
    max-width: none;
    min-width: 20px;
    overflow: hidden;
  }
}
.countering-fraud .countering-fraud__block-text ol.block-text__list {
  font-size: 16px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.countering-fraud .countering-fraud__block-text ol.block-text__list li {
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 28px;
  position: relative;
}
.countering-fraud .countering-fraud__block-text ol.block-text__list li:before {
  color: #000;
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
.countering-fraud .countering-fraud__block-text ol {
  counter-reset: list 0;
}
.countering-fraud .countering-fraud__block-text ol > li {
  counter-increment: list;
}
.countering-fraud .countering-fraud__block-text ol > li:before {
  content: counter(list) ".";
}
.sms-code {
  align-items: center;
  display: flex;
  gap: 10px;
}
.sms-code__link {
  border-bottom: 1px dashed;
  color: #3ae23a;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
input.sms-code__input {
  width: 180px;
}
.alert-modal {
  align-items: center;
  background: hsla(0, 0%, 58%, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 100%;
  transform: scale(0);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.alert-modal.oiedtrhvar {
  top: 0;
  transform: scale(1);
  visibility: visible;
}
.alert-modal__dialog {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 300px;
}
.alert-modal__header {
  border-bottom: 2px solid #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.alert-modal__body {
  margin-bottom: 20px;
}
.alert-modal__footer {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.callback-form__title {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.callback-form .country-select__wrap {
  margin: 20px 0;
}
.callback-form input[type="submit"] {
  width: 100%;
}
.callback-form input[type="text"] {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  height: 40px;
  padding: 0 10px;
  width: 215px;
}
.not-found {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.not-found h1 {
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.not-found__title {
  color: #f5f5f5;
  font-size: 120px;
  font-weight: 700;
  line-height: 0;
  margin-bottom: 65px;
  margin-top: -30px;
}
.not-found__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
}
.not-found__form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 1.5px #29004e;
  height: 40px;
  position: relative;
  width: 300px;
}
.not-found__input {
  background: transparent;
  border: none;
  height: 100%;
  padding-left: 20px;
  width: 100%;
}
.not-found__button {
  background-color: transparent;
  background-image: url(/build/images/header-search.2175e71b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  position: absolute;
  right: 5px;
  transform: scale(1);
  transition: all 0.2s ease;
  width: 40px;
  z-index: 2;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
