.sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-color: #141414;
}

.sign-photo {
  position: relative;
  background-image: url(../img/image01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.sign-photo__mobile {
  display: none;
}

.sign-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.sign-photo__logo {
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 1254;
}

.sign-photo img {
  width: 221px;
  height: 100px;
}

.sign-content {
  padding: 0 65px;
}

.sign-content__top {
  display: none;
}

.sign-content__top img {
  max-width: 100px;
  margin-left: 5px;
  vertical-align: middle;
}

.sign-content__logo {
  display: none;
}

.sign-content h1 {
  font-size: 50px;
  color: #ea2f55;
  font-weight: 600;
  margin-bottom: 5px;
}

.sign-content p {
  font-size: 19px;
  color: #d2d2d2;
  font-weight: 400;
  margin-bottom: 40px;
}

.sign-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sign-content__a {
  font-size: 18px;
  color: #ea2f55;
  font-weight: 500;
  text-align: right;
  margin-top: -10px;
}

.sign-content__a-none {
  display: none;
}

.sign-content__a:hover {
  opacity: 0.7;
}

.sign-content__input {
  width: 100%;
  height: 57px;
  border-radius: 30px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #262626;
  border: 1px solid #474747;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  color: #ffffff;
  font-size: 15px;
}

.sign-content__input:hover {
  opacity: 0.7;
}

.sign-content__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #747474;
  font-weight: 400;
}

.sign-content__input:-ms-input-placeholder {
  font-size: 15px;
  color: #747474;
  font-weight: 400;
}

.sign-content__input::-ms-input-placeholder {
  font-size: 15px;
  color: #747474;
  font-weight: 400;
}

.sign-content__input::placeholder {
  font-size: 15px;
  color: #747474;
  font-weight: 400;
}

.sign-content__btn {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ea2f55;
  border: 1px solid #ea2f55;
  margin-top: 79px;
  margin-bottom: 24px;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign-content__btn span {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
}

.sign-content__btn:hover {
  opacity: 0.7;
}

.sign-content__checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

.sign-content__checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.sign-content__checkbox-input:checked + .sign-content__checkbox-label::after {
  opacity: 1;
}

.sign-content__checkbox-label {
  font-size: 19px;
  color: #d2d2d2;
  font-weight: 400;
  padding-left: 40px;
}

.sign-content__checkbox-label span a {
  color: #ea2f55;
}

.sign-content__checkbox-label::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #141414;
  border: 1px solid #ea2f55;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sign-content__checkbox-label::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}

.sign-content__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ea2f55;
  margin-bottom: 14px;
  position: relative;
}

.sign-content__line-content {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #141414;
  border: 1px solid #ea2f55;
  font-size: 15px;
  color: #d2d2d2;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -15px;
  left: 47%;
  text-transform: uppercase;
}

.sign-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.sign-content__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 196px;
  height: 46px;
  border-radius: 30px;
  background-color: #272727;
  border: 1px solid #ea2f55;
  font-size: 18px;
  color: #ea2f55;
  font-weight: 500;
  margin-bottom: 29px;
}

.sign-content__button button img {
  margin-right: 7px;
}

.sign-content__p {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

.sign-content__p span a {
  color: #ea2f55;
}

.sign-content__p span a:hover {
  opacity: 0.7;
}

.forgPass,
.signBlock {
  display: none;
}

.sign-content__a-none {
  display: block;
}

#forgotPass {
  display: none;
}

@media (max-height: 830px) {
  .sign-content p {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .sign-content h1 {
    font-size: 30px;
  }
  .sign-content__btn {
    margin-top: 15px;
  }
  .sign-content__a,
  .sign-content__checkbox-label,
  .sign-content__p,
  .sign-content__btn span {
    font-size: 1rem;
  }
  .sign-content__btn {
    height: 35px;
  }
  .sign-content__input {
    height: 30px;
  }
  .sign {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #forgotPass {
    display: block;
  }
  .sign-content__a-none,
  .sign-content__p {
    display: none;
  }
  .sign-photo__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 15px;
  }
  .sign-photo__mobile img {
    margin-bottom: 10px;
    z-index: 2389;
  }
  .sign-photo__mobile h1 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    z-index: 2569;
    letter-spacing: 1.5px;
    font-weight: 500;
  }
  .sign-photo__mobile p {
    color: #ffffffa4;
    margin-bottom: 40px;
    z-index: 2458;
  }
  .sign-photo__mobile button {
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    background-color: #ea2f55;
    height: 38px;
    width: 100%;
    z-index: 2657;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .sign-photo__mobile button:active {
    opacity: 0.7;
  }
  .sign-none {
    display: none;
  }
  .content-none,
  .sign-photo__logo {
    display: none;
  }
  .sign {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: 100%;
  }
  .content__logo {
    margin-top: 20px;
  }
  .sign-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .sign-content__top a {
    font-size: 1;
    color: #ea2f55;
    cursor: pointer;
    font-weight: 500;
  }
  .sign-content__top a:active {
    opacity: 0.7;
  }
  .sign-content__top a i {
    color: #ea2f55;
    margin-left: 5px;
  }
}

@media (max-width: 1200px) {
  .sign-photo img {
    width: 120px;
    height: 50px;
  }
}

