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

:focus,
:active {
  outline: none !important;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Circe", sans-serif;
}

input::-ms-clear {
  display: none;
}

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

a,
a:visited {
  text-decoration: none;
}

button {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
}

label {
  -webkit-tap-highlight-color: transparent;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("../fonts/circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Regular.woff") format("woff"), url("../fonts/circe/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("../fonts/circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraLight.woff") format("woff"), url("../fonts/circe/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"), url("../fonts/circe/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Thin.woff") format("woff"), url("../fonts/circe/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"), url("../fonts/circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Light.woff") format("woff"), url("../fonts/circe/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Bold.woff") format("woff"), url("../fonts/circe/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("../fonts/circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-ExtraBold.woff") format("woff"), url("../fonts/circe/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media (max-width: 1920px) {
  html {
    font-size: 0.47vw;
  }
}
@media (max-width: 750.98px) {
  html {
    font-size: 1.333vw;
  }
}
body {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  color: #363a3a;
  background-color: #191c50;
  font-size: 1.6rem;
  line-height: 1.75;
  overflow-x: hidden;
}
@media (max-width: 750.98px) {
  body {
    font-size: 2.1rem;
  }
}

.wrapper {
  display: flex;
  min-height: 100%;
  position: relative;
  flex-direction: column;
}
@media (max-width: 750.98px) {
  .wrapper {
    overflow: hidden;
  }
}

._container {
  max-width: calc(1920px + 28rem);
  padding-left: 14rem;
  padding-right: 14rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 750.98px) {
  ._container {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

._ibg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.callback__title {
  font-size: 5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #e2ca9e;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 750.98px) {
  .callback__title {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
}
.callback__subtitle {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7rem;
}
@media (max-width: 750.98px) {
  .callback__subtitle {
    font-size: 2.16rem;
    line-height: 3.1rem;
  }
}
.form {
  width: 100%;
}
.form label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.form label span {
  text-transform: none;
  color: #4b67a3;
}
@media (max-width: 750.98px) {
  .form label {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.form input[type=text], .form input[type=password], .form textarea, .form input[type=submit], .form select {
  display: block;
  width: 100%;
  border-radius: 2.5rem;
  min-height: 6rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 750.98px) {
  .form input[type=text], .form input[type=password], .form textarea, .form input[type=submit], .form select {
    min-height: 5.1rem;
  }
}
.form input[type=text], .form input[type=password], .form textarea, .form select {
  background: transparent;
  border: 0.1rem solid #4f558c;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #e2ca9e;
}
@media (max-width: 750.98px) {
  .form input[type=text], .form input[type=password], .form textarea, .form select {
    font-size: 2.2rem;
  }
}
.form select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23cdced9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 2.4rem 1.8rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-wrap: normal;
  color: #e2ca9e;
}
.form textarea {
  min-height: 12rem;
  padding: 1.5rem 3rem;
  text-transform: none;
}
.form input[type=submit] {
  display: inline-block;
  width: auto;
  background-color: #e2ca9e;
  border: none;
  min-height: auto;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #09122c;
  padding: 1.5rem 4rem;
  cursor: pointer;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .form input[type=submit] {
    width: 100%;
    font-size: 2.2rem;
    min-height: 8rem;
    margin-top: 4rem;
  }
}
.form input[type=submit]:hover {
  background-color: #f6dcac;
}
.form__group {
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 750.98px) {
  .form__group {
    margin-bottom: 5.7rem;
  }
}
.form__footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.alert {
  background: url("../img/bgm.jpg");
  color: #ffffff;
  position: fixed;
  top: 0;
  width: 110rem;
  height: 100dvh;
  left: -200%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 20;
}
@media (max-width: 750.98px) {
  .alert {
    width: 100%;
    padding-top: 11rem;
  }
}
.alert._show {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.alert__content {
  max-height: 100%;
  padding: 8rem 14rem 10rem;
}
@media (max-width: 750.98px) {
  .alert__content {
    overflow: hidden;
    padding: 4rem 4rem 12rem;
  }
}
.alert__close {
  position: absolute;
  right: 5.6rem;
  top: 3.6rem;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  padding: 0;
  transition: 0.1s;
}
@media (max-width: 750.98px) {
  .alert__close {
    width: 4rem;
    height: 4rem;
  }
}
.alert__close:hover:before, .alert__close:hover:after {
  background-color: #f6dcac;
}
.alert__close:before, .alert__close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  display: block;
  background-color: #e2ca9e;
  transform: rotate(45deg);
}
@media (max-width: 750.98px) {
  .alert__close:before, .alert__close:after {
    height: 0.3rem;
  }
}
.alert__close:after {
  transform: rotate(-45deg);
}

.success__title {
  font-size: 5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #e2ca9e;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 750.98px) {
  .success__title {
    font-size: 4.8rem;
    margin-bottom: 5rem;
  }
}
.success p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8rem;
  text-align: center;
}
@media (max-width: 750.98px) {
  .success p {
    font-size: 2.16rem;
    line-height: 3.1rem;
  }
}
.success img {
  margin: 0 auto;
  max-width: 32rem;
  margin-bottom: 8rem;
}

.btn {
  display: block;
  width: auto;
  background-color: #e2ca9e;
  border: none;
  min-height: auto;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #09122c;
  padding: 1.5rem 4.5rem;
  cursor: pointer;
  transition: 0.1s;
  border-radius: 2.5rem;
}
@media (max-width: 750.98px) {
  .btn {
    width: 100%;
    font-size: 2.2rem;
    min-height: 8rem;
    margin-top: 4rem;
  }
}
.btn:hover {
  background-color: #f6dcac;
}
.btn_align-center {
  margin: 0 auto;
}

.icon {
  display: inline-flex;
  align-items: center;
}
.icon:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1rem;
}
.icon_max:before {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/max_icon_1.svg);
}

.checkbox-wrapper label {
  display: inline-flex;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper label {
    font-size: 2rem;
    line-height: 3rem;
  }
}

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

.checkbox-wrapper [type=checkbox].substituted {
  margin: 0;
  width: 1px;
  height: 1px;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translate(1.3rem, 0.5rem);
}

.checkbox-wrapper [type=checkbox].substituted + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1.2rem;
  border: none;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="%2309122c" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate(0, 0.3rem);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper [type=checkbox].substituted + label:before {
    height: 2.6rem;
    width: 2.6rem;
    margin-right: 1.5rem;
  }
}

.checkbox-wrapper [type=checkbox].substituted:enabled:active + label:before,
.checkbox-wrapper [type=checkbox].substituted:enabled + label:active:before {
  background-color: #fff;
}

.checkbox-wrapper [type=checkbox].substituted:checked + label:before {
  background-color: #e2ca9e;
  background-size: 1rem;
  color: rgba(0, 0, 0, 0.075);
  border: none;
}
@media (max-width: 750.98px) {
  .checkbox-wrapper [type=checkbox].substituted:checked + label:before {
    background-size: 1.45rem;
  }
}

.checkbox-wrapper [type=checkbox].substituted:checked:enabled:active + label:before,
.checkbox-wrapper [type=checkbox].substituted:checked:enabled + label:active:before {
  background-color: #e2ca9e;
  color: rgba(0, 0, 0, 0.275);
}

.checkbox-wrapper [type=checkbox].substituted:disabled + label:before,
.checkbox-wrapper [type=checkbox].substituted:disabled + label {
  opacity: 0.5;
  cursor: default;
}

.selectBlock._init {
  --select-color: #e2ca9e;
  margin-bottom: 1.4rem;
  color: var(--select-color);
  border-radius: 2.5rem;
  min-height: 6rem;
  background-color: transparent;
  border: 0.1rem solid #4f558c;
  padding: 1.5rem 5rem 1.5rem 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 750.98px) {
  .selectBlock._init {
    margin-bottom: 2.8rem;
    min-height: 8.1rem;
    font-size: 2.2rem;
    border-radius: 2.5rem;
  }
}
.selectBlock._init select {
  display: none;
}
.selectBlock._init:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23cdced9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4rem 1.8rem;
  position: absolute;
  right: 2rem;
  transition: 0.2s;
  width: 2.4rem;
  height: 1.8rem;
}
@media (max-width: 750.98px) {
  .selectBlock._init:before {
    right: 1.5rem;
  }
}
.selectBlock._init .customSelect {
  display: flex;
  align-items: center;
}
.selectBlock._init .customSelectBody {
  position: absolute;
  top: calc(100% + 0.3rem);
  width: 100%;
  padding: 0.5rem 0;
  background-color: #191c50;
  color: var(--select-color);
  border: 0.1rem solid #4f558c;
  border-radius: 2.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.55);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: 0.2s;
  left: 0;
  overflow: hidden;
}
.selectBlock._init .customSelectBody ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 25rem;
  overflow-y: auto;
}
@media (max-width: 750.98px) {
  .selectBlock._init .customSelectBody ul {
    max-height: 50rem;
  }
}
.selectBlock._init .customSelectBody li {
  padding: 2rem 3rem;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.selectBlock._init .customSelectBody li:hover {
  background-color: #4f558c;
}
.selectBlock._init._active:before {
  transform: scale(-1);
}
.selectBlock._init._active .customSelectBody {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.screensaver {
  background-color: #191c50;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.screensaver__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 88dvh;
}
.screensaver__logo {
  position: relative;
  margin-bottom: 15rem;
}
@media (max-width: 750.98px) {
  .screensaver__logo {
    margin-bottom: 24rem;
  }
}
.screensaver__logo img {
  width: 26rem;
  margin-top: 4rem;
}
.screensaver__logo:before {
  content: "";
  position: absolute;
  width: 60rem;
  height: 60rem;
  border: 0.2rem solid #415a84;
  border-radius: 50%;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 19rem);
}
.screensaver__logo:after {
  content: "";
  position: absolute;
  width: 4.3rem;
  height: 4.3rem;
  background-image: linear-gradient(-27deg, #e5d5b9 -17%, #ffe4b2 119%);
  border-radius: 50%;
  right: 100%;
  bottom: 100%;
  transform: translate(-18rem, 19rem);
}
.screensaver__main {
  text-align: center;
  color: #fff3dd;
}
.screensaver__main h1 {
  font-size: 6.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.screensaver__main h2 {
  font-size: 3.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

@media (max-width: 750.98px) {
  .screensaver__main h1 {
    margin-bottom: 4rem;
  }
  .screensaver__main h2 {
    margin-bottom: 3rem;
  }
}
.screensaver__main p {
  font-size: 2.4rem;
  font-weight: 300;
  max-width: 130rem;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}


ul, li{list-style: none;}
@media (max-width: 750.98px) {
  .screensaver__main p {
    max-width: 53rem;
    line-height: 1.5;
  }
}
.screensaver__main button {
  background-color: #e2ca9e;
  border: none;
  border-radius: 2.4rem;
  padding: 0.8rem;
  width: 37.8rem;
  height: 5rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #09122c;
  margin-bottom: 5.5rem;
  transition: 0.2s;
}
@media (max-width: 750.98px) {
  .screensaver__main button {
    width: 53rem;
    height: 7.5rem;
    border-radius: 4rem;
    font-size: 2.1rem;
  }
}
.screensaver__main button:hover {
  background-color: #f6dcac;
}
.screensaver__footer {
  min-height: 12dvh;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(1deg, #c8b38d -14%, #ffe4b2 115%);
  align-items: center;
  padding: 4.5rem;
}
.screensaver__footer span {
  font-size: 1.55rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 750.98px) {
  .screensaver__footer span {
    font-size: 1.47rem;
  }
}
.screensaver__footer img {
  margin-right: 5.5rem;
  margin-left: 5.5rem;
  max-width: 30rem;
  max-height: 7.3rem;
}
@media (max-width: 750.98px) {
  .screensaver__footer img {
    max-width: 26rem;
    max-height: 6.9rem;
  }
}

.contacts-screensaver {
  margin-bottom: 5rem;
}
.contacts-screensaver__title {
  font-size: 2.7rem;
  font-weight: 400;
  display: block;
}
.contacts-screensaver__phone, .contacts-screensaver__whatsapp, .contacts-screensaver__telegram {
  font-size: 3.05rem;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-weight: 300;
  transition: 0.1s;
}
.contacts-screensaver__phone:hover, .contacts-screensaver__whatsapp:hover, .contacts-screensaver__telegram:hover {
  color: #e2ca9e;
}
.contacts-screensaver__whatsapp {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.contacts-screensaver__whatsapp:before {
  content: "";
  background: url(../img/max_icon_1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  right: calc(100% + 1rem);
  transform: translateY(-0.2rem);
}


.contacts-screensaver__telegram {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contacts-screensaver__telegram:before {
  content: "";
  background: url(../img/telegram.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  right: calc(100% + 1rem);
  transform: translateY(-0.2rem);
}
.contacts-screensaver__email {
  display: block;
  font-size: 2.35rem;
  color: #ffffff;
  font-weight: 300;
  margin-top: 1rem;
  transition: 0.1s;
}
.contacts-screensaver__email:hover {
  color: #e2ca9e;
}
.contacts-screensaver__doc {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 5rem;
}
.contacts-screensaver__doc:hover {
  text-decoration: none;
}
.contacts-screensaver__bank img {
  width: 25.8rem;
  margin: 0 auto;
  margin-bottom: 8rem;
}

.d-none {
  display: none;
}

._disabled {
  opacity: 0.5;
  cursor: default;
}

@media (max-width: 750.98px) {
  ._hide-mob {
    display: none;
  }
}

@media (min-width: 750.98px) {
  ._hide-pc {
    display: none !important;
  }
}

._fixed {
  overflow: hidden !important;
  height: 100vh;
  padding-right: var(--fancybox-scrollbar-compensate);
}

.modal-layout {
  position: fixed;
  z-index: 19;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  transition: 0.5s;
}
