.modal {
  display: none;
  z-index: 100
}

.modal-open {
  overflow: hidden
}

.iti {
  width: 100%;
  height: 100%
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  overflow: auto
}

.modal.modal-bid .modal__dialog {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 5rem 0;
  min-height: 100%;
  width: 100%
}

.modal.modal-bid .modal__dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -10
}

@media only screen and (min-width:768px) {
  .modal.modal-bid .modal__dialog {
    max-width: 56rem;
    min-height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 1.2rem
  }
}

.modal.modal-bid .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 10;
  cursor: pointer
}

.modal.modal-bid .modal__close::after,
.modal.modal-bid .modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 2.4rem;
  background: #000;
  border-radius: 10rem;
  -webkit-transition: height .15s linear;
  transition: height .15s linear
}

.modal.modal-bid .modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal.modal-bid .modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.modal.modal-bid .modal__close:hover::after,
.modal.modal-bid .modal__close:hover::before {
  height: 3px
}

.modal.modal-bid .form {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none
}

.modal.modal-bid .form-ask {
  padding-top: 0;
  padding: 0 2rem
}

.modal.modal-bid #modal-form {
  padding: 0 2rem;
  display: none
}

.modal.modal-bid #modal-form textarea {
  display: none
}

.modal.modal-bid .manager__info div {
  gap: .4rem
}

.modal-bid__title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 125%;
  color: #000744;
  text-align: center
}

@media only screen and (min-width:1024px) {
  .modal-bid__title {
    font-weight: 700
  }
}

.modal-bid__title b {
  font-weight: 700
}

:root {
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-inactive-color: #858585
}

.entry {
  padding-top: 4rem;
  position: relative;
  overflow: hidden
}

@media only screen and (min-width:1024px) {
  .entry {
    padding: 6rem 0
  }
}

.entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: -26rem;
  width: 111rem;
  height: 52rem;
  background-image: url(../../images/entry-bg.png);
  background-size: contain;
  background-repeat: no-repeat
}

@media only screen and (min-width:600px) {
  .entry::before {
    left: 0
  }
}

@media only screen and (min-width:768px) {
  .entry::before {
    width: 100%;
    max-width: 144rem;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: cover;
    background-position: 60%
  }
}

.entry .container {
  position: relative;
  z-index: 10
}

.entry__link {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: .4rem .8rem;
  background: #1a1c0d;
  border-radius: 10rem
}

@media only screen and (min-width:1024px) {
  .entry__link {
    margin: 0
  }
}

.entry__link svg {
  width: 2rem;
  height: 2rem
}

.entry__link span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: center;
  letter-spacing: .03em;
  color: #dbfb53
}

.entry__description {
  margin-top: 1.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: center
}

.entry__text {
  text-align: center;
}

@media only screen and (min-width:1024px) {
  .entry__description {
    margin-top: 2rem;
    text-align: left;
    font-size: 2.4rem
  }

  .entry__text {
    text-align: left;
  }

}

@media only screen and (min-width:1280px) {
  .entry__description {
    margin-top: 2.8rem;
    font-size: 4rem
  }
}

.entry__title {
  margin-top: 1.2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  text-align: center
}

@media only screen and (min-width:1024px) {
  .entry__title {
    text-align: left;
    font-size: 4.8rem
  }
}

@media only screen and (min-width:1280px) {
  .entry__title {
    font-size: 7.2rem
  }
}

.entry__title br {
  display: none
}

@media only screen and (min-width:1024px) {
  .entry__title br {
    display: inline
  }
}

.entry__subtitle {
  margin: .4rem auto 0;
  max-width: 29rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  text-align: center;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .entry__subtitle {
    position: absolute;
    top: 15rem;
    left: 22rem;
    max-width: 35rem;
    font-size: 2rem
  }
}

@media only screen and (min-width:1280px) {
  .entry__subtitle {
    top: 22rem;
    left: 35rem;
    font-size: 2.4rem;
    max-width: 42rem
  }
}

.entry__subtitle a {
  color: #7b68e0;
  font-weight: 700
}

.entry__bttn-download {
  margin: 1.6rem auto 0;
  padding: 2.55rem 1.4rem;
  width: 100%;
  max-width: 36rem;
  display: block;
  background: #dbfb53;
  border-radius: .8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #272727
}

@media only screen and (min-width:1024px) {
  .entry__bttn-download {
    margin: 2rem 0 0;
    max-width: 29rem
  }
}

