@font-face {
  src: url(/main/design2023/fonts/Gilroy-Regular.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-Regular.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-Medium.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-Medium.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-SemiBold.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-SemiBold.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-Bold.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-Bold.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/main/design2023/fonts/Gilroy-ExtraBold.woff2) format("woff2"),
    url(/main/design2023/fonts/Gilroy-ExtraBold.woff) format("woff");
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy-ExtraBold;
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url(/main/design2023/fonts/Gilroy-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: Gilroy-Light;
  src: url("../fonts/Gilroy-Light.otf") format("opentype");
}
.modals,
.modals-extra {
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  background: none;
  position: absolute !important;
  z-index: 10 !important;
  width: 0;
  height: 0;
}
.popup {
  display: none;
  height: 100%;
}
.popup.popup--active {
  display: block;
}
.dsplnone {
  display: none;
}
.popup__checkbox-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.popup__checkbox-container-less-text {
  -ms-flex-align: center;
  align-items: center;
}
.popup__checkbox {
  opacity: 0;
  height: 0;
  width: 0;
}
/*
.popup__checkbox-custom {
  min-width: 28px;
  min-height: 28px;
  margin-right: 15px;
  border: 1px solid #ff6c02;
  border-radius: 3px
}
*/
.show-error:invalid + .popup__checkbox-custom {
  border-color: #f00;
}
.show-error:invalid
  + .popup__checkbox-custom
  + .popup__checkbox-text-container {
  color: #f00;
}
.popup__checkbox:checked + .popup__checkbox-custom {
  background-color: #ff6c02;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAbklEQVRIie2SMQ6AIAxFuYREjwjHhcHjPAcZCGkaxRod+tbS1/TTEBznDkAE0pvyykm2li9AafIdWF3+YzmQgKjU+2up2lupOWuNj+RNMK6+KbW5zKUh5h8qRDEfy8VN7E9xGGIv74ZEs1icTzgAJ5w0Gqu97rMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}
.popup__checkbox-link {
  color: #545454;
}
.popup__checkbox-link:hover {
  text-decoration: none;
}
.popup__btn_text {
  font: 400 15px/1.15789 "Roboto", sans-serif;
  color: #545454;
  text-align: center;
  margin: 10px 0 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.popup__close {
  border-color: #eaeaea;
  top: 25px;
}
.popup__close:hover {
  outline: 2px solid #ff6c02;
  border-radius: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal__error {
  color: red;
}
.popup__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
}
.popup__item {
  font-family: "Gilroy", Arial, sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 4px 64px rgba(44, 66, 255, 0.3);
  z-index: 9999;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 30px;
  position: fixed;
  padding: 36px 58px 22px;
  max-width: 638px;
  min-width: 377px;
  font-style: normal;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjM4IiBoZWlnaHQ9IjQ3MCIgdmlld0JveD0iMCAwIDYzOCA0NzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzguOTk0MyAtMC4zMDMxNDZDLTI2LjY0NDggMTIuNDczMSAtMTMyLjE2MiA5NC44MjE0IC0xMzIgMjI0Ljg5NEMtMTMxLjgzNyAzODAuMTAzIDc3LjU3MjEgNjE5LjI0IDQyMS45OTcgNjE5QzcxMi42NiA2MTguODE1IDc4NC4xMzkgNDU4Ljc0NiA3ODQgMzUwLjg5MkM3ODMuNzQ0IDExMS42MzUgNTk4LjUwNiAtNTYuMTg0MyAzNTcuNjEyIC01NS45OTk4QzIyNi4xMjUgLTU1LjkwNzIgMTA4Ljc1NSAyMC4yODg2IDEwOC44OTQgMTMyLjY5OEMxMDkuMDEgMjM3LjM4NCAyMDguNzM0IDM5NC4xMDggNDQ1LjY4IDM5My45NTFDNTU3LjE3NiAzOTMuODc3IDYyMi43NjkgMzMwLjM5MyA2MjIuNjk5IDI1Ny42NDNDNjIyLjYwNyAxODYuMjY5IDU0MC44NjUgODguMTc5MiA0MjEuMzgyIDg4LjI3MTZDMzg1LjU2NyA4OC4yOTAxIDM1OS43NzEgMTA3LjE3MyAzNTkuNzk1IDEzNy4zMjZDMzU5Ljg0MSAxNzUuMzEzIDQyNS41NSAyMTMuMzU1IDUwNy4xNTIgMjEzLjNDNTI3LjA3MyAyMTMuMjkxIDU0Mi45OSAyMTAuMTMxIDU1MC45ODkgMjA2Ljk0NEM1NTQuOTU5IDIxMS43MjkgNTU2Ljk2NyAyMTkuNjQ2IDU1Ni45OTEgMjI1Ljk2NUM1NTcuMDM3IDI2Mi40NTYgNTEzLjE4OSAyODQuNjczIDQ0NS41NjQgMjg0LjcyOUMzNDQuMDQxIDI4NC44MDMgMjQ2LjMwMiAyMjQuNjA3IDI0Ni4xOTcgMTI5LjQzNkMyNDYuMTUxIDcyLjUzOTEgMzA3Ljg2NiAzMS4yNjM0IDM5Ny40NDQgMzEuMTg5NUM1NzQuNjgzIDMxLjA2OTQgNjgwLjI4MiAxNTYuMDk4IDY4MC40MjEgMjgxLjM3NUM2ODAuNTYgMzkzLjc4NCA2MDMuMDkxIDQ1OC44NzYgNDQzLjc2NSA0NTguOTg3QzEyNS4xMDEgNDU5LjIyNyAtMzAuMzU5OCAyMzEuMTU3IDM4Ljk5NDMgLTAuMzAzMTQ2WiIgZmlsbD0iI0Y5RkFGRiIvPgo8L3N2Zz4);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 100vh;
  overflow: auto;
}
.popup__item a {
  color: #2d61e3;
  text-decoration: none;
}
.popup__item a:hover {
  text-decoration: underline;
}
.popup__close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 25px;
  border: none;
  width: 19px;
  height: 19px;
  right: 29px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: none;
}
.popup__close:before {
  content: "✕";
  font-size: 29px;
  line-height: 19px;
  padding: 0;
  height: 19px;
  width: 19px;
  display: block;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popup__close:after {
  content: none;
}
.popup__close:hover {
  border-radius: 0;
  outline: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #2d61e3;
}
.popup__close:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.popup__title {
  font: 700 40px/1.575 "Gilroy", Arial, sans-serif;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39.62px;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.popup__descr {
  font: 400 19px/1.15789 "Gilroy", Arial, sans-serif;
  text-align: center;
  margin: 0 0 23px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #adadad;
  height: 27px;
}
.popup__descr img {
  height: 25px;
  position: relative;
  top: 40%;
  width: auto;
  display: inline-block;
}
.popup__content {
  padding: 27px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#modal-reg .popup__row:first-child {
  width: 100%;
}

#modal-reg .popup__content {
  padding: 10px 0;
}

#modal-reg .popup__center {
  margin-top: 20px;
}

#modal-reg .popup__btn {
  padding: 22px 0 22px;
}

