/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/Header/style.scss ***!
  \*******************************************************************************************************************************************/
.header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .header {
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 100px;
  }
}
.header .header__logo {
  margin-right: 94px;
}
@media screen and (max-width: 1280px) {
  .header .header__logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu .menu__item {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-right: 72px;
}
@media screen and (max-width: 1350px) {
  .header .header__menu .menu__item {
    font-size: 18px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 1180px) {
  .header .header__menu .menu__item {
    font-size: 15px;
    margin-right: 25px;
  }
}
.header .header__menu .menu__item:last-child {
  margin-right: 0;
}
.header .header__user {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .header .header__user {
    width: 32px;
    height: 32px;
  }
}
.header .header__burger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header__burger {
    display: block;
    margin-left: 20px;
    width: 25px;
    height: 25px;
  }
}
.header .header__burger_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  z-index: 99;
  padding: 86px 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .header .header__burger_menu {
    padding: 115px 16px;
  }
}
.header .header__burger_menu .menu__item {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 40px;
}
.header .header__burger_close {
  z-index: 999;
  width: 16px;
  height: 16px;
  position: fixed;
  top: 42.5px;
  right: 42.5px;
}
@media screen and (max-width: 600px) {
  .header .header__burger_close {
    top: 54.5px;
    right: 22.5px;
  }
}

