* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-wrap {
    max-width: 1180px;
    margin: 0 auto;
}
header.header > .container-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header.header {
    padding: 40px 60px;
    background: #eed1b6;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-family: "Inter", sans-serif;
}
header.header .page-nav,
header.header .user-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*header.header {*/
/*  padding: 40px 140px;*/
/*  background: #eed1b6;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  font-family: "Inter", sans-serif;*/
/*}*/
/*header.header > .page-nav,*/
/*header.header > .user-nav {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*}*/

.user-nav__logged > .user-nav__logged__block {
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.user-nav__logged > .user-nav__logged__block:first-child {
    margin-top: 0px;
}
.user-nav__logged > .user-nav__logged__block > p {
    margin-bottom: 0;
    color: #100551;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;

}
.user-nav__logged > .user-nav__logged__block > .user-nav__name {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
}
.user-nav__logged > .user-nav__logged__block.header {
    cursor: pointer;
    position: relative;
}

.user-nav__logged > .user-nav__logged__block.header > .user_nav__header__container{
    display: flex;
    align-items: center;
    margin-bottom: 0;

}
.user-nav__logged > .user-nav__logged__block.header > .user_nav__header__container > .user-nav__name{
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #100551;
    margin-bottom:0 ;
}


.user-nav__logged > .user-nav__logged__block.header::after {
    position: absolute;
    content: '';
    top: 60%;
    width: 100%;
    height: 13px;
    opacity: 0;

}

.user-nav__logged > .user-nav__logged__block.header:hover > .header-navbar {
    transform: scale(1);

}

.user-nav__logged > .user-nav__logged__block.header > .header-navbar {

    position: absolute;
    transform-origin: top right;
    transition: all 0.3s ease;
    width: 273px;
    transform: scale(0);
    background-color: white;
    opacity: 0.92;
    top: 120%;
    right:14px;
    box-shadow: 2px 10px 32px 0px #2B364626;
    box-shadow: -2px 6px 12px -4px #4D57691F;
}
.user-nav__logged > .user-nav__logged__block.header > .header-navbar > .header-navbar__item {
    display: block;
    padding: 16px;
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #100551;
    text-decoration: none;
}
.header-navbar__item > .header-navbar__item__logout__image {
    margin-right: 6px;

}

.user-nav__logged > .user-nav__logged__block.header > .header-navbar > .header-navbar__item:hover {
    background-color: #fafafa;
}

.user-nav__logged > .user-nav__logged__block > .header-image__dropdown {
    padding: 0 14px;
}
.user-nav__logged > .user-nav__logged__block.header > .user_nav__header__container >  .header-image__vip{
    padding-right: 8px;
}
.user-nav__logged > .user-nav__logged__block > .user-nav__registing__link {
    margin-bottom: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #FE5B45;

    text-decoration: none;
}

.user-nav__logged > .user-nav__logged__block > .user-nav__star {
    margin-right: 4px;
}

.page-nav img {
  margin-right: 35px;
}

.page-nav > .nav {
  width: 350px;
  display: flex;
  justify-content: space-between;
}

.link {
  font-weight: 500;
  color: #100551;
  text-decoration: none;
  line-height: 19.36px;
}

.user-nav > .link:last-child {
  padding: 15px 43px;
  border: 0.8px solid #100551;
  border-radius: 100px;
  margin-left: 20px;
}
.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  background: #eed1b6cc;
  height: 100vh;
  top: 60px;
  transition: all 0.2s ease-in-out;
}
.mobile-menu > .menu-item {
  padding: 16px 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-align: left;
  background: #fff6e0;
}
.mobile-menu > .menu-item.expand {
    display: none;
    align-items: center;
}
.mobile-menu  > #back {
    background-color: white;
}
.mobile-menu > .menu-item > a {
  color: #100551;
  text-decoration: none;
}
.mobile-menu > .menu-item > .user-nav__logged {
    flex-grow: 1;
}
.mobile-menu.open-menu {
  transform: translateX(0);
}
.mobile-menu.close-menu {
  transform: translateX(100%);
}
.banner,
.banner-mobile {
  width: 100%;
  /* margin-top: -200px; */
  margin-top: -130px;
}
.banner.custom-banner {
    width: 100%;
    height: 743px;
    position: relative;
}
.banner.custom-banner > img {
    position: absolute;
    bottom: -32px;
    right: calc(((100vw - 1180px) / 2));
    height: 640px;
}
.banner {
  display: block;
}
img.banner-mobile {
  display: none;
}
.introduction-section {
  position: relative;
    overflow:hidden;
}
.introduction-section > .introduction-block {
  position: absolute;
  /* top: 300px;
    left: 150px; */
  top: 28%;
    left: calc((100vw - 1180px) / 2);
  color: #100551;
}