#modal-reg .popup__checkbox-container {
  font-size: 12px;
}

#modal-reg .popup__footnote {
  color: #c6c6c6;
}

#modal-reg .popup__footer {
  padding: 15px 0 0;
}

@media (max-width: 600px) {
  form.form-subscribe__form .popup__limitedblock {
    max-width: 100%;
  }
  form.form-subscribe__form .form-subscribe__button {
    max-width: calc(100% - 16px);
    height: 52px;
    margin: auto;
    font-size: 22px;
  }
  form.form-subscribe__form .form-subscribe__text {
    margin-top: 14px;
    margin-left: 0px;
    text-align: center;
  }
}

.popup__row,
.popup__row:last-child {
  margin: 0 0 13px;
}
.popup__col {
  width: 48%;
}
.popup__block {
  width: 100%;
}
.popup_inputholder {
  position: relative;
}
.popup__input-text {
  border: none !important;
}
.popup__input-text {
  color: #545454;
  width: 100%;
  margin: 0;
  display: block;
  text-align: left;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 23px 21px 0px;
}
.popup__input-text + .popup__placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #9f9f9f;
  -webkit-transform: scale(1) translateX(22px) translateY(-44px);
  -ms-transform: scale(1) translateX(22px) translateY(-44px);
  transform: scale(1) translateX(22px) translateY(-44px);
  position: absolute;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: text;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: flex;
  align-items: center;
}
.popup__input-text:focus + .popup__placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.6) translateX(36px) translateY(-84px);
  -ms-transform: scale(0.6) translateX(36px) translateY(-84px);
  transform: scale(0.6) translateX(36px) translateY(-84px);
}
.popup__input-text:focus + .popup__placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.6) translateX(36px) translateY(-84px);
  -ms-transform: scale(0.6) translateX(36px) translateY(-84px);
  transform: scale(0.6) translateX(36px) translateY(-84px);
}
.popup__input-text:not(:-moz-placeholder-shown) + .popup__placeholder {
  backface-visibility: hidden;
  transform: scale(0.6) translateX(36px) translateY(-84px);
}
.popup__input-text:not(:-ms-input-placeholder) + .popup__placeholder {
  backface-visibility: hidden;
  -ms-transform: scale(0.6) translateX(36px) translateY(-84px);
  transform: scale(0.6) translateX(36px) translateY(-84px);
}
.popup__input-text:not(:placeholder-shown) + .popup__placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.6) translateX(36px) translateY(-84px);
  -ms-transform: scale(0.6) translateX(36px) translateY(-84px);
  transform: scale(0.6) translateX(36px) translateY(-84px);
}
.popup__input-text::-webkit-input-placeholder {
  opacity: 0 !important;
}
.popup__input-text::-moz-placeholder {
  opacity: 0 !important;
}
.popup__input-text:-ms-input-placeholder {
  opacity: 0 !important;
}
.popup__input-text::placeholder {
  opacity: 0 !important;
}

