@font-face {
  font-family: "NunitoSans";
  src: url("https://fs.gcfiles.net/fileservice/file/download/h/2524162b1aadafe4b64ee54ea3c4a638.ttf/a/27537/sc/272") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NunitoSans";
  src: url("https://fs.gcfiles.net/fileservice/file/download/h/abb685dbf4acdaec959421c4a4042df3.ttf/a/27537/sc/374") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NunitoSans";
  src: url("https://fs.gcfiles.net/fileservice/file/download/h/3e324309c1adc57f061ef1703f94406a.ttf/a/27537/sc/86") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NunitoSans";
  src: url("https://fs.gcfiles.net/fileservice/file/download/h/8612c2fd805596f86f3d089c37f9548f.ttf/a/27537/sc/86") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

html.overflowed {
  overflow: hidden;
}
body.overflowed {
  overflow: hidden;
}

.comebacker-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff7c;
  font-family: "NunitoSans";
  overflow-y: auto;
}

.comebacker-modal .close-btn {
  right: 15px;
  top: 15px;
  position: absolute;
  font-size: 48px;
  font-weight: 900;
  width: 27px;
  height: 27px;
  cursor: pointer;
  color: #fff;
  font-style: normal;
}

[data-modal-class="comebacker-wrap"],
.comebacker-wrap {
  max-width: 890px !important;
  margin: auto;
}
.comebacker-wrap .modal-content {
  background: none;
  border: none;
}
.comebacker-wrap .modal-block-content {
  padding: 0 !important;
}
.comebacker-body {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1c1c1e;
  color: #fff;
  font-family: "NunitoSans", sans-serif;
  border: solid 3px #fff;
  border-radius: 30px;
  padding: 40px 50px 45px;
  margin-top: 20px;
}
.comebacker-body > * {
  position: relative;
  z-index: 2;
}
.comebacker__title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 20px;
}
.comebacker__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 20px;
}
.comebacker__list-wrap {
  max-width: 430px;
  border: solid 2px #fff;
  border-radius: 15px;
  padding: 10px 15px 20px;
  margin: 0 0 25px;
}
.comebacker__list-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}
.comebacker__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comebacker__list li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 20px;
}
.comebacker__list li:not(:last-child) {
  margin-bottom: 10px;
}
.comebacker__list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
}
.comebacker__quote {
  position: relative;
  max-width: 430px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 30px;
}
.comebacker__quote:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: #fed000;
}
.comebacker-body .comebacker__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  color: #000;
  background: #ffd503;
  max-width: 450px;
  width: 100%;
  height: 90px;
  border-radius: 45px;
  border: solid 5px transparent;
  box-shadow: 0 0 50px 0 rgba(255, 213, 3, 0.73);
  cursor: pointer;
  transition: 0.3s;
}
.comebacker-body .comebacker__btn:hover {
  box-shadow: 0 0 50px 0 rgba(255, 213, 3, 0.73), inset 0 0 10px 0 #000;
  transform: none;
}
.comebacker__image {
  width: 265px;
  position: absolute;
  z-index: 1;
  top: 150px;
  right: 30px;
}
.comebacker__image:before {
  content: "";
  display: block;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background: #fed000;
  position: absolute;
  z-index: 1;
  top: -300px;
  bottom: -300px;
  margin: auto;
  left: -50px;
}
.comebacker__image img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  filter: drop-shadow(10px 10px 10px #0000002a);
}
@media (max-width: 890px) {
  [data-modal-class="comebacker-wrap"],
  .comebacker-wrap {
    max-width: 770px !important;
  }
  .comebacker-body {
    padding: 20px 20px 25px;
  }
  .comebacker__title {
    font-size: 36px;
    max-width: 500px;
  }
  .comebacker__subtitle {
    font-size: 22px;
  }
  .comebacker__image {
    width: 200px;
  }
  .comebacker__image:before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  [data-modal-class="comebacker-wrap"],
  .comebacker-wrap {
    max-width: 420px !important;
  }
  .gc-modal .modal-dialog {
    padding-top: 30px !important;
  }
  .comebacker-body {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .comebacker__title {
    order: 1;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .comebacker__subtitle {
    order: 2;
    margin-bottom: 30px;
  }
  .comebacker__image {
    order: 3;
    position: relative;
    top: 0;
    right: 0;
    width: 145px;
    margin-left: 50px;
    margin-bottom: 35px;
  }
  .comebacker__image:before {
    width: 240px;
    height: 240px;
    left: -100px;
    right: -100px;
    margin: auto;
  }
  .comebacker-body .comebacker__btn {
    order: 4;
    height: 65px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .comebacker__quote {
    order: 5;
    line-height: 1.2;
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .comebacker__list-wrap {
    order: 6;
    margin: 0;
  }
  .comebacker__list-title {
    font-size: 20px;
  }
}
@media (max-width: 389px) {
  html,
  body {
    min-width: 360px;
  }
  .comebacker__title {
    font-size: 28px;
  }
  .comebacker__subtitle {
    font-size: 20px;
  }
  .comebacker__quote {
    font-size: 16px;
  }
  .comebacker__image {
    width: 135px;
  }
  .comebacker__image:before {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 992px) {
  .comebacker-body {
    margin-top: 150px;
  }
}