.present__button {
  z-index: 19;
  position: fixed;
  left: 1%;
  bottom: 3%;
  cursor: pointer;
  width: 200px;
  height: 200px;
}
.present__button img {
  width: 100%;
}
.present__wrapper {
  transition: opacity 0.5s;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -200%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.present__wrapper.active {
  z-index: 20;
  transition: opacity 0.5s;
  opacity: 1;
  top: 0;
}
.present__body {
  position: relative;
  display: flex;
  margin: 150px auto;
  max-width: 1226px;
  background: #ffffff;
  /* background: url('../img/akvilon_present.png') center center/cover no-repeat; */
}

.present__img {
  display: flex;
  width: 100%;
  max-width: 576px;
}

.present__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 55px 51px 0 56px;
}

.present__content-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.present__content-title-color {
  color: #008c81;
}

.present__content-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.present__content-list-item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  list-style: none;
}

.present__content-list-item::before {
  content: "";
  display: flex;
  width: 22px;
  height: 10px;
  background: url(./present__green.svg) no-repeat;
  background-size: cover;
  background-position: center;
}

.present__close {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
}
.present__close span {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.present__close span::before,
.present__close span::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: black;
}
.present__close span::before {
  transform: rotate(-45deg);
}
.present__close span::after {
  transform: rotate(45deg);
}
.present__header {
  display: flex;
  align-items: center;
}
.present__right {
  margin-left: -50px;
  text-align: right;
  margin-top: -70px;
}
.present__right .present__ttl {
  margin-right: 70px;
  transform: rotate(6.76deg);
}
.present__ttl {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 44.1185px;
  line-height: 57px;
  color: #154096;
}
.present__subttl {
  font-weight: 400;
  font-size: 16.5105px;
  line-height: 21px;
  color: #000000;
}
.present__benefs {
  margin-top: 25px;
}
.present__benef {
  width: max-content;
  position: relative;
  padding: 11px 36px;
  margin-bottom: 20px;
  background: #154197;
  border-radius: 5.23555px;
  transform: rotate(6.76deg);
}
.present__benef::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fe002b;
  border-radius: 50%;
  left: 15px;
  top: 34%;
  box-shadow: 0px 4.73857px 3.55392px rgba(0, 0, 0, 0.25);
}
.present__benef-ttl {
  font-weight: 700;
  font-size: 16.4771px;
  line-height: 21px;
  color: #ffffff;
}
.present__benef-ttl span {
  color: #fe002b;
  font-weight: 900;
}
.present__benef-subttl {
  font-weight: 400;
  font-size: 16.5105px;
  line-height: 21px;
  color: #ffffff;
}

.present__body form .main-express-credit__inputs {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 25px;
}
.present__body form .main-placeholder-input {
  margin-bottom: unset;
  width: 100%;
}
.present__body form .btn {
  width: 100%;
}
.present__body form input {
  height: unset;
  width: unset;
  outline: none;
  height: 40px;
  width: 100%;
  border: 1px solid #e3e4e6;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #807777;
}
.present__body form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #807777;
}

.blue-form__agreement {
  margin-top: 0;
  margin-bottom: 21px;
}

.blue-form__agreement .agreement__label {
  justify-content: start;
}
.blue-form__agreement .agreement__text {
  font-size: 13px;
  line-height: 10px;
}
.present__body form button {
  height: unset;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #ffffff;
  background: #008c81;
  border: unset;
  height: 48px;
}
.present__body form button:hover {
  transition: all 0.5s;
  background: #00685f;
}
@media (max-width: 991px) {
  .present__content-title {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .present__content-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 32px;
  }
  .present__img {
    height: 225px;
    object-fit: cover;
  }

  .present__body {
    flex-direction: column-reverse;
    margin-top: 60px;
    max-width: 576px;
  }
  .present__body form .main-express-credit__inputs {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .blue-form__agreement {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .main-express-credit__inputs .main-placeholder-input:not(:last-child) {
    margin-bottom: 0;
  }
  .present__body form button {
    height: 43px;
    margin-bottom: 15px;
  }
  .present__content {
    padding: 60px 19px 0 19px;
  }
}
@media (max-width: 430px) {
  .present__body {
    min-height: 416px;
    /* padding: 8px 0 0 50px; */
    width: 90%;
    /* background: url('../img/akvilon_present_mob.png') center center/contain no-repeat; */
    position: relative;
  }
  .present__benefs {
    left: -46px;
    position: absolute;
    top: 100px;
  }
  .present__benef {
    margin-bottom: 5px;
    padding: 8px 16px;
  }
  .present__right {
    position: absolute;
    top: 76px;
    right: 105px;
  }
  .present__body form button {
    margin-top: 0;
    font-weight: 700;
    font-size: 14.8246px;
    line-height: 19px;
    padding: 8px 24px;
  }
  .present__body form {
    width: 100%;
  }
  .present__body form .main-express-credit__inputs .main-placeholder-input:not(:last-child) {
    margin-bottom: unset;
  }
  .present__body form input {
    background: white;
    width: 100%;
  }
  .present__left {
    position: absolute;
    top: 60px;
  }
  .present__benef-ttl {
    font-weight: 700;
    font-size: 10.9288px;
    line-height: 14px;
  }
  .present__benef-subttl {
    font-size: 10.9288px;
  }
  .present__body form .form-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .present__body form .form-control__field {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .present__ttl {
    font-weight: 800;
    font-size: 29.2627px;
    line-height: 38px;
  }
  .present__subttl {
    font-weight: 400;
    font-size: 15.4695px;
    line-height: 20px;
  }
  .present__right {
    top: 187px;
    right: 194px;
  }
  .present__right .present__ttl {
    margin-right: 30px;
  }
  .present__close {
    right: 25px;
    top: 20px;
  }
  .present__benef::before {
    content: unset;
  }
}
/*  @media(max-width:375px) {
  .present__right  {
    right: 48px;
  } 
  .present__benefs {
    top: 138px;
  }
  .present__close {
    right: 45px;
  }
  .present__body form {
    margin-top: 240px;
  }
  .present__body form {
    margin-top: 325px;
  }
  .present__right {
    top: 200px;
    right: 155px;
  }
} */

@media screen and (max-width: 500px) {
  .present__button {
    display: none;
  }
}

.header__logo {
  width: 150px;
}
.logo-mob {
  max-width: 150px;
}