#email-placeholder {
  color: #9f9f9f;
  font-family: Gilroy;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 0px */
  cursor: text;
  transition: transform 0.2s;
  margin-left: 10px;
}

.popup__input-text:focus + .popup__placeholder #email-placeholder {
  transform: scale(0);
}

.popup__separator {
  border: 0;
  border-top: 2px solid #f0f0f0;
  height: 0;
  width: 100%;
  box-sizing: content-box;
}
.popup__footer {
  text-align: center;
  padding: 28px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#modal-ok .popup__footer {
  align-items: center;
  justify-content: center;
}
.popup__linkblock {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 28px;
}
.popup__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  width: 100%;
  border: none;
  line-height: 1;
  padding: 23px 0 21.67px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;
  height: 60px;
  background: #0b66dd;
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 250px;
}
.popup__btn[disabled] {
  background: #6da3eb;
}
.popup__social {
  margin-left: auto;
  margin-right: auto;
}
.popup__sociallinks {
  margin-top: 11px;
}
.popup__checkbox-container {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  color: #000;
}
.popup__limitedblock {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*
.popup__limitedblock {
  max-width: 272px
}
*/
.popup__checkbox-custom {
  min-width: 30px;
  min-height: 30px;
  margin-right: 21px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.popup__checkbox:checked + .popup__checkbox-custom {
  background-color: #b3b3b3;
  background-size: contain;
}
.popup__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__footnote {
  width: 100%;
  text-align: center;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .popup__item {
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    padding: 36px 25px 30px;
  }
  .popup__descr {
    margin-bottom: 10px;
  }
  .popup__col {
    width: 100%;
  }
  .popup__content {
    padding-bottom: 0;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup__separator {
    display: none;
  }
  .popup__linkblock {
    text-align: center;
    padding: 38px 0;
    margin-bottom: 0;
  }
  .popup__mobile_order0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .popup__mobile_order1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .popup__mobile_order2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .popup__limitedblock {
    max-width: 250px;
  }
  .popup__footnote {
    margin-top: 35px;
  }
  .popup__agreeblock {
    margin: 25px 0;
  }
}
.modal_region .popup__footer,
.modal_region .popup__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal_region .bdropdown {
  width: 100%;
  max-width: 420px;
}
.bdropdown {
  position: relative;
}
.bdropdown__btn {
  outline: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  caret: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  width: 100%;
  transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
  padding: 20px 20px 17px;
  background-color: #f8fbff;
  color: #545454;
  border: 3px solid #f3f3f3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bdropdown__btn:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #1063ea rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  content: "";
  transition: 0.3s;
}
.open > .bdropdown__btn:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.bdropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 0;
  transition: 0.3s;
  z-index: 90;
  background: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 10px;
}
.bdropdown__content-inner {
  padding: 5px 5px;
  margin: 10px 0;
  max-height: 230px;
  overflow: hidden;
  overflow-y: auto;
}
.bdropdown__content a {
  display: block;
  text-decoration: none;
  color: #1063ea;
  border-radius: 40px;
  padding: 7px 18px;
}
.bdropdown__content a:hover {
  background: #f5f5f5;
}
.open > .bdropdown__content {
  max-height: 250px;
}

.form-subscribe__checkbox {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
}

.form-subscribe__checkbox .popup__checkbox-container {
  color: #ffffff;
  font-size: 12px;
}

.form-subscribe__checkbox a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .form-subscribe__checkbox .popup__agreeblock {
    margin: 0;
  }
  .form-subscribe__checkbox {
    flex-wrap: wrap;
  }
  .form-subscribe__checkbox .popup__limitedblock {
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .form-subscribe__checkbox .popup__checkbox-container {
    font-size: 12px;
    line-height: 14px;
  }
  .form-subscribe__checkbox .popup__checkbox-custom {
    margin-right: 10px;
  }
}

.modal-blocked {
  position: fixed;
  max-width: 795px;
  width: 795px;
  height: 580px;
  background-image: url("../img/popup-back.png");
  background-color: #f5f5f5;
  /* background-size: cover; */
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 61px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 4px 64px rgba(44, 66, 255, 0.3);
  box-shadow: 0 4px 64px rgba(44, 66, 255, 0.3);
  z-index: 9999;
  /* position: absolute; */
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.popup-blocked__close {
  position: absolute;
  top: 35px;
  right: 27px;
  background-image: url("../img/close-blocked.png");
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  cursor: pointer;
}

.modal-blocked__title {
  color: #545454;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  font-family: "Gilroy-ExtraBold";
}

.modal-blocked__text {
  font-family: "Gilroy-Light";
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  width: 670px;
  height: 277px;
  margin: 20px auto;
}

.modal-blocked__list {
  margin-left: 30px;
}

.modal-blocked__list li {
  margin: 25px 0px;
}

.modal-blocked__icons {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.modal-blocked__icons img {
  width: 50px;
  height: 50px;
  margin: 0px 7px;
}

.modal-blocked__tel {
  display: flex;
  justify-content: center;
  font-family: "Gilroy-Light";
  line-height: 30px;
  font-size: 22px;
}

.modal-blocked__tel a {
  color: #2061e6;
  text-decoration: none;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  margin-left: 8px;
}

.text-mobile {
  display: none;
}

.hide-pseudo-element:after {
  content: none;
}
.modal-preloader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1063eb;
}
.modal-preloader::before {
}
.modal-preloader::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid;
  border-color: currentColor transparent currentColor transparent;
  animation: modal-preloader 2s linear infinite;
}
@keyframes modal-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before {
  content: url("../images/check.png");
  position: absolute;
  left: 0px;
  top: -1px;
  width: 18px;
  height: 18px;
}

input[type="checkbox"]:checked + label:before {
  content: url("../images/check-active.png");
  position: absolute;
  left: 0px;
  top: 1px;
  width: 18px;
  height: 18px;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px;
}

#modal-send_mail_success .popup__item,
#modal-send_mail_fail .popup__item {
  width: 908px;
  max-width: 908px;
  min-width: 908px;
  height: 331px;
  padding: 36px 50px 22px;
}

#modal-send_mail_success .popup__title,
#modal-send_mail_fail .popup__title {
  color: #202020;
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  margin-top: 10%;
}
.form-disabled::before,
.form-disabled .popup__item::before,
.form-locked::before,
.form-disabled::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  border-radius: inherit;
  display: block;
  background-color: #fffd;
}
.modal-preloader {
  z-index: 3;
  display: none;
}
.form-disabled .modal-preloader,
.form-disabled .modal-preloader {
  display: block;
}

