@import url("https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap");
.itemFullText {
  background: #fff;
}

.navbar {
  display: none;
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    width: 90%;
  }
}
.wrapper p,
.wrapper ul li {
  font: 400 15px/24px "Montserrat";
  color: #051c2c;
  margin: 0;
}

nav {
  background: #fbefef;
  padding: 21px 0;
}
nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
nav div.logo {
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
nav div.logo div.separate {
  background: #051c2c;
  width: 1px;
  height: 40px;
  margin: 0 18px;
}
@media screen and (max-width: 395px) {
  nav div.logo div.separate {
    display: none;
  }
}
nav div.logo > p {
  color: #051c2c;
  font: 500 12px/18px "Montserrat", sans-serif;
  width: 200px;
}
@media screen and (max-width: 576px) {
  nav div.logo + ul {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  nav div.logo + ul + div.lang {
    display: none;
  }
}
nav .lang a {
  color: #0c1b30;
  font: 600 16px/28px "Montserrat", sans-serif;
  text-decoration: none;
  transition: 0.2s linear;
  border-radius: 10px;
  border: 1px solid #051c2c;
  padding: 11px;
}
nav .lang a:hover {
  background: #fff;
}
nav ul {
  width: 580px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
nav ul > li {
  list-style-type: none;
  font: 600 16px/16px "Montserrat" !important;
  position: relative;
}
nav ul > li:hover {
  cursor: pointer;
  color: #ff314d;
  text-decoration: underline;
}
nav .open-menu {
  background: url("/images/pages/partners/burger.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: none;
}
@media screen and (max-width: 576px) {
  nav .open-menu {
    display: block;
  }
}
@media screen and (max-width: 415px) {
  nav .open-menu {
    margin: 20px 0 0 auto;
  }
}
nav .open-menu:hover {
  cursor: pointer;
}
nav .close-menu {
  background: url("/images/pages/partners/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 17px;
  right: 17px;
  position: absolute;
}
nav .close-menu:hover {
  cursor: pointer;
}
nav .burger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.5s;
  flex-direction: column;
  font: 400 16px/28px "Montserrat";
  padding: 25px 30px;
  box-sizing: border-box;
  text-align: center;
  z-index: 1000;
}
@media screen and (max-width: 576px) {
  nav .burger-menu {
    display: flex;
  }
}
nav .burger-menu ul {
  display: block;
  width: 100%;
  margin-top: 40px;
}
nav .burger-menu.open {
  left: 0px;
}
nav .burger-menu ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  list-style-type: none;
}
nav .burger-menu ul li:hover {
  cursor: pointer;
}

.hero {
  background: #fbefef;
  position: relative;
  overflow: hidden;
}
.hero:after {
  position: absolute;
  content: "";
  width: 948px;
  height: 353px;
  right: -200px;
  bottom: 0;
  background: url("/images/pages/podkastu/hero-wave.png");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .hero:after {
    right: auto;
    left: 0;
  }
}
.hero .wrapper {
  background: url("/images/pages/podkastu/hero-bg.png") top right;
  background-repeat: no-repeat;
  padding: 110px 0 0;
  background-size: 681px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .hero .wrapper {
    background-size: contain;
    padding: 60px 0 0;
  }
}
.hero .wrapper > img {
  width: 519px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .hero .wrapper > img {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
}
.hero .wrapper > .content {
  width: 580px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .hero .wrapper > .content {
    width: 100%;
  }
}
.hero .wrapper > .content > p {
  max-width: 500px;
}
.hero .wrapper > .content h1 {
  color: #051c2c;
  font: 700 52px/57px "Bona Nova";
  margin-bottom: 20px;
}
@media screen and (max-width: 395px) {
  .hero .wrapper > .content h1 {
    font: 700 49px/55px "Bona Nova";
  }
}
.hero .wrapper > .content ul {
  max-width: 500px;
}
.hero .wrapper > .content ul li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: none;
  padding: 0 0 0 40px;
}
.hero .wrapper > .content ul li:last-child {
  margin-bottom: 0;
}
.hero .wrapper > .content ul li:before {
  position: absolute;
  content: "";
  background: #ff314d;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 20px;
  border-radius: 50%;
}
.hero .wrapper > .content .text-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 0;
}
.hero .wrapper > .content .text-price > p {
  width: calc(100% - 52px);
}
.hero .wrapper > .content .text-price > p span {
  font: 700 24px/24px "Montserrat";
}
.hero .wrapper > .content .text-price + img {
  width: 280px;
  height: 70px;
  margin-bottom: 40px;
}
.hero .wrapper > .content .btn {
  border-radius: 10px;
  background: #ffd066;
  width: 420px;
  text-align: center;
  font: 700 16px/15px "Montserrat";
  margin: 40px 0 0;
  padding: 28px 0;
  color: #150035;
  transition: 0.2s linear;
  display: block;
  text-decoration: none;
}
.hero .wrapper > .content .btn:hover {
  cursor: pointer;
  background: #e9b334;
}
@media screen and (max-width: 480px) {
  .hero .wrapper > .content .btn {
    width: 100%;
  }
}
.hero .wrapper > .content.ru {
  width: 645px;
}
@media screen and (max-width: 992px) {
  .hero .wrapper > .content.ru {
    width: 100%;
  }
}
.hero .wrapper.ru {
  background: url("/images/pages/podkastu/hero-bg-ru.png") top right;
  background-repeat: no-repeat;
  background-size: 745px;
}
@media screen and (max-width: 576px) {
  .hero .wrapper.ru {
    background-size: contain;
  }
}
@media screen and (max-width: 395px) {
  .hero .wrapper.ru > .content.ru h1 {
    font: 700 46px/55px "Bona Nova";
  }
}

.benefits {
  padding: 140px 0;
}
@media screen and (max-width: 800px) {
  .benefits {
    padding: 70px 0;
  }
}
.benefits .wrapper h2 {
  color: #150035;
  font: 700 52px/57px "Bona Nova";
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .benefits .wrapper h2 {
    font: 700 48px/55px "Bona Nova";
  }
}
@media screen and (max-width: 395px) {
  .benefits .wrapper h2 {
    font: 700 40px/50px "Bona Nova";
  }
}
.benefits .wrapper h2 {
  max-width: 755px;
}
.benefits .wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.benefits .wrapper .content > div.item {
  width: calc(33.3333333333% - 14px);
  border-radius: 20px;
  border: 1px solid #fbefef;
  background: #fbefef;
}
@media screen and (max-width: 800px) {
  .benefits .wrapper .content > div.item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.benefits .wrapper .content > div.item img {
  height: 250px;
  width: auto;
}
.benefits .wrapper .content > div.item div.text {
  padding: 20px 40px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 395px) {
  .benefits .wrapper .content > div.item div.text {
    padding: 20px 20px 40px;
  }
}
.benefits .wrapper .content > div.item div.text p.title {
  font: 700 20px/32px "Montserrat";
  margin-bottom: 20px;
}
.benefits .wrapper .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.benefits .wrapper .info > p {
  width: 680px;
}
@media screen and (max-width: 992px) {
  .benefits .wrapper .info > p {
    width: 100%;
    margin-bottom: 40px;
  }
}
.benefits .wrapper .info .btn {
  border-radius: 10px;
  background: #ffd066;
  width: 470px;
  text-align: center;
  font: 700 16px/15px "Montserrat";
  margin: 0;
  padding: 28px 0;
  color: #150035;
  transition: 0.2s linear;
  display: block;
  text-decoration: none;
}
.benefits .wrapper .info .btn:hover {
  cursor: pointer;
  background: #e9b334;
}
@media screen and (max-width: 480px) {
  .benefits .wrapper .info .btn {
    width: 100%;
  }
}

.whom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.whom .wrapper .left {
  width: 540px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .whom .wrapper .left {
    width: 100%;
  }
}
.whom .wrapper .left h2 {
  color: #150035;
  font: 700 52px/57px "Bona Nova";
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .whom .wrapper .left h2 {
    font: 700 48px/55px "Bona Nova";
  }
}
@media screen and (max-width: 395px) {
  .whom .wrapper .left h2 {
    font: 700 40px/50px "Bona Nova";
  }
}
.whom .wrapper .left h2 {
  position: relative;
  z-index: 10;
}
.whom .wrapper .left img {
  position: absolute;
  bottom: 0;
  width: 540px;
  height: 306px;
}
@media screen and (max-width: 992px) {
  .whom .wrapper .left img {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .whom .wrapper .left img {
    width: 100%;
    height: auto;
  }
}
.whom .wrapper .right {
  width: calc(100% - 600px);
}
@media screen and (max-width: 992px) {
  .whom .wrapper .right {
    width: 100%;
    margin-top: 40px;
  }
}
.whom .wrapper .right .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.whom .wrapper .right .item:last-child {
  margin-bottom: 0;
}
.whom .wrapper .right .item > img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 415px) {
  .whom .wrapper .right .item > img {
    width: 45px;
    height: 45px;
  }
}
.whom .wrapper .right .item > div {
  width: calc(100% - 100px);
}
@media screen and (max-width: 415px) {
  .whom .wrapper .right .item > div {
    width: calc(100% - 55px);
  }
}
.whom .wrapper .right .item > div p.title {
  font: 700 20px/32px "Montserrat";
  margin-bottom: 10px;
}

.include {
  background: url("/images/pages/podkastu/include-bg.png") 115% bottom, #ffd066;
  background-repeat: no-repeat;
  background-size: 579px;
  padding: 140px 0;
}
@media screen and (max-width: 800px) {
  .include {
    padding: 70px 0;
  }
}
.include {
  margin-top: 140px;
}
@media screen and (max-width: 992px) {
  .include {
    background: #ffd066;
  }
}
@media screen and (max-width: 800px) {
  .include {
    margin-top: 70px;
  }
}
.include .wrapper h2 {
  color: #150035;
  font: 700 52px/57px "Bona Nova";
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .include .wrapper h2 {
    font: 700 48px/55px "Bona Nova";
  }
}
@media screen and (max-width: 395px) {
  .include .wrapper h2 {
    font: 700 40px/50px "Bona Nova";
  }
}
.include .wrapper > p {
  max-width: 1000px;
  margin-bottom: 10px;
}
.include .wrapper table {
  width: 980px;
  margin: 40px 0;
  border-collapse: collapse;
}
@media screen and (max-width: 992px) {
  .include .wrapper table {
    width: 100%;
  }
}
.include .wrapper table td {
  border-bottom: 1px solid #051c2c;
  color: #051c2c;
  font: 400 15px/24px "Montserrat";
  padding: 14px;
  box-sizing: border-box;
}
.include .wrapper .btn {
  border-radius: 10px;
  background: #051c2c;
  width: 420px;
  text-align: center;
  font: 700 16px/15px "Montserrat";
  margin: 40px 0 0;
  padding: 28px 0;
  color: #fff;
  transition: 0.2s linear;
  display: block;
  text-decoration: none;
}
.include .wrapper .btn:hover {
  cursor: pointer;
  background: #e9b334;
}
@media screen and (max-width: 480px) {
  .include .wrapper .btn {
    width: 100%;
  }
}
.include .wrapper .podkastu {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.include .wrapper .podkastu > div.item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 992px) {
  .include .wrapper .podkastu > div.item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .include .wrapper .podkastu > div.item:last-child {
    margin-bottom: 0;
  }
}
.include .wrapper .podkastu > div.item .podcast-card {
  border-radius: 20px;
  background: #fbefef;
  padding: 30px;
  box-sizing: border-box;
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-title {
  margin: 0 0 20px;
  font: 700 18px/28px "Montserrat";
}
.include .wrapper .podkastu > div.item .podcast-card .waveform {
  width: 100%;
  margin-bottom: 30px;
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-controls .podcast-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-controls .podcast-buttons button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-controls .podcast-buttons .play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50% !important;
  background: #cac5c8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0 10px;
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-controls .current-time {
  text-align: right;
  font: 500 15px/24px "Montserrat";
}
.include .wrapper .podkastu > div.item .podcast-card .podcast-controls .duration {
  text-align: left;
  font: 500 15px/24px "Montserrat";
}

.result {
  padding: 140px 0;
}
@media screen and (max-width: 800px) {
  .result {
    padding: 70px 0;
  }
}
.result .wrapper h2 {
  color: #150035;
  font: 700 52px/57px "Bona Nova";
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .result .wrapper h2 {
    font: 700 48px/55px "Bona Nova";
  }
}
@media screen and (max-width: 395px) {
  .result .wrapper h2 {
    font: 700 40px/50px "Bona Nova";
  }
}
.result .wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #051c2c;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .result .wrapper .content {
    padding: 20px 0;
  }
}
.result .wrapper .content img {
  width: 58px;
  height: 66px;
}
.result .wrapper .content p.title {
  font: 700 24px/34px "Montserrat";
  width: 480px;
  padding-left: 75px;
}
@media screen and (max-width: 992px) {
  .result .wrapper .content p.title {
    width: 100%;
    margin: 25px 0 10px;
    padding-left: 0;
  }
}
.result .wrapper .content p.text {
  width: 480px;
}
@media screen and (max-width: 992px) {
  .result .wrapper .content p.text {
    width: 100%;
  }
}
.result .wrapper .btn {
  border-radius: 10px;
  background: #ffd066;
  width: 470px;
  text-align: center;
  font: 700 16px/15px "Montserrat";
  margin: 40px auto 0;
  padding: 28px 0;
  color: #150035;
  transition: 0.2s linear;
  display: block;
  text-decoration: none;
}
.result .wrapper .btn:hover {
  cursor: pointer;
  background: #e9b334;
}
@media screen and (max-width: 480px) {
  .result .wrapper .btn {
    width: 100%;
  }
}

.offer {
  padding-bottom: 140px;
}
@media screen and (max-width: 800px) {
  .offer {
    padding-bottom: 70px;
  }
}
.offer .wrapper h2 {
  color: #150035;
  font: 700 52px/57px "Bona Nova";
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .offer .wrapper h2 {
    font: 700 48px/55px "Bona Nova";
  }
}
@media screen and (max-width: 395px) {
  .offer .wrapper h2 {
    font: 700 40px/50px "Bona Nova";
  }
}
.offer .wrapper .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.offer .wrapper .content > div.item {
  width: calc(50% - 14px);
  border-radius: 20px;
  background: #fbefef;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 992px) {
  .offer .wrapper .content > div.item {
    width: 100%;
    margin-bottom: 30px;
    min-height: 300px;
  }
}
.offer .wrapper .content > div.item > img {
  height: 260px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 480px) {
  .offer .wrapper .content > div.item > img {
    opacity: 0.3;
  }
}
.offer .wrapper .content > div.item > div {
  width: calc(100% - 260px);
  padding: 30px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .offer .wrapper .content > div.item > div {
    width: 100%;
    z-index: 10;
  }
}
.offer .wrapper .content > div.item > div p.title {
  font: 700 24px/38px "Montserrat";
  margin-bottom: 10px;
}
.offer .wrapper .btn {
  border-radius: 10px;
  background: #051c2c;
  width: 420px;
  text-align: center;
  font: 700 16px/15px "Montserrat";
  margin: 40px auto 0;
  padding: 28px 0;
  color: #fff;
  transition: 0.2s linear;
  display: block;
  text-decoration: none;
}
.offer .wrapper .btn:hover {
  cursor: pointer;
  background: #e9b334;
}
@media screen and (max-width: 480px) {
  .offer .wrapper .btn {
    width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.disabled-button {
  background: #6c6c6c !important;
}
.disabled-button:hover {
  cursor: no-drop !important;
}

.open-modal {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal .close {
  color: #000000;
  text-decoration: none;
  height: 23px;
  width: 23px;
  z-index: 98;
  transition: all 0.3s;
  background: url("/images/pages/loyalty/close.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  background-size: contain;
}
.modal .close:hover {
  opacity: 0.5;
  outline: 0;
  cursor: pointer;
}
.modal-content {
  border-radius: 20px;
  background: #fff;
  padding: 60px 80px;
  box-sizing: border-box;
  width: 600px;
  margin: 30px auto 0;
  position: relative;
}
@media (max-width: 576px) {
  .modal-content {
    width: 90%;
    padding: 50px 30px;
  }
}
.modal-content img {
  width: 228px;
  height: 220px;
  margin: 0 auto 30px;
  display: block;
}
.modal-content p.title {
  font: 700 20px/26px "Montserrat";
  text-align: center;
  margin: 0 0 15px;
  color: #272727;
}
.modal-content p.title + p {
  font: 400 15px/30px "Montserrat";
  margin: 20px 0 0;
}
.modal-content form {
  width: 440px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .modal-content form {
    width: 100%;
  }
}
.modal-content form .submit {
  border-radius: 10px;
  background: #ffd066;
  width: 100%;
  text-align: center;
  font: 700 16px/15px "Montserrat";
  margin: 40px 0 0;
  padding: 20px 0;
  color: #150035;
  transition: 0.2s linear;
  display: block;
  text-decoration: none;
}
.modal-content form .submit:hover {
  cursor: pointer;
  background: #e9b334;
}
@media screen and (max-width: 480px) {
  .modal-content form .submit {
    width: 100%;
  }
}
.modal-content form .submit {
  border: 0;
}
.modal-content form input[type=text],
.modal-content form input[type=phone],
.modal-content form input[type=email],
.modal-content form select {
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #051c2c;
  background: #fff;
  color: #051c2c;
  font: 400 15px/24px "Montserrat";
  width: 100%;
  padding: 15px 20px !important;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .modal-content form input[type=text],
  .modal-content form input[type=phone],
  .modal-content form input[type=email],
  .modal-content form select {
    font-size: 16px;
    padding: 20px;
  }
}
.modal-content form input[type=text]::-moz-placeholder, .modal-content form input[type=phone]::-moz-placeholder, .modal-content form input[type=email]::-moz-placeholder, .modal-content form select::-moz-placeholder {
  color: #8ba0c0;
}
.modal-content form input[type=text]::placeholder,
.modal-content form input[type=phone]::placeholder,
.modal-content form input[type=email]::placeholder,
.modal-content form select::placeholder {
  color: #8ba0c0;
}
.modal-content form .iti {
  width: 100%;
  margin-top: 10px;
}
.modal-content form .iti input {
  padding-left: 100px !important;
}
.modal-content form .check_box:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #051c2c;
  box-sizing: border-box;
  border-radius: 3px;
  top: 5px;
  left: 0;
  position: absolute;
}
.modal-content form input[type=checkbox] {
  margin: 3px 6px 0 0;
}
.modal-content form .checkbox-form-1 {
  margin-top: 20px;
}
.modal-content form input[type=checkbox]:checked + .check_box:before {
  content: "";
  background-image: url("/images/checked-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: red;
  text-align: center;
  line-height: 15px;
}
.modal-content form .check_box {
  color: #051c2c;
  font: 400 11px/18px "Montserrat";
}
.modal-content form .check_box a {
  color: #051c2c;
  text-decoration: underline;
}
.modal-content form .check_box a:hover {
  cursor: pointer;
}

#confirm2 .modal-content {
  text-align: center;
}
#confirm2 .modal-content img {
  height: 242px;
  width: 210px;
  margin: 0 auto 30px;
}