/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Landing/Header/style.scss ***!
  \*****************************************************************************************************************************************/
.header {
  padding-top: 41px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 38px;
}
@media screen and (max-width: 600px) {
  .header {
    padding-top: 29px;
    align-items: center;
    margin-bottom: 20px;
  }
}
.header .header__title {
  display: none;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  color: #FFFFFF;
  max-width: 173px;
}
@media screen and (max-width: 1024px) {
  .header .header__title {
    display: flex;
  }
}
.header > img {
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .header > img {
    width: 94px;
    height: 21px;
  }
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Landing/Footer/style.scss ***!
  \*****************************************************************************************************************************************/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #000000;
  padding: 48px 47px 17px 48px;
  background: #f4f4f4;
  border-radius: 27px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 411px) {
  .footer {
    padding: 20px 15px;
  }
}
.footer .footer__meny {
  display: flex;
  font-family: "Graphik";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .footer .footer__meny {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer__meny {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .footer .footer__meny {
    flex-direction: column;
  }
}
@media screen and (max-width: 368px) {
  .footer .footer__meny {
    font-size: 10px;
  }
}
.footer .footer__meny > span {
  transition: 0.2s;
}
.footer .footer__meny > span:hover {
  cursor: pointer;
  opacity: 0.8;
}
.footer .footer__meny > span:last-child {
  margin-left: 44px;
}
@media screen and (max-width: 767px) {
  .footer .footer__meny > span:last-child {
    margin-left: 33px;
  }
}
@media screen and (max-width: 400px) {
  .footer .footer__meny > span:last-child {
    margin-left: 0px;
    margin-top: 8px;
  }
}
.footer .footer__name {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .footer .footer__name {
    font-size: 14px;
    align-items: start;
    flex-direction: row;
  }
  .footer .footer__name > span:last-child {
    margin-left: 4px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 368px) {
  .footer .footer__name {
    font-size: 10px;
  }
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Landing/Banner/style.scss ***!
  \*****************************************************************************************************************************************/
.banner {
  margin-bottom: 102px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner {
    display: none;
  }
}
.banner .banner__block {
  background-image: url(/assets/img/main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 638px;
  display: flex;
  align-items: center;
  border-radius: 52px;
}
.banner .banner__block > span {
  font-style: normal;
  font-weight: 600;
  font-size: 55px;
  line-height: 96.5%;
  color: #FFFFFF;
  width: 100%;
  max-width: 482px;
  padding-left: 64px;
}
@media screen and (max-width: 1300px) {
  .banner .banner__block > span {
    font-size: 45px;
    max-width: 440px;
  }
}
@media screen and (max-width: 1130px) {
  .banner .banner__block > span {
    font-size: 40px;
    max-width: 400px;
  }
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Landing/OfferItem/style.scss ***!
  \********************************************************************************************************************************************/
.offer-item {
  width: 100%;
  max-width: 595px;
  height: 349px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 52px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .offer-item {
    max-width: unset;
    position: relative;
    cursor: default;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .offer-item {
    height: 181px;
    background-size: auto;
    border-radius: 29.8748px;
    margin-bottom: 13px;
  }
}
.offer-item:hover .offer-item__title {
  opacity: 1;
  visibility: visible;
}
.offer-item:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(65, 69, 89, 0.47);
  backdrop-filter: blur(68px);
  animation: fade-in;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .offer-item:hover:before {
    display: none;
  }
}
.offer-item:first-child {
  max-width: none;
  grid-column: 1/3;
}
.offer-item:nth-child(5) {
  margin-bottom: 0;
}
.offer-item .offer-item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 96.5%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .offer-item .offer-item__title {
    visibility: visible;
    opacity: 1;
    padding: 12px 0 11px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 9.51555px;
    color: #000000;
    position: absolute;
    bottom: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 110%;
    text-align: center;
    width: 233px;
    transition: 0.2s;
  }
  .offer-item .offer-item__title:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/containers/Landing/style.scss ***!
  \**********************************************************************************************************************************/
.container__offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 29.7px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .container__offers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: unset;
    margin-bottom: 34px;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Modals/Offer/style.scss ***!
  \***************************************************************************************************************************************/
.offer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.offer .offer__block {
  padding: 57px 175px 38px 175px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .offer .offer__block {
    padding: 36px 22px 31px;
  }
}
.offer .offer__block > img {
  margin-bottom: 44px;
}
@media screen and (max-width: 650px) {
  .offer .offer__block > img {
    margin-bottom: 20px;
    width: 59px;
    height: 59px;
  }
}
.offer .offer__block .offer__block_title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin-bottom: 44px;
}
@media screen and (max-width: 650px) {
  .offer .offer__block .offer__block_title {
    font-size: 24px;
    margin-bottom: 29px;
  }
}
.offer .offer__block .offer__block_copy {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
  position: relative;
}
.offer .offer__block .offer__block_copy > img {
  transition: 0.2s;
}
.offer .offer__block .offer__block_copy > img:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 650px) {
  .offer .offer__block .offer__block_copy {
    margin-bottom: 29px;
  }
  .offer .offer__block .offer__block_copy > img {
    width: 28px;
    height: 34px;
  }
}
.offer .offer__block .offer__block_copy > span {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  background-color: #2E2F9E;
  background-image: linear-gradient(270deg, #6646D3 14.93%, #2E2F9E 84.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 6px;
}
@media screen and (max-width: 650px) {
  .offer .offer__block .offer__block_copy > span {
    font-size: 22px;
  }
}
.offer .offer__block .offer__block_copy .offer__copy_text {
  position: absolute;
  bottom: -35px;
  left: calc(50% - 60px);
  color: #000000;
  font-size: 15px;
}
@media screen and (max-width: 650px) {
  .offer .offer__block .offer__block_copy .offer__copy_text {
    font-size: 13px;
    bottom: -20px;
    left: calc(50% - 50px);
  }
}
.offer .offer__desc {
  padding: 0 44px 30px 44px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 118%;
  text-align: center;
  color: #000000;
  opacity: 0.5;
}
@media screen and (max-width: 650px) {
  .offer .offer__desc {
    padding: 0 22px 30px 22px;
    font-size: 13px;
  }
}
.offer .offer__desc > span {
  color: #2E2F9E;
  transition: 0.2s;
  margin-left: 4px;
  text-decoration: underline;
}
.offer .offer__desc > span:hover {
  cursor: pointer;
  opacity: 0.8;
}
.offer .offer__desc .offer__desc_text {
  color: #000000;
  text-decoration: none;
}
.offer .offer__desc .offer__desc_text:hover {
  cursor: default;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Common/Button/style.scss ***!
  \****************************************************************************************************************************************/
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 0 18px 0;
  box-sizing: border-box;
  background: #113A8B;
  border-radius: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  transition: 0.2s;
}
@media screen and (max-width: 650px) {
  .button {
    padding: 19px 0 22px 0;
    font-size: 20px;
    line-height: 72%;
    border-radius: 9.51555px;
  }
}
.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;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Modals/Error/style.scss ***!
  \***************************************************************************************************************************************/
.error {
  padding: 103px 105px 87px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .error {
    padding: 36px 22px 31px;
  }
}
.error .error__title {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  color: #1F252F;
  margin-bottom: 15px;
}
.error .error__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin-bottom: 45px;
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Common/ModalInput/style.scss ***!
  \********************************************************************************************************************************************/
.input-wrap {
  padding: 9px 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  min-height: 58px;
}
@media screen and (max-width: 650px) {
  .input-wrap {
    padding: 5px 20px;
    min-height: 48px;
    border-radius: 40px;
  }
}
.input-wrap.focused {
  justify-content: space-between;
  border: 1px solid #63676E;
}
.input-wrap.focused .placeholder {
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 1px;
}
@media screen and (max-width: 650px) {
  .input-wrap.focused .placeholder {
    font-size: 14px;
  }
}
.input-wrap.error {
  border: 1px solid rgb(229, 35, 34);
}
.input-wrap .placeholder {
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #777777;
  transition: 0.5s;
  margin-bottom: 0;
}
.input-wrap input {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #1F252F;
  width: 100%;
  outline: none;
  border: 0px;
  color: #000000;
  padding: 0;
}

.error-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #FF2800;
  margin-left: 20px;
  margin-bottom: 14px;
}
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Common/ModalTextArea/style.scss ***!
  \***********************************************************************************************************************************************/
.textarea-wrap {
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  margin-bottom: 13px;
  position: relative;
  min-height: 111px;
}
.textarea-wrap.error {
  border: 1px solid rgb(229, 35, 34);
}
.textarea-wrap.focused {
  justify-content: space-between;
  border: 1px solid #63676E;
}
.textarea-wrap.focused .placeholder {
  font-size: 12px;
}
.textarea-wrap .placeholder {
  position: absolute;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  color: #777777;
  opacity: 0.5;
  transition: 0.5s;
}
.textarea-wrap .textarea-wrap__block {
  font-family: "Future";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  outline: none;
  border: 0px;
  color: #000000;
  resize: none;
}
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Common/ModalOffert/style.scss ***!
  \*********************************************************************************************************************************************/
.offert-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 23px;
}
.offert-block .offert-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #1F252F;
}
.offert-block .offert-text > span {
  width: 100%;
  display: block;
}
@media screen and (max-width: 650px) {
  .offert-block .offert-text {
    font-size: 20px;
  }
}
.offert-block .offert-text a {
  color: #1F252F;
  text-decoration: none;
}
.offert-block .offert-text a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.offert-block .offert-checkbox {
  width: 24px;
  height: 24px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 15px;
  margin-top: 4px;
}
.offert-block .offert-checkbox:hover {
  cursor: pointer;
}
.offert-block .offert-checkbox.checked {
  border-radius: 8px;
  position: relative;
}
.offert-block .offert-checkbox.checked:before {
  content: "";
  background-image: url(/assets/img/checkbox.png);
  background-repeat: no-repeat;
  display: flex;
  width: 15px;
  height: 11px;
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 7.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!./lenta/src/components/Common/ModalUpload/style.scss ***!
  \*********************************************************************************************************************************************/
.upload-wrap {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 22px;
  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;
  width: 100%;
  transition: 0.2s;
}
.upload-wrap .upload-text:hover {
  cursor: pointer;
  opacity: 0.8;
}
.upload-wrap .upload-text-icon {
  width: 24px;
  height: 27px;
  margin-right: 11px;
  margin-top: 4px;
}
@media screen and (max-width: 650px) {
  .upload-wrap .upload-text-icon {
    width: 20px;
    height: 22px;
  }
}
.upload-wrap .upload-text-desc {
  width: calc(100% - 28px);
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 650px) {
  .upload-wrap .upload-text-desc {
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }
  .upload-wrap .upload-text-desc > span {
    margin-top: 4px;
  }
}
.upload-wrap .upload-text-desc > span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #757D8A;
}
.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;
}
.upload-wrap textarea {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  width: 100%;
  background: #000000;
  outline: none;
  border: 0px;
}

.remove-text {
  cursor: pointer;
  color: red;
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/components/Modals/ContactUs/style.scss ***!
  \*******************************************************************************************************************************************/
.contactus-modal {
  display: flex;
  flex-direction: column;
  padding: 50px 144px 34px;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .contactus-modal {
    padding: 33px 16px 38px;
  }
}
.contactus-modal .title {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #1F252F;
  margin-bottom: 29px;
}
@media screen and (max-width: 650px) {
  .contactus-modal .title {
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 24px;
  }
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./lenta/src/assets/scss/index.scss ***!
  \***************************************************************************************************************************/
@font-face {
  font-family: "Graphik";
  src: url(/assets/fonts/Graphik_Regular.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Future";
  src: url(/assets/fonts/futura-pt-book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Future";
  src: url(/assets/fonts/futura-pt-cond-medium.ttf) format("truetype");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: "Future";
  src: url(/assets/fonts/futura-pt-heavy.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  width: 100%;
  background-color: #fff;
  font-family: "Future";
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  body {
    height: auto;
  }
}

#root {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

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

@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;
}

.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(102, 118, 214, 0.15);
  backdrop-filter: blur(68px);
  -webkit-backdrop-filter: blur(68px);
}
.modal.modal-visible {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.modal .modal__container {
  background: #ffffff;
  border-radius: 52px;
  max-width: 819px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 650px) {
  .modal .modal__container {
    border-radius: 29.1064px;
    max-width: 342px;
  }
}
.modal .modal__container.width {
  max-width: 668px;
}
@media screen and (max-width: 650px) {
  .modal .modal__container.width {
    max-width: 342px;
  }
}
@media screen and (max-height: 650px) {
  .modal .modal__container.decrease {
    transform: scale(0.8);
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  .modal .modal__container {
    height: 100vh;
    overflow: auto;
  }
}
.modal .modal__container .modal-close {
  width: 23px;
  height: 23px;
  background-image: url(/assets/img/close_modal.svg);
  position: absolute;
  top: 37px;
  right: 37px;
  background-position: center;
  transition: 0.2s;
}
.modal .modal__container .modal-close:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 650px) {
  .modal .modal__container .modal-close {
    width: 12px;
    height: 12px;
    background-image: url(/assets/img/close_modal_mobile.svg);
    top: 22px;
    right: 22px;
  }
}
.modal.offer__modal {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 51px;
}
@media screen and (max-width: 1024px) {
  .modal.offer__modal {
    position: fixed;
    border-radius: 0;
  }
}

.static-page, .rules {
  margin: 20px 0;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .static-page, .rules {
    box-sizing: border-box;
    margin: 0;
  }
}
.static-page p, .rules p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
}
@media screen and (max-width: 600px) {
  .static-page p, .rules p {
    font-size: 14px;
  }
}
.static-page::-webkit-scrollbar, .rules::-webkit-scrollbar {
  display: none;
}
.static-page .rules-table, .rules .rules-table {
  border-collapse: collapse;
}
.static-page .rules-table tr td, .rules .rules-table tr td {
  padding: 16px;
  border: 1px solid #fefefe;
}

.loader {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.loader.loader-on {
  visibility: visible;
  opacity: 1;
}
.loader::before {
  content: "";
  background: conic-gradient(from 180deg at 60% 40%, rgba(250, 250, 250, 0) 20deg, #731982 300deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #fff 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #fff 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: rot 1s linear infinite;
}
@keyframes rot {
  100% {
    transform: rotate(360deg);
  }
}