.btn_disabled {
  background-color: #ccc !important;
  color: #fff !important;
  border-color: #ccc !important;
}

@media (max-width: 800px) {
  .popup-blocked__close {
    top: 22px;
    right: 22px;
    background-image: url("../images/close-blocked-mobile.png");
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
  }

  .modal-blocked {
    background-position: center center;
    position: fixed;
    max-width: 370px;
    width: 370px;
    height: 723px;
    background-color: #f5f5f5;
    padding: 57px 50px 60px 50px;
  }
  .modal-blocked__title {
    width: 284px;
    height: 105px;
    font-size: 30px;
    line-height: 34px;
  }

  .modal-blocked__text {
    font-family: "Gilroy-Light";
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    width: 263px;
    height: 303px;
    margin: 20px auto 30px;
  }

  .modal-blocked__list {
    margin-left: 20px;
  }

  .modal-blocked__list li {
    margin: 20px 0px;
  }

  .modal-blocked__icons {
    margin: 0px auto 30px;
    width: 260px;
  }

  .modal-blocked__icons img {
    width: 62px;
    height: 62px;
    margin: 0px 11px;
  }
  .--mobil-check-margin {
    margin-top: 15px;
  }

  .--mobile-margin {
    margin-top: 18px;
  }

  .modal-blocked__tel {
    flex-direction: column;
    align-items: center;
    line-height: 22px;
    font-size: 16px;
  }

  .modal-blocked__tel a {
    margin-top: 5px;
    line-height: 22px;
    font-size: 22px;
  }

  .modal-blocked__tel span {
    width: 270px;
    text-align: center;
  }

  .text-desktop {
    display: none;
  }

  .text-mobile {
    display: block;
  }
}