@media (min-height: 350px) and (max-height: 825px) {
  .sign-content {
    padding: 0px 15px;
  }
  .sign {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 815px) and (max-height: 375px) {
  .sign-content h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .sign-content p,
  .sign-content__input,
  .sign-content button {
    margin-bottom: 10px;
  }
  .sign-content p,
  .sign-content__input::-webkit-input-placeholder,
  .sign-content__input,
  .sign-content button,
  .sign-content__checkbox-label,
  .sign-content__a {
    font-size: 10px;
  }
  .sign-content p,
  .sign-content__input:-ms-input-placeholder,
  .sign-content__input,
  .sign-content button,
  .sign-content__checkbox-label,
  .sign-content__a {
    font-size: 10px;
  }
  .sign-content p,
  .sign-content__input::-ms-input-placeholder,
  .sign-content__input,
  .sign-content button,
  .sign-content__checkbox-label,
  .sign-content__a {
    font-size: 10px;
  }
  .sign-content p,
  .sign-content__input::placeholder,
  .sign-content__input,
  .sign-content button,
  .sign-content__checkbox-label,
  .sign-content__a {
    font-size: 10px;
  }
  .sign-content__checkbox {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .sign-content__line-content {
    left: 47%;
  }
}

.nav-menu {
  width: 100%;
  padding: 12px 60px 16px 60px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 3556;
}

.nav-menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu__left-back {
  color: #ea2f55;
}

.nav-menu__left-mobileIcon {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.nav-menu__left-mobileIcon__block1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ea2f55;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.nav-menu__left-mobileIcon__block2 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ea2f55;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.nav-menu__left-mobileIcon__block3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ea2f55;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.nav-menu__left-mobileIcon__block4 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ea2f55;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.nav-menu__left img {
  margin-right: 30px;
}

.nav-menu__left-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  margin-right: 40px;
  padding-left: 30px;
  height: 40px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#202020), to(#363636));
  background-image: linear-gradient(0deg, #202020 0%, #363636 100%);
  border: 1px solid #ea2f55;
}

.nav-menu__left-search:hover {
  opacity: 0.7;
}

.nav-menu__left-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ea2f55;
  cursor: pointer;
}

.nav-menu__left-search input {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  color: #ffffff;
  width: 570px;
}

.nav-menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-menu__right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.nav-menu__right ul li:hover {
  opacity: 0.7;
}

.nav-menu__right-down {
  position: relative;
  cursor: pointer;
}

.nav-menu__right-down::before {
  content: '';
  position: absolute;
  top: 14px;
  right: -25px;
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.nav-menu__right-chart {
  position: relative;
}

.nav-menu__right-chart::after {
  content: '2';
  position: absolute;
  top: -7px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #ea2f55;
  font-weight: 700;
  cursor: pointer;
}

.nav-menu__right-alert {
  position: relative;
}

.nav-menu__right-alert::after {
  content: '2';
  position: absolute;
  top: -7px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #ea2f55;
  font-weight: 700;
  cursor: pointer;
}

.homepageBg {
  background: url(../img/homePageBg.jpg);
  background-repeat: no-repeat;
  background-position-y: 80px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.header {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Arial, Helvetica, sans-serif;
}

.header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.header h2 {
  font-size: 34px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1;
  z-index: 1234;
}

.header h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1;
  z-index: 1236;
}

.header__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2345;
}

.header__btn-group button {
  margin-right: 15px;
  width: 174px;
  height: 44px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.header__btn-group button:hover {
  opacity: 0.7;
}

.header__btn-group button i {
  margin-right: 15px;
}

.btn-pink {
  background-color: #ea2f55;
  border: none;
}

.btn-dark {
  border: 2px solid #ffffff;
  background: transparent;
}

.whats-hot {
  background: #141414;
  padding: 54px 52px 80px 60px;
}

.whats-hot__slider {
  display: none;
}

.whats-hot__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.whats-hot__h2 h2 {
  font-size: 28px;
  font-weight: 800;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
}

.whats-hot__h2 h2 span {
  color: #ea2f55;
}

.whats-hot__h2 a i {
  color: #d2d2d2;
}

.whats-hot__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whats-hot__books__book {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  margin-bottom: 40px;
  min-width: 226px;
  min-height: 256px;
}

.whats-hot__books__book-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.whats-hot__books__book img {
  max-width: 100%;
}

.online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/online.jpg);
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
}

.online::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.online h2 {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
  z-index: 123;
}

.online h2 span {
  color: #ea2f55;
}

.online h5 {
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  z-index: 124;
}

.online button {
  width: 218px;
  z-index: 125;
  height: 56px;
  border-radius: 4px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

.online button:hover {
  opacity: 0.7;
}

.online button i {
  margin-right: 15px;
}

.online-slider {
  position: absolute;
  bottom: -360px;
  padding-left: 60px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  z-index: 2345;
}

.online-slider__slide {
  max-width: 420px;
}

.online-slider__slide-img {
  position: relative;
  height: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.online-slider__slide-img a {
  position: absolute;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.online-slider__slide-img a:hover {
  opacity: 0.7;
}

.online-slider__slide-img i {
  position: absolute;
  padding-left: 8px;
  color: #ea2f55;
  opacity: 1;
  cursor: pointer;
}

.online-slider__slide h4 {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.7;
}

.slide1 {
  background-image: url(../img/slide1.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.slide2 {
  background-image: url(../img/slide2.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.slide3 {
  background-image: url(../img/slide3.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.slide4 {
  background-image: url(../img/slide4.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.slick-slide {
  margin-right: 40px;
  outline: none;
}

.video1 {
  background-image: url(../img/video1.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.video2 {
  background-image: url(../img/video2.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.video3 {
  background-image: url(../img/video3.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.video4 {
  background-image: url(../img/video4.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.video5 {
  background-image: url(../img/video5.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.video6 {
  background-image: url(../img/video6.jpg);
  background-repeat: no-repeat;
  height: 256px;
  opacity: 0.7;
}

.qualified {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #141414;
  padding-top: 345px;
  padding-left: 60px;
  padding-bottom: 76px;
}

.qualified h2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1;
}

.qualified h2 span {
  color: #ea2f55;
}

.qualified-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qualified-slider-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 306px;
  height: 334px;
  padding: 20px;
  background-color: #191919;
  border: 1px solid #262626;
  border-radius: 32px;
  margin-right: 48px;
  cursor: pointer;
}

.qualified-slider-slide:hover {
  opacity: 0.7;
}

.qualified-slider-slide img {
  max-width: 100%;
}

.footer {
  background-color: #141414;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 76px;
  padding-bottom: 50px;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.footer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background-color: #232323;
}

.footer::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background-color: #ea2f55;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-info__block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info__block-social ul li {
  margin-right: 20px;
}

.footer-info__block-social ul li i {
  color: #999999;
}

.footer-info__block ul li {
  margin-bottom: 15px;
}

.footer-info__block ul li a {
  color: #999999;
  font-size: 14px;
}

.footer-info__block ul li a:hover {
  opacity: 0.7;
}

.footer-info__block button {
  outline: none;
  border: 2px solid #999999;
  background: transparent;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  padding: 0px 5px;
  width: 110px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

.footer-info__block span {
  font-size: 12px;
  color: #999999;
}

#dropdown-menu {
  display: none;
}

#menu.active {
  position: absolute;
  top: 90px;
  right: 0;
  width: 100%;
  padding: 15px 60px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #000000;
}

#menu.active ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000000;
}

#menu.active li {
  margin-bottom: 15px;
  margin-right: 0;
}

#dropdown-menu.drop-active {
  background-color: #000000;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 59px;
  right: -79px;
  font-size: 20px;
  width: 170px;
  height: auto;
}

#dropdown-menu.drop-active li {
  margin-right: 0;
  margin-bottom: 10px;
}

#dropdown-menu.drop-active li a {
  color: #ffffff;
  font-size: 14px;
}

#dropdown-menu.drop-active li a:hover {
  color: #ea2f55;
}

@media (max-width: 900px) {
  .nav-menu__left img {
    margin-right: 40px;
  }
  .nav-menu__right button {
    display: block;
  }
  #dropdown-menu.drop-active {
    min-width: 150px;
  }
}

@media (max-width: 1260px) {
  .nav-menu__left-search input {
    width: 100%;
  }
}

@media (max-height: 680px) {
  .header {
    height: 100%;
    padding-bottom: 80px;
  }
  .header h2 {
    margin-top: 180px;
  }
}

@media (max-width: 420px) {
  .header h2 {
    margin-top: 110px;
  }
  .online-slider {
    bottom: -420px;
  }
}

@media (max-width: 600px) {
  .nav-menu__left img,
  .nav-menu__left-search {
    margin-right: 15px;
  }
  #menu.active {
    top: 69px;
    padding-right: 30px;
  }
  .nav-menu__left img {
    width: 100px;
  }
  .nav-menu,
  .header,
  .online,
  .online-slider,
  .qualified {
    padding-left: 20px;
    padding-right: 20px;
  }
  .qualified {
    padding-top: 400px;
  }
}

@media (min-width: 421px) and (max-width: 600px) {
  .online-slider {
    bottom: -390px;
  }
}

.view {
  position: relative;
  padding-top: 80px;
}

.view .mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.view img {
  display: block;
  position: relative;
  width: 100%;
}

.view-second img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.view .mask {
  background-color: rgba(12, 19, 27, 0.4);
  width: 100%;
}

.text-left {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-bottom: 80px !important;
}

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 120px;
  margin-left: 15%;
  margin-right: 15%;
  font-family: Arial, Helvetica, sans-serif;
}

.history-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
  margin-right: 40px;
  max-width: 260px;
}

.history-card__add {
  position: absolute;
  top: 240px;
  left: 15px;
  z-index: 2389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  opacity: 0;
  height: 56px;
  border-radius: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
  background-color: #3a040f;
}

.history-card__add:hover {
  opacity: 1;
}

.history-card__add:focus {
  opacity: 1;
}

.history-card__add i {
  color: #ffffff;
}

.history-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
}

.history-card__content__topLine {
  background-color: #000000;
  border: 2px solid #707070;
  width: 25%;
  margin-bottom: 40px;
}

.history-card__content__shortLine {
  background-color: #000000;
  border: 2px solid #707070;
  width: 12%;
  margin-bottom: 40px;
}

.history-card__content h3 {
  font-size: 50px;
  color: #ea2f55;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1;
}

.history-card__content h5 {
  font-size: 20px;
  color: #707070;
  margin-bottom: 50px;
}

.history-card__content__bottomLine {
  background-color: #000000;
  border: 2px solid #707070;
  width: 90%;
  margin-bottom: 15px;
}

.history-card__content a {
  font-size: 16px;
  color: #ea2f55;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.history-card__content a:hover {
  opacity: 0.7;
}

.history-card__content a i {
  margin-right: 15px;
  vertical-align: middle;
}

.history-card__content-line {
  width: 100%;
  background-color: #6a6a6a;
  height: 2px;
  margin-top: -30px;
}

.history-card__text {
  position: absolute;
  left: 25%;
  top: -18px;
  z-index: 455;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 36px;
  border-radius: 10px;
  border: none;
  outline: none;
  -webkit-filter: drop-shadow(-18.192px 18.192px 7px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-18.192px 18.192px 7px rgba(0, 0, 0, 0.27));
  background-color: #ea2f55;
  font-size: 18px;
  color: #d2d2d2;
  font-weight: 500;
}

.history-card img {
  max-height: 300px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
  background-color: #000000;
  border: 1px solid #393939;
  padding: 20px;
  margin-bottom: 10px;
}

.history-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-card__body small {
  font-size: 16px;
  color: #747474;
  font-weight: 300;
}

.history-card__body span {
  font-size: 22px;
  color: #ea2f55;
}

.history-card p {
  font-size: 18px;
  color: #d2d2d2;
  font-weight: 300;
}

.my-container {
  margin-right: 15%;
  margin-left: 15%;
}

.viewLine {
  width: 100%;
  height: 2px;
  background-color: #ea2f55;
  margin-bottom: 90px;
  position: relative;
}

.viewLine a {
  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;
  position: absolute;
  left: 50%;
  top: -28px;
  margin-left: -117px;
  height: 60px;
  min-width: 234px;
  padding: 0px 35px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
  border: 2px solid #ea2f55;
  background-color: #141414;
  font-size: 22px;
  color: #ea2f55;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.viewLine a:hover {
  opacity: 0.7;
}

.history-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.history-video h2 {
  font-size: 40px;
  color: #d2d2d2;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
}

.history-video__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-video__controls a:hover {
  opacity: 0.7;
}

.history-video__controls a i {
  color: #ea2f55;
  margin-right: 20px;
}

.history-slider {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.history-slider__add {
  position: absolute;
  top: 235px;
  left: 13px;
  z-index: 2389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  opacity: 1;
  height: 56px;
  border-radius: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
  background-color: #3a040f;
}

.history-slider__add:hover {
  opacity: 1;
}

.history-slider__add:focus {
  opacity: 1;
}

.history-slider__add i {
  color: #ffffff;
}

.history-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.history-slider__slide a {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #141414;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}

.history-slider__slide a i {
  padding-left: 5px;
  color: #ea2f55;
  opacity: 1;
}

.history-slider__footer {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-slider__footer-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.history-slider__footer-author span {
  color: #ea2f55;
}

.history-slider__footer-author span small {
  font-size: 16px;
  color: #d2d2d2;
  margin-left: 5px;
}

.history-slider__footer p {
  font-size: 18px;
  color: #d2d2d2;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

.history-slider__footer h5 {
  font-size: 22px;
  color: #747474;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.history-slider__footer h5 span {
  color: #ea2f55;
  margin-left: 12px;
}

.history-slide {
  max-width: 380px;
  margin-right: 50px;
}

.my-task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

.my-task__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 45px;
  margin-bottom: 40px;
  margin-right: 20px;
  min-width: 228px;
}

.my-task__item img {
  margin-bottom: 40px;
  max-width: 100%;
}

.my-task__item h3 {
  font-size: 28px;
  line-height: 1;
  color: #d2d2d2;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.my-task__item span {
  font-size: 28px;
  line-height: 1;
  color: #ea2f55;
  font-weight: 500;
}

.my-task__line {
  width: 2px;
  height: 400px;
  background-color: #707070;
  margin-right: 20px;
}

@media (max-width: 1459px) {
  .my-task {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my-task__item {
    margin-bottom: 0;
  }
  .my-task__line {
    width: 100%;
    max-width: 228px;
    height: 2px;
    margin-bottom: 45px;
  }
}

@media (min-width: 600px) and (max-width: 819px) {
  .my-task__line {
    display: none;
  }
}

.invite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.invite__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.invite__buttons button {
  border: none;
  outline: none;
  padding: 20px 30px;
  max-width: 212px;
  border-radius: 6px;
  background-color: #ea2f55;
  font-size: 22px;
  color: #d2d2d2;
  font-weight: 500;
  cursor: pointer;
}

.invite__buttons button:hover {
  opacity: 0.7;
}

.invite__buttons button:first-child {
  margin-right: 30px;
}

.invite-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 90px;
}

.invite-info h3 {
  font-size: 22px;
  line-height: 1;
  color: #d2d2d2;
  font-weight: 500;
  margin-bottom: 22px;
}

.invite-info a {
  font-size: 22px;
  color: #747474;
  font-weight: 500;
  margin-bottom: 22px;
}

.invite-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invite-info__social i {
  margin-right: 20px;
  color: #ea2f55;
  cursor: pointer;
}

.invite-info__social i:hover {
  opacity: 0.7;
}

.invite-first {
  margin-right: 50px;
}

.grey-line {
  width: 100%;
  background-color: #6a6a6a;
  height: 2px;
  margin-top: -60px;
  margin-bottom: 56px;
}

.offers {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-9.192px 9.192px 3.5px rgba(0, 0, 0, 0.27));
  background-color: transparent;
  border: 2px solid #393939;
  margin-bottom: 40px;
  padding: 30px 20px;
  cursor: pointer;
}

.offers:hover {
  opacity: 0.7;
}

.offers img {
  width: 300px;
  height: 236px;
  margin-bottom: 30px;
}

.offers-line {
  background-color: #6a6a6a;
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}

.offers h4 {
  font-size: 34px;
  line-height: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #dbdbdb;
  font-weight: 500;
  margin-bottom: 15px;
}

.offers-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.offers-price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 1;
  color: #747474;
  font-weight: 300;
  margin-right: 30px;
}

.offers-price p span {
  margin-left: 15px;
  font-size: 32px;
  color: #747474;
  font-weight: 500;
}

.offers-price div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 1;
  color: #ea2f55;
  font-weight: 300;
  margin-right: 30px;
}

.offers-price div span {
  margin-left: 15px;
  font-size: 32px;
  color: #ea2f55;
  font-weight: 500;
}

.offers-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #ea2f55;
}

.offers-data span {
  font-size: 24px;
  color: #ea2f55;
  font-weight: 500;
  margin-right: 20px;
}

.purchase {
  padding-top: 110px;
  width: 67% !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-right: 50px;
}

.purchase-block {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.info-line {
  margin-top: -80px;
  margin-bottom: 50px;
  width: 100%;
  border-bottom: 10px solid #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info-line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.info-line ul li {
  margin-right: 70px;
  cursor: pointer;
}

.info-line ul li:hover {
  opacity: 0.7;
}

.info-line ul li:last-child {
  margin-right: 0;
}

.info-line-a {
  font-size: 24px;
  color: #747474;
  font-weight: 400;
}

.info-line-a__active {
  color: #ea2f55 !important;
  position: relative;
}

.info-line-a__active::after {
  content: '';
  position: absolute;
  display: block;
  height: 10px;
  background-color: #ea2f55;
  width: 100%;
  bottom: -25px;
}

.block {
  display: none;
}

.block.block-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 820px) and (max-width: 1459px) {
  .my-task__line {
    display: none;
  }
  .my-task__item {
    margin-right: 40px;
  }
}

@media (max-width: 1285px) {
  .purchase {
    width: 100% !important;
    margin-right: 0;
  }
  .purchase ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .purchase ul li {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .text-left,
  .invite {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
  }
  .invite-first {
    margin-right: 0;
  }
  .history-card__content__shortLine {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 785px) {
  .invite-info a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .history-video {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .history-video h2 {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 830px) {
  .history {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .my-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 600px) {
  .history-card__text {
    width: 50%;
    font-size: 8px;
    height: 16px;
    top: -6px;
  }
  .purchase ul,
  .info-line ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-line ul li {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .info-line-a__active::after {
    bottom: -13px;
    width: 100%;
    left: 0;
    height: 3px;
    z-index: 156;
  }
  .offers img {
    width: 100%;
    height: auto;
  }
  .history-card {
    margin-right: 10px;
    width: 100px;
    margin-bottom: 20px;
  }
  .history-card img {
    max-width: 100%;
    height: 133px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .history-card button {
    display: none;
  }
  .history-card__body span {
    font-size: 9px;
  }
  .history-card__body small {
    font-size: 9px;
  }
  .history-card p {
    font-size: 9px;
  }
  .invite-info a {
    font-size: 10px;
  }
  .view {
    padding-top: 70px;
  }
  .invite__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .invite__buttons button:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.noBorder {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.upload-left {
  height: 100%;
  border: 2px solid #414141;
  border-radius: 14px;
  padding-left: 24px;
  padding-right: 24px;
}

.upload-left textarea {
  width: 100%;
  padding-top: 10px;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #747474;
  margin-bottom: 23px;
  border-radius: 28px;
  background-color: #262626;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  border: 2px solid #474747;
}

.upload-left textarea:hover {
  opacity: 0.7;
}

.upload-left h3 {
  font-size: 30px;
  color: #747474;
  margin-bottom: 20px;
  margin-top: 34px;
}

.upload-left__line {
  width: 100%;
  background-color: #6a6a6a;
  height: 2px;
  margin-bottom: 42px;
}

.upload-left__file {
  width: 203px;
  text-align: center;
  height: 203px;
  background-color: #262626;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  color: #747474;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  border: 2px solid #474747;
  margin-bottom: 23px;
}

.upload-left__file:hover {
  opacity: 0.7;
}

.upload-left__file div {
  font-size: 1rem;
}

.upload-left__file label {
  cursor: pointer;
}

.upload-left__file label img {
  max-width: 100%;
}

.upload-left #fl_inp {
  display: none;
}

.upload-left input {
  width: 100%;
  outline: none;
  height: 49px;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #747474;
  margin-bottom: 23px;
  border-radius: 28px;
  background-color: #262626;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  border: 2px solid #474747;
}

.upload-left input:hover {
  opacity: 0.7;
}

.upload-left__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.upload-left__group input {
  width: 48%;
}

.upload-left__submit {
  width: 100%;
}

.upload-left__submit a {
  outline: none;
  cursor: pointer;
  background-color: #EA2F55;
  color: #ffffff;
  font-size: 22px;
  border: none;
  border-radius: 50px;
  min-height: 60px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upload-right__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 26px;
  width: 100%;
}

.upload-right__group input {
  outline: none;
  width: 100%;
  height: 49px;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #747474;
  border-radius: 28px;
  background-color: #262626;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  border: 2px solid #474747;
}

.upload-right__group input:hover {
  opacity: 0.7;
}

.upload-right__group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 28px;
  height: 49px;
  font-size: 15px;
  color: #747474;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #305DA8;
  color: #ffffff;
}

.upload-right__group-btn:hover {
  opacity: 0.7;
}

.upload-right__group button {
  outline: none;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 2px solid #EA2F55;
  background-color: transparent;
}

.upload-right__group button:hover {
  opacity: 0.7;
}

.upload-right__group button i {
  color: #EA2F55;
  vertical-align: middle;
}

.upload-right textarea {
  width: 100%;
  outline: none;
  font-size: 15px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  color: #747474;
  margin-bottom: 23px;
  border-radius: 28px;
  background-color: #262626;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  border: 2px solid #474747;
  margin-left: 15px;
}

.upload-right textarea:hover {
  opacity: 0.7;
}

.upload-right__input {
  width: 100%;
  outline: none;
  height: 49px;
  font-size: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #747474;
  margin-bottom: 23px;
  border-radius: 28px;
  background-color: #262626;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  border: 2px solid #474747;
  margin-left: 15px;
}

.upload-right__input:hover {
  opacity: 0.7;
}

.w-100 {
  width: 100% !important;
}

.block-promo {
  display: none;
}

.upload-productLine {
  background-color: #2B2B2B;
  width: 100%;
  height: 4px;
  margin-bottom: 50px;
}

.upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 70px;
}

.upload-btn button {
  outline: none;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  background-color: #EA2F55;
  border: none;
  min-width: 266px;
  height: 49px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
}

.upload-btn button:hover {
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .upload-right textarea,
  .upload-right__input {
    width: 97%;
  }
}

@media (max-width: 830px) {
  .upload-right textarea,
  .upload-right__input {
    width: 96%;
  }
  .upload-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 600px) {
  .upload-left {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .upload-left__group input {
    width: 100%;
  }
  .upload-left__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 600px) and (max-width: 575px) {
  .upload-right__group {
    text-align: center;
  }
  .upload-right__group input,
  .upload-right__group-btn,
  .upload-right__group button {
    margin-bottom: 10px;
  }
  .upload-right textarea,
  .upload-right__input {
    width: 94%;
  }
}

.w-50 {
  width: 50%;
}

.margin-top {
  margin-top: -30px;
}

.padding-bottom {
  padding-bottom: 0;
}

.leftBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 25px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #1e1e1e;
  color: #747474;
}

.leftBlock-img {
  padding: 15px;
  background-color: #141414;
  border-radius: 10px;
  margin-right: 15px;
}

.leftBlock-img img {
  height: 81px;
}

.leftBlock-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-right: 15px;
}

.leftBlock-text h3 {
  font-size: 18px;
  margin-bottom: 9px;
  line-height: 1.4;
}

.leftBlock-text p {
  font-size: 16px;
}

.leftBlock-btn {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-right: 15px;
}

.leftBlock-btn button {
  outline: none;
  cursor: pointer;
  min-width: 87px;
  height: 36px;
  background-color: #141414;
  color: #747474;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  margin-bottom: 10px;
}

.leftBlock-btn span {
  font-size: 1;
  color: #EA2F55;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.leftBlock-btn span:hover {
  opacity: 0.7;
}

.leftBlock h2 {
  font-size: 18px;
  margin-top: 18px;
  margin-right: 15px;
}

.leftBlock i {
  color: #EA2F55;
  margin-top: 18px;
  cursor: pointer;
}

.leftBlock i:hover {
  opacity: 0.7;
}

.rightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #414141;
  border-radius: 10px;
  padding: 40px 30px 30px 30px;
  color: #D2D2D2;
}

.rightBlock_h1mob {
  display: none;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 30px;
}

.rightBlock h3 {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 30px;
}

.rightBlock-line {
  width: 100%;
  height: 2px;
  background-color: #707070;
  margin-bottom: 30px;
}

.rightBlock-paypal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}

.rightBlock-paypal img {
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
}

.rightBlock h2 {
  margin-bottom: 20px;
  font-size: 25px;
}

.rightBlock-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 65px;
}

.rightBlock-text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 23px;
  font-size: 16px;
}

.rightBlock-text__content p {
  font-weight: 500;
  margin-right: 20px;
}

.rightBlock-text__content span {
  font-weight: 300;
}

.rightBlock-text__toPay {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  padding-top: 18px;
  padding-bottom: 18px;
}

.rightBlock-text__toPay h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}

.rightBlock-text__toPay p {
  font-size: 24px;
}

.rightBlock a {
  outline: none;
  cursor: pointer;
  width: 100%;
  background-color: #EA2F55;
  color: #ffffff;
  font-size: 22px;
  border: none;
  border-radius: 5px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rightBlock a:hover {
  opacity: 0.7;
}

.billing-padding {
  margin-bottom: 0px !important;
}

.billing-paddingTop {
  margin-top: 0px !important;
}

.cart-none {
  display: none;
}

@media (max-width: 600px) {
  .cart-none {
    display: block;
  }
  .rightBlock-line,
  .upload-left__line,
  .upload-left h3,
  .rightBlock h3,
  .submit-none {
    display: none;
  }
  .leftBlock {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rightBlock {
    background-color: transparent;
    padding: 0;
  }
  .rightBlock a {
    border-radius: 50px;
  }
  .rightBlock-text__content p,
  .rightBlock-text__content span {
    color: #747474;
  }
  .rightBlock h2 {
    font-size: 18px;
  }
}

.descritpion-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  -webkit-filter: drop-shadow(5.902px 11.583px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5.902px 11.583px 6px rgba(0, 0, 0, 0.16));
  background-color: #1e1e1e;
  border: 1px solid #414141;
  position: relative;
  margin-top: -163px;
}

.descritpion-left__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.descritpion-left__img img {
  max-width: 173px;
  text-align: center;
}

.descritpion-left__h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 39px;
  margin-bottom: 12px;
}

.descritpion-left__h1 h1 {
  font-size: 42px;
  color: #D2D2D2;
  line-height: 1;
  margin-right: 15px;
}

.descritpion-left__h1 span {
  font-size: 28px;
  color: #747474;
  font-weight: 600;
  text-decoration: line-through;
}

.descritpion-left h2 {
  font-size: 21px;
  color: #EA2F55;
  margin-bottom: 29px;
  line-height: 1;
}

.descritpion-left h3 {
  font-size: 26px;
  line-height: 1;
  color: #D2D2D2;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.descritpion-left ul {
  margin-bottom: 90px;
}

.descritpion-left ul li {
  font-size: 18px;
  color: #747474;
  line-height: 1.8;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 5px;
}

.price-block h4 {
  font-size: 44px;
  color: #d2d2d2;
  line-height: 1;
  margin-left: 20px;
}

.price-block__a {
  width: 196px;
  height: 60px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  margin-right: 40px;
  background-color: #ea2f55;
  border: 1px solid #ea2f55;
  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;
}

.price-block__a a {
  font-size: 22px;
  outline: none;
  color: #ffffff;
}

.price-block__a-rent {
  background-color: transparent !important;
}

.descritpion-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 45px;
  padding-right: 15px;
  padding-left: 15px;
}

.descritpion-right h1 {
  font-size: 45px;
  color: #D2D2D2;
}

.descritpion-right p {
  font-size: 22px;
  color: #747474;
  margin-bottom: 15px;
}

.descritpion-right p:last-of-type {
  margin-bottom: 40px;
}

.descritpion-right__rang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}

.descritpion-right__rang i {
  color: #EA2F55;
  margin-right: 5px;
}

.descritpion-right__rang i:last-of-type {
  margin-right: 15px;
}

.descritpion-right__rang span {
  font-size: 20px;
  color: #747474;
}

.descritpion-right__add a {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ea2f55;
  border: 1px solid #ea2f55;
  font-size: 22px;
  outline: none;
  margin-right: 40px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments h2 {
  font-size: 26px;
  color: #747474;
  margin-bottom: 10px;
}

.comments h1 {
  color: #D2D2D2;
  font-size: 40px;
  margin-bottom: 20px;
}

.comments-rang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-rang__star {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 40px;
}

.comments-rang__star i {
  color: #ffffff;
}

.comments-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
}

.comments-comment__img {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 43px;
}

.comments-comment__img img {
  margin-bottom: 15px;
}

.comments-comment__img span {
  font-size: 19px;
  color: #747474;
}

.comments-comment__content {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comments-comment__content-rang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.comments-comment__content-rang i {
  margin-right: 10px;
  color: #EA2F55;
}

.comments-comment__content-rang i:last-of-type {
  color: #747474;
}

.comments-comment__content h2 {
  font-size: 26px;
  color: #D2D2D2;
}

.comments-comment__content p {
  font-size: 20px;
  color: #707070;
}

.comments-h1 {
  font-size: 35px;
  color: #D2D2D2;
  margin-top: -20px;
  margin-bottom: 15px;
}

.comments-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-btn button {
  background-color: #EA2F55;
  height: 60px;
  border-radius: 5px;
  outline: none;
  border: none;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
}

.comments-btn button:hover {
  opacity: 0.7;
}

.pinkBg {
  background-color: #EA2F55;
}

.greyBg {
  background-color: #717171;
}

@media (max-width: 767px) {
  .descritpion-left {
    margin-top: 45px;
  }
  .comments-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comments-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comments-comment__content-rang,
  .comments-comment__content h2,
  .comments-comment__content p,
  .comments h2,
  .comments h1,
  .comments-rang,
  .descritpion-left h2,
  .descritpion-left h3,
  .descritpion-left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .comments-comment__img {
    margin-right: 0;
  }
}

.menu {
  padding: 26px 19px 40px 19px;
  font-size: 18px;
  color: #d2d2d2;
  background-color: #212121;
  display: none;
  height: 100%;
}

.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.menu-top img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #ea2f55;
  margin-right: 13px;
}

.menu-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-top__info a {
  font-size: 14px;
  color: #ea2f55;
}

.menu-top__close {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-top__close i {
  color: #d2d2d2;
}

.menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-body__img {
  padding: 7px;
  background-color: #ea2f55;
  border-radius: 50%;
  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;
  margin-right: 17px;
  width: 42px;
  height: 42px;
}

.menu-body__img img {
  max-width: 100%;
}

.menu-body ul li {
  margin-bottom: 10px;
}

.menu-body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-body ul li a span {
  font-size: 18px;
  color: #d2d2d2;
  text-transform: capitalize;
}

.menu-body ul li a span:active {
  color: #ea2f55;
}

#books-content,
#tutorial-content {
  display: none;
}

.profile {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-top: 15px;
}

.profile h1 {
  font-size: 18px;
  line-height: 1;
  color: #d2d2d2;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.profile h1:last-of-type {
  margin-bottom: 14px;
}

.profile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.profile-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #ffffff;
  height: 34px;
  width: 100%;
  border-radius: 17px;
  -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ea2f55;
  margin-right: 10px;
}

.profile-btn a:last-child {
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #ea2f55;
  color: #ea2f55;
}

.profile__a {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #707070;
  padding-bottom: 13px;
  overflow: hidden;
}

.profile__a a {
  font-size: 14px;
  color: #747474;
}

.profile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-links i {
  color: #ea2f55;
  margin-right: 10px;
}

.profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile-content img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-bottom: 32px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.profile-content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-content__btn button {
  width: 100%;
  background-color: #ea2f55;
  border-radius: 23px;
  height: 45px;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.tutorial {
  margin-right: 0;
  width: 155px;
}

.tutorial-footer__author span {
  font-size: 9px;
}

.tutorial-footer__author span small {
  font-size: 9px;
}

.tutorial-footer p {
  font-size: 12px;
  margin-bottom: 5px;
}

.tutorial-footer h5 {
  font-size: 14px;
}

.tutorial-footer h5 span {
  font-size: 13px;
}

.whats-hot__sliderBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  margin-right: 14px;
}

.whats-hot__sliderBlock p {
  font-size: 10px;
  letter-spacing: 0px;
  color: #d2d2d2;
}

.whats-hot__sliderBlock span {
  font-size: 9px;
  color: #747474;
}

.whats-hot__sliderBlock span i {
  color: #d2d2d2;
  margin-right: 3px;
}

.whats-hot__slider,
.whats-hot__mobile {
  display: none;
}

.offerSlide {
  height: 132px;
  border-radius: 16px;
}

.offerSlide__footer h4 {
  color: #ea2f55;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}

.offerSlide__footer__author {
  font-size: 12px;
}

.offerSlide__footer__author span small {
  font-size: 12px;
}

.offerSlide__footer p {
  font-size: 14px;
}

.offerSlide__footer h5 {
  font-size: 18px;
}

.offerSlide__footer h5 span {
  font-size: 17px;
}

.offerSlide a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerSlide a i {
  padding-left: 5px;
  color: #ea2f55;
}

.tutorials-width {
  width: 195px !important;
}

.tutorials-width__height {
  height: 113px !important;
}

.sliderOnline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderOnline__slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderOnline__slide a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderOnline__slide a i {
  padding-left: 5px;
  color: #ea2f55;
}

.nav-mobile,
.book,
.mobile-content,
.wishlist-items,
.review-line {
  display: none;
}

.all-reviews,
.write-review {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.write-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.book-slide {
  width: 100% !important;
  max-width: 100% !important;
}

.book-slider {
  height: 213px !important;
}

.nav-menu__left a {
  display: none;
}

.spcOff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spesOff {
  display: none;
}

@media (max-width: 600px) {
  .rightBlock_h1mob {
    display: block !important;
  }
  .rightBlock h1 {
    display: none;
  }
  .summary-block {
    display: block !important;
  }
  #paypal {
    display: none;
  }
  .spcOff {
    display: none !important;
  }
  .spesOff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
  .nav-menu__left a {
    display: block;
  }
  .comments-btn button {
    border-radius: 50px;
    width: 100%;
  }
  .comments-h1 {
    display: none;
  }
  .write-review {
    display: none;
  }
  .review-line {
    display: block;
  }
  .review-line ul li {
    font-size: 19px;
  }
  .upload-productLine {
    display: none;
  }
  .comments-comment__img span {
    font-size: 12px;
  }
  .comments-comment__content p {
    text-align: left;
    font-size: 14px;
  }
  .comments h1 {
    text-align: left;
    color: #ea2f55;
  }
  .comments-rang {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wishlist-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wishlist-items__book {
    padding: 12px;
    background-color: #2b2b2b;
    border-radius: 12px;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wishlist-items__book-close {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-color: #ea2f55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .wishlist-items__book-close i {
    color: #ffffff;
  }
  .wishlist-items__book img {
    width: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 12px;
  }
  .wishlist-items__book-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .wishlist-items__book-info a {
    font-size: 15px;
    color: #d2d2d2;
    font-weight: 500;
  }
  .wishlist-items__book-info span {
    font-size: 13px;
    color: #d2d2d2;
    font-weight: 300;
  }
  .wishlist-items__book-info p {
    font-size: 15px;
    color: #ea2f55;
    font-weight: 500;
  }
  .wishlist-items__book-info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wishlist-items__book-info__price-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wishlist-items__book-info__price-author p {
    font-size: 9px;
    color: #696969;
  }
  .wishlist-items__book-info__price-author p:first-of-type {
    margin-right: 15px;
  }
  .wishlist-items__book-info__price-author p span {
    font-size: 9px;
    color: #ea2f55;
  }
  .wishlist-items button {
    width: 100%;
    background-color: #ea2f55;
    border-radius: 50px;
    border: none;
    outline: none;
    min-height: 45px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .wishlist-items__continue {
    color: #ea2f55;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
  }
  .wishlist-items__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .wishlist-items__amount span {
    color: #D2D2D2;
    font-size: 18px;
    font-weight: 500;
  }
  .history-slider {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .history-slide {
    width: 126px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .viewLine {
    display: none;
  }
  .growth-mobile {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .history-slider__footer p {
    font-size: 12px;
  }
  .history-slider__footer h5 {
    font-size: 14px;
  }
  .history-slider__footer h5 span {
    font-size: 13px;
  }
  .history-slider__footer-author {
    font-size: 9px;
  }
  .history-slider__footer-author span small {
    font-size: 9px;
  }
  .history-slider__slide {
    height: 130px;
    border-radius: 12px;
  }
  .history-slider__slide a {
    width: 45px;
    height: 45px;
  }
  .history-slider__slide i {
    font-size: 20px;
  }
  .history-video h2,
  .history-video {
    display: none;
  }
  .purchase-mobile {
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .purchase {
    padding-top: 100px;
  }
  .my-task {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .my-task__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-task__item-content h3 {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .my-task__item-content span {
    font-size: 28px;
  }
  .my-task__line {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .my-task__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-bottom: 25px;
    padding-top: 0;
  }
  .my-task__item img {
    width: 113px;
    height: 97px;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .info-line {
    border-bottom: 3px solid #747474;
    margin-bottom: 20px;
    z-index: 6;
  }
  .info-line ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 0;
  }
  .upload-left {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .upload-left__file {
    height: auto;
    width: auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .upload-left__file div {
    text-align: center;
    padding-bottom: 18px;
  }
  .upload-left__file label img {
    padding-top: 18px;
  }
  .upload-mobile {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .history-card__content__shortLine,
  .history-card__content-line,
  #comments-none,
  .desctop-content {
    display: none;
  }
  .book {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .book-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
  }
  .book-img__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 25px;
  }
  .book-img__left img {
    width: 45px;
    height: 58px;
    margin-bottom: 12px;
  }
  .book-img__right {
    height: 213px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 12px;
    background-color: #2b2b2b;
  }
  .book-img__right img {
    height: 140px;
    width: 111px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .book-rang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book-rang__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .book-rang__stars i {
    color: #ea2f55;
    margin-right: 3px;
  }
  .book-rang__stars span {
    font-size: 11px;
    color: #747474;
    margin-left: 4px;
  }
  .book-rang h5 {
    color: #ea2f55;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 1;
  }
  .book-info {
    margin-bottom: 24px;
  }
  .book-info h5 {
    font-size: 21px;
    color: #d2d2d2;
    font-weight: 500;
  }
  .book-info p {
    font-size: 15px;
    line-height: 19px;
    color: #747474;
  }
  .book-priceVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book-priceVideo a {
    width: 100%;
    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;
    height: 34px;
    border-radius: 17px;
    -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
    background-color: #ea2f55;
    border: 1px solid #ea2f55;
    font-size: 16px;
    outline: none;
    color: #ffffff;
    margin-bottom: 32px;
  }
  .book-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .book-price__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book-price__video h2 {
    font-size: 25px;
    color: #D2D2D2;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .book-price__video span {
    font-size: 20px;
    color: #747474;
  }
  .book-price__purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 5px;
  }
  .book-price__purchase h2 {
    font-size: 25px;
    color: #747474;
    line-height: 1;
    margin-bottom: 10px;
  }
  .book-price__purchase a {
    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;
    width: 141px;
    height: 34px;
    border-radius: 17px;
    -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
    background-color: #ea2f55;
    border: 1px solid #ea2f55;
    font-size: 16px;
    outline: none;
    color: #ffffff;
  }
  .book-price__line {
    height: 72px;
    width: 1px;
    background-color: #707070;
    margin-right: 5px;
  }
  .book-price__rent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book-price__rent h2 {
    font-size: 25px;
    color: #747474;
    line-height: 1;
    margin-bottom: 10px;
  }
  .book-price__rent a {
    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;
    width: 141px;
    height: 34px;
    border-radius: 17px;
    -webkit-filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(-2.924px 9.563px 3.5px rgba(0, 0, 0, 0.16));
    background-color: transparent;
    border: 1px solid #ea2f55;
    font-size: 16px;
    outline: none;
    color: #ea2f55;
  }
  .book-description {
    margin-bottom: 20px;
  }
  .book-description h2 {
    font-size: 25px;
    color: #d2d2d2;
    line-height: 1;
    margin-bottom: 10px;
  }
  .book-description p {
    font-size: 15px;
    color: #747474;
  }
  .book-description ul li {
    font-size: 15px;
    color: #747474;
  }
  .restrew {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #0f0f0f;
    padding-bottom: 25px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .restrew-invite {
    text-align: left;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .restrew-invite__content {
    padding-top: 0;
  }
  .restrew h3 {
    font-size: 19px;
    color: #ea2f55;
    font-weight: 500;
    margin-bottom: 0;
  }
  .restrew h5 {
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
  }
  .restrew h2 {
    font-size: 18px;
    color: #d2d2d2;
    font-weight: 500;
  }
  .restrew-rang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .restrew-rang span {
    font-size: 24px;
    color: #ea2f55;
    font-weight: 500;
    margin-right: 15px;
  }
  .restrew-rang__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .restrew-rang__stars i {
    color: #ffffff;
    margin-right: 7px;
    background-color: #ea2f55;
    padding: 5px;
    border-radius: 4px;
  }
  #main {
    display: none;
  }
  .nav-mobile {
    position: fixed;
    bottom: 15px;
    left: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 50px;
    border-radius: 12px;
    background-color: #ea2f55;
  }
  .nav-mobile-active {
    position: relative;
  }
  .nav-mobile-active::before {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    height: 3px;
    width: 100%;
    background-color: #fff;
  }
  .nav-mobile a i {
    color: #ffffff;
  }
  .whats-hot__mobile {
    display: block;
  }
  .mobile-content {
    display: block;
  }
  .slick-slide {
    margin-right: 20px;
  }
  .whats-hot__books {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .whats-hot__books__book {
    width: 126px;
    height: 151px;
    padding: 0;
    background-color: #2b2b2b;
    margin-bottom: 8px;
    min-width: auto;
    min-height: auto;
    margin-right: 0;
  }
  .nav-menu__left img,
  .nav-menu__left-search,
  .nav-menu__right ul li + .nav-menu__right-down,
  .header,
  .whats-hot__books,
  .online,
  .qualified,
  footer {
    display: none;
  }
  .nav-menu {
    position: static;
    background-color: transparent;
  }
  .nav-menu__left-mobileIcon {
    display: block;
  }
  .whats-hot__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .whats-hot__h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu__right ul li {
    margin-right: 0;
  }
  .nav-menu__right ul li:first-child {
    margin-right: 20px;
  }
  .nav-menu__right {
    padding-top: 7px;
  }
  .nav-menu__left-search {
    border: 1px solid #747474;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .nav-menu__left-search input {
    padding-top: 8px;
  }
  .whats-hot {
    color: #d2d2d2;
    padding: 10px 20px 10px 20px;
  }
  .whats-hot__h2 {
    margin-bottom: 18px;
  }
  .whats-hot__h2 h2 {
    color: #d2d2d2;
    font-weight: 500;
    font-size: 18px;
  }
  .whats-hot__h2 h2 span {
    color: #d2d2d2;
  }
}

@media (max-width: 333px) {
  .book-price__line {
    display: none;
  }
  .book-price__purchase,
  .book-price__rent {
    margin-bottom: 10px;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #141414;
}

html {
  font-size: 14px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}
/*# sourceMappingURL=main.css.map */