.title {
  font-family: "Google Sans", sans-serif;
  max-width: 546px;
  font-size: 50px;
  font-weight: 900;
  line-height: 65px;
  margin-bottom: 22px;
}
.description {
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
a.button {
  display: inline-block;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  padding: 21px 70px;
  border-radius: 100px;
  border: 0.7px solid #100551;
  color: #100551;
  cursor: pointer;
  text-decoration: none;
}
a.button + a.button {
  margin-left: 18px;
    min-width: auto;
padding: 21px 37px;
}
a.button.button-solid {
  color: #fff;
  background: #fe5b45;
  border: none;
}

.ttsao-info-block,
.voucher-block {
  color: #100551;
  padding: 60px 0;
}
.voucher-block > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.voucher-block > div > .voucher-item {
  flex: 0 0 33.33333%;
  padding: 0 8px;
}
.voucher-block > div > .voucher-item > img {
  width: 100%;
}
.ttsao-info-block > .description {
  max-width: 694px;
}
.page-row {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.page-col-2 {
  flex: 0 0 25%;
  padding: 0 16px;
}
.icon-wrap {
  width: 54px;
  height: 54px;
  padding: 16.88px;
  border-radius: 14px;
  background: #fe5b45;
}
.icon-wrap > img {
  position: relative;
  top: -3px;
}
.info-component > h3 {
  /* margin: 20px 0 40px; */
  margin: 20px 0 16px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  height: 60px;
}
.info-component > p {
  font-family: "Inter", sans-serif;
  color: #7f8e9d;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 110px;
}
.modal-custom {
  max-width: 600px;
}
.modal-custom .modal-content {
  border-radius: 16px;
}
.modal .info-component > p {
  height: auto;
}
.modal .info-component > h3 {
  height: auto;
}
.info-component > .action,
.info-component > .action-modal {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.info-component > .action-modal.right {
  justify-content: flex-end;
}
.info-component > .action > img,
.info-component > .action-modal > img {
  padding: 10px;
  border-radius: 30px;
  border: 1px solid #383d47;
  margin-right: 10px;
}
.info-component > .action > span,
.info-component > .action-modal > img {
  font-family: "Google Sans", sans-serif;

  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.modal .info-component > p {
  display: block;
}
.ttsao-list-pack {
  color: #100551;
  background: #eed1b6;
  padding: 80px 0;
}
.header-section {
  text-align: center;
}
.header-section > h1 {
  max-width: none;
}
.star-discount-block {
  display: flex;
  justify-content: center;
}
.star-discount-block > .star-discount-item {
  padding: 4px 8px;
  background: #fff3c9;
  font-family: "Inter", sans-serif;
  margin: 0 4px;
  border-radius: 6px;
}
.star-discount-block > .star-discount-item > span {
  font-weight: 700;
}
.buy-star {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.buy-star > .input-buy-star-group {
  min-width: 528px;
  background: #fff;
  border-radius: 17px;
  padding: 9px 5px 9px 0;
  display: flex;
  justify-content: space-between;
}
.buy-star > .input-buy-star-group > input {
  padding: 26px 47px;
  border-radius: 17px;
  border: none;
  outline: none;
  max-width: 70%;
}
.buy-star > .input-buy-star-group > button {
  padding: 15px 34px;
  border-radius: 100px;
  background: #ffdd66;
  border: none;
  outline: none;
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #383d47;
}
.buy-star > .input-buy-star-group > button > img {
  margin-left: 7px;
}
/* .list-pack > .toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 51px;
}
.list-pack > .toggle > span:first-child {
  margin-right: 10px;
}
.list-pack > .toggle > span:last-child {
  margin-left: 10px;
}
.list-pack > .toggle > span {
  color: #8e8e8e;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.005em;
  margin-top: 4px;
}
.list-pack > .toggle > span.toggle-active {
  color: #5380df;
}
.list-pack > .toggle .form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
} */
.wrap-pack-info {
  max-width: 1146px;
  margin: 0 auto;
}
.pack-info {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.pack-info > div {
  flex: 0 0 33.33333%;
  /* flex: 0 0 366px; */
}
.pack-info > div > div {
  padding: 8px;
}
.pack {
  padding: 75px 50px 34px;
  background: #fff;
  border-radius: 30px;
  font-family: "Google Sans", sans-serif;
  position: relative;
}
.pack > .pack-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #e04b37;
  margin-bottom: 16px;
}
.pack > .pack-name > span {
  padding: 4px 10px 4px;
  border-radius: 16px;
  background: #ffdd66;
  color: #392c31;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.5px;
}
.pack > .pack-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #848199;
  text-decoration: line-through;
}
.pack > .pack-price-discount {
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  color: #231d4f;
  margin-bottom: 28px;
}
.pack > .pack-price-discount > span {
  font-family: "Avenir", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  color: #848199;
}
.buy-button {
  width: 100%;
  padding: 19px 33px;
  border-radius: 100px;
  background: #ffdd66;
  border: none;
  outline: none;

  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #292926;
}
.pack > img {
  display: none;
}
/* theme */
.pack.red-theme {
  background: #fe5b45;
}
.pack.red-theme > .pack-name,
.pack.red-theme > .pack-price,
.pack.red-theme > .pack-price-discount > span {
  color: #fff;
}
.pack.red-theme > .pack-price-discount {
  color: #ffe032;
}
.pack.red-theme > .buy-button {
  background: #fff;
}
.pack.red-theme > img {
  display: inline-block;
  position: absolute;
  top: -11%;
  right: 2%;
}
.guide {
  padding: 60px 0;
  color: #100551;
}
.guide > .guide-tabs > .wrap-label {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.guide > .guide-tabs .tabs-label {
  flex: 0 0 50%;
  padding: 10px;
}
.guide > .guide-tabs .tabs-label > .label {
  background: #fff0e2;
  padding: 32px 24px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.guide > .guide-tabs .tabs-label > .label > img {
  padding: 15px 13px;
  background: #bfdcfa;
  border-radius: 14px;
  margin-right: 24px;
}
.collapse-item {
  border-top: 1px solid #e2e3f7;
  border-bottom: 1px solid #e2e3f7;
  /* margin-top: 20px; */
  font-family: "Inter", sans-serif;
}
.collapse-item + .collapse-item {
  border-top: none;
}
.collapse-item > .collapse-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #100551;
  padding: 32px 0 32px;
  position: relative;
}
.collapse-item > .collapse-link > span {
  max-width: 90%;
  display: inline-block;
  line-height: 22px;
}
.collapse-item .collapse-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #7f8e9d;
  max-width: 921px;
  margin-bottom: 32px;
}
.collapse-item > .collapse-link > img {
  position: absolute;
  right: 0;
}
.related-work {
  margin-bottom: 60px;
  color: #100551;
}
.related-list {
  margin: 0 -21px;
  display: flex;
  flex-wrap: wrap;
}
.related-list > .related-item {
  padding: 0 21px;
  flex: 0 0 33.33333%;
}
.related-list > .related-item > a {
  text-decoration: none;
}
.related-list > .related-item h3 {
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #100551;
  margin-top: 24px;
}
footer.footer {
  padding: 30px;
  background: #eed1b6;
}
footer.footer > .container-wrap>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
footer.footer >.container-wrap> div > div:first-child {
  display: flex;
  flex: 0 0 84%;
  padding: 0 5px;
}
footer.footer >.container-wrap > div > .social {
  flex: 0 0 16%;
  padding: 0 5px;
}
footer.footer .footer-info {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-left: 23px;
  letter-spacing: 0.02em;
  color: #100551;
}
.mobile-element {
  display: none;
}
.pc-element {
  display: block;
}
footer.footer .social > img:first-child {
  margin-right: 16px;
}
.social > a {
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  .introduction-section > .introduction-block {
    left: 5%;
    top: 30%;
  }
  .title {
    font-size: 44px;
  }
  a.button {
    min-width: 250px;
  }
  .ttsao-info-block,
  .ttsao-list-pack,
  .voucher-block {
    padding: 60px;
  }
}
@media only screen and (max-width: 1200px) {
    .banner.custom-banner > img {
        right: 60px;
    }
  .introduction-section > .introduction-block {
    left: 5%;
    top: 44%;
  }
  .title {
    line-height: 50px;
    margin-bottom: 16px;
  }
  .description {
    margin-bottom: 20px;
  }
  .ttsao-info-block,
  .ttsao-list-pack,
  .voucher-block {
    padding: 60px;
  }
  .pack,
  .guide,
  .related-work,
  footer.footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1068px) {
  header.header  .user-nav,
  .page-nav > .nav {
    display: none;
  }
  .menu {
    display: inline-block;
  }
  .title {
    line-height: 43.2px;
  }
    header.header > .container-wrap >.user-nav__logged {
        display: none;

    }
    .user-nav__logged > .user-nav__logged__block.header {
        justify-content: space-between;
    }
    .user-nav__logged > .user-nav__logged__block.header:hover > .header-navbar {
        transform: scale(0);

    }
}
@media only screen and (max-width: 1000px) {
  header.header {
    padding: 30px 52px;
  }
  .introduction-section > .introduction-block {
    left: 5%;
    top: 40%;
  }
  .title {
    font-size: 36px;
  }

  .title {
    line-height: 50px;
    margin-bottom: 16px;
  }
  .description {
    margin-bottom: 20px;
  }
  a.button {
    min-width: 200px;
    font-size: 14px;
    padding: 16px 0;
  }
  .title {
    line-height: 43.2px;
    margin-bottom: 16px;
  }
  .description {
    margin-bottom: 20px;
  }
  .ttsao-info-block,
  .ttsao-list-pack,
  .voucher-block {
    padding: 50px;
  }
  .ttsao-info-block .description {
    margin-bottom: 16px;
  }
  .page-col-2 {
    flex: 0 0 33.33333%;
  }
  .info-component {
    padding: 16px 0;
  }
  .pack-info > div,
  .related-list > .related-item {
    flex: 0 0 50%;
  }
  .guide > .guide-tabs > .wrap-label {
    margin: 0 -5px;
  }
  .guide > .guide-tabs .tabs-label {
    flex: 0 0 50%;
    padding: 5px;
  }
  .guide > .guide-tabs .tabs-label > .label > img {
    margin-right: 14px;
  }
  footer.footer .social > img:first-child {
    margin-right: 5px;
  }
  footer.footer > .container-wrap> div > div:first-child > img {
    width: 130px;
  }
  footer.footer .footer-info {
    font-size: 14px;
  }
  footer.footer .social > img {
    width: 40px;
  }
  .mobile-menu {
    top: 108px;
  }
}
@media only screen and (max-width: 800px) {
  .introduction-section > .introduction-block {
    left: 5%;
    top: 35%;
  }
  .guide > .guide-tabs .tabs-label {
    flex: 0 0 100%;
  }
    footer.footer > .container-wrap > div,
    footer.footer > .container-wrap > div > div:first-child {
    flex-direction: column;
    align-items: initial;
  }
  footer.footer .footer-info {
    margin: 24px 0;
  }
    footer.footer > .container-wrap > div > .social {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  header.header {
    padding: 15px 20px;
  }
  .page-nav img {
    width: 98px;
  }
  .banner {
    display: none;
  }
  img.banner-mobile {
    display: block;
    margin-top: 0;
  }
  .introduction-section > .introduction-block {
    /* left: 5%;
      top: auto;
      bottom: 0; */
    position: static;
    padding: 43px 24px;
    background: #fff6e0;
  }
  a.button {
    display: block;
  }
  a.button + a.button {
    margin-left: 0;
    margin-top: 16px;
  }
  .ttsao-info-block,
  .ttsao-list-pack,
  .voucher-block,
  .guide,
  .related-work,
  footer.footer {
    padding: 40px 24px;
  }
  .page-col-2,
  .voucher-block > div > .voucher-item {
    flex: 0 0 50%;
  }
  .voucher-block > div > .voucher-item {
    padding: 8px;
  }
  .info-component > h3 {
    height: auto;
  }
  .related-list > .related-item {
    padding: 0 10px;
  }
  .star-discount-block {
    flex-direction: column;
    align-items: center;
  }
  .star-discount-block > .star-discount-item {
    margin: 4px 0;
    min-width: 250px;
  }
}
@media only screen and (max-width: 720px) {
  .pack-info > div {
    flex: 0 0 100%;
  }
  .buy-star > .input-buy-star-group {
    min-width: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .page-col-2,
  .voucher-block > div > .voucher-item {
    flex: 0 0 100%;
  }
  .related-list > .related-item {
    flex: 0 0 100%;
    margin: 21px 0;
    padding: 0 21px;
  }
  .related-list > .related-item h3 {
    margin-top: 16px;
  }
  .title {
    font-size: 50px;
    line-height: 56px;
  }
  .ttsao-list-pack > .header-section > .title {
    text-align: left;
  }
  .related-work .header-section > .title {
    text-align: left;
    margin: 0 -20px;
  }
  .related-work {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .pack {
    padding-right: 49px;
  }
}
@media only screen and (max-width: 500px) {
  .pack {
    padding-right: 40px;
    padding-left: 40px;
  }
  .mobile-element {
    display: inline-block;
  }
  .pc-element {
    display: none;
  }
  .introduction-section .title {
    font-size: 36px;
    color: #100551;
    font-weight: 900;
    line-height: 43.2px;
  }
  .info-component > p {
    height: auto;
  }
  .star-discount-block > .star-discount-item {
    width: 100%;
  }

  .buy-star > .input-buy-star-group {
    min-width: auto;
  }
  .buy-star > .input-buy-star-group > input {
    padding: 26px 18px;
  }
  .buy-star > .input-buy-star-group > button {
    padding: 15px 12px;
  }
  .voucher-block {
    padding-bottom: 0;
  }
  .mobile-menu {
    top: 60px;
  }
}
@media only screen and (max-width: 400px) {
  .buy-star > .input-buy-star-group > input {
    width: auto;
    padding: 26px 10px 26px 12px;
  }
}
footer.footer > .container-wrap > div > .social {
  flex: 0 0 16%;
  padding: 0 5px;
  text-align: right;
}
.modal-custom .modal-content-custom {
  position: relative;
  padding: 24px;
}
.modal-custom .modal-content-custom > img {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
}
body{
    display:block !important
}
.buy-button:hover {
    background: #fbe79f !important;
}
.info-component > .action:hover > img,
.info-component > .action-modal:hover > img {
    filter: invert(38%) sepia(80%) saturate(591%) hue-rotate(184deg)
    brightness(99%) contrast(97%);
}
.info-component > .action:hover,
.info-component > .action-modal:hover {
    color: #3f73e1;
}
.custom-cursor {
    cursor: pointer;
}
@media only screen and (max-width: 500px) {
    .pack {
        padding-right: 40px;
        padding-left: 40px;
    }
    .mobile-element {
        display: inline-block;
    }
    .pc-element {
        display: none;
    }
    .mobile-menu {
        top: 60px;
    }
    footer.footer > .container-wrap > div > .social{
        text-align: left;
    }
}