.entry__imgs {
  margin: 1.6rem auto 0;
  max-width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.entry__img-person {
  position: relative;
  right: -1.6rem;
  width: 22.2rem;
  height: 26.5rem
}

@media only screen and (min-width:1024px) {
  .entry__img-person {
    position: absolute;
    top: 0;
    right: 0;
    width: 40rem;
    height: 50rem
  }
}

@media only screen and (min-width:1440px) {
  .entry__img-person {
    top: -10rem;
    width: 60rem;
    height: 76rem
  }
}

.entry__img-person img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.entry__target {
  padding-top: .8rem;
  padding-left: 1.2rem;
  width: 12.7rem;
  height: 12.5rem;
  background: rgba(3, 19, 29, .8);
  border-radius: 8px
}

@media only screen and (min-width:1024px) {
  .entry__target {
    position: absolute;
    top: calc(100% - 1rem);
    right: 0;
    width: 21rem;
    height: 22rem;
    padding-top: 3.2rem;
    padding-left: 2rem;
    z-index: 10
  }
}

@media only screen and (min-width:1440px) {
  .entry__target {
    right: 4rem
  }
}

.entry__target-text {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .entry__target-text {
    font-size: 1.6rem
  }
}

.entry__img-target {
  margin-top: .8rem;
  margin-left: auto;
  height: 8rem;
  width: calc(100% - 1.2rem)
}

@media only screen and (min-width:1024px) {
  .entry__img-target {
    margin-top: 1.8rem;
    height: 13rem
  }
}

.entry__img-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.course {
  position: relative;
  padding-top: 4rem
}

@media only screen and (min-width:1024px) {
  .course {
    padding-top: 8rem;
    padding-bottom: 4rem
  }
}

@media only screen and (min-width:1280px) {
  .course {
    padding-top: 10rem;
    padding-bottom: 8rem
  }
}

@media only screen and (min-width:1440px) {
  .course {
    padding-top: 12rem
  }
}

.course__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .course__title {
    font-size: 3rem
  }
}

@media only screen and (min-width:1280px) {
  .course__title {
    font-size: 3.6rem
  }
}

@media only screen and (min-width:1440px) {
  .course__title {
    font-size: 4.8rem
  }
}

.course__title b {
  font-weight: 700
}

.course__list {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem
}

@media only screen and (min-width:1024px) {
  .course__list {
    margin-top: 2.4rem
  }
}

@media only screen and (min-width:1280px) {
  .course__list {
    margin-top: 3.2rem;
    gap: 1.5rem
  }
}

.course__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem
}

.course__li svg {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (min-width:1280px) {
  .course__li svg {
    width: 3.2rem;
    height: 3.2rem
  }
}

.course__li p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #e2e2e2;
  opacity: .8
}

@media only screen and (min-width:1280px) {
  .course__li p {
    font-size: 1.8rem
  }
}

.course__bttn-download {
  margin: 2.4rem auto 0;
  padding: 2.55rem 1.4rem;
  width: 100%;
  max-width: 36rem;
  display: block;
  background: #dbfb53;
  border-radius: .8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #272727
}

@media only screen and (min-width:1024px) {
  .course__bttn-download {
    margin: 2.4rem 0 0;
    max-width: 100%;
    width: fit-content;
  }
}

.course__img {
  width: 100%;
  height: 19rem;
  background-image: url(../../images/course-mob.png);
  background-size: cover;
  background-repeat: no-repeat
}

@media only screen and (min-width:600px) {
  .course__img {
    height: 30rem
  }
}

@media only screen and (min-width:1024px) {
  .course__img {
    position: absolute;
    top: 5rem;
    right: 0;
    height: calc(100% - 6rem);
    max-height: 63rem;
    width: 80rem;
    z-index: -1;
    background-image: url(../../images/course-pc.png);
    background-position: right;
    -webkit-box-shadow: inset 31px -4px 42.3px 20px #000;
    box-shadow: inset 31px -4px 42.3px 20px #000
  }
}

@media only screen and (min-width:1280px) {
  .course__img {
    top: 9rem;
    width: 100rem
  }
}

@media only screen and (min-width:1440px) {
  .course__img {
    top: 11rem;
    left: 60%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
}

.author {
  padding-top: 4rem
}

.author .container {
  position: relative;
  min-height: 42rem;
}

@media only screen and (min-width:1024px) {
  .author .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;

    min-height: 55rem;
  }
}

.author .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42rem;
  width: 100%;
  background-image: url(../../images/author-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

@media only screen and (min-width:1024px) {
  .author .container::before {
    bottom: unset;
    top: 0;
    max-width: 132rem;
    height: 100%;
    max-height: 64rem;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    border-radius: 3.2rem
  }
}

@media only screen and (min-width:1440px) {
  .author .container::before {
    left: 6rem
  }
}

.author__content {
  /* max-width: 63rem */
}

.author__subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase
}

@media only screen and (min-width:1024px) {
  .author__subtitle {
    font-size: 1.6rem
  }
}

@media only screen and (min-width:1280px) {
  .author__subtitle {
    font-size: 2rem
  }
}

.author__title {
  margin-top: .6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase
}

@media only screen and (min-width:1024px) {
  .author__title {
    margin-top: 1.2rem;
    font-size: 3.6rem
  }
}

@media only screen and (min-width:1280px) {
  .author__title {
    font-size: 4.8rem
  }
}

.author__list {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem
}

@media only screen and (min-width:1280px) {
  .author__list {
    margin-top: 1.6rem
  }
}