@media (max-width: 800px) {
  #modal-send_mail_success .popup__item,
  #modal-send_mail_fail .popup__item {
    width: 377px;
    max-width: 377px;
    min-width: 377px;
    height: 189px;
    padding: 46px 21px 45px;
    margin-top: 20%;
  }
  #modal-send_mail_success .popup__title,
  #modal-send_mail_fail .popup__title {
    color: #202020;
    text-align: center;
    font-family: Gilroy;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px; /* 111.364% */
    font-family: Gilroy;
    margin-top: 4%;
  }
}

.recaptcha_block {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
#registration_form .recaptcha_block {
  margin: 0 0 20px 0;
}

.popup_inputholder #message {
  width: 100%;
  background: white;
  border: 1px solid #bababa;
  border-radius: 19px;
  padding: 12px 12px 11px 12px;
  font-size: 15px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.4);
  outline: none;
  resize: none;
}

.popup_inputholder select.selectBox {
  width: 100%;
  background: white;
  border: 1px solid #bababa;
  border-radius: 19px;
  padding: 12px 12px 11px 12px;
  font-size: 15px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.4);
  outline: none;
}

@media (max-width: 800px) {
  .modal_support .popup__title {
    margin: 25px 0 6px;
  }
  .popup__content {
    width: 100%;
  }
}

#modal-reset-pass .popup__footer,
#modal-sms-code-pass .popup__footer,
#modal-sms-code-reg .popup__footer,
#modal-sms-code-subs .popup__footer,
#request_delete .popup__footer {
  align-items: center;
  justify-content: center;
}

