body {
  padding: 0;
  margin: 0;
  background: url("../img/background.png") no-repeat top center / cover, #101127;
  color: #ffffff;
  font-family: Inter;
}
div,
p,
input,
header {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.container {
  padding-left: 76px;
  padding-right: 76px;
  width: 1392px;
  margin: 0 auto;
}
.header {
  width: 1440px;
  margin: 0 auto;
}
.header-wrapper {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}
.header-menu {
  width: 542px;
}
.header-list {
  width: 542px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.header-list-item {
  list-style: none;
}
.header_btn {
  width: 90px;
  height: 37px;
  background: linear-gradient(0.25turn, #8f22a5, #cb2a78);
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 7%;
  cursor: pointer;
}
.header_btn:hover {
  background: linear-gradient(0.5turn, #8f22a5, #cb2a78);
}
.header-lnk {
  text-decoration: none;
  color: #ffffff;
}
.header-lnk-mobile {
  display: none;
}

.first {
  margin-top: 18px;
}
.first-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.first-left {
  width: 50%;
}
.first-head {
  font-size: 56px;
  font-weight: 900;
  padding-top: 117px;
}
.first-head span {
  background-image: linear-gradient(0.25turn, #7c4199, #cc69fe);
  color: transparent;
  background-clip: text;
}
.first-left-mobile {
  display: none;
}
.first-left-text {
  margin-top: 32px;
  width: 499px;
  height: 90px;
  font-size: 18px;
  line-height: 30px;
}
.first-btn {
  padding: 16px 24px;
  border: 2px solid #cb2a78;
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 7%;
  cursor: pointer;
}
.first-btn-wrapper {
  margin-top: 42px;
}
.first-btn:hover {
  background: linear-gradient(0.5turn, #8f22a5, #cb2a78);
  border: 0;
  padding: 18px 26px;
  border-radius: 5px;
}
.first-btn-active {
  background: linear-gradient(0.5turn, #8f22a5, #cb2a78);
  border: 0;
  padding: 18px 26px;
  border-radius: 5px;
  margin-right: 20px;
}
.first-btn-active:hover {
  background: linear-gradient(0.15turn, #8f22a5, #cb2a78);
}
.first-lnk {
  text-decoration: none;
}
.first-main-img {
  width: 50%;
}
.first-avatar {
  margin: 4px auto;
  display: flex;
  justify-content: center;
  padding-left: 45px;
  margin-bottom: 37px;
}
.first-avatar-img2 {
  position: relative;
  left: -15px;
}
.first-avatar-img3 {
  position: relative;
  left: -30px;
}
.first-avatar-img4 {
  position: relative;
  left: -45px;
}
.first-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.first-line {
  width: 100%;
}
.first-customer-wrapper {
  display: flex;
  justify-content: space-around;
  padding-left: 150px;
  padding-right: 150px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.second {
  margin-top: 127px;
}
.second-head {
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(0.25turn, #7c4199, #cc69fe);
  color: transparent;
  background-clip: text;
  text-align: center;
}
.second-description {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin-top: 24px;
}
.second-text {
  margin: 24px auto;
  width: 583px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.second-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.second-secription-box {
  width: 393px;
  height: 296px;
  background-color: transparent;
  padding: 30px 30px;
  border: 1px solid #999999;
  border-radius: 5px;
  margin-bottom: 30px;
}

.second-secription-box:hover {
  background: linear-gradient(0turn, #000000, #4d54a9);
  background-color: transparent;
  padding: 30px 30px;
  border: 1px solid #999999;
}
.second-description-box-head {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 7%;
  margin-top: 39px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 599;
  width: 256px;
}
.second-description-box-line {
  margin-top: 21px;
}
.second-description-box-text {
  margin-top: 21px;
  font-size: 15px;
  font-weight: 200;
}
.second-description-box-img {
  width: 55px;
  height: 55px;
}
.third {
  margin-top: 127px;
}
.third-head {
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(0.25turn, #7c4199, #cc69fe);
  color: transparent;
  background-clip: text;
  text-align: center;
  text-transform: uppercase;
}
.third-description {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin-top: 24px;
}
.third-text {
  margin: 24px auto;
  width: 583px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.third-box-wide {
  width: 100%;
  background-color: transparent;
  padding: 0 33px;
  border: 1px solid #999999;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.third-box-wide-wrapper {
  display: flex;
  justify-content: space-between;
  width: 368px;
  flex-wrap: wrap;
  margin: 83px auto;
  text-align: center;
}
.third-box-wide-head {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}
.third-box-wide-text {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.third-box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.third-box {
  width: 605px;
  height: 300px;
  background-color: transparent;
  padding: 50px 70px;
  border: 1px solid #999999;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.third-box-img-mobile {
  display: none;
  padding-right: 50px;
}

.third-box-left {
  display: block;
  width: 314px;
  margin: auto 0;
}
.third-box-img-wide {
  margin-left: 30px;
}
.third-box-img-wide-left {
  width: 336px;
  height: 250px;
}
.third-box-img {
  margin-left: 30px;
  width: 196px;
  height: 196px;
}
.third-box-head {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.third-box-text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
}
.forth {
  margin-top: 127px;
}
.forth-head {
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(0.25turn, #7c4199, #cc69fe);
  color: transparent;
  background-clip: text;
  text-align: center;
  text-transform: uppercase;
}
.forth-description {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin-top: 24px;
}
.forth-text {
  margin: 24px auto;
  width: 583px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.forth-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.forth-box {
  width: 393px;
  height: 785px;
  background-color: transparent;
  padding: 12px 12px;
  border: 1px solid #999999;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #999999;
}
.forth-box-head {
  margin-top: 41px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.forth-box-price {
  padding-left: 28px;
  padding-right: 28px;
  font-size: 36px;
  font-weight: 700;
  margin: 12px 0;
}
.forth-box-price span {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.forth-box-description {
  padding-left: 28px;
  padding-right: 28px;
}
.forth-box-small {
  background-color: transparent;
  padding: 19px 28px;
  border: 1px solid #999999;
  border-radius: 10px;
  width: 369px;
  height: 563px;
}
.forth-box-small-btn {
  width: 316px;
  height: 49px;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
.forth-box:hover .forth-box-small {
  box-shadow: 0 0 5px #cb2a78;
}
.forth-box:hover .forth-box-small .forth-box-small-btn {
  background: linear-gradient(0.5turn, #8f22a5, #cb2a78);
  color: #ffffff;
  box-shadow: 0 0 5px #cb2a78;
}
.forth-box-small-head {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.forth-box-small-list {
  margin: 0;
  padding: 0;
}
.forth-box-small-list-item {
  font-size: 16px;
  font-weight: 400;
  list-style: none;

  /* list-style-image: url(/example/image/book.png); */
}
.forth-box-line {
  margin-top: 19px;
}
.fifth {
  margin-top: 162px;
}
.fifth-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fifth-left {
  width: 40%;
  padding-right: 20px;
}
.fifth-right {
  width: 60%;
  display: block;
}
.fifth-head {
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(0.25turn, #7c4199, #cc69fe);
  color: transparent;
  background-clip: text;
  text-align: left;
  text-transform: uppercase;
}
.fifth-description {
  text-align: left;
  font-size: 45px;
  font-weight: 600;
  margin-top: 24px;
}
.fifth-text {
  margin: 24px auto;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.fifth-right-wrapper {
  padding: 30px 30px;
  background-image: linear-gradient(0.25turn, #30103d, #130618);
  margin-bottom: 22px;
  border-radius: 10px;
}
.fifth-right-wrapper:hover {
  background-image: linear-gradient(0.75turn, #30103d, #130618);
}
.fifth-question {
  display: flex;
  justify-content: space-between;
}
.fifth-plus {
  width: 20px;
  height: 20px;
  padding-top: 4px;
  padding-right: 7px;
  cursor: pointer;
}
.fifth-close {
  width: 33px;
  height: 33px;
  cursor: pointer;
}
.fifth-question-text {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.fifth-answer {
  padding: 0;
  margin: 0;
  padding-top: 42px;
}
.footer-line {
  width: 100%;
  margin: 0 auto;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.footer-right {
  width: 407px;
  display: flex;
  justify-content: space-between;
}
.footer-text {
  font-size: 16px;
  font-weight: 400;
}
.footer-link {
  color: #fff;
  text-decoration: none;
}
.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

#myModal {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 37;
}
#myOverlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 35;
}
.popup-menu {
  display: none;
  z-index: 40;
  position: absolute;
  top: 0;
  left: -480px;
  margin: 0 auto;
  backdrop-filter: blur(4px);
}
.popup-menu-wrapper {
  width: 480px;
  height: 976px;
  margin: 0 auto;
}
.popup-menu-header {
  display: flex;
  justify-content: space-between;
  padding: 9px 25px;
}
.popup-menu-main {
  margin-top: 63px;
  margin: 0 auto;
}
.popup-menu-line {
  margin: 27px auto;
  padding-left: 30px;
  padding-right: 30px;
}
.popup-menu-item {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding-left: 30px;
}
.hidden {
  display: none;
}

@media screen and (max-width: 992px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
    width: 480px;
  }
  .header {
    width: 480px;
  }
  .header-lnk-mobile {
    display: block;
  }
  .header-wrapper {
    width: 100%;
  }
  .header-list {
    display: none;
  }
  .header_btn {
    display: none;
  }
  .first-left {
    width: 100%;
  }
  .first-main-img {
    width: 100%;
  }
  .first-head {
    font-size: 38px;
    font-weight: 900;
    padding-top: 117px;
    text-align: center;
  }
  .first-left-full {
    display: none;
  }
  .first-left-mobile {
    display: block;
  }
  .first-left-text {
    text-align: center;
    width: 100%;
  }
  .first-btn-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .first-avatar {
    margin-top: 103px;
    margin-bottom: 0;
  }
  .first-customer-wrapper {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }
  .first-customer1 {
    height: 16px;
    width: 55px;
  }
  .first-customer2 {
    height: 16px;
    width: 109px;
  }
  .first-customer3 {
    height: 16px;
    width: 70px;
  }
  .first-customer4 {
    height: 16px;
    width: 89px;
  }
  .second-description {
    font-size: 36px;
  }
  .second-text {
    font-size: 16px;
    width: 100%;
  }
  .second-description-wrapper {
    justify-content: space-around;
  }
  .second-secription-box {
    background: linear-gradient(0turn, #000000, #4d54a9);
    background-color: transparent;
    padding: 30px 30px;
    border: 1px solid #999999;
  }
  .third-description {
    font-size: 36px;
  }
  .third-text {
    width: 100%;
    font-size: 16px;
  }
  .third-box-wide {
    width: 100%;

    display: block;
  }
  .third-box-img-mobile {
    display: none;
  }
  .third-box {
    width: 100%;
    height: auto;
    padding: 46px 31px;
  }
  .third-box-img {
    width: 130px;
    height: 130px;
    margin-left: 0;
  }
  .third-box-text {
    font-size: 14px;
    padding-right: 20px;
  }
  .third-box-img-mobile {
    display: block;
  }
  .third-box-img-left {
    display: none;
  }
  .third-box-img-wide-mobile {
    display: none;
  }
  .forth-description {
    font-size: 36px;
  }
  .forth-text {
    width: 100%;
  }
  .forth-wrapper {
    justify-content: space-around;
  }
  .fifth-left {
    width: 100%;
  }
  .fifth-right {
    width: 100%;
  }
  .fifth-description {
    font-size: 36px;
    text-align: center;
  }
  .fifth-text {
    text-align: center;
  }
  .fifth-head {
    text-align: center;
  }
  .footer-wrapper {
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 80%;
    margin: 30% auto;
    padding: 15px;
  }
  
  .modal-close {
    font-size: 24px;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 8px;
  }
  
  .modal-submit {
    padding: 12px 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 342px;
  }
  .header {
    width: 100%;
  }
  .first-left-text {
    height: auto;
  }
  .first-btn {
    width: 215px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .first-customer-wrapper {
    flex-wrap: wrap;
  }
  .first-customer4 {
    margin-top: 10px;
  }
  .second-description-box-line {
    width: 100%;
  }
  .second-secription-box {
    height: auto;
  }

  .third-box-img-wide-left {
    width: 100%;
    height: auto;
  }
  .third-box-img-wide {
    margin-left: 0;
  }
  .third-box-wide-wrapper {
    width: 100%;
  }
  .third-box {
    flex-wrap: wrap;
  }
  .third-box-img {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  .third-box-img-mobile {
    padding-right: 0;
    padding-bottom: 10px;
    /* width: 100%;
    height: auto; */
  }
  .third-box-head {
    text-align: center;
  }
  .third-box-text {
    text-align: center;
  }
  .forth-box {
    height: auto;
  }
  .forth-box-line {
    width: 100%;
  }
  .forth-box-small {
    width: 100%;
  }
  .forth-box-small-btn {
    width: 100%;
  }
  .forth-box-head {
    text-align: center;
  }
  .forth-box-price {
    text-align: center;
  }
  .forth-box-description {
    text-align: center;
  }
  .footer-right {
    width: 100%;
    display: block;
  }
  .footer-text {
    text-align: center;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #101127;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #999999;
  border-radius: 10px;
  width: 50%;
  max-width: 500px;
  position: relative;
}

.modal-close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  color: #cb2a78;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
}

.form-group textarea {
  height: 100px;
  resize: vertical;
}

.modal-submit {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(0.5turn, #8f22a5, #cb2a78);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7%;
}

.modal-submit:hover {
  background: linear-gradient(0.15turn, #8f22a5, #cb2a78);
}

.waiting-message {
  text-align: center;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}

.waiting-message p {
  margin: 0;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #cb2a78;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@media screen and (max-width: 480px) {
  .popup-menu-wrapper {
    width: 360px;
  }
  .modal {
    padding: 0;
  }
  
  .modal-content {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .form-group label {
    font-size: 14px;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 6px;
    font-size: 14px;
  }
  
  .modal-submit {
    padding: 10px 16px;
    font-size: 12px;
  }
}