.author__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.author__li_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.author__li svg {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (min-width:1024px) {
  .author__li svg {
    width: 2.4rem;
    height: 2.4rem
  }
}

@media only screen and (min-width:1280px) {
  .author__li svg {
    width: 3.2rem;
    height: 3.2rem
  }
}

.author__li p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #c8c3cc
}

@media only screen and (min-width:1024px) {
  .author__li p {
    font-size: 1.6rem
  }
}

@media only screen and (min-width:1280px) {
  .author__li p {
    padding-top: .5rem;
    font-size: 1.8rem
  }
}

.author__li b {
  font-weight: 700;
  color: #fff
}

.author__bttn-download {
  margin: 1.6rem auto 0;
  padding: 2.55rem 1.4rem;
  width: 100%;
  max-width: 36rem;
  display: block;
  background: #dbfb53;
  border-radius: .8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #272727
}

@media only screen and (min-width:1024px) {
  .author__bttn-download {
    margin: 2rem 0 0;
    max-width: 29rem
  }
}

@media only screen and (min-width:1280px) {
  .author__bttn-download {
    margin-top: 4rem
  }
}

.request {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 0
}

@media only screen and (min-width:1024px) {
  .request {
    margin-top: 6rem;
    padding: 6rem 0
  }
}

@media only screen and (min-width:1280px) {
  .request {
    margin-top: 8rem
  }
}

@media only screen and (min-width:1440px) {
  .request {
    margin-top: 10rem;
    padding: 9rem 0
  }
}

.request::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/request-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1
}

@media only screen and (min-width:1440px) {
  .request::before {
    max-width: 132rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 2.4rem
  }
}

.request__form {
  margin-left: auto;
  padding: 2.4rem 1.6rem;
  max-width: 67rem;
  background: #fff;
  border-radius: 1.2rem
}

@media only screen and (min-width:1280px) {
  .request__form {
    padding: 4rem 5rem
  }
}

@media only screen and (min-width:1440px) {
  .request__form {
    margin-right: 9rem
  }
}

.request__form-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 130%;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #272727
}

@media only screen and (min-width:1280px) {
  .request__form-title {
    font-size: 2.4rem
  }
}

.request__form-subtitle {
  margin-top: .8rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #272727;
  text-align: center;
  white-space: nowrap
}

@media only screen and (min-width:1280px) {
  .request__form-subtitle {
    font-size: 3rem
  }
}

.form {
  color: #000744
}

.form fieldset {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem
}

@media only screen and (min-width:1024px) {
  .form fieldset {
    margin-top: 2rem
  }
}

.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem
}

.form__input input {
  padding: 1.1rem 1.6rem;
  width: 100%;
  background: 0 0;
  border: 1px solid #67677b;
  border-radius: .8rem
}

.form__input_textarea {
  margin-top: 2rem;
  padding: 10px 16px;
  width: 100%;
  background: 0 0;
  border: 1px solid #67677b;
  border-radius: 8px;
  resize: none
}

.form__input_textarea.invalid {
  border-color: red
}

.form__input-name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000744
}

.form__errors {
  display: none;
  margin-top: .8rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ed222f
}

.form__description {
  display: none
}

.form__submit {
  margin: 1.6rem auto 0;
  padding: 2.55rem 1.4rem;
  width: 100%;
  display: block;
  background: #dbfb53;
  border-radius: .8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #272727
}

.iti-mobile .iti--container {
  color: #272727
}

.manager {
  width: 300px;
  height: 160px;
  background: #fff;
  z-index: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: -10px 10px 40px rgba(67, 67, 67, .1);
  box-shadow: -10px 10px 40px rgba(67, 67, 67, .1);
  border-radius: 5px 5px 0 0;
  z-index: 50;
  cursor: pointer
}

.manager h5 {
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .06em;
  color: #454c66;
  padding-left: 17px;
  padding-top: 18px
}

.manager__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 10px
}

.manager__info img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain
}

.manager__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.manager__info div p {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .06em;
  color: rgba(69, 76, 102, .5)
}

.manager__info--name {
  font-weight: 700;
  text-transform: capitalize
}

.entry__video {
  margin-top: 1.6rem;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(123, 104, 224, 0.3);
  -webkit-box-shadow: 0 0 40px rgba(123, 104, 224, 0.15);
  box-shadow: 0 0 40px rgba(123, 104, 224, 0.15)
}

.entry__video video {
  width: 100%;
  display: block
}

.entry__video-sound {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(219, 251, 83, 0.4);
  border-radius: 50%;
  color: #dbfb53;
  cursor: pointer;
  -webkit-transition: background .2s, border-color .2s;
  transition: background .2s, border-color .2s
}

.entry__video-sound:hover {
  background: rgba(219, 251, 83, 0.15);
  border-color: #dbfb53
}

.entry__video-sound-icon {
  width: 1.8rem;
  height: 1.8rem
}

@media only screen and (min-width:1024px) {
  .entry__video {
    margin-top: 2rem;
    width: 70%
  }

  .entry__video-sound {
    bottom: 1.6rem;
    right: 1.6rem;
    width: 4rem;
    height: 4rem
  }

  .entry__video-sound-icon {
    width: 2rem;
    height: 2rem
  }
}