/* опрос после загрузки чека */
.modal-survey__item {
  padding: 48px;
  max-height: 660px; /* PC */
  display: flex;
  flex-direction: column;
}
.modal-survey__item .popup__title {
  font-size: 38px;
  text-align: left;
  margin: 0;
}
.modal-survey__item .popup__content {
  font-size: 20px;
  padding-top: 36px;
  padding-bottom: 12px;
}
.modal-survey__item .popup__content p {
  margin: 0;
  color: #8b8b8b;
  margin-bottom: 24px;
}
.modal-survey__item .popup__content p:last-child {
  margin: 0;
}
.modal-survey__item .popup__close {
  color: #000000;
}
.modal-survey__item .popup__btn {
  font-size: 22px;
  line-height: 27.24px;
  font-weight: 700;
  border-radius: 50px;
  background-color: #2d61e3;
  height: 59px;
  min-width: 180px;
  width: auto;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.modal-survey__item .popup__btn[disabled] {
  opacity: 0.5;
}
.modal-survey__item .popup__btn-shade {
  background-color: #fff;
  color: #2d61e3;
  border: 2px solid;
  opacity: 0.5;
}
.modal-survey__item .popup__btn-shade:hover {
  opacity: 1;
}
.modal-survey__item .popup__btn-bright {
  background-color: #ff8080;
}
.modal-survey__item .step-wrapper {
  display: contents;
}
.modal-survey__counter {
  color: #000;
}
.modal-survey__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 0 0;
}
.modal-survey__progress div {
  height: 5px;
  border-radius: 5px;
  background-color: #d5d4d4;
  flex-grow: 1;
}
.modal-survey__progress div.modal-survey__progress-filled {
  background-color: #396ef3;
}
.modal-survey__remark {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 19.41px;
  padding: 8px 0 24px;
}
.modal-survey__subtitle {
  font-size: 24px;
  line-height: 29.71px;
  color: #000;
  font-weight: 700;
  padding-top: 16px;
}
.modal-survey__questions {
  flex-grow: 1;
  overflow: auto;
}
.modal-survey__questions::-webkit-scrollbar {
  width: 5px;
}
.modal-survey__questions::-webkit-scrollbar-track {
  background-color: #d5d4d4;
  border-radius: 10px;
}
.modal-survey__questions::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
}
.modal-survey__list {
}
.modal-survey__list label {
  display: flex;
  margin-bottom: 16px;
  align-items: flex-start;
}
.modal-survey__list label input {
  appearance: none;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 16px;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
}
.modal-survey__list label input:checked,
.modal-survey__list label input:hover {
  color: #396ef3;
}
.modal-survey__list label input:checked::after {
  content: "✓";
  font-size: 30px;
  line-height: 26px;
}
.modal-survey__list input[type="text"] {
  border: none;
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 20px;
  padding-left: 22px;
  height: 60px;
  width: 316px;
}
.modal-survey__list input[type="text"]::placeholder {
  color: #9f9f9f;
}
.modal-survey__list span {
  display: inline-block;
  margin-top: 2px;
  line-height: 24.26px;
  cursor: pointer;
}
.modal-survey__rating {
  display: flex;
  align-items: center;
}
.modal-survey__rating input {
  appearance: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #bcbcbc;
  cursor: pointer;
}
.modal-survey__rating input:hover,
.modal-survey__rating input:checked {
  background-color: #396ef3;
}
.modal-survey__rating input:has(~ input:checked),
.modal-survey__rating div:has(~ input:checked) {
  background-color: #396ef3;
}
.modal-survey__rating input:has(~ input:hover),
.modal-survey__rating div:has(~ input:hover) {
  background-color: #396ef3;
}
.modal-survey__rating div {
  flex-grow: 1;
  background-color: #bcbcbc;
  height: 3px;
}
.modal-survey__rating-header {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  justify-content: space-between;
  padding: 24px 0 16px;
}
.modal-survey__rating-footer {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
  color: #9f9f9f;
  padding: 8px 0;
}
.modal-survey__rating-footer label {
  display: block;
  cursor: pointer;
  width: 16px;
  text-align: center;
}
.modal-survey__error {
  color: #ff2f2f;
}
@media (max-width: 1440px) {
  .modal-survey__item .popup__title {
    font-size: 36px;
    line-height: 39.6px;
  }
  .modal-survey__item {
    max-height: 562px;
  }
}
@media (max-width: 430px) {
  .modal-survey__item {
    height: 100vh;
    max-height: 100vh;
    padding: 60px 32px;
  }
  .modal-survey__item .popup__content {
    width: auto;
    flex-grow: 1;
    display: block;
  }
}
@media (max-width: 500px) {
  .modal-survey__item .popup__btn {
    min-width: 120px;
    padding: 0 10px;
    margin: 0;
  }
}