.cabinet {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .cabinet {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .cabinet {
    margin-bottom: 60px;
  }
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/Footer/style.scss ***!
  \*******************************************************************************************************************************************/
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer {
    justify-content: unset;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.footer .footer__title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  .footer .footer__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer .footer__title {
    margin-bottom: 24px;
  }
  .footer .footer__title:last-child {
    margin-bottom: 0;
  }
}
.footer .footer__meny_date {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #727171;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/StaticPage/Confident/style.scss ***!
  \*************************************************************************************************************************************************/
.politika {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  box-sizing: border-box;
}
.politika a {
  color: rgb(208, 39, 10);
}
@media screen and (max-width: 820px) {
  .politika {
    font-size: 14px;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/containers/StaticPage/style.scss ***!
  \***************************************************************************************************************************************/
.static-page {
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .static-page {
    padding: 0 38px;
    box-sizing: border-box;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .static-page {
    padding: 0 16px;
  }
}
.static-page table {
  table-layout: fixed;
  width: 100%;
}
.static-page table td {
  word-wrap: break-word;
}
.static-page::-webkit-scrollbar {
  display: none;
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/StaticPage/Faq/style.scss ***!
  \*******************************************************************************************************************************************/
.fqa {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.fqa .fqa__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.fqa .fqa__item .item__title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .fqa .fqa__item .item__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.fqa .fqa__item .item__desc {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #7B7B7B;
}
@media screen and (max-width: 600px) {
  .fqa .fqa__item .item__desc {
    font-size: 18px;
    line-height: 24px;
  }
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/Button/style.scss ***!
  \******************************************************************************************************************************************/
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  box-sizing: border-box;
  background: #E52322;
  border-radius: 18px;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  transition: 0.2s;
}
.button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.button > img {
  margin: 0 14px;
  width: 36px;
  height: 36px;
}
.button.disabled {
  background: #C4C4C4;
  color: #FFFFFF;
  box-shadow: unset;
}
.button.disabled:hover {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .button {
    padding: 15px;
  }
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Modals/Error/style.scss ***!
  \*****************************************************************************************************************************************/
.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .error {
    padding: 16px;
  }
}
.error > img {
  margin-bottom: 24px;
}
.error > span {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .error > span {
    font-size: 22px;
  }
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/ModalInput/style.scss ***!
  \**********************************************************************************************************************************************/
.block {
  display: flex;
  flex-direction: column;
}

.input-wrap {
  padding: 24px 14px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #B2B2B2;
}
.input-wrap.error {
  border: 2px solid rgb(229, 35, 34);
  margin-bottom: 8px;
}
.input-wrap input {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  width: 100%;
  outline: none;
  border: 0px;
  padding: 0;
}
.input-wrap input::placeholder {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #B2B2B2;
}

.placeholder {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 8px;
  display: flex;
}

.error-text {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #EB5757;
  margin-bottom: 15px;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/ModalTextArea/style.scss ***!
  \*************************************************************************************************************************************************/
.textarea-wrap {
  padding: 7px 15px;
  box-sizing: border-box;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
  min-height: 160px;
  background: #FFFFFF;
  border: 2px solid #B2B2B2;
}
.textarea-wrap textarea {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  outline: none;
  border: 0px;
  color: #333333;
  resize: none;
  min-height: 160px;
}

.placeholder {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 10px;
  display: flex;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/ModalOffert/style.scss ***!
  \***********************************************************************************************************************************************/
.offert-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.offert-block .offert-text {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.offert-block .offert-checkbox {
  width: 24px;
  height: 24px;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #DDE2EB;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 10px;
}
.offert-block .offert-checkbox:hover {
  cursor: pointer;
}
.offert-block .offert-checkbox.checked {
  background: #E52322;
  border-radius: 8px;
  border: 2px solid #E52322;
  position: relative;
}
.offert-block .offert-checkbox.checked:before {
  content: "";
  background-image: url(/assets/img/checkbox.svg);
  background-repeat: no-repeat;
  display: flex;
  width: 23px;
  height: 14px;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 8.5px);
}
.offert-block .offert-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/ModalUpload/style.scss ***!
  \***********************************************************************************************************************************************/
.upload-wrap {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 24px;
  position: relative;
}
.upload-wrap.focused {
  justify-content: space-between;
}
.upload-wrap.focused .placeholder {
  font-size: 12px;
}
.upload-wrap .upload-text {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  transition: 0.2s;
}
.upload-wrap .upload-text:hover {
  cursor: pointer;
  opacity: 0.8;
}
.upload-wrap .upload-text-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 4px;
}
.upload-wrap .upload-text-desc {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  width: calc(100% - 28px);
}
.upload-wrap .upload-text-desc > span {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #878786;
}
.upload-wrap .placeholder {
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
  transition: 0.5s;
}

.remove-text {
  cursor: pointer;
  color: #EB5757;
  margin-bottom: 20px;
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Modals/ContactUs/style.scss ***!
  \*********************************************************************************************************************************************/
.contactus-modal {
  display: flex;
  flex-direction: column;
  padding: 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .contactus-modal {
    padding: 16px;
    height: 100%;
    overflow-y: auto;
  }
}
.contactus-modal .contactus-modal__icon {
  width: 153px;
  height: 35px;
  margin-bottom: 31px;
  margin: 0 auto 31px;
}
.contactus-modal .title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.contactus-modal .contactus-modal__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .contactus-modal .contactus-modal__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.contactus-modal .button {
  margin-bottom: 24px;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Modals/Offer/style.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
.offer {
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  overflow-y: auto;
  max-height: 80vh;
  border-radius: 33px;
  width: 100%;
}
.offer::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 600px) {
  .offer {
    max-height: 100vh;
    border-radius: 0;
  }
}
.offer .offer__header {
  width: 100%;
  background-image: url(/assets/img/offer_header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 42px 35px 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .offer .offer__header {
    flex-direction: column-reverse;
    padding: 29px 0 23px 22px;
    align-items: flex-start;
  }
}
.offer .offer__header .header__text {
  width: 100%;
  max-width: 265px;
  background: #FFFFFF;
  border-radius: 11.0195px;
  padding: 8px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.offer .offer__header .header__text .text__title {
  font-style: normal;
  font-weight: 900;
  font-size: 20.2023px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 12px;
}
.offer .offer__header .header__text .text__desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer .offer__header .header__text .text__desc > span {
  font-style: normal;
  font-weight: 400;
  font-size: 12.856px;
  line-height: 15px;
  color: #333333;
}
.offer .offer__header .header__text .text__desc > div {
  padding: 3px 6px;
  box-sizing: border-box;
  background: #FFAD26;
  border-radius: 8px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.75px;
  color: #FFFFFF;
}
.offer .offer_container {
  padding: 32px 32px 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .offer .offer_container {
    flex-grow: 1;
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  .offer .offer_container {
    padding: 20px 16px 120px;
  }
}
.offer .offer_container .info__container_logo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.offer .offer_container .info__container_logo .offer-card__vendor-logo {
  margin-right: 12px;
}
.offer .offer_container .info__container_logo .offer-card__vendor-name {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.offer .offer_container .info__container_logo .offer-card__vendor-date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #878786;
  margin-left: 27px;
  position: relative;
}
.offer .offer_container .info__container_logo .offer-card__vendor-date::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -13.5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .info__container_logo .offer-card__vendor-date::before {
    top: 6px;
  }
}
@media screen and (max-width: 600px) {
  .offer .offer_container .info__container_logo .offer-card__vendor-date {
    font-size: 12px;
    line-height: 16px;
  }
}
.offer .offer_container::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}
.offer .offer_container::-webkit-scrollbar-button {
  height: 0;
  background-color: #666;
}
.offer .offer_container::-webkit-scrollbar-track {
  background-color: #fff;
}
.offer .offer_container::-webkit-scrollbar-track-piece {
  background-color: var(--thirdly-bg);
}
.offer .offer_container::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--fifth-bg);
  border-radius: 10px;
}
.offer .offer_container::-webkit-scrollbar-corner {
  background-color: #999;
}
.offer .offer_container::-webkit-resizer {
  background-color: #666;
}
.offer .offer_container .info__container_about {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 30px;
}
.offer .offer_container .info__container_about > span {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 12px;
}
.offer .offer_container .info__container_about > div {
  margin-bottom: 14px;
  display: flex;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.offer .offer_container .info__container_about > div:last-child {
  margin-bottom: 0;
}
.offer .offer_container .info__container_about > div > span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #878786;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .info__container_about > div > span {
    font-size: 14px;
    line-height: 24px;
  }
}
.offer .offer_container .info__container_about > div > span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -18px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #101010;
  opacity: 0.5;
}
.offer .offer_container .info__container_benefits {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .info__container_benefits {
    margin-bottom: 24px;
  }
}
.offer .offer_container .info__container_benefits .container__benefits_title {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 12px;
}
.offer .offer_container .info__container_benefits .container__benefits_subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #878786;
}
.offer .offer_container .info__container_benefits span:last-child {
  margin-bottom: 0;
}
.offer .offer_container .info__container_how {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.offer .offer_container .info__container_how > span {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 12px;
}
.offer .offer_container .info__container_how > div {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #878786;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .info__container_how > div {
    font-size: 16px;
    line-height: 22px;
  }
}
.offer .offer_container .info__container_how > div > div > a {
  margin-left: 5px;
  color: #0059D6;
  text-decoration: unset;
}
.offer .offer_container .info__container_how > div > span {
  color: #0059D6;
  background-color: #EFF1F5;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .info__container_how > div > span {
    font-size: 14px;
    line-height: 24px;
  }
}
.offer .offer_container .info__container_how > p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  opacity: 0.8;
}
.offer .offer_container .code-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #f4f4f4;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 14px 12px;
  margin-bottom: 30px;
}
.offer .offer_container .code-container > span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .code-container > span {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 8px;
  }
}
.offer .offer_container .code-container > div {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.offer .offer_container .code-container > div > img {
  margin-left: 14px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .offer .offer_container .code-container > div {
    font-size: 22px;
    line-height: 28px;
  }
  .offer .offer_container .code-container > div > img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .offer .offer_container .code-container {
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .offer .offer_container .code-container {
    padding: 16px 12px;
  }
}
.offer .offer_container .code-container .code-container__copied {
  position: absolute;
  top: 12px;
  right: 26px;
  color: #000000;
  border-radius: 4px;
  font-size: 12px;
  line-height: normal;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.offer .offer_container .code-container .copied {
  visibility: visible;
  opacity: 1;
}
.offer .offer_container .info__terms {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7e848c;
  margin-bottom: 28px;
}
.offer .offer_container .info__terms > span:first-child {
  margin-bottom: 8px;
}
.offer .offer_container .info__container_all-сonditions > span {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  color: #333333;
  transition: 0.2s;
  display: flex;
  margin-bottom: 16px;
}
.offer .offer_container .info__container_all-сonditions > span:hover {
  opacity: 0.8;
  cursor: pointer;
}
.offer .offer_container .container__all-сonditions_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #878786;
  opacity: 0.8;
}
.offer .offer_container .container__all-сonditions_text > p {
  margin: 0;
  color: #404040;
}
.offer .error-data,
.offer .loading {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .offer .error-data,
.offer .loading {
    width: 100vw;
  }
}
.offer .error-data .loader,
.offer .loading .loader {
  font-size: 8px;
}
.offer .error-data > span,
.offer .loading > span {
  margin-top: 40px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.offer .error-data > span > span,
.offer .loading > span > span {
  text-decoration: underline;
  color: var(--primary-bg);
  cursor: pointer;
}
.offer .offer__btn {
  background: #E52322;
  border-radius: 12px;
  padding: 18px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  transition: 0.2s;
}
.offer .offer__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .offer .offer__btn {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Modals/PrizeYndex/style.scss ***!
  \**********************************************************************************************************************************************/
.prize-yandex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0;
  box-sizing: border-box;
}
.prize-yandex .prize-yandex__icon {
  width: 153px;
  height: 35px;
  margin-bottom: 32px;
}
.prize-yandex .prize-yandex__title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
.prize-yandex .prize-yandex__img {
  background-image: url(/assets/img/prezent_plitka.png);
  width: 100%;
  height: 168px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.prize-yandex .prize-yandex__text {
  display: flex;
  flex-direction: column;
  padding: 0 56px;
  box-sizing: border-box;
}
.prize-yandex .prize-yandex__text .text__title {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
}
.prize-yandex .prize-yandex__text .text__desc {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #878786;
  margin-bottom: 32px;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Modals/Logout/style.scss ***!
  \******************************************************************************************************************************************/
.logout-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .logout-modal {
    padding: 50px 16px;
  }
}
.logout-modal > img {
  width: 153px;
  height: 35px;
  margin-bottom: 32px;
}
.logout-modal .logout-modal__title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  margin-bottom: 32px;
}
.logout-modal .logout-modal__btn-game {
  margin-bottom: 16px;
}
.logout-modal .logout-modal__btn-logout {
  border: 2px solid #E52322;
  border-radius: 12px;
  background: #FFFFFF;
  color: #E52322;
}
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/containers/Modals/style.scss ***!
  \***********************************************************************************************************************************/
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 99999;
  background: rgba(56, 57, 59, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.modal.modal-visible {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.modal .modal__container {
  background: #FFFFFF;
  border-radius: 32px;
  max-width: 492px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 600px) {
  .modal .modal__container {
    border-radius: 0;
    height: 100%;
    justify-content: flex-start;
  }
}
.modal .modal__container.width {
  max-width: 660px;
}
@media screen and (max-height: 900px) {
  .modal .modal__container.scroll {
    max-height: 100vh;
    overflow-y: hidden;
  }
  .modal .modal__container.scroll .modal-content {
    height: 100%;
    overflow-y: scroll;
  }
  .modal .modal__container.scroll .modal-content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}
.modal .modal__container .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url(/assets/img/close_popup.svg);
  width: 13px;
  height: 13px;
  cursor: pointer;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
.modal .modal__container .modal-close:hover {
  opacity: 0.7;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Modals/VerifEmail/style.scss ***!
  \**********************************************************************************************************************************************/
.verif-yandex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0;
  box-sizing: border-box;
}
.verif-yandex .verif-yandex__icon {
  width: 153px;
  height: 35px;
  margin-bottom: 32px;
}
.verif-yandex .verif-yandex__title {
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
.verif-yandex .verif-yandex__img {
  background-image: url(/assets/img/prezent_plitka.png);
  width: 100%;
  height: 168px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.verif-yandex .verif-yandex__text {
  display: flex;
  flex-direction: column;
  padding: 0 56px;
  box-sizing: border-box;
}
.verif-yandex .verif-yandex__text .text__title {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 12px;
}
.verif-yandex .verif-yandex__text .text__desc {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #878786;
  margin-bottom: 32px;
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/containers/Landing/style.scss ***!
  \************************************************************************************************************************************/

/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/GrandPrize/style.scss ***!
  \***********************************************************************************************************************************************/
.grand__prize {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .grand__prize {
    padding: 0 0 0 16px;
    box-sizing: border-box;
  }
}
.grand__prize .grand__prize_title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.grand__prize .splide__track {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .grand__prize .splide__track {
    padding-bottom: 100px;
  }
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/Slider/style.scss ***!
  \******************************************************************************************************************************************/
.slider {
  display: flex;
  justify-content: center;
}
.slider .slider__item {
  border-radius: 32px;
  box-shadow: 0px 35px 40px rgba(0, 0, 0, 0.06);
  padding: 32px 24px;
  box-sizing: border-box;
  height: 30vw;
  max-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 900px) {
  .slider .slider__item {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .slider .slider__item {
    padding: 32px 16px;
  }
}
.slider .slider__item .slider__item_img {
  position: absolute;
  left: 10px;
  top: -40px;
  width: 105%;
}
.slider .slider__item .slider__item_number {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: center;
  color: #14142B;
  padding: 6px 12px;
  box-sizing: border-box;
  background: #FCFCFC;
  border-radius: 8px;
  margin-bottom: 16px;
  z-index: 99;
}
.slider .slider__item .slider__item_title {
  font-style: normal;
  font-weight: 900;
  font-size: 21px;
  line-height: 26px;
  color: #FFFFFF;
}
.slider .splide__arrow--prev {
  left: -102px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 3.54506px 44.3132px rgba(0, 0, 0, 0.09);
  transition: 0.2s;
}
.slider .splide__arrow--prev > svg {
  fill: #000000;
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .slider .splide__arrow--prev {
    left: -55px;
  }
}
.slider .splide__arrow--next {
  right: -102px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 3.54506px 44.3132px rgba(0, 0, 0, 0.09);
}
.slider .splide__arrow--next > svg {
  fill: #000000;
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 1024px) {
  .slider .splide__arrow--next {
    right: -55px;
  }
}
.slider .splide__arrow:hover:not(:disabled) svg {
  fill: #1e1e1e;
  opacity: 0.8;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/WeekPrize/style.scss ***!
  \**********************************************************************************************************************************************/
.week__prize {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .week__prize {
    padding: 0 0 0 16px;
    box-sizing: border-box;
  }
}
.week__prize .week__prize_title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #333333;
  margin-bottom: 0px;
}
.week__prize .splide__track {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .week__prize .splide__track {
    padding-bottom: 100px;
  }
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/Banner/style.scss ***!
  \*******************************************************************************************************************************************/
.banner {
  display: flex;
  align-items: center;
  position: relative;
  height: 760px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    height: 100%;
    flex-direction: column;
  }
}
.banner .banner__text {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-bottom: 140px;
}
@media screen and (max-width: 900px) {
  .banner .banner__text {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.banner .banner__text .banner__text_title {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  color: #333333;
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .banner .banner__text .banner__text_title {
    font-size: 44px;
    line-height: 53px;
  }
}
.banner .banner__text .banner__text_title > span {
  color: #E52322;
}
.banner .banner__text .banner__text_desc {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 32px;
}
.banner .banner__text .button {
  max-width: 277px;
}
@media screen and (max-width: 600px) {
  .banner .banner__text .button {
    padding: 24.5px;
    font-size: 22px;
    line-height: 26px;
  }
}
.banner .banner__img {
  background-image: url(/assets/img/banner_img.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 56%;
  height: 690px;
  position: absolute;
  top: 0;
  right: -110px;
}
@media screen and (max-width: 900px) {
  .banner .banner__img {
    position: static;
    width: 100%;
    background-image: url(/assets/img/banner_img_mobile.png);
    height: 390px;
  }
}
.banner .banner__block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30.5px;
}
@media screen and (max-width: 1280px) {
  .banner .banner__block {
    bottom: -12%;
  }
}
@media screen and (max-width: 900px) {
  .banner .banner__block {
    position: static;
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.banner .banner__block .banner__block_item {
  padding: 54px 16px 24px;
  box-sizing: border-box;
  background: #EDEDED;
  border-radius: 32px;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner .banner__block .banner__block_item:last-child {
  margin-right: 0;
}
.banner .banner__block .banner__block_item:nth-child(2) {
  padding: 54px 35px 24px;
}
.banner .banner__block .banner__block_item .block__item_img {
  position: absolute;
  top: -37px;
  left: calc(50% - 34px);
}
.banner .banner__block .banner__block_item .block__item_title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1200px) {
  .banner .banner__block .banner__block_item .block__item_title {
    font-size: 20px;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/GuarantPrize/style.scss ***!
  \*************************************************************************************************************************************************/
.guarant-prize {
  padding: 89px 274px;
  background: #EDEDED;
  border-radius: 32px;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 1280px) {
  .guarant-prize {
    padding: 61px 231px;
  }
}
@media screen and (max-width: 900px) {
  .guarant-prize {
    margin: 0 16px 100px 16px;
  }
}
@media screen and (max-width: 800px) {
  .guarant-prize {
    padding: 0;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 690px;
  }
}
.guarant-prize .guarant-prize__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guarant-prize .guarant-prize__block .block__title {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
  color: #333333;
  margin-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  .guarant-prize .guarant-prize__block .block__title {
    font-size: 46px;
    line-height: 55px;
  }
}
@media screen and (max-width: 800px) {
  .guarant-prize .guarant-prize__block .block__title {
    font-size: 32px;
    line-height: 38px;
    padding: 0 21px;
    box-sizing: border-box;
  }
}
.guarant-prize .guarant-prize__block .block__title > span {
  color: #E52322;
}
.guarant-prize .guarant-prize__block .button {
  max-width: 277px;
  z-index: 99;
  padding: 24.5px 66px;
}
.guarant-prize .guarant__img {
  background-image: url(/assets/img/guarant_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 106%;
  height: 486px;
  position: absolute;
  top: 32px;
  left: -50px;
}
@media screen and (max-width: 1024px) {
  .guarant-prize .guarant__img {
    height: 433px;
    left: -20px;
  }
}
@media screen and (max-width: 800px) {
  .guarant-prize .guarant__img {
    position: absolute;
    background-image: url(/assets/img/guarant_img_mobile.png);
    left: calc(50% - 180px);
    top: -10px;
    height: 449px;
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/Partners/style.scss ***!
  \*********************************************************************************************************************************************/
.partners {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .partners {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.partners .partners__title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #333333;
  margin-bottom: 80px;
}
.partners .partners__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .partners .partners__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.partners .partners__block > img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .partners .partners__block > img {
    width: 80%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/Winners/Plug/style.scss ***!
  \*************************************************************************************************************************************************/
.plug {
  padding: 64px;
  box-sizing: border-box;
  background: #EDEDED;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .plug {
    padding: 32px 16px 0;
    margin: 0 16px 100px;
  }
}
.plug .plug__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.plug .plug__block .plug__block_title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #333333;
  margin-bottom: 16px;
}
.plug .plug__block .plug__block_desc {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 32px;
}
.plug .plug__block .button {
  max-width: 277px;
}
.plug .plug__img {
  position: absolute;
  top: -17px;
  right: -160px;
  height: 105%;
  width: 50%;
  background-image: url(/assets/img/plug_img.png);
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .plug .plug__img {
    position: unset;
    height: 190px;
    width: 100%;
    background-image: url(/assets/img/plug_img_mobile.png);
    background-position: center bottom;
    margin-top: 40px;
    background-size: contain;
  }
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/Winners/style.scss ***!
  \********************************************************************************************************************************************/
.winners {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .winners {
    margin-bottom: 100px;
  }
}
.winners .winners__title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #333333;
  margin-bottom: 60px;
}
.winners .winners__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .winners .winners__tab {
    flex-direction: column;
  }
}
.winners .winners__tab .tab__item {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #B2B2B2;
  padding: 17px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  background: #F3F3F3;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .winners .winners__tab .tab__item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.winners .winners__tab .tab__item:last-child {
  margin-right: 0;
}
.winners .winners__tab .tab__item.active {
  background: #E52322;
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .winners .winners__block {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.winners .winners__block .block__input {
  padding: 18px 20px 18px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.winners .winners__block .block__input > input {
  border: unset;
  background: #F3F3F3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px;
  color: #333333;
  outline: unset;
  width: 100%;
  margin-right: 16px;
  padding: 0;
}
.winners .winners__table {
  display: flex;
  flex-direction: column;
  max-height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 1096px) {
  .winners .winners__table {
    max-height: 720px;
  }
}
@media screen and (max-width: 1035px) {
  .winners .winners__table {
    max-height: 750px;
  }
}
@media screen and (max-width: 900px) {
  .winners .winners__table {
    max-height: 705px;
  }
}
@media screen and (max-width: 720px) {
  .winners .winners__table {
    max-height: 775px;
  }
}
@media screen and (max-width: 580px) {
  .winners .winners__table {
    max-height: 815px;
  }
}
@media screen and (max-width: 467px) {
  .winners .winners__table {
    max-height: 840px;
  }
}
@media screen and (max-width: 415px) {
  .winners .winners__table {
    max-height: 865px;
  }
}
.winners .winners__table.open {
  max-height: 100%;
}
.winners .winners__table .table__header, .winners .winners__table .table__body {
  padding: 24px 0;
  box-sizing: border-box;
  background: #98C21F;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .winners .winners__table .table__header, .winners .winners__table .table__body {
    display: none;
  }
}
.winners .winners__table .table__header > span, .winners .winners__table .table__body > span {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.winners .winners__table .table__body {
  background: #EDEDED;
  padding: 17px;
}
@media screen and (max-width: 900px) {
  .winners .winners__table .table__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.winners .winners__table .table__body > span {
  color: #333333;
}
.winners .winners__table .table__body:nth-child(2n) {
  background: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .winners .winners__table .table__body .body__date {
    grid-column: 2;
    grid-row: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #878786;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .winners .winners__table .table__body .body__date {
    text-align: end;
  }
}
@media screen and (max-width: 900px) {
  .winners .winners__table .table__body .body__name {
    grid-column: 1;
    grid-row: 1;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .winners .winners__table .table__body .body__name {
    text-align: start;
  }
}
@media screen and (max-width: 900px) {
  .winners .winners__table .table__body .body__email {
    grid-column: 1;
    grid-row: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #878786;
  }
}
@media screen and (max-width: 600px) {
  .winners .winners__table .table__body .body__email {
    text-align: start;
  }
}
@media screen and (max-width: 900px) {
  .winners .winners__table .table__body .body__prize {
    grid-column: 2;
    grid-row: 2;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
  }
}
@media screen and (max-width: 600px) {
  .winners .winners__table .table__body .body__prize {
    text-align: end;
  }
}
.winners .winner__table_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E52322;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  transition: 0.2s;
}
.winners .winner__table_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.winners .winner__table_button > img {
  width: 20px;
  height: 20px;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Landing/BannerSbp/style.scss ***!
  \**********************************************************************************************************************************************/
.banner-sbp {
  background: #FDF2DB;
  border-radius: 32px;
  padding: 70px 94px 0 73px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 140px;
}
@media screen and (max-width: 1280px) {
  .banner-sbp {
    padding: 50px 30px 0 30px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-sbp {
    padding: 40px 20px 0 20px;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    margin: 150px 16px 100px;
  }
}
@media screen and (max-width: 900px) {
  .banner-sbp {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .banner-sbp {
    margin-bottom: 100px;
  }
}
.banner-sbp .banner-sbp__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 552px;
}
@media screen and (max-width: 1200px) {
  .banner-sbp .banner-sbp__text {
    max-width: none;
    align-items: center;
  }
}
.banner-sbp .banner-sbp__text .text__title {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 119.3%;
  color: #333333;
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  .banner-sbp .banner-sbp__text .text__title {
    font-size: 31px;
    line-height: 119.3%;
    margin-bottom: 17px;
  }
}
.banner-sbp .banner-sbp__text .text__block {
  display: flex;
  flex-direction: column;
}
.banner-sbp .banner-sbp__text .text__block .block__item {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .banner-sbp .banner-sbp__text .text__block .block__item {
    margin-bottom: 14px;
  }
  .banner-sbp .banner-sbp__text .text__block .block__item:last-child {
    margin-bottom: 0;
  }
}
.banner-sbp .banner-sbp__text .text__block .block__item:last-child {
  margin-bottom: 0;
}
.banner-sbp .banner-sbp__text .text__block .block__item .block__item_number {
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 119.3%;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .banner-sbp .banner-sbp__text .text__block .block__item .block__item_number {
    min-width: 23px;
    height: 23px;
    margin-right: 12px;
    font-size: 13.4457px;
    line-height: 119.3%;
  }
}
.banner-sbp .banner-sbp__text .text__block .block__item .block__item_title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .banner-sbp .banner-sbp__text .text__block .block__item .block__item_title {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-sbp > img {
    width: 50%;
    margin-top: 17px;
  }
}
@media screen and (max-width: 475px) {
  .banner-sbp > img {
    width: 100%;
  }
}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/containers/Cabinet/style.scss ***!
  \************************************************************************************************************************************/
.cabinet__content {
  position: relative;
}
.cabinet__content .cabinet__content_img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .cabinet__content .cabinet__content_img {
    display: none;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Cabinet/Notification/style.scss ***!
  \*************************************************************************************************************************************************/
.notifications {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .notifications {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .notifications {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .notifications {
    padding: 0 16px;
    margin-bottom: 60px;
  }
}
.notifications .notifications__content {
  display: flex;
  flex-direction: column;
  background: #EDEDED;
  border-radius: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .notifications .notifications__content {
    height: 590px;
  }
}
.notifications .notifications__content .notifications__content_block {
  display: flex;
  flex-direction: column;
  padding: 32px 0 35px 56px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .notifications .notifications__content .notifications__content_block {
    padding: 32px 24px;
  }
}
.notifications .notifications__content .notifications__content_block .content__block__title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.001em;
  color: #333333;
  margin-bottom: 10px;
  width: 100%;
  max-width: 622px;
}
.notifications .notifications__content .notifications__content_block .content__block__title > span {
  color: #E52322;
}
@media screen and (max-width: 600px) {
  .notifications .notifications__content .notifications__content_block .content__block__title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 12px;
  }
}
.notifications .notifications__content .notifications__content_block .button {
  padding: 24px;
  border-radius: 0px 32px 32px 32px;
  max-width: 326px;
  font-size: 36px;
  line-height: 140%;
}
.notifications .notifications__content .notifications__content_block .button:hover {
  cursor: default;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .notifications .notifications__content .notifications__content_block .button {
    padding: 12.5px;
    max-width: 165px;
    font-size: 18.2761px;
    line-height: 140%;
    border-radius: 0px 16.2454px 16.2454px 16.2454px;
  }
}
.notifications .notifications__content .notifications__content_img {
  width: 1200px;
  height: 209px;
}
@media screen and (max-width: 600px) {
  .notifications .notifications__content .notifications__content_img {
    position: absolute;
    top: 219px;
    left: -35px;
  }
}
.notifications .notifications__content .notifications__content_banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 591px;
  height: 394px;
  background-image: url(/assets/img/notification_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .notifications .notifications__content .notifications__content_banner {
    right: -15px;
    width: 555px;
    height: 351px;
  }
}
@media screen and (max-width: 900px) {
  .notifications .notifications__content .notifications__content_banner {
    background-image: url(/assets/img/notification_img_mobile.png);
    width: 343px;
    height: 255px;
  }
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Cabinet/MyPresents/style.scss ***!
  \***********************************************************************************************************************************************/
.presents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .presents {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 900px) {
  .presents {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .presents {
    padding: 0 16px;
    margin-bottom: 60px;
  }
}
.presents .presents__title {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  color: #333333;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .presents .presents__title {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 40px;
  }
}
.presents .presents__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .presents .presents__list {
    overflow: scroll;
    padding-bottom: 100px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .presents .presents__list {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .presents .presents__list {
    padding-bottom: 60px;
  }
}
.presents .presents__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.presents .presents__list .presents__list_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .presents .presents__list .presents__list_scroll {
    flex-wrap: nowrap;
    width: 1200px;
    justify-content: unset;
  }
}
.presents .presents__list .presents__list_scroll .card {
  min-width: 260px;
  margin-bottom: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 650px) {
  .presents .presents__list .presents__list_scroll .card {
    min-width: 263px;
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
.presents .presents__list .presents__list_scroll .card .card__img {
  background-repeat: repeat-x;
  height: 120px;
}
.presents .presents__list .presents__list_scroll .card .card__text {
  height: auto;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/Card/style.scss ***!
  \****************************************************************************************************************************************/
.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 280px;
  margin-right: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(95, 95, 95, 0.1);
  border-radius: 30px;
  position: relative;
}
.card.active .card__img {
  opacity: 0.5;
}
.card.active .card__img .card__text_title {
  opacity: 0.5;
}
.card.active .card__text .card__text_title {
  opacity: 0.5;
}
.card .close__card {
  position: absolute;
  top: -10px;
  right: -10px;
}
.card .card__img {
  background-image: url(/assets/img/prezent_plitka.png);
  width: 100%;
  height: 145px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.card .card__text {
  padding: 27px 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 70%;
}
.card .card__text .card__text_title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
.card .card__text .card__text_desc {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #878786;
  margin-bottom: 16px;
}
.card .card__text .card__text_btn {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #E52322;
  border-radius: 12px;
  width: 100%;
  max-width: 195px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.card .card__text .card__text_btn.disabled {
  border: 2px solid #878786;
  transition: none;
}
.card .card__text .card__text_btn.disabled > span {
  color: #878786;
}
.card .card__text .card__text_btn.disabled:hover {
  cursor: default;
  opacity: 1;
}
.card .card__text .card__text_btn > span {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  color: #E52322;
}
@media screen and (max-width: 600px) {
  .card .card__text .card__text_btn > span {
    font-size: 13px;
  }
}
.card .card__text .card__text_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Cabinet/Prize/style.scss ***!
  \******************************************************************************************************************************************/
.prize {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .prize {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .prize {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .prize {
    padding: 0 16px;
    margin-bottom: 60px;
  }
}
.prize .prize__title {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .prize .prize__title {
    font-size: 44px;
    line-height: 53px;
  }
}
.prize .prize__desc {
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #333333;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .prize .prize__desc {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 60px;
  }
}
.prize .prize__desc > span {
  color: #E52322;
}
.prize .prize__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .prize .prize__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.prize .prize__list .card {
  margin-right: 14px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 226px;
}
@media screen and (max-width: 600px) {
  .prize .prize__list .card {
    margin-right: 0;
    margin-bottom: 0;
    min-width: 163px;
  }
}
.prize .prize__list .card .card__img {
  height: 100px;
}
.prize .prize__list .card .card__text {
  padding: 16px;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/components/Common/Loader/style.scss ***!
  \******************************************************************************************************************************************/
.loader,
.loader:after {
  border-radius: 50%;
  width: 3.8em;
  height: 3.8em;
}

.loader {
  margin: auto;
  font-size: 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0);
  border-right: 0.5em solid #fff;
  border-bottom: 0.5em solid #fff;
  border-left: 0.5em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  z-index: 99;
}

.light-loader {
  border-right: 0.5em solid #fff;
  border-bottom: 0.5em solid #fff;
  border-left: 0.5em solid #fff;
}

.dark-loader {
  border-right: 0.5em solid #e70909;
  border-bottom: 0.5em solid #e70909;
  border-left: 0.5em solid #e70909;
}

.errorqr-modal .loader {
  margin: 1em auto;
  font-size: 7px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./5ka_sbp/src/assets/scss/index.scss ***!
  \*****************************************************************************************************************************/
@font-face {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/5kaSansDesign-Regular.otf) format("OpenType");
}
@font-face {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/5kaSansDesign-SemiBold.otf) format("OpenType");
}
@font-face {
  font-family: "5kaSansDesign";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/fonts/5kaSansDesign-Black.otf) format("OpenType");
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  width: 100%;
  background-color: #ffffff;
  font-family: "5kaSansDesign";
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  body {
    height: auto;
  }
}

#root {
  height: 100%;
  width: 100%;
}

.container {
  height: 100%;
  width: 100%;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 120px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  animation-name: content;
  animation-duration: 1.5s;
  background-color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 20px 16px 40px;
  }
}
@media screen and (max-width: 900px) {
  .container {
    padding: 20px 0 40px;
  }
}

@keyframes content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

body::-webkit-scrollbar-button {
  height: 0;
  background-color: #666;
}

body::-webkit-scrollbar-track {
  background-color: #999;
}

body::-webkit-scrollbar-track-piece {
  background-color: var(--fourthly-bg);
}

body::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: var(--secondary-text);
  border-radius: 10px;
}

body::-webkit-scrollbar-corner {
  background-color: #999;
}

body::-webkit-resizer {
  background-color: #666;
}

input[type=file] {
  display: none;
}

.cursor {
  transition: 0.2s;
}
.cursor:hover {
  cursor: pointer;
  opacity: 0.8;
}