/* Модалка для пустого email'а */

.popup__title.l {
  text-align: left;
}

.popup__desc_c {
  margin-top: 15px;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 300;
  color: #636363;
  line-height: 1.3;
}

.popup__desc_c p {
  margin-bottom: 15px;
}

.popup__correctaccount {
  cursor: pointer;
  width: 259px;
  height: 59px;
  border-radius: 50px;
  background: #2d61e3;
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 15px;
  border: none;
  margin-bottom: 15px;
}

.popup__emptymail {
  width: 259px;
  height: 59px;
  border-radius: 50px;
  background: #2d61e3;
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 55px;
}

.popup__btn--step2 {
  width: 263px;
  height: 59px;
  border-radius: 50px;
  background: #2d61e3;
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 40px;
}

#modal-emptymail .popup__item {
  width: 638px;
  min-height: 302px;
  padding: 36px 48px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#modal-emptymail .popup__title {
  text-align: left;
  margin-bottom: 24px;
}

#modal-emptymail .popup__descr {
  text-align: left;
  color: #8b8b8b;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#modal-emptymail .popup__footer {
  padding-top: 40px;
  justify-content: flex-start;
}

.popup__btn--step1,
.popup__btn--step2 {
  appearance: none;
  border: 0;
  box-shadow: none;
  letter-spacing: inherit;
  text-decoration: none;
  cursor: pointer;
}

.popup__emptymail--white {
  color: #2d61e3;
  background: #ffffff;
  border: 2.5px solid #2d61e3;
  padding: 13px 40px;
  opacity: 0.5;
  margin-left: 24px;
}

.popup__descr.step2 {
  margin-bottom: 50px;
}

.popup__height {
  height: 326px;
}

@media (max-width: 800px) {
  #modal-emptymail .popup__item {
    width: 100%;
    height: 100vh;
    padding: 36px 48px 22px;
    border-radius: 0;
    justify-content: space-between;
  }
  .popup__close {
    display: block !important;
  }
  .popup__title {
    font-size: 36px;
  }
  #modal-emptymail .popup__footer {
    align-items: center;
    margin-bottom: 60px;
  }
  .popup__emptymail--white {
    margin-left: 0px;
  }
  .popup__footer button {
    width: 368px;
  }
  .popup__height {
    height: 100vh;
  }
  #btnFill {
    margin-bottom: 16px;
  }
}

.is-hidden {
  display: none !important;
}

.breadcrumbs_container2025 {
  width: 1410px;
  display: block;
  margin: 0 auto;
}
.breadcrumbs {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Gilroy;
  font-weight: 300;
  line-height: 1.1;
  background: #f1f1f1;
  padding: 7px 14px 7px 0;
  width: fit-content;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.breadcrumbs_container2025 .breadcrumbs {
  margin-top: 0;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #636363;
}
.breadcrumbs a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url("../images/breadcrumbs-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 10px;
}
.breadcrumbs span {
  font-weight: 800;
  color: #6fb4ff;
}
@media (max-width: 1440px) {
  .breadcrumbs_container2025 {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs_container2025 {
    margin-top: 66px;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .breadcrumbs_container2025 .breadcrumbs {
    margin-bottom: 0;
  }
}
